@import url("https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&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');
@import url('https://fonts.googleapis.com/css2?family=Baloo+Da+2:wght@400..800&display=swap');
body {
    font-family:  "Baloo Da 2", sans-serif;
    font-size: 14px;
    overflow-x: hidden;
    line-height: 1.5;
    background: #fff;
}

/*==== COMMON CSS START ====*/

p {
    text-align: left;
    margin: 0;
    color: #000;
    padding: 0;
}

.items__banners {
    display: flex;
    gap: 10px;
    padding: 20px 0;
}
button,
button:focus,
button:active {
    outline: none !important;
    box-shadow: 0 0 !important;
}

form input::placeholder {
    font-size: 15px;
    color: #888;
    text-align: left !important;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

li {
    display: inline-block;
    list-style: none;
}

a,
a:hover,
a,
a:hover,
a:focus {
    color: #000;
    text-decoration: none;
    outline-offset: 0;
    outline: 0;
}

button,
button:focus,
button:active {
    text-decoration: none;
    border: 0;
    outline: 0;
}

.form-control,
.form-control:focus,
input,
input:focus {
    outline: 0;
    border: 0;
    box-shadow: 0 0 !important;
}

.parsley-errors-list {
    color: #ff4e0a;
}

.parsley-error {
    border: 1px solid #ff4e0a !important;
}

img {
    max-width: 100%;
    height: 100%;
}

button {
    padding: 0;
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family:  "Baloo Da 2", sans-serif;
    margin: 0;
}
span{
     font-family:  "Baloo Da 2", sans-serif;
}
.potro_font {
     font-family:  "Baloo Da 2", sans-serif;
}

svg {
    height: 16px;
    width: 16px;
}

.cursor {
    cursor: pointer;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.container_97 {
    max-width: 1200px;
}



footer {
    padding: 0 0;
}

.footer-widgets {
    background-color: #87a3bf;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding-top: 30px;
}
section.news-headline {
    background: #ff4e0a;
    /*margin-top: 3px;*/
    height: 31px;
    line-height: 31px;
    border-radius: 3px;
    font-weight: 500;
    color: #fff;
    font-size: 18px;
    font-family: "SolaimanLipiNormal";
}
section.news-headline.news_top {
    border-radius: 0 !important;
    background: #ff4e0a !important;
    position: sticky;
    top: 0;
    z-index: 99;
}
.headline-wrapper {
    width: 100%;
    margin: 0 auto;
}
.footer-copyright {
    background-color: rgba(22, 112, 191, 0.98);
    padding: 15px 0 15px;
}

.footer-copy-text {
    color: hsla(0, 0%, 100%, 0.5);
}
.margin-bottom {
    padding-bottom: 115px;
}
.container_top {
    width: 975px;
    margin: 0 auto;
}

/*==== COMMON CSS END ====  */


/*==== HEADER CSS START ====  */

.topbar {
    width: 100%;
    background: #fff;
    padding: 9px;
}

.main__header_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 27px;
}

a.highlight0 {
    color: #fff !important;
    border-radius: 5px;
    animation-name: spinner;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    line-height: 0px;
}

.header-social {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-wishlist {
    margin-right: 12px;
}

.header-wishlist a {}

.header-wishlist i {
    color: #ff4e0a !important;
}

li.wish-qty {
    position: relative;
}

li.wish-qty span {
    position: absolute;
    top: -11px;
    left: 10px;
    background: #192a56;
    color: #fff;
    border-radius: 50px;
    height: 16px;
    width: 17px;
    text-align: center;
    font-size: 11px;
}

.header-social i {
    color: #000;
    padding-right: 9px;
    font-size: 17px;
}

.header-top ul li a {
    color: #000;
}

.header-top ul li {
    margin-right: 15px;
}
/*
header {
    position: fixed;
    box-shadow: 0px 0px 10px #ddd;
    top: 0;
    width: 100%;
    z-index: 999;
}*/

.desktop-menu {
    display: none;
}

.header-left span {
    margin-right: 15px;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}

.header-left span a {
    color: #fff;
}

.header-left ul li a {
    margin: 0 5px;
}

.header-left ul {
    display: inline-block;
}

.header-right {
    text-align: right;
}

.header-right span ul {
    display: flex;
    justify-content: flex-end;
    column-gap: 4px;
}

.header-right a {
    color: #ffffffcc;
    border: 2px solid;
    font-size: 16px;
    border-radius: 5px;
    transition: 0.3s all;
    border-color: hsla(0, 0%, 100%, 0.5);
    height: 30px;
    width: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-right a:hover {
    background: blue;
    border: 1px solid blue;
}

.Newsletter a {
    border: none;
    width: auto;
    margin-right: 8px;
}

.Newsletter a:hover {
    background: none;
    border: none;
}

li.Newsletter i {
    margin-right: 2px !important;
    font-size: 10px;
}

.header-left {
    font-size: 15px;
    height: 100%;
    display: flex;
    align-items: center;
}

.headline-inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: space-between;
    align-items: baseline;
    text-align: center;
    background: #ff4e0a;
    padding: 5px;
    margin-top: 5px;
    border-radius: 21px 21px 0 0;
}
.headline-inner p {
    color: white;
    font-weight: 600;
    text-align: center;
    font-size: 14px;
    padding: 3px;
}
.logo-area {
    background: #ffffff;
}
.sticky.is-sticky {
    background: #222;
    z-index: 9999;
    border-bottom: 1px solid #ddd;
}

.logo-header {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    gap: 0%;
    padding-top: 10px;
    align-items: center;
}

/*search*/
.main-search {
    margin: 8px 0;
    position: relative;
}

.search_result {
    position: relative;
}
span.aviable__pro {
    font-weight: 800;
    color: green;
    letter-spacing: 1px;
}
.search_product {
    position: absolute;
    width: 100%;
    background: #fff;
    z-index: 999999999999;
    border: 2px solid #ff4e0a;
    top: 0;
    max-height: 455px;
    overflow: auto;
}

.search_product img {
    width: 50px;
    height: 50px;
    margin-top: 6px;
    border: 1px solid #ff4e0a;
    border-radius: 2px;
    padding: 2px;
}

.search_product li {
    width: 100%;
    display: grid;
    grid-template-columns: 65px auto;
    grid-gap: 15px;
    padding: 8px 15px;
    border-bottom: 1px solid #ff4e0a;
    transition: 0.35s all;
}

.search_product ul li:hover {
    background: #f1f1f1;
}

.search_content .price {
    color: #b74135;
    font-weight: 600;
}

.mobile-show {
    display: none !important;
}

.mobile-header {
    display: none;
}

.mobile-categories ul li {
    display: block;
    z-index: 99999;
    width: 100%;
    height: auto;
}

.mobile-categories {
    position: fixed;
    z-index: 99999;
    background: #fff;
    top: 0;
    width: 85%;
    transition: 0.35s all;
    left: -100px;
    visibility: hidden;
    opacity: 0;
    height: 100%;
}

.mobile-categories.active {
    left: 0;
    visibility: visible;
    opacity: 1;
}

.mobile-search input {
    width: 86% !important;
    text-align: center;
}

.mobile-search button {
    width: 13% !important;
}
.main-search form {
    border: 1px solid;
    height: 50px;
    background: #fff;
    border-color: #000000;
    margin: 0 auto;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-radius: 5px;
}
.main-search form i {
    font-size: 17px;
}

.main-search form input {
    height: 100%;
    padding: 0 12px;
    font-size: 12px !important;
    background: #fff;
    width: 90%;
}

.main-search form button {
    height: 100%;
    outline: 0;
    background: #000000;
    width: 15%;
    float: left;
}
.main-search form button svg {
    height: 20px;
    width: 35px;
    color: #fff;
}

.mobile-nav li a {
    text-transform: capitalize;
    padding: 8px 15px;
    display: block;
    border-bottom: 1px solid #ddd;
}

.mobile-menu .nav li button.active {
    border-radius: 0;
    color: #ff4e0a;
}

.main-search.mobile-search {
    margin: 0;
    padding: 0;
}


.main-search.mobile-search form {
    border: 1px solid #ddd;
}

.mobile-menu .nav li {
    width: 50%;
    float: left;
}

.mobile-menu .nav li button {
    margin: 0;
    padding: 12px 0;
    display: block;
    width: 100%;
    color: #222;
}

.nice-select {
    height: 41px !important;
    line-height: 41px !important;
}

.nice-select.open .list {
    z-index: 99999 !important;
}

.nice-select .option {
    display: block !important;
}

/*search end*/
.header-list-items {
    text-align: center;
    margin: 0px 0;
}

.header-list-items ul {
    margin-top: -4px;
}

.header-list-items ul li {
    text-align: center;
    padding: 0;
    margin-left: 12px;
    font-weight: 600;
}

.header-list-items ul li:first-child {
    margin-left: 0;
}

.for_order a i {
    font-size: 16px !important;
}
.header-list-items ul li a {
    display: inline-block;
    color: #000000;
}
.header-list-items ul li p {
    display: inline-block;
    text-align: center;
    position: relative;
    font-size: 15px;
    font-weight: normal;
}

.margin-shopping {
    margin-right: 10px;
}

.header-list-items ul li i {
    font-size: 20px;
    color: #000000;
    padding-top: 7px;
}

.cart-svg {
    height: 22px;
    width: 22px;
}

.header-list-items ul li span {
    position: absolute;
    top: -5px;
    right: -12px;
    background: #000000;
    color: #fff;
    height: 18px;
    width: 18px;
    line-height: 18px;
    font-size: 12px;
    border-radius: 50px;
}

.login-dialog {
    position: relative;
}

.login-box {
    position: absolute;
    top: 45px;
    width: 260px;
    padding: 15px;
    background: #fff;
    z-index: 9;
    box-shadow: 0 0 20px rgb(0 0 0 / 16%);
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
    transition: 0.35s all;
}

.login-box:after {
    content: " ";
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 8px;
    margin-left: -8px;
}

.login-dialog:hover .login-box {
    top: 27px;
    visibility: visible;
    opacity: 1;
}

.login-box .form-control {
    margin: 10px 0;
    background-color: #fff !important;
    height: 40px;
    border: 1px solid #ddd;
}

.login-menu li {
    display: block;
    text-align: left !important;
    margin: 8px 0;
}

.login-menu li a {
    display: block;
    color: #222;
}

.forget-link {
    margin-bottom: 12px;
    margin-top: 4px;
    color: #2c1c1c;
    text-transform: uppercase;
    font-weight: 500;
    display: block;
    font-size: 12px;
    text-align: center;
}

.submit-btn {
    background: #ff4e0a !important;
    display: block;
    width: 100%;
    border: 0;
    border-radius: 5px;
    padding: 7px 0;
    text-transform: uppercase;
    margin: 6px 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.register-now a {
    border: 1px solid #ddd;
    width: 100%;
    padding: 6px 0;
    border-radius: 5px;
    transition: 0.35s all;
}

.register-now a:hover {
    background: #ff4e0a;
    color: #fff;
}

#cart-qty {
    position: relative;
}

.cshort-summary {
    position: absolute;
    top: 55px;
    width: 390px;
    right: 0;
    max-height: 500px;
    z-index: 999;
    background: #fff;
    padding: 10px;
    box-shadow: 0px 0px 5px 1px #ddd;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transition: 0.35s all;
}

.go_cart,
.go_cart:hover {
    background: #ff4e0a;
    width: 100%;
    color: #fff;
    border-radius: 5px;
    padding: 10px 0;
    margin-top: 5px;
    display: block;
    text-align: center;
}

.cat-order {
    color: #fff !important;
}
.cshort-summary ul li a {
    color: #222;
}
#cart-qty:hover .cshort-summary {
    top: 45px;
    opacity: 1;
    visibility: visible;
}

.cshort-summary ul li p {
    font-size: 15px;
    font-weight: 600;
    display: block;
    text-align: left;
}

.cshort-summary img {
    width: 45px;
    height: 45px;
    border: 1px solid #ddd;
    border-radius: 50px;
    padding: 5px;
}

.cshort-summary ul {
    display: grid;
    grid-template-columns: 15% 45% 20% 20%;
    margin: 5px 0;
}

.cshort-summary .cart_remove {
    margin-left: 5px;
}

.cshort-summary ul li {
    display: block;
    text-align: left;
    margin: 5px 0;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.cshort-summary .remove-cart, .cshort-summary .remove-cart:focus {
    height: 25px;
    width: 25px;
    line-height: 20px;
    background: none;
}

.menu_view_all,
.menu_view_all:hover {
    position: absolute !important;
    bottom: 0;
    right: 0;
    border: none !important;
    color: #fff !important;
    background: #ff4e0a !important;
    z-index: 99999999;
    display: inline-block !important;
    height: auto !important;
}

.menu-area {
    background: #ff4e0a;
    border-bottom: 1px solid #ddd;
}

.categories {
    position: relative;
    z-index: 99;
}

.categories ul li img {
    width: 16px;
}

.categories p {
    padding: 10px 10px;
    background: #ff4e0a;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    cursor: pointer;
}

.categories .side-category {
    transition: 0.35s all;
    line-height: 1.8;
    text-align: left;
}

.categories .side-category li {
    position: relative;
    border-right: 1px solid #ddd;

}

.categories .side-category li a {
    position: relative;
    margin-right: 10px;
}

.categories .side-category li a i {
    position: absolute;
    right: 0;
}

.categories .sub-category li {
    display: block;
    position: relative;
}

.categories ul li a {
    display: block;
    padding: 10px 10px;
    color: #000;
    transition: 0.35s all;
    text-transform: uppercase !important;
}

.side-category li i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    font-size: 12px;
    color: #999;
}

.categories ul li a:hover {
    color: #ff4e0a;
}

.sub-category {
    left: 0px;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    min-width: 200px;
    transition: 0.35s all;
    position: absolute;
    background-color: #fff;
    text-align: left;
}

.categories ul li:hover>.sub-category {
    visibility: visible;
    opacity: 1;
}

.categories ul li a {
    position: relative;
    text-transform: capitalize;
}

.categories ul li img {
    width: 16px;
    height: 16px;
    margin-right: 3px;
}
.catagory_menu ul li a {
    margin-right: 15px;
    text-transform: capitalize;
    transition: 0.35s all;
    padding: 13px 12px;
    color: #fff;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    font-weight: 500;
}
.main-search select, .main-search select:focus {
    height: 100%;
    border: 0;
    width: 125px;
    padding: 0 6px;
    border-right: 1px solid #ddd;
    outline: 0 !important;
    background: #fff;
    color: #777;
}
li.Cat_list.cat_list_hover img {
    width: 22px;
    height: 22px;
    margin-right: 10px;
}         
                       
.btn-grad {
    background-image: linear-gradient(to right, #00c6ff 0%, #0072ff  51%, #00c6ff  100%);
    margin: 10px;
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white !important;            
    /*box-shadow: 0 0 20px #eee;*/
    border-radius: 10px;
    display: block;
  }

  .btn-grad:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
  }
         
         

.catagory_menu {
    padding: 0px;
    text-align: left;
}



.cat_bar i {
    padding-right: 5px;
    font-size: 16px;
}

.main-menu {
    text-align: right;
}

.main-menu ul li a {
    text-transform: uppercase;
    margin-left: 18px;
    margin-top: 10px;
    display: inline-block;
    font-weight: 500;
    color: #777;
    position: relative;
}

.main-menu ul li a:after {
    content: "";
    width: 0;
    height: 2px;
    left: 0;
    transition: 0.35s;
    bottom: 0;
    background: #ff4e0a;
    position: absolute;
}

.main-menu ul li a:hover:after {
    width: 100%;
}

.fixed-top {
    top: -45px;
    transform: translateY(45px);
    transition: transform 1s ease;
    background: #fff;
    box-shadow: 0px 0px 10px #c3c3c3;
    z-index: 999;
    position: fixed;
}
a.toggle {
    margin: 13px 0;
    padding: 0 5px;
    font-size: 26px;
}
.main-logo {
    height: 67px;
    text-align: center;
    display: flex;
    gap: 5px;
    justify-content: space-around;
    align-items: center;
}
.main-logo a {
    display: block;
    width: 100%;
    height: 100%;
}

.main-logo img {
    width: 243px;
    height: 100%;
    margin-top: 0;
}
/*==== HEADER CSS END ====  */
/*Desktop all category start*/
ul.desktop-nav {
    height: 564px;
    overflow-x: hidden !important;
    overflow-y: scroll;
    width:330px;
}
.desktop-menu {
        display: block;
        position: absolute;
        top: 71px;
        right: -410px;
        width: 330px;
        height: 0vh;
        background-color: #fff;
        transition: all 0.3s ease;
        z-index: 9999;
        position: fixed;
        visibility: hidden;
        opacity: 0;
    }

    .desktop-menu.active {
        right: 0;
        display: block;
        height: 100vh;
        width: 330px;
        top: 71px;
        opacity: 1;
        visibility: visible;
        background: #f0f3fe;
    }

    .desktop-logo-image img {
        height: 40px;
        width: auto;
    }

    .desktop-menu-logo {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #ddd;
        padding: 11px 15px;
        background: #ff4e0a;
    }

    .desktop-menu-close {
        cursor: pointer;
        font-size: 25px;
        font-weight: 700;
        color: #fff;
        width: 35px;
        text-align: center;
    }


    .first-nav .parent-category {
        display: block;
        line-height: 33px;
    }

    .parent-category {
        position: relative;
    }
    .all-product {
        padding: 7px 23px;
        border-radius: 10px;
        font-weight: 600;
        font-size: 17px;
    }

    .first-nav .parent-category .menu-category-name {
        display: block;
        padding: 10px;
        padding-left: 20px;
        text-transform: capitalize;
        font-weight: 600;
        color: #222;
    }

    .desktop-menu span.menu-category-toggle {
        position: absolute;
        right: 0px;
        top: 0px;
        display: flex;
        width: 50px;
        height: 50px;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    ul.second-nav .parent-subcategory {
        display: block;
        padding-left: 47px;
    }


/*Desktop all category end*/

/*==== CATEGORY SECTION CSS START ====  */
.main_slider {
    /*padding-left: 240px;*/
    padding-top: 10px;
}
.index__menu {
    background: white;
    height: 150px;
}
.slider-item {
    height: 376px;
    border-radius: 0px;
    overflow: hidden;
}
.best-img {
    border-radius: 7px;
    overflow: hidden;
}
.index__menu__bar {
    background-color: #fff;
    transition: 0.35s all;
    border: 1px solid rgba(0, 0, 0, 0.075);
    z-index: 999;
    padding: 0 12px;
    opacity: 1;
    width: 100%;
}
i.fa-solid.fa-border-all.all__product.all__pro_index {
    margin-left: 0px !important;
}
.homeproduct {
    padding-bottom: 0px;
    padding-top: 0px;
    /*background: #fff;*/
}

.category-section.section-padding {
    margin-bottom: 20px;
}

.section-title {
    padding: 20px 0;
}

.section-title h2 {
    font-size: 16px;
    font-weight: 600;
}

.front-category ul li a {
    color: #555;
    padding: 5px 8px;
    display: inline-block;
    border: 1px solid #ff4e0a;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
    transition: 0.35s all;
    margin-right: 5px;
}

.front-category ul li a:hover {
    background: #ff4e0a;
    color: #fff;
    border-color: #ff4e0a;
}

.feature-btn {
    text-align: center;
    margin-top: 25px;
}

.feature-btn a {
    border: 1px solid #ddd;
    padding: 8px 25px;
    transition: 0.35s all;
    border-radius: 5px;
}

.feature-btn a:hover {
    background: #ff4e0a;
    color: #fff;
}

.sidebar_item {
    margin-bottom: 20px;
}

.sidebar_item h2.accordion-header button.accordion-button {
    background-color: #ff4e0a;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0;
    padding: 10px 20px;
}

.sidebar_item .accordion-header .accordion-button::after {
    content: '\f078';
    font-family: 'FontAwesome';
    background: none;
    font-size: 17px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion-item .accordion-collapse {
    border-radius: 0;
}

.accordion-item {
    border-radius: 0;
}

/*==== CATEGORY SECTION CSS END ====  */

/*==== SLIDER CSS START ====  */
.main-slider {
    position: relative;
    z-index: -1;
}
.slider-section {
    padding-bottom: 12px;
}
.slider-section .offset-sm-3 {
    padding-left: 0;
}

.main-slider .owl-nav button span {
    font-size: 30px;
}

.main-slider .owl-nav button {
    height: 40px;
    width: 35px;
    background: #fff !important;
    transition: 0.35s all;
}

.main-slider .owl-nav button:hover {
    background: #ff4e0a !important;
    color: #fff;
}

.main-slider .owl-prev {
    position: absolute;
    left: -10px;
    visibility: hidden;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 5px;
    transition: 0.35s all;
}

.main-slider .owl-next {
    position: absolute;
    right: -10px;
    visibility: hidden;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 5px;
    transition: 0.35s all;
}

.main-slider:hover.main-slider .owl-prev {
    left: 10px;
    visibility: visible;
    opacity: 1;
}

.main-slider:hover.main-slider .owl-next {
    right: 10px;
    visibility: visible;
    opacity: 1;
}
.slider-item img {
    width: 100%;
}
i.fa-solid.fa-border-all.all__product.all__pro_index {
    margin-left: 0 !important;
}
.news_inner {
    background: #fff;
    margin-top: 8px;
    margin-bottom: 11px;
    padding: 6px 7px;
}

.news_inner p {
    font-size: 16px;
    margin-top: 11px;
    margin-right: 35px;
    font-weight: 600;
    display: inline-block;
}

/*==== SLIDER CSS END ====  */

/*==== FRONT CATEGORY  CSS START ====  */
.hot-deals-section {
    padding: 25px 0;
}

.hot-deals-inner {
    background-color: #ffefcf;
    padding: 5px 5px 20px 5px;
}

.hot-deals-img img {
    width: 100px;
}

.hot-deals-product {
    border: 1px solid #e80a0a;
}

.deals-discount {
    position: absolute;
    top: 3px;
    right: 3px;
    color: #fff;
    padding: 0 10px;
}

.discount-wrapper {
    position: relative;
}

.discount-wrapper img {
    width: 45px !important;
}

.discount-wrapper span {
    position: absolute;
    top: 6px;
    left: 8px;
    color: white;
    font-size: 14px;
    font-weight: bold;
}

.discount-wrapper span:last-child {
    top: 21px;
    left: 10px;
    font-size: 11px;
}

.hot-deals-btn {
    text-align: right;
}

.hot-deals-btn a {
    color: #ef4523;
    font-weight: 900;
    margin-top: 15px;
    display: inline-block;
    margin-right: 12px;
    font-size: 16px;
}

.hotdeals-slider-one {
    margin-bottom: 15px;
}

.hotdeal_price {
    position: absolute;
    background-color: #0089cf;
    right: 1px;
    bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    color: white;
    font-weight: bold;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.header-top i {
    padding-right: 5px;
}

.custom_paginate {
    margin-top: 35px;
}

.custom_paginate .pagination {
    display: flex;
    justify-content: center;
}

/*==== FRONT CATEGORY  CSS END ====  */

/*==== FOOTER  CSS START ====  */

.section-title-right ul li a {
    text-transform: capitalize;
    margin-left: 10px;
    cursor: pointer;
}

.footer-menu ul li a:hover {
    color: #f1ffe7;
    margin-left: 2px;
}

.footer-menu ul li a {
    color: #959595;
    margin: 8px 0;
    display: block;
    transition: 0.35s all;
}

.footer-top {
    padding: 50px 0;
    background: #fff;
}

.footer-about {
    text-align: center;
}

.footer-about p {
    text-align: center;
    margin: 5px 0;
    color: #000000;
    font-size: 16px;
}

.footer-about h3 {
    font-size: 16px;
    font-weight: bold;
    color: #dee5e5;
    margin: 10px 0;
}

.footer-about ul li a {
    display: block;
    height: 35px;
    line-height: 35px;
    width: 35px;
    border-radius: 50px;
    margin: 0 2px;
    text-align: center;
    color: #fff;
}

.footer-menu ul li a:hover {
    color: #ff4e0a;
    margin-left: 2px !important;
}

.footer-about ul li a .feather {
    color: #fff;
}

.footer-about {
    text-align: center;
    padding-right: 70px;
}

.footer-about a {
    display: block;
    color: #000;
}

.footer-about a img {
    height: auto;
    width: 110px;
    object-fit: contain;
}

.footer-menu .title {
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
    font-size: 15px;
}

.footer-menu ul li {
    display: block;
}

.footer-menu ul li a {
    color: #000;
    margin: 8px 0 !important;
    display: block;
}

.footer-bottom {
    background: #000000;
    padding: 10px 0;
}

.copyright a {
    color: #002da0 !important;
}

.footer-hotlint {
    color: #f1ffe7;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
}

.copyright p {
    text-align: center;
    color: #fff;
}

/*==== FOOTER CSS END ====  */

/*==== FOOTER FIXED MENU START ====  */
.footer_nav {
    display: none;
    text-align: center;
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
    border-top: 1px solid #ddd;
}

.footer_nav ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.footer_nav ul li a span {
    display: block;
}

.footer_nav ul li {
    position: relative;
}

.footer_nav ul li i {
    font-size: 16px;
}

.item_count {
    position: absolute;
    top: -5px;
    right: 25px;
    background: #ff4e0a;
    width: 15px;
    height: 15px;
    font-size: 12px;
    color: #fff;
    line-height: 15px;
    border-radius: 50px;
}

/*==== FOOTER FIXED MENU END ====  */

/*==== DETAILS CSS START ====  */
.product-section {
    padding: 30px 0;
    background: #fff;
    /* margin-bottom: 10px; */
}
.product-cart .name {
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
}

.details-price {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin: 10px 0;
}

.product-code p {
    display: inline-block;
    background: #ff4e0a;
    color: #fff;
    padding: 0px 10px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #fff;
    line-height: 0;
    margin-bottom: 10px;
}

.details-price del {
    color: #bbb;
    margin: 5px 0;
    font-size: 19px;
}

.qty-cart .quantity {
    position: relative;
    border: 1px solid #222;
    height: 40px;
    overflow: hidden;
    width: 130px;
    margin-top: 10px;
}

.qty-cart {
    width: auto;
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.quantity input {
    position: relative;
    text-align: center;
    font-size: 16px;
    height: 100%;
    width: 100%;
    pointer-events: none;
    font-weight: 500;
}

.quantity .minus {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    height: 40px;
    line-height: 40px;
    width: 40px;
    border-right: 1px solid #222;
    text-align: center;
    font-size: 40px;
    cursor: pointer;
}

.quantity .plus {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 40px;
    line-height: 40px;
    width: 40px;
    border-left: 1px solid #222;
    text-align: center;
    font-size: 26px;
    cursor: pointer;
}

.order_now_btn, .order_now_btn:disabled {
    font-size: 18px;
    color: #fff;
    background-color: #01306d;
    border: 1px solid #01306d;
    border-radius: 3px;
    width: 50%;
    margin-left: 5px;
    font-family: "Roboto";
    height: 45px;
    margin-top: 10px;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.order_now_btn:hover,
.order_now_btn:active {
    color: white !important;
    background-color: #ff4e0a !important;
    border-color: #ff4e0a !important;
    outline: 0;
    color: #fff !important;
}

.add_cart_btn, .add_cart_btn:disabled {
    color: #fff;
    background-color: #ff4e0a;
    border: 1px solid #ff4e0a;
    border-radius: 0;
    width: 50%;
    height: 45px;
    margin-top: 10px;
    border-radius: 5px;
    font-family: "Roboto";
    font-size: 18px;
}

.pro_brand.stock {
    margin-top: 20px;
}

.call_now_btn {
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.call_now_btn i {
    margin-right: 7px;
    font-size: 22px;
}

.add_cart_btn:hover,
.add_cart_btn:active {
    color: #fff !important;
    background-color: #087bce !important;
    border-color: #087bce !important;
}

.features {
    border: 1px solid #ddd;
    border-top: 4px solid #000000;
    padding: 10px 10px 20px 10px;
}

.features .icon {
    width: 35px;
    font-size: 23px;
    height: 45px;
}

.features .text {
    font-size: 15px;
}

.feature-products {
    border-right: 1px solid #e8e8e8;
    height: 100%;
    padding-top: 32px;
}

.feature-products-wrapper {
    padding: 0px 10px;
}

.feature-products p {
    margin-bottom: 0;
    font-size: 18px;
    text-align: left;
    padding: 1px 0;
    font-family: "Jost", sans-serif;
    font-weight: 600;
    padding: 8px 0;
    position: relative;
}

.feature-products p::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 40px;
    background-color: #ddd;
}

.feature-products tr {
    height: auto;
    padding: 0 10px;
    display: block;
    margin-top: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.feature-products .img {
    width: 55px;
}

.feature-products .title {
    font-size: 14px;
    padding-bottom: 5px;
}

.delivery_details tr td {
    color: #000000 !important;
}

.delivery_details .potro_font {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    padding-left: 0;
}
.related-title {
    margin-bottom: 15px;
    margin-top: 15px;
}
.related-title h5 {
    font-weight: 600;
    font-size: 18px;
}

.tab-description li {
    display: block;
    position: relative;
    margin-left: 15px;
    margin: 5px 0;
    font-size: 15px;
}

.tab-content {
    padding: 30px 15px;
    margin-top: 20px;
    background-color: #fff;
    border-radius: 5px;
    margin-left: 12px;
}

.details-action-box .section-head {
    border-bottom: 1px solid #ddd;
    padding: 0 0 10px 0;
    display: flex;
}

.details-action-box .section-head .title {
    text-align: left;
    flex: 1 1 auto;
}
.product-tag {
    margin-bottom: 30px;
}

h5.tag-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.section-head h2 {
    font-size: 1.2rem;
    font-weight: 600;
    padding: 10px 0;
    text-align: left;
    color: #000;
}

.details-action-box .section-head .action {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
}

.details-action-box .section-head .action .details-action-btn {
    padding: 5px 20px;
    background-color: #fff;
    border: 2px solid #ff4e0a;
    border-radius: 5px;
    color: #fff;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: #ff4e0a;
    cursor: pointer;
}

.review-card {
    background: #f1f1f1;
    padding: 15px;
    border-radius: 5px;
    position: relative;
    margin: 10px 0;
}

.review_star {
    color: #FF7E22;
    margin-bottom: 7px;
}

.details-action-box .empty-content {
    padding: 50px 0;
    text-align: center;
}

.section-title.top__category_sec {
    margin: 8px 0;
}

.details-action-box .empty-content i {
    font-size: 3rem;
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
    background-color: #ff4e0a33;
    border-radius: 50%;
    color: #ff4e0a;
}

p.empty-text {
    text-align: center;
}

.insert-review a {
    background: red;
    width: 300px;
    text-align: center;
    padding: 5px 9px;
    color: white;
    font-weight: 500;
}

/*===============*/
.rating {
    unicode-bidi: bidi-override;
    direction: rtl;
    text-align: left;
}

.rating>label {
    display: inline-block;
    position: relative;
    width: 28px;
    font-weight: 600;
    color: #009e60;
}

.rating label {
    font-size: 20px !important;
    cursor: pointer !important;
}

textarea#message-text {
    border: 2px solid;
    border-color: #009e60;
    max-width: 450px;
}

.rating>label.active:before,
.rating>label.active~label:before,
.rating>label:hover:before,
.rating>label:hover~label:before {
    content: "\2605";
    position: absolute;
    color: #009e60;
}

.rating input {
    display: none;
}

button.details-review-button {
    min-width: 126px;
    background: #0f821d;
    margin-top: 10px;
    padding: 7px;
    color: white;
    font-size: 14px;
    text-align: center;
    border-radius: 3px;
}

/*==== DETAILS CSS END ====  */

/*====  CATEGORY CSS START ====  */
.page_title p {
    color: #000000;
    font-weight: 600;
    font-size: 18px;
}

.page_title {
    margin-bottom: 25px;
}

.cust_according_body ul li {
    display: block;
}

.cust_according_body ul li a {
    display: block;
    padding: 5px 16px;
    font-size: 14px;
    font-weight: 600;
    color: #444;
}

.cust_according_body ul li:hover a {
    background-color: #ff4e0a38;
}

.subcategory-filter-label {
    display: flex;
    column-gap: 10px;
    padding: 5px 10px;
    cursor: pointer;
    padding: 5px 16px;
    font-size: 14px;
    font-weight: 600;
}

.subcategory-filter-list p {
    color: #555;
}

.subcategory-filter-label:hover {
    background-color: #ff4e0a38;
}

.subcategory-filter-label input {
    position: relative;
    border: 2px solid #ff4e0a;
    border-radius: 2px;
    background: none;
    cursor: pointer;
    line-height: 0;
    margin: 0 .6em 0 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 20px;
    width: 20px;
    -webkit-appearance: none;
    opacity: .5;
    margin-top: 3px;
}

.subcategory-filter-label input[type=checkbox]:checked {
    background-color: #ff4e0a;
    opacity: 1;
}

.subcategory-filter-label input[type=checkbox]:before {
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    width: 6px;
    height: 11px;
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    margin: -1px -2px 0 0px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
}

.filter-price-inputs {
    display: flex;
    justify-content: space-between;
}

p.min-price input {
    width: 70px;
}

p.max-price input {
    width: 70px;
}

.ui-slider-horizontal .ui-slider-range {
    background-color: #ff4e0a;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border-radius: 50px;
}

.cust_according_body {
    padding: 10px 0;
}

.slider-box {
    padding: 10px 25px;
}

/*====  CATEGORY CSS END ====  */

/*====  QUICK VIEW CSS START ====  */
#page-overlay {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
}

#custom-modal {
    display: none;
}

.modal-view {
    position: fixed;
    width: 1000px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: 99999;
    padding: 30px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.close-modal {
    position: absolute;
    right: -10px;
    top: -13px;
    background: #ddd;
    height: 35px;
    width: 35px;
    border-radius: 50px;
    font-size: 18px;
}

.quick-view-inner {
    overflow: hidden;
}

.quick-product .name {
    text-transform: capitalize;
    font-size: 25px;
    font-weight: 500;
    color: #444;
    margin-bottom: 5px;
}

.quick-product-img {
    width: 40%;
    float: left;
}

.quick-product-content {
    width: 60%;
    float: left;
    padding: 0 20px;
}

/*====  QUICK VIEW CSS END ====  */

.sec_title {
    margin-bottom: 10px;
}

.section-title-header {
    border-bottom: 1px solid #ececec;
    padding-bottom: 9px;
    display: flex;
    justify-content: space-between;
    /*padding-top: 15px;*/
    /* border-bottom: 1px solid #ddd; */
}

.section-title-header .section-title-name {
    font-size: 20px;
    font-weight: 600;
    font-family:  "Baloo Da 2", sans-serif;
    padding-bottom: 10px;
    position: relative;
    bottom: -2px;
    text-transform: capitalize;
}

li.see_more_btn {
    text-align: end;
}

li.recent_pro {
    font-size: 15px;
}

.sec_title i {
    font-size: 10px;
    margin-left: 5px;
}

/*====  LOADING SPINNER CSS END ====  */
#loading {
    position: fixed;
    left: 50%;
    top: 0;
    z-index: 9999;
    display: none;
    background: rgba(255, 255, 255, 0.5);
    height: 100%;
    width: 100%;
    transform: translate(-50%);
    text-align: center;
}

.custom-loader {
    width: 50px;
    height: 50px;
    --c: radial-gradient(farthest-side, #ff4e0a 92%, #0000);
    background: var(--c) 50% 0, var(--c) 50% 100%, var(--c) 100% 50%, var(--c) 0 50%;
    background-size: 12px 12px;
    background-repeat: no-repeat;
    animation: s7 0.5s infinite;
    position: fixed;
    top: 50%;
    left: 50%;
}

@keyframes s7 {
    to {
        transform: rotate(0.5turn);
    }
}

/*====   LOADING SPINNER CSS END ====  */

/*====   WISHLIST MODAL CSS START ====  */
#custom-modal .title {
    font-weight: 600;
    font-size: 20px;
    color: #555;
    text-align: center;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 12px;
}

.wishlist-modal .quantity {
    font-weight: 500;
    color: #777;
}

.wishlist-modal {
    margin-top: 25px;
}

.wishlist-modal .name {
    text-align: left;
    margin: 0;
}

.wishlist-modal .price {
    color: #ff4e0a;
    font-size: 26px;
    font-weight: 600;
    margin: 12px 0;
}

.continue-confirm {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 15px;
    margin-top: 15px;
}

.continue-btn {
    background: #ddd;
    border-radius: 5px;
    padding: 10px 0px;
    text-transform: uppercase;
    color: #666;
    font-weight: 600;
    transition: 0.35s all;
}

.confirm-btn {
    background: #ff4e0a;
    border-radius: 5px;
    padding: 10px 0px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    display: block;
    text-align: center;
    cursor: pointer;
    transition: 0.35s all;
}

.continue-btn:hover,
.confirm-btn:hover {
    background: #ff4e0a;
    color: #fff;
}

/*====   WISHLIST MODAL CSS END ====  */

/*====   WISHLIST CSS START ====  */
.vcart-inner {
    background: #f5f7f9;
    padding: 20px 25px;
    border-radius: 5px;
}

.vcart-content img {
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50px;
    background: #fff;
    padding: 1px;
}

.cart_name {
    max-width: 185px;
}

.cart-title h4 {
    font-weight: 600;
    padding: 5px 10px;
    text-align: center;
}

.vcart-content table th {
    color: #666;
}

.vcart-content table td {
    font-size: 15px;
}

.remove-cart, .remove-cart:focus {
    background: #e5e5e5;
    border-radius: 50px;
    height: 30px;
    width: 30px;
    text-align: center;
    outline: 0;
}

.remove-cart .feather {
    color: #fff;
}

.wcart-btn,
.wcart-btn:focus {
    background: #ff4e0a;
    color: #fff;
    height: 30px;
    width: 30px;
    border-radius: 50px;
    outline: 0;
}

/*==== WISHLIST CSS END ====  */

/*====  CART CSS START ====  */
.vcart-qty .quantity {
    height: 35px;
    width: 85px;
    margin-top: 0 !important;
}

.vcart-qty .quantity .minus {
    left: 0;
    width: 25px;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vcart-qty .quantity .plus {
    right: 0;
    height: 33px;
    line-height: 33px;
    width: 25px;
    font-size: 20px;
}

.cart-summary {
    background: #f5f7f9;
    padding: 15px;
    border-radius: 5px;
}

.cart-summary h5 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}

.cshort-summary p strong {
    font-size: 15px;
    display: block;
    margin: 8px 0;
}

.cart-summary table td {
    padding: 10px 0 !important;
    text-transform: capitalize;
    font-size: 15px;
}

.cart-summary table td:last-child {
    text-align: right;
}

.coupon-form {
    margin-top: 25px;
}

.coupon-form form {
    display: inline-block;
    width: 300px;
}

.coupon-form form input {
    width: 80%;
    float: left;
    height: 38px;
    border: 1px solid #ddd;
    border-radius: 5px 0px 0px 5px;
    padding: 0 10px;
    text-transform: capitalize;
}

.coupon-form form input {
    width: 80%;
    float: left;
    height: 38px;
    border: 1px solid #ddd;
    border-radius: 5px 0px 0px 5px;
}

.coupon-form form button {
    width: 20%;
    background: #ff4e0a;
    color: #fff;
    height: 38px;
    border-radius: 0px 5px 5px 0px;
}

/*====  CART CSS END ====  */

/*====  LOGIN CSS START ====  */
.auth-section input,
.auth-section input:focus {
    border: 1px solid #ddd;
}

.register-now.no-account a {
    text-align: center;
    display: block !important;
    width: 100%;
}

.form-content form .form-group {
    position: relative;
}

.form-content form label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.no-account p {
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
}

.form-content {
    background: #fff;
    border-radius: 5px;
    margin: 43px 0;
    border: 1px solid #ddd;
    overflow: hidden;
    border-top: 2px solid #ff4e0a;
}

.form-content form {
    padding: 0 15px;
}

.auth-title {
    font-size: 18px;
    border-bottom: 1px solid #ddd;
    font-weight: 700;
    text-align: left;
    margin-bottom: 7px;
    color: #000000;
    text-transform: uppercase;
    padding: 10px 15px;
    background: #f5f7f9;
}

.resend_otp .feather {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
}

.resend_otp button {
    border-bottom: 1px solid #db2c2c;
    color: #db2c2c;
}

/*====  LOGIN CSS END ====  */

/*====  BRAND CSS START ====  */

.brand-section {
    position: relative;
}

.brand-item img {
    opacity: 0.4;
    transition: 0.35s all;
}

.brand-item img:hover {
    opacity: 1;
}

.brand-slider .owl-nav button span {
    font-size: 35px;
}

.brand-slider .owl-nav button {
    height: 50px;
    width: 45px;
    background: #ddd !important;
    transition: 0.35s all;
}

.brand-slider .owl-nav button:hover {
    background: #ff4e0a !important;
    color: #fff;
}

.brand-slider .owl-prev {
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 5px;
}

.brand-slider .owl-next {
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 5px;
}

/*====  BRAND CSS END ====  */

/*====  PROFILE CSS START ====  */
.customer-auth {
    display: grid;
    grid-template-columns: 60px auto;
    grid-gap: 10px;
    background: #f5f7f9;
    padding: 10px;
    border-radius: 5px;
}

.customer-img img {
    border-radius: 50px;
}

.customer-section {
    padding: 20px 0;
}

.sidebar-menu {
    background: #f5f7f9;
    margin: 15px 0;
    border-radius: 5px;
}

.sidebar-menu ul li {
    display: block;
}

.sidebar-menu li a {
    padding: 10px 10px;
    display: block;
    font-size: 15px;
}

.customer-content {
    background: #fff;
    padding: 15px;
    border-radius: 5px;
}

.backend_img {
    height: 80px;
    width: 80px;
    border-radius: 50px;
}

.account-title {
    margin-bottom: 15px;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
    text-align: left;
    font-weight: 600;
}

.invoice_btn,
.invoice_btn:focus {
    background: #ff4e0a;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 5px;
}

.invoice-img {
    height: 65px;
    width: 65px;
    border-radius: 50px;
}

.invoice-img img {
    height: 100%;
    width: 100%;
    border-radius: 50px;
}

.sidebar-menu li a.active {
    color: #ff4e0a;
}

/*====  PROFILE CSS END ====  */

.payment_option {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr !important;
}

/*====  CHECKOUT CSS START ====  */
.cartlist img {
    height: 30px;
    width: 30px;
}

.cartlist span {
    height: 20px;
    width: 120px;
    border-radius: 50px;
}

.chheckout-section {
    padding: 35px 0;
}

.checkout-shipping .card-header {
    background: #ff4e0a;
    padding: 15px 15px;
    color: #fff;
}

.card-header h4 {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Roboto';
    line-height: 26px;
    text-align: center;
}

.checkout-shipping h5, .cart_details h5 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
}

.cartlist .text-left {
    text-align: left;
}

.checkout-shipping label {
    margin-bottom: 5px;
    font-size: 14px;
    font-family: Roboto;
    font-weight: 600;
}

.checkout-shipping h6 {
    font-weight: 600;
    color: #000;
    text-align: center;
}

.checkout-shipping h6 a {
    color: #ff4e0a;
}

.checkout-shipping select {
    font-size: 14px;
}

.checkout-shipping input,
.checkout-shipping input:focus,
.checkout-shipping select,
.checkout-shipping select:focus {
    border: 1px solid #ddd;
    height: 40px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    height: 40px !important;
}

#select2-district-container {
    line-height: 40px;
}

.select2-results li {
    display: block;
}

.checkout-shipping .form-check-input {
    height: 25px !important;
    width: 25px;
    margin-right: 7px;
    margin-top: 16px;
}

.nagadform p,
.bkashform p,
.rocketform p {
    padding: 5px 0;
}

.bkashform,
.nagadform,
.rocketform {
    display: none;
    background: #f5f7f9;
    padding: 20px;
    margin: 15px 0;
    border-radius: 5px;
}

.order_place {
    background: #ff4e0a;
    display: block;
    width: 100%;
    border-radius: 5px;
    padding: 10px 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    margin-top: 15px;
    transition: 0.35s all;
}

.order_place:hover {
    background: #ff4e0a;
}

/*====  CHECKOUT CSS END ====  */

/*====  CONTACT CSS START ====  */
.contact-section {
    padding: 15px 0;
    background: #fff;
    margin-bottom: 10px;
}

.contact-form input,
.contact-form input:focus,
.contact-form textarea,
.contact-form textarea:focus {
    border: 1px solid #ddd;
    border-radius: 0;
}

.contact-form label {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 15px;
}

.social-media.footer-about {
    text-align: left;
    margin-top: 20px;
}

.social-media.footer-about li a {
    text-align: center;
}

.social-media.footer-about h6 {
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 15px;
}

/*====  CONTACT CSS END ====  */

/*====  ALL CATEGORY CSS START ====  */
.filter_btn, .filter_close {
    display: none;
}

.category-thumb {
    background: #f1f1f1;
    text-align: center;
    padding: 25px 15px;
    border-radius: 5px;
}

.category-thumb img {
    width: 24px;
}

.all-category {
    display: grid;
    grid-template-columns: repeat(5, 20%);
    grid-gap: 15px;
}

.category-thumb p {
    text-align: center;
    text-transform: uppercase;
    margin-top: 10px;
}

.menu-more {
    color: #ff4e0a !important;
    font-weight: 600;
}

.menu-more i {
    color: #ff4e0a !important;
    font-weight: 600;
}

/*====  ALL CATEGORY CSS END ====  */

.page-description ul li {
    display: list-item;
    list-style: initial;
}

.page-description ul {
    padding-left: 20px;
}

.front-view-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 50px;
}

.front-view-image {
    margin-bottom: 15px;
}

.front-view-image a {
    display: block;
}

.front-view-image a img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    transform: translateY(0px);
    transition: all 0.3s ease;
}

.front-view-item:hover .front-view-image a img {
    transform: translateY(-20px);
}

.front-view-title a {
    display: block;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.category-banner-products {
    border-top: 1px dashed #ccc;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 7px;
    background: #fff;
}

.home-page-section-title-box {
    margin-bottom: 10px;
}

.home-page-section-title-box h3 {
    font-size: 30px;
    margin-top: 0;
    text-transform: capitalize;
    font-weight: 600;
}

.view-all-button-box.pull-right {
    float: right;
}

a.custom-button {
    border: 1px solid transparent;
    padding: 5px 15px;
    border-radius: 5px;
    color: #000;
    font-weight: 500;
    box-shadow: 0 0.275rem 0.75rem -0.0625rem rgb(11 15 25 / 6%), 0 0.125rem 0.4rem -0.0625rem rgb(11 15 25 / 3%) !important;
    display: inline-block;
    position: relative;
    background: transparent;
    transition: color 0.1s linear 0.05s;
    text-decoration: none;
}

.product-item-box {
    box-shadow: 0 2px 10px -1px rgb(0 0 0 / 12%);
    border-radius: 15px;
    background: #fff;
    margin-bottom: 15px;
}

.wish-compare {
    position: absolute;
    left: -82px;
    top: 53.5%;
    z-index: 9;
    transform: translatey(-50%);
    transition: 0.35s all;
}

.wish-compare-inner {
    background: #fff;
    padding: 9px 2px;
    border-radius: 3px;
    box-shadow: 1px 0px 3px 0px #0202025c;
}

.wish-compare-inner a {}

.wish-compare-inner button {
    background: #fff;
    border-radius: 4px;
    border: 1px solid #16dab2;
}

.wish-compare-inner button i {
    color: #000;
}

.wish-compare-inner i {
    display: block;
    padding: 10px;
    color: #ff4e0a;
}


.product-img-outer-box {
    position: relative;
    overflow: hidden;
}

.product-img-outer-box a {
    border-radius: 10px 10px 0px 0px;
}

.product-img-outer-box a img {
    transform: scale(1);
    transition: all 0.5s ease-out;
    object-fit: contain;
    background: #fff;
    width: 100%;
}

.product-img-outer-box a:hover img {
    transform: scale(1.1);
    transition: all 0.5s ease-out;
}

.product-desc-main-box {
    padding: 5px;
    text-align: center;
}

.product-title-box h4 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.product-title-box h4 a {
    font-size: 14px;
}

.product-price-box h4 {
    font-weight: bold !important;
    font-size: 14px;
    color: #b70053;
    font-family: var(--font);
}

.product-inner button.owl-prev,
.related-product-section button.owl-prev,
.product-inner button.owl-next,
.related-product-section button.owl-next {
    top: 50%;
    position: absolute;
    display: inline-block;
    transform: translateY(-50%);
}

.product-inner button.owl-prev i,
.related-product-section button.owl-prev i,
.product-inner button.owl-next i,
.related-product-section button.owl-next i {
    width: 35px;
    height: 35px;
    background-color: #ddd;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    transform: scale(1);
    transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.product-inner button.owl-prev:hover i,
.related-product-section button.owl-prev:hover i,
.product-inner button.owl-next:hover i,
.related-product-section button.owl-next:hover i {
    background-color: #ff4e0a;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    transform: scale(1.3);
    color: #fff;
}

.product-inner button.owl-prev,
.related-product-section button.owl-prev {
    left: 0;
}

.related-product-section button.owl-prev {
    left: -40px;
}

.product-inner button.owl-next,
.related-product-section button.owl-next {
    right: 0;
}

.related-product-section button.owl-next {
    right: -40px;
}

section.product-inner {
    border-top: 1px dashed #ccc;
    padding-top: 20px;
    padding-bottom: 20px;
}

.section-title-left h4 {
    font-size: 30px;
}

.product-img-outer-box a {
    position: relative;
    overflow: hidden;
    height: 260px;
    display: block;
}



.product-inner .product-img-outer-box a {
    height: 290px;
}

.category-banner-products .product-img-outer-box a {
    position: relative;
    overflow: hidden;
    height: auto;
    display: block;
}

.slide-img-box {
    border-radius: 10px;
    overflow: hidden;
}

.category-img-banner {
    margin-bottom: 15px;
}

.category-img-banner a {
    display: block;
    overflow: hidden;
}

.category-img-banner a img {
    transform: scale(1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    border-radius: 15px;
}

.category-img-banner:hover a img {
    transform: scale(0.95);
}

.category-main-section {
    border-top: 1px dashed #ccc;
    padding: 20px 0;
}

.menu-logo a {
    display: block;
}

.campaign-item a {
    display: block;
    width: 100%;
    height: 420px;
    overflow: hidden;
    position: relative;
}

.campaign-item a img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.campaign-main-section {
    border-top: 1px dashed #ccc;
    padding: 25px 5px;
}

.qty-cart .add-to-cart {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    background: #087bce;
    border-radius: 0;
    color: #fff;
    height: 48px;
    width: 160px;
}

.section-meta-description {
    background-color: #fff;
    box-shadow: 0px 0px 10px #ddd;
    padding: 40px;
    border-radius: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}

/*Design By Milon */

.sec_title H2 {
    font-size: 17px;
    margin-bottom: 15px;
    font-weight: 600;
}

.category-breadcrumb a {
    font-size: 16px;
    color: #666666b3;
    font-weight: 400;
}

.category-breadcrumb span {
    color: #666666b3;
}

.category-breadcrumb strong {
    font-size: 16px;
}

.main_product_inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
    overflow: hidden;
}
.category-product {
    grid-template-columns: 1fr 1fr 1fr 1fr !important;
}

.accordion-button:not(.collapsed) {
    color: #ffffff !important;
    background-color: #ff4e0a !important;
  
}
.accordion-button:focus {
    z-index: 3;
    border-color: #ff4e0a !important;
    outline: 0;
}
.product_item_inner {
    border-bottom: 0;
    transition: 0.35s all;
}

.product_item_inner .sale-badge {
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 1;
}

.product_item_inner .sale-badge-inner {
    --sale-badge-width: 38px;
    width: var(--sale-badge-width);
    height: var(--sale-badge-width);
}

.product_item_inner .sale-badge-box {
    background-color: #ff4e0a;
    border-radius: 15%;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product_item_inner span.sale-badge-text {
    color: #fff;
    font-size: 10px;
    margin-top: 5px;
    text-align: center;
    text-transform: uppercase;
}

.wist_item {
    position: relative;
}

.quick_view_hard {
    position: absolute;
    opacity: 0;
    z-index: 0;
    visibility: hidden;
    transition: 0.4s all;
    top: 0px;
    right: 5px;
}

.wist_item:hover .quick_view_hard {
    opacity: 1;
    overflow: visible;
    z-index: 1;
    visibility: visible;
}

.quick_view_hard a {
    border: 2px solid;
    border-color: silver;
    border-radius: 50%;
    font-size: 20px;
    height: 38px;
    width: 38px;
    z-index: 1;
    transition: 0.3s all;
    color: silver;
    display: flex;
    justify-content: center;
    align-items: center;
}

.quick_view_hard a:hover {
    background: #a92c2c;
    color: #fff;
    border: 2px solid #a92c2c;
}

.product_item:hover .product_item_inner {
    border-color: #ff4e0a;
}

.product_item {
    /* margin-bottom: 30px; */
    position: relative;
    transition: 0.35s all;
    background: #fff;
    overflow: hidden;
    border: 1px solid #ddd;
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
}

.product_item.wist_item:hover {
    border: 1px solid #ff4e0a;
}

.quick_view_btn {
    width: 100%;
    background: #ff4e0a;
    position: absolute;
    opacity: 0;
    z-index: 0;
    visibility: hidden;
    transition: 0.4s all;
    padding: 5px 0px;
    text-align: center;
    bottom: -45px;
}

.product_item:hover .quick_view_btn {
    opacity: 1;
    z-index: 1;
    visibility: visible;
    bottom: 0;
}

.quick_view_btn button {
    font-size: 15px;
    color: white;
    background-color: transparent;
    font-weight: 500;
    text-transform: uppercase;
}

.product_item:hover .quick_view_hard {
    opacity: 1;
    overflow: visible;
    z-index: 1;
    visibility: visible;
}

.pro_name {
    height: 42px;
    line-height: 21px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    display: block;
    margin-top: 5px;
    padding: 0 5px;
}
.pro_name a {
    color: #000;
    font-size: 15px;
    text-transform: capitalize;
}

.pro_img {
    height: auto;
    position: relative;
    overflow: hidden;
}

.pro_img>a {
    display: block;
    height: 100%;
}

.pro_img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    transition: 0.35s all;
}

.product_item_inner:hover .pro_img img {
    transform: scale(1.05);
}

.product_item:hover {
    border-color: #ff4e0a !important;
}

.pro_des {
    text-align: center;
}

.pro_price {
    margin-bottom: 5px;
    font-size: 18px;
}

.pro_price p {
    color: #ff4e0a;
    font-weight: 500;
    margin-top: 5px;
    text-align: center;
    font-size: 15px;
}

i.fa-regular.fa-trash-can.trash_icon {
    font-size: 15px;
    color: #ff4e0a;
}

i.fa-regular.fa-trash-can.trash_icon:hover {
    color: red;

}

.pro_btn form {
    text-align: center;
}

.pro_btn {
    display: grid;
    grid-template-columns: 40% 60%;
    /* grid-gap: 3px; */
}

.pro_btn button {
    background: #000000;
    color: #fff;
    width: 60%;
    padding: 7px 0px;
    font-size: 14px;
    text-transform: capitalize;
    display: block;
    width: 100%;
    transition: all .5s ease;
    /* border-radius: 0px; */
    position: relative;
}
a.cat_bar_bg i {
    margin-left: -9px;
}

.cart_btn a {
    background: #ff4e0a;
    width: 100%;
    display: block;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
    transition: all .5s ease;
    padding: 7px 0;
    border-radius: 0px;
}


.cart_btn a:hover {
    background: #034627;
}


.pro_btn button:hover {
    background: #034627;
}

.pro_price del {
    color: #919191;
    margin-right: 5px;
    font-size: 15px;
    font-weight: 400;
}

.discount {
    position: absolute;
    top: 5px;
    background: #ff4e0a;
    padding: 2px 7px;
    border-radius: 20px;
    right: 6px;
}

.discount p {
    color: #fff;
    font-size: 11px;
}

.pro_name a:hover {
    text-decoration: underline;
}

.success-img {
    text-align: center;
}

.success-img img {
    width: 320px;
}

.success-title h2 {
    color: #000000;
    text-align: center;
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 45px;
}

.success-table {
    background: #f3f3f3;
    padding: 15px;
}

section.createpage-section {
    padding: 50px 0;
    background: #fff;
    margin-bottom: 10px;
}

.category-slider {
    margin-top: 25px;
}

.category-item {
    padding: 25px 0;
}

.category-item p {
    font-weight: 400;
}

.category-item img {
    border: 1px solid #ddd;

    transition: 0.35s all;
}

.category-item img:hover {
    transform: scale(1.09);
}

.category-item p {
    text-align: center;
    margin-top: 5px;
    color: #222;
    font-weight: 500;
}

button.owl-next {
    font-size: 30px !important;
    width: 29px;
    height: 29px;
    line-height: 10px !important;
    text-align: center !important;
    border-radius: 50%;
    color: white !important;
}

button.owl-prev {
    font-size: 30px !important;
    width: 29px;
    height: 29px;
    line-height: 10px !important;
    text-align: center !important;
    border-radius: 50%;
    color: white !important;
}
a.cat_bar_bg {
    padding: 0 135px 0 25px !important;
    background: #222 !important;
}

li.cat_bar>a {
    padding: 14px 5px;
    display: grid;
    width: 100%;
    height: 45px;
    font-size: 14px;
    margin-left: 0 !important;
    justify-content: flex-start;
    align-items: center;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff !important;
    gap: 10px;
    grid-template-columns: 10% 140%;
}

li.cat_bar {
    position: relative;
    margin-right: 20px;
    width: 17.4%;
}
.menu-area .Cat_menu {
    position: absolute;
    background-color: #fff;
    top: 100%;
    transition: 0.35s all;
    border: 1px solid rgba(0, 0, 0, 0.075);
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    /* color: black; */
    width: 100%;
}

.catagory_menu li:hover .Cat_menu {
    visibility: visible;
    opacity: 1;
}
.catagory_menu li:hover .Cat_menus {
    visibility: hidden;
    opacity: 0;
}

.main-header .menu-area .cat_bar.active .Cat_menu {
    visibility: visible;
    opacity: 1;
}
li.cat_bar.cat_bar_home {
    width: 100%;
}

.fixed-top .menu-area .cat_bar.active .Cat_menu {
    visibility: hidden;
    opacity: 0;
}

.main-header.sticky .menu-area .cat_bar:hover .Cat_menu, .main-header .menu-area .cat_bar:hover .Cat_menu {
    visibility: visible;
    opacity: 1;
    top: 100%;
}

ul.Cat_menu li a i {
    position: absolute;
    top: 10px;
    right: 5px;
    color: #000;
}
li.see-more-button {
    cursor: pointer;
}
li.see-more-button a {
    font-size: 14px;
    font-weight: 600;
    padding: 0 18px;
    color: #ff4e0a !important;
}
li.see-more-button a i {
    color: #ff4e0a !important;
}
li.see-less-button {
    color: #ef7e2d !important;
    font-weight: 600;
    cursor: pointer;
}

.Cat_list {
    display: block !important;
}

span.Cat_img img {
    width: 25px !important;
}

ul.Cat_menu li {
    padding: 6px 0px;
    border-bottom: 1px solid #ddd !important;
    width: 100%;
    transition: 0.35s all;
    position: relative;
    z-index: 9;
    transition:all 0.3s ease-in-out;
}
ul.Cat_menu li:hover {
    background:#ff4e0a;
}

ul.Cat_menu li a span {
    color: #000;
    font-weight: 600;
}

li.cat_bar span {
    padding-right: 10px;
}

li.Cat_list i {
    text-align: end;
    width: 20px;
}

ul.child_menu li {
    background: none;
    width: 100%;
    border-bottom: 0px !important;
    padding: 8px 8px;
    border-bottom: 1px solid #ddd !important;
}   

li.child_main {
    width: 33.33%;
}

ul.child_menu li a {
    background: none;
    color: #087bce;
    padding: 0 0 !important;
}

.child_main>a {
    font-size: 14px;
    color: #444 !important;
    text-transform: capitalize !important;
    position: relative;
    height: 100%;
}

ul.child_sub li a {
    display: block;
    padding: 5px 0;
    margin: 0;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
}

ul.child_sub li {
    padding: 0px;
    margin: 0px;
    margin-left: 3px !important;
}

ul.child_sub li a {
    color: #666 !important;
}

li.child_main>a {
    font-size: 14px;
    font-weight: 500;
    color: #000 !important;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 6px;
}

.cat_list_hover:hover .child_menu {
    overflow: visible;
    visibility: visible;
    opacity: 1;
    z-index: 1;
}

.child_menu {
    position: absolute;
    left: 100%;
    background: white;
    width: 230px;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    top: 0px;
    border-left: 1px solid #ddd;
    transition: 0.25s all;
}

.cat_list_hover1:hover .child_menu {
    overflow: visible;
    visibility: visible;
    opacity: 1;
    z-index: 1;
}

.cat_list_hover2:hover .child_menu {
    overflow: visible;
    visibility: visible;
    opacity: 1;
    z-index: 1;
}

.cat_list_hover3:hover .child_menu {
    overflow: visible;
    visibility: visible;
    opacity: 1;
    z-index: 1;
}

.cat_list_hover4:hover .child_menu {
    overflow: visible;
    visibility: visible;
    opacity: 1;
    z-index: 1;
}

.cat_list_hover5:hover .child_menu {
    overflow: visible;
    visibility: visible;
    opacity: 1;
    z-index: 1;
}

ul.child_menu.child_top {
    margin-top: -50px;
}

ul.child_menu.child_top1 {
    margin-top: -83px;
}

ul.child_menu.child_top2 {
    margin-top: -123px;
}

ul.child_menu.child_top3 {
    margin-top: -152px;
}

ul.child_menu.child_top4 {
    margin-top: -184px;
}

.sec_title h2 {
    border-bottom: 2px solid #ddd;
}

span.left_bar {
    color: white;
}

li.Cat_list span {
    color: white;
    margin-left: 0px;
}

.left_cat_menu {
    margin-top: -10px;
}

/*===========================details Cat_gory=================*/
ul.cat_wrapper {
    background: #ff0101;
    width: 67%;
    height: 37px;
    margin-top: -67px;
}

.cat_wrapper {
    position: relative;
}

.cat_wrapper:hover .Cat_menu {
    overflow: visible;
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

section.slider-section .row .col-sm-2 {
    width: 200px;
}

form.sort-form .form-select,
form.sort-form .form-select:focus {
    border: 1px solid #ddd;
    border-radius: 0;
}

.sorting-section {
    margin-bottom: 20px;
}

.showing-data {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.showing-data span {
    font-size: 16px;
    display: block;
    text-align: right;
}

.category-breadcrumb {
    column-gap: 8px;
}

.description .nav.nav-tabs {
    border-top: 1px solid;
    border-color: #ddd;
    border-bottom: none;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-radius: 0;
    border-right: 0;
    border-left: 0;
    position: relative;
    top: -1px;
    padding: 0 5px;
}

.breadcrumb ul li a {
    color: #666666b3;
    font-size: 16px;
}

.breadcrumb ul li span {
    color: #666666b3;
}

.feature-products-wrapper a {
    font-size: 16px;
}

.details_slider {
    position: relative;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.details-page-wishlist {
    position: absolute;
    z-index: 9;
    right: 20px;
    top: 20px;
}

.details-page-wishlist a {
    border: 2px solid;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #ddd;
    transition: all 0.3s ease;
}

.details-page-wishlist a:hover {
    border-color: #000;
    color: #000;
}

.side_cat_img {
    width: 20px;
    height: auto;
    margin-right: 5px;
}

/*#content {
    width: 100%;
    padding-top: 125px;
}*/

.main-header {
    background: #fff;
}

.main_slider .owl-prev {
    width: 41px;
    height: 40px;
    z-index: 9999;
    position: absolute;
    left: -4px;
    top: 50%;
    cursor: pointer !important;
    z-index: 99999999;
    transform: translateY(-50%);
}

.main_slider .owl-next {
    width: 41px;
    height: 40px;
    z-index: 9999;
    position: absolute;
    right: -4px;
    top: 50%;
    cursor: pointer !important;
    transform: translateY(-50%);
}

.main_slider .owl-next i:hover,
.main_slider .owl-prev i:hover {
    color: #FECD03;
}
marquee {
    font-family: "Baloo Da 2", sans-serif;
}
a.view_more_btn {
    text-align: right;
    font-weight: 600;
    /* background: #f74040; */
    text-transform: capitalize;
    font-size: 15px;
    padding: 8px 15px;
    color: #ff4e0a;
    font-family:  "Baloo Da 2", sans-serif;
    /* border-radius: 50px; */
    /* border: 1px solid #ff4e0a; */
    width: 104px;
    text-align: center;
}
.blog-img img {
    height: 242px;
}

.register-now.no-account {
    background: #fff;
    padding: 0 10px 15px 10px;
}

section.related-product-section {
    background: #fff;
    margin-top: 15px;
    padding-top: 10px;
    margin-bottom: 10px;
}

.description h2 {
    font-size: 18px;
    color: #000;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-weight: 600;
}

ul.social_link li {
    display: inline-block;
    margin-right: 15px;
    font-size: 20px;
}

ul.social_link li:last-child {
    margin-right: 0;
}

ul.social_link {
    text-align: center;
    margin-top: -10px;
}

.d_app {
    text-align: center;
}

.d_app h2 {
    font-size: 15px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    letter-spacing: 1px;
}

.stay_conn {
    text-align: center;
}

.comn_sec {
    padding: 20px 0;
}

.checkout-coupon-form {
    padding: 10px;
    background-color: #0093343b;
}

.checkout-coupon-form .coupon {
    display: flex;
    border: 1px solid;
    border-color: #ddd;
    border-radius: 50px;
    overflow: hidden;
    background-color: #fff;
    height: 45px;
    padding: 5px;
}

.fixed_whats a {
    width: 42px;
    height: 42px;
    background: #049704;
    text-align: center;
    line-height: 42px;
    font-size: 25px;
    position: fixed;
    bottom: 110px;
    right: 34px;
    border-radius: 50px;
    color: #fff;
    z-index: 9999;
}

.cmn_menu ul {
    display: flex;
    justify-content: space-between;
}

.cmn_menu ul li {
    position: relative;

}

.cmn_menu ul li:after {
    content: "";
    position: absolute;
    right: -15px;
    top: 6px;
    width: 1px;
    height: 10px;
    background: #000;
}

.cmn_menu ul li:last-child:after {
    display: none;
}

.cmn_menu ul li a {
    transition: all .5s ease;
}

.cmn_menu ul li a:hover {
    color: #ff4e0a;
}

.contact-form {
    background: #eaeaea;
    padding: 10px;
    border-radius: 5px;
}

.cont_item {
    text-align: center;
}

.cont_item a {
    font-size: 15px;
    font-weight: 600;
}

.cont_item {
    text-align: center;
    margin-bottom: 15px;
}

.copyright p a {
    color: #000;
}

/* ====Color Size Details Css ====*/
.selector {
    position: relative;
    width: 100%;
    background-color: inherit;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 10px;
    flex-wrap: wrap;
    row-gap: 10px;
}

.size-container {
    margin-bottom: 12px;
}

.selector-item {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.selector-item_radio {
    appearance: none;
    display: none;
}


.color_inner .selector .selector-item label {
    cursor: pointer;
    border: 1px solid #ff4e0a;
    border-radius: 3px;
}

.selector-item label {
    border: 1px solid #CE1E20;
}

.color_inner .selector-item label span img {
    width: 220px;
    height: 20px;
    opacity: 0;
}

.color_inner .selector-item input[type="radio"]:checked+label span img {
    opacity: 1;
}

.selector-item_label {
    position: relative;
    height: 100%;
    width: 100%;
    text-align: center;
    border-radius: 0;
    line-height: 30px;
    font-weight: 600;
    transition-duration: .5s;
    transition-property: transform, color, box-shadow;
    transform: none;
    margin: 0;
    padding: 0px 8px;
    color: #000;
}

.selector-item_radio:checked+.selector-item_label,
.selector-item_label:hover {
    background-color: #7D7D7D;
    color: #fff;
    border-color: #7D7D7D;
    cursor: pointer;
}

/* ====Color Size Details Css ====*/
.color_size {
    display: flex;
    justify-content: center;
    padding: 5px;
}

.color_size span {
    padding: 5px;
}

.syotimer-cell__unit {
    display: none;
}

.timer_inner {
    display: flex;
    justify-content: space-between;
}

.timer_inner .syotimer__body {
    display: flex;
    grid-gap: 5px;
}

.timer_inner .syotimer-cell {
    width: 38px;
    text-align: center;
    background: #ff4e0a;
    color: #fff;
    border-radius: 5px;
    font-size: 15px;
    padding: 10px;
    font-weight: 600;
}

.indicator_thumb {
    position: relative;
}

.indicator_thumb.thumb_slider .owl-nav button {
    background: #ffffff !important;
    margin: 5px 2px;
    color: #ff4e0a !important;
    border: 2px solid #0897fb;
}

.indicator_thumb {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 5px;
    margin: 10px 0;
}

.indicator-item {
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
}

.indicator-item img {
    height: 80px !important;
    width: 100%;
    object-fit: contain;
}

.dimage_item img {
    object-fit: contain;
    height: 390px;
}

.hightlight_cont p {
    font-weight: 600;
    text-align: center;
}

.color_inner {
    display: flex;
    margin-top: 10px;
}

.color_inner p {
    margin-right: 10px;
    margin-top: 6px;
    font-weight: 600;
}

.size_inner {
    display: flex;
}

.size_inner p {
    margin-right: 10px;
    margin-top: 6px;
    font-weight: 600;
}

.pro_unig label {
    font-weight: 600;
    margin-bottom: 10px;
}

.pro_brand p {
    font-weight: 600;
}

.pro_brand {
    margin-bottom: 7px;
    margin-top: 2px;
}

.description-nav-wrapper {
    background-color: #fff;
    width: 100%;
    box-shadow: 0px 0px 10px #ddd;
    padding-top: 25px;
}

.desc-nav-ul {
    display: flex;
    column-gap: 10px;
    flex-wrap: wrap;
    margin-left: 12px;
}

.desc-nav-ul li a {
    padding: 6px 20px;
    display: inline-block;
    box-shadow: 0px 0px 3px #ddd;
    border-radius: 5px;
    background-color: #fff;
    cursor: pointer;
}

.desc-nav-ul li.active a,
.desc-nav-ul li:hover a {
    background-color: #0a3a66;
    color: #fff;
}

.description {
    margin-top: 22px;
    background: #ffffff;
    padding: 15px;
    border: 1px solid #ddd;
}

.page-title h5 {
    font-weight: 600;
    font-size: 18px;
}

.pro_vide h2 {
    font-size: 18px;
    margin-bottom: 15px;
}

.pro_vide {
    border: 1px solid #ddd;
    padding: 15px;
    margin-top: 25px;
    position: sticky;
    top: 140px;
}

a.forget-link {
    font-size: 14px;
}

.cart_details .card-header {
    padding: 10px 15px;
    background: #f5f7f9;
}

.cart_btn.order_button a {
    background: #ff4e0a;
    color: #fff;
    width: 60%;
    padding: 6px 0px;
    font-size: 14px;
    text-transform: capitalize;
    display: block;
    width: 100%;
    transition: all .5s ease;
}

.cart_btn.order_button a:hover {
    background: #ff4e0a;
}

span.sale-badge-text p {
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 10px;
}

.hightlight_cont ul li {
    display: block;
    line-height: 27px;
}

.hightlight_cont ul li i {
    margin-right: 5px;
}

.desktop_hide {
    display: none;
}

.hightlight_cont p i {
    margin-right: 5px;
}

.sub-category>li {
    position: relative;
}

ul.child-category {
    position: absolute;
    right: -100%;
    background: #fff;
    top: 0;
    width: 198px;
    visibility: hidden;
    opacity: 0;
    transition: all .5s;
}

.sub-category>li:hover .child-category {
    visibility: visible;
    opacity: 1;
}

.bottoads_area {
    padding: 30px 0;
    background: #fff;
    margin-bottom: 10px;
}

.bottoads_inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
}

.cat_img {
    /* height: 80px; */
    /* margin: 0 auto; */
    /* width: 100px; */
    /* border-radius: 50%; */
    /* overflow: hidden; */
}

.cat_img img {
    height: 100%;
    object-fit: contain;
    width: 100%;
    /*border-radius: 50%;*/
    /*padding: 3px;*/
}

.cat_name {
    text-align: center;
    padding: 5px 0;
    text-transform: capitalize;
}

.cat_item {
    padding: 5px;
    transition: 0.34s all;
    border-radius: 72px;
    background: #ffffff;
    /* margin-top: 10px; */
    transition: 0.3s all;
    /* border: 0.5px solid #ff4e0a; */
    /* height: 70px; */
    overflow: hidden;
    box-shadow: 1px 5px 15px #ddd;
}
.cat_item:hover {
    margin-top: 0px;
    transition: 0.34s all ease;
}

.footertop_ads_inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}

.footer_top_ads_area {
    background: #fff;
    margin-bottom: 10px;
    padding: 30px 0;
}

.scrolltop {
    position: fixed;
    right: 34px !important;
    bottom: 10px !important;
    width: 40px !important;
    background: #ff4e0a !important;
    height: 40px !important;
    line-height: 40px !important;
    border-radius: 50% !important;
    text-align: center !important;
    color: #ffff !important;
    font-size: 24px !important;
    cursor: pointer;
    z-index: 99;
}

.homeproduct.main-details-page {
    margin-top: 10px;
}

.description ul li {
    display: block;
}

.description ul li {
    display: block;
    display: list-item;
    list-style-position: inside;
    list-style-type: square;
    font-size: 16px;
    line-height: 30px;
}
.sidebar-menu {
    background: #f5f7f9;
    margin-top: 10px;
    border-radius: 5px;
}

.sidebar-menu ul li {
    display: block;
    position: relative;
}

.sidebar-menu li a {
    padding: 10px 15px;
    display: block;
    font-size: 15px;
    line-height: 18px;
    position: relative;
    text-transform: capitalize;
    font-weight: 500;
}

.sidebar-menu ul li a img {
    width: 20px;
    height: auto;
    margin-right: 5px;
}

.sidebar-menu li a i {
    position: absolute;
    right: 12px;
    font-size: 12px;
    top: 18px;
}

.sidebar-submenu {
    position: absolute;
    right: -110%;
    top: 0;
    width: 100%;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
    transition: 0.35s all;
}

.sidebar-menu ul li {
    display: block;
    position: relative;
}

.sidebar-submenu>li {
    position: relative !important;
}

.sidebar-childmenu {
    position: absolute;
    right: -100%;
    background: #fff;
    width: 100%;
    border-left: 1px solid #ddd;
    top: 0px;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
}

.sidebar-menu ul li:hover>a {
    background-color: #e1fff7;
    color: #e50113;
}

.sidebar-menu ul li:hover .sidebar-submenu {
    visibility: visible;
    opacity: 1;
    left: 100%;
}

.sidebar-submenu>li:hover .sidebar-childmenu {
    visibility: visible;
    opacity: 1;
    right: -100%;
}

.col-sm-3.hidetosm {
    padding-right: 0;
}

.track_btn a {
    display: inline-block;
    text-align: center;
    position: relative;
    font-size: 15px;
    font-weight: normal;
}

.track_btn a i {
    font-size: 16px !important;
}

section.pro_details_area {
    background: #fff;
}

.flext_area {
    display: flex;
    align-items: center;
}

.flext_area i {
    font-size: 35px;
    margin-right: 10px;
}

.details_right {
    /*border: 1px solid #ddd;*/
    padding: 10px 20px;
    height: 100%;
    border-radius: 5px;
}

.track_info ul li {
    display: block;
    line-height: 30px;
}

.track_info ul li span {
    width: 80px;
    display: inline-block;
    text-align: right;
    margin-right: 12px;
    font-weight: 600;
}

table.table.table-bordered.tracktable {
    margin-bottom: 0;
}

.tracktable thead {
    background: #ff4e0a;
    color: #fff;
}

td.tfoot_bg {
    background: #f5f5f5;
    text-align: right;
}


.payment-methods .form-check {
    height: 55px;
    line-height: 55px;
    border-radius: 2px;
}

.payment-methods label {
    font-size: 15px;
    color: #555;
    margin-right: 10px;
}

.product-details-discount-badge {
    position: absolute;
    right: 13px;
    top: 1px;
    z-index: 9;
}

.product-details-discount-badge span.sale-badge-text p {
    font-size: 17px;
    color: #fff;
    line-height: 15px;
}

.product-details-discount-badge span.sale-badge-text {
    background-color: #ff4e0a;
    border-radius: 20%;
    width: 50px;
    height: 50px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    padding: 30px;
    font-size: 13px;
}

.details-ratting-wrapper {
    margin-bottom: 10px;
}

.details-ratting-wrapper i {
    color: #FFDF00;
}

.details-ratting-wrapper i.far.fa-star {
    color: #959595;
}

.all-reviews-button {
    text-decoration: underline;
    margin-left: 20px;
}

.customer-sidebar {
    background-color: #fff;
    padding: 10px;
    height: 100%;
}

.view__more_btn {
    margin: 0 0 10px 0;
    text-align: end;
}

.product_slider {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 10px;
}
.product_sliders {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 10px;
}

.show_more_btn a.view_more_btn {
    text-align: end;
}

.show_more_btn {
    text-align: center;
    margin-bottom: 12px;
}

/*==== FOOTER  CSS START ====  */

.section-title-right ul li a {
    text-transform: capitalize;
    margin-left: 10px;
    cursor: pointer;
}

.footer-top {
    padding: 50px 0;
    background: #ffffff;
}

.footer-about {
    text-align: center;
}

.footer-about p {
    margin: 6px 0;
    color: #000;
}
.footer-about h3 {
    font-size: 16px;
    font-weight: bold;
    color: #dee5e5;
    margin: 10px 0;
}
.footer-pay img {
    width: 80%;
}

.footer-about ul li a {
    display: block;
    height: 35px;
    line-height: 35px;
    width: 35px;
    border-radius: 50px;
    margin: 0 2px;
    text-align: center;
    color: #fff;
}


.footer-about {
    text-align: center;
    padding-right: 70px;
}

.footer-about span {
    color: #000;
    margin: 14px -7px;
    font-size: 17px;
    text-align: end;
}

.footer-about p {
    text-align: center;
}

.footer-about a {
    display: block;
    color: #000;
}

.footer-about a img {
    height: auto;
    width: 217px;
    object-fit: contain;
    margin-bottom: 12px;
}

.footer-menu .title {
    text-transform: uppercase;
    font-weight: 600;
    color: #000000;
    margin-bottom: 10px;
    font-size: 15px;
}

.footer-menu ul li {
    display: block;
}

.footer-menu ul li a {
    color: #000;
    margin: 7px 0 !important;
    display: block;
    transition: 0.35s all;
}

.footer-menu ul li a:hover {
    color: #ff4e0a;
    margin-left: 2px !important;
}

.footer-bottom {
    background: #ff4e0a;
    padding: 10px 0;
}

.footer-hotlint {
    color: #f1ffe7;
    margin-bottom: 8px;
    display: block;
}

.copyright p {
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    font-size: 15px;
}

ul.social_link li {
    display: inline-block;
    font-size: 20px;
}

li.social_list a {
    font-size: 16px;
    background: rgba(255, 230, 199, .1);
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
}

.footer-menu ul li a:hover {
    margin-left: 0 !important;
}

ul.social_link li:last-child {
    margin-right: 0;
}

ul.social_link {
    text-align: center;
    margin-top: -10px;
}

.d_app {
    text-align: center;
}

.d_app h2 {
    font-size: 15px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    margin-bottom: 5px;
    letter-spacing: 1px;
}

.stay_conn {
    text-align: center;
}

.comn_sec {
    padding: 20px 0;
}

.cmn_menu ul {
    display: flex;
    justify-content: space-between;
}

.cmn_menu ul li {
    position: relative;

}

.cmn_menu ul li:after {
    content: "";
    position: absolute;
    right: -15px;
    top: 6px;
    width: 1px;
    height: 10px;
    background: #000;
}

.cmn_menu ul li:last-child:after {
    display: none;
}

.cmn_menu ul li a {
    transition: all .5s ease;
}

.cmn_menu ul li a:hover {
    color: #FB5533;
}

.contact-form {
    background: #eaeaea;
    padding: 10px;
    border-radius: 5px;
}

.cont_item {
    text-align: center;
}

.cont_item a {
    font-size: 15px;
    font-weight: 600;
}

.cont_item {
    text-align: center;
    margin-bottom: 15px;
}

.copyright p a {
    color: #FB5533;
}

.checkout-coupon-form .btn-theme, .checkout-coupon-form .btn-theme:focus {
    background-color: #03AF50;
    color: #fff;
    border-radius: 50px;
    padding: 1px 30px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}

/*==== FOOTER CSS END ====  */

/*==== BLOG CSS START ====  */
.blog-item {
    border-radius: 5px;
    overflow: hidden;
}
.blog-text {
    border: 1px solid #ddd;
    padding: 15px;
}
.blog-btn {
    background: #ff4e0a;
    color: #fff;
    padding: 8px 21px;
    display: inline-block;
    border-radius: 5px;
    transition: 0.35s all;
}
.blog-btn:hover {
    background: #ff4e0a;
    color: #fff;
}
.blog-text h5 {
    margin-bottom: 10px;
    font-size: 20px;
}
.blog-details {
    background: #fdfdfd;
    padding: 20px;
}

.bdetails-img img {
    width: 100%;
}

.blog-article h5 {
    margin: 20px 0;
    font-weight: 600;
}
.blog-sidebar {
    background: #FDFDFD;
    padding: 20px;
}

.blog-sidebar h6 {
    font-size: 16px;
    font-weight: 600;
}
.sblog-item {
    display: grid;
    grid-template-columns: 30% auto;
    gap: 15px;
    background: #fff;
    padding: 15px;
    margin: 15px 0;
}
/*==== BLOG CSS END ====  */
.hidden {
    display: none !important;
}

.over_list {
    display: none !important;
}

.show_all .over_list {
    display: block !important;
}
.catagory_menu ul li .active {
    background: #fff;
    color: #222;
}
.catagory_menu ul li a{
    transition:0.3s all ease-in-out;
}
.catagory_menu ul li:hover .hover_effect{
    background: #ffffff;
    color: #222;
}
.topcategory {
    display: grid;
    grid-template-columns: repeat(13, 1fr);
    gap: 10px;
    padding-bottom: 12px;
}
.class_sec {
    margin-top: -10px;
}
/*==== Home best selling ===*/
.best-selling-pro {
    background: #fff;
    padding: 7px;
    margin-bottom: 10px;
}
.home-wrapper .col-sm-2 {
    padding-right: 0;
}

.home-wrapper .col-sm-10 {
    padding-left: 0;
}


.best-selling-pro h5 {
    font-weight: 600;
    font-size: 20px;
    padding: 10px 0 12px 0;
}
.best-items {
    display: grid;
    grid-template-columns: 40% 60%;
    gap: 9px;
    /* height: 83px; */
    padding: 5px;
    border: 1px solid #ddd;
    margin-bottom: 8px;
    border-radius: 5px;
}
.best-content p {
    color: #ff4e0a;
}
.best-content h6 {
    font-size: 13px;
    margin-top: 14px;
    font-weight: 600;
}
/*==== Home best selling end===*/
.best__sell_pro {
    display: grid;
    grid-template-columns: 100%;
    gap: 0;
}
section.popup__section {
    width: 450px;
    height: 400px;
    background: red;
    position: absolute;
    top: 170px;
    z-index: 9999;
    left: 50%;
    transform: translateX(-50%);
    border-radius:5px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}
.popup__image {
    position: relative;
}
.popup__close_btn {
    position: absolute;
    right: -10px;
    top: -11px;
    background: red;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    color: white;
    line-height: 30px;
    box-shadow: 1px 3px 15px #ddd;
    cursor: pointer;
}
.popup__image {
    position: relative;
    width: 450px;
    height: 100%;
    padding: 3px;
    animation: popup-in 0.5s ease;
}
.popup__image img {
    border-radius: 5px;
    width: 100%;
}
.popup__section.active {
    opacity: 1;
    visibility: visible;
}
body.blur-background {
    overflow: hidden; 
}
@keyframes popup-in {
        from {
            transform: scale(0.7);
            opacity: 0;
        }
        to {
            transform: scale(1);
            opacity: 1;
        }
    }

    @keyframes popup-out {
        from {
            transform: scale(1);
            opacity: 1;
        }
        to {
            transform: scale(0.7);
            opacity: 0;
        }
    }
    
span.stock__out {
    font-weight: 700;
    color: red;
}
i.fa-solid.fa-border-all.all__product {
    margin-left: 15px;
}
span.mb__view__memu {
    color: red;
    font-weight: 500;
}
.main__slider_index {
    display: grid;
    grid-template-columns:100%;
    gap: 0%;
}
label.form-check-label.img_lavel img {
    width: 85px;
}
.payment-methods {
    display: flex;
    gap: 15px;
    align-items: center;
    padding: 5px;
}
.payment-methods .form-check {
    height: 55px;
    line-height: 55px;
    border-radius: 2px;
    border: 1px solid #ddd;
    border-radius: 2px;
}
.form-check {
    padding-left: 2.5em !important;
}
.best-items img {
    transition:0.3s all ease-in-out;
}
.best-items:hover img {
    transform: scale(1.1);
}
.delivary__data {
    display: grid;
    grid-template-columns: 10% 90%;
    margin-bottom: 15px;
}
.delivary__data_qr {
    display: grid;
    grid-template-columns: 41% 59%;
}
.delivary_data_fav img {
    height: 50px;
    object-fit: contain;
    margin: 18px 0 5px 0;
}
.delivary__data_sold {
    display: flex;
    justify-content: space-between;
}
.delivary_data_qr img {
    height: 125px;
}
.header_side_bar p {
    color: #6a6a6a;
    font-size: 12px;
    margin-bottom: 10px;
}
.details_side_bar {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 3px;
}
.delivary_data_text span {
    color: #817f7f;
    font-size: 13px;
}
.icon_app {
    font-size: 10px;
}
.delivary_data_fav p {
    font-size: 11px;
}
.delivary_data_fav {
    box-shadow: 1px 3px 15px #ddd;
    padding: 5px;
    border-radius: 5px;
}
p.sold_by {
    color: #999797;
    font-weight: 400;
}
.delivary_data_chat a {
    color: #0397fe;
}
.indicator_thumb{
    position:relative;
}
.indicator_thumb .owl-nav .owl-prev {
    position: absolute !important;
    left: -16px;
    top: 19px;
}
.indicator_thumb .owl-nav .owl-next {
    position: absolute !important;
    right: -16px;
    top: 19px;
}

/* Modern product details page */
.product-detail-modern {
    background: #f6f7f9;
    padding: 18px 0 20px;
}

.product-detail-modern .container {
    max-width: 1180px !important;
    padding-left: 12px;
    padding-right: 12px;
}

.product-detail-modern .breadcrumb {
    background: transparent;
    padding: 0 0 18px;
    margin: 0;
}

.product-detail-modern .breadcrumb ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;
}

.product-detail-modern .breadcrumb li,
.product-detail-modern .breadcrumb a,
.product-detail-modern .breadcrumb span {
    color: #777;
    font-size: 13px;
    font-weight: 500;
}

.product-detail-modern .modern-product-section {
    background: transparent;
}

.product-detail-modern .modern-product-section > .container {
    padding: 0;
}

.product-detail-modern .modern-product-section > .container > .row {
    align-items: stretch;
    --bs-gutter-x: 28px;
}

.product-detail-modern .modern-product-section .position-relative {
    background: #fff;
    border: 1px solid #eceff3;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
    padding: 20px 22px 14px;
}

.product-detail-modern .details_slider {
    min-height: 390px;
}

.product-detail-modern .dimage_item {
    height: 390px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-detail-modern .dimage_item img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.product-detail-modern .indicator_thumb {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    margin: 16px 0 0;
}

.product-detail-modern .indicator-item {
    height: 62px;
    border: 1px solid #e2e5ea;
    border-radius: 7px;
    background: #fff;
    padding: 5px;
    cursor: pointer;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.product-detail-modern .indicator-item:hover {
    border-color: #ff4e0a;
    box-shadow: 0 4px 14px rgba(255, 78, 10, 0.14);
}

.product-detail-modern .indicator-item img {
    height: 100% !important;
    object-fit: contain;
}

.product-detail-modern .indicator-item p {
    display: none;
}

.product-detail-modern .product-details-discount-badge {
    left: 18px;
    right: auto;
    top: 14px;
}

.product-detail-modern .product-details-discount-badge span.sale-badge-text {
    width: 58px;
    height: 64px;
    padding: 0;
    border-radius: 4px 4px 18px 18px;
    background: #f20f1f;
    font-size: 12px;
    line-height: 1.05;
    text-transform: uppercase;
    box-shadow: 0 6px 12px rgba(242, 15, 31, 0.22);
}

.product-detail-modern .product-details-discount-badge span.sale-badge-text p {
    font-size: 17px;
    line-height: 18px;
    font-weight: 800;
}

.product-detail-modern .details_right {
    padding: 4px 0 0;
}

.product-detail-modern .product-cart {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product-detail-modern .product-cart .name {
    order: 1;
    color: #111;
    font-size: 25px;
    line-height: 1.25;
    font-weight: 800;
    text-transform: none;
    margin-bottom: 13px;
}

.product-detail-modern .details-ratting-wrapper {
    order: 2;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
    color: #777;
    font-size: 13px;
    margin-bottom: 15px;
}

.product-detail-modern .details-ratting-wrapper i {
    color: #ffc107;
    font-size: 15px;
}

.product-detail-modern .details-ratting-wrapper span {
    color: #222;
    font-weight: 700;
    margin-left: 4px;
}

.product-detail-modern .all-reviews-button {
    color: #777;
    text-decoration: none;
    margin-left: 8px;
}

.product-detail-modern .details-price {
    order: 3;
    display: flex;
    align-items: center;
    gap: 14px;
    color: #f04b12;
    font-size: 38px;
    line-height: 1;
    font-weight: 900;
    margin: 0 0 16px;
}

.product-detail-modern .details-price del {
    color: #8e8e8e;
    font-size: 18px;
    font-weight: 600;
}

.product-detail-modern .details-short-copy {
    order: 4;
    color: #666;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 14px;
}

.product-detail-modern .details-feature-pills {
    order: 5;
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-bottom: 22px;
}

.product-detail-modern .details-feature-pills span {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 6px 14px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #f9fafb;
    color: #666;
    font-size: 13px;
    font-weight: 600;
}

.product-detail-modern .product-code {
    display: none;
}

.product-detail-modern form[name="formName"] {
    order: 6;
}

.product-detail-modern .color_inner,
.product-detail-modern .size_inner {
    align-items: center;
    margin: 0 0 12px;
}

.product-detail-modern .color_inner p,
.product-detail-modern .size_inner p,
.product-detail-modern .pro_brand p {
    color: #444;
    font-weight: 700;
}

.product-detail-modern .selector {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.product-detail-modern .selector-item_label {
    min-width: 46px;
    height: 32px;
    border: 1px solid #e0e3e7;
    border-radius: 8px;
    line-height: 30px;
    background: #fff;
    color: #333;
}

.product-detail-modern .selector-item_radio:checked + .selector-item_label,
.product-detail-modern .selector-item_label:hover {
    background: #ff4e0a;
    border-color: #ff4e0a;
    color: #fff;
}

.product-detail-modern .qty-cart {
    width: auto !important;
    padding-right: 0;
}

.product-detail-modern .qty-cart .quantity {
    width: 124px;
    height: 42px;
    margin-top: 0;
    border-color: #e1e4e8;
    border-radius: 7px;
}

.product-detail-modern .quantity .minus,
.product-detail-modern .quantity .plus {
    width: 39px;
    height: 42px;
    line-height: 40px;
    border-color: #e1e4e8;
    color: #111;
    font-size: 26px;
    font-weight: 700;
}

.product-detail-modern .quantity input {
    color: #111;
    font-size: 16px;
}

.product-detail-modern .pro_brand.stock {
    margin-top: 8px;
    color: #4d8b53;
}

.product-detail-modern .single_product {
    gap: 14px !important;
    margin-top: 18px;
}

.product-detail-modern .add_cart_btn,
.product-detail-modern .order_now_btn,
.product-detail-modern .add_cart_btn:disabled,
.product-detail-modern .order_now_btn:disabled {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 50%;
    height: 54px;
    margin: 0;
    border-radius: 7px;
    font-size: 18px;
    font-weight: 800;
    font-family: "Roboto", sans-serif;
}

.product-detail-modern .order_now_btn,
.product-detail-modern .order_now_btn:disabled {
    order: 1;
    background: #ff4e0a;
    border-color: #ff4e0a;
    color: #fff;
}

.product-detail-modern .add_cart_btn,
.product-detail-modern .add_cart_btn:disabled {
    order: 2;
    background: #fff;
    border: 1px solid #f07b4b;
    color: #e6531b;
}

.product-detail-modern .order_now_btn:hover,
.product-detail-modern .order_now_btn:active {
    background: #e84308 !important;
    border-color: #e84308 !important;
}

.product-detail-modern .add_cart_btn:hover,
.product-detail-modern .add_cart_btn:active {
    background: #fff6f1 !important;
    border-color: #ff4e0a !important;
    color: #e6531b !important;
}

.product-detail-modern .call_now_btn {
    height: 42px;
    margin-top: 12px;
    border-radius: 7px;
    background: #24a35a;
    border-color: #24a35a;
    font-weight: 700;
}

.product-detail-modern .details-secondary-actions {
    order: 7;
    display: flex;
    align-items: center;
    gap: 34px;
    margin-top: 18px;
}

.product-detail-modern .details-secondary-actions button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: #666;
    font-weight: 600;
}

.detail-service-strip {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin-top: 24px;
    background: #fff;
    border: 1px solid #eef0f4;
    border-radius: 8px;
    box-shadow: 0 7px 20px rgba(15, 23, 42, 0.05);
}

.detail-service-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 66px;
    padding: 10px 14px;
    border-right: 1px solid #edf0f4;
}

.detail-service-item:last-child {
    border-right: 0;
}

.detail-service-item i {
    color: #f04b12;
    font-size: 25px;
}

.detail-service-item strong,
.detail-service-item span {
    display: block;
    color: #1f2937;
    line-height: 1.25;
}

.detail-service-item strong {
    font-size: 13px;
    font-weight: 800;
}

.detail-service-item span {
    color: #555;
    font-size: 12px;
}

.modern-detail-tabs {
    box-shadow: none;
    background: #f6f7f9;
    padding: 0;
    margin-top: 0;
}

.modern-detail-tabs .container {
    max-width: 1180px !important;
    padding-left: 12px;
    padding-right: 12px;
}

.modern-detail-tabs .desc-nav-ul {
    margin: 24px 0 0;
    gap: 26px;
    background: #fff;
    border: 1px solid #eef0f4;
    border-bottom: 0;
    border-radius: 8px 8px 0 0;
    padding: 0 22px;
}

.modern-detail-tabs .desc-nav-ul li a {
    position: relative;
    padding: 19px 0;
    box-shadow: none;
    border-radius: 0;
    background: transparent;
    color: #444;
    font-size: 16px;
    font-weight: 800;
}

.modern-detail-tabs .desc-nav-ul li.active a,
.modern-detail-tabs .desc-nav-ul li:hover a {
    background: transparent;
    color: #111;
}

.modern-detail-tabs .desc-nav-ul li.active a:after,
.modern-detail-tabs .desc-nav-ul li:hover a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 2px;
    background: #ff4e0a;
}

section.modern-pro-details {
    background: #f6f7f9;
}

section.modern-pro-details .container {
    max-width: 1180px !important;
    padding-left: 12px;
    padding-right: 12px;
}

section.modern-pro-details .description,
section.modern-pro-details #writeReview {
    margin-top: 0;
    background: #fff;
    border: 1px solid #eef0f4;
    box-shadow: 0 7px 20px rgba(15, 23, 42, 0.04);
}

section.modern-pro-details .description {
    padding: 26px 30px;
    border-radius: 0 0 8px 8px;
}

section.modern-pro-details .description h2,
section.modern-pro-details .section-head h2,
section.modern-pro-details .pro_vide h2,
.modern-related-products .related-title h5 {
    color: #111;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 14px;
}

section.modern-pro-details .description p,
section.modern-pro-details .description li {
    color: #333;
    font-size: 15px;
    line-height: 1.8;
}

section.modern-pro-details #writeReview {
    margin-top: 18px;
    border-radius: 8px;
    padding: 24px;
}

section.modern-pro-details .pro_vide {
    margin-top: 0;
    border: 1px solid #eef0f4;
    border-radius: 8px;
    box-shadow: 0 7px 20px rgba(15, 23, 42, 0.04);
    background: #fff;
    overflow: hidden;
}

section.modern-pro-details .pro_vide iframe {
    border-radius: 7px;
}

section.modern-related-products {
    background: #f6f7f9;
    padding: 0 0 26px;
}

section.modern-related-products .container {
    max-width: 1180px !important;
    padding-left: 12px;
    padding-right: 12px;
    background: #fff;
    border: 1px solid #eef0f4;
    border-radius: 8px;
    box-shadow: 0 7px 20px rgba(15, 23, 42, 0.04);
    padding-top: 18px;
    padding-bottom: 18px;
}

.modern-related-products .related-title {
    padding: 0 12px;
    margin-bottom: 8px;
}

.modern-related-products .related-title h5 {
    margin-bottom: 0;
}

.modern-related-products .product_item {
    border: 1px solid #eef0f4;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: none;
}

.modern-related-products .product_item_inner {
    border: 0;
    box-shadow: none;
}

.modern-related-products .pro_img {
    height: 118px;
    padding: 12px;
}

.modern-related-products .pro_img img {
    object-fit: contain;
}

.modern-related-products .pro_name a {
    min-height: 38px;
    color: #333;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
}

.modern-related-products .pro_price p {
    color: #f04b12;
    font-size: 20px;
    font-weight: 900;
}

.modern-related-products .pro_price del {
    color: #888;
    font-size: 13px;
    font-weight: 600;
}

.modern-related-products .pro_btn {
    display: none;
}

/* Reference-copy product details page */
.ref-details-page {
    background: #f5f6f8;
    padding: 20px 0 28px;
    font-family: "Roboto", "Baloo Da 2", sans-serif;
}

.ref-details-container {
    width: min(1180px, calc(100% - 44px));
    margin: 0 auto;
}

.ref-breadcrumb {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 2px 0 18px;
    color: #8a8f98;
    font-size: 14px;
    font-weight: 600;
}

.ref-breadcrumb a,
.ref-breadcrumb span {
    color: #767b84;
}

.ref-breadcrumb i {
    color: #a5abb4;
    font-size: 11px;
}

.ref-product-hero {
    display: grid;
    grid-template-columns: 438px minmax(0, 1fr);
    gap: 28px;
    align-items: stretch;
}

.ref-gallery-card,
.ref-info-card,
.ref-service-strip,
.ref-tab-card,
.ref-related-card {
    background: #fff;
    border: 1px solid #e9edf2;
    border-radius: 8px;
    box-shadow: 0 8px 28px rgba(31, 41, 55, 0.08);
}

.ref-gallery-card {
    position: relative;
    min-height: 486px;
    padding: 20px 22px 14px;
}

.ref-discount-badge {
    position: absolute;
    top: 4px;
    left: 14px;
    z-index: 5;
    width: 58px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #f10f1f;
    color: #fff;
    border-radius: 4px 4px 18px 18px;
    box-shadow: 0 8px 15px rgba(241, 15, 31, 0.22);
    line-height: 1;
}

.ref-discount-badge strong {
    color: #fff;
    font-size: 18px;
    font-weight: 900;
}

.ref-discount-badge span {
    color: #fff;
    font-size: 13px;
    font-weight: 800;
}

.ref-main-gallery, .ref-gallery-slide {
    height: auto;
    aspect-ratio: 1/1;
}

.ref-gallery-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ref-gallery-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ref-thumbs {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
    margin-top: 14px;
}

.ref-thumb-item {
    height: 62px;
    padding: 5px;
    border: 1px solid #dfe3e9;
    border-radius: 7px;
    background: #fff;
    cursor: pointer;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.ref-thumb-item:hover,
.ref-thumb-item:first-child {
    border-color: #e76b42;
    box-shadow: 0 4px 12px rgba(231, 107, 66, 0.16);
}

.ref-thumb-item img {
    width: 100%;
    height: 100% !important;
    object-fit: contain;
}

.ref-info-card {
    border-color: transparent;
    box-shadow: none;
    background: transparent;
    padding: 6px 0 0;
}

.ref-info-card h1 {
    color: #101010;
    font-size: 25px;
    font-weight: 900;
    line-height: 1.28;
    margin-bottom: 16px;
}

.ref-rating-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
    color: #7a7f87;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 18px;
}

.ref-stars {
    display: inline-flex;
    gap: 1px;
    color: #ffc107;
    font-size: 15px;
}

.ref-rating-row strong {
    color: #222;
    font-weight: 900;
}

.ref-rating-row em {
    width: 1px;
    height: 18px;
    background: #d9dde3;
    margin: 0 5px;
}

.ref-price-row {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}

.ref-price-row strong {
    color: #f04b12;
    font-size: 40px;
    font-weight: 900;
    line-height: 1;
}

.ref-price-row del {
    color: #8b8f97;
    font-size: 19px;
    font-weight: 800;
}

.ref-save-pill {
    display: inline-flex;
    align-items: center;
    height: 30px;
    padding: 0 15px;
    border-radius: 6px;
    background: #ff4e0a;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
}

.ref-short-text {
    color: #686d75;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.65;
    margin-bottom: 18px;
}



.ref-feature-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 28px;
}

.ref-feature-list span {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 6px 15px;
    border: 1px solid #e1e5ea;
    border-radius: 8px;
    background: #f8f9fb;
    color: #666b73;
    font-size: 13px;
    font-weight: 700;
}

.ref-feature-list .ref-sku-pill {
    display: inline-flex !important;
}

.ref-option-row {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}

.ref-option-row > label,
.ref-buy-row > label {
    min-width: 58px;
    color: #333;
    font-size: 15px;
    font-weight: 900;
}

.ref-option-selector {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ref-option-selector .selector-item_label {
    min-width: 45px;
    height: 32px;
    padding: 0 12px;
    border: 1px solid #e1e5ea;
    border-radius: 8px;
    background: #fff;
    color: #333;
    line-height: 30px;
    font-weight: 800;
}

.ref-option-selector .selector-item_radio:checked + .selector-item_label,
.ref-option-selector .selector-item_label:hover {
    background: #ff4e0a;
    border-color: #ff4e0a;
    color: #fff;
}

.ref-buy-row {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 26px;
}

.ref-quantity {
    position: relative;
    width: 122px;
    height: 42px;
    border: 1px solid #e1e5ea;
    border-radius: 7px;
    overflow: hidden;
    background: #fff;
}

.ref-quantity input {
    width: 100%;
    height: 100%;
    text-align: center;
    color: #111;
    font-size: 16px;
    font-weight: 800;
    pointer-events: none;
}

.ref-quantity .minus,
.ref-quantity .plus {
    position: absolute;
    top: 0;
    z-index: 2;
    width: 39px;
    height: 100%;
    color: #111;
    line-height: 39px;
    text-align: center;
    font-size: 25px;
    font-weight: 900;
    cursor: pointer;
}

.ref-quantity .minus {
    left: 0;
    border-right: 1px solid #e1e5ea;
}

.ref-quantity .plus {
    right: 0;
    border-left: 1px solid #e1e5ea;
}

.ref-stock span {
    color: #33a15b;
    font-size: 15px;
    font-weight: 900;
}

.ref-stock .stock__out {
    color: #e51b1b;
}

.ref-action-row {
    display: flex;
    gap: 14px;
}

.ref-action-row button,
.ref-action-row button:disabled {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 54px;
    border-radius: 7px;
    font-size: 20px;
    font-weight: 900;
}

.ref-action-row .order_now_btn, .ref-action-row .order_now_btn:disabled {
    background: #ff4e0a;
    border: 1px solid #ff4e0a;
    color: #fff;
    font-family: "Baloo Da 2", sans-serif;
}

.ref-action-row .add_cart_btn,
.ref-action-row .add_cart_btn:disabled {
    background: #fff;
    border: 1px solid #e9784d;
    color: #d95622;
}

.ref-action-row .ref-cart-button-important, .ref-action-row .ref-cart-button-important:disabled {
    width: 100% !important;
    min-width: 250px !important;
    padding: 0 28px !important;
    background: #fff !important;
    border: 1px solid #ff4e0a !important;
    color: #e64a19 !important;
    font-size: 18px !important;
    line-height: 1.1 !important;
    white-space: nowrap !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
    box-shadow: none !important;
    font-family: "Baloo Da 2", sans-serif;
}

.ref-action-row .ref-cart-button-important i {
    flex: 0 0 auto !important;
    color: #e64a19 !important;
    font-size: 22px !important;
}

.ref-secondary-row {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 22px;
}

.ref-secondary-row button {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: transparent;
    color: #6a7079;
    font-size: 13px;
    font-weight: 800;
}

.ref-service-strip {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin-top: 26px;
}

.ref-service-strip > div {
    min-height: 66px;
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 12px;
    align-content: center;
    justify-content: center;
    padding: 10px 12px;
    border-right: 1px solid #eef1f5;
}

.ref-service-strip > div:last-child {
    border-right: 0;
}

.ref-service-strip i {
    grid-row: span 2;
    align-self: center;
    color: #f04b12;
    font-size: 25px;
}

.ref-service-strip strong,
.ref-service-strip span {
    color: #1f2937;
    line-height: 1.25;
}

.ref-service-strip strong {
    font-size: 13px;
    font-weight: 900;
}

.ref-service-strip span {
    color: #555c65;
    font-size: 12px;
    font-weight: 700;
}

.ref-lower-grid {
    display: grid;
    grid-template-columns: 468px minmax(0, 1fr);
    gap: 14px;
    margin-top: 24px;
}

.ref-tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-bottom: 1px solid #eef1f5;
}

.ref-tabs button {
    position: relative;
    height: 58px;
    background: transparent;
    color: #343941;
    font-size: 16px;
    font-weight: 900;
}

.ref-tabs button.active:after {
    content: "";
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: -1px;
    height: 2px;
    background: #ff4e0a;
}

.ref-tab-panel {
    display: none;
    min-height: 146px;
    padding: 26px 30px;
    color: #333;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.75;
}

.ref-tab-panel.active {
    display: block;
}

.ref-tab-panel ul li {
    display: list-item;
    list-style: disc inside;
}

.ref-related-card {
    padding: 18px 18px 14px;
}

.ref-related-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

.ref-related-head h2 {
    color: #111;
    font-size: 22px;
    font-weight: 900;
}

.ref-related-head a {
    color: #ff4e0a;
    font-size: 14px;
    font-weight: 900;
}

.ref-related-item {
    position: relative;
    min-height: 142px;
    padding: 10px 10px 12px;
    border: 1px solid #edf0f4;
    border-radius: 8px;
    background: #fff;
}

.ref-mini-badge {
    position: absolute;
    top: 0;
    right: 8px;
    z-index: 2;
    width: 34px;
    padding: 4px 2px 6px;
    border-radius: 0 0 8px 8px;
    background: #ff4e0a;
    color: #fff;
    text-align: center;
    font-size: 10px;
    font-weight: 900;
    line-height: 1.05;
}

.ref-related-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 82px;
    margin-bottom: 6px;
}

.ref-related-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ref-related-name {
    display: none;
}

.ref-related-item p {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.ref-related-item strong {
    color: #e6351b;
    font-size: 21px;
    font-weight: 900;
}

.ref-related-item del {
    color: #777;
    font-size: 13px;
    font-weight: 800;
}

.ref-review-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.ref-review-head strong {
    color: #111;
    font-size: 18px;
    font-weight: 900;
}

.ref-review-head button,
.details-review-button {
    background: #ff4e0a;
    color: #fff;
    border-radius: 6px;
    padding: 8px 14px;
    font-weight: 800;
}

.ref-review-card {
    border-top: 1px solid #edf0f4;
    padding: 14px 0;
}

.ref-review-card h4 {
    color: #111;
    font-size: 15px;
    font-weight: 900;
}

.ref-review-card span {
    color: #777;
    font-size: 12px;
}

.ref-review-card .review_star {
    color: #ffc107;
}

/* Reference checkout redesign */
.ref-checkout-section {
    background: #fff;
    padding: 22px 0 38px;
}

.ref-checkout-container {
    width: min(100%, 1050px);
    margin: 0 auto;
    padding: 0 14px;
}

.ref-checkout-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
    grid-template-areas:
        "customer order"
        "payment order";
    gap: 22px;
    align-items: start;
}

.ref-checkout-form {
    display: contents;
}

.ref-customer-panel {
    grid-area: customer;
}

.ref-order-panel {
    grid-area: order;
}

.ref-payment-panel {
    grid-area: payment;
}

.ref-checkout-panel h2 {
    margin: 0 0 12px;
    color: #111;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 800;
}

.ref-field {
    position: relative;
    margin-bottom: 12px;
}

.ref-field label {
    position: absolute;
    top: 9px;
    left: 14px;
    z-index: 2;
    margin: 0;
    color: #8a8a8a;
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    pointer-events: none;
}

.ref-field input,
.ref-field select,
.ref-field textarea {
    width: 100%;
    min-height: 62px;
    border: 1px solid #e7e7e7;
    border-radius: 8px;
    background: #fff;
    color: #111;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    padding: 25px 14px 9px;
    outline: 0;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.035);
}

