.mb-0 {
    margin-bottom: 0;
}

.def-btn.active {
    color: #598772;
}

.def-btn.active::after {
    opacity: 0;
}

.def-btn.active span {
    color: #fff;
    -webkit-text-fill-color: #fff;
}

.def-btn.active img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

button.def-btn {
    border: inherit;
}

.main-header__login-icon {
    height: 37px;
    width: 37px;
    background-size: cover;
}

.marquee {
    position: relative;
    width: 100vw;
    max-width: 100%;
    height: 25px;
    /* font: bold 18px Inter, sans-serif; */
    font-family: "Noto Sans", sans-serif;
    color: #1e242b;
    background: #598772;
    overflow-x: hidden;
}

.track {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 45s linear infinite;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.main-sect__slide {
    --max-content: 900px;
}

.main-sect__slide-text {
    font-size: 18px;
    line-height: 1.25;
    max-width: var(--max-content);
    margin-bottom: 50px;
}

@media only screen and (max-width: 1690px) {
    .main-sect__slide-text {
        font-size: 18rem;
        margin-bottom: 45rem;
    }
}

@media only screen and (max-width: 1200px) {
    .main-sect__slide-text {
        font-size: 16px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 992px) {
    .main-sect__slide-text {
        font-size: 14px;
    }
}

@media only screen and (max-width: 768px) {
    .main-sect__slide-text {
        margin-bottom: 20px;
    }
}

.main-sect__slide-text p {
    margin-bottom: 10px;
}

.main-sect__slide-text p:last-child {
    margin-bottom: 0;
}

#msProduct .old_price,
#msCart .old_price,
.ms2_product .old_price {
    color: inherit !important;
    font-style: inherit !important;
}

.cart__info-get .cart-sect__info-price {
    flex-direction: column;
}

.price-get {
    text-align: right;
}

.cart-sect__del-desc {
    position: relative;
    flex-direction: column;
    padding-left: 45px;
}

.cart-sect__del-desc img {
    position: absolute;
    left: 0;
}

.cart-sect__del-desc ul li {
    margin-bottom: 7px;
    font-size: 16px;
}

.cart-sect__del-desc ul li:last-child {
    margin-bottom: 0;
}

.cart-sect__del-desc strong {
    margin-top: 5px;
    margin-bottom: 7px;
    font-size: 16px;
}

.msp_cloudpayments_btn_holder {
    width: 300px;
    margin: 30px auto 0;
}

.rev-sect__footer .btn-more {
    width: inherit !important;
    display: inline-flex;
}

.grid-3 {
    grid-column: span 3;
}

.error~span.error,
.ec-error {
    display: inline-block;
    margin-top: 10px;
    padding: 0 20px 0 40px;
    /* font-family: RFTone, Arial, sans-serif; */
    font-family: "Noto Sans", sans-serif;
    color: #fb1919;
    font-size: 18px;
}

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

    .error~span.error,
    .ec-error {
        padding: 0 20rem 0 40rem;
        font-size: 18rem;
    }
}

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

    .error~span.error,
    .ec-error {
        padding: 0 15px 0 25px;
        font-size: 16px;
    }
}

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

    .error~span.error,
    .ec-error {
        padding: 0 10px 0 15px;
        font-size: 14px;
    }
}

.content {
    font-weight: 400;
}

:root {
    --padding: 35px;
    --max-width: 1620px
}

@media only screen and (max-width: 992px) {
    :root {
        --padding: 20px
    }
}

@media only screen and (max-width: 768px) {
    :root {
        --padding: 15px
    }
}

.content-sect__container {
    position: relative;
    width: 100%;
    max-width: calc(var(--max-width) + (2 * var(--padding)));
    margin: 0 auto;
    padding: 0 var(--padding)
}

.content-sect__img {
    float: left;
    width: 50%;
    max-width: 520px;
    margin-right: 30px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
    .content-sect__img {
        float: none;
        width: 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }
}

.content-sect__img img {
    width: 100%;
}

.content-sect__main {
    display: block;
}

.content-sect__head {
    width: auto;
}

.search-sect__items {
    display: block;
    margin-bottom: 65px;
}

@media only screen and (max-width: 1690px) {
    .search-sect__items {
        margin-bottom: 65rem;
    }
}

