/*
 Theme Name:   Astra Child
 Description:  Astra Child Theme
 Author:       Oleh Babych
 Template:     astra
 Version:      1.0.0
*/
* {
    outline: none !important;
}

.dropdown-open .overlay {
    display: block;
}

.site-header {
    position: sticky !important;
    top: 0;
    z-index: 999 !important;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    visibility: hidden;
}

.swiper-initialized {
    visibility: visible;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    box-shadow: none !important;
    margin-bottom: 0 !important;
}

.swiper-slide .variations_button,
.swiper-slide .astra-shop-summary-wrap {
    text-align: center;
}

.woocommerce-js ul.products li.product.swiper-slide .price {
    color: #000;
}

.swiper.loading:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 26px;
    height: 26px;
    margin: -13px 0 0 -13px;
    border: 3px solid var(--ast-global-color-0);
    border-top-color: transparent;
    border-radius: 50%;
    animation: spinner 0.6s linear infinite;
    z-index: 999;
}

@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Front page*/
.home .ast-container {
    flex-direction: column;
}

.hero {
    width: 100%;
    flex: 0 0 auto;
}

.hero-wrap {
    display: flex;
    justify-content: space-between;
    background-color: #365150;
}

.hero-wrap__text {
    flex: 1;
    padding: 60px 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.hero-wrap__text h1 {
    font-size: 54px;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 30px;
}

.hero-wrap__text .button {
    width: 200px;
    height: 60px;
    font-size: 16px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    text-transform: uppercase !important;
}

.hero-wrap__img {
    flex: 0 0 auto;
    width: 100%;
    max-width: 60%;
}

.hero-wrap__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section {
    padding: 60px 0;
    width: 100%;
}

.section-w {
    background-color: #fff;
}

.section-title {
    margin-bottom: 30px;
}

.section-title h2 {
    text-align: center;
    margin-bottom: 0;
}

.section-desc {
    text-align: center;
    margin-bottom: 20px;
}

.wrapper {
    width: 100%;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
}

.bestsellers__nav ul {
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
    display: flex;
    align-items: center;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
}

.bestsellers__nav ul li {
    flex: 0 0 auto;
    margin-right: 30px;
}

.bestsellers__nav ul li button {
    background-color: transparent;
    border-radius: 0;
    padding: 0 0 10px;
    color: rgba(41, 41, 51, .5);
    font-size: 18px;
    line-height: 22px;
    border-bottom: 1px dashed #b69b89;
}

.bestsellers__nav ul li button.active {
    color: #292933;
    border-bottom: 1px solid #b69b89;
}

.section-form {
    background-color: #292933;
}

.section-form__wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section-form__wrap h2,
.section-form__wrap p {
    color: #fff;
}

.section-form__wrap p {
    max-width: 800px;
}

.section-form__wrap form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.section-form__wrap form input {
    display: none;
}

.section-form__wrap form button {
    background-color: var(--ast-global-color-0);
    height: 100%;
    width: 100%;
    border-radius: 3px;
}

.form-block {
    flex: 0 0 auto;
    width: 100%;
    max-width: calc(100% / 4 - 20px);
}

.r-select {
    position: relative;
}

.r-select-title {
    position: relative;
    z-index: 2;
    cursor: pointer;
    background-color: #fff;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    width: 100%;
    font-size: 14px;
    border-radius: 3px;
}

.r-select-title:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #1a1a1a;
    display: block;
    margin-left: 5px;
}

.r-select-wrap {
    position: absolute;
    background-color: #fff;
    left: 0;
    right: 0;
    top: 100%;
    display: none;
    z-index: 1;
    box-shadow: 0 5px 59px rgba(41, 41, 51, .09);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    overflow: hidden;
}

.r-select-wrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    max-height: 210px;
    overflow: auto;
}

.r-select-wrap ul li {
    padding: 10px 20px;
    line-height: 1;
    cursor: pointer;
    font-size: 14px;
}

.r-select-wrap ul li.active {
    background-color: #f6f3f1;
    cursor: default;
}

.r-select.active .r-select-wrap {
    display: block;
}

