.form-control {
    border: 1px solid #303539!important;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #303539!important;
}
tbody, td, tfoot, th, thead, tr {
    border: 1px solid #939BA1!important;
}
table thead th {
    background-color: var(--site-color)!important;
    color: white!important;
}
.table td, .table th {
    font-size: 14px!important;
}
body {
    background: #f8fcff;
}
.bg-logo {
    background: var(--site-color);
}
@keyframes shake {
    0%, 100% { transform: translateX(0); }
    20% { transform: translateX(-4px); }
    40% { transform: translateX(4px); }
    60% { transform: translateX(-4px); }
    80% { transform: translateX(4px); }
}
.custom-tooltip {
        --bs-tooltip-bg: --site-color;      /* Background */
        --bs-tooltip-color: white;      /* Text color */
    }
.shake {
    animation: shake 0.4s ease;
}
/*Main*/
a {
    text-decoration: none;
    color: black;
}

ul .sub_cat_item:hover a{
    color: white!important;
}
.sub_cat_item:hover{
    background: var(--site-color)!important;
}

.text-logo {
    color:var(--site-color);
}
.text-logo2 {
    color:#393e42;
}
.f-20 {
    font-size: 20px !important;
}
.f-14 {
    font-size: 14px !important;
}

.f-12 {
    font-size: 12px !important;
}
.f-color {
    color: var(--site-color)  !important;
}
/* WIDTH */
/*::-webkit-scrollbar {
    width: 8px;
}

/* TRACK (background area) */
/*::-webkit-scrollbar-track {
    background: white;
    box-shadow: inset 0 0 2px var(--site-color);
}*/

/* THUMB (scroll handle) */
/*::-webkit-scrollbar-thumb {
    background: var(--site-color);
}*/
body {
    background-color: #f2f4f8;
    font-family: "Noto Sans Bengali", "Noto Sans", Arial, sans-serif;
    font-family: "Noto Sans", sans-serif;
}
body,
.goog-te-banner-frame,
.goog-te-menu-value,
.goog-te-gadget {
    font-family: "Noto Sans", "Noto Sans Bengali", sans-serif !important;
}

.form-select:focus {
    border: 1px solid #c7c8c9!important;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, .25) !important;
}

.form-check-input:checked {
    background-color: var(--site-color)   !important;
    border-color: var(--site-color)   !important;
    box-shadow: 0 0 0 0rem rgb(244 135 33);
}

.form-check-input:focus {
    border-color: transparent !important;
    outline: 0;
    box-shadow: 0 0 0 1px rgb(0 90 171) !important;
}

.form-check input[type="radio"],
.form-check label {
    cursor: pointer;
}

/* ================= TOPBAR ================= */
.topbar {
    background: #393e42;
    padding: 6px 0;
}

.topbar a {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}

/* ================= NAVBAR ================= */
.main-navbar {
    background: #fff;
    transition: all .45s cubic-bezier(.25, .8, .25, 1);
    z-index: 1050;
}

/* SMOOTH FIXED NAVBAR */
.main-navbar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .12);
    animation: slideDown .45s ease;
    backdrop-filter: blur(8px);
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.main-navbar .nav-wrapper{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:15px;
    flex-wrap:nowrap;
    padding: 12px 0;
}

.icons{
    flex:0 0 auto;
}

.icons .row{
    margin:0;
    flex-wrap:nowrap;
}

.icons .col-md-4{
    width:auto;
    flex:0 0 auto;
    padding:0 10px !important;
}

.icons a{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    white-space:nowrap;
}

.icon_text{
    font-size:12px;
    margin-top:22px;
}
/* CATEGORY BUTTON */
.category-btn {
    background: transparent;!important;
    border: none;
    padding: 2px 6px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 26px;
    color:var(--site-color);
    margin-top: 4px;
}

/* LOGO */
.logo {
    height: 30px;
}

/* SEARCH */
.search-box-wrapper {
    flex: 1;
    display: flex;
    justify-content: center;
}

.search-box {
    display: flex;
    width: 420px;
    max-width: 100%;
    font-size: 14px;
}

.search-box input {
    width: 100%;
    height: 45px;
    border: 1px solid #32373b !important;
    border-right: none;
    padding: 0 12px;
    height: 37px;
    border-radius: 8px 0px 0px 8px;
}

.search-box input:focus-visible {
    border: 1px solid var(--site-color)   !important;
    outline: none;
}

