/*
Theme Name: Hobby Mania

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: 48em) {

	ul.products li.product {
		width: 30.79667%;
		/* 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;
    padding-right: 30px;
}

.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;
    width: -webkit-fill-available;
}

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


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

.col2-set .form-row-first {
    float: left;
    width: 50%;
    padding-right: 8px;
}

.col2-set .form-row-last {
    float: right;
    width: 50%;
    padding-left: 8px;
}

/**
 * Checkout
 */

/**
 * 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: 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%;
}
.wp-post-image {
    width: 100%;
}
.woocommerce-product-gallery .flex-viewport {
    min-height: 300px;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    overflow: scroll;
    display: flex;
}
.slock-block {
    background: #EFFAED;
    border-radius: 10px;
    max-width: 185px;
    width: 100%;
    padding: 8px 10px;
    margin-left: -5px!important;
}
.stock-green {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 142%;
    letter-spacing: 0.1px;
    color: #159600;
}
.price del {
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 160%;
    text-decoration-line: none;
    color: #9FA5B1;
}
.price ins {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 160%;
    color: #151617;
    background: none;
}
.quantity input {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 134%;
    letter-spacing: 0.3px;
    color: #343434;
    width: 44px;
    height: 40px;
    border: 1px solid #E8E8E8;
    border-radius: 10px;
    text-align: center;
}
.quantity button {
    color: #9FA5B1;
    background: none;
    border: 0;
    font-size: 40px;
    padding: 0 14px;
    font-weight: 200;
    line-height: 15px;
    position: relative;
    top: -5px;
}
.quantity .plus { 
    color: #0B3D8B;
}
.quantity {
    display: flex;
    align-items: center;
    justify-content: center;
}
.info-cart {
    padding: 16px;
    border: 1px solid #F0F6FF;
    border-radius: 10px;
    flex-wrap: nowrap;
}
.info-cart-img {
    max-width: 24px;
    padding: 0;
}
.info-cart ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.info-cart li, .info-cart p.info-cart-text {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 134%;
    letter-spacing: 0.3px;
    color: #343434;
}
.info-cart li {
    flex: 0 0 50%;
    padding-right: 4px;
    padding-bottom: 8px;
}
.info-cart .subtitle-2 {
    margin-top: 5px;
    margin-bottom: 10px;
}
figure.woocommerce-product-gallery__wrapper {
    height: 100%;
}
.woocommerce-product-gallery__image {
    height: 100%;
}
.woocommerce-product-gallery__image a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.woocommerce-product-gallery__image img {
    width: -webkit-fill-available;
    padding: 0 45px 0 70px;
}
.flex-viewport {
    margin: 110px 0 !important;
}

form#comment-form {
	display: none;
}
form#comment-form.active, form#comment-form.active_rep {
    display: block !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /* background: #09295b4f; */
    background-color: rgba(0,0,0,0.5);
    height: 100%;
}
.form-popup {
    max-width: 605px;
    margin: 0 auto;
    background: #FFFFFF;
    padding: 20px 0;
    padding-bottom: 0px;
    border-radius: 6px;
    margin-top: 50px;
}
.head_popup_inf {
    border-bottom: 1px solid #E8E8E8;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
}
.comment-form-cookies-consent {
    display: none;
}
.form-comment-body {
    display: flex;
    flex-direction: column-reverse;
    padding: 70px 60px;
    padding-top: 0px;
}
.form-comment-body label {
    color: #667085;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 6px;
}
.form-comment-body label .required {
    display: none;
}
textarea#comment, input#author, input#email {
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    border-radius: 10px;
    width: 100%;
    padding: 14px 12px;
}
.form-comment-body textarea#comment::placeholder,
.form-comment-body input#author::placeholder,
.form-comment-body input#email {
    color: #9FA5B1;
}
#comment-form .form-submit {
    margin: 0;
    border-top: 1px solid #E8E8E8;
    padding: 16px 18px;
    display: flex;
    justify-content: end;
}
#comment-form .form-submit #submit-button {
    background: #0B3D8B;
    border-radius: 8px;
    padding: 12px 26px;
    color: #FFFFFF;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    margin-left: 16px;
    min-width: 152px;
    text-align: center;
}
#comment-form .form-submit #cancel-comment-reply-link {
    border: 1px solid #0B3D8B;
    border-radius: 8px;
    padding: 12px 26px;
    color: #0B3D8B;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    min-width: 152px;
    text-align: center;
}
.form-comment-title {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.15px;
    color: #343434;
    max-width: 375px;
    margin: 0 auto;
    padding-bottom: 40px;
}
h3#reply-title {
    display: none;
}
form#comment-form.active_rep .form-comment-title {
    display: none;
}
.comments__block{
	padding-top: 20px;
}
.comments__block .btn-white span {
    font-family: Montserrat;
}
.comment-head-page {
    background: #FFFFFF;
    border: 1px solid #F0F6FF;
    border-radius: 10px;
    padding: 16px;
    align-items: center;
    margin-bottom: 24px;
    column-gap: 15px;
}
.comment {
    background: #FFFFFF;
    border: 1px solid #F0F6FF;
    border-radius: 10px;
    padding: 16px;
    margin-bottom: 32px;
}
.child_comments {
    margin-top: 22px;
}
.comment-author {
    color: #343434;
    letter-spacing: 0.15px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}
