/*-----------------------------------------------------------------------------------

     CSS INDEX
    ===================
    
    01. Theme default CSS
    02. Header
        02.1 Header top
        02.2 Breadcrumb
    03. Category
    04. Hero
        04.1 Slider one
        04.2 Slider two
        04.3 Slider three
        04.4 Slider four
    05. Banner
        05.1 Sidebar banner
        05.2 Double banner
        05.3 Single wide banner
        05.4 wide text banner
    06. Featured service
    07. Product Slider
        07.1 Horizontal
        07.2 Tab horizontal
        07.3 Two column horizontal
    08. Product
        08.1 Horizontal slider product
        08.2 latest product
        08.3 Related product
        08.4 Shop page grid product
        08.5 Shop page list product
    09. Product non slider
    10. Brand
    11. Subscribe
    12. Section title
    13. Page
    14. About page
    15. Contact page
    16. Single product page
    17. Shop page
    19. Cart page
    20. Compare page
    21. Checkout page
    22. Login -  Register Page
    24. Blog
    25. Blog Sidebar
    26. Footer
        26.1 Footer top
        26.2 Footer bottom


-----------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------
                        Start Default Settings
--------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,600,700,800,900');

body {
    padding: 0;
    margin: 0;
    color: #444;
    font-size: 14px;
    font-family: 'Work Sans', sans-serif;
    overflow-x: hidden;
}

a,
a:hover,
a:focus,
input,
button,
textarea,
button:hover,
button:focus {
    outline: none;
    text-decoration: none;
}

img {
    height: auto;
    max-width: 100%;
}

ul,
ol,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

/*--------------------------------------------------------------------
                        Typography Settings
--------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
}

h1 {
    font-size: 50px;
    line-height: 50px;
}

h2 {
    font-size: 32px;
    line-height: 46px;
}

h3 {
    font-size: 18px;
    line-height: 32px;
}

h4 {
    font-size: 16px;
    line-height: 30px;
}

h5 {
    font-size: 15px;
    line-height: 30px;
}

p {
    margin: 0;
    padding: 0;
    color: #444;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

/*--------------------------------------------------------------------
                        alignment css
--------------------------------------------------------------------*/
.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.float-right {
    float: right;
}

.no-gutter>[class*="col-"] {
    padding: 0;
}

.slick-slide:focus {
    outline: none;
}

.plr-none {
    padding-left: 0;
    padding-right: 0;
}

/*--------------------------------------------------------------------
                        All Transition Settings
--------------------------------------------------------------------*/
a,
img,
.pro-nav button.slick-arrow,
.owl-dot-style .owl-dot,
.main-menu ul li ul.dropdown,
.main-menu ul li ul.dropdown li ul.dropdown,
.main-menu ul li ul.mega-menu,
.categorie-menus li ul.cat-submenu,
.product-item,
.sec-img,
.action-links a,
.ratings,
.price-box,
.btn-cart,
.product-layout-two,
.product-module-four-item,
.product-countdown,
.blog-thumb-active.owl-carousel .owl-nav div,
.newsletter-btn,
.footer-useful-link li a,
.filter-attribute-container ul li a::after,
.img-view {
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

/*--------------------------------------------------------------------
                        Common class
--------------------------------------------------------------------*/
.fix {
    overflow: hidden;
}

.section {
    float: left;
    width: 100%;
}

/*--------------------------------------------------------------------
                        Slider Navigation style
--------------------------------------------------------------------*/
/* slick slider dot style */
.slick-dot-style .slick-dots {
    bottom: 30px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    @media (max-width:576px){
        bottom: 6px;
    }
}

.slick-dot-style .slick-dots li button {
    background: transparent;
    border: 2px solid #ffffff;
    border-radius: 50%;
    cursor: pointer;
    height: 15px;
    padding: 0;
    text-indent: -9999px;
    width: 15px;
}

.slick-dot-style .slick-dots li {
    display: inline-block;
    margin: 0 4px;
}

.slick-dot-style .slick-dots li.slick-active button {
    background: #b01e3f;
}

.slick-slide:focus {
    outline: none;
}

/* ---slick arrow style--- */
.pro-nav button.slick-arrow {
    background: transparent;
    border: 1px solid 1px solid #b01e3f;
    cursor: pointer;
    height: 30px;
    left: 5px;
    color: #b01e3f;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    z-index: 9999;
    opacity: 0;
    visibility: visible;
}

.pro-nav button.arrow-next {
    left: auto;
    right: 0;
}

.slick-slider:hover button.slick-arrow {
    opacity: 1;
    visibility: visible;
}

/* Slick vertical slider arrow */
.pro-nav1 button {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #fedc19;
    cursor: pointer;
    height: 30px;
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 30px;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
}

.pro-nav1 button i {
    color: #fedc19;
}

.pro-nav1 button.arrow-next {
    bottom: 0;
    top: auto;
}

.pro-nav1:hover button {
    opacity: 1;
    visibility: visible;
}

/* ------Owl carosel nav style------ */
.owl-arrow-style .owl-nav {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #f0f0f0;
    border-radius: 25px;
    height: 32px;
    line-height: 32px;
    position: absolute;
    right: 0;
    top: -54px;
}

.owl-arrow-style .owl-nav div {
    display: inline-block;
    padding: 0 8px;
}

/* dot style */
.owl-dot-style .owl-dots {
    bottom: 20px;
    left: 9%;
    position: absolute;
}

.owl-dot-style .owl-dot {
    background: #fedc19 none repeat scroll 0 0;
    border: 2px solid #fedc19;
    border-radius: 50%;
    display: inline-block;
    height: 15px;
    margin-right: 10px;
    width: 15px;
}

.owl-dot-style .owl-dot.active {
    background: #fff;
}

/*--------------------------------------------------------------------
                        Start Header section
--------------------------------------------------------------------*/
/*----Start header top css----*/


.header-top-row{
    display:flex;
    align-items:center;
    justify-content:space-between;
}



.header-top-left > ul{
    padding:12px 0;
    margin:0;
}

.header-top-left li{
    color:#fff;
    display:inline-block;
    position:relative;
}

.header-top-left li a{
    color:#fff;
    text-decoration:none;
}

.header-top-left li a:hover{
    color:#b01e3f;
    font-weight:500;
}


.header-top-left li::before{
    content:"";
    height:13px;
    position:absolute;
    right:-10px;
    top:50%;
    transform:translateY(-50%);
    width:1px;
}

.header-top-left li:last-child::before{
    display:none;
}



.location-col{
    display:flex;
    align-items:center;
    margin-left:auto; 
}

.location-btn{
    display:flex;
    align-items:center;
    color:#fff;
    padding:12px 10px;
    text-decoration:none;
}

.location-btn img{
    width:18px;
    margin-right:6px;
}

.location-btn:hover{
    color:#b01e3f;
}


.box-right{
    display:flex;
    align-items:center;
}

.box-right li{
    display:inline-block;
    position:relative;
    list-style:none;
}

.box-right li button,
.box-right li a{
    color:#fff;
    padding:12px 15px;
    background:transparent;
    border:none;
    cursor:pointer;
}

.box-right li button span{
    font-size:10px;
    padding-left:5px;
}

.box-right li:hover>button{
    color:#b01e3f;
}

.box-dropdown{
    background:#fff;
    box-shadow:0 6px 12px rgba(0,0,0,.18);
    position:absolute;
    top:100%;
    right:0;
    width:150px;
    z-index:1000001;
    padding:10px 0;
    display:none;
}

.box-dropdown li{
    display:block;
}

.box-dropdown li a{
    color:#444;
    padding:8px 15px;
    display:block;
    text-decoration:none;
}

.settings:hover .box-dropdown{
    display:block;
    text-align: left;
}


.header-top-left{ order:1; }
.location-col{ order:2; }
.box-right{ order:3; }




@media (max-width:767px){

    .header-top-row{
        display:flex;
        align-items:center;
        justify-content:space-between;
    }

    .location-col{
        order:1;
        margin-left:0;
    }

    .header-top-left{
        order:2;
    }

    .box-right{
        order:3;
    }

  
    .header-top-left > ul{
        display:flex;
        gap:6px;
        padding:0;
        padding-top: 14px;
    }

    
    .loc-text{
        display:none;
    }

    
    .box-right li button{
        padding:10px 6px;
        font-size:13px;
    }

}
/*----End header top css----*/

/*----Start header Middle css----*/
/* ================================
   HEADER MIDDLE
================================ */

.header-middle {
    padding: 15px 0;
    width: 100%;
    background: #fff;
    position: relative;
    /* z-index: 9999; */
}

.logo img {
    width: 160px;
}

.header-middle-inner {
    width: 100%;
}

/* ================================
   DESKTOP SEARCH
================================ */

.search-bar {
    position: relative;
    width: 100%;
}

.search-input {
    width: 100%;
    height: 52px;
    padding: 0 65px 0 25px;
    border-radius: 50px;
    border: 2px solid #cfcfcf;
    outline: none;
    font-size: 15px;
    transition: 0.3s ease;
    background: #fff;
}

.search-input:focus {
    border-color: #000;
}

.search-btn {
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: none;
    background: #000;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s ease;
}

.search-btn:hover {
    background: #222;
}

/* ================================
   RIGHT SIDE ICONS
================================ */

.mini-cart-option {
    display: flex;
    justify-content: flex-end;
}

.mobile-icons {
    display: flex;
    align-items: center;
    gap: 25px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-icons li {
    position: relative;
}

.mobile-icons a,
.mobile-icons button {
    display: flex;
    align-items: center;
    gap: 6px;
    background: none;
    border: none;
    color: #444;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
}

.mobile-icons span.lnr,
.mobile-icons i {
    font-size: 24px;
}

.count {
    position: absolute;
    top: -11px;
    right: -10px;
    background: #b01e3f;
    color: #fff;
    font-size: 10px;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    text-align: center;
    line-height: 16px;
    font-weight: 600;
}



.mini-cart-drop-down {
    position: absolute;
    right: 0;
    top: 110%;
    width: 300px;
    padding: 20px;
    display: none;
    background: #fff;
    border-bottom: 2px solid #b01e3f;
    box-shadow: 0 0 15px rgba(0,0,0,0.08);
    z-index: 9999;
}

.my-cart:hover .mini-cart-drop-down {
    display: block;
}

.mini-cart-drop-down > li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.cart-img {
    margin-right: 15px;
    width: 60px;
}

.cart-info h4 a {
    color: #111;
    font-size: 14px;
    font-weight: 500;
}

.cart-info span {
    font-size: 14px;
}

.mini-cart-drop-down a.cart-button {
    background: #b01e3f;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 10px;
}

.mini-cart-drop-down a.cart-button:hover {
    background: #1a2f5a;
}



.mobile-search-wrapper {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #fff;
    padding: 15px;
    border-top: 1px solid #eee;

    
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;

    z-index: 9998;
}

.mobile-search-wrapper.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.mobile-search-bar {
    position: relative;
}

.mobile-search-bar input {
    width: 100%;
    height: 45px;
    border-radius: 30px;
    border: 1px solid #ccc;
    padding: 0 45px 0 15px;
    outline: none;
}

.mobile-search-bar button {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    height: 32px;
    width: 32px;
    border-radius: 50%;
    border: none;
    background: #000;
    color: #fff;
}



.mobile-only {
    display: none;
}

@media (max-width: 991px) {

    .header-middle-inner {
        display: none;
    }

    .mobile-only {
        display: inline-block;
    }

    .icon-text {
        display: none;
    }

    .logo img {
        width: 55px;
    }

    .mobile-icons {
        gap: 14px;
    }

    .mobile-icons span.lnr,
    .mobile-icons i {
        font-size: 22px;
    }
}
@media (max-width:580px){
    @media (max-width: 991px) {
        .mobile-icons {
            gap: 7px;
        }
    }
}
/*------ End header middle style css ------ */

/* ------Start header main menu css------ */

.top-main-menu {
    float: left;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
}

.main-menu {
    float: left;
    /* margin: 0 70px; */
@media (max-width:1199px){
        margin: 0 2px;
    }
}

.main-menu li {
    float: left;
    position: relative;
}

.main-menu li>a {
    color: #ffffff;
    display: block;
    font-size: 15px;
    font-weight: 500;
    padding: 18px 20px;
    
}

.main-menu li:hover a::before {
    left: 0;
    opacity: 1;
    visibility: visible;
}

.main-menu li span.lnr {
    font-size: 9px;
    margin-left: 10px;
}

/*dropdown menu css*/
.main-menu ul li ul.dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 230px;
    background: #fff;
    z-index: 999;
    padding: 10px 0;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    opacity: 0;
    visibility: hidden;
    border-bottom: 2px solid #b01e3f;
    -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
}

.main-menu ul li:hover ul.dropdown {
    opacity: 1;
    visibility: visible;
    -webkit-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
}

.main-menu ul li ul.dropdown li {
    margin: 0;
    float: none;
    position: relative;
}

ul.dropdown li span {
    float: right;
    padding-top: 7px;
}

.main-menu ul li ul.dropdown li a {
    color: #444;
    font-size: 14px;
    font-weight: 400;
    padding: 7px 20px;
    text-transform: capitalize;
}

.main-menu ul li ul.dropdown li:hover>a {
    color: #b01e3f;
    font-weight: 600;
    transition: ease-in-out .5s;
}

.main-menu ul li ul.dropdown li ul.dropdown {
    left: 100%;
    top: 120%;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    border-bottom: 2px solid #b01e3f;
    -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
}

.main-menu ul li ul.dropdown li:hover ul.dropdown {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.main-menu li>a i {
    font-size: 14px;
    padding-left: 5px;
}

.main-menu ul li ul.dropdown li a i {
    float: right;
    font-size: 10px;
    margin-top: 8px;
}

/*mega menu css*/
.main-menu ul li.static {
    position: static;
}

.main-menu ul li ul.mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 999;
    background: #fff;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    opacity: 0;
    visibility: hidden;
    border-bottom: 2px solid #b01e3f;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
}

.main-menu ul li:hover ul.mega-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
}

.main-menu ul li ul.mega-menu.mega-full {
    margin: 0 auto;
    padding: 20px 130px;
    width: 90%;
}

.main-menu ul li ul.mega-menu li {
    width: 25%;
    float: left;
    margin: 0;
}

.main-menu ul li ul.mega-menu li a {
    padding: 10px 0 20px;
    color: #000;
    font-size: 14px;
}

.main-menu ul li ul.mega-menu li ul li {
    width: 100%;
}

.main-menu ul li ul.mega-menu li ul li a {
    color: #444;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 0;
    text-transform: capitalize;
}

.main-menu ul li ul.mega-menu li ul li:hover a {
    color: #b01e3f;
    font-weight: 600;
    transition: ease-in-out .5s;
}

/* -----Start header main menu css------ */

/* ------categories menu css here------ */
.categories-menu-bar {
    float: left;
}

.categories-menu-btn {
    background: #111 none repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 16px;
    font-weight: 600;
    padding: 17px 0;
    width: 254px;
    text-align: center;
    text-transform: capitalize;
}

.categories-menu-btn span {
    margin-left: 15px;
}

.left {
    float: left;
}

.left i {
    font-size: 20px;
    margin-left: 15px;
    vertical-align: middle;
    display: inline-block;
}

.right {
    float: right;
}

.right i {
    font-size: 10px;
    margin-right: 15px;
    vertical-align: middle;
}

.categories-menu-btn span.lnr {
    font-size: 14px;
    padding: 0 18px;
    vertical-align: middle;
}

.categories-menu-btn,
.categorie-menus {
    display: block;
}

.categorie-menus {
    background: #fff;
    min-width: 254px;
    position: absolute;
    top: 100%;
    -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 9;
}

.categorie-menus li {
    position: relative;
}

.categorie-menus li span.lnr {
    float: right;
    font-size: 10px;
    margin-top: 8px;
    vertical-align: middle;
}

.categorie-menus li a {
    color: #111;
    display: block;
    line-height: 25px;
    padding: 10px 25px;
}

.categorie-menus li:hover>a {
    background: #fedc19;
    color: #111;
}

.more-btn::before {
    content: "\f067";
    font-family: "FontAwesome";
    padding-right: 10px;
}

.more-btn.minus::before {
    content: "\f068";
}

/* categories sub menu css */

.categorie-menus li ul.cat-submenu {
    background: #fff none repeat scroll 0 0;
    -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
    left: 100%;
    opacity: 0;
    position: absolute;
    top: 30px;
    visibility: hidden;
    width: 235px;
    padding: 15px 0;
}

.categorie-menus li:hover ul.cat-submenu {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.cat-submenu>li a {
    color: #444;
    padding: 4px 25px;
}

.categorie-menus li ul.cat-submenu li:hover>a {
    color: #fedc19;
    background: transparent;
}

.categorie-menus li ul.cat-submenu li ul.cat-submenu {
    top: 30px;
    opacity: 0;
    visibility: hidden;
}

.categorie-menus li ul.cat-submenu li:hover ul.cat-submenu {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.cat-submenu.category-mega {
    width: 600px !important;
}

.cat-submenu.category-mega>li {
    width: 33.33%;
    float: left;
}

.cat-mega-title>a {
    font-weight: 600;
}

.category-mega li ul li a {
    color: #444;
    padding: 3px 25px;
}

.cat-mega-menu li ul li:hover a {
    color: #fedc19;
    background: transparent;
}

/* categories style 2 */

.categories-menu-bar.cat-menu-style2 {
    position: relative;
    width: 100%;
}

.cat-menu-style2 .categories-menu-btn {
    width: 100%;
}

.cat-menu-style2 .categorie-menus {
    width: 100%;
    display: block;
}

/* header call action css */
.header-call-action {
    float: right;
}

.header-call-action p {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 0;
    display: none;

    @media (max-width:576px){
        display: block;
    }
}

.header-call-action strong {
    font-weight: 600;
}

.header-call-action span.lnr {
    font-size: 18px;
    padding-right: 10px;
}


/* sticky menus css  */

.header-top-menu.sticker.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.27);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.27);
    -webkit-animation: 900ms cubic-bezier(0.2, 1, 0.22, 1) 0s normal none 1 running fadeInDown;
    animation: 900ms cubic-bezier(0.2, 1, 0.22, 1) 0s normal none 1 running fadeInDown;
    
    
}

.header-top-menu.sticker.sticky .categories-menu-bar {
    display: none;
}

.header-top-menu.sticky4.sticker.sticky {
    background: #fff none repeat scroll 0 0;
    margin-top: 0;
    padding: 15px 0 12px;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.27);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.27);
}


/* slick nav style */
.slicknav_menu {
    background: #fff;
    display: none;
}

.slicknav_nav * {
    padding: 0 !important;
    margin: 0 !important;
}

.slicknav_nav li {
    border-radius: 0px;
}

.slicknav_nav li a {
    color: #111 !important;
    border-radius: 0px;
    padding: 10px !important
}

.slicknav_nav li a a {
    padding: 0 !important;
}

.slicknav_nav>li:hover>a,
.slicknav_nav>li>a>a:hover,
.slicknav_nav>li>a:hover {
    background-color: #fedc19 !important;
    border-radius: 0px !important;
}

.slicknav_nav ul {
    margin-left: 20px !important;
}

.slicknav_nav ul li a:hover {
    background-color: transparent !important;
    color: #fedc19 !important;
}

.slicknav_nav .lnr-chevron-right {
    display: none;
}

/* header style 4 */
.header-style4 input.top-cat-field {
    width: calc(100% - 300px);
}

.header-middle.header-style4 {
    -webkit-box-shadow: 4px 7px 7px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 7px 7px rgba(0, 0, 0, 0.2);
}

.categories-menu-btn.bg-4.ha-toggle {
    background: #fedc19 none repeat scroll 0 0;
    color: #111;
}

.top-main-menu.menu-style4 .main-menu {
    float: right;
}

/* header style three */
.header-top.hstyle3 {
    border-bottom: 1px solid #f0f0f0;
}

.hstyle3 .header-top-left li,
.hstyle3 .box-right li button, .box-right li a{
    color: #444;
}

.main-menu.menu-style3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: none;
}

