/** woocommerce page padding */
.space-top-custom {
    padding: 50px 10px;
}
.woocommerce-page .content-area {
    padding: 50px 10px 0px 10px;
}
h2.woocommerce-loop-product__title {
    color: #fff;
}
.post-type-archive-product img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    height: 330px !important;
}

/** Woocommerce button */
.woocommerce-page a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    background-color: #c9a84c;
    color: #fff;
    padding: 15px 25px;
    border-radius: 40px;
}

.tax-product_cat.woocommerce ul.products li.product a img {
    height: 330px!important;
}

/** Single product */
.single-product h1.product_title.entry-title {
    color: #fff;
    font-size: 30px;
}

.single-product button.single_add_to_cart_button.button.alt,
a.button.product_type_simple {
    background-color: #c9a84c;
    color: #fff;
    padding: 15px 25px;
    border-radius: 40px;
}
a.button.product_type_simple:hover {
    background-color: #c9a84c;
    color: #fff;
    padding: 15px 25px;
    border-radius: 40px;
}
div#tab-description h2 {
    color: #fff;

}
section.related.products h2 {
    color: #fff;
}
h2.woocommerce-Reviews-title {
    color: #fff;
}
 .woocommerce ul.products li.product a img {
    width: 100%;
    height: 330px!important;
    display: block;
    margin: 0 0 1em;
    box-shadow: none;
   object-fit: cover;
}

/** Cart empty */
.wc-block-grid__products .wc-block-grid__product-image img {
    height: 330px;
}
a.wp-block-button__link.add_to_cart_button.ajax_add_to_cart {

    background-color: #c9a84c;
    color: #fff;
    padding: 5px 25px;
    border-radius: 40px;
}

button.wc-block-components-quantity-selector__button.wc-block-components-quantity-selector__button--plus {
    background-color: #c9a84c;
}

button.wc-block-cart-item__remove-link {
    color: #c9a84c !important;
}
.wc-block-cart__submit-container a,
.wc-block-components-checkout-place-order-button {
    background-color:#c9a84c!important;

}

/* =========================================================
   PRODUCT AUDIO
   ========================================================= */

.product-audio-section {
    width: 100%;
    margin-top: 25px;
}

.product-audio-item {
    margin-bottom: 20px;
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 5px;
}

.product-audio-title {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.4;
    color:#fff;
}

.product-audio-item audio {
    width: 100%;
    max-width: 500px;
    display: block;
}
.product-audio-description {
    margin-bottom: 5px;
}

/**************Work Page CSS *******/

.woocommerce .woocommerce-result-count {
    margin: 0;
    color:var(--white-color);
}
.woocommerce ul.products li.product .button {
    text-transform: uppercase;
    position: absolute;
    bottom: 15px;
}
.woocommerce h2.woocommerce-loop-product__title {
    color: var(--white-color);
    font-size:18px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    padding: 0 !important;
    margin-bottom: 10px !important;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    font-size: 20px;
    color: #7a6d49;
    font-weight: 500;
}
.woocommerce-page a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart{
    text-transform: uppercase;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    border-radius: 10px;
    margin-left: 0;
    position: relative;
}

.woocommerce ul.products li.product a img{
	margin:0;
}
/* =========================================================
   WOOCOMMERCE PRODUCT LIST - EQUAL HEIGHT
========================================================= */

.woocommerce ul.products {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: stretch !important;
}


/* Price */
.woocommerce ul.products li.product
.price {
    min-height: 25px !important;
    margin-bottom: 15px !important;
}


