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;
}


.addCart {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 2.5rem;
    font-size: 0.875rem;
    font-weight: 500;
    text-decoration: none;
    padding: 0 0.9375rem;
    border: 1px solid;
    color: #fff;
    background-color:#198ccc;
    border-radius: 10px;
    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);
}
.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;
}
.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;
    border-radius: 50%;
    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: 1;
    border: 1px solid black;
    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 .image img{
    transition: opacity .4s cubic-bezier(.25,.46,.45,.94);
    border-radius: 5px;
}
.product .image{
    height:305px;
    position: relative;
    transition: all 0.3s ease;
}
.product .image img:nth-child(2){
    position: absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    opacity:0;
    visibility: hidden;
    transition: all 0.3s ease;
}
/*.product .image:hover img:nth-child(1){
    opacity: 0;
}
.product .image:hover img:nth-child(2){
    opacity: 1;
    visibility: visible;
}*/
.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: #198ccc;
    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: #6e6e6e;
}

.single-wrapper .woocommerce-tabs .uk-active > a{
    color: #fff;
    background:#198ccc;
}

.single-wrapper .woocommerce-tabs .tab-panel .woocommerce-Tabs-panel{
    height: 200px;
    overflow: hidden;
    
}

.single-wrapper .woocommerce-tabs .tab-panel{
    position: relative;
}

.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;
}
.page-numbers{
    list-style: none;
}
.page-numbers li{
    display: inline-block;
    margin-right:10px;
    list-style: none;
}
.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;
    max-width: 75% !important;
    height:auto !important;
    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: #198ccc;
    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; */
    font-family: 'Roboto';
}
.productContent *,
.product-short-description *{
    font-family: 'Roboto' !important;
}

@media(max-width:768px){
    .productContent img {
        max-width: 100% !important;
    }
}