.woocommerce-notices-wrapper {
    position: absolute;
    top: 0;
}

.woocommerce-account #customer_login{
    display: flex;
    flex-wrap: wrap;
}

.woocommerce-account #customer_login .u-column1,
.woocommerce-account #customer_login .u-column2{
    width: 50%;
}

/*.woocommerce-account .site-main {*/
/*    min-height: 75vh;*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/

body.woocommerce-account section.text_module {
    min-height: 75vh;
    display: flex;
    align-items: flex-start;
}

body.woocommerce-account table.shop_table td.product-name a {
    font-weight: 400;
}

body.woocommerce-account section.text_module .woocommerce-MyAccount-navigation-link--dashboard{
    font-weight: 700;
    margin-bottom: 2.25rem;
}

.woocommerce-account .nav-container{
    padding-left: 5rem;
}

label.woocommerce-form-login__rememberme {
    position: relative !important;
    left: unset !important;
    top: unset !important;
    width: 100% !important;
    margin-bottom: 1.4rem !important;
    display: flex;
    align-items: center;
}

p.reg-description{
    margin-top: 0;
    font-size: var(--fontsize_s);
    color: var(--textclr5);
}

p.woocommerce-LostPassword.lost_password{
    margin-top: 1.4rem;
}

p.woocommerce-LostPassword.lost_password a{
    text-decoration: none;
}

p.woocommerce-LostPassword.lost_password a{
    position: relative;
}

p.woocommerce-form-row.form-row.last-row{
    margin-bottom: 0;
}

section.product-information{
    padding: 14rem 0 7rem;
}

section.product-information table p{
    margin: 0;
}

section.product-information .product_meta span span{
    margin-left: unset;
    display: inline-block;
}
section.product-information .product_meta > span{
    display: inline-block;
}

section.product-information .content h3.title{
    margin: 0;
}

section.product-information .content + .content{
    margin-top: 3rem;
}

section.product-information .content th,
section.product-information .content .product_meta span{
    text-transform: none !important;
}
section.product-information .content .product_meta > span{
    /*display: flex;*/
    /*flex-direction: column;*/
}
section.product-information .content{
    max-width: 70rem;
}

section.product-information .content .inside-content{
    margin-top: 2rem;
}

section.product-information .content .inside-content table{
    border-spacing: 0px;
}

section.product-information .content .inside-content table tr td{
    padding-left: 0.3rem;
}

.buttons-container {
    display: grid;
    flex-wrap: wrap;
    /* align-items: center; */
    gap: 1.4rem;
    grid-template-columns: 4.6rem calc(100% - 6rem);
    width: 100%;
    justify-content: space-between;
}

.buttons-container .icon-link {
    padding: 0 !important;
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center;
}

.buttons-container .icon-link svg path{
    fill: #fff;
}

.save_page.disable svg path {
    fill: var(--clr2);
    stroke: var(--clr1);
}

span.onsale {
    display: none;
}
.woocommerce nav.woocommerce-breadcrumb,
.woocommerce nav.woocommerce-breadcrumb a {
    text-decoration: none;
    font-size: calc(var(--fontsize_xs) * var(--text-scaler));
    line-height: 2rem;
}
.woocommerce .widget_price_filter .price_slider_amount {
    text-align: center;
    font-size: var(--fontsize_p);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.woocommerce div.product .product_title {
    font-size: calc(var(--fontsize_h6)* var(--text-scaler));
    line-height: var(--lineh_h6);
    font-weight: 700;
    width: calc(100% - 15rem);
    text-align: left;
    margin: 0;
}
.woocommerce nav.woocommerce-breadcrumb {
	margin: 2rem 0;
}
.archive-right .breadcrumb-container {
    padding: 0;
}
p.cdm-product-count {
    float: right;
    margin-top: 0.5rem;
    font-size: var(--fontsize_s);
}
h1.woocommerce-products-header__title {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
.term-description p {
    font-size: calc(var(--fontsize_h3)* var(--text-scaler));
    max-width: 70rem;
    line-height: 1.3;
}
.term-description p:first-of-type{
    margin-top: 0;
}
.woocommerce-product-gallery .swiper-wrapper {
	margin-top: 0;
}
.woocommerce div.product div.images img {
	width: 100% !important;
}
.woocommerce div.product div.images.woocommerce-product-gallery {
    display: flex;
    width: 50%;
}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport {
	order: 2;
}
.woocommerce div.product div.images .flex-control-thumbs li {
	width: 100%;
}
h2.woocommerce-loop-product__title {
    line-height: 1.5;
    padding: 1rem 0!important;
}
.woocommerce ul.products li.product .price ins {
    text-decoration: none;
	font-weight: 600;
}
.woocommerce div.product form.cart div.quantity input {
    padding: 1.4rem 0;
    width: 4rem;
}
p.stock.in-stock {
    margin: 0.3rem 0 1.8rem;
}
.woocommerce div.product form.cart div.quantity input::-webkit-inner-spin-button {
	display: none;
}
table.variations tr {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.woocommerce div.product form.cart .variations select {
    margin-right: 0;
    width: 100%;
}
.single_variation_wrap, .woocommerce-variation-add-to-cart {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
/*.woocommerce .quantity .qty {*/
/*    width: 100%;*/
/*    text-align: center;*/
/*    background: transparent;*/
/*    padding-bottom: 0!important;*/
/*    font-size: var(--fontsize_s);*/
/*    font-weight: bold;*/
/*	border: 0;*/
/*}*/
.woocommerce-cart-form__cart-item td.product-quantity .quantity input,
.woocommerce-cart-form__cart-item td.product-quantity .quantity button{
    width: 4.4rem!important;
}

.woocommerce-cart-form__cart-item td.product-quantity .quantity input{
    color: var(--textclr1) !important;
    font-size: 1.4rem !important;
    padding: 0;
    width: 5.6rem!important;
    text-align: center;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: initial!important;
    font-weight: bold!important;
}
u.products .price {
    font-size: calc(var(--fontsize_s) * var(--text-scaler))!important;
}
.woocommerce div.product form.cart div.quantity button{
	font-size: 3rem;
	background: transparent;
	border: none;
	cursor: pointer;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    margin: 0;
	margin-bottom: 2rem;
}
.archive ul.products {
    justify-content: space-between;
    padding: 0;
    margin: 0 0 7rem 0;
    position: relative;
}
.woocommerce .summary .button.loading:after, td.product-wishlist-action .button.loading:after {
    display: none!important;
}
.variation_add_to_cart_button.disabled {
	pointer-events: none;
}
/* mini-cart */

.above-mini-cart {
    text-align: center;
    margin-top: 6rem;
}
.above-mini-cart svg {
    width: 3.1rem;
}
.above-mini-cart h3 {
    margin-top: 0.9rem;
    margin-bottom: 5rem;
	text-align: center;
}
.quantity input {
    padding-top: 1px!important;
    height: 2.5rem;
    vertical-align: top;
}
.quantity button {
    /*position: absolute;*/
    /*background: transparent;*/
    /*border: 0;*/
	/*top: 50%;*/
	/*transform: translateY(-50%);*/
	/*left: 0.5rem;*/
	/*cursor: pointer;*/
}
.woocommerce-cart-form__cart-item .quantity {
    display: flex;
    align-items: flex-end;
    gap: 0.8rem;
}
.quantity button.plus {
	left: auto;
	right: 0.4rem;
}
.quantity button:disabled{
  cursor: auto;
}
/*.quantity button.minus {*/
/*    padding-bottom: 0.4rem;*/
/*}*/
.quantity {
	/*position: relative;*/
    /*border: 2px solid;*/
    /*width: 7.1rem;*/
    /*border-radius: 2.9rem;*/
	/*display: inline-block;*/
}
.quantity input[type=number]::-webkit-inner-spin-button,
.quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.mini-cart {
	position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 50rem;
  z-index: 9999999;
  max-width: 100%;
  transition: var(--animtime2);
  transform: translateX(100%);
    background: #fff!important;
    backdrop-filter: blur(16px);
}
.mini-cart.active {
  transform: translateX(0);
}
.mini-cart .active-tab-marker {
    left: 0;
    top: 4.3rem;
}
.mini-cart h3 em {
    font-weight: normal;
    display: block;
	font-style: normal;
}
.mini-cart ul li {
	position:relative;
	display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0rem!important;
}
.woocommerce-mini-cart__total.total {
    padding: 1.5rem;
    padding-bottom: 0;
}
.woocommerce-mini-cart__empty-message {
    text-align: center;
    margin-top: 50vh;
    transform: translateY(-50%);
}
.close-mini-cart {
	width: 2.35rem;
    display: none;
}
.icon-link.active .close-mini-cart {
	display: block;
}
.icon-link.active svg {
	display: none;
}
.close-mini-cart:before,
.close-mini-cart:after {
	content: "";
	position: absolute;
    width: 1.8rem;
    height: 1.5px;
	background: #000;
	transform: rotate(45deg);
	border-radius: 2px;
	left: 0;
    top: 0;
}
.woocommerce-mini-cart__total.total .amount {
    width: 50%;
}
.close-mini-cart:after {
	transform: rotate(135deg);
}
.woocommerce .mini-cart ul.cart_list li img {
	float: left;
}
.mini-cart.loader:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(225, 225, 225, 0.5);
}
.mini-cart .button.checkout {
	display: none;
}
.mini-cart-sub-total .total {
	float: right;
}
/* .woocommerce-cart .cart_item span.amount,
.woocommerce-cart .product-name a,
.mini-cart-container span.amount,
.mini-cart-container a {
	text-decoration: none;
	color: black;
	text-transform: uppercase;
	font-weight: bold;
    font-size: var(--fontsize_s);
} */
.woocommerce-cart .cart_item span.amount {
	margin-right: 2rem;
}
.mini-cart .buttons {
    margin-top: 6.5rem;
    text-align: center;
    padding-bottom: 5rem;
}
.mini-cart-container a img {
    height: 8rem!important;
    width: auto!important;
    position: absolute;
    left: 8rem;
    top: 50%;
    transform: translate(-50%,-50%);
    margin-left: 0!important;
	border-radius: var(--radius1);
}
.extra_nav .icon-cart span.count-find {
	position: absolute;
	bottom: -1px;
	left: -5px;
	right: auto;
	background-color: var(--clr1) ;
	z-index: 1000;
	color: var(--textclr4);
	width: 1.3rem;
	height: 1.3rem;
	font-size: 0.8rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	font-weight: 600;
}
.woocommerce-cart span.amount,
.mini-cart-container span.amount{
    width: calc(19% + 1rem);
    text-align: right;
	font-weight: 600;
}
.cart-content {
    /* float: right;
    min-width: 50rem;
    max-height: 100vh; */
}
.woocommerce-cart tr.order-total {
    font-size: calc(var(--fontsize_h5)* var(--text-scaler));
    line-height: calc(var(--lineh_h5)* var(--text-scaler));

}
.woocommerce-cart tr.order-total th{
    font-weight: 600!important;
}
.woocommerce-cart tr.order-total span{
    font-weight: 700!important;
}
.cart-content a.remove.remove_from_cart_button {
    position: absolute;
    left: -5%;
    padding: 0;
    transform: translateX(-50%);
}
.mini_cart_item a.remove.remove_from_cart_button {
	display: none;
}
.mini_cart_item a {
    width: 38%;
    margin-right: 3%;
}
.mini-cart ul li, .woocommerce-cart-form .cart_item {
    background: white;
    margin-bottom: 1.3rem!important;
    height: auto;
}
.woocommerce-cart-form .cart_item{
    border-radius: var(--radius2);
}
.mini-cart .total .amount {
    float: right;
}
/* mini-cart end  */
/* cart-page / checkout-page  */
td.product-remove {
    width: 3.2rem;
    height: 3.2rem;
    padding: 0!important;
}

#billing_city_field, #shipping_postcode_field, #billing_first_name_field, #shipping_first_name_field {
	padding-right: 0.7rem;
    width: 50%;
    float: left;
    clear: none;
}
#billing_postcode_field, #shipping_city_field, #billing_last_name_field, #shipping_last_name_field {
	padding-left: 0.7rem;
    width: 50%;
    float: right;
    clear: none;
}

.woocommerce form .form-row {
    padding: 0;
    margin: 0 0 1.4rem;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.woocommerce-cart .text_module {
	overflow: hidden;
}
.woocommerce-checkout #customer_details {
	float: left;
	width: 50%;
    padding-right: 5rem;
}
.checkout h3 {
    margin-bottom: 2rem;
}
body.woocommerce-checkout:not(.woocommerce-order-received),
body.woocommerce-cart,
body.woocommerce-account:not(.woocommerce-lost-password){
    background: linear-gradient(to left, #F5F5F5 50%, #fff 50%);
}

body.woocommerce-cart .cart_totals h2{
    margin: 0 0 2rem 0;
    font-size: calc(var(--fontsize_h3) * var(--text-scaler));
    line-height: calc(var(--lineh_h3) * var(--text-scaler));
}

body.woocommerce-cart .cart_totals a.checkout-button.button {
    display: flex;
    align-items: center;
    justify-content: center;
}

#shipping_method label {
    font-weight: normal;
}
.woocommerce-checkout #order_review, .woocommerce-checkout #order_review_heading {
    float: left;
    width: 50%;
    padding-left: 5rem;
    max-width: 47.6rem;
    position: relative;
}
.woocommerce-checkout .col2-set .col-1, .woocommerce-checkout .col2-set .col-2 {
	float: left;
	width: 100%;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	max-width: 100%;
	min-width: 100%;
	line-height: var(--lineh_p);
}
.woocommerce-additional-fields textarea{
    height: 12rem!important;
}
h3#ship-to-different-address span {
    line-height: 1;
    font-weight: normal;
    color: #707070;
}
.woocommerce-cart .woocommerce-cart-form {
	width: 43rem;
    float: left;
    padding-right: 5rem;
}
.woocommerce-cart .woocommerce-cart-form.processing .blockUI {
    display: none !important;
}
.woocommerce-cart h3.cart-title{
    margin: 0 0 2rem 0;
}
.woocommerce-cart form{
    gap: 0!important;
}
.woocommerce-cart .cart-collaterals {
    width: calc(100% - 43rem);
    float: right;
    max-width: 47.6rem;
    /*background: white;*/
    position: relative;
}
.woocommerce-cart .cross-sells {
	float: left;
	width: 100%;
	margin-top: 6rem;
}
.woocommerce-cart .cross-sells h2{
	margin-bottom: 2rem;
}
tr.cart-discount th {
    min-width: 20rem;
}
.woocommerce-cart-form td.product-remove {
    position: absolute;
    right: -6rem;
    top: 50%;
    transform: translateY(-50%) scale(0.7);
}
.woocommerce-cart-form .cart_item {
    position: relative;
}
.woocommerce-cart table.cart .product-thumbnail {
    /* min-width: 10rem; */
    text-align: center;
    width: 9.2rem;
    height: auto;
}
.woocommerce-cart table.cart .product-thumbnail a {
	display: flex;
	justify-content: center;
}
.woocommerce-cart .cart_item a img {
    /*height: 9rem!important;*/
    /*width: auto!important;*/
    border-radius: var(--radius2);
}
.wc-proceed-to-checkout, .woocommerce #payment #place_order, .woocommerce-account .woocommerce button.woocommerce-form-register__submit, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    /* position: absolute; */
    /* left: 50%; */
    /* bottom: 0; */
    /* transform: translate(-50%, 50%); */
    width: 100% !important;
    min-height: 5.1rem;
}
.wc-proceed-to-checkout {
    padding: 0!important;
}
.woocommerce-cart .cart-collaterals .cart_totals {
	width: 100%;
}
.cart .coupon { display: none; }
form.woocommerce-cart-form thead {
    display: none!important;
}
.woocommerce-checkout-review-order-table, #payment {
    background: transparent !important;
    border-radius: 0 !important;
    position: relative;
    padding: 0;
    margin-bottom: 0;
}
body.woocommerce-cart{
    background-color: #F5F5F5 !important;
}
.woocommerce-checkout-review-order-table tbody,
.woocommerce-checkout-review-order-table tfoot,
.woocommerce-checkout-review-order-table tfoot tr,
.woocommerce-checkout-review-order-table tfoot td,
.woocommerce-checkout-review-order-table tfoot th,
.cart-discount, .cart-discount th, .cart-discount td {
	/*display: block;
	width: 100%;
	float: left;*/
}