/* Add to cart button stays at bottom */
.woocommerce ul.products li.product
.add_to_cart_button,
.woocommerce ul.products li.product
.product_type_simple {
    margin-top: auto !important;
    align-self: flex-start !important;
}
.woocommerce ul.products li .product_custom {
    padding: 20px;
    background: linear-gradient(145deg, rgba(212, 175, 55, .11), rgba(255, 255, 255, .035));
    min-height: 170px;
}
.woocommerce nav.woocommerce-pagination{
	margin-bottom:30px;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 0 !important;
    margin: 30px 0 0 !important;
    padding: 0 !important;
    list-style: none;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers {
    width: 42px;
    height: 42px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    border: 1px solid rgba(255,255,255,0.25) !important;
    border-radius: 50% !important;
    color: #fff !important;
    background: transparent !important;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none !important;
    transition: all .3s ease;
}

/* Current page */
.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers.current {
    background: #7a6d49 !important;
    border-color: #7a6d49 !important;
    color: #fff !important;
}

/* Hover */
.woocommerce nav.woocommerce-pagination ul.page-numbers li a.page-numbers:hover {
    background: #7a6d49 !important;
    border-color: #7a6d49 !important;
    color: #fff !important;
}

/* Next button */
.woocommerce nav.woocommerce-pagination ul.page-numbers li a.next {
    font-size: 20px;
}

/* Mobile */
@media (max-width: 767px) {

    .woocommerce nav.woocommerce-pagination ul.page-numbers {
        gap: 6px;
        margin-top: 25px !important;
    }

    .woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers {
        width: 38px;
        height: 38px;
        font-size: 14px;
    }

    .woocommerce nav.woocommerce-pagination ul.page-numbers li a.next {
        font-size: 18px;
    }
}
/* =========================================================
   RESPONSIVE PRODUCT GRID
========================================================= */

/* 992px - 1024px = 3 items */
@media (min-width: 992px) and (max-width: 1199px) {

    .woocommerce ul.products {
        display: flex !important;
        flex-wrap: wrap !important;
        margin: 0 -10px !important;
    }

    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: calc(33.333% - 20px) !important;
        margin: 0 10px 25px !important;
        box-sizing: border-box;
    }

    .woocommerce ul.products li.product a img {
        width: 100% !important;
        margin: 0 !important;
        height: 100% !important;
        object-fit: fill;
        aspect-ratio: 1.1;
    }
	.wc-block-cart .wc-block-cart__submit-container {
        font-size: 18px !important;
        letter-spacing: 2px !important;
    }
}


/* Tablet - 2 Items */
@media (min-width: 768px) and (max-width: 991px) {

    .woocommerce ul.products {
        display: flex !important;
        flex-wrap: wrap !important;
        margin: 0 -10px !important;
    }

    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: calc(50% - 20px) !important;
        margin: 0 10px 25px !important;
        box-sizing: border-box;
    }
	.woocommerce ul.products li.product a img {
        width: 100% !important;
        margin: 0 !important;
        height: 100% !important;
        object-fit: fill;
		aspect-ratio:1.1;
    }
	.wc-block-cart .wc-block-cart__submit-container {
        font-size:15px !important;
        letter-spacing: 1px !important;
    }
}


@media (min-width: 641px) and (max-width: 767px) {

    .woocommerce ul.products {
        display: flex !important;
        flex-wrap: wrap !important;
        margin: 0 -10px !important;
    }

    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: calc(50% - 20px) !important;
        margin: 0 10px 25px !important;
        box-sizing: border-box;
    }
	.woocommerce ul.products li.product a img{
   		height: 100% !important;
		object-fit: fill;
    	aspect-ratio: 1.1;
	}
	.wc-block-cart .wc-block-cart__submit-container {
        font-size: 16px !important;
        letter-spacing: 1px !important;
    }
}

/* Mobile - 1 Item */
@media (max-width:640px) {

    .woocommerce ul.products {
        display: flex !important;
        flex-direction: column !important;
        flex-wrap: nowrap !important;
        width: 100% !important;
        margin: 0 !important;
        gap: 20px;
    }

    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 0 20px !important;
        box-sizing: border-box;
    }

	.woocommerce ul.products li.product a img {
        width: 100% !important;
        margin: 0 !important;
        height: auto !important;
        object-fit: fill;
    }

    .woocommerce ul.products li .product_custom {
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
		text-align:center;
    }


    .woocommerce:where(body:not(.woocommerce-uses-block-theme))
    ul.products li.product .price {
        font-size: 17px;
    }
   .woocommerce ul.products li.product .button {
		left: 50%;
		transform: translateX(-50%);
	   width:max-content;
	}
	.woocommerce .woocommerce-ordering {
		margin: 20px 0;
		width: 100%;
	}
	.wc-block-cart .wc-block-cart__submit-container{
		font-size: 15px!important;
	}
}


