.woocommerce img, .woocommerce-page img {
    height: 100%;
    max-height: 100%;
    max-width: 100%;
}


/* forms */

.woocommerce form {
    text-transform: lowercase;
}

.woocommerce form .form-row {
    padding: 0;
    margin: 0 0 19px;
}

.woocommerce form .form-row label, .woocommerce-page form .form-row label {
    font-size: 14px;
    font-weight: 700;
    color: var(--black-700);
    margin: 0;
}

.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 {
    width:100%;
	height:40px;
	font-size:14px;
	font-weight: 400;
	color:var(--black-900);
    text-transform: lowercase;
	line-height:40px;
	background:var(--white-100);
	border:1px solid #ccc;
	border-radius:5px;
	padding:0 15px;
	margin:2px 0 0 0;
	appearance: none;
}

.select2-container .select2-dropdown, .select2-container .select2-selection {
    background:var(--white-100);
	border:1px solid #ccc;
    text-transform: lowercase;
	border-radius:5px;
	padding:0 15px;
	margin:2px 0 0 0;
}

.select2-container .selection .select2-selection {
    min-height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    padding: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
       top: 2px;
    right: .5em;
    height: 100%;
    width: 16px;
}



textarea {
    min-height: 100px;
    padding: 15px !important;
}


input[type=checkbox] {
    width: 20px;
    min-width: 20px;
    height: 20px;
    border-radius: 2px;
    padding: 0;
    margin: 0 8px 0 0;
}

input[type=checkbox]:checked {
    background: url('../images/icon-checked.svg') center no-repeat var(--white-100);
    border-color: var(--white-900);
}

input[type=radio] {
    width: 20px;
    min-width: 20px;
    height: 20px;
    border-radius: 50em;
    padding: 0;
    margin: 0 8px 0 0;
    background: var(--white-100);
    position: relative;
    appearance: auto !important;
    z-index: 980;
}

/* input[type=radio][checked=checked]::after {
    content: '';
    
    width: 20px;
    min-width: 20px;
    height: 20px;
    border-radius: 50em;
    border: 1px solid var(--gold-500);
    left:0;
    top:0;
    position: absolute;
    z-index: 992;
    appearance: auto !important;
} */

/* input[type=radio][checked=checked]::before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50em;
    background: var(--gold-500);
    top:3px;
    left: 3px;
    position: absolute;
    z-index: 990;
} */

/* input[type=radio][checked=checked] {
    border: 1px solid var(--gold-500);

}

input[type=radio][checked=checked]::after {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50em;
    background: var(--gold-500);
    top:3px;
    left: 3px;
    position: absolute;
} */

.woocommerce form .form-row .required {
    color: var(--gold-500);
}


.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;
}


.password-input input {
    text-transform: none !important;
}


.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .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, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .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, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
    font-size: 15px;
	font-weight: 700;
	color: var(--white-100);
	text-decoration: none;
	text-align:center;
    text-transform: lowercase;
	line-height:20px;
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
    width: auto;
    margin: 0;
	background:var(--gold-500);
    border:none;
	border-radius:5px;
    outline: 0;
	padding:10px 20px;
	gap:10px;
    cursor: pointer;
	transition: .6s all;
	overflow: hidden;
}
 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .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, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit: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, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover
{
	color: var(--white-100);
	background: var(--gold-300);
	text-decoration: none;
}

.woocommerce button.disabled {
    color: var(--white-100) !important;
	background:var(--gold-500) !important;
	text-decoration: none !important;
	opacity: .5 !important;
}


.woocommerce div.product form.cart .button {
    width: 100%;
    font-size:16px;
    text-transform: lowercase;
	padding:15px 25px;
}





/* woocommerce-breadcrumb */

.woocommerce-breadcrumb, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
	font-size: 16px;
	font-weight: 400;
	color: var(--black-900);
	line-height: 22px;
	letter-spacing: .1em;
	text-transform: lowercase;
    margin:8px 0 0 0;
	padding: 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap:0 17px;
    z-index: 994;
}

.woocommerce-breadcrumb a, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a {
	font-size: 16px;
	font-weight: 400;
	color: var(--black-900);
	line-height: 22px;
	letter-spacing: .1em;
	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;
}




/* archive */

.product-listing-category-col-wrapper {
    border: 1px solid var(--gold-500);
    padding: 20px;
    margin: 0 0 30px 0;
}


.product-listing-category-col-wrapper h2 {
    text-transform: lowercase;
}

