h1{
    font-weight: 600!important;
}
h2{
    font-weight: 400!important;
}


.level-2:hover {
    text-decoration: underline;
}

.level-3:hover {
    text-decoration: underline;
}

.woocommerce-breadcrumb a {
    color: #055cb4 !important;
}

.woocommerce-breadcrumb a:hover {
    text-decoration: underline;
}

.top_pagination {
    display: inline-block;
    width: 100%
}

.woocommerce-Tabs-panel p {
    margin-bottom: 5px;
}

.woocommerce-js nav.woocommerce-pagination ul li a,
.woocommerce-js nav.woocommerce-pagination ul li span {
    padding: 0.3em
}

.d-flex{
    display:flex!important;
}
.gap-0{
    gap:0!important;
}

.top_language_button {
    margin: 0 !important;
    padding: 0 !important;

}

.top_language_button ul {
    text-align: right !important;
    margin-right: 80px !important
}

.top_language_button_mobile {
    width: 50px
}

.ast-shop-pagination-infinite {
    margin: 0 !important;
}

.ast-grid-common-col .addtocartbutton {
    position: absolute !important;
    bottom: 0 !important;
    width: 100%;
}

.ast-grid-common-col .ast-product-name {
    padding-right: 20px;
}

/* .ast-product-name {
    padding-right: 40px;
} */

.orderby {
    padding: 0 !important;
    padding-left: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-right: 30px !important;
}

.secondary {
    background: #414956;
}

.summary .price .add_to_cart_custom {
    display: none;
}
.summary .price{
    width: 0;
}
.summary .price del{
    color: red;
    font-size: 15px;
}

.ast-sticky-sidebar .sidebar-main{
    overflow-y: clip;
} */


/* Десктоп */


 .ast-shop-toolbar-container {
    margin-bottom: 0 !important;
}


.ast-woocommerce-container>ul.products-styled {
    display: flex;
    justify-content: start;
    gap: 0;
    flex-wrap: wrap;
}

.ast-woocommerce-container>.products>li {
    width: 20% !important;
    border: solid 1px #F3F3F3;
}

.woocommerce-page ul.products-styled li.product {
    padding: 0;
}

.ast-article-post {
    margin-bottom: 0 !important;
}

ins span.woocommerce-Price-amount.amount,
.astra-shop-summary-wrap span.woocommerce-Price-amount.amount
 {
    font-size: 22px;
    font-weight: 500;
}

.woocommerce-loop-product__title {
    height: 39px;
    overflow: hidden;
    text-decoration: underline;
    line-height: 20px;
}

.price {
    display: flex !important;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.add_to_cart_custom {
    background: #046BD2;
    border-radius: 10px;
    padding: 7px 10px 7px 7px;
}

.add_to_cart_custom img {
    width: 30px !important;
    margin: 0 !important;
}

.woocommerce ul.products-styled li.product,
.woocommerce-page ul.products-styled li.product {
    padding-bottom: 0 !important;
}

.astra-shop-summary-wrap {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.ast-container {
    padding-left: 0;
    padding-right: 0;
}

.ast-left-sidebar #primary {
    padding-left: 20px;
}

.main-header-bar {
    background: rgba(41, 37, 36, 1);
}

.term-description {
    display: none;
}

.ast-site-identity {
    padding: 0 !important;
}

.header_icons {
    display: flex;
    justify-content: start;
}

.header_icons img {
    width: 30px;
}

.header_icons .img_icon {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    margin-right: 30px;
    display: flex;
    justify-content: start;
    align-items: center;
    text-align: center;
    cursor: pointer;
}

.header_icons .wrapper {
    display: flex;
    align-items: center;
}

.header_icons .img_icon p {
    font-size: 15px;
    color: #292524;
    font-weight: 500;
    text-decoration: underline;
    margin: 0;
    width: 90px;
    line-height: 15px;
}

.ast-builder-grid-row {
    display: block;
}

#ast-desktop-header .ast-primary-header-bar {
    border: none;
}

#ast-desktop-header .ast-builder-grid-row #languageSelect {
    background: inherit;
    color: #D7C6BD;
    font-weight: 700;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url('../images/icon-arrow.png') !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
    background-size: 14px !important;
    padding-right: 0px;
    width: 55px !important;
    margin-right: 10px;
    padding-left: 5px;
}

.ast-builder-grid-row .site-header-primary-section-left {
    width: 100%;
}