@media only screen and (max-width: 1200px) {
    .search-sect__items {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 992px) {
    .search-sect__items {
        margin-bottom: 45px;
    }
}

.search-sect__slide {
    flex-direction: row;
    margin-bottom: 20px;
}

@media only screen and (max-width: 620px) {
    .search-sect__slide {
        flex-direction: column;
    }
}

.search-sect__slide-content {
    padding: 15px 0 15px 30px;
}

@media only screen and (max-width: 620px) {
    .search-sect__slide-content {
        padding: 15px 0 0;
    }
}

.search-sect__slide-img {
    position: relative;
    width: 400px;
    height: 300px;
}

@media only screen and (max-width: 1200px) {
    .search-sect__slide-img {
        width: 300px;
        height: 200px;
    }
}

@media only screen and (max-width: 768px) {
    .search-sect__slide-img {
        width: 250px;
        height: 150px;
    }
}

@media only screen and (max-width: 620px) {
    .search-sect__slide-img {
        width: auto;
        height: 300px;
    }
}

.search-sect__slide-footer {
    margin-top: 20px;
}

@media only screen and (max-width: 620px) {
    .search-sect__slide-footer {
        margin-top: 15px;
    }
}

.search-sect__slide-img img {
    /*width: 100%;*/
    max-height: 100%;
}

@media only screen and (max-width: 620px) {
    .search-sect__slide-img img {
        width: auto;
    }
}

.search-sect__slide .def-btn {
    width: 300px;
    flex: none;
}

@media only screen and (max-width: 620px) {
    .search-sect__slide .def-btn {
        flex: auto;
    }
}

.search-sect__slide .def-btn img {
    transform: rotate(180deg);
}

.rev-sect__item-rat.rating-1 li:nth-child(1) {
    background-image: url(../img/icons/star.png);
}

.rev-sect__item-rat.rating-2 li:nth-child(1),
.rev-sect__item-rat.rating-2 li:nth-child(2) {
    background-image: url(../img/icons/star.png);
}

.rev-sect__item-rat.rating-3 li:nth-child(1),
.rev-sect__item-rat.rating-3 li:nth-child(2),
.rev-sect__item-rat.rating-3 li:nth-child(3) {
    background-image: url(../img/icons/star.png);
}

.rev-sect__item-rat.rating-4 li:nth-child(1),
.rev-sect__item-rat.rating-4 li:nth-child(2),
.rev-sect__item-rat.rating-4 li:nth-child(3),
.rev-sect__item-rat.rating-4 li:nth-child(4) {
    background-image: url(../img/icons/star.png);
}

.rev-sect__item-rat.rating-5 li:nth-child(1),
.rev-sect__item-rat.rating-5 li:nth-child(2),
.rev-sect__item-rat.rating-5 li:nth-child(3),
.rev-sect__item-rat.rating-5 li:nth-child(4),
.rev-sect__item-rat.rating-5 li:nth-child(5) {
    background-image: url(../img/icons/star.png);
}

.ec-rating {
    display: flex;
    align-items: center;
}

.ec-rating-stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3px;
}

.ec-rating-stars span {
    width: 14px !important;
    height: 14px !important;
    background-repeat: no-repeat !important;
    background-position: 0 0 !important;
    background-size: 100% 100%;
}

.ec-rating-stars span,
.ec-stars,
.ec-stars span {
    background-image: url(../img/icons/star-empty.png) !important;
}

.ec-rating-stars span.active2,
.ec-rating-stars span.active {
    background-image: url(../img/icons/star.png) !important;
}

.cart-sect__table-row .ctrls__fav img {
    display: none;
}

.cat-sect__tabs {
    justify-content: center;
}

.cat-sect__main {
    width: 100%;
}

.cat-sect__items {
    margin-bottom: 40px !important;
}

.mse2_pagination {
    margin-bottom: 100px !important;
}

.pagination {
    display: flex;
    flex-wrap: wrap;
    grid-row-gap: 10px;
    justify-content: center;
}

.pagination li {
    margin-right: 10px;
}

.pagination li:last-child {
    margin-right: 0;
}

.pagination li a.def-btn {
    height: 37px;
    min-width: 37px;
    text-transform: none;
}

.pagination li a.def-btn.active {
    color: #598772;
}

.pagination li a.def-btn.active span {
    color: #fff;
    -webkit-text-fill-color: #fff;
}

.pagination li a.def-btn.active::after {
    opacity: 0;
}

.pagination li div.disable {
    display: inline-flex;
    align-items: center;
    float: left;
    padding: 6px 12px;
    height: 37px;
    min-width: 37px;
    font-weight: 600;
    letter-spacing: .06em;
    line-height: 1;
    color: #878e9b;
    border: 2px solid #878e9b;
    border-radius: 10px;
}