.search-box button {
    width: 55px;
    border: none;
    background: var(--site-color)   !important;
    color: #fff;
    height: 37px;
    border-radius: 0px 8px 8px 0px;
}

/* MOBILE  */
@media(max-width:991px) {

    .search-box-wrapper {
        order: 10;
        width: 100%;
        justify-content: stretch;
    }

    .search-box {
        width: 100%;
    }
}

/* ICONS */
.icons a {
    font-size: 22px;
    color: #111;
    position: relative;
}
.icon_text {
    /*font-size: 13px;*/
    font-weight: 400;
    margin-top: 0px;
    display: block;
    transition: all 0.3s ease;
}
.icons a:hover{
    color: var(--site-color);
}


/* ================= SIDEBAR ================= */
.offcanvas-end {
    width: 100%;
}

#cartSidebar {
    top: 0%;
}
.item_name {
    line-height: 17px;
    height: 43px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/* Mobile only */
@media (max-width: 767px)  {

    .offcanvas-start {
        width: 64% !important;
        font-size: 14px;
    }
    .hide_mobile{
        display: none!important;
    }
    .item_name {
        font-size: 14px;
    }
    .item_price {
        font-size: 12px;
        font-weight: 600;
    }
    .call_top {
        font-size: 14px;
        margin-top: 4px;
    }
    .badge-cart {
        position: absolute;
        top: -41%;
        right: -46%;
        width: 18px;
        height: 18px;
        background: var(--site-color)   !important;
        color: #fff;
        font-size: 11px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .main-navbar .container{
        padding-left:10px;
        padding-right:10px;
    }

    .nav-wrapper{
        display:grid;
        grid-template-columns:auto 1fr auto;
        grid-template-areas:
            "menu logo icons"
            "search search search";
        align-items:center;
        gap:10px;
    }
      .icons{
        grid-area:icons;
    }

    .icons .row{
        display:flex;
        flex-wrap:nowrap;
        justify-content:flex-end;
        align-items:center;
    }

    .icons .col-md-4{
        width:auto !important;
        padding:0 6px !important;
    }

    .icons i{
        font-size:18px;
    }
    .logo {
       margin-left: -39px;  
        height: 27px;
    }

}
/* Desktop & Tablet */
@media only screen and (min-width: 768px) {
    .contact {
        margin-left: 85px;
    }
    .offcanvas-start {
        width: 14% !important;
        font-size: 14px;
    }
    .hide_desktop{
        display: none!important;
    }
    .item_name {
        font-size: 16px;
    }
    .item_price {
        font-size: 14px;
        font-weight: 600;
    }
    .margin-top-4 {
        margin-top: 1.5rem !important;
    }
    .call_top {
        font-size: 18px!important;
    }
    .badge-cart {
        position: absolute;
        top: -30%;
        right: -60%;
        width: 18px;
        height: 18px;
        background: var(--site-color)   !important;
        color: #fff;
        font-size: 11px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

#catSidebar {
    top: 0%;
}


.category-item {
    padding: 12px 15px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    transition: .25s;
}

.category-item:hover { 
    background: var(--site-color)!important; 
    color: white!important; 
}

.category-item:hover a {
    color: #fff !important;
}

.category-item:hover i {
    color: #fff !important;
}
.category-item i {
    color: inherit;
}

.category-item a {
    color: #32373b;
    font-weight: 600;
}

.cat-img {
    width: 35px;
    height: 35px;
    border-radius: 8px;
    object-fit: cover;
}

/* ================= CART ================= */
.cart-item {
    padding: 12px;
}

.qty-inline {
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #ddd;
    padding: 4px 10px;
    border-radius: 8px;
}

.qty-btn {
    border: none;
    background: #0d6efd;
    color: #fff;
    width: 24px;
    height: 24px;
    border-radius: 5px;
    cursor: pointer;
}

/* MOBILE */
@media(max-width:991px) {
    .nav-wrapper {
        flex-wrap: wrap;
    }

    .search-box {
        order: 10;
        width: 100%;
    }

    .hero-img {
        height: 250px;
    }

    .logo {
        font-size: 22px;
    }
}

/*Sections*/
.section-head {
    position: relative;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 12px;
}

.section-head::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 4px;
    border-radius: 30px;
    background: var(--site-color)  ;
    bottom: -2px;
}

.section-head .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    margin: 0;
}

.section-head .sec-btn {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.7px;
    background: var(--site-color);
    color: white;
    padding: 8px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
}

.section-head .sec-btn span {
    text-decoration: underline;
}

/*services*/
.service-box {
    border: 1.5px solid var(--site-color)  ;
    padding: 3px;
    border-radius: 50px;
}

.service-box .sr-img {
    background: var(--site-color)  ;
    padding: 18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin-right: 12px;
}

.service-box h6 {
    color: #444444;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 8px;
}

.service-box p {
    color: #666666;
    margin-bottom: 0px;
    font-size: 14px;
    font-family: "Source Sans Pro", sans-serif;
    margin: 0;
    letter-spacing: 0.2px;
}

/*products*/

.custom-tooltip {
    --bs-tooltip-bg: var(--site-color);     
    --bs-tooltip-color: #fff;
}
.product {
    border-radius: 8px;
    border: 1px solid var(--site-color)  ;
}
.product-box a:hover .item_name {
    color: var(--site-color) !important;
}
.product img {
    transition: transform 0.5s cubic-bezier(.25, .8, .25, 1);
    width: 87% !important;
    display: block;
    margin: 0 auto;
}

.product:hover img {
    transform: scale(1.1);
}

.btn-skew {
    padding: 8px 0px !important;
    z-index: 1;
}

.btn-skew__text {
    font-size: 12px;
    letter-spacing: 0px;
    font-weight: 700;
    text-transform: uppercase;
    transition: color 1s;
}

.btn-skew::before {
    content: "";
    position: absolute;
    top: 0;
    left: -18px;
    z-index: -1;
    width: 0;
    height: 100%;
    transform: skewX(25deg);
    background: var(--site-color);
    transition: width 1s;
}

.btn-skew:hover::before {
    width: 130%;
}

.btn-skew:hover .btn-skew__text {
    color: white;
}

.add_cart {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 11px;
    border: none;
    cursor: pointer;
    font-family: system-ui, -apple-system, sans-serif;
    font-weight: 600;
    border: 1px solid var(--site-color)   !important;
    color: var(--site-color)  !important;
    border-radius: 8px;
}

.checkout {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 11px;
    border: none;
    cursor: pointer;
    font-family: system-ui, -apple-system, sans-serif;
    font-weight: 600;
    background: var(--site-color)   !important;
    color: white  !important;
    border-radius: 8px;
}
.checkout:hover {
    background: #32373b!important;
    transition: width 1s;
}

.cart-area {
    display: flex;
    justify-content: center;
    align-items: center;
}


/* QTY BOX */

.add_cart .value-button {
    border: 0px solid #ddd;
    width: 55px;
    padding: 0;
    background: var(--site-color);
    outline: none;
    cursor: pointer;
}


.add_cart .value-button:active {
    background: var(--site-color)  ;
}


.add_cart .number {
    display: inline-block;
    text-align: center;
    border: none;
    margin: 0px;
    width: 70%;
    line-height: 30px;
    font-size: 12pt;
    box-sizing: border-box;
    background: white;
    color: black;
}

.add_cart .number::selection {
    background: none;
}

/*translate*/
#google_translate_element {
    display: none;
}