.ast-builder-grid-row .site-header-primary-section-right {
    width: 0;
}

.ast-header-search {
    width: 52%;
    padding-left: 0;
}

.ast-inline-search {
    width: 100%;
}

.ast-inline-search .search-field,
.ast-inline-search .search-form {
    width: 100% !important;
    border-radius: 10px !important;
}

.header_icons .img_icon:last-child {
    margin-right: 20px;
}

.site-header .ast-inline-search.ast-search-menu-icon .search-field {
    height: 40px;
}


.bottom_menu {
    z-index: 99;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #fff;
    border-top: solid 1px gray;
}

.bottom_menu a {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100%;

}

.astra-icon {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.bottom_menu img {
    width: 24px;
}

.bottom_menu span {
    margin-top: 5px;
    line-height: 8px;
    font-size: 10px;
    color: #292524;
}

.icon_home img {
    width: 30px;
}

.icon_active {
    background: #d7c6bd;
    border-radius: 10px;
    padding: 3px 6px 3px 6px;
}


.bottom_cart img {
    width: 30px;
}

.bottom_cart span {
    margin-top: 0;
    margin-left: 5px;
}

.cart_block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.icon_active {
    background: #d7c6bd;
    border-radius: 10px;
    padding: 5px 8px 5px 8px;
}

#ast-desktop-header .ast-primary-header-bar .site-primary-header-wrap {
    min-height: 70px;
}

#ast-desktop-header .ast-primary-header-bar {
    height: 70px;
}

.entry-title {
    margin-left: 50px;
}

.site-footer {
    margin-bottom: 70px;
}

.ast-plain-container.ast-no-sidebar #primary {
    margin-top: 10px;
}

.woocommerce-js .woocommerce-ordering {
    margin-bottom: 0;
}

.woocommerce-products-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1em !important;
}

.woocommerce-js div.product div.images{
    margin-bottom: 5px;
}
.woocommerce-product-gallery__image a img{
    height: 220px !important;
    object-fit: contain;
}
.flex-viewport:last-child{
    height: 220px !important;
}


.woocommerce.ast-page-builder-template .site-main{
    padding-left: 10px;
    padding-right: 10px;
}
.flex-direction-nav .flex-disabled{
    display: block !important;
}
.woocommerce-product-gallery .flex-direction-nav .flex-next{
    display: block !important;
}
a.single-product-image:focus{
    outline: none;
}
.modal_unauthorized_order_body{
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    overflow: auto;
    display: none;
    z-index: 99999;
}
.modal_unauthorized_order_content{
    max-width: 95%;
    margin: 50px auto;
    background: #fff;
    padding: 15px;
    width: 600px;
}
.unauthorized_order_title{
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    position: relative;
}
.unauthorized_order_register,
.unauthorized_order_order{
    margin: 0 auto;
    display: block;
    width: 80%;
}
.unauthorized_order_order{
    background-color: #fff;
    color: #046BD2;
    border: solid 1px;
    margin-top: 10px;
}
.unauthorized_order_close{
    position: absolute;
    right: 0;
    cursor: pointer;
}
.unauthorized_order_title h4{
    font-weight: 900;
}

.unauthorized_order_hidden{
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
}

.unauthorized_order_hidden input,
.unauthorized_order_hidden label{
    cursor: pointer;
}
.clear-cart-container{
    text-align: center;
    padding: 5px;
}
.clear-cart{
    cursor: pointer;
}
.clear-cart:hover{
    color: red;
}
.woocommerce-mini-cart__buttons{
    padding-bottom: 0 !important;
}
body.admin-bar .astra-cart-drawer{
    padding-bottom: 40px;
}





@media (min-width: 921px) {
    .single-product-image{
        width: 27%;
        position: absolute;
        left: 0;
        top: 0;
    }
    .single-product-image img{
        object-fit: contain;
        height: 320px;
        width: 100%;
    }

    .slider{
        width: 27%;
        position: absolute;
        left: 0;
        top: 0;
    }
    .slick-prev{
        left: 0 !important;
        z-index: 999;
    }
    .slick-next{
        right: 0 !important;
        z-index: 999;

    }
    .slick-prev:before {
        background: gray !important;
        padding-top: 2px;
        padding-left: 1px;
        padding-right: 1px;
        border-radius: 50%;
    }
    .slick-next:before {
        background: gray !important;
        padding-top: 2px;
        padding-left: 1px;
        padding-right: 1px;
        border-radius: 50%;
    }
    .product-image-slider slick-list,

    .product-image-slider img{
        height: 220px !important;
        object-fit: contain;
    }

}
.product-image-slider-nav img{
    height: 80px !important;
    object-fit: contain;
}
.product-image-slider slick-track
{
    height: 220px !important;
}




