.row .mauto{
	margin: 0 auto;
}
.woocommerce-notices-wrapper {
	max-width: 1440px;
	margin: 0 auto;
}

.single-product .woocommerce-notices-wrapper{
	max-width: 1196px;
}

.wc-empty-cart-message{
	flex: 0 0 100%;
	max-width: 100%;
	margin-bottom: 30px;
}

.woocommerce-message{
	padding: 10px;
	padding-left: 15px;
	color: #222;
	background-color: #f4fff7;
	border: 1px solid;
	border-color: #4ab866;
	margin: 30px 0;
	border-radius: 4px;
	box-sizing: border-box;
}

.prod-info-desc ul {
	padding-left: 20px;
}

.prod-info-desc li {
	margin-bottom: 1rem;
}

.woocommerce-error{

	border: 1px solid;
	border-radius: 4px;
	box-sizing: border-box;
	color: #222;
	font-weight: 400;
	margin-bottom: 30px !important;
	padding: 10px;
	padding-left: 30px;
	background-color: #fff0f0;
	border-color: #cc1818;
}

.woocommerce-error li:last-child{
	margin: 0
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images {
    display: flex;
    flex-direction: row-reverse;
    gap: 2rem;
}


.woocommerce-message a{
	color: red;
	padding: 0;
	line-height: 1;
	margin-right: 10px;
	font-weight: 600;
}

.woocommerce p.stars a{
	color: #d3ced2;
	position: relative;
	height: 20px;
	width: 22px;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none;
}

.woocommerce p.stars a::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1;
	font-weight: 500;
	content: "✰";
	text-indent: 0;
	font-size: 24px;
}

.woocommerce p.stars.selected a.active::before{
	content: "★";
	color: gold;
	text-shadow: 0 0 10px gold;
}

.woocommerce p.stars.selected a:not(.active)::before {
	content: "★";
	color: gold;
	text-shadow: 0 0 10px gold;
}

.woocommerce p.stars.selected a.active ~ a::before {
	content: "✰"; 
}

.star-rating {
	overflow: hidden;
	position: relative;
	height: 18px;
	width: 75px;
	font-weight: 400;
}

.star-rating::before {
	content: "✰✰✰✰✰";
	font-size: 18px;
	line-height: 1;
	opacity: .5;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.star-rating span:before {
	content: "★★★★★";
	font-size: 18px;
	line-height: 16.5px;
	top: 0;
	position: absolute;
	left: 0;
	color: gold;
	letter-spacing: 0;
	text-shadow: 0 0 10px gold;
}

.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}

.single-product-content {
	background: #f5f5f5;
	padding: 8rem 0 5rem 0;
}

.swiper-one .swiper-slide {
    padding: 3rem 0;
    background: #F7D4E6;
    border-radius: 4rem 0;
}

.product-images{
	position: relative;
	padding-top: 70%;
}

.prod-slide {
    display: flex;
    flex-direction: row-reverse;
    gap: 2rem;
}

.swiper-one{
    flex: 0 0 calc(100% - 10rem);
    max-width: calc(100% - 10rem);
}

.swiper.thumbslide.swiper-thumbs {
    flex: 0 0 8rem;
    max-width: 8rem;
    margin: 0;
	max-height: 37rem;
}

.product-thumb {
	height: 6.5rem;
	display: flex;
}

.product-images img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 100%;
	width: 100%;
	object-fit: contain;
	display: flex;
}

.thumbslide .product-images {
	position: relative;
	cursor: pointer;
	padding-top: 33%;
}

.thumbslide .product-images img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 100%;
	width: 100%;
	object-fit: contain;
	display: flex;
}

.thumbslide .swiper-slide {
	height: 8rem !important;
    padding: 1rem;
    border: 1px solid #c4c4c4;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
	cursor: pointer;
	opacity: .7;
} 

.form-field.prod-submit {
    position: relative;
	margin-bottom: 0 !important;
}

.custom-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	width: 100%;
	padding: 0 2rem;
}

