/* Start - ScrollBar */
/* width */
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #e1e1e1;
    border-radius: 0px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #871055;
    border-radius: 0px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}
/* End - ScrollBar */

.w-24{
    width: 24% !important;
}

span.count{
    position: absolute !important;
    width: 30px;
    height: 30px;
    background: #3d7891;
    border-radius: 50px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    top: -10px;
    /*left: 27%;*/
    z-index: 1;
}
.br-050500{
    /*border-radius: 0px 50px 50px 0px !important;*/
}
.ml-30{
    margin-left: 30% !important;
}
.color_0{
    background-color: #e6e6e6 !important;
}
.color_1{
    background-color: #f4d27d !important;
}
.color_2{
    background-color: #f0995f !important;
}
.color_3{
    background-color: #df5d5d !important;
}
.color_4{
    background-color: #b72369 !important;
}
.color_5{
    background-color: #880c54 !important;
}
.font-size-11{
    font-size: 11px !important;
}


.u-header__navbar-brand, .u-header__navbar-brand > img {
    /* width: 60px; */
    width: 120px;
}

footer img {
    width: 170px;
}

.text-gray-90 {
    color: #333e48;
    /* color: #ffffff; */
}

.text-white {
    color: #ffffff;
}

.btn-primary {
    color: #ffffff;
}
.font-size-35{
    font-size: 35px;
}
.font-size-25{
    font-size: 25px;
}
.btn-primary:hover {
    /* color: #1e2022; */
    color: #ffffff !important;
}


.phone .text-gray-90,
.email .text-gray-90 {
    color: #333e48;
}

.slick-slide img {
    width: 100%;
    height: 100%;
}

.product-item:hover .product-item__inner:not(.remove-prodcut-hover) {
    /*width: 100%;*/
    width: unset;
}

span.cashback {
    text-align: center;
    line-height: 13px;
    font-size: 12px;
    font-weight: bold;
}
span.cashback small{
    display: block;
}

.tab-content img.img-fluid {
    height: 200px;
    object-fit: cover;
}

.activeBTN {
    color: #871055 !important;
    font-weight: 700;
}

.sidebar-navbar a.no-children {
    padding: 0.5rem 1rem;
}


.cart-empty {
    padding: 1em 1.618em;
    margin-left: 0;
    border-radius: 2px;
    color: #fff;
    clear: both;
    border-left: 0.618em solid rgba(0, 0, 0, .15);
    font-size: 3.5em;
    font-weight: 300;
    text-align: center;
    line-height: 1.5em;
    margin-bottom: 0.75em;
    margin-top: 2em;
    background-color: #871055;
}

.return-to-shop {
    text-align: center;
    margin-bottom: 7em;
}

.return-to-shop .button {
    display: inline-block;
    font-weight: 400;
    line-height: 1.714;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    font-size: .875rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    padding: 0.594rem 3rem;
    border-radius: 50px;
    background-color: #efecec;
    border-color: #efecec;
    color: #333e48;
    text-align: center;
    margin-bottom: 7em;
}

.order-details {
    margin-bottom: 2.857em;
}

.order-details h2 {
    font-size: 1.786em;
    line-height: 1.6em;
    display: block;
    position: relative;
    padding-bottom: 0.4em;
    border-bottom: 1px solid #ddd;
    margin-bottom: 1.36em;
}

.order-details h2:after {
    content: ' ';
    border-bottom: 2px solid #fed700;
    display: block;
    width: 20%;
    position: absolute;
    bottom: -1px;
}

.order-details table {
    margin-bottom: 2.5em;
}

/*  Start - Rating Product  */
.rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: left;
}
.rating > input {
    display: none;
}
.rating > label {
    position: relative;
    width: 40px;
    font-size: 45px;
    color: #FFD700;
    cursor: pointer;
}
.rating > label::before {
    content: "\2605";
    position: absolute;
    opacity: 0;
}
.rating > label:hover:before,
.rating > label:hover ~ label:before {
    opacity: 1 !important;
}
.rating > input:checked ~ label:before {
    opacity: 1;
}
.rating:hover > input:checked ~ label:before {
    opacity: 0.4;
}
/*  End - Rating Product  */


@media (max-width: 991.98px) {

}
