/*
Theme Name: Scoria

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
 */
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: 1000px) {

	.products {
		display: grid;
	}

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

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

	ul.products.columns-1  {
		grid-template-columns: repeat(1,1fr);
	}
	ul.products li.product {
		margin-bottom: 123px;
	}
	ul.products.columns-2 {
		grid-template-columns: repeat(2,1fr);
		gap: 0 150px;
	}
	.post-333 {
        order: 4;
    }
	.post-195 {
        order: 1;
    }
	.post-94 {
        order: 2;
    }
	.post-335 {
        order: 3;
    }
	ul.products.columns-3 {
		grid-template-columns: repeat(3,1fr);
	}

	ul.products.columns-4 {
		grid-template-columns: repeat(4,1fr);
	}

	ul.products.columns-5 {
		grid-template-columns: repeat(5,1fr);
	}

	ul.products.columns-6 {
		grid-template-columns: repeat(6,1fr);
	}
}

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

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

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

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

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
	background-color: #0f834d;
	clear: both;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
	background-color: #3d9cd2;
}

.woocommerce-error {
	background-color: #e2401c;
}

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

@media screen and (min-width: 1000px) {

	/**
	 * Header cart
	 */
	.site-header-cart .widget_shopping_cart {
		position: absolute;
		top: 100%;
		width: 300px;
		z-index: 999999;
		right: 999em;
		display: block;
		padding: 15px;
        background: #000;
		margin-top:37px;
		margin-bottom: 0;
	}
    .widget.woocommerce.widget_shopping_cart:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        transform: translateY(-100%);
        transition: height .2s ease;
        height: 37px;
    }
	.site-header-cart:hover .widget_shopping_cart,
	.site-header-cart.focus .widget_shopping_cart {
		right: -20px;
	}
	.custom-cart-scoria {
		display: flex;
		gap: 50px;
	}
	.custom-cart-scoria .woocommerce-cart-form {
		flex: 2;
	}
	.custom-cart-scoria .cart-collaterals {
		flex: 1;
	}
	.product-image img {
		width: 100%;
	}
	.product-info {
		margin-bottom: 5px;
		margin-top: 18px;
		display: flex;
		justify-content: space-between;
	}
	.product-info .woocommerce-loop-product__title {
		margin: 0;
		font-size: 25px;
		line-height: 33px;
	}
	.product-info .woocommerce-Price-amount {
		font-size: 25px;
		line-height: 46px;
	}
	.product-title-collection {
		color: #7B7B7B;
		font-size: 18px;
		line-height: 33px;
		margin: 0;
	}
	ul.products.columns-2 {
		padding-bottom: 82px;
	}
	.custom-product-name-attributes {
		border-bottom: 1px solid #C18549;
	}
	.custom-product-name-attributes:first-child {
		border-top: 1px solid #c18549;
	}
	.custom-product-name-attributes h5 {
		font-size: 21px;
		line-height: 46px;
		margin: 13px 0;
	}
	.product-basic-item {
        gap: 130px;
        margin-top: 131px;
        margin-bottom: 144px;
    }
	.description-product-basic {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.description-product-basic .name-product {
		font-size: 75px;
		line-height: 95px;
		margin: 0;
	}
	.description-product-basic p {
		font-size: 21px;
		line-height: 34px;
		max-width: 520px;
		margin: 0;
	}
	.product-basic-item .product-image {
        display: flex;
        align-items: center;
	}
	.product-basic-item .product-image img {
        aspect-ratio: 1 / 1;
        object-fit: cover;
    }
	.product-image-with-summary img {
		width: 100%;
		height: 100vh;
		object-fit: cover;
	}
	.product-image-with-summary {
		position: relative;
	}
	.product-image-with-summary .summary {
		background: #080808;
		padding: 22px 30px;
		max-width: 450px;
		width: 100%;
	}
	.product-image-with-summary .product-collection {
		font-size: 14px;
		line-height: 18px;
		letter-spacing: 2.8px;
		text-transform: uppercase;
		margin: 0;
	}
	.product-image-with-summary .woocommerce-Price-amount {
		font-size: 25px;
		line-height: 46px;
		margin-bottom: 24px;
		margin-top: 0;
	}
	.product-image-with-summary .summary h1 {
		font-size: 35px;
		line-height: 33px;
		margin: 12px 0 50px 0;
	}
	.add-to-cart-width100 {
		width: 100%;
	}
	.summary-absolute {
        position: absolute!important;
        bottom: 0!important;
        left: 50%!important;
        transform: translateX(-50%)!important;
		align-items: end!important;
    }
	.Designby p {
		margin: 0;
		font-size: 21px;
		line-height: 26px;
	}
}
.product-category-list {
    display: flex;
    margin-bottom: 74px;
    gap: 24px;
    flex-wrap: wrap;
}
.woocommerce-mini a:hover path,
.woocommerce-mini a:hover circle,
.woocommerce-mini a:hover line {
    stroke: #fff;
}
.woocommerce-loop-product__title {
    font-family: "Sora", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}