.swiper-control.anduc {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.swiper-control-btn i {
	font-size: 3rem;
	cursor: pointer;
}

.swiper-border {
	font-size: 3rem;
	color: #1280CE;
	font-weight: 700;
	position: relative;
	line-height: 1;
	margin: 2rem 0;
}

.swiper-border::before {
	content: "";
	position: absolute;
	width: 78%;
	border: 1px solid #1280CE;
	right: 0;
	bottom: 5px;
}

.product-info-top {
	padding-bottom: 2rem;
	border-bottom: 1px solid #ccc;
}
.product-info-top a{
	font-size: 1.8rem;
	color: red;
	font-weight: 700;
	text-decoration: none;
}
.product-info-title {
	font-size: 2.4rem;
	font-weight: 600;
	color: #1280CE;
}

.prod-Eval {
	margin: 1.4rem 0;
}

.product-btn {
	display: flex;
	justify-content: left;
	gap: 2rem;
}

.product-btn a {
	margin: 0 0 3rem 0;
	background-color: #1280CE;
}

.product-btn .btn.buy {
	background: var(--second-color);
	display: none;
}

.product-info-bottom {
	margin-top: 2rem;
}

.product-info-bottom > .product-btn{
	margin: 0 11px;
}

.prod-hotline p {
	margin: 0;
	font-size: 1.6rem;
	font-weight: 500;
	color: #222;
}

.prod-hotline a,
.prod-hotline {
	font-size: 2rem;
	color: #1280CE;
	font-weight: 600;
	text-decoration: none;
}

.social-list {
	display: flex;
	gap: 1rem;
}

.social-item {
	width: 4rem;
	height: 4rem;
	border: 1px solid #1280CE;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.social-item:last-child {
	font-size: 1.4rem;
}

.social-item:hover {
	background-color: #1280CE;
	transition: 0.3s;
}
.social-item:hover  a,
.social-item:hover  a > i {
	color: #fff !important;
}

.social-item a {
	color: #1280CE;
	font-weight: 600;
	text-decoration: none;
}

.product-whychoose {
	padding: 1rem 2rem;
	border: 1px solid #d7d7d7;
}

.product-whychoose-title {
	font-size: 2rem;
	text-transform: uppercase;
	color: #1280CE;
	font-weight: 700;
	position: relative;
	border-bottom: 2px solid #e9e9e9;
	padding-bottom: 5px;
	margin: 0 -2rem;
	margin-right: 3rem;
	padding: 5px 2rem;
}

.product-whychoose-title::before {
	content: "";
	position: absolute;
	bottom: -2px;
	border: 1px solid #1280CE;
	width: 80%;
}

.product-whychoose-item {
	display: flex;
	gap: 1rem;
	margin-top: 2rem;
	align-items: center;
}

.product-whychoose-item .icon {
	display: flex;
	flex: 0 0 5rem;
}

.prod-whych-title {
	font-weight: 600;
	color: #1280CE;
}

.col-lg-4.col-md-12.col-sm-12.col-12.col-left {
	flex: 0 0 37.333333%;
	max-width: 37.333333%;
}

.col-lg-4.col-md-12.col-sm-12.col-12.col-ct {
	flex: 0 0 32.333333%;
	max-width: 32.333333%;
}

.col-lg-4.col-md-12.col-sm-12.col-12.col-right {
	flex: 0 0 30.333333%;
	max-width: 30.333333%;
}

.box-status {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.sg-prod-center {
	margin-top: 7.3rem;
}

.price .amount.amount-null{
	font-size:1.6rem;
	font-weight: 700;
	color: var(--primary-color);
}

.ingredient-ct,
.single-prod-desc-ct {
    font-family: "Montserrat";
    font-weight: 400;
}

.single-prod-desc-ct p {
    margin: 0;
}

.prod-ingredient h3,
.single-prod-desc h3 {
    font-size: 1.6rem;
    font-weight: 700;
}

.prod-btn a {
    display: inline-flex;
    width: 218px;
    padding: 14px 20px;
    justify-content: center;
    align-items: center;
    background: var(--primary-color);
    border-radius: 20px 0px;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 22px;
}

.prod-btn a::before {
	position: relative;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background-color: #B32272;
	transition: all 0.5s;
	border-radius: 2rem 0;
	z-index: -1;
  }

  .prod-btn a:hover::before {
	width: 100% ;
	transition: all .5s;
}
	
.swiper-slide-thumb-active {
    opacity: 1 !important;
}

.prod-btn a:hover {
	background: #B00664;
    transition: all .3s;
    transform: scale(1.01);
    box-shadow: 0 4px 8px rgba(176, 6, 100, 0.6);
}

.tab-content.active strong {
    font-size: 2rem;
	font-family: "Linotte";
}

.tab-content.active p {
	font-family: 'Montserrat';
}


.ingredient-item {
    display: flex;
    gap: 6px;
    margin-bottom: 12px;
}

.ingredient-item svg {
    flex: 0 0 2.5rem;
    max-width: 2.5rem;
}

.prod-contact {
    padding: 6rem 5rem;
    background: var(--primary-color);
    border-radius: 4rem 0;
}

.prod-contact .title {
    color: #fff;
    text-align: left;
}

.prod-ct-desc {
    color: #fff;
	text-align: left;
	font-family: "Montserrat";
}

.form-input-prod {
    background: transparent;
    border: none !important;
    border-bottom: 1px solid #d9d9d9 !important;
    padding-bottom: 1.6rem !important;
    padding-left: 0 !important;
    width: 100%;
    color: #fff !important;
 
}

.form-input-prod::placeholder {
    color: #fff !important;
}

.form-field:not(:last-child) {
    margin-bottom: 3.2rem;
}

.form-btn-prod {
    display: flex;
    width: 218px;
    padding: 14px 20px !important;
    justify-content: center;
    align-items: center;
    border-radius: 2rem 0;
    background: #fff !important;
    color: var(--primary-color) !important;
    font-weight: 700;
    font-size: 1.8rem;
    text-transform: uppercase;
    margin: 4rem auto 0;
	line-height: 20px;
}

textarea.form-input-prod {
    height: 12rem;
}

.icon img {
	width: 5rem;
}

.woocommerce-product-details__short-description>ul{
	padding-left: 30px;
	list-style: disc;
	margin-bottom: 16px;
}

.woocommerce-product-details__short-description>ul>li:not(:last-child){
	margin-bottom: 6px;
}

.price ins{
	font-size: 2rem;
	font-weight: bold;
	color: red;
}

.price del{
	font-size: 1.8rem;
	line-height: 1;

	font-weight: 500;
	color: #cdcdcd;
}

.product-info .price{
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: start;
	gap: 16px;
}

.product-info .price bdi{
	font-weight: bold;
	color: red;
	font-size: 1.8rem;
}

.quantity>label{
	display: none;
}

.product-info form.cart{
	display: flex;
	align-items: center;
	gap: 5px;
	margin-top: 30px;
}

.quantity{
	display: flex;
	align-items: center;
}

.single-product .quantity input[type="number"]::-webkit-inner-spin-button,
.single-product .quantity input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.single-product .quantity input[type="number"] {
	-moz-appearance: textfield; /* Firefox */
}

.product-info .quantity input,.product-info .quantity button{
	width: 50px;
	height: 42px;
	text-align: center;
}

.product-info .quantity button{
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #e3e3e3;
	background: transparent;
	font-size: 2.4rem;
	color: #222;
}

.product-info .quantity input{
	border: none;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
}

.product-info form.cart>button{
	height: 46px;
	border-radius: 4px;
	background: var(--primary);
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
}

p.stock{
	display: none;
}

.product-info p.text-desc{
	margin: 30px 0 0;
	font-weight: 600;
	text-transform: uppercase;
}

.woocommerce-tabs{
	margin-top: -25px;
}
ul.tabs.wc-tabs {
	border: none;
	list-style: none;
}

ul.tabs.wc-tabs li.active {
	background: #1381ce;
}
ul.tabs.wc-tabs li.active > a {
	color: #fff;
}
.wc-tabs{
	display: flex;
	align-items: center;
	justify-content: center;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 50px;
	gap: 2rem;

}

@media (min-width: 1536px) {
	.woocommerce-Tabs-panel{
		width: 80%;
		margin: auto;
	}
}

.wc-tabs>li>a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem 4rem;
	color: #222;
	font-weight: 600;
	text-decoration: none;
	font-size: 1.8rem;
	text-transform: uppercase;
}

ul.tabs.wc-tabs li {
	border: 1px solid #e3e3e3;
	margin-right: 10px;
	background: #e1e1e1;
}

.wc-tabs>li.active > a{
	background: var(--primary);
	color: #000;
}

.entry-content.wc-tab h1, .entry-content.wc-tab h2, .entry-content.wc-tab h3, .entry-content.wc-tab h4, .entry-content.wc-tab h5, .entry-content.wc-tab h6 {
	line-height: 1.3;
	font-weight: 600;
	margin-bottom: 16px;
}

.entry-content.wc-tab h1{
	font-size: 26px;
}

.entry-content.wc-tab h2{
	font-size: 24px;
	margin: 2rem 0;
}

.entry-content.wc-tab h3{
	font-size: 18px;
	margin-top: 16px;
	margin-bottom: 6px;
}

.entry-content.wc-tab h4{
	font-size: 18px;
}

.entry-content.wc-tab h5,.entry-content.wc-tab h6{
	font-size: 18px;
}

.entry-content.wc-tab ul{
	
	margin-top: 10px;
	margin-left:20px
}
.product-template-default ol {
	margin-left: 1.5rem;
}

.entry-content.wc-tab ul li{
	margin-bottom: 6px;
}

.product-shop{
	display: flex;
	align-items: center;
	gap: 20px;
	margin-top: 20px;
}

.shop-item{
	display: flex;
	height: 36px;
}

.comment-reply-title{
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 2rem;
}

.comment-form{
	display: flex;
	flex-flow: row wrap;
	gap: 15px 0;
}

.comment-form > * {
	margin: 0;
	width: 100%;
}

.comment-form p.comment-notes {
	order: 1;
}

.comment-form .comment-form-rating {
	order: 2;
	display: flex;
	align-items: center;
	gap: 20px;
}

.comment-form .comment-form-rating .stars{
	margin: 0
}

.comment-form p.comment-form-author {
	order: 3;
}

.comment-form p.comment-form-email {
	order: 4;
}

.comment-form p.comment-form-comment {
	order: 5;
}

.comment-form p.comment-form-cookies-consent{
	order: 6;
}

.comment-form p.form-submit {
	order: 7;
}

.comment-form > .comment-form-author {
	margin-right: 20px;
}

.comment-form > .comment-form-author, .comment-form > .comment-form-email {
	width: calc(50% - 10px);
}

.comment-form > .comment-form-author input,.comment-form > .comment-form-email input{
	width: 100%;
	border: 1px solid #e3e3e3;
	padding: 1.6rem;
	border-radius: 5px;
	outline: none;
	background: #f6f6f6;
}

.comment-form > .comment-form-comment textarea{
	width: 100%;
	border: 1px solid #e3e3e3;
	padding: 1rem;
	border-radius: 5px;
	outline: none;
	background: #f6f6f6;
}

.comment-form > p:not(.comment-form-cookies-consent) label{
	display: block;
	padding-bottom: 10px;
}

span.required{
	color: red;
}

.comment-form p.form-submit .submit{
	font-weight: 500;
	text-transform: uppercase;
	padding: 1rem 3rem;
	border-radius: 20px;
	cursor: pointer;
	background: var(--primary-color);
	color: #fff;
	border: none;
}

.swiper-slide-thumb-active .product-images img {
	opacity: 0.5;
}

.related.products {
	background: url(../images/FAQ.webp) no-repeat center center;
	background-size: cover;
}

.single-product  .product-page .breadcrumbs {
	padding: 2rem 0 5rem;
    border-top: 1px solid #D3D3D3;
}

.related.products .h2-title{
	font-size: 3rem;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 2rem;
}

.prod-image {
	position: relative;
	overflow: hidden;
}

.prod-image-holder {
	display: flex;
	position: relative;
	padding-top: 100%;
}

.product-list {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 8rem 3rem;
	
}

.single-product .bic-breadcrumbs,
.single-product .bic-breadcrumbs a {
    color: #212121;
}

.prod-image-holder > img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	transition: all .3s;
	object-fit: cover;
}

