.text-danger{
    display: none;
    padding-left: 10px;
    font-size: 12px;
    line-height: var(--baseLineHeight);
    font-weight: var(--semi-bold);
    color: var(--danger) !important;
    text-transform: uppercase;
}
.large-order-for-mobile{
    display:none !important;
}
.large-order-for-desktop{
    display:block !important;
}
.text-danger.active {
    display: block;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.filter-brands {
    justify-content: inherit;
}
.filter-brands>.module__search, .filter-brands>.filter {
    /* margin-left: auto; */
    margin: auto;
}
.card-outline__body span {
    font-weight: normal;
}
.card-outline__body span b{
    font-weight: bold;
}

.likes-counter, .dislikes-counter {
    margin-left: -10px;
}

.req-span {
    color: var(--primary-regular);
}

.pointer {
    cursor: pointer;
}

.accordeon__arrow.selected {
    transform: rotate(180deg);
}

.dropdown-btn.invalid {
    border-color: var(--danger);
}

.card-input .text-danger{
    padding-left: 0;
}

/*.coupons_overflow {
    overflow-y: auto;
    max-height: 270px;
    overflow-x: hidden;
}*/

.success_ok {
    background-color: #40b46e;
    border-color: #40b46e;
}

.success_ok:hover {
    background-color: #39a764;
    border-color: #39a764;
}

.notification-list>ul {
    height: 100%!important;
}

.faq-category.active {
    background-color: var(--primary-thin);
    box-shadow: 0px 0px 1px var(--primary), 0px 0px 2px var(--primary);
}

.product-info.has-image {
    display: flex;
    /*align-items: flex-start;*/
    height: 100%;
}
.product-info.has-image a:not(.product-info__img){
    flex: auto;
}
/*ruslan-18-03.css*/
.product-info__img {
    flex: 0 0 140px;
    width: 140px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-right: 15px;
    border-radius: 10px;
}
.product-info__img img {
    width: 100%;
    height: 100%;
    transition: all .2s ease;
}
.product-info__img:hover img{
    transform: scale(1.1);
}

.prud-single {
    max-width: 500px;
    margin-bottom: 20px;
    border-radius: 20px;
}
.prud-single .swiper-slide {
    display: flex;
    justify-content: center;
    max-height: 500px;
}
.prud-single .swiper-slide img {
    object-fit: contain;
}
.flex-custom {
    flex: 0 0 calc(100vw - 420px);
}

.mw-100 {
    max-width: 100%;
}
#country-block {
    margin-right: 15px;
}
.message-view-user {
    min-height: auto;
    width: 100%;
    margin-left: 0;
}
.message-view-user-item{
    width: 100%;
}
.product-info__name:not(:last-child) {
    margin-bottom: 0;
}

.message-view-time {
    width: 100%;
}

.message-author {
    font-size: 12px;
    color: dimgrey;
    float: right;
}

.card-outline.card-outline-styling{
    padding: 0;
}
.card-outline.card-outline-styling .card-outline__head,
.card-outline.card-outline-styling .card-outline__body{
    padding-left: 15px;
    padding-right: 15px;
}
.card-outline.card-outline-styling .card-outline__head .dropdown-btn{
    color: var(--primary);
}
.card-outline.card-outline-styling .card-outline__head{
    background: var(--primary-thin);
    border-bottom: none;
    border-top-left-radius: var(--border-radius);
    border-top-right-radius: var(--border-radius);
}
.card-outline.card-outline-styling.card-nobody .card-outline__head{
    border-bottom-left-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
}
.card-outline.card-outline-styling .card-outline__head .card-outline__head-title{
    color: var(--primary);
}
.mt-50{margin-top:50px;}

.dropdown.notification .dropdown-menu .about-ul {
    overflow: auto;
    height: 100%;
}


.single-left.flex-custom{
    flex: auto;
}
.btn-loginned{
    width: auto;
    padding: 0 12px;
}
.mr-0{margin-right: 0 !important;}
.btn-loginned .loginned-info{
    display: flex;
    flex-direction: column;
    border-left: 1px solid var(--border);
    padding-left: 10px;
    margin-left: 12px;
    flex: auto;
    max-width: 100px;
    overflow: hidden;
    height: 100%;
    justify-content: center;

}
.btn-loginned .loginned-info-1{
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1em;
}
.loginned .btn-loginned:hover{
    background: #fff;
}
.ico{
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-loginned .loginned-info-2{
    font-size: 13px;
    color: #8f8f8f;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 600;
}
@media (max-width: 1200px) {
    .couponsBlock_desc {
        display: none;
    }
}
@media (max-width: 575.98px) {
    .large-order-for-mobile{
        display:block !important;
    }
    .large-order-for-desktop{
        display:none !important;
    }
    .columns-card .col-12-576{
        flex: 0 0 100%;
    }
    .product-info.has-image{
        flex-direction: column;
        align-items: center;
    }
    .product-info.has-image .product-info__img{
        margin-bottom: 20px;
    }
}
@media (min-width: 1200px) {
    .couponsBlock_mob {
        display: none;
    }
}
.order-steps__price-list li:not(:last-child) {
     border-right: 0;
}
.price-list__item:not(:last-child)::after {
    width: 0;
}

.popup.open {
    z-index: 1005;
}
.brand-item__logo img {
    height: auto;
}

.accordeon__body li {
    list-style: unset;
    margin-left: 18px;
}









.product-info__img{
    position: relative;
}
.product-info__img:hover::after{
    opacity: 1;
}
.product-info__img::after{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    background-image: url("../img/ico-plus--white.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 35px;
    transition: all, 0.5s;
    top: 0;
    left: 0;
    opacity: 0;
}