.woocommerce-account .woocommerce-privacy-policy-text p {
    margin-top: 0;
    font-size: var(--fontsize_s);
    color: var(--textclr5);
}
.woocommerce-account .woocommerce-privacy-policy-text p a{
    color: var(--textclr5)!important;
    text-decoration: underline;
}
tr.cart-subtotal th, tr.cart-subtotal td,
tr.order-total th, tr.order-total td,
tr.cart-discount th, tr.cart-discount td {
    width: auto;
}
tr.cart-subtotal td, tr.order-total td {
	float:right;
}
#order_review tr.cart-subtotal,
tr.cart-discount {
    padding: 0 !important;
	margin-top: 0;
}
tr.cart-discount {
	border: 0;
	margin: 0;
}
#order_review td.product-name {
    display: flex;
    justify-content: flex-start;
    padding: 0!important;
    align-items: center;
    gap: 1.4rem;
    position: relative;
    /*width: calc(100% - 10rem);*/
}
#order_review td.product-name img {
    border-radius: var(--radius3);
    width: 6.4rem;
    height: 6.4rem;
    object-fit: cover;
}
#order_review td.product-name strong.product-quantity {
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    display: flex;
    background: var(--clr1);
    font-weight: 400;
    color: #f5f5f5;
    font-size: 1rem;
    position: absolute;
    align-items: center;
    justify-content: center;
    top: -1.1rem;
    left: 5.3rem;
}
.woocommerce-checkout-review-order-table tr.order-total,
.woocommerce-checkout-review-order-table tr.order-total td bdi{
    font-size: calc(var(--fontsize_h5) * var(--text-scaler));
    line-height: calc(var(--lineh_h5) * var(--text-scaler));
}
.woocommerce-checkout-review-order-table tr.order-total td bdi{
    font-weight: 600!important;
}
.woocommerce-checkout-review-order-table tr.order-total {
    margin-bottom: 3rem;
}
.woocommerce-checkout-review-order-table tr.order-total th,
.woocommerce-checkout-review-order-table tr.order-total td{
    font-weight: 600!important;
}
.woocommerce-checkout-review-order-table tr.cart_item .product-total {
    padding: 0 !important;
    vertical-align: middle !important;
}
.woocommerce-checkout-review-order-table tr.cart_item + tr.cart_item td.product-name{
    margin-top: 2rem;
}
.woocommerce-checkout-review-order-table tr.cart_item + tr.cart_item .product-total{
    padding-top: 2rem!important;
}
.woocommerce-checkout-review-order-table thead{
    display: none!important;
}
.woocommerce table.shop_table tfoot th {
	border: 0;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table td,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table th {
	padding: 0;
    vertical-align: top;
}
.woocommerce-checkout-review-order-table .cart_item {
    /*font-size: var(--fontsize_s);
    display: flex;
    justify-content: space-between;*/
    display: flex;
    align-items: center;
}
#order_review .product-total,
.woocommerce table.shop_table th,
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th{
    font-weight: 400;
}
.woocommerce-checkout-review-order-table thead {

}
tr.cart-coupon td {
    display: block;
    width: 100%;
}
.woocommerce table.shop_table td, .woocommerce table.shop_table, .woocommerce-cart th {
	border: none!important;
}
.woocommerce-checkout-review-order-table tfoot,
.woocommerce-checkout-review-order-table tr,
.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td,
.cart_totals tbody, .cart_totals tr, .cart_totals th, .cart_totals td {
	display: block;
	float: left;
}
.woocommerce-checkout-review-order-table td,
.cart_totals td {
	float: right;
}
.woocommerce-checkout-review-order-table tr,
.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td,
.cart_totals tr, .cart_totals .shipping th, .cart_totals .shipping td {
	width: 100%;
}
tr.cart-subtotal td, tr.order-total strong, tr.order-total td, tr.cart-discount td {
    font-weight: bold;
	text-align: right;
    float: right;
	position: relative;
}
.woocommerce-remove-coupon {
	right: -2.5rem;
    top: 0.3rem;
    transform: rotate(45deg) scale(0.7);
}
.coupon.under-proceed {
    text-align: center;
}
.woocommerce ul#shipping_method li label {
    width: calc(100% - 2rem) !important;
    cursor: pointer;
    text-transform: none;
    display: flex;
    justify-content: space-between;
}
.payment_box, .payment_box:before {
    background-color: transparent !important;
    border-color: transparent !important;
    padding: 1rem 0 0 2.9rem;
    color: var(--textclr5);
    line-height: 1.3;
    margin-bottom: 1rem !important;
    width: 100%;
}

