/**
* Theme Name: Rosaa Child
* Description: This is a child theme of Rosaa, generated by Merlin WP.
* Author: <a href="http://themelexus.com/">Themelexus</a>
* Template: rosaa
* Version: 1.6.8

*/

/* Скрываем поля Страна, Регион и Индекс */

/* Фикс: одинаковые колонки в Elementor grid */
/*.elementor-grid-3 .elementor-grid{
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}*/

/* Важно для grid: разрешаем айтемам сжиматься */
.elementor-grid-3 .elementor-grid > *{
  min-width: 0 !important;
}

/* **************** */
/* FIX: не растягивать круглые action-кнопки (wishlist/compare/quick view) */
ul.products-list li.product-list .product-caption .woosw-btn,
ul.products-list li.product-list .product-caption .woosc-btn,
ul.products-list li.product-list .product-caption .woosq-btn,
.woosw-btn,
.woosc-btn,
.woosq-btn{
  width: auto !important;
  min-width: 0 !important;
  padding: 13px !important;          /* как у темы */
  border-radius: 50% !important;
  white-space: nowrap !important;
}



/* ТЕСТ #1: лупа/сердце/compare НЕ растянуты, снова круги */
/* ТЕСТ #4: НЕ трогаем круги сверху (.group-action), правим только дубли под карточкой */
ul.products .product-caption .woosw-btn,
ul.products .product-caption .woosc-btn,
ul.products .product-caption .woosq-btn,
ul.products-list .product-caption .woosw-btn,
ul.products-list .product-caption .woosc-btn,
ul.products-list .product-caption .woosq-btn{
  width: auto !important;
  min-width: 0 !important;
  padding: 13px !important;
  border-radius: 50% !important;
  white-space: nowrap !important;
}

/* Верхние круги (overlay) строго 44x44 */
.group-action .shop-action .woosw-btn,
.group-action .shop-action .woosc-btn,
.group-action .shop-action .woosq-btn{
  width: 44px !important;
  height: 44px !important;
  padding: 0 !important;
}
/* ***************** */
/* LIST VIEW: круглая корзина-иконка */
ul.products-list li.product-list .add_to_cart a.add_to_cart_button,
ul.products-list li.product-list .add_to_cart a.ajax_add_to_cart {
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  padding: 0 !important;
  border-radius: 50% !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  font-size: 0 !important;          /* скрываем текст "Add to cart" */
  line-height: 1 !important;
  white-space: nowrap !important;
}

/* сама иконка корзины через шрифт темы */
ul.products-list li.product-list .add_to_cart a.add_to_cart_button:before,
ul.products-list li.product-list .add_to_cart a.ajax_add_to_cart:before {
  font-family: "rosaa-icon" !important;
  content: "" !important;          /* оставляем тот же символ, что у тебя был */
  font-size: 18px !important;       /* можно 18-22 */
  margin: 0 !important;
  display: inline-block !important;
  line-height: 1 !important;
}

/* 1) Кнопка корзины в списке — делаем круглой и НЕ растягиваем */
ul.products-list li.product-list .add_to_cart a.add_to_cart_button,
ul.products-list li.product-list .add_to_cart a.ajax_add_to_cart {
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  padding: 0 !important;
  border-radius: 50% !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  font-size: 0 !important;      /* прячем текст */
  line-height: 1 !important;
  white-space: nowrap !important;
}

/* 2) Сама иконка корзины (через шрифт темы rosaa-icon) */
ul.products-list li.product-list .add_to_cart a.add_to_cart_button:before,
ul.products-list li.product-list .add_to_cart a.ajax_add_to_cart:before {
  font-family: "rosaa-icon" !important;
  content: "" !important;      /* символ корзины из Rosaa */
  font-size: 18px !important;
  margin: 0 !important;
  line-height: 1 !important;
  display: inline-block !important;
}

