/*
Theme Name: Blacks Beach

WooCommerce styles override
*/

/**
 * 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
 */

p.woocommerce-result-count {
	margin-top: 3rem;
    font-family: var(--bs-font-serif);
    font-weight: 500;
    padding: 0.5rem 0;
    margin-bottom: 2rem;
    float: left;
    font-size: 1.125rem;
}

form.woocommerce-ordering {
	margin-top: 3rem;
    margin-bottom: 2rem;
    float: right;
}

select.orderby {
    line-height: 1.6;
    font-size: 1rem;
    padding: 0.5rem 0.75rem;
    width: 100%;
    outline: none;
    border: 1px solid #e1e1e1;
    background: #fff;
    color: #555555;
    background-position: right 20px center;
    background-size: 20px auto;
    background-repeat: no-repeat;
}

ul.products {
    clear: both;
	display: flex;
	flex-wrap: wrap;
	margin: 32px 0 0 0;
	padding: 0;
}

ul.products li.product {
    margin: 0;
    padding: 2rem;
    border-top: 1px solid #678199;
    border-left: 1px solid #678199;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
	list-style: none;
	position: relative;
	text-align-last: center;
}

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

ul.products li.product .button {
	display: block;
	margin-top: 1rem;
}

@media screen and (min-width: 1050px) {
	
	ul.products {
		margin-bottom: 45px;
	}

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

	ul.products li.product.last, ul.products li.product:nth-last-child(1) {
		border-right: 1px solid #678199;
	}

	ul.products li.product:nth-last-child(-n+4) {
		border-bottom: 1px solid #678199;
	}

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

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

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

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

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

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

@media screen and (max-width: 1049.97px) and (min-width: 551px){
	
	ul.products {
		margin-bottom: 45px;
	}

	ul.products li.product {
		width: 50%;
	}

	ul.products li.product:nth-child(even), ul.products li.product:nth-last-child(1) {
		border-right: 1px solid #678199;
	}

	ul.products li.product:nth-last-child(-n+2) {
		border-bottom: 1px solid #678199;
	}
}

@media screen and (max-width: 550.97px) {

	p.woocommerce-result-count {
		float: none;
		width: 100%;
		text-align: center;
		margin-bottom: 1rem;
	}

	form.woocommerce-ordering {
		margin-top: 0;
		float: none;
		width: 100%;
	}

	ul.products {
		margin: 0 15px;
	}

	ul.products li.product {
		width: 100%;
		border-right: 1px solid #678199;
		border-bottom: 1px solid #678199;
		margin-bottom: 45px;
	}
}
/*
* Single Product in Loop/Listing
*/

li.product::after {
    font-size: 10px;
    position: absolute;
    z-index: 99;
    box-shadow: 0 1px 4px 0 rgb(15 15 20 / 10%);
    font-weight: 600;
    color: #ffffff;
    content: "ADDED TO CART";
    padding: 2px;
    text-align: center;
    background: #f61010;
    transform: translateX(-45px);
    opacity: 0;
	transition: all 500ms ease-in-out;
}

li.product.added::after {
	opacity: 1;
    transform: translateX(0px);
}

img.attachment-woocommerce_thumbnail {
    margin-bottom: 1rem;
}

h2.woocommerce-loop-product__title {
    font-size: 1.25rem;
}

.woocommerce-loop-product__link span.price {
    margin-bottom: 0;
    color: #555;
    font-weight: 300;
    font-size: 100%;
}

span.price del {
    opacity: 0.6;
}

span.price ins {
    color: #f61010;
    font-weight: 500;
    background-color: transparent;
    text-decoration: underline;
}

li.product a.button {
	width: fit-content;
    color: #fff;
    border-radius: 0px;
    background-color: #222b33;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 2px;
    position: relative;
    padding: 0.75rem 1rem;
    z-index: 999999;
    align-self: center;
    transform: translateX(0px);
    transition: all 500ms ease;
}

li.product a.button::before, li.product a.button::after {
    position: absolute;
    top: 50%;
    display: block;
    width: 1px;
    height: 20px;
    background-color: #222b33;
    content: '';
    transition: all 0.2s ease-out;
    transform: translateY(-50%);
    transform-origin: center;
    transform-style: preserve-3d;
    backface-visibility: hidden;
}

li.product a.button::before {
    left: -8px;
}

li.product a.button::after {
    right: -8px;
}

li.product a.button:hover::after {
    background-color: #ffffff !important;
    transform: translate3D(-1rem, -50%, 0);
}

li.product a.button:hover::before {
    background-color: #ffffff !important;
    transform: translate3D(1rem, -50%, 0);
}

li.product a.button.added {
    transform: translateX(-45px);
}

a.added_to_cart.wc-forward.show-cart-btn {
    opacity: 1;
    right: calc(50% - 86px);
}

a.added_to_cart.wc-forward {
    position: absolute;
    bottom: 40px;
    right: calc(50% - 25px);
    color: #222b33;
    font-weight: 500;
    font-size: .85rem;
    opacity: 0;
    transition: all 500ms ease;
    transition-delay: 500ms;
}

/*
* On Sale Tag
*/
a.woocommerce-LoopProduct-link {
	position: relative;
}
span.onsale {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.5rem;
    font-weight: 900;
    margin: 0;
    padding: 5px;
    width: 55px;
    height: 55px;
    background-color: #f61010;
    color: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    font-family: var(--bs-font-cursive);
    z-index: 1;
    display: flex;
}

/*
* Out Of Stock - In Loop
*/

li.product.outofstock::before {
    content: "OUT OF STOCK ↓";
    position: absolute;
    top: -15px;
    left: 2rem;
    font-size: .875rem;
    font-weight: 500;
    letter-spacing: 1px;
    color: #678199;
    padding: 0.25rem 0.5rem;
    background-color: #ffffff;
}

/**
 * Pagination
 */
.woocommerce-pagination ul.page-numbers {
	font-family: var(--bs-font-cursive);
    font-weight: 900;
    font-size: 1.5rem;
    display: flex;
    padding-left: 0;
    list-style: none;
    justify-content: center;
	margin-bottom: 45px;
}

.woocommerce-pagination .page-numbers {
    outline: none;
    color: #f61010;
    text-decoration: none;
    display: inline-block;
    padding: 0 1.5rem;
    height: 50px;
    background: #fff;
    line-height: 50px;
    transition: color 0.2s;
    margin-bottom: 5px;
}

.woocommerce-pagination span.page-numbers.current {
    background-color: #222b33;
    color: #ffffff;
}

/**
 * Single product
 */

.woo-top-margin {
    margin-top: 80px;
}

body.single-product {
	background-color: #ecf0f2;
} 

.single-product div.product {
	position: relative;
}

.main-single-product-content {
    display: flex;
	gap: 64px;
    background-color: #fff;
    padding: 2rem;
}

.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;
	width: 500px;
}

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

