/*Проба*/
/*Одинаковый размер картинки вне зависимости от формата(большая)*/
.product-card-top .mediaWrapper {
    height: 100%;
    padding-bottom: 30px;
}

.product-card-top .mediaWrapper img {
    /*width: 100%;*/
    /*height: 100%;*/
    object-fit: cover; /* Изображение растягивается, сохраняя пропорции */
}

.product-card_description {
    width: 66%;
}

.products-list .product-card {
    padding: 0;
}

.product-card .product-card-middle {
    padding: 0.736vw 0.736vw 0;
}
.product-card .product-card-bottoms {
    padding: 0.736vw 0.736vw 0;
}

.product-card-mini__badge-discount {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: auto;
}


/*Размер значка корзина в слайдере*/
button.product-card__buy.btn-add-to-cart {
   display: flex;
   align-items: center;
   justify-content: center;
}
button.product-card__buy.btn-add-to-cart > svg {
    width: 1vw;
    height: 1vw;
}

/*//////////*/


ul br {
    display: none;
}
.description_block ul li {
    list-style-type: none;
    margin: 5px 0 5px 10px;
    margin-bottom: 5px;
    padding-left: 25px;
    background-image: url("../media/checked.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 15px;
}
.description_block ul {
    margin: 10px 0;
}

.wrapper {
    width: 100%;
    margin: 0;
    padding: 0;

}
body {
    overflow-x: unset;
}
.sectionWrap {
    width: 100%;
    max-width: 1200px;
    margin: 0px auto 0 auto;

}
#app{
    min-width: 320px;
}
.searchWrap {
    padding:0 12px;
    max-width: 1200px;
    margin: 0px auto 0 auto;
}
.sectionWrap {
    padding: 0 15px;
}
.hidding_overlay {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    background-color: #FFFFFF;
    opacity: 0.9;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
}
.logoWrap .navbar {
    margin-bottom: 0!important;
    padding: 0!important;
}

.sectionWrap ul {
    list-style-type: none;
    padding-left: 0;
}
.serviceWrap {
    gap:20px
}
.sectionWrap.headerSearch
{
    width: 100%;
    max-width: 100%;
    position: sticky;
    top: 0;
    padding: 12px 0;
}
.connectWrap {
    position: relative;
}
.popupContact {
    position: absolute;
    box-shadow: 0 -3px 18px 0 rgba(0, 0, 0, 0.15);
    top: -22px;
    border-radius: 16px;
    padding: 15px;
    width: 290px;
    z-index: 1000;
    display: none;
}



.popwrap>div {
    width: 100%;
}
.popupContact .subtitle {
    margin-bottom: 20px;
    margin-top: 20px;
}
.socialBlock {
    gap: 20px;
    margin-bottom: 10px;
}
.catalogMenu {
    padding: 10px 15px;
    border-radius: 4px;
}
.burger {
    width: 24px;
    height: 24px;
    padding: 2px;
}
.burger .burger_hor {
    height: 2px;
    width: 100%;

}
.burger.hor {
    gap:3px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}