/* Hide Google top bar */
.goog-te-banner-frame,
.skiptranslate iframe {
    display: none !important;
}

body {
    top: 0 !important;
}

.footer {
    /*background: var(--site-color)  ;*/
    background: white;
}
.footer a:hover {
    color: var(--site-color)!important;
    text-decoration: underline;
}
.footer i{
        font-size: 30px;
    }
@media (max-width: 767px)  {
    .footer i{
        font-size: 25px;
    }
}

.arrow {
    transition: .3s ease;
}

[aria-expanded="true"] .arrow {
    transform: rotate(180deg);
}

.value-button {
    display: inline-block;
    border: 1px solid #ddd;
    margin: 0px;
    width: 40px;
    text-align: center;
    vertical-align: middle;
    padding: 11px 0;
    background: #eee;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.hr_cat {
    width: 23%;
    /* color: var(--site-color)  ; */
    border: 1px solid var(--site-color)  ;
    opacity: 1;
}

.hr_price {
    width: 31%;
    /* color: var(--site-color)  ; */
    border: 1px solid var(--site-color)  ;
    opacity: 1;
}

/*price-filter*/


.values {
    display: flex;
    justify-content: space-between;
    margin-top: 14px;
    font-size: 13px;
    font-weight: 600;
    color: #444;
}