.ref-field textarea {
    min-height: 76px;
    resize: vertical;
}

.ref-field input:focus,
.ref-field select:focus,
.ref-field textarea:focus {
    border-color: #ff6a00;
    box-shadow: 0 0 0 3px rgba(255, 106, 0, 0.12);
}

.ref-field-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.ref-field .select2-container {
    width: 100% !important;
}

.ref-field .select2-container--default .select2-selection--single {
    min-height: 62px !important;
    border: 1px solid #e7e7e7 !important;
    border-radius: 8px !important;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.035);
}

.ref-field .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 62px !important;
    padding: 25px 34px 9px 14px !important;
    color: #111 !important;
    font-size: 15px;
    font-weight: 600;
    line-height: 28px !important;
}

.ref-field .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 62px !important;
    right: 8px;
}

.ref-order-card {
    overflow: hidden;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.035);
}

.ref-order-item {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    padding: 12px;
    border-bottom: 1px solid #eeeeee;
}

.ref-order-image {
    display: block;
    width: 96px;
    height: 86px;
}

.ref-order-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ref-order-name {
    display: block;
    color: #111;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 5px;
}

.ref-order-info strong {
    display: block;
    color: #ff5a00;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 4px;
}

.ref-order-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 10px;
    color: #222;
    font-size: 14px;
    line-height: 1.35;
}

