.hide {
    display: none!important;
}

.note-cloned {
    display: none;
}

.icon_wishlist {

}

@media screen and (max-width: 1024px) {

    .woocommerce .product__stock-status {
        font-size: 14px;
        position: absolute;
        top: 17px;
        left: 20px;
    }

    body {
        padding-top: 80px;
    }

    .top-adaptive {
        display: block;
        position: fixed;
        top: 0px;
        background: white;
        padding: 10px 0;
        z-index: 9991;
        width: 100%;
        -webkit-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
        -moz-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
        box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
    }

    .wrap_f01d {
        bottom: 55px!important;
    }


    .top-adaptive .logo {
        height: 40px;
        width: 120px;
        overflow: hidden;
        position: relative;
    }

    .top-adaptive .logo img {
        object-fit: contain;
        width: 100%;
        height: 100%;
    }


    .top-adaptive .flex {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .top-adaptive .flex .right,
    .top-adaptive .flex .left {
        display: flex;
    }


    .top-adaptive .flex .right .search {
        padding: 10px 12px 8px 12px;
        margin: 0 10px 0 0;
        border: solid 1px #ccc;
        border-radius: 5px;
    }

    .top-adaptive .flex .right .butter-menu {
        display: flex;
        /* width: 40px; */
        /* height: 40px; */
        background: white;
        border-radius: 5px;
        padding: 10px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        min-width: 44px;
        border: solid 2px #8FC056;
        cursor: pointer;
    }

    .top-adaptive .flex .right .butter-menu span {
        width: 100%;
        height: 2px;
        background: #e74a41;
        display: block;
        margin: 2px 0
    }


    .top-adaptive .flex .right .active-butter {

    }

    .top-adaptive .flex .right .active-butter span:first-child {
        -webkit-transform: translateY(6px) rotate(45deg);
        -ms-transform: translateY(6px) rotate(45deg);
        transform: translateY(6px) rotate(45deg);
    }

    .top-adaptive .flex .right .active-butter span:nth-child(2) {
        visibility: hidden;
    }

    .top-adaptive .flex .right .active-butter span:nth-child(3) {
        -webkit-transform: translateY(-6px) rotate(-45deg);
        -ms-transform: translateY(-6px) rotate(-45deg);
        transform: translateY(-6px) rotate(-45deg);
    }


    .top-adaptive .flex .right .catalog-button {
        background: #e74a41;
        border-radius: 5px;
        padding: 5px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        min-width: 44px;
        text-align: center;
        margin-right: 10px;
        display: flex;
        cursor: pointer;
    }


    .mobile-menu, .mobile-catalog, .mobile-search-block {
        display: none;
        position: fixed;
        z-index: 999;
        left: 0px;
        right: 0px;
        background: #fffffff2;
        top: 0px;
        bottom: 0px;
        padding: 80px 20px;
        height: 100vh;
        overflow-y: auto;
    }

    .catalog-ul {
        display: block;
        padding: 15px;
        margin: 10px auto;
    }

    .catalog-ul li {
        list-style: none;
        display: flex;
        /* border: solid 1px #e74a4142; */
        border-radius: 10px;
        margin-bottom: 5px;
        /* padding: 10px; */
        align-items: center;
        justify-content: flex-start;
        background: #e74a41;
        position: relative;
        z-index: 1;
    }


    .catalog-ul li .caret {
        display: block;
        padding: 20px;
        height: 100%;
    }

    .catalog-ul li .caret:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 8px 0 8px;
        border-color: #ffffff transparent transparent transparent;

    }

    .catalog-ul li .active-caret {
        transform: rotate(180deg);
    }


    .catalog-ul .sub-items-cats {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        background: #f0f0f0;
        color: black;
        border-radius: 0 0 10px 10px;
        margin-top: -15px;
        padding: 20px 0;
        position: relative;
        z-index: 0;
        margin-bottom: 20px;
        text-align: center;
        border: solid 1px #e74a4157;
    }

    .catalog-ul .sub-items-cats div {
        display: block;
        width: 100%;
    }

    .catalog-ul .sub-items-cats div a {
        font-size: 16px;
        display: block;
        padding: 10px;
        width: 100%;
        color: black;
    }

    .catalog-ul li a {
        font-size: 30px;
        color: white;
        font-weight: 700;
    }

    .catalog-ul li .icon {
        display: block;
        width: 75px;
        height: 75px;
        overflow: hidden;
        margin-right: 15px;
    }

    .catalog-ul li .icon img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        border-radius: 10px 0 0 10px;
    }


    .header__row {
        display: flex;
        column-gap: 5px;
        justify-content: space-between;
        flex-direction: column;
        text-align: center;
    }

    .header__search {
        flex-basis: unset;
    }

    .header__row ul {
        padding: 0px;
        margin: 0px;
    }


    .header__row ul li {
        list-style: none;
    }

    .header__row .search-form__text,
    .header__row .header__heading
    {
        display: none;
    }


    .callback-link {
        font-size: 20px;
        line-height: 17px;
        font-weight: 600;
        margin: 20px 0;
        color: #E74A41;
        display: block;
        text-decoration: none;
        text-transform: uppercase;
    }

    .js-mob-header-row {
        background: #f0f0f0;
        border-radius: 20px;
        padding: 15px;
    }

    .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
        background: transparent;
    }


    .mobile-menu .header__top-nav ul,
    .mobile-menu .general-nav__list
    {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        padding: 20px;
        margin: 20px 0;
        background: #e74a41;
        border-radius: 20px;
    }

    .mobile-menu .general-nav__list {
        background: #8FC056;
    }

    .mobile-menu .header__top-nav ul li,
    .mobile-menu .general-nav__list li
    {
        padding: 0px;
        margin: 0px;
    }

    .mobile-menu .header__top-nav ul li a,
    .mobile-menu .general-nav__list li a
    {
        text-transform: uppercase;
        font-size: 20px;
        color: white;
        padding: 15px;
        display: block;
    }





    .container {
        width: 100%;
    }


    .header,
    .general-nav {
        display: none;
    }

    .products__row {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        flex-direction: column;
    }


    .footer__row {
        display: flex;
        column-gap: 40px;
        flex-direction: column;
        justify-content: center;
        padding: 0 40px;
    }

    .callback__form p {
        display: flex;
        column-gap: 20px;
        text-align: left;
        margin: 0;
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .callback__form form {
        display: flex;
        flex-direction: column;
        row-gap: 20px;
        padding: 0 55px;
    }

    .catalog-categories__row {
        display: flex;
        column-gap: 20px;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .footer__menu {
        flex: 1;
        color: #8F96A2;
        font-size: 14px;
        line-height: 17px;
        min-width: 200px;
        margin-bottom: 40px;
    }

    .footer__list_address {
        flex-basis: 100%;
        padding-bottom: 20px;
        text-align: center;
    }

    .footer__logo {
        margin: 20px 0 0 0;
    }

    .footer__list:before {
        display: none;
    }

    .footer__copy {
        padding: 20px 0 50px 0;
        font-size: 14px;
        text-align: center;
        line-height: 17px;
        color: rgba(255, 255, 255, 0.8);
    }

    .woocommerce div.product {
        background: #ffffff;
        padding: 0px;
        display: flex;
        column-gap: 20px;
        flex-direction: column;
    }

    .woocommerce div.product__info {
        width: auto;
        padding-top: 80px;
    }

    .woocommerce div.product__header {
        margin-bottom: 0!important;
        position: absolute;
        top: 40px;
        left: 20px;
        right: 20px;
    }

    .single-product-main-image {
        display: block;
        text-align: center;
    }

    .thumbs-list-wrapper {
        padding: 30px;
    }

    .product-notice {
        margin-bottom: 35px;
        display: none;
    }

    .note-cloned {
        display: block;
    }

    .woocommerce div.product__content {
        flex-basis: unset;
        padding: 30px;
    }

    .footer__list {
        flex-basis: unset;
        padding-left: 0px;
    }

    .footer__list ul {
        padding: 10px 0;
    }

    .woocommerce .product-attributes {
        min-height: unset;
    }

    .home-categories__row {
        display: flex;
        flex-wrap: wrap;
        gap: 2px 1px;
        justify-content: space-between;
        flex-direction: column;
    }

    .home-categories__card {
        flex-basis: unset;
    }

    .home-advantages__card {
        flex-basis: calc(25% - 15px);
        background: #ffffff;
        border: 2px solid rgba(231, 74, 65, 0.2);
        border-radius: 20px;
        padding: 20px;
        text-align: center;
        min-width: 190px;
    }

    .home-categories__title {
        font-size: 20px;
    }

    .home-slider__image {
        /*width: 75px;*/
        /*height: 75px;*/
    }

    .content-heading, .home__products .products__heading {
        margin: 0;
        font-size: 30px;
        line-height: 44px;
        color: #111111;
        font-weight: 700;
        text-align: center;
    }

    .woocommerce .product-type-simple form.cart {
        display: flex;
        align-items: center;
        column-gap: 20px;
        margin-top: 20px;
        flex-direction: column;
    }
    .woocommerce div.product form.cart div.quantity {
        float: none;
        display: inline-block;
        border: 1px solid #8F96A2;
        border-radius: 30px;
        text-align: center;
        padding: 6px 45px;
        position: relative;
        width: 100%;
        margin-bottom: 15px;
    }

    .woocommerce div.product form.cart .button {
        float: none;
        display: inline-flex;
        align-items: center;
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
        column-gap: 10px;
        text-align: center;
        width: 100%;
        justify-content: center;
    }

    .callback__heading {
        font-size: 22px;
        line-height: 38px;
        font-weight: 600;
        color: #111111;
        margin: 0;
    }

    .catalog__row {
        display: flex;
        flex-direction: column-reverse;
        column-gap: 20px;
        margin-top: 20px;
    }

    .catalog-sidebar {
        width: unset;
    }

    .dgwt-wcas-enable-mobile-form {
        position: unset;
        display: block;
    }

    /*.woocommerce {*/
    /*    margin-top: 100px;  */
    /*}*/


}


@media screen and (max-width: 768px) {

     .fixed-arrows {
        position: fixed;
        z-index: 99999;
        margin: auto;
        left: 10px;
        right: 10px;
    }

    ._orientationRight_ff30 .button_df6f {
        margin-right: 20px;
        margin-bottom: 80px!important;
    }
    .woocommerce div.product__buttons {
        display: flex;
        column-gap: 10px;
        flex-grow: 1;
        justify-content: flex-end;
        margin-top: -20px;
    }

    .single-product-main-image a {
        position: relative;
    }

    .single-product-main-image a img{
        position: relative;
    }


    .woocommerce .woocommerce-product-details__short-description {
        display: none;
    }

    .product-custom-thumbs-list li {
        width: 100%;
        max-width: 100px;
        height: 100px;
        list-style: none;
        margin: 3px;
        width: 20px;
        height: 6px;
        background: #a6a6a6;
    }

    .product-custom-thumbs-list li.active {
        background: black;
    }

    .product-custom-thumbs-list li a {
        width: 100%;
        height: 10px;
        display: block;
    }

    .product-custom-thumbs-list li img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        display:none;
    }

    .product-custom-thumbs-list li:hover {
        background: balack;
    }


    .catalog-sidebar__categories {
        width: 100%;
        display: none;
    }

    .catalog-order__count span{
        display: none;
    }

    .callback__heading {
        font-size: 18px;
        line-height: 38px;
        font-weight: 600;
        color: #111111;
        margin: 0;
    }

    .footer__row {
        display: flex;
        column-gap: unset;
        flex-direction: column;
    }


    .home-advantages__row {
        margin-top: 30px;
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }

    .menu-item-callback, .ordinary-menu {
        display: none;
    }

    .footer__menu {
        text-align: center;
    }

    .home-categories__title {
        font-size: 16px;
    }

    .catalog-ul li a {
        font-size: 16px;
        display: block;
        padding: 10px;
        width: calc(100% - 150px);
    }


    .bottom_fixed_menu ul.user-menu-list {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0px;
        margin: 0px auto;
        flex-direction: row;
    }


    .bottom_fixed_menu_row {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .bottom_fixed_menu ul.user-menu-list li:not(:last-child) {
        margin-right: 0px;
    }

    .woocommerce .woocommerce-breadcrumb {
        font-size: 10px!important;
    }


    .catalog-order__count {
        column-gap: 10px;
    }


}

@media screen and (max-width: 575px) {
    .home-slider__brands {
        display:none;
    }
    .woocommerce .woocommerce-variation-add-to-cart {
        margin-top: 16px;
        display: flex;
        align-items: center;
        column-gap: 20px;
        flex-direction: column!important;
    }

    .comparison-page .tools {
        flex-direction: column;
        border: 1px solid #F1F1F1;
        padding: 10px 5px;
    }

    .comparison-page .tools .buttons {
        display: flex;
        flex-direction: row;
        width: 100%;
    }

    .comparison-page .tools .buttons .btn {
        display: block;
        background: #dbdbdb;
        color: #020202;
        border-radius: 30px;
        padding: 5px 15px;
        margin-right: 10px;
        cursor: pointer;
        margin-bottom: 10px;
        width: 100%;
        text-align: center;
        font-size: 12px;
    }

    .comparison-page .nav-comparison {
        display: flex;
        justify-content: center;
        gap: 20px;
        margin-top: 20px;
    }


    .fixed-comparison-header {
        /* top: 50px; */
        max-width: 1360px;
    }
}