.product-listing-category-col-wrapper .wcapf-filter {
    border-bottom: 1px solid var(--gold-500);
    padding: 0 0 15px 0;
    margin: 0 0 20px 0;
}

.product-listing-category-col-wrapper .wcapf-filter:last-child {
    border-bottom: none;
}




.btn-responsive-filters {
    width: 100%;
    margin: 0 0 20px 0;
}

@media (min-width:768px) {
    .btn-responsive-filters {
        display: none;
    }
}


@media (min-width:768px) {
   .product-listing-category-col-wrapper .header-mobile-menu, .product-listing-category-col-wrapper .header-mobile-menu:hover {
        display: none !important;
    }
}


 
@media (max-width:767.98px) {
	.product-listing-category-col-wrapper {
		display: none !important;
	}

	.responsive-filters .product-listing-category-col-wrapper {
		width:100%;
		height: 100vh;
        margin: 0;
        border: none;
		top:0px;
		left:0px;
		right:0px;
		position: fixed;
		display: flex !important;
		flex-direction: column;
		/* align-items: center; */
		justify-content: flex-start;
		z-index: 998;
		background: var(--white-100);
		overflow-y: auto;
		animation:top .5s;
	}
	@keyframes top {
		0% {
			top: -100vh;
			opacity: 0;
		}
		100% {
			top: 0;
			opacity: 1;
		}	
	}


    .product-listing-category-col-wrapper .header-mobile-menu, .product-listing-category-col-wrapper .header-mobile-menu:hover {
        margin: -20px 0 20px -20px;
        width: calc(100% + 40px);
    }

    .product-listing-category-col-wrapper .heading-bottom {
        display: none;
    }
}









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

.shop-sort-count-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap:20px;
    margin: 0 0 40px 0;
}
@media (min-width:576px) {
    .shop-sort-count-wrapper {
        flex-wrap:nowrap;
        flex-direction: row;
        margin: 0 0 30px 0;
    }
}

.woocommerce .woocommerce-result-count {
    font-size: 14px;
    color: var(--black-900);
    text-transform: lowercase;
    margin: 0;
    float: unset;
}

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

.custom-orderby-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: stretch;
    gap:12px;
}
@media (min-width:576px) {
    .custom-orderby-wrapper {
        width: auto;
    }
}

.custom-orderby-label {
    font-size: 14px;
    color: var(--black-900);
    white-space: nowrap;
}


.woocommerce .woocommerce-ordering select {
    text-transform: lowercase;
}
@media (min-width:768px) {
    .woocommerce .woocommerce-ordering select {
        width: 256px;
    }
}



.woocommerce ul.products {
    margin: 0 0 34px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap:20px;
}
@media (min-width:768px) {
    .woocommerce ul.products {
        margin: 0 0 40px 0;
        gap:30px;
    }
}

.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;
    text-align: center;
    background: var(--white-100);
    padding: 0 0 14px 0;
    border-radius: 0;
    -webkit-box-shadow: 10px 4px 15px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 10px 4px 15px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 10px 4px 15px 0px rgba(0, 0, 0, 0.05);
    position: relative;
    transition: .3s all;
}
@media (min-width:768px) {
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width: calc(50% - 15px);
        max-width: calc(50% - 15px);
        min-width: calc(50% - 15px);
    }
}
@media (min-width:992px) {
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width: calc(33.3333% - 20px);
        max-width: calc(33.3333% - 20px);
        min-width: calc(33.3333% - 20px);
    }
}
.woocommerce ul.products li.product:hover, .woocommerce-page ul.products li.product:hover, .woocommerce-page ul.products[class*=columns-] li.product:hover {
    -webkit-box-shadow: 10px 4px 35px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 10px 4px 35px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 10px 4px 35px 0px rgba(0, 0, 0, 0.25);
}


.woocommerce ul.products li.product a img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    margin: 0 0 10px 0;
}

.woocommerce ul.products li.product .woocommerce-placeholder {
    border: none;
    aspect-ratio: 1 / 1;
}



.woocommerce ul.products li.product .onsale {
    text-transform: lowercase !important;
    right: unset;
    top: 10px;
    left:10px;
    margin:0;
}

.woocommerce span.onsale {
    min-height:unset;
    min-width:unset;
    font-size: 12px;
    font-weight: 700;
    color: var(--white-100);
    text-align: center;
    line-height: 1em;
    padding:6px 11px;
    margin: 0;
    border-radius:50em;
    background-color: var(--gold-500);
    z-index: 9;
    top: 10px !important;
    left:10px !important;
    position: absolute;
}
 


