@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root {
    --red: #b31942;
    --blue: #0a3161;
    --black: #1d1d1f;
    --green: #5ea813;
    --white: #ffffff;
    --grey-1: #6e6e73;
    --grey-2: #edf2f4;
    --grey-3: #f4f4f4;
    --grey-4: #fafafa;
    --orange: #feaf00;
    --light-blue: #e3edf6;
    --font-family: "Roboto", sans-serif;
}

* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

body {
    font-family: var(--font-family);
    overflow-x: hidden;
    background-color: #F5F5F7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Inter", sans-serif;
}

h1 {
    color: var(--blue);
    font-size: 55px;
    font-weight: 800;
}

h2 {
    font-size: 28px;
    color: var(--red);
    font-weight: 700;
    text-transform: capitalize !important;
}

h3 {
    color: var(--white);
    font-size: 35px;
}

h4 {
    color: var(--black);
    font-size: 28px;
}

h5 {
    color: var(--black);
    font-size: 18px;
    font-weight: 700;
}

h6 {
    font-size: 15px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
}

p {
    font-size: 14px;
    font-family: var(--font-family);
}

a {
    text-decoration: none;
    color: var(--black);
    font-family: var(--font-family);
}

p,
nav li .nav-link {
    color: var(--black);
    font-family: var(--font-family);
}

.red {
    color: var(--red);
}

.blue {
    color: var(--blue);
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1440px;
    }
}

.bg-white-h {
    background-color: #F5F5F7;
    box-shadow: 0 1px 6px #e7e7e7;
}


.form-select {
    width: 60%;
}

.form-control,
.form-select {
    color: var(--grey-1);
    font-size: 14px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    padding: 10px 20px;
}

.form-select:focus,
.form-control:focus {
    border-color: var(--white);
    box-shadow: none;
    border: var(--bs-border-width) solid var(--bs-border-color);
}

/* header */

.web-logo .logo {
    padding: 5px 0px 4px;
    width: 117px;
}

.all-product-menu-bar {
    z-index: 999 !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 10px;
    padding-left: 10px;
}

.navbar.navbar-expand-lg {
    padding: 0;
}

.navbar .navbar-nav li a {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    text-align: start;
}

.nav-link.dropdown-toggle {
    color: var(--blue);
    padding: 10px 20px;
}

header .dropdown-item {
    position: relative;
}

header .dropdown-item:first-child::after {
    content: none;
}

header .dropdown-item.active,
header .dropdown-item:active {
    color: #000;
    background-color: #dfdedd;
}

header .dropdown-menu li:after {
    content: "";
    position: absolute;
    right: 15px;
    top: 20px;
    background-repeat: no-repeat;
    z-index: 99;
    width: 15px;
    height: 15px;
}

header .sub-dropdown li:after {
    content: none;
}

header .sub-dropdown-item {
    width: 100%;
}

header .dropdown-menu {
    max-height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
}

header .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
}

header .sub-dropdown {
    position: absolute;
    right: -265px;
    top: 0px;
    width: 100%;
    background: #fafafa;
    box-shadow: 10px 10px 52px 7px rgba(0, 0, 0, 0.16);
    padding: 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
}

header .dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
}

header .dropdown-menu .sub-dropdown-li:hover .sub-dropdown {
    opacity: 1;
    visibility: visible;
}

.navbar-nav .nav-link.show {
    color: rgb(255 255 255);
}

header .dropdown-item::after,
header .sub-dropdown-li .dropdown-item:after {
    content: "";
    position: absolute;
    background: radial-gradient(ellipse at top,
            #ddd 0,
            rgba(255, 255, 255, 0) 77%);
    top: 0;
    left: 0;
    width: 100%;
    height: 5%;
}

header .dropdown-menu li {
    display: flex;
    align-items: center;
    position: relative;
}

/* setting search box css */
.Scriptcontent {
    position: relative;
}

.Scriptcontent #search-btns {
    font-size: 18px;
    color: #000000;
    padding-top: 5px;
}

.Scriptcontent #search-btns:hover {
    cursor: pointer;
}

.Scriptcontent .sblock {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    overflow: hidden;
    text-align: center;
    margin: 0;
    z-index: 1050;
}

.Scriptcontent.blosblockck:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: 0;
}

.Scriptcontent .centereds {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    padding: 10px 15px;
    border: none;
    background: #fff;

}

.Scriptcontent #search-box {
    position: relative;
    width: 40%;
    margin: auto;
    background-color: #fff;
}

.Scriptcontent #search_form {
    height: 3em;
    border: 1px solid #cccccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff;
    overflow: hidden;
}

.Scriptcontent #searchbox {
    font-size: 14px;
    color: #000;
    border-width: 0;
    background: #fff;
}

.Scriptcontent #search-box input[type="text"] {
    width: 100%;
    padding: 13px;
    color: #333;
    outline: none;
    font-size: 14px;
    background-color: #fff;
}

.Scriptcontent #search-btn {
    position: absolute;
    top: 3px;
    right: 3px;
    height: 3em;
    width: 40px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 35px;
    border-width: 0;
    background-color: #b31942;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    cursor: pointer;
    z-index: 9999;
}

.Scriptcontent #close-btn {
    position: fixed;
    top: 1.3em;
    right: 25%;
    background: #b31942;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
}

.Scriptcontent #close-btn:hover {
    color: #ddd;
    cursor: pointer;
}

.Scriptcontent #search-overlay {
    display: none;
}

#search-box input.form-control {
    padding: 12px 58px 10px 10px;
}

#searchResults {
    position: absolute;
    top: 63px;
    left: 0;
    right: 0;
    width: 39%;
    margin: auto;
    border: 1px solid #ccc;
    background: #fff;
    -webkit-box-shadow: 0 0 6px #ddd;
    -ms-box-shadow: 0 0 6px #ddd;
    -o-box-shadow: 0 0 6px #ddd;
    box-shadow: 0 0 6px #ddd;
    border-radius: 1px;
    max-height: 400px;
    overflow-y: auto;
    display: none;
    z-index: 10;
}

.search-result-secs {
    display: flex;
    width: 100%;
}

.search-result-secs .search-result-list-box {
    border-right: 1px solid #ddd;
    width: 50%;
}

.search-result-secs .search-result-list-box-2 {
    width: 50%;
    padding: 12px;
}

.search-result-secs .search-result-list-box ul {
    list-style: none;
    padding: 12px;
    text-align: left;
    margin-bottom: 5px;
}

.search-result-secs .search-result-list-box ul li {
    display: block;
    margin-bottom: 10px;
}