/*************************** Cart Page CSS ****************************/
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus{
	box-shadow:none;
	outline:0;
}
.wc-block-components-totals-shipping .wc-block-components-totals-item strong {
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
}
.wc-block-components-totals-coupon .wc-block-components-panel__button {
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 600;
}

button.wc-block-components-button{
	background:var(--theme-color);
}


/* =========================================================
   WOOCOMMERCE CART BLOCK
========================================================= */

/* Main cart table */
.wc-block-cart-items {
    width: 100% !important;
    border-collapse: collapse !important;
    margin: 0 !important;
    color: #fff;
}

/* Header */
.wc-block-cart-items__header {
    border-bottom: 1px solid rgba(255,255,255,.18) !important;
}

.wc-block-cart-items__header th {
    padding: 0 0 18px !important;
    color: #7a6d49 !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Product row */
.wc-block-cart-items__row {
    border-bottom: 1px solid rgba(255,255,255,.12) !important;
}


/* Image */
.wc-block-cart-item__image {
    width: 100px !important;
    padding-left: 0 !important;
}

.wc-block-cart-item__image img {
    width: 80px !important;
    height: 80px !important;
    object-fit: cover !important;
    display: block !important;
    border-radius: 6px !important;
}

/* Product area */
.wc-block-cart-item__product {
    padding-left: 15px !important;
}

.wc-block-cart-item__wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

/* Product name */
.wc-block-components-product-name {
    color: #cfcccc !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    margin-bottom: 8px !important;
    transition: .3s ease;
}

.wc-block-components-product-name:hover {
    color: #7a6d49 !important;
}

/* Price */
.wc-block-cart-item__prices {
    margin: 0 0 8px !important;
}

.wc-block-components-product-price__value {
    color: #7a6d49 !important;
    font-size: 17px !important;
    font-weight: 600 !important;
}

/* Product description */
.wc-block-components-product-metadata {
    margin: 0 0 15px !important;
}

.wc-block-components-product-metadata__description p {
    margin: 0 !important;
    color: rgba(255,255,255,.65) !important;
    font-size: 15px !important;
    line-height: 1.7;
}

/* Quantity section */
.wc-block-cart-item__quantity {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
}

/* Quantity box */
.wc-block-components-quantity-selector {
    display: flex !important;
    align-items: center !important;
    width: 115px !important;
    height: 40px !important;
    border: 1px solid rgba(255,255,255,.25) !important;
    border-radius: 4px !important;
    background: transparent !important;
    overflow: hidden;
}

/* Quantity buttons */
.wc-block-components-quantity-selector__button {
    width: 35px !important;
    height: 40px !important;
    min-width: 35px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #fff !important;
    font-size: 18px !important;
    cursor: pointer;
}

.wc-block-components-quantity-selector__button:hover {
    background: #7a6d49 !important;
    color: #fff !important;
}

/* Quantity input */
.wc-block-components-quantity-selector__input {
    width: 45px !important;
    height: 40px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #fff !important;
    text-align: center !important;
    font-size: 14px !important;
    outline: none !important;
}

/* Remove button */
.wc-block-cart-item__remove-link {
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: rgba(255,255,255,.55) !important;
    font-size: 13px !important;
    text-decoration: underline !important;
    cursor: pointer;
    transition: .3s ease;
}

.wc-block-cart-item__remove-link:hover {
    color: #7a6d49 !important;
}


/* Total */
.wc-block-cart-item__total {
    width: 130px !important;
    padding-right: 0 !important;
    text-align: right !important;
}

.wc-block-cart-item__total .wc-block-components-product-price__value {
    font-size: 18px !important;
    color:#cfcccc !important;
    font-weight: 600 !important;
}
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__wrap, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__wrap{
	gap:0!important;
}
.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus{
	box-shadow:none!important;
}
.wc-block-cart .wc-block-cart__submit-container {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 3px;
}


.wp-block-woocommerce-cart-totals-block .wp-block-woocommerce-cart-order-summary-block h2{
	color: #7a6d49 !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-item span {
    font-size: 20px;
    text-transform: capitalize;
    color: #cfcccc;
    font-weight: 500;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .wc-block-cart-items__row td {
        padding: 20px 8px !important;
    }

    .wc-block-cart-item__image {
        width: 90px !important;
    }

    .wc-block-cart-item__image img {
        width: 70px !important;
        height: 70px !important;
    }

    .wc-block-components-product-name {
        font-size: 16px !important;
    }

    .wc-block-components-product-price__value {
        font-size: 16px !important;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .wc-block-cart-items {
        display: block !important;
        width: 100% !important;
    }

    /* Hide table header on mobile */
    .wc-block-cart-items__header {
        display: none !important;
    }

    .wc-block-cart-items tbody {
        display: block !important;
        width: 100% !important;
    }

    /* Each product */
    .wc-block-cart-items__row {
        display: grid !important;
        grid-template-columns: 75px 1fr !important;
        width: 100% !important;
        margin-bottom: 20px !important;
        padding: 15px 0 !important;
        box-sizing: border-box;
    }

    .wc-block-cart-items__row td {
        padding: 0 !important;
        border: 0 !important;
    }

    /* Image */
    .wc-block-cart-item__image {
        width: 75px !important;
        grid-column: 1;
        grid-row: 1;
    }

    .wc-block-cart-item__image img {
        width: 65px !important;
        height: 65px !important;
        border-radius: 5px !important;
    }

    /* Product */
    .wc-block-cart-item__product {
        width: auto !important;
        grid-column: 2;
        grid-row: 1;
        padding-left: 10px !important;
    }

    .wc-block-components-product-name {
        font-size: 15px !important;
        line-height: 1.35;
        margin-bottom: 5px !important;
    }

    .wc-block-components-product-price__value {
        font-size: 15px !important;
    }

    .wc-block-components-product-metadata {
        margin-bottom: 10px !important;
    }

    .wc-block-components-product-metadata__description p {
        font-size: 12px !important;
        line-height: 1.5;
    }

    /* Quantity */
    .wc-block-cart-item__quantity {
        gap: 10px !important;
        flex-wrap: wrap;
    }

    .wc-block-components-quantity-selector {
        width: 100px !important;
        height: 35px !important;
    }

    .wc-block-components-quantity-selector__button {
        width: 30px !important;
        min-width: 30px !important;
        height: 35px !important;
    }

    .wc-block-components-quantity-selector__input {
        width: 40px !important;
        height: 35px !important;
    }

    /* Total */
    .wc-block-cart-item__total {
        grid-column: 2;
        grid-row: 2;
        width: auto !important;
        padding: 10px 0 0 10px !important;
        text-align: left !important;
    }

    .wc-block-cart-item__total .wc-block-components-product-price__value {
        font-size: 16px !important;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .wc-block-cart-items__row {
        grid-template-columns: 65px 1fr !important;
    }

    .wc-block-cart-item__image {
        width: 65px !important;
    }

    .wc-block-cart-item__image img {
        width: 55px !important;
        height: 55px !important;
    }

    .wc-block-cart-item__product {
        padding-left: 8px !important;
    }

    .wc-block-components-product-name {
        font-size: 14px !important;
    }

    .wc-block-components-product-metadata__description p {
        font-size: 11px !important;
    }

    .wc-block-cart-item__total {
        padding-left: 8px !important;
    }

}