.r-select.active .r-select-title {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.section-cat__wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.section-cat__wrap-item-img {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.section-cat__wrap-item-img:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 65%;
}

.section-cat__wrap-item-img>* {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.section-cat__wrap-item-title {
    text-align: center;
    font-weight: 700;
}

/* Menus */
.main-navigation ul {
    position: static;
}

.dropdowns {
    position: static !important;
}

.roses-sub__menu {
    position: absolute;
    background-color: rgba(0, 0, 0, .2);
    top: 100%;
    left: 0;
    right: 0;
    display: none;
}

.roses-sub__menu-inner {
    background-color: #f6f3f1;
    background-image: url(img/bg-menu-right.svg);
    background-position: bottom right;
    background-repeat: no-repeat;
}

.roses-container {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
}

.dropdowns:hover .roses-sub__menu {
    display: block;
}

.roses-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.roses-sub__menu-left {
    flex: 0 0 auto;
    padding: 60px 0;
}

.roses-sub__menu-left ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.roses-sub__menu-left ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.3;
    text-transform: none;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
}

.roses-sub__menu-item-img {
    aspect-ratio: 16 / 9;
    margin-bottom: 10px;
}

.roses-sub__menu-item-img img {
    width: 182px;
    height: 120px;
    object-fit: cover;
    object-position: top;
}

.roses-sub__menu-right {
    flex: 1;
    padding-left: 40px;
    width: -webkit-calc(100% - 860px);
    width: calc(100% - 860px);
    background-color: #f0eae7;
    background-image: url(img/bg-menu-right.svg);
    background-position: bottom right;
    background-repeat: no-repeat;
    min-width: 490px;
    margin-right: -90px;
    text-align: center;
    padding: 60px 15px 10px;
    display: none;

}

.roses-sub__menu-right-img {
    background-color: rgba(182, 155, 137, .3);
    height: 100%;
}

/* Shop */
.woocommerce-shop.woocommerce.ast-separate-container .ast-woocommerce-container,
.tax-product_cat.woocommerce.ast-separate-container .ast-woocommerce-container {
    background-color: transparent;
    padding: 0;
}

.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
    font-size: 14px;
}

ul.products {
    margin-bottom: 0 !important;
}

.products li {
    box-shadow: none;
    transition: box-shadow .3s ease-in-out;
    align-items: center;
    padding-bottom: 15px !important;
    margin-bottom: 20px !important;
    background-color: #fff;
}

.products li form {
    /*  width: 100%; */
}

.products li .woocommerce-variation-availability {
    display: none;
}

.products li .review-rating {
    display: none;
}

.products li:hover {
    box-shadow: 0 5px 59px rgba(41, 41, 51, .09);
}

.woof_reset_button_2 {
    margin-right: 20px;
}

.price {
    text-align: center !important;
}

.products li .woocommerce-loop-product__title {
    font-size: 16px !important;
    font-weight: 400;
    height: 46px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0 !important;
    margin-top: 15px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    text-align: center;
}

.products li .button {
    margin-bottom: 0 !important;
    border: none !important;
    outline: none !important;
}

.products li img {
    margin-bottom: 0 !important;
}

.products li .variations {
    display: none;
}

.products li.product-type-variable .price,
.products li.product-type-variable .product_type_variable,
.products li.product-type-variable .quantity {
    display: none !important;
}

.products li.product-type-variable .variations_form .price {
    display: block !important;
}

