@media (min-width: 640px) {
    .uk-child-width-1-3-small > * {
        width: -webkit-calc(100% * 1 / 3.001);
        width: calc(100% * 1 / 3.001);
    }

    .uk-child-width-1-2-small > * {
        width: 50%;
    }
}


@media (min-width: 960px) {
    .uk-child-width-1-3-medium > * {
        width: calc(100% / 3);
    }

    .section-search-form {
        width: 350px;
    }
}

@media (min-width: 1200px) {
    .uk-child-width-1-4-large > * {
        width: 25%;
    }


}


@media (max-width: 1250px) {
    .header-bottom .main-menu > li > a {
        padding: 10px 9px;
        font-size: 15px;
    }


    .header-navbar-options .header-partner-logo,
    .header-support {
        display: none;
    }

    .single-product .product_title {
        font-size: 18px;
    }

    .automatic-sales__product-loop .price-current.has-sale,
    .price-current,
    .product-loop .price-current.has-sale {
        font-size: 15px;
    }
}


@media (max-width: 1200px) {
    .blog-loop-item > .uk-grid {
        flex-direction: column-reverse;
    }

    .header-bottom-options .sales {
        display: none !important;
    }

    .header-bottom-options .compare {
        margin-right: 0 !important;
    }


    .blog-loop-item__image img {
        max-height: 300px;
        width: 100%;
        object-fit: cover;
    }

    .header-top .toolbox-group {
        display: inline-block;
    }

    .desktop-sticky-menu-trigger {
        display: none !important;
    }
}


@media (max-width: 1100px) {
    .header-bottom-options {
        display: none;
    }
}

@media (max-width: 960px) {

    .article .page-body .mydell-short-card-product__header .short-card-product-block__title {
        font-size: 25px;
    }

    .article .page-body .mydell-short-card-product__header .short-card-product-block__subtitle {
        font-size: 17px;
    }

    .article .page-body .mydell-short-card-product__header .short-card-product-block__title {
        line-height: 1.2;
    }

    .woo-sidebar {
        visibility: hidden;
        opacity: 0;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        overflow: auto;
        background-color: #00000052;
        padding: 10px;
        z-index: 2;
        -webkit-transition: .1s ease-in-out;
        -o-transition: .1s ease-in-out;
        transition: .1s ease-in-out;
    }

    .woo-sidebar .back {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .wpf-trigger-filter-mob {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px;
    }

    .woo-archive-body .products {
        margin-top: 15px !important;
    }

    .uk-grid-small {
        margin-left: -15px !important;
    }


    .wpf-filters__wrapper {
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }

    .woo-sidebar.show {
        visibility: visible;
        opacity: 1;
    }

    .woo-sidebar.show .wpf-filters__wrapper {

        -webkit-transform: translateY(0);

        -ms-transform: translateY(0);

        transform: translateY(0);
    }


    .wpf-filters__wrapper {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        -webkit-border-radius: 15px 15px 0 0;
        border-radius: 15px 15px 0 0;
    }

    .sidebar-shop .woo-categories {
        display: none;
    }

    .dgwt-wcas-search-form,
    .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
        padding: 0;
        width: 34px;
        height: 34px;
    }

    .header-navbar-options .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::-webkit-input-placeholder {
        color: transparent;
    }

    .header-navbar-options .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::-moz-placeholder {
        color: transparent;
    }

    .header-navbar-options .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:-ms-input-placeholder {
        color: transparent;
    }

    .header-navbar-options .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::-ms-input-placeholder {
        color: transparent;
    }

    .header-navbar-options .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder {
        color: transparent;
    }

    .header-top .header-partner-logo {
        display: none;
    }


    .dgwt-wcas-om-bar button.dgwt-wcas-om-return,
    .dgwt-wcas-om-bar button.dgwt-wcas-om-return:hover {
        width: 34px;
        height: 34px;
        display: block;
        background: var(--main-blue);
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

    .header-navbar-options .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
        color: transparent;
    }

    .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
        border-color: #000;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        border-width: 2px;

    }

    .dgwt-wcas-om-bar .dgwt-wcas-om-return svg {
        width: 20px;
        height: 20px;
        position: absolute;
        left: 52%;
        top: 53%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        fill: #fff;
    }

    .dgwt-wcas-search-wrapp-mobile input[type=search].dgwt-wcas-search-input {
        height: 34px !important;
    }

    .js-dgwt-wcas-overlay-mobile .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
        border: 1px solid var(--main-blue);
        border-right: 10px;
        width: 100%;
        padding: 0 15px;
    }

    .js-dgwt-wcas-overlay-mobile {
        padding: 0 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .js-dgwt-wcas-overlay-mobile .dgwt-wcas-om-bar {
        margin-top: 15px;
    }

    .dgwt-wcas-overlay-mobile .dgwt-wcas-search-form {
        margin-left: 15px;
    }

    .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
        background: 0 0;
        height: 30px;
        min-width: 35px;
    }

    .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before {
        content: none
    }

    .dgwt-wcas-has-submit .dgwt-wcas-search-submit svg path {
        fill: #000
    }

    .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit {
        background-color: transparent !important;
    }

    .dgwt-wcas-overlay-mobile {
        background: #00000052;
    }

    .woo-mini-cart__close path {
        stroke: #c7c7c7;
    }

    .js-dgwt-wcas-overlay-mobile .dgwt-wcas-om-bar {
        background: #fff;
        top: auto;
        height: 474px;
        bottom: 0;
        position: absolute;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        left: 0;
        right: 0;
        padding: 20px 20px 0;
        -webkit-border-radius: 15px 15px 0 0;
        border-radius: 15px 15px 0 0;
    }

    .dgwt-wcas-overlay-mobile-on .dgwt-wcas-suggestions-wrapp {
        top: 65px !important;
    }

    .dgwt-wcas-search-wrapp {
        max-width: 34px;
        min-width: 34px;
    }

    .header-navbar-options .dgwt-wcas-search-wrapp {
        min-width: auto;
        width: auto;
    }

    .woocommerce div.product div.summary {
        margin-top: 25px;
    }

    .header-top .custom-logo-link img,
    .uk-offcanvas-bar .header-partner-logo {
        max-height: 45px;
    }


    .woo-sidebar .wpf-filters__wrapper {
        background: #fff;
    }

    .woo-sidebar .WpfWoofiltersWidget {
        margin: 10px;
    }

    .wpf-filters__wrapper {
        max-height: 80vh;
        overflow: scroll;
    }


    .toolbox-group {
        display: inline-block;
    }

    main .woocommerce-breadcrumb, .woocommerce .woocommerce-breadcrumb {

        margin-bottom: 25px;
    }

    .mobile-search-trigger {
        display: inline-flex;
    }

    .section-search-form .desktop-form {
        display: none;
    }

    .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image) {
        width: calc(30.66667% - var(--wp--style--unstable-gallery-gap, 16px) * .83333);
    }


}