.slider {
    position: relative;
    height: 31px;
}

.track {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 4px;
    background: #ddd;
    border-radius: 5px;
}

.range {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 4px;
    background: var(--site-color);
    border-radius: 5px;
}

.slider input[type="range"] {
    position: absolute;
    width: 100%;
    height: 37px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
}

.slider input[type="range"]::-webkit-slider-thumb {
    pointer-events: auto;
    -webkit-appearance: none;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid var(--site-color);
    cursor: pointer;
    margin-top: -7px;
}

.slider input[type="range"]::-moz-range-thumb {
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid var(--site-color);
    cursor: pointer;
}

/* Responsive */
@media (max-width:480px) {
    .price-filter {
        max-width: 100%;
    }

    .values {
        font-size: 13px;
    }
}

.hr_sort {
    width: 18%;
    /* color: var(--site-color)  ; */
    border: 1px solid var(--site-color)  ;
    opacity: 1;
}

/*=========Prod details============*/
.sub-heading {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    display: block;
    font-weight: 600;
    color: #2e9ca1;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.user-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
    min-width: 80px;
    background-size: 100%;
}

.carousel-testimonial .item {
    padding: 30px 10px;
}

.quote {
    position: absolute;
    top: -23px;
    color: #2e9da1;
    font-size: 27px;
}

.name {
    margin-bottom: 0;
    line-height: 14px;
    font-size: 17px;
    font-weight: 500;
}

.position {
    color: #adadad;
    font-size: 14px;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    outline: none;
    height: 25px;
}

.owl-nav button svg {
    width: 25px;
    height: 25px;
}

.owl-nav button.owl-prev {
    left: 25px;
}

.owl-nav button.owl-next {
    right: 25px;
}

.owl-nav button span {
    font-size: 45px;
}

.product-thumb .item img {
    height: auto;
}

.product-name {
    font-size: 22px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 4px;
}

.product-price-discount {
    font-size: 22px;
    font-weight: 400;
    padding: 10px 0;
    clear: both;
}

.display-flex {
    display: flex;
}

.align-center {
    align-items: center;
}

.product-info {
    width: 100%;
}

.product-dtl p {
    font-size: 14px;
    line-height: 24px;
    color: #7a7a7a;
}

.product-dtl .form-control {
    font-size: 15px;
}

.product-dtl label {
    line-height: 16px;
    font-size: 15px;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
}

.product-count {
    margin-top: 15px;
}

.product-count .qtyminus,
.product-count .qtyplus {
    width: 34px;
    height: 34px;
    background: var(--site-color)  ;
    text-align: center;
    font-size: 19px;
    line-height: 36px;
    color: #fff;
    cursor: pointer;
    display: list-item;
}

.product-count .qtyminus {
    border-radius: 3px 0 0 3px;
}

.product-count .qtyplus {
    border-radius: 0 3px 3px 0;
}

.product-count .qty {
    width: 60px;
    text-align: center;
    border: 1px solid var(--site-color)  ;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    transition: all 0.5s;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}

.accordion-button::after {
    transition: all 0.5s;
}

.accordion-button:focus {
    box-shadow: none !important;
}

/*//Products Thumb*/
#thumb .owl-item {
    position: relative;
    opacity: 0.8;
    transition: 0.25s ease;
    cursor: pointer;
    border: 1px solid #dee2e6;
}

#thumb .owl-item.current {
    border: 1px solid var(--site-color)  ;
    opacity: 1;
}

/* center icon overlay */
#thumb .owl-item.current::after {
    content: "✓";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 22px;
    height: 22px;
    background: var(--site-color)  ;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    pointer-events: none;
}

/*back to top*/
#backToTop{
    position: fixed;
    right: 20px;
    bottom: 10%;

    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;

    background: var(--site-color)  ;
    cursor: pointer;
    z-index: 9999;

    display: flex;
    justify-content: center;
    align-items: center;

    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    box-shadow: 0 3px 10px rgba(0,0,0,.15);
}

#backToTop.show{
    opacity: 1;
    visibility: visible;
}

/* SVG overlay */
#backToTop svg{
    position: absolute;
    width: 44px;
    height: 44px;
    transform: rotate(-90deg);
}

/* WHITE BACKGROUND RING */
.progress-bg{
    fill: none;
    stroke: #ffffff;
    stroke-width: 3;
    opacity: 1;
}