p.prod-title a {
	text-decoration: none;
}

.prod-image:hover .prod-image-holder > img{
	transform: scale(1.02) translate(-50%, -50%);
}

.prod-box-price .price {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	justify-content: flex-end;
	gap: 16px;
}

.prod-box-price .price .amount.amount-null{
	font-size: 1.6rem;
}

.prod-box-price .price ins, .prod-box-price .price del{
	font-size: 1.6rem;
}

.prod-box-price .price bdi{
	font-size: 1.6rem;
	line-height: 1;
	font-weight: 500;
	color: #222;
}

.woocommerce-pagination ul.page-numbers{
	display: flex;
	align-items: center;
	justify-content: center;
	list-style: none;
}

li .page-numbers{
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f4f4f4;
	color: #666;
	margin: 0 3px;
}

li .page-numbers:hover, li .page-numbers.current{
	background: var(--primary-color);
	color: #fff;
}


nav.woocommerce-pagination {
	margin-bottom: 6rem;
}

.prod-col-left {
	padding-right: 6.4rem;
}

.flex-viewport{
	border-radius: 2rem;
	background: #F7D4E6;
}

ol.flex-control-nav.flex-control-thumbs{
	display: flex;
	align-items: start;
	justify-content: start;
	margin: 0;
	flex-direction: column;
	gap: 1.5rem;
}

ol.flex-control-nav.flex-control-thumbs li {
	display: flex;
    align-items: center;
    margin-right: 0;
    cursor: pointer;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    overflow: hidden;
    width: 8rem;
    height: 8rem;
    padding: 1rem;
}

ol.flex-control-nav.flex-control-thumbs li img:not(.flex-active){
	opacity: .8;
}

.shop_table td{
	vertical-align: middle;
}

.shop_table th{
	white-space: nowrap;
}

.shop_table td, .shop_table th{
	padding: 10px 15px;
}

.post-dt-body .woocommerce{
	display: flex;
	flex-wrap: wrap;
}

.post-dt-body .woocommerce .woocommerce-notices-wrapper{
	flex: 0 0 100%;
	max-width: 100%;
}

.post-dt-body .woocommerce-cart-form{
	flex: 0 0 100%;
	max-width: 100%;
}

.post-dt-body .cart-collaterals{
	flex: 0 0 35%;
	max-width: 35%;
	padding-left: 20px;
	margin-left: auto;
}

.cart-item{
	display: flex;
}

.cart-item:not(:last-child){
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e3e3e3;;

}

.cart-item-img{
	flex: 0 0 20%;
	max-width: 20%;
}

.cart-item-ct{
/*	flex: 1;*/
padding-left: 30px;
display: flex;
align-items: center;
justify-content: space-around;
width: 100%;
}
.box-cart-item {
	display: flex;
	align-items: center;
	justify-content: space-around;
	gap: 30px;
}
.cart-item-ct .h2-title{
	font-size: 1.8rem;
	margin: 0;
}

.cart-item-price span{
	font-size: 18px;
	font-weight: 600;
	color: red;
}

.cart-quantity{
	margin: 20px 0;
}

.cart-quantity input{

	width:50px;
	text-align: center;
}

