#rec1048774521 .t706__carticon {
    display: none;
}

.basket-icon {
    cursor: pointer;
}

.basket-count-icon,
.dropdown-block-content {
    display: none !important;
}

.basket-count-icon.active,
.dropdown-block-content.active {
    display: block !important;
}

.dropdown-block {
    cursor: pointer;
}

.not-init,
.custom-html,
.product.hidden {
    display: none !important;
}

.product-img a.tn-atom{
    background-repeat: no-repeat;
    background-size: cover;
}

.product-title .tn-atom {
    display: block;
    max-height: 64px;
    overflow: hidden;
}

.product-label,
.product-label .tn-atom {
    height: 32px !important;
}

.product-label .label {
    font: 14px/20px 'Montserrat', Arial, sans-serif;
    font-weight: 500;
    padding: 6px 8px;
    border: 1px solid black;
    width: fit-content;
}

.product-label .label.easy {
    color: #866FCC;
    border-color: #866FCC;
}

.product-label .label.medium {
    color: #BC8915;
    border-color: #BC8915;
}

.product-label .label.hard {
    color: #5A2E4D;
    border-color: #5A2E4D;
}

 .mobile-menu-item {
    border-bottom: 1px solid #A3A3A33D;
}

#rec1061758751 {
    display: none !important;
}

#rec1061758751.show {
    display: block !important;
}

.sidebar-body {
    left: -250px;
}

.sidebar-button {
    cursor: pointer;
}

#rec1082317536 .t450__close_icon {
    display: none;
}

#rec1082317536 .t450__container {
    padding: 0px;
}

#rec1082317536 .t450__list_item a {
    margin: 0px;
    padding: 12px 16px;
    border-bottom: 1px solid #A3A3A33D;
    width: 100%;
    box-sizing: border-box;
}

#rec1082317536 .t-menusub__link-item  {
    padding: 12px 16px;
    border-bottom: 1px solid #A3A3A33D;
    margin: 0px;
    box-sizing: border-box;
}

#rec1082317536 .t-menusub__content {
    padding: unset;
    margin: 0px;
    width: 100%;
}

#rec1082317536 .t-menusub__content .t-menusub__list-item {
    margin: 0px;
}

#rec1082317536 .t450__logowrapper {
    display: flex;
    justify-content: center;
    margin-top: 16px;
}

#rec1082317536 .t450__logowrapper .t450__logoimg {
    flex: 0 0 145px;
    width: 100%;
    height: auto;
    display: block;
    max-width: unset;
}

#rec1082317536 .t450__right_descr {
    color: #242424;
    padding: 16px 25px;
}

@media only screen and (max-width: 980px) {
    .hide-on-mobile {
        display: none;
    }
}

/**/

.product-variants .t-product__option-item {
    display: flex;
    gap: 15px;
    align-items: center;
}
.product-variants .t-product__option-item .t-product__option-input {
    transform: scale(1.5);
    margin: 0px;
}
.product-variants .t-product__option-item .t-product__option-checkmark {
    display: none;
}

.product-variants .t-product__option-item .t-product__option-title {
    font-size: 22px;
    font-family: 'Montserrat', Arial, sans-serif;
}
.main-image {
    width: 519px;
    height: 519px;
    margin-bottom: 19px;
    overflow: hidden;
}

.thumbnails {
    width: 519px;
    height: 167px;
    overflow: hidden;
}

.product-title .tn-atom {
    max-height: unset !important;
    overflow: hidden !important;
}

.product-description {
    font: 22px/32px 'Montserrat', Arial, sans-serif;
    color: #242424;
}

.main-image img,
.thumbnails .product-image img {
    width: 100%;
    height: auto;
}

.main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 519px;
    max-width: 519px;
}

.thumbnails .product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 167px;
    max-width: 167px;
}

.thumbnails .slick-track {
    margin-left: unset;
}

.slick-slide {
    margin: 0 4px;
}

/* the parent */
.slick-list {
    margin: 0 -4px;
}
  
.change-quantity {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    border: 1px solid black;
}

.change-quantity input {
    text-align: center;
    flex: 0 0 calc(160px - 64px);
    padding: 0px;
    font: 22px/32px 'TildaSans',Arial,sans-serif;
    border: unset;
    width: 100%;
    outline: unset;
}
.change-quantity button {
    outline: unset;
    cursor: pointer;
    border: unset;
    height: 64px;
    width: 32px;
    flex: 0 0 32px;
    font: 22px/32px 'TildaSans',Arial,sans-serif;
    padding: 0px;
    background-color: unset;
}

