@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
:root{
    --primary-color: #1371BD;
    --sub-color: #fdcc0d;
}
*{
    font-family: 'Bai Jamjuree', sans-serif !important;
}
body{
    font-family: 'Bai Jamjuree', sans-serif !important;
    font-size: 14px;
}
.pc-header .logo{
    max-width: 200px;
}
.contact-form{
    padding:20px;
    border-radius: 5px;
    border:1px solid #DCDCDC;
    background-color: #F8F8F8;
}
.heading-form{
    font-size:18px;
    margin-bottom:20px;
    color:#000;
    font-weight: bold;
}
.contact-form .input-text{
    width:100%;
    height:45px !important;
    border-radius: 5px;
}
.contact-form textarea{
    height:100px;
    margin-top:20px !important;
    width:100%;
    border-radius: 5px;
}
.contact-container-1{
    padding:30px 0;
}



.contact-form button{
    border:0;
    margin-top:20px;
    background-color: rgb(215 150 57);
    font-size:14px;
    text-transform: uppercase;
    color:#fff;
    padding:10px 25px;
    border-radius: 5px;
}
.contact-infor{
    padding:15px;
    border:1px solid #DCDCDC
}
.bottom-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background-color: var(--primary-color);
    border-top:4px solid;
    border-color:#f9a41a;
    padding: 5px 0
}

.bottom-bar .btn {
    color: #fff;
    background-color: #cf2030;
    margin: 5px;
    width: 125px;
    display: flex;
    align-items: center;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    justify-content: center;
    display: block;
    padding: 10px 11px;
}

.bottom-bar .btn:hover {
    background-color: #0566a3
}

.bottom-bar .icon {
    margin-right: 5px
}

.bottom-bar .icon svg {
    width: 20px
}

.bottom-bar .btn-hotline .icon svg {
    width: 15px
}
@media (max-width: 768px){
    .article-container img{
        width:100% !important;
        height:auto !important;
    }
}
.mobile-search{
    position: relative;
}
@media (max-width: 575px) {
    .bottom-bar {
        padding:0;
        border-top: 1px solid #cf2030;
        z-index: 1000;
    }

    .bottom-bar .container-fluid,.bottom-bar .d-flex {
        padding: 0
    }

    .bottom-bar .btn {
        align-content: center;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 0;
        background: none;
        width: 20%;
        text-align: center
    }

    .bottom-bar .label {
        display: block;
        font-size: 10px;
        text-align: center;
        font-weight: 400
    }

    .bottom-bar .icon {
        display: block;
        margin: 0 auto 5px
    }

    .panel-whyus .uk-width-medium-1-3 {
        width: 50%;
        margin-bottom: 100px;
    } 

    .panel-whyus .uk-width-medium-1-3:last-child,
    .panel-whyus .uk-width-medium-1-3:nth-last-child(2)
    {
        margin-bottom: 0;
    }

    .whyus-item{
        padding: 60px 20px !important;
        padding-top: 90px !important;
    }

    .panel-partner .swiper-slide{
        width: 50% !important;
    }

}


/* MOBILE HEADER */
.mobile-header{
	/*position: fixed;*/
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	margin-bottom: 10px;
	transition: all 0.3s ease;
	-webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,.09);
    -moz-box-shadow: 0 2px 6px 0 rgba(0,0,0,.09);
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.09);
}
.moblie-menu-btn>:after, .moblie-menu-btn>:before,
.moblie-menu-btn>*{
	background: #000;
}

.mobile-header.active{
	left: 270px;
}

.mobile-header .topbar {
	background: #f34111;
	line-height: 40px;
	font-size: 13px;
	color: #fff;
	text-align: center;
}

.mobile-header .topbar p {margin: 0;}

.mobile-header .upper {
	padding: 7px 10px;
	position: relative;
	text-align: center;
    background: #0081c9;
}
.mobile-header .logo {
    text-align: left;
}
.mobile-header .logo a {
    height: 80px;
    width: 80px;
}
.mobile-header .lower {
	position: relative;
	padding: 7px 10px;
	background: #fff;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}
.mobile-header .lower.fixed{
	position: fixed;
	display: block;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
}

.mobile-search .form {
	position: relative;
}
.mobile-search .form .input-text {
	display: block;
	height: 32px;
	background: #fff;
	font-size: 13px;
	line-height: 32px;
	color: #000;
	border: 1px solid #ff4208;
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.12);
	-moz-box-shadow: inset 0 0 5px rgba(0,0,0,.12);
	-ms-box-shadow: inset 0 0 5px rgba(0,0,0,.12);
	-o-box-shadow: inset 0 0 5px rgba(0,0,0,.12);
	box-shadow: inset 0 0 5px rgba(0,0,0,.12);
}
.mobile-search .form .btn-submit {
	display: block;
	position: absolute;
	height: 32px;
	width: 60px;
	top: 0px;
	left: initial;
	right: 0px;
	background: #ff4208  url(img/search-2.png) 50% 50% no-repeat;
	border: 1px solid #ff4208 ;
	cursor: pointer;
	text-indent: -99999em;
}

.mobile-search .form .input-text::-webkit-input-placeholder {
	color: #999;
	font-size: 13px;
}
.mobile-search .form .input-text::-moz-placeholder {
	color: #999;
	font-size: 13px;
}
.mobile-search .form .input-text:-ms-input-placeholder {
	color: #999;
	font-size: 13px;
}
.mobile-search .form .input-text:-moz-placeholder {
	color: #999;
	font-size: 13px;
}
.mobile-cart {
	display: block;
	position: absolute;
	left: initial;
	right: 0px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: url(img/cart/icon-cart.png) 0px 0px no-repeat;
	-webkit-background-size: 40px 36px;
	-moz-background-size: 40px 36px;
	-o-background-size: 40px 36px;
	background-size: 40px 36px;
}
.mobile-cart .quantity {
	display: block;
	position: absolute;
	top: -1px;
	left: initial;
	right: 10px;
	font-size: 10px;
	color: #fff;
}

.mobile-header .lower.catalog-page{
	padding-right: 50px;
}

.mobile-header .lower .btn-open-aside{
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translate(0 , -50%);
	width: 32px;
	height: 32px;
	background: #ff4208;
	color: #fff;


}
.mobile-header .lower .btn-open-aside>*{
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	transform: translate( -50% , -50%);
	width: 20px;
	height: 3px;
	background: #fff;
	font-size: 0;
	transition: all 0.3s ease-in-out;
	text-indent: -9999px;
}

.mobile-header .lower .btn-open-aside>*:before,
.mobile-header .lower .btn-open-aside>*:after{
	content: '';
	display: block;
	position: absolute;
	width: 20px;
	height: 3px;
	background: #fff;
	transition: all 0.3s ease-in-out;
	top: 0;
	left: 0;
}

.mobile-header .lower .btn-open-aside>*:before{
	top: -6px;
}
.mobile-header .lower .btn-open-aside>*:after{
	top: 6px;
}

.mobile-header .lower .btn-open-aside.active>*{
	background: transparent;
}

.mobile-header .lower .btn-open-aside.active>*:before,
.mobile-header .lower .btn-open-aside.active>*:after{
	top: 0;
	transform: translate(-50% , -50%);
}
.mobile-header .lower .btn-open-aside.active>*:before{
	transform: rotate(45deg);
}
.mobile-header .lower .btn-open-aside.active>*:after{
	transform: rotate(-45deg);
}