.main-single-product-content .summary {
    flex-basis: 50%;
}

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

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

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

.single-product-header {
    display: flex;
    flex-direction: column;
    align-items: start;
    position: relative;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
    padding-right: 2rem;
}

.single-product-header::after {
    position: absolute;
    top: 0;
    right: 2rem;
    display: block;
    height: 100%;
    width: 1px;
    background: #ebebeb;
    content: "";
}

span.tagged_as {
    padding: 0.5rem 1.5rem 1rem 0;
    position: relative;
    margin: 0;
    width: 100%;
    display: inline-flex;
    font-style: italic;
    font-size: .975rem;
    gap: 8px;
    color: #f61010;
}

span.tagged_as a {
    color: #f61010;
}

span.tagged_as::before {
    position: absolute;
    bottom: 0;
    right: -2rem;
    display: block;
    height: 1px;
    width: calc(100% + 2rem);
    background: #ebebeb;
    content: "";
}

h1.product_title {
	position: relative;
    font-size: 2.25rem;
    padding: 1rem 1.5rem 0 0 !important;
    margin: 0;
}

.main-single-product-content span.woocommerce-Price-amount bdi, .woocommerce-variation-price span.woocommerce-Price-amount bdi {
    color: #f61010;
    font-size: 1.25rem;
}

