.woocommerce form .form-row {
    padding: 0!important;
    margin: 0!important;
    margin-bottom: 26px!important;
    margin-top: 9px!important;
}
fieldset {
    padding: 0!important;
    border: none!important;
    margin-bottom: 15px!important;
    margin-top: 15px!important;
}
.attribute-values {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 16px;
}
.woocommerce ul.products li.product a img {
    height: 300px;
    object-fit: contain;
}
.button-variable-item {height: 40px!important;}
.log-out {color:white!important;}
#anim-back .brz-section__content {
    min-height: 80vh!important;
}
#fix-header-desktop {
    margin-left: -2.5%;
    margin-right: -4.5%;
}
.woocommerce-orders-table__cell-order-number a {color: #75c94c!important;}
.woocommerce-orders-table__cell-order-number a:visited {color: #444!important;}
.wc-block-checkout .wc-block-components-formatted-money-amount {
    white-space: nowrap;
    font-size: 16px;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
    align-items: center;
    background: #fff;
    border: 2px solid hsla(0, 0%, 7%, .11);
    border-radius: 100%;
    box-shadow: 0 0 0 2px #fff;
    color: #0000009c !important;
    display: flex;
    justify-content: center;
    line-height: 1;
    min-height: auto;
    min-width: auto;
    height: 25px;
    width: 24px;
    padding: 4px;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(50%, -50%);
    white-space: nowrap;
    z-index: 1;
    font-size: 12px !important;
}
.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
    background: black!important;
    border-radius: 11px!important;
    line-height: 34px !important;
    padding-top: 3px!important;
}
.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
    height: auto;
    padding: 1em;
    width: fit-content;
    background: black;
    border-radius: 8px;
    font-size: 14px !important;
}
.wc-block-components-radio-control-accordion-content div {margin-bottom: 10px;color: #444444cf;}
.wc-block-checkout__shipping-option--free {display: none!important;}
.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted, .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
    border-radius: 8px!important;
    box-shadow: inset 0 0 0 2px #44444421!important;
}
.wp-block-woocommerce-mini-cart {visibility: visible!important;}
.wp-block-woocommerce-cart-line-items-block 
.best-tags-wrapper a:visited {color: black;}
.outlined:hover span {color: white!important;}
.wc-block-mini-cart-items .wc-block-cart-item__total {display: none!important;}
.wc-block-cart-item__total {display: block!important;}
.wc-block-components-product-price__regular {text-decoration: line-through!important;color: gray!important;}
.new-favorite::after {content:"новое";margin-left: 5px;font-weight: normal!important;color:#58AA08;}
.wc-block-mini-cart__shopping-button:visited {color:white!important;}
.wc-block-mini-cart__shopping-button:active {color: white!important;}
.wc-block-components-button:not(.is-link) .wc-block-components-button__text {
    display: block;
    color: white;
}
.wc-block-mini-cart__items {
    padding: 55px 16px 0!important;
}
.outlined span {color: black!important;}
.admin-bar .wc-block-components-drawer__content {
        height: 100vh!important;
        margin-top: 0!important;
        padding-top: 0px!important;
    }
}