.product-title-collection a {
	color: #7B7B7B;
}
@media screen and (max-width: 1000px) {
	ul.products li.product {
		margin: 28px 0;
	}
	.product-image img {
		width: 100%;
		aspect-ratio: 1 / 1;
		object-fit: cover;
	}
	.product-info {
		margin-top: 19px;
		margin-bottom: 5px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.product-info .woocommerce-loop-product__title {
		font-size: 18px;
		line-height: 33px;
		margin: 0;
	}
	.product-info .woocommerce-Price-amount {
		font-size: 18px;
		line-height: 46px;
	}
	.product-title-collection {
		margin: 0;
		color: #7B7B7B;
		font-size: 16px;
		line-height: 33px;
	}
	ul.products.columns-2 {
		padding-bottom: 36px;
	}
	.custom-product-name-attributes {
		border-bottom: 1px solid #C18549;
	}
	.custom-product-name-attributes:first-child {
		border-top: 1px solid #c18549;
	}
	.custom-product-name-attributes h5 {
		font-size: 21px;
		line-height: 46px;
		margin: 13px 0;
	}
	.product-basic-item {
		margin-top: 58px;
        margin-bottom: 28px;
    }
	.description-product-basic {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		margin-bottom: 28px;
	}
	.description-product-basic .name-product {
		display:none;
	}
	.description-product-basic p {
		font-size: 18px;
        line-height: 28px;
        max-width: 500px;
        margin: 0;
		margin-bottom:28px;
	}
	.product-basic-item .product-image {
        display: flex;
        align-items: center;
	}
	.product-basic-item .product-image img {
        aspect-ratio: 1 / 1;
        object-fit: cover;
    }
	.product-image-with-summary .woocommerce-Price-amount {
		font-size: 25px;
		line-height: 46px;
	}
	.Designby {
		display: none;
	}
	.product-image-with-summary .product-collection {
		font-size: 14px;
		line-height: 18px;
		letter-spacing: 2.8px;
		text-transform: uppercase;
		margin: 0;
	}
	.product-image-with-summary h1 {
		font-size: 38px;
		line-height: 33px;
		margin: 9px 0 49px 0;
	}
	.product-image-with-summary .woocommerce-Price-amount {
		font-size: 25px;
		line-height: 46px;
	}
	.product-image-with-summary button {
		width: 100%;
	}
	.summary-absolute {
        display: block !important;
        padding-bottom: 0 !important;
        padding-top: 57px;
    }
	.product-image-with-summary .woocommerce-product-gallery__wrapper img {
		aspect-ratio: 1 / 1;
		object-fit: cover;
		width: 100%;
	}
}
/**
 * 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%;
}
.ct-icon path {
    fill: #fff;
}
.woocommerce-mini-cart-item.mini_cart_item {
    display: flex;
    align-items: center;
    gap: 10px;
	position:relative;
}
.remove_from_cart_button {
    position: absolute;
    right: 0;
}
.woocommerce-mini-cart__buttons {
    display: flex;
    gap: 10px;
}
.woocommerce-mini-cart__buttons .wc-forward {
    font-weight: 400;
    font-size: 12px;
    padding: 10px;
    border: 2px solid #c18549;
    border-radius: 26px;
    background: transparent;
    color: #c18549;
    text-transform: uppercase;
    line-height: 16px;
    text-align: center;
    display: inline-block;
	flex:1;
}
.woocommerce-mini-cart__buttons .wc-forward:hover {
	padding: 10px;
	border: 2px solid #c18549;
	border-radius:26px;
	background:#c18549;
	color: #fff;
	
}
.thumbnail-mini-cart img {
    max-width: 75px;
}