.comment-date {
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #9FA5B1;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
}
.comment-content {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 134%;
    letter-spacing: 0.3px;
    color: #333333;
    padding: 16px 0;
}
a.comment-reply-link {
    letter-spacing: 0.5px;
    text-decoration-line: underline;
    color: #0B3D8B;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    margin-left: 4px;
    position: relative;
    top: 1px;
}
/* .comment-reply-link .caption {
    color: #0B3D8B;
    font-weight: 500;
} */
.close-popup-comment {
    cursor: pointer;
}
.sku-value {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 142%;
    letter-spacing: 0.1px;
    color: #343434;
    display: flex;
    margin-left: 8px;
}
.sku-product {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 142%;
    letter-spacing: 0.1px;
    color: #343434;
}
.product_noties {
    background: rgba(196, 24, 24, 0.1);
    border-radius: 10px;
    padding: 16px;
    margin-bottom: 0px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 134.84%;
    letter-spacing: 0.1px;
    color: #E70A0A;
}
.woocommerce-product-gallery {
    width: 100%;
    height: 100%;
}

.slock-block.off-stock {
    width: 158px;
    background: #ffe6e6;
    border-radius: 10px;
}
.stock-grey {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 142%;
    letter-spacing: 0.1px;
    color: #667085;
    text-align: center;
    display: block;
}


.color-attribute span {
    display: block;
    width: 30px;
    height: 30px;
}
.price del span.woocommerce-Price-amount.amount {
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 160%;
    text-decoration-line: none;
    color: black;
    font-weight: 400;
    text-decoration-line: line-through;
}
.price ins {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    color: red;
    background: none;
}
.woocommerce-Price-amount bdi {
    display: flex;
    justify-content: start;
    column-gap: 3px;
}
.woocommerce-cart-form__second-info .product-subtotal .woocommerce-Price-amount {
    color: red;
}
.woocommerce-cart-form__second-info .product-subtotal {
    display: grid;
}
.woocommerce-cart-form__second-info .product-subtotal > span:nth-child(2) {
    color: red;
}
.woocommerce-cart-form__second-info .product-subtotal > span:nth-child(1) bdi {
    text-decoration-line: line-through!important; 
    font-weight: 500;
}
.woocommerce-cart-form__second-info .normal-price > span {
    color: black!important;
}
.woocommerce-cart-form__second-info .normal-price > span:nth-child(1) bdi {
    font-weight: 600;
    text-decoration: none!important;
}
.filter__select-sort { 
    border-radius: 10px;
}
.shop__page-layout-cards .brand__form {
    padding: 0;
}
.shop__page-layout-cards .account__orders-control {
    display: flex;
}
.shop__page-layout-cards .account__orders-control .select2{
    width: 360px;
}
.shop__page-layout-cards .settings {
    padding: 0;
}

@media screen and ( max-width: 1440px ) {
    .shop__page-layout-cards .account__orders-control .select2{
        width: 253px!important;
    }
    .single-product div.product .woocommerce-product-gallery .flex-viewport {
        margin: 60px 0 !important; 
    }
}