.product-image-slider img,
.product-image-slider-nav img {
    width: 100%;
    height: auto;
}

.product-image-slider-nav {
    margin-top: 10px;
}

.product-image-slider-nav .slick-slide {
    margin: 0 5px;
}
.ast-article-single img{
    box-shadow: none;
}

.product-image-slider-nav .slick-slide img {
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

.product-image-slider-nav .slick-current img {
    opacity: 1;
}

.woocommerce-breadcrumb span.breadcrumb-delimiter:last-child {
    display: none;
}

.woocommerce-mini-cart__buttons a:first-child {
    display: none;
}

.ast-article-single .button.buy-now-button {
    padding: 12px 20px !important;
    margin-left: 0 !important;
    margin-right: 20px;
}

#custom_single_add_to_cart_button {
    width: 45px;
    background: #046BD2;
    padding: 6px 10px 6px 6px;
    border-radius: 4px;
    cursor: pointer;
}

.mini_cart_item {
    padding-right: 50px;
}

.btn_in_discount {
    position: absolute;
    right: 10px;
    bottom: 20px;
}
.woocommerce-js div.product .woocommerce-tabs{
    padding-top: 5em;
}

.woocommerce-js ul.products-styled li.product a.ast-loop-product__link {
    display: block !important;
}

.remove_from_cart_button svg {
    fill: #fff;
}

.remove_from_cart_button {
    background: red;
}

.woocommerce-js a.remove:before {
    border: none;
}

.astra-cart-drawer .astra-cart-drawer-content .widget_shopping_cart_content ul li {
    padding-right: 40px;
}

span.discount-badge {
    background: red;
    padding: 5px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0 0 10px 0;
}

span.onsale.circle {
    display: none;
}

.woocommerce-js .star-rating span::before {
    color: gold;
}

.astra-shop-summary-wrap .price del {
    width: 100%;
    text-decoration: line-through #F83A29 3px;
    font-size: 15px;
    order: 2;
}

.astra-shop-summary-wrap .price del bdi {
    font-size: 15px;
    color: red;
}

.discount_price bdi {

    color: #5B64BD;
}

.woocs_price_code del {
    color: red;
    font-size: 15px;
}
del .woocommerce-Price-amount bdi {
    color: red;
    font-size: 15px;
}

.woocs_price_code del bdi {
    font-size: 15px;
}

.woocs_price_code ins bdi {
    color: #5B64BD;
}

.pswp__zoom-wrap {
    transform: none !important;
    display: flex;
    justify-content: center;

}

.pswp__zoom-wrap .pswp__img {
    position: relative !important;
}

.block_test {
    display: block !important;
}
.swiper-wrapper{
    align-items: center;
}
.ast-desktop .astra-cart-drawer {
    padding-bottom: 32px;
}


ul.products-styled .price {
    width:100%!important;
}

.np_block{
    display: flex;
    justify-content: space-around;
    width: 100%;
    flex-wrap: wrap;
    padding-bottom: 20px;
}
.select2-container{
    width: 48.5% !important;
}

.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-received{
    margin: 0 !important;
    font-size: 30px !important;
}
.ast-email-validation-block{
    display: none !important;
}

.private_polic_checkout,
.offer_checkout{
    color: inherit;
    text-decoration: underline !important;
}

.buy_one_click{
    padding: 12px 20px !important;
    margin-left: 0 !important;
    margin-right: 20px !important;
    cursor: pointer;
}

.app_mobile_logo{
    display: none;
}
header.entry-header .entry-title{
    font-size: 25px !important;
    margin-left: 0 !important;
    text-align: center !important;
}
.woocommerce-review-link{
    display: none;
}
.widget-area .sidebar-main{
    max-height: 100% !important;
}
.wc_points_rewards_earn_points .woocommerce-info{
    display: block;
}

/* Десктоп */