.search-result-secs .search-result-list-box ul li a {
    color: #525252;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}

.search-result-list-box-2 .result-list-box {
    display: flex;
    width: 100%;
    padding: 10px;
    text-align: left;
    margin-bottom: 5px;
}

.search-result-list-box-2 h2 {
    font-size: 14px;
    padding: 12px;
    text-align: left;
}

.search-list-img {
    width: 25%;
}

.search-list-img img {
    object-fit: contain;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
}

.search-result-list-descp {
    width: 75%;
}

.search-result-list-descp h3 {
    font-size: 12px;
    font-weight: 500;
    color: #040c13;
    margin-bottom: .2rem;
}

.search-result-list-descp h3 a {
    color: #040c13;
    text-decoration: none;
}

.search-result-list-descp h3 a:hover {
    text-decoration: underline;
}

.search-model-sec span {
    color: var(--blue);
    font-size: 13px;
}

/* wishlist cart */
.wishlist,
.cart {
    position: relative;
    padding-top: 8px;
}

.wishlist-num,
.cart-num {
    background: var(--red);
    font-weight: 500;
    color: var(--white);
    font-size: 12px;
    padding: 1px;
    border-radius: 28px;
    width: 18px;
    height: 18px;
    position: absolute;
    text-align: center;
    top: 0px;
    left: 25px;
}

.wishlist-num {
    left: 35px;
}

.user-sign-in img {
    border: 1px solid #cddbe1;
    border-radius: 50%;
    padding: 9px 10px;
}
.user-sign-in a.sign-in-icons{
    border: 1px solid #cddbe1;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    line-height: 32px;
    background-color: #e7edef;
    text-align: center;
    font-size: 20px;
}
/* mobile menu */
.mobile-menu .btn.btn-menu:focus {
    outline: none;
    border: none;
}

.search-btn {
    background-color: var(--blue);
    border: none;
    padding: 2px 15px 0;
    color: #ffffff;
}

/* main page css */
.ptb-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}

.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.ptb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.pt-30 {
    padding-top: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}

/* top categories */
.top-cat-text p {
    color: #C6C0C0;
    font-family: "Roboto", sans-serif;
    font-size: 38px;
    font-weight: 500;
    line-height: 46px;
}

.top-cat-text p span {
    color: #0A3161;
    font-weight: 700;
}

.top-cat-list ul {
    list-style: none;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    /* flex-wrap: wrap; */
    margin-bottom: 0;
}

.top-cat-list ul li {
    text-align: center;
    padding: 0px 15px;
}

.top-cat-list ul li p {
    color: #1D1D1F;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 142.857% */
    padding-top: 15px;
}

.top-cat-list .img-c:hover img {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition: .5s;
    transition: .5s;
}

/* banner slidre */
#bnrCarousel .item {
    padding: 0;
}

#bnrCarousel .item img {
    border-radius: 18px;
    width: 100%;
    cursor: pointer;
}

#bnrCarousel .owl-dots {
    position: absolute;
    bottom: 10%;
    left: 50px;
    display: block;
    width: 70%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
}

#bnrCarousel .owl-dots .owl-dot.active span {
    background: #b41e45;
}

#bnrCarousel .owl-dots .owl-dot span {
    margin: 3px 4px;
    background: #545454;
}

#bnrCarousel .owl-dots .owl-dot:hover span {
    background: #ffffff;
}

/* heading-title */
.heading-title h2 {
    font-weight: 700;
    text-transform: capitalize !important;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: #6E6E73 !important;
}

.heading-title h2 span {
    color: #0A3161;
    font-weight: 600;
}

.heading-title h2.h-text-dark {
    color: #0A3161 !important;
}

#catCarousel .item img {
    width: 100%;
    border-radius: 18px;
    -webkit-transition: .5s;
    transition: .5s;
}

#catCarousel .p-imgs:hover img {
    -webkit-transform: scale3d(1.01, 1.01, 1.01);
    -ms-transform: scale3d(1.01, 1.01, 1.01);
    -o-transform: scale3d(1.01, 1.01, 1.01);
    transform: scale3d(1.01, 1.01, 1.01);
}

/* product slider */
.product-box {
    transition: 0.5s ease;
    border-radius: 18px;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 7.4px 1px rgba(0, 0, 0, 0.06);
    -ms-box-shadow: 0px 0px 7.4px 1px rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0px 0px 7.4px 1px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 7.4px 1px rgba(0, 0, 0, 0.06);
    position: relative;
    height: 400px !important;
}

.product-box .product-img {
    background: #fff;
    /* height: 200px; */
    min-height: 171px;
    padding: 35px 25px;
    width: 100%;
    margin: 0 auto;
    border-radius: 18px;
}

.product-box .product-img img {
    width: 146px;
    height: 163px;
    object-fit: contain;
}

