:root {

	--app-height: 100%;

    --white-100: #fff;
    --white-300: #fff;
    --white-500: #fff;
    --white-700: #F7F4EF;
    --white-900: #F7F4EF;

	--black-100: #181818;
	--black-300: #181818;
	--black-500: #181818;
	--black-700: #181818;
	--black-900: #181818;

	--beige-100: #F3EAD7;
	--beige-300: #F3EAD7;
	--beige-500: #DCCDBE;
	--beige-700: #DCCDBE;
	--beige-900: #DCCDBE;

	--gold-100: #B89B72;
	--gold-300: #B89B72;
	--gold-500: #B89B72;
	--gold-700: #B89B72;
	--gold-900: #B89B72;

}
.woocommerce img, .woocommerce-page img {
    max-height: 100%;
    max-width: 100%;
}
.wp-block-woocommerce-product-new ul li,
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
    width: calc(25% - 23px) !important;
    flex: 0 0 calc(25% - 23px) !important;
    margin: 0 !important;
}
@media(max-width: 991px){
    .wp-block-woocommerce-product-new ul li,
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
        width: calc(33.33% - 20px) !important;
        flex: 0 0 calc(33.33% - 20px) !important;
    }
}
@media(max-width: 767px){
    .wp-block-woocommerce-product-new ul li,
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
        width: calc(50% - 6px) !important;
        flex: 0 0 calc(50% - 6px) !important;
    }
}

/* forms */

.woocommerce form .form-row {
    padding: 0;
    margin: 0 0 32px;
    position: relative;
}

.woocommerce form .form-row label:not(.checkbox), .woocommerce-page form .form-row label:not(.checkbox):not(.wc-block-components-radio-control__option), form label:not(.woocommerce-form__label-for-checkbox):not(.wc-block-components-radio-control__option) {
   	width: auto;
	font-size: 12px;
	font-weight: 700;
	color: var(--black-900);
	line-height: 1.1em;
	margin:-8px 0 0 10px;
	padding: 0 4px;
	background: var(--white-700);

	position: absolute;
	z-index: 4;
}
.wc-block-components-checkbox label{
    margin-left: 0;
    padding-left: 0;
    align-items: center;
}

form label.woocommerce-form__label-for-checkbox, .woocommerce form .form-row label.checkbox {
    margin: 0 0 32px 0 !important;
    position: relative !important;
}

form label.woocommerce-form__label-for-checkbox > span, .woocommerce form .form-row label.checkbox > span {
    padding-left: 10px;
}


.woocommerce form .form-row .input-text, .woocommerce form .form-row select, input:not([type=submit]), input:not([type=checkbox]), input:not([type=radio]), .wpcf7-form select,
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    width:100%;
	height:40px;
	font-size:14px;
	font-weight: 400;
	color:var(--black-100);
	line-height:40px;
	background:var(--white-900);
	border:1px solid var(--gold-900);
	border-radius:0;
	padding:0 15px;
	margin:0;
	appearance: none;
}

.select2-container .select2-dropdown, .select2-container .select2-selection {
    min-height: 40px;
    line-height: 40px;
    background:var(--white-900);
	border:1px solid var(--gold-900);
	border-radius:0;
	padding:0 15px;
	margin:2px 0 0 0;
}

textarea {
    min-height: 80px;
    padding: 15px !important;
    background-color: var(--beige-100) !important;
}

.woocommerce form .form-row .input-checkbox {
    display: inline-block;
}

input[type=radio] {
    width: 20px;
    height: 20px;
    border-radius: 50em;
    padding: 0;
    margin: 0 8px 0 0;
    /* background: var(--white-100); */
    position: relative;
    appearance: radio;
}
.woocommerce form .form-row .required {
    color: var(--gold-500);
}



#add_payment_method .checkout .checkout-inline-error-message, .woocommerce-cart .checkout .checkout-inline-error-message, .woocommerce-checkout .checkout .checkout-inline-error-message {
    margin-top: 4px;
}




.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
    width: 47px !important;
    height: calc(100% - 2px);
    background:url('../images/icon-show.svg') center no-repeat;
    border-radius: 0 50em 50em 0;
    right: 5px;
    top:50%;
    transform: translateY(-50%);
  /*   position: absolute; */
}

.woocommerce form .show-password-input::before, .woocommerce-page form .show-password-input::before {
    background: transparent !important;
}

.woocommerce form .show-password-input::after, .woocommerce-page form .show-password-input::after {
    display: none !important;
}
.woocommerce .content-area button, .woocommerce .content-area input#submit, .woocommerce .content-area .button{
    font-size: 16px;
	font-weight: 600;
	color: var(--black-100) !important;
	text-transform: uppercase;
	text-align:center;
	line-height:48px;
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
    width: auto;
    margin: 0;
	background:var(--beige-500) !important;
    border:none;
	border-radius: 16px;
	gap:6px;
    cursor: pointer;
	transition: .6s all;
	overflow: hidden;
    padding: 0 !important;
}
.woocommerce .content-area .woocommerce-error li, .woocommerce .content-area .woocommerce-message li{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.woocommerce .content-area .woocommerce-error, .woocommerce .content-area .woocommerce-message{
    text-align: center;
    justify-content: center;
}
.woocommerce .content-area .woocommerce-error .button, .woocommerce .content-area .woocommerce-message .button{
    padding: 0 16px !important;
    font-size: 1.2rem;
    line-height: 36px;
    margin-top: 0;
}
.woocommerce .content-area button:hover, .woocommerce .content-area input#submit:hover, .woocommerce .content-area .button:hover{
    color: var(--white-100) !important;
    background-color: var(--gold-100) !important;
}
.woocommerce .content-area button.disabled, .woocommerce .content-area input#submit.disabled, .woocommerce .content-area .button.disabled{
    opacity: 0.5;
}
.woocommerce .woo-filters button{
    font-size: 1.4rem;
    line-height: 38px;
    padding: 0 16px !important;
}
@media(max-width: 767px){
    .woocommerce .woo-filters button{
        font-size: 1rem;
        flex: 0 0 110px;
    }
}

/* woocommerce-breadcrumb */

.woocommerce-breadcrumb, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
	font-size: 12px;
	font-weight: 400;
	color: var(--black-900);
	line-height: 16px;
    margin:0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap:0 13px;
    z-index: 994;
}

.woocommerce-breadcrumb a, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a {
	font-size: 12px;
	font-weight: 400;
	color: var(--black-100);
	line-height: 16px;
	text-decoration: none;
}

.woocommerce-breadcrumb a:hover, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a:hover {
	color: var(--black-500);
	text-decoration: none;
}

.woocommerce-breadcrumb strong {
	font-weight: 400;
}

.woocommerce .woocommerce-breadcrumb::after, .woocommerce .woocommerce-breadcrumb::before {
    display: none;
}
.tinv-wraper.tinv-wishlist.tinvwl-above_thumb-add-to-cart{
    left: auto;
    right: 10px;
    top: 2px;
}





/* archive */

.woo-header-wrapper {
    padding:30px 0 38px 0;
    gap:16px;
}
@media (min-width:768px) {
    .woo-header-wrapper {
    padding: 26px 0;
    }
}

.woocommerce-products-header.woocommerce-products-header-archive {
    display: none;
}


.woo-header .btn-secondary {
    width: 100%;
}
@media (min-width:768px) {
    .woo-header .btn-secondary {
        width: auto;
    }
}

.woo-ordering {
    width: 100%;
}
@media (min-width:768px) {
   .woo-ordering {
        width: auto;
    }
}

.woocommerce .woocommerce-ordering {
    width: 100%;
    display: flex;
    align-items: center;
    gap:16px;
    margin: 0;
    float: unset;
    position: relative;
}
@media (min-width:768px) {
    .woocommerce .woocommerce-ordering {
        width: auto;
    }
}

.woocommerce-ordering::before {
    width: auto;
    font-size: 12px;
    font-weight: 700;
    color: var(--black-900);
    line-height: 1.1em;
    margin:-38px 0 0 10px;
    padding: 0 4px;
    background: var(--white-900);
    position: absolute;
    z-index: 3;
}

