/* Product Display Page - Start */
nav.woocommerce-breadcrumb {
	margin: 0 !important;
	display: flex;
    gap: 12px;
    align-items: center;
    justify-content: start;
	font-weight: 700 !important;
}
nav.woocommerce-breadcrumb a, nav.woocommerce-breadcrumb span {
	text-align: center;
	font-weight: 400 !important;
}


.product-images {}
.product-images .woocommerce-product-gallery {
	display: flex;
    flex-direction: row;
    gap: 24px;
    width: 100% !important;
}
.product-images .woocommerce-product-gallery a.woocommerce-product-gallery__trigger {
	display: none;
}
.product-images .woocommerce-product-gallery .flex-viewport {
	flex: 1;
    margin: 0;
    order: 1;
}
.product-images .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper {
	
}
.product-images .woocommerce-product-gallery .flex-control-thumbs {
	display: flex;
    flex-direction: column;
    margin: 0 !important;
    order: 0;
    width: 100px;
    gap: 30px;
}
.product-images .woocommerce-product-gallery .flex-control-thumbs li {
	padding: 0 !important;
    width: 100% !important;
    clear: none !important;
    display: flex;
}
.product-images .woocommerce-product-gallery .flex-control-thumbs li img {
	opacity: 1 !important;
}
.product-images .woocommerce-product-gallery .flex-direction-nav {
	position: absolute;
    display: flex;
    padding: 0;
    left: 124px;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}
.product-images .woocommerce-product-gallery .flex-direction-nav li {
	display: flex;
    position: absolute;
    top: 50%;
    left: 64px;
}
.product-images .woocommerce-product-gallery .flex-direction-nav li.flex-nav-prev {
	transform: scaleX(-1);
}
.product-images .woocommerce-product-gallery .flex-direction-nav li.flex-nav-next {
	left: auto;
    right: 64px;
}
.product-images .woocommerce-product-gallery .flex-direction-nav li a {
	visibility: hidden;
    width: 0;
    height: 0;
    opacity: 1;
    transition: all .5s;
}
.product-images .woocommerce-product-gallery .flex-direction-nav li a::before {
    content: "";
    position: absolute;
    background-image: url("./images/slider-arrow.svg");
	width: 44px;
    height: 44px;
    visibility: visible;
}
.product-images .woocommerce-product-gallery .flex-direction-nav li a.flex-disabled {
	opacity: 0;
    pointer-events: none;
}

.product-description {}
.product-description .elementor-page-title {}
.product-description .elementor-page-title .product_title {}
.product-description .elementor-widget-woocommerce-product-content {}
.product-description .elementor-widget-woocommerce-product-content ul {
	padding-left: 30px;
    padding-bottom: 16px;
}
/* .product-description .elementor-widget-woocommerce-product-content ul li {
	position: relative;
}
.product-description .elementor-widget-woocommerce-product-content ul li::before {
	content: "";
} */

.woocommerce-product-details__short-description {
	margin-top: 2px;
	margin-bottom: 16px;
}
.woocommerce-product-details__short-description h3 {
	color: #330A00;
	font-family: AtacamaTrial;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	margin: 0 0 8px 0;
}
.woocommerce-product-details__short-description .additional-notes {
	display: flex;
	gap: 19px;
	flex-direction: row;
	flex-wrap: wrap;
}
.woocommerce-product-details__short-description .additional-notes .blocks {
	display: flex;
	gap: 8px;
	flex-direction: column;
	text-align: center;
}
.woocommerce-product-details__short-description .additional-notes .blocks .image {
	display: flex;
	justify-content: center;
}
.woocommerce-product-details__short-description .additional-notes .blocks .image img {
	border-radius: 2px;
}
.woocommerce-product-details__short-description .additional-notes .blocks .title {
	color: #330A00;
	font-family: Arial;
	font-size: 16px;
	font-weight: 400;
	line-height: 19.2px;
	letter-spacing: 1px;
}