.wc-block-checkout__actions_row {
    align-items: center;
    display: flex;
    justify-content: start;
    gap: 15px;
}
.wc-block-cart__submit-button {
    width: fit-content!important;
    background: #121212!important;
    font-size: 14px!important;
    border-radius: 10px!important;
    padding: 10px 22px!important;
}
.lost_password a {
    padding: 5px 15px;
    display: block;
    background: #efefef;
    width: fit-content;
    line-height: 30px;
    font-size: 12px;
    color: #444;
    text-decoration: none;
    border-radius: 10px;
    margin-top: 18px;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: inline-block;
    line-height: 41px;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: none!important;
    padding: 0!important;
    margin: 0!important;
    text-align: left;
    border-radius: 5px;
}
.woocommerce-form-register__submit, .woocommerce-form-login__submit  {
    float: left;
    margin-right: 1em;
    padding: 12px 48px!important;
    border-radius: 100px!important;
    border: 1px solid #000000!important;
    background: none!important;
    transition: .5s all ease;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover {background: black;color: white;}
.woocommerce-MyAccount-navigation-link--my-favorite.favorite-new::before,
.woocommerce-MyAccount-navigation-link--orders.order-new-label::before {
    content: "Новое";
    color: #58AA08;
    font-weight: bold;
    margin-right: 5px;
}

#ajax-favorite-add .brz-icon.favorite-indicator::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #B8FC75;
    border-radius: 50%;
    margin-right: 5px;
    position: absolute;
    bottom: 7px;
    right: -4px;
    z-index: 30;
}
.seodraw-favorite-icon {
    opacity: 0;
    position: absolute;
    right: 30px;
    pointer-events: none;
    top: 22px;
    z-index: 30;
    transition: .5s all ease;
}
.products li {transition: .5s all ease;}
.products li:hover .seodraw-favorite-icon {opacity: 1;pointer-events: auto;}
.seodraw-favorite-icon img {
    width: 22px!important;
    height: 22px!important;

}
#clear-favorites {
    background: black;
    color: white;
    font-size: 12px;
    font-weight: normal;
    padding: 10px 15px;
    border-radius: 8px;
    font-family: 'Unbounded', sans-serif !important;
}
.woocommerce-form {font-family: 'Unbounded', sans-serif !important;font-size:14px;}
.account-info::before {
    content: ""!important;
    background-image: url(/wp-content/plugins/seodraw-extension/more-circle.png)!important;
    background-size: contain!important;
    background-repeat: no-repeat!important;
    display: inline-block!important;
    width: 17px!important;
    height: 17px!important;
    opacity: 1!important;
    margin-right: 10px!important;
    vertical-align: middle!important;
    margin-top: -1px!important;
    transition: opacity 100ms ease-in-out!important;
}
.account-info {
    color: #444!important;
    font-size: 14px !important;
    font-family: 'Unbounded', sans-serif !important;
    margin-top: -1px !important;
    margin-left: 0% !important;
    padding: 12px 44px !important;
    line-height: 41px !important;
    padding-top: 9px !important;
    background: #ededed;
    width: 100%;
    border-radius: 10px;
}
.woocommerce-MyAccount-navigation ul {margin: 0;padding: 0;font-family: 'Unbounded', sans-serif !important;font-size:14px;}
.woocommerce-MyAccount-navigation .is-active a {color:black;font-weight: bold;text-decoration: none;}
.woocommerce-MyAccount-navigation a {color:#444;text-decoration: none;}
.woocommerce-MyAccount-navigation a:hover {color:black;text-decoration: underline;}
.woocommerce-MyAccount-navigation a:visited {color:#444;}
.woocommerce-MyAccount-navigation li {
    list-style: none;
    margin-bottom: 10px;
}
.woocommerce-account .woocommerce-MyAccount-content {
    width: 83%!important;
    font-family: 'Unbounded', sans-serif !important;
    font-size: 14px!important;
    color: #444!important;
}
.woocommerce-MyAccount-content a:visited {color:#444;}
.woocommerce-account .woocommerce {
    display: flex;
    gap: 0;
}
.wc-item-meta {margin: 0!important;}
ul, ol {
    margin: 0;
}
.woocommerce-column address {
    padding: 27px!important;
}
p {
    margin-bottom: 0;
}
.woocommerce table.shop_table th {
    padding-left: 0!important;
}
.woocommerce-MyAccount-content mark
{
    background: #f2ff5d !important;
    text-decoration: none;
    padding: 5px 10px !important;
    color: black !important;
    font-size: 14px !important;
    text-align: center;
    font-weight: normal !important;
}
.woocommerce table.shop_table {
    border: none!important;
}
ul,li {margin: 0;padding: 0;}
.woocommerce-table__product-name a {color: #444!important;font-size:16px!important;font-weight: normal!important;text-decoration: none!important;}
a:visited {color:#444;text-decoration: none;}
.woocommerce-account .addresses .title .edit {
    float: left!important;
    padding: 5px 15px;
    margin-bottom: 15px;
    background: #444;
    display: block;
    color: white;
    text-decoration: none;
    font-size: 12px;
    border-radius: 5px;
}
.woocommerce form .form-row {
    padding: 0;
    margin: 0;
    margin-top: 22px;
}
legend {
    font-size: 16px;
    font-weight: bold;
    margin-top: 17px;
    display: block;
}
address {
    margin: 0 0 1.5em;
    font-style: normal;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
    background: #F7F7F7;
    padding: 10px 15px;
    border-radius: 10px;
    border: none;
    font-family: 'Unbounded', sans-serif !important;
    font-size: 14px;
    padding-bottom: 13px;
}
.fieldset {
    border: none;
    padding: 0;
    margin-top: 21px;
}
.woocommerce-Button {
    display: block;
    max-width: fit-content;
    margin-top: 17px;
    border-radius: 10px;
    padding: 13px 15px;
    color: white;
    background: black;
}
.log-out {
    padding: 5px 15px;
    background: #444;
    color: white;
    text-decoration: none;
    font-family: 'Unbounded', sans-serif !important;
    font-size: 11px;
    margin-right: 10px;
    border-radius: 5px;
}
.view {
    background: #444!important;
    color: white!important;
    font-weight: normal!important;
    font-size: 10px!important;
}
.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
    padding: 11px 12px !important;
    vertical-align: middle;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 15%!important;
}

.woocommerce-info, .woocommerce-noreviews, p.no-comments {
    background-color: #fb7a7a!important;
    border-top-color: #fb7a7a!important;
    border-radius: 10px!important;
    color:white;
    font-family: 'Unbounded', sans-serif !important;
}
.woocommerce-no-products-found {
    width: 93%;
}
.woocommerce-info::before {
    content: ""!important;
    background-image: url(/wp-content/plugins/seodraw-extension/danger.png)!important;
    background-size: contain!important;
    background-repeat: no-repeat!important;
    display: inline-block!important;
    width: 17px!important;
    height: 17px!important;
    opacity: 1!important;
    margin-right: 10px!important;
    vertical-align: middle!important;
    margin-top: -1px!important;
    transition: opacity 100ms ease-in-out!important;
}
.woocommerce-info {
    color: white!important;
    font-size: 14px!important;
    font-family: 'Unbounded', sans-serif !important;
    margin-top: -1px!important;
    margin-left: 2%!important;
        padding: 10px 44px!important;
        line-height: 26px!important;
    padding-top: 9px!important;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus {
    box-shadow: 0 0 0 2px transparent!important;
    box-shadow: inset 0 0 0 1px #fff, 0 0 0 2px transparent!important;
    outline: 3px solid transparent!important;
}
.wc-block-components-product-name:visited {color: #444;}
.wc-block-mini-cart__button {
    padding: 10px!important;
}
.wc-block-mini-cart__button {transition: .5s all ease;display: flex;justify-content: center;}
.wc-block-mini-cart__button:hover {border-radius: 8px;background-color:#F3F3F3;}
#add-to-cart-seodraw-error {
    color: white;
    margin-top: 10px;
    background: #fb5a5a;
    padding: 15px 25px;
    font-family: 'Unbounded', sans-serif !important;
    border-radius: 12px;
    text-align: center;
    font-size: 14px;
    margin-bottom: 15px;
}
#add-to-cart-seodraw-error span::before {
    content: "";
    background-image: url(/wp-content/plugins/seodraw-extension/danger.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 17px;
    height: 17px;
    opacity: 1;
    margin-right: 10px;
    vertical-align: middle;
    margin-top: -1px;
    transition: opacity 100ms ease-in-out;
}
#add-to-cart-seodraw .brz-wrapper-clone__item {width: 100%!important;}
.stock {display: none!important;}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item.selected:not(.no-stock) .variable-item-contents:before, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item.selected:not(.no-stock) .variable-item-contents:before {
    display: none!important;
}
#price-in-prdpage ins {background:inherit!important;}
#price-in-prdpage ins bdi {color: #FF0F0F!important;font-weight: normal!important;font-size:22px!important;}
#price-in-prdpage del bdi {
    color: #44444482;
}
.brz-wooexcerpt>div {min-height: 0px!important;}
.quantity {display: none!important;}
.brz-woo-add-to-cart>div {min-height: 0px!important;}
.single_add_to_cart_button {display: none!important;}
th.label {
    display: flex !important;
    justify-content: start;
    width: 100%;
    align-items: center;
    color: #060606;
    font-family: 'Unbounded', sans-serif !important;
    font-size: 14px;
    margin-top: 16px;
    margin-bottom: 10px;
}
th.label label,.woo-selected-variation-item-name {
     font-family: 'Unbounded', sans-serif !important;
    font-size: 14px!important;
}

.woo-variation-swatches .variable-items-wrapper {
    justify-content: start!important;
    font-family: 'Unbounded', sans-serif !important;
    font-size: 14px!important;
}

.reset_variations,.woo-selected-variation-item-name {display: none!important;}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) {
    background-color: #222222 !important;
    color: white !important;
    box-shadow: var(--wvs-selected-item-box-shadow, 0 0 0 1.2px #000) !important;
    min-width: 50px;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item.selected:not(.no-stock) .variable-item-contents:before, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item.selected:not(.no-stock) .variable-item-contents:before {
    background-size: 30%!important;
}
.color-variable-item {
   box-shadow:none!important; 
}
.color-variable-item.selected {
    box-shadow: var(--wvs-item-box-shadow, 0 0 0 1px #a8a8a894) !important;
    width: 59px!important;
    border-radius: 20px!important;
}
.button-variable-item.selected {border-radius: 6px!important;}
.button-variable-item{
    font-size: 14px!important;
    box-shadow: var(--wvs-item-box-shadow, 0 0 0 1px #a8a8a885)!important;
    border-radius: 6px!important;
    padding: 0 9px!important;
}
.selected .variable-item-span-color {
    border-radius: 20px !important;
}
.variable-item-span-color {
    border-radius: 100% !important;
}
.color-variable-item {
    min-height: 30px !important;
    min-width: 30px !important;
    padding: 0;
    border-radius: 100%!important;
}
.woo-variation-items-wrapper {border: none!important;}
.admin-bar .pswp {
    height: 100%!important;
    top: 0!important;
}
#seodraw-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
}

#seodraw-gallery .gallery-item {
    position: relative;
    overflow: hidden;
    margin-bottom: -5px;
}
.image-seodraw-gallery {
    width: 100%;
    height: 45vh !important;
    object-fit: cover;
    object-position: top;
}
#seodraw-gallery .full-width img {
    height: auto !important;
}
#seodraw-gallery .gallery-item.full-width {
    flex: 1 1 100%;
}

#seodraw-gallery .gallery-item.half-width {
    flex: 1 1 48%;
}

#seodraw-gallery .gallery-item img.zoom-icon {
    position: absolute;
    bottom: 5%;
    right: 5%;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    width: 32px;
    height: 32px !important;
}
#seodraw-gallery .gallery-item:hover img.zoom-icon {
    opacity: 1;
}

#seodraw-accordion {
    font-family: 'Unbounded', sans-serif !important;
}