.woocommerce-js ul.products li.product .onsale {
    top: 20px;
    right: 20px;
    left: auto;
    margin: -.5em -.5em 0 0;
    background: var(--ast-global-color-1) !important;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {
    border-color: var(--ast-global-color-8);
}

nav.woocommerce-pagination ul li span.current {
    background: var(--ast-global-color-8);
    color: #ffffff;
}

.woocommerce-js ul.products li.product .price del {
    color: var(--ast-global-color-1);
    opacity: 1;
}

.woocommerce-js .woocommerce-ordering select,
.woocommerce-page .woocommerce-ordering select {

    border: 1px solid var(--ast-global-color-0) !important;
    color: #000;
    font-size: 14px;
    outline: none;
    background-position: 96% 50% !important;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%2757%2035.171%2026%2016.043%27%20width%3D%2726%27%20height%3D%2716.043%27%20fill%3D%22%23b69b89%22%3E%3Cpath%20d%3D%27M57.5%2C38.193l12.5%2C12.5l12.5-12.5l-2.5-2.5l-10%2C10l-10-10z%27%2F%3E%3C%2Fsvg%3E");
}

/* Sidebar*/
.woof_container {
    background-color: #fff;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 0 5px 59px rgba(41, 41, 51, .09);
}

.woof_price_filter {
    background-color: transparent;
    padding: 0;
    box-shadow: none;
    margin-bottom: 15px;
}

.irs--round .irs-grid {
    display: none !important;
}

.irs--round .irs-bar {
    background-color: var(--ast-global-color-0) !important;
}

.irs--round .irs-handle {
    border: 4px solid var(--ast-global-color-0) !important;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
    background-color: var(--ast-global-color-0) !important;
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
    border-top-color: var(--ast-global-color-0) !important;
}

div.woof_info_popup {
    display: none !important;
}

.woof_radio_term_reset {
    display: none !important;
}

.woof_container_inner h4 {
    font-size: 16px;
}

.WOOF_Widget h2 {
    display: none !important;
}

.woof_reset_search_form,
.woof_submit_search_form_container {
    display: none !important;
}

.woof_products_top_panel_ul button {
    background-color: transparent;
    padding: 0;
    color: #b69b89;
}

.woof_color_term {
    width: 14px;
    height: 14px;
    border-radius: 100%;
    padding: 0;
    border-width: 1px !important;
}

.woof_color_term.checked {
    border-color: var(--ast-global-color-0) !important;
}

.woof_checkbox_label_selected {
    font-weight: 400;
    color: var(--ast-global-color-0);
}

ul.woof_list_color.woof_color_title_col li .woof_color_title {
    padding: 0;
    height: initial;
    line-height: 1;
}

.sidebar-main {
    position: sticky;
    top: 163px;
}

#secondary li {
    margin-bottom: 0;
}

ul.woof_list.woof_list_color {
    display: flex;
    flex-direction: column;
    overflow: visible;
}

ul.woof_list.woof_list_color li {
    display: flex !important;
    align-items: center;
    margin: 0 0 10px 0 !important;
    line-height: 1;
}

p.woof_tooltip {
    margin-bottom: 0;
    height: 14px;
    flex: 0 0 auto;
    margin-right: 5px;
}

.woof_list_checkbox li {
    line-height: 1;
    margin-bottom: 10px !important;
}

.woof_list label {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
    margin-left: 0 !important;
}

input.woof_checkbox_term,
input.woof_radio_term {
    display: none;
}

.woof_list_checkbox li label {
    display: flex !important;
    align-items: center;
    position: relative;
}

.woof_list_checkbox li label:before {
    content: "";
    flex: 0 0 auto;
    width: 14px;
    height: 14px;
    border: 1px solid var(--ast-global-color-0);
    margin-right: 5px;
}

.woof_list_checkbox li label::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 2px;
    width: 4px;
    height: 8px;
    border: solid var(--ast-global-color-0);
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity .2s ease-in-out;
}

.woof_list_checkbox li input.woof_checkbox_term:checked+label::after {
    opacity: 1;
}

.woof_products_top_panel_ul>li:not(:first-child)>ul>li:first-child {
    display: none;
}

.woof_products_top_panel li {
    margin-right: 0 !important;
}

.woof_products_top_panel_ul>li:not(:first-child) a {
    background-color: rgba(182, 155, 137, .3);
    font-size: 14px;
    padding: 3px 12px !important;
    border-radius: 50px;
}

.woof_products_top_panel_ul>li:not(:first-child) a:hover {
    color: black !important;
}

.woof_products_top_panel_ul>li:not(:first-child) a:after {
    content: "x";
    margin-left: 10px;
    color: var(--ast-global-color-0);
    font-family: 'Verdana', sans-serif;
}

.woof_products_top_panel li span {
    padding-right: 0 !important;
    background: none !important;
}

.woof_container_inner h4 {
    margin-bottom: 15px;
}

/* Footer */
.site-footer-section {
    display: flex;
}