form.cart {}
form.cart table.variations {}
form.cart table.variations tbody {}
form.cart table.variations tbody tr {}
form.cart table.variations tbody tr th.label {
	display: none;
}
form.cart table.variations tbody tr td.value {
	background: transparent;
	padding: 0;
    display: flex;
    gap: 16px;
}
form.cart table.variations tbody tr td.value a.reset_variations {
	display: none !important;
}
form.cart table.variations tbody tr td.value span {
	position: relative;
    display: flex;
    height: 45px;
    padding: 0 4px;
    justify-content: center;
    align-items: center;
    gap: 10px;
	border-radius: 2px;
	border: 1px solid #330A00;
}
form.cart table.variations tbody tr td.value span input[type="radio"] {
	appearance: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	cursor: pointer;
	background: transparent;
	transition: all .5s;
}
form.cart table.variations tbody tr td.value span input[type="radio"] + label {
	color: #330A00;
	font-family: Arial;
	font-size: 16px;
	font-weight: 400;
	line-height: 19.2px;
	letter-spacing: 1px;
	position: relative;
	cursor: pointer;
}
form.cart table.variations tbody tr td.value span input[type="radio"]:checked {
	background: #D9CBB8;
}
form.cart table.variations tbody tr td.value span input[type="radio"]:checked + label {}


.single_variation_wrap .woocommerce-variation-price .price bdi {
	color: #000000;
	font-family: AtacamaTrial;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	display: flex;
    gap: 5px;
	margin-bottom: 12px;
}

.woocommerce-variation-add-to-cart.variations_button {}
form.cart .quantity_drop_down .drop_down_lable {
	display: none;
}
form.cart .quantity_drop_down .quantity {
	height: 100%;
}
form.cart .quantity_drop_down .quantity select {
	width: 100px;
    height: 100%;
    display: flex;
    padding: 12px 24px;
    border-radius: 2px;
    border: 1px solid #330A00;
    color: #330A00;
    font-family: Arial;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
	 -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
	background-image: url("./images/quantity-dropdown.svg");
	background-repeat: no-repeat;
    background-size: auto;
    background-position: 75% 50%;
}

form.cart .woocommerce-variation-add-to-cart button.buy-now-button,
form.cart button.buy-now-button {
	background: #330A00 !important;
    color: #FFFFFF !important;
}
form.cart .woocommerce-variation-add-to-cart button.buy-now-button:hover,
form.cart button.buy-now-button:hover {
	background: transparent !important;
    color: #330A00 !important;
}
form.cart button.single_add_to_cart_button:disabled {
	background: transparent !important;
    color: #330A00 !important;
    opacity: 1;
}
/* Product Display Page - End */

/* Cart Page - Start */
.woocommerce .woocommerce-notices-wrapper .woocommerce-message {
	flex-direction: row;
}
form.woocommerce-cart-form {}
form.woocommerce-cart-form table.wpr-shop-table {
	margin-bottom: 48px;
}
form.woocommerce-cart-form table.wpr-shop-table thead {}
form.woocommerce-cart-form table.wpr-shop-table thead tr {}
form.woocommerce-cart-form table.wpr-shop-table thead tr th {
	color: #330A00;
	font-family: AtacamaTrial;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	border-color: #D9CBB8 !important;
	text-align: center;
}
form.woocommerce-cart-form table.wpr-shop-table tbody tr td {
	background-color: transparent;
	border-color: #D9CBB8 !important;
}
form.woocommerce-cart-form table.wpr-shop-table tbody tr td.product-remove {}
form.woocommerce-cart-form table.wpr-shop-table tbody tr td.product-remove a.remove {
	display: flex;
    justify-content: center;
    width: 40px;
    height: 40px;
    align-items: center;
    line-height: 1;
    transition: all .25s;
    float: none;
    vertical-align: middle;
    text-align: center;
	color: #330a00 !important;
	position: relative;
	visibility: hidden;
}
form.woocommerce-cart-form table.wpr-shop-table tbody tr td.product-remove a.remove::before {
	content: "";
	background-image: url("./images/cart-delete.svg");
    width: 40px;
    height: 40px;
	position: absolute;
	left: 30px;
	right: 0;
	top: 0;
	bottom: 0;
	visibility: visible;
}
form.woocommerce-cart-form table.wpr-shop-table tbody tr td.product-thumbnail {}
form.woocommerce-cart-form table.wpr-shop-table tbody tr td.product-thumbnail img {
	width: 71px;
	height: 99px;
	aspect-ratio: 71/99;
	object-fit: cover;
}
form.woocommerce-cart-form table.wpr-shop-table tbody tr td.product-name {}
form.woocommerce-cart-form table.wpr-shop-table tbody tr td.product-name a {
	color: #000000;
	font-family: Arial;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}
