#ftHeaderLinks ul {
    margin: 0;
    padding: 0;
}

#ftHeaderLinks ul li a {
    color: #333333;
    font-family: "Comfortaa", sans-serif;
    margin-right: 20px;
    font-size: 16px;
    font-weight: 600;
}

#ftHeaderLinks ul li a:hover {
    color: #010101;
    text-decoration: none;

}

.topline-bg {
    background: #ececec;
    padding: 6px 0;
    border-radius: 0 0 8px 8px;
}

.topline-phone {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    font-family: "Comfortaa", sans-serif;
}

.topline-phone:hover {
    color: #010101;
    text-decoration: none;
}

.mainCategoryButton {
    background: #206040;
    color: #fff;
    font-family: "Comfortaa", sans-serif;
    height: 46px;
    width: 192px;
    border-radius: 23px;
    transition: all .2s ease;
}

.mainCategoryButton:hover {
    background: #588e40;
    color: #fff;

}

.mainCategoryButton:focus {
    background: #588e40;
    color: #fff;

}

.mainCategoryButton:active {
    background: #588e40;
    color: #fff;
}

.mainCategoryButton a {
    font-family: "Comfortaa", sans-serif;
}

.logo img {
    height: 60px;
}


/*myEcomblock*/
.myEcomblock {
    display: flex;
    font-family: "Comfortaa", sans-serif;
}

#ft_cart {
    position: relative;
}

#ft_cart_total {
    position: absolute;
    right: 6px;
    top: -1px;
}

.myBasket {
    background: url(/image/design/basket.svg) no-repeat;
    background-position: 50% 0px;
    background-size: 21px;
    border-radius: 0;
    padding: 0;
    border: none;
    height: 40px;
    display: flex;
    align-items: end;
    position: relative;
    line-height: 10px;
    font-weight: 500;
}

#ft_cart>.myBasket .products {
    color: #fff;
}

#ft_cart_total>span.loading-wrapper {
    display: block;
    margin: .35rem 0
}

#ft_cart_total>span:not(.loading-wrapper) {
    position: absolute;
    right: 1px;
    top: 0px;
    font-size: 12px;
    background: #206040;
    border-radius: 50%;
    padding: 5px;
    min-width: 20px;
    width: auto;
    height: 20px;
    padding: 5px;
    text-align: center;
    line-height: 10px;
    color: #fff;
    font-weight: 500;
    z-index: 5;
}

#wishlist-total {
    background: url(/image/design/heart.svg) no-repeat;
    background-position: 50% 3px;
    background-size: 24px;
    border-radius: 0;
    padding: 0;
    border: none;
    height: 40px;
    display: flex;
    align-items: end;
    position: relative;
    line-height: 10px;
}

#wishlist-total .myWishCount {
    position: absolute;
    right: 14px;
    top: -6px;
    font-size: 12px;
    background: #206040;
    border-radius: 50%;
    padding: 5px;
    min-width: 20px;
    width: auto;
    height: 20px;
    padding: 5px;
    text-align: center;
    line-height: 10px;
    color: #fff;
    font-weight: 600;
}

#wishlist-total {
    color: #343434;
    margin-right: 25px;
}

.myAccount {
    background: url(/image/design/profil.svg) no-repeat;
    background-position: 50% 0px;
    background-size: 24px;
    border-radius: 0;
    padding: 0;
    border: none;
    height: 40px;
    display: flex;
    align-items: end;
    position: relative;
    color: #343434;
    margin-right: 25px;
    line-height: 10px;
}

.myEcomblock {
    font-weight: 500;
}

.myEcomblock a:hover {
    text-decoration: none;
    color: #353535;
}

.mysearch {
    background: #fff;
    height: 46px;
    border-radius: 23px;
    border: 2px solid #206040;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    font-family: "Comfortaa", sans-serif;
    transition: border-color .2s ease;
}

.mysearch {
    background: #fff;
    height: 46px;
    border-radius: 23px;
    border: 2px solid #206040;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    font-family: "Comfortaa", sans-serif;
}

.mysearch:focus-within {
    border-color: #588e40;
}

.mysearch .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: transparent;
}



/* header slider */
.header-slider .container .row .col-12 {
    padding: 0;
    margin: 0;
}


.header-slideritem__img img {
    width: 100%;
    min-height: 460px;
    object-fit: cover;
    object-position: center;
    border-radius: 30px !important;
}

.header-slideritem-text-container {
    position: absolute;
    display: flex;
    height: 100%;
    max-width: 1340px;
    margin: 0 auto;
    left: 0;
    right: 0;
    align-items: center;
    z-index: 1;
}

.header-slideritem-text-content {
    padding-left: 70px;
    padding-right: 50px;
}

.header-slideritem__title {
    display: block;
    margin: 0 0 25px 0;
    color: #333333;
    font-size: 36px;
    line-height: 1.6;
    font-family: "Comfortaa", sans-serif;
}

