
.sorting {

    margin-bottom: 15px
}

.sorting .sorting-label {
    display: inline-block;
    margin-right: 10px
}

.sorting .sorting-item {
    cursor: pointer;
    display: inline-block;
    margin-right: 20px
}

.sorting .sorting-item .sorting-toggle:after {
    position: absolute;
    content: '';
    top: 8px;
    width: 0;
    height: 0;
    margin-left: 4px;
    vertical-align: middle;

    text-transform: uppercase;
}

.sorting .sorting-item .sorting-toggle.sorting-toggle-up {
    color: #212121;

    background-repeat: no-repeat;

    background-image: url(../assets/img/filter-chevron.svg);
    background-size: 24px;
    background-position: right;
    padding-right: 24px;
    transform: rotate(180deg);

}

.sorting .sorting-item .sorting-toggle.sorting-toggle-down {
    color: #212121;
    background-image: url(../assets/img/filter-chevron.svg);
    background-size: 24px;
    background-position: right;
    padding-right: 24px;
}

.sorting .sorting-item .sorting-toggle.sorting-toggle-up:after {

}

.sorting .sorting-item .sorting-toggle.sorting-toggle-down:after {

}


.l-btn-plain-selected, .l-btn-plain-selected:hover {
    background: #ff185e;
}



.alert {
    z-index: 9999999999;
    position: absolute;
    width: 100%;
}

.hidden {
    display: none;
}


.block-main .block-sub {
    padding: 20px 15px
}



.info-group {
    display: block;
    margin-bottom: 10px
}

.info-group label {
    color: #9e9e9e;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400
}

.info-group .value {
    float: right;
    display: inline-block;
    width: auto;
    vertical-align: middle
}

.info-group .value.lg {
    font-weight: 500;
    font-size: 15px
}

.info-group .value .unit {
    margin-left: 5px;
    font-size: 13px;
    font-weight: 400
}

.info-group-vertical {
    display: block;
    margin-bottom: 10px
}

.info-group-vertical label {
    color: #9e9e9e;
    display: block;
    max-width: 100%;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 3px
}

.info-group-vertical .value {
    display: inline-block;
    width: auto;
    vertical-align: middle
}

.info-group-vertical .value.lg {
    font-weight: 500;
    font-size: 15px
}

.info-group-vertical .value .unit {
    margin-left: 5px;
    font-size: 13px;
    font-weight: 400
}


.product-item-thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border: 1px solid #0F0F0F;
    border-radius: 1rem;
    padding: 0.5rem;
    opacity: 0.6;
}


.card.card-product .hover-scale-box {
    height: 200px;
}
@media (min-width: 768px) {
    .card.card-product .hover-scale-box {
        height: 260px;
    }
}
@media (min-width: 992px) {
    .card.card-product .hover-scale-box {
        height: 200px;
    }
}
@media (min-width: 1200px) {
    .card.card-product .hover-scale-box {
        height: 230px;
    }
}
@media (min-width: 1400px) {
    .card.card-product .hover-scale-box {
        height: 270px;
    }
}

.custom-check {
    cursor: pointer;
}
.custom-check input[type="radio"] {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.custom-check .check-body {
    position: relative;
    padding: 32px 24px;
    border: 1px solid transparent;
    background-color: #f5f5f5;
}
.custom-check input[type="radio"]:checked+.check-body {
    color: #FF185E;
    border: 1px solid #001929;
    background-color: #fff;
}
.custom-check input[type="radio"]:not(:checked)~.check-hide-content {
    display: none;
}


.pointer {
    cursor: pointer;

}


/* Colors */
.grey { background-color: #f5f5f5;  }
.blue { background-color: #cfd8dc;  }
.indigo { background-color: #c5cae9; }
.purple { background-color: #e1bee7; }
.pink { background-color: #f8bbd0; }
.red { background-color: #f9bdbb; }
.orange { background-color: #ffe0b2; }
.yellow { background-color: #fff9c4; }
.green { background-color: #c8e6c9; }
.teal { background-color: #b2dfdb; }
.cyan { background-color: #b2ebf2; }



.loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background: url('/assets/img/spinner.svg') 50% 50% no-repeat rgb(249,249,249);
    opacity: 0.8;
    display: none;
}

.loader-offcanvas {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: url('/assets/img/spinner.svg') 50% 50% no-repeat rgb(249,249,249);
    opacity: 0.8;
}



.card-active {
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid;
    border-color: transparent;
}

.card-active:hover {
    cursor: pointer;
    border-color: #A79AFD;
    background-color: #F0EEFF;
}


.card-chat {
    border: none;
}

.card-chat .card-footer {
    border-top: none;
}

.chat-message{
    padding-top: 6px;
    border-radius: 8px;
    border: 1px solid;
    border-color: #A79AFD;
}

.chat-message-my{
    padding-top: 6px;
    border-radius: 8px;
    border: 1px solid;
    background-color: #F0EEFF;
}