* {
	margin: 0px;
	padding: 0px;
    font-family: var(--fontFamilyBase);
    font-size: var(--font-size);
    word-break: break-word;
}
body {
	background: #FFF;
	font-weight: normal;
	position: relative;
	font-size: var(--font-size);
	font-family: var(--fontFamilyBase);
    color: #333333;
}

h1, h2, h3, h4, h5, h6 {
	color: #333333;
	font-weight: bold;
	font-family: var(--fontFamilyBase);
}
h1 {
	font-size: 48px;
}
h2 {
	font-size: 40px;
	font-weight: bold;
}
h3 {
	font-size: 36px;
	font-weight: 600;
}
h4 {
	font-size: 30px;
}
h5 {
	font-size: 26px;
}
h6 {
	font-size: 16px;
}
p {
	font-family: var(--fontFamilyBase);
	color: #212529;
	font-size: var(--font-size);
	letter-spacing: 0px;
	line-height: 26px;
}
a {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	text-decoration: none;
	font-family: var(--fontFamilyBase);
	color: #333;
}
a:hover,a:focus {text-decoration:none;color:var(--link-hover-color)!important}
em,i {font-style:normal}
.white {color:#FFFFFF !important;}
.relative {position:relative;}
.nolist-style {
	padding: 0px;
	margin: 0px;
}
.nolist-style li {
	list-style: none;
}
textarea {resize:none}
input,textarea,select,button {border:0;background:0 0;outline:0;}
input[type=button],input[type=text],input[type=submit] {appearance:none;-moz-appearance:none;-webkit-appearance:none}
input,input:focus,input:active {user-select:text}
button {outline:0!important;-webkit-box-shadow:none;box-shadow:none;border:none}
button:focus {-webkit-box-shadow:none;box-shadow:none}
.trans-dot5s {-webkit-transition:all 0.5s;-o-transition:all 0.5s;-moz-transition:all 0.5s;transition:all 0.5s;}
.bg-cover {background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important}
.overflow {overflow:hidden;}
img {
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
    border:0;max-width:100%;height:auto;vertical-align:middle;
}
.img-res img {width:auto;height:auto!important;max-width:100%!important}
.img-block {display:block;width:100%;overflow:hidden}
.product-image{
    border-bottom:1px solid #e0e0e0;
}
.img-block img {width:100%}
.img-block:hover img {transform:scale(1.04)}
.fontSize {font-size:0;line-height:initial}
svg {
	fill:currentColor;
	height:1em;
	width:1em;
	vertical-align:middle;
}
.elementor-show {
    transition: 0.4s ease-in;
    -webkit-transition: 0.4s ease-in;
    -moz-transition: 0.4s ease-in;
    -ms-transition: 0.4s ease-in;
    -o-transition: 0.4s ease-in;
    display: block;
    margin: 0 auto;
}
.elementor-hide {
    display: none;
    opacity: 0;
    visibility: hidden;
}
.btn, .btn-primary {
	background-color: var(--btn-bg-color-base);
    border-color: var(--btn-bg-color-base);
	color: #ffffff;
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show,
.btn:hover {
    color: var(--btn-text-color-base) !important;
    background-color: var(--btn-bg-hover-color-base) !important;
    border-color: var(--btn-bg-hover-color-base);
}

.default-pagination .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    opacity: 1;
    background: #ddd;
}
.default-pagination .swiper-pagination-bullet-active {
    background: var(--section-bg-color);
}
.default-swiper-arrow{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #FFFFFF;
    text-align: center;
    font-size: 42px;
    line-height: 50px;
    transition: 0.5s;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 22;
}
.default-swiper-arrow i.fa{
    z-index: 22;
    position: relative;
}
.default-swiper-arrow::after{
    content: "";
    width: 100%;
    height: 100%;
    background-color: #808080;
    opacity: 0.69;
    display: block;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}
.default-swiper-arrow:hover::after{
    background-color: var(--btn-bg-hover-color-base);
}
.default-swiper-left{
    left: -26px;
}
.default-swiper-right{
    right: -26px;
}
.elementor-main-title{
    font-size: 42px;
    font-weight: bold;
    color: #464646;
}
.section-main-title{
    font-size: 42px;
    font-weight: bold;
    color: #222;
    position: relative;
    margin-bottom: 30px;
}
.section-main-title.white{
    color: #ffffff;
}
.section-main-title.title-border::after {
    content: "";
    display: block;
    margin: 12px auto;
    width: 82px;
    height: 2px;
    background: var(--section-bg-color);
}
.section-title-description{
    font-size: 20px;
    color: #222222;
    margin-bottom: 30px;
}
.section-title-description p{
    font-size: inherit;
}
.section-releted-title {
    margin-bottom: 40px;
}
.elementor-button-text {
	color:#FFFFFF !important;
	background-color: #505050;
	border-radius:5px;
	transition:all .3s;
	display:inline-block;
	padding:11px 34px;
	font-size:16px;
	font-family:var(--fontFamilyBase);
	font-weight:bold;
	line-height:24px;
}
.elementor-button-text:hover,
.elementor-button-text:focus {
	color:#FFFFFF !important;
    background-color: #F0B020;
}

/*table*/
table {border-collapse:collapse;border-spacing:0;}
table tr td {border:1px solid #ddd;padding:10px;}
table tr:nth-child(odd) {background-color:#fff}
table tr:nth-child(even) {background-color:#f9f9f9}


.digood-padding-80{padding:50px 0 ;}
.digood-padding-45{padding:30px 0 ;}
.digood-pt-80{padding-top:40px;}
.digood-pb-80{padding-bottom:50px;}
.digood-pt-40{padding-top:40px;}
.digood-pb-40{padding-bottom:40px;}
.digood-pt-60{padding-top: 60px;}
.digood-mt-80{margin-top: 50px;}
.digood-mb-80{margin-bottom: 50px;}
.digood-mb-30{margin-bottom: 20px;}
.clamp {display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;line-clamp:1;-webkit-line-clamp:1;}
.clamp2 {line-clamp:2;-webkit-line-clamp:2;}
.clamp3 {line-clamp:3;-webkit-line-clamp:3;}
.clamp4 {line-clamp:4;-webkit-line-clamp:4;}
.clamp5 {line-clamp:5;-webkit-line-clamp:5;}
.clamp6 {line-clamp:5;-webkit-line-clamp:6;}
.brz-icon-svg {
    stroke: none;
    max-width: none;
    position: relative;
    z-index: 4;
    fill: #ffffff;
    color: #ffffff;
    font-size: 22px;
}
.cd-top {
    width: 50px;
    height: 50px;
    overflow: hidden;
    position: fixed;
    right: 20px;
    bottom: 100px;
    cursor: pointer;
    z-index: 1001;
    display: none;
    background-color: #F0B020;
    border-radius: 8px;
    padding-top: 3px;
    text-align: center
}
.cd-top:hover{
    background-color: #fdc74c;
}
@media (min-width:1400px) {
.container {max-width:1330px;margin:0 auto;}
}

@media (max-width:1299px){
    .section-releted-title {
        margin-bottom: 45px;
    }
    .section-main-title{
        font-size: 40px;
    }
}
@media (max-width:1199px){
    .digood-padding-80{padding: 45px 0;}
    .digood-pt-40{padding-top:32px;}
    .digood-pb-40{padding-bottom:32px;}
    .digood-pt-60{padding-top: 45px;}
    .section-main-title,
    .elementor-main-title {
        font-size: 34px;
    }
    .section-releted-title {
        margin-bottom: 40px;
    }
}
@media (max-width:991px){
    .digood-padding-80{padding: 40px 0;}
    .digood-pb-80{padding-bottom:40px;}
    .digood-pt-40{padding-top:26px;}
    .digood-pt-60{padding-top: 40px;}
    .digood-pb-40{padding-bottom:26px;}
    .digood-mt-80{margin-top: 40px;}
    .digood-mb-80{margin-bottom: 40px;}
    .section-main-title,
    .elementor-main-title {
        font-size: 30px;
        margin-bottom: 25px;
    }
    .section-releted-title {
        margin-bottom: 35px;
    }
}
@media (max-width:767px){
    .digood-padding-80{padding: 30px 0;}
    .digood-pt-80{padding-top:30px;}
    .digood-pb-80{padding-bottom:30px;}
    .digood-pt-40{padding-top:22px;}
    .digood-pt-60{padding-top: 30px;}
    .digood-pb-40{padding-bottom:22px;}
    .digood-mt-80{margin-top: 30px;}
    .digood-mb-80{margin-bottom: 30px;}
    .section-main-title,
    .elementor-main-title {
        font-size: 22px;
        margin-bottom: 16px;
    }
    .section-releted-title {
        margin-bottom: 30px;
    }
    .section-title-description {
        font-size: 16px;
        margin-bottom: 26px;
    }
}

/*pagination*/
.pagination {
	text-align: center;
	width: 100%;
}
.pagination ul {
	border-radius: 0px;
	margin-top: 30px;
}
.pagination li {
	border-radius: 0px;
	display: inline-block;
}
.pagination li a {
	float: none;
	padding: 0px;
	margin: 0px;
	border-radius: 0px !important;
	height: 30px;
	width: 30px;
	display: inline-block;
	background: #eeeeee;
	border: none;
	line-height: 30px;
	color: #000000;
	font-weight: bold;
}
.pagination li a:hover {
	background: var(--link-hover-color);
	color: #fff !important;
}
.pagination li a.active {
	background: var(--section-bg-color);
	color: #fff !important;
}



/*========breadcrumb========*/
.breadcrumb_nav_wrap{
    width:100%;
    overflow:hidden;
    background-color: #ddd;
    position:relative;
}
.breadcrumb_nav_wrap .breadcrumb-title{font-size:26px;color:#fff;margin-bottom: 10px; text-transform: capitalize;}
.breadcrumb_nav_wrap .breadcrumb_nav{font-size:0;color:#fff;}
.breadcrumb_nav_wrap .breadcrumb-items{
    display:inline-block;
    margin-right: 10px;
    font-size:18px;
}
.breadcrumb_nav_wrap .breadcrumb-items a{
    color: #ffffff;
}
.breadcrumb_nav_wrap .breadcrumb-items i {
    margin-right: 8px;
}
@media (min-width:1200px){
    .breadcrumb_nav_ibox{
        padding-bottom: 30px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
}
@media (max-width:1499px){
    .breadcrumb_nav_ibox{
        padding-bottom: 20px;
    }
    .breadcrumb_nav_wrap .breadcrumb-title {
        font-size: 20px;
        margin-bottom: 8px;
    }
}
@media (max-width:1199px){
    .breadcrumb_nav_wrap  .breadcrumb_nav_ibox {
        text-align: left;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .breadcrumb_nav_wrap .breadcrumb_nav, .breadcrumb_nav_wrap .breadcrumb_nav a{
        color: #333;
    }
}
/*video*/
.digood-category-menu .category-menu-top{
    margin-bottom: 10px;
}
.digood-category-menu .category-menu-top .line{
    display: inline-block;
    vertical-align: middle;
    width: 2px;
    height: 20px;
    background-color: #545454;
    margin-bottom: 15px;
}
.digood-category-menu .category-menu-top a{
    color:#545454;
    font-size: 24px;
    position: relative;
    margin: 0 30px;
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 15px;
}
.digood-category-menu .category-menu-top a::after{
    content: "";
    width: 0;
    height: 4px;
    background: #F0B020;
    transition: 0.5s;
    position: absolute;
    left: 0;
    bottom: 0;
}
.digood-category-menu .category-menu-top a.active,
.digood-category-menu .category-menu-top a:hover{
    color: #F0B020 !important;
}
.digood-category-menu .category-menu-top a:hover::after,
.digood-category-menu .category-menu-top a.active::after{
    width: 100%;
}
.digood-category-menu .category-menu-bottom{
    padding-top: 30px;
    margin-bottom: 10px;
    padding-bottom: 20px;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}
.digood-category-menu .category-menu-bottom a{
    background-color: #FFFFFF;
    border: 1px solid #BFBFBF;
    border-radius: 10px;
    font-size: 18px;
    color: #333333;
    display: inline-block;
    padding: 8px 37px;
    margin: 0 5px;
}
.digood-category-menu .category-menu-bottom a:hover,
.digood-category-menu .category-menu-bottom a.active{
    background-color: #F0B020;
    border: 1px solid #F0B020;
    color: #ffffff !important;
}
.digood-videos-page .video-ilist{
    margin-left: -3px;
    margin-right: -3px;
}
.digood-videos-page .video-item{
    padding-left: 3px;
    padding-right: 3px;
    margin: 12px 0;
}
.digood-videos-page .video-title{
    font-size: 18px;
    color: #1F1F1F;
    line-height: 28px;
    margin: 12px 0;
}
.digood-videos-page .play-btn{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 72px;
    height: 50px;
    background-color:  #F0B020;
    border-radius: 10px;
    text-align: center;
    line-height: 45px;
}
.digood-videos-page .play-btn svg{
    width: 1.5em;
    height: 1.5em;
}
.digood-videos-page .play-btn:hover{
    background-color: var(--section-bg-color);
}
@media (max-width:991px){
    .digood-category-menu .category-menu-bottom {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
@media (max-width:767px){
    .digood-category-menu .category-menu-top a {
        font-size: 18px;
        margin: 0 20px;
        padding-bottom: 10px;
    }
    .digood-category-menu .category-menu-top .line {
        height: 16px;
        margin-bottom: 10px;
    }
    .digood-category-menu .category-menu-bottom a {
        padding: 8px 16px;
        font-size: 16px;
    }
    .digood-videos-page .play-btn {
        width: 70px;
        height: 42px;
        line-height: 42px;
    }
}
/*blog*/
.digood-blog-page .blog-item{
    margin: 20px 0;
}
.digood-blog-page .blog-date{
    font-size: 16px;
    color: #818181;
    display: block;
    margin-top: 12px;
}
[dir="rtl"] .digood-blog-details .blog-date i.fa,
[dir="rtl"] .digood-blog-page .blog-date i.fa,
[dir="rtl"] .digood-blog-page .blog-read-more i.fa{
    margin-right: 0;
    margin-left: 4px;
}
.digood-blog-page .blog-tittle{
    font-size: 24px;
    color: #2A2624;
    line-height: 32px;
    max-height: 64px;
    margin: 16px 0;
}
.digood-blog-page .blog-desc{
    font-size: 16px;
    color: #464646;
    line-height: 22px;
    max-height: 66px;
    margin-bottom: 26px;
}
.digood-blog-page .blog-read-more{
    font-size: 16px;
    color: #818181;
}

.digood-blog-details .blog-date{
    margin-top: 10px;
}
.digood-blog-details .blog-title{
    margin-bottom: 20px;
    font-size: 34px;
    color: #282828;
    margin-top: 15px;
}
@media (max-width:1199px){
    .digood-blog-page .blog-tittle {
        font-size: 22px;
        max-height: 60px;
    }
    .digood-blog-details .blog-title {
        font-size: 30px;
    }
}
@media (max-width:991px){
    .digood-blog-details .blog-title {
        font-size: 27px;
    }
}
@media (max-width:767px){
    .digood-blog-page .blog-tittle {
        font-size: 20px;
        line-height: 28px;
        max-height: 56px;
    }
    .digood-blog-details .blog-title {
        margin-bottom: 15px;
        font-size: 22px;
    }
}

/*Inquiry Form*/
.digood-inquiry-form-ibox .section-title-description{margin-bottom: 40px;}
.digood-inquiry-form{
    background-color: #FFFFFF;
    box-shadow: 0px 0px 27px 0px rgba(0,0,0,0.09);
    border-radius: 5px;
    padding: 36px;
}
.digood-inquiry-form .inquiry-form-subtitle{
    font-size: 32px;
    font-weight: 400;
    color: var(--font-color-base);
    margin: 0px 0 20px;
}
.digood-inquiry-form .btn_submit{
    font-size: 16px;
    color: #FFFFFF;
    background-color: var(--btn-bg-color-base);
    padding: 7px 50px;
    margin-top: 36px;
    border-radius: 0;
}
.digood-inquiry-form .btn_submit:hover{
    background-color: var(--btn-bg-hover-color-base);
}
.digood-inquiry-form.form-control{
    border: 1px solid #DCDCDC;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.09);
    border-radius: 5px;
    color: #979797;
    padding: 11px;
}
.digood-inquiry-form label{
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 8px;
}
.digood-inquiry-form .contact-form-input{
    margin-bottom: 22px;
}
.digood-inquiry-form .inquiry-download-tip a{
    font-size: 18px;
    color: #646464;
    margin-top: 34px;
    display: block;
}
.msg-wrap .msg {
    display: none;
}
.msg-wrap .alert {
    position: relative;
    padding: 12px 20px;
    margin: 16px 0;
    border: 1px solid transparent;
}
.msg-wrap .alert .icon {
    margin: 0 10px;
    fill: currentColor;
    height: 1em;
    width: 1em;
    vertical-align: middle;
}
@media (min-width:768px){
    .digood-inquiry-form .inquiry-download-tip a{
        margin-right: 26px;
    }
}
@media (max-width:1199px){
    .digood-inquiry-form .inquiry-form-subtitle {
        font-size: 28px;
    }
    .digood-inquiry-form .btn_submit, .digood-inquiry-form .inquiry-download-tip a {
        margin-top: 26px;
    }
}
@media (max-width:991px){
    .digood-inquiry-form {
        padding: 26px 20px;
    }
    .digood-inquiry-form .inquiry-form-subtitle {
        font-size: 26px;
    }
}
@media (max-width:767px){
    .digood-inquiry-form-ibox .section-title-description {
        margin-bottom: 30px;
    }
    .digood-inquiry-form {
        padding: 22px 8px;
    }
    .digood-inquiry-form .inquiry-form-subtitle {
        font-size: 22px;
    }
    .digood-inquiry-form .btn_submit, .digood-inquiry-form .inquiry-download-tip a {
        margin-top: 22px;
        font-size: 16px;
    }
}
/*contact us*/
.digood-contact-type{
    border: 2px solid #e7e7e7;
    background-color: #ffffff;
    position: relative;
    z-index: 4;
}
.digood-contact-type .contact-type-right{
    padding: 30px;
}
.digood-contact-type .contact-type-title{
    font-size: 42px;
    font-weight: 550;
    color: var(--font-color-base);
    position: relative;
    line-height: 1.1;
    margin-bottom: 26px;
}
.digood-contact-type .contact-type-title::after {
    content: "";
    display: block;
    margin: 12px 0;
    width: 82px;
    height: 2px;
    background: var(--section-bg-color);
}
.digood-contact-type .contact-type-description{
    font-size: 24px;
    color: #222222;
    font-weight: 600;
    margin-bottom: 20px;
}
.digood-contact-type .contact-information{
    margin: 10px 0;
}
.digood-contact-type .contact-icon{
    width: 46px;
    height: 46px;
    background: #F5F5F5;
    border-radius: 50%;
    text-align: center;
    line-height: 46px;
    font-size: 28px;
    color: #FF9900;
    float: left;
}
[dir="rtl"] .digood-contact-type .contact-icon{
    float: right;
}
.digood-contact-type .contact-right{
    margin-left: 75px;
}
[dir="rtl"] .digood-contact-type .contact-right{
    margin-right: 75px;
    margin-left: 0px;
}
.digood-contact-type .contact-title{
    font-size: 20px;
    font-weight: bold;
    color: #222222;
}
.digood-contact-type .contact-text,
.digood-contact-type .contact-text a{
    font-size: 18px;
    color: #222222;
}
.conatct-map{
    width: 100%;
    min-height: 200px;
    background-color: #ddd;
}
@media (min-width:1200px){
    .digood-contact-type .contact-type-right{
        padding: 60px 45px 45px 60px;
    }
}
@media (min-width:768px){
    .digood-contact-type .contact-information{
        width: 50%;
    }
    .conatct-map{
        margin-top: -200px;
    }
}
@media (max-width:1199px){
    .digood-contact-type .contact-type-title {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .digood-contact-type .contact-type-description {
        font-size: 20px;
        margin-bottom: 10px;
    }
}
@media (max-width:991px){
    .digood-contact-type .contact-type-title {
        font-size: 30px;
    }
    .digood-contact-type .contact-type-right {padding: 30px 20px;}
    .digood-contact-type .contact-right {
        margin-left: 60px;
    }
}
@media (max-width:767px){
    .digood-contact-type .contact-type-title {
        font-size: 25px;
    }
    .digood-contact-type .contact-type-description {
        font-size: 16px;
    }
    .digood-contact-type .contact-title,
    .digood-contact-type .contact-text, .digood-contact-type .contact-text a {
        font-size: 17px;
    }
}

/*Bulk Order*/
.custom-bulk-order-ibox{
    background: #FFFFFF;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.25);
    padding: 35px 45px;
    font-size: 18px;
    color: #3E4142;
    position: relative;
    z-index: 12;
}
.bulk-order-image1{
    position: absolute;
    bottom: 60px;
    left: -30px;
    width: 180px;
}
.bulk-order-image2{
    position: absolute;
    right: -10px;
    top: -16px;
    width: 260px;
}
.custom-bulk-order-title{
    font-size: 30px;
    font-weight: bold;
    color: #1D2122;
    margin-bottom: 20px;
}
.digood-download-ilist .download-ilist{
    padding-top: 10px;
    padding-bottom: 35px;
}
.digood-download-ilist .download-item{
    border-top: #BFBFBF 1px solid;
    border-bottom: #BFBFBF 1px solid;
    padding: 20px 0;
    margin-bottom: 22px;
}
.digood-download-ilist .download-left{
    max-width: 88%;
}
.digood-download-ilist i.fa{
    font-size: 45px;
    display: inline-block;
    vertical-align: middle;
}
.digood-download-ilist .download-title{
    font-size: 22px;
    color: #222222;
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
}
.digood-download-ilist .download-right span{
    display: block;
    font-size: 16px;
    color: #5B5B5C;
    margin-top: 10px;
}
@media (min-width:1200px){
    .custom-bulk-order-ibox{
        margin-top: 30px;
        min-height: 330px;
    }
}
@media (max-width:1299px){
    .custom-bulk-order-title {
        font-size: 28px;
    }
}
@media (max-width:1199px){
    .custom-bulk-order-title {
        font-size: 26px;
    }
    .digood-download-ilist .download-item {
        margin-bottom: 18px;
    }
}
@media (max-width:991px){
    .custom-bulk-order-title {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .digood-download-ilist .download-ilist {
        padding-bottom: 20px;
    }
}
@media (max-width:767px){
    .custom-bulk-order-title {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .custom-bulk-order-ibox {
        padding: 24px 22px;
    }
    .digood-about-section2 .custom-bulk-order-ibox {
        margin-top: 30px;
    }
    .digood-download-ilist .download-item {
        padding: 12px 0;
        margin-bottom: 12px;
    }
    .digood-download-ilist .download-title {
        font-size: 18px;
        margin: 0 6px;
    }
    .digood-download-ilist i.fa {
        font-size: 31px;
    }
    .digood-download-ilist .download-right img{
        width: 24px;
    }
    .digood-download-ilist .download-right span {
        font-size: 14px;
        margin-top: 4px;
    }
}
/*about us*/
.digood-about-section1 .section-main-title{
    margin-left: 180px;
}
[dir="rtl"] .digood-about-section1 .section-main-title{
    margin-left: 0;
    margin-right: 180px;
}
.digood-about-section1 .title-line{
    width: 160px;
    height: 2px;
    background: #090302;
    display: block;
    position: relative;
    top: 28px;
}
.digood-about-section1 .play-btn{
    width: 76px;
    height: 76px;
    line-height: 76px;
    text-align: center;
    background: #090302;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #E3A621;
}
.digood-about-section1 .play-btn svg{
    font-size: 34px;
}
.digood-about-section1 .play-btn:hover{
    background-color: #ffffff;
}
.digood-about-section1 .about-sub-title{
    font-size: 28px;
    font-weight: bold;
    color: #323232;
    line-height: 1.3;
}
.digood-about-section1 .compay-desc{
    font-size: 16px;
    color: #000000;
    margin: 35px 0 70px;
}
.digood-about-section2 .about-tab-ibox{
    background-color: #F1F5F8;
}
.digood-about-section2 .tab-navs{
    flex-wrap: nowrap;
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
}
.digood-about-section2 .nav-link{
    background-color: #FFFFFF;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #090302;
    text-align: center;
    padding: 1rem 2rem;
    margin: 0 15px;
    height: 100%;
    position: relative;
}
.digood-about-section2 .nav-link-image img{
    max-width: 60px;
}
.digood-about-section2 .nav-link.active::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid #FFAA17;
    border-left: 10px transparent solid;
    border-right: 10px transparent solid;
    transition: 0.5s;
}
.digood-about-section2 .nav-link.active{
    background-color: #FFAA17;
    color: #ffffff;

}
.digood-about-section2 .nav-link-title{
    margin-top: 14px;
    line-height: 22px;
    font-size: inherit;
}
.digood-about-section2 .nav-link.active .elementor-show {display:none;opacity:0;visibility:hidden;}
.digood-about-section2 .nav-link.active .elementor-hide {display:block;margin:0 auto;opacity:1;visibility:visible;}
.digood-about-section2 .custom-bulk-order-ibox{margin-top: 50px;}
.digood-about-section3 .gallery-row{
    margin-left: -12px;
    margin-right: -12px;
}
.digood-about-section3 .gallery-item{
    margin: 8px 0;
    padding-left: 12px;
    padding-right: 12px;
}
.digood-about-section3 .gallery-title{
    display: block;
    font-size: 16px;
    color: #1D2122;
    margin: 10px 0;
}
.digood-about-section4 .certificate-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 456px;
    background-color: #000000
}
.digood-about-section4 .dg-tab-nav{
    margin-bottom: 30px;
}
.digood-about-section4 .tab-item{
    font-size: 22px;
    color: #ffffff;
    margin: 0 16px;
    cursor: pointer;
    line-height: 30px;
}
.digood-about-section4 .nav-link-image img{
    max-width: 56px;
    padding: 0px 6px
}
.digood-about-section4 .nav-link-title{
    font-size: inherit;
    line-height: inherit;
}
.digood-about-section4 .tab-item.on .elementor-show {display:none;opacity:0;visibility:hidden;}
.digood-about-section4 .tab-item.on .elementor-hide {display:block;margin:0 auto;opacity:1;visibility:visible;}
.digood-about-section4 .tab-item.on .nav-link-title{
    color: var(--font-color-base);
}
.digood-about-section4 .dg-tab-pane{
    display: none;
}
.digood-about-section4 .dg-tab-pane.on{
    display: block;
}
@media (max-width:1399px){
    .digood-about-section1 .title-line {
        width: 150px;
        top: 22px;
    }
    .digood-about-section1 .section-main-title {
        margin-left: 170px;
    }
    [dir="rtl"] .digood-about-section1 .section-main-title{
        margin-left: 0;
        margin-right: 170px;
    }
    .digood-about-section1 .about-sub-title{
        font-size: 26px;
    }
}
@media (max-width:1199px){
    .digood-about-section1 .title-line {
        width: 110px;
    }
    .digood-about-section1 .section-main-title {
        margin-left: 130px;
    }
    [dir="rtl"] .digood-about-section1 .section-main-title{
        margin-left: 0;
        margin-right: 130px;
    }
    .digood-about-section1 .compay-desc {
        margin: 30px 0 40px;
    }
    .digood-about-section1 .about-sub-title{
        font-size: 24px;
    }
    .digood-about-section4 .tab-item {
        font-size: 20px;
        line-height: 28px;
    }
}
@media (max-width:991px){
    .digood-about-section1 .title-line {
        width: 60px;
        top: 20px;
    }
    .digood-about-section1 .section-main-title {
        margin-left: 80px;
    }
    [dir="rtl"] .digood-about-section1 .section-main-title{
        margin-left: 0;
        margin-right: 80px;
    }
    .digood-about-section1 .about-sub-title{
        font-size: 22px;
    }
    .digood-about-section4 .certificate-bg{
        height: 320px;
    }
    .digood-about-section4 .tab-item{
        font-size: 18px;
        line-height: 24px;
    }
}
@media (max-width:767px){
    .digood-about-section1 .title-line {
        width: 50px;
        top: 16px;
    }
    .digood-about-section1 .section-main-title {
        margin-left: 62px;
    }
    [dir="rtl"] .digood-about-section1 .section-main-title{
        margin-left: 0;
        margin-right: 62px;
    }
    .digood-about-section1 .about-sub-title{
        font-size: 18px;
    }
    .digood-about-section1 .compay-desc {
        margin: 22px 0 30px;
    }
    .digood-about-section1 .play-btn {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
    .digood-about-section1 .play-btn svg {
        font-size: 24px;
    }
    .digood-about-section2 .nav-item {
        width: 33.3%;
        padding: 0 5px;
    }
    .digood-about-section2 .nav-link {
        font-size: 14px;
        padding: 1rem 0.5rem;
        margin: 0;
        width: 100%;
    }
    .digood-about-section2 .nav-link-title {
        margin-top: 8px;
        line-height: 20px;
    }
    .digood-about-section2 .nav-link-image img {
        max-width: 30px;
    }
    .digood-about-section4 .certificate-bg{
        height: 290px;
    }
    .digood-about-section4 .tab-item{
        font-size: 15px;
        margin: 0 6px;
        text-align: center;
        line-height: 22px;
    }
    .digood-about-section4 .nav-link-image img{
        max-width: 40px;
        padding: 8px 6px;
    }
}
/*products filter*/
.filter-menu .filter-group{
    border-bottom: 2px solid #F0B020;
}
.filter-menu .filter-group2{
    padding-top: 26px;
}
.filter-menu .filter-title{
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 14px;
}
.filter-menu .collection-name{
    font-size: 0;
    margin: 6px 0;
}
.filter-menu .collection-name.active .check-icon:before{
    content:"";
    position:absolute;
    left: 2px;
    top: 2px;
    height: 8px;
    width: 8px;
    background-color:#F0B020;
}
.filter-menu .collection-name.active .check-icon{
    border-color:#F0B020;
}
.filter-menu .collection-name.active span{
    color:#F0B020;
}
.filter-menu .collection-name span{
    display: block;
    font-size: 16px;
    color: #333333;
    cursor: pointer;
}
.filter-menu .collection-name .check-icon{
    width: 16px;
    height: 16px;
    border: 2px solid #535353;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    position:relative;
}
[dir="rtl"] .filter-menu .collection-name .check-icon{
    margin-left: 4px;
    margin-right: 0px;
}
.filter-menu .filter-item{padding-bottom: 26px;}
@media (min-width:992px){
    .digood-products-section .products-list-right{order: 2;}
}
@media (min-width:1200px){
    .digood-product-sidebar{
        padding-right: 60px;
    }
    [dir="rtl"] .digood-product-sidebar{
        padding-left: 60px;
        padding-right: 0px;
    }
}
@media (max-width:1199px){
    .filter-menu .filter-item{display: none;}
    .filter-menu .filter-dropdown{
        font-size: 22px;
        position: absolute;
        right: 0;
        top: 0;
        padding: 4px 10px;
        line-height: 16px;
    }
}
@media (min-width:768px) and (max-width:991px){
    .filter-menu{display: flex;flex-wrap: wrap;margin-top: 40px;}
    .filter-menu .filter-group{
        width: 47%;
        margin: 0 10px;
    }
}
/*products list*/
.digood-products-section .products-list-right{
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}
.digood-products-section .product-item{
    background: #FFFFFF;

    margin: 13px 0;
    padding: 0 5px;
} 
.digood-products-section .product-item .products-list-items{
    border: 1px solid #DCDCDC;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}

.digood-products-section .product-left{
    padding: 20px;
}
.digood-products-section .product-title{
    font-size: 17px;
    font-weight: 400;
    color: #000000;
    display: block;
    margin-bottom: 0px;
    height: 3em;
}
.digood-products-section .product-price{
    font-size: 27px;
    font-weight: bold;
    color: #F0B020;
    margin-bottom: 0px;
}
.digood-products-section .product-points{
    font-size: 16px;
    color: #787878;
    line-height: 25px;
    margin: 10px 0;
    max-height: 80px;
}
.digood-products-section .product-points ul{
    margin-bottom: 0;
    padding-left: 1.2rem;
}
.digood-products-section .product__actions{
    justify-content: space-between;
}
.digood-products-section .product__actions .btn1{
    background-color: #000000;
    border-radius: 5px;
    font-size: 16px;
    color: #FFFFFF;
    padding: 8px 22px;
    line-height: 1;
    display: inline-block;
    border: 1px solid  #000000;
    margin-right: 10px;
    height:fit-content;
}
[dir="rtl"] .digood-products-section .product__actions .btn1{
    margin-right: 0px;
    margin-left: 10px;
}
.digood-products-section .product__actions .btn2{
    background-color: #FFFFFF;
    border: 1px solid  #000000;
    border-radius: 5px;
    font-size: 16px;
    color: #000000;
    padding: 8px 22px;
    line-height:1;
     height:fit-content;
    display: inline-block;
}
.digood-products-section .product__actions .btn1:hover,
.digood-products-section .product__actions .btn1:focus{
    background-color: #F0B020;
    color: #ffffff !important;
    border-color: #F0B020;
}
.digood-products-section .product__actions .btn2:hover,
.digood-products-section .product__actions .btn2:focus{
    background-color: #505050;
    color: #ffffff !important;
    border-color: #505050;
}
@media (min-width:992px){
    .digood-products-section .product-left{
        padding: 10px 20px;
    }
    .digood-products-section .product-right{order: 2;}
}
@media (max-width:1199px){
    .digood-products-section .product__actions .btn1 {
        margin-bottom: 10px;
    }
    .digood-products-section .product-title{
        font-size: 16px;
    }
    .digood-products-section .product-price{
        font-size: 24px;
    }
}
@media (max-width:767px){
    .digood-products-section .products-list-right{
        margin-bottom: 30px;
    }
    .digood-products-section .product__actions .btn1,
    .digood-products-section .product__actions .btn2 {
        font-size: 16px;
        padding: 8px 24px;
    }
}
/*products detail*/
.digood-product-detail .product-title{
    font-size: 28px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 20px;
}
.digood-product-detail .product-description{
    font-size: 16px;
    color: #000000;
    margin-bottom: 30px;
}
.digood-product-detail .price{
    font-size: 34px;
    font-weight: bold;
    line-height: 40px;
    color: #F0B020;
    margin-bottom: 30px;
}
.digood-product-detail .custom_textarea{
    margin-bottom: 30px;
}
.custom_textarea ul{
    padding-left: 1.5rem;
}
.digood-product-detail .add-cart-ibox{
    width: 150px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #B5B5B5;
    border-radius: 5px;
    font-size: 16px;
    color: #787878;
}
.digood-product-detail .cart_minus,
 .digood-product-detail .cart_plus{
    width: 40px;
    height: 40px;
    display: inline-block;
    font-size: 24px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}
.digood-product-detail .cart-num{
    width: 80px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #787878;
    border-right: 1px solid #B5B5B5;
    border-left: 1px solid #B5B5B5;
}
.digood-product-detail .add_to_cart{
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 20px;
    background: #F0B020;
    border-radius: 5px;
    display: inline-block;
    padding: 10px 34px;
    height: 40px;
    cursor: pointer;
    margin: 0 10px;
}
.digood-product-detail .add_to_cart:hover,
.digood-product-detail .add_to_cart:focus{
    background: #E7E7E7;
    color: #272727 !important;
}
.digood-product-detail .gallery-thumbs .swiper-slide {
    text-align: center;
    border: 1px solid #eee;
}
.digood-product-detail .gallery-thumbs .swiper-slide.swiper-slide-thumb-active{
    border: 1px solid #F0B020;
}
.digood-product-detail .product-thumbs-next,
.digood-product-detail .product-thumbs-prev {position:absolute;top:50%;color:#333333;font-size:32px;width:20px;transform:translateY(-50%);z-index:14;}
.digood-product-detail .product-thumbs-prev {left:0;right:auto;}
.digood-product-detail .product-thumbs-next {right:0;left:auto;}
.digood-product-detail .product_details_show{
    margin-bottom: 35px;
}
.digood-product-detail .product_specs,
.product__actions .product_specs{
    padding: 6px 20px;
    border-radius: 6px;
    display: block;
    margin: 10px 0;
    min-width: 280px;
    text-align:left;
}
.digood-product-detail .product_specs.productActive,
.product__actions .product_specs.productActive{
    border: 1px solid #F0B020 !important;
    background-color: #F0B020;
    color: #ffffff;
}
.digood-product-detail .goods_attr{
    margin-bottom: 20px;
}
.product-accordion-ibox{
    margin: 30px 0;
}
.product-accordion-ibox .accordion__body {
    padding: 26px 0;
    display: none;
}
.product-accordion-ibox .MonRegularTitle{
    font-size: 0;
    color: #454545;
    padding: 10px 0;
    cursor: pointer;
    border-bottom: 1px solid #868686;

}
.product-accordion-ibox .MonRegularTitle .tab_title{
    font-size: 26px;
    color: inherit;
    display: inline-block;
    vertical-align: middle;
}
.product-accordion-ibox .MonRegularTitle .icon-plus{
    opacity: 1;
    display: inline-block;
    font-size: 32px;
    color: #454545;
    vertical-align: middle;
}
.product-accordion-ibox .MonRegularTitle .icon-minus{
    opacity: 0;
    display: none;
    vertical-align: middle;
    font-size: 32px;
    color: #454545;
}
.product-accordion-ibox .MonRegularTitle.on .icon-plus {
    opacity: 0;
    display: none;
}
.product-accordion-ibox .MonRegularTitle.on .icon-minus {
    opacity: 1;
    display: inline-block;
}

.ReletedProductSwiper{
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 60px;
}
.ReletedProductSwiper .releted-item{
    background: #FFFFFF;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.3);
}
.ReletedProductSwiper .product-tittle{
    font-size: 16px;
    font-weight: bold;
    color: #272727;
    line-height: 22px;
    margin: 14px 20px;
    height: 44px;
}
.ReletedProductSwiper .product-price{
    font-size: 20px;
    font-weight: bold;
    color: #F0B020;
    display: block;
    padding: 0 20px;
}
.ReletedProductSwiper .product-read-more{
    background: #E7E7E7;
    border-radius: 5px;
    font-size: 16px;
    color: #272727;
    display: inline-block;
    padding: 6px 16px;
}
.ReletedProductSwiper .product-read-more:hover,
.ReletedProductSwiper .product-read-more:focus{
    background: #F0B020;
    color: #ffffff !important;
}
@media (min-width:992px){
    .ReletedProductContent .section-main-title{font-size: 32px;}
}
@media (max-width:1199px){
    .product-accordion-ibox {
        margin: 20px 0;
    }
    .digood-product-detail .price {
        font-size: 32px;
    }
    .ReletedProductSwiper{
        padding-bottom: 50px;
    }
}
@media (max-width:991px){
    .digood-product-detail .product-title {
        font-size: 22px;
    }
    .digood-product-detail .price {
        font-size: 26px;
        margin-bottom: 20px;
    }
    .digood-product-detail .add_to_cart{
        padding: 10px 32px;
    }
    .ReletedProductSwiper{
        padding-bottom: 45px;
    }
}
@media (max-width:767px){
    .digood-product-detail .product-title {
        font-size: 20px;
        margin-top: 20px;
    }
    .digood-product-detail .product-description {
        margin-bottom: 18px;
    }
    .digood-product-detail .add_to_cart {
        padding: 10px 30px;
    }
    .product-accordion-ibox {
        margin: 16px 0;
    }
    .product-accordion-ibox .MonRegularTitle .tab_title {
        font-size: 22px;
    }
    .ReletedProductSwiper{
        padding-bottom: 35px;
    }
    .ReletedProductSwiper .product-read-more {
        margin: 20px 0px;
        font-size: 16px;
    }
}
/*product custom box*/
.product-custom-content {
    font-size: 16px;
    color: #787878;
}
.product-custom-content ol,.product-custom-content ul {
    padding-left: 1.2rem;
}
.product-custom-content p{
    font-size: inherit;
    color: inherit;
}
.product-custom-content .prodcut-custom-item{
    background-color: #F1F5F8;
    padding: 20px 0;
}
.product-custom-content .prodcut-custom-item:nth-child(2n),
.product-custom-content .prodcut-custom-item.n2{
    background-color: #ffffff;
}
.product-custom-content .prodcut-custom-item .column  img{
    width: 100%;
}
.product-custom-content .prodcut-custom-title{
    font-size: 32px;
    font-weight: bold;
    color: #000000;
    position: relative;
}
.product-custom-content .prodcut-custom-title::after{
    content: "";
    width: 100%;
    height: 1px;
    background: #F0B020;
    display: block;
    margin-bottom: 20px;
    margin-top: 15px;
}
.product-custom-content .prodcut-custom-item .prodcut-column1 p{
    margin-bottom: 0;
}
@media (min-width:992px){
    .product-custom-content .prodcut-row{
        display: flex;
        align-items: center;
    }
    .product-custom-content .prodcut-custom-item.n2 .prodcut-column1{
        order: 2;
    }
    .product-custom-content .prodcut-custom-item.n1 .prodcut-column1{
        padding-right: 0;
    }
    .product-custom-content .prodcut-custom-item.n2 .prodcut-column1{
        padding-left: 0;
    }
    .product-custom-content .prodcut-custom-item .prodcut-column2{
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
@media (min-width:1200px){
    .product-custom-content .prodcut-custom-item.n1 .prodcut-column2{
        /*padding-right: 8%;*/
        padding-left: 40px;
    }
    .product-custom-content .prodcut-custom-item.n2 .prodcut-column2{
        padding-right: 40px;
        /*padding-left: 8%;*/
    }
}
/*@media (min-width:1600px){
    .product-custom-content  .prodcut-custom-item.n1.prodcut-column2{
        padding-right: 14%;
    }
    .product-custom-content .prodcut-custom-item.n2 .prodcut-column2{
        padding-left: 14%;
    }
}*/
@media (max-width:1199px){
    .product-custom-content .prodcut-custom-item {
        padding: 0 20px;
    }
}
@media (max-width:991px){
    .product-custom-content .prodcut-custom-title {
        font-size: 26px;
        margin-top: 15px;
    }
    .product-custom-content .prodcut-column2{
        padding-bottom: 20px;
    }
}
@media (max-width:767px){
    .product-custom-content .prodcut-custom-title {
        font-size: 20px;
    }
}
/*Customer Reviews*/
.jdgm-rev-widg__title{
    font-size: 28px;
    color: #454545;
    margin-bottom: 20px;
}
.jdgm-rev-widg__summary {
    float: left;
    margin-right: 24px;
}
.jdgm-rev-widg__summary-text{
    font-size: 14px;
    color: #454545;
}
.jdgm-rev-widg__summary-stars .jdgm-star{
    color: #F5C139;
    font-size: 18px;
}
.jdgm-widget-actions-wrapper {
    float: right;
}
.jdgm-widget-share{
    font-size: 20px;
    color: #454545;
    margin-bottom: 10px;
}
.jdgm-write-rev-link{
    background: #2A2A2A;
    border-radius: 5px;
    font-size: 14px;
    color: #FFFFFF;
    display: inline-block;
    padding: 8px 20px;
    margin-top: 10px;
    cursor: pointer;
}
.jdgm-write-rev-link:hover,
.jdgm-write-rev-link:focus{
    background: #F0B020;
    color: #ffffff !important;
}
.jdgm-histogram {
    padding: 4px 16px;
    overflow: hidden;
    width: 62%;
    font-size: 12px;
    border-left: 1px solid #A0A0A0;
    border-right: 1px solid #A0A0A0;
}

.jdgm-histogram__row {
    height: 16px;
    line-height: 16px;
    margin-bottom: 5px;
    cursor: pointer;
    white-space: nowrap;
}
.jdgm-histogram__star {
    display: inline-block;
    vertical-align: middle;
}
.jdgm-histogram__star .jdgm-star {
    color: #F5C139;
    font-size: 18px;
}
.jdgm-histogram__bar {
    position: relative;
    display: inline-block;
    width: 598px;
    height: 100%;
    margin: 0 2px 0 4px;
    vertical-align: middle;
    box-shadow: inset 0 0 1px #666;
}
.jdgm-histogram__bar-content {
    height: 100%;
    font-size: 9px;
    line-height: 16px;
    background: #FBCD0A;
    box-shadow: inset 0 0 1px #888;
    -webkit-transition: width .3s ease;
    transition: width .3s ease;
}
.jdgm-histogram__percentage {
    display: inline-block;
    width: 32px;
    vertical-align: middle;
}
.jdgm-histogram__frequency {
    display: inline-block;
    margin-left: 3px;
    vertical-align: middle;
}
.jdgm-form-wrapper label {
    display: block;
    width: 100%;
    margin: 20px 0 5px 0;
    font-size: 14px;
    color: #454545;
}
.jdgm-form-wrapper input{
    width: 100%;
    padding: 0 15px;
    background: #FFFFFF;
    border: 1px solid #A0A0A0;
    border-radius: 5px;
    height: 40px;
}
.jdgm-form-wrapper .jdgm_review_file{
    height: 170px;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #A0A0A0;
    border-radius: 5px;
}
.jdgm-form-wrapper #jdgm_review_reviewer_file_xcduifm28{
    width: 100%;
    height: 100%;
    opacity: 0;
    position: relative;
    z-index: 4;
}
.jdgm-form-wrapper textarea{
    width: 100%;
    padding: 0 15px;
    background: #FFFFFF;
    border: 1px solid #A0A0A0;
    border-radius: 5px;
    height: 110px;
}
.jdgm-form__rating .jdgm-star{
    color: #F5C139;
    font-size: 18px;
}
.jdgm-form__rating .jdgm--on::before{
    content: "\f005";
}
.jdgm-form__rating .jdgm--off::before{
    content: "\f006";
}
.jdgm-form__btn__ibox{
    margin-top: 25px;
}
.jdgm-submit-rev{
    background: #4D4E4F;
    border-color: #4D4E4F;
    border-radius: 5px;
    padding: 6px 24px;
}
.jdgm-cancel-rev{
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    border-radius: 5px;
    color: #2A2A2A;
    padding: 6px 36px;
}
.jdgm-form-wrapper{
    border-top: #A0A0A0 1px solid;
    padding-top: 20px;
    margin-top: 36px;
    display:none;
}
.jdgm-rev-widg__reviews{
    border-top: 1px solid #A0A0A0;
    margin-top: 40px;
}
.jdgm-divider-top{
    border-bottom: 1px solid #A0A0A0;
    padding: 20px 0;
}
.jdgm-rev__header {
    margin-bottom: 15px;
}
.jdgm-rev__icon{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 14px;
}
.jdgm-rev-widg__reviews .jdgm-rev-widg__summary-stars{
    display: inline-block;
    vertical-align: middle;
}
.jdgm-rev__timestamp{
    font-size: 14px;
    color: #4D4E4F;
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
}
.jdgm-rev__author{
    font-size: 14px;
    color: #4D4E4F;
}
@media (max-width:1299px){
    .jdgm-rev-widg__title{font-size: 22px;}
    .product-accordion-ibox .MonRegularTitle .tab_title{font-size: 22px;}
    .product-accordion-ibox .MonRegularTitle .icon-plus,
    .product-accordion-ibox .MonRegularTitle .icon-minus {
        font-size: 26px;
    }
    .jdgm-histogram{width: 56%;}
    .jdgm-histogram__bar{width: 64%;}
}
@media (max-width:991px){
    .jdgm-histogram{width: 100%;padding: 26px 16px 4px;}
}
@media (max-width:767px){
    .jdgm-rev-widg__summary{
        float: none;
        margin-right: 0;
    }
    .jdgm-widget-actions-wrapper{
        margin-top: 20px;
        float: none;
    }
    .jdgm-rev-widg__title {
        font-size: 18px;
    }
}
/*index banner*/
.animated {-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
.elementor-banner-section .section-banner-content{
    position: absolute;
    left: 50%;
    top: 58%;
    transform: translate(-50%,-50%);
    opacity: 0;
    transition: 0.5s;
    width: 1330px;
}
.elementor-banner-section .slide-title{
    font-size: 64px;
    font-weight: bold;
    font-style: italic;
    color: #E9A724;
    line-height: 1.2;
    margin-bottom: 22px;
}
.elementor-banner-section .slide-text{  
    font-size: 36px;
    margin-bottom: 90px;
    max-width: 100%;
    color: #FFFFFF;
    line-height: 1.2;
}
.elementor-banner-section .swiper-slide-active .section-banner-content{
    opacity: 1;
    visibility: visible;
    -webkit-animation-delay:0.5s;animation-delay:0.5s;
}
.elementor-banner-section .swiper-slide-active .slide-title{
    -webkit-animation-delay:0.7s;animation-delay:0.7s;-webkit-animation-name:fadeInRight;animation-name:fadeInRight;
}
.elementor-banner-section .swiper-slide-active .slide-text{
    -webkit-animation-delay:0.8s;animation-delay:0.8s;-webkit-animation-name:fadeInRight;animation-name:fadeInRight;
}
.elementor-banner-section .swiper-slide-active .elementor-read-more-btn{
    -webkit-animation-delay:0.85s;animation-delay:0.85s;-webkit-animation-name:fadeInRight;animation-name:fadeInRight;
}
.elementor-banner-section .banner_swiper_next, .elementor-banner-section .banner_swiper_prev {
	position:absolute;
	top:50%;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	width:48px;
	height:96px;
	z-index:10;
	cursor:pointer;
	color:white;
	font-size:40px;
    background-color:rgba(0,0,0,0.3);
	-webkit-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}
.elementor-banner-section .banner_swiper_prev {
	left:0px;
	right:auto;
	border-radius:0 8px 8px 0;
}
.elementor-banner-section .banner_swiper_next {
	left:auto;
	right:0px;
	border-radius:8px 0 0px 8px;
}
@media (min-width:1200px){
    .elementor-banner-section .slide-title,
    .elementor-banner-section .slide-text{
        width: 1040px;
    }
}
@media (max-width:1499px){
    .elementor-banner-section .slide-title{font-size: 56px;}
}
@media (max-width:1399px){
    .elementor-banner-section .section-banner-content{
        width: 1100px;
    }
    .elementor-banner-section .slide-title{
        font-size: 46px;
        margin-bottom: 20px;
    }
    .elementor-banner-section .slide-text {
        font-size: 32px;
        margin-bottom: 60px;
    }
}
@media (max-width:1199px){
    .elementor-banner-section .section-banner-content{
        top: 50%;
        width: 930px;
    }
    .elementor-banner-section .slide-title{
        font-size: 40px;
    }
    .elementor-banner-section .slide-text {
        font-size: 28px;
        margin-bottom: 50px;
    }
    .elementor-banner-section .banner_swiper_next, .elementor-banner-section .banner_swiper_prev {
        width: 32px;
        height: 64px;
        font-size: 36px;
    }
}
@media (max-width:991px){
    .elementor-banner-section .section-banner-content{
        width: 720px;
    }
    .elementor-banner-section .slide-title{
        font-size: 34px;
        margin-bottom: 18px;
    }
    .elementor-banner-section .slide-text {
        font-size: 24px;
        margin-bottom: 40px;
    }
    .elementor-banner-section .banner_swiper_next, .elementor-banner-section .banner_swiper_prev {
        width: 32px;
        height: 50px;
        font-size: 34px;
    }
}
@media (max-width:767px){
    .elementor-banner-section .section-banner-content{
        width: 100%;
    }
    .elementor-banner-section .slide-title{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .elementor-banner-section .slide-text {
        font-size: 14px;
        margin-bottom: 0px;
    }
    .elementor-banner-section .banner_swiper_next, .elementor-banner-section .banner_swiper_prev{display: none !important;}
}
/*search products*/
.search_plugin_on_product{
    padding: 150px 0;
}
.search_plugin_on_product .search_plugin_top{
    background-color: #FFFFFF;
    font-size: 0;
}
.search_plugin_on_product .search_plugin_bottom{
    background-color: #090302;
    padding: 44px 0;
}
.search_plugin_on_product .search_plugin_title{
    font-size: 24px;
    font-weight: bold;
    color: #090302;
    padding: 14px 26px;
    display: inline-block;
    transition: 0.5s;
}
.search_plugin_on_product .search_plugin_title1{
    padding: 14px 26px 14px 56px;
}
.search_plugin_on_product .search_plugin_title1.on,
.search_plugin_on_product .search_plugin_title1:hover{
    background-color: #090302;
    color: #ffffff;
}
.search_plugin_on_product .product-option,
.search_plugin_on_product .form-group{
    display: inline-block;
    padding: 0 8px;
    position: relative;
}
.search_plugin_on_product .custom-select{
    background: #FFFFFF;
    border-radius: 5px;
    color: #000000;
    padding: 0.6rem 0.8rem;
    position: relative;
}
.search_plugin_on_product .product-option::before{
    content: "\f0d7";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 20px;
    top: 14px;
    z-index: 12;
    font-size: 18px;
}
[dir="rtl"] .search_plugin_on_product .product-option::before{
    right: auto;
    left: 20px;
}
.search_plugin_on_product .product-search{
    background-color: #F0B020;
    border-color: #F0B020;
    padding: 0.6rem 0.8rem;
    width: 100%;
}
.search_plugin_on_product .search_plugin_tabContent{
    display: none;
    text-align: center;
}
.search_plugin_on_product .search_plugin_tabContent.on{
    display: block;
}
@media (max-width:1299px){
    .search_plugin_on_product{padding: 65px 0;}
}
@media (max-width:991px){
    .search_plugin_on_product {
        padding: 50px 0;
    }
    .search_plugin_on_product .search_plugin_title {
        font-size: 20px;
    }
    .search_plugin_on_product .search_plugin_title1{
        padding: 14px 26px;
    }
    .search_plugin_on_product .form-group1,
    .search_plugin_on_product .form-group2{
        margin-bottom: 10px;
    }
    .search_plugin_on_product .search_plugin_bottom{
        padding: 25px 0;
    }
}
@media (max-width:767px){
    .search_plugin_on_product {
        padding: 40px 0;
    }
    .search_plugin_on_product .search_plugin_title {
        font-size: 18px;
        width: 100%;
    }
    .search_plugin_on_product .form-group3{
        margin-bottom: 10px;
    }
}
/*Term Information*/
.shopify-term-information{
    background-color: #000000;
    padding: 10px;
}
.shopify-term-information .sales-icons .img-wrapper {
    margin: 0;
    padding: 0 5px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.shopify-term-information .sales-icons .img-wrapper span{
    color: #ffffff;
    font-size: 20px;
    padding-left: 6px;
}
[dir="rtl"] .shopify-term-information .sales-icons .img-wrapper span{
    padding-left: 0px;
    padding-right: 6px;
}
.shopify-term-information .sales-icons .img-wrapper img{
    width: 60px;
}
.shopify-term-information .sales-icons .icon-text {
    max-width: 700px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    padding: 15px;
    position: absolute;
    z-index: 9;
    top: 70px;
    right: 0;
    left: 0;
    margin: auto;
    display: none
}
.shopify-term-information .term-desc{
    margin-top: 15px;
}
.shopify-term-information .sales-icons .close-btn {
    display: flex;
    justify-content: flex-end;
    margin-right: 0;
    margin-left: auto;
    min-width: 50px;
    font-size: 20px;
    color: #F0B020;
}
@media (min-width:1500px){
    .shopify-term-information .sales-icons .img-wrapper {
        max-width: 33.3%;
    }
}
@media (min-width:992px) and (max-width:1499px){
    .shopify-term-information .sales-icons .img-wrapper{width: 300px;}
    .shopify-term-information .sales-icons .img-wrapper span{
        font-size: 16px;
    }
}
@media (max-width:991px){
    .shopify-term-information .sales-icons .img-wrapper img {
        width: 38px;
    }
    .shopify-term-information .sales-icons .img-wrapper span{
        font-size: 15px;
    }
}
@media (max-width:767px){
    .shopify-term-information{
        overflow-x: auto;
    }
    .shopify-term-information .sales-icons{
        width: 200%;
    }
    .shopify-term-information .sales-icons .img-wrapper img {
        width: 38px;
    }
    .shopify-term-information .sales-icons .img-wrapper span{
        font-size: 14px;
    }
}
/*products categoroy*/
.elementor-products-category-section{
    background-color: #000000;
    padding: 70px 0 60px;
}
.elementor-products-category-section .section-main-title{
    border-bottom: 1px solid #ffffff;
    padding-bottom: 12px;
    margin-bottom: 14px;
    font-weight: 400;
}
.elementor-products-category-section .products-col{
    margin: 18px 0;
}
.elementor-products-category-section .category-name{
    display: block;
    font-size: 22px;
    color: #FFFFFF;
    margin-top: 4px;
}
.elementor-products-category-section .hover-image{
    display: none !important;
}
.elementor-products-category-section .products-col:hover .main-image{
    display: none !important;
}
.elementor-products-category-section .products-col:hover .hover-image{
    display: block !important;
}
@media (max-width:1199px){
    .elementor-products-category-section {
        padding: 60px 0 50px;
    }
    .elementor-products-category-section .category-name {
        font-size: 20px;
    }
}
@media (max-width:991px){
    .elementor-products-category-section {
        padding: 50px 0 35px;
    }
    .elementor-products-category-section .products-col {
        margin: 14px 0;
    }
}
@media (max-width:767px){
    .elementor-products-category-section {
        padding: 40px 0 32px;
    }
    .elementor-products-category-section .products-row {
        margin-left: -6px;
        margin-right: -6px;
    }
    .elementor-products-category-section .products-col {
        margin: 8px 0;
        padding-left: 6px;
        padding-right: 6px;
    }
    .elementor-products-category-section .category-name {
        font-size: 16px;
    }
}
/*index app*/
.elementor-app-section .section-main-title{
    border-bottom: 1px solid #090302;
    padding-bottom: 12px;
    margin-bottom: 26px;
    font-weight: 400;
}
/*index about*/
.elementor-about-section{
    background: #f5f5f5;
}
.elementor-about-section .section-main-title{
    border-bottom: 1px solid #090302;
    padding-bottom: 18px;
    margin-bottom: 34px;
    font-weight: 400;
}
.elementor-about-section .about-title{
    font-size: 28px;
    font-weight: bold;
    color: #323232;
    line-height: 1.3;
    padding-left: 1rem;
}
.elementor-about-section .about-description{
    font-size: 16px;
    color: #323232;
    line-height: 24px;
    margin: 15px 0;
}
.elementor-about-section .about-more{
    font-size: 24px;
    color: #090302;
    padding-left: 1rem;
}
@media (min-width:1200px){
    .elementor-about-section .about-right{
        padding-left: 40px;
    }
    [dir="rtl"] .elementor-about-section .about-right{
        padding-left: 0px;
        padding-right: 40px;
    }
}
@media (max-width:1199px){
    .elementor-about-section .about-title {
        font-size: 24px;
    }
}
@media (max-width:991px){
    .elementor-about-section .about-title {
        font-size: 22px;
    }
    .elementor-about-section .about-more {
        font-size: 20px;
    }
}
@media (max-width:767px){
    .elementor-about-section .section-main-title {
        padding-bottom: 10px;
        margin-bottom: 26px;
    }
    .elementor-about-section .about-title {
        font-size: 20px;
        margin-top: 20px;
    }
}
/*index advantages*/
.elementor-advantage-section{
    padding: 80px 0 40px;
}
.elementor-advantage-section .advantage-bg{
    height: 582px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.elementor-advantage-section .section-main-title {
    border-bottom: 1px solid #F3F3F3;
    padding-bottom: 18px;
    margin-bottom: 34px;
    font-weight: 400;
}
.elementor-advantage-section .advantageSwiper {
    padding: 22px 8px 20px;
}
.elementor-advantage-section .advantage_swiper_prev,
.elementor-advantage-section .advantage_swiper_next{
    width: 46px;
    height: 46px;
    background: #C9C9C9;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    line-height: 46px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
    font-size: 22px;
}
.elementor-advantage-section .advantage_swiper_prev{
    left: -4px;
}
.elementor-advantage-section .advantage_swiper_next{
    right: -4px;
}
.elementor-advantage-section .advantage_swiper_prev:hover,
.elementor-advantage-section .advantage_swiper_next:hover{
    background: #F0B020;
}
.elementor-advantage-section .swiper-slide{
    background: #FFFFFF;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.41);
    border-radius: 10px;
    overflow: hidden;
}
.elementor-advantage-section .advantage-info{
    padding: 0 20px;
}
.elementor-advantage-section .advantage-icon{
    background: #464646;
    border: 1px solid #F9FBFE;
    border-radius: 50%;
    transition: 0.5s;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -50px;
}
.elementor-advantage-section .swiper-slide:hover .advantage-icon{
    background: #F0B020;
    border-color: #F0B020;
}
.elementor-advantage-section .advantage-title{
    font-size: 24px;
    color: #212529;
    margin-bottom: 12px;
    padding-top: 70px;
}
.elementor-advantage-section .advantage-desc{
    font-size: 16px;
    color: #5C5C5C;
    line-height: 23px;
    padding-bottom: 24px;
}
@media (max-width:1299px){
    .elementor-advantage-section {
        padding: 70px 0 35px;
    }
}
@media (max-width:1199px){
    .elementor-advantage-section {
        padding: 60px 0 30px;
    }
    .elementor-advantage-section .advantage-bg {
        height: 550px;
    }
    .elementor-advantage-section .advantage-icon{
        width: 90px;
        height: 90px;
    }
    .elementor-advantage-section .advantage-icon img{
        width: 60px;
    }
    .elementor-advantage-section .advantage-title {
        font-size: 22px;
        padding-top: 56px;
    }
}
@media (max-width:991px){
    .elementor-advantage-section {
        padding: 50px 0 25px;
    }
    .elementor-advantage-section .advantage-bg {
        height: 480px;
    }
    .elementor-advantage-section .advantageSwiper {
        padding: 8px 8px 20px;
    }
    .elementor-advantage-section .advantage-icon{
        width: 90px;
        height: 90px;
    }
    .elementor-advantage-section .advantage-icon img{
        width: 50px;
    }
    .elementor-advantage-section .advantage-title {
        padding-top: 50px;
    }
}
@media (max-width:767px){
    .elementor-advantage-section {
        padding: 40px 0 20px;
    }
    .elementor-advantage-section .advantageSwiper {
        padding: 0px 8px 20px;
    }
    .elementor-advantage-section .advantage-icon{
        width: 78px;
        height: 78px;
    }
    .elementor-advantage-section .advantage-icon img{
        width: 50px;
    }
    .elementor-advantage-section .advantage-title {
        font-size: 20px;
        padding-top: 46px;
    }
    .elementor-advantage-section .advantage_swiper_prev{
        left: 0px;
    }
    .elementor-advantage-section .advantage_swiper_next{
        right: 0px;
    }
}
/*index news*/
.elementor-blog-section {
	padding:40px 0 30px;
}
.elementor-blog-column {
	margin-bottom:50px;
}
.elementor-blog-column .row {
	padding-bottom:20px;
}
[dir="rtl"] .elementor-blog-column .text-md-end{
    text-align: left !important;
}
.elementor-blog-column::after {
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	border-bottom:1px solid #464646;
	width:100%;
}
.elementor-blog-title a {
	font-size: 18px;
    font-weight: bold;
    color: #131720;
    line-height: 25px;
    height: 50px;
    margin-bottom: 8px;
}
.elementor-blog-date {
    background-color: #F0B020;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    position: absolute;
    right: 20px;
    top: 15px;
    padding: 10px 18px;
    line-height: 22px;
}
.elementor-blog-info{
    background: #FFFFFF;
    padding: 18px;
    box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.13);
    position: relative;
    top: -80px;
    width: 90%;
    margin: 0 auto;
    transition: 0.5s;
}
.elementor-blog-info:hover{
    background: #F0B020;
}
.elementor-blog-info:hover .elementor-blog-title a,
.elementor-blog-info:hover .elementor-blog-more a,
.elementor-blog-info:hover .elementor-blog-excerpt{
    color: #ffffff !important;
}
.elementor-blog-excerpt {
	font-size:14px;
	color:#525252;
	line-height:20px;
    height: 40px;
    margin-bottom: 20px
}
.elementor-blog-more a{
    font-size: 16px;
    font-weight: bold;
    color: #F0B020;
}
@media (max-width:1299px){
    .elementor-blog-section {
        padding: 26px 0 0px;
    }
}
@media (max-width:1199px){
    .elementor-blog-section {
        padding: 10px 0 0px;
    }
}
@media (max-width:991px){
    .elementor-blog-column .row {
        padding-bottom: 15px;
    }
    .elementor-blog-column {
        margin-bottom: 35px;
    }
}
@media (max-width:767px){
    .elementor-blog-column .row {
        padding-bottom: 10px;
    }
    .elementor-blog-column {
        margin-bottom: 30px;
    }
}
/*footer*/
.elementor-site-footer{
    background-color: #333333;
}
.elementor-site-footer .footer-top-info{
    padding: 60px 0;
}
.elementor-site-footer .elementor-footer-title{
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.elementor-site-footer .elementor-nav-list .elementor-nav-item{
    margin: 5px 0;
    position: relative;
}
.elementor-site-footer .elementor-nav-list .nav-icon{
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    top: 3px;
    left: 0;
    color: #E5A922;
}
[dir="rtl"] .elementor-site-footer .elementor-nav-list .nav-icon{
    left: auto;
    right: 0;
}
.elementor-site-footer .elementor-nav-list a {
    display: block;
    font-size: 15px;
    color: #ffffff;
    line-height: 24px;
    text-transform: capitalize;
    padding-left: 16px;
}
[dir="rtl"] .elementor-site-footer .elementor-nav-list a{
    padding-left: 0px;
    padding-right: 16px;
}
.elementor-site-footer .footer-logo{
    padding-bottom: 26px;
    text-align: center;
}
.elementor-site-footer .footer-logo img{
    max-width: 266px;
}
.elementor-site-footer .footer-sologn{
    font-size: 20px;
    color: #FFFFFF;
    margin: 12px 0;
    position: relative;
}
.elementor-site-footer .footer-sologn::before{
    content: "";
    width: 270px;
    height: 1px;
    background: #EBEEEF;
    opacity: 0.49;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -12px;
}
.elementor-site-footer .elementor-social-icon{
    margin: 18px 20px 0;
    color: #ffffff;
    font-size: 24px;
    display: inline-block;
}
.elementor-site-footer .footer-bottom-info{
    padding: 22px 0;
    position: relative;
    overflow: hidden;
}
.elementor-site-footer .footer-bottom-info::before{
    content: "";
    position: absolute;
    left: 15px;
    right: 15px;
    top: 0;
    width: 100%;
    height: 1px;
    background-color: #828385;
}
.elementor-site-footer .copyright-desc{
    font-size: 16px;
    color: #E8E9EA;
    line-height: 20px;
}
.elementor-site-footer .elementor-footer-form{
    width: 90%;
    margin: 0 auto;
}
.elementor-site-footer .elementor-footer-form .form-control{
    font-size: 16px;
    color: #929292;
    line-height: 28px;
    background: #FFFFFF;
    padding: 8px 52px 8px 12px;
    border-radius: 10px;
    height: 46px;
}
[dir="rtl"] .elementor-site-footer .elementor-footer-form .form-control{
    padding: 8px 12px 8px 52px;
}
.elementor-site-footer .elementor-submit-button{
    width: 52px;
    height: 46px;
    background: #F0B020;
    border-radius: 10px;
    position: absolute;
    right: 0;
    top: 0;
}
[dir="rtl"] .elementor-site-footer .elementor-submit-button{
    right: auto;
    left: 0;
}
.elementor-site-footer .social-link{
    max-width: 60px;
    display: inline-block;
}
.nav-member-item:hover .signOutBtn{
    display: block;
}
.signOutBtn{
    display:none;
    position: absolute;
    right: 0;
    top: 100%;
}
.signOutBtn a{
    display: block;
    background-color: var(--section-bg-color);
    color: #fff;
    padding: 6px 10px;
    white-space: nowrap;
    text-align: center;
}
.signOutBtn:hover a,
.signOutBtn:focus a{
    color: #ffffff !important;
    background-color: #505050;
}
@media (min-width: 992px){
    [dir="rtl"] .footer-bottom-right.text-lg-end{text-align: left !important;}

}
@media (max-width:991px){
    .elementor-site-footer .footer-top-info{
        padding: 50px 0;
    }
    .elementor-site-footer .elementor-widget1,
    .elementor-site-footer .elementor-widget2{
        margin-bottom: 30px;
    }
    .elementor-site-footer .footer-bottom-right{margin-top: 20px;}
}

@media (max-width:767px){
    .elementor-site-footer .footer-top-info{
        padding: 40px 0;
    }
    .elementor-site-footer .elementor-widget3{
        margin-bottom: 30px;
    }

}
/*header*/
[dir="rtl"] .pull-left {
    float: right;
}
[dir="rtl"] .pull-right {
    float: left;
}
.elementor-site-header{
    width: 100%;
}
.sticky-header {
	position:fixed;
	z-index:999;
	width:100%;
	left:0;
	top:0;
	-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,0.15);
	box-shadow:0 0 10px 0 rgba(0,0,0,0.15);
    background-color:#333333;
}
.site_header .h-logo img {
	max-width:200px;
}
.site_header .main-menu>li.dropdown {
	position:relative;
	float:left;
    margin:0 12px;
}
[dir="rtl"] .site_header .main-menu>li.dropdown{
    float: right;
}
.site_header .main-menu>li.dropdown-sub{
    position: static;
}
.site_header .main-menu>li>a {
	font-size:20px;
	font-family:var(--fontFamilyBase);
	color:#ffffff;
	display:block;
	padding: 18px 0;
    position: relative;
}
.site_header .main-menu>li>a::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 0;
    height: 3px;
    background: #F0B020;
    transition: 0.5s;
}
[lang="es"] .site_header .main-menu>li.dropdown,
[lang="pt"] .site_header .main-menu>li.dropdown {
    margin: 0 8px;
}
[lang="fr"] .site_header .main-menu>li.dropdown,
[lang="ru"] .site_header .main-menu>li.dropdown {
    margin: 0 6px;
}
[lang="es"] .site_header .main-menu>li>a,
[lang="pt"] .site_header .main-menu>li>a,
[lang="fr"] .site_header .main-menu>li>a{
    padding: 19px 0;
    font-size: 18px;
}
[lang="ru"] .site_header .main-menu>li>a{
    padding: 20px 0;
    font-size: 17px;
}

.site_header .main-menu li>a>.menu-down {
	font-size:16px;
	font-weight:600;
	color:#ffffff;
}
.site_header .main-menu li .sub_nav_menu {
	display:none;
}
.site_header .main-menu ul.sub_nav_menu li {
	position:relative;
}
.site_header .main-menu ul.sub_nav_menu a {
	color:#333;
	display:block;
	font-size:16px;
	line-height:22px;
	padding:8px 15px;
	border-bottom:1px dashed #D5D5D5;
	position:relative;
	-webkit-transition:.8s ease;
	transition:.8s ease;
}
.site_header .main-menu ul.sub_nav_menu a:hover,.site_header .main-menu ul.sub_nav_menu a:focus {
	color:#fff !important;
}
.site_header .main-menu ul.sub_nav_menu a::before {
	content:'';
	width:0%;
	height:100%;
	background-color:var(--section-bg-color);
	-webkit-transition:.8s ease;
	transition:.8s ease;
	position:absolute;
	bottom:0;
	left:0;
	z-index:-1;
}
.site_header .main-menu ul.sub_nav_menu a:hover::before,.site_header .main-menu ul.sub_nav_menu a.active::before {
	width:100%;
	color:#fff !important;
}
.site_header .main-menu>li ul li a>i.menu-down {
	transform:rotate(-90deg);
	position:absolute;
	right:10px;
	top:10px;
	color:#333 !important;
}
.site_header_info {
    position: relative;
	padding:8px 0;
}
.site_header_info::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #E3A922;
    opacity: 0.7;
    width: 100%;
    height: 100%;
}
.site_header_info .elementor-icon-list-item{
    font-size: 16px;
    color: #FFFFFF;
    display: inline-block;
    padding: 0 20px 0 0;
    position: relative;
}
[dir="rtl"] .site_header_info .elementor-icon-list-item{
    padding: 0 0 0 20px;
}
.site_header_info .elementor-icon-list-item2::before,
.site_header_info .language-dropdown::before{
    content: "";
    position: absolute;
    left: -12px;
    top: -13px;
    width: 1px;
    height: 46px;
    background-color: #fff;
}
[dir="rtl"] .site_header_info .elementor-icon-list-item2::before,
[dir="rtl"] .site_header_info .language-dropdown::before{
    right: -12px;
    left: auto;
}
.site_header_info .elementor-icon-list-item a{
    color: #ffffff;
}
.site_header_info .info-toggle{
    color: #fff;
    margin: 0 5px;
    font-size: 18px;
}
.site_header_info .badge {
    font-size: 10px;
    display: block;
    width: 6px;
    height: 6px;
    right: -6px;
    border-radius: 50%;
    padding: 0;
    top: 4px !important;
    position: absolute;
    background-color:red;
}
.site_header_info .language-dropdown{
    margin-left: 18px;
}
[dir="rtl"] .site_header_info .language-dropdown{
    margin-right: 18px;
    margin-left: 0;
}
.site_header .menu-handler {
	background-color:#F0B020;
	padding:10px;
	display:none;
	margin-left:14px;
}
.site_header .menu-handler span {
	position:relative;
	background-color:#fff;
	display:block;
	height:2px;
	margin-top:5px;
	width:20px
}
.site_header .menu-handler span:first-child {
	margin-top:0
}
.site_header .m-dropdown {
	display:none;
}

@media (min-width:1200px) {
    .elementor-site-header{
        position: absolute;
        left: 0;
        top: 0;
        background-color: transparent;
        z-index: 991;
    }
    .elementor-site-header-enabled{
        position: relative;
        left: 0;
        top: 0;
        z-index: 991;
        background-color: #333333;
    }
    .site_header .h-logo{padding: 12px 0;}
    .site_header .main-menu>li:hover>ul.sub_nav_menu,
    .site_header .main-menu>li:hover>.dropdown-sub-menu {
        visibility:visible;
        opacity:1;
        top:100%;
        transition:all 500ms ease;
        display:block;
    }
    .site_header .main-menu li .sub_nav_menu {
        position:absolute;
        left:0;
        top:130%;
        width:220px;
        z-index:100;
        background:#fff;
        border-top:3px solid var(--section-bg-color);
    }
    .site_header .dropdown-sub-menu {
        position: absolute;
        top: 100%;
        left: 0;
        visibility: hidden;
        transition: all 0.3s;
        opacity: 0;
        z-index: 12;
        padding: 12px 14px;
        background-color: #F2F2F2;
        width: 100%;
        font-size: 0;
    }
    .site_header .dropdown-sub-menu li{
        display: inline-block;
        padding-left: 7px;
        padding-right: 7px;
        vertical-align: top;
    }
    .site_header .dropdown-sub-menu li .dropdown-menu-title a{
        background-color: #000000;
        color: #ffffff !important;
    }
    .site_header .dropdown-sub-menu li a{
        font-size: 14px;
        font-weight: bold;
        color: #2A2A2A;
        display: block;
        background-color: #fff;
        padding: 10px;
        margin: 6px 0;

    }
    .site_header .dropdown-sub-menu li a:hover,
    .site_header .dropdown-sub-menu li a:focus{
        background-color: #000000;
        color: #ffffff !important;
    }
    .site_header .dropdown-sub-menu li .dropdown-menu-title a:hover,
    .site_header .dropdown-sub-menu li .dropdown-menu-title a:focus{
        background-color: #F0B020;
        color: #ffffff !important;
    }
    .site_header .main-menu>li:hover>a::after,
    .site_header .main-menu>li.current>a::after {
        width: 100%;
    }
    /*.site_header .main-menu>li>a {
        text-shadow: 2px 2px #777;
    }*/
}
@media (max-width:1399px){
    .site_header .main-menu>li.dropdown {
        margin: 0 10px;
    }
    .site_header .main-menu>li>a{
        font-size: 18px;
    }
    [lang="es"] .site_header .main-menu>li.dropdown,
    [lang="pt"] .site_header .main-menu>li.dropdown,
    [lang="fr"] .site_header .main-menu>li.dropdown,
    [lang="ru"] .site_header .main-menu>li.dropdown {
        margin: 0 6px;
    }
    [lang="es"] .site_header .main-menu>li>a,
    [lang="pt"] .site_header .main-menu>li>a,
    [lang="fr"] .site_header .main-menu>li>a,
    [lang="ru"] .site_header .main-menu>li>a{
        font-size: 16px;
    }
    [lang="fr"] .site_header .main-menu>li>a{
        padding: 14px 0;
    }
    .site_header .h-logo img {
        max-width: 160px;
    }
    [lang="fr"] .site_header .h-logo img {
        max-width: 140px;
    }
}
@media (max-width:1199px) {
    .elementor-subtitle{font-size: 16px;}
    .site_header{padding:12px 0;background-color: #333333;}
    .site_header .h-logo img {
        max-width:150px;
    }
    .site_header .main-menu {display:none;position:absolute;left:0;top:48px;z-index:22;background-color:#fff;margin-top:0;width:100%;-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,0.15);box-shadow:0 0 10px 0 rgba(0,0,0,0.15);border-top:1px solid #ddd;    max-height: 400px;overflow-x: hidden;overflow-y: auto;}
    .site_header .main-menu>li.dropdown {float:none;border-bottom:1px solid #ddd;position: relative;}
    .site_header .menu-handler {display:block;}
    .site_header .main-menu li>a>.menu-down,
     .site_header .dropdown-sub-menu  {display:none;}
    .site_header .m-dropdown {display:block;position:absolute;top:10px;right:0;padding:0 15px;line-height:32px;z-index:9;font-size:22px;}
    .site_header .main-menu>li>a {margin:0;padding:10px 0;color:#333;font-weight: 550;}
     .site_header .dropdown-sub-menu>li>a{
         display: block;
         padding: 10px;
         border-top: 1px solid #ddd;
     }
    .site_header .m-dropdown.active .fa {-webkit-transform:rotateZ(180deg);-ms-transform:rotate(180deg);transform:rotateZ(180deg);}
    .site_header .main-menu ul.sub_nav_menu a,
    .site_header .dropdown-sub-menu li a {border-bottom:none;border-top:1px dashed #D5D5D5;padding:8px 10px;display: block;}
    .site_header .dropdown-sub-menu li .dropdown-menu-children a{padding: 8px 16px;}
    .site_header .dropdown-sub-menu li{padding: 0;}
}
@media (max-width:991px){
    .site_header .main-menu>li>a{
        font-size: 16px;
    }
    .site_header .main-menu ul.sub_nav_menu a, .site_header .dropdown-sub-menu li a{
        font-size: 14px;
    }
}

/*trent-led-app*/
.digood-trent-led-app-section{
    background: #080808;
}
.digood-trent-led-app-section .section-main-title{
    font-size: 48px;
    color: #E5A922;
    margin-bottom: 18px;
}
.digood-trent-led-app-section .section-sub-title{
    font-size: 32px;
    color: #FFFFFF;
    line-height: 24px;
    margin-bottom: 34px;
}
.digood-trent-led-app-section .section-app-desc{
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 50px;
}
.digood-trent-led-app-section .section-app-desc p{
    font-size: 16px;
    color: #FFFFFF;
}
.digood-trent-led-app-section .trent-led-app-line{
    height: 1px;
    width: 100%;
    background: #E5A922;
}
.digood-trent-led-app-section .app-link a{
    display: inline-block;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    font-size: 32px;
    line-height: 24px;
    color: #fff;
    padding: 18px 20px;
    background: #080808;
}
.digood-trent-led-app-section .app-link a:hover,
.digood-trent-led-app-section .app-link a:focus{
     border: 1px solid #FFFFFF;
     background: #F0B020;
     color: #ffffff !important;
     border-color: #F0B020;
}
.digood-trent-led-app-section .trent-led-app-button-list{
    margin-bottom: 50px;
    margin-top: 60px;
}
.digood-trent-led-app-section .section-page-title{
    font-size: 64px;
    font-weight: bold;
    font-style: italic;
    color: #FFFFFF;
}
.digood-trent-led-app-section .app-button{
    margin: 0 9px;
    display: inline-block;
    max-width: 44%;;
}
.digood-trent-led-app-section .app-button:hover{
    transform: translateY(-10px);
}
@media (max-width:1299px){
    .digood-trent-led-app-section .section-page-title{
        font-size: 56px;
    }
    .digood-trent-led-app-section .section-main-title {
        font-size: 40px;
    }
}
@media (max-width:1199px){
    .digood-trent-led-app-section .section-page-title{
        font-size: 46px;
    }
    .digood-trent-led-app-section .section-page-title img{
        width: 70px;
    }
    .digood-trent-led-app-section .section-main-title {
        font-size: 36px;
    }
    .digood-trent-led-app-section .section-sub-title {
        font-size: 28px;
    }
    .digood-trent-led-app-section .app-link.digood-padding-80 {
        padding: 60px 0 20px;
    }
}
@media (max-width:991px){
    .digood-trent-led-app-section .section-page-title{
        font-size: 40px;
    }
    .digood-trent-led-app-section .section-page-title img{
        width: 60px;
    }
    .digood-trent-led-app-section .trent-led-app-button-list {
        margin-bottom: 40px;
        margin-top: 50px;
    }
    .digood-trent-led-app-section .section-main-title {
        font-size: 36px;
    }
    .digood-trent-led-app-section .section-sub-title {
        font-size: 26px;
        margin-bottom: 30px;
    }
    .digood-trent-led-app-section .section-app-desc {
        margin-bottom: 34px;
    }
    .digood-trent-led-app-section .app-link.digood-padding-80 {
        padding: 50px 0 10px;
    }
    .digood-trent-led-app-section .app-link a {
        font-size: 28px;
        padding: 14px 20px;
    }
}
@media (max-width:767px){
    .digood-trent-led-app-section .section-page-title{
        font-size: 30px;
    }
    .digood-trent-led-app-section .section-page-title img{
        width: 50px;
    }
    .digood-trent-led-app-section .section-main-title {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .digood-trent-led-app-section .section-sub-title {
        font-size: 22px;
        margin-bottom: 22px;
    }
    .digood-trent-led-app-section .section-app-desc {
        margin-bottom: 30px;
    }
    .digood-trent-led-app-section .trent-led-app-button-list {
        margin-bottom: 40px;
        margin-top: 30px;
    }
    .digood-trent-led-app-section .app-link.digood-padding-80 {
        padding: 40px 0 0;
    }
    .digood-trent-led-app-section .app-link a {
        font-size: 22px;
        padding: 10px 20px;
    }
}

/*products catergory*/
.elementor-products-catergory-section .swiper-slide{
    border: 3px solid transparent;
    width: 20%;
}
.elementor-products-catergory-section .swiper-slide:hover{
    border: 3px solid #F0B020;
}
.elementor-products-catergory-section .catergory-link{
    display: block;
    width: 100%;
}
.elementor-products-catergory-section .catergory-title{
    font-size: 16px;
    font-weight: 550;
    color: #FFFFFF;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px;
    width: 100%;
}

/*pop-up notification*/
.omnisend-reset-ibox{
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin:0 auto;
    padding: 64px 12px;
    overflow: auto;
    z-index: 100000;
    display: none;
}
.omnisend-reset-ibox.show{
    display: block;
}
.omnisend-form-overlay{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    background-color: #131313;
}
.omnisend-form-content{
    width: 650px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background-color: #131313;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.omnisend-form-close-button{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 6;
    padding: 15px;
    cursor: pointer;
}
[dir="rtl"] .omnisend-form-close-button{
    right: auto;
    left: 0;
}
.omnisend-form-close-button .omnisend-form-close-icon {
    fill: var(--font-color-base);
    background-color: transparent;
    stroke: none;
    width: 16px;
    height: 16px;
    display: block;
}
.omnisend-form-image{
    width: 50%;
    object-fit: cover;
}
#omnisend-form-submit-form {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    z-index: 1;
    box-sizing: border-box;
    width: 50%;
    padding: 30px 20px;
}
[dir="rtl"] #omnisend-form-submit-form{
    order: 1;
}
#omnisend-form-submit-form .omnisend-form-text-bold {
    color: var(--btn-bg-color-base);
    font-size: 28px;
    font-weight: bold;
    line-height: 30px;
}
#omnisend-form-submit-form .omnisend-form-text{
    font-size: 16px;
    padding: 18px 0 38px;
    color: #fff;
}
.omnisend-form-field-input{
    width: 100%;
    border: 2px solid var(--btn-bg-color-base);
    border-radius: 10px;
    padding: 12px 10px;
    margin-bottom: 18px;
    color: #ffffff;
}
.omnisend-form-button{
    align-self: center;
    width: 100%;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    color: #FFFFFF;
    background-color: var(--btn-bg-color-base);
    border-radius: 8px;
    border-width: 2px;
    border-style: solid;
    border-color: var(--btn-bg-color-base);
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 16px;
    padding-right: 16px;
}

@media (max-width:767px){
    .omnisend-form-content{
        width: 100%;
    }
    #omnisend-form-submit-form{
        width: 100%;
    }
    .omnisend-form-image{
        display: none;
    }

}
/*search*/
.category-select-text{
    background: #FFBE00;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    padding: 10px 24px;
    line-height: 30px;
}
.digood-category-select{
    background: #FFFFFF;
    border-radius: 5px;
    color: #000000;
    padding: 0.6rem 1.5rem 0.6rem 0.8rem;
    border: 1px solid #ced4da;
    position: relative;
}
.digood-category-select::before{
    content: "\f0d7";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 6px;
    top: 14px;
    z-index: 12;
    font-size: 18px;
}
.digood-category-select .custom-select{
    border: none;
    padding: 0;
}
.digood-category-select .custom-select:focus{
    box-shadow: none;
}
.digood-vehicle-ibox{
    background: #000000;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
    padding: 13px 24px;
    line-height: 22px;
}
.digood-search-reult-section .search-promo{
    background: #F0B020;
    padding: 8px 18px;
    margin-bottom: 34px;
}
.digood-search-reult-section .search-promo .desc{
    font-size: 20px;
    font-weight: bold;
    color: #F2F2F2;
}
.digood-search-reult-section .search-promo .icon{
    font-size: 30px;
    color: #fff;
}


/*Category*/
.aside-category-heading .widget-title {
	color: #000;
	margin-bottom: 40px;
	font-weight: 700;
	padding-bottom: 3px;
	position: relative;
}
.aside-category-heading .widget-title:before {
	position: absolute;
	bottom: -14px;
	height: 1px;
	left: 0px;
	width: 30px;
	margin: 0 auto;
	background: #252839;
	content: "";
}
.aside-category-heading .widget-title:after {
    bottom: -11px;
    height: 1px;
    left: 0px;
    width: 50px;
    background: #252839;
    content: "";
    margin: 0 auto;
    position: absolute;
}
[dir="rtl"] .aside-category-heading .widget-title:before,
[dir="rtl"] .aside-category-heading .widget-title:after{
    left: auto;
    right: 0px;
}
.digood-sidbar.aside-category-group .list-group-item {
    position: relative;
    padding: 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 12px;
}
.digood-sidbar.aside-category-group .list-group-item:hover>.collapse-link,
.digood-sidbar.aside-category-group .list-group-item:hover .collapse-heading>.collapse-link{
    color: var(--link-hover-color) !important;
}
.digood-sidbar.aside-category-group .badge {
    padding: 5px 10px;
    font-size: 100%;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 5px;
    float: right;
    background: #002642;
    color: #FFF;
    font-weight: 400;
}
.digood-sidbar.aside-category-group .collapse-link {
    display:block;
    transition: 0.6s;
    font-size:18px;
    line-height:24px;
    padding: 0.50rem 0rem;
}
.digood-sidbar.aside-category-group .drop-menu .collapse-link{
    padding-right:32px !important;
}
[dir="rtl"] .digood-sidbar.aside-category-group .drop-menu .collapse-link{
    padding-right:0 !important;
    padding-left:32px !important;
}
.digood-sidbar.aside-category-group .sub-menu{
    padding-left:10px !important;
}
.digood-sidbar.aside-category-group .sub-menu .collapse-link {
    font-size:16px;
    line-height:22px;
    font-weight: 400;
}
.digood-sidbar.aside-category-group .sub-menu .collapse-link.active{
    color:var(--font-color-base) !important;
}
.digood-sidbar.aside-category-group .collapse-button{
    position: absolute;
    right: 0;
    top: 6px;
}
.digood-sidbar.aside-category-group .collapse-icon{
    font-size:20px;
    padding:2px 10px;
    width: 32px;
}
.block{
    padding:50px 0
}
.block .row{
    align-items:center;
}