.main-single-product-content p.price del, .woocommerce-variation-price p.price del {
    text-decoration: line-through 1px;
    color: #f61010;
    opacity: .6;
}

.main-single-product-content p.stock.out-of-stock, .woocommerce-variation-price p.stock.out-of-stock {
    font-size: 120%;
    color: #f61010;
    margin-bottom: 2rem;
    display: inline-block;
    position: relative;
}

.main-single-product-content p.stock.out-of-stock::after, .woocommerce-variation-price p.stock.out-of-stock::after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    height: 1px;
    width: 60px;
    background: red;
    content: "";
    transform: scale(1) rotateZ(-30deg);
    margin-left: -30px;
}

.main-single-product-content p.price ins, .woocommerce-variation-price p.price ins {
    background: transparent;
    font-weight: 500;
    text-decoration: underline #f61010;
}

.product_meta span.sku_wrapper, .product_meta span.posted_in {
	display: block;
    margin: 1rem 0;
    color: #252525;
    font-weight: 700;
    font-family: var(--bs-font-serif);
}

.product_meta span.sku, .product_meta span.posted_in a {
    margin-left: 1rem;
}

.product_meta span.sku, .product_meta span.posted_in a {
    margin-left: 1rem;
    font-family: var(--bs-font-sans-serif);
    font-weight: 300;
}

.product_meta span.posted_in a {
    color: #f61010;
}

.woocommerce-product-details__short-description {
    margin-bottom: 2rem;
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    margin-top: 2rem;
    position: relative;
}

.woocommerce-product-details__short-description p {
    margin: 1rem 0;
}

form.cart {
    margin-bottom: 2rem;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 2rem;
    display: flex;
}

form.cart .quantity {
    float: none;
    margin-right: 1rem;
}

form.cart input.qty {
    padding: 0.5625rem;
    width: 110px;
    text-align: center;
    outline: none;
    border: 1px solid #e1e1e1;
    background: #fff;
    color: #555555;
    line-height: inherit;
    border-radius: 0;
    transition: all 0.2s;
}

form.cart button {
    margin-right: 5px;
    font-size: .875rem;
    float: none;
    overflow: visible;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    vertical-align: middle;
    outline: 0;
    border: none;
    border-radius: 0;
    background: #222b33 !important;
    color: #ffffff !important;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.7;
    cursor: pointer;
    font-weight: 500;
    padding: 0.618em 1em;
    transition: all 300ms ease;
}

form.cart button::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    content: '';
    opacity: 0;
    transition: all .2s ease-out;
}

form.cart button:hover::after {
    top: -0.25rem;
    left: -0.25rem;
    width: calc(100% + 0.5rem);
    height: calc(100% + 0.5rem);
    border: 1px solid #f61010;
    opacity: 1;
}

form.cart button.disabled {
    opacity: 0.6;
    cursor: no-drop;
}

@media screen and (max-width: 768px) {
    .main-single-product-content {
        flex-direction: column;
        gap: 15px;
    }

    .single-product div.product .woocommerce-product-gallery .flex-viewport {
        width: 100%;
        margin: auto auto 1rem;
    }

    ol.flex-control-nav.flex-control-thumbs {
        display: flex;
        justify-content: center;
    }

    ol.flex-control-nav.flex-control-thumbs li {
        display: flex;
        justify-content: center;
    }
}

/*
* Single Variable Product
*/

form.variations_form.cart {
    flex-wrap: wrap;
}

table.variations {
    margin-bottom: 2rem;
    border-bottom: 1px solid #ebebeb;
    flex-basis: 100%;
}

table.variations tr {
    padding: 0 0 0.5rem;
    border: 0;
    line-height: 2em;
    vertical-align: top;
}

table.variations td.value {
    padding: 0 0 0.5rem;
    border: 0;
    line-height: 2em;
    vertical-align: top;
}

table.variations select {
    margin-right: 0;
    max-width: 100%;
    min-width: 75%;
    display: inline-block;
    padding: 0.5rem 0.75rem;
    width: 100%;
    outline: none;
    border: 1px solid #e1e1e1;
    background: #fff;
    color: #555555;
}