.cart-remove a{
	color: #222;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
}
.cart-remove a:hover{
	color: red;
}
.cart-subtotal{
	font-size: 18px;
	font-weight: 600;
	color: #222;
	display: none;
}
.page-template-default .post-detail{
	width: 100% !important;
	text-align: left;
}
.shop_table .actions{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #e3e3e3;;
}



.wc-proceed-to-checkout{
	text-align: center;
}




.wc-proceed-to-checkout a,
.actions .button[name="update_cart"]{
	background: #1381ce;
	font-weight: 600;
	color: #fff;
	padding: 10px 34px;
	border-radius: 4px;
	transition: all .3s;
	border: 2px solid var(--primary);
	text-decoration: none;
}

.wc-proceed-to-checkout a:hover,
.actions .button[name="update_cart"]:hover{
	background: var(--primary-color);
	color: #fff;
}



.carttotal-item.wc-proceed-to-checkout {
	margin-top: 30px;
}




.cart-coupon input{
	border: 1px solid #e3e3e3;
}

.cart-coupon button{
	background: #222;
	border-radius: 4px;
	transition: all .3s;
}

.cart-coupon button:hover{
	background: var(--primary);
}

.carttotal-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.carttotal-item:not(:last-child){
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e3e3e3;
}


.carttotal-item.order-total {
	font-size: 18px;
}

.woocommerce-billing-fields__field-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.woocommerce-billing-fields__field-wrapper > p{
	padding: 0 10px;
}

.woocommerce-billing-fields__field-wrapper > p.address-field{
	display: none;
}

.woocommerce-billing-fields__field-wrapper > p label{
	display: block;
	margin-bottom: 10px;
	text-align: left;
}

.woocommerce-billing-fields__field-wrapper > p input{
	width: 100%;
	border: 1px solid #e3e3e3;
	padding: 15px 20px;
}

.woocommerce-additional-fields p textarea{
	width: 100%;
	border: 1px solid #e3e3e3;
	padding: 15px 20px;
	height: 100px;
}

.woocommerce-additional-fields p label{
	display: block;
	margin-bottom: 10px;
}

.woocommerce-billing-fields__field-wrapper > p:not(:last-child){
	flex: 0 0 50%;
	max-width: 50%;
}

.woocommerce-billing-fields__field-wrapper > p:last-child{
	width: 100%;
}

.woocommerce form .form-row .required{
	color: red;
}

.woocommerce-form-coupon-toggle,.checkout_coupon.woocommerce-form-coupon {
	flex: 0 0 100%;
	max-width: 100%;
	margin-bottom: 20px;
}

.checkout_coupon.woocommerce-form-coupon {
	display: flex;
	flex-wrap: wrap;
}

.checkout_coupon.woocommerce-form-coupon >p:first-child{
	flex: 0 0 100%;
	max-width: 100%;
	margin-bottom: 10px;
}

.checkout_coupon.woocommerce-form-coupon button {
	background: #222;
	border-radius: 4px;
	transition: all .3s;
	margin-left: 10px;
}

.checkout_coupon.woocommerce-form-coupon input{
	border: 1px solid #e3e3e3;
}

.showcoupon{
	color: #222;
	font-weight: 600;
}

.woocommerce-checkout-payment{
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #e3e3e3;
}

.woocommerce-checkout-payment ul{
	padding: 0;
	list-style: none;
}

.payment_box p{
	margin: 0;
	background: #f2f2f2;
	border-radius: 10px;
	padding: 10px 15px;
	font-size: 14px;
	margin-top: 10px;
}

.place-order button{
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	padding: 12px 20px;
	border-radius: 4px;
	transition: all .3s;
	border: 2px solid var(--primary);
	background: #1381ce;
	cursor: pointer;
	margin-top: 15px;

}

.place-order button:hover{
	background: var(--primary-color);
	color: #fff;
}

.woocommerce-order {
	width: 100%;
}

.woocommerce-table__product-name a{
	color: #222;
}

.table-responsive {
	margin-bottom: 1.6rem;
}

.bicweb-pagination {
	margin-bottom: 5rem;
}

.wp-pagenavi {
	display: flex;
	align-items: center;
	justify-content: center;
	list-style: none;
}
.wp-pagenavi .smaller,
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .larger,
.wp-pagenavi .pages {
	padding: 6px 1.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f4f4f4;
	color: #666;
	margin: 0 1rem;
	text-decoration: none;
}

a.previouspostslink, .extend{
	margin: 0 1.4rem;
}

.wp-pagenavi .current {
	background: var(--primary-color);
	color: #fff;
	padding: 6px 1.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 1rem;
}

.woocommerce-Tabs-panel .aligncenter {
	display: block;
	margin:3rem auto;
	font-weight: 600;

}

.woocommerce-Tabs-panel .product-template-default img {
	display: block;
	margin: auto;
}

.comment_container img {
	display: flex;
	justify-content: left;
	margin: 0;
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 50%;
}

ol.commentlist {
	list-style: none;
}

.comment_container .comment-text .description {
	background: #fff;
	padding: 2rem;
	border-radius: 10px;
	box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .1), 0 2px 6px 2px rgba(60, 64, 67, .15);
	margin-top: 1.6rem;
}

.children .comment_container .comment-text .description {
}

@media (min-width: 1441px) and (max-width: 1536px) {

	.product-whychoose {
		padding: 1rem 1rem;
	}

	.product-info-title {
		font-size: 1.8rem;
	}

	.prod-hotline p {
		font-size: 1.4rem;
	}

	.product-btn a {
		margin: 0 0 1rem 0 !important;
		background-color: #1280CE;
	}

	.prod-hotline a, .prod-hotline {
		font-size: 1.6rem;
	}

	.product-whychoose-title {
		font-size: 1.6rem;
		margin: 0 -1rem;
		margin-right: 1rem;
		padding: 5px 0 5px 2rem;
	}

	.prod-whych-desc {
		font-size: 1.4rem;
	}

	.product-whychoose-item .icon {
		display: flex;
		flex: 0 0 6rem;
	}

	.product-info-bottom {
		margin-top: 2rem;
	}

	.prod-whych-title {
		font-size: 1.4rem;
	}

	.swiper-border {
		font-size: 2.6rem;
	}
	
	.swiper-border::before {
		width: 76%;
	}

	.social-item {
		width: 4rem;
		height: 4rem;
	}

	.wc-tabs>li>a {
		padding: 8px 2rem;
		font-size: 1.5rem;
	}

	.related.products .h2-title {
		margin-bottom: 2rem !important;
	}

	h1.product_title {
		font-size: 3rem !important;
		margin-bottom: 1rem;
	}

	.box-status {
		gap: 2rem;
	}

	.prod-col-left {
		padding-right: 4.4rem;
	}

	.prod-contact {
		padding: 5rem 4rem ;
	}

	.form-field:not(:last-child) {
		margin-bottom: 2.6rem;
	}

	textarea.form-input-prod {
		height: 10rem;
	}
}

