/*
Theme Name: CBD

WooCommerce styles override
*/

/* Gallery Thumbs */

.product-gallery-thumbs .swiper-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 1;
    pointer-events: none;
}

.product-gallery-thumbs .swiper-nav > div {
    width: 30px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: all;
    background: rgba(255,255,255,0.7);
    backdrop-filter: blur(2px);
    cursor: pointer;
    transition: 0.3s all;
}

.product-gallery-thumbs .swiper-nav > div:hover {
    background: rgba(189,171,123,0.5);
}

.product-gallery-thumbs .swiper-nav > div svg {
    width: 20px;
    height: 20px;
}

@media (max-width: 767px) {
    .product-gallery-thumbs-wrap .product-gallery-thumbs {
        height: 120px;
    }
    .product-gallery-thumbs .swiper-nav > div svg {
        transform: rotate(-90deg);
    }
}

@media (min-width: 768px) {
    .product-gallery-thumbs .swiper-nav {
        flex-direction: column;
    }
    .product-gallery-thumbs .swiper-nav > div {
        width: 100%;
        height: 30px;
    }
}

.sl-wrapper .sl-navigation button {
    background: var(--additional-color) !important;
    border-color: var(--additional-color) !important;
}

.sl-wrapper .sl-navigation button svg {
    fill: #fff;
    transform: rotate(-90deg);
    width: 80%;
    height: 80%;
}

.sl-wrapper .sl-navigation button:hover {
    opacity: 0.7;
    box-shadow: none !important;
}

.product-slide-item {
    position: relative;
}

.product-slide-item .zoom {
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px;
    width: 50px;
    fill: var(--additional-color);
}

/**
 * Shop tables
 */
table.shop_table_responsive thead {
	display: none;
}

table.shop_table_responsive tbody th {
	display: none;
}

table.shop_table_responsive tr td {
	display: block;
	text-align: right;
	clear: both;
}

table.shop_table_responsive tr td::before {
	content: attr(data-title) ": ";
	float: left;
}

table.shop_table_responsive tr td.product-remove a {
	text-align: left;
}

table.shop_table_responsive tr td.product-remove::before {
	display: none;
}

table.shop_table_responsive tr td.actions::before,
table.shop_table_responsive tr td.download-actions::before {
	display: none;
}

table.shop_table_responsive tr td.download-actions .button {
	display: block;
	text-align: center;
}

@media screen and (min-width: 48em) {

	table.shop_table_responsive thead {
		display: table-header-group;
	}

	table.shop_table_responsive tbody th {
		display: table-cell;
	}

	table.shop_table_responsive tr th,
	table.shop_table_responsive tr td {
		text-align: left;
	}

	table.shop_table_responsive tr td {
		display: table-cell;
	}

	table.shop_table_responsive tr td::before {
		display: none;
	}
}

/**
 * Products
 */
ul.products {
	margin: 0;
	padding: 0;
}

ul.products li.product {
	list-style: none;
	position: relative;
	margin-bottom: 2em;
}

ul.products li.product img {
	display: block;
}

ul.products li.product .button {
	display: block;
}

@media screen and (min-width: 48em) {

	ul.products li.product {
		width: 30.79667%;
		float: left;
		margin-right: 3.8%;
	}

	ul.products li.product.first {
		clear: both;
	}

	ul.products li.product.last {
		margin-right: 0;
	}

	ul.products.columns-1 li.product {
		float: none;
		width: 100%;
	}

	ul.products.columns-2 li.product {
		width: 48.1%;
	}

	ul.products.columns-3 li.product {
		width: 30.79667%;
	}

	ul.products.columns-4 li.product {
		width: 22.15%;
	}

	ul.products.columns-5 li.product {
		width: 16.96%;
	}

	ul.products.columns-6 li.product {
		width: 13.49333%;
	}
}

/**
 * Single product
 */
.single-product div.product {
	position: relative;
}

.single-product div.product .woocommerce-product-gallery {
	position: relative;
	float: left;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	position: absolute;
	top: 2em;
	right: 1em;
	display: block;
	z-index: 99;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
	margin-bottom: 1em;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
	margin: 0;
	padding: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
	list-style: none;
	cursor: pointer;
	float: left;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
	opacity: 0.5;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
	opacity: 1;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
	opacity: 1;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
	width: 48.1%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
	width: 30.79667%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	width: 22.15%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
	width: 16.96%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
	clear: both;
}