/* Single Product */
.single-product .ast-woocommerce-container>.product {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto 60px !important;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.woocommerce-js div.product div.images {
    margin-bottom: 0;
}

.woocommerce-js.single-product .sale:not(.ast-product-gallery-layout-vertical-slider)>span.onsale {
    display: none !important;
}

.cfvsw-selected-swatch {
    background-color: rgba(182, 155, 137, .3);
}

.reset_variations {
    display: none !important;
}

.product-type-variable .summary>.price {
    display: none;
}

.price del {
    color: var(--ast-global-color-1);
    opacity: 1 !important;
    text-decoration: none !important;
    font-weight: 700 !important;
}

.woocommerce-product-gallery {
    display: flex;
    gap: 20px;
}

.woocommerce-product-gallery__trigger {
    order: 2;
}

.flex-control-nav.flex-control-thumbs {
    order: 1;
    display: flex;
    flex-direction: column;
    width: 100px;
    min-width: 100px;
}

.woocommerce-js div.product div.images .woocommerce-product-gallery__trigger {
    top: 55px;
}

.flex-viewport {
    order: 2;
    margin-bottom: 0 !important;
}

.woocommerce-product-gallery__wrapper {
    order: 1;
    flex: 1;
}

.woocommerce-js div.product div.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: 100%;
    margin-right: 0;
}

.woocommerce-Reviews {
    clear: both;
    background-color: #fff;
    padding: 60px 0;
}

.woocommerce-Reviews>div {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

.custom-product-description {
    background-color: #fff;
    padding: 60px 0;
}

.custom-product-description-wrap {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

.related.products {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 60px 20px 40px;
}

.related.products h2 {
    text-align: center;
    font-size: 1.625rem;
    font-weight: 400;
    font-size: 28px;
    margin-bottom: 40px;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.356);
    z-index: 99;
    display: none;
}

.summary-tabs__content-item {
    display: none;
    font-size: 14px;
}

.summary-tabs__content-item.active {
    display: block;
}

.summary-tabs__content-item p {
    font-size: 12px;
    line-height: 1.5;
}

.woocommerce-product-gallery {
    padding: 40px;
    padding-right: 0;
}

.woocommerce-js div.product div.summary {
    padding: 40px;
    margin-bottom: 0;
}

.woocommerce-js div.product .product_meta {
    border-top: none;
    padding-top: 0;
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    order: 0;
}

.summary-delivery {
    order: 1;
    flex: 0 0 auto;
    width: 100%;
    margin-bottom: 20px;
    display: flex;
}

.summary-delivery__wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 8px 20px 8px 8px;
    border-radius: 50px;
    background: rgba(182, 155, 137, .1);
}

.summary-delivery__wrap-icon {
    flex: 0 0 auto;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    padding: 8px;
    margin-right: 10px;
}

.summary-delivery__wrap-icon svg {
    display: flex;
    width: 100%;
    height: 100%;
    fill: var(--ast-global-color-0);
}

.woocommerce-js div.product form.cart .variations label {
    display: block;
    margin-bottom: 10px;
}

.summary-delivery__wrap-text {
    font-size: 14px;
}

.woocommerce-js table.shop_attributes {
    border: none;
    margin-bottom: 0;
}

tbody {
    border: none;
}

.woocommerce-js table.shop_attributes td {
    border: none;
    line-height: 1;
    font-style: normal;
    font-size: 12px;
}

.woocommerce-js table.shop_attributes th {
    border: none;
    line-height: 1;
    font-weight: 700;
    font-size: 12px;
    width: 50%;
    padding: 8px 0;
}

.woocommerce-js table.shop_attributes td a {
    pointer-events: none;
}

.woocommerce-js table.shop_attributes td p {
    padding: 0;
}

.woocommerce-js div.product .product_meta>span {
    margin-right: 0;
}

.summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.summary .cart {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    order: 3;
}

.summary .posted_in {
    display: none !important;
}

.summary .product_meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}

.summary .product_meta .sku_wrapper {
    font-size: 12px;
    padding: 8px 20px;
    background: rgba(182, 155, 137, .1);
    line-height: 1;
    border-radius: 30px;
}

.summary .single_variation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0 !important;
}

.summary .woocommerce-variation-description {
    display: none;
}

.summary .price {
    margin-bottom: 0 !important;
    order: 2;
}

.woocommerce-js div.product form.cart .single_variation_wrap p {
    margin-bottom: 0;
}