.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    font-size: 14px;
    font-weight: 400;
    color: var(--black-900);
    text-transform: lowercase;
    line-height: 18px;
    margin:0 0 10px 0;
    padding: 0 10px;
    transition: .3s all;
}
@media (min-width:768px) {
    .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
        margin:0 0 13px 0;
    }
}

.woocommerce ul.products li.product:hover .woocommerce-loop-product__title, .woocommerce ul.products li.product:hover h3 {
    color: var(--gold-500);
}

.price {
    line-height: 1.4em;
    margin: 0;
    padding:0 10px;
    display: flex !important;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
    gap:0 12px;
}

.woocommerce ul.products li.product .price {
    margin-bottom: 0;
}

.price bdi {
    font-size: 18px;
    font-weight: 700;
    color: var(--black-700);
}
@media (min-width:768px) {
    .price bdi {
        font-size: 20px;
    }
}

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


/* 
.price-with-tax {
    min-width: 100%;
}

.price .price-with-tax bdi {
    font-size: 14px;
    color:var(--black-300);
}
 */
.woocommerce ul.products li.product .price del {
    font-size: 14px;
    text-decoration: none;
    position: relative;
    opacity: 1;
}

.woocommerce ul.products li.product .price del bdi {
    font-size: 14px;
    color: var(--black-700);
}

.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;
}

.woocommerce ul.products li.product .price ins {
    color: var(--gold-500);
    text-decoration: none;
    order: -1;
}

.woocommerce ul.products li.product .price ins bdi {
    color: var(--gold-500);
}
/* 
.iworks-omnibus {
    font-size: 12px;
    font-weight: 400;
    color: var(--black-100);
    margin: 0;
    padding: 0;
}

.iworks-omnibus bdi {
    font-size: 12px;
    font-weight: 400;
    color: var(--black-100);
    margin: 0;
    padding: 0;
}
 */


.tinv-wraper.tinv-wishlist.tinvwl-above_thumb-add-to-cart {
    width: 40px;
    height: 40px;
    background: rgba(253, 246, 239, 0.8);
    border-radius: 50em;
    left:unset;
    right: 10px;
}

.tinv-wraper.tinv-wishlist.tinvwl-above_thumb-add-to-cart a.tinvwl_add_to_wishlist_button {
    width: 40px;
    height: 40px;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before, .woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before, .woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart.tinvwl_add_to_wishlist_button:before, a.wishlist_products_counter.top_wishlist-heart:before, span.wishlist_products_counter.top_wishlist-heart:before, a.sidr-class-wishlist_products_counter.sidr-class-top_wishlist-heart:before {
    font-size: 40px;
    color: var(--black-500);
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:before, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {
    top:10px;
    left:10px;
}

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

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

.tinvwl-buttons-group button {
    font-size: 15px;
	font-weight: 700;
	color: var(--white-100);
	text-decoration: none;
	text-align:center;
	line-height:20px;
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
    width: auto;
    margin: 0;
	background:var(--gold-500);
    border:none;
	border-radius:5px;
    outline: 0;
	padding:10px 20px;
	gap:10px;
    cursor: pointer;
	transition: .6s all;
	overflow: hidden;
}

.tinvwl-buttons-group button:hover {
	color: var(--white-100);
	background: var(--gold-300);
	text-decoration: none;
}


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


/* 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 56px 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 {
    background: var(--white-500);
}

.woocommerce nav.woocommerce-pagination ul li span.current {
    background: var(--gold-500);
    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);
}



/* single */

.woocommerce.single .woo-breadcrumbs {
    margin: 0 0 40px 0;
}
@media (min-width:768px) {
.woocommerce.single .woo-breadcrumbs {
    margin: 0 0 60px 0;
}
}

.woocommerce.single div.product .product_title {
    margin: 0 0 30px 0 !important;
}


.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;
    }
}

.singl .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: 40px;
    height: 40px;
    background: rgba(253, 246, 239, 0.8);
    border-radius: 50em;
    left:unset;
    right: 10px;
}

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

/* .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before, .woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before, .woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart.tinvwl_add_to_wishlist_button:before, a.wishlist_products_counter.top_wishlist-heart:before, span.wishlist_products_counter.top_wishlist-heart:before, a.sidr-class-wishlist_products_counter.sidr-class-top_wishlist-heart:before {
    font-size: 40px;
    color: var(--black-500);
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:before, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {
    top:10px;
    left:10px;
} */