/* ORANGE PROGRESS */
.progress-bar{
    fill: none;
    stroke: var(--site-color)  ;
    stroke-width: 4;
    stroke-linecap: round;
}

/* Arrow icon */
#backToTop i{
    color: #fff;
    font-size: 14px;
    position: relative;
    z-index: 2;
}

/*product search list*/
.search-box-wrapper{
    position:relative;
}

#searchResults{
    position:absolute;
    top:100%;
    left: 28%;
    width: 44.2%;
    background:#fff;
    border:1px solid #ddd;
    display:none;
    z-index:999;
    max-height:300px;
    overflow-y:auto;
}

#searchResultsM{
    position:absolute;
    top:100%;
    left: 1%;
    width: 98%;
    background:#fff;
    border:1px solid #ddd;
    display:none;
    z-index:999;
    max-height:300px;
    overflow-y:auto;
}

.search-list{
    list-style:none;
    padding:0;
    margin:0;
}

.search-list li{
    border-bottom:1px solid #eee;
}

.search-list li a{
    display:block;
    padding:4px 15px;
    color:black;
    text-decoration:none;
}

.search-list li a:hover{
    background:#f5f5f5;
}

.no-result{
    padding:10px 15px;
}

/**************Profile******************/
.profile-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid #d2d2dc;
}
.pro_li {
    padding: 12px;
}

.pro_li:hover {
    background: var(--site-color);
    font-weight: 600;
    cursor: pointer;
}
.pro_li:hover a {
    color: white!important;
}

.active_li {
    background: #e8e8e8;
    border-left: 4px solid var(--site-color);
    font-weight: 600;
}

.ac-info {
  font-size: 16px;
  padding: 0 0 10px 0;
  border-bottom: 1px solid var(--site-color);
}

.ac-text-info {
  font-size: 14px;
}

/*=======================Edit profile*/
@media (max-width: 767px) {
    .editLink {
        right: 45%!important;
        top: 33%!important;
    }
}
.editLink {
    position: absolute;
    right: 54%;
    top: 34%;
    width: 30px;
    height: 30px;
    background: var(--site-color);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
    transition: .3s; 
}
.img-relative:hover .editLink{opacity:1;}
.overlay{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(255,255,255,0.7);
}
.overlay-content {
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    color: #555;
}
.uploadProcess img{
    max-width: 207px;
    border: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    display: inline;
}

.new_address {
    display: block;
    text-decoration: none;
    padding: .25rem .75rem;
    font-size: 13px;
    background: #e9ecef;
    border-radius: 4px;
    color: #495057;
}

/*Select 2*/
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 12px;
}
.select2-container{
    width: 100%!important;
}

.custom-input {
    height: calc(1.15em + .675rem + 2px);
    padding: .375rem .75rem; 
    font-size: 12px;
}
.custom-select {
    height: calc(1.15em + .675rem + 2px);
    padding: .175rem .75rem;
    font-size: 13px;
    border: 1.47px solid var(--site-color);
    cursor: pointer;
}
.custom-select:focus {
    border-color: var(--site-color);
    outline: 0;
    box-shadow: 0 0 0 0.03rem var(--site-color);
}
.summary {
    color: #fff;
    font-size: 18px;

    text-transform: uppercase;
    background-color: #393e42;
    text-align: center;
    position: relative;
    line-height: 36px;
    font-weight: bold;
    letter-spacing: -1px;
}
.summary:before {
    content: '';
    position: absolute;
    left: -1px;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 5px solid #edf5e1;
}
.summary:after {
    content: '';
    position: absolute;
    right: -1px;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-right: 5px solid #edf5e1;
}

.fixe_add_cart_sidebar {
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -30px;
    z-index: 555;
    background: var(--primary-color);
    box-shadow: 0px 12px 24px rgba(34, 87, 122, 0.24);
    border-radius: 6px 0px 0px 6px;
    text-align: center;
    display: block;
    border: none;
    font-size: 20px;
    cursor: pointer;
}
.fixed-add-to-cart-text {
    align-items: center;
    gap: 4px;
    font-size: 12px;
    color: white;
}
.cart-count {
    position: initial;
    font-size: 12px;
    width: auto;
    height: auto;
    line-height: 120%;
    background: transparent;
}
.cart_inner {
    background: var(--site-color);
    color: white;
    border-radius: 6px 0px 0px 0px;
    padding: 12px;
}
.price_sub {
    font-size: 14px;
    background: white;
    border-radius: 0px 0px 0px 6px;
    margin: 0;
    line-height: 120%;
    padding: 5px 2px;
    font-weight: 600;
}