.woocommerce-js div.product p.ast-stock-detail,
.woocommerce-js div.product p.stock {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 0;
    order: 2;
}

.summary .quantity {
    display: none !important;
}

.woocommerce div.product form.cart .button.single_add_to_cart_button {
    width: 100%;
    height: 50px;
    margin: 20px 0;
    font-size: 18px;
    border: none !important;
}

.ast-stock-avail {
    display: none !important;
}

.ast-desktop .review-count {
    margin: 0 !important;
}

.woocommerce-js div.product form.cart .variations {
    border-bottom: none;
}

.woocommerce-js div.product form.cart .variations th {
    margin-bottom: 0;
    padding-top: 0 !important;
    line-height: 1;
}

.custom-rating-meta a {
    display: flex;
    align-items: center;
}

.custom-rating-meta .review-rating {
    order: 0;
}

.summary-tabs {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    order: 5;
}

.summary-tabs__nav {
    margin-bottom: 20px;
}

.summary-tabs__nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
}

.summary-tabs__nav ul li {
    flex: 0 0 auto;
    width: calc(100% / 3);
    max-width: calc(100% / 3);
}

.summary-tabs__nav ul li button {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    font-size: 14px;
    border-bottom: 1px solid #f6f3f1;
    color: #000;
    padding: 10px 0;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.summary-tabs__nav ul li button.active {
    border-bottom-color: var(--ast-global-color-0);
}

.online-order {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    margin: 10px 0 20px;
    order: 4;
}

.online-order__wrap-title {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 14px;
    display: block;
}

.online-order form {
    display: flex;
    justify-content: space-between;
    border: 1px solid var(--ast-global-color-0);
    border-radius: 30px;
    padding-left: 15px;
}

.online-order__wrap-tel {
    flex: 1;
}

.online-order form input {
    padding-top: 0;
    padding-bottom: 0;
    border: none;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    font-size: 14px;
}

.online-order form button {
    background-color: var(--ast-global-color-0);
    padding-left: 30px;
    padding-right: 30px;
}

.art-description {
    background-color: #fff;
    padding: 60px 0;
}

.art-description__wrap {
    width: 100%;
    max-width: 1280px;
    padding: 0 20px;
    margin: 0 auto;
}

.custom-pagination {
    justify-content: center;
    display: none;
}

.custom-pagination span {
    flex: 0 0 auto;
    width: 10px;
    height: 10px;
    border: 1px solid var(--ast-global-color-0);
    margin: 0 5px;
    border-radius: 50%;
}

.custom-pagination span.active {
    background-color: var(--ast-global-color-0);
}

.custom-btn-filter {
    display: none !important;
}

.filter-close {
    display: none;
}

.sidebar-main .widget_block {
    display: none;
}

.art-description__wrap {
    max-height: 300px;
    overflow: hidden;
    position: relative;
}

.art-description__wrap:after {
    content: "";
    position: absolute;
    height: 98px;
    bottom: -10px;
    left: 0;
    right: 0;
    opacity: 1;
    pointer-events: none;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 100%);
    transition: opacity .2s ease;
    opacity: 1;
}

.more {
    background-color: transparent !important;
    color: var(--ast-global-color-0) !important;
    text-transform: uppercase;
    margin: 0 auto !important;
    display: block;
    transition: color .2s ease-in-out;
}

.more:hover {
    color: #000;
}

.more-opened {
    display: none;
}

.art-description.active .art-description__wrap {
    max-height: initial;
}

.art-description.active .more-closed {
    display: none;
}

.art-description.active .more-opened {
    display: block;
}

.art-description.active .art-description__wrap:after {
    opacity: 0;
}

.added_to_cart.wc-forward {
    display: none !important;
}

#moderncart-floating-cart .moderncart-floating-cart-count {
    background-color: var(--ast-global-color-1);
}

@media (max-width: 1280px) {
    .hero-wrap__text h1 {
        font-size: 42px;
    }

    .hero-wrap__text {
        padding: 20px;
    }
}

@media (min-width: 922px) {
    .summary {
        width: 50% !important;
        margin-bottom: 0;
    }

}

