﻿.tangol .header-logo a {
    /* height: 110px; */
    background: #f9f9f7;
    border-radius: 8px;
    /* width: 140px; */
    max-width: 85px;
    text-align: center;
}

    .tangol .header-logo a img {
        /* height: 100%; */
    }

.caroluxe .header-logo img {
    max-height: 100px;
    border-radius: 8px;
}

.autocomplete-suggestions {
    background-color: #fff;
    border: 1px solid #efefef;
    overflow: auto
}

    .autocomplete-suggestions .disable-background {
        width: 100%;
        height: 100%;
        background-color: rgba(200,200,200,.2);
        z-index: 999991;
        position: absolute;
        top: 0;
        display: block;
        transition: .2s all ease-in-out
    }

        .autocomplete-suggestions .disable-background:hover {
            cursor: progress
        }

    .autocomplete-suggestions .fa-spin {
        position: absolute;
        top: 49%;
        left: 49%;
        font-size: 18px;
        z-index: 999992
    }

    .autocomplete-suggestions::-webkit-scrollbar {
        width: 10px
    }

    .autocomplete-suggestions::-webkit-scrollbar-thumb {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.4);
        border: 3px solid transparent
    }

.autocomplete-suggestion {
    padding: 10px 15px 10px 10px;
    font-size: 12px;
    transition: .2s all ease-in-out
}

    .autocomplete-suggestion:hover {
        background-color: rgba(100,100,100,.1);
        cursor: pointer
    }

.autocomplete-group {
    padding: 10px;
    font-size: 12px;
    font-weight: bold;
    background-color: #efefef
}

.not-found::after {
    content: " ";
    clear: both;
    display: block
}

.not-found .not-found-icon {
    color: #ff8400;
    font-size: 100px;
    width: 150px;
    height: 150px;
    text-align: center;
    padding-top: 25px;
    float: right;
    border: 1px solid #cfcfcf;
    margin: 15px !important
}

.server-error::after {
    content: " ";
    clear: both;
    display: block
}

.server-error .server-error-icon {
    color: #b53737;
    font-size: 100px;
    width: 150px;
    height: 150px;
    text-align: center;
    padding-top: 25px;
    float: right;
    border: 1px solid #cfcfcf;
    margin: 15px !important
}

#zoom-container {
    right: 0;
    bottom: 0;
    top: 0;
    width: 700px;
    height: 100%;
    position: absolute;
    max-width: 100%;
}

.zoomContainer {
    z-index: 3 !important;
}

@media (max-width: 642px) {
    .zoom-container {
        display: none;
    }
}

    .pswp__caption__center {
        text-align: center;
    }

    .ltr {
        direction: ltr;
        text-align: left;
    }

    .field-validation-error {
        color: #ef5661;
    }

    .alert {
        margin-bottom: 20px;
    }

    .header-logo {
        width: 100%;
        text-align: center;
    }

    .karen-baby .header-logo img {
        max-height: 100px;
    }

    .highstore-checkout-payment {
        padding: 9px 12px;
    }

    .user-credit-box {
        background: #EDF0F5;
        padding: 7px 12px;
    }

    /*----------------- Box Service -------------------*/
    .slider-sidebar {
    }

        .slider-sidebar .box-services {
            /* border: 2px solid rgba(0, 0, 0, 0.08); */
            border-radius: 5px;
            padding: 15px;
            /* height: 100%; */
            background: #fff;
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
        }

        .slider-sidebar .list-services {
            margin: 0;
            padding: 0;
        }

            .slider-sidebar .list-services .item-sr {
                list-style: none;
                border-bottom: 1px dotted var(--light-color);
                display: flex;
                align-items: center;
                padding: 18px 0;
                transition: all 0.4s;
            }

            .slider-sidebar .list-services:hover .item-sr {
                opacity: 0.3;
                filter: grayscale(1);
            }

            .slider-sidebar .list-services .item-sr:hover {
                opacity: 1;
                filter: grayscale(0);
            }

            .slider-sidebar .list-services .item-sr:last-child {
                border: none;
            }

        .slider-sidebar .item-sr .icon-sr img {
            width: 55px;
            margin-left: 15px;
        }

        .slider-sidebar .item-sr .info-sr {
            text-align: right;
            line-height: 1.8;
        }

        .slider-sidebar .item-sr .title-sr {
            display: block;
            font-size: 14px;
            font-weight: bold;
            color: var(--black-color);
            margin: 0;
            transition: all 0.4s;
        }

        .slider-sidebar .item-sr:hover .title-sr {
            color: var(--orange-color);
        }

        .slider-sidebar .item-sr .desc-sr {
            font-size: 12px;
            margin: 0;
            color: var(--gray-color);
        }


    .banner-wrapper {
        display: inline-block;
        padding: 5px;
        border-radius: 8px;
        overflow: hidden;
    }

        .banner-wrapper.w-25 {
            width: 25%;
        }

        .banner-wrapper.w-50 {
            width: 50%;
        }

        .banner-wrapper.w-100 {
            width: 100%;
        }

        .banner-wrapper img {
            border-radius: 8px;
        }


.brands-list {
    max-height: 215px;
    overflow-y: scroll;
    margin-top: 10px;
    scroll-behavior: smooth;
}