.woocommerce-checkout .woocommerce-privacy-policy-text {
    width: 100%;
    left: 0;
	font-size: var(--fontsize_xs);
    text-align: center;
}
.woocommerce-checkout .woocommerce-privacy-policy-text p{
    margin: 0;
    color: var(--textclr5);
    font-size: var(--fontsize_s);
}
.woocommerce-checkout .woocommerce-privacy-policy-text p a{
    color: var(--textclr5)!important;
    text-decoration: underline;
}
#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
    padding: 1rem 0;
}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
    padding: 0;
	margin-bottom: 1.5rem;
}
.payment_box p {
	margin: 0;
	font-size: var(--fontsize_s);
}
.woocommerce-terms-and-conditions {
    font-size: var(--fontsize_s);
    padding-top: 1rem!important;
    box-shadow: none;
    margin-top: 1rem;
}
.woocommerce-terms-and-conditions h2 {
    font-size: var(--fontsize_h4);
    margin-top: 1rem;
}
.woocommerce-cart h3 {
    margin-bottom: 3rem;
}
#shipping_method .amount {
    font-weight: 400;
    font-size: inherit;
}
.woocommerce ul#shipping_method li {
    margin: 0;
}
.woocommerce-terms-and-conditions-wrapper {
	margin-bottom: 1rem;
}

.woocommerce-additional-fields {
    margin-bottom: 10rem;
}
.woocommerce ul#shipping_method li:last-child {
	margin-bottom: 0;
}
.cart_totals {
    padding: 0 0 0 5rem;
}
.coupon, .woocommerce form.checkout_coupon {
    margin-top: 2rem;
    width: auto!important;
}
.coupon button.button {
	display: none;
	margin-top: 2rem;
}
.woocommerce-message, .woocommerce-info {
    border-top: 0;
    background-color: transparent;
}
.woocommerce-message a, .woocommerce-info a {
	color: var(--clr1);;
}
.cart_totals td, .cart_totals th {
    padding: 0!important;
}
#order_review .woocommerce-shipping-totals td {
	padding-bottom: 2.5rem!important;
}
#order_review form.checkout_coupon {
    display: block!important;
    margin-bottom: 0;
}
#order_review .woocommerce-form-coupon-toggle,
/*#order_review form.checkout_coupon p.form-row.form-row-last,*/
#order_review form.checkout_coupon p:first-child {
    display: none;
}
#order_review .coupon-form .woocommerce-form-coupon button{
    pointer-events: none;
    opacity: 0.5;
}
#order_review .coupon-form .woocommerce-form-coupon button.active{
    pointer-events: unset;
    opacity: 1;
}

#order_review .coupon-form .woocommerce-form-coupon {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 1rem !important;
    align-items: center;
    position: relative;
    margin: 0;
    padding: 1rem 0 1rem 0.5rem;
    margin-left: -0.5rem;
    width: calc(100% + 0.5rem) !important;
}

form.checkout_coupon.woocommerce-form-coupon{
    overflow: hidden;
}
#order_review .coupon-form .woocommerce-form-coupon .form-row-first{
    width: 100%!important;
    transition: var(--animtime2);
    margin: 0!important;
    z-index: 3;
}
#order_review .coupon-form .woocommerce-form-coupon .form-row-first.active-focus,
.cart_totals .cart-coupon .coupon.under-proceed.active-focus{
    width: calc(100% - 9.9rem)!important;
}
#order_review .coupon-form .woocommerce-form-coupon .form-row-first input{
    background-color: #fff;
}
#order_review .coupon-form .woocommerce-form-coupon .form-row-last {
    width: 8.5rem !important;
    margin: 0 !important;
    position: absolute;
    top: 1rem;
    right: 9.5rem;
    display: flex;
    justify-content: flex-end;
    transition: var(--animtime2);
    opacity: 0;
}
#order_review .coupon-form .woocommerce-form-coupon .clear{
    display: none!important;
}
#order_review .coupon-form .woocommerce-form-coupon .form-row-first.active-focus + .form-row-last,
.cart_totals .cart-coupon .coupon.under-proceed.active-focus + button{
    right: 0;
    opacity: 1;
}
.cart_totals .cart-coupon .coupon.under-proceed.active-focus + button{
    opacity: 0.5;
}
.cart_totals .cart-coupon .coupon.under-proceed.active-focus.active + button{
    opacity: 1;
}
.cart_totals .cart-coupon .coupon.under-proceed input{
    background: #fff;
}
#order_review .coupon-form .woocommerce-form-coupon .form-row-last button{
    min-height: 5.1rem;
    width: 100%;
}
body.woocommerce-cart section.shipping-calculator-form {
    opacity: 1;
    margin-top: 1.6rem;
}
tr.coupon-form {
    margin-top: 2rem;
}
#order_review form.checkout_coupon p {
	width: 100%;
    text-align: center;
}
.woocommerce-shipping-totals td, .order-total td, .order-total th, .woocommerce-shipping-totals th {
	padding-top: 2.5rem!important;
}
.woocommerce-shipping-totals td {
	padding-top: 0.5rem !important;
}
.woocommerce-shipping-destination {display: none;}

tr.cart-subtotal{
    padding-bottom: 1rem!important;
}

.woocommerce table.shop_table .woocommerce-shipping-totals td {
	/*border-bottom: var(--border1)!important;*/
	padding-bottom: 3rem!important;
}
.cart_totals table {
    margin-bottom: 0!important;
}
.cart_totals th, .cart_totals td, tr.order-total strong, .woocommerce-checkout-review-order-table th,
.cart-subtotal td {
    /*text-transform: uppercase;*/
}

