body {
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "slnt" 0;
    font-weight: 400;
    background-color: #fff;
}

.fnt-11px {
    font-size: 11px !important;
}

.fnt-12px {
    font-size: 12px !important;
}


.wow:first-child {
    visibility: hidden;
}

.caption .carousel-item {
    position: relative;
}

.caption .carousel-item:before {
    position: absolute;
    /* top: 0;  */
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    /* background-color: rgba(33, 37, 41, 80%);;  */
    content: '';
}

.banner_slider .carousel_caption {
    position: absolute;
    top: 50%;
    /* bottom: 10px;	 */
    z-index: 9;
    left: 35%;
    transform: translate(-50%, -50%) !important;
    text-align: center;
    max-width: 470px;
    color: #fff;
    background-image: url(../images/shape.webp);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 40px;
}

.banner_slider .carousel_caption h3 {
    margin-bottom: 15px;
    font-weight: 900;
    line-height: 50px;
    font-size: 35px !important;
    word-spacing: 1px;
    letter-spacing: 2px;
}

.banner_slider .carousel_caption h5 {
    font-size: 18px !important;
    letter-spacing: 5px;
    margin-bottom: 30px;
}

.bg-img {
    height: 380px;
    background-color: red;
    background-image: url('./../images/baner-4.jpg');
    background-repeat: no-repeat;
    margin-bottom: 50px;
    object-fit: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    background-size: 100% 100%;
}

.bg-img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(33, 37, 41, 80%);
}

.baner-txt {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    position: relative;
    gap: 30px;
}

.btn.btn-outline {
    border: 1px solid #fff;
    color: #eee;
    padding: 5px 22px;
    letter-spacing: 1px;
    border-radius: 100px;
}

.btn.btn-outline:focus,
.btn.btn-outline:hover {
    box-shadow: none !important;
    outline: none !important;
}

.bg-img h3 {
    color: #ffe34f;
    position: relative;
    font-size: 70px;
    font-weight: 300;
    letter-spacing: 3px;
    padding: 0 20px;
    text-align: center;
}

.logo {
    text-align: center;
}

.logo small {
    font-size: 11px;
    letter-spacing: 0.5;
    font-weight: 400;
    color: #252525;
}

.one_line {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}

.two_line {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}

.three_line {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}

/* Navbar */
.dropdown-hover:hover>.dropdown-menu {
    display: inline-block;
}

.dropdown-hover>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    left: 0;
    right: 0;
}

.gray-bg {
    background: #eee;
    padding: 15px 0px;
}

.section {
    padding: 50px 0px;
}

.card-bx {
    background: #fff;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    position: relative;
    cursor: pointer;
    margin-bottom: 12px;
    border: none;
    width: 100%;
    padding: 0;
}

.img-div {
    padding: 0px;
    width: 100%;
    /* height: 130px; */
    overflow: hidden;
    padding-bottom: 0;
}

.img-div img {
    border-radius: 7px;
    background: gray;
}

.card-bx h4 {
    /* text-align: center; */
    text-decoration: none;
    color: #505050;
    font-weight: 600;
    text-align: center;
    display: flex;
    justify-content: center;
    font-size: 14px;
    text-transform: capitalize;
    padding: 0px 8px 16px;
    letter-spacing: 0.3px;
}

a {
    text-decoration: none;
    color: #111;
    font-weight: 500;
}