@media (max-width: 921px) {

    .wc_points_rewards_apply_discount{
        margin: 10px auto;
    }
    .entry-content .woocommerce-info {
        padding-right: 3.5em;
    }

    .np_block{
        flex-wrap: wrap;
        padding-top: 10px;
        padding-bottom: 20px;
    }
    #ship-to-different-address{
        margin-bottom: 0 !important;
    }
    #customer_details h3:not(.elementor-widget-woocommerce-checkout-page h3){
        padding: 14px 0 14px !important;
    }
    .recipient_1_block label,
	.recipient_2_block label{
		font-size: 17px !important;
	}
    .text_2{
        font-size: 18px !important;
    }
    .select2-container{
        width: 96% !important;
        margin-top: 20px;
    }
    .select2-container:nth-child(2){
        margin-top: 0 !important;
    }

    .wp-block-woocommerce-checkout{
        padding-top: 0 !important;
    }
    #astra-mobile-cart-drawer{
        z-index: 999;
    }


    .astra-cart-drawer-content {
        padding-bottom: 40px;
    }
    .clear-cart-container{
        position: absolute;
        left: 5%;
        top: 95%;
        width: 90%;
        padding: 0;
    }


    .site-footer {
        margin-bottom: 0;
    }



    .entry-header{
        margin: 0 !important;
    }
    .ast-two-column-checkout{
        padding-top: 5px !important;
    }

    .video-slide iframe{
        width: 90% !important;
        margin: 0 auto;
        display: block;
    }
    .swiper-button-next{
        right: -2px !important;
    }
    .swiper-button-prev{
        left: -2px !important;
    }


    .ast-left-sidebar #primary {
        padding-left: 15px;
        padding-right: 15px;
    }
    .slider{
        margin-bottom: 40px;
    }

    .btn_in_discount {
        bottom: 35px;
    }

    #custom_single_add_to_cart_button {
        margin-bottom: 20px;
        padding: 6px 10px 4px 6px;
    }
    .ast-article-single .button.buy-now-button {
        margin-right: 5px;
    }
    .woocommerce-js div.product form.cart div.quantity{
        margin: 0;
    }

    .flex-viewpor {
        width: 100%;
    }

    .ast-product-gallery-with-no-image .woocommerce-product-gallery {
        height: 200px;
    }

    .ast-mobile-popup-inner .ast-mobile-popup-content> :first-child {
        width: fit-content !important;
    }

    .entry-title {
        margin-left: 20px;
    }

    .add_to_cart_custom img {
        width: 22px !important;
    }

    span.woocommerce-Price-amount.amount {
        font-size: 25px;
    }

    .add_to_cart_custom {
        border-radius: 6px;
        padding: 3px 6px 3px 3px;
    }

    body {
        padding-bottom: 60px !important;
    }

    .bottom_menu {
        display: block;
    }

    ul .products {
        margin-bottom: 0 !important;
    }

    .astra-shop-thumbnail-wrap a {

        width: 100% !important;
    }

    .child-categories {
        width: 100%;
    }

    .woocommerce-ordering_mobile {
        position: relative;
        max-width: 53px;
        cursor: pointer;
        vertical-align: middle;
        display: table-cell;
    }

    #menu-toggle-close {
        border: none;
    }

    .woocommerce-ordering_mobile select,
    .woocommerce-ordering_mobile_burger select {
        padding-bottom: 6px;
        padding-top: 6px;
    }

    .woocommerce-ordering {
        float: none !important;
        margin: 0 !important;
    }

    .woocommerce-ordering select {
        max-width: 100% !important;
    }

    .ast-grid-common-col:last-child {
        margin-bottom: 0px !important;
    }

    .ast-grid-common-col:nth-last-child(2) {
        margin-bottom: 0px !important;
    }

    #secondary {
        display: none;
    }


    .ast-builder-grid-row #languageSelect {
        width: 42px;
        height: 50px;
        border: none;
        margin-left: 10px;
        background: inherit;
        color: #D7C6BD;
        margin-right: 6px;
        font-weight: 700;
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        background-image: url('../images/icon-arrow.png') !important;
        background-repeat: no-repeat !important;
        background-position: right center !important;
        background-size: 14px !important;
        padding: 0 !important;
        position: absolute;
        right: 2px;
        z-index: 9999;

    }

    .ast-builder-layout-element {
        z-index: 9999;
    }

    .ast-mobile-menu-trigger-minimal {
        padding-top: 3px !important;
    }


    .ast-header-search {
        position: absolute;
        left: 55px;
        width: 88%;
        padding-left: 0;
    }

    .ast-search-menu-icon {
        width: 100%;
    }

    .search-form,
    .search-field {
        border-radius: 10px !important;
    }

    .site-header-section>* {
        padding: 0 !important;
    }

    .ast-primary-header-bar {
        background: linear-gradient(rgba(41, 37, 36, 1) 45%, rgba(255, 255, 255, 0.8) 100%);
        border: none !important;
    }

    .ast-builder-grid-row-mobile-layout-default {
        padding: 0 !important;
    }

    .ast-builder-grid-row {
        display: block;
    }

    .ast-burger-text {
        position: absolute;
        top: 28px;
        left: 8px;
        padding: 0;
        margin-bottom: -2px;
        font-size: 10px;
    }

    .before_header_icons {
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 45%;
        height: 50px;
        display: flex;
        justify-content: space-around;
        font-size: 10px;
        padding: 0 20px !important;
        transform: translateX(-50%) !important;
    }

    .img_icon {
        background: #fff;
        border-radius: 10px;
        width: 32% !important;
        height: 40px !important;
        display: flex;
        justify-content: center;
    }

    .img_icon .wrapper {
        width: 85%;
        display: flex;
        justify-content: start;
        align-items: center;
        text-align: center;
    }

    .img_icon a {
        line-height: 10px;
        font-size: 10px;
        color: #292524;
        font-weight: 500;
        text-decoration: underline;
    }

    .site-header-primary-section-left {
        padding-bottom: 54px;
    }

    .img_icon img {
        width: 25px;
    }

    .ast-grid-right-section {
        height: 0;
    }

    .ast-shop-toolbar-container,
    .ast-shop-toolbar-aside-wrap,
    .ast-shop-toolbar-aside-wrap,
    .term-description p {
        margin-bottom: 0 !important;
    }

    .woocommerce-js .variations select,
    .woocommerce-js .woocommerce-ordering select {
        padding: .5em .5em .5em 0;
    }

    .cart_block {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .ast-addon-cart-wrap {
        padding: 0 !important;
    }

    .icon-cart {
        margin: 0 !important;
    }

    #ast-scroll-top {
        margin-bottom: 50px;
    }

    .bottom_menu {
        z-index: 99;
        position: fixed;
        left: 0;
        bottom: env(safe-area-inset-bottom);
        width: 100%;
        height: 60px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        background: #fff;
        border-top: solid 1px gray;
    }

    .bottom_menu a {
        display: flex;
        align-items: center;
        flex-direction: column;
        height: 100%;

    }

    .astra-icon {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .bottom_menu img {
        width: 24px;
    }

    .bottom_menu span {
        margin-top: 5px;
        line-height: 8px;
        font-size: 10px;
        color: #292524;
    }

    .icon_home img {
        width: 30px;
    }

    .icon_active {
        background: #d7c6bd;
        border-radius: 10px;
        padding: 3px 6px 3px 6px;
    }


    .bottom_cart img {
        width: 25px;
    }

    .bottom_cart span {
        margin-top: 4px;
        margin-left: 5px;
    }

    .ast-mobile-popup-header #languageSelect {
        margin-right: 65px;
        padding-right: 0;
    }

    .menu-toggle-close {
        padding-right: 15px;
    }

    .ast-mobile-header-wrap .ast-primary-header-bar {
        min-height: 0;
    }

    .ast-site-header-cart .ast-addon-cart-wrap i.astra-icon:after {
        top: -3px;
    }

    .custom_count_product {
        right: -5px;
    }

    .woocommerce-js .woocommerce-breadcrumb {
        text-align: center;
    }

    .woocommerce-products-header__title {
        text-align: center;
    }

    .ast-shop-toolbar-container {
        display: block;
    }

    .ast-shop-toolbar-container> :first-of-type(.ast-shop-toolbar-aside-wrap) {
        display: none !important;
    }

    .ast-shop-toolbar-container> :nth-child(2) {
        width: 260px;
        margin: 0 auto !important;
    }

    .woocommerce-ordering {
        width: fit-content;
        margin: 0 auto !important;
    }

    .orderby {
        padding-right: 20px !important;
    }

    .woocommerce .ast-shop-toolbar-container .ast-shop-toolbar-aside-wrap {
        display: inline !important;
    }

    .ast-woocommerce-container>.products>li {
        width: 25% !important;
    }

    .pswp__zoom-wrap .pswp__img {
        width: 350px;
        height: 350px;
    }

    .pswp__zoom-wrap {
        align-items: center;
    }




}

