:root {
    --bs-danger: #e02222;
    --bs-warning: #fab400;
    --bs-light: #f1f1f1;
    --bs-light-secondary: #9b9b9b;
    --bs-secondary: #4d4d4d;
}
body {
    font-family: "Outfit", sans-serif;
    background-color: #dcdcdc;
}
a {
    text-decoration: none;
    color: var(--bs-danger);
}
/* width */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

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

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--bs-danger);
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #ce0505;
    border-radius: 10px;
}
.badge {
    font-weight: 400;
}
.btn-close:focus {
    box-shadow: none;
}
.accordion-button:focus {
    box-shadow: none;
}
p:last-child {
    margin-bottom: 0;
}
.navbar-brand {
    img {
        height: 50px;
    }
}
.form-check-input:focus {
    box-shadow: none;
}
.bottom_menu_btn {
    border: none;
    color: #fff;
    padding: 10px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.text-secondary {
    color: var(--bs-secondary) !important;
}
.bottom_menu_btn .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgb%28255, 255, 255' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.btn-white {
    background-color: white;
    &:hover,
    &:active {
        background-color: white !important;
    }
}
.btn-danger {
    background-color: var(--bs-danger);
}
.btn-warning {
    background-color: var(--bs-warning);
    color: #fff;
}
.btn-warning:hover,
.btn-warning:active {
    color: #fff !important;
}

.form-control:focus,
.form-select:focus,
.navbar-toggler:focus {
    box-shadow: none;
}
.form-control:focus, .form-select:focus, .form-check-input:focus{
    border-color: var(--bs-danger);
}
#filtersidebox .form-check-input:focus{
    border-color: #fff;
}
.dropdown-item.active,
.dropdown-item:active {
    background-color: var(--bs-danger);
}

.navbar-nav {
    .dropdown-menu {
        border: none;
        box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
        font-size: 15px;
    }
}
.bottom_navbar_ul .nav-link {
    padding: 12px 30px !important;
}
.bottom_navbar_ul .nav-link:hover {
    background-color: #bd2b39;
}
.header_search {
    position: relative;
    input {
        width: 500px;
        min-height: 50px;
        padding: 0 50px 0 15px;
        background-color: #fbfbfb;
    }
    button {
        position: absolute;
        right: 0;
        top: 0;
        margin: 6px;
        width: 38px;
        height: 38px;
        padding: 0;
    }
}
.custom_price_input .input-group .input-group-text{
    border: none;
    background: #d7c5c5;
}
.custom_price_input .input-group .form-control {
    border:none;
}
.main_serach_box .form-select {
    background-color: #f1f1f1;
    border: none;
    min-height: 50px;
}
.main_serach_box .btn {
    padding: 12px 15px;
}

.banner {
    min-height: 400px;
    padding: 50px 0 150px;
    display: flex;
    align-items: center;
    background-position: center;
    background-size: cover;
    h1 {
        margin: 0;
        position: relative;
        color: #fff;
        font-size: 3.5rem;
        font-weight: bold;
        text-shadow: 0 0 10px rgb(0 0 0 / 34%);
        &:after {
            content: "";
            display: block;
            margin-top: 30px;
            height: 2px;
            width: 150px;
            background-color: #fff;
        }
    }
}

.main_serach_box {
    .form-label {
        text-transform: uppercase;
        font-weight: 500;
        font-size: 0.8rem;
        color: var(--bs-light-secondary);
    }
    width: 100%;
    position: relative;
    top: -50%;
    transform: translateY(-50%);
}

.current_listing {
    &.active {
        margin-top: -70px;
    }
}

.makebox {
    a {
        display: block;
        background-color: #fff;
        padding: 10px;
        text-align: center;
        border-radius: 10px;
        border: 2px solid transparent;
        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
        img {
            margin: 0 auto;
            height: 120px;
            max-height: 120px;
            width: auto !important;
            max-width: 100%;
            object-fit: contain;
            mix-blend-mode: darken;
        }
        &:hover {
            border-color: var(--bs-danger);
            background-color: #fff;
        }
    }
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--bs-danger);
}

/* .listing_web_logo {
  img {
    height: 40px;
  }
} */

.feature_icons {
    height: 20px;
}

.listingboxtitle {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: var(--bs-secondary);
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
}

.popover {
    min-width: 300px;
    border: none;
    box-shadow: 0px 1px 50px rgb(0 0 0 / 25%);
    .popover-body {
        padding: 0;
    }
    box-shadow: 0px 5px 30px rgb(0 0 0 / 80%);
}

.footer-heading {
    font-size: 20px;
    font-weight: 400;
}

.footer_logo {
    img {
        height: 80px;
    }
}
.footer_links {
    a:hover {
        color: var(--bs-danger) !important;
    }
}

.footer_links a {
    font-weight: 300;
    font-size: 15px;
}
.pagination_list .pagination {
    margin: 0;
    justify-content: center;
    gap: 5px;
}
.pagination_list .pagination .page-link {
    border-radius: 5px;
    color: #000;
    padding: 7px 15px;
}
.pagination_list .pagination .page-link:focus {
    box-shadow: none;
}