.woocommerce .woocommerce-ordering select {
    width: 100%;
}
@media (min-width:768px) {
    .woocommerce .woocommerce-ordering select {
        width: 256px;
    }
}
.wp-block-woocommerce-product-new ul,
.woocommerce ul.products {
    margin: 0 0 30px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap:12px;
}
@media (min-width:768px) {
    .wp-block-woocommerce-product-new ul,
    .woocommerce ul.products {
        margin: 0 0 50px 0;
        gap: 30px;
    }
}
.wp-block-woocommerce-product-new ul::after,
.woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before {
    display: none;
}

/* .woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: calc(50% - 10px);
    max-width: calc(50% - 10px);
    min-width: calc(50% - 10px);
    height:auto;
    margin: 0;
    background: transparent;
    padding: 0 0 24px 0;
    border-radius: 0;
    position: relative;
    transition: .3s all;
}
@media (min-width:768px) {
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width: calc(50% - 15px);
        max-width: calc(50% - 15px);
        min-width: calc(50% - 15px);
        padding: 0 0 14px 0;
    }
}
@media (min-width:992px) {
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width: calc(25% - 22.5px);
        max-width: calc(25% - 22.5px);
        min-width: calc(25% - 22.5px);
    }
} */

/* .woocommerce ul.products li.product:hover, .woocommerce-page ul.products li.product:hover, .woocommerce-page ul.products[class*=columns-] li.product:hover {
    transform: scale(1.05);
    transition: .3s ease-in;
   
} */
 .wp-block-woocommerce-product-new ul li:before,
.woocommerce ul.products li.product::before, .woocommerce-page ul.products li.product::before, .woocommerce ul.products[class*=columns-] li.product::before, .woocommerce-page ul.products[class*=columns-] li.product::before {
    display: none;
}
.wp-block-woocommerce-product-new ul li a img,
.woocommerce ul.products li.product a img {
    height: 370px !important;
    object-fit: cover;
    border-radius: 16px;
    margin: 0 0 10px 0;
    transition: .2s all ease-in-out;
}
.woocommerce ul.products li.product .fortamira-product-card-images {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0 0 10px 0;
    border-radius: 16px;
}
.woocommerce ul.products li.product .fortamira-product-card-images img {
    display: block;
    width: 100%;
    height: 370px !important;
    margin: 0 !important;
    border-radius: 0;
    object-fit: cover;
    @media (max-width: 499px){
        height:270px !important;
    }
}
.woocommerce ul.products li.product .fortamira-product-card-image--gallery {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity .2s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
    .woocommerce ul.products li.product .fortamira-product-card-images:hover .fortamira-product-card-image--gallery {
        opacity: 1;
    }
}
.wp-block-woocommerce-product-new ul li a img{
    object-fit: cover;
    border-radius: 16px;
    margin: 0 0 10px 0;
    transition: .2s all ease-in-out;
}
.wp-block-button.wc-block-grid__product-add-to-cart{display: none;}
.wp-block-woocommerce-product-new ul li .woocommerce-placeholder,
.woocommerce ul.products li.product .woocommerce-placeholder {
    border: none;
    height: 370px;
}
.wp-block-woocommerce-product-new ul li .onsale,
.woocommerce span.onsale {
    display: none;
}
.wc-block-grid__product-title{
    text-align: left;
}
.wp-block-woocommerce-product-new ul li .wc-block-grid__product-title,
.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--black-900);
    line-height: 1.9rem;
    margin:0 0 4px 0;
    padding: 0;
    text-transform: uppercase;
    font-family: "Cormorant Garamond", serif;
}
.wc-block-grid.wp-block-product-new{
    margin-top: 32px !important;
}

.price {
    font-size: 1.4rem !important;
    line-height: 1.7em;
    font-weight: 600 !important;
    margin: 0 !important;
    padding:0;
    display: flex !important;
    flex-wrap: wrap;
    align-items: flex-end;
    gap:0 4px;
    color: var(--black-900) !important;
}

.price span[aria-hidden=true] {
    color: var(--black-900);
}

/* .price.price-promo {
    margin-bottom: -20px;
} */
.wp-block-woocommerce-product-new ul li .price,
.woocommerce ul.products li.product .price {
    margin-bottom: 0;
}

.price bdi {
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--black-900);
}

.price small {
    font-size: 1rem;
    line-height: 1.2rem;
    font-weight: 600;
    color:var(--black-700);
}
.wp-block-woocommerce-product-new ul li del,
.woocommerce ul.products li.product .price del {
    font-size: 1rem;
    text-decoration: none;
    position: relative;
    opacity: 1;
}
.wp-block-woocommerce-product-new ul li bdi,
.woocommerce ul.products li.product .price del bdi {
    font-size: 1rem;
    color: var(--black-700);
}
.wp-block-woocommerce-product-new ul li del:after,
.woocommerce ul.products li.product .price del::after {
    content: "";
    border-top: 1px solid var(--black-700);
    -webkit-transform:rotate(-5deg);
    -moz-transform:rotate(-5deg);
    -ms-transform:rotate(-5deg);
    -o-transform:rotate(-5deg);
    transform:rotate(-5deg);
    left: 0;
    top: 50%;
    right: 0;
    position: absolute;
}

.wp-block-woocommerce-product-new ul li ins,
.woocommerce ul.products li.product .price ins {
    text-decoration: none;
    order: -1;
}


.iworks-omnibus {
    width: 100%;
    font-size: 11px;
    font-weight: 400;
    color: var(--black-300);
    line-height: 16px;
    margin: 0;
    padding: 0;
    display: block;
}

.price .iworks-omnibus bdi {
    font-size: 11px !important;
    font-weight: 400 !important;
    color: var(--black-300) !important;
    line-height: 16px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.tinv-wraper.tinv-wishlist.tinvwl-above_thumb-add-to-cart a.tinvwl_add_to_wishlist_button {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.tinv-wraper.tinv-wishlist.tinvwl-above_thumb-add-to-cart a.tinvwl_add_to_wishlist_button img {
    max-width: none;
    height: 16px;
    aspect-ratio: 0;
    border-radius: 0;
}


/* .woocommerce ul.products li.product .button {
    display: none;
}

.woocommerce ul.products li.product .star-rating {
    display: none;
}
 */


/* woocommerce pagination */

.woocommerce .woocommerce-pagination ul.page-numbers::after, .woocommerce .woocommerce-pagination ul.page-numbers::before, .woocommerce-page .woocommerce-pagination ul.page-numbers::after, .woocommerce-page .woocommerce-pagination ul.page-numbers::before {
    display: none;
}

.woocommerce nav.woocommerce-pagination ul {
    display:flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    clear: both;
    border:none;
    border-right: 0;
    margin: 0 0 80px 0;
    padding: 0;
    gap:4px;
}
@media (min-width:768px) {
    .woocommerce nav.woocommerce-pagination ul {
        margin: 0 0 82px 0;
    }
}

.woocommerce nav.woocommerce-pagination ul li {
    font-size: 14px;
    font-weight: 700;
    color: var(--black-700);
    border-radius: 50%;
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    width: 40px;
    height: 40px;
    font-size: 14px;
    font-weight: 700;
    color: var(--black-700);
    background: var(--white-300);
    border-radius: 50em;
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover {
    color: var(--black-900);
    background: var(--white-500);
}

.woocommerce nav.woocommerce-pagination ul li span.current {
    background: var(--black-900);
    color: var(--white-100);
}

.woocommerce nav.woocommerce-pagination ul li:has(a.prev) {
    margin-right: 10px;
}

.woocommerce nav.woocommerce-pagination ul li:has(a.next) {
    margin-left: 10px;
}

.woocommerce nav.woocommerce-pagination ul li:has(a.prev) a:hover, .woocommerce nav.woocommerce-pagination ul li:has(a.next) a:hover {
    background: var(--white-500);
}

.woocommerce.single div.product .product_title {
    margin: 0 0 8px 0;
}





.single .images .tinv-wraper.tinv-wishlist {
    display: none;
}
@media (min-width:768px) {
    .single .images .tinv-wraper.tinv-wishlist {
        top:10px;
        right: 30px;
        position: absolute;
        z-index: 994;
        display: block;
    }
}

.single .images .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt, .single .images .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
    width: 30px;
    height: 30px;
    background: var(--white-300);
    border-radius: 50%;
    left:unset;
    right: 10px;
}

.single .images .tinv-wraper.tinv-wishlist a.tinvwl_add_to_wishlist_button {
    width: 30px;
    height: 30px;
}





.woocommerce.single div.images {
    position: relative;
}

@media (min-width:768px) {
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
        width:60%;
        overflow: hidden;
        padding: 0 40px 40px 0;
    }
}
    
@media (min-width:768px) {
    .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
        width:40%;
        margin-top: 12px;
    }
}