.header-slideritem__des {
    display: block;
    font-size: 18px;
    color: #333333;
    margin: 0 0 50px 0;
    font-family: "Comfortaa", sans-serif;
}


.greenButton {
    background: #206040;
    color: #fff;
    font-family: "Comfortaa", sans-serif;
    height: 46px;
    width: 192px;
    border-radius: 23px;
    padding: 12px 25px;
    transition: all .2s ease;
}

.greenButton:hover {
    background: #588e40;
    color: #fff;
    text-decoration: none;

}

.greenButton:focus {
    background: #588e40;
    color: #fff;

}

.greenButton:active {
    background: #588e40;
    color: #fff;
}

.greenButton a {
    font-family: "Comfortaa", sans-serif;
}

.mainintrotext {
    text-align: center;
    margin: 0 auto 20px auto;
    max-width: 768px;
}

.mainintrotext h1 {
    font-family: "Comfortaa", sans-serif;
    color: #333333;
    font-size: 28px;
    line-height: 1.6;
}

.mainintrotext p {
    font-size: 16px;

}

.category-item {
    font-family: "Comfortaa", sans-serif;
}

.category-item img {
    border-radius: 20px;
}

.products-carousel-title {
    font-family: "Comfortaa", sans-serif;
    color: #333333;
    font-size: 22px;
    line-height: 1.6;
}

.owl-carousel .owl-item img {
    background: #fff;
    filter: brightness(0.96);
    border-radius: 16px;
}

.owl-carousel .price {
    font-weight: 500;
    font-size: 18px;
}

.owl-carousel a {}

.owl-carousel a:hover {
    text-decoration: none;

}


.my-wishlist-button {
    background: none;
    border: none;
    position: absolute;
    top: 10px;
    right: 15px;
    padding: 5px;
    opacity: 0.7;
}

.owl-item .my-wishlist-button {
    background: none;
    border: none;
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 5px;
    opacity: 0.7;
}

.product-image img {
    background: #fff;
    filter: brightness(0.97);
    border-radius: 16px;
    transition: all ease-in-out .15s;
}

.product-name-link {
    font-size: 14px;
    line-height: 1.3;
    color: #333;
}

.product-item:hover img {
    filter: brightness(0.94);
    border-radius: 24px;
}

.product-item:hover .my-wishlist-button {
    opacity: 0.8;
}

.product-item:hover .my-wishlist-button:hover {
    opacity: 1;
}

.product-name-link:hover {
    text-decoration: none;
}


/*Стикеры*/

.xdstickers_wrapper {
    color: #fff;
}

.xdstickers_wrapper.position_upleft {
    top: 22px;
    left: 15px;
    right: auto;
}

.xdstickers {
    border-radius: 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    padding: 4px 10px;
    margin-bottom: 5px;
}

.myfooter-bg {
    background: #333333;
    color: #fff;
    border-radius: 24px;
    padding: 60px 60px;
}

.myfooter-bg a {
    color: #fff;
}

.myfooter-bg a:hover {
    text-decoration: none;
}

.myfooter-logo {
    max-width: 100px;
    margin-bottom: 30px;
}

.myfooter-contacts {
    display: flex;
    flex-direction: column;
    font-size: 16px;
}

.myfooter-contacts span {
    margin-bottom: 6px;
}

.myfooter-menutitle {
    font-weight: 500;
    display: block;
    font-size: 18px;
    margin: 9px 0 12px 0;
}

.myfooter-list {
    margin: 0;
    padding: 0;
}

.myfooter-list li {
    list-style-type: none;
    margin-bottom: 8px;
    font-size: 16px;
}

.mycopyright {
    font-size: 14px;
    margin: 20px 0;
}

.seealso-price {
    font-family: "Comfortaa", sans-serif;
    color: #333333;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 700;
    padding-right: 8px;    
}

.seealso-old-price {
    font-size: 16px;
    text-decoration: line-through;
    font-family: "Comfortaa", sans-serif;
    color: #b2b2b2;
}

#product-product h1 {
    font-family: "Comfortaa", sans-serif;
    color: #333333;
    font-size: 24px;
    line-height: 1.6;
    font-weight: 700;
    margin: 20px 0 40px 0;
}

#product-product .old-price {
    font-size: 18px;
    text-decoration: line-through;
    font-family: "Comfortaa", sans-serif;
    color: #b2b2b2;
}

#product-product .myprice {
    font-family: "Comfortaa", sans-serif;
    font-size: 28px;
    font-weight: 500;
}

@media (hover: hover) and (pointer: fine) {
    #product-gallery .product-hover-zoom-stage {
        position: relative;
        overflow: hidden;
        cursor: crosshair;
    }

    #product-gallery .product-hover-zoom__hd {
        opacity: 0;
        z-index: 2;
        pointer-events: none;
        transform: scale(1);
        transform-origin: center center;
        transition: opacity 0.2s ease;
        will-change: transform;
    }

    #product-gallery .product-hover-zoom.is-zoomed .product-hover-zoom__hd {
        opacity: 1;
    }
}