.ref-order-actions {
    display: grid;
    gap: 8px;
    justify-items: end;
}

.ref-order-actions .cart_remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border: 0;
    border-radius: 50%;
    background: #fff3f0;
    color: #ff4e0a;
}

.ref-cart-qty {
    display: grid;
    grid-template-columns: 28px 34px 28px;
    height: 28px;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    overflow: hidden;
}

.ref-cart-qty button,
.ref-cart-qty input {
    width: 100%;
    height: 100%;
    border: 0;
    background: #fff;
    color: #111;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
}

.ref-cart-qty button {
    cursor: pointer;
}

.ref-cart-qty input {
    border-right: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
}

.ref-order-totals > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 36px;
    padding: 8px 12px;
    border-bottom: 1px solid #eeeeee;
    color: #303030;
    font-size: 15px;
}

.ref-order-totals > div:last-child {
    border-bottom: 0;
}

.ref-order-totals strong {
    color: #111;
    font-weight: 700;
    white-space: nowrap;
}

.ref-order-totals .ref-order-grand {
    min-height: 44px;
    font-weight: 800;
}

.ref-order-totals .ref-order-grand strong {
    color: #ff5a00;
    font-size: 17px;
}

.ref-coupon-form {
    margin-top: 12px;
}

.ref-coupon-box {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
}