.woocommerce div.product div.summary {
    margin-bottom: 100px;
}

.gallerySwiper-container {
    margin: 0 0 30px 0;
}



.swiper.gallerySwiper .swiper-slide {
    display: flex;
    
}

.swiper.gallerySwiper .swiper-slide a {
    display: flex;
    position: relative;
}

.swiper.gallerySwiper .swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

div.images-noimages {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / .4;
    background:url('../images/fortamira.svg') center no-repeat var(--white-300);
    background-size: 40%;
    display: block;
}




@media (min-width: 768px) {
    .gallerySwiper .swiper-wrapper {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        transform: none !important;
    }
    .gallerySwiper .swiper-slide {
        width: auto !important;
        margin: 0 !important;
    }
}



.gallerySwiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
	display: flex;
	align-items: center;
	justify-content: center;
	gap:4px 6px;
	margin: 0;
	bottom:15px;
	position: absolute;
	z-index: 994;
}
@media (min-width: 768px) {
    .gallerySwiper-pagination {
        display: none;
    }
}

.gallerySwiper-pagination .swiper-pagination-bullet {
	width: 20px;
	height:3px;
	background: var(--white-100);
	border-radius: 0;
	opacity: .5;
	margin: 0 !important;
	padding: 0;
	transition: .2s all;
	-webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.gallerySwiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: var(--gold-500);
	opacity: 1;
} 



.scroll-sizes {
    font-size: 11px;
    line-height: 15px;
    color:var(--black-700);
    text-decoration: underline;
    justify-content: flex-end;
    flex:  0 0 100%;
    img{display: none;}
}
.fpcl-color-links__item{
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 50%;
    box-shadow: none;
}
.fpcl-color-links__item:hover, .fpcl-color-links__item:focus{
    border: 2px solid var(--beige-100);
    outline: 1px solid var(--gold-700);
}
.fpcl-color-links__item.is-active{
    border: 2px solid var(--beige-100);
    outline: 2px solid var(--gold-700);
}
.fpcl-color-links__label{
    font-size: 1.1rem;
    letter-spacing: normal;
    margin-bottom: 0;
}
.scroll-sizes:hover {
    color: var(--gold-500);
}

.fortamira-simple-size-info {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding-bottom: 20px;
    flex-wrap: wrap;
}

.fortamira-simple-size-info__label {
    font-size: 14px;
    font-weight: 400;
    color: var(--black-900);
    line-height: 18px;
    text-transform: uppercase;
    margin: 0 0 12px;
}

.fortamira-simple-size-info__value {
    font-size: 14px;
    font-weight: 400;
    color: var(--black-900);
    line-height: 19px;
    height: 30px;
    min-width: 30px;
    padding: 0 8px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.woocommerce div.product form.cart .variations {
    margin-bottom: 0;
}
.woocommerce div.product form.cart .variations tr{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.woocommerce div.product form.cart .variations label {
    font-size: 11px;
    font-weight: 600;
    color: var(--black-900);
    line-height: 16px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    position: static;
}

.cfvsw-swatches-container {
    grid-gap: 12px;
}

.cfvsw-image-option {
    width: 98px;
    height: 123px;
    object-fit: cover;
    background: var(--white-300);
    border-radius: 0 !important;
    border:4px solid var(--white-100);
    border-bottom:5px solid var(--white-100);
    border-top:5px solid var(--white-100);
    margin: 0;
    padding: 0;
    outline: 2px solid var(--gold-500);
}

.cfvsw-swatches-option:not( .cfvsw-swatches-disabled, .cfvsw-swatches-out-of-stock ):hover {
    border-color: var(--white-100) !important;
    outline: 1px solid var(--gold-500);
}

.cfvsw-swatches-option .cfvsw-swatch-inner {
    width: 100%;
    height: 100%;
    background-position: center;
}

.cfvsw-selected-swatch {
    border: 1px solid var(--gold-100) !important;
    border-radius: 24px !important;
}


.woocommerce div.product form.cart .variations .value {
    margin-bottom: 25px;
}

.cfvsw-label-option {
    min-width: 30px !important;
    height: 30px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
    font-size: 14px;
    font-weight: 400;
    border: none;
    border-radius: 15px !important;
    color: var(--black-900);
    background: transparent;
}


.woocommerce div.product form.cart .variations tr:last-child .value {
    margin-bottom: 0;
}

.woocommerce div.product form.cart .reset_variations {
    display: none !important;
}



.product_meta {
    font-size: 1rem;
    padding: 0;
}

.product_meta .posted_in {
    display: none;
}


.single .product .single_variation_wrap {
    width: 100%;
}



.single .product .summary .price {
    padding:0;
    justify-content: flex-start;
    color: var(--gold-500);
}

.single .product .summary .price bdi {
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--black-900);
}

.single .product .summary .price small {
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    color:var(--black-700);
}
@media (min-width:768px) {
   .single .product .summary .price small {
        font-size: 12px;
        line-height: 18px;
    }
}

.single .product .summary .price del {
    font-size: 12px;
    text-decoration: none;
    position: relative;
    opacity: 1 !important;
}

.single .product .summary del bdi {
    font-size: 12px !important;
    color: var(--black-700) !important;
}

.single .product .summary .price del::after {
    content: "";
    border-top: 1px solid var(--black-700);
    -webkit-transform:rotate(-5deg);
    -moz-transform:rotate(-5deg);
    -ms-transform:rotate(-5deg);
    -o-transform:rotate(-5deg);
    transform:rotate(-5deg);
    left: 0;
    top: 50%;
    right: 0;
    position: absolute;
}

.single .product .summary .price ins {
    color: var(--gold-500);
    text-decoration: none;
    order: -1;
}

.single .product .summary .onsale {
    display: none;
}

#notify-me-form {
    margin-top: 16px;
    margin-bottom: 16px;
    border: 1px solid var(--gold-900);
    padding: 16px;
    border-radius: 16px;
}

.single .stock.out-of-stock {
    display: none;
}

.single .woocommerce-variation-availability .stock.in-stock {
    display: none;
}

.single .summary .msg-error-message {
    margin: 0;
    font-size: 1.4rem;
    padding: 0;
    color: var(--black-100);
}
.single .summary .msg-error-message:before{
    display: none;
}

.woocommerce .content-area .notify-me-submit button{
    border-radius: 0 !important;
    padding: 0 12px !important;
    font-size: 1.2rem !important;
    line-height: 4rem !important;
    white-space: nowrap;
}

.notify-me-submit > div {
   flex:1 1 auto;
}

.msg-error-message{
    font-size: 1.4rem;
    line-height: 1.2;
    color: var(--black-100);
}
.notify-me-info {
    font-size: 1.2rem;
    color: var(--black-700);
    line-height: 1;
    margin: 0 0 16px 0;
}

.single .outofstock .single_variation_wrap {
    display: none !important;
}

.notify-me-rules {
    font-size: 14px;
    margin: 10px 0 0 0;
    gap:12px;
}

.notify-me-rules input {
    margin: 3px 0 0 0;
}



.extraproducts-addtocart-wrapper {
    width: 100%;
    padding:10px 0 0 0;
    margin-bottom: 20px;
    clear: both;
}