nav.m-style3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.main-menu.menu-style3 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.top-main-menu .main-menu.menu-style3 li {
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.top-main-menu .main-menu.menu-style3 li:last-child {
    border-right: none;
}

.main-menu.menu-style3 li>a {
    padding: 12px 16px;
    text-align: center;
    text-transform: capitalize;
}

.main-menu.menu-style3 li span i {
    font-size: 10px;
    margin-left: 5px;
    vertical-align: middle;
}

.main-menu.menu-style3 li ul.dropdown li {
    width: 100%;
}

.main-menu.menu-style3 li span {
    display: inline-block;
    line-height: 18px;
    margin-left: 8px;
    max-width: 110px;
    text-align: left;
    vertical-align: middle;
}

.main-menu.menu-style3 ul li ul.dropdown li {
    border-right: medium none;
}

.main-menu.menu-style3 ul li ul.dropdown li a {
    text-align: left;
}

.main-menu.menu-style3 ul li ul.mega-menu li {
    border-right: none;
    width: 16.66%;
}

.main-menu.menu-style3 ul li ul.mega-menu li ul li {
    width: 100%;
}

.main-menu.menu-style3 ul li ul.mega-menu li a {
    text-align: left;
}

.mean-nav li a span.lnr {
    display: none;
}


/* --------Slider area css here-------- */
.single-slider {
    background-position: center center;
    background-size: cover;
    height: 625px;
}

.slider-text h1 {
    color: #111;
    font-size: 60px;
    line-height: 60px;
    text-transform: capitalize;
}

.slider-text p {
    font-size: 22px;
    margin-bottom: 55px;
    margin-top: 20px;
}

.btn-1.home-btn {
    background: #7d1029;
    border-radius: 10px;
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    line-height: 46px;
    padding: 0 24px;
    text-transform: capitalize;
}

.btn-1.home-btn:hover {
    background: #111;
    color: #fff;
}
.btn-2.home-btn {
    background: #000000c4;
    border-radius: 10px;
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    line-height: 46px;
    padding: 0 24px;
    text-transform: capitalize;
}

.btn-2.home-btn:hover {
    background: #b01e40;
    color: #fff;
}

.slick-current .slider-text h1 {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
}

.slick-current .slider-text p {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

.slick-current .home-btn {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

/* hero style 2 */
.hero-style-2 .single-slider {
    height: 518px;
    ;
}

.hero-style-2 .slider-text h1 {
    font-size: 54px;
    line-height: 60px;
}

.hero-style-2 .slider-text p {
    margin-bottom: 30px;
}

.hero-style-2 .slider-text {
    padding: 0 20px;
}

/* slider three */
.single-slider.slider3 {
    height: 625px;
}


/* -----features area css start----- */
.feature-inner {
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 36px 5px;
}

.feature-inner .col {
    position: relative;
    padding: 0;
    width: 20%;
}

.feature-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.feature-content {
    margin-left: 18px;
}

.feature-content h4 {
    color: #111;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.feature-content p {
    font-size: 13px;
    line-height: 20px;
}

/* -----features area css end----- */

/* -----product wrapper area css start----- */

.section-title {
    position: relative;
    margin-top: 54px;
    margin-bottom: 22px;
}

.section-title h3 {
    background: #fff none repeat scroll 0 0;
    color: #111;
    display: inline-block;
    font-size: 26px;
    padding-right: 30px;
    position: relative;
    text-transform: capitalize;
}
.section-title h6 {
    color: #b01e3f;
    padding-right: 30px;
    position: relative;
    text-transform: capitalize;
}

.section-title span {
    font-weight: 600;
}

.section-title.module-three {
    position: relative;
}

.section-title::after {
    background: #f0f0f0;
    content: "";
    height: 1px;
    position: absolute;
    top: 70%;
    width: 100%;
    left: 0;
    z-index: -1;
}

.hm-1 .section-title.module-three {
    margin-top: 40px;
    margin-bottom: 35px;
}

.boxx-tab {
    left: 50%;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}
.nav.my-tab {
    background: #fff;
    display: inline-block;
    padding: 0 30px;
    border: 1px solid #f0f0f0;
    border-radius: 25px;
    margin-top: 50px;
    @media(max-width:576px){
        margin-top: 0px;
    }
}
 

.nav.my-tab li {
    display: inline-block;
    margin-right: 15px;
    position: relative;
}

.nav.my-tab li:last-child {
    margin-right: 0;
}

.nav.my-tab li::after {
    background: #d6d6d6;
    content: "";
    height: 1px;
    position: absolute;
    right: -15px;
    top: 50%;
    width: 15px;
}

.nav.my-tab li:last-child::after {
    display: none;
}

.nav.my-tab button {
    color: #444;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    padding: 0 15px;
    border: none;
    background-color: transparent;
}

.nav.my-tab li button:hover,
.nav.my-tab li button.active {
    color: rgb(255 255 255);
    background: linear-gradient(90deg, #bc2045, #85132d, #b01e3f);
    border-radius: 15px;
    transition: ease-in-out .5s;
}

/* section title start */
.pro-module-title h3 {
    background: #fff;
    color: #111;
    display: inline-block;
    font-size: 26px;
    line-height: 33px;
    padding-right: 30px;
    position: relative;
    vertical-align: middle;
    text-transform: capitalize;
}

.pro-module-title span {
    font-weight: 600;
}

.product-item {
    border: 1px solid #f0f0f0;
    border-radius: 10px;
}

.product-item:hover {
    border-color: #1a2f5a;
}

.product-item:hover .action-links a {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.product-item:hover .sec-img {
    opacity: 1;
    visibility: visible;
}

.product-thumb {
    position: relative;
    padding-left: 1px;
}

.product-thumb a {
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

.product-short .nice-select .list {
    right: 0;
    left: auto;
}

.sec-img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

.label-product {
    background: #b01e3f;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    left: 12px;
    line-height: 22px;
    min-width: 46px;
    padding: 0 9px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    -webkit-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    transform: skewX(-20deg);
    z-index: 3;
}

.label-product:nth-child(1) {
    top: 20px;
}

.label-product:nth-child(2) {
    top: 47px;
}

.label_sale {
    background: #b01e3f;
    color: #ffffff;
}
.discount-per {
    background: #b01e3f;
    border-radius: 10px;
    color: #ffffff;
    padding: 0 10px;
}
.label-product span {
    display: block;
    -webkit-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
}

.action-links {
    position: absolute;
    right: 10px;
    top: 20px;
}

.action-links a {
    background: #8f8f8f;
    border-radius: 50%;
    color: #111;
    display: block;
    font-size: 16px;
    height: 36px;
    margin-bottom: 10px;
    text-align: center;
    width: 36px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

.action-links a i {
    line-height: 36px;
    color: white;
}

.quick-view-btn {
    margin-top: 30px;
}

.action-links a:hover::before,
.action-links a:hover::after {
    opacity: 1;
    visibility: visible;
}

.action-links a:hover {
    background: #b01e3f;
}

.product-caption {
    position: relative;
    padding: 22px 15px 26px;
}

.manufacture-product a {
    color: #666;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
}

.product-name h4 {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    padding: 5px 0;
}

.product-name h4 a {
    color: #111;
}

.product-name h4:hover a {
    color: #b01e3f;
    font-weight: 500;
}

.ratings {
    padding: 8px 0;
}

.ratings span i {
    font-weight: 900;
}

span.yellow {
    color: #b01e3f;
}

.price-box {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  
  .discount-tag {
    background: linear-gradient(135deg, #b01e3f, #8d0c2a);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 4px;
  }
  .price-text{
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
  }

  .regular-price {
    color: #111;
    font-size: 18px;
    font-weight: 600;
  }
  
  .old-price {
    color: #666;
    font-size: 15px;
  }
  
  .regular-price .special-price {
    color: #b01e3f;
  }

.btn-cart {
    background: #b01e3f;
    border: medium none;
    border-radius: 25px;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    line-height: 36px;
    margin-top: 10px;
    padding: 0 25px;
    text-transform: capitalize;
}

.btn-cart:hover {
    color: #fff;
    background: #860322;
}

.product-caption .btn-cart {
    bottom: 37px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.product-item:hover .btn-cart {
    opacity: 1;
    visibility: visible;
}

.product-item:hover .ratings,
.product-item:hover .price-box {
    opacity: 0;
    -webkit-transform: translateY(25px);
    -ms-transform: translateY(25px);
    transform: translateY(25px)
}

.product-gallary-wrapper .owl-stage {
    margin-top: 15px;
}

/* home2 product-wrapper  */
.section-title.product-spacing.home2-tab-spacing {
    margin-bottom: 50px;
}

.section-title.product-spacing.home2-tab-spacing .boxx-tab {
    top: 54px;
}

.home2-tab-spacing .nav.my-tab button {
    font-size: 14px;
}

.product-gallary-active2.product-spacing .owl-nav {
    top: -85px;
}

/* home2 product-wrapper  */

/* tab  css */
.tab-content .tab-pane {
    display: block;
    height: 0;
    max-width: 100%;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
}

.tab-content .tab-pane.active {
    height: auto;
    opacity: 1;
    overflow: visible;
    visibility: visible;
}
  @media (max-width:576px){
    .tab-content h2{
        font-size: 24px;
    }
    .my-orders-title {
        margin-bottom: 10px !important;
    }
  }
/* -----product wrapper area css end----- */

/* --------home banner statics-------- */
.single-banner-statics:hover img {
    opacity: 0.7;
}

.pro-gallary-banner {
    margin-top: 15px;
}

/* ----home featured categories area start---- */

.product-layout-two {
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: space-between;
}

.product-layout-two:hover {
    border-color: #b01e3f;
}

.product-layout-thumb {
    min-width: 130px;
    width: 36%;
    text-align: right;
}

.product-layout-thumb:hover img {
    opacity: 0.7;
}

.product-layout-info {
    padding: 15px;
}

.product-layout-two h4.pro-name {
    font-size: 16px;
    line-height: 22px;
    text-transform: capitalize;
}

.product-layout-two h4.pro-name a {
    color: #111;
}

.product-layout-two h4.pro-name:hover a {
    color: #b01e3f;
}

.total-items {
    color: #666;
    line-height: 20px;
    margin: 5px 0 5px;
    text-transform: capitalize;
}

a.shop-btn {
    color: #111;
    line-height: 22px;
    text-transform: capitalize;
}

a.shop-btn:hover {
    color: #fedc19;
}

/* ----home featured categories area end---- */

/*-----product module three start-----*/
.box-tab-style {
    position: relative;
}

.box-tab-style::before {
    background: #e9e9e9;
    content: "";
    height: 1px;
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.nav.tab-style2 {
    background: #fff;
    display: inline-block;
    position: relative;
}

.nav.tab-style2>li {
    display: inline-block;
    margin-right: 15px;
    position: relative;
}

.nav.tab-style2>li::after {
    background: #d6d6d6;
    content: "";
    height: 1px;
    position: absolute;
    right: -15px;
    top: 50%;
    width: 15px;
}

.nav.tab-style2 li a {
    color: #868686;
    font-size: 26px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 0 15px;
}

.nav.tab-style2 li a.active {
    color: #111;
}

.custom-seven-column {
    margin-left: -15px;
    margin-right: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.custom-seven-column>.col {
    max-width: 14.28%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 14.28%;
    flex: 1 0 14.28%;
}

.custom-seven-column>.col-2 {
    max-width: 28.56%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 28.56%;
    flex: 1 0 28.56%;
}

/* home2 module three */
.section-title.module-three.module-three-spacing {
    margin-bottom: 60px;
}

.section-title.module-three.module-three-spacing .boxx-tab {
    top: 50px;
}

.section-title.module-three.module-three-spacing .boxx-tab .nav.my-tab {
    padding: 0 15px;
}

.module-three-spacing2.owl-arrow-style .owl-nav {
    top: -92px;
}

.module-three-spacing .nav.my-tab li a {
    font-size: 14px;
}

/*----product module four css here----*/
.product-module-four-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product-module-four-item:hover {
    border-color: #fedc19;
}

.product-module-caption {
    padding: 8px 20px;
}

.product-module-caption .manufacture-com a {
    color: #666;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
}

.manufacture-com a:hover {
    color: #111;
}

.product-module-caption .product-module-name h4 {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    padding: 5px 0;
}

.product-module-caption .product-module-name a {
    color: #111;
}

.product-module-caption .product-module-name a:hover {
    color: #fedc19;
}

.product-module-caption .ratings {
    padding: 8px 0;
}

.product-module-caption .regular-price {
    color: #111;
    font-size: 18px;
    font-weight: 600;
}

.product-module-caption .regular-price .special-price {
    color: #fe4f19;
}

.product-module-caption .old-price {
    color: #666;
    display: inline-block;
    font-size: 15px;
    padding-left: 5px;
}

.product-module-thumb {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 160px;
}

.owl-carousel .owl-item .product-module-thumb img {
    width: 100%;
}

/* home2 module 4 */
.pro-home2 .product-module-caption {
    padding: 8px 12px;
}

.pro-home2 .product-module-thumb {
    max-width: 130px;
}

/* home module 4 */
.product-module-thumb.thumb4 {
    max-width: 110px;
}

.thumb4 .label-product {
    left: 200px;
}


/*----product module four css end----*/

/* ----brand sell area css start---- */
.nav.brand-active {
    background: #f8f8f8;
    border: 1px solid #f0f0f0;
    padding: 17px 0;
}

.nav.brand-active {
    margin-bottom: 25px;
}

.single-brand {
    display: block;
}

.brand-thumb {
    text-align: center;
}

.owl-carousel .owl-item img {
    width: auto;
    display: inline-block;
}

.brand-area li {
    text-align: center;
}

.sale-nav .owl-nav {
    top: -190px;
}

/* ---brand home--- 2 */
.single-brand-logo {
    text-align: center;
}

.brand2-slider-wrapper {
    border: 1px solid #f0f0f0;
    padding: 25px;
}

.single-brand-logo img {
    opacity: 0.7;
}

.single-brand-logo:hover img {
    opacity: 1;
}

/* ----brand sell area css end---- */

/* ----featured categories home 2 start---- */
.featured-home2 .section-title {
    margin-top: 24px;
}

.featured-home2-wrapper {
    border: 1px solid #f0f0f0;
}

.featured-home2-active {
    padding: 10px;
}

.featured-home2-single-item {
    text-align: left;
}

.featured-home2-thumb {
    text-align: center;
}

.featured-home2-thumb:hover img {
    opacity: 0.7;
}

.featured-home2-conteny h4 {
    margin-bottom: 13px;
    margin-top: 20px;
    text-transform: capitalize;
}

.featured-home2-conteny h4 a {
    color: #111;
}

.featured-home2-conteny h4 a:hover {
    color: #fedc19;
}

.sub-featured-categories li {
    margin-bottom: 6px;
}

.sub-featured-categories li a {
    color: #444;
    display: block;
}

.sub-featured-categories li:hover a {
    color: #fedc19;
    padding-left: 5px;
}

.featured-home2-conteny>a {
    color: #fedc19;
    display: block;
    margin-top: 15px;
    text-transform: capitalize;
}

.featured-home2-conteny>a:hover {
    color: #111;
}

/* ----featured categories home 2 end---- */

/* ----home 2 sidebar start---- */
.banner-area>.container-fluid>.row>.col-lg-3 {
    max-width: 285px;
}

.banner-area>.container-fluid>.row>.col-lg-6 {
    max-width: calc(100% - 570px);
}

.banner-area>.container-fluid>.row>.col-lg-9 {
    max-width: calc(100% - 285px);
}

.banner-right-thumb.mb-30 img {
    width: 100%;
}

.home2-main-wrapper>.container-fluid>.row>.col-lg-3 {
    max-width: 285px;
}

.home2-main-wrapper>.container-fluid>.row>.col-lg-9 {
    max-width: calc(100% - 285px);
}

/* flash sale area */
.section-title.flash-title {
    margin-top: 0;
}

.product-item:hover .count-style .ratings,
.product-item:hover .count-style .price-box {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.product-countdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.single-countdown {
    display: inline-block;
    text-align: center;
}

.single-countdown__time {
    color: #111;
    font-size: 18px;
    font-weight: 600;
    background: #b01e3f;
    width: 48px;
    height: 48px;
    line-height: 48px;
    display: block;
    border-radius: 5px;
}

.single-countdown__text {
    display: block;
    font-size: 12px;
    color: #444;
    margin-top: 5px;
}

.product-item:hover .product-countdown {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}

/* end flash css */
.sidebar-static-thumb:hover img {
    opacity: 0.7;
}

/* latest product css */
.latest-single-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #f0f0f0;
    border-bottom: none;
    border-radius: 5px;
}

.latest-single-item:last-child {
    border-bottom: 1px solid #f0f0f0;
}

.latest-thumb {
    max-width: 110px;
}

.latest-pro-content h4 {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 10px;
}

.latest-pro-content h4 a {
    color: #111;
}

.latest-pro-content h4 a:hover {
    color: #fedc19;
}

/* ---latest blog area css--- */
.blog-area-wrapper {
    padding-top: 40px;
}

.blog-thumb.blog--hover img {
    width: 100%;
}

.blogg-thumb img {
    width: 100%;
}

.single-blogg-item iframe {
    width: 100%;
}

.blogg-thumb {
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}

.blogg-thumb:hover img {
    opacity: 0.7;
}

.blogg-content {
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    padding: 20px;
}

.post-date {
    background: #fedc19 none repeat scroll 0 0;
    border-radius: 5px;
    color: #111;
    display: inline-block;
    font-size: 13px;
    padding: 3px 5px;
    margin-bottom: 10px;
}

.blogg-content h5 {
    color: #111;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 27px;
    position: relative;
}

.blogg-content h5 a {
    color: #111;
}

.blogg-content h5:before {
    bottom: -15px;
    left: 0;
    width: 50px;
    height: 1px;
    content: "";
    position: absolute;
    background: #f0f0f0;
}

.blogg-content h5 a:hover {
    color: #fedc19;
}

.blog-tag-line>a {
    border: 1px solid #f0f0f0;
    color: #111;
    display: inline-block;
    margin-bottom: 10px;
    padding: 6px 15px;
    border-radius: 5px;
    text-transform: capitalize;
}

.blog-tag-line>a:hover {
    background: #fedc19;
}

.blog-wrapper-inner.column5 .row .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.blogg-content blockquote {
    margin: 15px;
}

.blogg-content blockquote p {
    border-left: 5px solid #fedc19;
    color: #777;
    font-size: 16px;
    font-style: italic;
    padding: 0 10px;
}

.blogg-meta {
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
    color: #444;
    font-size: 13px;
    padding: 17px 0;
    text-align: left;
    text-transform: uppercase;
}

.blogg-meta a {
    color: #444;
}

.blogg-meta a:hover {
    color: #fedc19;
}

.blogg-author-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
}

.author-thum {
    height: 65px;
    margin-right: 20px;
    width: 65px;
}

.author-info h3 {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.author-info h3 a {
    color: #444;
    padding-left: 5px;
    text-transform: capitalize;
}

.author-info h3 a:hover {
    color: #111;
}

.author-info>p {
    color: #444;
}

.related-product-area .section-title {
    margin-top: 25px;
}

.blog-related-post>h3 {
    color: #333;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 47px;
    text-transform: uppercase;
}

.single-blogg-post h4 {
    margin-top: 20px;
}

.single-blogg-post h4 a {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.single-blogg-post h4 a:hover {
    color: #fedc19;
}

.blogg-post-date {
    color: #959595;
    font-family: lato;
    font-size: 11px;
    font-style: italic;
    line-height: 16px;
    font-weight: 600;
    text-transform: capitalize;
}

.blog-social-sharing h3 {
    color: #111;
}

.blog-social-sharing li {
    display: inline-block;
}

.blog-social-sharing li a {
    background: #111;
    border-radius: 50%;
    color: #fff;
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}

.blog-social-sharing li:hover a {
    color: #111;
    background: #fedc19;
}

.blog-thumb-active.owl-carousel .owl-nav div {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    height: 30px;
    left: 50px;
    line-height: 30px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    visibility: hidden;
    width: 30px;
}

.blog-thumb-active.owl-carousel .owl-nav div.owl-next {
    left: auto;
    right: 50px;
}

.blog-thumb-active.owl-carousel:hover .owl-nav>div {
    opacity: 1;
    top: 50%;
    visibility: visible;
}

/*---blog comment area css---*/
.blog-comment-wrapper h3 {
    border-bottom: 1px solid #f0f0f0;
    color: #333;
    font-size: 20px;
    font-weight: 700;
    padding: 30px 0 18px;
    text-transform: uppercase;
}

.blog-comment-wrapper>p {
    font-size: 12px;
    margin-bottom: 10px;
    padding-top: 30px;
}

.comment-post-box label {
    color: #111;
    margin-bottom: 10px;
    display: block;
    text-transform: capitalize;
}

.comment-post-box textarea {
    background: #f3f3f3 none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    height: 130px;
    margin-bottom: 20px;
    padding: 10px;
    width: 100%;
}

.coment-field {
    background: #f3f3f3 none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    color: #959595;
    padding: 8px 10px;
    width: 100%;
}

/* ---latest blog area css end--- */

/* pagination css */
.pagination-box li {
    display: inline-block;
}

.pagination-box li a {
    color: #111;
    padding: 10px;
}

.pagination-box li:hover a {
    color: #b01e3f;
}

.pagination-box li.active a {
    color: #b01e3f;
}

.paginatoin-area {
    padding-bottom: 20px;
    border-top: 1px solid #ebebeb;
}

.pagination-style-2 {
    text-align: right;
}

/* ---testimonial area start--- */
.testimonial-single-item {
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    padding: 25px 25px 45px;
}

.testimonial-single-item:hover {
    border-color: #fedc19;
}

.testimonial-avater {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.testimonial-author {
    margin-left: 25px;
}

.testimonial-author h6 {
    color: #111;
    font-size: 15px;
    margin-bottom: 5px;
}

.testi-quote {
    background-image: url("../img/icon/icon_ttm.png");
    background-repeat: no-repeat;
    margin-top: 35px;
    padding: 35px 0;
}

.testi-quote a {
    color: #444;
    display: block;
    font-weight: 400;
    line-height: 22px;
    text-transform: none;
}

/* ---testimonial area end--- */

/* ----home 2 sidebar end---- */


/* -----footer area css start----- */
/* ----newsletter area start---- */
.newsletter-group {
    background: #f0f0f0 none repeat scroll 0 0;
    padding: 36px 0;
}

.newsletter-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.newsletter-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 75%;
    padding-right: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.newsletter-title {
    padding: 10px 0;
}

.newsletter-title>h3 {
    color: #111;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.newsletter-title>p {
    font-size: 16px;
}

.email-box {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    color: #a6a6a6;
    display: inline-block;
    font-size: 14px;
    height: 56px;
    padding: 0 15px;
    position: relative;
    vertical-align: middle;
    width: 450px;
}

.newsletter-btn {
    background: #fedc19 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0 5px 5px 0;
    color: #111;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    line-height: 56px;
    padding: 0 23px;
    position: absolute;
    right: 0;
    text-transform: capitalize;
    top: 0;
}

.newsletter-btn:hover {
    color: #fff;
    background: #111;
}

.link-follow {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    text-align: right;
    width: 25%;
}

.link-follow a {
    background: #fff;
    border-radius: 5px;
    color: #111;
    display: inline-block;
    font-size: 20px;
    height: 56px;
    line-height: 56px;
    margin-left: 13px;
    text-align: center;
    width: 56px;
}

.link-follow a:hover {
    color: #fedc19;
}

/* ----newsletter area end---- */

/* -----footer top area css start----- */

footer {
    /* background: #f9f9f9; */
    background: #f7d3db4d;
}

.footer-top {
    padding: 40px 0 30px;
}

.footer-top .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-top .col-lg-3 {
    flex: 1 1 22%;
    max-width: 30%;
}

.footer-top .col-lg-3:nth-child(2) {
    margin-right: -25px;
}

.footer-top .col-lg-3:nth-child(3) {
    margin-left: -160px;
    padding-top: 14px;
}

.footer-top .col-lg-3:nth-child(3) .widget-body {
    margin-top: 33px;
}

.widget-title > h4 {
    color: #111;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.widget-body > p {
    margin-bottom: 35px;
}

.footer-useful-link ul {
    padding: 0;
    margin: 0;
}

.footer-useful-link li {
    list-style: none;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

.footer-useful-link li a {
    color: #444;
    font-size: 14px;
    text-transform: capitalize;
    transition: all 0.3s ease;
}

.footer-useful-link li:hover a {
    color: #b01e3f;
    margin-left: 8px;
    font-weight: 600;
}

.footer-useful-link span {
    color: #111;
    font-weight: 500;
}

.footer-useful-link strong {
    color: #111;
    font-size: 18px;
    font-weight: 600;
}

.get-app {
    margin-top: 15px;
}

.get-app img {
    border-radius: 10px;
    width: 130px;
    margin-right: 10px;
    transition: transform 0.3s ease;
}

.get-app img:hover {
    transform: scale(1.05);
}

.footer-bottom {
    background: #fff;
}

.footer-bottom-content {
    border-top: 1px solid #e9e9e9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    flex-wrap: wrap;
}

.footer-copyright p {
    color: #666;
    font-size: 13px;
    line-height: 24px;
    margin: 0;
}

.footer-copyright a {
    color: #b11e40;
    font-weight: 500;
}

.footer-custom-link {
    display: flex;
    flex-wrap: wrap;
}

.footer-custom-link a {
    color: #444;
    margin-left: 25px;
    font-size: 13px;
    position: relative;
    transition: 0.3s;
}

.footer-custom-link a::after {
    content: "";
    position: absolute;
    right: -13px;
    top: 50%;
    transform: translateY(-50%);
    height: 12px;
    width: 1px;
    background: #ccc;
}

.footer-custom-link a:last-child::after {
    display: none;
}

.footer-custom-link a:hover {
    color: #1a2f5a;
    font-weight: 600;
}



@media (max-width: 992px) {
    .footer-top .col-lg-3 {
        flex: 1 1 45%;
        max-width: 45%;
        margin-bottom: 25px;
    }

    .footer-top .col-lg-3:nth-child(2),
    .footer-top .col-lg-3:nth-child(3) {
        margin: 0; 
    }

    .footer-top .col-lg-3:nth-child(3) .widget-body {
        margin-top: 0;
    }
}

@media (max-width: 576px) {
    .footer-top .col-lg-3 {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .footer-bottom-content {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

    .footer-custom-link {
        justify-content: center;
    }

    .footer-custom-link a {
        margin: 5px 10px;
    }

    .footer-custom-link a::after {
        display: none;
    }
}
/* -----footer area css end----- */

/* ---breadcrumb area css start--- */
.breadcrumb-area {
    background: #f0f0f0;
    padding: 12px 0;
}
.breadcrumb-area2 {
    background: #f0f0f0;
    padding: 12px 55px;
    @media (max-width:580px){
         padding: 12px 15px;
    }
}
.breadcrumb-wrap .breadcrumb {
    background: transparent;
    margin-bottom: 0;
    padding: 0px 0;
}

.breadcrumb-item>a {
    color: #111;
}

.breadcrumb-item>a:hover {
    color: #b01e3f;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "\f105";
    padding: 0 15px;
    font-family: fontawesome;
}

/* ---breadcrumb area css end--- */
.single-sidebar:last-child {
    margin-bottom: 0;
}

.shop-sidebar-inner {
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    overflow: hidden;
    padding: 21px 22px;
}

.shop-baner-img img {
    width: 100%;
}

/* .sidebar-inner-title {
    overflow: hidden;
} */

.sidebar-inner-title.mb-25 {
    margin-bottom: 15px;
}

.sidebar-inner-title h3 {
    color: #111;
    /* display: inline-block; */
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    padding-right: 20px;
    position: relative;
    text-transform: capitalize;
}

.sidebar-inner-title h3::after {
    background: #b01e3f;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    bottom: -7px;
    width: 100%;
}

/* ---price filter css start--- */
.ui-widget-content {
    background: #d9d9d9;
    border: medium none;
    border-radius: 0;
    height: 4px;
    margin: 35px 0;
}

.ui-widget-content .ui-state-default {
    background: #ffffff;
    border: 2px solid #fedc19;
    border-radius: 50%;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #ffffff;
    cursor: pointer;
    font-weight: normal;
    height: 18px;
    width: 18px;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -7px;
}

.ui-widget-content .ui-state-default:hover {
    background: #fedc19;
}

.ui-widget-content .ui-slider-range:last-child {
    background: #fedc19;
}

.filter-price-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
}

.filter-price-cont .input-type input {
    border: medium none;
    font-size: 14px;
    font-weight: 400;
    width: 55px;
}

/* ---price filter css end--- */

/* sidebar categories css start */
.filter-attribute-container li {
    margin-bottom: 10px;
}

.filter-attribute-container ul li a {
    color: #444;
    padding-left: 20px;
    position: relative;
}

.filter-attribute-container ul li a::before {
    content: "\f096";
    font-family: fontawesome;
    left: 0;
    position: absolute;
}

.filter-attribute-container ul li a::after {
    content: "\f046";
    font-family: fontawesome;
    left: 0;
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.filter-attribute-container ul li:hover a,
.filter-attribute-container ul li a.active {
    color: #b01e3f;
}

.filter-attribute-container ul li:hover a::after {
    opacity: 1;
    visibility: visible;
}

.filter-attribute-container ul li a.active::after {
    opacity: 1;
    visibility: visible;
}

.sidebar-thumb:hover {
    opacity: 0.7;
}

/* ----sidebar categories css end---- */

/* ---product view mode change css start--- */
.shop-product-wrap.list .product-item {
    display: none; 
}

.shop-product-wrap.grid .product-item {
    display: block;
}

.shop-product-wrap.grid .sinrato-list-item {
    display: none;
}

.product-view-mode,
.shop-product-wrap.list .sinrato-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.shop-product-wrap.row.column_3 .sinrato-list-item {
    display: none;
}

.product-view-mode a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #f0f0f0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 10px;
    width: 48px;
    border-radius: 5px;
}

.product-view-mode a span {
    display: block;
    height: 16px;
    text-indent: -5000px;
    width: 16px;
    background-image: url(../img/icon/3col.png);
}

.product-view-mode a:nth-child(2) span {
    width: 22px;
    background-image: url(../img/icon/4col.png);
}

.product-view-mode a:nth-child(3) span {
    width: 20px;
    height: 14px;
    background-image: url(../img/icon/list.png);
}

.product-view-mode a:hover,
.product-view-mode a.active {
    border-color: #e6642b;
    background: #e6642b;
}

.product-view-mode a:hover span,
.product-view-mode a.active span {
    background-position: 50% 100%;
    background-repeat: no-repeat;
}

/* .top-bar-left {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
} */
.product-page .nice-select{width: 100%;}
.product-page h5 {
    font-size: 16px;
    font-weight: 700;
    background: linear-gradient(90deg, #b01e3f, #821328);
    border-left: 4px solid #b01e3f;
    background-clip: text;
    padding-left: 10px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
.shop-top-bar{background: #f2f2f2; padding: 20px; border-radius: 15px;}
.top-bar-right{padding-left: 300px;}

.per-page {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 100px;
}

.product-short {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product-shop-main-wrapper h3{font-size: 35px; padding-bottom: 20px;}
.product-page .nice-select{border-radius: 20px !important; padding-left: 20px !important;}
.product-short .nice-select{border-radius: 20px !important; padding-left: 20px !important; width: 100%;}
@media (max-width:580px){
    .product-short .nice-select {
        max-width: 60%;
    }
}
.manufacture-product{display: flex; align-items: center; justify-content: space-between; padding-bottom: 10px;}
.manufacture-product p{color: #00a600; font-size: 18px; font-weight: 500;}
.manufacture-product span{color: #e6642b;}

.product-card{
  padding:15px;
  position:relative;

}

.discount{
  color:#1a9c2c;
  font-weight:600;
}

.stock{
  position:absolute;
  right:15px;
  top:1px;
  color: #a11636;
  font-weight: 600;
  font-size:14px;
}

.title{
  font-size:15px;
  margin:10px 0;
  line-height:1.4;
}

.price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
  }
  
  .price-row .price {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
  }
  
  .price-row .discount-tag {
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(135deg, #b01e3f, #8d0c2a);
    padding: 2px 6px;
    border-radius: 4px;
    letter-spacing: 0.3px;
    line-height: 1;
  }
  
  
  .price-row .new-price {
    font-size: 16px;
    font-weight: 700;
    color: #000;
  }
  
  
  .price-row .old-price {
    font-size: 13px;
    color: #888;
    text-decoration: line-through;
  }
  
 
  .price-row .emi {
    font-size: 12px;
    color: #b01e3f;
    font-weight: 500;
    white-space: nowrap;
  }

.no-cost{
    font-size:13px;
    color:#16a34a; 
    font-weight:600;
    background:rgba(22,163,74,0.1);
    padding:3px 8px;
    border-radius:6px;
    display:inline-block;
    margin:4px 0;
  }


.btn-row{
  display:flex;
  gap:10px;
  margin-top:10px;
}

.cart-btn{
  flex:1;
  border:1px solid #ccc;
  background:#fff;
  padding:10px;
  border-radius:10px;
  cursor:pointer;
  transition: 0.5s;
  font-weight: 500;
}
.delivery-box{
  display:flex;
  align-items:center;
  gap:8px;
  background:#df486a3d;   
  padding:8px 12px;
  border-radius:8px;
  font-size:13px;
  color:#b01e3f;
  font-weight: 7500;
  margin-top:12px;
  position: relative;
  overflow:hidden;
}

.delivery-box i,
.delivery-box .truck-icon{
  font-size:16px;
  color:#555;
}
.single-sidebar h5{font-size: 20px; font-weight: 500;}
.single-sidebar{border-bottom: 1px solid #f2f2f2;}
/* .delivery-box::before{
  content:"";
  position:absolute;
  left:-10px;
  top:50%;
  transform:translateY(-50%);
  width:20px;
  height:20px;
  background:#fff; 
  border-radius:50%;
} */
.cart-btn:hover{background: #b01e3f !important; transition: 0.5s; color: #fff;}
.emi-btn{
  flex:1;
  background:#0f172a;
  color:#fff;
  padding:8px 15px;
  border-radius:10px;
  border:none;
  cursor:pointer;
  transition: 0.5s;
   font-weight: 500;
}
.emi-btn:hover{background: #b01e3f !important; transition: 0.5s;}
.delivery{
  font-size:13px;
  color:#555;
  margin-top:10px;
  text-align: center;
}

.product-shop-main-wrapper .shop-product-wrap.column_3.row .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}
.product-page span{color: #e6642b;}
.shop-top-bar .nice-select {
    border: 1px solid #f0f0f0;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
}

.nice-select .option {
    line-height: 30px;
    min-height: 30px;
}

.shop-top-bar .per-page p,
.shop-top-bar .product-short p {
    margin-right: 10px;
}

.product-shop-main-wrapper.mb-50 {
    padding-top: 5px;
}

.pagination-area.pt-35.pb-20 {
    padding-bottom: 13px;
    padding-top: 30px;
}

/* ---product view mode change css end--- */

/* ----product list item css start---- */
.sinrato-list-item {
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    padding: 15px;
}

.sinrato-list-item:hover {
    border-color: #fedc19;
}

.sinrato-thumb {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 230px;
    flex: 1 0 auto;
    position: relative;
}

.sinrato-list-item .pri-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sinrato-thumb .sec-img {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sinrato-list-item:hover .sec-img {
    opacity: 1;
    visibility: visible;
}

.sinrato-list-item:hover .pri-img {
    opacity: 0;
    visibility: hidden;
}

.sinrato-list-item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 15px;
    text-align: left;
}

.sinrato-product-name h4 {
    font-size: 20px;
    margin: 10px 0;
    text-transform: capitalize;
}

.sinrato-product-name h4 a {
    color: #111;
}

.sinrato-product-name h4 a:hover {
    color: #b01e3f;
}

.sinrato-ratings span {
    color: #666;
    opacity: 0.5;
}

.sinrato-box-action {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 2px solid #f0f0f0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 250px;
    flex: 1 0 auto;
}

.sinrato-box-action .regular-price {
    font-size: 20px;
}

.sinrato-box-action .btn-cart {
    line-height: 46px;
    font-size: 16px;
}

.action-links.sinrat-list-icon {
    margin-top: 20px;
    position: static;
}

.action-links.sinrat-list-icon a {
    display: inline-block;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    visibility: visible;
    margin-bottom: 0;
}

.shop-product-wrap.row.list .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

/* ----product list item css end---- */

/* ---product details style css start--- */
.product-details-main-wrapper {
    padding-top: 40px;
    padding-bottom: 70px;
}
@media (max-width:480px){
    .product-details-main-wrapper {
        padding-top: 5px;
        padding-bottom: 10px;
    }
}

.product-details-main-wrapper .product-gallery-active .owl-nav {
    display: none;
}

.pro-large-img {
    padding: 1px;
    position: relative;
    cursor: move;
}

.pro-large-img img {
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    width: 100%;
    position: relative;
}

.pro-nav {
    margin: -5px;
    margin-right: 0px;
}

.pro-nav-thumb {
    padding: 5px;
    cursor: pointer;
}

.pro-nav-thumb img {
    border: 1px solid #f0f0f0;
    border-radius: 5px;
}

.pro-nav-thumb.slick-slide.slick-current.slick-active.slick-center img {
    border-color: #b01e3f;
}

/* product details content css */
.product-card-box{padding-right: 10px; padding-left: 10px;}
.product-card-box .offer{
  color:#2ecc71;
  font-weight:600;
  margin-bottom:-7px;
  padding-top: 0; padding-left: 0;
}

.product-card-box .title{
  font-size:22px;
  margin-bottom:10px;
}

.product-card-box .price-row{
  display:flex;
  align-items:center;
  gap:12px;
  justify-content: space-between;
}

.product-card-box .price{
  font-size:26px;
  color:#b01e3f;
  font-weight:700;
}

.product-card-box .old-price{
  text-decoration:line-through;
  color:#999;
}

.product-card-box .emi-badge{
  background:#1abc9c;
  color:#fff;
  padding:4px 10px;
  border-radius:20px;
  font-size:13px;
}

.product-card-box .rating{
  margin:8px 0;
  color:#b01e3f;
  font-size:20px;
}

.product-card-box .rating span{
  color:#555;
  font-size:13px;
  margin-left:6px;
}

.product-card-box .sub-text{
  color:#777;
  font-size:13px;
  font-weight: 600;
  margin-top: 10px;
}
.product-card-box .sub-text2{
    color:#777;
    font-size:13px;
    font-weight: 600;
  }
.product-card-box .info-boxes{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
  margin:20px 0;
}

.product-card-box .info{
  border:1px solid #ddd;
  border-radius:10px;
  padding:12px;
  text-align:center;
}

.product-card-box .info small{
  display:block;
  color:#777;
  font-size:12px;
}

.product-card-box .info strong{
  color:#333;
  font-size:14px;
  white-space: nowrap;
}

.product-card-box .cart-row{
  display:flex;
  align-items:center;
  gap:12px;
  background:#f4f4f4;
  padding:40px 30px;
  border-radius:12px;
}
.product-card-box .delivery label{font-size: 18px; font-weight: 600; color: #000; padding-right: 10px;}
.product-card-box .qty{
  display:flex;
  align-items:center;
  gap:8px;
}

.product-card-box .qty button{
  width:32px;
  height:32px;
  border:none;
  background:#fff;
  border-radius:6px;
  cursor:pointer;
}

.product-card-box .cart-btn{
  flex:1;
  border:1px solid #333;
  background:#fff;
  padding:12px;
  border-radius:10px;
  font-weight:600;
}

.product-card-box .emi-btn{
  flex:1;
  background:#111;
  color:#fff;
  border:none;
  padding:12px;
  border-radius:10px;
  font-weight:600;
}

.product-card-box .delivery{
  margin-top:30px;
  margin-bottom: 15px;
  text-align: left;
}
.product-card-box .cart-row label{font-size: 18px; font-weight: 600; }
.product-card-box .delivery a{font-size: 17px;}
.product-card-box .qty input{
  width:60px;
  height:40px;
  text-align:center;
  border:1px solid #ccc;
  border-radius:8px;
  font-size:15px;
  font-weight:600;
  outline:none;
  border-radius: 0;
}

.product-card-box .qty input::-webkit-inner-spin-button,
.product-card-box .qty input::-webkit-outer-spin-button{
  opacity:1;   
}
.product-card-box .delivery input{
    padding:10px;
    border-radius:8px;
    border:1px solid #ccc;
    width:200px;
    outline:none;
    transition:all 0.35s ease;
    position:relative;
  }
  
  /* Animated highlight */
  .product-card-box .delivery input:focus{
    border-color:#e6642b;
    box-shadow:0 0 0 0 #e6632b59;
    animation:inputGlow 0.6s ease forwards;
  }
  
  @keyframes inputGlow{
    0%{
      box-shadow:0 0 0 0 #e6632b59;
    }
    70%{
      box-shadow:0 0 0 8px #e6632b59;
    }
    100%{
      box-shadow:0 0 0 4px #e6632b59;
    }
  }

.product-card-box .delivery a{
  margin-left:10px;
  color:#e6642b;
  font-weight:600;
  text-decoration:none;
}

/* pincode feature */
/* ================================
   PRODUCT CARD DELIVERY SECTION
================================ */

.product-card-box .delivery{
    margin-top:12px;
    padding:14px;
    background:#f9f9f9;
    border-radius:8px;
    display:none;
    animation:slideDown .4s ease forwards;
    border:1px solid #eee;
  }
  
  /* Smooth slide animation */
  @keyframes slideDown{
    from{opacity:0; transform:translateY(-10px)}
    to{opacity:1; transform:translateY(0)}
  }
  
  /* Active state (shown by JS) */
  .product-card-box .delivery.active{
    display:block;
  }
  
  /* Label */
  .product-card-box .delivery label{
    font-size:16px;
    font-weight:600;
    display:block;
    margin-bottom:8px;
    color:#222;
  }
  
  /* Desktop input row */
  .delivery-row{
    display:flex;
    gap:10px;
  }
  
  /* Inputs */
  .delivery input{
    flex:1;
    padding:10px 12px;
    border:1px solid #ccc;
    border-radius:6px;
    font-size:14px;
    outline:none;
    transition:border .2s, box-shadow .2s;
  }
  
  .delivery input:focus{
    border-color:#000;
    box-shadow:0 0 0 2px rgba(0,0,0,0.05);
  }
  
  /* Buttons */
  .delivery button{
    background:#000;
    color:#fff;
    border:none;
    padding:10px 16px;
    border-radius:6px;
    cursor:pointer;
    font-weight:600;
    transition:background .2s, transform .1s;
  }
  
  .delivery button:hover{
    background:#222;
  }
  
  .delivery button:active{
    transform:scale(.97);
  }
  
  /* Delivery message */
  .delivery-msg{
    margin-top:8px;
    font-size:13px;
    font-weight:500;
  }
  
  /* ================================
     FREE DELIVERY BAR
  ================================ */
  
  .free-delivery{
    margin-top:12px;
    font-size:13px;
    color:#555;
    background:#f2f2f2;
    padding:12px 14px;
    border-radius:8px;
    display:flex;
    align-items:center;
    /* justify-content:space-between; */
    gap:10px;
    flex-wrap:wrap;
  }
  
  .free-delivery span{
    font-weight:500;
  }
  
  .free-delivery a{
    color:#007bff;
    font-weight:600;
    text-decoration:none;
    white-space:nowrap;
  }
  
  .free-delivery a:hover{
    text-decoration:underline;
  }
  
  /* ================================
     RESPONSIVE VISIBILITY CONTROL
  ================================ */
  
  /* Default hidden */
  .desktop-delivery,
  .mobile-delivery{
    display:none;
  }
  
  /* Desktop active */
  @media (min-width:768px){
    .desktop-delivery.active{
      display:block;
    }
  }
  .desk-view-2 { display:block; }
.mob-view-2 { display:none; }

@media(max-width:580px){
  .desk-view-2 { display:block !important; }
  .mob-view-2 { display:block; }
}
  /* @media (min-width:580px){
    .mobile-delivery.active{
      display:block;
    }
  } */
  /* Mobile layout */
  @media (max-width:767px){
  
    .mobile-delivery{
      flex-direction:column;
      gap:10px;
    }
  
    .mobile-delivery.active{
      display:flex;
    }
  
    .mobile-delivery input{
      width:100%;
      padding:12px;
      font-size:15px;
    }
  
    .mobile-delivery button{
      width:100%;
      padding:12px;
      font-size:15px;
      border-radius:8px;
    }
  
    .free-delivery{
      font-size:12px;
      padding:10px 12px;
    }
  }
  
  /* ================================
     SMALL MOBILE OPTIMIZATION
  ================================ */
  
  @media (max-width:420px){
    .product-card-box .delivery{
      padding:12px;
    }
  
    .product-card-box .delivery label{
      font-size:15px;
    }
  
    .delivery input{
      font-size:13px;
    }
  
    .delivery button{
      font-size:13px;
      padding:10px;
    }
  }
/* pincode feature end*/
.features-section{
  margin-top:30px;
  font-family:Arial, sans-serif;
}
.phone-viwe{display: none;}
.phone-viwe-2{display: none;}
.features-section h3{
  font-size:25px;
  margin-bottom:15px;
  color:#333;
  font-weight: 600;
}

.features-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
}

.features-box{
  border:1px solid #e0e0e0;
}

.feature-row{
  display:flex;
  justify-content:space-between;
  padding:14px 16px;
  border-bottom:1px solid #e0e0e0;
  align-items: center;
}

.feature-row:last-child{
  border-bottom:none;
}

.feature-row span{
  color:#666;
  font-size:14px;
}

.feature-row strong{
  color:#333;
  font-size:14px;
  text-align:right;
  max-width:55%;
}

.pro-details-name.mb-10>h3 {
    color: #111;
    font-size: 35px;
    font-weight: 500;
}
.pro-details-name.mb-10>h5{color: #00a600; font-size: 16px; font-weight: 500; padding-bottom: 20px;}
.pro-details-review li {
    display: inline-block;
    margin-right: 10px;
}

.pro-details-review li a {
    color: #444;
    padding-right: 10px;
    position: relative;
}

.pro-details-review li:hover a {
    color: #fedc19;
}

.pro-details-review li a::before {
    background: #444 none repeat scroll 0 0;
    content: "";
    height: 70%;
    position: absolute;
    right: 0;
    top: 4px;
    width: 1px;
}

.pro-details-review li:last-child a:before {
    display: none;
}

.pro-details-review span i {
    color: #ddd;
}

.product-detail-sort-des {
    border-bottom: 1px solid #f0f0f0;
}

.pro-details-list li {
    margin-bottom: 5px;
}

.pro-details-list li span {
    color: #111;
    font-weight: 500;
    margin-right: 10px;
}

.pro-details-list li a {
    color: #83b71c;
}

.product-availabily-option>h3 {
    color: #111;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}

.color-optionn h4 {
    color: #111;
    font-size: 14px;
    margin: 8px 0 15px;
    text-transform: capitalize;
}

.color-optionn sup {
    color: #f00;
    font-size: 16px;
    margin-right: 2px;
    top: 0;
}

.color-optionn li {
    border: 1px solid #ccc;
    display: inline-block;
    margin-right: 5px;
    padding: 2px;
}

.color-optionn li a {
    display: block;
    height: 30px;
    width: 30px;
}

.c-red {
    background: red;
}

.c-gray {
    background: gray;
}

.c-blue {
    background: blue;
}

.c-brown {
    background: brown;
}

.c-black {
    background: black;
}

.qty-boxx label,
.tag-line label,
.pro-social-sharing label,
.product-size label {
    color: #111;
    font-size: 14px;
    font-weight: 500;
    margin-right: 20px;
    text-transform: capitalize;
}

.qty-boxx>input {
    border: 1px solid #ddd;
    border-radius: 25px;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin-right: 15px;
    padding: 0 15px;
    text-align: center;
    width: 80px;
}

.btn-cart.lg-btn {
    font-size: 16px;
    line-height: 42px;
    padding: 0 30px;
}

.useful-links li {
    display: inline-block;
    margin-right: 20px;
}

.useful-links li a {
    color: #444;
    text-transform: capitalize;
}

.useful-links li a i {
    color: #fedc19;
    font-size: 16px;
    margin-right: 5px;
}

.tag-line>a:hover,
.useful-links li:hover a {
    color: #fedc19;
}

.pro-social-sharing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.pro-social-sharing li.list-inline-item a {
    border-radius: 3px;
    color: #fff;
    height: 20px;
    padding: 3px 10px;
    width: 80px;
}

.bg-facebook {
    background: #365899;
}

.bg-twitter {
    background: #1b95e0;
}

.bg-google {
    background: #e04b34;
}

/* product details page reviews area css start */

.product-info.mt-half ul.nav.nav-pills {
    background: #f3f3f3;
    padding: 20px 0;
    margin-bottom: 30px;
}

.product-info.mt-half li.nav-item button {
    background: transparent;
    color: #ababab;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    padding: 0 20px;
    text-transform: uppercase;
}

.product-info.mt-half li.nav-item button.active {
    color: #111;
}

.table-striped tr td {
    width: 50%;
}

.ratting li {
    margin-right: 8px;
}

.review-form h2 {
    color: #111;
    font-size: 27px;
    margin-bottom: 10px;
}

.btn-cart.rev-btn {
    background: #111;
    color: #fff;
    font-weight: 700;
    line-height: 44px;
    text-transform: uppercase;
}

.btn-cart.rev-btn:hover {
    background: #fedc19;
}

/* product details page reviews area css end */
label {
    margin-bottom: 0;
}

.slider-boxx .product-detail-sort-des p {
    padding: 0 200px;
}

.slider-boxx .pro-social-sharing {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-details-inner.pro-tab-one {
    padding-left: 30px;
}

/* ---product details style css end--- */

/* -----Layout Shopping Cart----- */
.cart-accordion-wrapper h3 {
    color: #111;
}

.shopping-cart-wrapper .table {
    text-align: center;
}

.shopping-cart-wrapper .table thead td {
    color: #111;
    font-weight: 600;
    padding: 0.75rem;
    border-bottom-color: #dee2e6 !important;
}

.shopping-cart-wrapper .table td,
.shopping-cart-wrapper .table th {
    border-width: 1px;
}

.shopping-cart-wrapper .table td,
.table-bordered td,
.table-bordered th {
    vertical-align: middle;
}

.shopping-cart-wrapper .table td a {
    color: #111;
    font-size: 14px;
    font-weight: 500;
}

.shopping-cart-wrapper .table img {
    max-width: 120px;
}

.shopping-cart-wrapper .table span {
    display: block;
    font-size: 12px;
}

.shopping-cart-wrapper .table .cart-input {
    margin-right: 10px;
}

.shopping-cart-wrapper .table .btn-primary {
    background-color: #337ab7;
    border-color: #2e6da4;
}

.shopping-cart-wrapper .table .btn-primary:hover,
.shopping-cart-wrapper .table .btn-primary:focus {
    background-color: #286090;
    border-color: #204d74;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.shopping-cart-wrapper .table .btn-danger:hover,
.shopping-cart-wrapper .table .btn-danger:focus {
    background-color: #fedc19;
    border-color: #fedc19;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.shopping-cart-wrapper .table button {
    height: 40px;
}

.shopping-cart-wrapper .table button:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-right: -2px;
}

.shopping-cart-wrapper .table .input-group {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
}

.shopping-cart-wrapper strong {
    font-weight: 500;
}

.shopping-cart-wrapper input,
.shopping-cart-wrapper .nice-select {
    height: 40px;
    line-height: 25px;
}

.shopping-cart-wrapper .input-group {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;  
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.shopping-cart-wrapper .accordion-item {
    margin-bottom: 5px;
    border: none;
}

.shopping-cart-wrapper .accordion-body {
    padding: 30px;
    border: 1px solid rgba(0,0,0,.125);
    border-top: none;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.shopping-cart-wrapper .accordion-body input[type="button"] {
    margin-left: 10px;
}

.shopping-cart-wrapper .accordion-header {
    padding: 0;
}

.shopping-cart-wrapper .accordion-header i {
    float: right;
}

.shopping-cart-wrapper .accordion-button {
    color: #111;
    display: block;
    padding: 7px 15px;
    background-color: rgba(0,0,0,.03);
    border: 1px solid rgba(0,0,0,.125);
    box-shadow: none;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.shopping-cart-wrapper .accordion-button.collapsed {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.shopping-cart-wrapper .card-header button:not([aria-expanded="false"]) i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.cart-price-current{
    font-size:18px;
    font-weight:700;
    color:#111;
    }
    
    .cart-price-old{
    font-size:14px;
    color:#888;
    text-decoration:line-through;
    /* margin-top:3px; */
    }
    
    .cart-discount{
    color:#16a34a;
    font-size:14px;
    font-weight:600;
    }
.cart-amount-wrapper {
    margin-top: 40px;
}

.cart-amount-wrapper .table td span {
    font-weight: 600;
    font-size: 13px;
}

.btn-secondary.focus,
.btn-secondary:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn.btn-secondary.cart-pg {
    padding: 0 20px;
}

.cart-select .nice-select {
    width: 100%;
}

.nice-select.form-control {
    line-height: 30px;
    height: calc(2.25rem + 2px);
    width: 100%;
}

.wishlist-style .table thead td {
    color: #111;
    font-weight: 500;
    border-bottom-color: #dee2e6 !important;
}

.price>strong {
    color: #fedc19;
}

.wishlist-wrapper .table tr td a {
    color: #111;
    font-weight: 500;
}

.wishlist-wrapper .table .btn-primary {
    background-color: #337ab7;
    border-color: #2e6da4;
    margin-right: 5px;
}

.wishlist-wrapper .table .btn-danger {
    background-color: #f4f4f4;
    border-color: #f4f4f4;
}

.wishlist-wrapper .table .btn-danger:hover {
    background: #fedc19;
    border-color: #fedc19;
}

/* ------Layout Checkout css start ------*/
.section-title.left-aligned {
    margin-top: 10px;
}

.checkout-wrapper .user-actions h3 {
    border-top: 3px solid #fedc19;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 30px;
    padding: 15px 55px;
    text-transform: capitalize;
    line-height: 1.4;
    position: relative;
}

.checkout-wrapper .user-actions h3::before {
    content: "\f007";
    display: inline-block;
    font-family: 'fontawesome';
    left: 20px;
    font-size: 25px;
    top: 48%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #555;
    position: absolute;
}

.checkout-wrapper .user-actions h3 span {
    cursor: pointer;
    color: #111;
    font-weight: 500;
}

.checkout-wrapper .display-content {
    border: 1px solid #ebebeb;
    display: none;
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 4px;
}

.checkout-wrapper .user-login .login-info p:not(.lost-password) {
    font-size: 14px;
    margin-bottom: 20px;
}

.checkout-wrapper .user-coupon h3::before {
    content: "\f0e0";
    font-size: 22px;
}

.checkout-wrapper .user-coupon input {
    height: 40px;
    margin-top: 5px;
}
.checkout-wrapper .user-coupon .btn {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}

.checkout-wrapper .checkout-form .form-check {
    padding-left: 0;
}

.checkout-wrapper .new-account-info,
.checkout-wrapper .ship-box-info {
    display: none;
}

.checkout-wrapper .form-check-label {
    color: #111;
    cursor: pointer;
}

.checkout-wrapper .order-summary .product-container {
    background-color: #f4f4f4;
    padding: 20px;
    max-height: 450px;
    overflow-x: hidden;
    overflow-y: auto;
    margin-bottom: 40px;
}

.checkout-wrapper .order-summary .product-list {
    margin-bottom: 30px;
}

.checkout-wrapper .order-summary .product-list h5 {
    color: #111;
    font-size: 16px;
}

.checkout-wrapper .order-summary .product-list img {
    max-width: 120px;
    border: 4px solid #f0f0f0;
}

.checkout-wrapper .order-summary .product-list .product-quantity {
    color: #111;
    margin-bottom: 5px;
}

.checkout-wrapper .order-summary .product-list .product-final-price {
    font-size: 16px;
    color: #111;
    font-weight: 500;

}

.checkout-wrapper .order-summary .table th,
.checkout-wrapper .order-summary .table td {
    font-size: 18px;
    padding: 20px;
    font-weight: 500;
}

.checkout-wrapper .order-summary .table td {
    vertical-align: middle;
}

.checkout-wrapper .checkout-payment {
    padding: 20px;
    border: 1px solid #ddd;
}

.checkout-wrapper .checkout-payment .custom-radio {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
}

.checkout-wrapper .checkout-payment label {
    color: #111;
    font-size: 16px;
    line-height: 25px;
}

.checkout-wrapper .checkout-payment .payment-info {
    font-size: 14px;
    line-height: 22px;
    margin-top: 20px;
}

.checkout-wrapper .checkout-payment .form-check {
    margin-bottom: 30px;
    padding-left: 0;
}

.checkout-wrapper .checkout-payment .form-check a {
    color: #fedc19;
}

.checkout-wrapper .checkout-payment .form-check label {
    font-size: 13px;
}

.checkout-wrapper .checkout-payment .form-check .checkmark {
    top: 3px;
}

.btn-secondary {
    background: #111 none repeat scroll 0 0;
    line-height: 35px;
    padding: 0 0.7rem;
    text-transform: capitalize;
}

.btn-secondary:hover {
    background-color: #fedc19;
    border-color: #fedc19;
    color: #111;
}

/* Components Custom Inputs */
.custom-checkbox label {
    padding-left: 30px;
    text-transform: capitalize;
    cursor: pointer;
}

.custom-checkbox input[type="checkbox"] {
    opacity: 0;
    cursor: pointer;
    width: 20%;
    left: 0;
}

.custom-checkbox .checkmark {
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #dedede;
    z-index: -1;
}

.custom-checkbox .checkmark::after {
    content: "";
    opacity: 0;
    left: 0;
    top: 3px;
    width: 6px;
    height: 11px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom-checkbox:hover input~.checkmark {
    background-color: #ccc;
}

.custom-checkbox input:checked~.checkmark::after {
    left: 7px;
    opacity: 1;
}

.custom-radio {
    display: block;
    padding-left: 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom-radio:hover input~.checkmark {
    background-color: #ccc;
}

.custom-radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #dedede;
    z-index: -1;
}

.custom-radio .checkmark::after {
    content: "";
    position: absolute;
    display: none;
    top: 8.5px;
    left: 0;
    width: 8px;
    height: 8px;
}

.custom-radio input[type="radio"] {
    opacity: 0;
    cursor: pointer;
    width: 100%;
    left: 0;
    height: 25px;
}

.custom-radio input[type="radio"]:checked~.checkmark::after {
    left: 8.5px;
    display: block;
}

.cart-input {
    width: 76px;
    text-align: left;
}

.cart-input-box {
    border: 1px solid #ddd;
    height: 46px;
    text-align: center;
    width: 48px;
}

.custom-radio .checkmark,
.custom-radio .checkmark::after {
    border-radius: 50%;
}

.custom-checkbox,
.custom-radio {
    position: relative;
}

.custom-checkbox input[type="checkbox"],
.custom-checkbox .checkmark,
.custom-checkbox .checkmark::after,
.custom-radio input[type="radio"] {
    position: absolute;
}

.custom-checkbox:hover input:checked~.checkmark,
.custom-checkbox input:checked~.checkmark,
.custom-radio input[type="radio"]:checked~.checkmark {
    background-color: #fedc19;
}

.custom-radio .checkmark::after {
    background: #ffffff;
}

.form-row .nice-select {
    width: 100%;
}

.form-control {
    color: #444;
    font-size: 14px;
}

.form-control:focus {
    border-color: #fedc19;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.lost-password a {
    color: #444;
}

.lost-password a:hover {
    color: #b01e3f;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #b01e3f;
}

/* quantity box style css */
.table.pro-table {
    display: block;
    max-width: 400px;
    padding: 17px 0;
}

.product-qty {
    border: 1px solid #ccc;
    cursor: pointer;
    display: inline-block;
    height: 40px;
    position: relative;
    width: 100px;
}

.product-qty input {
    border: medium none;
    height: 100%;
    padding: 0 20px;
    width: 100%;
}

.product-qty span {
    height: 20px;
    line-height: 20px;
    position: absolute;
    text-align: center;
    width: 20px;
}

.product-qty span.dec {
    border-left: 1px solid #ccc;
    bottom: 0;
    padding-top: 2px;
    right: 0;
}

.product-qty span.inc {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    right: 0;
    top: 0;
}

.pro-table td {
    width: 33.33%;
    vertical-align: middle;
}

.pro-table td a {
    color: #444;
    line-height: 40px;
}

.table-bordered {
    border: none;
}

/* product details layout css */
.pro-details-gallery-thumb {
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.pro-details-gallery-thumb:hover .img-view {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.img-view {
    left: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
}

.img-popup {
    background: #b01e3f;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    border-radius: 50%;
}

.img-popup i {
    color: #ffffff;
    font-size: 18px;
}


/* compare page style css start */
.table td, .table th {
    padding: 0.75rem;
}
.compare-style table {
    min-width: 540px;
}
.compare-style.table thead td {
    border-bottom-width: 2px;
    border-bottom-color: #dee2e6 !important;
}

.compare-style thead td strong {
    color: #111;
    font-size: 18px;
    font-weight: 600;
}

.compare-style tbody td.product-title {
    color: #111;
}

.compare-style tbody tr td a strong {
    color: #111;
    font-size: 16px;
    font-weight: 500;
}

.product-ratings .rating li {
    color: #fedc19;
    margin: 0 3px;
}

.text-color {
    color: #fedc19;
}

.compare-style tbody td span {
    color: #fedc19;
    font-size: 16px;
    font-weight: 600;
    padding-left: 5px;
}

/* my account css here */
.user-info {
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
}

.user-info [class*="col-"]:not(:last-child) .single-info {
    border-right: 1px solid #ebebeb;
}

.user-info .single-info {
    padding: 0 20px;
    min-height: 110px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.user-info .single-info p a {
    color: #111;
}

.user-info .user-name span {
    font-size: 15px;
    font-weight: 500;
}

.user-info .user-name::before {
    color: #555;
    content: "\f2bd";
    font-family: fontawesome;
    font-size: 20px;
    padding-right: 10px;
    left: 0;
    top: 0;
    height: 45px;
    line-height: 45px;
    vertical-align: middle;
}

.user-info p {
    line-height: 1.65;
}

.dashboard-list {
    padding: 3px 15px;
    border: 1px solid #ebebeb;
}

.dashboard-content p a {
    color: #111;
}

.dashboard-list li>a, .dashboard-list li > button {
    color: #111;
    display: block;
    font-size: 14px;
    padding: 12px 0;
    text-transform: capitalize;
    position: relative;
    border: none;
    background-color: transparent;
    width: 100%;
    text-align: left;
}

.dashboard-list li>a.active, .dashboard-list li > button.active {
    font-weight: 500;
}

.dashboard-list li>a.active::after, .dashboard-list li > button.active::after {
    content: "\f105";
    font-family: fontawesome;
    margin-left: 10px;
    font-size: 16px;
    top: 48%;
    right: -35px;
    margin-top: -10px;
    position: absolute;
}

.dashboard-list li:not(:last-child)>a, .dashboard-list li:not(:last-child)>button {
    border-bottom: 1px solid #ebebeb;
}

.dashboard-content {
    border: 1px solid #ebebeb;
    padding: 30px;
}

.dashboard-content h3 {
    border-bottom: 1px solid #ebebeb;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    text-transform: capitalize;
}

.dashboard-content p {
    line-height: 24px;
}

.dashboard-content table>thead {
    border-bottom: 1px solid #ebebeb;
}

.dashboard-content table>thead>tr>th {
    font-size: 14px;
    font-weight: 500;
    border: 0;
}

.dashboard-content table>tbody>tr>td {
    border: 0;
    vertical-align: middle;
}

.dashboard-content table .btn-secondary {
    height: 35px;
    line-height: 35px;
    text-transform: capitalize;
}

.billing-address {
    font-size: 16px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 10px;
}

.register-form {
    padding: 40px;
    border: 1px solid #ebebeb;
}

.login-form .form-group .col-form-label {
    color: #111;
}

.login-form .form-control,
.login-form .custom-radio,
.login-form span {
    height: 40px;
    padding-top: 5px;
}

.login-form .pass-show-btn {
    padding: 0 15px;
    height: 40px;
    font-size: 13px;
    line-height: 40px;
    right: 15px;
    top: 0;
    position: absolute;
    text-transform: capitalize;
    border-radius: 0;
    background: #878787;
    border: 1px solid #878787;
    color: #fff;
    cursor: pointer;
}

.login-form .pass-show-btn:hover,
.login-form .pass-show-btn:focus {
    background: #333;
}

.login-form .form-check label {
    font-size: 13px;
}



/* Layout Login / Register */

.login-wrapper .login-form {
    padding: 50px 50px 40px;
    border: 1px solid rgba(0, 0, 0, 0.125);
    -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
}

.login-box p a {
    color: #111;
}

.top-bordered {
    border-color: #ebebeb;
    border-style: solid;
    border-width: 1px 0 0;
}

.registration-form p a {
    color: #111;
}

/*-----contact page 2 css-----*/
.contact-two-area {
    background: #f6f6f6;
}

.contact2-title h2 {
    color: #333;
    font-size: 26px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.contact-icon {
    background: #2a2a2a;
    border-radius: 50%;
    display: inline-block;
    height: 80px;
    margin-bottom: 26px;
    width: 80px;
}

.contact-icon i {
    color: #fff;
    font-size: 40px;
    line-height: 80px;
}

.contact-icon:hover {
    background: #fedc19;
}

.contact-single-info h3 {
    color: #111;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.contact-single-info.text-center>p {
    margin-top: 20px;
}

.contact-message input,
.contact-message textarea {
    background: #fff;
    border: medium none;
    color: #838383;
    margin-bottom: 30px;
    padding: 10px;
    width: 100%;
}

.contact-message textarea {
    height: 140px;
}

.contact-btn .btn.btn-secondary {
    padding: 4px 20px;
}

.form-messege.success {
    color: #fff;
    font-size: 16px;
    background: #222;
    border-radius: 5px;
    padding: 10px 15px;
    margin-top: 15px;
}


/*-------scroll to top-------*/
.scroll-top {
    background: #111;
    border-radius: 50%;
    bottom: 70px;
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
    cursor: pointer;
    height: 50px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 50px;
    z-index: 9;
    line-height: 50px;
    border: 2px solid #ddd;
}

.scroll-top i {
    line-height: 44px;
    color: #fff;
    font-size: 24px;
}

.not-visible {
    visibility: hidden;
    -webkit-opacity: 0;
    opacity: 0;
}

.pro-large-img:hover .img-view {
    opacity: 1;
    visibility: visible;
}

.product-gallary-active {
    margin-right: -1px;
    width: auto;
}

/*------slick arrow style for slider start------*/
.slider-arrow-style.slick-slider .slick-arrow {
    top: 50%;
    width: 56px;
    height: 56px;
    color: #333c4a;
    font-size: 28px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: none;
    z-index: 1;
    cursor: pointer;
    display: block;
    position: absolute;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-color: #ffffff;
    line-height: 24px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.slider-arrow-style.slick-slider .slick-arrow.slick-prev {
    left: 20px;
}

.slider-arrow-style.slick-slider .slick-arrow.slick-prev i {
    padding-right: 2px;
    display: block;
}

.slider-arrow-style.slick-slider .slick-arrow.slick-next {
    right: 20px;
}

.slider-arrow-style.slick-slider .slick-arrow.slick-next i {
    padding-left: 2px;
    display: block;
}

.slider-arrow-style.slick-slider .slick-arrow:hover {
    color: #ffffff;
    background-color: #1a2f5a;
}  

.slider-arrow-style.slick-slider:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
}

/*------slick arrow style for slider end------*/

.modal .close {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    border: none;
    background: transparent;
    margin-left: auto;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: rgba(0,0,0,.05);
}

.table-bordered>:not(caption)>*>* {
    border: 1px solid #dee2e6;
}
input.form-control, select.form-control {
    height: calc(2.25rem + 2px);
}



/* al3 css starts here */

/* login css starts here */
.login-brand{
    text-align:center;
    margin-bottom:25px;
    }
    
    .login-brand img{
    max-width:180px;
    height:auto;
    }
.login-main{
    background:#e5713d1c;
    /* height: 100vh; */
    padding: 70px 0px;
    display:flex;
    align-items:center;
    justify-content:center;
    }
    
.login-wrapper{
    width:100%;
    max-width:750px;
    }
    
    .login-container{
    background:#fefffe;
    border-radius:18px;
    padding:25px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:40px;
    }
    
    
    
    .login-left{
    flex:1;
    max-width:480px;
    }
    
    .login-left h2{
    font-size:32px;
    color:#333;
    margin-bottom:5px;
    }
    
    .label{
    font-size:14px;
    color:#666;
    margin-bottom:8px;
    }
    
    .login-input{
    width:100%;
    padding:14px 18px;
    border-radius:30px;
    border:1px solid #cfd5dc;
    outline:none;
    font-size:15px;
    margin-bottom:20px;
    background:white;
    }
    
    .continue-btn{
    width:100%;
    padding:14px;
    border:none;
    border-radius:30px;
    background:#121c2b;
    color:white;
    font-size:16px;
    cursor:pointer;
    transition:0.3s;
    }
    
    .continue-btn:hover{
    background:#1f2c44;
    }
    
    .terms{
    font-size:12px;
    color:#666;
    margin-top:16px;
    line-height:1.5;
    }
    
    .terms a{
    color:#3b82f6;
    text-decoration:none;
    }
    

    
    .login-right{
    flex:1;
    background:#dbe5f4;
    border-radius:16px;
    display:flex;
    align-items:center;
    justify-content:center;
    }
    
    .login-right img{
    max-width:100%;
    height:auto;
    
    }
    

    
    @media (max-width:900px){
    
    .login-container{
    flex-direction:column;
    text-align:center;
    }
    
    .login-left{
    max-width:100%;
    }
    
    .login-right{
    width:100%;
    }

    @media (max-width:576px){
        .login-right {
            display: none;
        }
   
            .login-left h2 ,.label{
            
            text-align: left;
            }

            .login-main{
                padding: 70px 20px;
            }
    }
    
    }

 
    .privacy-modal{
        position:fixed;
        left:0;
        bottom:0;
        width:100%;
        height:100%;
        background:#e769317a;
        backdrop-filter:blur(9px);
        -webkit-backdrop-filter:blur(8px);
        display:flex;
        align-items:flex-end;
        justify-content:center;
        z-index:9999;
        opacity:0;
        visibility:hidden;
        transition:0.3s;
        }
        .privacy-modal.active{
        opacity:1;
        visibility:visible;
        }
    
    
    
    .privacy-box{
    background:#fff;
    width:100%;
    max-width:650px;
    border-radius:20px;
    bottom: 12%;
    padding:30px;
    position:relative;
    
    transform:translateY(120%);
    transition:transform 0.45s cubic-bezier(.22,.61,.36,1);
    }
    
    .privacy-modal.active .privacy-box{
    transform:translateY(0);
    }
    
    
    
    .sheet-bar{
    width:60px;
    height:5px;
    background:#ddd;
    border-radius:10px;
    margin:0 auto 18px auto;
    }
    
    
    
    .privacy-close{
    position:absolute;
    top:15px;
    right:20px;
    font-size:26px;
    cursor:pointer;
    color:#555;
    }
    
    
    
    .privacy-box h3{
    font-size:24px;
    margin-bottom:15px;
    color:#222;
    text-align:center;
    }
    
    
    
    .privacy-content{
    max-height:300px;
    overflow-y:auto;
    font-size:14px;
    line-height:1.7;
    color:#444;
    margin-bottom:20px;
    }
    
    
    
    .explore-btn{
    width:100%;
    padding:14px;
    border:none;
    border-radius:30px;
    background:#121c2b;
    color:white;
    font-size:16px;
    cursor:pointer;
    transition:0.3s;
    }
    
    .explore-btn:hover{
    background:#e76931;
    }
    /* modal css end */
/* login css end here */

/* auth css starts here */
.auth-main{
    height:100vh;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#e5713d1c;
    }
    
   
    .auth-container{
    text-align:center;
    width:100%;
    max-width:400px;
    padding:20px;
    }
    
   
    .auth-logo img{
    width:150px;
    margin-bottom:20px;
    }
    
   
    .auth-card{
    background:#fefffe;
    padding:30px 25px;
    border-radius:10px;
    box-shadow:0 5px 15px rgba(0,0,0,0.1);
    }
    
   
    .auth-card h2{
    font-size:22px;
    margin-bottom:10px;
    }
    
  
    .phone{
    font-size:15px;
    margin-bottom:10px;
    }
    
    .phone a{
    margin-left:8px;
    font-size:14px;
    color:#007bff;
    text-decoration:none;
    }
    
 
    .desc{
    font-size:13px;
    color:#555;
    margin-bottom:20px;
    }
    
  
    .otp-label{
    display:block;
    text-align:left;
    font-weight:600;
    margin-bottom:8px;
    }
    
    
    .otp-box{
    display:flex;
    justify-content:space-between;
    margin-bottom:20px;
    }
    
    .otp-box input{
    width:45px;
    height:50px;
    text-align:center;
    font-size:18px;
    border-radius:8px;
    border:1px solid #ccc;
    outline:none;
    }
    
   
    .continue-btn{
    width:100%;
    padding:12px;
    border:none;
    border-radius:25px;
    background:#e5713d; 
    color:white;
    font-size:16px;
    cursor:pointer;
    margin-bottom:10px;
    }
    
    .continue-btn:hover{
    background:#e6642b;
    }
    
    .resend{
    font-size:14px;
    color:#007bff;
    text-decoration:none;
    }
    
    @media(max-width:480px){
    
    .auth-card{
    padding:25px 20px;
    }
    
    .otp-box input{
    width:40px;
    height:45px;
    }
    
    }

    .resend-wrapper{
        display:flex;
        justify-content:center;
        align-items:center;
        gap:5px;
        }
        
        .resend.disabled{
        pointer-events:none;
        opacity:0.5;
        }
        
        .timer{
        font-size:13px;
        color:#666;
        }


        /* TOAST */

.toast{
    position:fixed;
    top:30px;
    right:30px;
    display:flex;
    align-items:center;
    gap:14px;
    background:rgba(255,255,255,0.9);
    backdrop-filter:blur(10px);
    padding:16px 22px;
    border-radius:14px;
    box-shadow:0 15px 40px rgba(0,0,0,0.15);
    border-left:5px solid #4CAF50;
    min-width:260px;
    transform:translateX(120%);
    opacity:0;
    transition:all .5s cubic-bezier(.68,-0.55,.27,1.55);
    z-index:9999;
    }
    
    /* SHOW */
    
    .toast.show{
    transform:translateX(0);
    opacity:1;
    }
    
    /* ICON */
    
    .toast-icon{
    width:38px;
    height:38px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(135deg,#4CAF50,#2ecc71);
    color:white;
    font-weight:bold;
    font-size:18px;
    box-shadow:0 5px 12px rgba(0,0,0,0.15);
    }
    
 
    
    .toast-content strong{
    font-size:15px;
    display:block;
    color:#333;
    }
    
    .toast-content p{
    font-size:13px;
    color:#666;
    margin:2px 0 0;
    }
    
    
    .toast-progress{
    position:absolute;
    bottom:0;
    left:0;
    height:3px;
    width:100%;
    background:linear-gradient(90deg,#4CAF50,#2ecc71);
    animation:toastProgress 3s linear forwards;
    border-radius:0 0 14px 14px;
    }
    
    
    @keyframes toastProgress{
    from{width:100%}
    to{width:0%}
    }
    
    
    @media(max-width:480px){
    
    .toast{
    right:15px;
    left:15px;
    min-width:auto;
    }
    
    }
/* auth css end here */


/* header for shipping page */
.shp-site-header{
    width:100%;
    background:#ffffff;
    box-shadow:0 2px 10px rgba(0,0,0,0.08);
    position:sticky;
    top:0;
    z-index:999;
}



.shp-header-container{
    max-width:1200px;
    margin:auto;
    padding:12px 20px;

    display:flex;
    align-items:center;
    justify-content:space-between;
}



.shp-logo img{
    width:135px;
    object-fit:contain;
}



.shp-cart-area{
    position:relative;
}

.shp-cart-btn{
    background:#f5f5f5;
    border:none;
    font-size:20px;
    padding:10px 14px;
    border-radius:10px;
    cursor:pointer;
    position:relative;
    transition:all .25s ease;
}

.shp-cart-btn:hover{
    background:#eeeeee;
    transform:translateY(-2px);
}



.shp-cart-count{
    position:absolute;
    top:-6px;
    right:-6px;

    background:#b01e3f;
    color:#fff;

    font-size:12px;
    font-weight:600;

    padding:3px 7px;
    border-radius:50%;
}



@media (max-width:768px){

.shp-logo img{
    height:50px;
}

.shp-cart-btn{
    font-size:18px;
    padding:8px 12px;
}

}

/* header for shipping page end */

/* KFS section css starts here */
/* ===== GLOBAL ===== */
.pdng {
    padding: 0 100px;
  }
  
  /* ===== SECTION ===== */
  .kfs-acceptance-section {
    display: flex;
    justify-content: center;
    padding: 40px 15px;
    background: #f5f7fb;
  }
  
  /* Wrapper to stack TopUp + Card */
  .kfs-wrapper {
    width: 100%;
    max-width: 430px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  
  /* ===== TOPUP CARD ===== */
  .topup-card {
    width: 100%;
    padding: 18px;
    border-radius: 12px;
    color: #fff;
    background:linear-gradient(135deg, #bc2045, #aa1e3d, #bb1f44);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);

  }
  
  /* Header */
  .topup-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
  }
  
  .topup-header h3 {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
  }
  
  .topup-header p {
    margin: 3px 0 0;
    font-size: 12px;
    opacity: 0.9;
    color: white;
  }
  
  /* Icon */
  .icon {
    width: 38px;
    height: 38px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
  }
  
  .topup-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(255, 255, 255, 0.15);
    padding: 12px;
    border-radius: 10px;
    backdrop-filter: blur(6px);
  }
  
  .topup-box .label {
    font-size: 12px;
    margin-bottom: 4px;
    color: white;
  }
  
  .topup-box .info {
    font-size: 11px;
    color: #fdbe00;
  }
  
  .topup-box .right {
    font-size: 16px;
    font-weight: bold;
  }
  
  .kfs-acceptance-card {
    width: 100%;
    background: #fff;
    padding: 28px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    font-family: Arial, Helvetica, sans-serif;
  }
  
  .kfs-acceptance-title {
    text-align: left;
    margin-bottom: 18px;
    font-weight: 600;
    letter-spacing: 0.3px;
    font-size: 25px;
  }
  @media (max-width:480px){
    .kfs-acceptance-title {
        font-size: 20px !important;
    }
  }
  .kfs-acceptance-subtitle {
    color: #b01e3f;
    font-size: 14px;
    margin-bottom: 12px;
    font-weight: 600;
  }
  
  .kfs-acceptance-table {
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #eee;
  }
  
  .kfs-acceptance-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 14px;
    font-size: 13px;
    transition: 0.2s;
  }
  
  .kfs-acceptance-row span {
    width: 65%;
    color: #444;
  }
  
  .kfs-acceptance-row strong {
    font-weight: 600;
    color: #111;
  }
  
  .kfs-acceptance-row small {
    font-size: 11px;
    color: #666;
    text-align: right;
    width: 35%;
  }
  
  .kfs-acceptance-row.alt {
    background: #f4f4f4;
  }
  
  .kfs-acceptance-row:hover {
    background: #eef3ff;
  }
  
  .kfs-acceptance-confirm {
    margin-top: 18px;
  }
  
  .kfs-checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    margin-bottom: 14px;
    cursor: pointer;
  }
 
  .kfs-checkbox input {
    display: none;
  }
  
  .kfs-checkbox span {
    width: 18px;
    height: 18px;
    border:2px solid #b01e3f;
    border-radius: 4px;
    display: inline-block;
    position: relative;
  }
  
  .kfs-checkbox input:checked + span {
    background: #b51f42;
  }
  
  .kfs-checkbox input:checked + span:after {
    content: "✓";
    position: absolute;
    color: #fff;
    font-size: 12px;
    top: -1px;
    left: 3px;
  }



  .kfs-checkbox-mob {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    margin-bottom: 14px;
    cursor: pointer;
  }
 
  .kfs-checkbox-mob input {
    display: none;
  }
  
  .kfs-checkbox-mob span {
    width: 18px;
    height: 18px;
    border:2px solid #b01e3f;
    border-radius: 4px;
    display: inline-block;
    position: relative;
  }
  
  .kfs-checkbox-mob input:checked + span {
    background: #b51f42;
  }
  
  .kfs-checkbox-mob input:checked + span:after {
    content: "✓";
    position: absolute;
    color: #fff;
    font-size: 12px;
    top: -1px;
    left: 3px;
  }
  @media (max-width:736px){
    .kfs-checkbox-mob{
        display: none;
    }
  }





  
  .kfs-checkbox a {
    color: #b71e42;
    text-decoration: none;
  }
  
  .kfs-acceptance-btn {
    width: 100%;
    padding: 11px;
    border: none;
    border-radius: 25px;
    background:linear-gradient(135deg, #bc2045, #aa1e3d, #bb1f44);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
  }
  
  .kfs-acceptance-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
  }
  
  .kfs-acceptance-btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
    box-shadow: none;
  }
  
  /* OTP */
  .kfs-acceptance-otp {
    background: #f3f3f3;
    padding: 16px;
    border-radius: 10px;
    margin-top: 18px;
  }
  
  .kfs-acceptance-otp p {
    font-size: 13px;
    margin-bottom: 8px;
    color: #d10000;
    font-weight: 600;
  }
  
  .kfs-acceptance-otp input {
    width: 100%;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #ddd;
    margin-bottom: 12px;
    font-size: 13px;
  }
  
  .kfs-otp-submit {
    background: linear-gradient(135deg, #1d2a3a, #3c4f6d);
    color: #fff;
    border: none;
    padding: 9px 24px;
    border-radius: 20px;
    cursor: pointer;
    font-weight: 600;
    transition: 0.3s;
  }
  
  .kfs-otp-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
  }
 
  @media (max-width: 768px) {
    .pdng {
      padding: 0 20px;
    }
  }
  
  /* @media (max-width: 480px) {
    .kfs-acceptance-card {
      padding: 20px;
    }
  
  
    .topup-box .right {
      align-self: flex-end;
    }
  } */
  @media (max-width: 480px) {
    .icon {
        display: none;
    }
    .topup-box {
      flex-direction: row; 
      align-items: center;
      justify-content: space-between;
      gap: 10px;
    }
  
    .topup-box .left {
      display: flex;
      flex-direction: column;
      flex: 1;
    }
    .topup-header p {
        text-align: justify !important;
    }
    .topup-box .label {
      font-size: 12px;
      margin-bottom: 2px;
    }
  
    .topup-box .info {
      /* font-size: 11px;
      line-height: 1.3;
      white-space: normal;  */
      display: none;
    }
  
    .topup-box .right {
      font-size: 15px;
      font-weight: bold;
      white-space: nowrap; 
    }
  }
    /* repayment link */

.kfs-repayment-link{
    margin-top:14px;
    text-align:center;
    }
    
    #kfsScheduleBtn{
    background:none;
    border:none;
    color:#b01e3f;
    font-size:13px;
    font-weight:600;
    cursor:pointer;
    }
    
    /* bottom sheet model */
    
    .kfs-bottom-sheet{
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    height:100%;
    display:none;
    z-index:999;
    }
    
    .kfs-sheet-overlay{
    position:absolute;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.4);
    }
    
    .kfs-sheet-content{
    position:absolute;
    bottom:-100%;
    left:0;
    width:100%;
    background:#fff;
    border-radius:20px 20px 0 0;
    padding:20px;
    max-height:70vh;
    overflow-y:auto;
    transition:0.35s;
    }
    
    .kfs-bottom-sheet.active{
    display:block;
    }
    
    .kfs-bottom-sheet.active .kfs-sheet-content{
    bottom:0;
    }
    
    /* sheet header */
    
    .kfs-sheet-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:14px;
    }
    
    .kfs-sheet-header h3{
    font-size:16px;
    }
    
    #kfsCloseSheet{
    cursor:pointer;
    font-size:18px;
    }
    
    
    .kfs-schedule-row{
    display:flex;
    justify-content:space-between;
    padding:12px 0;
    border-bottom:1px solid #eee;
    font-size:14px;
    }
    
   
    
    .kfs-mobile-cta{
    display:none;
    }
    
    @media(max-width:768px){
    
    .kfs-mobile-cta{
    display:block;
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    background:#fff;
    padding:12px;
    z-index: 1;
    box-shadow:0 -4px 20px rgba(0,0,0,0.12);
    }
    
    #kfsStickyBtn{
    width:100%;
    padding:14px;
    border:none;
    border-radius:30px;
    background:linear-gradient(135deg, #bc2045, #aa1e3d, #bb1f44);
    color:#fff;
    font-size:15px;
    font-weight:600;
    }
    
    .kfs-acceptance-btn{
    display:none;
    }
    
    .kfs-acceptance-section{
    padding-bottom:90px;
    }
    
    }

    .kfs-phone-input{
        width:100%;
        padding:12px;
        border:1px solid #ddd;
        border-radius:8px;
        margin-bottom:15px;
        font-size:14px;
      }

.kfs-otp-sheet{
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    height:100%;
    display:none;
    z-index:1000;
    }
    
    .kfs-otp-overlay{
    position:absolute;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.45);
    backdrop-filter:blur(4px);
    }
    
    .kfs-otp-content{
    position:absolute;
    bottom:-100%;
    left:0;
    width:100%;
    background:#fff;
    border-radius:22px 22px 0 0;
    padding:22px;
    text-align:center;
    transition:0.35s ease;
    }
    
    
    
    .kfs-otp-sheet.active{
    display:block;
    }
    
    .kfs-otp-sheet.active .kfs-otp-content{
    bottom:0;
    }
    
   
    
    .kfs-otp-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:10px;
    }
    
    .kfs-otp-header h3{
    font-size:16px;
    }
    
    #kfsOtpClose{
    font-size:18px;
    cursor:pointer;
    }
    
    
    
    .kfs-otp-text{
    font-size:13px;
    color:#444;
    margin-bottom:18px;
    }
    
    
    
    .kfs-otp-inputs{
    display:flex;
    justify-content:center;
    gap:10px;
    margin-bottom:18px;
    }
    
    .kfs-otp-inputs input{
    width:45px;
    height:50px;
    text-align:center;
    font-size:18px;
    border:1px solid #ddd;
    border-radius:8px;
    outline:none;
    }
    
    .kfs-otp-inputs input:focus{
    border-color:#2c6ed5;
    box-shadow:0 0 6px rgba(44,110,213,0.3);
    }
    
   
    
    .kfs-verify-btn{
    width:100%;
    padding:12px;
    border:none;
    border-radius:25px;
    background:linear-gradient(135deg, #bc2045, #aa1e3d, #bb1f44);
    color:#fff;
    font-weight:600;
    cursor:pointer;
    }
    
    
    
    .kfs-resend{
    margin-top:12px;
    font-size:12px;
    color:#2c6ed5;
    cursor:pointer;
    }
    /* otp modal end */
    
    @media(max-width:480px){
    
    .kfs-acceptance-card{
    padding:22px;
    }
    
    .kfs-acceptance-row{
    font-size:12px;
    }
    
    }  


/* DESKTOP MODAL  */
   @media (min-width: 769px){

    .kfs-bottom-sheet,
    .kfs-otp-sheet{
        display:flex !important;
        align-items:center;
        justify-content:center;
        background:rgba(0,0,0,0.45);
        backdrop-filter:blur(6px);
        opacity:0;
        pointer-events:none;
        transition:0.3s ease;
    }
    
    .kfs-bottom-sheet.active,
    .kfs-otp-sheet.active{
        opacity:1;
        pointer-events:auto;
    }
    
    .kfs-sheet-overlay,
    .kfs-otp-overlay{
        display:none;
    }
    
    /* =========================
       REPAYMENT MODAL (DESKTOP)
       ========================= */
    .kfs-sheet-content{
        position:relative;
        bottom:auto !important;
        width:100%;
        max-width:420px;
        border-radius:16px;
        padding:25px;
        animation:kfsFadeUp 0.35s ease;
    }
    
    /* =========================
       OTP MODAL (DESKTOP)
       ========================= */
    .kfs-otp-content{
        position:relative;
        bottom:auto !important;
        width:100%;
        max-width:400px;
        border-radius:16px;
        padding:25px;
        animation:kfsFadeUp 0.35s ease;
    }
    
   
    #kfsCloseSheet,
    #kfsOtpClose{
        width:32px;
        height:32px;
        display:flex;
        align-items:center;
        justify-content:center;
        border-radius:50%;
        background:#f1f1f1;
        transition:0.2s;
    }
    
    #kfsCloseSheet:hover,
    #kfsOtpClose:hover{
        background:#e0e0e0;
    }
    
    /* ANIMATION */
    @keyframes kfsFadeUp{
        from{
            opacity:0;
            transform:translateY(40px) scale(0.96);
        }
        to{
            opacity:1;
            transform:translateY(0) scale(1);
        }
    }
    
    }








/* KFS section css end here */ 


/* shipping address css start */
.shipping-main{
    background:#fff;
}

.shipping-wrapper{
    max-width:1200px;
    margin:auto;
    padding:20px;
    }
    
    

    
    .shipping-progress{
    display:flex;
    justify-content:flex-end;
    gap:35px;
    margin-bottom:25px;
    font-size:14px;
    }
    
    .shipping-step{
    display:flex;
    align-items:center;
    gap:6px;
    color:#999;
    cursor:pointer;
    padding-bottom: 10px;
    }
    
    .shipping-step span{
    width:18px;
    height:18px;
    background:#ccc;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:11px;
    color:white;
    }
    
    .shipping-active{
    color:#b01e3f;
    font-weight:600;
    }
    
    .shipping-active span{
    background:#b01e3f;
    }
    
    

    
    .shipping-tab{
    display:none;
    }
    
    .shipping-tab-active{
    display:block;
    }
    
    
    
    .shipping-title{
    font-size:20px;
    border-bottom:1px solid #ddd;
    padding-bottom:10px;
    margin-bottom:20px;
    }
    
    
    
    .shipping-layout{
    display:grid;
    grid-template-columns:1.6fr 1fr;
    gap:40px;
    }
    
   
    
    .shipping-address{
    display:flex;
    gap:10px;
    margin-bottom:12px;
    cursor:pointer;
    }
    
    .shipping-selected{
    background:#fafafa;
    padding:10px;
    border-radius:4px;
    }
    
    .shipping-address p{
    font-size:13px;
    color:#555;
    }
    

    
    .shipping-btn{
    background:#b01e3f;
    color:white;
    border:none;
    padding:12px 25px;
    border-radius:25px;
    cursor:pointer;
    margin-top:15px;
    }
    
    .shipping-dark-btn{
    background:#182332;
    color:white;
    border:none;
    padding:12px 25px;
    border-radius:25px;
    cursor:pointer;
    margin-top:20px;
    }
    
    

    
    .shipping-right{
    background:#ff6a000a;  
    padding:20px;
    border-radius:4px;
    }
    
    .shipping-product{
    display:flex;
    gap:10px;
    margin-bottom:15px;
    align-items:center;
    }
    
    .shipping-product img{ 
    width:60px;
    }
    
    .shipping-product-info{
    flex:1;
    font-size:13px;
    }
    
    .shipping-off{
    color:#ff5a00;
    font-size:12px;
    }
    
    .shipping-price{
    font-weight:600;
    }
    
    .shipping-total{
    border-top:1px solid #ccc;
    margin-top:20px;
    padding-top:10px;
    display:flex;
    justify-content:space-between;
    font-weight:600;
    }
    
    
    
    @media(max-width:900px){
    
    .shipping-layout{
    grid-template-columns:1fr;
    }
    
    .shipping-progress{
    justify-content:center;
    flex-wrap:wrap;
    }
    
    .shipping-right{
    margin-top:20px;
    }
    
    }
    @media(max-width:580px){ 
        .shipping-progress{
            justify-content:center;
            overflow-y:auto;
            white-space: nowrap;
            flex-wrap: nowrap;
            padding-left: 220px;
            gap: 20px;
     }
     .shipping-address p {
        text-align: left;
     }
    }


    /* shipping address css starts here*/
    .shipping-address-section{
        background:#fff;
        /* padding:40px 20px; */
        }
        
        .shipping-address-container{
        max-width:1000px;
        margin:auto;
        }
        
        .shipping-address-title{
        font-size:20px;
        margin-bottom:25px;
        border-bottom:1px solid #aaa;
        padding-bottom:10px;
        }
        
        .shipping-address-grid{
        display:grid;
        grid-template-columns:1fr 1fr;
        gap:20px 30px;
        }
        
        .shipping-address-full{
        grid-column:1 / -1;
        }
      
        .shipping-address-field label{
        display:block;
        font-size:13px;
        margin-bottom:6px;
        }
        .shipping-address-field label span {
            color: red;
        }
        .shipping-address-field span{
        color:black;
        }
        
        .shipping-address-field input,
        .shipping-address-field select,
        .shipping-address-field textarea{
        width:100%;
        padding:8px 10px;
        border:1px solid #bdbdbd;
        background:#fff;
        font-size:13px;
        }
        
        .shipping-address-field textarea{
        resize:none;
        }
        
        .shipping-address-bottom{
        display:flex;
        justify-content:space-between;
        align-items:center;
        margin-top:25px;
        }
        
        .shipping-address-btn{
        background:#b01e3f;
        color:#fff;
        border:none;
        padding:12px 40px;
        font-size:14px;
        cursor:pointer;
        }
        
        .shipping-address-radio{
        display:flex;
        align-items:center;
        gap:10px;
        font-size:13px;
        cursor:pointer;
        }
        
        .shipping-address-radio input{
        display:none;
        }
        
        .shipping-address-radio-custom{
        width:16px;
        height:16px;
        border:2px solid #666;
        border-radius:50%;
        position:relative;
        }
        
        .shipping-address-radio input:checked + .shipping-address-radio-custom::after{
        content:"";
        width:8px;
        height:8px;
        background:#333;
        border-radius:50%;
        position:absolute;
        top:50%;
        left:50%;
        transform:translate(-50%,-50%);
        }
        
        /* Collapsed state */
#shippingAddressFormWrapper{
    max-height:0;
    overflow:hidden;
    opacity:0;
    transform:translateY(-10px);
    transition:
      max-height .55s ease,
      opacity .35s ease,
      transform .35s ease;
  }
  
 
  #shippingAddressFormWrapper.shipping-form-open{
    max-height:none;
    opacity:1;
    transform:translateY(0);
    margin-top:15px;
  }
        
        @media(max-width:900px){
        
        .shipping-address-grid{
        grid-template-columns:1fr;
        }
        
        .shipping-address-bottom{
        flex-direction:column;
        align-items:flex-start;
        gap:15px;
        }
        
        }

       /* order summery css starts here*/
  
.order-section{
    padding:50px 20px;
    background: #d2839421;
    border-radius: 20px;
  }
  
  .order-container{
    display:flex;
    gap:40px;
    align-items:flex-start;
    max-width:1200px;
    margin:auto;
  }
  
  .order-products{
    flex:1;
    background:#fff;
    padding:25px;
    border-radius:16px;
    box-shadow:0 10px 30px rgba(0,0,0,0.06);
  }
  
  .order-header{
    display:grid;
    grid-template-columns:2fr 1.3fr 1fr;
    font-weight:700;
    color:#888;
    padding-bottom:15px;
    border-bottom:2px solid #f0f0f0;
    margin-bottom:10px;
    letter-spacing:.5px;
    font-size:13px;
  }
  
  .order-item{
    display:grid;
    grid-template-columns:2fr 1fr 1fr 27px;
    align-items:center;
    gap:20px;
    padding:20px;
    border-radius:14px;
    transition:.3s;
  }
  
  .order-item:hover{
    background:#fafbff;
    box-shadow:0 5px 18px rgba(0,0,0,0.05);
  }
  
  .order-product-info{
    display:flex;
    gap:15px;
    align-items:center;
  }
  
  .order-product-info img{
    width:85px;
    border-radius:12px;
    border:1px solid #eee;
    padding:6px;
    background:#fff;
    transition:.3s;
  }
  
  .order-product-info img:hover{
    transform:scale(1.05);
  }
  
  .order-product-info h4{
    font-size:15px;
    margin-bottom:6px;
    color:#222;
    font-weight:600;
    line-height:1.4;
  }
  
  .order-off{
    display:inline-block;
    background:#b01e3f2b;
    color:#b01e3f;
    font-size:12px;
    padding:4px 10px;
    border-radius:20px;
    font-weight:600;
  }
  
  .order-qty{
    display:flex;
    align-items:center;
    gap:8px;
    background:#f4f6fa;
    padding:6px;
    border-radius:30px;
    width:max-content;
  }
  
  .order-qty button{
    width:30px;
    height:30px;
    border:none;
    background:#fff;
    border-radius:50%;
    cursor:pointer;
    font-size:16px;
    font-weight:700;
    box-shadow:0 2px 6px rgba(0,0,0,.1);
    transition:.2s;
  }
  
  .order-qty button:hover{
    background:#b0161c;
    color:#fff;
  }
  
  .order-qty input{
    width:35px;
    height:30px;
    text-align:center;
    border:none;
    background:transparent;
    font-weight:600;
  }
  
  .order-price{
    font-size:18px;
    font-weight:700;
    color:#1a1a1a;
    text-align: center;
  }
  
  .order-remove{
    border:none;
    background:#fff;
    width:36px;
    height:36px;
    border-radius:50%;
    font-size:16px;
    cursor:pointer;
    color:#999;
    box-shadow:0 3px 8px rgba(0,0,0,0.08);
    transition:.2s;
  }
  
  .order-remove:hover{
    background:#b01e3f;
    color:#fff;
    transform:scale(1.1);
  }
  
  .order-summary{
    width:320px;
  }
  
  .order-total-box{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:25px;
    border-radius:16px;
    font-size:20px;
    font-weight:700;
    margin-bottom:25px;
    /* background:linear-gradient(135deg,#b0161c,#d91f26); */
    color:black;
    /* box-shadow:0 10px 25px rgba(176,22,28,.3); */
  }
  
  .order-confirm-btn{
    width:100%;
    padding:16px;
    border:none;
    border-radius:40px;
    background:linear-gradient(135deg, #b01e3f, #7d152c);
    color:#fff;
    font-size:17px;
    font-weight:700;
    cursor:pointer;
    letter-spacing:.5px;
    box-shadow:0 8px 20px #b01e3f80;
    transition:.3s;
  }
  
  .order-confirm-btn:hover{
    /* transform:translateY(3px); */
    box-shadow:0 12px 25px rgba(255,90px,0,.45);
  }
  
  
  @media(max-width:900px){

  
  
    .order-section{
      padding:15px;
      background: #d2839421;
        border-radius: 20px;
    }
  
    .order-container{
      flex-direction:column;
      gap:20px;
    }
  
    .order-header{
      display:none;
    }
  
    .order-products{
      background:transparent;
      padding:0;
      box-shadow:none;
    }
  
    /* 🔥 CARD */
    .order-item{
      display:grid;
      grid-template-columns: 1fr auto;
      background:#fff;
      padding:16px;
      border-radius:18px;
      box-shadow:0 6px 18px rgba(0,0,0,0.06);
      position:relative;
      margin-bottom:15px;
      gap:10px;
    }
  
    /* REMOVE BUTTON */
    .order-remove{
      position:absolute;
      top:12px;
      right:12px;
      width:34px;
      height:34px;
      font-size:14px;
      background:#fff;
      border-radius:50%;
      box-shadow:0 4px 10px rgba(0,0,0,0.15);
    }
  
    /* PRODUCT INFO FULL WIDTH */
    .order-product-info{
      grid-column:1 / -1;
      display:flex;
      gap:14px;
      align-items:flex-start;
    }
  
    .order-product-info img{
      width:95px;
      border-radius:14px;
      padding:4px;
    }
  
    .order-product-info h4{
      font-size:15px;
      margin-bottom:4px;
    }
  
    .order-off{
      font-size:11px;
      padding:3px 8px;
      border-radius:12px;
      background:#e8f8ec;
      color:#1b8a3e;
      display:inline-block;
    }
  
    /* 🔥 LEFT SIDE (QTY) */
    .order-qty{
      grid-column:1;
      display:flex;
      align-items:center;
      justify-content:space-between;
      background:#f6f7fb;
      border-radius:40px;
      padding:6px;
      width:140px;
    }
  
    .order-qty button{
      width:34px;
      height:34px;
      font-size:18px;
      border:none;
      background:#fff;
      border-radius:50%;
      box-shadow:0 2px 6px rgba(0,0,0,0.1);
      cursor:pointer;
    }
  
    .order-qty input{
      width:40px;
      text-align:center;
      border:none;
      background:transparent;
      font-size:16px;
      font-weight:700;
    }
  
    /* 🔥 RIGHT SIDE (PRICE) */
    .order-price{
      grid-column:2;
      align-self:center;
      justify-self:end;
      font-size:22px;
      font-weight:800;
      color:#b0161c;
    }
  
    /* SUMMARY */
    .order-summary{
      width:100%;
    }
  
    .order-total-box{
      bottom:0;
      left:0;
      width:100%;
      padding:18px 20px;
      background:#ffffff;
      box-shadow:0 -5px 20px rgba(0,0,0,0.12);
      z-index:100;
      font-size:18px;
    }
  
    .order-total-box span:last-child{
      color:#b0161c;
      font-size:22px;
      font-weight:800;
    }
  
    /* CONFIRM BUTTON */
    .order-confirm-btn{
      position:fixed;
      bottom:0;
      left:50%;
      transform:translateX(-50%);
      width:90%;
      border-radius:50px;
      padding:18px;
      font-size:18px;
      z-index:101;
    }
  
  }

  @media (max-width:480px){
    .order-remove{
        position:absolute;
        top:50px;
        right:12px;
        width:34px;
        height:34px;
        font-size:14px;
        background:#fff;
        border-radius:50%;
        box-shadow:0 4px 10px rgba(0,0,0,0.15);
      }
  }
       /* order summery css end here*/


       /* order confirmation css starts here */

       .order-confirmation{
        width:100%;
        min-height:220px;
        display:flex;
        justify-content:center;
        align-items:center;
        padding:40px 20px;
      }
      
      .order-confirmation-box{
        text-align:center;
        max-width:545px;
        width:100%;
      }
      
      .order-title{
        font-size:28px;
        font-weight:600;
        color:#333;
        margin-bottom:12px;
      }
      
      .order-text{
        font-size:15px;
        color:#555;
        margin-bottom:8px;
      }
      
      .delivery-text{
        font-size:15px;
        color:#555;
        margin-bottom:30px;
      }
      
      .order-id{
        color:#1e6bd6;
        font-weight:600;
      }
      
      .delivery-date{
        color:#b01e3f;
        font-weight:600;
      }
      
      .continue-btn{
        background:linear-gradient(135deg, #bc2045, #aa1e3d, #bb1f44);
        color:#fff;
        border:none;
        padding:14px 40px;
        border-radius:40px;
        font-size:16px;
        cursor:pointer;
        transition:0.3s;
        min-width:320px;
      }
      
      .continue-btn:hover{
        background:#0c1626;
      }
      
      
      @media (max-width:600px){
      
        .order-title{
          font-size:22px;
        }
      
        .order-text,
        .delivery-text{
          font-size:14px;
        }
      
        .continue-btn{
          width:100%;
          min-width:auto;
        }
      }
       /* order confirmation css end */

/* shipping address css end */


  /* profile page css starts here */
  .profile-page{
    padding:40px 20px;
    background:#f5f6fa;
    }
    
    .profile-container{
    max-width:1200px;
    margin:auto;
    display:flex;
    gap:30px;
    }
    
    
    
    .profile-sidebar{
    width:260px;
    background:#fff;
    border-radius:10px;
    padding:20px;
    box-shadow:0 3px 10px rgba(0,0,0,0.05);
    }
    
    .profile-user{
    text-align:center;
    margin-bottom:20px;
    }
    
    .profile-user img{
    width:80px;
    height:80px;
    border-radius:50%;
    margin-bottom:10px;
    }
    
    .profile-tabs{
    list-style:none;
    }
    
    .profile-tabs li{
    padding:12px 15px;
    cursor:pointer;
    border-radius:6px;
    margin-bottom:6px;
    transition:0.3s;
    }
    
    .profile-tabs li:hover{
    background:#990829;
    color: white;
    }
    
    .profile-tabs li.active{
    background:#b01e3f;
    color:#fff;
    }
    
    
    
    .profile-content{
    flex:1;
    background:#fff;
    padding:30px;
    border-radius:10px;
    box-shadow:0 3px 10px rgba(0,0,0,0.05);
    }
    
    .tab-content1{
    display:none;
    }
    
    .tab-content1.active{
    display:block;
    }
    
    
    .usr-form-grid{
        display:grid;
        grid-template-columns:repeat(2,1fr);
        gap:20px;
        margin-top:20px;
    }
    
    @media (max-width:576px){
        .usr-form-grid{
            gap:10px;
            margin-top:10px;
        }
    }
        
    .usr-form-field label{
        display:block;
        font-size:14px;
        margin-bottom:6px;
    }
        
    .usr-form-field input{
        width:100%;
        padding:10px;
        border:1px solid #ddd;
        border-radius:6px;
    }
   
    
    .save-btn{
    margin-top:20px;
    padding:12px 25px;
    background:#b01e3f;
    color:white;
    border:none;
    border-radius:6px;
    cursor:pointer;
    }
    .save-btn:hover {
        background: #990829;
    }
   
    
   
    
   
    
    .address-card{
    border:1px solid #eee;
    padding:15px;
    margin-top:15px;
    border-radius:6px;
    }
    
    .address-actions{
    margin-top:10px;
    }
    
    .address-actions button{
    margin-right:10px;
    padding:6px 12px;
    border:none;
    background:#eee;
    cursor:pointer;
    }
    .address-actions button:hover{
        background: #e6642b;
        color: white;
        transition: ease-in-out .5s;
    }
    .delete{
    background:#ff4d4d;
    color:#212529;
    }
    
   
    
    .wishlist-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
    margin-top:20px;
    }
    
    .wishlist-item{
    border:1px solid #eee;
    padding:10px;
    text-align:center;
    border-radius:6px;
    }
    
    .wishlist-item img{
    width:100%;
    max-height: 250px;
    border-radius:6px;
    margin-bottom:10px;
    }
    
    .wishlist-item button{
    padding:8px 12px;
    border:none;
    background:black;
    color:white;
    border-radius:4px;
    }
    .view-btn{
        padding:8px 16px;
        border:none;
        background:#000;
        color:#fff;
        border-radius:4px;
        cursor:pointer;
        font-size:14px;
        transition:0.3s;
        }
        
        .view-btn:hover{
        background:#333;
        }
    
    .logout-btn{
    margin-top:20px;
    padding:12px 20px;
    background:red;
    color:white;
    border:none;
    border-radius:6px;
    cursor:pointer;
    }
    
 
    
    @media(max-width:900px){
    
    .profile-container{
    flex-direction:column;
    }
    
    .profile-sidebar{
    width:100%;
    }
    
    .form-grid{
    grid-template-columns:1fr;
    }
    
    .wishlist-grid{
    grid-template-columns:repeat(2,1fr);
    }
    
    }
    
    @media(max-width:500px){
    
    .wishlist-grid{
    grid-template-columns:1fr;
    }
    
    }
  /* profile page css end here */



  /* filter css starts here */
/* ===== FILTER BUTTON ===== */
.mob-filter-toggle{
    display:none;
    /* position:fixed; */
    bottom:20px;
    right:20px;
    background:linear-gradient(135deg, #b01e3f, #9b1735);
    color:#fff;
    border:none;
    /* padding:12px 18px; */
    height: 38px;
    margin-right: 5px;
    border-radius:30px;
    font-size:14px;
    z-index:1001;
    box-shadow:0 6px 20px rgba(0,0,0,0.25);
    cursor:pointer;
    transition:0.3s;
  }
  
  .mob-filter-toggle:hover{
    transform:translateY(-2px);
  }
  
  /* ===== PREMIUM OVERLAY ===== */
  .mob-filter-overlay{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
  
    background:linear-gradient(
      135deg,
      rgba(0,0,0,0.65),
      rgba(0,0,0,0.4),
      rgba(0,0,0,0.75)
    );
  
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  
    opacity:0;
    visibility:hidden;
    transition:0.4s ease;
  
    z-index:1000;
  }
  
  /* GLOW EFFECT */
  .mob-filter-overlay::before{
    content:"";
    position:absolute;
    top:-50%;
    left:-50%;
    width:200%;
    height:200%;
    background:radial-gradient(circle, rgba(255,60,60,0.15), transparent 60%);
    animation:mobGlowMove 6s linear infinite;
  }
  
  @keyframes mobGlowMove{
    0%{ transform:translate(0,0); }
    50%{ transform:translate(10%,10%); }
    100%{ transform:translate(0,0); }
  }
  
  .mob-filter-overlay.mob-active{
    opacity:1;
    visibility:visible;
  }
  
  /* ===== DRAWER ===== */
  .mob-filter{
    position:fixed;
    top:0;
    right:-100%;
    width:85%;
    max-width:360px;
    height:100%;
    background:#fff;
    z-index:1000000;
    display:flex;
    flex-direction:column;
    transition:0.4s cubic-bezier(0.25, 1, 0.5, 1);
    border-radius:16px 0 0 16px;
    box-shadow:-10px 0 30px rgba(0,0,0,0.2);
  }
  
  .mob-filter.mob-active{
    right:0;
  }
  
  /* ===== HEADER ===== */
  .mob-filter-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:16px;
    border-bottom:1px solid #eee;
    background:#fff;
    position:sticky;
    top:0;
    z-index:10;
  }
  
  .mob-filter-header h3{
    margin:0;
    font-size:18px;
    font-weight:600;
  }
  
  /* ===== CLOSE BUTTON ===== */
  .mob-close-btn{
    position:relative;
    width:36px;
    height:36px;
    border:none;
    background:#f1f1f1;
    border-radius:50%;
    cursor:pointer;
    transition:0.3s;
    display:flex;
    align-items:center;
    justify-content:center;
  }
  
  .mob-close-btn span{
    position:absolute;
    width:18px;
    height:2px;
    background:#333;
    border-radius:2px;
    transition:0.3s;
  }
  
  .mob-close-btn span:first-child{
    transform:rotate(45deg);
  }
  
  .mob-close-btn span:last-child{
    transform:rotate(-45deg);
  }
  
  .mob-close-btn:hover{
    background:#ff3c3c;
    transform:rotate(90deg) scale(1.1);
  }
  
  .mob-close-btn:hover span{
    background:#fff;
  }
  
  .mob-close-btn:active{
    transform:scale(0.9);
  }
  
  /* ===== BODY ===== */
  .mob-filter-body{
    padding:15px;
    overflow-y:auto;
    flex:1;
  }
  
  /* ===== GROUP ===== */
  .mob-filter-group{
    margin-bottom:22px;
  }
  
  .mob-filter-group h4{
    font-size:14px;
    margin-bottom:10px;
    padding-bottom:6px;
    border-bottom:1px solid #eee;
    color:#111;
  }
  
  .mob-filter-group label{
    display:flex;
    align-items:center;
    font-size:13px;
    margin-bottom:8px;
    color:#444;
    cursor:pointer;
  }
  
  .mob-filter-group input{
    margin-right:8px;
  }
  
  /* ===== PRICE ===== */
  .mob-price-range{
    display:flex;
    justify-content:space-between;
    font-size:12px;
    margin-bottom:6px;
  }
  
  .mob-filter input[type="range"]{
    width:100%;
    accent-color:#ff3c3c;
  }
  
  /* ===== FOOTER ===== */
  .mob-filter-footer{
    padding:15px;
    border-top:1px solid #eee;
    background:#fff;
    position:sticky;
    bottom:0;
  }
  
  /* APPLY BUTTON */
  .mob-apply-btn{
    width:100%;
    padding:13px;
    background:linear-gradient(135deg, #b01e3f, #9b1735);
    color:#fff;
    border:none;
    border-radius:8px;
    font-weight:600;
    font-size:14px;
    cursor:pointer;
    transition:0.3s;
  }
  
  .mob-apply-btn:hover{
    transform:translateY(-1px);
    box-shadow:0 6px 15px rgba(255,60,60,0.3);
  }
  
  .mob-apply-btn:active{
    transform:scale(0.96);
  }
  
  /* ===== RESPONSIVE ===== */
  @media(max-width:768px){
    .mob-filter-toggle{
      display:block;
      width: 40%;
      z-index: revert;
    }
  
    .desktop-filter{
      display:none;
    }
  }
  /* filter css end here */

/* price range filter css starts here */

    
   
    
   
    
    .priceModern-values{
    display:flex;
    justify-content:space-between;
    font-weight:600;
    color:#444;
    }
    
    .priceModern-slider{
    position:relative;
    height:40px;
    }
    
    
    .slider-track{
    position:absolute;
    height:6px;
    width:100%;
    background:#b01e3f6e;
    top:50%;
    transform:translateY(-50%);
    border-radius:6px;
    }
    
    
    .slider-progress{
    position:absolute;
    height:6px;
    background:linear-gradient(90deg, #ff98af, #b01e3f);
    top:50%;
    transform:translateY(-50%);
    border-radius:6px;
    }
    
    
    .priceModern-slider input{
    position:absolute;
    width:100%;
    top:35%;
    transform:translateY(-50%);
    appearance:none;
    background:none;
    pointer-events:none;
    }
    
    .priceModern-slider input::-webkit-slider-thumb{
    appearance:none;
    pointer-events:auto;
    height:18px;
    width:18px;
    border-radius:50%;
    background:white;
    border:3px solid #e6642b;
    cursor:pointer;
    box-shadow:0 0 8px rgba(0,0,0,0.15);
    }
    
    .priceModern-slider input::-webkit-slider-runnable-track{
    height:6px;
    background:transparent;
    }
    
  
  
    
    
/* price range filter css end here */

  /* shopping-cart section css starts here */

  .shopping-cart-section{
    padding:45px 5%;
    background:#f6f7fb;
    }
    
    .shopping-cart-container{
    max-width:1100px;
    margin:auto;
    }
    
    .shopping-cart-title{
        display:flex;
        align-items:center;
        gap:10px;
        font-size:32px;
        font-weight:700;
        margin-bottom:40px;
        color:#222;
        position:relative;
        }
        
        
        
        .cart-icon{
        font-size:30px;
        }
        
        
        
        .shopping-cart-title::after{
        content:"";
        position:absolute;
        bottom:-10px;
        left:0;
        width:70px;
        height:4px;
        background:linear-gradient(90deg, #b01e3f, #d52b52);
        border-radius:10px;
        }
        
       
        
        .shopping-cart-title:hover{
        letter-spacing:1px;
        transition:0.3s;
        }
   
    
    .shopping-cart-items{
    display:flex;
    flex-direction:column;
    gap:20px;
    }
    
   
    
    .shopping-cart-item{
    position:relative;
    display:grid;
    grid-template-columns:80px 1.5fr 150px 120px 120px;
    align-items:center;
    gap:15px;
    background:#fff;
    padding:20px;
    border-radius:12px;
    box-shadow:0 8px 20px rgba(0,0,0,0.05);
    transition:transform .25s ease, opacity .25s ease;
    touch-action:pan-y;
    }
    
   
    
    .shopping-cart-remove{
    position:absolute;
    top:35px;
    right:10px;
    border:none;
    background:#b01e3f2b;
    width:28px;
    height:28px;
    border-radius:50%;
    cursor:pointer;
    font-size:14px;
    }
    
    .shopping-cart-remove:hover{
    background:#b01e3f;
    color:#fff;
    }
    
    
    
    .shopping-cart-image img{
    width:65px;
    border-radius:8px;
    }
    
   
    .shopping-cart-info{
        display:flex;
        flex-direction:column;
        justify-content:center;
        gap:4px;
        }
        
        .shopping-cart-product-name{
        font-size:16px;
        font-weight:600;
        color:#222;
        margin:0;
        }
        
        .shopping-cart-meta{
        font-size:12px;
        color:#777;
        display:flex;
        flex-wrap:wrap;
        gap:8px;
        }
        
        .shopping-cart-meta span{
        background:#f3f3f3;
        padding:2px 8px;
        border-radius:12px;
        font-size:11px;
        }

    
    .shopping-cart-quantity{
    display:flex;
    align-items:center;
    gap:5px;
    }
    
    .shopping-cart-quantity input{
    width:38px;
    text-align:center;
    border:1px solid #ddd;
    border-radius:6px;
    padding:4px;
    transition:.2s;
    }
    
    .shopping-cart-qty-minus,
    .shopping-cart-qty-plus{
    width:28px;
    height:28px;
    border:none;
    background:#f2f2f2;
    border-radius:6px;
    cursor:pointer;
    }
    
    .shopping-cart-qty-minus:hover,
    .shopping-cart-qty-plus:hover{
    background:#000;
    color:#fff;
    }
    
   
    
    .shopping-cart-price,
    .shopping-cart-total{
    font-weight:600;
    }
    
    
    
    .shopping-cart-summary{
    display:flex;
    justify-content:flex-end;
    margin-top:35px;
    }
    
    .shopping-cart-summary-box{
    background:#fff;
    padding:20px;
    border-radius:12px;
    box-shadow:0 6px 20px rgba(0,0,0,0.05);
    width:280px;
    }
    
    .shopping-cart-summary-row{
    display:flex;
    justify-content:space-between;
    margin-bottom:10px;
    }
    
    .shopping-cart-summary-row.total{
    font-size:18px;
    font-weight:700;
    }
    
   
    
    .shopping-cart-actions{
    display:flex;
    justify-content:space-between;
    margin-top:35px;
    }
    
    .shopping-cart-btn{
    padding:12px 26px;
    border-radius:30px;
    text-decoration:none;
    font-weight:600;
    
    }
    
    .continue-shopping{
    background:#eee;
    color:#333;
    }
    .continue-shopping:hover {
        color:#fff;
        background:#1a2f5a;
    }
    .checkout-btn{
    background:#000;
    color:#fff;
    }
    
    .checkout-btn:hover{
    background:#b01e3f;
    color: white;
    }
    
  
    
    @media (max-width:768px){

        .shopping-cart-section{
        padding:35px 18px;
        }
        
        /* cart card */
        .shopping-cart-item{
        display:grid;
        grid-template-columns:70px 1fr;
        grid-template-areas:
        "img info"
        "img qty"
        "price price"
        "total total";
        gap:10px;
        padding:18px;
        border-radius:14px;
        }
        
        /* remove button */
        .shopping-cart-remove{
        top:20px;
        right:8px;
        }
        
        /* image */
        .shopping-cart-image{
        grid-area:img;
        }
        
        .shopping-cart-image img{
        width:65px;
        }
        
        /* product info */
        .shopping-cart-info{
        grid-area:info;
        }
        
        /* quantity */
        .shopping-cart-quantity{
        grid-area:qty;
        justify-content:flex-start;
        }
        
        /* price */
        .shopping-cart-price{
        grid-area:price;
        display:flex;
        justify-content:space-between;
        font-size:14px;
        line-height: 15px;
        }
        
        .shopping-cart-price::before{
        content:"Price";
        color:#777;
        }
        
        /* total */
        .shopping-cart-total{
        grid-area:total;
        display:flex;
        justify-content:space-between;
        font-size:16px;
        font-weight:700;
        }
        
        .shopping-cart-total::before{
        content:"Total";
        color:#777;
        font-weight:500;
        }
        
        /* summary box */
        .shopping-cart-summary{
        justify-content:center;
        }
        
        .shopping-cart-summary-box{
        width:100%;
        }
        
        /* buttons */
        .shopping-cart-actions{
        flex-direction:column;
        gap:12px;
        }
        
        .shopping-cart-btn{
        width:100%;
        text-align:center;
        }
        
        }

  /* shopping-cart section css end here */
  

/* my orders section starts here*/
.my-orders{  
    /* padding:40px 20px; */
    background:#f4f4f4;

    }
    
    .my-orders-container{
    max-width:1100px;
    margin:auto;
    background:#fff;
    /* padding:25px; */
    border-radius:6px;
    }
    
    .my-orders-title{
    font-size:22px;
    margin-bottom:25px;
    }
    
    .my-orders-table{
    width:100%;
    border:1px solid #ddd;
    border-collapse:collapse;

    }
    
    .my-orders-row{
    display:grid;
    grid-template-columns:120px 1fr 120px 100px 100px 140px;
    align-items:center;
    border-bottom:1px solid #e5e5e5;
    padding:12px 10px;
    font-size:14px;
    }
    
    .my-orders-head{
    background:#f2f2f2;
    font-weight:600;
    }
    
    .product{
    display:flex;
    gap:10px;
    align-items:center;
    }
    
    .product img{
    width:50px;
    height:50px;
    object-fit:contain;
    border:1px solid #eee;
    padding:4px;
    background:#fff;
    }
    
    .discount{
    color:#b01e3f;
    font-weight:600;
    }
    
    .history-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin:30px 0 10px;
    }
    
    .history-filter{
    display:flex;
    align-items:center;
    gap:10px;
    }
    
    .history-filter select{
    padding:6px 10px;
    border:1px solid #ccc;
    }
    
 
    
    @media(max-width:768px){
    
    .my-orders-head{
    display:none;
    }
    
    .my-orders-row{
    grid-template-columns:1fr;
    gap:8px;
    background:#e6642b0f;
    border:1px solid #ddd;
    margin-bottom:12px;
    border-radius:6px;
    padding:15px;
    }
    
    .my-orders-row div{
    display:flex;
    /* justify-content:space-between; */
    font-size:14px;
    }
    
    .product{
    justify-content:flex-start;
    }
    
    .product span{
    font-size:13px;
    }
    
    .product img{
    width:45px;
    height:45px;
    }
    
    .my-orders-row div::before{
    content:attr(data-label);
    font-weight:600;
    color:#555;
    }

    
    }
    @media (max-width:576px){
        .my-orders-table {
            border: none;
        }
    }

/* my oders section end here */


/* offer-bar css starts here */
.offer-bar {
    background: #000000;
    padding: 20px 20px;
    color: #fff;
  }
  
  .offer-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: center;
    gap: 120px;
    align-items: center;
  }
  
 
  .offer-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    font-weight: 500;
    @media(max-width:576px){
        font-size: 14px;
    }
  }
  
 
  .offer-icon {
    width: 65px;
    height: 65px;
    background: #f8f8f8;
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    @media(max-width:576px){
    width:50px;
    height: 50px;
    }
  }
  .offer-icon img {
    width:45px;
    @media(max-width:576px){
        width:30px;
    }
  }
  

  @media (max-width: 600px) {
    .offer-container {
      flex-direction: row;
      gap: 15px;
    }
  }

  /* offer-bar css starts here */


  /* category section css starts here */
  
.category-section {
    background: #f4f4f4;
    padding: 40px 20px;
    text-align: center;
    .container {
        max-width: 1200px;
        margin: auto;
        padding: 30px 12px;
      }
  }
  
  

  
  .top-badge {
    display: inline-block;
    background: #e6642b;
    padding: 6px 18px;
    border-radius: 50px;
    font-size: 13px;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
  }
  
  .category-section h2 {
    font-size: 32px;
    margin-bottom: 10px;
    color: #b01e3f;
    font-weight: 700;
  }
  
  .subtitle {
    color: #1a2f5acf;
    margin-bottom: 45px;
    font-size: 15px;
    font-weight: 500;
  }
  

  
  .category-glide {
    position: relative;
  }
  
  .glide__track {
    overflow: hidden;
  }
  
  .glide__slides {
    display: flex;
    align-items: stretch;
  }
  
  .glide__slide {
    display: flex;
    height: auto;
  }
  
 
  
  .category-item {
    background: #ffffff;
    border-radius: 14px;
    padding: 25px 15px;
    margin: 5px;
    width: 100%;
    height: 160px; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); */
    box-sizing: border-box;

  }
  
  .category-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  }
  
 
  
  .category-item img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    margin-bottom: 12px;
    filter: grayscale(100%);
    transition: 0.3s ease;
  }
  
  .category-item:hover img {
    filter: grayscale(0%);
    transform: scale(1.1);
  }
  
 
  
  .category-item span {
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;  
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
    min-height: 40px;        
    font-size: 14px;
    font-weight: 500;
    color: #222;
    transition: 0.3s ease;
  }
  
  .category-item:hover span {
    color: #1a2f5a;
  }
  

  
  .glide__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #ffffff;
    border: none;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    box-shadow: 0 4px 14px rgba(0,0,0,0.15);
    cursor: pointer;
    font-size: 18px;
    transition: 0.3s ease;
    z-index: 10;
  }
  
  .glide__arrow:hover {
    background: #1a2f5a;
    color: #ffffff;
    transform: translateY(-50%) scale(1.1);
  }
  
  .glide__arrow--left {
    left: -10px;
  }
  
  .glide__arrow--right {
    right: -10px;
  }
  

  @media (max-width: 600px) {
    .glide__arrow {
      display: none;
    }
  }
  

  
  @media (max-width: 992px) {
    .category-section {
      padding: 50px 20px;
    }
  
    .category-section h2 {
      font-size: 26px;
    }
  
    .category-item {
      height: 160px;
      padding: 20px 12px;
    }
  }
  
  @media (max-width: 600px) {
    .category-section {
      padding: 10px 15px;
    }
  
    .category-section h2 {
      font-size: 22px;
    }
  
    .subtitle {
      font-size: 13px;
      margin-bottom: 30px;
    }
  
    .category-item {
      height: 150px;
      padding:5px 5px;
    }
  
    .category-item img {
      width: 50px;
      height: 50px;
    }
  
    .category-item span {
      font-size: 11px;
      min-height: 100%;
    }
    
  }


  /* category section end here */


  /* customer favorites css starts here */
  .ps-section{
    padding:40px 20px;
    text-align:center;
    max-width:1200px;
    margin:auto;
    }
    .ps-title{
        font-size:32px;
        color:#1a2f5a;
        max-width:650px;
        margin:0 auto 5px;
        line-height:1.6;
      }
    .ps-badge{
    background:#b01e3f;
    color:#fff;
    padding:6px 14px;
    border-radius:20px;
    font-size:13px;
    display:inline-block;
    margin-bottom:15px;
    }
    .ps-category{
        display:block;
        font-size:12px;
        font-weight:600;
        color:#b01e3f;
        letter-spacing:.5px;
        margin-bottom:6px;
      }
      .ps-name{
        font-size:16px;
        font-weight:600;
        color:#111;
        margin:8px 0 14px;
        line-height:1.4;
      }
    .ps-subtitle{color: #1a2f5acf;
        margin-bottom: 40px;
        font-size: 15px;
        font-weight: 500;}
    
    .ps-slider{position:relative; }
    
    .ps-viewport{overflow:hidden}
    
    .ps-track{
    display:flex; 
    gap:30px;
    transition:transform .4s ease;
    }
    
    .ps-card{
    flex:0 0 calc(33.33% - 20px);
    background:#fff;
    border-radius:15px;
    box-shadow:0 5px 15px rgba(0,0,0,.08);
    position:relative;
    overflow:hidden;
    margin-bottom: 30px;
    }
    
    .ps-tag{
    position:absolute;
    top:15px;left:15px;
    background:#b01e3f;color:#fff;
    padding:5px 10px;
    font-size:12px;
    border-radius:6px;
    }
    
    .ps-imgbox{
    height:220px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#f7f7f7;
    }
    
    .ps-imgbox img{max-width:200px; width: 100%;}
    
    .ps-body{padding:20px;text-align:left}
    
    .ps-priceRow{
    display:flex;
    justify-content:space-between;
    }
    
    .ps-price{font-size:18px;font-weight:700}
    
    .ps-old{
    text-decoration:line-through;
    color:#999;
    font-size:13px;
    margin-left:6px;
    }
    
    .ps-emi{font-size:12px;color:#777}
    
    .ps-off{color:#b01e3f;font-weight:700;font-size:12px}
    
    .ps-nav{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    background:#fff;
    border:none;
    font-size:22px;
    padding:10px 14px;
    cursor:pointer;
    box-shadow:0 3px 10px rgba(0,0,0,.2);
    display: none;
    }
    
    .ps-prev{left:0}
    .ps-next{right:0}
    
    .ps-viewbtn{
        margin-top:10px;
        padding:8px 28px;
        font-size:15px;
        font-weight:600;
        color:#111;
        background:#fff;
        border:2px solid #111;
        border-radius:8px;
        cursor:pointer;
        transition:all .3s ease;
      }
      
     
      .ps-viewbtn:hover{
        background:#111;
        color:#fff;
        transform:translateY(-2px);
        box-shadow:0 8px 20px rgba(0,0,0,.15);
      }
   
    @media(max-width:992px){
    .ps-card{flex:0 0 calc(50% - 15px)}
    }
    
    @media(max-width:600px){
        .ps-section{
            padding:30px 20px;
        }
    .ps-card{flex:0 0 100%}
    .ps-viewbtn { margin-top:5px; }
    .ps-subtitle { font-size: 13px;}
    .ps-title {font-size: 24px;}
    }
   /* customer favorites css end here */



    /* best sellers section starts here  */
    .best-sellers{
        background: #f0f0f0;
        padding: 30px 0px;
    }
    .best-sellers-container{
        max-width:1200px;
        margin:60px auto;
        padding:0 20px;
        
    }
    
    
    .section-head{
        text-align:center;
        margin-bottom:30px;
    }
    
    .tag{
        background:#e6642b;
        padding:6px 14px;
        border-radius:20px;
        font-size:13px;
        color:#ffffff;
    }
    
    .section-head h2{
        margin-top:10px;
        font-size:28px;
        color: #1a2f5a;
    }
    
    
    .brand-grid{
        display:grid;
        grid-template-columns: repeat(4,1fr);
        gap:20px;
    }
    
    
    .brand-card{
        padding:18px;
        padding-bottom: 22px;
        border-radius:12px;
        color:white;
        min-height:130px;
        display:flex;
        flex-direction:column;
        justify-content:normal;
        transition:.3s;
        cursor:pointer;
        @media (max-width:576px){
            padding-bottom: 22px;
        }
    }
    
    .brand-card:hover{
        transform:translateY(-6px);
    }
    
    
    .lg{ background:#d21b42; }
    .samsung{ background:#1f2a3c; }
    .apple{ background:#e6e6e6; color:#000000 !important; }
    .apple p{ color:#000000 !important;}
    .sony{ background:#b01e3f; }
    
    
    .brand-card h3{
        font-size:22px;
        margin-bottom:6px;
    }
    
    .brand-card p{
        font-size:13px;
        opacity:.9;
        color: white;
        
    }
    
    @media (max-width:580px){
        .brand-card p {
            text-align: left;
        }
        
    }
    .card-bottom{
        display:flex;
        justify-content:space-between;
        align-items:center;
        margin-top: 25px;
    }
    
    .offer{
        font-size:12px;
        background:rgba(255,255,255,.2);
        padding:6px 12px;
        border-radius:20px;
    }
    
    .apple .offer{
        background:#fff;
    }
    
   
    .arrow{
        width:32px;
        height:32px;
        border-radius:50%;
        background:rgba(255,255,255,.3);
        display:flex;
        align-items:center;
        justify-content:center;
        font-size:14px;
    }
    
   
    .sale-banner{
        margin-top:35px;
        background: linear-gradient(135deg, #1f2a44, #374871, #b01e3f);
        border-radius:14px;
        padding:35px;
        display:flex;
        justify-content:space-between;
        align-items:center;
        color:white;
    }
    
    .limited{
        background:#b01e3f;
        padding:6px 12px;
        border-radius:20px;
        font-size:12px;
    }
    
    .sale-content h2{
        margin:10px 0;
    }
    .sale-content p{
        color: #ffffff;
    }
    .shop-btn{
        background:#b01e3f;
        border:none;
        padding:14px 24px;
        border-radius:30px;
        color:white;
        font-weight:600;
        border: 1px solid;
        cursor:pointer;
        transition:.3s;
    }
    
    .shop-btn:hover{
        background:#7d1029;
    }
    
   
    @media(max-width:992px){
        .brand-grid{
            grid-template-columns:repeat(2,1fr);
        }
    }
    
    @media(max-width:600px){
        .best-sellers {
            padding: 30px 0;
        }
        .brand-grid{
            grid-template-columns:1fr;
        }
    
        .sale-banner{
            flex-direction:column;
            text-align:center;
            gap:20px;
        }
        .sale-content h2 {
            font-size: 18px;
        }
    }
     /* best sellers section end here  */


    /* emi section starts here  */
    .emi-section{
        width:100%;
        background:#f3f4f6;
        padding: 30px 0px;
      }
    .container{
        max-width:1200px;
        margin:auto;
        padding:30px 20px;
      }
      
    
      
      .emi-hero{
        display:flex;
        justify-content:space-between;
        gap:40px;
        padding:40px;
        border-radius:16px;
        color:white;
        background:linear-gradient(135deg, #1f2a44, #374871, #b01e3f);
      }
      
      .emi-left{
        flex:1;
        max-width:550px;
      }
      .emi-left h2 span{
        display: block;
      }
      .tag{
        background:#b01e3f;
        padding:6px 12px;
        border-radius:20px;
        font-size:13px;
      }
      
      .emi-left h2{
        font-size:34px;
        margin:15px 0;
      }
      
      .emi-left p{
        opacity:.9;
        line-height:1.6;
        margin-bottom:20px;
        color: #fff;
      }
      
      
      
      .emi-right{
        width:400px;
        display:flex;
        flex-direction:column;
        gap:20px;
      }
      
      .emi-feature{
        background:rgba(255,255,255,0.15);
        padding:18px;
        border-radius:10px;
        display:flex;
        align-items:center;
        gap:15px;
        font-weight:600;
      }
      
      .emi-feature span{
        font-size:18px;
        background:rgba(255,255,255,0.3);
        padding:10px;
        border-radius:28%;
        width: 55px;
        height: 55px;
        text-align: center;
      }
      .emi-feature span img {
        width: 25px;
        height: 25px;
      }
      .emi-feature p{
         color: #fff !important;
      }
     
      
      .btn-primary{
        background:#b01e3f;  
        color:#fff;
        padding:10px 22px;
        border:none;
        border-radius:10px;
        cursor:pointer;
        font-weight:600;
      }
    .btn-primary:hover{
        background-color:#7b0b24;
        transition: ease-in-out .5s;
    }
      
      .btn-outline{
        border:2px solid #b01e3f;
        background:transparent;
        padding:10px 22px;
        border-radius:10px;
        color:#b01e3f;
        cursor:pointer;
      }
      
      .btn-group{
        margin-top:20px;
        display:flex;
        gap:15px;
      }
      
      
      .bottom-grid{
        display:grid;
        grid-template-columns:380px 1fr;
        gap:40px;
        margin-top:50px;
      }
      
    
      
      .stats{
        display:grid;
        grid-template-columns:1fr 1fr;
        gap:15px;
      }
      
      .stat-card{
        padding:25px;
        border-radius:10px;
        color:white;
        position:relative;
        overflow:hidden;
        align-content: center;
      }
      
      .stat-icon{
        width:34px;
        height:34px;
        display:flex;
        align-items:center;
        justify-content:center;
        font-size:20px;
        margin-bottom:15px;
      }
      
      .stat-card h3{
        font-size:28px;
        margin-bottom:5px;
      }
      .stat-card p{
        color:white;
      }
     
      @media ( max-width:480px){
        .stat-icon { margin: 0 auto;}
        .stat-card h3,p {text-align: center;}
        
      }
      
      .orange{ background:#b01e3f; }
      .orange-light{ background:#d91d48; }
      .dark{ background:#1f2a44; }
      .gray{ background:#6b7280; }
      
  
      
      .about .sub{
        background: #b01e3f2b;
        padding: 10px;
        border-radius: 30px;
        color:#b01e3f;
        font-weight:600;
      }
      
      .about h2{
        margin:10px 0;
        @media (max-width:576px){
            font-size: 22px;
            margin:3px 0;
        }
      }
      
      .about h2 span{
        color:#b01e3f;
      }
      
      .about p{
        margin-bottom:15px;
        line-height:1.7;
        color:#555;
      }
      
     
      
      @media(max-width:992px){
        .emi-hero{flex-direction:column;}
        .emi-right{width:100%;}
        .bottom-grid{grid-template-columns:1fr;}
      }
      
      @media(max-width:600px){
        .emi-left h2{font-size:26px;line-height: 30px;}
        .stats{grid-template-columns:1fr;}
        .about p {text-align: justify;}
      }
    /* emi section end here  */



    /* auto popup */

.autoPop-overlay{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    /* background:linear-gradient(135deg, rgba(37,99,235,0.6), rgba(0,0,0,0.7)); */
    /* background:linear-gradient(135deg, #bc204573, #85132dbf, #81122ce8); */
    background: linear-gradient(135deg, #00000073, #000000bf, #000000e8);
    backdrop-filter:blur(10px);
    display:flex;
    justify-content:center;
    align-items:center;
    z-index:1000000;
  
    opacity:0;
    visibility:hidden;
    transition:0.5s ease;
  }
  
  .autoPop-overlay.show{
    opacity:1;
    visibility:visible;
  }
  

  .autoPop-modal{
    width:90%;
    max-width:650px;
    max-height:85vh;
    padding:25px 20px;
    border-radius:20px;
  
    background:rgba(255,255,255,0.15);
    backdrop-filter:blur(20px);
    border:1px solid rgba(255,255,255,0.2);
  
    color:#fff;
    position:relative;
    display:flex;
    flex-direction:column;
  
    transform:scale(0.8) translateY(40px);
    opacity:0;
    transition:0.5s ease;
  
    box-shadow:0 20px 50px rgba(0,0,0,0.3);
  }
  
  .autoPop-overlay.show .autoPop-modal{
    transform:scale(1) translateY(0);
    opacity:1;
  }
  
  .autoPop-close{
    position:absolute;
    top:12px;
    right:12px;
    width:34px;
    height:34px;
    border:none;
    border-radius:50%;
    background:rgba(255,255,255,0.2);
    color:#fff;
    font-size:18px;
    cursor:pointer;
    transition:0.3s;
  } 
  
  .autoPop-close:hover{
    background:linear-gradient(135deg, #bc2045, #85132d, #b01e3f);
  }
  
  .autoPop-header{
    text-align:center;
    margin-bottom:10px;
  }
  
  .autoPop-header h2{
    font-size:20px;
    font-weight:600;
  }
  
  .autoPop-badge{
    display:inline-block;
    margin-top:6px;
    padding:4px 10px;
    font-size:11px;
    background:linear-gradient(90deg, #bc2045, #85132d, #b01e3f);
    border-radius:20px;
  }
  
  
  .autoPop-text{
    max-height:45vh;
    overflow-y:auto;
    margin:15px 0;

    
  }
  .autoPop-text p{
    color:#f1f1f1;
    font-size:13px;
    line-height:1.6;
  }
  
 
  .autoPop-text::-webkit-scrollbar{
    width:4px;
  }
  .autoPop-text::-webkit-scrollbar-thumb{
    background:rgba(255,255,255,0.4);
    border-radius:10px;
  }
  
  
  .autoPop-btn{
    padding:12px;
    border:none;
    border-radius:30px;
    font-size:14px;
    font-weight:500;
    cursor:pointer;
    background:linear-gradient(90deg, #bc2045, #85132d, #b01e3f);
    color:#fff;
  
    transition:0.3s;
  }
  
  .autoPop-btn:hover{
    transform:translateY(-2px);
    box-shadow:0 10px 25px rgba(0,0,0,0.3);
  }
  
  
  @media(max-width:480px){
    .autoPop-modal{
      padding:20px 15px;
    }
  
    .autoPop-text{
      font-size:12px;
    }
  }
/* auto popup end */