.accordion-item {
    margin-bottom: 10px;
}

.accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-size: 20px;
    padding: 16px 0px;
    font-weight: bold;
    line-height: 20.72px;
    text-align: left;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.accordion-icon {
    transition: transform 0.3s ease;
}

.accordion-content {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    text-align: left;
    margin-top: 5px;
}

.accordion-content.open {
    display: block;
    opacity: 1;
}

.attribute-values {
    display: flex;
    gap: 15px;
    margin-top: 17px;
}

.attribute-value {
    font-family: 'Unbounded', sans-serif !important;
    padding: 15px 15px;
    border: 1px solid #44444440;
    color: gray;
    text-align: center;
    font-size: 13px;
}

.pf_rngstyle_thin .irs-from, .pf_rngstyle_thin .irs-to, .pf_rngstyle_thin .irs-single {
    color: white!important;
    background: #444!important;
    font-family: 'Unbounded', sans-serif !important;
}
ul.page-numbers {
    width: 100%;
    text-align: center;
    display: flex !important;
    justify-content: center;
    margin-left: -4vw !important;
}
#price-in-prdpage {}
.sku-seodraw a {
    text-decoration: none;
    color: #060606;
    font-size: 16px;
    font-family: 'Unbounded', sans-serif !important;
}
p {margin: 0;padding: 0;}
.sku-seodraw a::after {
    content: "";
    background-image: url(/wp-content/plugins/seodraw-extension/copy.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 17px;
    height: 17px;
    opacity: 1;
    margin-left: 10px;
    vertical-align: middle;
    transition: opacity 100ms ease-in-out;
}

.sku-seodraw.copied a::after {
    content: "";
    background-image: url(/wp-content/plugins/seodraw-extension/clipboard-tick.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 17px;
    height: 17px;
    opacity: 1;
    margin-left: 10px;
    vertical-align: middle;
}

#selected-sorting {cursor: pointer;}
.woocommerce nav.woocommerce-pagination ul li {border-right: none!important;}
.pf_rngstyle_thin .irs-grid-text {
    color: #99a4ac;
    font-family: 'Unbounded', sans-serif !important;
}
.wc-block-mini-cart__shopping-button:visited {color:white;}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: #222222!important;
    color: white!important;
    padding: 12px 17px!important;
    border: none!important;
    box-shadow: none!important;
    font-family: 'Unbounded', sans-serif !important;
    border-radius: 8px!important;
    font-size: 12px!important;
}
ul.page-numbers {border: none!important;}
a.page-numbers {
    background: #EEEEEE !important;
    color: #444 !important;
    padding: 12px 17px !important;
    border: none !important;
    box-shadow: none !important;
    font-family: 'Unbounded', sans-serif !important;
    border-radius: 8px !important;
    font-size: 12px !important;
    margin-left: 5px !important;
}
.woocommerce nav.woocommerce-pagination ul li {
    border-right: none;
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden;
}
.woocommerce nav.woocommerce-pagination ul {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border: none;
    border-right: 0;
    margin: 1px;
}

.prdctfltr_wc_widget.prdctfltr_wc .prdctfltr_filter {
    margin-bottom: 0!important;
    border-bottom: 1px solid #0000001A!important;
}
.prdctfltr_widget_title {
    font-size: 12px !important;
    font-family: 'Unbounded', sans-serif !important;
    font-weight: 400;
    margin-top: 13px;
}
.widget {
    margin: 0!important;
}
.prdctfltr_widget_title i {display: none!important;}
.prdctfltr_filter label {
    display: block;
    font-size: 12px;
    line-height: 24px;
    padding: 5px 10px;
    font-family: 'Unbounded', sans-serif !important;
    margin-bottom: 10px;
}
.widgettitle {
    margin: 0;
}
.prdctfltr_active {
    background: #EDEDED;
    border-radius: 8px;
    width: fit-content;
}

.prdctfltr_wc .prdctfltr_filter label.prdctfltr_active>span {
    font-weight: 400;
}

.wc-block-mini-cart__quantity-badge {position: relative;}
.wc-block-mini-cart__quantity-badge::before {
    content: "";
    background-image: url(/wp-content/themes/seodraw/assets/images/bag-2.png);
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    width: 28px;
    height: 28px;
    opacity: 1;
    vertical-align: middle;
    margin-left: 1%;
    padding: 5px;
    position: absolute;
    left: -16px;
    right: auto;
}

.wc-block-mini-cart__quantity-badge svg {opacity: 0;display: none;}
/* Скрытие input */
.variation-pa_color-input,
.variation-pa_size-input {
    display: none;
}
.woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product {
    width: 30.75%;
    padding: 48px;
    margin: 0;
    transition: .5s all ease;
}
.prdctfltr_filter label {
    font-size: 12px!important;
}
.prdctfltr_wc.prdctfltr_round .prdctfltr_filter label.prdctfltr_active>span:before {
    content: '' !important;
    display: inline-block !important;
    width: 8px !important;
    height: 8px !important;
    padding: 0 !important;
    border-radius: 50% !important;
    border: none !important;
    margin-top: 3px !important;
    margin-right: 10px !important;
    box-sizing: content-box !important;
    margin-left: 2px !important;
    background-color: black !important;
}
.prdctfltr_search_terms::before {
    content: "";
    background-image: url(/wp-content/themes/seodraw/assets/images/search.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 13px;
    height: 13px;
    opacity: 1;
    vertical-align: middle;
    position: absolute;
    top: 19px;
    left: 10px;
}

.prdctfltr_search_terms_input:focus {border: 1px solid #444!important;}
.prdctfltr_search_terms_input {outline: none!important;}
.prdctfltr_wc.prdctfltr_round .prdctfltr_filter label.prdctfltr_active > span:after {
    content: ''!important;
    display: inline-block!important;
    width: 12px!important;
    height: 12px!important;
    border-radius: 50%!important;
    position: absolute!important;
    border: 1px solid #00000080!important;
    top: 50%!important;
    left: 6px!important;
    transform: translate(-50%, -50%)!important;
}

.woocommerce-loop-product__title 
{text-align: center;
font-family: 'Unbounded', sans-serif !important;
    font-size:16px;
    color:black;
    font-weight: 400;
}
.prdctfltr_search_terms_input {
    margin-top: 10px;
    padding: 7px 27px !important;
    width: 100% !important;
    border: none !important;
    font-size: 12px !important;
    color: #828282 !important;
    background: #EDEDED !important;
    border-radius: 8px !important;
    font-family: 'Unbounded', sans-serif !important;
}
li.product .price {
    text-align: center;
    font-size: 13px;
    color: #000000b3;
    font-weight: 400;
    font-family: 'Unbounded', sans-serif !important;
}
.product-type-variable .product_type_variable {display: none!important;}
.product-type-variable .variations_form {display: none;}
li.product:hover .variations_form {display: flex;}
.wc-block-mini-cart__badge {
    align-items: center;
    border-radius: 100px !important;
    box-sizing: border-box;
    display: flex;
    font-size: 11px !important;
    font-weight: 400 !important;
    height: 23px !important;
    justify-content: center;
    left: 100%;
    margin-left: -58%;
    min-width: 23px !important;
    padding: 5px !important;
    position: absolute;
    transform: translateY(52%) !important;
    white-space: nowrap;
    z-index: 1;
    background: #a08683 !important;
    color: white !important;
    border: 2px white solid !important;
    font-family: 'Unbounded', sans-serif !important;
}
li.product {
    width: 30.75%;
    padding: 48px!important;
    margin: 0!important;
}
.variations-pa_color-options {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
    margin-top: 14px;
}

.product-info-list-wrapper div {border-radius: 5px;font-family: 'Unbounded', sans-serif !important;font-size:13px;}
li.product.type-product.product-type-variable {
    border-radius: 15px !important;
    border: 1px solid #0000000f;
    box-sizing: border-box;
}
li.product.type-product.product-type-variable:hover {
    border: 1px solid #DFDDDD !important; /* Применяем серую границу при наведении */
    border-radius: 15px !important; /* Применяем скругление границ при наведении */
    transition: all 0.3s ease !important; /* Плавный переход */
}
.product-type-variable .variations_form {
    position: absolute;
    padding: 0;
    margin: 0;
    width: 100.49%;
    padding-bottom: 2%;
    left: -1px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -10px;
    border-left: 1px solid #DFDDDD;
    border-radius: 0px 0px 10px 10px;
    border-top: 1px solid white;
    z-index: 10;
    border-right: 1px solid #DFDDDD;
    border-bottom: 1px solid #DFDDDD;
    background: white;
    box-sizing: border-box;
    top: 97%;
}
.screen-reader-text {display: none!important;}






li.product.type-product.product-type-simple {
    border-radius: 6px !important; /* Применяем скругление для нормального состояния */
    border: 1px solid transparent; /* Прозрачная граница в обычном состоянии */
    box-sizing: border-box; /* Убедимся, что padding включен в ширину */
}
li.product.type-product.product-type-simple:hover {
    border: 1px solid #dfdddd00 !important;
    border-radius: 6px !important;
    transition: all 0.3s ease !important;
    min-height: 600px;
}
.product-type-simple .product_type_simple {
    width: fit-content;
}
.prdctfltr_terms_customized_color .prdctfltr_checkboxes label {
    display: inline-block;
    vertical-align: top;
    padding: 0!important;
    background: inherit!important;
}
.prdctfltr_wc .prdctfltr_filter.prdctfltr_terms_customized .prdctfltr_checkboxes label>span:before {
    display: none!important;
}
.prdctfltr_wc .prdctfltr_filter.prdctfltr_terms_customized .prdctfltr_checkboxes label>span:after {
    display: none!important;
}
.product-type-simple .product_type_simple {display: none!important;}
li.product.type-product.product-type-simple:hover .product_type_simple {
    display: flex !important;
    position: absolute;
    top: auto;
    bottom: 0%;
    right: 40%;
    font-size: 0;
    z-index: 30;
    justify-content: center;
    margin: -6px auto;
}

mark, ins {
    background: #f2ff5d !important;
    text-decoration: none;
    padding: 5px 10px !important;
    color: black !important;
    font-size: 17px !important;
    text-align: center;
}
bdi {
    color: #444;
}
del bdi {
    margin-right: 5px;
}
.price {
    font-size: 19px;
}
.wc-block-components-drawer__close {
    position: absolute !important;
    top: 0px !important;
    background: #444 !important;
    opacity: 1 !important;
    color: white !important;
    padding: 14px !important;
    outline: none ! importnat;
    margin-top: 0px !important;
}
.wc-block-mini-cart__footer-actions a {
    padding: 5px 15px!important;
    border-radius: 5px!important;
    text-decoration: none!important;
    font-size: 13px!important;
}
.wc-block-mini-cart__footer-checkout {
    background: #444;
    color: white;
}
.wc-block-mini-cart__footer-checkout:hover {color:white;}
.wc-block-mini-cart__footer-checkout:visited {color:white;}
.wc-block-components-sale-badge {display: none!important;}
.is-medium table.wc-block-cart-items .wc-block-cart-items__row, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row, .is-small table.wc-block-cart-items .wc-block-cart-items__row {
    -ms-grid-columns: 80px 132px;
    display: -ms-grid;
    display: flex!important;
    grid-template-columns: 82px 171px;
    padding: 16px 0;
}
.wc-block-cart-item__image {
    width: 41%!important;
}
.wc-block-components-product-name {
    font-size: 14px;
    text-decoration: none;
    color: black;
}
.wc-forward {display: none!important;}
.seodraw_add_to_cart_button {
    background: #444 !important;
    color: white !important;
    text-transform: none !important;
    font-family: 'Unbounded', sans-serif !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    border-radius: 5px !important;
    min-width: 21% !important;
    padding: 15px !important;
    cursor: pointer;
    transition: .5s all ease;
}
.seodraw_add_to_cart_button:hover {background: #B8FC75 !important;color:black!important;}


.product_type_simple {
    background: #444 !important;
    color: white !important;
    text-transform: none !important;
    font-family: 'Unbounded', sans-serif !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    border-radius: 5px !important;
    min-width: 21% !important;
    padding: 15px !important;
    cursor: pointer;
    transition: .5s all ease;
}
.product_type_simple:hover {
    background: inherit;
    color: black !important;
}

.wp-block-woocommerce-filled-mini-cart-contents-block {
    font-family: 'Unbounded', sans-serif !important;
}
.wc-block-mini-cart__title {display: none!important;}

.product-info-list-wrapper {justify-content: center;}
.product-type-variable .variations-pa_color-options {
    width: 100%;
    margin-bottom: 15px;
}

.product-type-variable .variations-pa_size-options {
    width: 100%;
    margin-bottom: 16px;
    display: flex;
    justify-content: center;
}
.product-type-variable {position: relative!important;}
/* Стили для label цветовых и размерных вариаций */
.variation-pa_color-label, .variation-pa_size-label {
    display: inline-block;
    padding: 8px;
    border: 1px solid #00000021;
    margin-right: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 13px;
    font-family: 'Unbounded', sans-serif !important;
    color: #444;
    border-radius: 5px;
}
.wc-block-mini-cart {
    width: 100%!important;
    display: flex!important;
    justify-content: center!important;
}
/* Стили для выбранных по умолчанию вариаций */
.variation-pa_color-label.default-var,
.variation-pa_size-label.default-var {
    border-color: #0073aa;
    background-color: #e0f7fa;
}

/* Активное состояние для выбранных вручную вариаций */
.variation-pa_color-label.active, .variation-pa_size-label.active {
    border-color: #D8D7D7;
    background-color: #D8D7D7;
    font-weight: 700;
    color: black;
    min-width: 60px;
    text-align: center;
    font-style: normal;
}

/* Кнопка "В корзину", скрыта по умолчанию */
.seodraw_add_to_cart_button {
    display: none;
}

/* Анимация появления кнопки */
.seodraw_add_to_cart_button.show {
    display: inline-block;
    opacity: 0;
    animation: fadeIn 0.3s ease forwards;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.hidden-variations-selects {
    display: none;
}

.variations_form .attribute-label {
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
}

.variation-pa_color-label, .variation-var-option-label {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    padding: 10px;
    border: 1px solid #ddd;
}

.variation-pa_color-label.active, .variation-var-option-label.active {
    border-color: white;
    width: 45px !important;
    border-radius: 17px !important;
}

.variation-pa_color-label.var-color {
    width: 25px;
    height: 25px;
    text-indent: -9999px;
    overflow: hidden;
    border-radius: 50%;
}
.variations-pa_size-options {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.variation-var-option-label.var-option {
    padding: 10px 15px;
}


/* Форма на всю ширину */
.seodraw-search-form-container {
    width: 100%;
    margin-bottom: 0;
}
.seodraw-search-form-container::before {
    content: "";
    background-image: url(/wp-content/plugins/seodraw-extension/live-search.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 15px;
    height: 15px;
    opacity: 1;
    vertical-align: middle;
    position: absolute;
    top: 22px;
    left: 24px;
}
#seodraw-live-search-form {
    display: flex;
    justify-content: start;
    width: 100%;
}

#seodraw-search-input {
    width: 100%;
    padding: 17px 47px;
    font-size: 16px;
    font-family: 'xAYsJiK21vAZ', sans-serif !important;
    border: none;
    background: #F7F7F7;
    border-radius: 10px 10px 0px 0px;
    color: #444;
    outline: none;
}

/* Контейнер для результатов и будущих поступлений */
.seodraw-search-future-container {
    display: grid;
    grid-template-columns:1fr;
    gap: 20px;
}

.results-column {
    border: none;
    padding: 15px;
}
.best-tags-wrapper {display: flex;justify-content: flex-start;align-items: center;gap:10px;}
.future-column {
    margin-top: 0;
}
.future-column h4 {
    font-family: 'xAYsJiK21vAZ', sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    color: #444;
}
#seodraw-future-arrivals {display:none;}
#seodraw-future-arrivals p {font-family: 'xAYsJiK21vAZ', sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    color: #444;}

#seodraw-future-arrivals img {
    max-width: 100%;
    height: 41vh;
    margin-bottom: 10px;
    width: 93%;
    object-fit: cover;
    border-radius: 10px;
}

/* Контейнер для тегов */
#seodraw-best-tags {
    margin-top: 0;
    text-align: left;
    padding: 25px 18px;
}
#seodraw-best-tags h4 {
     font-size: 14px;
    font-weight: 400;
    color: #444;}
.best-tags-wrapper>a {
    display: inline-block;
    color: #292D32;
    text-decoration: none;
    border: 1px solid #292D32;
    border-radius: 100px;
    padding: 10px 15px;
    text-decoration: none;
    transition: .3s all ease;
}
.best-tags-wrapper>a:hover {color:white;background:#292D32;}
.product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.product-item {
    border: 1px solid #cccccc70;
    padding: 15px;
    text-align: center;
    border-radius: 10px;
    font-family: 'xAYsJiK21vAZ', sans-serif !important;
    font-size: 15px;
}
.product-item ins bdi {font-weight: bold;}
.product-item img {
    max-width: 100%;
    height: auto;
}
.product-item h2 a {
    color: #444;
    text-decoration: none;
    font-weight: normal;
    font-size: 14px;
}
.product-item p a {
    color: gray;
    text-decoration: none;
    font-weight: normal;
    font-size: 12px;
}
.product-item p {color: gray;}
.product-item h2 {
    font-size: 1.2em;
    margin: 10px 0;
}
/* Стили для сетки товаров */
.seodraw-products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 товара в ряде */
    grid-gap: 20px; /* Зазор между товарами */
    margin-bottom: 30px; /* Отступ от кнопки "Показать еще" */
}

/* Убираем маркеры у элементов списка */
.seodraw-products-grid li {
    list-style: none;
}

/* Стили для кнопки "Показать еще" */
#seodraw-load-more {
    display: inline-block;
    background-color: #0071a1;
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    margin: 0 auto;
    display: block; /* Центрирование кнопки */
    text-align: center;
}

#seodraw-load-more:hover {
    background-color: #005f80; /* Цвет кнопки при наведении */
}

/* Стили для товара */
.seodraw-products-grid .product {
    border: 1px solid #ebebeb;
    padding: 15px;
    text-align: center;
    transition: box-shadow 0.3s ease;
}

.seodraw-products-grid .product:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Стили для изображений товаров */
.seodraw-products-grid .product img {
    max-width: 100%;
    height: auto;
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
    .seodraw-products-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 товара в ряде на мобильных */
    }
}