.stock:empty::before {
	display: none;
}

.stock.in-stock {
	color: #0f834d;
	margin-bottom: 0;
}

.stock.out-of-stock {
	color: #e2401c;
}

/**
 * Checkout
 */
@media screen and (min-width: 768px) {

	.col2-set .form-row-first {
		float: left;
		margin-right: 3.8%;
	}

	.col2-set .form-row-last {
		float: right;
		margin-right: 0;
	}

	.col2-set .form-row-first,
	.col2-set .form-row-last {
		width: 48.1%;
	}
}

/**
 * General WooCommerce components
 */

/**
 * Header cart
 */
.site-header-cart {
	position: relative;
	margin: 0;
	padding: 0;
}

.site-header-cart .cart-contents {
	text-decoration: none;
}

.site-header-cart .widget_shopping_cart {
	display: none;
}

.site-header-cart .product_list_widget {
	margin: 0;
	padding: 0;
}

/**
 * Star rating
 */
.star-rating {
	overflow: hidden;
	position: relative;
	height: 1.618em;
	line-height: 1.618;
	width: 5.3em;
	font-family: star;
	font-weight: 400;
}

.star-rating::before {
	content: "\53\53\53\53\53";
	opacity: 0.25;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}

.star-rating span::before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
	color: #4169e1;
}

p.stars a {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none;
	margin-right: 1px;
	font-weight: 400;
}

p.stars a::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: star;
	content: "\53";
	color: #404040;
	text-indent: 0;
	opacity: 0.25;
}

p.stars a:hover ~ a::before {
	content: "\53";
	color: #404040;
	opacity: 0.25;
}

p.stars:hover a::before {
	content: "\53";
	color: #4169e1;
	opacity: 1;
}

p.stars.selected a.active::before {
	content: "\53";
	color: #4169e1;
	opacity: 1;
}

p.stars.selected a.active ~ a::before {
	content: "\53";
	color: #404040;
	opacity: 0.25;
}

p.stars.selected a:not(.active)::before {
	content: "\53";
	color: #4169e1;
	opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.woocommerce-tabs ul.tabs li {
	display: block;
	margin: 0;
	position: relative;
}

.woocommerce-tabs ul.tabs li a {
	padding: 1em 0;
	display: block;
}

.woocommerce-tabs .panel h2:first-of-type {
	margin-bottom: 1em;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
	text-align: right;
}

.woocommerce-password-strength.strong {
	color: #0f834d;
}

.woocommerce-password-strength.short {
	color: #e2401c;
}

.woocommerce-password-strength.bad {
	color: #e2401c;
}

.woocommerce-password-strength.good {
	color: #25AE7A;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
	box-shadow: inset 2px 0 0 #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
	box-shadow: inset 2px 0 0 #e2401c;
}

.required {
	color: #f00;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
	margin-bottom: clamp(15px, 1.2vw, 20px);
	color: #0f834d;
	clear: both;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
	color: #25AE7A;
}

.woocommerce-error {
	color: #e2401c;
}

.demo_store {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 1em;
	background-color: #25AE7A;
	z-index: 9999;
}

@media screen and (min-width: 48em) {

	/**
	 * Header cart
	 */
	.site-header-cart .widget_shopping_cart {
		position: absolute;
		top: 100%;
		width: 100%;
		z-index: 999999;
		left: -999em;
		display: block;
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	}

	.site-header-cart:hover .widget_shopping_cart,
	.site-header-cart.focus .widget_shopping_cart {
		left: 0;
		display: block;
	}
}

/**
 * WooCommerce widgets
 */

/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
	margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
	text-align: right;
	line-height: 2.4;
}

.widget_price_filter .price_slider_amount .button {
	float: left;
}

.widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1em;
	height: 1em;
	cursor: ew-resize;
	outline: none;
	background: #4169e1;
	box-sizing: border-box;
	margin-top: -0.25em;
	opacity: 1;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
	margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
	box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	display: block;
	border: 0;
	background: #4169e1;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
	height: 0.5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	height: 100%;
}