.my-button-basket {
    border-radius: 22px;
    font-family: "Comfortaa", sans-serif;
    font-size: 16px;
}

.my-button-wishlist {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin-left: 5px;
    border: 0px solid #ececec;
    border-radius: 50%;
    background: #ececec;
    box-sizing: border-box;
    flex: 0 0 42px;
}

.my-button-wishlist svg path {
    fill: #1f5f40;
    transition: fill .2s ease;
}

.my-button-wishlist:hover svg path {
    fill: #000;
}

.myproduct-topattr-item {
    border-bottom: 1px solid #ececec;
}

.myproduct-topattr {
    font-size: 16px;
}

.myproduct-topattr__ts {
    color: #333;
}
.myproduct-topattr__tf {
    color: #616161;
    width: 140px;
    display: inline-block;
    padding: 4px 0;
}


.option-button {
    margin: 0 10px 0 0;
}

.option-button-input {
    display: none;
}

.option-button-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 70px;
    height: 42px;
    padding: 0 18px;
    background: #ececec;
    border: 2px solid #ececec;
    border-radius: 8px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    color: #616161;
    transition: .2s;
}

.my-control-label {
    display: flex;
    align-items: center;
    font-size: 14px;
    text-transform: uppercase;
    color: #343434;
    font-weight: 500;
}


.option-button-label:hover {
    background: #d2d2d2;
    border: 2px solid #d2d2d2;
}

.option-button-input:checked + .option-button-label {
    background: #fff;
    border-color: #1f5f40;
    color: #1f5f40;
}

.option-price {
    margin-left: 5px;
    font-size: 13px;
    color: #888;
}


.myproduct-delivery__title {
	font-size: 16px;
	line-height: 28px;
	font-weight: 600;
    display: block;
    margin-bottom: 6px;
    color: #333;
}

.myproduct-delivery ul {
  margin: 0;
  padding: 0;
}
.myproduct-delivery ul li {
  list-style-type: none;
}
.myproduct-delivery ul li a{
  color: #616161;
  text-decoration: underline;
}


.my-tabs {
    border-bottom: none;
    display: grid;
    gap: 30px;
    justify-content: start;
    grid-auto-flow: column;
    padding-bottom: 12px;
    position: relative;
}
.my-tabs::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background: #ececec;
    z-index: 1;

}
.nav-tabs .nav-item {
    margin-bottom: 0;
}

.nav-tabs .nav-link.active {
    color: #333;
    padding: 0;
    position: relative;
}
.nav-link:hover {
    text-decoration: none;
    
}

.my-tabs-cover {
    margin-top: 90px;
}

.my-tabs .nav-link.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -12px;
    height: 3px;
    width: 100%;
    background: #333;
    z-index: 2;
}
.my-tabs .nav-link {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    padding: 0;
    color: #616161;
    text-decoration: none;
    border-left: none;
    border-bottom: none;
    border-right: none;
    border-top: none;
}

.my-tabs .nav-link:hover {
    text-decoration: none !important;
}
.my-tabs .nav-link,
.my-tabs .nav-link:hover,
.my-tabs .nav-link:focus {
    text-decoration: none !important;
}
@media (max-width: 991px) {
    
    #ft_cart_total>span:not(.loading-wrapper) {
        top: -5px;
    }

    .myEcomblock {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 1000;
        background: #fff;
        justify-content: center;
        padding: 10px 0 10px 0;
        width: 100%;
        border-top: 1px solid #ececec;
    }

    
.products-carousel-title {
    font-family: "Comfortaa", sans-serif;
    color: #333333;
    font-size: 18px;
    line-height: 1.6;
}

}

@media (max-width: 767px) {
    .header-slideritem-text-content {
        padding-left: 30px;
        padding-right: 50px;
    }

    .header-slideritem__title {
        font-size: 26px;
    }

    .header-slideritem__des {
        font-size: 18px;
        color: #333333;
    }

}

@media (max-width: 576px) {

    .myEcomblock {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 1000;
        background: #fff;
        justify-content: center;
        padding: 10px 0 10px 0;
        width: 100%;
        border-top: 1px solid #ececec;
    }



    .search-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        padding: 15px;
        background: #fff;
        z-index: 9999;
        transform: translateY(-120%);
        transition: transform .3s ease;
        box-shadow: 0 3px 20px rgba(0, 0, 0, .15);
        margin: 0;
        max-width: none;
    }

    .search-wrapper.active {
        transform: translateY(0);
    }

    .search-wrapper #ftSearch {
        width: 100%;
    }

    .search-wrapper .mysearch {
        width: 100%;
        margin: 0;
    }

    .mobile-search-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .45);
        z-index: 9998;
        opacity: 0;
        visibility: hidden;
        transition: .3s;
    }

    .mobile-search-overlay.active {
        opacity: 1;
        visibility: visible;
    }

    .search-toggle {
        color: #206040;
    }

    .myfooter-bg {
        background: #333333;
        color: #fff;
        border-radius: 24px;
        padding: 40px 30px;
    }

}