.woocommerce-MyAccount-navigation-link--customer-logout a{
	width: 100%;
    padding: 0.5rem 2rem !important;
}
.cart-content {
    /* float: right;
    min-width: 50rem;
    max-height: 100vh;
    overflow-y: auto;
	-ms-overflow-style: none;  
    scrollbar-width: none;   */
}
.cart-content::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}
.cart-content a.remove.remove_from_cart_button {
    position: absolute;
    left: -5%;
    padding: 0;
    transform: translateX(-50%);
}
.woocommerce-checkout section.text_module,
.woocommerce-account:not(.logged-in) section.text_module,
.woocommerce-cart section.text_module {
    max-width: 154rem;
    margin: 0 auto;
}
.woocommerce-account.logged-in section.text_module .container_s{
    max-width: 2000px;
    padding: 0 4rem;
}
/* cart-page / checkout-page end  */
/* thankyou page */
.woocommerce-thankyou-order-received {
    text-align: center;
    width: 100%;
    margin-bottom: 0rem !important;
    margin-top: 0rem !important;
    font-size: calc(var(--fontsize_h1)* var(--text-scaler)) !important;
}
body.woocommerce-order-received .woocommerce-order-details {
    margin-left: 0;
    order: 5;
    padding-left: 0;
    max-width: 50rem;
    width: 100%;
}
body.woocommerce-order-received .woocommerce-order-details th.woocommerce-table__product-table.product-total{
    text-align: right;
}
body.woocommerce-order-received .woocommerce-order-details thead th{
    font-weight: 700;
}
body.woocommerce-order-received .woocommerce-order-details tfoot tr:last-of-type{
    margin-top: 2rem;
}
body.woocommerce-order-received .woocommerce-order-details tfoot tr:last-of-type,
body.woocommerce-order-received .woocommerce-order-details tfoot tr:last-of-type td span{
    font-size: calc(var(--fontsize_h5)* var(--text-scaler))!important;
    line-height: calc(var(--lineh_h5)* var(--text-scaler));
}
body.woocommerce-order-received .woocommerce-order-details tfoot tr:last-of-type th,
body.woocommerce-order-received .woocommerce-order-details tfoot tr:last-of-type td span{
    font-weight: 600 !important;
}
body.woocommerce-order-received .woocommerce-order-details tfoot tr:last-of-type th,
body.woocommerce-order-received .woocommerce-order-details tfoot tr:last-of-type td{
    padding-top: 2rem!important;
}
body.woocommerce-order-received .woocommerce-order-details table.shop_table td{
    padding-left: 0!important;
}
body.woocommerce-order-received .woocommerce-order-details table.shop_table td a{
    font-weight: 400;
}
.woocommerce-thankyou-order-details {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.woocommerce ul.order_details {
    margin-bottom: 1rem;
    margin-top: 9rem;
    padding: 0;
    list-style: inside;
}
body.woocommerce-order-received .woocommerce-order {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
body.woocommerce-order-received .woocommerce-customer-details {
    width: 100%;
    padding: 7rem 0 0 0;
    max-width: 75rem;
}
.woocommerce-order {
    justify-content: center;
}
.woocommerce-order-received h2, .woocommerce-thankyou-order-received {
    font-size: calc(var(--fontsize_h3) * var(--text-scaler));
    margin: 0 0 2rem;
    text-align: left;
}
.woocommerce-order-received {
    padding-top: 5rem;
}
.woocommerce-order-received a {
	text-decoration: none;
	color: inherit;
}
.woocommerce-order-details, .woocommerce-customer-details {
    /*font-size: calc(var(--fontsize_s) * var(--text-scaler));*/
}
.woocommerce-order-details p, .woocommerce-customer-details p {
	margin: 0;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table thead{
    display: none;
}
.woocommerce-table--order-details tr td:first-child, .woocommerce-table--order-details tfoot th, .woocommerce-table--order-details th.product-name {
    padding-left: 0!important;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
    padding: 0rem 0rem 1.6rem 0!important;
    text-align: right;
}

.woocommerce table.shop_table td.product-name {
    text-align: left;
    color: var(--textclr1);
    text-transform: none !important;
    vertical-align: top;
    padding-left: 1.6rem !important;
}

.woocommerce table.shop_table td.product-name a{
    font-weight: 700;
}

.woocommerce table.shop_table th{
    text-align: left;
}

.woocommerce table.shop_table .woocommerce-cart-form__cart-item td.product-price,
.woocommerce table.shop_table .woocommerce-cart-form__cart-item td.product-remove{
    display: none!important;
}

.woocommerce table.shop_table .woocommerce-cart-form__cart-item td.product-price,
.woocommerce table.shop_table .woocommerce-cart-form__cart-item td.product-subtotal{
    vertical-align: bottom!important;
    /*padding: 0!important;*/
}

.woocommerce-cart-form__cart-item td.product-price > span, .woocommerce-cart-form__cart-item td.product-subtotal > span {
    display: flex;
    height: 4.4rem;
    align-items: center;
    width: 100%;
    justify-content: flex-end;
}

.cart_totals .cart-coupon label{
    text-transform: none;
}
.cart_totals .cart-coupon .coupon.under-proceed{
    position: relative;
    border: var(--border3);
    border-radius: 5px;

    width: 100% !important;
    transition: var(--animtime2);
    margin: 0 !important;
    z-index: 3;
}
.cart_totals .cart-coupon .woocommerce-coupon-form{
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 1rem !important;
    align-items: center;
    position: relative;
}
.cart_totals .cart-coupon .coupon.under-proceed + button {
    pointer-events: none;
    min-height: 5.1rem;
    width: 8.5rem !important;
    margin: 0 !important;
    position: absolute;
    top: 0;
    right: 9.5rem;
    display: flex;
    justify-content: center;
    transition: var(--animtime2);
    opacity: 0;
    align-items: center;
}
.cart_totals .cart-coupon .coupon.under-proceed + button.active{
    pointer-events: unset;
    opacity: 1;
}
.woocommerce-table--order-details th, .woocommerce-table--order-details td {
    padding-top: 0!important;
	vertical-align: top!important;
}
.woocommerce-table--order-details .wc-item-meta * {
    font-size: var(--fontsize_xs);
    font-weight: normal;
}
/* thankyou page end */
.woocommerce-product-gallery-slider {
    overflow: hidden;
    position: relative;
}
.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: #FFF;
	opacity: 1;
}
.swiper-pagination-bullet-active {
	background: var(--bgclr1);
}

.woocommerce button[name='update_cart'].button {
	display: none !important;
}
#headfixer {
	position: relative;
}
.product.swiper-slide {
	display: flex;
	flex-direction: column;
}
.products.swiper-horizontal li,
.product-slider .swiper-slide,
.woocommerce ul.products li.product {
	margin-bottom: 2rem!important;
}
.archive main ul.products li.product {
	width: auto!important;
    margin-right: 0!important;
    list-style: none;
}
li.product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    display: flex
;
}
.load-more-container {
    text-align: center;
    margin-bottom: 5rem;
    /*margin-top: 5rem;*/
}
.load-more-container p{
    margin-top: 0;
}
.woocommerce ul.products::before {
	display: none!important;
}
.archive ul.products:not(.swiper-wrapper) li.last {
    margin-right: 0!important;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.woocommerce ul.products li.product .price del span{
    color: var(--textclr5) !important;
    font-weight: 400;
}
.woocommerce ul.products li.product .price del bdi {
    font-weight: 400;
    text-decoration: line-through;
}

#shipping_method{
    padding: 0;
    margin: 0;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 2rem 0 0;
    margin: 0;
}

p.return-to-shop {
    margin-top: 3.5rem;
}

.wc-empty-cart-message .cart-empty {
    padding-top: 0;
    margin-bottom: -1.5rem;
}

.woocommerce-loop-product__title{
	margin-top: 0!important;
}
.woocommerce-loop-product__title,
span.price{
	color: var(--textclr1)!important;
	font-weight: 700!important;
    font-size: calc(var(--fontsize_p)* var(--text-scaler));
    line-height: 1;
	padding: 0!important;
    margin-bottom: 0;

}
.product-subtitle, .filter-results p {
    color:#757575;
    font-size: calc(var(--fontsize_p)* var(--text-scaler));
    line-height: calc(var(--lineh_p)* var(--text-scaler));
}
span.price {
	color: var(--textclr1)!important;
	font-weight: 600!important;
}
.loop-product-bottom {
    width: 100%;
    position: relative;
    margin-top: 1.2rem;
}
.loop-product-bottom .star-rating { display: none!important;}
.woocommerce ul.products li.product img{
	margin: 0;
	border-radius: var(--radius1);
}
.woocommerce .related-products-container ul.products li.product a {
	display: contents;
}
.woocommerce ul.products li.product .price del {
    font-size: calc(var(--fontsize_xs) * var(--text-scaler));
    font-weight: 600;
	display: flex;
}
.woocommerce div.product .single-product-column {
    padding: 0 5rem;
    width: 50%;
}
.woocommerce div.product .single-product-column div.summary {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: sticky;
    top: 50%;
    margin-left: calc(50% - 17.75rem);
    transform: translateY(-50%);
    width: 35.5rem;
    text-align: center;
    margin-bottom: 0;
}
.woocommerce div.product .single-product-column div.summary form.cart{
    margin-top: 1.6rem;
    width: 100%;
}
.single-product .woocommerce-product-gallery-slider .swiper-pagination{
    position: absolute!important;
    z-index: 9;
    bottom: 2rem!important;
}
.woocommerce div.product .single-product-column div.summary form.cart .button{
    width: 100%;
}
.woocommerce div.product .single-product-column div.summary > p.price{
    width: 12rem;
    margin-left: auto;
    margin-top: 0;
    font-size: calc(var(--fontsize_p)* var(--text-scaler));
    font-weight: 300;
}
.woocommerce div.product .single-product-column div.summary > p.price span {
    font-weight: 300;
    text-align: right;
    color: var(--textclr5)!important;
}
.woocommerce-product-details__short-description{
	max-width: 50rem;
    font-weight: 300;
    margin-top: 0.4rem;
}

a.added_to_cart.wc-forward {
    margin-top: 1rem;
}

.woocommerce-product-gallery-slider .swiper-slide{
    margin: 0!important;
}

.woocommerce-product-details__short-description *{
    color: var(--textclr5);
}

.woocommerce-product-details__short-description p:first-of-type{
    margin-top: 0;
}

