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

@media (min-width: 640px) {
    .uk-child-width-1-2-small > * {
        width: 50%;
    }
}


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

@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;
    }
    .header-bottom-options .compare{
        margin-right: 0!important;
    }
}
@media (max-width: 1100px) {
    .header-bottom-options {
        display: none;
    }
}

@media (max-width: 960px) {


    .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;
    }

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

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

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

        margin-bottom: 25px;
    }


}


@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 {
        font-size: 30px;
    }

    .section-slider-prod-cat .section-title,
    .single-product-recently-viewed .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;
    }


    .woocommerce-MyAccount-navigation .icon-edit-account path,
    .woocommerce-MyAccount-navigation .icon-orders path,
    .woocommerce-MyAccount-navigation .icon-customer-logout path {
        stroke: #fff;
    }

    .woocommerce-MyAccount-navigation .icon-payment-methods svg {
        fill: #fff;
    }

    .woocommerce-MyAccount-navigation .is-active path {
        stroke: var(--main-blue);
    }

    .woocommerce-MyAccount-navigation .is-active .icon-payment-methods svg {
        fill: var(--main-blue);
    }

    .woocommerce-account .woocommerce-MyAccount-navigation ul {
        margin-bottom: 0;
    }

    .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 {
        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 {
        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);
    }

}


@media (max-width: 680px) {

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

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

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

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


@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 {
        font-size: 15px !important;
    }

    .product-loop .price del {
        font-size: 13px;
    }


}


@media (max-width: 400px) {
    .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: 26px;
    }

    .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;
    }


}