table.variations select:focus {
    outline: thin solid #f61010 !important;
    outline-offset: -4px;
    border-color: #cccccc;
}

a.reset_variations {
    font-size: .875rem;
    transition: color 0.2s;
    outline: none;
    color: #f61010;
    text-decoration: none;
}

.woocommerce-variation-add-to-cart {
    display: flex;
    margin-top: 20px;
}

.single_variation_wrap {
    width: 100%;
}

/*
* Single Grouped Product
*/

form.cart.grouped_form {
    display: block;
}

table.woocommerce-grouped-product-list.group_table {
    margin-bottom: 0.5rem;
}

form.cart .group_table tr:first-child td {
    padding-top: 0;
}

form.cart .group_table td:first-child {
    text-align: left;
    width: 4em;
}

form.cart .group_table td {
    padding: 0.5rem 0;
    vertical-align: middle;
}

form.cart .group_table td.woocommerce-grouped-product-list-item__label {
    padding-right: 1em;
    padding-left: 1em;
}

td.woocommerce-grouped-product-list-item__price bdi, td.woocommerce-grouped-product-list-item__price span, td.woocommerce-grouped-product-list-item__price ins {
    font-size: 1rem !important;
    color: #555 !important;
    background-color: transparent !important;
}

.woocommerce-grouped-product-list-item__price p.stock.out-of-stock {
    font-size: 1rem;
}

.woocommerce-grouped-product-list-item.outofstock {
    border: 1px solid #f61010;
}

.woocommerce-grouped-product-list-item.outofstock p.stock.out-of-stock {
    margin: 0 0 0 6px;
}

.woocommerce-grouped-product-list-item.outofstock td {
    padding: .5rem !important;
}

/**
 * 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.wc-tabs-wrapper {
    padding-top: 4rem;
    margin-bottom: 3rem;
}

.woocommerce-tabs ul.tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
    background-color: transparent;
    display: flex;
    overflow: hidden;
    position: relative;
}

.woocommerce-tabs ul.tabs li {
    flex-basis: 33%;
    margin: 0;
    border: none;
    border-radius: 0;
    background: none;
    text-transform: capitalize;
    display: flex;
    align-items: flex-end;
	position: relative;
}

ul.wc-tabs li:first-child {
    padding-right: .5rem;
}

.woocommerce-tabs ul.tabs li a {
    position: relative;
    padding: 1rem;
    font-size: 1.25rem;
    width: 100%;
    text-align: center;
    background-color: #222b33;
    color: #ffffff;
    font-weight: 700;
	display: block;
}

ul.tabs li a::after {
    position: absolute;
    opacity: 0;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: block;
    width: 150px;
    height: 1px;
    background-color: #f61010;
    content: '';
    transform: translateX(-50%) rotateZ(-15deg);
    transition: opacity 0.4s;
}

ul.tabs li.active a::after {
    opacity: 1;
}

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

div.woocommerce-Tabs-panel {
    margin: 0;
    padding: 2rem;
    background-color: #ffffff;
}

table.woocommerce-product-attributes.shop_attributes {
    margin-bottom: 0;
    padding: 0 20px;
    margin-top: 0;
    border-top: none;
}

th.woocommerce-product-attributes-item__label {
    width: 25%;
    text-align: right;
    padding: 1rem 2rem;
    border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
}

td.woocommerce-product-attributes-item__value {
    padding: 1rem 2rem;
    font-style: italic;
}

td.woocommerce-product-attributes-item__value p {
    margin: 0;
}

@media screen and (max-width: 768px) {
    .woocommerce-tabs ul.tabs {
        flex-direction: column;
    }

    ul.wc-tabs li:first-child {
        padding-right: 0;
    }
}

/**
 * Single Product - Related Products section
 */
section.related.products {
    background-color: #fff;
    padding: 2rem;
    margin-bottom: 3rem;
    text-align: center;
}

section.related.products h2 {
    font-size: 1.75rem;
}