/* 3) ВАЖНО: чтобы глобальный Elementor-стиль не ломал маленькие кнопки */
ul.products-list li.product-list .add_to_cart a.add_to_cart_button,
ul.products-list li.product-list .add_to_cart a.ajax_add_to_cart {
  background-color: var(--e-global-color-primary) !important; /* если нужно как в теме */
  border-color: var(--e-global-color-primary) !important;
}
ul.products-list li.product-list .add_to_cart a.add_to_cart_button:before {
  font-family: "rosaa-icon" !important;
}

.woocommerce-cart .return-to-shop .button br {
    display: none;
}
/*******************************/
/* BeRocket: right-align color filter swatches */
/* BeRocket filters desktop only */
@media (min-width: 1025px) {
	/* BeRocket: right-align color filter swatches */
	.bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline .bapf_body > ul {
		display: flex !important;
		flex-wrap: wrap !important;
		justify-content: flex-end !important;
		align-items: center !important;
		gap: 10px !important;
		text-align: right !important;
	}

	.bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline .bapf_head h3 {
    width: var(--rosaa-color-swatches-width, auto) !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: 0 !important;
    text-align: left !important;
    white-space: nowrap !important;
}

	.bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline .bapf_body > ul > li {
		display: flex !important;
		flex: 0 0 auto !important;
		width: auto !important;
		max-width: none !important;
	}

	.bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline .bapf_body > ul > li > label {
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		margin: 0 !important;
	}

	.bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline .bapf_clr_span {
		margin: 0 !important;
	}
}

/* ***************** */