.extraproducts-addtocart-inner {
    width: 100%;
    min-height: 100px;
    font-size: 14px;
    color: var(--black-900);
    text-decoration: none;
    background: var(--white-100);
    margin: 0;
    padding:11px 0;
    border-bottom: 1px solid var(--white-900);
    gap:26px;
    cursor: pointer;
    transition: .3s all;
}

.extraproducts-addtocart-inner:hover {
    text-decoration: none;
}

.extraproducts-addtocart-inner:first-child {
    border-top: 1px solid var(--white-900);
}

.extraproducts-addtocart-inner img {
    width: 64px;
    height: 80px;
    object-fit: cover;
}

.extraproducts-addtocart-inner-details {
    width: 100%;
    line-height: 1.2em;
    gap:10px;
}
@media (min-width:1200px) {
    .extraproducts-addtocart-inner-details {
        gap:26px;
    }
}

.extraproducts-addtocart-inner-details h6 {
    margin: 0;
}

.extraproducts-addtocart-inner-price {
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    margin: 0 ;
}
@media (min-width:1200px) {
    .extraproducts-addtocart-inner-price {
        text-align: right;
    }
}

.extraproducts-addtocart-inner-price del {
    text-decoration: none;
    position: relative;
}


.single .product .summary .extraproducts-addtocart-inner-price  del bdi {
    font-size: 14px !important;
    color: var(--black-700) !important;
    position: relative;
}

.extraproducts-addtocart-inner-price del::after {
    content: "";
    border-top: 1px solid var(--black-700);
    -webkit-transform:rotate(-5deg);
    -moz-transform:rotate(-5deg);
    -ms-transform:rotate(-5deg);
    -o-transform:rotate(-5deg);
    transform:rotate(-5deg);
    left: 0;
    top: 50%;
    right: 0;
    position: absolute;
}

.extraproducts-addtocart-inner-price ins {
    color: var(--gold-500);
    text-decoration: none;
    order: -1;
}

.extraproducts-addtocart-inner-price ins bdi {
    color: var(--gold-500);
}

.single .product  .extraproducts-addtocart-inner-price .iworks-omnibus {
    padding-top: 0 !important;
}





.single-clr {
    clear: both;
    height: 0;
}






.section-singleproduct-sliders h2 {
    margin:0 86px 22px 0;
}

.section-singleproduct-sliders-wrapper {
    position: relative;
}

.productsSwiper-4.swiper {
	width: calc(100% + 20px);
	position: static;
}
@media (min-width:576px) {
	.productsSwiper-4.swiper {
		width:100%;
	}
}

.productsSwiper-4-prev {
    width: 22px;
    height: 18px;
    background: url('../images/icon-arrow-prev.svg') center no-repeat;
    margin-top:-50px;
    right:50px;
    position: absolute;
    transition: .3s all;
}

.productsSwiper-4-next {
    width: 22px;
    height: 18px;
    background: url('../images/icon-arrow-next.svg') center no-repeat;
    margin-top:-50px;
    right:0;
    position: absolute;
    transition: .3s all;
}

.productsSwiper-4-prev:hover, .productsSwiper-4-next:hover {
    opacity: .7;
}






.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 10px;
    margin-top: -30px;
}

.woocommerce div.product .woocommerce-product-rating a {
    font-size: 14px;
    color: var(--black-900);
    text-decoration: none;
}

.woocommerce div.product .woocommerce-product-rating a:hover {
    color: var(--black-700);
    text-decoration: none;
}

.woocommerce .star-rating {
    color:var(--gold-500);
}

.woocommerce .star-rating::before {
    color: var(--white-900);
}


.woocommerce-variation-description {
    display: none;
}

.woocommerce div.product form.cart::after, .woocommerce div.product form.cart::before {
    display: none;
}

.woocommerce div.product form.cart {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
}
 .woocommerce-variation-add-to-cart{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    margin-top: 40px;
 }
 .notify-me-wrapper{
    margin-top: 40px;
 }

.woocommerce div.product form.cart div.quantity, .woocommerce-variation-add-to-cart div.quantity {
    display: none !important;
}
@media (min-width:576px) {
    .woocommerce div.product form.cart div.quantity {
        width: auto;
    }
}

@media (min-width:768px) {
    .woocommerce div.product form.cart div.quantity {
        width: 100%;
    }
}

@media (min-width:992px) {
    .woocommerce div.product form.cart div.quantity {
        width: auto;
    }
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
    -webkit-appearance: none;
}

div.quantity input {
    width: 100% !important;
    height: 50px;
    font-size: 16px;
    font-weight: 700;
    color: var(--black-700);
    text-align: center;
    padding: 0 30px;
    margin: 0;
    -moz-appearance: textfield;
    -webkit-appearance: none;
}

div.quantity input.fortamira-fixed-qty[readonly] {
    cursor: default;
    background: var(--white-100);
}
@media (min-width:576px) {
    div.quantity input {
        width: 100px !important;
    }
}
@media (min-width:768px) {
    div.quantity input {
        width: 100% !important;
    }
}
@media (min-width:992px) {
    div.quantity input {
        width: 100px !important;
    }
}

div.quantity button, div.custom-qty-wrapper button {
    width: 30px;
    height: 50px;
    font-size: 16px;
    font-weight: 900;
    color: var(--black-700);
    background: transparent;
    border: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    top:0;
    position: absolute;
}

div.quantity button.minus, div.custom-qty-wrapper button.qty-minus {
    background: url('../images/icon-minus.svg') no-repeat;
    background-size:15px 4px;
    background-position:11px 50%;
    justify-content: flex-end;
    left: 0;
}

div.quantity button.plus, div.custom-qty-wrapper button.qty-plus {
    background: url('../images/icon-plus.svg') no-repeat;
    background-size: 15px 15px;
    background-position: right 11px top 50%;
    justify-content: flex-start;
    right: 0;
}

.woocommerce div.product form.cart .button.single_add_to_cart_button {
    flex-grow: 1;
}
.tinv-wraper.tinv-wishlist.tinvwl-above_thumb-add-to-cart a.tinvwl_add_to_wishlist_button{
    background: var(--white-300);
    width:30px;
    min-width:30px;
    max-width:30px;
    height: 30px;
    border-radius: 50%;
    margin-top: 10px;
}
.tinv-wraper.tinv-wishlist.tinvwl-after-add-to-cart {
    width:30px;
    min-width:30px;
    max-width:30px;
    height: 30px;
    background: var(--white-300);
    border-radius: 50%;
    left:unset;
    right:0;
    top:0;
}

.tinv-wraper.tinv-wishlist.tinvwl-after-add-to-cart a.tinvwl_add_to_wishlist_button {
    width: 30px;
    height: 30px;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tinv-wraper.tinv-wishlist.tinvwl-after-add-to-cart a.tinvwl_add_to_wishlist_button img {
    width: 22px;
    height: 20px;
    aspect-ratio: 0;
}


.single-content-tabs article {
    font-size: 16px;
    margin: 2px 0 30px 0;
}

.single-content-tabs article p {
    font-size: 16px;
    margin: 0 0 .8em 0;
}



.single-content-tabs .accordion-item {
	margin: 0;
	border: none;
    border-bottom: 1px solid var(--white-900) !important;
}

.single-content-tabs .accordion-item:first-child {
    border-top: 1px solid var(--white-900);
}

.single-content-tabs .accordion-item button {
	width: 100%;
	text-align: left;
	margin:0;
	padding:15px 22px 15px 0;
	background:transparent;
	border: none;
	border-radius:0;
	position: relative;
	outline: none;
}

.single-content-tabs .accordion-item button::after {
	content: '';
	width: 17.31px;
	height: 9.73px;
	background:url('../images/icon-chev-down.svg') no-repeat;
    background-size: 17.31px 9.73px;
	border-radius: 0;
	right:0;
	top: calc(50% - 4.35px);
	position: absolute;
	transition: .2s all;
}

.single-content-tabs .accordion-item button[aria-expanded="true"]::after {
	transform: rotate(180deg);
}

.single-content-tabs .accordion-item button h6 {
    margin: 0;
}



.single-content-tabs #sizes {
    width: 0;
    height: 0;
    margin-top: -110px;
    opacity:0;
    position: absolute;
}