.card-list {
    list-style: none;
    padding-left: 0;
    text-align: left;
    background: #fff;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

/* .card-bx:hover .card-list {
    display: block;
    transition: all .5s ease;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;

} */

.card-list li a {
    display: flex;
    gap: 13px;
    width: 100%;
    justify-content: space-between;
}

.card-list li {
    padding-left: 7px;
    padding-right: 7px;
    border-top: 1px solid #cfcfcf;
    padding-top: 15px;
    padding-bottom: 14px;
    transition: all 0.7s ease;
}

.gray-bg .dropdown-menu {
    /* display: block; */
    /* top: -8px !important; */
    border: 0;
    background-color: #fff;
    width: 100%;
}

.dropdown-toggle::after {
    display: none !important;
}

.card-list li:hover {
    background-color: #f5f5f5;
    transition: all 0.7s ease;
}

.card-list li:last-child:hover {
    background-color: transparent;
}

.card-list li a .left h6 {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 4px;
    text-transform: capitalize;
}

.card-list li a .left p {
    font-size: 12px;
    font-weight: 400;
    color: #727272;
    text-transform: capitalize;
    margin-bottom: 0px;
}

.card-list li a .right h6 {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 0px;
    text-transform: capitalize;
}

.card-list li a .right p {
    font-size: 12px;
    font-weight: 400;
    color: #727272;
    text-transform: capitalize;
    margin-bottom: 4px;
}

.view-all {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: #af3333;
}

.trandig-txt {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.trandig-txt h4 {
    font-size: 33px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.trandig-txt span {
    font-size: 33px;
    font-weight: 700;
    text-transform: uppercase;
}


.owl-carousel .item {
    text-align: center;
}

.oneline {
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* margin-bottom: 0; */
}

.twoline {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}

footer {
    background: #0e1026;
    color: #fff;
    position: relative;
    padding-top: 50px;
}

.footer-link-list li {
    padding: 4px 0;
}

a.footer-link {
    letter-spacing: 0.4px;
    color: #ffff;
    font-size: 13px;
    font-weight: 400;
}

.footer-link:hover {
    color: #ea4636;
    transition: all 0.3s ease;
    text-indent: 3px;
}

footer p {
    text-align: left;
    font-size: 13px;
    letter-spacing: 0px;
    color: #d1d1d1;
    opacity: 1;
}

/* .top-menu .mobile {
    display: none;
} */
/* .header {
    background-color: #040033;
    padding: 10px 0px;

} */

.icon-squer {
    background: #fff;
    border: 1px solid #fff;
    padding: 5px;
    border-radius: 3px;
    min-width: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

a:hover {
    color: #ea4636;
}

.footer-heading {
    font-weight: 700;
}

.bottom-f-bg {
    background-color: #1c1f42fa;
    margin-top: 35px;
    margin-bottom: 0;
    padding: 15px 0px;
}

.bottom-f {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.bottom-f small {
    font-size: 12px;
}

.ratio-1_2 {
    width: 562px;
}

/* .dropdown-menu{
    transform: translate3d(0px, 145px, 0px) !important
} */
.ratio-1_2 img {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: top;
}

.baner-img {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 16px;
}

.mb-16 {
    margin-bottom: 16px;
}

.ratio-16_9 {
    max-width: 545px;
    width: 100%;
}

.effect {
    transition: all 0.3s ease;
}

.effect:hover {
    cursor: pointer;
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

.ratio-16_9 img {
    aspect-ratio: 2/1;
    object-fit: cover;
    overflow: hidden;
    border-radius: 8px;
}

.button-theme {
    background: black;
    color: white;
    border-radius: 3px;
    font-size: 13px;
    padding: 6px 14px;
    border: none;
    font-weight: 300;
    transition: all 0.4s ease;
}

.button-theme:hover {
    background: #e50b0b;
    transform: translateY(-3px);
    color: white;
    transition: all 0.4s ease;
}



.carousel-control-next-icon {
    background-color: black;
    z-index: -1;
    border-radius: 5px;
    padding: 5px;
    background-size: 18px;
}

.carousel-control-prev-icon {
    background-color: black;
    z-index: -1;
    border-radius: 5px;
    padding: 5px;
    background-size: 18px;
}

/* SLider  */
.cust-slider .carousel-item img {
    width: 100%;
    overflow: hidden;
    /* height: 500px; */
    object-fit: contain;
}

.cust-slider {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.cust-slider .card_txt {
    max-width: 400px;
    width: 100%;
    text-align: center;
}

.cursor-pointer {
    cursor: pointer;
}

.top-header {
    /* height: 86px; */
    display: block;
    width: 100%;
    position: sticky;
    z-index: 9999;
    color: #fff;
    top: 0;
    padding: 5px 0px;
    background: #fff !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/* .top-header .fa.fa-search {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    color: #c6c6c6;
    font-size: 17px;
} */

.top-header input {
    height: 32px;
    padding-left: 45px;
}

::placeholder {
    font-size: 13px;
    color: #999 !important;
}

input:focus {
    box-shadow: none !important;
    border: 1px solid #ced4da !important;
}

.top-menu ul {
    justify-content: flex-end;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

.top-menu>ul>li>a {
    font-size: 14px;
    /* font-weight: 400; */
    position: relative;
    text-transform: capitalize;
    /* color: #252525 !important; */
}

.cust-slider .card_txt h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 60px;
    margin-bottom: 30px;
    line-height: 55px;
}


.cust-slider .carousel-outer {
    width: calc(100% - 420px);
}

.mobile-logo {
    display: block;
}

.video-wrap {
    background: #e1e1e1;
}

.video-wrap .video-item {
    margin-bottom: 10px;
    background-color: #eeee;
}

.video-wrap h4 {
    font-size: 30px;
    color: #222;
    margin-bottom: 50px;
    text-align: center;
}


/* width */
::-webkit-scrollbar {
    width: 2px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #a3a3a3;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #1b1e42;
}


.container-fluid {
    max-width: calc(100% - 37px);
    margin: auto;
}

.row>* {
    padding-right: calc(var(--bs-gutter-x) * .2) !important;
    padding-left: calc(var(--bs-gutter-x) * .2) !important;
}

/* Sidebar Css  */
.filter-sidebar.show {
    transition: all 0.4s ease;
    max-width: 250px;
    transform: translateX(0px);
    left: 0;
    z-index: 1;
}

.filter-sidebar.show~.page_wrapper {
    max-width: calc(100% - 250px);
    transition: all 0.4s ease;
    margin-left: 0px;
}

.filter-sidebar {
    position: sticky;
    max-width: 250px;
    transition: all 0.4s ease;
    transform: translateX(-250px);
    top: 225px;
}

.sidebar {
    position: relative;
    height: 100%;
    overflow: auto;
    border-right: 1px solid #eee;
}

.sidebar .filter_bx h2 {
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding-right: 5px;
}

.sidebar .filter_bx {
    border-bottom: 1px solid #eee;
    margin-top: 10px;
}

.sidebar .filter_bx .accordion-item .filter_list {
    display: block;
    max-height: 30vh;
    width: 100%;
    overflow: auto;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
    margin-bottom: 10px;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.sidebar .filter_bx .accordion-item .filter_list::-webkit-scrollbar {
    display: none;
}


.sidebar .filter_bx .accordion-item {
    border: transparent;
}

.sidebar .filter_bx .accordion-item .accordion-body {
    padding: 0;
}

.sidebar .filter_bx .accordion-button {
    padding: 0 !important;
    font-size: 14px;
    text-transform: uppercase;
}

.form-check-input:checked {
    box-shadow: none !important;
}

.cust-slider {
    background-color: #eee;
}

.sidebar .filter_bx .accordion-item .accordion-button:not(.collapsed) {
    box-shadow: none !important;
}

.sidebar .filter_bx .accordion-item .accordion-button {
    background-color: transparent;
    font-size: 13px;
}

.sidebar .filter_bx .accordion-button:focus {
    border: transparent;
    box-shadow: none !important;
}

.filter_list label {
    color: rgb(42, 42, 42);
    opacity: 0.5;
    font-size: 13px !important;
    cursor: pointer;
    font-weight: 500;
}

.filter_list label:hover {
    color: rgb(42, 42, 42);
    opacity: 1;
    transition: all 0.3s ease;
}

.sidebar .filter_bx .accordion-item .form_check {
    cursor: pointer;
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 12px;
}

.sidebar .filter_bx .accordion-item .form-check-input[type=checkbox] {
    scale: 1.2;
    margin-left: 3px;
}

.sidebar .filter_bx .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

.accordion-button::after {
    background-size: 13px !important;
}

.sidebar .filter_bx .accordion-button:not(.collapsed) {
    color: #252525 !important;
}


/* main Page css  */
.main_wraper {
    display: flex;
    height: calc(100vh - 165px);
}

.nav-pills {
    width: 100%;
    margin: auto;
    margin-bottom: auto;
    justify-content: center;
    border-radius: 5px;
    display: flex;
    gap: 15px;
    /* padding: 5px 15px; */
    /* margin-top: 6px !important;
    margin-bottom: 12px !important; */
}

.nav-pills .nav-link {
    border-radius: 30px;
    color: #cd2f4a;
    text-transform: capitalize;
    font-size: 13px;
    padding: 5px 25px !important;
    background-color: #fff;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #cd2f4a;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.col-md-4 {
    padding-left: 5px;
    padding-right: 5px;
}

/* .breadcrumb Design  */

.breadcrumb_wrap .breadcrumb {
    margin-bottom: 0;
    padding: 10px 0px;
    color: #a4a4a4;
}

.breadcrumb_wrap .breadcrumb li {
    font-size: 14px;
    color: #fff;
}

.breadcrumb_wrap .breadcrumb li a {
    font-size: 14px;
    color: #a4a4a4;
}

.breadcrumb_wrap h4 {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.page_wrapper {
    margin-bottom: 20px;
    overflow: auto;
    max-width: 100%;
    transition: all 0.4s ease;
    margin-left: -250px;
    width: 100%;
    /* background-color: blue; */
}

.top-bar {
    padding: 6px 0px;
    background-color: rgb(237, 237, 237);
    position: relative;
    top: 0px;
    z-index: 999;
    border-bottom: 1px solid #ccc;
    padding-bottom: 6px;
    transition: 0.3s all;
}

.top-bar.sticky {
    top: 57px;
    position: sticky;
}

.topbar_content {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
    align-items: center;
    display: flex;
    -moz-box-pack: justify;
    justify-content: space-between;
}

.topbar_content_inner {
    justify-content: space-between;
    display: flex;
    align-items: center;
    gap: 20px;
}

.top-bar h2 {
    font-size: 16px !important;
    font-weight: 500;
    margin-bottom: 0;
}

.top-bar .form-switch .form-check-input:checked {
    width: 40px;
    height: 20px;
}

.top-bar .form-switch .form-check-input {
    cursor: pointer;
    width: 40px;
    height: 20px;
}

.top-bar .form-switch .form-check-input:focus {
    box-shadow: none !important;
}

.top-bar .form-check-input:checked {
    background-color: #11d702;
    border-color: #11d702;
}

.top-bar .select_bx {
    max-width: 200px;
}

.top-bar .form-check.form-switch {
    align-items: center;
    display: flex;
    gap: 15px;
    font-size: 12px;
    padding: 0;
}

.top-bar .form-check.form-switch p {
    margin-bottom: 0;
    margin-right: 40px;
}

.result {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 12px;
}

.short_by {
    font-size: 1em;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgb(51, 183, 170);
    line-height: 30px;
    font-weight: 700;
    margin-right: 6px;
}


.form-select:focus {
    box-shadow: none !important;
    border: 1px solid #ced4da;
}

.form-select {
    height: 33px;
    font-size: 14px !important;
}

.card {
    transition: all 0.3s ease;
    cursor: pointer;
    background: #fff;
    border: 1px solid #d5d5d573;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    border-radius: 7px;
    height: calc(100% - 14px);
}

.inner-card {
    padding: 10px 10px 0;
    height: 100%;
}

.card:hover {
    transition: all 0.3s ease;
    box-shadow: rgba(100, 100, 111, 0.11) 0px 9px 15px 0px;
}

.card .heart-img {
    display: flex;
    align-items: center;
    gap: 15px;
    position: absolute;
    /* top: -30px; */
    z-index: 99;
    right: 12px;
    justify-content: end;
    /* padding: 5px 15px; */
    color: #fff;
    font-size: 18px;
    top: 12px;
}

.card:hover .heart-img {
    transition: all 0.3s ease;
    /* background: #252525; */
    /* left: 0; */
    /* top: 0; */
}

.card .heart-img .fa {
    width: 26px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    transition: all 0.3s ease;
    font-size: 16px;
}

.card .heart-img .fa-heart-o:hover {
    transition: all 0.3s ease;
    color: #fff;
    border: 1px solid red;
    background-color: red;
}

.card .heart-img .fa-share-alt:hover {
    transition: all 0.3s ease;
    color: #fff;
    border: 1px solid #690eeb;
    background-color: #690eeb;
}

.card .heart-img img {
    width: 24px;
}

.card .card_content .title {
    font-size: 14px;
    color: #605d5d;
    font-weight: 700;
    margin-bottom: 2px;
    font-family: 'Nunito';
}

.card .card_content .img-bx {
    position: relative;
    object-fit: cover;
    max-width: 100%;
    width: 100%;
}

.color_div {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
    width: 100px;
    display: flex;
    align-items: center;
    gap: 6px;
    /* margin-left: auto; */
    /* justify-content: end; */
}

.color_div li {
    font-weight: 600;
    font-size: 13px;
}

.color_div .circle {
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 50px;
    position: relative;
}

.circle:hover {
    outline: 1px outset;
}

.blue {
    background-color: blue;
}

.pink {
    background-color: pink;
}

.card .card_content .discribtion {
    font-size: 12px;
    color: #747474;
    font-weight: 500;
    margin-bottom: 5px;
    font-family: 'Nunito';
}

.card .card_content .price {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 15px;
    color: #2e2e2e;
}

.card .img-bx img {
    aspect-ratio: 2/1;
    position: relative;
    object-fit: contain;
    width: 100%;
}

.card .card_footer {
    background: #e5e5e5;
    padding: 5px 10px;
    text-align: center;
}


.card .card_footer p {
    margin-bottom: 0;
    color: #da1b4c;
    font-weight: 500;
    font-size: 12px;
}

.card .card_content .rating {
    /* background: #e3e3e363; */
    display: flex;
    padding: 0px 0px;
    /* border-radius: 30px; */
    /* margin-bottom: 10px; */
    margin-bottom: 0px;
    justify-content: end;
}

/* .card .card_content .rating img {
    width: 15px;
} */

.rating span {
    color: #67678e;
}

.rating p {
    color: #252525;
    font-weight: 700;
    margin-bottom: 0;
    font-size: 10px;
}

.close-icon {
    display: none;
}

.filter {
    display: flex;
    align-items: center;
    gap: 7px;
    cursor: pointer;
    color: rgb(51, 183, 170);
}

.filter img {
    width: 17px;
    cursor: pointer;
}

.btn-apply {
    background: #cd2f4a;
    color: #fff;
    padding: 2px 22px;
    text-transform: capitalize;
    font-weight: normal;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 500;
}

.top-bar .short_by {
    font-size: 12px !important;
    letter-spacing: 0px;
}

/* Model Design Start  */

.modal-header .btn-close {
    padding: 5px;
    margin: 0;
    opacity: 1;
    position: absolute;
    right: 10px;
    top: 10px;
    border-radius: 50px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.link {
    color: #2b35d7;
}

.btn-close img {
    filter: invert(1);
}

.popup-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    font-weight: 300;
}

.link {
    color: #2b35d7;
}

.form_wrap {
    display: flex;
    gap: 15px;
}

.form_wrap .cover_img {
    max-width: 400px;
    width: 100%;
    overflow-y: hidden;
    height: 524px;
}

.form_wrap .cover_img img {
    width: 100%;
}

.form_wrap form {
    width: 400px;
    padding: 20px;
    align-self: center;
    display: flex;
    flex-direction: column;
}

/* Model Design End  */
/* Cart page Css*/
.table_wrap {
    margin: 40px 0px;
}

/* .table_wrap table thead{
    background-color: #252525;
  } */
.table_wrap table thead tr th {
    color: #252525;
}

table {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
}

table .prod_img img {
    width: 100px;
    overflow: hidden;
}

table tr td {
    vertical-align: middle;
}

table tr td {
    padding: 16px 8px !important;
}

table tr td button.quantity {
    display: flex;
    border: 1px solid #ccc;
    padding: 6px 15px;
    background: transparent;
    border-radius: 94px;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

table tr td button.quantity .icon {
    width: 20px;
    padding: 2px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #999;
}

table tr td .fa-trash {
    color: red;
    justify-content: end;
    text-align: end;
    cursor: pointer;
}

.action {
    background-color: transparent;
    border: none;
}

.card_bx {
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.coupon_bx {
    background: #31c66575;
    border-radius: 8px;
    padding: 15px;
    border: 1px solid #22ca5d;
    box-shadow: rgba(100, 100, 111, 0.04) 0px 7px 29px 0px;
}

.coupon_bx h6 {
    font-weight: 600;
    margin-bottom: 5px;
}

.coupon_bx span {
    font-size: 13px;
}

/* Category page Css*/
.cat-wrap {
    display: flex;
    gap: 15px;
}

.cat-wrap .lg_bx {
    max-width: 100%;
    width: 100%;
}

.lg_bx .scrollbar {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 800px;
}

.cat-wrap .lg_bx .card .ratio img {
    object-fit: contain;
}

.info_detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    gap: 10px;
}

.sm_bx .accordion-item {
    border: 1px solid #eee;
    background: transparent;
}

.sm_bx .accordion-item .check_icon {
    width: 30px;
    overflow: hidden;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50px;
    cursor: pointer;
}


.info_detail span {
    color: #878787;
}

.info_detail .store_img {
    width: 130px;
    overflow: hidden;
    border-radius: 5px;
    min-width: 130px;
}

.store_detail p {
    color: #878787;
    margin-bottom: 0;
}

.cat-wrap .sm_bx {
    max-width: 400px;
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    box-shadow: rgba(100, 100, 111, 0.3) 0px 2px 15px;
}

.sm_bx .inner .brand {
    font-size: 14px;
    color: #878787;
    margin-bottom: 10px;
}

.sm_bx .inner h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
}

.sm_bx .inner .size {
    display: flex;
    align-items: center;
}

.sm_bx .inner .size {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 7px;
}

.sm_bx .inner .price p {
    font-size: 24px;
    font-weight: 400;
    color: #ea4636;
    margin: 0;
}

.sm_bx .inner .price small,
.sm_bx .inner .price span {
    font-size: 12px;
    font-weight: 400;
    color: #878787;
}

.select_color {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 7px;
    flex-wrap: wrap;
    margin: 15px 0px;
}

.select_color a {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #787878;
    border-radius: 50px;
}

.select_color a span {
    width: 26px;
    height: 26px;
    border-radius: 50px;
}



.select_lens-popup {
    max-width: 650px !important;
    width: 100% !important;
    background-color: #f9f9f9;
    padding: 20px 25px;
    z-index: 9999;
}

.select_lens-popup .offcanvas-body {
    overflow: hidden !important;
}

.select_lens-popup .lens-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    max-height: 100%;
    overflow: auto;
}

.select_lens-popup .lens-list li {
    display: flex;
    gap: 12px;
    border-radius: 8px;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #f7f7f7;
    transition: all 0.3s ease;
    cursor: pointer;
    background: #fff;
    align-items: center;
}

.select_lens-popup .lens-list li:hover {
    box-shadow: rgba(100, 100, 111, 0.04) 0px 7px 29px 0px;
}

.select_lens-popup .lens-list li .icon {
    min-width: 40px;
    min-height: 40px;
    max-height: 40px;
    max-width: 40px;
    overflow: hidden;
    border-radius: 100px;
    background-color: #eee;
}

.select_lens-popup .lens-list li .list_content h5 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}

.select_lens-popup .lens-list li .list_content p {
    font-size: 14px;
    font-weight: 300;
    color: #4e4e82;
    margin-bottom: 0;
}

.select_lens-popup .popup_ftr {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.select_lens-popup .popup_ftr p {
    font-size: 18px;
    font-weight: 300;
    color: #4e4e82;
    margin-bottom: 0;
}

.select_lens-popup .popup_ftr h5 {
    font-size: 20px;
    font-weight: 400;
}

.select_lens-popup .popup_ftr h5 span {
    font-size: 24px;
    font-weight: 300;
    margin-top: 4px;
}

.choose_lens li {
    gap: 40px !important;
}

.choose_lens .list_conten h5 {
    margin-bottom: 25px;
}

.choose_lens .inner_list span {
    color: #252525 !important;
}

.choose_lens .Prod_img {
    width: 200px;
    object-fit: contain;
}

.eye_power {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    max-height: 70vh;
    overflow: auto;
}

.eye_power li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.eye_power li .icon {
    min-width: 26px;
    min-height: 26px;
    max-height: 26px;
    max-width: 26px;
    overflow: hidden;
    border-radius: 100px;
    background-color: #11d702;
    justify-content: center;
    display: flex;
    align-items: center;
    color: #fff;
}

.otp_from .form-group {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}

.otp_from input {
    border-top: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
    width: 45px !important;
    border-radius: 0 !important;
}

.otp_from span {
    font-size: 12px;
}

.otp_from a {
    color: #ea4636;
    font-size: 12px;
    text-transform: uppercase;
}

.btn_success {
    background: green;
    color: #fff;
    padding: 5px 50px;
    border-radius: 50px;
    font-size: 13px;
    text-align: center;
    width: 100%;
    height: 41px;
}

.card2 {
    border: 1px solid #eee;
    padding: 15px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.card2 .img-bx {
    width: 100%;
    height: 130px;
    margin-bottom: 10px;
}

.card2:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    transition: all 0.3s ease-in-out;
}

.card2 .img-bx img {
    width: 100%;
    height: 130px;
    object-fit: contain;
}

.card2 .txt-bx {
    text-align: center;
}

.card2 .txt-bx h2 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
}

.card2 .txt-bx p {
    font-size: 14px;
    margin-bottom: 0px;
}

.card2 .txt-bx span {
    font-weight: 600;
    font-size: 16px;
}

.sec-heading {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-left: 3px;
    position: relative;
}

.sec-heading::before {
    content: '';
    position: absolute;
    background: #ea4636;
    width: 2px;
    height: 75%;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.owl-stage-outer {
    padding: 10px 0px;
    position: relative;
}

.owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 !important;
}

.owl-nav button {
    background: #fff !important;
    border-radius: 20px !important;
    position: relative;
    width: 35px;
    transition: all 0.3s ease-in-out;
    height: 35px;
    border: 1px solid #fff !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.owl-nav button span {
    font-size: 30px !important;
    position: absolute;
    top: 50%;
    height: auto;
    line-height: 0;
    left: 50%;
    transform: translate(-50%);
}

.owl-nav button:first-child img {
    transform: rotate(90deg);
}

.owl-nav button:last-child img {
    transform: rotate(280deg);
}

/* Media query Start  */
.theme-btn {
    background: #1b1e42;
    color: #fff;
    padding: 5px 17px;
    font-size: 12px;
    border-radius: 5px;
    cursor: pointer;
    letter-spacing: 0.2px;
}

.theme-btn:hover {
    color: #fff !important;
    background: #505599;
}

.theme-btn-lg:hover {
    background-color: #ea4636e8;
}

.theme-btn-lg {
    color: #fff;
    padding: 5px 25px;
    font-size: 18px;
    border-radius: 10px;
    display: block;
    width: 100%;
    background: #252525;
}

.btn_group {
    display: flex;
    align-items: center;
    gap: 15px;
}

.buy_now {
    text-align: center;
    color: #fff;
    padding: 7px 15px;
    font-size: 14px;
    border-radius: 8px;
    display: block;
    width: 100%;
    border: 0;
    background: #252525;
}

.buy_now:hover {
    color: #fff !important;
}

.outline_btn {
    color: #252525;
    padding: 7px 15px;
    font-size: 14px;
    border-radius: 8px;
    display: block;
    width: 100%;
    border: 1px solid #b9b9b9;
}

.outline_btn:hover {
    color: #606060 !important;
    border: 1px solid #252525;
}

.forgot_txt {
    color: #2b35d7;
    font-weight: 300;
    font-size: 13px;
}

label {
    display: inline-block;
    color: #252525;
    font-weight: 300;
    font-size: 13px !important;
    text-transform: capitalize;
}

.modal-body,
.modal-header {
    padding: 0;
    border: none;
}


.form-group {
    margin-bottom: 12px;
    position: relative;
}

.form-group .form-control {
    border: 1px solid #c1c1c1;
    border-radius: 40px;
}

textarea {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #e6e6e6;
    padding: 10px 12px;
    resize: none;
}

textarea:focus-visible {
    border: 1px solid #e6e6e6;
    outline: none !important;
    box-shadow: none !important;
}

.form-check-input {
    width: 20px;
    height: 20px;
}

.form-check-input:checked {
    background-color: #1b1e42;
    border-color: #1b1e42;
}

.btn {
    transition: all 0.3s ease-in-out;
}

.btn:hover {
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    transition: all 0.3s ease-in-out;
}

.btn:focus {
    box-shadow: none !important;
}

@media only screen and (max-width: 1400px) {
    body {
        font-size: 14px;
    }

    .cust-slider .card_txt h2 {
        font-size: 40px;
        margin-bottom: 30px;
        line-height: 36px;
        font-size: 26px;
    }



    .breadcrumb_wrap .breadcrumb li {
        font-size: 13px;
        font-weight: 400;
    }

    .breadcrumb_wrap .breadcrumb li a {
        font-size: 13px;
        font-weight: 400;
    }
}

@media only screen and (max-width: 991px) {
    .banner_slider .carousel_caption h3 {
        margin-bottom: 15px;
        line-height: 40px;
        font-size: 25px !important;
    }

    .auth_wrap .modal-dialog {
        max-width: 800px;
    }

    .table_wrap {
        margin: 20px 0px;
    }

    .filter-sidebar {
        top: 215px;
    }

    .header {
        padding: 5px 0px;
    }

    .top-bar h2 {
        font-size: 14px !important;
    }

    .bg-img {
        height: 300px;
    }

    .bg-img h3 {
        font-size: 40px;
    }

    .cust-slider .carousel-item img {
        height: 250px;
    }

    .video-wrap h4 {
        font-size: 23px;
        margin-bottom: 2px;
        font-weight: 700;
        margin-bottom: 50px;
    }

    .right-menu {
        display: block !important;
    }

    /* .top-menu {
        display: none;
    } */

    .cust-slider .card_txt h2 {
        line-height: 36px;
        font-size: 26px;
        margin-bottom: 10px;
    }

    .mobile-logo {
        display: block;
    }

    .section {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .section.video-wrap {
        background: #e1e1e1;
    }

    /* .lnone {
        position: absolute;
        left: 0;
    } */

    .header .item-left,
    .header .item-right {
        flex: 1 1 auto !important;
    }

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel button.owl-dot {
        display: none;
    }

    .cust-slider {
        display: block;
    }

    .flex_r {
        flex-wrap: wrap-reverse;
        display: flex;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        /* padding-bottom: 20px; */
    }

    .cust-slider .carousel-outer {
        width: calc(100%);
    }

    .cust-slider .card_txt {
        max-width: 400px;
        margin: auto;
        text-align: center;
        padding-bottom: 20px;
    }

    .baner-txt {
        gap: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .cust-slider {
        gap: 0;
    }

    .auth_wrap .modal-dialog {
        max-width: 500px;
        margin: auto;
    }

    .auth_wrap form {
        width: 100%;
    }

    .cover_img {
        display: none;
    }

    .filter-sidebar {
        top: 206px;
    }

    .breadcrumb_wrap .breadcrumb {
        padding: 7px 0px;
    }

    .filter-sidebar.show {
        z-index: 99;
    }

    .filter-sidebar.show~.page_wrapper {
        max-width: 100%;
    }

    .close-icon {
        display: flex;
        justify-content: flex-end;
        margin-right: 12px;
        font-size: 23px;
        font-weight: 100;
        margin-top: -10px;
        margin-bottom: 25px;
    }

    .top-bar {
        flex-wrap: wrap;
    }

    .top-bar .filter {
        text-align: end;
        justify-content: end;
        display: flex;
    }

    .bg-img h3 {
        font-size: 30px;
    }
}


@media only screen and (max-width: 625px) {
    .baner-txt {
        gap: 10px;
    }

    .bg-img {
        height: 200px;
    }



    .cust-slider .carousel-item img {
        height: 150px;
    }

    .top-menu ul {
        gap: 15px;
    }

    .banner_slider .carousel_caption h5 {
        font-size: 25px;
        left: 20%;
    }
}

@media only screen and (max-width: 575px) {
    .bg-img h3 {
        font-size: 21px;
        line-height: 30px;
    }

    .bottom-f-bg {
        margin-top: 15px;
    }

    .banner_slider .carousel_caption {
        padding: 0;
    }

    .banner_slider .carousel_caption h5 {
        font-size: 20px !important;
        letter-spacing: 0;
    }

    .banner_slider .carousel_caption h3 {
        display: none;
    }

    .auth_wrap .modal-dialog {
        max-width: calc(100% - 20px);
        margin: auto;
    }

    .table_wrap {
        margin: 15px 0px;
    }

    .select_lens-popup {
        padding: 0;
    }

    .select_lens-popup .lens-list li .icon {
        min-width: 30px;
        min-height: 30px;
        max-height: 30px;
        max-width: 30px;
        margin-bottom: 6px;
    }

    .select_lens-popup .lens-list li .list_content h5 {
        font-size: 14px;
        font-weight: 500;
    }

    .select_lens-popup .lens-list li .list_content p {
        font-size: 12px;
    }

    .cat-wrap {
        flex-wrap: wrap;
    }

    .cat-wrap .sm_bx {
        max-width: 100%;
    }

    .page_wrapper {
        height: calc(100%);
    }

    .topbar_content {
        gap: 9px;
    }

    .topbar_content_inner {
        justify-content: space-between;
        /* width: 100%; */
    }

    .filter-sidebar {
        top: 253px;
    }

    .top-bar .filter {
        font-size: 12px;
    }

    .form-select {
        font-size: 12px !important;
    }

    .top-bar h2 {
        font-size: 12px !important;
    }

    .top-bar .short_by {
        font-size: 12px !important;
    }

    .breadcrumb_wrap .breadcrumb a {
        font-size: 12px !important;
    }

    .breadcrumb_wrap .breadcrumb li {
        font-size: 12px;
    }

    .breadcrumb_wrap .breadcrumb {
        gap: 5px;
    }

    /* .top-header {
        height: 112px;
    } */

    .container-fluid {
        max-width: 100%;
        margin: auto;
    }

    /* .carousel_caption h5 {
        font-size: 25px;
        left: 20%;
    } */

    .logo img {
        width: 60px;
    }

    .cust-slider .carousel-item img {
        height: 130px;
    }

    .video-wrap h4 {
        font-size: 23px;
        margin-bottom: 20px;
        font-weight: 600;
    }

    .mb-16 {
        margin-bottom: 8px;
    }

    .baner-img {
        gap: 8px;
        margin-bottom: 8px;
    }

    .j-center {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        max-width: 150px;
        line-height: 14px;
        /* margin-bottom: 5px; */
    }

    .header .item-right a {
        margin-left: 0 !important;
    }

    .header .mobile-menu-trigger {
        width: 20px !important;
        margin-left: 0 !important;
        height: 20px;
    }

    .header .item-right {
        gap: 14px !important;
    }

    .top-menu ul {
        gap: 14px !important;
    }

    /* p {
        font-size: 14px;
    } */

    .section {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .gray-bg {
        padding-bottom: 13px !important;
    }

    .card-bx h4 {
        font-size: 13px;
    }

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel button.owl-dot {
        display: none;
    }

    .trandig-txt h4 {
        font-size: 23px;
        font-weight: 300;
    }

    .trandig-txt span {
        font-size: 23px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .cust-slider .card_txt h2 {
        text-transform: capitalize;
        font-weight: 700;
        font-size: 20px;
        margin-bottom: 10px;
    }

    .trandig-txt {
        text-align: center;
    }

    footer {
        margin-top: 0px;
        padding-top: 15px;
    }

    footer p {
        font-size: 13px;
        font-weight: 200;
        line-height: 23px;
    }
}

@media only screen and (max-width: 400px) {
    .banner_slider .carousel_caption h5 {
        font-size: 18px !important;
        margin-bottom: 15px;
    }

    .center-icon {
        justify-content: center;
        width: 100%;
    }
}


.breadcrumb_wrap {
    background-image: url('https://img.freepik.com/free-photo/young-woman-with-sunglasses-black-t-shirt_140725-12984.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #0c0107;
    background-position-x: 100%;
    height: 83px;
    padding: 15px;
}

.breadcrumb_wrap nav {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: white !important;
}

.product-thumbnail .card {
    border-radius: 8px;
}

.image-wp a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-wp a img,
.product-thumbnail .card img {
    transition: 0.3s all;
}

.image-wp a:hover img,
.product-thumbnail .card:hover img {
    transform: scale(1.1) translate(0);

}

.item-card:hover{
    box-shadow: 0 0px 25px rgba(0, 0, 0, 0.3);
}