.pagination_list .pagination .active>.page-link, .pagination_list .pagination .page-link.active {
    background-color: var(--bs-danger);
    color: #fff;
    border-color: var(--bs-danger);
}

.filtercard {
    .form-control,
    .form-select {
        background-color: rgba(255, 255, 255, 0.3);
        color: #fff;
        border-color: transparent;
        &::placeholder {
            color: #fff;
        }

        &::-ms-input-placeholder {
            color: #fff;
        }
        option {
            color: #000;
        }
    }
    .form-select {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    }

    .form-check-input[type="checkbox"] {
        background-color: transparent;
        border-radius: 2px;
        &:checked {
            background-color: #fff;
            border-color: #fff;
            background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2020%2020'%3E%3Cpath%20fill='none'%20stroke='%23e02222'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='3'%20d='m6%2010%203%203%206-6'/%3E%3C/svg%3E");
        }
    }

    .form-check-input[type="radio"] {
        background-color: transparent;
        &:checked {
            background-color: #fff;
            border-color: #fff;
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23e02222'/%3e%3c/svg%3e");
        }
    }

    .form-check {
        margin: 0;
        min-height: auto;
    }
}

.sortbybox {
    gap: 5px;
    label {
        white-space: nowrap;
    }
}


.filter_color_circle {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 50%;
}

.filter_colors_list {
    .form-check {
        .form-check-label {
            display: flex;
            justify-content: space-between;
            .filter_color_circle {
                margin-top: 2px;
            }
        }
    }
}

.owl-theme .owl-dots .owl-dot span {
    background: #979797;
}

.filterlistscroll {
    max-height: 200px;
    overflow: auto;
    &::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, 0.3);
    }
    &::-webkit-scrollbar-thumb {
        background: #fff;
    }
    &::-webkit-scrollbar-thumb:hover {
        background: var(--bs-warning);
    }
}

.faq_accordion_box {
    &.accordion {
        display: flex;
        flex-direction: column;
        gap: 10px;
        .accordion-item {
            border: 1px solid #ddd;
            border-radius: 0;
        }
        .accordion-button {
            font-size: 18px;
        }
        .accordion-item:first-of-type > .accordion-header .accordion-button {
            border-radius: 0;
        }
        .accordion-button:not(.collapsed) {
            background-color: transparent;
            font-weight: bold;
            box-shadow: none;
        }
        .accordion-body {
            border-top: 1px solid #ddd;
        }
    }
}

.feature_blog_data_text1 {
    color: var(--bs-secondary);
}
.feature_blog_data_text1:hover {
    color: var(--bs-danger);
}
.blog-card-title {
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blog-card-title:hover {
    color: var(--bs-danger);
}
.trending_blog_title {
    color: #000;
    font-size: 1.1em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.trending_blog_title:hover {
    color: var(--bs-danger);
}
.feature_blog_data .feature_blog_data_text2 {
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.trending_blog_image {
    height: 80px;
    width: 100%;
    object-fit: cover;
}

.blog-image {
    aspect-ratio: 3/2;
    object-fit: cover;
}

.form_or_line {
  overflow: hidden;
}
.form_or_line span{
  position: relative;

}
.form_or_line span:before,
.form_or_line span:after {
    content: "";
    display: block;
    position: absolute;
    width: 999px;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #eee;
}

.form_or_line span:before {
    right: 100%;
    margin-right: 20px;
}
.form_or_line span:after {
    left: 100%;
    margin-left: 20px;

}
.profile_tabs .nav-pills .nav-link.active, .profile_tabs .nav-pills .show>.nav-link {
    background-color: var(--bs-danger);
}


.profile_tabs .nav-link {
    color: #000;
    background: #eee
}

.email_alerts{
    display:flex;
    flex-direction: column;
    gap: 10px;
}
.email_alerts .form-switch{
    padding: 0;
    margin:0;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap:10px;
}

.email_alerts .form-switch .form-check-input{
    width: 50px;
    float: none;
    height: 25px;
    margin:0;
    flex-shrink: 0;
}

.email_alerts .form-check-label{
    font-size: 1.2rem;
    flex-grow: 1;
}

.email_alerts  .form-check-input:checked {
    background-color: var(--bs-danger);
    border-color: var(--bs-danger);
}

.blog_sticky_box{
    position: sticky;
    top:20px;
}

.item-image {
    aspect-ratio: 3 / 2;
    object-fit: cover;
    border: 1px solid #ebe5e5;
}

.product-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* min-height: 39px; */
}

.ld {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    float: left;
    min-height: 100%;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 99999999;
}
.filter_select_size{
    font-size: 12px;
}
.loading_image {
    background-color: #fff;
    border-radius: 11px;
    box-shadow: 2px 2px 10px 2px #acacac;
    display: inline-block;
    margin: 17% auto;
    padding: 35px 20px;
    width: 120px;
    z-index: 5000999;
}

.featured-info {
    /* min-height: 105px; */
}

.form-check.nexted-models {
    margin-left: 20px;
}