.ref-coupon-box input {
    min-height: 44px;
    border: 1px solid #e7e7e7;
    border-radius: 8px;
    padding: 0 14px;
    color: #111;
    font-size: 14px;
    outline: 0;
}

.ref-coupon-box button {
    min-height: 44px;
    border: 0;
    border-radius: 8px;
    background: #ff5a00;
    color: #fff;
    padding: 0 18px;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.ref-payment-methods {
    display: grid;
    gap: 8px;
}

.ref-payment-option {
    position: relative;
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr) auto;
    gap: 9px;
    align-items: center;
    min-height: 48px;
    margin: 0;
    padding: 8px 12px;
    border: 1px solid #e7e7e7;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.035);
    cursor: pointer;
}

.ref-payment-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.ref-payment-option span {
    width: 18px;
    height: 18px;
    border: 1px solid #d8d8d8;
    border-radius: 50%;
}

.ref-payment-option input:checked + span {
    border: 5px solid #ff5a00;
}

.ref-payment-option strong {
    color: #111;
    font-size: 14px;
    font-weight: 700;
}

.ref-payment-option img {
    width: auto;
    max-width: 80px;
    max-height: 32px;
    object-fit: contain;
}

.ref-advance-note {
    margin: 12px 0 0;
    color: #111;
    font-size: 13px;
    line-height: 1.55;
}