@media (max-width: 900px) {
    .ast-header-search {
        width: 87%;
    }
}

@media (max-width: 800px) {
    .ast-header-search {
        width: 86%;
    }
}

@media (max-width: 740px) {
    .ast-header-search {
        width: 85%;
    }
}

@media (max-width: 700px) {
    .ast-header-search {
        width: 83.5%;
    }

    .before_header_icons {
        left: 50%;
        width: 60%;
    }
}

@media (max-width: 650px) {
    .ast-woocommerce-container>.products>li {
        width: 33% !important;
    }

    .ast-header-search {
        width: 83%;
    }
}

@media (max-width: 600px) {
    .ast-header-search {
        width: 82%;
    }
}

@media (max-width: 560px) {
    .ast-header-search {
        width: 80%;
    }
}

@media (max-width: 500px) {
    .ast-woocommerce-container>.products>li {
        width: 50% !important;
    }

    .ast-header-search {
        width: 77%;
    }
}

@media (max-width: 450px) {
    .ast-header-search {
        width: 74%;
    }

    .before_header_icons {
        left: 50%;
        width: 80%;
    }

}

@media (max-width: 420px) {
    .ast-header-search {
        width: 72%;
    }
}

@media (max-width: 400px) {
    .ast-header-search {
        width: 70%;
    }

    .before_header_icons {
        left: 0;
        width: 100%;
        transform: translateX(0) !important;
    }

}