@media (min-width: 1200px) and (max-width: 1440px) {

	.product-whychoose {
		padding: 1rem 1rem;
	}

	.product-info-title {
		font-size: 2rem;
	}

	.prod-hotline p {
		font-size: 1.4rem;
	}

	.product-btn a {
		margin: 0 0 1rem 0 !important;
		background-color: #1280CE;
	}

	.prod-hotline a, .prod-hotline {
		font-size: 1.5rem;
	}

	.product-whychoose-title {
		font-size: 1.4rem;
		margin: 0 -1rem;
		margin-right: 1rem;
		padding: 5px 0 5px 2rem;
	}

	.prod-whych-desc {
		font-size: 1.3rem;
	}x

	.product-whychoose-item .icon {
		display: flex;
		flex: 0 0 5rem;
	}

	.product-info-bottom {
		margin-top: 2rem;
	}

	.prod-whych-title {
		font-size: 1.4rem;
	}

	.swiper-border {
		font-size: 2.4rem;
	}
	
	.swiper-border::before {
		width: 74%;
	}

	.social-item {
		width: 3.5rem;
		height: 3.5rem;
	}

	.wc-tabs>li>a {
		padding: 7px 2rem;
		font-size: 1.4rem;
	}

	.price .amount.amount-null {
		font-size: 1.4rem;
	}

	
	.prod-price span {
		font-size: 1.6rem !important;
	}

	.price .amount.amount-null {
		font-size: 1.6rem;
	}

	.prod-col-left {
		padding-right: 3rem;
	}

	.box-status {
		gap: 1.5rem;
	}

	.prod-ingredient h3, .single-prod-desc h3 {
		font-size: 1.6rem;
		margin-bottom: 1rem;
	}

	.prod-btn a {
		width: 160px;
		padding: 10px 20px;
		font-size: 1.6rem;
	}

	.ingredient-item {
		gap: 4px;
		margin-bottom: 10px;
	}

	.prod-contact {
		padding: 4rem 3rem ;
	}

	.form-field:not(:last-child) {
		margin-bottom: 2rem;
	}

	textarea.form-input-prod {
		height: 8rem;
	}

	.form-btn-prod {
		width: 18rem;
		padding: 10px 20px !important;
		font-size: 1.4rem;
		margin: 3rem auto 0;
	}

	.swiper.thumbslide.swiper-thumbs {
		flex: 0 0 6rem;
		max-width: 6rem;
		max-height: 29rem;
	}

	.thumbslide .swiper-slide {
		height: 6rem !important;
	}

	.product-thumb {
		height: 4.5rem;
	}

	.swiper-one {
		flex: 0 0 calc(100% - 8rem);
		max-width: calc(100% - 8rem);
	}

	h1.product_title {
		font-size: 2.4rem !important;
	}

	.sg-prod-center {
		margin-top: 5rem;
	}
}


@media (min-width: 1025px) and (max-width: 1280px) {

	.product-whychoose {
		padding: 1rem 1rem;
	}

	.product-info-title {
		font-size: 1.8rem;
	}

	.prod-hotline p {
		font-size: 1.4rem;
	}

	.product-btn a {
		margin: 0 0 1rem 0 !important;
		background-color: #1280CE;
	}

	.prod-hotline a, .prod-hotline {
		font-size: 1.5rem;
	}

	.product-whychoose-title {
		font-size: 1.4rem;
		margin: 0 -1rem;
		margin-right: 1rem;
		padding: 5px 0 5px 2rem;
	}

	.prod-whych-desc {
		font-size: 1.2rem;
	}

	.product-whychoose-item .icon {
		display: flex;
		flex: 0 0 5rem;
	}

	.product-info-bottom {
		margin-top: 2rem;
	}

	.prod-whych-title {
		font-size: 1.2rem;
	}

	.swiper-border {
		font-size: 2.4rem;
	}
	
	.swiper-border::before {
		width: 74%;
	}

	.social-item {
		width: 3.5rem;
		height: 3.5rem;
	}

	.wc-tabs>li>a {
		padding: 7px 2rem;
		font-size: 1.4rem;
	}
	.prod-price span {
		font-size: 1.6rem !important;
	}

	.price .amount.amount-null {
		font-size: 1.6rem;
	}

	.prod-col-left {
		padding-right: 3rem;
	}

	.box-status {
		gap: 1.5rem;
	}

	.prod-ingredient h3, .single-prod-desc h3 {
		font-size: 1.6rem;
		margin-bottom: 1rem;
	}

	.prod-btn a {
		width: 160px;
		padding: 10px 20px;
		font-size: 1.6rem;
	}

	.ingredient-item {
		gap: 4px;
		margin-bottom: 10px;
	}

	.prod-contact {
		padding: 4rem 3rem ;
	}

	.form-field:not(:last-child) {
		margin-bottom: 2rem;
	}

	textarea.form-input-prod {
		height: 8rem;
	}

	.form-btn-prod {
		width: 18rem;
		padding: 10px 20px !important;
		font-size: 1.4rem;
		margin: 3rem auto 0;
	}

	.swiper.thumbslide.swiper-thumbs {
		flex: 0 0 6rem;
		max-width: 6rem;
		max-height: 29rem;
	}

	.thumbslide .swiper-slide {
		height: 6rem !important;
	}

	.product-thumb {
		height: 4.5rem;
	}

	.swiper-one {
		flex: 0 0 calc(100% - 8rem);
		max-width: calc(100% - 8rem);
	}

	.sg-prod-center {
		margin-top: 5rem;
	}
}


