.t-popup__container {
    border-radius: 10px;
}

@media screen and (min-width: 1201px) {
    ::-webkit-scrollbar-thumb {
        /* color */
        background: #2D2836;
        /* radius */
        border-radius: 10px;
    }
    ::-webkit-scrollbar {
        /* width */
        width: 4px;
        /* height */
        height: 4px;
        background: #DAD3CA;
    }
}


@media screen and (max-width: 560px) {
    .t-popup__close {
        background: #fbfbf6 !important;
    }
    .t-popup__close-icon rect {
        fill: #494E4A !important;
    }
    .t-popup__close-icon {
        width: 16px !important;
    }
}

@media screen and (max-width: 480px) {
.t758__link-item__wrapper,
.t758__breadcrumb-divider {
    padding-right: 8px;
}
}

/*toast*/
.tn-form__errorbox-popup {
    display: none!important;
}
/*input text*/
.t-form .js-error-control-box .t-input-error {
    display: none!important;
}  
/*dialog*/
.t-form__errorbox-middle {
    display: none!important;
} 


.link-effect-footer[data-elem-type="text"] a {
    border: 0 !important;
    display: inline-block !important;
    width: auto !important;
    position: relative !important;
    transition: all 0.2s ease !important;
    /* before */
    color: #f8f6ee !important;
}

.link-effect-footer[data-elem-type="text"] a:hover {
    /* after */
    color: #AFADA1 !important;
}

.link-effect-footer[data-elem-type="text"] a::after {
    content: '';
    position: absolute;
    transition: all 0.2s ease;
    margin: auto;
    /* margin */
    margin-bottom: 0px;
    /* underline */
    height: 0.5px;  
    /* before */
    background: ; 
     
    opacity: 1;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    width: 0;
     
}

.link-effect-footer[data-elem-type="text"] a:hover::after {
    /* underline after */
    background: #615B6A;
     
    opacity: 1;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    width: 100%;
     
}


.link-effect-contacts[data-elem-type="text"] a {
    border: 0 !important;
    display: inline-block !important;
    width: auto !important;
    position: relative !important;
    transition: all 0.2s ease !important;
    /* before */
    color: #421a30 !important;
}

.link-effect-contacts[data-elem-type="text"] a:hover {
    /* after */
    color: #674156 !important;
}

.link-effect-contacts[data-elem-type="text"] a::after {
    content: '';
    position: absolute;
    transition: all 0.2s ease;
    margin: auto;
    /* margin */
    margin-bottom: 0px;
    /* underline */
    height: 0.5px;  
    /* before */
    background: ; 
     
    opacity: 1;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    width: 0;
     
}

.link-effect-contacts[data-elem-type="text"] a:hover::after {
    /* underline after */
    background: #BCABAE;
     
    opacity: 1;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    width: 100%;
     
}

.t1002__wishlistwin-top {
    border-bottom: 0px solid rgba(0,0,0,.2);
}


[data-record-type="215"] {
    /* screens 1200px */
    top: -90px;
    position: relative;
}
@media (max-width: 1199px) {
    [data-record-type="215"] {
        /* screens 961-1200px */
        top: -90px;
        position: relative;
    }
}
@media (max-width: 959px) {
    [data-record-type="215"] {
        /* screens 641-960px */
        top: -90px;
        position: relative;
    }
}
@media (max-width: 639px) {
    [data-record-type="215"] {
        /* sreens 481-640px */
        top: -120px;
        position: relative;
    }
}
@media (max-width: 479px) {
    [data-record-type="215"] {
        /* screens 480px */
        top: -160px;
        position: relative;
    }
}