ul.products li.product .loop-product-bottom-right a.button,
ul.products li.product a.button {
    display: inline-block !important;
    position: absolute;
    bottom: unset;
    top: 0;
    border: 0!important;
    right: 0;
    width: 24px !important;
    height: 24px;
    padding: 0 !important;
    margin: 0 !important;
    background-image: url(/wp-content/themes/codemakers/img/icons/feather/shopping-bag.svg);
    background-repeat: no-repeat;
    background-size: 20px 18px;
    background-position: center center;
    background-color: transparent;
    border-radius: var(--radius3);
}
.loop-product-bottom-right{
    position: relative;
}
ul.products li.product .loop-product-bottom-right a.added_to_cart {
	display: none;
}
ul.products li.product a.ajax_add_to_cart:after {
	display: none;
}
.woocommerce .loader::before {
	z-index: 9;
}
.woocommerce div.product div.summary .price{
	display: flex;
	flex-direction: column;
}
.woocommerce div.product .summary p.price del {
    font-size: var(--fontsize_s);
    font-weight: normal;
}
.product_meta a {
	text-decoration: none;
}
.product_meta > span {
    display: block;
    margin-bottom: 1rem;
	margin-top: 1rem!important;
}
.product_meta span *:first-child {
    margin-left: auto;
}
.product_meta span *:first-child, .product_meta span a, .woocommerce table.shop_attributes td {
    text-transform: none;
	font-style:normal;
	font-weight: normal!important;
	color: initial;
}
.product_meta span a {
    margin-left: 0.5rem;
}
div#tab-additional_information {
    font-size: var(--fontsize_s);
}
.woocommerce table.shop_attributes,
.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td,
.product_meta {
    border: 0;
    margin: 0;
	padding: 0;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
    background: transparent!important;
    line-height: inherit;
}
.woocommerce table.shop_attributes td p {
	padding: 0;
}
.woocommerce table.shop_attributes {

}
section:not(.product-information) tr.woocommerce-product-attributes-item, .product_meta span {
    display: flex;
    justify-content: space-between;
	margin: 0;
}
tr.woocommerce-product-attributes-item {
    margin-top: 1rem;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	display: none!important;
}
.woocommerce div.product form.cart .variations .label span {
	font-weight: 700;
	font-size: var(--fontsize_h4);
}
.woocommerce div.product form.cart .variations .label {
	display: inline-block;
    width: 100%;
}
.woocommerce div.product form.cart .variations .values {
	display: inline-block;
}
.woocommerce div.product form.cart .variations label {
	font-size: var(--fontsize_h4);
}
.woocommerce div.product form.cart .variations {
	margin-bottom: 0;
}
.woocommerce div.product span.price bdi,
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins,
.woocommerce div.product p.price ins {
    text-decoration: none;
}
.woocommerce div.product span.price del bdi {
	font-size: calc( var(--fontsize_s) * var(--text-scaler));
}
.woocommerce-variation-add-to-cart {
	display: none;
}
.single_variation_wrap {
	margin: 2rem 0 1rem 0;
}
.woocommerce nav.woocommerce-breadcrumb a:hover {
    color: var(--clr1);
}
.woocommerce div.product p.stock {
    margin: 0;
}
.entry-summary .single_variation_wrap button.button, .woocommerce div.product div.summary .button {
    font-size: var(--fontsize_p);
    /* padding: 2rem 4rem!important; */
}
.entry-summary .single_variation_wrap button.button, .woocommerce div.product div.summary .attribute-select-custom .button {
	background: transparent;
    border: var(--border1);
    padding: 1rem 2rem !important;
    cursor: pointer;
    margin: 0.5rem;
	border-radius: 0;
	color: var(--textclr1);
	font-weight: 400;
}
.woocommerce-variation-add-to-cart .quantity {
	display: none !important;
}
.entry-summary .single_variation_wrap button.button, .woocommerce div.product div.summary .attribute-select-custom .button.active {
	background-color: var(--clr3);
    color: var(--textclr4);
}
td.product-subtotal {
    text-align: right;
}
.summary.entry-summary .quantity {
    display: none;
}
.woocommerce div.product form.cart {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.woocommerce div.product form.cart.fix {
    flex-direction: row;
    gap: 1rem;
    background: #FFF;
    position: fixed;
    bottom: 8px;
    left: 8px;
    z-index: 99;
    width: calc(100% - 16px);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 8px;
    border-radius: var(--radius1);
}
.woocommerce-product-gallery__wrapper .swiper-wrapper {
    padding-bottom: 0;
}
.single-product .product {
    display: flex;
    flex-wrap: wrap;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 0px solid #d3ced2;
    border-radius: unset;
    margin: 0;
    background: transparent;
    display: flex;
    height: auto;
    align-items: center;
    transition: 0.3s;
    font-weight: 300;
    font-size: calc(var(--fontsize_p) * var(--text-scaler));
    line-height: calc(var(--lineh_p) * var(--text-scaler));
    color: var(--textclr1);
	padding: 0;
    flex-direction: column;
    width: 100%;
    border-bottom: var(--border1);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border-bottom-color: #d9d9d9;
}
.woocommerce div.product .woocommerce-tabs .panel h2:first-child{
    font-size: var(--fontsize_h3);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 5rem;
    width: 100%;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
    margin: 0;
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before{
	content: none;
}
.woocommerce-tabs{
	width: 100%;
    padding: 7rem 0;
}
.tabs-content{
    background-color: var(--clr5);
	position: relative;
}
.tabs-content .container{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 5rem 15rem;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 43rem;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    text-align: left;
}
.woocommerce-account .woocommerce-MyAccount-content{
	width: calc(100% - 43rem);
	padding-left: 5rem;
}
.woocommerce-MyAccount-content .woocommerce-orders-table{
    background: #fff;
    border-radius: var(--radius3);
}
form.woocommerce-EditAccountForm{
    flex-direction: unset!important;
    gap: unset!important;
}
body.woocommerce-account.logged-in{
    background: #fff;
}
form.woocommerce-EditAccountForm span.description {
    width: 100%;
    margin-top: 0.8rem;
}
body.woocommerce-account.logged-in section.text_module {
    background: linear-gradient(to left, #fff calc(100% - 47rem), #F5F5F5 47rem);
}
.woocommerce-account table.woocommerce-MyAccount-orders th, .woocommerce-account table.woocommerce-MyAccount-orders td {
    padding: 1.6rem 0rem 1.6rem 0 !important;
    text-align: left;
}

.woocommerce-account table.woocommerce-MyAccount-orders th.woocommerce-orders-table__cell:first-of-type{
    padding-left: 1.6rem!important;
}
.woocommerce-account table.woocommerce-MyAccount-orders td.woocommerce-orders-table__cell:last-of-type{
    padding-right: 1.6rem!important;
    text-align: right;
}
.woocommerce-MyAccount-content .woocommerce-info{
    padding-left: 0!important;
}
.woocommerce-MyAccount-content .woocommerce-info a.button.wc-forward{
    margin-left: 2rem;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
    position: static;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    list-style: none;
    display: flex;
    margin: 0.4rem 0;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:not(.woocommerce-MyAccount-navigation-link--customer-logout) a {
    font-size: calc(var(--fontsize_p)* var(--text-scaler));
    line-height: calc(var(--lineh_p)* var(--text-scaler));
	text-decoration: none;
    color: var(--textclr1);
    position: relative;
}
.woocommerce-account .woocommerce {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
body.woocommerce-account{
	background-color: var(--clr4);
}
.woocommerce-MyAccount-navigation-link--customer-logout {
    /*position: absolute;*/
    /*bottom: 0;*/
    /*transform: translate(-50%, 50%);*/
    /*margin: 0!important;*/
    /*left: 50%;*/
    margin-top: 4rem!important;
}
.woocommerce-account .woocommerce-MyAccount-content h3, .woocommerce-account .woocommerce-MyAccount-content h2 {
    font-size: calc(var(--fontsize_h3)* var(--text-scaler));
    line-height: calc(var(--lineh_h3)* var(--text-scaler));
    margin: 2.25rem 0 1rem;
    text-align: left;
}
.col2-set.addresses {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.col2-set.addresses .woocommerce-Address{
	width: calc(50% - 1rem);
}
.woocommerce .col2-set::after, .woocommerce .col2-set::before, .woocommerce-page .col2-set::after, .woocommerce-page .col2-set::before{
	content: none;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table{
	border: 0;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table thead{
	display: none;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table tbody{
	/* display: flex; */
    /* flex-wrap: wrap; */
    width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table tr {
    width: 100%;
    margin: 0 0 1rem 0;
    padding: 1rem;
    border-bottom: var(--border1);
}
mark{
    background-color: transparent;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table tr:last-of-type{
	border-bottom: 0;
}
.woocommerce-MyAccount-content .woocommerce-notices-wrapper + p{
	margin-top: 0;
}
td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a{
	padding: 0.5rem 2rem!important;
}
td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions{
	text-align: right;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table tr td{
	border: 0;
	padding: 1rem 1.5rem;
}
.woocommerce table.shop_table {
    border-collapse: collapse;
    width: 100%;
}
.woocommerce table.shop_table .blockUI {
    display: none !important;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details {
    padding: 0;
    max-width: 46rem;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table, .woocommerce .woocommerce-customer-details address {
    border: 0;
    border-radius: 0;
}
.woocommerce-table--order-details td.woocommerce-table__product-name.product-name ul.wc-item-meta{
	display: inline-block;
    padding: 0;
    margin: 0 0 0 1rem;
    width: 25%;
}
.woocommerce-account th.woocommerce-table__product-table.product-total{
    text-align: right;
}
.woocommerce-account .woocommerce table.shop_table td.product-name{
    padding-left: 0!important;
}
.woocommerce-order-details table.shop_table th,
.woocommerce-order-details table.shop_table td{
    padding-bottom: 1rem!important;
}
.woocommerce-MyAccount-content .woocommerce-Message--info{
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.woocommerce-MyAccount-content a.edit{
    text-decoration: underline;
    margin-bottom: 1rem;
    display: flex;
}
body.woocommerce-lost-password .woocommerce {
    display: flex;
    flex-direction: column;
}
body.woocommerce-lost-password .woocommerce .form-description{
    margin: 1.4rem 0 1.4rem;
}

.woocommerce-account .text_module form:not(.checkout, .woocommerce-form-login) {
    display: flex;
    flex-direction: column;
    max-width: 60%;
}
.woocommerce-account .text_module form.woocommerce-form-register{
    max-width: 100%;
}
.woocommerce-account .text_module form.lost_reset_password {
    width: 50%;
    /*margin: 0 auto;*/
    gap: 0;
    padding-right: 5rem;
}
.woocommerce-account .text_module form.lost_reset_password .woocommerce-form-row{
    width: 100%;
}
.woocommerce-account .text_module form.lost_reset_password > h3 + p{
    margin-top: 1.4rem;
    margin-bottom: 1.4rem;
}
.woocommerce-account .text_module form:not(.checkout, .woocommerce-form-login) {
    /*max-width: 100%;*/
}
.woocommerce-MyAccount-content .woocommerce-Message--info a.button{
	order: 5;
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last{
	width: calc(50% - 0.5rem);
}

form.woocommerce-EditAccountForm.edit-account {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

form.woocommerce-EditAccountForm.edit-account .password-input{
    width: 100%;
}

.woocommerce form .form-row-wide, .woocommerce-page form .form-row-wide,
form.woocommerce-EditAccountForm.edit-account fieldset{
	width: 100%;
}

.woocommerce form p.woocommerce-form-row span{
    font-size: 1.4rem;	
}

.woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
    float: unset;
    margin-left: auto!important;
}

.woocommerce form .form-row-first, .woocommerce-page form .form-row-first {
    float: none;
}

.woocommerce-customer-details{
	padding: 0;
}
#customer_login .col-1,
#customer_login .col-2 {
    position: relative;
}
.woocommerce-account #customer_login .col-1{
    padding: 0 5rem 0 0;
}
.woocommerce-account #customer_login .col-2{
    padding: 0 0 0 5rem;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: 0px solid #d3ced2;
    padding: 0;
}
.woocommerce form.register{
    gap: 0;
}
.woocommerce-account .woocommerce button.woocommerce-form-register__submit{
    margin-top: 1.4rem;
}
.woocommerce .checkbox-block{
	margin-top: 0;
	margin-right: 2rem;
}
.woocommerce-account .u-columns h3 {
    position: relative;
    margin-bottom: 2rem;
}
.woocommerce-order {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}
.woocommerce-order .woocommerce-order-details,
.woocommerce-order .woocommerce-customer-details {
    width: calc(50% - 2rem);
    padding: 5rem;
    background: #fff;
}
.woocommerce-order  .woocommerce-order-details{
	margin-left: 2rem;
	order: 5;
}
.woocommerce-order .woocommerce-customer-details{
	margin-right: 2rem;
	order: 4;
}
h3#ship-to-different-address label {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    height: auto;
    background: transparent;
    align-items: center;
}
.woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column {
    width: calc(50% - 1rem);
}
.woocommerce-customer-details .woocommerce-columns--addresses{
	display : flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0;
}
.woocommerce-order-received .woocommerce-customer-details address {
    padding: 0;
}

ul#shipping_method li, .woocommerce-checkout #payment ul.payment_methods li {
    display: flex;
    align-items: center;
	flex-wrap: wrap;
}
ul#shipping_method li input[type="radio"], .woocommerce-checkout #payment ul.payment_methods li input[type="radio"]{
	width: 2rem;
	margin: 0;
}
ul#shipping_method li label, .woocommerce-checkout #payment ul.payment_methods li label{
	width: calc(100%  - 2rem);
	padding-left: 1rem;
	margin: 0;
}
.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 0 2em;
    padding: 0 2rem;
    max-width: 72.4rem;
	width: 100%;
}
/* End SM kodas */
.mini-cart .close-mini-cart {
	display: none;
}

#billing_state_field,
.woocommerce-input-wrapper{
    display: flex;
    width: 100%;
}

tr.woocommerce-shipping-totals.shipping {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
}

.container.breadcrumb-container {
    padding: 0;
}

.single-product .container.breadcrumb-container {
    position: absolute;
    z-index: 9;
    padding: 0 4rem;
    top: 5rem;
    left: 50%;
    transform: translateX(-50%);
}

.added_to_cart{
    display: none!important;
}

a.shipping-calculator-button {
    opacity: 0.6;
    margin-top: 1.75rem !important;
}

.form-row.place-order {
    display: flex;
    gap: 2rem;
}

.woocommerce-additional-fields {
    margin-bottom: 10rem;
    display: flex;
    width: 100%;
    flex-direction: column;
}

.woocommerce-additional-fields__field-wrapper {
    width: 100%;
}

.archive ul.products .loading-animation-container {
    top: unset;
    bottom: 0;
    width: 100%;
    height: 60rem;
    display: none;
    align-items: center;
    justify-content: center;
}

.archive ul.products.loading-animation .loading-animation-container{
    display: flex;
}

ul.products.masonry-grid.loading-animation{
    background: transparent!important;
}

.loading-animation{
    background: #F5F5F5;
}
.search-results.loading-animation{
    background: transparent;
}
.loading-animation::before{
    background: #F5F5F5;
    position: fixed;
    width: 50%;
    right: 0;
    top: 0;
    height: 100vh;
    z-index: 99;
    content: '';
}


.loading-animation-bar {
    width: 200px;
    height: 3px;
    overflow: hidden;
    background-color: transparent;
    /*margin: 100px auto;*/
    -webkit-border-radius: 20px;
    position: relative;
    /*top: 10rem;*/
    /*left: calc(50% - 100px);*/
    -moz-border-radius: 20px;
    z-index: 99999999;
    border-radius: 20px;
}

.loading-animation .loading-animation-container{
    display: flex;
}

.loading-animation-container {
    position: absolute;
    height: 100%;
    width: 47.6rem;
    left: 0;
    top: 0;
    justify-content: center;
    align-items: center;
    z-index: 9999999999;
    display: none;
}
body.woocommerce-checkout .loading-animation-container {
    padding-left: 5rem;
    align-items: flex-start;
    padding-top: 10rem;
}
/*.cart_totals.calculated_shipping.processing:before,*/
.loading-animation-bar:before {
    content: "";
    position: absolute;
    left: -50%;
    height: 3px;
    width: 40%;
    background-color: var(--clr1);
    -webkit-animation: lineAnim 1.5s linear infinite;
    -moz-animation: lineAnim 1.5s linear infinite;
    animation: lineAnim 1.5s linear infinite;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    /*z-index: 99999;*/
}
/*
.cart_totals.calculated_shipping.processing:after {
    content: '';
    background: #F5F5F5;
    position: fixed;
    width: 50%;
    right: 0;
    top: 0;
    height: 100vh;
    z-index: 99;
}*/

@keyframes lineAnim {
    0% {
        left: -40%;
    }
    50% {
        left: 20%;
        width: 80%;
    }
    100% {
        left: 100%;
        width: 100%;
    }
}

.mini-cart-container {
    width: 100%;
}

section.related-products-container ul.products{
    padding: 0;
}

/* Responsive */

@media screen and (min-width:1001px) {
    .woocommerce header.woocommerce-products-header {
        margin-bottom: 3rem;
    }
}

@media screen and (max-width: 1300px) {
    .woocommerce-account .text_module form:not(.checkout, .woocommerce-form-login) {
        max-width: 100%;
    }
}
@media screen and (max-width: 1000px) {
    .related-products-container .masonry-grid{
        gap: 0;
    }
    section.product-information {
        padding: 7rem 0;
    }
    .woocommerce-notices-wrapper {
        bottom: -3rem;
        top: unset;
    }
    body.woocommerce-cart section{
        overflow: unset!important;
    }
    p.return-to-shop {
        margin-top: 0;
        transform: translateY(11rem);
    }
    .wc-empty-cart-message .cart-empty {
        padding-top: 0;
        margin-top: 2rem;
        margin-bottom: -8.5rem;
    }
    .woocommerce-account .text_module form.lost_reset_password {
        width: 100%;
        border-radius: var(--radius1);
        background: #fff !important;
        padding: 1.4rem !important;
    }
    body.woocommerce-lost-password .woocommerce .form-description{
        margin-top: 0;
    }
    .single-product .container.breadcrumb-container {
        padding: 0 1.6rem;
        top: 6rem;
    }
    .woocommerce-account .text_module form.lost_reset_password .woocommerce-form-row:last-of-type{
        margin-bottom: 0;
    }
    body.woocommerce-lost-password .woocommerce h3 {
        margin-bottom: 0.8rem;
        color: #757575;
        font-weight: 500;
        padding: 0 1.4rem;
    }
    .woocommerce-checkout #order_review, .woocommerce-checkout #order_review_heading {
        padding-left: 0;
    }
    #order_comments_field{
        margin: 0;
    }
    #order_comments_field textarea,
    .woocommerce-checkout #customer_details .shipping_address input {
        background-color: #fff;
    }
    .woocommerce-checkout-review-order-table tr.cart_item + tr.cart_item td.product-name {
        margin-top: 0rem;
    }
    .checkout h3, .woocommerce-cart h3.cart-title, body.woocommerce-cart .cart_totals h2, .woocommerce-account .u-columns h3 {
        margin-bottom: 0.8rem;
        color: #757575;
        font-weight: 500;
        padding: 0 1.4rem;
    }
    .woocommerce-cart h3.cart-title{
        margin-top: 1em;
    }
    body.woocommerce-checkout {
        padding-bottom: 0rem;
    }
    body.woocommerce-checkout section.text_module{
        padding-bottom: 0;
    }
    body.woocommerce-checkout, body.woocommerce-cart {
        background: #f5f5f5!important;
    }
    body.woocommerce-checkout{
        background: #f5f5f5!important;
    }
    .woocommerce-cart .woocommerce-cart-form {
        padding-right: 0;
    }
    .woocommerce-cart .cart-collaterals {
        max-width: unset;
    }
    .cart_totals {
        padding: 0;
    }
	.woocommerce-checkout #order_review, .woocommerce-checkout #order_review_heading {
		width: 42%;
		margin-left: 2%;
		max-width: 100%;
	}
    .woocommerce-checkout #order_review table,
    .woocommerce-checkout #order_review .woocommerce-checkout-payment,
    .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper{
        border-radius: var(--radius1)!important;
        background: #fff!important;
        padding: 1.4rem!important;
    }
    .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper{
        padding-bottom: 0!important;
    }
    .woocommerce-checkout span.intro,
    .woocommerce-cart span.intro{
        font-size: calc(var(--fontsize_h1) * var(--text-scaler));
        line-height: calc(var(--lineh_h1) * var(--text-scaler));
        font-weight: 700;
    }
    .woocommerce-checkout main#primary,
    .woocommerce-cart main#primary,
    .woocommerce-account main#primary {
        padding-top: 3.5rem;
    }
    .woocommerce-cart-form__cart-item td.product-quantity .quantity input{
        width: 4.4rem!important;
    }
    .woocommerce-checkout #order_review{
        display: flex;
        flex-direction: column;
        row-gap: 1.6rem;
    }
    .woocommerce-checkout-review-order-table .cart_item {
        padding: 1.4rem 1.4rem 0 1.4rem;
    }
    .woocommerce-checkout-review-order-table .cart_item:first-of-type{
        padding-top: 2.5rem;
    }
    .woocommerce-checkout-review-order-table tfoot {
        padding: 0 1.4rem;
        width: 100%;
    }
    #order_review .coupon-form .woocommerce-form-coupon {
        padding: 1rem 1.4rem 1rem 1.4rem;
        margin-left: 0;
        width: 100% !important;
    }
    #order_review .coupon-form .woocommerce-form-coupon .form-row-first.active-focus + .form-row-last, .cart_totals .cart-coupon .coupon.under-proceed.active-focus + button {
        right: 1.4rem;
    }
    #order_review .coupon-form .woocommerce-form-coupon .form-row-last button {
        min-height: 4.9rem;
    }
    #payment .form-row.place-order{
        padding-bottom: 0;
        margin-bottom: 0;
    }
    #payment .form-row.place-order button{
        margin-bottom: 0!important;
        min-height: 4.9rem!important;
    }
	.single-product .product {
		align-items: center;
	}
    .woocommerce div.product .single-product-column div.summary {
        position: relative;
        top: auto;
        transform: unset;
        width: 100%;
        margin-left: 0;
    }
	.woocommerce-checkout section.text_module,
	.woocommerce-account section.text_module,
	.woocommerce-lost-password section.text_module,
	.woocommerce-cart section.text_module {
		padding-top: 4rem!important;
        display:flex;
	}
    .woocommerce-lost-password section.text_module{
        min-height: unset!important;
    }
    .woocommerce-account section.text_module{
        padding-bottom: 1.6rem;
    }
	.woocommerce-order-received section.text_module {
		padding-top: 0;
	}
	.woocommerce-additional-fields {
		margin-bottom: 0;
	}
    .woocommerce-additional-fields p{
        margin: 0;
    }
    .woocommerce-checkout-review-order-table tr.order-total {
        margin-bottom: 0rem;
    }
    .woocommerce-cart tr.order-total span bdi {
        font-size: calc(var(--fontsize_h5)* var(--text-scaler));
        line-height: calc(var(--lineh_h5)* var(--text-scaler));
        font-weight: 600;
    }
    #shipping_city_field label{
        left: 1.1rem;
    }
    #shipping_postcode_field label{
        left: 1.9rem;
    }
	.woocommerce ul.order_details {
		margin-top: 5rem;
		margin-bottom: 5rem;
	}
    #order_review .product-total{
        width: 10rem;
    }
    .archive main ul.products li.product{
        margin: 0!important;
    }
    .woocommerce-order-received .woocommerce ul.order_details {
        margin-bottom: 0;
        margin-top: 3rem;
    }
    .woocommerce-order-received .woocommerce ul.order_details + p{
        padding: 0 1.4rem;
        margin-top: 1.4rem;
    }
    body.woocommerce-order-received .woocommerce-customer-details {
        width: 100%;
        padding: 0;
        max-width: unset;
        background: transparent;
    }
    body.woocommerce-order-received .woocommerce-customer-details address,
    body.woocommerce-order-received .woocommerce-order-details table,
    .woocommerce-order-received .woocommerce ul.order_details{
        background: #fff;
        border-radius: var(--radius3);
        padding: 1.4rem;
    }
    .woocommerce-order-received .woocommerce ul.order_details li{
        list-style: none;
    }
    body.woocommerce-order-received .woocommerce-customer-details .woocommerce-column{
        width: 100%;
    }
    p.woocommerce-thankyou-order-received{
        color: #000;
        text-align: left;
        padding-left: 0;
    }
    .woocommerce-order-received h2, .woocommerce-thankyou-order-received {
        color: #757575;
        font-weight: 500;
        margin: 1.6rem 0 0.8rem 0;
        padding-left: 1.4rem;
    }
    body.woocommerce-order-received .woocommerce-order-details {
        background: transparent;
        max-width: unset;
        padding: 0;
    }
    body.woocommerce-order-received .woocommerce-order-details thead{
        display: none;
    }
    body.woocommerce-order-received .woocommerce-order-details tbody td{
        padding: 1.4rem 1.4rem 0 1.4rem!important;
    }
    body.woocommerce-order-received .woocommerce-order-details table.shop_table td {
        padding-left: 1.4rem !important;
    }
	.woocommerce ul.order_details li{
		border: 0;
	}
    body.woocommerce-order-received .woocommerce-order-details tfoot th,
    body.woocommerce-order-received .woocommerce-order-details tfoot td{
        padding: 1.4rem 1.4rem 0 1.4rem!important;
    }
    body.woocommerce-order-received{
        padding-bottom: 1.6rem;
    }
    body.woocommerce-order-received .woocommerce-order-details tfoot tr:last-of-type th, body.woocommerce-order-received .woocommerce-order-details tfoot tr:last-of-type td {
        padding-top: 3rem !important;
        padding-bottom: 1.4rem !important;
    }
	.woocommerce ul.order_details::after, .woocommerce ul.order_details::before {
		display: none;
	}
    .woocommerce-checkout #customer_details{
        padding-right: 0;
    }
    .woocommerce-checkout #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper{
        width: 100%;
        border-radius: var(--radius1);
        background: #fff!important;
        padding: 1.4rem!important;
    }
    h3#ship-to-different-address{
        margin: 1.6rem 0 0.8rem 0;
    }
    h3#ship-to-different-address label{
        margin: 0;
    }
    .woocommerce-shipping-fields::before,
    .woocommerce-shipping-fields::after{
        content: none!important;
    }
    .woocommerce-shipping-fields {
        display: flex;
        flex-direction: column;
    }
    .woocommerce-shipping-fields__field-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #customer_details .col-2 {
        display: flex;
        flex-direction: column;
        gap: 0.2rem;
    }
    .shipping_address{
        margin-bottom: 1.6rem;
    }
    h3#order_review_heading{
        padding: 0 1.4rem!important;
    }
    .woocommerce-shipping-fields__field-wrapper #shipping_postcode_field{
        padding-left: 0.7rem;
        padding-right: 0;
    }
    .woocommerce-shipping-fields__field-wrapper #shipping_city_field{
        padding-left: 0;
        padding-right: 0.7rem;
    }
	.woocommerce ul.products li.product.swiper-slide {
		flex-basis: unset;
		margin-right: 1.6rem;
	}
	#customer_login .col-1, #customer_login .col-2 {
		width: 100%;
		padding: 4rem;
	}
	#customer_login .col-2 {
		margin-top: 4rem!important;
	}
    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 100%;
        padding: 1.4rem;
        border-radius: var(--radius3);
    }
    li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout{
        margin-bottom: 0!important;
    }
    .woocommerce .addresses .woocommerce-Address address{
        padding: 1.4rem;
        border-radius: var(--radius3);
        background: #fff;
    }
    .woocommerce .addresses .woocommerce-Address header.woocommerce-Address-title.title {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-end;
    }

    .woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table tr {
        padding: 1.4rem!important;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .woocommerce-account table.woocommerce-MyAccount-orders th.woocommerce-orders-table__cell:first-of-type {
        padding-left: 0 !important;
    }

    .woocommerce-account table.woocommerce-MyAccount-orders td.woocommerce-orders-table__cell:last-of-type {
        padding-right: 0 !important;
        padding-bottom: 0 !important;
        text-align: right;
    }

    .woocommerce-MyAccount-content a.edit {
        margin-bottom: 0.8rem;
        font-size: var(--fontsize_s);
        line-height: calc(var(--lineh_h3)* var(--text-scaler));
        padding-right: 1.4rem;
    }

    body.woocommerce-account.logged-in section.text_module{
        padding-bottom: 1.6rem!important;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        width: 100%;
        padding-left: 0;
        margin-top: 1.4rem;
    }
    .woocommerce-account .woocommerce-MyAccount-content > p{
        padding: 0 1.6rem;
    }
	.woocommerce .addresses .woocommerce-Address {
		float: left;
		width: 100%;
		margin: 0;
	}
	.woocommerce-order .woocommerce-order-details, .woocommerce-order .woocommerce-customer-details {
		width: 100%;
		padding: 3rem;
	}
	.woocommerce-order .woocommerce-order-details {
		margin-left: 0rem;
	}
	.woocommerce-order .woocommerce-customer-details {
		margin-right: 0rem;
	}
	.related-products-container .container {
		padding: 0 0 0 1.6rem;
	}
	.related h2 {
		margin-bottom: 1.5rem;
		margin-top: 0;
	}
	.woocommerce-cart .cart-collaterals,
	.woocommerce-cart .woocommerce-cart-form {
		width: 100%;
	}
    .woocommerce table.shop_table td.product-subtotal {
        padding-right: 7rem;
        width: 7rem;
    }
    .woocommerce table.shop_table td.product-name{
        /*width: calc(100% - 16.2rem);*/
    }
	.woocommerce-cart-form td.product-remove {
		right: 2rem;
	}
	body.woocommerce-cart .woocommerce table.shop_table {
		margin-bottom: 0;
        background-color: #fff;
        padding: 1.4rem 1.4rem 0 1.4rem;
        /*display:flex;*/
        flex-direction: column;
        border-radius: var(--radius3);
	}
    body.woocommerce-cart .woocommerce .cart-collaterals table.shop_table{
        display: flex;
    }
    .woocommerce-page a.back-button {
        display: flex!important;
        width: 4rem;
        height: 4rem;
        align-items: center;
        justify-content: center;
        border-radius: var(--radius3);
    }
    .woocommerce-page a.back-button svg {
        width: 1.6rem;
        height: auto;
        transform: rotate(180deg);
    }
    body.woocommerce-cart .woocommerce table.shop_table tr.cart_item {
        padding: 0 1.4rem !important;
        display: flex;
        justify-content: flex-start;
        margin-bottom: 0!important;
    }
    body.woocommerce-cart .woocommerce table.shop_table tr.cart_item .product-quantity {
        left: 12rem;
    }
    body.woocommerce-cart .woocommerce table.shop_table tr.cart_item td.product-subtotal {
        margin-left: auto;
        display: flex;
        align-items: flex-end;
    }
    body.woocommerce-cart .woocommerce table.shop_table tr.cart_item:first-of-type{
        padding-top: 1.4rem!important;
    }
    body.woocommerce-cart .woocommerce table.shop_table tr:last-of-type{
        display: none!important;
    }
	.mini-cart .close-mini-cart {
		display: block;
		top: 1.4rem;
		right: 1.4rem;
		left: auto;
		cursor: pointer;
		width: 3rem;
		height: 3rem;
		z-index: 999;
		transform: unset;
	}
    .woocommerce table.shop_table th, .woocommerce table.shop_table td {
        padding: 0rem 0rem 1.4rem 0 !important;
    }
    .woocommerce-cart .cart-collaterals{
        margin-top: 1.6rem;
    }
    .wc-proceed-to-checkout {
        padding: 0 !important;
        margin-top: 1.4rem;
    }
    .woocommerce-cart .cart-collaterals .cart-coupon td{
        padding: 0;
    }
	.mini-cart .close-mini-cart:before, .mini-cart .close-mini-cart:after {
		width: 3rem;
		top: 1.5rem;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li a {
		white-space: nowrap;
		padding: 2rem;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs.scroll {
		justify-content: unset;

	}
	.load-more-container {
		margin-bottom: 5rem;
	}
	.related-products-container .container{
		padding: 0;
	}
	.related-products-container .container .swiper-slide:first-of-type{
		margin-left: 1.6rem!important;
	}
	.related-products-container .container h2{
		padding: 0 1.6rem;
	}
	.extra_nav .icon-cart span.count-find {
		bottom: 5px;
		left: 5px;
	}
    .woocommerce-cart section.text_module{
        padding-bottom: 1.6rem;
    }
    .items-top-content {
        padding: 0 1.6rem;
    }
    body.woocommerce-account{
        background: #f5f5f5!important;
    }
    .woocommerce-account #customer_login .u-column1, .woocommerce-account #customer_login .u-column2 {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .woocommerce-account .u-columns h3{
        margin-top: 1.6rem;
    }

    .woocommerce-account #customer_login .u-column1 form, .woocommerce-account #customer_login .u-column2 form {
        width: 100%;
        border-radius: var(--radius1);
        background: #fff !important;
        padding: 1.4rem !important;
    }
    .woocommerce-account .nav-container {
        padding-left: 0;
    }
    body.woocommerce-account form button.woocommerce-form-login__submit, body.woocommerce-account form button.woocommerce-form-register__submit{
        width: 100%!important;
        min-width: 100%;
    }
    p.woocommerce-form-row.form-row.last-row{
        width: 100%;
    }
    body.woocommerce-account.logged-in section.text_module {
        background: transparent;
    }
    .woocommerce-account.logged-in section.text_module .container_s {
        padding: 0 1.6rem;
    }
    .woocommerce-account .woocommerce-MyAccount-content .woocommerce-table.woocommerce-table--order-details {
        padding: 1.4rem;
        background: #fff;
        border-radius: var(--radius3) !important;
    }

    .woocommerce-account .woocommerce-MyAccount-content .woocommerce-table.woocommerce-table--order-details tr td,
    .woocommerce-account .woocommerce-MyAccount-content .woocommerce-table.woocommerce-table--order-details tr th{
        padding: 1.4rem 1.4rem 0 1.4rem!important;
    }
    .woocommerce-account .woocommerce-MyAccount-content .woocommerce-table.woocommerce-table--order-details tfoot tr:last-of-type td,
    .woocommerce-account .woocommerce-MyAccount-content .woocommerce-table.woocommerce-table--order-details tfoot tr:last-of-type th{
        padding-bottom: 1.4rem!important;
        font-weight: 600 !important;
    }
    .woocommerce table.shop_table td.product-name a {
        font-weight: 400;
    }
    .woocommerce-account .woocommerce-MyAccount-content h3, .woocommerce-account .woocommerce-MyAccount-content h2 {
        color: #757575;
        font-weight: 500;
        padding: 0 1.4rem;
    }
    .woocommerce-account .woocommerce .woocommerce-customer-details address,
    .woocommerce-account .woocommerce-address-fields,
    form.woocommerce-EditAccountForm.edit-account{
        padding: 1.4rem;
        background: #fff;
        border-radius: var(--radius3) !important;
    }
    .woocommerce-account .woocommerce-MyAccount-content > form{
        gap: 0;
    }
    .woocommerce-account .woocommerce-MyAccount-content h2{
        margin: 1.4rem 0 0.8rem 0;
    }
    .woocommerce-account .woocommerce-MyAccount-content > form > h3,
    form.woocommerce-EditAccountForm.edit-account fieldset > h3{
        margin-top: 0;
    }
    form.woocommerce-EditAccountForm.edit-account fieldset{
        margin: 0!important;
    }
    ul.products {
        overflow-y: auto;
    }

}
@media screen and (max-width: 768px){
	p.cdm-product-count {
	    float: none;
	}

	ul.products.swiper-wrapper .swiper-slide {
		width: 40%!important;
	}
	.woocommerce-checkout .woocommerce-privacy-policy-text {
		bottom: -9rem;
	}
	.woocommerce-checkout #payment {
		margin-bottom: 1.6rem;
	}
    h3#order_review_heading{
        margin: 1.6rem 0 0.8rem 0;
    }
	.woocommerce-cart .text_module {
		padding-top: 2rem;
	}
	.mini-cart ul li {
		justify-content: space-between;
	}
	.woocommerce .mini-cart ul.cart_list li img {
		left: 5rem;
	}
	.mini_cart_item a {
		margin-left: 7rem;
	}
	.above-mini-cart,
	.cart-content,
	.mini-cart {
		width: 100%;
		min-width: auto;
        /* display: none; */
	}
	.mini-cart .active-tab-marker {
		/* display: none; */
	}
	/*.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {*/
	/*	text-transform: uppercase;*/
	/*	content: attr(data-title);*/
	/*}*/
	.woocommerce-cart-form .cart_item {
		padding: 1.7rem 1.4rem;
	}
	.cart_totals {
		/*padding: 2.6rem 2.6rem 6.2rem 2.6rem;*/
	}
	.woocommerce table.shop_table td.product-remove {
		display: none;
	}
	.woocommerce table.shop_table td.product-subtotal {
		padding-right: 1.2rem;
	}
	.woocommerce-order .woocommerce-order-details, .woocommerce-order .woocommerce-customer-details {
		padding: 2rem;
	}
	.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
		background: transparent;
	}
	.woocommerce .cart-collaterals table.shop_table_responsive tr td::before {
		display: none;
	}
	.woocommerce table.shop_table_responsive tbody th, .woocommerce-page table.shop_table_responsive tbody th {
		display: block;
	}
	.woocommerce-cart .cart_item span.amount {
		margin-right: 0;
	}
	.woocommerce div.product div.images.woocommerce-product-gallery,
	.woocommerce-checkout #customer_details,
	.woocommerce-checkout #order_review,
	.woocommerce-checkout #order_review_heading,
	.woocommerce-cart .woocommerce-cart-form,
	.woocommerce-cart .cart-collaterals {
		width: 100%;
		margin-left: 0;
	}
	.woocommerce-page div.product div.images,
	.woocommerce-page div.product div.summary {
		float:none;
		width:100%;
	}
	.woocommerce div.product .woocommerce-tabs .panel {
		margin: 0;
	}
    .woocommerce div.product .single-product-column {
        width: 100%;
        padding: 2rem 1.6rem;
    }
	.tabs-content .container {
		padding: 3rem 2rem;
	}
	.woocommerce-tabs {
		padding: 3rem 0;
	}
	.related-products-container {
		padding: 3rem 0 0rem;
	}
    .loading-animation-container {
        position: absolute;
        width: 100%;
        left: 0;
    }
    .loading-animation::before {
        position: absolute;
        width: 100%;
    }
	.cart_totals .wc-proceed-to-checkout a.checkout-button.button,
	.checkout_coupon button.button {
		width: 100%;
	}
	.wc-proceed-to-checkout,
	.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
		width: calc(100% - 6.6rem);
	}
	.woocommerce-MyAccount-content .woocommerce-Message--info {
		flex-direction: column;
		row-gap: 1rem;
	}
	.woocommerce-MyAccount-content .woocommerce-Message--info::before{
		content: none;
	}
	/*.woocommerce-error, .woocommerce-info, .woocommerce-message{*/
	/*	padding: 1.5rem 2rem;*/
	/*}*/
	.woocommerce-error li, .woocommerce-info li, .woocommerce-message li {
		display: flex;
		flex-direction: column;
		row-gap: 2rem;
		align-items: center;
	}
	.woocommerce-error li a, .woocommerce-info li a, .woocommerce-message li a{
		order: 2;
	}
	.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before{
		content: none;
	}
}
@media screen and (max-width:600px){
	.woocommerce-cart .cart-collaterals {
		max-width: 100%;
	}
    /*.woocommerce-cart table.cart .product-thumbnail{*/
    /*    width: 6.4rem;*/
    /*}*/
    /*.woocommerce-cart table.cart .product-thumbnail img{*/
    /*    width: 6.4rem!important;*/
    /*    height: 6.4rem!important;*/
    /*}*/
}
@media screen and (max-width:550px){

	.woocommerce-order-received .woocommerce ul.order_details {
		/* grid-template-columns: calc(100% - 4rem); */
		grid-template-columns: calc(100% - 0rem);
	}
	.woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column {
		width: 100%;
	}
}
/*@media screen and (max-width: 450px){*/
/*	.woocommerce .mini-cart ul.cart_list li img {*/
/*		left: 50%;*/
/*		position: relative;*/
/*		top: auto;*/
/*		transform: translate(-50%,0);*/
/*		margin-bottom: 1rem;*/
/*	}*/
/*	.woocommerce .mini-cart ul.cart_list li .quantity {*/
/*		margin: 1rem 0;*/
/*	}*/
/*	.woocommerce .mini-cart ul.cart_list li a {*/
/*		margin-left: 0;*/
/*		text-align: center;*/
/*		margin-right: 0;*/
/*	}*/
/*}*/

@media screen and (max-width: 1000px){
	.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li, .woocommerce .mini-cart ul.cart_list li .quantity{
		padding: 0!important;
		margin: 0!important;
	}
}