.fortamira-size-table-wrap {
    overflow-x: auto;
}

.fortamira-size-table-section-title {
    margin: 0 0 12px;
}

.fortamira-size-table {
    min-width: 500px;
    border-collapse: collapse;
    border: 1px solid #b89b72;
    margin-bottom: 20px;
    @media (max-width: 576px) {
        min-width: 100%;
    }
}

.fortamira-size-table th,
.fortamira-size-table td {
    padding: 12px 14px;
    border: 1px solid #b89b72;
    text-align: left;
    vertical-align: top;
    font-size: 14px;
    line-height: 18px;
}

.fortamira-size-table thead th {
    background: #3a3028;
    font-weight: 700;
}

.fortamira-size-table tbody th {
    font-weight: 700;
    white-space: nowrap;
}

.fortamira-size-table-wrap--compact {
    overflow-x: visible;
}





/* filters / login offcanvas */

.offcanvas, .offcanvas-lg, .offcanvas-md, .offcanvas-sm, .offcanvas-xl, .offcanvas-xxl {
    width: 100% !important;
    border: none !important;
}
@media (min-width:768px) {
    .offcanvas, .offcanvas-lg, .offcanvas-md, .offcanvas-sm, .offcanvas-xl, .offcanvas-xxl {
        width: 432px !important;
    }
}




.offcanvas .offcanvas-header {
	padding: 13px 24px;
	background: var(--black-900);
	border: none;
}
@media (min-width:768px) {
	.offcanvas .offcanvas-header {
		padding: 17px 24px;
		background: transparent;
	}
}

.offcanvas .offcanvas-header h4 {
	color: var(--white-100);
	margin: 0;
}
@media (min-width:768px) {
    .offcanvas .offcanvas-header h4 {
	    color: var(--black-900);
	}
}

.offcanvas .offcanvas-header .btn-close {
	width: 26px;
	height: 26px;
	background: none;
	border-radius: 0;
	border: none;
	margin: 0;
	padding: 0;
	opacity: 1;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.offcanvas .offcanvas-header .btn-close svg {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}
@media (min-width:768px) {
	.offcanvas .offcanvas-header .btn-close svg {
		-webkit-filter:none;
		filter: none;
	}
}


.offcanvas-body {
    padding:12px 24px 24px 24px;
}

.wcapf-filter .wcapf-filter-title {
    font-size: 16px;
    line-height: 20px;
}

.wcapf-filter {
    margin: 0 0 24px 0;
    padding: 0 0 14px 0;
    border-bottom: 1px solid var(--white-900);
}

.stylish-checkbox-radio input[type="checkbox"], .stylish-checkbox-radio input[type="radio"] {
    width: 20px;
    height: 20px;
    border: 1px solid var(--white-900);
    border-radius:0;
    background: var(--white-100);
}

.stylish-checkbox-radio input[type="checkbox"]:checked {
    border: 1px solid var(--white-900);
    border-radius:0;
    background: var(--white-100);
}

.stylish-checkbox-radio input[type="checkbox"]:checked::before {
    border-color: var(--gold-500);
}

.wcapf-filter .wcapf-list-wrapper ul.wcapf-filter-options li.wcapf-filter-option label {
    font-size: 14px;
    color: var(--black-700);
    position:relative;
    display:block;
}

.wcapf-range-slider.style-1 .wcapf-noui-slider .wcapf-noui-handle {
    background: var(--black-900);
    border: 3px solid var(--white-100);
    box-shadow: none;
}

.wcapf-soft-limit-wrapper {
    line-height: 16px;
    margin: 10px 0 9px 0 !important;
}

.wcapf-filter .wcapf-soft-limit-trigger {
    font-size: 12px;
    font-weight: 700;
    color: var(--black-900);
    line-height: 16px;
    text-decoration: none;
}


/* .offcanvas-forms */









#review_form_wrapper {
    /* max-width: 946px; */
    margin:60px auto 0 auto;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    border-radius: 0;
    border-color: var(--white-900);
}

.comment-reply-title {
    display: none;
}



.section-products-related {
    margin: 0;
}



 
/* account */


.woocommerce-account {
    font-size: 14px;
}

.woocommerce-account h1 {
    margin-bottom: 24px;
}

.woocommerce-account h2 {
    font-size: 16px;
    line-height: 20px;
    margin: 20px 0 34px 0;
}

@media (min-width:768px) {
    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: calc(25% - 23px);
    }
}
@media (min-width:768px) {
    .woocommerce-account .woocommerce-MyAccount-content {
        width: calc(75% - 8px);
    }
}

.woocommerce-account p {
    font-size: 14px;
    text-align: center;
}
@media (min-width:768px) {
    .woocommerce-account p {
        text-align: left;
    }
}

 
.woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 0 0 40px 0;
}
@media (min-width:768px) {
    .woocommerce-MyAccount-navigation ul {
        margin: 0;
        padding: 0 24px 0 0;
    }
}

.woocommerce-MyAccount-navigation ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.woocommerce-MyAccount-navigation ul li::before {
	display: none;
}


.woocommerce-MyAccount-navigation ul li a {
    font-size: 14px;
    font-weight: 700;
    color: var(--black-900);
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    padding: 6px 0;
	border-bottom: 1px solid var(--white-900);
    display: block;
}
@media (min-width:768px) {
    .woocommerce-MyAccount-navigation ul li a {
        text-align: left;
    }
}

.woocommerce-MyAccount-navigation ul li a:hover, .woocommerce-MyAccount-navigation ul li.is-active a {
    color: var(--gold-500);
    text-decoration: none;
}

.woocommerce-MyAccount-navigation ul li:last-child a {
    border-bottom: none;
}



.woocommerce-account.logged-in article button[type=submit] {
    margin-top: 20px;
}

.woocommerce-Address-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap:10px 24px;
    margin: 24px 0;
}

.woocommerce-Address-title::before, .woocommerce-Address-title::after {
    display: none !important;
}

.woocommerce-Address address {
    margin-bottom: 30px;
}

.woocommerce-Address-title h2 {
    margin: 0;
}

a.edit {
    font-size: 14px;
    font-weight: 500;
    color: var(--black-900);
    letter-spacing: .05em;
    text-decoration: none;
    float: unset !important;
    padding: 8px 16px;
    border-bottom: 1px solid var(--gold-500);
    border-right: 1px solid var(--gold-500);
}

a.edit:hover {
    color: var(--white-500);
    background-color: var(--gold-500);
}

.address-icons {
    display: flex;
    align-items: center;
    gap:16px;
    margin: 8px 0;
}

.shop_table.order_details td, .shop_table.order_details th {
    border-bottom: none !important;
    border-top: none !important;
}

.shop_table.order_details .product-name {
    display: flex;
    align-items: center;
    gap:12px;
    border-bottom: none !important;
    border-top: none !important;
}

.shop_table.order_details .product-name a {
    font-size: 14px;
    font-weight: 700;
    color: var(--black-900);
    line-height: 18px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: .05em;
}

.order-item-with-thumb img {
    width: 40px;
    height: 50px;
    object-fit: cover;
    margin: 0;
    padding: 0;
}


.shop_table.order_details tfoot th {
    font-size: 14px;
    font-weight: 700;
    color: var(--black-900);
    line-height: 18px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: .05em;
}

@media (min-width:768px) {
    .woocommerce-view-order .woocommerce .col2-set {
        display: flex;
        justify-content: space-between;
    }
}

@media (min-width:768px) {
    .woocommerce-view-order .woocommerce .col2-set .col-1 {
        width: calc(50% - 15px);
        min-width: calc(50% - 15px);
        max-width: calc(50% - 15px);
    }
}
@media (min-width:768px) {
    .woocommerce-view-order .woocommerce .col2-set .col-2 {
        width: calc(50% - 15px);
        min-width: calc(50% - 15px);
        max-width: calc(50% - 15px);
    }
}