@media (max-width: 922px) {
    .hero-wrap {
        flex-direction: column-reverse;
    }

    .hero-wrap__img {
        max-width: 100%;
    }

    .sidebar-main .widget_block {
        display: block;
    }

    .hero-wrap__text {
        align-items: center;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .form-block {
        max-width: 100%;
        margin: 5px 0;
    }

    .r-select-wrap {
        z-index: 3;
    }

    .section-form__wrap form button {
        height: 50px;
    }

    .section-cat__wrap {
        grid-template-columns: repeat(2, 1fr);
        ;
    }

    .filter-close {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 0;
        margin: 0 auto;
        width: calc(100% - 30px);
    }

    .ast-separate-container #content .ast-container {
        padding-left: 0;
        padding-right: 0;
    }

    .woocommerce-shop.woocommerce.ast-separate-container .ast-woocommerce-container,
    .tax-product_cat.woocommerce.ast-separate-container .ast-woocommerce-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .woocommerce-result-count {
        width: 100%;
        text-align: center;
    }

    .woocommerce-js .woocommerce-ordering select,
    .woocommerce-page .woocommerce-ordering select {
        width: 100%;
    }

    .custom-btn-filter {
        display: flex !important;
        justify-content: center;
        align-items: center;
        width: 100%;
        font-size: 14px !important;
    }

    .custom-btn-filter svg {
        flex: 0 0 auto;
        width: 18px;
        height: 18px;
        margin-right: 10px;
    }

    .woocommerce .woocommerce-ordering {
        float: none;
    }

    .woocommerce-product-gallery {
        padding: 20px !important;
    }

    .woocommerce-js div.product div.images .woocommerce-product-gallery__trigger {
        top: 30px;
        right: 30px;
    }

    .summary {
        width: 100%;
        padding: 20px !important;
    }

    .widget-area.secondary {
        position: fixed;
        left: 0;
        top: 80px;
        bottom: 0;
        max-width: 320px;
        z-index: 100;
        background-color: #fff;
        /* height: calc(100% - 80px); */
        overflow: auto;
        margin: 0 !important;
        transition: transform .3s ease;
        transform: translateX(-100%);
    }

    .widget-area.secondary.active {
        transform: none;
    }

    .sidebar-main {
        position: relative;
        top: 0;
    }

    .woof_container {
        box-shadow: none;
    }

    .woof_price_filter {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 30px;
    }

    .bestsellers__nav ul {
        width: calc(100% + 40px);
        margin-left: -20px;
        padding-left: 20px;
    }
}

@media (max-width: 544px) {

    #moderncart-floating-cart {
        bottom: 20px;
    }

    .hero-wrap__text {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .hero-wrap__text h1 {
        text-align: center;
        font-size: 28px;
    }

    .section-title h2 {
        font-size: 24px;
    }

    .ast-separate-container #primary {
        padding: 30px 0;
    }

    .products li {
        margin-bottom: 10px !important;
    }

    .hero-wrap__text .button {
        width: initial;
        height: initial;
        font-size: 12px;
    }

    .woocommerce ul.products,
    .woocommerce-page ul.products {
        column-gap: 10px;
    }

    .summary {
        padding-top: 0 !important;
    }


    .woocommerce ul.products li.product.mobile-align-left,
    .woocommerce-page ul.products li.product.mobile-align-left {
        text-align: center;
    }

    .products li .woocommerce-loop-product__title {
        font-size: 12px !important;
        height: 36px;
    }

    .woocommerce-js ul.products li.product .onsale {
        top: 10px;
        right: 10px;
        width: 30px;
        height: 30px;
        font-size: 10px;
    }

    .summary-tabs__nav ul {
        justify-content: flex-start;
        overflow: auto;
        width: calc(100% + 40px);
        margin-left: -20px;
        padding-left: 20px;
    }

    .summary-tabs__nav ul li {
        width: initial;
        max-width: initial;
        margin-right: 20px;
    }

    .woocommerce-js div.product div.images .flex-control-thumbs {
        display: none;
    }

    .woocommerce-product-gallery {
        flex-direction: column;
    }

    .custom-pagination {
        order: 3;
        display: flex;
    }

    .summary-delivery__wrap-text {
        font-size: 12px;
    }

    .summary-delivery__wrap {
        flex: 1;
    }
    .bestsellers__nav ul li button{
        font-size: 14px;
        padding-bottom: 5px;
    }
}