/* Woocommerce */

.search .breadcrumbs-block,
.woocommerce .breadcrumbs-block {
    margin: 20px 0;
}

.woocommerce form .form-row .required {
	text-decoration: none;
}

.form-row {
	margin-bottom: clamp(15px, 1.2vw, 20px);
	opacity: 1;
}

.form-row label {
	margin-bottom: 10px;
	padding: 0;
	line-height: 1;
}

input.input-text,
.form-row .input-text {
	display: block;
	font-size: 100%;
	width: 100%;
	color: var(--general);
	padding: clamp(12px, 1.1vw, 18px) clamp(15px, 1.6vw, 30px);
	border: 1px solid var(--general);
	background-color: var(--white);
	filter: none;
	margin: 0;
	line-height: 1;
	transition: var(--transition-prop);
}

input.input-text {
	width: auto;
}

.form-row textarea.input-text {
    height: 154.6px;
}

input.input-text:focus,
.form-row .input-text:focus {
/* 	border-color: var(--additional-color); */
	border-color: #000;
}

.select2-container .select2-selection {
	height: 100%;
	padding: clamp(12px, 1.1vw, 18px) clamp(15px, 1.6vw, 30px);
	border: 1px solid var(--general);
	border-radius: 0;
    line-height: 1.4225;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	padding: 0;
    color: inherit;
    line-height: inherit;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 55%;
    right: 5px;
    transform: translateY(-50%);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #000 transparent transparent transparent;
}

.select2-container .select2-results__option--highlighted[aria-selected], 
.select2-container .select2-results__option--highlighted[data-selected] {
    background-color: var(--additional-color);
}

.form-row input[type=checkbox],
.wc_payment_method input[type=radio], .woocommerce-shipping-methods input {
	display: none;
}

.form-row .checkbox span,
.form-row [class*="checkbox"] span,
.wc_payment_method label, .woocommerce-shipping-methods label {
	cursor: pointer;
	position: relative;
	padding-left: 30px;
	line-height: 1.2;
}

.form-row .checkbox span:before,
.form-row [class*="checkbox"] span:before,
.wc_payment_method label:before, .woocommerce-shipping-methods label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid var(--general);
    transition: var(--transition-prop);
}

.form-row .checkbox span:after,
.form-row [class*="checkbox"] span:after,
.wc_payment_method label:after, .woocommerce-shipping-methods label:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    background-color: var(--general);
    transform: scale(0);
    opacity: 0;
    transition: var(--transition-prop);
}

.form-row .checkbox input:checked + span:after,
.form-row [class*="checkbox"] input:checked + span:after,
.wc_payment_method input:checked + label:after, .woocommerce-shipping-methods input:checked + label:after {
    transform: scale(1);
    opacity: 1;
}

.wc_payment_method label:before,
.wc_payment_method label:after, .woocommerce-shipping-methods label:after, .woocommerce-shipping-methods label:before {
	border-radius: 50%;
}

.woocommerce button:not(.btn) {
	color: var(--white);
	border-color: var(--general);
	background-color: var(--general);
}

.woocommerce button:not(.btn):hover {
	color: var(--general);
	box-shadow: inset 0 0 0 2.5em var(--white);
}

.woocommerce-checkout-payment {
	margin-top: 40px;
}

.woocommerce-terms-and-conditions-wrapper {
	margin-bottom: 40px;
}

.shop_table {
	font-size: 110%;
}

.shop_table thead th,
.shop_table tfoot th {
	text-align: left;
}

.shop_table th,
.shop_table td {
	padding: 5px 10px;
}

.shop_table thead tr th:first-child,
.shop_table tfoot tr th:first-child,
.shop_table tr td:first-child {
	padding-left: 0;
}

.woocommerce-checkout-review-order .shop_table,
.woocommerce-MyAccount-content .shop_table {
	width: 100%;
}

.woocommerce-order .woocommerce-thankyou-order-received {
	font-size: 177%;
}

.woocommerce-order-details h2,
.woocommerce-customer-details h2 {
	margin: 30px 0;
	font-size: 222%;
}