.woocommerce-view-order .woocommerce .col2-set h2 {
    font-size: 16px;
    font-weight: 700;
    color: var(--black-900);
    line-height: 20px;
    margin: 0 0 8px 0;
}

.woocommerce-view-order .woocommerce .col2-set address {
    border: none;
    padding: 0;
}

.woocommerce-customer-details--phone, .woocommerce-customer-details--email {
    margin:8px 0 0 0;
}









/* login/register */

#customer_login {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#customer_login h2 {
    text-align: center;
    margin: 0 0 30px 0;
}

#customer_login .col-1 {
    border-bottom: 1px solid var(--white-900);
    padding: 0 0 24px 0;
    margin: 0 0 38px 0;
}
@media (min-width:768px) {
    #customer_login .col-1 {
        width:50%;
        min-width:50%;
        max-width:50%;
        border-right: 1px solid var(--white-900);
        border-bottom:none;
        padding:24px;
        margin: 0;
    }
}
@media (min-width:992px) {
    #customer_login .col-1 {
        padding:24px 40px;
    }
}

@media (min-width:768px) {
    #customer_login .col-2 {
        width:50%;
        min-width:50%;
        max-width:50%;
    }
}
@media (min-width:992px) {
    #customer_login .col-2 {
        padding:24px 40px;
    }
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: none;
    margin: 0;
    padding:0;
    border-radius: 0;
}




.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    margin: 0 0 20px 0;
    display: flex;
    align-items: center;
}


#customer_login button {
    width: 100%;
}

#customer_login .woocommerce-form-register__submit {
    background: var(--black-700);
}

#customer_login .woocommerce-form-register__submit:hover {
	color: var(--white-100);
	background: var(--black-500);
	text-decoration: none;
}




/* edit account */
.lost_reset_password p:first-child {
    margin-bottom: 30px;
}


.woocommerce-MyAccount-content p {
    text-align: left;
}

.woocommerce-MyAccount-content h5 {
    margin-top: 0;
    text-align: center;
}
@media (min-width:768px) {
    .woocommerce-MyAccount-content h5 {
        text-align: left;
    }
}

.woocommerce-EditAccountForm {
    margin-top: 30px;
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 100%;
}
@media (min-width:768px) {
    .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% - 15px);
    }
}

@media (min-width:768px) {
    .form-row-row-half {
        width: calc(50% - 15px);
    }
}



#billing_country_field.form-row-row-half label {
    bottom: 34px;
}


em {
    font-size: 12px;
    font-style: normal;
}

legend {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: .05em;
    margin:0 0 30px 0;
}

.woocommerce-account.logged-in article .woocommerce-MyAccount-content button[type=submit] {
    margin-top: 0;
}

.woocommerce-MyAccount-content button.button {
    width: 100%;
	font-size: 14px;
	font-weight: 700;
	color: var(--black-100);
	text-decoration: none;
	text-align:center;
	line-height:20px;
	letter-spacing: .05em;
	text-transform: uppercase;
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
    margin: 0;
	background: transparent;
    border:none;
	border-radius:0;
    outline: 0;
	padding:10px 20px;
	gap:6px;
    cursor: pointer;
	transition: .6s all;
	overflow: hidden;
    border-bottom: 1px solid var(--gold-900);
    border-right: 1px solid var(--gold-900);
}

@media (min-width:576px) {
    .woocommerce-MyAccount-content button.button {
        width: auto;
    }
}

.woocommerce-MyAccount-content button.button:hover {
	color: var(--white-100);
	background: var(--gold-500);
	text-decoration: none;
}

.woocommerce-MyAccount-content button.button:disabled {
	color: var(--black-100);
	background:var(--white-900);
	text-decoration: none;
	opacity: .5;
}

.woocommerce-MyAccount-content button.button:focus, .woocommerce-MyAccount-content button.button:active {
	color: var(--white-100);
	background:var(--gold-700);
	text-decoration: none;
}



@media (min-width:768px) {
    .u-columns.woocommerce-Addresses.col2-set.addresses {
        display: flex;
        gap:30px;
    }
}

@media (min-width:768px) {
    .u-columns.woocommerce-Addresses.col2-set.addresses .col-1, .u-columns.woocommerce-Addresses.col2-set.addresses .col-2 {
        width: calc(50% - 15px);
        min-width: calc(50% - 15px);
        max-width: calc(50% - 15px);
    }
}

.woocommerce-error li, .woocommerce-info li, .woocommerce-message li {
        padding:0px !important;
        width: 100%;
}
.woocommerce-error li::before {
    display: none;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    font-size: 14px;
    color: var(--white-100);
    margin:0;
    padding:17px 25px;
    background: var(--gold-100);
    border: none;
    outline: none;

    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:12px;
    flex-wrap: wrap;
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before, .woocommerce-error::after, .woocommerce-info::after, .woocommerce-message::after {
    display: none;
}

.woocommerce-error a, .woocommerce-info a, .woocommerce-message a {
    color: var(--white-100);
}
.wc-block-components-checkbox .wc-block-components-checkbox__mark{
    display: none;
}



.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock {
    color: #EA0101;
}









/* woocommerce-cart */

@media (min-width:768px) {
.woocommerce-cart h1.text-center {
    text-align: left !important;
}
}

.cart-custom {
    gap:30px;
}

.woocommerce-cart article > .woocommerce .woocommerce-notices-wrapper {
    font-size: 14px;
    min-width: 100%;
}

.woocommerce .cart-collaterals::after, .woocommerce .cart-collaterals::before, .woocommerce-page .cart-collaterals::after, .woocommerce-page .cart-collaterals::before {
    display: none;
}


.woocommerce-cart article > .woocommerce .woocommerce-cart-form {
    width: 100%;
}
@media (min-width:768px) {
    .woocommerce-cart article > .woocommerce .woocommerce-cart-form {
        width: calc(66% - 30px);
        margin-bottom: 0;
    }
}
@media (min-width:992px) {
    .woocommerce-cart article > .woocommerce .woocommerce-cart-form {
        width: calc(76% - 30px);
    }
}

.woocommerce-cart article > .woocommerce .cart-collaterals {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    font-size: 14px;
    padding: 0;
    border-radius: 0;
    padding:0;
}
@media (min-width:768px) {
    .woocommerce-cart article > .woocommerce .cart-collaterals {
        width: 34%;
        max-width: 34%;
        min-width: 34%;
        
    }
}
@media (min-width:992px) {
    .woocommerce-cart article > .woocommerce .cart-collaterals {
        width: 24%;
        max-width: 24%;
        min-width: 24%;
    }
}

.cart_totals  {
    background: var(--white-300);
    padding: 16px;
}

.woocommerce-cart article > .woocommerce .cart-collaterals p {
    font-size: 14px;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: unset;
    width: 100%;
}


.woocommerce-cart article > .woocommerce .cart-collaterals h2 {
    font-size: 20px;
    margin: 0;
    padding: 0;
}

.woocommerce-cart article ul {
    margin: 0;
    padding: 0;
}

.woocommerce-cart article ul li {
    margin: 0;
    padding: 0;
}

.woocommerce-cart article ul li::before {
    display: none;
}

.woocommerce-cart article > .woocommerce .cart-collaterals table th, 
.woocommerce-cart article > .woocommerce .cart-collaterals table td {
    padding-left: 0;
}

.woocommerce-cart article > .woocommerce .cart-collaterals .wc-proceed-to-checkout {
    padding-bottom: 0;
}

.woocommerce-cart article > .woocommerce .cart-collaterals .checkout-button {
    width: 100%;
    margin-bottom: 0;
}

.woocommerce-cart article table, .woocommerce-cart article table tr, .woocommerce-cart article table th, .woocommerce-cart article table td {
    font-size: 14px;
    border: none !important;
}
.wc-block-cart-items__header-product {
    visibility: visible !important;
    font-size:0 !important;
}
.woocommerce-cart article table tr.wc-block-cart-items__row {
    border-bottom: 1px solid color-mix(in srgb,currentColor 20%,transparent) !important;
}
.woocommerce-cart article table .wc-block-cart-items__header {
    border-bottom: 1px solid color-mix(in srgb,currentColor 20%,transparent) !important;
}
.woocommerce-cart .wc-block-cart-items__header-image {
    padding:10px 16px !important;
}
.woocommerce .woocommerce-cart-form  table.shop_table {
    border-radius: 0;
    overflow: hidden;
}

.woocommerce-cart article table thead {
    font-size: 14px;
    font-weight: 700;
    /* color: var(--white-100);
    background: var(--black-900); */
    text-transform: uppercase;
}

.woocommerce-cart article table tbody tr:nth-child(even) {
 /*    background: var(--white-300); */
}


.woocommerce-cart article table tr.woocommerce-cart-form__cart-item {
/*     display: flex;
    display: inline-table;
    justify-content: space-between;
    align-items: center; */
    position: relative;
}
.woocommerce-cart article table tr.woocommerce-cart-form__cart-item::after {
    content: '';
    width: 100%;
    height: 2px;
    background: var(--white-900);
    display: block;
    left: 0;
    bottom: 0;
    position: absolute;
}
@media (min-width:768px) {
    .woocommerce-cart article table tr.woocommerce-cart-form__cart-item::after {
        height:1px;
    }
}

.woocommerce-cart article table .product-name a {
    color: var(--black-700);
    text-transform: uppercase;
    text-decoration: none;
}

.woocommerce-cart article table .product-price > span, .woocommerce-cart article table .product-subtotal > span {
    font-size: 12px;
}

.woocommerce-cart article .product-name img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin:0;
    padding:0;

}