@media (max-width: 768px) {

    .woocommerce-MyAccount-navigation {
        -webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
        box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
        padding: 5px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 10;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #fff;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }

    .woocommerce-MyAccount-navigation .text,
    .woo-custom-orderby__wrapper .orderby-label,
    .stripe-product-addToCard .text {
        display: none;
    }


    .woocommerce-MyAccount-navigation .icon {
        display: block;
    }

    .woocommerce-MyAccount-navigation li {
        width: 100%;
    }

    .section-presentation-category__front-page .category-item__title,
    .article-header .article-title {
        font-size: 30px;
    }

    .section-slider-prod-cat .section-title,
    .single-product-recently-viewed .section-title,
    .section-product__blog .section-title,
    .section-automation-sales .section-title,
    .section-presentation-category__front-page .category-item__description {
        font-size: 18px;
    }

    .section-automation-sales .swiper-pagination {
        display: none;
    }

    .reviews__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .reviews__header .glsr-summary {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .header-top .custom-logo-link img,
    .uk-offcanvas-bar.header-partner-logo {
        max-height: 50px;
    }


    .woocommerce-mini-cart-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .woo-mini-cart__content .cart-product__info {
        display: inline-block;
        float: left;
    }

    .woo-mini-cart__content .woocommerce-mini-cart-item__product-thumbnail {
        float: left;
    }


    .woocommerce .woocommerce-mini-cart-item .woocommerce-placeholder {
        width: 50px;
    }

    .woocommerce-mini-cart-item {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .woo-mini-cart__title-block {
        font-size: 15px;
        padding: 8px 0;
    }

    .woo-mini-cart__title-block,
    .woo-mini-cart__content .modal-cart__sum {
        margin-left: 20px;
        margin-right: 20px;
    }

    .woo-mini-cart__close {
        right: 0;
        left: auto;
        cursor: pointer;
    }


    .header-top {
        padding: 10px 0;
    }

    .header-navbar-options .header-cart #mini-cart-count {
        top: -2px;
        right: -5px;
    }


    .product-loop .woocommerce-loop-product__title {
        font-size: 13px !important;
    }

    .section-categories-images__front-page .categories-item__title {
        font-size: 22px;
    }

    .section-categories-images__front-page .categories-item__subtitle,
    .article .page-body .mydell-faq-block .uk-accordion-content {
        font-size: 15px;
    }

    .woo-mini-cart__close svg {
        height: 35px;
    }

    .woo-mini-cart__content .modal-cart__checkout {
        padding: 6px 40px;
        margin: 9px 25px;
        font-size: 15px;
    }

    .woo-mini-cart__content .modal-cart__sum {
        font-size: 15px;
        padding: 15px 0;
    }

    .woocommerce-Tabs-panel .woocommerce-product-attributes,
    .loop-item-gallery .loop-item-title {
        font-size: 13px;
    }

    .woocommerce-Tabs-panel .woocommerce-product-attributes th {
        width: 100px;

    }

    .woocommerce-checkout .form-row-first,
    .woocommerce-checkout .form-row-last {
        float: none !important;
        width: 100% !important;
    }

    form.woocommerce-checkout input[type=text], form.woocommerce-checkout input[type=email], form.woocommerce-checkout input[type="tel"] {
        padding: 8px 10px;
    }

    .wpf-trigger-filter-mob {
        margin-left: 0;
    }

    .woo-custom-orderby__wrapper .orderby-current {
        margin-left: 0;
    }

    .header-navbar-options .icon {
        margin-right: 0;
    }

    .forms-authorization .col-2,
    .forms-authorization .col-1 {
        width: 100% !important;
    }


    .woocommerce ul.order_details {
        gap: 10px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .woocommerce ul.order_details li {
        border-right: 0;
        margin-right: 0;
    }

    .page-cart, .page-checkout {
        margin: 25px 0;
    }

    .woocommerce-page .entry-header .entry-title {
        font-size: 25px;
    }

    .footer-top .partners img {
        max-width: 200px;
    }

    .woocommerce-MyAccount-content .woocommerce-column--shipping-address {
        margin-top: 20px;
    }

    form.woocommerce-checkout #legal_checkbox_dds_field {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .article .page-body .mydell-short-card-product__header {
        grid-template-columns: 1fr;
    }

    .article .page-body .mydell-short-card-product-block .short-card-product-block__image {
        text-align: center;
    }

    .article-shop-list .block-title {
        font-size: 16px;
        top: -10px;
    }

    .header-cart .info {
        margin-left: 8px;
    }


    .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image) {
        width: calc(48.66667% - var(--wp--style--unstable-gallery-gap, 16px) * .83333);
    }


    .woocommerce-breadcrumb {
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* IE/Edge */
    }

    .woocommerce-breadcrumb::-webkit-scrollbar {
        display: none; /* Chrome/Safari */
    }

    .section-banners-masonry .bm-row {
        flex-direction: column;
    }

    .section-banners-masonry .bm-left, .section-banners-masonry .bm-right {
        width: 100%;
    }

    .section-categories__front-page .categories-item img,
    .section-banners-masonry .promo-card img {
        max-height: 250px;
        width: 100%;
        object-fit: cover;
    }

    .section-banners-masonry .overlay.align-bottom {
        justify-content: flex-end;
        padding-bottom: 20px;
    }

    .front-page__margin {
        margin: 50px 0;
    }
}


@media (max-width: 680px) {

    .header-navbar-options {
        gap: 15px;
    }

    .single-product .entry-summary .sales-price,
    .single-product .entry-summary .original-price,
    .woo-options-calc-price,
    .article-header .article-title,
    .section-banners-masonry .product-name,
    .default-page .default-page__header .default-page__title {
        font-size: 25px;
    }

    .woo-thanks-page .my-account-order-info h3 {
        font-size: 17px;
    }

    .woocommerce-checkout-payment button[name=woocommerce_checkout_place_order],
    .woo-mini-cart__content .modal-cart__sum .price-current,
    .cart-subtotal .price-current,
    .order-total .price-current,
    .woocommerce-shipping-totals td,
    .blog-header__title,
    .article .page-body {
        font-size: 15px;
    }

    .site-footer .contact-info a,
    .woo-thanks-page .my-account-order-delivery p {
        font-size: 13px;
    }

    .my-account-delivery-total-price sup {
        font-size: 10px;
    }

    .front-page__margin {
        margin: 40px 0;
    }

    .woocommerce-ordering {
        display: none !important;
    }

    .wpf-filters__wrapper div[data-filter-type=wpfSortBy] {
        display: block;
    }

    .products.uk-child-width-1-2-small > * {
        width: 50%;
    }


    .product-loop .add_to_cart_button,
    .automatic-sales__product-loop .add_to_cart_button,
    .loop-found-item-woo .add_to_cart_button {
        background-color: var(--main-purple) !important;
        padding: 4px 5px 4px !important;
    }

    .woocommerce-checkout-review-order-table .product-total {
        width: 140px;
    }

    .my-account-order-products__item {
        flex-direction: column;
    }

    .my-account-order-products__item--actions {
        flex-direction: row;
    }

    .gallery-list__wrapper .uk-grid-column-large > *, .uk-grid-large > * {
        padding-left: 20px;
    }

    .gallery-list__wrapper .uk-grid-column-large, .uk-grid-large {
        margin-left: -20px;
    }

    .gallery-list__wrapper .uk-grid-large > .uk-grid-margin {
        margin-top: 20px;
    }


    .default-page .default-page__body .wp-block-list {
        padding-left: 0;
    }

    .atri-block__section-description > *:last-child {
        margin-bottom: 0;
    }

    .my-account-order-details__right {
        justify-content: end;
        flex: 1;
    }

    .gallery-thumbsSlider {
        margin-top: 10px;
    }

    .section-categories__front-page .categories-item img,
    .section-banners-masonry .promo-card img {
        max-height: 200px;
        width: 100%;
        object-fit: cover;
    }

    .section-categories__front-page .categories-item__title {
        padding: 8px 0;
    }


    .section-banners-masonry .overlay {
        padding: 20px 20px;
    }

    .section-banners-masonry .btn-buy {
        padding: 8px 15px;
    }

    .section-banners-masonry .overlay.align-bottom {
        padding-bottom: 20px;
    }

    .header-top .custom-logo-link img, .uk-offcanvas-bar.header-partner-logo {
        max-height: 30px;
    }

    .default-page .default-page__header {
        padding-top: 35px;
        margin: 0 0 30px;
    }

    .default-page {
        padding: 0 0 35px 0;
    }

    .single-page .article {
        margin: 30px 0 20px;
    }

    .atri-small-card__content,
    .atri-big-card__content .atri-block__section-description {
        padding: 20px 20px;
    }

    .atri-small-card__content,
    .atri-big-card__content,
    .default-page .wp-block-gallery {
        margin: 10px 0;
    }

    .woo-thanks-page .my-order-order-details {
        flex-direction: column;
        gap: 10px;
    }

    .woo-thanks-page .my-order-order-details__order-date {
        text-align: left !important;
    }

    .my-order-details-top .my-order-order-details {
        margin-bottom: 20px;
    }

    .woo-thanks-page .woocommerce-notice--success {
        padding: 0 0 20px 0;
    }

    .woo-thanks-page .woocommerce-notice--success:before {
        content: none;
    }
}


@media (max-width: 480px) {
    .header-top .custom-logo-link img,
    .site-header.uk-active .header-top .custom-logo-link img {
        max-height: 30px;
    }

    .product-loop .price,
    .footer-top .title-column {
        font-size: 15px !important;
    }

    .product-loop .price del,
    .footer-menu a {
        font-size: 13px;
    }


    .header-navbar-options svg {
        height: 28px;
        width: 28px;
    }

    .header-navbar-options .dgwt-wcas-search-submit svg {
        height: 25px;
        width: 25px;
    }

    .dgwt-wcas-search-form, .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
        width: 30px;
        height: 30px;
    }

    .header-top .custom-logo-link img, .uk-offcanvas-bar .header-partner-logo {
        max-height: 35px;
    }

    .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
        height: auto;
        min-width: auto;
    }

    .footer-bottom .uk-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }


    .products.uk-child-width-1-1-mini > * {
        width: 100%;
    }


    .header-navbar-options .header-cart #mini-cart-count {
        top: -6px;
        right: -9px;
    }

    .mobile-search-trigger {
        width: 30px;
        height: 30px;

    }

    .my-account-order-products__item--actions {
        flex-direction: column;
    }

    .footer-menu {
        margin-top: 10px
    }

    .footer-top .title-column {
        margin-bottom: 10px;
    }

    .site-footer .contact-info .contact-info__label svg,
    .page-contacts .contact-info .contact-info__label svg {
        height: 20px;
        width: 20px;
    }


}