@media (min-width: 320px) and (max-width: 480px){
	.prod-hotline-btn{
		margin-left: 5px;
	}
	.cart-item-ct .h2-title {
		text-align: left;
	}
	.woocommerce-billing-fields__field-wrapper > p:not(:last-child) {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.cart-item-img {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.box-cart-item {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
	}
	.page-template-default h3, .page-template-default h2{
		font-size: 1.6rem !important	;
	}
	.form-input {
		width: 100% !important;
	}
	.form-group-left .form-field i {
		left: 20px !important;
		top: 25px !important;
	}
	.popup-content .title {
		font-size: 2.2rem;
	}
	.kh_inner_success{
		padding: 10px !important;
		width: 80% !important;
		transform: translateX(45px) !important;
	}
	.popup-content{
		width: 100% !important;
	}
	.wc-tabs{
		border-top: none;
		border-bottom: none;
	}
	ul.tabs.wc-tabs li {
		border: 1px solid #e3e3e3;
		margin-right: 5px;
	}
	.related.products {
		margin-top: 0; 
	}
	.entry-content.wc-tab h2 {
		font-size: 16px;
		margin-top: 1rem;
	}
	.cart-list::-webkit-scrollbar {
		height: 0px;
		background-color: transparent !important;

	}
	.cart-list {
		width: 100%;
		height: auto;
		overflow-x:scroll;
	}
	.post-dt-body .woocommerce{
		flex-direction: column;
	}
	.post-dt-body .woocommerce-cart-form{
		flex: 0 0 100%;
		max-width: 100%;
	}
	.shop_table .actions{
		flex-direction: column;
		align-items: flex-start;
	}
	.cart-actions {
		margin-bottom: 30px;
		margin-left: auto;
		margin-right: auto;
	}
	.post-dt-body .cart-collaterals {
		flex: 0 0 100%;
		max-width: 100%;
		margin:0;
		padding-left:0;
	}
	.product-info form.cart {
		gap: 5px !important;

	}
	#tab-description figure{
		width:100% !important;
	}

	#tab-description figure img {
		height: 100%;
	}

	.woocommerce-Tabs-panel .aligncenter {
		height: 100%;
	}

	.wp-pagenavi .smaller, .wp-pagenavi .first, .wp-pagenavi .last, .wp-pagenavi .larger, .wp-pagenavi .pages {
		margin: 0 5px;
	}

	button.single_add_to_cart_button.button.alt{
		font-size: 1.3rem;
		padding:10px;
	}
	.bic-ctf7 .h2-title{
		font-size: 2rem;
	}
	.related.products .h2-title {
		font-size: 2rem !important;
		margin-bottom: 2rem !important;
	}
	.post-dt-body figure {
		width: 100% !important;
	}


	/*  */

	.product-list  {
		grid-template-columns: 1fr 1fr;
		gap: 2rem ;
	}

	.single-product .product-page .breadcrumbs {
		padding-bottom: 3rem;
	}

	.col-lg-4.col-md-12.col-sm-12.col-12.col-right,
	.col-lg-4.col-md-12.col-sm-12.col-12.col-ct ,
	.col-lg-4.col-md-12.col-sm-12.col-12.col-left {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.single-product-content {
		padding: 3rem 0 5rem 0;
	}

	.swiper-border::before {
		width: 76%;
	}
	.swiper-border {
		font-size: 2rem;
	}

	.product-info {
		margin-top: 2rem;
	}
	.product-info-title {
		font-size: 2.2rem;
	}

	.product-btn a {
		margin: 0 0 2rem 0 !important;
	}

	.prod-hotline a, .prod-hotline {
		font-size: 1.6rem;
	}

	.product-whychoose {
		margin-top: 3rem;
		padding: 1rem 1.5rem;
	}

	.product-whychoose-title {
		font-size: 1.8rem;
		padding: 5px 0 0 2rem;
	}

	div#tab-description {
		width: 100%;
		margin: auto;
	}

	.related.products {
		margin-top: 3rem;
	} 

	.comment-form > .comment-form-author, .comment-form > .comment-form-email {
		width: 100%;
	}

	.comment-form > .comment-form-author {
		margin-right: 0;
	}

	.wc-tabs>li>a {
		padding: 6px 1rem;
		font-size: 1.6rem;
	}

	.wc-tabs {
		margin-bottom: 3rem;
		display: flex;
		overflow-x: scroll;
		white-space: nowrap;
		overflow-y: scroll;
		justify-content: flex-start;
		gap: 1rem;
	}

	.comment_container .comment-text .description {
		width: 100%;
		padding: 1rem;
	}

	.children .comment_container .comment-text .description {
		width: 100%;
	}
	.cart-item-ct {
		align-items: start;
		flex-direction: column;
	}
	.wc-proceed-to-checkout a, .actions .button[name="update_cart"]{
		margin: 0 auto;
	}

	/*  */

	.prod-col-left {
		padding-right: 1.5rem;
		margin-bottom: 3rem;
	}

	h1.product_title {
		font-size: 2.4rem !important;
	}

	.box-status {
		gap: 2rem;
	}

	.prod-ingredient h3, .single-prod-desc h3 {
		margin-bottom: 1rem;
	}

	.prod-btn a {
		width: 16rem;
		padding: 12px 20px;
		font-size: 1.6rem;
	}

	.sg-prod-center {
		margin-top: 4rem;
	}

	.tab-content {
		margin-top: 2rem;
	}

	.swiper.thumbslide.swiper-thumbs {
		flex: 0 0 6rem;
		max-width: 6rem;
	}

	.prod-slide {
		display: block;
	}

	.swiper-one {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 2rem;

	}

	.swiper.thumbslide.swiper-thumbs {
		flex: 0 0 100%;
		max-width: 100%;
		max-height: unset;
	}

	.prod-contact {
		padding: 3rem 1.5rem;
	}

	.form-field:not(:last-child) {
		margin-bottom: 2rem;
	}

	textarea.form-input-prod {
		height: 8rem;
	}

	.form-btn-prod {
		width: 16rem;
		padding: 10px 20px !important;
		font-size: 1.6rem;
		margin: 3rem auto 0;
	}
}

/*  */