.woocommerce-order {
	margin-bottom: clamp(40px, 8vw, 155px);
}

.woocommerce-MyAccount-wrapper {
	display: grid;
	grid-template-columns: 1fr 4fr;
}

.woocommerce-MyAccount-navigation li:not(:last-child) {
	border-bottom: 1px solid rgba(12, 27, 42, 0.3);
}

.woocommerce-MyAccount-navigation li a {
	display: block;
	padding: 15px 0;
	text-transform: uppercase;
	font-weight: 500;
}

.woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-MyAccount-navigation li a:hover {
	color: #25AE7A;
}

.woocommerce-MyAccount-content fieldset {
	padding: 0;
	border: 0;
}

.woocommerce-MyAccount-content fieldset legend {
	display: none;
}

.woocommerce-MyAccount-content form p {
	opacity: 1;
}

.woocommerce-MyAccount-content .woocommerce-Address-title h3 {
	margin: 30px 0;
}

.woocommerce-MyAccount-content a:not([class]),
.woocommerce-MyAccount-content a.edit,
.woocommerce-MyAccount-content a.button {
    color: #25AE7A;
    font-weight: 700;
    text-decoration: underline;
}

.woocommerce-MyAccount-content a:not([class]):hover,
.woocommerce-MyAccount-content a.edit:hover,
.woocommerce-MyAccount-content a.button:hover {
	opacity: 0.8;
}

.woocommerce-MyAccount-content mark {
	background-color: transparent;
}

.cart.shop_table {
	width: 100%;
}

.cart.shop_table thead th {
	border-bottom: 1px solid rgba(12, 27, 42, 0.3);
}

.cart.shop_table th, .cart.shop_table td {
    padding: 15px 10px;
}

.cart.shop_table .product-remove {
	padding: 0;
}

.cart.shop_table .product-remove .remove {
	font-size: 30px;
	color: #f00;
}

.cart.shop_table .product-thumbnail:before {
	content: none;
}

.cart.shop_table .product-thumbnail > a {
	display: block;
    min-width: 100px;
    width: 100px;
    height: 100px;
}

.cart.shop_table .product-thumbnail > a > img {
	max-width: 100%;
	height: auto;
}

@media (min-width : 768px) {
	.cart.shop_table .product-quantity {
		text-align: center;
	}
}

.cart.shop_table .quantity .input-text {
	width: 75px;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
}

.cart.shop_table .quantity .input-text:focus {
/* 	border-color: var(--additional-color); */
	border-color: #000;
}

.cart.shop_table td.actions {
	padding-right: 0;
	border-top: 1px solid rgba(12, 27, 42, 0.3);
}

.cart.shop_table .coupon {
	display: flex;
	margin: 20px 0;
}

@media (max-width : 767px) {
	.cart.shop_table .coupon {
		flex-wrap: wrap;
	}

	.cart.shop_table .coupon > * {
		width: 100%;
	}
}

@media (max-width : 767px) {
	.woocommerce-cart-form__cart-item {
		display: flex;
		flex-wrap: wrap;
	}
	.woocommerce-cart-form__cart-item > td {
		width: 100%;
	}
	.woocommerce-cart-form__cart-item .product-remove {
		width: 20px;
	}
	.woocommerce-cart-form__cart-item .product-thumbnail {
		width: 120px;
	}
	.woocommerce-cart-form__cart-item .product-name {
		width: calc(100% - 140px);
		text-align: left;
	}
}

.wishlist_table .wp-element-button,
.checkout-button,
.add_to_wishlist {
	display: block;
	background-color: var(--general);
	border: 1px solid var(--general);
	position: relative;
	letter-spacing: 0.05em;
	font-size: 14px;
	line-height: 1.2;
	color: var(--white);
	text-transform: uppercase;
	margin: 0;
	padding: 15px 44px;
	outline: none;
	overflow: hidden;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1);
}

.wishlist_table .wp-element-button:hover,
.checkout-button:hover {
	color: var(--general);
	box-shadow: inset 0 0 0 2.5em var(--white);
}

.add_to_wishlist {
	background-color: transparent;
    color: var(--general);
}