.second-pro-img {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.second-pro-img {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.product-box:hover img:not(.second-pro-img) {
    opacity: 0;
}

.product-box:hover .second-pro-img {
    opacity: 1;
}

.product-box .p-txt .product-off {
    font-size: 14px;
    line-height: 19px;
}

.product-box .p-txt .product-off {
    color: #B41E45;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    display: block;
    min-height: 35px;
    height: 100%;
}

.product-box .p-txt .product-off span{
    background: #b51d45;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
}

.product-box h6 {
    color: #464646;
    font-size: 16px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    margin: 5px 0 0;
}

.product_name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-box p.price-prdcut {
    font-weight: 600;
    margin-bottom: 0px;
    width: 100%;
    font-size: 17px;
    bottom: 0;
    position: absolute;
    overflow: hidden;
    padding: 16px;
}

.product-box .old-price {
    font-size: 13px;
    color: #b5b5b5;
    font-weight: 500;
    padding-left: 6px;
}

.product-box:hover .price-prdcut {
    color: #fff;
    border-radius: 0px 0px 18px 18px;
    background: #0A3161;
    text-align: center;
    transition: 0.5s ease;
}

.product-slider .owl-carousel .owl-nav button {
    position: absolute;
    background-color: #d2d2d7a3;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 0px 3px 1px #8495ab70;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    display: flex;
    top: 45% !important;
    z-index: 9;

}

.product-slider .owl-carousel .owl-nav button.owl-prev {
    left: -15px;
}

.product-slider .owl-carousel .owl-nav button.owl-next {
    right: -15px;
}

.product-slider .owl-carousel .owl-nav button svg {
    width: 13px;
}

.product-slider .owl-carousel .owl-nav button {
    opacity: 0;
}

.product-slider .owl-carousel:hover .owl-nav button {
    opacity: 1;
    transform: scale(.8);
    transition: transform .5s ease-in, opacity .7s cubic-bezier(.15, 0, .2, 1) .1s;
}

.statics .info-box {
    display: flex;
    /* justify-content: space-around; */
    /* background-color: var(--grey-3); */
    align-items: center;
    padding: 24px 63px 23px 24px;
    /* border-radius: 10px; */
    border-radius: 18px;
    background: #FFF;
    box-shadow: 0px 0px 7.4px 1px rgba(0, 0, 0, 0.06);
    transition: 0.5s ease;
}

.statics .info-box:hover {
    box-shadow: 0px 0px 9px 1px rgb(78 78 78 / 24%);
}

.statics .info-img {
    margin-right: 18px;
}

.statics .info-box .info-text {
    color: #303030;
    font-size: 14px;
    font-weight: 400;
}

.statics .info-box h6 {
    color: #303030;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 700;
}

.statics .info-box p {
    margin-bottom: 0px;
}

.statics .info-box .info-text {
    color: #303030;
    font-size: 14px;
    font-weight: 400;
}

/* banner offers */
.offer-bank-imgs img {
    width: 100%;
    border-radius: 18px;
    -webkit-transition: .5s;
    transition: .5s;
}

.offer-bank-imgs:hover img {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

footer {
    background: #090909;
}

.footer-title {
    color: #FDFDFD;
    line-height: 20px;
    padding-bottom: 10px;
}

.footer-list {
    font-family: var(--font-family);
    padding: 0;
    list-style: none;
}

.footer-list li {
    margin-bottom: 10px;
}

.footer-list li a {
    color: #C2C1C1;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.form-control,
.form-select {
    color: var(--grey-1);
    font-size: 14px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    padding: 10px 20px;
}

.subscribe-btn {
    background: #5B5E63;
    color: #A2A9B0;
    padding: 10px 30px;
    /* border: 2px solid var(--blue); */
}

.subscribe-btn:hover {
    background: transparent;
    color: #A2A9B0;
    border: 1px solid var(--white);
}

.footer-social {
    color: var(--blue);
    list-style: none;
    padding-left: 0;
}

.footer-social li a {
    background-color: var(--grey-3);
    color: var(--blue);
    /* padding: 11px 15px; */
    border-radius: 50px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: flex;
    margin-right: 5px;
}

.footer-social a i {
    color: #000;
    margin: auto;
}

.footer-social a:hover i {
    color: #fff;
}

.footer-social li a:hover {
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
    transform: translateY(3px);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.footer-social li a.facebook:hover {
    background-color: #3b5998;
}

.footer-social li a.insta:hover {
    background-color: #AA1E5A;
}

.footer-social li a.linke:hover {
    background-color: #0077b5;
}

.footer-social li a.tw:hover {
    background-color: #2c2c2c;
}

.copyright-brd {
    border-top: 1px solid rgba(236, 229, 229, 0.51);
}

.copyright {
    font-size: 12px;
    text-align: center;
    font-weight: 400;
    color: #fff;
}

/* all cat */
.text-see-all {
    color: #0a3161;
    font-weight: 500;
    padding-right: 15px;
    font-size: 15px;
}

.breadcrumb {
    background: #FFF;
    padding: 10px 0;
    margin-bottom: 0;
}

.breadcrumb ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.breadcrumb ul li {
    display: inline;
    margin-right: 5px;
    text-transform: capitalize;
}

.breadcrumb ul li a {
    color: #2D2D2D;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

.breadcrumb ul li span.active {
    color: #0a3161;
    font-weight: 500;
}

.row-center-sec .row {
    justify-content: center;
}

.brand-product-cat-img {
    text-align: center;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 0 15px;
}

.brand-product-cat-img img {
    height: auto;
    margin: auto;
    object-fit: contain;
    padding: 10px 35px;
}

.brand-product-cat-img h4 {
    font-size: 16px !important;
    font-weight: 600 !important;
}

.brand-product-cat-img:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

/* pagination */
.pagination .page-link {
    color: #0a3161;
}

.pagination .active>.page-link,
.page-link.active {
    color: #ffffff;
    background-color: #b41e45;
    border-color: #b41e45;
}

.page-link:focus {
    background-color: #f5f5f7;
    outline: 0;
    box-shadow: none;
}

/* shop page */
.sidebar-shop {
    position: sticky;
    overflow-y: auto;
    top: 10% !important;
    /* background-color: #f8f9fa; */
}

.sidebar-shop::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.sidebar-shop::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

.sidebar-shop::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #dbe5f0;
}

.sidebar-shop .accordion-item {
    border: 1px solid var(--grey-shades-2, #edf2f4);
    margin-bottom: 5px;
    border-radius: 10px;
}

.sidebar-shop .accordion-item .accordion-button {
    background: transparent;
    border: 0;
    box-shadow: none;
    text-transform: uppercase;
}

.sidebar-shop .accordion-item .accordion-button {
    color: var(--heading, #1d1d1f);
    font-size: 16px;
    font-weight: 700;
}

.filter-product-list .form-group {
    margin-bottom: 10px;
}

.filter-product-list .form-group input {
    padding: 0;
    width: 18.648px;
    height: 18.648px;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.filter-product-list .form-group label {
    position: relative;
    cursor: pointer;
    color: var(--grey-shades-1, #6e6e73);
    font-size: 14px;
    font-weight: 500;
}

.filter-product-list .form-group input:checked+label:before {
    border: 2px solid var(--primary, #0a3161);
    background: var(--primary, #0a3161);
}

.filter-product-list .form-group label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #6e6e73;
    padding: 6px;
    border-radius: 2px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 6px;
}

.filter-product-list .form-group input:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 6px;
    width: 5px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.mobile-filter button {
    background-color: transparent;
}

.mobile-filter button span {
    padding: 3px;
}

.appli-clear-filter {
    background-color: #f9f9f9;
    padding: 8px 15px;
    display: flex;
    justify-content: space-between;
}

.appli-clear-filter button.btn.btn-secondary {
    background-color: #e3edf6;
    border-radius: 2px;
    color: #0a3161;
    border: 0;
    padding: 5px 25px;
}

.appli-clear-filter button.btn.btn-primary {
    background-color: #0a3161;
    border-radius: 2px;
    border: 0;
    padding: 5px 25px;
}

h4.offcanvas-title {
    font-size: 20px;
    font-weight: 600;
    color: #0a3161;
}

/* extra page css */
.extra-heading h2 {
    color: var(--blue);
    font-size: 40px;
    font-weight: 800;
}

.extra-content-sec {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 20px;
}

.faq-page .accordion-item {
    border-radius: 0 !important;
    margin-bottom: 21px;
    border: 1px solid #e0e6e9 !important;
    box-shadow: 0 4px 11px #edf2f4;
}

.faq-page .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}

.faq-page button.accordion-button.collapsed,
button.accordion-button {
    color: var(--heading, #1d1d1f);
    font-size: 16px;
    font-weight: 700;
}

.contact-pages {
    background-color: #ffffff;
}

.extra-content-sec ul li {
    font-size: 14px;
    margin-bottom: 10px;
}

.still-contact {
    background-color: #fff;
    box-shadow: 0 8px 16px 0 #00000029;
    padding: 30px 20px;
    width: fit-content;
    text-align: center;
    border-radius: 8px;
}

.phone-icon {
    padding-bottom: 20px;
}

.phone-icon i {
    font-size: 22px;
    color: #b31942;
}

.still-contact a {
    font-size: 18px;
    font-weight: 600;
}

/* product details page*/
.product-p-1 {
    border-radius: 10px;
    background: #FFF;
    margin-bottom: 30px;
    padding: 30px 20px;
}

.product-images-sec {
    position: relative;
}

.wishlist-add-p-icon {
    position: absolute;
    right: 1.5%;
    top: 1.5%;
    z-index: 99;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 32px;
    background-color: #ebebeb;
    border-radius: 50%;
    text-align: center;
}

.wishlist-add-p-icon a i {
    color: #6E6E73;
    font-size: 16px;
}
.wishlist-add-p-icon .wishlist-button.active i{
    color: #b31942;
}
.product-details-crousel #sync1 {
    border: 1px solid #D9D9D9;
    margin-bottom: 20px;
    border-radius: 2px;
}

.product-details-crousel #sync1 .item {
    /* background: #0c83e7; */

    margin: 10px;
    text-align: center;
}

.product-details-crousel #sync1 .item img {
    margin: 0 auto;
    text-align: center;
    width: 454px;
    padding: 52px 30px 40px;
    height: 466px;
    object-fit: contain;
}

.product-details-crousel #sync2 .item {
    max-width: 70px;
    height: 70px;
    margin: 0 auto;
    border: 1px solid #D9D9D9;
    margin: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}

.product-details-crousel #sync2 .item img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    padding: 6px;
}

.product-details-crousel #sync2 .current .item {
    border: 2px solid #196DB6;
}

.product-details-sec h1.product-name {
    font-size: 18px;
    color: #1D1D1F;
    font-weight: 600;
    Line-height: 1.4;
    margin-bottom: 15px;
}

.product-details-sec .brand-model-sec {
    display: flex;
    margin-bottom: 10px;
}

.product-details-sec .brand-model-sec .brand-sec {
    margin-right: 1rem;
    font-size: 1rem;
    color: #1a1f29;
}

.product-details-sec .brand-model-sec .brand-sec a.brand-link {
    color: #0046be;
}

.product-details-sec .brand-model-sec .brand-sec a:hover {
    text-decoration: underline;
}

.product-details-sec .brand-model-sec .model-sec {
    margin-right: .5rem;
    font-size: 1rem;
    color: #1a1f29;
}

.product-rating-view {
    margin-bottom: 15px;
}

.product-rating-view .rating-icon {
    display: flex;
    align-items: center;
}

.product-rating-view .rating-icon span {
    font-size: 13px;
    font-weight: 500;   
    color: #484848;
}
.product-rating-view .rating-icon a{
    text-decoration: underline;
}
.product-rating-view .rating-icon .rating-star {
    font-size: 14px;
    color: #FDD65D;
    padding-right: 10px;
}

.product-price-sec {
    display: flex;
    margin-bottom: 15px;
}

.product-price-sec h2.product-sell-price {
    color: #b31942;
    font-size: 32px;
    font-weight: 700;
    margin-right: 10px;
}

.prodcut-save-sec p.product-cost-price {
    color: #6E6E73;
    font-size: 14px;
    margin-bottom: -2px;
}

.prodcut-save-sec .save-amt {
    background-color: #bb0628;
    color: #fff !important;
    font-weight: 500 !important;
    margin-right: 4px;
    font-size: 14px !important;
    line-height: 18px;
    padding: 2px 5px;
}

.product-sizes-details {
    margin-bottom: 20px;
}

h3.size-name {
    font-size: 14px;
    color: #222222;
}

h3.size-name strong {
    color: #1a1f29;
    font-size: 15px;
}

.product-sizes-details .sizeattribute .options {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
}

.product-sizes-details .sizeattribute .options .option {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    width: fit-content;
    height: auto;
    padding: 5px 10px 5px 11px;
    margin: 10px 10px 0 0;
    font-size: 14px;
    font-weight: 500;
    color: #0f1111;
    border-radius: 3px;
    border: 1px solid #cdcbcb;
    cursor: pointer;
    user-select: none;
    transition: ease all 0.3s;
}

.product-sizes-details .sizeattribute .options .option:hover {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}

.product-sizes-details .sizeattribute.size .options .option.activ {
    color: #fff;
    border-color: #0a3161;
    background-color: #0a3161;
}

.product-extra-storage-details {
    margin-top: 20px;
}

.product-extra-storage-details ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 10px;
}

.product-extra-storage-details ul li {
    display: flex;
    align-items: flex-start;
}

.product-color-details {
    margin-bottom: 30px;
}

.product-color-details .colorattribute .coptions {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
    overflow: auto;
}

.product-color-details .colorattribute .coptions .coption {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    padding: 2px 3px;
    margin: 10px 10px 0 0;
    border-radius: 3px;
    border: 1px solid #cdcbcb;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: ease all 0.3s;
    width: 60px;
    height: 100%;
    max-height: 65px;
}

.product-color-details .colorattribute .coptions .coption img {
    max-height: 55px;
    height: 100%;
    max-width: 60px;
    width: 100%;
    object-fit: contain;
    padding: 3px;
    margin: auto;
    display: flex;
}

.product-color-details .colorattribute .coptions .coption:hover {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}

.product-color-details .colorattribute.color .coptions .coption.cactive {
    border: 2px solid #196DB6;
}

.product-quantity {
    margin-bottom: 20px;
}

.product-quantity .quantity-container {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.product-quantity .quantity-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    background-color: #0a3161;
    color: white;
    border: none;
    font-size: 18px;
    cursor: pointer;
}

.product-quantity .quantity-button.p-minus {
    border-radius: 15px 0 0 15px;
}

.product-quantity .quantity-button.p-plus {
    border-radius: 0 15px 15px 0;
}

.product-quantity .quantity-button:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

.product-quantity .quantity-input {
    color: #1D1D1F;
    font-size: 16px;
    font-weight: 500;
    border-radius: 0;
    text-align: center;
    padding: 4px;
    border: none;
    background: #EDF2F4;
    max-width: 32px;
    height: 32px;
    -moz-appearance: textfield;
    /* Firefox */
}

.product-quantity .quantity-input:focus-visible {
    outline: 0;
}

/* Hide up/down arrows in Chrome, Safari, Edge, and Opera */
.quantity-input::-webkit-outer-spin-button,
.quantity-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.product-buttons {
    margin-bottom: 15px;
}

.product-buttons .btn {
    color: var(--white);
    border-radius: 40px;
    font-size: 15px;
    padding: 7px 25px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "Inter", sans-serif;
}

.product-buttons .btn.btn-danger {
    background-color: var(--red);
    border: 2px solid var(--red);
}

.product-buttons .btn.btn-danger:hover {
    background-color: transparent;
    color: var(--red);
}

.product-buttons .btn.btn-primary {
    background-color: var(--blue);
    border: 2px solid var(--blue);
}

.product-buttons .btn.btn-primary:hover {
    background-color: transparent;
    color: var(--blue);
}

.product-buttons .btn.btn-primary i {
    padding-left: 5px;
}

.share-icons {
    display: flex;
}

.share-icons .share-box {
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background-color: #76767b;
    color: #fff;
    margin-right: 6px;
    border-radius: 50%;
}

.share-icons .share-box i {
    font-size: 14px;
    color: #fff;
}

.share-icons .share-box.sharefacebook {
    background-color: #1877f2;
}

.share-icons .share-box.shareinsta {
    background-color: #c5338a;
}

.share-icons .share-box.sharetele {
    background-color: #26a4e3;
}

.shareurl {

    position: relative;
}

.share-icons .share-box .copy-message {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #000;
    color: #fff;
    padding: 1px 6px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}

.share-icons .share-box .copy-message.show {
    opacity: 1;
    visibility: visible;
}

/* product-des-tab */
.product-des-tab .nav.nav-tabs .nav-item a.nav-link {
    color: #6E6E73;
    font-weight: 500;
    font-size: 14px;

}

.product-des-tab .nav.nav-tabs .nav-item.show .nav-link,
.product-des-tab .nav.nav-tabs .nav-link.active {
    border: none;
    border-bottom: 2px solid #1D1D1F;
    color: #1d1d1f !important;
    font-weight: 600;
}

.product-full-description {
    padding: 20px 0;
}

.product-full-description h3 {
    color: var(--blue);
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}

.product-full-description h4 {
    color: var(--blue);
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
}

.product-full-description p {
    font-size: 15px !important
}

.product-full-description ul {
    list-style: disc;
    padding-left: 1rem;
}

.product-full-description ul li {
    font-size: 15px !important;
    margin-bottom: 10px;
}

.read-more-text {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    /* Number of lines to show */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.read-more-text.expanded {
    -webkit-line-clamp: unset;
    display: block;
}


.read-more-button {
    display: inline-block;
    margin-top: 10px;
    background-color: transparent;
    color: #b31942 !important;
    padding: 0;
    border: none;
    border-radius: 0;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
}

.read-more-button:hover {
    background-color: transparent;
}

.d-specification ul {
    padding-left: 1.5rem;
}

.product-full-description.d-specification ul li {
    font-size: 15px !important;
    margin-bottom: 5px;
}

.product-review-sec {
    padding: 20px 0;
}

.no-review-sec .no-review {
    display: flex;
    justify-content: center;
}

.no-review-sec .no-review .review-text-star-sec {
    padding: 20px;
}

.no-review-sec .no-review .no-review-button {
    padding: 20px;
}

.reviewform {
    background: #FAFAFA;
    border-radius: 10px;
    padding: 25px 20px;
}

.reviewform label {
    color: var(--Grey-Shades-1, #6E6E73);
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.reviewform input[type=text],
.reviewform input[type=email] {
    margin-top: 5px;
    padding: 7px 20px;
    color: #6E6E73;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    border-radius: 10px;
    border: 1px solid #BCBCBC;
    background: transparent;
}

.reviewform textarea {
    margin-top: 5px;
    padding: 7px 20px;
    color: #6E6E73;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    border-radius: 10px;
    border: 1px solid #BCBCBC;
    background: transparent;
}

.reviewform .btn.btn-primary {
    color: var(--white);
    border-radius: 40px;
    font-size: 15px;
    padding: 7px 25px;
    letter-spacing: 0.5px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
}

.reviewform .btn.btn-primary {
    background-color: var(--blue);
    border: 2px solid var(--blue);
}

.reviewform .btn.btn-primary:hover {
    background-color: transparent;
    color: var(--blue);
}

.upload-product-img .image-upload-section {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
}

.upload-product-img .upload-box {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 2px dashed #bcbcbc;
    width: 100%;
    height: 130px;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
}

.upload-product-img .upload-box i {
    font-size: 20px;
    color: #bcbcbc;
}

.upload-product-img .preview-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
}

.upload-product-img .image-preview {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    object-fit: contain;
    overflow: hidden;
    border: 1px solid #bcbcbc;
    border-radius: 5px;
    background-size: cover;
    background-position: center;
}

.upload-product-img .remove-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: rgba(255, 0, 0, 0.8);
    color: white;
    border: none;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.upload-product-img .remove-btn:hover {
    background-color: red;
}

.star-rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.star-rating input[type="radio"] {
    display: none;
}

.star-rating label {
    font-size: 1.6rem;
    color: #ccc;
    cursor: pointer;
    transition: color 0.2s ease-in-out;
    margin-right: 3px;
}

.star-rating input[type="radio"]:checked~label {
    color: #ffc107;
}

.star-rating label:hover,
.star-rating label:hover~label {
    color: #ffc107;
}

.no-review-sec,
.review-with-form-sec {
    display: none;
}

.no-review-sec.active {
    display: block;
}

.review-with-form-sec.active {
    display: block;
}

.review-list-sec .review-box-list {
    border-bottom: 1px solid #edf2f4;
    display: flex;
    padding-top: 20px;
    padding-bottom: 30px;
    margin-bottom: 20px;
}

.review-list-sec .review-box-list .review-user-img {
    margin-right: 10px;
}

.review-list-sec .review-box-list .review-user-img .p-user-icon {
    width: 33px;
    height: 33px;
    line-height: 31px;
    border-radius: 50%;
    border: 1px solid #d1dee3;
    background-color: #e7edef;
    text-align: center;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 20px;
    color: #0a3161;
    margin-right: 10px;
}

.review-user-details .review-user-data {
    margin-bottom: 15px;
}

.review-user-details .review-user-data h5 {
    margin-bottom: .3rem;
}

.review-user-details .review-user-data .review-date {
    font-size: 14px;
    font-weight: 500;
    color: #303030;
}

.review-user-details .review-user-data .review-rating-star {
    color: #fdd65d;
    margin-top: 8px;
}

.review-user-details .review-user-data .review-rating-star i {
    font-size: 16px;
    margin-right: 3px;
}

.reviw-images-box .user-review-img {
    margin-right: 5px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.reviw-images-box .user-review-img a img {
    width: 75px;
    height: 75px;
    line-height: 75px;
    border-radius: 5px;
    object-fit: cover;
    background: #f3f3f3;
    padding: 5px;
    margin-right: 5px;
}

.cart-details-sec thead tr th h6 {
    color: var(--heading, #1d1d1f);
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.cart-details-sec thead tr th {
    background-color: transparent;
    border: none;
}

.cart-details-sec tbody tr.cart-left-box {
    border-bottom: 1px solid #dadada;
}

.cart-left-box {
    border-radius: 5px;
    background: #ffffff;
    /* box-shadow: 0px 5px 75px 0 rgba(0, 0, 0, 0.07); */
    padding: 20px 15px;
}

.cart-left-box td {
    padding: 10px;
    border: none;
    background: #ffffff;
    vertical-align: middle;
}

.cart-product-details-box {
    display: flex;
    align-items: center;
}

.cart-product-details-box .cart-product-img {
    background-color: #fff;
    padding: 7px;
    text-align: center;
    margin-right: 15px;
}

.cart-product-details-box .cart-product-img img {
    width: 60px !important;
    height: 60px;
    line-height: 60px;
    text-align: center;
    object-fit: contain;
}

.cart-product-details-box .discription-cart h5 {
    font-size: 14px;
    margin-bottom: 3px;
    font-weight: 500;
}

.cart-left-box .cart-p-total {
    color: #303030;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
}

.cart-order-summary .cart-order-details {
    border-radius: 5px;
    border: 1px solid var(--grey-shades-4, #FAFAFA);
    background: var(--grey-shades-4, #ffffff);
    padding: 30px 25px 20px;
    margin-bottom: 20px;
}

.cart-order-summary h5 {
    color: var(--heading, #1d1d1f);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 17px;
    margin-top: 7px;
    text-transform: capitalize;
}

.subtotal-rate {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.subtotal-rate .subtotal-heading p {
    margin-bottom: 0;
    color: var(--grey-shades-1, #6e6e73);
    font-size: 16px;
    font-weight: 400;
}

.subtotal-rate .sub-total-amt h6 {
    margin-bottom: 0;
    color: var(--heading, #1d1d1f);
    font-size: 14px;
    font-weight: 700;
}

.divider {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid var(--grey-shades-2, #edf2f4);
}

.subtotal-rate .grand-total p {
    color: var(--heading, #1d1d1f);
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 0;
}

.subtotal-rate .grand-total-amt h6 {
    color: var(--heading, #1d1d1f);
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 0;
}

.proceed-button .btn.btn-primary {
    background-color: var(--blue);
    color: var(--white);
    border-radius: 40px;
    font-size: 16px;
    font-weight: 500;
    border: 2px solid var(--blue);
    width: 100%;
    padding: 7px 25px;
}

.proceed-button .btn.btn-primary:hover {
    background-color: transparent;
    border: 2px solid var(--blue);
    color: var(--blue);
    /* padding: 10px 15px; */
}

/* checkout */
.checkout-destails-left .checkout-user-delivery .checkout-form {
    border-radius: 5px;
    border: 1px solid var(--grey-shades-4, #FAFAFA);
    background: var(--grey-shades-4, #ffffff);
    padding: 30px 25px 30px;
    margin-bottom: 25px;
}

.checkout-destails-left h5 {
    color: var(--heading, #1d1d1f);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 17px;
    margin-top: 7px;
    text-transform: capitalize;
}

.checkout-destails-left .checkout-user-delivery label {
    color: var(--grey-shades-1, #6e6e73);
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 8px;
}

.checkout-destails-left .checkout-user-delivery input.form-control,
.checkout-destails-left .checkout-user-delivery select.form-select,
.checkout-destails-left .checkout-user-delivery textarea {
    /* border-radius: 49px; */
    border: 1px solid #bcbcbc;
    color: var(--grey-shades-1, #6e6e73);
    font-size: 14px;
    font-weight: 400;
    width: 100%;
}

.ship-diff input.form-check-input {
    border: 2px solid #ADADAD
}

.ship-diff input.form-check-input:checked[type=radio] {
    border: 1px solid #0d6efd
}

.ship-diff label.form-check-label {
    color: #2F2E2E;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.ship-address {
    display: none;
    /* Hide by default */
}

.checkout-login-user-deliver .login-user-list {
    border-radius: 5px;
    border: 1px solid var(--grey-shades-4, #FAFAFA);
    background: var(--grey-shades-4, #ffffff);
    padding: 20px;
    margin-bottom: 25px;
}

.login-user-deatils .b-user-details {
    color: #6E6E73;
    font-size: 15px;
    margin-bottom: 10px;
}

.login-user-deatils .b-user-details span {
    margin-right: 5px;
}

p.b-user-address {
    color: #6E6E73;
    font-size: 15px;
    margin-bottom: 0;
}

.edit-btn button {
    border: none;
    background-color: transparent;
    color: #2874F0;
    font-size: 16px;
    font-weight: 700;
}

.login-user-shipp-box {
    border-radius: 5px;
    border: 1px solid var(--grey-shades-4, #FAFAFA);
    background: var(--grey-shades-4, #ffffff);
    margin-bottom: 20px;
}

.shipping-address-select {
    padding: 20px;
    border-bottom: 1px solid #E8E8E8;
}

.login-user-ship-deatils label span.badge.bg-secondary {
    border-radius: 2px;
    background-color: #D9D9D9 !important;
    padding: 5px 10px;
    color: #6E6E73;
    font-size: 13px;
}

.shipping-address-select:hover {
    background-color: #F5FAFF;
}

.show-all-shipping-address {
    padding: 20px;
}

.show-all-shipping-address a {
    color: #2874F0;
    font-size: 16px;
    font-weight: 700;
}

.add-new-address {
    border-radius: 5px;
    border: 1px solid var(--grey-shades-4, #FAFAFA);
    background: var(--grey-shades-4, #ffffff);
    padding: 30px 25px 30px;
    margin-bottom: 25px;
}

.add-new-address button.add-address {
    color: #2874F0;
    font-size: 16px;
    font-weight: 700;
    padding: 5px 0;
}

.add-new-address button.add-address:focus {
    border: none;
}

.add-other-address {
    display: none;
}

.add-new-address label {
    color: var(--grey-shades-1, #6e6e73);
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 8px;
}

.add-new-address input.form-control,
.add-new-address select.form-select,
.add-new-address textarea {
    /* border-radius: 49px; */
    border: 1px solid #bcbcbc;
    color: var(--grey-shades-1, #6e6e73);
    font-size: 14px;
    font-weight: 400;
    width: 100%;
}

.notes-checkout-form textarea {
    /* border-radius: 49px; */
    border: 1px solid #bcbcbc;
    color: var(--grey-shades-1, #6e6e73);
    font-size: 14px;
    font-weight: 400;
    width: 100%;
}

.checkout-destails-left .notes-checkout-form {
    border-radius: 5px;
    border: 1px solid var(--grey-shades-4, #FAFAFA);
    background: var(--grey-shades-4, #ffffff);
    padding: 30px 25px 30px;
    margin-bottom: 25px;
}

.checkout-destails-left .notes-checkout-form label {
    color: var(--grey-shades-1, #6e6e73);
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 8px;
}

.cart-order-details input.form-control {
    border-radius: 49px;
    border: 1px solid #bcbcbc;
    color: var(--grey-shades-1, #6e6e73);
    font-size: 14px;
    font-weight: 400;
    width: 100%;
}

.card-add label {
    color: var(--grey-shades-1, #6e6e73);
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 8px;
}

.card-add input.form-control {
    /* border-radius: 49px; */
    border: 1px solid #bcbcbc;
    color: var(--grey-shades-1, #6e6e73);
    font-size: 14px;
    font-weight: 400;
    width: 100%;
}

.enter-otp-sec h5 {
    color: #303030;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}

.enter-otp-sec label {
    color: var(--grey-shades-1, #6e6e73);
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 8px;
}

.enter-otp-sec input.form-control {
    border-radius: 49px;
    border: 1px solid #bcbcbc;
    color: var(--grey-shades-1, #6e6e73);
    font-size: 14px;
    font-weight: 400;
    width: 100%;
}

.modal-header {
    border: none;
}

.modal-header .btn-close, .user-sidebar .offcanvas-header .btn-close {
    --bs-btn-close-bg: none;
    font-size: 22px;
    padding: 0 6px;
    color: #646464;
}

.modal-header .btn-close:focus, .user-sidebar .offcanvas-header .btn-close:focus {
    box-shadow: none;
}

.agree-terms-condition label {
    font-size: 14px;
}

/* user profiles */
.user-filter-icon .btn-primary {
    background-color: #0a3161;
    padding: 4px 12px 3px;
    border: 1px solid #0a3161;
}

/* .u-left-bar.offcanvas.offcanvas-start {
    --bs-offcanvas-width: 350px;
} */
.user-sidebar{
    position: sticky;
    top: 15%;
}
.user-sidebar .u-left-bar .offcanvas-header{
    border-radius: 15px;
    background: #ffffff;
    box-shadow: 5px 5px 78px -25px #00000012;
    padding: 20px 15px;
    margin-bottom: 20px;
}
.user-sidebar .u-left-bar  .offcanvas-body{
    border-radius: 15px;
    background: #ffffff;
    box-shadow: 5px 5px 78px -25px #00000012;
    padding: 20px 15px;
}
.user-sidebar .u-left-bar .offcanvas-header {
    align-items: baseline;
}
.user-sidebar .u-left-bar .offcanvas-header .user-profile-details-header{
    display: flex;
}
.user-sidebar .u-left-bar .offcanvas-header .user-profile-details-header .user-profile-icon{
    width: 33px;
    height: 33px;
    line-height: 31px;
    border-radius: 50%;
    border: 1px solid #d1dee3;
    background-color: #e7edef;
    text-align: center;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 20px;
    color: #0a3161;
    margin-right: 10px;
}
.user-profile-details span.hello{
    color: #303030;
    font-size: 15px;
}
.user-profile-details h5{
    color: #303030;
    font-size: 16px;
    margin-bottom: 0;
}

@media screen and (min-width:992px) {
    .user-sidebar .offcanvas.offcanvas-start {
        transform: translateX(0);
        z-index: 0;
        border: none;
    }

    .u-left-bar {
        visibility: visible;
        border: none;
    }
    .u-left-bar.offcanvas {
        background-color: transparent;
    }
}

@media screen and (max-width:991px) {
    .user-sidebar .offcanvas {
        visibility: visible;
        border: none;
    }

    .user-sidebar .u-left-bar {
        position: fixed !important;
        top: 0 !important;
        height: 100vh;
        overflow: auto;
    }
    .u-left-bar.offcanvas {
        background-color: #fafafa;
    }

}
.profile-sidebar-list ul {
    list-style: none;
    padding: 0;
}
.profile-sidebar-list ul.list .inner-drop2 {
    cursor: pointer;
}
.profile-sidebar-list ul.list{
    border-bottom: 1px solid #EDF2F4;
    margin-bottom: 0;
    padding: 15px 5px;
}
.profile-sidebar-list ul.list:last-child{
    border-bottom:none
}
.profile-sidebar-list ul.list li a {
    color: var(--grey-shades-1, #6e6e73);
    font-size: 16px;
    font-weight: 500;
}
.profile-sidebar-list .inner-drop2:hover a, .profile-sidebar-list ul.list .inner-drop2:hover span {
    color: #ba1942;
    stroke: #b31942;
    fill: #b31942;
}
.profile-sidebar-list ul.list li.float-end {
    transition: 0.5s;
}
.profile-sidebar-list ul.list .toggle-icons {
    transition: 0.5s;
    display: block;
    transform: rotate(87deg);
}
.profile-sidebar-list ul.list .sub-order-list li {
    margin: 7px 0;
}
.profile-sidebar-list ul.list .sub-order-list li a {
    color: var(--grey-shades-1, #6e6e73);
    font-size: 15px;
    font-weight: 400;
    padding-left: 34px;
}
.active_sub_menu {
    color: #b31942 !important;
}
.active_user_profile_option {
    display: none;
}
.user-welcome-sec{
    border-radius: 15px;
    background: #ffffff;
    box-shadow: 5px 5px 78px -25px #00000012;
    padding: 22px;
    margin-bottom: 20px;
}
.user-welcome-sec h3{
    color: #303030;
    font-size: 20px;
    font-weight: 600;
    margin-top: 0.5rem;
}
.dashboard-welcome-body .dashboard-welcome-boxs{
    border-radius: 15px;
    background: #ffffff;
    box-shadow: 5px 5px 78px -25px #00000012;
    padding: 35px 20px;
    margin-bottom: 20px;
    text-align: center;
}
.dashboard-welcome-body .dashboard-welcome-boxs img{
    margin-bottom: 20px;
}
.dashboard-welcome-body .dashboard-welcome-boxs h5{
    color: #4E4E55;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}
.dashboard-body-sec{
    border-radius: 15px;
    background: #ffffff;
    box-shadow: 5px 5px 78px -25px #00000012;
    padding: 20px 20px;
    margin-bottom: 20px;
}
.dashboard-body-sec h4{
    color: #1D1D1F;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.order-table table{
    border: 1px solid #DADADA;
}
.order-table table thead tr th{
    background-color: #E1E0E0;
    color: #303030;
    font-size: 14px;
    font-weight: 600;
    padding: 12px;
}
.order-table table tbody tr th,
.order-table table tbody tr td{
    color: #272525;
    font-size: 14px;
    font-weight: 400;
    padding: 12px;
    vertical-align: middle;
    white-space: nowrap;
}
.order-table table tbody tr td .btn{
    border-radius: 30px;
    padding-left: 12px;
    padding-right: 12px;
}
.order-table table tbody tr td .btn.btn-secondary{
    background-color: #0a3161;
}
.order-details-sec .order-details-options .btn{
    border-radius: 30px;
}
.order-details-header .o-d{
    margin-bottom: 20px;
}
.order-details-header .o-d .order-heading{
    color: #6E6E73;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 5px;
}
.order-details-header .o-d .order-heading strong{
    color: #1D1D1F;
}
.order-bill-add p{
    color: #6E6E73;
    font-weight: 400;
    font-size: 14px;
}
.sumry .cart-order-details{
    border: 1px solid #D9D9D9;
}
.cancle-order-reason label{
    color: #2D2B2B;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
}
.cancle-order-reason .btn-primary{
    background-color: #0A3161;
    border-color: #0A3161; border-radius: 30px
}
.cancle-order-reason .btn-light{
    background-color: #D9D9D9;
    border-color: #D9D9D9; border-radius: 30px
}
.cancle-order-reason p{
    border-radius: 8px;
    border: 1px solid #bcbcbc;
    color: var(--grey-shades-1, #6e6e73);
    font-size: 14px;
    font-weight: 400;
    padding: 20px;
}
.verfy-doc-steps{
    border-radius: 8px;
    border: 1px solid #bcbcbc;
    color: var(--grey-shades-1, #6e6e73);
    font-size: 14px;
    font-weight: 400;
    padding: 20px;
    margin-bottom: 20px;
}
.verfy-doc-details button.capture{
    background-color: #FFFFFF08;
    border: 1px dashed #b51d45;
    border-radius: 0px;
    color: #b51d45;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 12px;
}
.verified-img{
    border: 1px solid #EFEFEF;
    padding: 10px;
    width: fit-content;
    margin-top: 30px;
}
.verified-img img{
    width: 400px;
    height: 250px;
    object-fit: fill;
}
.doc-success{
    color: #07B836;
    margin: 10px 0;
    font-size: 14px;
}
.verification-status {
    display: flex;
    align-items: center;
}
.verification-status  h5{
    margin-right: 20px;
    padding-top: 5px;
}
.verification-status button{
    border-radius: 30px;
}
.edit-delete-btn .dropstart .dropdown-toggle::before{
    display: none;
}
.edit-delete-btn .btn-primary {
    background-color: transparent;
    color: #0A3161;
    border: none;
    font-size: 23px;
}
.edit-delete-btn .dropdown .dropdown-menu{
    --bs-dropdown-min-width: 6rem;
}
.edit-delete-btn .dropdown .dropdown-menu .dropdown-item{
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}
.dashboard-body-sec .user-addrs {
    padding: 20px;
    border-bottom: 1px solid #E8E8E8;
}
.dashboard-body-sec .user-addrs:last-child{
    border-bottom:none
}
.dashboard-body-sec .user-addrs .b-user-details span.badge {
    border-radius: 2px;
    background-color: #D9D9D9 !important;
    padding: 5px 10px;
    color: #6E6E73;
    font-size: 13px;
}
.dashboard-body-sec .addres-edit label {
    color: var(--grey-shades-1, #6e6e73);
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 8px;
}

.dashboard-body-sec .addres-edit input.form-control,
.dashboard-body-sec .addres-edit select.form-select,
.dashboard-body-sec .addres-edit textarea {
    border-radius: 49px;
    border: 1px solid #bcbcbc;
    color: var(--grey-shades-1, #6e6e73);
    font-size: 14px;
    font-weight: 400;
    width: 100%;
}
.wishlist-boxs {
    padding: 15px;
    border: 1px solid #edf2f4;
}
.wishlist-boxs .wishlist-image img {
    width: 69px;
    height: 69px;
    line-height: 69px;
    object-fit: contain;
}
.wishlist-boxs .wishlist-title-pro {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 16px;
}
.wishlist-boxs .wishlist-price {
    font-size: 16px;
    font-weight: 700;
}
.wishlist-boxs .wishlist-price2 {
    color: var(--grey-shades-1, #6e6e73);
    font-size: 14px;
    font-weight: 700;
    padding-left: 7px;
}
.wishlist-boxs .delete-wishlist a{
    color: #AA1E5A;
}
.user-dahboard-right h5{
    text-transform: uppercase;
}
.coupons-box{
    padding: 15px;
    border: 1px solid #edf2f4;
}
.coupons-box .coupon-text h6 a{
    color: #5EA813;
    font-size: 16px;
    font-weight: 700;
}
.coupons-box .coupon-text p{
    color: #303030;
    font-size: 14px;
    margin-bottom: 0;
}
.coupon-text-tc .validity{
    color: #6E6E73;
    font-size: 14px;
    font-weight: 600;
}
.coupon-text-tc a{
    color: #00579C;
    font-size: 13px;
    font-weight: 700;
}
.dashboard-body-sec .addres-edit .edit-profile{
    color: #2874F0;
    font-size: 16px;
    font-weight: 700;
    float: right;
    margin-bottom: 10px;
}
.empty-cart-sec{
    border-radius: 15px;
    background: #fff;
    box-shadow: 5px 5px 78px -27px rgba(0, 0, 0, 0.05);
    padding: 70px 20px;
}
.login-pages{
    background-image: url(../images/user-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.toggle-password {
    float: right;
    cursor: pointer;
    margin-right: 15px;
    margin-top: -30px;
}
.login-form {
    position: relative;
    padding: 40px;
    border-radius: 15px;
    border: 1px solid var(--grey-shades-3, #f4f4f4);
    background: #fff;
    box-shadow: 8px 0px 34px 0px rgba(0, 0, 0, 0.06);
    margin: auto;
}
.login-form input.form-control{
    background-color: #f9fbfb;
    border: 1px solid #e3e3e3;
    border-radius: 30px;
}
.login-form a.text-primary{
    color: #0A3161 !important;
    font-size: 15px;
    font-weight: 500;
}
.login-form .shop-now-btn {
    background-color: var(--blue);
    color: var(--white);
    border-radius: 40px;
    font-size: 16px;
    font-weight: 500;
    border: 2px solid var(--blue);
    width: 100%;
}

.login-form .shop-now-btn:hover {
    background-color: transparent;
    border: 2px solid var(--blue);
    color: var(--blue);
}
.login-form .sign-in-icon {
    padding: 10px 25px;
    border-radius: 30px;
    background: var(--grey-shades-2, #f8fafb);
    text-align: center;
    width: fit-content;
    margin: auto;
}
.login-form .have-account a:hover {
    text-decoration: underline;
}
.login-form .sign-up-link {
    font-weight: 700;
}
/* blog */
.blog-page {
    background-color: #ffffff;
    margin-top: 3px;
}
.br-bottom {
    border-bottom: .5px solid #e9e9e9;
    margin-bottom: 30px;
}
.blog-box {
    margin-bottom: 20px;
}
.blog-box .blog-text .date-time p {
    color: #b31942;
    font-size: 15px;
}
.blog-box .blog-text h3 {
    font-size: 30px;
    font-weight: 700;
    color: #1D1D1F;
    margin-top: 10px;
    padding-bottom: 12px;
}
.blog-box .blog-text .author p {
    font-size: 16px;
    color: #333;
}
.text-read {
    font-size: 16px;
    font-weight: 700;
    padding-top: 6px;
    color: #b31942;
    -webkit-transition: .5s;
    transition: .5s;
}
.blog-img{
    text-align: center;
}
.blog-img img{
    width: 100%;
}
.blog-details h1.blog-title {
    font-size: 38px;
    color: #1D1D1F;
    font-weight: 700;
}
.blog-details .authors p.auth {
    font-size: 18px;
    color: #1D1D1F;
    font-weight: 700;
    /* padding-right: 20px; */
}
.blog-details h2, .blog-details h2 a {
    color: #1D1D1F;
}
.blog-details p{
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.blog-details img{
    padding-top: 10px;
    padding-bottom: 10px;
}
#staticBackdrop .modal-content {
    border-radius: 22.5px;
}
.popup-heading {
    font-size: 1.75rem;
    color: #333;
    font-weight: 700;
    font-family: Barlow, sans-serif;
}
.demo-form .btn.btn-danger {
    padding: 8px 28px !important;
    background: #b31942 !important;
}
.blog-slider .item .blog-box{
    box-shadow: 0 0 4px 0 #ddd;
    border-radius: 4px;
}
.blog-slider .item .blog-box .blog-img img{
    border-radius: 4px 4px 0 0 ;
}
.blog-slider .item .blog-box .blog-text{
    background-color: #ffffff;
    padding: 20px;
    border-radius: 0 0 4px 4px;
}
.blog-slider .item .blog-box .blog-text h3{
    font-size: 20px;
    font-weight: 700;
    color: #1D1D1F;
    padding-bottom: 10px;
}
/* empty cart */
.empty-cart{
    background-color: #ffffff;
    padding: 20px;
    border-radius: 5px;
}
.empty-cart p{
    font-size: 16px;
}
/* error */
.error-page {    
    padding-top: 50px;
    padding-bottom: 100px;
}
.page-error {
   text-align: center;
}
.error-page .error {
    font-size: 150px;
    color: #B31942;
    margin: 35px 20px;
    text-shadow: 1px 1px 1px #0a316175, 2px 2px 1px #0a316175, 3px 3px 1px #0a316175, 4px 4px 1px #0a316175, 5px 5px 1px #0a316175, 6px 6px 1px #0a316175, 7px 7px 1px #0a316175, 8px 8px 1px #0a316175, 25px 25px 8px rgba(0, 0, 0, 0.2);
}
.error-page .page {
    margin: 2rem 0 4rem;
    font-size: 20px;
    color: #444;
}
.back-to-button {
    background-color: #B31942;
    color: white;
    padding: 12px 26px;
    border-radius: 4px;
    font-size: 18px;
    text-decoration: none;
}
.back-to-button:hover {
    background: #222222;
    color: #ddd;
}
.page-errors h1.errors {
    font-size: 40px;
    color: #B31942;
    padding-bottom: 20px;
    padding-top: 30px;
}
.page-errors{
    border-radius: 10px;
    background: #ffffff;
    padding: 50px 20px;
    text-align: center;
}
.pay-confirm h2{
    font-size:22px;
    color: #0a3161;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.pay-confirm{
    margin-bottom: 40px;
}
/* Customised */
.compact-specs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
}

.compact-specs .spec-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 8px;
    border: 1px solid #f5f5f5;
    border-radius: 6px;
    background: #fff;
}

.compact-specs .spec-item i {
    font-size: 14px;
    color: #000000;
}

.compact-specs .spec-title {
    display: block;
    font-size: 11px;
    color: #888;
    line-height: 1;
}

.compact-specs .spec-value {
    font-size: 13px;
    font-weight: 500;
    color: #222;
    line-height: 1.2;
}

.coupon-input{
    width: 70% !important;
}

.coupon-button{
    background: #0b3161;
    color: var(--bs-btn-hover-color);
    border-color: #585c5f;
}
.coupon-button:hover {
    color: var(--bs-btn-hover-color);
    background: #b51d45;
    border-color: #585c5f;
}

.w-95{
    width: 95% !important;
}