form.woocommerce-cart-form table.wpr-shop-table tbody tr td.product-price,
form.woocommerce-cart-form table.wpr-shop-table tbody tr td.product-subtotal {
	text-align: center;
}
form.woocommerce-cart-form table.wpr-shop-table tbody tr td.product-price bdi,
form.woocommerce-cart-form table.wpr-shop-table tbody tr td.product-subtotal bdi {
	color: #330A00;
	font-family: Arial;
	font-size: 16px;
	font-weight: 400;
	line-height: 19.2px;
	letter-spacing: 1px;
}
form.woocommerce-cart-form table.wpr-shop-table tbody tr td.product-quantity {}
form.woocommerce-cart-form table.wpr-shop-table tbody tr td.product-quantity .quantity_drop_down {
	display: flex;
	justify-content: center;
}
form.woocommerce-cart-form table.wpr-shop-table tbody tr td.product-quantity .quantity_drop_down .drop_down_lable {
	display: none;
}
form.woocommerce-cart-form table.wpr-shop-table tbody tr td.product-quantity .quantity_drop_down .quantity {}
form.woocommerce-cart-form table.wpr-shop-table tbody tr td.product-quantity .quantity_drop_down .quantity select {
	width: 80px;
    height: 100%;
    display: flex;
    padding: 12px 0 12px 12px;
    border-radius: 2px;
    border: 1px solid #330A00;
    color: #330A00;
    font-family: Arial;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
	 -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
	background-image: url("./images/quantity-dropdown.svg");
	background-repeat: no-repeat;
    background-size: auto;
    background-position: 75% 50%;
}
form.woocommerce-cart-form table.wpr-shop-table tbody tr td.actions {
	padding: 16px;
}
form.woocommerce-cart-form table.wpr-shop-table tbody tr td button[name="update_cart"],
form.woocommerce-cart-form table.wpr-shop-table tbody tr td .coupon button[name="apply_coupon"],
.cart-collaterals .cart_totals .wc-proceed-to-checkout a {
/* 	display: flex; */
	padding: 12px 24px !important;
	justify-content: center;
	align-items: center;
	border-radius: 2px;
	background: #330A00;
	color: #FEFFFF !important;
	border: 1px solid #330A00;
	text-align: center;
	font-family: Arial;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	transition: all .5s;
	opacity: 1 !important;
}
form.woocommerce-cart-form table.wpr-shop-table tbody tr td button[name="update_cart"]:hover,
form.woocommerce-cart-form table.wpr-shop-table tbody tr td .coupon button[name="apply_coupon"]:hover,
.cart-collaterals .cart_totals .wc-proceed-to-checkout a:hover {
	background: transparent !important;
	color: #330A00 !important;
	
}
form.woocommerce-cart-form table.wpr-shop-table tbody tr td .coupon {
	display: flex;
    align-items: center;
    gap: 10px;
}
form.woocommerce-cart-form table.wpr-shop-table tbody tr td .coupon label {}
form.woocommerce-cart-form table.wpr-shop-table tbody tr td .coupon input {
	float: none !important;
    width: auto !important;
    margin: 0 !important;
	display: flex;
    padding: 12px 12px !important;
    border-radius: 2px;
    border: 1px solid #330A00 !important;
    color: #330A00;
    font-family: Arial;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.cart-collaterals {}
.cart-collaterals .cart_totals {
	width: 100% !important;
    max-width: 338px;
	margin-bottom: 72px;
}
.cart-collaterals .cart_totals h2 {
	color: #330A00;
	font-family: AtacamaTrial;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	margin: 0 0 14px 0;
}
.cart-collaterals .cart_totals table.shop_table {}
.cart-collaterals .cart_totals table.shop_table tbody {}
.cart-collaterals .cart_totals table.shop_table tbody tr {}
.cart-collaterals .cart_totals table.shop_table tbody tr th {
	color: #330A00;
	font-family: Arial;
	font-size: 16px;
	font-weight: 400;
	line-height: 19.2px;
	letter-spacing: 1px;
	border-color: #D9CBB8 !important;
	text-align: left;
	background: transparent;
}
.cart-collaterals .cart_totals table.shop_table tbody tr td {
	background: transparent;
	border-color: #D9CBB8 !important;
	text-align: right;
}
.cart-collaterals .cart_totals table.shop_table tbody tr td bdi,
.cart-collaterals .cart_totals table.shop_table tbody tr td .woocommerce-Price-amount {
	color: #330A00;
	font-family: Arial;
	font-size: 16px;
	font-weight: 400;
	line-height: 19.2px;
	letter-spacing: 1px;
}
/* Cart Page - End */

/* Thank You Page - Start */
body.woocommerce-checkout {}
body.woocommerce-checkout .page-header h1.entry-title {
	color: #330A00;
	font-family: AtacamaTrial;
	font-size: 48px;
	font-weight: 400;
	line-height: 57.6px;
	margin: 0 0 24px 0;
	padding: 80px 0 24px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.50);
}
body.woocommerce-checkout .woocommerce-notice {
	color: #330A00;
	font-family: Arial;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 24px;
}
body.woocommerce-checkout ul.woocommerce-order-overview {
	padding: 0;
    margin: 0 0 24px 0;
    border: 1px solid #D9CBB8;
    display: flex;
    justify-content: space-between;
    text-align: center;
	border-radius: 4px;
}
body.woocommerce-checkout ul.woocommerce-order-overview li {
	color: #330A00;
    font-family: AtacamaTrial;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    border-right: 1px solid #D9CBB8;
    padding: 24px 0 14px 0;
    margin: 0;
    width: 25%;
    text-transform: capitalize;
}
body.woocommerce-checkout ul.woocommerce-order-overview li strong {
	color: #330A00;
    font-family: Arial;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    letter-spacing: 1px;
    border-top: 1px solid #D9CBB8;
    padding: 24px 0 0 0;
	text-transform: none;
}
body.woocommerce-checkout ul.woocommerce-order-overview + p {
	color: #330A00;
	font-family: Arial;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 0;
}
body.woocommerce-checkout .woocommerce-order-details {
	margin-bottom: 56px;
}
body.woocommerce-checkout .woocommerce-order-details .woocommerce-order-details__title {
	color: #330A00;
	font-family: AtacamaTrial;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	margin: 56px 0 24px 0;
	text-transform: capitalize;
}
body.woocommerce-checkout .woocommerce-order-details table.shop_table.order_details {
	border: 1px solid #D9CBB8 !important;
}
body.woocommerce-checkout .woocommerce-order-details table.shop_table.order_details thead,
body.woocommerce-checkout .woocommerce-order-details table.shop_table.order_details tbody,
body.woocommerce-checkout .woocommerce-order-details table.shop_table.order_details tfoot {}
body.woocommerce-checkout .woocommerce-order-details table.shop_table.order_details thead tr th.product-name,
body.woocommerce-checkout .woocommerce-order-details table.shop_table.order_details thead tr th.product-total {
	color: #330A00;
	font-family: AtacamaTrial;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	padding: 24px 24px 4px 24px;
	border: none !important;
	text-align: left;
	border-bottom: 1px solid #D9CBB8 !important;
}
body.woocommerce-checkout .woocommerce-order-details table.shop_table.order_details tbody tr th,
body.woocommerce-checkout .woocommerce-order-details table.shop_table.order_details tbody tr td,
body.woocommerce-checkout .woocommerce-order-details table.shop_table.order_details tfoot tr th,
body.woocommerce-checkout .woocommerce-order-details table.shop_table.order_details tfoot tr td {
	color: #330A00;
	font-family: Arial;
	font-size: 16px;
	font-weight: 400;
	line-height: 19.2px;
	letter-spacing: 1px;
	padding: 12px 24px;
    text-align: left;
    border: none !important;
}
body.woocommerce-checkout .woocommerce-order-details table.shop_table.order_details tfoot tr:not(:first-child) th,
body.woocommerce-checkout .woocommerce-order-details table.shop_table.order_details tfoot tr:not(:first-child) td {
	font-weight: 700;
	border: none;
}
body.woocommerce-checkout .woocommerce-order-details table.shop_table.order_details thead tr th.product-name,
body.woocommerce-checkout .woocommerce-order-details table.shop_table.order_details tbody tr th,
body.woocommerce-checkout .woocommerce-order-details table.shop_table.order_details tbody tr td:first-child,
body.woocommerce-checkout .woocommerce-order-details table.shop_table.order_details tfoot tr th {
	border-right: 1px solid #D9CBB8 !important;
}
body.woocommerce-checkout .woocommerce-order-details table.shop_table.order_details tfoot tr:last-child {
	display: none;
}
body.woocommerce-checkout .woocommerce-customer-details {}
body.woocommerce-checkout .woocommerce-customer-details .woocommerce-column__title {
	color: #330A00;
	font-family: AtacamaTrial;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 24px;
	text-transform: capitalize;
}
body.woocommerce-checkout .woocommerce-customer-details address {
	color: #330A00 !important;
    font-family: Arial !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 26px !important;
    letter-spacing: 1px;
    border: none !important;
    padding: 0;
}
body.woocommerce-checkout .woocommerce-customer-details address p {
	padding: 16px 0 0 0 !important;
	margin: 0;
	color: #330A00;
	font-family: Arial;
	font-size: 16px;
	font-weight: 400;
	line-height: 19.2px;
	letter-spacing: 1px;
}
body.woocommerce-checkout .woocommerce-customer-details address p::before {
	content: none !important;
}