@media (max-width: 480px) {
    .seodraw-products-grid {
        grid-template-columns: 1fr; /* 1 товар в ряде на маленьких экранах */
    }
}
.seodraw-product-info {
    display: flex;
    gap: 10px;
    align-items: center;
}

.seodraw-product-info div {
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    font-family: 'xAYsJiK21vAZ', sans-serif !important;
}

.seodraw-discount {
    background: linear-gradient(87.92deg, #F4FF72 41.25%, #B8FC75 91.38%);
    color: black;
}

.seodraw-new,
.seodraw-express,
.seodraw-sale,
.seodraw-promotion {
    background-color: #B8FC75;
    color: black;
}

.seodraw-resale {
    background: linear-gradient(87.92deg, #080012 41.25%, #75D4FC 91.38%);
    color: white;
}

.seodraw-sports-price {
    background: linear-gradient(87.92deg, #0075FF -20.84%, #6E54FE 30.52%, #F175FC 91.38%);
    color: white;
}
.seodraw-product-info {justify-content: center;}

.seodraw-product-count, #seodraw-sorting-options {
    color: #000000;
    font-family: 'xAYsJiK21vAZ', sans-serif !important;
    font-size: 13px;
}

#sorting-list {
    list-style-type: none;
    padding: 0;
    position: absolute;
    left: auto;
    padding: 0;
    margin: 0;
    background: white;
    z-index: 20;
    border: 1px solid;
    width: 8vw;
    right: 0;
    top:20px;
}

#sorting-list li {
    cursor: pointer;
    padding: 10px;
}
#seodraw-sorting-options {position: relative;}
.seodraw-pagination ul {
    list-style: none;
    padding: 0;
    display: flex;
    margin-top: 20px;
}