.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:calc(50% + 15px);
        overflow: hidden;
        padding: 0 30px 30px 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:calc(50% - 15px);
    }
}

/* .woocommerce.single div.product .onsale {
    display: none;
}
 */

.gallerySwiper-container {
    margin: 0 0 30px 0;
    -webkit-box-shadow: 10px 4px 15px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 10px 4px 15px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 10px 4px 15px 0px rgba(0, 0, 0, 0.05);
}

.swiper.gallerySwiper .swiper-slide img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

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

.gallerySwiper-button-prev {
	width:40px;
	height:40px;
	background:var(--white-300);
	border: none;
	border-radius: 50%;
	-webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	top:calc(50% - 20px);
	left:10px;
	position: absolute;
	z-index: 994;
	transition: .3s all;
}

.gallerySwiper-button-next {
	width:40px;
	height:40px;
	background:var(--white-300);
	border: none;
	border-radius: 50%;
	-webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	top:calc(50% - 20px);
	right:10px;
	position: absolute;
	z-index: 994;
	transition: .3s all;
}

.gallerySwiper-button-prev:hover, .gallerySwiper-button-next:hover {
	background-color: var(--black-700);
}

.gallerySwiper-button-prev::after {
	content: '';
	width: 9px;
	height: 15px;
	background:url('../images/icon-prev.svg') center no-repeat;
	background-size: 9px 15px;
	display: block;
}

.gallerySwiper-button-next::after {
	content: '';
	width: 9px;
	height: 15px;
	background:url('../images/icon-next.svg') center no-repeat;
	background-size: 9px 15px;
	display: block;
}

.gallerySwiper-button-prev:hover::after, .gallerySwiper-button-next:hover::after {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.gallerySwiperThumbs-container {
    width: calc(100% + 12px);
    padding: 0 12px 40px 0;
    overflow: hidden;
}

.gallerySwiperThumbs {
    width: 100%;
    overflow: visible;
}

.gallerySwiperThumbs .swiper-slide {
    border-radius: 0;
    transition: .3s all;
    -webkit-box-shadow: 10px 4px 15px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 10px 4px 15px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 10px 4px 15px 0px rgba(0, 0, 0, 0.05);
}
    
.gallerySwiperThumbs .swiper-slide img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    cursor: pointer;
}
    
.gallerySwiperThumbs .swiper-slide-thumb-active::after {
    content: '';
    width: 100%;
    height: 3px;
    border-radius: 50em;
    background: var(--gold-500);
    bottom:-9px;
    left: 0;
    position: absolute;
}


.woocommerce div.product form.cart .variations {
    border-bottom: 1px solid var(--white-900);
    margin: 0 0 35px 0;
}

.woocommerce div.product form.cart .variations::after {
    content: '';
    width: 100%;
    height: 34px;
    display: block;
}

.woocommerce div.product form.cart .variations label {
    margin:1.8em 0 3px 0;
    line-height: 1.4em;
}

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

.cfvsw-image-option {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 0 !important;
    border:1px solid transparent;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: 10px 4px 15px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 10px 4px 15px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 10px 4px 15px 0px rgba(0, 0, 0, 0.05);
}

.cfvsw-label-option {
	font-size: 16px;
}

.cfvsw-selected-swatch {
    border-color:var(--gold-500) !important;
    border-radius: 0 !important;
}

.woocommerce div.product form.cart .reset_variations {
    margin-left: 10px;
}


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

.single .product .summary .price bdi {
    font-size: 36px;
    font-weight: 700;
    color: var(--gold-500);
}

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

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