div#tab-description iframe{
	width:100%; 

}
.cart-quantity.product-quantity #btn-down,
.cart-quantity.product-quantity #btn-up {
	width: 30px;
	height: auto;
}
@media (min-width: 481px) and (max-width: 767px){

	.wc-tabs>li>a{
		padding: 1rem 3rem !important;
	}
	.single-product .col-lg-4.col-md-12.col-sm-12.col-12.col-ct,.single-product .col-lg-4.col-md-12.col-sm-12.col-12.col-left {
		flex: 0 0 50%;
		max-width: 50%;
	} 

	.single-product .col-lg-4.col-md-12.col-sm-12.col-12.col-right {
		flex: 0 0 100%;
		max-width: 100%;
		margin-top: 30px;
	}
	.wc-proceed-to-checkout a, .actions .button[name="update_cart"] {
		font-size: 1.6rem;
	}
	.post-dt-body .cart-collaterals {
		flex: 0 0 100%;
		max-width: 100%;
		padding-left: 20px;
		margin-left: auto;
	}

	/*  */.form-group-left .form-field i {
		left: 20px !important;
	}
	.popup-content {
		margin: 15% 0% !important;
		width: 100% !important;
		height: 40%;
	}

	.form-input {
		width: 100% !important;
	}
	.product-images {
		position: relative;
	}
	.product-list  {
		grid-template-columns: 1fr 1fr 1fr ;
	}

	.col-lg-4.col-md-12.col-sm-12.col-12.col-right,
	.col-lg-4.col-md-12.col-sm-12.col-12.col-ct ,
	.col-lg-4.col-md-12.col-sm-12.col-12.col-left {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.single-product-content {
		padding: 4rem 0 5rem 0;
	}

	.swiper-border::before {
		width: 85%;
	}
	.swiper-border {
		font-size: 2.4rem;
	}

	.product-info {
		margin-top: 3rem;
	}
	.product-info-title {
		font-size: 2.4rem;
	}

	.product-btn a {
		margin: 0 0 2rem 0;
	}

	.prod-hotline a, .prod-hotline {
		font-size: 2rem;
	}

	.social-list {
		margin-top: 1rem;
	}

	.product-whychoose {
		margin-top: 3rem;
		padding: 1rem 1.5rem;
	}

	.product-whychoose-title {
		font-size: 2rem;
		padding: 5px 0 0 2rem;
	}

	div#tab-description {
		width: 100%;
		margin: auto;
	}

	.related.products .h2-title {
		margin-bottom: 3rem !important;
	}


	.related.products {
		margin-top: 3rem;
	} 

	.comment-form > .comment-form-author, .comment-form > .comment-form-email {
		width: 100%;
	}

	.comment-form > .comment-form-author {
		margin-right: 0;
	}

	.wc-tabs>li>a {
		padding: 6px 1rem;
		font-size: 1.6rem;
	}

	.wc-tabs {
		margin-bottom: 3rem;
	}

	h1.product_title {
		font-size: 3.2rem !important;
	}

	.prod-col-left {
		padding-right: 1.5rem;
		margin-bottom: 3rem;
	}

	.sg-prod-center {
		margin-top: 5rem;
	}

	.prod-contact {
		padding: 4rem 3rem ;
	}

	textarea.form-input-prod {
		height: 10rem;
	}
}
@media (min-width: 577px) and (max-width: 767px){
	.single-product .col-lg-4.col-md-12.col-sm-12.col-12.col-ct,.single-product .col-lg-4.col-md-12.col-sm-12.col-12.col-left {
		flex: 0 0 50%;
		max-width: 50%;
	} 

	.single-product .col-lg-4.col-md-12.col-sm-12.col-12.col-right {
		flex: 0 0 100%;
		max-width: 100%;
		margin-top: 30px;
	}
	#popup-form .form-input{
		width: 100% !important;
	}
	.form-group-left {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
	.form-field.form-field-submit.btn.btn-frm {
		width: 150px;
		position: absolute;
		bottom: 20px;
		left: 40%;
	}
	.form-group-left .form-field i{
		top:20px !important;
	}
}
@media (min-width: 768px) and (max-width: 810px){
	.single-product .col-lg-4.col-md-12.col-sm-12.col-12.col-ct,.single-product .col-lg-4.col-md-12.col-sm-12.col-12.col-left {
		flex: 0 0 50%;
		max-width: 50%;
	} 

	.single-product .col-lg-4.col-md-12.col-sm-12.col-12.col-right {
		flex: 0 0 100%;
		max-width: 100%;
		margin-top: 30px;
	}
	.post-dt-body .cart-collaterals {
		flex: 0 0 100%;
		max-width: 100%;
		padding-left: 0px;
		margin-left: auto;
	}
	.form-group-left .form-field i {
		left: 20px !important;
	}
	.form-input {
		width: 100% !important;
	}
	.popup-content {
		margin: 15% 10% !important;
	}
}
@media (min-width: 810px) and (max-width: 991px){
	.single-product .col-lg-4.col-md-12.col-sm-12.col-12.col-ct,.single-product .col-lg-4.col-md-12.col-sm-12.col-12.col-left {
		flex: 0 0 50%;
		max-width: 50%;
	} 

	.single-product .col-lg-4.col-md-12.col-sm-12.col-12.col-right {
		flex: 0 0 100%;
		max-width: 100%;
		margin-top: 30px;
	}
	.post-dt-body .cart-collaterals {
		flex: 0 0 100%;
		max-width: 100%;
		padding-left: 0px;
		margin-left: auto;
	}
	.form-group-left .form-field i {
		left: 20px !important;
	}
	.form-input {
		width: 100% !important;
	}
	.popup-content {
		margin: 15% 10% !important;
	}
}

@media (max-width: 1024px) and (min-width:768px) {
	.product-list {
		display: grid
	;
		grid-template-columns: repeat(3, 1fr);
		gap: 6rem 3rem;
	}

	h1.product_title {
		font-size: 3.2rem !important;
	}

	.prod-col-left {
		padding-right: 1.5rem;
		margin-bottom: 3rem;
	}

	.sg-prod-center {
		margin-top: 5rem;
	}

	.prod-contact {
		padding: 4rem 3rem ;
	}

	textarea.form-input-prod {
		height: 10rem;
	}
}
@media (min-width: 992px) and (max-width: 1024px){
	.single-product .col-lg-4.col-md-12.col-sm-12.col-12.col-ct,.single-product .col-lg-4.col-md-12.col-sm-12.col-12.col-left {
		flex: 0 0 50%;
		max-width: 50%;
	} 

	.single-product .col-lg-4.col-md-12.col-sm-12.col-12.col-right {
		flex: 0 0 100%;
		max-width: 100%;
		margin-top: 30px;
	}
	/*  */
	.form-input {
		width: 100% !important;
	}
	.form-group-left .form-field i {
		left: 20px !important;
	}
	
	.popup-content {
		margin: 15% 10% !important;
	}
	.kh_inner_success {
		padding: 50px !important;
		width: 50% !important;
		transform: translateX(30%) !important;
	}
	.product-images {
		position: relative;
	}
	.product-list  {
		grid-template-columns: 1fr 1fr 1fr ;
	}

	.col-lg-4.col-md-12.col-sm-12.col-12.col-right,
	.col-lg-4.col-md-12.col-sm-12.col-12.col-ct ,
	.col-lg-4.col-md-12.col-sm-12.col-12.col-left {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.single-product-content {
		padding: 4rem 0 5rem 0;
	}

	.swiper-border::before {
		width: 85%;
	}
	.swiper-border {
		font-size: 2.8rem;
	}

	.product-info {
		margin-top: 3rem;
	}
	.product-info-title {
		font-size: 2.4rem;
	}

	.product-btn a {
		margin: 0 0 2rem 0;
	}

	.prod-hotline a, .prod-hotline {
		font-size: 2rem;
	}

	.social-list {
		margin-top: 1rem;
	}

	.product-whychoose {
		margin-top: 3rem;
		padding: 1rem 1.5rem;
	}

	.product-whychoose-title {
		font-size: 2rem;
		padding: 5px 0 0 2rem;
	}

	div#tab-description {
		width: 100%;
		margin: auto;
	}

	.related.products .h2-title {
		margin-bottom: 3rem !important;
	}


	.related.products {
		margin-top: 3rem;
	} 

	.comment-form > .comment-form-author, .comment-form > .comment-form-email {
		width: 100%;
	}

	.comment-form > .comment-form-author {
		margin-right: 0;
	}

	.wc-tabs>li>a {
		padding: 6px 1rem;
		font-size: 1.6rem;
	}

	.wc-tabs {
		margin-bottom: 3rem;
	}
}