.seodraw-pagination ul li {
    margin-right: 5px;
}

.seodraw-pagination ul li a, .seodraw-pagination ul li span {
    background: #EEEEEE;
    color: #737373;
    font-family: 'xAYsJiK21vAZ', sans-serif !important;
    font-size: 12px;
    padding: 15px 18px;
    border-radius: 6px;
    text-decoration: none;
    display: block;
}

.seodraw-pagination ul li a:hover, .seodraw-pagination ul li span.current {
    background: #222222;
    color: #FFFFFF;
}
.info-container {
    display: flex;
    gap: 10px;
    justify-content: end;
    align-items: center;
}

@media screen and (min-width:1260px) and (max-width:1600px)
{
    .attribute-values {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 16px;
}
    #fix-wrapper .brz-section__menu-item {padding: 22px 22px 15px 22px!important;}
    #fix-wrapper .brz-section__content {padding-left: 22px!important;padding-right: 22px!important;}
    #anim-back .brz-section__content {
    min-height: 70vh!important;
}
    li.product {
    width: 30.75%;
    padding: 31px !important;
    margin: 0 !important;
}
    .product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
}
    
@media screen and (max-width:1100px)
{
    .product-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    .product-item h2 a {
    color: #444;
    text-decoration: none;
    font-weight: normal;
    font-size: 13px;
}
    #anim-back .brz-bg-image { 
    background-position: 45% 41%; /* Начальная позиция */
    background-size: cover; /* Начальный размер */
    animation: none!important; /* Анимация с увеличением и изменением позиции */
}
.wc-block-mini-cart__quantity-badge::before {
        width: 24px;
        height: 24px;
        margin-top: 0px;
        left: -10px;
    }
   li.product {
        width: 100% !important;
        padding: 0 !important;
        margin-bottom: 45px !important;
    }
    li.product:hover {border: none;}
    .product-type-variable .variations_form {display: flex!important;}
    .product-type-variable .variations_form {
    position: relative;
    margin-bottom: 17px !important;
    border: none !important;
}
    .info-container {
    display: flex;
    gap: 10px;
    justify-content: start;
    align-items: center;
}
    li.product.type-product.product-type-simple:hover::before {opacity: 0;}
    .product-type-simple .seodraw-favorite-icon {opacity: 1!important;}
    .product-type-simple .seodraw-favorite-icon img {
    width: 22px !important;
    height: 22px !important;
    filter: grayscale(100%) brightness(50%);
}
.seodraw-favorite-icon {
    top: 43px;
}
    li.product.type-product.product-type-simple:hover {
    border: 1px solid #dfdddd00 !important;
    border-radius: 6px !important;
    transition: all 0.3s ease !important;
    min-height: auto;
}
    .product_type_simple {display: flex!important;}
    .product-type-simple .product_type_simple {display: flex!important;}
    .product-type-simple .product_type_simple {
    float: right;
}
    .product-type-simple .product_type_simple::before {
    content: "";
    background-image: url(/wp-content/plugins/seodraw-extension/simple-add-to-cart.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
    opacity: 1;
    vertical-align: middle;
        filter: grayscale(100%) brightness(50%);
}
    li.product.type-product.product-type-variable:hover {
    border: 1px solid #dfdddd00 !important;
    border-radius: 6px !important;
    transition: all 0.3s ease !important;
}
    #fix-header-desktop {
    margin-left: 0%;
    margin-right:0%;
}
    li.product.type-product.product-type-simple:hover h2 {
    position: relative;
    color: black;
    font-size: 16px !important;
    text-align: center;
    font-weight: normal;
}
    li.product.type-product.product-type-simple {min-height: fit-content!important;}