.single .product .summary del bdi {
    font-size: 24px !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 .price ins bdi {
    color: var(--gold-500);
}

.single .product .summary .onsale {
    text-transform: lowercase !important;
    margin: 0 0 20px 0 !important;
    left: 0 !important;
    top:0 !important;
    position: relative !important;
    display: inline-block !important;
}

.extraproducts-addtocart-wrapper {
    width: 100%;
    padding: 0 0 36px 0;
    clear: both;
}

.extraproducts-addtocart {
    gap:20px;
}
@media (min-width:992px) {
    .extraproducts-addtocart {
        gap:30px;
    }
}

.extraproducts-addtocart-inner {
    width: 100%;
    min-height: 100px;
    font-size: 14px;
    background: var(--white-100);
    margin: 0;
    padding: 0;
    -webkit-box-shadow: 10px 4px 15px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 10px 4px 15px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 10px 4px 15px 0px rgba(0, 0, 0, 0.05);
    gap:10px;
    cursor: pointer;
    transition: .3s all;
}
@media (min-width:1200px) {
    .extraproducts-addtocart-inner {
        width: calc(50% - 15px);
        max-width: calc(50% - 15px);
    }
}

.extraproducts-addtocart-inner:hover {
    -webkit-box-shadow: 10px 4px 35px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 10px 4px 35px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 10px 4px 35px 0px rgba(0, 0, 0, 0.25);
}

.extraproducts-addtocart-inner input {
    min-width: 20px;
}

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

.extraproducts-addtocart-inner-details {
    line-height: 1.2em;
}

.extraproducts-addtocart-inner-price {
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    margin: 12px 0 0 0 ;
}


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

.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-clr {
    clear: both;
    height: 70px;
}





.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 .star-rating::before
 {
    content: "\e021\e021\e021\e021\e021" !important;
 }

.woocommerce .star-rating span::before {
    content: "\e020\e020\e020\e020\e020" !important;

}




.woocommerce div.product form.cart, .woocommerce-variation-add-to-cart {
    margin-top: 10px;
}

.woocommerce div.product form.cart div.quantity {
    margin: 0 0 40px 0;
    position: relative;
}


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: 110px !important;
    height: 50px;
    font-size: 20px;
    font-weight: 700;
    color: var(--black-900);
    text-align: center;
    padding: 0 30px;
    margin: 0;
   /*  background: var(--white-100);
    border:1px solid var(--white-900);
    border-radius: 50em; */
    -moz-appearance: textfield;
    -webkit-appearance: none;
}
  
/* .woocommerce div.product form.cart  */div.quantity button, div.custom-qty-wrapper button {
    width: 27px;
    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;
}

/* .woocommerce div.product form.cart  */div.quantity button.minus, div.custom-qty-wrapper button.qty-minus {
    justify-content: flex-end;
    left: 0;
}

/* .woocommerce div.product form.cart  */div.quantity button.plus, div.custom-qty-wrapper button.qty-plus {
    justify-content: flex-start;
    right: 0;
}


#review_form_wrapper {
    max-width: 946px;
    text-transform: lowercase;
    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;
}

.woocommerce-noreviews {
    text-align: center;
}

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





.custom-category-description {
    padding-top: 50px;
}

 
/* account */

@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-MyAccount-navigation ul {
	margin: 0;
	padding: 0 0 70px 0;
}
@media (min-width:768px) {
    .woocommerce-MyAccount-navigation ul {
        margin: 0;
        padding: 0 24px 0 0;
        border-right: 1px solid var(--white-900);
    }
}

.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: 15px;
    font-weight: 700;
    color: var(--black-900);
    text-decoration: none;
    text-transform: lowercase;
    text-align: center;
    padding: 5px 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;
    justify-content:space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    gap:10px 20px;
    margin: 0 0 20px 0;
}

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

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

a.edit {
    font-size: 15px;
    font-weight: 700;
    color: var(--black-900);
    text-decoration: none;
    float: unset;
}

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





/* login/register */

#customer_login {
    max-width: 970px;
    margin: 0 auto;
}

#customer_login h2 {
    text-align: center;
    text-transform: lowercase;
    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%;
        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%;
        padding:24px;
    }
}
@media (min-width:992px) {
    #customer_login .col-2 {
        padding:24px 40px;
    }
}



.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    text-transform: lowercase;
    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%;
    text-transform: lowercase;}

#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;
}








/* woocommerce-cart */

.woocommerce-cart .page-header {
    margin-bottom: 20px;
}

.woocommerce-cart h1.text-center {
    text-align: left !important;
}

.cart-custom {
    gap:30px;
    text-transform: lowercase;
}


.woocommerce-cart article > .woocommerce {
  /*   display: flex;
    flex-wrap: wrap;
    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%;
/*     margin-bottom: 60px; */
}
@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 0 0 30px; */
    padding: 0;
}
@media (min-width:768px) {
    .woocommerce-cart article > .woocommerce .cart-collaterals {
        width: 34%;
        max-width: 34%;
        min-width: 34%;
        border-left: 1px solid var(--white-900);
        padding:0 0 0 30px;
    }
}
@media (min-width:992px) {
    .woocommerce-cart article > .woocommerce .cart-collaterals {
        width: 24%;
        max-width: 24%;
        min-width: 24%;
    }
}

.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;
    text-transform: lowercase;
}