/* Thank You Page - End */

/* Newsletter - Start */
/* form {
	display: flex;
    flex-direction: column;
    align-items: center;
} */
form .sw-join-form ~ .wpcf7-response-output {
	color: #FFFFFF;
    display: flex;
    justify-content: center;
    backdrop-filter: blur(5px);
/*     width: max-content; */
    border-radius: 4px;
}
/* Newsletter - End */



/* Product Listing - Start */
button.filter-btn {
	opacity: 0.7;
	transition: all .5s;
}
button.filter-btn.active {
	opacity: 1;
}
/* Product Listing - End */


@media screen and (max-width: 991px) {
	body.woocommerce-checkout ul.woocommerce-order-overview {
		flex-direction: column;
	}
	body.woocommerce-checkout ul.woocommerce-order-overview li {
		width: 100%;
        display: flex;
        border: none;
        padding: 12px 24px;
        flex-direction: row;
        align-items: center;
        gap: 12px;
	}
	body.woocommerce-checkout ul.woocommerce-order-overview li strong {
		border: none;
		padding: 0;
	}
}
@media screen and (max-width: 767px) {
	.woocommerce-variation-add-to-cart.variations_button {
		display: flex;
		flex-direction: column;
		gap: 14px;
	}
	.woocommerce-variation-add-to-cart.variations_button .quantity select,
	.woocommerce div.product form.cart div.quantity,
	.woocommerce div.product form.cart .button {
		width: 100%;
		margin: 0 !important;
	}
	form.woocommerce-cart-form table.wpr-shop-table tbody tr td.actions {}
	form.woocommerce-cart-form table.wpr-shop-table tbody tr td.actions .coupon {
		display: flex;
        flex-direction: column;
		padding-bottom: 14px;
	}
	form.woocommerce-cart-form table.wpr-shop-table tbody tr td.actions .coupon input#coupon_code,
	form.woocommerce-cart-form table.wpr-shop-table tbody tr td.actions .coupon button[name="apply_coupon"] {
		width: 100% !important;
	}
	form.woocommerce-cart-form table.wpr-shop-table tbody tr td.actions button[name="update_cart"] {}
	
	body.woocommerce-checkout .page-header h1.entry-title {
		font-size: 30px;
		line-height: 1.2;
		padding: 50px 0 12px 0;
		margin: 0 0 12px 0;
	}
	body.woocommerce-checkout ul.woocommerce-order-overview li {
		font-size: 16px;
	}
	body.woocommerce-checkout .woocommerce-order-details table.shop_table.order_details thead tr th.product-name,
	body.woocommerce-checkout .woocommerce-order-details table.shop_table.order_details thead tr th.product-total {
		padding: 12px 12px 6px 12px;
	}
	body.woocommerce-checkout .woocommerce-order-details table.shop_table.order_details tbody tr th,
	body.woocommerce-checkout .woocommerce-order-details table.shop_table.order_details tbody tr td,
	body.woocommerce-checkout .woocommerce-order-details table.shop_table.order_details tfoot tr th,
	body.woocommerce-checkout .woocommerce-order-details table.shop_table.order_details tfoot tr td {
		padding: 6px 12px;
	}
}