li.product.type-product.product-type-simple:hover {
    min-height: fit-content!important;
}
    li.product.type-product.product-type-simple:hover .product_type_simple {
    display: flex !important;
    position: relative!important;
}
    .woocommerce-account .woocommerce {
    display: flex;
    gap: 0;
    flex-wrap: wrap;
}
    .woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 100% !important;
    margin-bottom: 17px;
}
.woocommerce-MyAccount-navigation ul {
        margin: 0;
        padding: 0;
        font-family: 'Unbounded', sans-serif !important;
        font-size: 14px;
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
        scrollbar-width: thin;
        padding-top: 16px;
        position: relative;
    }
    .woocommerce-MyAccount-navigation ul::before {
        content: "Свайпните вправо, чтобы увидеть все элементы меню.";
        position: absolute;
        bottom: auto;
        left: 0;
        font-size: 11px;
        color: gray;
        top: 0px;
    }
.woocommerce-MyAccount-navigation li {
        list-style: none;
        margin-bottom: 10px;
        padding: 5px 10px;
        display: inline-flex;
        align-items: center;
        white-space: nowrap;
        padding-left: 0;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
    width: 100% !important;
    font-family: 'Unbounded', sans-serif !important;
    font-size: 14px !important;
    color: #444 !important;
}
    .account-info {
    color: #444 !important;
    font-size: 14px !important;
    font-family: 'Unbounded', sans-serif !important;
    margin-top: -1px !important;
    margin-left: 0% !important;
    padding: 35px 44px !important;
    line-height: normal!important;
    padding-top: 36px !important;
    background: #ededed;
    width: 100%;
    border-radius: 10px;
}
    .log-out {
    padding: 10px 20px;
    background: #444;
    color: white;
    text-decoration: none;
    font-family: 'Unbounded', sans-serif !important;
    font-size: 11px;
    margin-right: 10px;
    border-radius: 5px;
    display: block;
    margin-top: 10px;
    width: fit-content;
}
        .woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
        display: block;
        margin-bottom: 34px;
    }
    .woocommerce table.shop_table_responsive tbody th, .woocommerce-page table.shop_table_responsive tbody th {
        display: block!important;
    }
    .wc-block-cart-item__total {display: none!important;}
    .wc-block-components-order-summary-item__total-price {display: none!important;}
    .seodraw-search-future-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    padding-left: 25px;
}
    .results-column {
    border: none;
    padding: 0;
    margin-top: 20px;
    margin-left: -8px;
    margin-right: 15px;
}
    #sorting-list {
    list-style-type: none;
    padding: 0;
    position: absolute;
    left: auto;
    padding: 0;
    margin: 0;
    background: white;
    z-index: 20;
    border: 1px solid;
    width: 92vw;
    right: -30vw;
    top: 20px;
}
#sorting-list {
    list-style-type: none;
    padding: 0;
    position: absolute;
    left: auto;
    padding: 0;
    margin: 0;
    background: white;
    z-index: 20;
    border: 1px solid;
    width: fit-content;
    right: auto;
    top: 20px;
    left: 0;
    min-width: 70vw;
    max-width: 70vw;
}
    .prdctfltr_wc.prdctfltr_round .prdctfltr_filter label.prdctfltr_active>span:before {display: none!important;}
    .prdctfltr_wc.prdctfltr_round .prdctfltr_filter label.prdctfltr_active > span:after {display: none!important;}
    .woocommerce-MyAccount-content a {
    color: #444;
}
    .seodraw-favorite-icon {
    opacity: 1;
}
    .attribute-values {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 16px;
}
    }