/**
 * 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: #3d9cd2;
}

/**
 * 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;
}

.woocommerce .select2-container--default .select2-selection--single{
	height: 50px;
	outline: 0;
	border-width: 1px;
	border-color: #e1e1e1;
	border-radius: 0px;
}

.woocommerce .select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 3rem;
    padding-left: 0.5rem;
    line-height: 44px;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow{
	width: 48px;
	height: 48px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
	border-width: 5px 5px 0;
	border-color: #ccc transparent transparent;
}

.woocommerce .select2-container--default .select2-search--inline .select2-search__field{
	line-height: 36px;
}

.woocommerce .select2-container--default .select2-selection--multiple{
	border: 1px solid #e1e1e1 !important;
	border-radius: 0 !important;
}

.woocommerce .select2-container--default .select2-selection--multiple .select2-selection__rendered{
	padding: 0 0.5rem
}

/**
 * Notices
 */

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #fff;
    color: #515151;
    border-top: 3px solid #a46497;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}

.woocommerce-error::after,
.woocommerce-error::before,
.woocommerce-info::after,
.woocommerce-info::before,
.woocommerce-message::after,
.woocommerce-message::before {
    content: " ";
    display: table;
}

.woocommerce-error::after,
.woocommerce-info::after,
.woocommerce-message::after {
    clear: both;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
    font-family: 'Font Awesome 6 Pro';
    content: "\f05a";
    display: inline-block;
    position: absolute;
    top: 1em;
    left: 1.5em;
}

.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button {
    float: right;
}

.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
    list-style: none outside !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.woocommerce-message {
    border-top-color: #8fae1b;
}

.woocommerce-message::before {
    content: "\f058";
    color: #8fae1b;
}

.woocommerce-info {
    border-top-color: #1e85be;
}

.woocommerce-info::before {
    color: #1e85be;
}

.woocommerce-error {
    border-top-color: #b81c23;
}

.woocommerce-error::before {
    content: "\f057";
    color: #b81c23;
}

.woocommerce-notices-wrapper a {
    position: relative;
    display: inline-block;
    font-size: .875rem;
    padding: 0.618em 1em;
    outline: 0;
    border: none;
    border-radius: 0;
    background: #222b33 !important;
    color: #ffffff !important;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    line-height: 1.7;
    cursor: pointer;
    transition: all 0.2s;
}

.woocommerce-notices-wrapper a::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    content: '';
    opacity: 0;
    transition: all .2s ease-out;
}

.woocommerce-notices-wrapper a:hover::after {
    top: -0.25rem;
    left: -0.25rem;
    width: calc(100% + 0.5rem);
    height: calc(100% + 0.5rem);
    border: 1px solid #f61010;
    opacity: 1;
}

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

.woocommerce-form-coupon-toggle .woocommerce-info {
    background-color: #ecf0f2;
}

@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%;
}

/*
* Cart Page
*/

.checkout-container {
    display: inline-block;
    margin-bottom: 3rem !important;
}

.cart-padding {
    margin: 0 1rem;
}

table.shop_table th {
    font-weight: 700;
}

table.shop_table th, table.shop_table td {
    border-bottom: 1px solid #cccccc;
    vertical-align: middle;
    padding: 1.5rem 0;
    line-height: 1.5em;
}

td.product-remove a.remove {
    color: #555;
    font-weight: 700;
    font-size: 1.5rem;
}

td.product-thumbnail {
    min-width: 32px;
}

td.product-thumbnail img {
    width: 80px;
    margin-bottom: 0;
}

td.product-quantity input {
    padding: 0.5625rem;
    width: 110px;
    text-align: center;
    border-radius: 0;
}

table.shop_table td.actions {
    text-align: right;
}

td.actions div.coupon {
    float: left;
}

td.actions div.coupon label {
    display: none;
}

table.shop_table input#coupon_code {
    float: none;
    margin-right: 0.5rem;
    padding: 0.75rem;
    width: 200px;
    border: 1px solid #e1e1e1;
    vertical-align: middle;border-radius: 0;
}

table.shop_table button.button, .woocommerce button.button {
    position: relative;
    display: inline-block;
    outline: 0;
    border: none;
    border-radius: 0;
    background: #222b33 !important;
    color: #ffffff !important;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 90%;
    line-height: 1.7;
    cursor: pointer;
    text-decoration: none;
    overflow: visible;
    padding: 0.618em 1em;
    transition: all 0.2s;
}

