img {
    max-width: 100%;
}
body {
    max-width: 100%;
}
#compare_list_bottom {
    position: fixed;
    bottom: 0;
    float: right;
    width: 100%;
    background: #f8f8f8;
}

span.discount-percent-on-image {
    background: #ef5661;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    position: absolute;
    top: 5px;
    left: 5px;
    padding: 4px 11px;
    border-radius: 40px;
    margin-right: 10px;
}

.brand-title {
    font-size: 1rem;
    margin: 1rem auto auto;
    float: right;
    font-weight: 700;
}
.brand-tagline {
    display: inline-block;
    font-size: .8rem;
    padding-top: 20px;

    color: grey;
    float: right;
    font-weight: 300;
}

.input-group > .form-control:not(:last-child), .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0.3rem!important;
    border-bottom-right-radius: 0.3rem!important;
}
.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
    border-top-left-radius: 0.3rem!important;
    border-bottom-left-radius: 0.3rem!important;
}
.brand-title-parent{
    max-height: 80px;
}
.btn-primary:not(label.btn), .btn-primary:not(label.btn):not([hreif]):not(:disabled):not(.disabled), .btn-primary:not([href]), .btn-primary:not([href]):not([href]):not(:disabled):not(.disabled){

    background-color: #fff;
    border-color: #e5e4e0 !important;
    /*border-width: 2px !important;*/
    border-right: 0;
}
div#sliderSyncingThumb .slick-slide {
    max-width: 90px;
}
#footer a , #footer span , #footer p{
    color: #ededed;
}
.open-on-click{
    cursor: pointer;
}
.radius-8{
    border-radius: 8px;
}

.container-round
{
    border-width: 4px;
    --tw-border-opacity: 1;
    border-radius: 2rem;
    padding: 1rem;
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
    background-color: rgb(224 235 226 / 0.4);
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