.DeliveryCity {
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.burger .burger_degl {
    height: 2px;
    width: 100%;
    rotate: 45deg;
    position: relative;
    display: block;
    top:1px;
}
.burger .burger_degr {
    height: 2px;
    width: 100%;
    rotate: -45deg;
    position: relative;
    display: block;
    top:0;
}
.burger.Active {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.catalog_button {
    gap:10px;
    cursor: pointer;
}
.header-search-wrap-parent {
    max-width: 504px!important;
    width: auto;
    height: 44px;
}

.connectPhone img {
    bottom: 6px;
    position: relative;
    left: 5px;
}
.connectPhone {
    cursor: pointer
}
.infoWrap {
    width: 100px;
}
.infoWrap .icon-wrap .count, .footer_mobile_item .count {
    position: absolute;
    top: -9px;
    right: -8px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px #FFFFFF solid;

}
.header_wrap_mob {
    display: none;
    width: 100vw;
    max-width: 100%;
    position: fixed;
    top: 0;
    z-index: 190;

}
.icon-wrap {
    position: relative;
}
.sectionWrapBurger {
    with:100%;
    border-radius: 0 0 40px 40px;
}
.submenuWrap {
    width: calc(1174px - 280px + ((100vw - 1174px) / 2));
    border-radius: 0 0 40px 0;

}
.mainCatalogMenu {
    width: calc(280px + ((100vw - 1174px) / 2));
    min-height: calc(100vh - 180px);
    padding-left: calc((100vw - 1174px) / 2);
    border-radius: 0 0 0 40px;
}

.mainMenu {
}
.mainMenu li {
    height: 47px;
    margin: 5px 0;
    position: relative;

}
.mainMenu li:hover, .mainMenu li.active {
    background-color: #FFFFFF;
    border-right: 5px #499777 solid;
}
.mainMenu li.active:before {
    content: "";
    width: 50vw;
    height: 100%;
    background: #ffffff;
    position: absolute;
    top: 0;
    right: 100%;
}

.burgerCatalogMenu {
    height: auto;
    position: sticky;
    border-radius: 0 0 40px 40px;
    z-index: 200;
    max-height: calc(100% - 140px);
    top: 68px;

}
.burgerCatalogMenu .sectionWrap {
    margin-top: 0;
}
.fixed {
    position: fixed;
}
.sectionWrap.header {
    z-index: 202;
}
.sectionWrap.headerSearch {
    z-index: 190;
}
.burgerOverlay {
    opacity: 0.5!important;
    visibility: visible!important;
}
.mainCatalogMenu {
    padding-top: 30px;
    padding-bottom: 30px;
}
.submenuWrap {
    padding: 30px;
    background-color: #ffffff;
    height: calc(100vh - 180px);
    overflow-y: auto;
}
.submenuWrap .subMenu {
    display: none;
}
.submenuWrap .subMenu li {
    height: 37px;
    min-width: 200px;
}
.home-feature.features {
    width:100%
}
.features .feature-list .slick-track {
    display: flex;
    flex-direction: row;
}

.features .feature-list {
    width: 100%;
}
.slick-arrow {
    width: 36px!important;
    height: 36px!important;
    background-color: #FFFFFF!important;
    border-radius: 4px!important;
    box-shadow: 0px -1px 3px 0 #c0c0c0;
    background-position: center center;
    background-repeat: no-repeat;
}
.slick-arrow:after, .slick-arrow:before {
    display: none;
}
.slick-prev {
    background-image: url("../media/arrow-left.svg")!important;
    background-position: center center!important;
    background-repeat: no-repeat!important;
}
.slick-next {
    background-image: url("../media/arrow-right.svg")!important;
    background-position: center center!important;
    background-repeat: no-repeat!important;
}
.features .feature-list .slick-prev {
    left: 0px
}
.features .feature-list .slick-next {
    right: 0px;
}
.vertical-products .sale_block {
    width: calc(100% - 100px);
}
.sectionWrap .home-section-inner{
    width: 100%;
    gap: 30px;
    margin-left: 0!important;
}
.sectionWrap .home-section-inner .vertical-products {
    width: 380px
}
.sectionWrap .home-section-inner .home-slider-wrap {
    width: 770px;
    padding: 0;
    height: 520px;
}

.home-slider .slide-content.align-left {
    align-items: end;
}
.sectionWrap .home-slider .slide {
    position: relative;
    height: 520px;
    overflow: hidden;
    border-radius: 8px;
    width: 770px!important;
}

.ltr .sectionWrap .home-slider .slide-content.align-left .captions {
    margin-bottom:20px;
    margin-left: 20px;
    padding: 20px;
    border-radius: 16px;
    width: 440px;
    background-color: rgba(255, 255, 255, 0.8)
}
.product-card {
    gap:20px;
    position: relative;
}
.sale-products-slider .product-card {
    padding: 0;
    margin: 0 0 5px 0;
    flex-direction: row!important;
    height: 210px!important;
    width: 380px!important;
    background-color: #ffffff;
}
.sale-products-slider .product-card button {
    position: absolute;
    background-color: transparent;
    border: 0;
}
.sale-products-slider .product-card button.product-card__favorite {
    top:10px;
    left:10px;
}
.sale-products-slider .product-card button.product-card__buy {
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    background-color: #D9EAE2;
    left: unset!important;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
}
.sale-products-slider .product-card_imageWrap {
    width: 44%;
    height: 100%;
    aspect-ratio: 180/180;
}
.sale-products-slider  .product-card_imageWrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 180/180;
}

.sale_block {
    position: relative;
    font-size: 26px;
    line-height: 26px;
    color: #000;
    font-weight: 500;
    gap: 10px;
    margin-bottom: 20px;
    margin-left: 10px;

}
.sale_day_tooltip {
    position: relative;
    display:inline-block;
}
.sale_day_tooltip .tooltip_text {
    visibility: hidden;
    width: 240px;
    background-color: #fff;
    color: #000;
    text-align: center;
    border-radius: 6px;
    padding: 8px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    margin-left: -109px;
    font-size: 12px;
    line-height: 16px;
    box-shadow: 0px -1px 4px 0px #c0c0c0;

}

.sale_day_tooltip .tooltip_text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.sale_day_tooltip:hover .tooltip_text {
    visibility: visible;
}
.ltr .vertical-products .sale-products-slider .slick-prev {
    left: auto;
    right: 40px;
    top:-55px
}
.ltr .vertical-products .sale-products-slider .slick-next {
    left: auto;
    right: 0;
    top:-55px
}
.sale-products-slider  .product-card__name {
    height: 60px;
}
.sale-products-slider  .product-card_price {
    height: 50px;
    gap: 10px;
    margin-top: 25px;
}
.sale-products-slider  .product-card_price .product-card-mini__old-price {
    text-decoration: line-through;
}
.sale-products-slider  .product-card_price .product-card-mini__badge-discount {
    padding: 3px 12px;
    border-radius: 15px;
}
.product-card__favorite.added svg path {
    fill: #499777;
    fill-rule: nonzero;
}
.product-card__favorite svg path {
    fill-rule: evenodd;
}
.sectionWrap .category-nav-home {
    width: 100%;
}
.sectionWrap.categoryWrap {
    margin: 50px auto 20px auto;
}
.horizontal-catmenu {
    gap: 20px;
    flex-wrap: wrap;
}
.horizontal-catmenu .nav-item {
    padding: 3px 10px;
    background-color: #D9EAE2;
    border-radius: 6px;

}
.horizontal-catmenu .nav-item a{
    color: black;
}
.horizontal-catmenu .nav-item:hover{
    padding: 3px 10px;
    background-color: #234034;
}
.horizontal-catmenu .nav-item:hover a {
    color: #FFFFFF;
}
.category-nav-inner-home {
    margin-bottom: 20px;
}
.burger.Active.flex-column-center-center {
    display: none!important;
}
.products-list {
    flex-wrap: wrap;
}
.products-list .product-card, .grid-view-products .grid-view-products-item {
    width: calc((100% - 60px)/3);
    margin: 10px!important;
}
.page_wishlist .products-list .product-card{
    width: calc((100% - 80px)/4);
    margin: 10px!important;
}
.grid-view-products .grid-view-products-item {
    flex: 0 0 calc((100% - 60px)/3)!important;
    max-width: calc((100% - 60px)/3)!important;
}
.grid-view-products .grid-view-products-item .product-card {
    width: 100%;
}
.home-categories-header .section-title {
    margin-left: 10px;
    margin-right: 40px;
    width: auto!important;
}
.home-categories-header .section-title:after {
    display: none;
}
.home-categories-header {
    margin-bottom: 20px;
    width: 100%;
}
.home-categories-header .view-all {

    position: relative;
    display: block;
}
.bottom.buttons {
    width: 100%;
    margin-top:20px;
    margin-bottom: 20px;
}
.view-all-buttom,.page_wishlist .view-all {
    padding: 10px 15px;
    border: 1px #499777 solid;
    border-radius: 4px;
}
.page_wishlist .view-all {
    max-width: 150px;
    margin: 10px auto;
}
.home-categories-wrap .container {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
}
.home-category-wrap,.products-list {
    width: 100%;
}
.btn-wishlist-new, .btn-wishlist-new-list {
    border: 0;
    background-color: #fff;
    border: 0;
    padding: 0;
    border-radius: 50%;
    border: 0;
    width: 30px !important;
    height: 30px !important;
    box-shadow: 0 0 2px -1px;
    aspect-ratio: 30/30;
}
.products-list .btn-wishlist-new, .products-list .btn-wishlist-new-list {
    margin: 15px 15px 0 0;
    padding:0;
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
}
.btn-wishlist-new svg, .btn-wishlist-new-list svg {
    width: 22px !important;
    height: 21px !important;
    display: block;
    left: 4px;
    position: relative;
    top: 2px;

}
.btn-wishlist-new-list {
    padding: 20px 20px 0;
}
.product-card .image-slider,.product-card .product-image, .product-card .image-slider img {
    /*width: 100%;*/
    aspect-ratio: 100/100;
    transition: .1s ease-in-out;
}
.image-slider img {
    left: 0;
}
.product-card .product-image {
    padding-bottom: 0!important;
}
.product-card .image-slider {
    padding-bottom: 0;
}
.product-card  .product-prices {
    width: 100% ;
}
.product-card:hover .btn-add-to-cart,.product-card .btn-add-to-cart {
    visibility: visible!important;
    opacity: 1!important;
}
.product-card .product-card-bottoms .btn-add-to-cart {
    margin: 10px 0 0 0;
    background-color: #D9EAE2;
    border-radius: 6px;
    color: #333333;
    padding: 20px 0;
    font-size: 15px;
    line-height: 16px;
    position: relative;
    transform: scale(1)!important;
}
.product-card:hover .product-name {
    transform: none!important;
    height: 60px;
}
.product-card .product-name {
    transform: none !important;
    height: 60px;
}
.product-card:hover .product-card-middle .product-rating,.product-card .product-card-middle .product-rating{
    visibility: hidden!important;
    opacity: 0!important;
    display: none!important;
}

.product-card .product-card-bottoms .btn-add-to-cart svg {
    margin-right: 5px;
    width: 20px;
    height: 22px;
}
.product-card .product-card-bottoms .btn-add-to-cart.addingToCart,.product-card .product-card-bottoms .btn-add-to-cart:hover,
.product-card .product-card-bottoms .btn-add-to-cart:focus, .product-card .product-card-bottoms .btn-add-to-cart:focus:active,
.product-card .product-card-bottoms .btn-add-to-cart.inCart {
    margin: 10px 0 0 0;
    background-color: #234034;
    border-radius: 6px;
    color: white;
    padding: 20px 0;
    font-size: 15px;
    line-height: 16px;
    transform: scale(1)!important;
}
.product-card .product-card-bottoms .btn-add-to-cart.addingToCart svg>path,.product-card .product-card-bottoms .btn-add-to-cart:hover svg>path,
.product-card .product-card-bottoms .btn-add-to-cart:focus  svg>path, .product-card .product-card-bottoms .btn-add-to-cart:focus:active svg>path,
.product-card .product-card-bottoms .btn-add-to-cart.inCart svg>path {
    fill: #FFFFFF;
    stroke-width: 0;
}
.filter-section .filterTitle {
    background-image: url("../media/arrow_down_black.png");
    background-repeat: no-repeat;
    background-position: right center;
}
.filter-section.active .filterTitle {
    background-image: url("../media/arrow_up_black.png");
    background-repeat: no-repeat;
    background-position: right center;
}
.filter-section .filter-checkbox {
    display: none;
}
.filter-section.active .filter-checkbox {
    display: block;
}
.form-check input[type=checkbox]:checked+label:before {
    background-color: #499777!important;
}
.form-check input[type=checkbox]:checked+label:after {
    border-color: #FFFFFF!important;
}

.product-card .product-card-price {
    display: flex;
    flex-direction: row;
}

.product-card .slick-dots {
    justify-content: center !important;
    margin-bottom: -30px;
    align-items: center !important;
    /* margin: 15px 0; */
    position: absolute;
}
.slick-dots li button:before {
    background-color: #499777!important;
}
.prices_block {
    gap: 10px;
}
.product-card-old-price {
    text-decoration: line-through;
}
.product-card .product-card-mini__badge-discount {
    padding: 3px 5px;
    border-radius: 19px;

}
.product-card-price.font-24-26-normal {
    font-size: 14px!important;
}
.product-card_old-price_block {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.divider {
    width: 8px;
    height: 8px;
    background-image: url("../media/divider.png");
    background-repeat: no-repeat;
    background-position: center center;
}
.stateline  {
    justify-content: space-between;
    gap:8px;

}
.stateitem {
    gap: 3px;
}
.stateBar {
    justify-content: space-between;
    align-items: center;
}
.stateBar .button a{
    padding: 10px 15px;
    border-radius: 4px;
}
.statesReviews {
    gap:24px;
}
.sliderItem {
    justify-content: space-between;
    align-items: start;
    gap: 70px;
    display: flex!important;
    padding: 20px;
    background-color: #FFFFFF;
    border-radius: 16px;
    height: 100%;
}
.mediafooter .caption {
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 0 0 4px 4px;
    bottom:0;
    width: 100%;
    left: 0;
    color: #FFFFFF;
    padding: 8px 0;
}
.mediafooter {
    justify-content: space-between!important;
    align-items: center;
    width: 100%;
}
.page_products .mediafooter.mediaOne {
    justify-content: left!important;
    gap: 15px;
}
.page_products .mediafooter .media1 {
    width: 160px;
}
.mediafooter .media1 {
    width: 48%;
    height: 100%;
    aspect-ratio: 160/160;
    position: relative;
}
.mediafooter .media1 img {
    width: 100%;
    min-width: 149px;
}
.mediafooter.mediaOne {
    justify-content: center!important;
}
.reviewsWrap {
    background-color: #F7F5F7;
    width: 100%;
    padding: 30px 0;
}
.reviewsWrap .reviewsWrapper .nav-link {
    background-color: unset;
    padding: 10px 15px;
}
.reviewsWrap .nav-link.active, .reviewsWrap .nav-link:hover {
    color: #499777!important;
    background-color: transparent!important;
}
.reviewsWrap .nav-link.active:after,.reviewsWrap .nav-link:hover:after {
    display: none
}
.reviewsWrap .nav-link.active:before,.reviewsWrap .nav-link:hover:before {
    height: 3px;
    background-color: #499777;
    width: 100%!important;
}
.reviewsSlider .slick-track {
    gap: 15px;
}
.reviewsProductWrapper .reviewsSlider .slick-track {
    gap: 0;
}
.reviewAddBlock {
    position: relative;
}
.user-review-wrap .empty-message {
    position: relative;
    padding-bottom: 75px!important;
}
.reviewInfo, .reviewMedia {
    width: 100%;
}
.sectionWrap .blog-post {
    overflow: hidden;
}
.blog-post .blog-post-title>a {
    overflow: unset!important;
    white-space: unset!important;
}
.blog-posts-wrap .buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.blog-posts-wrap .buttons a {
    padding: 10px 20px;
    margin: 15px auto;
    border-radius: 4px;
}
.blog-posts-wrap .blog-posts-header {
    border: 0!important;
}
.footer-wrap {
    width: 100%;
}
.footer_logo {
    margin-bottom: 15px;
}
.ltr .contact-info li a {
    margin-left: 0!important;
}
.nice-select{
    z-index: 1000!important;
}
.clearFilterButton {
    width: 100%;
    border-radius: 4px;
    border: 1px #59666E solid;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    cursor: pointer;
}
.sectionWrap .section-title {
    font-size: 24px;
    line-height: 26px;
    color: #000;
    width: 100%;
}
.product-search .section-title::after {
    display: none;
}
.filter-section-header .section-title {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 5px;
}
.filter-section-header .section-title span {
    background-image: url("../media/chevron-down-icon.svg");
    background-position: center center;
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
}
.filter-section-header .section-title.active span {
    background-image: url("../media/chevron-up-icon.svg");
    background-position: center center;
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
}

.filter-section-inner {
    display: none;
}
.filter-section-inner.active {
    display: block;
}
.nice-select.special {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: #fff;
    border-radius: 0;
    border: 0;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    height: auto;
    line-height: 20px;
    outline: none;
    padding-left: 22px!important;
    padding-right: 18px;
    position: relative;
    text-align: left !important;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
    background-image: url("../media/filterselector.svg");
    background-position: left center;
    background-repeat: no-repeat;
    box-shadow: unset!important;
}
.nice-select.form-control.special {
    border: 0!important;
    color: #499777;
    bottom: 0;
}
.ltr .search-result-top .sorting-bar .form-group .special .list:before {
    left: 86px;
}
.search-result-top .sorting-bar .form-group .special .current {
    top: 0;
}
.ltr .search-result-top .sorting-bar .form-group .special .list {
    left: auto;
    right: -36px;
}
.search-result-bottom .view-all {
    border-radius: 4px;
    border: 1px #499777 solid;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    cursor: pointer;
    color: #499777;
}
.search-result-bottom {
    gap:20px;
}
.search-result-bottom .page-item.active {
    background-color: #D9EAE2;
    border-radius: 4px;
}
.search-result-bottom .pagination  .page-item.active .page-link,
.search-result-bottom .pagination  .page-item .page-link,
.search-result-bottom .pagination  .page-item:hover .page-link {
    color: #333333!important;
}
.showPaginate,.showViewAll {
    display:flex!important;
}
.hidePaginate,.hideViewAll {
    display: none!important;
}
.product-search-wrap {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.page_wishlist .product-search-wrap{
    margin-bottom: 40px;
}
.search-result .categoryWrap {
    margin: 30px 0;
}
.search-result .content-left h4 {
    font-size: 30px;
    line-height: 36px;
    color: black!important;
    font-weight: 500;
}
.sectionWrap .blog-posts .slick-list {
    margin: 0 -10px 30px;
    padding: 30px 0 0px;
}
.topProductInfo {
    margin: 20px 0;
    width: 100%;
}
.topProductInfo .product-name {
    font-size: 44px;
    line-height: 50px;
    font-weight: 500;
}
.topProductInfo .product-rating .front-stars {
    color: #499777!important;
}
.topProductInfo  .product-rating {
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    gap: 10px;
}
.topProductInfo  .product-rating .rating_description {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
}

.product-details-top .product-gallery-preview-wrap {
    margin-bottom: 15px;
    border: 0;
    border-radius: 0;
}

.ltr .product-gallery-thumbnail .slick-next {
    right: -50px!important;
    left: auto;
}
.ltr .product-gallery-thumbnail .slick-prev {
    left: -50px!important;
    right: auto;
}
.product-gallery-thumbnail .slick-current .gallery-thumbnail-item {
    border: 1px solid #499777!important;
}
.topInfoProduct {
    width: 100%;
}
.variant-custom-selection .list-inline li {
    flex-grow: 1;
    border: 1px #999999 solid!important;
    border-radius: 4px!important;
    color: #999999!important;
    box-shadow: unset!important;
    height: 36px!important;
    max-width: 30%;

}
.variant-custom-selection .list-inline li.active {
    background-color: #D9EAE2!important;
    border: 1px #D9EAE2 solid!important;
    color: #333333!important;
    box-shadow: unset!important;
}
.variation-title {
    margin-left: 0px;
}
.product-gallery-preview .gallery-preview-item {
    padding-bottom: 100%!important;
}
.variationsList {
    width: 100%;
}
.details-info-top .btn-add-to-cart,.btn-place-order {
     width: 288px;
     height: 47px;
     background-color: #499777!important;
     border-radius: 4px;
     color:#FFFFFF!important;
     display: flex;
     justify-content: center;
     align-items: center;
 }
.details-info-top .btn-add-to-cart.inCart {
    width: 288px;
    height: 47px;
    background-color: #234034!important;
    border-radius: 4px;
    color:#FFFFFF!important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.details-info-top .btn-add-to-cart svg>path {
    fill: #FFFFFF;
    stroke-width: 0;
}

.ltr .product-details-info .details-info-top  .btn-add-to-cart {
    margin-left: 0!important;
}
.ltr .product-details-info .details-info-top   .btn-wishlist {
    width: 47px;
    height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #D9EAE2!important;
    border-radius: 4px;
}
.ltr .product-details-info .details-info-top   .btn-wishlist svg>path {
    stroke-width: 0;
    fill: black;
}
.ltr .product-details-info .details-info-top   .btn-wishlist.added svg>path {
    stroke-width: 0;
    fill: #499777!important;
}
.product-details-info .details-info-top  .details-info-top-actions .btn>svg {
    margin-right: 0!important;
}
.product-details-info .product-variants {
    padding-bottom: 0!important;
    width: 100%;
}
.product-details-info .product-price {
    padding-bottom: 0!important;
    display: flex;
    flex-direction: row;
    align-items: center!important;
    gap:5px;
}
.tabsList {
    width: 100%;
}
.tabsList .tabWrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 13px 0;
    border-top: 1px #E7E9EA solid;
}
.tabsList .tabWrap .tabHeader {
    width: 100%;
    background-image: url("../media/chevron-down-icon.svg");
    background-repeat: no-repeat;
    background-position: right center;
    cursor: pointer;
}
.tabsList .tabWrap .tabHeader.active {
    width: 100%;
    background-image: url("../media/chevron-up-icon.svg");
    background-repeat: no-repeat;
    background-position: right center;
    cursor: pointer;
}
.tabsList .tabWrap .tabContent {
    width: 100%;
    display: none;
}
.tabsList .tabWrap .tabContent.active {
    width: 100%;
    display: flex;
}
.product-gallery-thumbnail {
    width: calc(100% - 100px);
    margin: 0 auto;
}
.topInfoProduct .product-gallery {
    width: 50%;
    min-width: 600px;
}
.topInfoProduct .product-details-info {
    width: 50%!important;
}
.topInfoProduct .product-details-info .details-info-top {
    width: 100%;
}
.user-review-wrap {
    width: inherit!important;
}
.reveiwsSliderProd {
    width: inherit;
    position: relative;
}
.reviewsProdWrap {
    position: relative;
}
.reveiwsSliderProd .reviewsSlider {
    width: inherit;
    overflow: hidden;
    padding-bottom: 60px;
}
.reviewsProductWrapper .tab-content .reviewsSlider .slick-prev {
    left: 5px;
    bottom: 0;
    top: auto;
}
.reviewsProductWrapper .tab-content .reviewsSlider .slick-next {
    left: 50px;
    bottom: 0;
    top: auto;
}
.reviewsProductWrapper .tab-content .slick-list .slick-track {
    width: auto!important;
}
.sliderProductTitle {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 0;
    font-size: 44px;
    line-height: 50px;
    font-weight: 500;

}
.sliderProductBlock {
    margin: 30px 0 20px 0;
}
.addReview {
    width: 288px;
    height: 47px;
    background-color: #499777 !important;
    border-radius: 4px;
    border: 0;
    color: #FFFFFF !important;
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    bottom: 14px;
    margin: 0 calc((100% - 288px) / 2);
}
.addReview.active {
    display: none;
}
.reviewForm {
    display: none;
}
.reviewForm.active {
    display: block;
}
.reviewForm .btn-primary.btn-submit {
    width: 200px;
    height: 47px;
    background-color: #499777 !important;
    border-radius: 4px;
    border: 0;
    color: #FFFFFF !important;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    bottom: 14px;
    right: 0;
}
.header-search-wrap {
    z-index: 20;
    position: relative;
    min-width: 0;
    padding: 0!important;
    margin: 0 auto;
    border-radius: 0;
    background-color: transparent!important;
    transition: .15s ease-in-out;
}
.header-search-wrap .header-search .header-search-lg {
    border: 0!important;
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    background-color: #4E645C!important;
    color: #FFFFFF!important;
}
.header-search-lg .btn-search,.header-search-lg .btn-search:active {
    margin-left: 0!important;
    background-color: transparent!important;
    border:0!important;
    box-shadow: unset!important;
}
.header-search-wrap .header-search  .header-search-lg.header-search-lg-background  {
    background-color: #FFFFFF!important;
}
.header-search .header-search-lg .search-input {
    background-color: #4E645C!important;
    color: #FFFFFF!important;
    padding-left: 0!important;
    height: auto!important;
    width: 100%!important;
}
.header-search .header-search-lg .search-input:focus-visible {
    outline: 0;
    border: 0;
}
.product-suggestion-list {
    display: flex;
    flex-direction: column;
}
.header-search .header-search-lg.header-search-lg-background  .search-input {
    background-color: #FFFFFF!important;
    color: #8E979C!important;
    padding-left: 0!important;
    height: auto!important;
}
.header-search .header-search-lg .btn-search>svg path {
    stroke-width: 0;
}
.search-suggestions {
    border-radius: 16px!important;
}
.filter-section-wrap {
    position: sticky;
    top:95px;
}
body.ltr {
    width: 100%;
}
.account-left .account-sidebar li {
    padding: 6px 10px;
    width: 100%;
}
.account-left .account-sidebar li a {
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    color: black;
}
.account-left .account-sidebar li.active a {
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    color: #499777;
}
.ltr .account-sidebar li a>i,.ltr .account-sidebar li a>svg {
    margin: 5px 12px 0 0;
}
.ltr .account-sidebar li a>i,.ltr .account-sidebar li a>svg {
    margin: 0!important;
    width: 20px;
}
.panel .panel-header {
    display: flex;
    padding: 15px 0px!important;
    background: none!important;
    align-items: left!important;
    justify-content: space-between;
    border: 0!important;
    border-radius: 0!important;
    font-size: 30px;
    line-height: 36px;
    font-weight: 500;
}
.panel .panel-body {
    border: 0!important;
    border-top: none;
    border-radius: 0!important;
}
.my-profile {
    padding: 30px 0px!important;
    max-width: 400px;
}
.my-profile .row {
    display: flex!important;
    flex-direction: column!important;
    margin: 0!important;
    padding: 0!important;
}
.my-profile .row>div {
    width: 100%!important;
    max-width: 100%;
}
.my-profile .row>div label {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    color: #8E979C;
}
.page_account .panel .panel-header {
    margin: 0!important;
    padding: 0!important;
}
.my-profile .row>div input {
    width: 100%;
    background-color: #F3F4F4;
    border: 0;
    color: #000;
    border-radius:0px;
}
.my-profile .row>div input:focus {
    background-color: #FFFFFF;
    border: 1px #499777 solid;
    color: #499777;
    border-radius:0px;
}
.sorting-bar .nice-select {
    z-index: 100!important;
}
.product-suggestion-list em {
    font-weight: 500;
    font-style: inherit;
    color: #499777!important;
}
.faq-list-block {
    background-color: #F7F5F7;
    width: 100%;
    padding: 30px 0;
    margin: 30px 0;
}
.faq-lists {
    gap:18px;
    width: 100%;
    margin: 30px 0 40px 0;
}
.faq-lists .faq-item-wrapper {
    background-color: #FFFFFF;
    max-width: 800px;
    width: calc(100% - 30px);
    padding: 24px;
    gap:16px!important;
}
.faq-item-header {
    background-image: url("../media/chevron-down-icon.svg");
    background-repeat: no-repeat;
    background-position: right center;
    cursor: pointer;
    width: 100%;
}
.faq-item-header.active {
    background-image: url("../media/chevron-up-icon.svg");
    background-repeat: no-repeat;
    background-position: right center;
    cursor: pointer
}
.faq-item-answer {
    display: none;
}
.faq-item-answer.active {
    display:flex;
}
.home_block_contacts .bottom_block {

}
.top_block {
    gap: 64px;
}
.contact_block_image {
    max-width: 547px;
    width: calc((100% - 64px)/2);
}
.contact_block_data {
    width: calc((100% - 64px)/2);
    gap:24px;
}
.top_block .blocks .blockWrap {
    gap: 5px;
}
.home_block_contacts {
    padding-top: 40px;
    padding-bottom: 40px;
    gap: 48px;
}
.home_block_contacts .top_block .blocks {
    gap:24px;
}
.home_block_contacts .top_block .blocks .block_data {
    gap: 8px;
}
.home_block_contacts .bottom_block {
    gap:32px
}
.home_block_contacts .bottom_block .description_block p {
    margin-bottom: 26px;
}
.sub-category-list .nav-item {
    padding: 3px 10px;
    background-color: #D9EAE2;
    border-radius: 6px;
}
.sub-category-list .nav-item:hover{
    padding: 3px 10px;
    background-color: #234034;
}
.sub-category-list .nav-item a {
    color: black;
    cursor: pointer;
}
.sub-category-list .nav-item:hover a {
    color: #FFFFFF;
}
.sub-category-list {
    gap:20px;
    flex-wrap: wrap;
}
.accesoriiMain {
    justify-content: start;
    gap: 32px
}
.tabContent a {
    color: black;
}
.descriptionwrap {
    color: #59666E;
    padding:20px 0;
    font-size: 16px;
    line-height: 21px;
}
.pay_item {
    background-color: #D9EAE2;
    color: black;
    padding: 8px 12px;
    border-radius: 6px;
}
.pay_item:hover {
    background-color: #234034;
    color: white;
    padding: 8px 12px;
    border-radius: 6px;
}
.payblock {
    gap: 14px;
    flex-wrap: wrap;
}
.payblock_description {
    padding: 15px 15px 0 0;
    font-size: 16px;
    font-weight: 400;
}
.profileLink {
    cursor: pointer;
}
.top-nav-account {
    position: relative;
}
.popup_account {
    position: absolute;
    top: 30px;
    left: calc((100% - 160px) / 2);
    width: 160px;
    padding: 15px 16px;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    box-shadow: 0 -3px 18px 0 rgba(0, 0, 0, 0.15);
    border-radius: 16px;
    display: none;
}
.popup_account.active {
    display: flex;
}
.popup_account a {
    font-size: 14px;
    line-height: 30px;
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    padding-left: 8px;
    color:black;
}
.popup_account a:hover,.popup_account a.active  {
    background-color: #D9EAE2;
    border-radius: 4px;
}
.popupLogin {
    position: absolute;
    top: 25%;
    left: calc((100% - 547px) / 2);
    width: 547px;
    padding: 48px 24px;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    box-shadow: 0 -3px 18px 0 rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    z-index: 3000;
}
.shopping-cart-wrap {
    background-color: #F6F4F6;
    margin-top: 0!important;
    padding: 50px 0;
}
.login_title {
    margin-bottom: 32px;
}
.popupLogin form {
    width: 100%;
}
.popupLogin .form-group input::placeholder{
    font-size: 16px;
    line-height: 24px;
    color: black;
}
.popupLogin .form-group input {
    background-color: #FFFFFF!important;
    border: 0!important;
    width: 100%;
    border-bottom: 1px #8E979C solid!important;
    border-radius: 0;
    height: 44px;
    display: flex;
    justify-content: left;
    align-items: center;

}
.popupLogin .form-group .input-group {
    width: 100%;
    position: relative;
}
.popupLogin .form-group .input-group .password-toggle-icon {
    position: absolute;
    top:30%;
    right: 10px;
}
.popupLogin .form-group .input-group input:-internal-autofill-selected,
.popupLogin .form-group .input-group input:-internal-autofill-previewed{
    background-color: #FFFFFF!important;
}
.popupLogin .form-group .input-group input:focus-visible {
    outline: 0;
    color: #499777;
}
.checkbox-group {
    margin: 32px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.btn-link,.btn-button {
    border: 2px #499777 solid!important;
    border-radius: 4px;
}
.btn-button, .btn-link {
    width: 49%;
    height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.remember-me {
    margin-left: 0;
}
.buttonWrap {
    width: 100%;
}
.page_cart .breadcrumbWrap,
.page_cart .breadcrumbWrap .sectionWrap,
.page_cart .breadcrumbWrap .breadcrumb,
.page_checkout .breadcrumbWrap,
.page_checkout .breadcrumbWrap .sectionWrap,
.page_checkout .breadcrumbWrap .breadcrumb,
.page_checkout .checkout-wrap, .page_checkout .order-complete-wrap
{
    background: #F6F4F6!important;
}

.page_checkout .checkout-wrap {
    margin-top: 0!important;
    padding-top: 50px;
    padding-bottom: 50px;
}
.page_cart .cart-item {
    width: 100%;
    padding: 28px 0;
    gap: 38px;
    border-bottom: 1px #E7E9EA solid;
}
.page_cart .cart-item .image-block {
    width: 145px;
    aspect-ratio: 145/149;
}
.page_cart .cart-item .image-block {
    width: 145px;
}
.page_cart .cart-item .image-block .img {
    position: absolute;
    top: 50%;
    max-height: 100%;
    max-width: 100%;
    transition: .2s ease-in-out;
}
.cartWrap .cart-item .product-image {
    height: 146px!important;
    width: 146px!important;
    min-width: 46px;
    border-radius: 8px;
    overflow: hidden;
}
.page_cart  .infoBlock {
    gap: 24px;
}
.infoBlock {
    width: calc(100% - 170px);
}
.infoBlock>a, .infoBlock>div {
    width: 100%;
}
.cartWrap .cart_item_variation,.cart_item_variation label {
    cursor: pointer;
}
.cartWrap .cart_item_variation label {
    font-size: 14px!important;
    line-height: 21px!important;
    font-weight: normal!important;
    color: rgb(153, 153, 153)!important;
}
.cartWrap .cart_item_variation.active label {
    font-size: 14px!important;
    line-height: 21px!important;
    font-weight: normal!important;
    color: rgb(51, 51, 51)!important;
}
.cartWrap .number-picker .input-group-quantity {
    background-color: #f5f5f5;
    padding: 16px 24px;

}
.cartWrap .number-picker .input-group-quantity {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.cartWrap .number-picker .btn-number {
    position: relative;
    font-size: 16px;
    padding: 0;
    top: 50%;
    height: 16px;
    width: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 0;
    transform: translateY(-50%);
}
.cartWrap .number-picker .input-quantity {
    min-width: 16px;
    color:#000000;
    font-size: 16px;
    line-height: 16px;
    background-color: transparent!important;
    box-shadow: none;
}
.cartWrap .number-picker .btn-number.btn-minus {
    color: #999999;
    left: 0;
}
.cartWrap .number-picker .btn-number.btn-plus {
    color: #499777;
    right: 0
}
.quantity_price {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.quantity_price .priceBlock .product-price {
    font-size: 20px;
    line-height: 26px;
    color: black;
}
.hasSpecialPriceBlock {
    gap: 12px;
}
.percentBlock {
    padding: 4px 8px;
    border-radius: 19px;
}
.previous-price {
    text-decoration: line-through;
}
.btn-remove {
    position: absolute;
    top: 0;
    right: 0;
}
.sliderCartProductBlock {
    width: 100%;
}
.shopping-cart-inner {
    width: calc(100% - 400px);
    max-width: 100%;
}
.sliderCartProductBlock .productsList {
    padding-bottom: 60px;

}
.shopping-cart-inner .sliderCartProductBlock .slick-arrow {
    width: 32px;
    height: 32px;
    background-color: #F3F4F4!important;
    box-shadow: unset;
    border-radius: 0;
}
.shopping-cart-inner .slick-prev {
    top: auto!important;
    bottom: -15px!important;
    left: 10px!important;
}
.shopping-cart-inner .slick-next {
    top: auto!important;
    bottom: -15px!important;
    left: 58px!important;
}
.shopping-cart-inner .sliderProductTitle {
    display: flex;
    justify-content: left;
    align-items: center;
    margin: 15px 0;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    margin-top: 32px;
}
.order-summary .order-title {
    font-size: 22px;
    line-height: 20px;
    font-weight: 500;
}
.order-summary .order-summary-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.order-summary .order-summary-list li label {
    font-size: 17px;
    line-height: 18px;
    font-weight: 400;
}

.order-summary .order-summary-list li span {
    font-size: 17px;
    line-height: 18px;
    font-weight: 400;
}
.order-summary-bottom {
    display: flex;
    flex-direction: column;
    gap:24px;
}
.order-summary-bottom label {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 16px;
    color: #8E979C;
}
.order-summary-bottom label a {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 16px;
    color: #000000;
}
.popup_error_agry_personal,.popup_error_agry_data {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    background-color: rgb(0, 0, 0, 0.3);
    justify-content: center;
    align-items: center;
    display: none;
}
.popup_error_agry_personal .content_popup,.popup_error_agry_data .content_popup {
     width: 540px;
     max-width: 90%;

     background-color: #FFFFFF;
     padding: 40px 20px!important;
     display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
}
.popup_error_agry_personal.active,.popup_error_agry_data.active {
    display: flex;
}
.order-summary-wrap .btn-proceed-to-checkout.btn-primary {
    padding: 16px 34px;
    font-size: 15px;
    font-weight: 500;
    line-height: 16px;
    border-radius: 4px;
}

.checkout-form .checkout-inner {
    width: calc(100% - 410px);
    gap:34px;
}
.checkout-title {
    margin-bottom: 20px;
}
.order-form-title_span {
    font-size: 18px;
    line-height: 36px;
    font-weight: 500;
}
.checkout-wrap label {
    font-weight: 500;
    font-size: 16px;
}
.order-form-title .form-check {
    margin-bottom: 0!important;
}
.order-form-title .form-check label{
    margin-bottom: 0!important;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
}
.form-check input[type=checkbox]:checked+label:before, .form-check input[type=checkbox]:not(:checked)+label:before {
    top: 0!important;
}
.senderWrap {
    gap: 14px;
    border-bottom: 1px #D0D3D6 solid;
    padding-bottom: 26px;
}
.form-input-wrap {
    width: 333px;
    max-width: 100%;
}
.form_wrapper {
    flex-wrap: wrap;
    row-gap:16px;
    justify-content: space-between;
}

.form-input-wrap input {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    background-color: #F3F4F4;
    padding-left: 10px;
    height: 40px;
    border: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
    color: #131C20;
}
.form-input-wrap input::placeholder {
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
    color: #8E979C;
}
.hint-wrap {
    width: 100%;
}
.recipientWrap {
    padding-top: 26px;
    display:none;
}
.recipientWrap.active {
    display: block;
}
.recipientWrap .block_data, .recipientWrap .blockWrap .block_data {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    background-color: #F3F4F4;
    padding: 10px 15px 10px 15px ;
    border: 0;
    gap:10px;
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
    color: #131C20;
    position: relative;
}
.autocomplete-suggestions {
    display: none;
    position: absolute;
    width: 100%;
}
.autocomplete-suggestions.active {
    display: flex;
    position: absolute;
    width: 100%;
    flex-direction: column;
    padding: 4px;
    background-color: #F3F4F4;
    left: 0!important;
    border-radius: 6px;
    box-shadow: 0 0 0 1px #fff;
    top: calc(100% + 4px) !important;
    z-index: 10;
}
.autocomplete-suggestions.active .autocomplete-suggestion {
    width: 100%;
    border-radius: 6px;
    color: #131C20;
    cursor: pointer;
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 8px 12px;
}
.autocomplete-suggestions.active .autocomplete-suggestion:hover {
    background-color: #D9EAE2;
}
.autocomplete-suggestions.active .autocomplete-suggestion.active {
    background-color: #234034;
    color:#FFFFFF;
    position: relative;
}
.autocomplete-suggestions.active .autocomplete-suggestion.active:after {
    content: '';
    height: 2px;
    width: 10px;
    border: 1px solid;
    opacity: 1;
    right: 15px;
    top: 50%;
    position: absolute;
    background-color: #fff;
    transform: rotate(-45deg) scale(1);
}
.autocomplete-suggestions.active .autocomplete-suggestion.active:before {
    content: '';
    height: 2px;
    width: 6px;
    border: 1px solid;
    opacity: 1;
    right: 23px;
    top: 50%;
    position: absolute;
    background-color: #fff;
    transform: rotate(45deg) scale(1);
}
.data-box {
    width: 100%;
}
.data-box>label, .data-box>input {
    width: 100%;
}
.data-box .select_variant {
    color: #131C20;
    background-color: transparent;
    border: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
}
.data-box .select_variant:hover,.data-box .select_variant:focus,.data-box .select_variant:focus-visible  {
    border: 0!important;
    outline: unset;
}
.form-check input[type=checkbox]:checked+label:after, .form-check input[type=checkbox]:not(:checked)+label:after {
    top:5px!important;
}

.div_tooltip {
    position: relative;
    display:inline-block;
    border-bottom: 1px #000 dashed;
}
.div_tooltip .tooltip_text {
    visibility: hidden;
    width: 240px;
    background-color: #fff;
    color: #000;
    text-align: center;
    border-radius: 6px;
    padding: 8px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: calc((100% - 240px)/2);
    font-size: 12px;
    line-height: 16px;
    box-shadow: 0px -1px 4px 0px #c0c0c0;

}

.div_tooltip .tooltip_text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: white transparent transparent transparent;
}

.div_tooltip:hover .tooltip_text {
    visibility: visible;
}
.white_box_checkout {
    width: 100%;
}
.blockWrap {
    gap:10px;
    display: flex;
    flex-direction: column;
    margin: 10px 0;
}
.blockWrap .div_tooltip {
    border-bottom: 0;
}
.hint-wrap {
    gap: 16px;
}
.recipientWrap .order-form-title {
    margin-bottom: 15px;
}
.rb-form-field:focus-visible{
    outline: unset;
}
.form-input-wrap.full_row {
    width: 100%!important;
}
.form-input-wrap.full_row>input {
    max-width: 333px;
    width: 100%;
    border-radius: 0!important;
}
.timeRanger{
    width: 100%;
}
.time_fields {
    display: none!important;
}
.fakeTimeinput {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    background-color: #F3F4F4;
    padding-left: 10px;
    height: 40px;
    border: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
    color: #131C20;
}
.date-picker-wrap .form-control:disabled, .date-picker-wrap .form-control[readonly]{
    background-color: #F3F4F4;
}

.timeRanger.noUi-target {
    background: #D0D3D6;
    border-radius: 0;
    border: 0;
    box-shadow: unset;
}
.timeRanger.noUi-horizontal {
    height: 4px;
    margin-bottom: 40px;

}
.timeRanger .noUi-handle {
    border: 0;
    border-radius: 100%;
    background: #499777;
    cursor: default;
    box-shadow: unset;
    width: 16px!important;
    height: 16px!important;
    right: -8px!important;
}
.timeRanger .noUi-handle:before, .timeRanger .noUi-handle:after{
    display: none;
}
.timeRanger .noUi-marker-horizontal.noUi-marker-large {
    height: 0;
}
.timeRanger .noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 0;
}
.date-picker-wrap {
    position: relative;
}
.date-picker-wrap svg {
    position: absolute;
    left: 300px;
    top:7px;
}
.full_row_input, .full_row_textarea {
    width: 100%!important;
}
.full_row_input input, .full_row_textarea textarea {
    width: 100%!important;
    max-width: 100%!important;
    display: flex;
    align-items: center;
    justify-content: start;
    background-color: #F3F4F4;
    padding-left: 12px;
    border: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
    color: #131C20;
}
.full_row_textarea textarea {
    padding: 12px
}
.order-complete-wrap {
    margin-top: 0!important;
    padding-top: 50px;
}
.sectionWrap .blocksWrap {
    width: 374px;
    gap: 24px;
    display: flex;
    flex-direction: column;
    justify-content: right;
    align-items: start;

}
.sectionWrap .order-complete {
    width: calc(100% - 400px);
}
.sectionWrap .blocksWrap .block_wrapper {
    gap: 24px;
}
.sectionWrap  .order-complete {
    display: flex;
    justify-content: left;
    align-items: flex-start;
    text-align: left;
    flex-direction: column;
    padding: 0;
}
.order-complete-wrap-inner {
    margin-bottom: 50px;
}
.sectionWrap .order-summary {
    position: sticky;
    top: 80px;
}
.errors {
    font-weight: normal;
    color: red;
    font-size: 12px;
    line-height: 20px;
}
.haserrors {
    border: 1px red solid!important;
}
.popupLocalites {
    width: 450px;
    max-width: 100vw;
    display: none;
}
.popupLocalites.active {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    position: absolute;
    top:60px;
    box-shadow: 0 -3px 18px 0 rgba(0, 0, 0, 0.15);
}
.deliveryWrapp {
    position: relative;
}
.cityItem {
    padding: 4px 10px;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    background-color: #D9EAE2;
    border-radius: 10px;
    cursor: pointer;
}
.cityItem.active,.cityItem:hover  {
    padding: 4px 10px;
    font-size: 14px;
    line-height: 16px;
    color: #ffffff;
    background-color: #234034;
    border-radius: 10px;
}
.devDescription {
    cursor: pointer;
}
.titlerow {
    position: relative;
    margin-bottom: 30px;
    width: 100%;
}
.closepopup {
    position: absolute;
    top: -5px;
    right: 0;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    box-shadow: 0 1px 4px 0 #b4a7a7;
    cursor: pointer;
}
.closeButton {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.closeButton:after {
    content: '';
    height: 2px;
    width: 18px;
    background-color: black;
    transform: rotate(45deg);
    top:12px;
    left:6px;
    position: relative;
    display: block;
}
.closeButton:before {
    content: '';
    height: 2px;
    width: 18px;
    background-color: black;
    transform: rotate(-45deg);
    top:14px;
    left:6px;
    position: relative;
    display: block;
}
.closepopup:after {
    content: '';
    height: 2px;
    width: 18px;
    background-color: black;
    transform: rotate(45deg);
    top:12px;
    left:6px;
    position: relative;
    display: block;
}
.closepopup:before {
    content: '';
    height: 2px;
    width: 18px;
    background-color: black;
    transform: rotate(-45deg);
    top:14px;
    left:6px;
    position: relative;
    display: block;
}
.pageBody {
    margin-bottom: 40px;
}
.pageBody .pageMenu {
    width: 276px;
}
.pageMenu li {
    padding:16px;
    width: 100%;
    gap: 16px;
}
.pageBody ul li {
    margin-bottom: 0!important;
}
.pageBody .page_content {
    width: calc(100% - 320px);
}
.page_text strong{
    font-weight: 500!important;
    font-size: 18px;
}
.locality_list,.regions_list {
    width: 100%;
    border: 0;
    background-color: #F3F4F4;
    padding-left: 12px;
    padding-right: 12px;
    height: 40px;

}
.page_account .radioItem input, .page_account .radioItem label {
    margin: 0!important;
}
.my-profile form .row {
    display: flex;
    flex-direction: column;
}
.page_account  .blockForm {
    margin: 32px 0;
    padding: 0!important;
}
.page_account  .panel-body {
    padding: 0!important;
    width: 100%;
}
.page_account .my-profile {
    padding: 0!important;
}
.page_account .btn-save-changes {
    height: 47px;
    width: 100%;

}
.panel-body .blockForm {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.my-profile .row {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.my-profile .row .form-group {
    margin-bottom: 0!important;
}
.order-complete svg {
    width: 52px;
    height: 52px;
}

.order_result a {
    color: #499777;
}
.paysystems {
    margin: 60px 0;
    gap: 30px;
}
.paysystems .payitem {
    width: 250px;
}
.paysystems img {
    width: 100%;
    aspect-ratio: 250/200;
}
.paymentLinks {
    margin: 30px 0;
}
.paymentLinks a,.paymentLinks:hover a {
    padding: 10px 20px;
    background-color: #499777;
    color: #FFFFFF;
    border: 0;
    border-radius: 10px;
}
.submenuWrap .subMenu.submenuRow {
    flex-direction: row!important;
}

.submenuWrap .subMenu.submenuCol {
    flex-direction: column!important;
}
.accesoriiMain .product-card .product-card-price {
    font-size: 13px!important;
    line-height: 20px;
}
.accesoriiMain .product-card .product-card-old-price {
    font-size: 11px!important;
    line-height: 20px;
}
.accesoriiMain .product-card .product-card-mini__badge-discount {
    display:  none!important;
}
.radioItem {
    width: 120px;
}
.radioItem input {
    width: 20px!important;
}
.custom_tabs .custom_tab {
    width: 50%;
    height: 57px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    line-height: 24px;
    color: #8E979C;

}
.custom_tabs {
    border-bottom: 1px #E7E9EA solid;
    margin: 32px 0
}
.custom_tabs .custom_tab.active, .custom_tabs .custom_tab:hover {
    border-bottom: 3px #499777 solid;
    color: #499777;
}
.custom_tabs_content {
    width: 100%
}
.custom_tab_content {
    width: 100%;
    display: none;
}
.custom_tab_content.active {
    display: flex;
    gap: 30px;
}
.order-card {
    width: 100%;
    padding: 36px;
    border: 1px #E7E9EA solid;
    border-radius: 6px;
    cursor:pointer;
    gap:24px;
}
.payment_link {
    width: 127px;
    height: 40px;
    border-radius: 4px;
}
.order-top {
    width: 100%;
    height: 40px;
}
.order-info, .order-state-wrap, .order_complectation {
    width: 100%;
}
.text-red {
    color: #EE4238!important;
}
.order_title {
    font-size: 16px;
    line-height: 24px;
    width: 145px;
}
.state_line {
    width: 100%;
    height: 15px;
    background-color: #D0D3D6;
    position: relative;
}
.active_line {
    position: absolute;
    height: 15px;
    background-color: #499777;
    left: 0;
    top:0;
}
.state-images {
    padding: 0 32px 10px 32px;
}
.order-state {
    padding: 10px 0;
    margin-bottom: 5px;
}
.products_wrapper {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    gap:45px;
}
.products_wrapper a {
    width: 188px;
    aspect-ratio: 188/190;
}
.products_wrapper a img {
    width: 100%;
}
.panel-footer {
    padding: 10px 15px;
    background-color: transparent!important;
    border-top: 1px solid #ddd;
    display: flex;
    justify-content: center;

}
.paginatorWrap {
    margin: 10px 0 30px 0;
    width: 100%;
    display: flex;
    justify-content: center;
}
.paginatorWrap .page-item.active {
    background-color: #499777;
    border-radius: 30%;
}
.paginatorWrap .page-item.active button{
    color: #FFFFFF!important;

}
.showRegisterForm, .showLoginForm, .showRegisterSuccessForm, .showForgotForm {
    display: none;
}
.showRegisterForm.active, .showLoginForm.active, .showRegisterSuccessForm.active, .showForgotForm.active {
    display: flex;
}
.rowBlock .form-check input[type=checkbox]:not(:checked)+label:before{
    top: 2px!important;
}
.rowBlock .form-check input[type=checkbox]:not(:checked)+label:after{
    top: 6px!important;
}
.sendform {
    width: 100%;
}
.footer .footer-links:not(.footer-tags) .list-inline li a {
    display: flex;
    flex-direction: column;
    justify-content: left;
    max-width: 100%;
    color: #6e6e6e;
    overflow: unset;
    text-overflow: unset;
    white-space: nowrap;
    align-items: start;
    transition: .15s ease-in-out;
    width: 100%;
    text-wrap: auto;
}
.formClose {
    position: absolute;
    top: 14px;
    right: 24px;
    cursor: pointer;
    font-size: 16px;
}
.RegisterSuccessText {
    margin-bottom: 24px;
}
.forgot-password {
    cursor:pointer
}
.burgerCatalogMenu .sectionWrap {
    padding: 0!important;
}
.mob_search_form_wrapp {
    display: none;
}
.mob_search_form_wrapp.active {
    display: flex;
    position: absolute;
    box-shadow: 0 -3px 18px 0 rgba(0, 0, 0, 0.15);
    top: calc((100vh - 400px)/2);
    border-radius: 16px;
    padding: 15px;
    width: 450px;
    height: 200px;
    z-index: 1000;
    left: calc((100vw - 450px)/2);
}
.mob_search_title {
    margin-bottom: 32px;
}
.mob_search_form_close, .catalogMenuMobClose, .languageMobClose, .headerContactClose {
    position: absolute;
    /*color: red;*/
    /*top: 24px;*/
    /*right: 24px;*/
    /*font-size: 18px;*/
    /*cursor: pointer;*/
}

.mob_search_form_wrapp .header-search-wrap {
    z-index: 202;
    position: relative;
    min-width: 0;
    padding: 8px;
    border-radius: 8px;
    background: #ffffff!important;
    transition: .15s ease-in-out;
    width: 100%!important;
}
.mob_search_form_wrapp .header-search-wrap-parent {
    max-width: 100% !important;
    width: 100%;
    height: auto;
    padding: 0;
}
.mob_search_form {
    width: 100%;
}
.header_mob .infoWrap {
    width: auto!important;
}
.pageMenu .burger .burger_degr {
    top: -1px;
}
.popupBlockWrap {
    display: none;

}
.popupBlockWrap.active {
    display: flex;
    width: 450px;
    max-width: 100%;
    height: calc(100vh - 128px);
    top: 60px;
    left: 0;
    position: fixed;
    background: white;
    box-shadow: 0 1px 4px 1px #ebebeb;
    padding-top: 30px;
}
.popupBlockWrap .navbar, .popupBlockWrap .navbar .navbar-nav {
    width: 100%;
    gap: 24px;
}
.popupBlockWrap .navbar {
    position: unset;
}
.popupBlockWrap .navbar .navbar-nav {
    display: flex;
    flex-direction: column;
}
.popupBlockWrap.pageMenu li {
    padding: 0;
    width: 100%;
}
.popupBlockWrap.pageMenu li a{
    padding: 0;
    margin: 0;
}
.popupBlockWrap .navbar-nav {
    margin: 0 0!important;
}
.popupBlockWrap .popupLogin {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 48px 24px;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    box-shadow: 0 -3px 18px 0 rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    left: 0;
    max-height: calc(100vh - 70px);
    overflow: auto;
}
.user_form {
    width: 100%;
}
.user_form .showLoginForm,
.user_form .showRegisterForm,
.user_form .showRegisterSuccessForm,
.user_form .popupLogin{
    left: calc((100vw - 547px) / 2);
    max-width: 100vw;
    width: 547px;
}
.user_form .login_link {
    width: 100%;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #499777;
    color: #FFFFFF!important;
    font-size: 14px;
    line-height: 16px;
    gap: 8px;
}

.user_form .login_link>svg {
    display: none
}
.user_form .popup_account {
    width: 100%;
    top: 40px;
    left: 0
}
.state-wrap {
    padding: 12px 0;
}
.state-wrap .devDescription .city {
    color: black!important;
}
.header_wrap_mob .devWrapper svg path{
    fill: black;
}
.header_wrap_mob .devWrapper {
    padding: 0 15px;
}
.header_wrap_mob .devWrapper .title{
    display: none;
}
.state-wrap .popupLocalites.active {
    position: absolute;
    top: -19px;
    padding: 48px 24px;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    box-shadow: 0 -3px 18px 0 rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    max-height: calc(100vh - 131px);
    overflow: auto;
    width: 547px;
    max-width: 100vw;
    margin: 0;
    left: calc((100vw - 547px) / 2);
}
.navbar-nav.mega-menu.vertical {
    padding: 10px 12px 30px 12px;
    width: 100%;
    max-height: calc(100vh - 100px);
    overflow-y: scroll;
}
.vertical_item {
    width: 100%;
}
.topBlock {
    padding: 0 12px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.header_wrap_mob .subMenu {
    margin-left: 20px;
}
.hassub:after {
    content: '';
    background-image: url(../media/arrow_down_black.svg);
    width: 12px;
    background-position: center center;
    height: 12px;
    background-repeat: no-repeat;
    position: relative;
}
.hassub.active:after {
    content: '';
    background-image: url("../media/arrow_up_black.png");
}
.hassub {
    display: flex!important;
    flex-direction: row!important;
    justify-content: space-between!important;
}
.catalogMenuBlock .subMenu {
    display: none;
}

.catalogMenuBlock .subMenu.active {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.catalogMenuBlock .navbar-nav>li>a {
    padding: 0
}
.catalogMenuBlock .navbar-nav {
    gap: 24px;
}
.catalogMenuBlock .nav-link {
    display: block;
    padding: 0;
}
.languageList {
    padding: 20px 12px;
    gap: 24px;
}
.currentLang span {
    margin-top: 3px;
}
.header_mob.state-wrap {
    padding: 10px 15px;
}
.headerContactBlock .popwrap{
    padding: 0 15px;
    width: 100%;
}
.headerContactBlock .popwrap .phoneblock,
.headerContactBlock .popwrap .subtitle  {
    margin-top: 24px;
}
.headerContactBlock .popwrap .subtitle {
    margin-bottom: 24px;
}
.botInfoBlock {
    gap: 20px;
}
.contactIcon {
    margin-top: -2px;
}
.search_mob_block {
    width: 100%;
}
.home-feature.features .slick-list {
    margin: 0 40px!important;
    display: flex;
    justify-content: center;
    align-content: center;
    height: 60px;
    padding-top:3px;

}
.home-feature.features .home-slider-wrap{
    margin: 30px 0;
}
.home-feature.features .slick-list .slick-track {
    gap: 15px;
}
.home-feature.features .feature {
    padding: 5px 15px;
    box-shadow: 0 0 3px 1px #c0c0c0;
    background-color: white;
    height: 52px;
    display: flex;
    justify-content: center;
    align-content: center;
    border-radius: 6px
}
.filterClose,.filterOpenButton {
    display: none!important;
}
.reviewsSlider .sliderItem {
    min-height: 300px;
}
.store_phone a,.block_text a {
    display: flex;
    flex-direction: row;
}
.footer_mobile_panel {
    display: none;
}
.footer_mobile_panel .popupLogin {
    position: fixed;
    height: calc(100vh - 123px);
    overflow-y: auto;
    top: 60px;
    justify-content: start !important;
    align-items: start !important;
    max-width: 100%;
    left: 0;
}
.footer_mobile_item .popup_account.active{
    position: absolute;
    top: -133px;
    left: auto;
    right: -11px;
}
.login_link {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap:5px
}
.backlink {
    display: none;
}
.cart_top_block {
    display: flex;
    flex-direction: row;
    gap: 24px;
    width: 100%;
}
.cart_footer_mobile {
    display: none;
}
.order-summary-top .cart-item {
    padding: 10px 0;
    display: flex!important;
}
.page_orders-state .form_wrapper  .block_data {
    width: 100%!important;
    position: relative;
}

.page_orders-state .block_wrapper,
.page_orders-state .resultWrap
{
    width: 100%;
}
.page_orders-state .result_wrapper
{
    width: 80%;
    margin: 0 auto;
}
.success_block>div {
    width: 100%;
}
.page_orders-state .resultWrap .image_wrapper {
    width: calc(100% / 6);
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.page_orders-state .form_wrapper input {
    width: 333px;
    height: 40px;
    max-width: 90%;
    background-color: #FFFFFF;
    color: black;
    font-size: 14px;
    line-height: 16px;
    border: 2px #499777 solid;
    padding-left: 12px;
    border-radius: 2px;
}
.page_orders-state .form_wrapper input:focus-visible, .form_wrapper input:focus {
    outline: 0;
}
.page_orders-state .form_wrapper button {
    width: 169px;
    height: 40px;
    display: flex;
    background-color: #FFFFFF;
    justify-content: center;
    align-items: center;
    color: #499777;
    border: 1px #499777 solid;
    border-radius: 4px;
}
.page_orders-state .form_wrapper .formdata {
    gap: 16px;
    display: flex;
}
.page_orders-state .custom-page-content {
    gap: 36px;
}
.error_block {
    color: red;
    text-align: center;
}
.white_box_checkout .block_data {
    width: 100%;
    position: relative;
    gap: 15px;
}
.product-details-info .details-info-top-actions {
    margin-bottom: 40px;
}
.ltr.page_products .slick-prev {
    left: -40px;
}
.ltr.page_products .slick-next {
    right: -40px;
}
.product-card .product-card-middle {
    height: 110px!important;
}

.contactFormWrap {
    display: none!important;
}
.contactFormWrap.active {
    display: flex!important;
    position: fixed;
    top: calc((100vh - 200px)/2);
    left: calc((100vw - 360px)/2);
    width: 350px;
    max-width: 100vw;
    min-height: 300px;
    padding: 30px;
    gap: 20px;
    z-index: 100000;
    box-shadow: 0px 0px 15px 3px #918f8f;
}
.contactFormWrap.active .close {
    position: absolute;
    top:10px;
    right: 10px;
    width: 20px;
    height: 20px;
    font-size: 18px;
    font-weight: bold;
}

.contactFormWrap.active .formwrap, .contactFormWrap.active .button {
    width: 100%;
}
.contactFormWrap.active .formwrap input {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: left;
    align-items: center;
    padding-left: 20px;
}
.contactFormWrap.active .button button {
    width: 80%;
    height: 37px;
    background-color: #499777 !important;
    border-radius: 4px;
    color: #FFFFFF !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border: 0;
}
.showCallBackForm {
    cursor: pointer;
}
.ltr .sidebar-cart-wrap.active {
    transform: translate(-200px);
    z-index: 10000!important;
}
.product-gallery-thumbnail .gallery-thumbnail-item {
    position: relative;
    margin: 0 6px;
    padding-bottom: 75%;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    overflow: hidden;
    transition: .15s ease-in-out;
    cursor: pointer;
    width: 100px;
    height: 100px;
}
.contact-info li:nth-child(1) span {
    margin-left: 0!important;
}
.list-inline.contact-info li:nth-child(4) a:nth-child(2) img {
    margin-top: 2px;
}
.payment-methods {
    display: flex;
    flex-direction: row;
    gap: 5px;
    height: 30px;
}
.payment-methods img {
    max-height: 30px;
}
.go-top-btn {
    cursor: pointer;
    width: 50px;
    height: 50px;
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 20px;
    left: 20px;
    background-color: #499777;
    border-radius: 50%;
    transition: .1s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
}
.go-top-btn--show {
    display: flex;
}
.go-top-btn > svg {
    stroke: #fff;
    width: 18px;
    height: 18px;
}
.seo-text ul > li {
    list-style-type: disc;
    margin-left: 30px;
    line-height: 25px;
}
.seo-text h2, .seo-text h3 {
    margin-top: 10px;
}
.page_content h2, .page_content h3 {
    margin: 30px 0 10px 0!important;
}
.sectionWrap .page_content ul {
    margin: 20px 0;
}
.sectionWrap .page_content ul li {
    list-style-type: none;
    margin: 5px 0 5px 10px;
    padding-left:25px;
    background-image: url("../media/checked.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 15px;
}
.pay_item a {
    width: 200px;
    height: 100px;
    background: #fff;
    border: 1px #c0c0c0 solid;
    border-radius: 8px;
}
.pay_item a {
    max-width: 80%;
    margin: auto;
}
.showranger {
    display: flex;
}
.hideranger {
    display: none;
}
.localitesWrap.flex-column-start-start {
    width: 100%;
}
.data-box input,.block_data svg {
    cursor: pointer;
}
a.image-holder.flex-column-start-center.gap-10 {
    width: 250px;
    height: 200px;
    background-color: #fff;
    margin-bottom: 10px;
    padding: 20px;
    border: 1px solid #c0c0c0;
    border-radius: 20px;
}
a.image-holder.flex-column-start-center.gap-10:hover  {
    width: 250px;
    height: 200px;
    background-color: #fff;
    margin-bottom: 10px;
    padding: 20px;
    border: 1px solid #499777;
    box-shadow: 0 0 7px 1px #c0c0c0;
    border-radius: 20px;
}
.page_text p {
    margin: 15px 0;
}
.sectionSlider{
    background-color: #F7F5F7;
    padding: 30px 0;
}
.usepointslabel {
    width: 28px;
    height: 16px;
    position: relative;
}
.usepointslabel.active:before {
    content: '';
    width: 28px;
    height: 16px;
    background-color: #499777;
    border-radius: 45px;
    position: absolute;
}
.usepointslabel.active:after {
    content: '';
    width: 14px;
    height: 14px;
    background-color: #FAFBFB;
    border-radius: 45px;
    right: 2px;
    left: auto;
    position: absolute;
}
.usepointslabel:before {
    content: '';
    width: 28px;
    height: 16px;
    background-color: #333333;
    border-radius: 45px;
    z-index: 10;
    position: absolute;
}
.usepointslabel:after {
    content: '';
    width: 14px;
    height: 14px;
    background-color: #FAFBFB;
    border-radius: 45px;
    left: 2px;
    right: auto;
    position: absolute;
    z-index: 11;
    top: 1px;
    border: 1px #c0c0c0 solid;
}
.points label .sublabel,.points label .sublabel span {
    font-size: 14px;
    line-height: 18px;
    color: #8E979C;
    margin-top: 10px;
}
.posibleBonus {
    font-size: 13px;
    line-height: 16px;
    color: #ffffff;
    background-color: #499777;
    border-radius: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 24px;
    padding: 4px 8px;
}
.order-summary-total-bonus {
    margin-bottom: 24px;
}
.order-summary-total{
    padding-top: 24px!important;
    padding-bottom: 5px!important;
    margin-top: 0!important;
}
li.points {
    padding-bottom: 24px;

}
.account-sidebar li.active path {
    fill: #499777;
}
.countWrap {
    color: #499777;
    font-size: 32px;
    line-height: 40px;
    font-weight: bold;
}
.programWrapSide {
    border: 1px solid rgba(231, 233, 234, 1);
    border-radius: 4px;
    padding: 13px 16px;
    margin-top: 50px;
}
.programWrapSide .blockWrap {
    gap: 0;
    display: flex;
    flex-direction: column;
    margin: 0;
}
.programWrapSide .countWrap {
    color: #499777;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
}
.bonusList {
    gap: 32px;
}
.account-wrap-inner {
    margin-bottom: 50px;
}
.table-title {
    color: #000;
    font-size: 16px;
    line-height: 36px;
    font-weight: bold;
}
table.my-bonus-table>thead>tr>th {
    color: #8E979C;
    font-size: 14px;
    line-height: 36px;
    font-weight: 400;
}

table.my-bonus-table>tbody>tr>td {

    font-size: 14px;
    line-height: 36px;
    font-weight: 400;
}
.blog-post .blog-post-title {
    max-height: unset!important;
}
.blog-post .blog-post-body {
    padding: 20px 20px 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: inherit;
}
.numberProducts {
    width: 120px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.numberProducts .plusminus {
    width: 30px;
    height: 30px;
    box-shadow: 0 0 4px 1px #c0c0c0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    border-radius: 4px;
    cursor: pointer;
}
.numberProducts input {
    width: 50px;
    border: #a7acb1 1px solid;
    border-radius: 6px;
    padding: 6px 10px;
    font-size: 12px;
    text-align: center;
}
.reviewInfo .message {
    min-height: 140px;
}