.pagination li div.disable img {
    filter: grayscale(100%);
}

.pagination li div.disable.prev img,
.pagination li a.def-btn.prev img,
.pagination li div.disable.next img,
.pagination li a.def-btn.next img {
    display: inline-block;
    height: auto;
    block-size: auto;
}

.pagination li div.disable.next img,
.pagination li a.def-btn.next img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.pagination li a.def-btn.prev:hover img,
.pagination li a.def-btn.prev.active img,
.pagination li a.def-btn.next:hover img,
.pagination li a.def-btn.next.active img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.card-sect__aside {
    position: relative;
}

.card-sect__aside-marker {
    position: absolute;
    top: 25px;
    right: 0;
    display: inline-block;
    padding: 0 15px;
    font-size: 20px;
    font-weight: 600;
    color: #FFF;
    background: #ff2020;
    border-radius: 5px 0 0 5px;
    z-index: 10;
}

.card-sect__marker {
    font-size: 16px;
}

.card-sect__add_top {
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}

.card-sect__desc ul li.active {
    font-weight: 700;
    color: #13ad66;
}

.card-sect__availability {
    display: flex;
    align-items: center;
    gap: 10px;
}

.def-link {
    color: #181f2c;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.def-link:focus,
.def-link:hover {
    color: #598772;
}

.office-sect__form .office-sect__group {
    margin-bottom: 30px;
}

@media only screen and (max-width: 992px) {
    .office-sect__wrap {
        margin-bottom: 25px;
    }
}

.office-sect__input {
    width: 100%;
}

.office-sect__btn {
    width: 200px;
}

.office-sect__form .profile-cat-wrap {
    margin-bottom: 0;
}

.profile-cat-wrap {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 20px;
    margin-bottom: 40px;
}

@media only screen and (max-width: 1690px) {
    .profile-cat-wrap {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 1200px) {
    .profile-cat-wrap {
        margin-bottom: 35px;
    }
}

@media only screen and (max-width: 992px) {
    .profile-cat-wrap {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 480px) {
    .profile-cat-wrap li {
        width: 100%;
    }
}

.profile-cat-wrap .def-btn {
    height: 36px;
}

@media only screen and (max-width: 480px) {
    .profile-cat-wrap .def-btn {
        width: 100%;
    }
}

.profile-cat-wrap .def-btn img {
    height: 26px;
}

.office-sect__promo {
    display: inline-block;
}

.ms2_form {
    position: relative;
}

.ms2_form .product-badges {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 15px 0;
    color: #fff;
}

.product-badge {
    padding: 2px 7px;
    border-radius: 5px;
}

.product-badge-sale {
    background: #ff534b;
}

.product-badge-new {
    background: #5cff8e;
}

.swiper {
    padding-bottom: 10px;
}

.mse2_pagination {
    margin-top: 100px;
}

#cboxOverlay {
    background: #000000ab !important;
}

#cboxTopLeft,
#cboxTopCenter,
#cboxTopRight,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxBottomLeft,
#cboxBottomCenter,
#cboxBottomRight {
    background: none !important;
}

#cboxContent {
    border-radius: 10px;
}

#cboxClose {
    bottom: 5px !important;
    right: 5px !important;
}

/*@media only screen and (max-width: 480px) {
    #colorbox {
        width: 90%;
    }
    #cboxWrapper,
    #cboxContent {
        width: 100% !important;
    }
}*/

.swal2-popup.swal2-toast .swal2-title {
    margin: 10px 10px 10px 5px !important;
    font-size: 20px !important;
}

@media only screen and (min-width: 1200px) and (max-width: 1690px) {
    .swal2-container {
        width: 316px !important;
        padding: 10px !important;
    }

    .swal2-popup {
        font-size: 20px !important;
    }

    .swal2-popup.swal2-toast {
        padding: 16px !important;
    }

    .swal2-icon {
        line-height: 80px !important;
        border: 4px solid transparent !important;
    }

    .swal2-popup.swal2-toast .swal2-icon {
        width: 32px !important;
        min-width: 32px !important;
        height: 32px !important;
        margin: 0 8px 0 0 !important;
    }

    .swal2-icon.swal2-error {
        border-color: #f27474 !important;
    }

    .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
        height: 5px !important;
        border-radius: 2px !important;
    }

    .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
        top: 14px !important;
        width: 22px !important;
    }

    .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
        left: 5px !important;
    }

    .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
        right: 5px !important;
    }

    .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
        width: 32px !important;
        height: 32px !important;
    }

    .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
        width: 25.5px !important;
        height: 48px !important;
    }

    .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
        top: 18px !important;
        left: 3px !important;
        width: 12px !important;
        height: 5px !important;
    }

    .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
        top: 15px !important;
        right: 3px !important;
        width: 22px !important;
        height: 5px !important;
    }

    .swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
        left: 7px !important;
        width: 10.5px !important;
        height: 62px !important;
    }

    .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
        top: -4px !important;
        left: 15px !important;
        transform-origin: 0 24px !important;
        border-radius: 0 64px 64px 0 !important;
    }

    .swal2-popup.swal2-toast .swal2-title {
        font-size: 20px !important;
    }
}