.fixed_profile_sidebar {
    position: fixed;
    right: 0;
    top: 36%;
    margin-top: 0px;
    z-index: 555;
    background: var(--primary-color);
    box-shadow: 0px 12px 24px rgba(34, 87, 122, 0.24);
    width: 48px;
    height: 48px;
    border-radius: 8px 0px 0px 8px;
    text-align: center;
    display: block;
    border: none;
    font-size: 20px;
    cursor: pointer;
}
.profile_inner {
    background: var(--site-color);
    color: white;
    border-radius: 8px 0px 0px 8px;
    padding: 12px;
}
.profile_active {
    background: #e8e8e8;
    border-left: 4px solid var(--site-color);
    font-weight: 600;
}
.item_price span {
    color: #767a7a!important;
}

.marquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    color: white;
    box-sizing: border-box;
}

.marquee-content {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 15s linear infinite;
    font-size: clamp(14px, 2vw, 18px);
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
.marquee-content:hover {
    animation-play-state: paused;
}

/*about us*/
.page-header {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 10rem;
    background-color: #eee;
    text-align: center;
    text-transform: capitalize;
}
.page-title {
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.1;
}
/*+++++++++++++++++++++++++own nav dots+++++++++++++++++++++++++++*/
.owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 3px;
    background: transparent;
    border-radius: 50%;
    border: 1px solid var(--site-color);
    transition: all 0.3s ease;
}
.owl-theme .owl-dots .owl-dot.active span {
    background: var(--site-color); 
    width: 18px;        
    border-radius: 10px;
}
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--site-color); 
    transform: scale(1.2);
}

/*+++++++++++++++++++++Order Tracking++++++++++++++++++++++++++*/
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.steps-container{
    position:relative;
}
.steps-container::before{
    content:"";
    position:absolute;
    top:39px;
    left:-35%;
    right:65%;
    border-top:17px dotted var(--line-color);
    z-index:0;
}
@media (min-width:768px){
    .steps-container:nth-child(3)::before {
        right: 68%;
    }
    .steps-container:nth-child(4)::before {
        left: -32%;
    }
}

@media (max-width:767px){
    .steps-container {
        margin-top: 104px;
    }
    .steps-container::before{
        top:-98px;
        left:50%;
        right:auto;
        width:5px;
        height:90px;
        border-top:none;
        border-left:12px dotted var(--line-color);
        transform:translateX(-50%);
    }
    .steps-container:nth-child(3) {
        margin-top: 90px;
    }
    .steps-container:nth-child(3)::before {
        top:-87px;
    }

}

.track-card{
    border: none;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.track-header{
    background: var(--site-color);
    color:#fff;
    padding:18px 20px;
}


.empty-order {
    background: #fff;
    border-radius: 20px;
    padding: 60px 40px;
    text-align: center;
    box-shadow: 0 4px 24px rgba(0, 0, 0, .06);
}

.empty-order-icon {
    width: 80px;
    height: 80px;
    background: rgba(var(--primary-color-rgb), .08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    margin: 0 auto 20px;
}

.empty-order h4 {
    font-size: 20px;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 8px;
}

.empty-order p {
    color: #64748b;
    margin-bottom: 24px;
    font-size: 15px;
}

.back-btn {
    display: inline-block;
    background: var(--site-color);
    color: #fff;
    border-radius: 10px;
    padding: 12px 28px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: opacity .2s;
}

/*+++++++++++++++++++++++++++++++++++++++++++++*/
/*+++++++++++++++sizes+++++++++++++++++++++++++*/
/*+++++++++++++++++++++++++++++++++++++++++++++*/
.size-group {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.size-group input[type="radio"] {
  display: none;
}

.size-group label {
    border: 1px solid var(--site-color);
    padding: 0px 6px;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.2s;
    user-select: none;
    font-size: 11px;
}

.size-group input[type="radio"]:checked + label {
    background: var(--site-color);
    color: white;
    border-color: var(--site-color);
}

.size-group label:hover {
    border-color: #32373b;
    background: var(--site-color);
    color: white;
}

/*+++++++++++++++Login++++++++++++++++*/
.btn-google {
    color: #545454;
    background-color: #ffffff;
    box-shadow: 0 1px 2px 1px #ddd;
}
.btn-google:hover {
    background-color: #f1f1f1;
}