.custom-qty-wrapper {
    width: 100px;
    position: relative;
}


@media (max-width:767.98px) {
    .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
        display: none !important;
    }

    .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
        text-align: left !important;
        background: none !important;
        padding: 12px 0;
    }

    .woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        padding: 0;
    }
    
    .woocommerce table.shop_table_responsive tr td.product-name, .woocommerce table.shop_table_responsive tr td.product-price {
        min-width: 100%;
    }

    .woocommerce table.shop_table_responsive tr td.product-quantity {
        max-width: 132px;
    }

    .woocommerce table.shop_table_responsive tr td.product-subtotal {
        max-width: calc(100% - 196px);
    }

    .woocommerce table.shop_table_responsive tr td.product-remove {
        max-width: 40px;
    }

    /* .woocommerce table.shop_table_responsive tr td.product-quantity, .woocommerce table.shop_table_responsive tr td.product-subtotal, .woocommerce table.shop_table_responsive tr td.product-remove {
        display: inline-block !important;
    } */


}

/* .custom-qty-wrapper .screen-reader-text {
    display: none !important;
}
 */
.woocommerce-cart .custom-qty-wrapper {
    width: 108px;
}

.woocommerce-cart div.quantity {
    width: 108px;
}


.woocommerce-cart div.quantity input {
    width: 108px !important;
    height:40px;
}

div.custom-qty-wrapper button.qty-plus, div.custom-qty-wrapper button.qty-minus {
    height:40px;
    z-index: 4;
}

.woocommerce-page table.cart td.actions {
    width: 100%;
    background-color: var(--white-100);
    padding: 16px 0;
    margin: 0 auto;
}


@media (max-width:767.98px) {
.button-update-cart {
    width: 100%;
    margin-top: 12px;
}
}

.woocommerce .cart .actions {
    border:none !important;
    padding: 20px 0 !important;
}


.woocommerce .cart .actions .button[type=submit] {
    max-width: 185px;
    color:var(--white-100);
    background: var(--gold-500);
    border: 1px solid var(--gold-500);
    margin: 0 auto;
}
@media (min-width:768px) {
    .woocommerce .cart .actions .button[type=submit] {
        max-width: unset;
    }
}

.woocommerce .cart .actions .button[type=submit]:hover {
    color:var(--white-100);
    background: var(--gold-300);
}


.woocommerce-cart table.cart td.actions .coupon {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap:12px;
    flex-wrap: nowrap;
    position: relative;
}
@media (min-width:768px) {
    .woocommerce-cart table.cart td.actions .coupon {
        margin-bottom: 12px;
    }
}
@media (min-width:992px) {
    .woocommerce-cart table.cart td.actions .coupon {
        margin-bottom: 0;
    }
}

.coupon-inner {
    position: relative;
}

.woocommerce .cart .actions .coupon .button[type=submit] {
    margin: 0;
}

.woocommerce-cart table.cart td.actions .coupon .coupon-error-notice {
    min-width: 100%;
    margin: 0;
}



.woocommerce-cart table.cart td.actions .coupon::before, 
.woocommerce-cart table.cart td.actions .coupon::after {
    display: none;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
/*     padding: 0 100px 0 15px; */
}
@media (min-width:768px) {
    .woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 100%;
        width: 256px;
    }
}



.woocommerce .cart .coupon .button[type=submit] {
    color: var(--white-100);
    background: var(--black-900);
    padding: 10px 20px;
    border: none;
   /*  right: 0;
    position: absolute; */
}
@media (min-width:768px) {
    .woocommerce .cart .coupon .button[type=submit] {

        right: unset;
        position: relative;
    }
}

.woocommerce .cart .coupon .button[type=submit]:hover {
    background: var(--black-500);
}

.cart-add-info-wrapper {
    margin: 31px 0 0 5px;
    gap:12px;
}

@media (min-width:768px) {
    .cart-add-info-wrapper {
        margin: 26px 5px 0 5px;
    }
}

.cart-add-info-icon {
    width: 30px;
    max-width: 30px;
    height: auto;
    margin: 0;
    padding: 0;
}

.cart-add-info-inner h5 {
    margin:0 0 5px 0;
}

.woocommerce-cart article > .woocommerce .cart-collaterals .cart-add-info-inner p {
    font-size: 12px;
    color: var(--black-700);
    line-height: 16px;
    margin: 0;
}

.cart-custom-slider {
    margin: 50px 0 0 0;
}

.cart-custom-slider h3 {
    margin: 0 86px 0 0;
}

.cart-custom-slider .productsSwiper-wrapper {
    margin: 22px 0;
}

.cart-custom-slider .productsSwiper-prev {
    width: 22px;
    height: 18px;
    background: url('../images/icon-arrow-prev.svg') center no-repeat;
    margin-top:-50px;
    top:0 !important;
    left:unset !important;
    right:50px !important;
    position: absolute;
    transition: .3s all;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.cart-custom-slider .productsSwiper-next {
    width: 22px;
    height: 18px;
    background: url('../images/icon-arrow-next.svg') center no-repeat transparent;
    margin-top:-50px;
    top:0 !important;
    left:unset !important;
    right:0 !important;
    position: absolute;
    transition: .3s all;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.cart-custom-slider .productsSwiper-prev:hover, .cart-custom-slider .productsSwiper-next:hover {
    opacity: .7;
}




/* wishlist */

.tinvwl-table-manage-list tr,
.tinvwl-table-manage-list th, 
.tinvwl-table-manage-list td {
    font-size: 14px;
    border: none;
    position: relative;
}

.tinvwl-table-manage-list td.product-name a {
    font-weight: 700;
    color:var(--black-900);
    text-decoration: none;
    text-transform: uppercase;
}

.tinvwl-table-manage-list tr {
    border-bottom: 1px solid var(--white-900);
}

.tinv-wishlist tfoot .tinvwl-to-left+.tinvwl-to-right {
    margin-top:10px;
}
@media (min-width:992px) {
    .tinv-wishlist tfoot .tinvwl-to-left+.tinvwl-to-right {
        margin-top:0px;
    }
}

.tinvwl-to-right.look_in button {
    margin-left: 10px;
}

.woocommerce-checkout-payment ul li::before {
    display:none !important;
}

.tinv-wishlist .button {
    font-size: 14px;
    padding:10px 20px !important;
}

.woocommerce-checkout h2 {
    font-size: 16px;
    line-height: 20px;
    margin: 20px 0 34px 0;
}



/* checkout page */

.woocommerce .col2-set::after, .woocommerce .col2-set::before, .woocommerce-page .col2-set::after, .woocommerce-page .col2-set::before {
    display: none !important;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle {
    display: none;
}

.checkout-custom {
    gap: 30px;
}

.checkout-custom h3 {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 30px 0;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    width: 100%;
    float:unset;
}
@media (min-width:768px) {
    .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
        width: calc(66% - 30px);
        margin-bottom: 0;
    }
}
@media (min-width:992px) {
    .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
        width: calc(76% - 30px);
    }
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    font-size: 14px;
    padding: 0;
    border-radius: 0;
    padding:0;
    float:unset;
}
@media (min-width:768px) {
    .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
        width: 34%;
        max-width: 34%;
        min-width: 34%;
        
    }
}
@media (min-width:992px) {
    .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
        width: 24%;
        max-width: 24%;
        min-width: 24%;
    }
}