table.shop_table button.button::after, .woocommerce button.button::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    content: '';
    opacity: 0;
    transition: all .2s ease-out;
}

table.shop_table button.button:hover::after, .woocommerce button.button:hover::after {
    top: -0.25rem;
    left: -0.25rem;
    width: calc(100% + 0.5rem);
    height: calc(100% + 0.5rem);
    border: 1px solid #f61010;
    opacity: 1;
}

button:disabled,
button[disabled] {
    opacity: .6;
}

ul#shipping_method {
    list-style: none;
    padding: 0;
}

ul#shipping_method label {
    margin-left: 10px;
}

.wc-proceed-to-checkout {
    margin-bottom: 30px;
}

a.checkout-button {
    position: relative;
    display: inline-block;
    outline: 0;
    border: none;
    border-radius: 0;
    background: #222b33 !important;
    color: #ffffff !important;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.7;
    cursor: pointer;
    text-decoration: none;
    overflow: visible;
    padding: 0.618em 1em;
    transition: all 0.2s;
}

a.checkout-button::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    content: '';
    opacity: 0;
    transition: all .2s ease-out;
}

a.checkout-button:hover::after {
    top: -0.25rem;
    left: -0.25rem;
    width: calc(100% + 0.5rem);
    height: calc(100% + 0.5rem);
    border: 1px solid #f61010;
    opacity: 1;
}

div#customer_details {
    width: 54%;
    float: left;
}

h3#order_review_heading {
    float: right;
    width: 42%;
}

div#order_review {
    width: 42%;
    float: right;padding: 1rem 2.5rem;
    border: 3px solid #ecf0f2;
}

ul.wc_payment_methods {
    list-style: none;
    padding: 0;
}

ul.wc_payment_methods label {
    color: #252525;
    margin-left: 10px;
    font-weight: 600;
}

div#payment p {
    font-weight: 400;
    margin: 0px;
    padding: 0 1rem 1rem;
    background: none;
    margin-top: 1rem;
    color: #959595;
}

p#mailpoet_woocommerce_checkout_optin_present_field {
    margin: 0 !important;
    padding: 0 !important;
}

button#place_order {
    width: 100%;
}

@media screen and (max-width: 992.98px) {
    div#customer_details {
        display: inline-block;
        float: none;
        width: 100%;
    }
    
    .billing-container {
        display: inline-block;
        width: 50%;
        padding-right: 20px;
        float: left;   
    }
    
    .shipping-container {
        width: 50%;
        display: inline-block;
        padding-left: 20px;   
    }
    
    h3#order_review_heading {
        float: none;
        width: 100%;   
    }
    
    div#order_review {
        float: none;
        width: 100%;   
    }
}

@media screen and (max-width: 768.98px) {
    .billing-container {
        padding: 0;
        float: none;
        width: 100%;
    }
    
    .shipping-container {
        padding: 0;
        width: 100%;
    }
}

@media screen and (max-width: 600.98px) {
    td.actions button.button {
        width: 100%;
        margin-top: 10px;
    }
    
    div.coupon button.button {
        width: calc(50% - 6px);
        font-size: 12px;
        padding: 1em 1em;
    }
    
    table.shop_table input#coupon_code {
        width: calc(50% - 7px);
    }

    a.checkout-button {
        font-size: 1rem;
        width: 100%;
    }
}

/*
* Thank You Page - aka. Post Completed Order Page
*/

ul.woocommerce-order-overview {
    padding: 0.5rem 1rem 0;
    border: 1px solid #ebebeb;
    margin: 0 0 3em;
    list-style: none;
}

ul.woocommerce-order-overview li {
    float: none;
    margin: 0 0 0.5rem;
    padding: 0.5rem 0;
    border: none;
    font-size: .875rem;
    line-height: 1;
    text-transform: uppercase;
    list-style-type: none;
}

ul.woocommerce-order-overview li strong {
    color: #252525;
    font-weight: 600;
    text-transform: none;
    line-height: 1.5;
    font-size: 1rem;
    display: block;
}