@media (max-width: 390px) {}

@media (max-width: 375px) {}

ul.products-styled .astra-shop-summary-wrap{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.child-categories {
    padding: 10px;
    display: inline-block;
    text-align: center;
}

.child-categories a.category-link {
    display: inline-block;
    margin: 5px;
    padding: 5px 10px;
    border: 1px solid #000;
    border-radius: 5px;
    text-decoration: none;
}

#show-more-categories {
    display: inline-block;
    margin: 5px;
    padding: 5px 10px;
    background-color: #d3cbc0;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

#secondary {
    padding-right: 0 !important;
    margin: 0 !important;
}

.site-logo-img {
    width: 200px;
}

.sidebar-main {
    top: 0 !important;
}

.ast-grid-common-col .astra-shop-thumbnail-wrap {
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.astra-shop-thumbnail-wrap .size-woocommerce_thumbnail {
    width: 250px !important;
    height: 250px !important;
    object-fit: contain;
}

#ast-desktop-header .icon-cart img {
    width: 25px;
}

.ast-search--posttype-heading {
    margin-bottom: 4px;
    margin-top: 10px;
    margin-left: 15px;
    font-size: 0.9em;
    font-weight: bold;
    color: #333;
    padding: 5px;
    white-space: pre-wrap;
}

/*.woocommerce-ordering, select.orderby, .ast-shop-toolbar-container {
    display: none !important;
}*/

.page-title {
    margin-bottom: 0 !important;
}

#primary {
    margin-top: 1.5em !important;
}

.woocommerce .ast-shop-toolbar-container {
    margin-bottom: 2.5em;
    display: flex;
    align-items: center;
    justify-content: flex-start !important;
    margin-bottom: 0 !important;
}

.child-categories {
    text-align: center;
    margin-top: 0.5em;
}

.section-titles{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 20px;
}
.section-titles{
    margin: 0;
}
nav.woocommerce-pagination {
    display: none;
}

.woocommerce-js ul.products-styled li.product, .woocommerce-page ul.products-styled li.product{
    margin-bottom:0!important;
}

@media (max-width: 600px){
    .woocommerce-checkout{
        .ast-footer-copyright p {
            margin-bottom: 0;
            min-height: 100px;
            display: flex;
            justify-content: center;
            align-items: center;
        }
    }
}

/* Универсальное решение для тонкой линии у <del> */
del {
    text-decoration-thickness: 1px;
    text-decoration-color: inherit;
    /* Для старых браузеров можно добавить: */
    -webkit-text-decoration-thickness: 1px;
}

/* Фоллбек для случаев, если text-decoration-thickness не работает */
del.use-thin-line {
    text-decoration: none;
    position: relative;
}
del.use-thin-line::after {
    content: '';
    position: absolute;
    left: 0; right: 0; top: 50%;
    border-top: 1px solid currentColor;
    height: 0;
    transform: translateY(-50%);
    pointer-events: none;
}