/* *******************  */


	/* страница завершения заказа ****************** */
	@media (max-width: 767px) {
    .woocommerce-order-details {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    
    .woocommerce-table--order-details {
        width: calc(100% - 30px) !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

	@media (max-width: 767px) {

/* Отодвигаем блок с адресами от краев экрана */
section.woocommerce-columns--addresses.addresses {
    width: calc(100% - 30px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* На мобильных адреса часто прилипают друг к другу, добавим отступ снизу */
.woocommerce-column.woocommerce-column--1 {
    margin-bottom: 20px !important;
}
}

@media (max-width: 767px) {
    /* Находим все параграфы внутри блока заказа, включая "Оплата наличными" */
    .woocommerce-order > p {
        width: calc(100% - 30px) !important;
        margin-left: auto !important;
        margin-right: auto !important;
        box-sizing: border-box !important;
    }


}
@media (max-width: 767px) {
.woocommerce-customer-details  {
        width: calc(100% - 30px) !important;
        margin-left: auto !important;
        margin-right: auto !important;
        box-sizing: border-box !important;
    }
}

@media (max-width: 767px) {
    /* Текст "Оплата наличными" */
    .woocommerce-order > p {
        padding: 0 15px !important;
        margin: 15px 0 !important;
        width: auto !important;
    }
/* **************** */

/* === Разделитель "или" === */
.yith-wocc-divider {
    max-width: 400px;
    width: 100%;
    margin: 15px 0;
    position: relative;
    text-align: center;
}

/* линии */
.yith-wocc-divider:before,
.yith-wocc-divider:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 45%;
    height: 1px;
    background: #e0e0e0;
}

.yith-wocc-divider:before {
    left: 0;
}

.yith-wocc-divider:after {
    right: 0;
}

/* текст "или" */
.yith-wocc-divider span {
    background: #fff;
    padding: 0 12px;
    font-size: 16px;
    position: relative;
    z-index: 1;
}


/* *************** */
/* === Общий контейнер кнопок === */
.single-product form.cart {
    max-width: 400px;
    width: 100%;
}

/* === Все кнопки одинаковой ширины === */
.single-product .single_add_to_cart_button,
.single-product .yith-wocc-button,
.single-product .woosw-btn {
    width: 100% !important;
    max-width: 100%;
    box-sizing: border-box;
}

/* === Убираем старые проценты === */
@media (max-width: 1024px),
       (max-width: 768px),
       (max-width: 425px) {
    .single-product div.product .single_add_to_cart_button {
        width: 100% !important;
    }
}

/* === Контейнер one-click === */
.yith-wocc-button-container,
.yith-wocc-select-address-container {
    max-width: 100% !important;
    width: 100%;
}

/* десктопнвый разделитель правлю */
@media (min-width: 1025px) {

    .single-product form.cart {
        max-width: 400px;
        margin: 0 auto;
    }

    .single-product form.cart .button,
    .single-product form.cart .yith-wocc-button {
        width: 100% !important;
    }

    .single-product .yith-wocc-divider {
        width: 100%;
        margin: 16px auto;
    }
}


/* Скрываем элемент clear внутри формы корзины */
/* Полное обнуление элемента clear и его содержимого */
/* Убираем саму линию и обнуляем все отступы этого блока */
/* Максимально специфичный селектор для удаления элемента */
.single_variation_wrap > .clear {
    display: none !important;
}

/*  в woocommerce.css в теме такой же есть, скрытие выкатывалки корзины
.site-header-cart-side.active {
  transform: none;
  display: none; }/* менял */
*/
/*
.site-header-cart-side.active + .cart-side-overlay {
  visibility: visible;
  opacity: 1;
    display: none; 
}/* менял */

/* === FIX: shop-action buttons (wishlist / compare / quick view) === */
.group-action .shop-action button,
.group-action .shop-action .woosw-btn,
.group-action .shop-action .woosc-btn,
.group-action .shop-action .woosq-btn {
    width: 44px !important;
    min-width: 44px !important;
    max-width: 44px !important;

    height: 44px !important;
    padding: 0 !important;

    border-radius: 50% !important;
    white-space: nowrap !important;
    font-size: 0 !important;
    line-height: 0 !important;
}

/* защита от глобального button */
.group-action .shop-action button {
    background: #fff !important;
    border: 1px solid var(--e-global-color-border) !important;
}


/* ЛК WooCommerce + Elementor: кнопки по центру на мобильных (inline width:450px шире экрана) */
/* ЛК WooCommerce + Elementor: мобильные кнопки по центру, меньший шрифт */
@media (max-width: 767px) {
    .woocommerce-MyAccount-content center {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .woocommerce-MyAccount-content .elementor-button-wrapper {
        width: 100% !important;
        max-width: 100%;
        margin-left: auto !important;
        margin-right: auto !important;
        box-sizing: border-box;
        font-size: 16px !important;
    }

    .woocommerce-MyAccount-content .elementor-button-wrapper .elementor-button {
        width: 100%;
        box-sizing: border-box;
        justify-content: center;
        font-size: 16px !important;
        line-height: 1.25;
        padding-left: 12px;
        padding-right: 12px;
    }
}

/* BeRocket: right-align color filter swatches *//*
.bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline .bapf_body > ul {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: flex-end !important;
    align-items: center !important;
    gap: 10px !important;
    text-align: right !important;
}

.bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline .bapf_head h3 {
    width: var(--rosaa-color-swatches-width, auto) !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: 0 !important;
    text-align: left !important;
}

.bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline .bapf_body > ul > li {
    display: flex !important;
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
}

.bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline .bapf_body > ul > li > label {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
}

.bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline .bapf_clr_span {
    margin: 0 !important;
}
*/

/* про иконки */
/* Header account/cart/wishlist alignment */
/* Header account/cart/wishlist alignment */
html body .site-header-account > a,
html body .site-header-cart .cart-contents.rosaa-header-action-labeled,
html body a.custom-wishlist-icon.woosw-link.rosaa-header-action-labeled {
	display: grid !important;
	grid-template-rows: 26px 28px !important;
	align-content: start !important;
	align-items: center !important;
	justify-items: center !important;
	row-gap: 0 !important;
	height: 54px !important;
	min-height: 54px !important;
	overflow: visible !important;
	position: relative !important;
	text-align: center !important;
	text-decoration: none !important;
}

html body .site-header-account > a > br {
	display: none !important;
}

html body .site-header-account > a > .icon,
html body .site-header-account > a > i.rosaa-icon-account {
	grid-row: 1 !important;
	display: flex !important;
	align-items: flex-end !important;
	justify-content: center !important;
	width: 26px !important;
	height: 26px !important;
	margin: 0 auto !important;
	padding: 0 !important;
	font-size: 24px !important;
	line-height: 26px !important;
}

html body .site-header-account > a > .icon img,
html body .site-header-account > a > .icon svg {
	display: block !important;
	width: 24px !important;
	height: 24px !important;
	margin: 0 !important;
}

html body .site-header-cart .cart-contents.rosaa-header-action-labeled::before {
	grid-row: 1 !important;
	display: block !important;
	width: 26px !important;
	height: 26px !important;
	margin: 0 !important;
	font-size: 24px !important;
	line-height: 26px !important;
	text-align: center !important;
	transform: none !important;
}

html body a.custom-wishlist-icon.woosw-link.rosaa-header-action-labeled > svg {
	grid-row: 1 !important;
	display: block !important;
	width: 26px !important;
	height: 26px !important;
	margin: 0 !important;
	position: static !important;
	top: auto !important;
	transform: translateY(5px) !important;
}

html body .site-header-cart .cart-contents .woocommerce-Price-amount,
html body .site-header-cart .cart-contents .header-cart-summary {
	display: none !important;
}

html body .site-header-account b,
html body .site-header-account b > a,
html body .site-header-account .account-content,
html body .site-header-account .content-content,
html body .site-header-account .content-admin,
html body .site-header-cart .cart-contents .rosaa-header-action-label,
html body a.custom-wishlist-icon.woosw-link .rosaa-header-action-label {
	grid-row: 2 !important;
	display: block !important;
	height: 28px !important;
	min-height: 28px !important;
	margin: 0 !important;
	padding: 0 !important;
	font-family: "Segoe UI", Arial, sans-serif !important;
	font-size: 18px !important;
	line-height: 28px !important;
	font-weight: 600 !important;
	letter-spacing: 0 !important;
	color: #000 !important;
	-webkit-text-fill-color: #000 !important;
	text-align: center !important;
	white-space: nowrap !important;
	text-transform: none !important;
	transform: none !important;
}

html body .site-header-cart .cart-contents.rosaa-header-action-labeled > .count,
html body a.custom-wishlist-icon.woosw-link.rosaa-header-action-labeled .woosw-count {
	display: block !important;
	position: absolute !important;
	top: -5px !important;
	right: calc(50% - 22px) !important;
	width: 16px !important;
	height: 12px !important;
	margin: 0 !important;
	padding: 0 !important;
	font-family: "Segoe UI", Arial, sans-serif !important;
	font-size: 12px !important;
	line-height: 12px !important;
	font-weight: 400 !important;
	color: #000 !important;
	text-align: center !important;
}

/* *********** цифры */

/* Header icon counters live fix v1.6.3 */
html body .site-header-cart .cart-contents > .count,
html body a.custom-wishlist-icon.woosw-link .woosw-count {
	display: block !important;
	position: absolute !important;
	top: -5px !important;
	right: calc(50% - 22px) !important;
	width: 16px !important;
	height: 12px !important;
	min-width: 0 !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	font-family: "Segoe UI", Arial, sans-serif !important;
	font-size: 12px !important;
	line-height: 12px !important;
	font-weight: 400 !important;
	color: #000 !important;
	-webkit-text-fill-color: #000 !important;
	text-align: center !important;
	text-decoration: none !important;
	transform: none !important;
}

/* Header icon labels live fix v1.6.4 */
html body .site-header-account > a,
html body .site-header-cart .cart-contents,
html body a.custom-wishlist-icon.woosw-link {
	display: grid !important;
	grid-template-rows: 26px 28px !important;
	align-content: start !important;
	align-items: center !important;
	justify-items: center !important;
	row-gap: 0 !important;
	height: 54px !important;
	min-height: 54px !important;
	overflow: visible !important;
	position: relative !important;
	text-align: center !important;
	text-decoration: none !important;
	gap: 0 !important;
}

html body .site-header-account > a > br {
	display: none !important;
}

html body .site-header-cart .cart-contents .woocommerce-Price-amount,
html body .site-header-cart .cart-contents .rosaa-header-action-label,
html body a.custom-wishlist-icon.woosw-link .rosaa-header-action-label {
	display: none !important;
}

html body .site-header-cart .cart-contents::after,
html body a.custom-wishlist-icon.woosw-link::after {
	grid-row: 2 !important;
	display: block !important;
	height: 28px !important;
	margin: 0 !important;
	padding: 0 !important;
	font-family: "Segoe UI", Arial, sans-serif !important;
	font-size: 18px !important;
	line-height: 28px !important;
	font-weight: 600 !important;
	color: #000 !important;
	-webkit-text-fill-color: #000 !important;
	text-align: center !important;
	white-space: nowrap !important;
	text-decoration: none !important;
}

html body .site-header-cart .cart-contents::after {
	content: "Корзина" !important;
}

html body a.custom-wishlist-icon.woosw-link::after {
	content: "Закладки" !important;
}

html body a.custom-wishlist-icon.woosw-link > svg {
	grid-row: 1 !important;
	position: static !important;
	top: auto !important;
	transform: translateY(5px) !important;
}

/* Mobile: color swatches align left on catalog pages */
@media (max-width: 1024px) {
	body.post-type-archive-product .bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline,
	body.woocommerce-shop .bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline,
	body.page-id-7370 .bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline,
	body.page-id-7371 .bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline,
	body.page-id-7372 .bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline,
	body.page-id-7373 .bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline,
	body.page-id-7374 .bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline,
	body.page-id-7380 .bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline,
	body.page-id-7375 .bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline,
	body.page-id-12 .bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline {
		align-items: flex-start !important;
		text-align: left !important;
	}

	body.post-type-archive-product .bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline .bapf_head h3,
	body.woocommerce-shop .bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline .bapf_head h3,
	body.page-id-7370 .bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline .bapf_head h3,
	body.page-id-7371 .bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline .bapf_head h3,
	body.page-id-7372 .bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline .bapf_head h3,
	body.page-id-7373 .bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline .bapf_head h3,
	body.page-id-7374 .bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline .bapf_head h3,
	body.page-id-7380 .bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline .bapf_head h3,
	body.page-id-7375 .bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline .bapf_head h3,
	body.page-id-12 .bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline .bapf_head h3 {
		width: auto !important;
		margin-left: 0 !important;
		margin-right: auto !important;
		text-align: left !important;
	}

	body.post-type-archive-product .bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline .bapf_body > ul,
	body.woocommerce-shop .bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline .bapf_body > ul,
	body.page-id-7370 .bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline .bapf_body > ul,
	body.page-id-7371 .bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline .bapf_body > ul,
	body.page-id-7372 .bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline .bapf_body > ul,
	body.page-id-7373 .bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline .bapf_body > ul,
	body.page-id-7374 .bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline .bapf_body > ul,
	body.page-id-7380 .bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline .bapf_body > ul,
	body.page-id-7375 .bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline .bapf_body > ul,
	body.page-id-12 .bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline .bapf_body > ul {
		display: flex !important;
		flex-wrap: wrap !important;
		justify-content: flex-start !important;
		align-items: center !important;
		gap: 10px !important;
		margin-left: 0 !important;
		padding-left: 0 !important;
		text-align: left !important;
	}

	body.post-type-archive-product .bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline .bapf_clr_span,
	body.woocommerce-shop .bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline .bapf_clr_span,
	body.page-id-7370 .bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline .bapf_clr_span,
	body.page-id-7371 .bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline .bapf_clr_span,
	body.page-id-7372 .bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline .bapf_clr_span,
	body.page-id-7373 .bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline .bapf_clr_span,
	body.page-id-7374 .bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline .bapf_clr_span,
	body.page-id-7380 .bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline .bapf_clr_span,
	body.page-id-7375 .bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline .bapf_clr_span,
	body.page-id-12 .bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline .bapf_clr_span {
		margin: 0 !important;
	}
}

/* Mobile: force color filter swatches to the left on catalog pages */
@media screen and (max-width: 1024px) {
	body.post-type-archive-product .bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline,
	body.woocommerce-shop .bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline,
	body.page-id-7370 .bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline,
	body.page-id-7371 .bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline,
	body.page-id-7372 .bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline,
	body.page-id-7373 .bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline,
	body.page-id-7374 .bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline,
	body.page-id-7380 .bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline,
	body.page-id-7375 .bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline,
	body.page-id-12 .bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline {
		display: block !important;
		text-align: left !important;
		align-items: flex-start !important;
		--rosaa-color-swatches-width: auto !important;
	}

	body.post-type-archive-product .bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline .bapf_head,
	body.woocommerce-shop .bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline .bapf_head,
	body.page-id-7370 .bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline .bapf_head,
	body.page-id-7371 .bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline .bapf_head,
	body.page-id-7372 .bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline .bapf_head,
	body.page-id-7373 .bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline .bapf_head,
	body.page-id-7374 .bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline .bapf_head,
	body.page-id-7380 .bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline .bapf_head,
	body.page-id-7375 .bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline .bapf_head,
	body.page-id-12 .bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline .bapf_head {
		width: 100% !important;
		text-align: left !important;
	}

	body.post-type-archive-product .bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline .bapf_head h3,
	body.woocommerce-shop .bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline .bapf_head h3,
	body.page-id-7370 .bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline .bapf_head h3,
	body.page-id-7371 .bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline .bapf_head h3,
	body.page-id-7372 .bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline .bapf_head h3,
	body.page-id-7373 .bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline .bapf_head h3,
	body.page-id-7374 .bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline .bapf_head h3,
	body.page-id-7380 .bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline .bapf_head h3,
	body.page-id-7375 .bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline .bapf_head h3,
	body.page-id-12 .bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline .bapf_head h3 {
		width: auto !important;
		margin-left: 0 !important;
		margin-right: auto !important;
		text-align: left !important;
	}

	body.post-type-archive-product .bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline .bapf_body,
	body.woocommerce-shop .bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline .bapf_body,
	body.page-id-7370 .bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline .bapf_body,
	body.page-id-7371 .bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline .bapf_body,
	body.page-id-7372 .bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline .bapf_body,
	body.page-id-7373 .bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline .bapf_body,
	body.page-id-7374 .bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline .bapf_body,
	body.page-id-7380 .bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline .bapf_body,
	body.page-id-7375 .bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline .bapf_body,
	body.page-id-12 .bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline .bapf_body {
		width: 100% !important;
		text-align: left !important;
	}

	body.post-type-archive-product .bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline .bapf_body > ul,
	body.woocommerce-shop .bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline .bapf_body > ul,
	body.page-id-7370 .bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline .bapf_body > ul,
	body.page-id-7371 .bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline .bapf_body > ul,
	body.page-id-7372 .bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline .bapf_body > ul,
	body.page-id-7373 .bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline .bapf_body > ul,
	body.page-id-7374 .bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline .bapf_body > ul,
	body.page-id-7380 .bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline .bapf_body > ul,
	body.page-id-7375 .bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline .bapf_body > ul,
	body.page-id-12 .bapf_sfilter[data-taxonomy="pa_color"].bapf_colorinline .bapf_body > ul {
		display: flex !important;
		flex-wrap: wrap !important;
		justify-content: flex-start !important;
		align-items: center !important;
		width: 100% !important;
		margin-left: 0 !important;
		margin-right: auto !important;
		padding-left: 0 !important;
		text-align: left !important;
		gap: 10px !important;
	}
}