#deliveries .cart-sect__radios {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    width: 100%;
    align-items: start;
}

.label-delivery {
    display: flex;
    flex-flow: wrap;
}

.label-delivery__description {
    width: 100%;
    font-size: 13px;
}


.reviews_wrapper {
    display: grid;
    grid-template-columns: 1.88fr 1fr;
    grid-gap: 40px;
}

.rev-sect__items_row {
    grid-template-columns: 1fr;
}

@media screen and (max-width: 1023px) {
    .reviews_wrapper {
        grid-template-columns: 1fr;
    }
}


@media only screen and (max-width: 1690px) {
    .main-header__phone-num {
        /*font-size: 16rem;*/
    }
}

.tel_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    flex: auto;
}

.isna {
    opacity: 0.3;
}

.banner-isna {
    padding: 10px;
    color: #a52a2a;
    font-size: 18px;
    font-weight: 700;
    border: solid #a52a2a 2px;
    border-radius: 8px;
}

.isna .def-btn:hover {
    background-color: #fff !important;
    border-radius: 10px;
    padding: 7px 20px 5px;
    color: #598772;
}

.isna .def-btn:hover::after {
    opacity: 1;
    color: #598772;
}

.isna .def-btn:hover span {
    color: #598772;
    -webkit-text-fill-color: #598772;
}

.isna .def-btn:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: none;
    color: #598772;
}

.disc-sect__slide-img_relative {

    position: relative;

}

.disc-sect__slide-img_relative>span {

    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    padding: 4px 7px;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    display: inline-flex;
    line-height: normal;
    border-radius: 6px;
}


/* new header footer spec */

.tel-box {
  border-radius: 15px;
  background: rgb(255, 255, 255);
  position: relative;
  width: 300px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  gap: 15px;
}
@media (width < 993px) {
  .tel-box {
    display: none;
  }
}
.tel-box__image {
  position: relative;
  z-index: 10;
}
.tel-box__current {
  flex: 1;
}
.tel-box__list {
  display: none;
  position: absolute;
  top: 48px;
  left: 0;
  width: 100%;
  height: auto;
  flex-direction: column;
  background: #fff;
  border-radius: 0 0 15px 15px;
  padding: 10px 15px 30px 60px;
  z-index: 30;
}
.tel-box__list > a:not(:last-child) {
  margin-bottom: 10px;
}
.tel-box__control {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: rgb(243, 243, 243);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(180deg);
  transition: all 0.2s ease;
  cursor: pointer;
}
.tel-box__control.open {
  transform: rotate(0);
}

.logo-box {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (width < 769px) {
  .logo-box {
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    gap: 10px;
  }
}
@media (width < 769px) {
  .logo-box__link {
    width: 180px;
  }
  .logo-box__link img {
    width: 100%;
  }
}

.main-footer_new .main-footer__soc {
  justify-content: flex-start;
}
.main-footer_new small {
  font-size: 12px;
  color: #969696;
}
.main-footer_new .main-footer__pol {
  font-size: 12px;
  color: #181F2C;
  text-decoration: none;
  text-align: left;
  align-self: flex-start;
}
@media (width < 769px) {
  .main-footer_new .main-footer__pol {
    justify-self: center;
    text-align: center;
    margin: 0 auto;
  }
}
.main-footer_new .main-footer__text {
  display: inline-flex;
  gap: 5px;
}
@media (width < 769px) {
  .main-footer_new .main-footer__text {
    flex-direction: column;
    align-items: center;
    padding: 30px 0 0;
  }
}
.main-footer_new .main-footer__text p {
  white-space: nowrap;
}
.main-footer_new [data-nav] {
  max-width: 186px;
}
@media (width < 769px) {
  .main-footer_new [data-nav] {
    max-width: unset;
  }
  .main-footer_new [data-nav] .main-footer__text {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
    .main-header__top-text {
        display: block;
    }
    .slogan_desktop{
        display: none;
    }
}