.ref-order-submit {
    width: 100%;
    min-height: 54px;
    margin-top: 16px;
    border: 0;
    border-radius: 8px;
    background: linear-gradient(180deg, #ff7a00 0%, #ff4e0a 100%);
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
    box-shadow: 0 10px 20px rgba(255, 88, 0, 0.18);
}

.ref-order-submit:disabled {
    opacity: 0.72;
    cursor: not-allowed;
}

/* Reference order success redesign */
.ref-success-page {
    min-height: 100vh;
    background: linear-gradient(180deg, #ff6a00 0%, #ff4e0a 45%, #fff 45%, #fff 100%);
    padding: 28px 0 38px;
    margin-top: 12px;
    max-width: 85%;
    margin: 0 auto;
}

.ref-success-wrap {
    width: min(100%, 920px) !important;
    margin: 0 auto;
    padding: 0 14px;
    max-width: 920px !important;
}

.ref-success-hero {
    position: relative;
    overflow: hidden;
    min-height: 260px;
    padding: 4px 18px 28px;
    text-align: center;
    color: #fff;
}

.ref-success-icon {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 118px;
    height: 118px;
    margin: 0 auto 22px;
    border-radius: 50%;
    background: #fff;
    color: #31c66b;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

.ref-success-icon i {
    font-size: 62px;
    line-height: 1;
}

.ref-success-hero h1 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 28px;
    line-height: 1.25;
    font-weight: 900;
}
.ref-success-hero p {
    width: min(100%, 450px);
    margin: 0 auto;
    color: #fff;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 600;
    text-align: center;
}

.ref-success-confetti span {
    position: absolute;
    z-index: 1;
    width: 6px;
    height: 13px;
    border-radius: 2px;
    background: #ffd166;
    transform: rotate(-20deg);
}

.ref-success-confetti span:nth-child(1) {
    top: 8px;
    left: 64px;
}

.ref-success-confetti span:nth-child(2) {
    top: 38px;
    left: 42px;
    background: #b9a7ff;
    transform: rotate(78deg);
}

.ref-success-confetti span:nth-child(3) {
    top: 16px;
    right: 78px;
    background: #31c5f4;
    transform: rotate(-58deg);
}

.ref-success-confetti span:nth-child(4) {
    top: 60px;
    right: 42px;
    background: #ffe4a3;
    transform: rotate(8deg);
}

.ref-success-confetti span:nth-child(5) {
    top: 86px;
    left: 84px;
    background: #fff;
    transform: rotate(62deg);
}

.ref-success-confetti span:nth-child(6) {
    top: 78px;
    right: 92px;
    background: #7ee7e1;
    transform: rotate(82deg);
}

.ref-success-card {
    position: relative;
    z-index: 3;
    margin-top: -12px;
    padding: 20px 16px 18px;
    border-radius: 18px 18px 0 0;
    background: #fff;
    box-shadow: 0 -8px 30px rgba(0, 0, 0, 0.08);
}

.ref-success-info {
    overflow: hidden;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    background: #fff;
}

.ref-success-row {
    display: grid;
    gap: 7px;
    min-height: 68px;
    padding: 13px 14px;
    border-bottom: 1px solid #ededed;
}

.ref-success-row:last-child {
    border-bottom: 0;
}

.ref-success-copy-row {
    grid-template-columns: minmax(0, 1fr) 34px;
    align-items: center;
}

.ref-success-row span {
    color: #777;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 500;
}

.ref-success-row strong {
    color: #111;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 700;
    word-break: break-word;
}

.ref-success-copy-row strong {
    color: #ff5a00;
    font-size: 17px;
}

.ref-copy-order {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 6px;
    background: #fff;
    color: #444;
    font-size: 19px;
}

.ref-copy-order.copied {
    color: #31c66b;
}

.ref-success-orders h2 {
    margin: 22px 0 12px;
    color: #111;
    font-size: 17px;
    line-height: 1.35;
    font-weight: 900;
}

.ref-success-product-list {
    overflow: hidden;
    border: 1px solid #e8e8e8;
    border-bottom: 0;
    border-radius: 8px 8px 0 0;
}

.ref-success-product {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    min-height: 112px;
    padding: 12px;
    border-bottom: 1px solid #ededed;
    background: #fff;
}

.ref-success-product-img {
    width: 92px;
    height: 88px;
}

.ref-success-product-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ref-success-product-info h3 {
    margin: 0 0 7px;
    color: #111;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 700;
}

.ref-success-product-info strong {
    display: block;
    margin-bottom: 4px;
    color: #ff5a00;
    font-size: 15px;
    line-height: 1.2;
}

.ref-success-product-info span {
    display: block;
    color: #111;
    font-size: 14px;
    line-height: 1.2;
}

.ref-success-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 42px;
    padding: 9px 12px;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    background: #fff;
}

.ref-success-total span {
    color: #111;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 500;
}

.ref-success-total strong {
    color: #111;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 800;
    white-space: nowrap;
}

.ref-success-grand {
    min-height: 50px;
    border-radius: 0 0 8px 8px;
}

.ref-success-grand strong {
    color: #ff5a00;
    font-size: 18px;
}

.ref-success-home {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 52px;
    margin-top: 18px;
    border-radius: 8px;
    background: linear-gradient(180deg, #ff7a00 0%, #ff4e0a 100%);
    color: #fff;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.2;
    box-shadow: 0 10px 20px rgba(255, 88, 0, 0.18);
}

.ref-success-home:hover {
    color: #fff;
}
  .mobile-menu.active {
        left: 0;
    }
    .mobile-menu1.active {
        left: 0;
    }

    .mobile-menu {
        width: 250px;
        left: -300px;
        position: fixed;
        top: 0;
        z-index: 99999;
        background-color: #fff;
        height: 100vh;
        transition: all 0.3s ease;
        overflow-y: auto;
    }

    .mobile-menu::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px #0097ff;
        background-color: #F5F5F5;
    }

    .mobile-menu::-webkit-scrollbar {
        width: 6px;
        background-color: #F5F5F5;
    }

    .mobile-menu::-webkit-scrollbar-thumb {
        background-color: #202020;
    }
    .mobile-menu1 {
        width: 300px;
        left: -300px;
        position: fixed;
        top: 0;
        z-index: 99999;
        background-color: #fff;
        height: 100vh;
        transition: all 0.3s ease;
        overflow-y: auto;
    }

    .mobile-menu1::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px #0097ff;
        background-color: #F5F5F5;
    }

    .mobile-menu1::-webkit-scrollbar {
        width: 6px;
        background-color: #F5F5F5;
    }

    .mobile-menu1::-webkit-scrollbar-thumb {
        background-color: #202020;
    }
    
    .mobile-menu-logo {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #ddd;
        padding: 10px 15px;
    }

    .logo-image img {
        height: 40px;
        width: auto;
    }

    .mobile-menu-close {
        height: 40px;
        width: 40px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .mobile-menu-close i {
        font-size: 22px;
    }
    .mobile-menu-close1 {
        height: 40px;
        width: 40px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .mobile-menu-close1 i {
        font-size: 22px;
    }

    .first-nav .parent-category {
        display: block;
        line-height: 20px;
    }

    .first-nav .menu-category-list {
        display: block;
    }

    .first-nav .menu-category-list .menu-category-link {
        padding: 10px 0;
        display: block;
        padding-left: 20px;
    }

    .first-nav .parent-category .menu-category-name {
        display: block;
        padding: 10px;
        padding-left: 20px;
        text-transform: capitalize;
        font-weight: 600;
        color: #222;
    }

    .mobile-menu li.parent-category {
        position: relative;
    }

    .mobile-menu span.menu-category-toggle {
        position: absolute;
        right: 0px;
        top: 0px;
        display: flex;
        width: 50px;
        height: 50px;
        justify-content: center;
        align-items: center;
    }

    .mobile-menu span.menu-category-toggle.active i {
        transition: transform 0.3s ease;
    }

    .mobile-menu span.menu-category-toggle.active i {
        transform: rotate(180deg);
    }

    .second-nav {
        padding: 0 0px;
        background-color: #fff;
    }

    .second-nav.active {
        min-height: 15px;
    }

    .parent-subcategory {
        display: block;
        position: relative;
        padding: 0px;
    }

    .parent-subcategory .menu-subcategory-name {
        display: block;
        padding: 10px;
        padding-left: 40px;
    }

    span.menu-subcategory-toggle {
        position: absolute;
        top: 0;
        right: 0;
        display: flex;
        width: 50px;
        height: 50px;
        justify-content: center;
        align-items: center;
    }

    span.menu-subcategory-toggle.active i {
        transition: transform 0.3s ease;
    }

    span.menu-subcategory-toggle.active i {
        transform: rotate(180deg);
    }

    li.childcategory {
        display: block;
    }

    ul.third-nav {
        padding: 0;
        background-color: #f2f2f2;
    }

    li.parent-category.active {
        background-color: #0097ff;
    }

    li.parent-subcategory.active {
        background-color: #fff;
    }

    .menu-childcategory-name {
        display: block;
        padding: 10px 0;
        padding-left: 60px;
    }
   .search_product {
        position: absolute;
        width: 100%;
        background: #fff;
        z-index: 999999999999;
        border: 2px solid #fa9b33;
        top: 0;
        max-height: 455px;
        overflow: auto;
    }
  header .toggle {
    margin-top: 0;
    padding-left: 16px;
}

    .mobile-menu-social .mobile-social-list .mobile-social-link i {
        color: #c0c0c0;
        font-size: 16px;
    }

    .mobile-menu-social .mobile-social-list .mobile-social-link {
        border: 2px solid #c0c0c0;
        padding: 5px 13px;
        border-radius: 5px;
        display: block;
    }

    .mobile-menu-social .mobile-menu-social {
        display: flex;
        column-gap: 5px;
        padding-left: 20px;
    }
    .logo__main {
    padding-right: 60px;
}

.contact-wrapper {
    position: fixed;
    bottom: 65px;
    right: 30px;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    z-index: 9999;
}

.contact-btn {
    display: flex;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #ff4e0a;
    color: #fff;
    border: none;
    font-size: 28px;
    cursor: pointer;
    transition: transform 0.3s ease, background 0.3s ease;
    justify-content: center;
    align-items: center;
}

.contact-btn.active {
    background-color: black;
}

.contact-icons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(20px);
    transition: all 0.35s ease;
}

.contact-icons.active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.icon-item {
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.15);
    cursor: pointer;
    transition: transform 0.2s ease;
    color: #fff;
}

.icon-item:hover {
    color: #fff;
    transform: scale(1.1);
}

.toggle-icon {
    width: 26px;
    height: 26px;
    position: absolute;
    transition: transform 0.25s ease;
    transform-origin: center;
    transform: scale(1);
    opacity: 1;
}

.icon-close {
    opacity: 0;
    transform: scale(0);
    filter: invert(1);
}


.icon-plus {
    display: block;
}

.contact-btn.active .icon-plus {
    display: none;
}

.contact-btn.active .icon-close {
    display: block;
}

.icon-item.phone {
    background-color: #ff2d2d;
}

.icon-item.messenger {
    background: linear-gradient(135deg, #0084ff, #3b5998);
}

.icon-item.whatsapp {
    background-color: #0dc243;
}