.add_to_wishlist:hover {
    color: var(--white);
    box-shadow: inset 0 0 0 2.5em var(--general) !important;
}

.yith-wcwl-add-to-wishlist {
	max-width: 235px;
    margin-top: 0;
}

.hero-cart-content {
	display: grid;
	grid-template-columns: 5fr 2fr;
}

.cart_totals h2 {
    margin: 0 0 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(12, 27, 42, 0.3);
    font-size: 222%;
    line-height: 1.2;
}

.cart_totals .shop_table {
	width: 100%;
}

.cart_totals .shop_table td,
.cart_totals .shop_table th {
	padding: 15px 10px;
}

.cart_totals .shop_table tr *:last-child {
	text-align: right;
}

.cart_totals .wc-proceed-to-checkout {
	margin-top: 20px;
}

.cart-empty.woocommerce-info {
    font-family: freight-big-pro, serif;
    font-size: 177%;
    color: var(--general);
}

.wishlist-title .button:hover {
    box-shadow: inset 0 0 0 2.5em var(--general);
}

table.wishlist_table {
    font-size: 110%;
}

table.wishlist_table thead th {
    border-top: none;
}

table.wishlist_table thead th.product-price,
table.wishlist_table thead th.product-stock-status {
	text-align: center;
}

.wishlist_table .product-name h3 {
	font-size: 177%;
}

.price ins {
	text-decoration: none;
}
.rrp,
.price del {
	font-size: 70%;
}

.cart.shop_table .product-remove .remove_from_wishlist {
	position: relative;
	font-size: 0;
	color: #f00;
}

.cart.shop_table .product-remove .remove_from_wishlist:before {
	content: 'Ã—';
    font-size: 30px;
}

.remove_from_wishlist i {
	display: none;
}

.wishlist_table.mobile li .item-wrapper {
	width: 100%;
}

.wishlist_table.mobile li .item-wrapper .product-thumbnail {
	max-width: 120px;
}

.wishlist_table.mobile li .item-wrapper .item-details {
	width: calc(100% - 120px);
}

.wishlist_table.mobile li .item-details table.item-details-table td,
.wishlist_table.mobile li table.additional-info td {
	font-size: 1em;
}

a.add_to_cart_button {
    display: block;
    background-color: var(--general);
    border: 1px solid var(--general);
    position: relative;
    letter-spacing: 0.05em;
    font-size: 14px;
    color: var(--white);
    line-height: 1.2;
    text-transform: uppercase;
    margin: 0;
    padding: 15px 44px;
    outline: none;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1);
}

a.add_to_cart_button:hover {
    color: var(--general);
    box-shadow: inset 0 0 0 2.5em var(--white);
}

.quantity{
	position: relative;
}
.product .quantity:after{
	position: absolute;
	content: "";
	width: 5rem;
	height: 100%;
	background: #fff;
	border: 1px solid #000;
	top: 0;
	right: 0;
	border-left: 0;
}
.woocommerce-shipping-methods li{
	display: flex;
	margin-bottom: 5px;

}
.cart_totals .woocommerce-shipping-methods li{
	justify-content: flex-end;
}

.checkout-button{
	margin-bottom: 1rem;
}


.single-product .hero-product-price-wrap .cart{
	display: flex;
    gap: 1rem;
	position: relative;
}
.single-product.hero-product-price-wrap gap: 20px;.btn-double-group{
	gap: 20px;
}
.single-product .hero-product-price-wrap{
	flex-wrap: nowrap;
	gap: 1rem;
}
.single-product .quantity {
    position: relative;
    display: flex;
    width: 8rem;
}
.single-product .add_to_wishlist, .single-product .single_add_to_cart_button {
    padding: 1.2rem 1rem;
}

.single-product .added_to_cart{
	position: absolute;
    right: 0;
    bottom: -2rem;
}
.woocommerce-cart .woocommerce-shipping-destination{
	margin-bottom: 2.6rem
}
@media (max-width : 767px) {
	.hero-product-price-wrap .btn-double-group, .single-product .hero-product-price-wrap .cart, .single-product .hero-product-price-wrap{
		flex-wrap: wrap;
	}
}