.mobile-header .lower .btn-open-aside{
	display: block !important;
	visibility: visible !important;
}

/* MAIN CSS */
@media (min-width: 1220px){ 
    .uk-container{
        max-width: 1320px;
        padding:0;
    }
}

.pc-header{
    background: #0081c9;
    box-shadow: 0 3px 5px 0 rgb(0 0 0 / 10%);
}

.pc-header.home .logo {
    position: relative;
}
.pc-header.home .logo a{
    margin-right:10px;
    width:55px;
}
.pc-header.home .logo .logo-text{
    position: absolute;
    bottom:0;
    right:10px;
}
.pc-header.home .logo .main{
    font-size:18px;
    font-weight: 900;
    color:var(--primary-color);
    text-transform: uppercase;
}

.panel-slide{
    position: relative;
    margin-bottom: 20px;
}
.header-action {
    margin-right:20px;
}
.header-action .action{
    margin-right:10px;
    font-size:13px;
    color:#fff;
    padding-left:20px;
    position: relative;
}
.header-action .action:not(:last-child){
    padding-right:11px;
}
.header-action .action:before{
    content:'';
    display: block;
    position: absolute;
    left:0;
    top:3px;
    background: url('img/download.svg');
    width:14px;
    height:14px;
}
.header-action .action.hotline:before{
    background: url('img/phone.svg');
}