@media screen and ( max-width: 960px ) {
    .single-product div.product .woocommerce-product-gallery {
        max-height: 630px; 
        padding-right: 0;
    }
    
}

@media screen and ( max-width: 959px ) {
    .shop__page-layout-cards .settings {
        display: none;
    }
    .shop__page-layout-cards .account__orders-control {
        display: none;
    }
    .shop__page-layout-cards .col-md-10 {
        width: 100%;
    }
    .shop__page-layout-cards .carts {
        width: -webkit-fill-available; 
    }
}


@media screen and ( max-width: 768px ) {
    .form-popup {
        margin-top: 0px;
    }
    .woocommerce-product-gallery .flex-viewport {
        margin-top: 40px!important;
        margin-bottom: 40px!important;
    }
    
    .shop__page-layout-cards .account__orders-control {
        display: none;
    }
    
}

@media screen and ( min-width: 2160px ) {
    .shop__page-layout .products .block-col{
        width: calc(16.6666667% - 25px)!important;
    }
}
@media screen and ( min-width: 1441px ) {
    .shop__page-layout .products {
        gap: 30px!important;
    }
    .shop__page-layout .products .block-col{
        width: calc(20% - 24px);
    }
}
@media screen and ( min-width: 1440px ) {
    

    .shop__page-layout .products {
        gap: 30px!important;
    }
    .shop__page-layout .products .block-col{
        width: calc(20% - 24px)!important;
    }
}

@media screen and ( max-width: 1440px ) {
    .shop__page-layout .products .block-col{
        width: calc(25% - 8px);
    }
}
@media screen and ( min-width: 1440px ) {
    ul.products.columns-4 li.product {
        width: calc(25% - 23px)!important;
    }
}
@media screen and ( min-width: 1200px ) {
    .brand__form .col-md-10 {
        padding: 0 0 0 30px;
    }
    ul.products.columns-4 li.product {
        width: calc(25% - 8px);
    }
    .shop__page-layout .products {
        row-gap: 30px;
        column-gap: 10px;
    }
}
@media screen and ( min-width: 2160px ) {
    .shop__page-layout .products {
        row-gap: 24px;
        column-gap: 16px; 
    }
    ul.products.columns-4 li.product {
        width: calc(20% - 24px)!important;
        max-width: none;
    }
    .brand__form .col-md-10 {
        padding: 0 0 0 24px;
    } 
}
@media screen and ( min-width: 768px ) and ( max-width: 1200px ) {
    .shop__page-layout .products {
        gap: 30px 10px;
    }
    ul.products.columns-4 li.product {
        width: calc(33.33% - 7px)!important;
    }
    .brand__form .col-md-10 {
        padding: 0 0 0 10px;
    } 
}
@media screen and ( min-width: 426px ) {
    .mob-pagination {
        display: none!important;
    }
}
@media screen and ( max-width: 425px ) {
    .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
        position: relative;
    }
    .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
        width: 30px;
    }
    .flex-control-nav {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
    }
    
    .flex-control-nav li {
        width: 30px!important;
        height: auto;
        background-color: #9FA5B1;
        list-style-type: none;
        border-radius: 5px;
        position: relative;
    }


    .product__price-col {
        margin-bottom: 50px; 
    }
    .comment-head-page {
        flex-wrap: wrap;
        row-gap: 15px;
    }
    .comment-head-page .btn-white {
        width: 100%;
        justify-content: center;
    }
    .mob-pagination {
        position: absolute;
        bottom: 25px;
        left: calc(50% - 14px);
    }
    figure.woocommerce-product-gallery__wrapper {
        width: max-content!important;
    }
    .woocommerce-product-gallery__wrapper {
        scrollbar-width: none !important; 
    }
    
    .single-product div.product .woocommerce-product-gallery .flex-viewport {
        overflow-x: auto!important;
    }
    .single-product div.product .woocommerce-product-gallery .flex-viewport::-webkit-scrollbar {
        width: 0px!important;
    }
}
@media screen and ( max-width: 350px ) {
    .brand__form .shop__filters-mobile .shop__filters-btn, .filter__select-sort{
        width: 100%;
    }
}