div#tab-description iframe{
	width:100%;
}

h1.product_title {
	font-size: 5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--primary-color);
	font-family: 'Linotte';
}

.prod-price span {
    font-size: 1.6rem;
    color: #222;
    font-weight: 700;
}

.related.products {
	margin-top: 8rem; 
}
.related.products .h2-title {
	font-size: 2.4rem;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 2rem !important;
}

.wp-caption-text{
	font-size: 1.4rem;
	font-weight: 400;
	color: #555;
}

.wc-tabs{
	border-top: none;
	border-bottom: none;
}
ul.tabs.wc-tabs li {
	border: 1px solid #e3e3e3;
	margin-right: 5px;
}
.cart-coupon{
	display: flex;
	margin-left: 30px;
}

.comment_container {
	display: flex;
	margin-bottom: 2rem;
}

.comment-text {
	flex: 1;
	padding-left: 14px;
}

@media (min-width: 992px) and (max-width: 1024px) {
	.entry-content.wc-tab h2 {
		font-size: 18px;
	}
	.related.products {
		margin-top: 6rem; 
	}
	.related.products .h2-title {
		font-size:1.8rem;
		font-weight: bold;
		text-transform: uppercase;
		margin-bottom: 50px;
	}
	h1.product_title {
		font-size: 2.8rem;
		font-weight: bold;
		margin-bottom: 20px;
	}
	.wc-tabs{
		border-top: none;
		border-bottom: none;
	}
	ul.tabs.wc-tabs li {
		border: 1px solid #e3e3e3;
		margin-right: 5px;
	}
	.related.products {
		margin-top: 6rem; 
	}

	ol.flex-control-nav.flex-control-thumbs {
		display: flex;
		align-items: center;
		flex-wrap: unset;
		justify-content: center;
		margin: 10px 0;
	}
	.product-info form.cart {
		
		gap: 5px !important;

	}

	button.single_add_to_cart_button.button.alt {
		font-size: 1.4rem !important;
	}
}

@media (max-width: 1199px) and (min-width: 1025px){
	.related.products {
		margin-top: 6rem; 
	}
	.related.products .h2-title {
		font-size: 2.4rem;
		font-weight: bold;
		text-transform: uppercase;
		margin-bottom: 50px;
	}
	.entry-content.wc-tab h2 {
		font-size: 18px;
	}
	h1.product_title {
		font-size: 2.4rem;
		font-weight: bold;
		margin-bottom: 20px;
	}

	ul.tabs.wc-tabs {
		border: none;
	}
	ul.tabs.wc-tabs li {
		border: 1px solid #e3e3e3;
	}
	button.single_add_to_cart_button.button.alt {
		padding: 10px;
	}
	ul.tabs.wc-tabs {
		border: none;
	}
	.product-info form.cart {
		
		gap: 5px !important;
	}
	button.single_add_to_cart_button.button.alt {
		font-size: 1.4rem !important;
	}

	.wc-tabs{
		border-top: none;
		border-bottom: none;
	}
	ul.tabs.wc-tabs li {
		border: 1px solid #e3e3e3;
		margin-right: 5px;
	}

}
@media (max-width: 1280px) and (min-width: 1199px) {
	
	.related.products .h2-title {
		font-size: 1.8rem;
		font-weight: bold;
		text-transform: uppercase;
		margin-bottom: 50px;
	}
	.entry-content.wc-tab h2 {
		font-size: 18px;
	}
	h1.product_title {
		font-size: 2.2rem;
		font-weight: bold;
		margin-bottom: 20px;
	}

	ul.tabs.wc-tabs {
		border: none;
	}
	ul.tabs.wc-tabs li {
		border: 1px solid #e3e3e3;
		margin-right: 10px;
	}
	button.single_add_to_cart_button.button.alt {
		padding: 10px;
	}
	ul.tabs.wc-tabs {
		border: none;
	}
}

@media (min-width: 1280px) and (max-width: 1440px){
	.entry-content.wc-tab h2 {
		font-size: 22px;
	}
	.entry-content.wc-tab h3 {
		font-size: 16px;
		margin-top: 16px;
		margin-bottom: 6px;
	}
	ul.tabs.wc-tabs {
		border: none;
	}
	ul.tabs.wc-tabs li {
		border: 1px solid #e3e3e3;
		margin-right: 10px;
	}

}
@media (min-width: 1440px) and (max-width: 1536px) {
	.entry-content.wc-tab h2 {
		font-size: 18px;
	}
	.prod-content h2.prod-title{
		font-size: 1.8rem;
	}

	ul.tabs.wc-tabs {
		border: none;
	}
	ul.tabs.wc-tabs li {
		border: 1px solid #e3e3e3;
		margin-right: 10px;
	}
}
@media (max-width: 1700px) and (min-width: 1440px) {
	.entry-content.wc-tab h2 {
		font-size: 18px;
	}
	ul.tabs.wc-tabs {
		border: none;
	}
	ul.tabs.wc-tabs li {
		border: 1px solid #e3e3e3;
		margin-right: 10px;
	}


}

@media (min-width: 1700px){
	ul.tabs.wc-tabs {
		border: none;
	}
	ul.tabs.wc-tabs li {
		border: 1px solid #e3e3e3;
		margin-right: 10px;
	}
}


button.single_add_to_cart_button.button.alt {
	width: 27rem;
	position: relative;
	background: #1381ce;
	color: #fff;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
/*	transform: skewX(-28deg);*/
overflow: hidden;
border: none;
text-transform: capitalize;

}


button.single_add_to_cart_button.button.alt:hover {
	color: #fff;
	border-color: var(--second-color);
	cursor: pointer;
	background-color: var(--second-color);
}
.box-add-to-cart {
	margin-bottom: 30px;
}