.header-action .action:not(:last-child):after{
    content:'';
    display: block;
    position: absolute;
    right:0;
    top:4px;
    width:1px;
    height:11px;
    background: #fff;
}
.pc-header .search {
    margin-right:20px;
}
.pc-header .search button{
    background: transparent;
    border:0;
    cursor: pointer;
}
.pc-header .search button img{
    max-width:28px;
    filter: brightness(0) invert(1);
}
.pc-header .language .language-item > *{
    color:#fff;
}
.pc-header .language .language-item:not(:last-child){
    margin-right:11px;
    padding-right:11px;
    position: relative;
}
.pc-header .language .language-item:not(:last-child):before{
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 1px;
    width: 1px;
    height: 17px;
    background: #fff;
}
.navigation{
    margin-top:15px;
}
.main-nav > ul > li:not(:last-child) {
    margin-right:50px;
}
.main-nav > ul > li > a{
    color:#fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}
.main-nav > ul > li > a:hover{
    color: var(--sub-color)
}
.pc-header{
    padding:8px 0;
}
.panel-slide{
    position: relative;
}
.panel-slide .move-intro{
    position: absolute;
    left:50%;
    top:initial;
    bottom:20px;
    transform: translate(-50%, 0);
    z-index: 100;
}
.panel-slide .social{
    position: absolute;
    right:10%;
    bottom:150px;
    z-index: 100;
}
.panel-slide .social li{
    margin-bottom:20px;
}
.overlay{
    position: relative;
    z-index: 9999999;
}
.overlay .overlay-description{
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
    text-align: center;
}
.overlay .overlay-description .slide-heading{
    color:#fff;
    font-size:40px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom:20px;
}
.overlay .overlay-description .slide-description{
    font-weight: normal;
    color:#fff;
    font-size:30px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.panel-slide .overlay:before{
    content:'';
    display: block;
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    bottom:0;
    right:0;
    opacity: 0.8;
    z-index: 90;
}


.footer{
    background-color: #232f3e;
    color: #fff;
    padding-top: 60px;
    padding-bottom: 10px;
}
.footer-logo{
    height:148px;
}
.footer-company{
    font-size:25px;
    color:#fff;
    text-transform: uppercase;
    line-height: 28px;
    font-weight: 700;
    margin-top:20px;
}
.heading{
    color:#fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size:15px;
    border-bottom: 1px solid rgb(255 255 255 / 73%);
    margin-top: 15px;
    margin-bottom:15px;
    padding-bottom: 8%;
}

.location-item{
    color:#fff;
    padding-left:30px;
    position: relative;
    margin-bottom:20px;
}

.location-item:before{
    content:'';
    display: block;
    position: absolute;
    left:0;
    top:0;
    width:20px;
    height:20px;
    background: url('img/location-1-150x150.png');
}

.footer .hotline:before{
    background: url('img/phone-call-150x150.png');
}

.footer .email:before{
    background: url('img/email-1-1-150x150.png');
}
.footer-line{
    margin-bottom: 20px;
}
.footer-menu ul li {
    margin-bottom:15px;
}
.footer-menu ul li  > *{
    color:#fff;
    font-size: 16px;
}
.footer-menu ul li  > *:hover{
    color: #0081c9;
}
.footer-form .description{
    color:#fff;
    margin-bottom:10px;
    font-size:13px;
    text-align: justify;
}

.footer-form input{
    width:100%;
    background: #3B5E84 !important;
    border-radius: 100px;
    border:0 !important;
    height:35px;
}
.footer-form input::placeholder{
    text-align: right;
    color:#263C53 !important;
    font-size:13px !important;
    font-weight: 700;
}

.form-row{
    margin-bottom:10px;
}

.btn-submid{
    padding:8px 20px;
    background: var(--primary-color);
    color:#fff;
    text-transform: uppercase;
    font-size:12px;
    border:0;
    border-radius: 100px;
    font-weight: bold;
}
.copyright{
    background-color: #232f3e;
    color:#fff;
}

.wrapper-copyright{
    border-top: 2px solid #fff;
    padding: 10px 0;
}


.copyright .social-item{
    margin-left:10px;
    color:#fff;
}
@media (max-width: 600px){
    .panel-slide .image{
        height:auto !important
    }
    .panel-slide:after{
        display: none;
    }
    .heading-1{
        text-align: center !important;
    }
    .heading-1 > *{
        font-size:20px !important;
        line-height:23px;
    }
    .readmore{
        margin-right:0;
    }
    .counter-item .text{
        height:40px;
        overflow: hidden;
    }
    .heading-2{
        font-size:18px;
        line-height: 23px;
    }
    .panel-intro{
        padding-bottom:20px;
    }
    .panel-overview{
        margin-top:20px;
        padding:20px 10px;
    }
    .about-gallery{
        width:100% !important;
        height:auto !important;
        position: static;
        padding-top:10px;
        padding-bottom:10px;
    }
    .about-gallery-container{
        position: static;
    }
    .panel-overview .uk-container{
        padding:0;
    }
    .overview-container{
        margin-top:20px !important;
    }
    .heading-4{
        font-size:28px;
        line-height: 34px;
    }
    .panel-project .mask{
        width:100%;
        position: static;
        margin-top:20px !important;
        height: auto;
    }
    .uk-container{
        padding:0 10px;
    }
    .panel-whyus .uk-width-medium-1-3:last-child{
        margin-bottom:20px;
    }
    .panel-partner{
        padding: 40px 0;
    }
    .panel-video{
        margin-bottom:30px !important;
    }
    .blog-item .info .description{
        display: none;
    }
    .heading-5{
        font-size:28px;
    }
    .copyright .uk-flex{
        display: block;
    }
    .copyright .social{
        margin-top:10px;
    }
    .overlay-description {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 99999;
        text-align: center;
        width: 70%;
    }
    .overlay-description .slide-heading {
        color: #fff;
        font-size: 28px;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 10px;
    }
    .overlay-description .slide-description {
        font-weight: normal;
        color: #fff;
        font-size: 20px;
        letter-spacing: 1px;
        text-transform: uppercase;
        line-height: 1.4;
    }
    .product-info-panel .product-header h1.product_title{
        line-height: 1.5;
    }
    .productCore .product-info-panel{
        padding-top: 5px;
    }
    .overview-container .description{
        max-width: 100% !important;
        text-align: justify;
    }
    .mask .description{
        margin-bottom: 20px;
    }
    .panel-project{
        padding-bottom: 20px;
    }
    .panel-partner .swiper-wrapper{
        padding-bottom: 20px !important;
    }
    .product-item .image{
        height: 280px !important;
    }
    .mobile-header .language{
        border-radius: 20px;
        background: #eee;
        position: relative;
    }
    .mobile-header .language::before{
        content: "";
        top:2px;
        left:-10px;
        border-left: 2px solid #fff;
        height: 25px;
        display: block;
        position: absolute;
        opacity: 0.5;
    }
    .language .language-item a{
        padding: 5px 10px;
        display: block;
        font-weight: 600;
    }
    .language .language-item a.active{
        background: #fff;
        border-radius: 20px;
        color: red;
    }
    .upper-right{
        display: flex;
    }
    .moblie-menu-btn{
        transform: translate(0,0) !important;
        padding-right: 10px;
        margin-right: 10px;
        display: block;
        width: auto;
        height: auto;
        display: flex;
        align-items: center;
    }
    .mobile-search{
        padding-right: 10px;
        margin-right: 10px;
        margin-left: 10px;
        width: 40px;
        position: relative;
    }
    .mobile-search::before{
        content: "";
        top:2px;
        left:-10px;
        border-left: 2px solid #fff;
        height: 25px;
        display: block;
        position: absolute;
        opacity: 0.5;
    }
    .search-mobile .btn-search,
    .upper-right .btn-mobile-search img{
        filter: brightness(1) invert(0);
    }
    .category-item .image {
        height: 300px !important;
    }
    .panel-slide .social{
        bottom: 0px !important;
    }
    .footer-menu ul li > *{
        font-size: 14px !important;
    }
    .footer .f .address{
        font-size: 14px !important;
    }
    .heading {
        font-size: 14px !important;
    }
    .footer h4{
        font-size: 15px !important;
    }
    .upper .uk-flex{
        justify-content: space-between;
    }
    .uk-width-medium-1-3{
        width: 50% !important;
    }
    .panel-product .uk-width-medium-1-4,
    .panel-best-seller .uk-width-medium-1-4{
        width: 50% !important;
    }
    .product-item .thumb img {
        height: 100% !important;
    }
    .wrapper-category{
        grid-template-columns: repeat(3, 1fr) !important;
        grid-auto-rows: minmax(100px, auto);
        grid-gap: 10px !important;
        padding: 0 10px !important;
    }
    .category-item img{
        width: 50px !important;
        height: 50px !important;
    }
    .wrapper-category h3.heading-2 > * {
        font-size: 13px !important;
    }
    .product-item .review-product .sell-quantity {
        font-size: 14px !important;
    }
    .product-item .review-product i::before{
        width: auto !important;
        height: auto !important;
    }
    .uk-grid{
        padding: 0 10px !important;
    }
    .footer .uk-width-medium-1-3{
        width: 100% !important;
    }
    .float-contact{
        bottom: 0 !important;
    }
    .float-contact .contact-support-ul{
        margin-bottom: 0 !important;
    }
    .float-contact .contact-support {
        flex-direction: row !important;
    }
    .float-contact{
        width: 100% !important;
    }
    .contact-support a{
        width: 25% !important;
        padding: 10px 0 !important;
    }
    .float-contact .contact-support a {
        margin: 0;
        border-radius: 0;
    }
    .mobile-header .logo a {
        width: 45px !important;
        height: 45px !important;
    }
    .search-form .aws-search-field {
        height: 40px !important;
    }
    .col-md-10{
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .upper .col-md-1{
        padding: 0 !important;
    }
    .upper .col-md-10{
        max-width: 75% !important;
    }
    .panel-intro{
        margin-bottom: 0 !important;
    }
    .uk-width-medium-1-4{
        width: 50% !important;
        padding-left: 10px !important;
    }
    .product-catalogue .uk-grid-medium{
        padding: 0 !important;
    }
    .product-catalogue .product-item .thumb img{
        height: auto !important;
    }
    .product-catalogue .thumb{
        margin-bottom: 10px !important;
    }
    .addToCart{
        padding: 0 10px !important;
    }
    .btn-buynow span{
        font-size: 13px !important;
    }
    .product-info-panel .product-header h1.product_title {
        font-size: 18px !important;
        line-height: 1.4 !important;
    }
    .product-detailpage .product-item .thumb img {
        height: auto !important;
    }
    .product-detailpage .aside{
        width: 100% !important;
    }
    .service{
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .woocommerce-product-search{
        justify-content: center !important;
    }
    .footer .uk-width-medium-1-4{
        width: 100% !important;
    }
    #prdcatalogue-page .uk-width-medium-1-4{
        display: none !important;
    }
    .contact-aside{
        display: block !important;
        position: fixed;
        bottom: 200px;
        right: 5px;
    }
    .contact-aside a{
        width: 50px !important;
    }
}
.contact-aside{
    display: none;
}
.uk-offcanvas .uk-search-field{
    padding-left: 25px;
}
.uk-offcanvas .uk-search:before {
    top: 5px;
}

.search-mobile{
    background-color: #000;
    padding:10px;
    position: relative;
 }
 .search-mobile .input-text{
    width:100%;
    height:50px !important;
    background-color: #6b6b6b6a !important;
    border-radius: 5px;
    color:#fff !important;
 }
 .search-mobile button{
    position: absolute;
    right:17px;
    top:17px;
    background: transparent;
    border:0;
}

.btn-mobile-search{
    border:0;
    border-radius: 50%;
}

.pc-header-2{
    background: #333;
    padding:0;
}
.pc-header-2 .middle{
    background: #fff;
    padding:20px 0;
}

.pc-header-2 .header-right{
    padding:10px 0;
}

.pc-header-2 .main-nav > ul > li > a{
    color:#333;
}

.breadcrumb{
    background: #333;
    padding:30px 0;
}

.breadcrumb h1{
    font-size:30px;
    color:#fff;
    font-weight: 700;
    line-height:30px;
    text-transform: uppercase;
}

.page-breadcrumb li{
    margin-right:10px;
    padding-right:10px;
    position: relative;
}
.page-breadcrumb li:before{
    content:'/';
    display: block;
    position: absolute;
    right:0;
    top:0;
    color:#fff;
}
.page-breadcrumb li:last-child:before{
    display: none;
}

.product-item{
    border: 1px solid #f1f1f1;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
    transition: 0.4s ease;
    background-color: #fff;
    text-align: center;
    padding-bottom: 10px;
}

.product-item .thumb{
    margin-bottom: 10px;
}


.aside-heading{
    color:#1371BD;
    font-size:16px;
    line-height:23px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom:20px;
}

.aside-category{
    margin-bottom:20px;
}

.aside-category ul li{
    margin-bottom:10px;
}
.aside-category ul li a{
    color:#000;
}

.news-item .image{
    height:200px;
}

.news-item{
    border:1px solid #eaeaea;
    border-radius: 10px;
}

.news-item .info{
    padding:10px;
}

.news-item .description{
    height:80px;
    overflow: hidden;
}

.news-item .title > *{
    color:#000;
}
.menu-dropdown{
    display: block;
    position: absolute;
    width: 250px;
    padding: 20px;
    border-radius: 2px;
    box-shadow: 5px 5px 15px rgba(0,0,0,.05);
    opacity: 1;
    visibility: hidden;
    z-index: 100;
    background: #fff;
}
.menu-dropdown li{
    border-bottom: 1px solid #e7eaec;
}
.menu-dropdown li:last-child{
    border: none;
}
.menu-dropdown li a{
    padding: 8px 10px;
    display: block;
    color: #7e7e7e;
    font-size: 14px;
    font-weight: 500;
}
.menu-dropdown li a:hover{
    transition: 0.2s ease;
    background: #1371bd;
    color: #fff;
}

.main-nav li{
    position: relative;
}
.main-nav li:hover .menu-dropdown {
    transition: 0.2s ease;
    opacity: 1;
    visibility: visible;
}
.product-info-panel .product-header h1.product_title{
    font-size: 24px;
    color: #000;
    line-height: 1.2;
    margin-bottom: 15px;
}
.product-header .contact-button{
    margin-right: 15px;
}
.product-header .share span{
    margin-right: 15px !important;
}
.product-header .share-item:first-child{
    margin-right: 0;
    display: none;
}
.product-header .share-item{
    margin-right: 10px;
}
.tab-panel .bg-article{
    display: none;
}
.woocommerce-tabs .woocommerce-Tabs-panel p {
    font-size: 15px !important;
    font-weight: 500;
    text-align: justify;
}
.woocommerce-tabs .woocommerce-Tabs-panel ul{
    padding-left: 30px;
}
.woocommerce-tabs .woocommerce-Tabs-panel ul li{
    font-size: 16px;
    line-height: 1.6;
    list-style: disc;
}
.search .form-control{
    min-width: 350px;
    height: 40px;
    padding: 0 10px;
    outline: none;
    border: 1px solid #c4cdd5;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.search .form-control:hover{
    border: 1px solid #1371bd;
}
.search .form-control::placeholder{
    opacity: 0.7;
    font-weight: 500;
}
.header-right .search{
    position: relative;
}
.search button{
    top:0;
    right:-1px;
    padding: 5px;
    border-radius: 6px;
    height: 40px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.page-breadcrumb
.page-breadcrumb li {
    margin-right: 10px;
    padding-right: 10px;
    position: relative;
}
.page-breadcrumb ul a {
    font-size: 14px;
    line-height: 18px;
    color: #fff;
}
.mb40{
    margin-bottom: 40px;
}
.target-search .uk-width-large-1-4{
    margin-bottom: 25px;
}
.btn-search{
    background: transparent;
    border: 0;
    cursor: pointer;
    margin-right: 20px;
}
.pc-header .btn-search img {
    max-width: 28px;
    filter: brightness(0) invert(1);
}
.fix-bottom {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 5px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background: #1371bd;
    z-index: 100;
}
.fix-bottom .uk-grid-collapse{
    align-items: center;
}
.fix-item{
    padding: 10px 5px 10px 5px;
    border-right: 1px solid rgba(255, 255, 255, .2);
}
.fix-bottom .uk-width-1-4:last-child .fix-item{
    border-right: none;
}
.fix-item img{
    height: 15px;
    width: 17px;
    margin-left: auto;
    margin-right: auto;
}
.fix-item .image{
    margin-bottom: 5px;
}
.fix-item .text{
    text-align: center;
    color: #fff;
    font-weight: 500;
}
.fix-item .icon{
    height: 15px;
    width: 15px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
}
.fix-item .icon i{
    color: #fff;
    font: normal normal normal 14px / 1 FontAwesome !important;
}
.product-item  .title{
    padding: 0 5px;
    height: 48px;
    overflow: hidden;
    margin-bottom: 0;
    color: #000;
    text-transform: capitalize;
    font-size: 17px;
    line-height: 1.4;
    margin-bottom: 10px;
}
.product-item .price{
    margin-bottom: 10px;
}
.product-item .price .price-old{
    color: #f70000;
    font-size: 17px;
    text-align: center;
    display: block;
}
.product-item:hover {
    box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 20%);
}
.product-item:hover img{
    opacity: 0.4;
    transition: 0.4s ease;
}
.product-item img{
    border-radius: 8px 8px 0 0;
}
.category-item .image{
    margin-bottom: 10px;
    height: 160px;
}
.panel-category .panel-body .uk-width-medium-1-3{
    margin-bottom: 30px;
}
.mobile-header .btn-search{
    margin-right: 0;
}
.moblie-menu-btn > *{
    width: 24px !important;
    height: 24px !important;
    background: #fff !important;
}
.pc-header .logo a,
.pc-header-2 .logo a{
    width: 55px;
    height: auto;
}
.page-numbers{
    padding: 10px;
    border: none;
    border-top: 1px solid #eaeaea;
    display: flex;
    align-items: center;
    list-style: none;
    justify-content: center;
}
.pagination  .page-numbers  .active .page-numbers{
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    transition: all .2s linear;
    border-radius: .125rem;
    background-color: #1371bd;
    color: #fff;
    border-radius: 100%;
    text-align: center !important;
    border: none;
    width: 40px;
    height: 40px;
    display: flex;
}
.pagination li{
    margin-right: 5px;
}
.pagination li a{
    transition: all .3s linear;
    outline: 0;
    background-color: #fff;
    border: none !important;
    font-size: 1em;
    color: #212529;
    text-align: center !important;
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center;
    border-radius: 50% !important;
}
.pagination .active a:hover{
    background-color: #1371bd !important;
    color: #fff !important;
}
.pagination li a:hover{
    background: #eee !important;
    color: #000 !important;
}
.moblie-menu-btn > *{
    top: 0 !important;
}
.upper .moblie-menu-btn{
    position: relative;
}

ul li{
	list-style: none;
}
.productCore .product-short-description h3{
	font-size: 20px;
	line-height: 1.4;
}

.variant-sku span,
.productCore .variant-product .variant-attribute .title .name{
	font-family: Segoe UI, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 21px;
	color: #231f20;
}

.productCore .variant-product .variant-attribute .title .val{
	font-family: Segoe UI, sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 21px;
	color: #231f20;
    margin-bottom:8px;
}
.productCore .variant-product .variant-attribute .variant-attribute-list ul li:not(:first-child){
	margin-left: 10px;
}
.productCore .variant-product .variant-attribute .variant-attribute-list ul li a{
	display: block;
	
    border-radius: 16px;
    background-color: #d9d9d9;
    color: #000;
    transition: all .3s;
    padding: 5px 20px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 10px;
}

.productCore .variant-product .variant-attribute .variant-attribute-list ul .attribute-item.active a{
	background: #000;
	color: #fff;
}

.productCore .variant-product .variant-attribute .variant-attribute-list ul .attribute-item.color .item-val{
	display: block;
	width: 70px;
	padding: 5px;
	background: #fff;
	border: 2px solid transparent;
    height:38px;

}

.productCore .variant-product .variant-attribute .variant-attribute-list ul .attribute-item.color.active .item-val{
	border: 2px solid blue;
}

.productCore .variant-product .variant-attribute .variant-attribute-list ul .attribute-item.color .item-val img{
	border-radius: 10px;
	overflow: hidden;
}

.productCore .promotion-list{
	display: flex;
    flex-wrap: wrap;
    gap: 10px;
    row-gap: 0;
    position: relative;
    margin-bottom: 1em;
}

.productCore .mini-coupon-item{
	position: relative;
}
.productCore .mini-coupon{
	display: flex;
	width:100%;
}
.productCore .mini-coupon__title {
    position: relative;
    display: flex;
    text-align: center;
    justify-content: center;
    background-image: url('../img/voucher.webp');
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    white-space: nowrap;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 8px 10px 18px;
    margin: 0 auto;
    z-index: 1;
    color: #fff;
    width: 90px;
}
.productCore .mini-coupon__tooltip {
    visibility: hidden;
    white-space: wrap;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    color: #000;
    font-size: 12px;
    text-align: center;
    padding: 5px;
    position: absolute;
    top: 40px;
    left: -40px;
    z-index: 2;
    box-shadow: 0 4px 5px rgb(54 54 54 / 40%);
    border-radius: 8px;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
}
.productCore .mini-coupon__code {
    font-weight: 700;
    font-size: 18px;
}
.productCore .mini-coupon__used {
    font-size: 12px;
}
.productCore .mini-coupon__description {
    font-style: italic;
    font-size: 14px;
    color: #6d6d6d;
}
.productCore .mini-coupon .mini-coupon__title:hover~.mini-coupon__tooltip {
    visibility: visible;
}
.productCore .promotion-notice{
	font-size:16px;
	margin-bottom:3px;
}

.pushable {
    background: hsl(340deg 100% 32%);
    border-radius: 12px;
    border: none;
    padding: 0;
    cursor: pointer;
    outline-offset: 4px;
    display: inline-block;
}
.front {
    display: block;
    padding: 8px 18px;
    border-radius: 12px;
    font-size: 14px;
    background: hsl(345deg 100% 47%);
    color: white;
    transform: translateY(-6px);
    transition: all 0.5s ease;
}

.pushable:hover .front {
    transform: translateY(-2px);
}
.productCore .quantity{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right:20px;
}
.elementor-screen-only, .screen-reader-text, .screen-reader-text span, .ui-helper-hidden-accessible {
    position: absolute;
    top: -10000em;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.single-content .product form.cart .quantity .quantity-button {
    -webkit-transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
    transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
}
.quantity .quantity-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    background-color: #edeef5;
    cursor: pointer;
}
.quantity .qty {
    width: 2.625rem;
    height: 2.75rem;
    border: 0;
    padding: 0;
    margin: 0;
    background-color: transparent;
    text-align: center;
    pointer-events: none;
}

.woocommerce-Tabs-panel {
    padding: 1.25rem 2.5rem;
}
.woocommerce-Reviews {
    font-size: 0.875rem;
}
h2.woocommerce-Reviews-title {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.woocommerce-Reviews ol.commentlist {
    list-style: none;
    padding: 0;
}
.bypostauthor {
    color: #000;
}
.woocommerce-Reviews .comment_container {
    display: inline-flex;
    margin-top: 15px;
    margin-bottom: 15px;
}
.woocommerce-Reviews .avatar {
    margin-top: 0;
    margin-right: 15px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.woocommerce-Reviews .comment-text {
    width: 90%;
}
.star-rating {
    position: relative;
    font-size: 11px;
    overflow: hidden;
}
.woocommerce-Reviews .star-rating {
    margin-bottom: 5px;
}
.woocommerce-Reviews .star-rating {
    overflow-wrap: initial;
}
.star-rating::before {
    font-family: "klbtheme";
    content: "\e84a\e84a\e84a\e84a\e84a";
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--color-border-dark);
}
.star-rating span {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.star-rating span::before {
    font-family: "klbtheme";
    content: "\e84a\e84a\e84a\e84a\e84a";
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #ffcd00
}
.woocommerce-Reviews span#reply-title {
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    color: #333;
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e6e6e6;
}
.woocommerce-tabs .woocommerce-Tabs-panel p {
    font-size: 15px;
    line-height: 1.8;
}
.woocommerce-tabs .woocommerce-Tabs-panel p {
    font-size: 15px;
    line-height: 1.8;
}
textarea {
    height: auto;
}
.woocommerce-Reviews p.meta {
    margin-bottom: 5px;
}
.woocommerce-Reviews .star-rating {
    margin-bottom: 5px;
}
.woocommerce-Reviews ol.commentlist {
    list-style: none;
    padding: 0;
}
.woocommerce-Reviews .comment_container {
    display: inline-flex;
    margin-top: 15px;
    margin-bottom: 15px;
}
.woocommerce-Reviews .avatar {
    margin-top: 0;
    margin-right: 15px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.woocommerce-Reviews .comment-text {
    width: 90%;
}
.woocommerce-Reviews span#reply-title {
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    color: #333;
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e6e6e6;
}
.woocommerce-Reviews {
    font-size: 0.875rem;
}

strong.woocommerce-review__author {
    font-size: 1rem;
    font-weight: 500;
    color: var(--color-text);
    text-decoration: none;
}
time.woocommerce-review__published-date {
    font-size: 0.75rem;
    color: var(--color-text-lighter);
    text-decoration: none;
}
p.stars a {
    border-right: 1px solid #e1e1e1;
}
p.stars a:last-child {
    border-right: 0;
}
p.stars a.star-1:after,
.woocommerce-page p.stars a.star-1:after {
    content: "\f005";
    font: normal normal normal 14px/1 FontAwesome;
    color: #666;
}
p.stars a.star-2:after,
.woocommerce-page p.stars a.star-2:after {
    content: "\f005\f005";
    font: normal normal normal 14px/1 FontAwesome;
    color: #666;
}
p.stars a.star-3:after,
.woocommerce-page p.stars a.star-3:after {
    content: "\f005\f005\f005";
    font: normal normal normal 14px/1 FontAwesome;
    color: #666;
}
p.stars a.star-4:after,
.woocommerce-page p.stars a.star-4:after {
    content: "\f005\f005\f005\f005";
    font: normal normal normal 14px/1 FontAwesome;
    color: #666;
}
p.stars a.star-5:after,
.woocommerce-page p.stars a.star-5:after {
    content: "\f005\f005\f005\f005\f005";
    font: normal normal normal 14px/1 FontAwesome;
    color: #666;
}
p.stars a,
.woocommerce-page p.stars a {
    display: inline-block;
    margin-right: 1em;
    text-indent: -9999px;
    position: relative;
     font: normal normal normal 14px/1 FontAwesome;
    font-size: 0.8rem;
}
p.stars a.star-1:after,
p.stars a.star-2:after,
p.stars a.star-3:after,
p.stars a.star-4:after,
p.stars a.star-5:after,
.woocommerce-page p.stars a.star-1:after,
.woocommerce-page p.stars a.star-2:after,
.woocommerce-page p.stars a.star-3:after,
.woocommerce-page p.stars a.star-4:after,
.woocommerce-page p.stars a.star-5:after {
    text-indent: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 3px;
    
}
p.stars a.star-1,
.woocommerce-page p.stars a.star-1 {
    width: 2em;
}
p.stars a.star-2,
.woocommerce-page p.stars a.star-2 {
    width: 3em;
}
p.stars a.star-3,
.woocommerce-page p.stars a.star-3 {
    width: 4em;
}
p.stars a.star-4,
.woocommerce-page p.stars a.star-4 {
    width: 5em;
}
p.stars a.star-5,
.woocommerce-page p.stars a.star-5 {
    width: 6em;
}
.p.stars a.star-1.active:after,
p.stars a.star-1:hover:after,
p.stars a.star-1.active:after,
p.stars a.star-1:hover:after {
    content: "\f005";
    color: #ffcd00;
    font-weight: 900;
}
.p.stars a.star-2.active:after,
p.stars a.star-2:hover:after,
p.stars a.star-2.active:after,
p.stars a.star-2:hover:after {
    content: "\f005\f005";
    color: #ffcd00;
    font-weight: 900;
}
.p.stars a.star-3.active:after,
p.stars a.star-3:hover:after,
p.stars a.star-3.active:after,
p.stars a.star-3:hover:after {
    content: "\f005\f005\f005";
    color: #ffcd00;
    font-weight: 900;
}
.p.stars a.star-4.active:after,
p.stars a.star-4:hover:after,
p.stars a.star-4.active:after,
p.stars a.star-4:hover:after {
    content: "\f005\f005\f005\f005";
    color: #ffcd00;
    font-weight: 900;
}
.p.stars a.star-5.active:after,
p.stars a.star-5:hover:after,
p.stars a.star-5.active:after,
p.stars a.star-5:hover:after {
    content: "\f005\f005\f005\f005\f005";
    color: #ffcd00;
    font-weight: 900;
}
input[type="color"], input[type="date"], input[type="datetime-local"], input[type="datetime"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea, select {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.9375rem;
    width: 100%;
    height: 2.5rem;
    padding: 0 0.9375rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #202435;
    background-color: #f3f4f7;
    border: 1px solid transparent;
    border-radius: 5px;
    -webkit-transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
    transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
}
.comment-form-comment textarea{
    height:250px;
    padding:10px;
    font-size:14px;
    line-height:25px;
}
.woocommerce-Reviews button  {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: var(--font-primary);
    height: 2.5rem;
    font-size: 0.875rem;
    font-weight: 500;
    text-decoration: none;
    padding: 0 0.9375rem;
    border: 1px solid;
    color: #fff;
    background-color: #233a95;
    border-radius: 4px;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
    transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
    font-size:14px;
}
.woocommerce-Reviews span#reply-title {
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    color: #333;
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e6e6e6;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

.container-gallery .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.container-gallery .mySwiper2{
    margin-bottom: 30px;
}

.container-gallery .mySwiper .swiper-slide {
    height: 100px;
    opacity: .8;
    cursor: pointer;
    border: 1px solid #edeef5;
    border-radius: 5px;
    overflow: hidden;
}

.container-gallery .mySwiper .swiper-slide-thumb-active {
    opacity: 0.4;
    border-radius: 5px;
    overflow: hidden;
}

.container-gallery .swiper-slide{
    height: 373px;
}
.container-gallery{
    overflow: hidden;
}
.container-gallery .mySwiper2 .swiper-wrapper>*:not(.swiper-slide-active){
    opacity: 0;

}
.container-gallery .mySwiper .swiper-wrapper>*:not(.swiper-slide-visible){
    opacity: 0;
}
.container-gallery .mySwiper2 {
    position: relative;
}
.container-gallery .mySwiper {
    position: relative;
}
.container-gallery .swiper-button-prev{
    height: auto;
    width: auto;
}
.container-gallery .swiper-button-next{
    position: absolute;
    top: 50%;
    right: 10px;
    /*transform: translateY(-50%);*/
    background-image: none;
    height: auto;
    width: auto;
}
.container-gallery .swiper-button-prev{
    position: absolute;
    top: 50%;
    left: 10px;
    /*transform: translateY(-50%);*/
    background-image: none;
    height: auto;
    width: auto;
}
.container-gallery .mySwiper2 .swiper-button-next{
    opacity: 0;
    transition: all ease-in-out 0.3s;
}
.container-gallery .mySwiper2:hover .swiper-button-next{
    opacity: 1;
}
.container-gallery .mySwiper2 .swiper-button-prev{
    opacity: 0;
    transition: all ease-in-out 0.3s;
}
.container-gallery .mySwiper2:hover .swiper-button-prev{
    opacity: 1;
}
.container-gallery .swiper-button-next>*{
    font-size: 35px;
    color: #888;
}
.container-gallery .swiper-button-prev>*{
    font-size: 35px;
    color: #888;
}

.mb5{
    margin-bottom: 5px!important;
}

.productCore .product-info-panel .panel-contact .panel-head .heading{
    font-size: 25px;
    margin-bottom: 15px;
    line-height: 25px;
    color: #fff;
}

.productCore .product-info-panel .panel-contact .panel-body .contact-more .more-list li a,
.productCore .product-info-panel .panel-contact .panel-body .contact-chat .chat-list li a span{
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
    
   
}

.productCore .product-info-panel .panel-contact .panel-body .contact-chat .chat-list li a img{
    height: 35px;
    width: 35px;
    border-radius: 50%;
    margin-right: 5px;
    padding:5px;
    text-align: center;
    background: #fff;
}


.productCore .product-info-panel .panel-contact .panel-body .contact-chat .chat-list {
    margin-bottom: 0;
}
.productCore .product-info-panel .panel-contact .panel-body .contact-hotline span{
    font-size: 16px;
    color: #fff;
    line-height: 1.5;

}

.productCore .product-info-panel .panel-contact .panel-body .contact-hotline span.title{
     
    font-weight: 700;
}

.product .info .title{
    margin-bottom:10px;
    text-align: center;
    margin-top:20px;
}
.product .info .title > *{
    color:#000;
    font-size:15px;
}
.product .info .price > *{
    font-family: Dosis;
}
.product .info .price .price-sale{
    margin-left:10px;
    text-decoration: line-through;
    font-size:15px;
    color:#c2c2d3;
    font-weight:600;
}
.product .info .price .price-main{
    font-size:20px;
    color:red;
    font-weight: 600;
}

.productCore .product-info-panel .panel-contact{
    background: #2a82cc;
    padding: 15px;
    border-radius: 5px;
}

.single-wrapper .woocommerce-tabs {
    margin-top: 20px;
    background-color: #fff;
    border-radius: 7px;
    border: 1px solid #edeef5;
}

.single-wrapper .woocommerce-tabs .wc-tabs{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    border-bottom:  1px solid #edeef5;
}

.single-wrapper .woocommerce-tabs .wc-tabs a{
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
    text-decoration: none;
    padding: 1.25rem;
    display: block;
    color: #ddd;
}

.single-wrapper .woocommerce-tabs .uk-active a{
    color: #000;
}

.single-wrapper .woocommerce-tabs .tab-panel{
    position: relative;
    width: 100%;
    overflow-x: auto !important;
}

.bg-article {
    background: linear-gradient(to bottom,rgba(255 255 255/0),rgba(255 255 255/62.5),rgba(255 255 255/1));
    bottom: 15px;
    height: 105px;
    left: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
}

.btn-group.description-tabs{
    text-align: center;
}

.btn-group.description-tabs button{
    border: 1px solid #2f80ed;
    border-radius: 5px;
    color: #2f80ed;
    display: block;
    margin: 0 auto;
    max-width: 340px;
    padding: 10px 20px;
    text-align: center;
    background: #fff;
    cursor: pointer;
}

.heigthAuto{
    height: auto!important;
}

.hidden{
    display: none;
}
.productContent table{
    width:100%;
    margin: 20px 0;
}
.productContent table td{
    font-size:14px;
    line-height:1.4;
    padding:16px;
}
.productContent table  tr:nth-child(even) {
    background-color: #f8f6ff;
}

.productContent img{
    margin: 0 auto;
    width:80%;
    display: block;
}

.swiper-slide .image-cover{
    height:300px;
}
.product-short-description{
    text-align: justify;
    font-size:14px;
    line-height:23px;
}

#respond .submit{
    padding:10px 25px;
    background-color: #2a82cc;
    border-radius:5px;
    color:#fff;
    text-transform: uppercase;
    border:0;
}
.product-banner .image{
    height:150px;
}
.addCart{
    cursor: pointer;
    /* margin-left:20px; */
}
.product-short-description{
    height:46px;
    overflow: hidden;
}
.uk-switcher  li span{
    font-size: 15px !important;
    font-weight: 500;
}
.pagination ul{
    padding: 10px;
    border: none;
    border-top: 1px solid #eaeaea;
    display: flex;
    align-items: center;
    list-style: none;
    justify-content: center;
}
.pagination .active a{
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    transition: all .2s linear;
    border-radius: .125rem;
    background-color: #1371bd;
    color: #fff;
    border-radius: 100%;
    text-align: center !important;
    border: none;
    width: 40px;
    height: 40px;
    display: flex;
}
.fix-item .text {
    font-size: 11px;
}

.col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.aws-search-field{
    border: 1px solid #d8d8d8 !important;
    border-right: none !important;
    height: 44px !important;
    padding-right: 40px !important;
    padding-left: 22px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.aws-search-field::placeholder{
    font-size: 12px !important; 
    color: #313131 !important;
    opacity: 0.5 !important;
    font-weight: 500 !important;
}
.search-form .aws-search-field{
    width: 90%;
}
.search-form{
    display: flex;
}
.search-form .btn-search{
    background: #ededed;
    width: 10%;
    border-radius: 0 5px 5px 0 !important;
}
.search-form .btn-search svg{
    fill: currentColor !important;
}
.col-md-1 .cart-shopping{
    width: 30px;
    height: 30px;
    display: block;
    position: relative;
}
.header-right{
    text-align: right;
    display: flex;
    justify-content: end;
    align-items: center;
}
.col-md-1,.col-md-10{
    padding-left: 15px;
    padding-right: 15px;
}

.pc-header .col-md-1:first-child{
    padding-left: 0;
}
.pc-header .col-md-1:last-child{
    padding-right: 0;
}

span.xoo-wsc-sc-count {
    border-radius: 50%;
    height: 18px;
    line-height: 18px;
    width: 18px;
    display: inline-block;
    text-align: center;
    font-size: 13px;
    right: -7px;
    position: absolute;
    top: -4px;
}
.xoo-wsc-sc-count {
    color: #000;
    font-weight: 700;
    background-color: #ffd881;
}

.contact-support a {
    display: inline-block;
    width: 58px;
    padding: 5px 0;
    margin: 3px;
    border-radius: 5px;
    text-align: center;
}

.contact-support a > *{
    width: 32px;
    height: 32px;
}

.footer .f .address{
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
}

.footer-lower{
    padding-top: 8px;
    padding-bottom: 8px;
    border-top: 2px solid #fff;
}

.footer h4 {
    margin: 15px 0;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

.col .pay img{
    height: 65px;
}

.col .social{
    display: flex;
}

.col .social a{
    display: block;
}
.col .social a img{
    width: 40px;
    height: 40px;
}
.col .social li{
    margin-right: 5px;
}

.wrapper-copyright a{
    color: #fff;
}

.wrapper-copyright strong{
    margin-left: 5px;
}

.wrapper-copyright a:hover {
    color: #0081c9;
}

.swiper-pagination-bullet{
    border: 2px solid #ffd881 !important;
    width: 12px !important;
    height: 12px !important;
}

.homepage{
    background-color: #f7f7f7;
}

.panel-intro{
    margin-bottom: 40px;
}
.panel-intro .text{
    text-align: center;
}
 h3.heading-2{
    margin-bottom: 20px;
}
 h3.heading-2 > *{
    font-size: 18px;
    text-transform: capitalize;
}
.panel-intro .text .description{
    font-size: 16px;
    line-height: 1.6;
}

.panel-category .wrapper-category{
    display: grid;
    grid-template-columns: repeat(5 , 1fr);
    grid-gap: 20px 100px;
}

.category-item {
    text-align: center;
    border: 1px solid #fff;
    padding: 2%;
}

 .category-item img {
    max-width: 100%;
    height: auto;
    width: 35%;
    margin-bottom: 10px;
}

h2.heading-1{
    padding-bottom: 15px;
    padding-left: 15px;
    margin-bottom: 10px;
    line-height: 1.2;
}

h2.heading-1 > *{
    font-size: 28px;
    text-transform: uppercase;
}

.panel-category{
    margin-bottom: 40px;
}

.panel-category .uk-container{
    padding: 20px 0;
    background: #fff;
}

.category-item:hover {
    border: 1px solid #189eff94;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset, 0 0 8px rgb(0 136 204 / 30%);
    transition: 0.4s ease;
}

.category-item:hover h3.heading-2 span{
    color: #0081c9;
}

.panel-brand{
    margin-bottom: 40px;
}

.panel-brand .uk-container {
    padding: 20px 15px;
    background: #fff;
}

.panel-brand .brand-item{
    margin-bottom: 15px;
    cursor: pointer;
}

.panel-brand .brand-item:hover{
    border: 1px solid #0081c9;
    box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset, 0 0 8px rgb(0 136 204 / 30%);
    transition: 0.4s ease;
}

.panel-brand h2.heading-1{
    padding-left: 0;
}

.panel-product{
    margin-bottom: 40px;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome !important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.product-item .review-product .uk-flex{
    justify-content: center;
}

.product-item .review-product .rate{
    margin-right: 5px;
}

.product-item .review-product i{
    color: #ffce3d;
}
.product-item .review-product i::before{
    width: 16px;
    height: 15px;
    display: block;
}
.product-item .review-product .sell-quantity{
    padding-left: 5px;
    border-left: 1px solid #ccc;
    text-transform: capitalize;
    font-size: 15px;
    color: #000;
    opacity: 0.7;
}

.product-item .thumb img{
    height: 350px;
    width: 100%;
}

.panel-proud{
    margin-bottom: 20px;
}

.panel-proud .content{
    padding: 5px 10px;
    background-color: #fff;
    border-radius: 5px;
}

.panel-proud .content p{
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 0;
    text-align: justify;
}
.panel-product .panel-body .uk-grid{
    margin-bottom: 20px;
}
.panel-product .panel-body .read-more{
    text-align: center;
}

 .read-more a {
    font-weight: 700;
    border-radius: 5px;
    font-size: 16px;
    padding: 10px 15px;
    background-image: linear-gradient(163deg, #9d3ae4, #382897 50%, #29c5cf);
    color: #fff;
    text-transform: uppercase;
}

.read-more a:hover {
    background-image: linear-gradient(163deg, #29c5cf, #382897 50%, #9d3ae4);
}

.panel-best-seller{
    margin-bottom: 40px;
}

.panel-product .uk-width-medium-1-4,
.panel-best-seller .uk-width-medium-1-4{
    margin-bottom: 20px;
}

.float-contact{
    position: fixed;
    bottom: 380px;
    right: 1%;
    text-align: center;
    list-style: none;
    padding: 0;
    z-index: 98;
}
.float-contact .contact-support{
    display: flex;
    flex-direction: column;
}

.product-catalogue .product-item .thumb img{
    height: 315px;
}

.product-catalogue .content p{
    text-align: center;
    font-size: 16px;
    line-height: 1.4;
}

.product-catalogue .content p strong{
    font-size: 17px;
}

.product-catalogue .thumb{
    margin-bottom: 40px;
}

.product-catalogue .thumb img{
    width: 100%;
}

 .search-field {
    border: 1px solid #d8d8d8 !important;
    padding: 3% !important;
    outline: none !important;
    border-radius: 0 !important;
    height: 40px !important;
    width: 65% !important;
}

.woocommerce-product-search button {
    border: none;
    padding: 3% 5%;
    background-color: #0081c9;
    color: #fff;
    outline: none;
    height: 40px !important;
}

.woocommerce-product-search{
    display: flex;
}
 ul.product_list_widget li {
    margin: 0;
    list-style: none;
    border-top: 1px solid #deecf0;
    padding: 5% 0;
}
ul.product_list_widget li:first-child{
    border: none !important;
    padding-top: 0;
}

 ul.product_list_widget li a {
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
}

ul.product_list_widget li img {
    width: 40%;
    float: left;
    margin: 0 15px 0 0;
    height: 80px;
    object-fit: cover;
    border: 1px solid #0081c9;
}

 .product_list_widget .product-title {
    text-transform: capitalize;
    font-weight: 700;
    color: #27324a;
    display: block;
}
.rate i{
    color: #ffce3d;
}
.product-high{
    border: 1px solid #deecf0;
    padding: 5%;
    border-radius: 15px;
}
.product-high .price{
    color: #ec1b28;
    font-size: 16px;
    font-weight: 500;
}

.product-high h3.heading-2 > *{
    opacity: 0.9;
    text-transform: uppercase;
    font-size: 16px;
}
.product-catalogue{
    padding-bottom: 40px;
}

.product_list_widget a:hover span{
    color: #0081c9;
}

.product-detailpage{
    padding-top: 40px;
}

.product-detailpage .product-item .thumb img{
    height: 250px;
}

.single-wrapper h4.heading-2 span{
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 30px 10px 20px;
    background: #0081c9;
    clip-path: polygon(0 0, 90% 0%, 100% 100%, 0 100%);
    display: inline-block;
}

.single-wrapper h4.heading-2 {
    border-bottom: 1px solid #0081c9;
    text-align: left;
    font-size: 20px;
}
.product-info-panel .price{
    color: #ec1b28;
    font-size: 22px;
}
.product-info-panel .sell-quantity{
    font-size: 16px;
}

.product-info-panel .product-description {
    line-height: 25px;
    padding: 8px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}
.product-info-panel .product-description p{
    font-size: 15px;
}

.buy_now_button span {
    text-transform: uppercase;
}

.buy_now_button {
    display: block;
    width: 100%;
    color: #fff !important;
    margin-top: 10px !important;
    text-align: center;
    background-image: linear-gradient(163deg, #9d3ae4, #382897 50%, #29c5cf) !important;
    border-radius: 10px !important;
    padding: 20px 10px !important;
    font-weight: 600 !important;
    letter-spacing: 0;
    border: 1px solid #29c5cf !important;
    text-transform: capitalize;
    line-height: 1.3 !important;
    transition: all .8s !important;
}



.btn{
    color: #fff;
    background: #0081c9 !important;
    letter-spacing: 2px;
    padding: 1rem 3rem;
    border: none;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all .3s ease;
    border-radius: calc(.65rem + 1.5rem);
}

.quantity .quantitybox{
    position: relative;
    margin-right:20px;
}
.quantity .minus{
    left:0;
    border-right:1px solid #ececec;
}
.quantity .quantity-button{
    position: absolute;
    top:0;
    width:40px;
    height:42px;
    text-align: center;
    line-height:42px;

}

.quantity .plus {
    right: 0;
    border-left: 1px solid #ececec;
}

.quantity .quantity-text{
    height:42px;
    border:0;
    border-bottom:4px solid;
    outline:0;
    padding:0 20px;
    width:140px;
    text-align: center;
    font-size:14px;
    font-weight:500;
    color: #000;
    border:1px solid #ececec;
    padding-right:40px;
    padding-left:40px;
}

.addToCart{
    background: #0081c9;
    height:40px;
    padding:0 20px;
    line-height:40px;
    color:#fff;
    border-radius: 5px;
}

.addToCart > *{
    color:#fff;
    font-weight: 500;
    text-transform: uppercase;
}

 .btn-buynow{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-image: linear-gradient(163deg, #9d3ae4, #382897 50%, #29c5cf) !important;
    border: 1px solid #29c5cf !important;
    border-radius: 6px;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 500;
}

.service {
    width: 324px;
    background-color: rgba(31, 138, 112, .2);
    color: #1f8a70;
    font-size: 15px;
    padding: 5%;
    padding-left: 50px;
    box-sizing: border-box;
    border: 1px solid #deecf0;
    border-radius: 15px;
    margin-bottom: 30px;
}

.service p {
    position: relative;
    padding: 10px 0 2px;
    font-weight: 600;
}

.service dt {
    font-weight: 600;
    margin-top: 7px;
    margin-bottom: 5px;
}

dd {
    margin-bottom: 10px;
    margin-left: 0;
    font-weight: 300;
}

.service hr {
    height: 0;
    border: .5px solid #1f8a70;
}
.title-type{
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 18px;
}

.search .panel-head{
    margin-bottom: 10px;
}

.search .panel-head span{
    text-transform: uppercase;
    font-size: 20px;
}
.search img{
    height: auto !important;
}

.page-wrapper{
    opacity:  1 !important;
}

.btn-rounded,
.btn-outline,
.btn-checkout{
    border: none !important;
}
.btn-outline{
    color: #fff !important;
}
.coupon-title {
    justify-content: space-around !important;
}
.logo img{
    max-width: 100% !important;
}
.step-by .title.title-step.active{
    color: #0081c9 !important;
}
.title-step:hover a{
    color: #0081c9 !important;
    transition: 0.3s ease;
}
.step-by .title.title-step:not(:last-child)::after {
    font-family: fontAwesome !important;
}
.form-control{
    border: 1px solid #e3e3e3 !important;
}
.cart-container .heading{
    color: #000;
    padding-bottom: 0 !important;
}
.brand-item img{
    height: 205px !important;
}
.video{
    text-align: center;
}
.video video{
    height: 720px !important;
    width: 720px !important;
}
.filter-content {
    border: 1px solid #deecf0;
    border-radius: 15px;
    padding: 30px 10px;
    height: 100%;
    transition: .6s !important;
    -moz-transition: .6s !important;
    -o-transition: .6s !important;
    -ms-transition: .6s !important;
    z-index: 9999999;
    overflow: auto;
    direction: rtl;
    margin-bottom: 30px;
}

.filter-heading {
    font-size: 20px;
    position: relative;
    border-bottom: 1px solid var(--border-color);
    font-weight: 600;
}
.filter-content-container {
    direction: ltr;
}
.ui-widget.ui-widget-content {
    border-radius: 100px;
    height: 5px;
}
.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
}
.ui-slider .ui-slider-range{
    background: #0081c9;
}
.slider {
    margin: 25px 0;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -6px;
    background: #fff;
}
.ui-slider .ui-slider-handle {
    width: 15px;
    height: 15px;
}
.ui-slider-horizontal .ui-slider-handle {
    border-radius: 50%;
    background: #0081c9;
}
.input-value {
    padding: 5px 15px;
    border: 1px solid #ececec !important;
    text-align: center;
    width: 100px !important;
    font-weight: 500;
}