@media only screen and (max-width: 1440px) {
    .product-variants .t-product__option-item .t-product__option-input {
        transform: scale(1.2);
    }
    .product-variants .t-product__option-item .t-product__option-title {
        font-size: 18px;
    }

    .main-image {
        width: 370px;
        height: 370px;
        margin-bottom: 12px;
    }
    
    .thumbnails {
        width: 370px;
        height: 120px;
        overflow: hidden;
    }
    
    .main-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        max-height: 370px;
        max-width: 370px;
    }
    
    .thumbnails .product-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        max-height: 120px;
        max-width: 120px;
    }
    
    .product-description {
        font: 18px/22px 'Montserrat', Arial, sans-serif;
    }
}
  
@media only screen and (max-width: 980px) {
    .product-variants .t-product__option-item .t-product__option-input {
        transform: scale(1);
    }
    .product-variants .t-product__option-item .t-product__option-title {
        font-size: 16px;
    }
        
    .main-image {
        width: 343px;
        height: 343px;
        margin-bottom: 8px;
    }
    .thumbnails {
        width: 343px;
        height: 108px;
        overflow: hidden;
    }
    
    .change-quantity {
        width: 127px;
    }
    
    .change-quantity input {
        text-align: center;
        flex: 0 0 calc(127px - 64px);
    }
    .change-quantity button {
        height: 44px;
    }
    
    .quantity-change-container {
        height: 44px !important;
    }
        
    .main-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        max-height: 343px;
        max-width: 343px;
    }
        
    .thumbnails .product-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        max-height: 108px;
        max-width: 108px;
    }
    
        .product-description {
        font: 16px/20px 'Montserrat', Arial, sans-serif;
    }
}

#rec1047619086 .t-store__pagination, #rec1047619086 .t-store__grid-cont {
                display: none !important;
            }

            #allrecords .category-list ul, #allrecords .service-list ul {
                padding: 0px;
                padding-bottom: 48px;
            }

            #allrecords .category-list ul li, #allrecords .service-list ul li {
                list-style: none;
                padding-bottom: 24px;
                font-size: 22px;
                font-family: 'Montserrat', Arial, sans-serif;
                line-height: 1.36;
            }

            #allrecords .category-list ul li a, #allrecords .service-list ul li a {
                color: #000000;
            }

            #allrecords .catalog-filter-title {
                font-size: 28px;
                line-height: 36px;
                padding-bottom: 32px;
                font-family: 'Montserrat', Arial, sans-serif;
                font-weight: 500;
            }

            .catalog-pagination-end, .catalog-pagination-start, .catalog-pagination-prev, .catalog-pagination-next, .catalog-pagination {
                cursor: pointer;
            }

            .catalog-pagination.active {
                cursor: unset;
            }

            .catalog-pagination.active .tn-atom {
                opacity: 1 !important;
                border-color: #de718c !important;
                border: 1px;
            }

            .hide-catalog {
                display: none !important;
            }

            .catalog-pagination-prev:hover .tn-molecule, .catalog-pagination-next:hover .tn-molecule, .catalog-pagination:hover .tn-atom {
                opacity: 1 !important;
            }

            .catalog-pagination-prev:hover .tn-molecule, .catalog-pagination-next:hover .tn-molecule {
                background-color: rgba(222, 113, 140, 0.05);
            }

            .product-title .tn-atom {
                max-height: 72px;
                overflow: hidden !important;
                display: block;
            }

            @media only screen and (max-width: 1440px) {
                #allrecords .catalog-filter-title {
                    font-size: 20px;
                    line-height: 26px;
                    padding-bottom: 32px;
                    font-family: 'Montserrat', Arial, sans-serif;
                    font-weight: 500;
                }

                #allrecords .category-list ul, #allrecords .service-list ul {
                    padding: 0px;
                    padding-bottom: 24px;
                }

                #allrecords .category-list ul li, #allrecords .service-list ul li {
                    list-style: none;
                    padding-bottom: 16px;
                    font-size: 16px;
                    font-family: 'Montserrat', Arial, sans-serif;
                    line-height: 1.36;
                }

                #allrecords .category-list ul, #allrecords .service-list ul {
                    padding: 0px;
                    padding-bottom: 24px;
                }
            }

            @media only screen and (max-width: 980px) {
                #allrecords .catalog-filter-block {
                    display: none;
                }
            }