.woocommerce .woocommerce-cart-form  table.shop_table {
    border-radius: 0;
    overflow: hidden;
}

.woocommerce-cart article table thead {
    font-weight: 700;
    color: var(--black-700);
    background: var(--white-300);
}

.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; */
    border-bottom: 1px solid darkblue !important;
    position: relative;
}
.woocommerce-cart article table tr.woocommerce-cart-form__cart-item::after {
    content: '';
    width: 100%;
    height: 1px;
    background: var(--white-900);
    display: block;
    left: 0;
    bottom: 0;
    position: absolute;
}

.woocommerce-cart article table .product-name a {
    color: var(--black-700);
    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 20px 0 0;
    padding:0;

}


.variation {
    margin: 10px 0 0 0;
    display: block;

}

.variation p {
    font-size:16px;
    margin: 0 0 10px 0 !important;
    line-height: 1.2em;
}

 .variation > * {
    line-height: 1.2em;
    padding: 4px 0;

}
dl.variation dd {
    padding: 0;
}

dl.variation dt {
    padding: 0;
}

.custom-qty-wrapper {
    width: 108px;
    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;
    }

    .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;
    }
    
    .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 div.quantity input {
    height:34px;
}

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


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



.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 .input-text {
    width: 100%;
    text-transform: lowercase;
    padding: 0 100px 0 15px;
}
@media (min-width:768px) {
    .woocommerce-cart table.cart td.actions .coupon .input-text {
        width: 256px;
    }
}

.woocommerce .cart .coupon .button[type=submit] {
    color: var(--white-100);
    background: var(--gold-500);
    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(--gold-300);
}

.cart-customerinfo {
    font-size: 18px;
    font-weight: 700;
    margin-top: 40px;
}
@media (min-width:768px) {
    .cart-customerinfo {
        font-size: 20px;
    }
}




/* checkout */

.woocommerce-checkout .checkout.woocommerce-checkout .col-1, .woocommerce-checkout .checkout.woocommerce-checkout .col-2 {
    float: none;
    width: 100%;
}

#order_review_heading {
    display: none;
}

.woocommerce-checkout article {
 text-transform: lowercase;
}

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

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

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


.woocommerce-checkout table, .woocommerce-checkout table th, .woocommerce-checkout table td {
    border: none !important;
}


.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    font-size: 32px;
    font-weight: 900;
    color: var(--gold-900);
    text-align: center;
    margin: 0 0 1em 0;
}


.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before, .woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
    color: var(--gold-900);
}


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

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    background: 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:1em solid var(--white-100);
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}

.woocommerce-checkout #payment div.payment_box p {
    margin-top: 0;
}

.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
    margin-bottom:20px;
}
@media (max-width:767.98px) {
    .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
        text-align: center;
        display: block;
        float: unset;
        border: none;
    }
}






.woocommerce-error li, .woocommerce-info li, .woocommerce-message li {
        padding: 1em 2em 1em 3.5em !important;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    font-size: 14px;
    color: var(--white-100);
    margin:0 0 25px 0;
    padding:17px 25px;
    text-transform: lowercase;
    background: var(--gold-100);
    border: 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);
}




/* wishlist */

.tinv-wishlist {
    text-transform: lowercase;
}

.tinv-wishlist .tinvwl-buttons-group button {
    text-transform: lowercase;
}

.tinvwl-input-group .form-control, .tinvwl-input-group-addon, .tinvwl-input-group-btn {
    text-transform: lowercase;
}

.tinvwl-table-manage-list tr,
.tinvwl-table-manage-list th, 
.tinvwl-table-manage-list td {
    border: none;
}

.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;
    }
}



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





/* Koszyk: komunikat "ile brakuje do darmowej wysyłki" + pasek postępu */

.qi-free-ship{
  margin: 0 0 20px;
  padding: 12px 14px;
  background: var(--white-300);
/*   border: 1px solid #e9e9f2; */
  border-radius: 5px;
}
.qi-free-ship__msg{
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 12px;
}
.qi-free-ship__bar{
  position: relative;
  height: 8px;
  background: var(--white-700);
  border-radius: 999px;
  overflow: hidden;
}
.qi-free-ship__bar > span{
  position: absolute; left:0; top:0; bottom:0;
  width: 0%;
  background: linear-gradient(90deg,#B36410,#EB9D4C);
  border-radius: 999px;
  transition: width .3s ease;
}
.qi-free-ship__legend{
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.2em;
  color: var(--black-500);
  display: flex; justify-content: space-between;
}





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




/* ende */