#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background:var(--white-300);
    border-radius: 0;
    padding: 16px;
}




.woocommerce table.shop_table {
    font-size: 14px;
    border: none;
    margin: 0 0 24px 0;
    text-align: left;
    width: 100%;
    border-collapse:collapse;
    border-radius: 0;
}

.woocommerce table thead {
    font-size: 14px;
    font-weight: 700;
    color: var(--white-100);
    letter-spacing: .05em;
    text-transform: uppercase;
    background: var(--gold-900);
}

.woocommerce table.shop_table td, .woocommerce table.shop_table th {
    padding: 10px 20px !important;
}

.woocommerce table.shop_table td {
    font-size: 12px;
    color: var(--black-700);
    line-height: 16px;
}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th, .woocommerce table.shop_table td {
    border-bottom: 1px solid var(--white-900) !important;
}

.woocommerce table.shop_table a {
    font-size: 12px;
    color: var(--black-700);
    text-decoration: none;
}

.woocommerce table.shop_table a:hover {
    color: var(--gold-500) !important;
}

.woocommerce table.my_account_orders .button {
    font-size: 12px;
    color: var(--black-700);
    text-decoration: none;
    text-transform: none;
    background: none;
    padding: 0;
}


@media (max-width: 767.98px) {
    .woocommerce-orders-table__row.woocommerce-orders-table__row--status-processing.order {
        padding: 8px 0;
    }
    
    .woocommerce-orders-table__row.woocommerce-orders-table__row--status-processing.order:first-child {
        border-top: 1px solid var(--white-900) !important;
    }
    .woocommerce table.shop_table td {
        border-top: none;
        border-bottom: none;
    }

    .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number {
        font-size: 12px !important;
        display: block !important;
    }

    .woocommerce table.shop_table .woocommerce-orders-table__cell {
        width: 100%;
        padding:2px 0 !important;
        border: none !important;
    }
    .woocommerce table.shop_table .woocommerce-orders-table__cell::before {
        width:90px;
        content: attr(data-title) "";
        font-weight: 700;
        float: left;
        display: block !important;
    }
    
    .woocommerce table.shop_table .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
        text-align: right !important;
        padding-top: 14px !important;
    }





    .woocommerce-view-order .woocommerce-order-details .woocommerce-order-details__title {
        display: none !important;
    }


}

.woocommerce-edit-address .form-row.form-row-last.validate-required.validate-email {
    margin-bottom: 18px;
}

@media (min-width:768px) {
    .woocommerce-edit-address .form-row.form-row-first.validate-phone {
        margin-bottom: 18px;
    }
}

.woocommerce-edit-address em {
    width: 100%;
    margin: 0 0 16px 0;
    display: flex;
    gap:4px;
}




article table.shop_table td, article table.shop_table th, article table.shop_table tr {
    border: none;
}

article table ul li::before {
    display: none;
    margin: 0;
    padding: 0;
}





.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    font-size: 20px;
    font-weight: 700;
    color: var(--gold-500);
}

.woocommerce ul.order_details li {
    margin: 0;
    padding: 10px 20px;
}

.woocommerce ul.order_details li::before {
    display: none;
}

.woocommerce .woocommerce-customer-details address {
    border-radius: 0;
    margin-bottom: 30px !important;
}






.woocommerce .cart .woocommerce-cart-form__cart-item.cart_item td.product-name {
    display: flex;
    gap:12px;
    align-items: center;
}
@media (min-width:768px) {
    .woocommerce .cart .woocommerce-cart-form__cart-item.cart_item td.product-name .woocommerce-Price-amount {
        display: none;
    }
}

@media (max-width:767px) {
    .woocommerce .cart .woocommerce-cart-form__cart-item.cart_item td {
        border-bottom:none !important;
        padding: 12px 0 !important;
    }
    .cart-mobile-price {
        display: flex;
        flex-direction: column;
        gap:12px;
    }
   .woocommerce .cart .woocommerce-cart-form__cart-item.cart_item td.product-price {
        display: none;
   }

}



.woocommerce-checkout-review-order .product-name {
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: .05em;
    display: flex;
    gap:12px;
    align-items: center;
    border-bottom: none !important;
    border-top: none !important;
}

.woocommerce-checkout-review-order tr {
        border-bottom: none !important;
    border-top: none !important;
}

h3#order_review_heading {
    display: none;
}

.woocommerce-checkout-review-order .product-name img.attachment-thumbnail {
    width: 40px;
    height: 50px;
    padding: 0;
    margin: 0;
    object-fit: cover;
}

.woocommerce-checkout-review-order .cart-subtotal {
    display: none;
}

.woocommerce-checkout-review-order tfoot th {
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: .05em;    border-bottom: none !important;
    border-top: none !important;
}

.woocommerce-checkout-review-order .woocommerce-shipping-methods {
    margin: 0;
    padding: 0;
}

.woocommerce ul#shipping_method li {
    margin: 0 0 20px 0;
    padding: 0;
}

.woocommerce ul#shipping_method li label {
    position: relative !important;
}

.woocommerce-shipping-methods img {
    max-width: 60px !important;
    margin-top: 10px;
}
/* 
.shop_table.woocommerce-checkout-review-order-table tr {
    display: flex;
    flex-direction: column;
} */

/* .shop_table.woocommerce-checkout-review-order-table .woocommerce-shipping-totals.shipping {
    background-color: pink;
    display: flex;
    flex-direction: column;
    width: 100%;
}
 */


.woocommerce-order-received .shop_table.order_details .product-name {
    border-bottom: 1px solid var(--white-900) !important;
}

.woocommerce-order-received .woocommerce-customer-details {
    display: none !important;
}

@media (max-width:767.98px) {
    .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
        width: 100%;
        border-right:none;
        border-bottom: 1px dashed #cfc8d8;
        padding: 20px 0;
    }
}


#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.payment_methods label {
    margin: 0 !important;
    background: transparent !important;
}


#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    background-color: var(--white-100);
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    border-color: var(--white-100);
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}
/* 
.payment_box.payment_method_cod label {
    position: relative !important;
    background-color: red !important;

}
 */
.wc_payment_method.payment_method_cod #payment_method_cod {
    display: inline-block !important;
}

/* ende */

.fpcl-color-links + .stock.in-stock {
    display: none;
}
.fpcl-color-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.cfvsw-swatches-option.cfvsw-label-option.cfvsw-swatches-blur-disable.cfvsw-swatches-disabled {
    opacity: 0.4;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit{
    background-color: var(--beige-500);
    color: var(--black-300);
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover{
    background-color: var(--gold-500);
    color: var(--white-300);
}
.wc-block-components-button:not(.is-link){
    background-color: var(--beige-500);
    color: var(--black-300);
}
.wc-block-components-button:not(.is-link):hover{
    background-color: var(--gold-500);
    color: var(--white-300);
}
.fancybox-image {
    height:100% !important;
}
.fortamira-size-table-section-title + .fortamira-size-table-wrap {
    margin-top: 10px;
}