* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'American Captain';
    src: url('/new-design/fonts/american_captain/American-Captain.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/new-design/fonts/roboto/HelveticaNowDisplay-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/new-design/fonts/roboto/HelveticaNowDisplay-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-family: 'American Captain', sans-serif;
    font-weight: 600; 
    letter-spacing: 1px; 
    text-transform: uppercase; 
}
html {
  scroll-behavior: smooth;
}

/* Body content */
body, p, li, span, a {
    font-family: 'Roboto', sans-serif;
    font-weight: 400; 
    line-height: 1.6; 
}

body{
    background-color: #121212 !important;
}
:root {
    --header-height: 3rem;
    --nav-width: 68px;
    --first-color: #4723D9;
    --first-color-light: #AFA5D9;
    --white-color: #F7F6FB;
    --body-font: 'Nunito', sans-serif;
    --normal-font-size: 1rem;
    --z-fixed: 100
}

*,
::before,
::after {
    box-sizing: border-box
}

body {
    position: relative;
    margin: var(--header-height) 0 0 0;
    padding: 0 1rem;
    transition: .5s;
    background-color:#121212;
}

a {
    text-decoration: none
}

.header {
    width: 100%;
    height: var(--header-height);
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem;
    background-color: var(--white-color);
    z-index: var(--z-fixed);
    transition: .5s
}
.main-body{
    min-height:100vh;
}
.header-logo{
    margin-left: 40px;
}

.header_toggle {
    color: var(--first-color);
    font-size: 1.5rem;
    cursor: pointer
}

.header_img {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden
}

.header_img img {
    width: 40px
}
.add-icon .fa-plus{
    background-color: transparent;
    padding: 0;
    margin-left: 0px;
}
.head-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.location-anchor{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.nav_name{
    color: #fff;
    font-size: 14px;
}
.location ul {
    display: flex;
    list-style: none !important;
    gap: 10px;
    margin-bottom: 0px;
}
.location ul li a{
    color: white;
    text-decoration: none;
}
.delivery-anchor{
    background-color: #bd1531;
    padding: 10px;
    border-radius: 10px;
}
.l-navbar {
    padding: 0px !important;
    position: fixed;
    top: 0;
    left: -30%;
    width: var(--nav-width);
    height: 100vh;
    background-color: var(--first-color);
    padding: .5rem 1rem 0 0;
    transition: .5s;
    z-index: var(--z-fixed)
}

.nav {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden
}
.bx-menu{
    color: #d5cdcd;
}
.custom-header-margin{
    align-items: center;
    justify-content: center;
    flex-direction: column;
    display: flex;
    margin-top: 20px;
}
.nav_list{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 25px;
}
.header-open{
    display: flex;
    width: 75%;
    justify-content: center;
    padding: 10px;
    border-radius: 50%;
    text-decoration: none;
    background-color: #121212;
}
.nav_logo,
.nav_link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    text-decoration: none;
}

.nav_logo {
    margin-bottom: 2rem
}

.nav_logo-icon {
    font-size: 1.25rem;
    color: var(--white-color)
}

.nav_logo-name {
    color: var(--white-color);
    font-weight: 700
}

.nav_link {
    position: relative;
    color: var(--first-color-light);
    margin-bottom: 1.5rem;
    transition: .3s
}

.nav_link:hover {
    color: var(--white-color)
}

.nav_icon {
    font-size: 1.25rem
}

.show {
    left: 0
}

.body-pd {
    padding-left: calc(var(--nav-width) + 1rem)
}

.active {
    border-radius: 50%;
    background-color: #bd1531;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    /* color: var(--white-color) */
}

.l-sidebar {
  position: fixed;
  top: 0;
  left: 5px;
  width: 17%;
  height: 100%;
  background-color: #121212;
  z-index: 999;
  transform: translateX(-100%);
  transition: transform 0.5s ease;
  visibility: hidden; /* instead of display */
}

/* Open state */
.l-sidebar.open {
  transform: translateX(0);
  visibility: visible;
}
.l-menu h2{
    color: #ffffff;
    text-align: center;
}
.extra-products.selected span{
    color:black !important;
}
.menu-heading{
    padding: 13px;
    background-color: #202020;
}
.side-items{
    background-color: #202020;
    padding-left: 0px;
}

.single-side-item{
    border-bottom: 1px solid #bd1531;
}
.options-sec{
    background-color: #202020;
    border-radius: 20px;
    margin-top: 16px;
    padding: 10px;
}
.options-wrapper{
    display: flex;
    flex-direction: column;
}
.options-title{
    color: #fff;
}
.total-options-wrapper ul{
    display: flex;
    list-style: none;
    gap: 6px;
    padding-left: 0px;
    flex-direction: column;
}
.options-title{
    padding: 5px;
    font-size: 24px;
    color: #fff;
}
.total-options-wrapper ul li .single-option{
    border: 1px solid #555;
    border-radius: 20px;
    cursor: pointer;
    padding: 10px;
    text-decoration: none;
    color: #fff;
}
.single-option{
    display: flex;
    justify-content: space-between;
    transition: all 0.3s ease; /* 🔥 Smooth transition */
}
.total-options-wrapper ul li .option-activated{
    background-color: #bd1531;
    color: #fff;
    border: 1px solid #fff;
}
.selected{
       background-color: #bd1531;
    color: #fff;
    border-radius:20px;
    border: 1px solid #fff;
}
.single-side-item a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    width: 100%;
    color: #d5cdcd;
}
.single-side-item a span{
    display: flex;
    align-items: center;
    gap: 5px;
    color: #d5cdcd;
}
.single-side-item{
    padding: 10px;
    display: flex;
}
.connect-head{
    color: white;
    font-size: 16px;
    font-weight: lighter;
    background-color: #2c2b2b;
    width: 100%;
    justify-content: center;
    display: flex;
    padding: 10px;
    padding-left: 0px !important;
}
.single-side-item a i{
        color: #bd1531;
    font-size: 20px;
}

.height-100 {
    height: 100vh
}
/* .l-sidebar{
    display: none;
} */

@media screen and (min-width: 768px) {
    body {
        margin: calc(var(--header-height) + 1rem) 0 0 0;
        padding-left: calc(var(--nav-width) + 0rem)
    }

    .header {
        height: calc(var(--header-height) + 1rem);
        padding: 0 2rem 0 calc(var(--nav-width) + 0rem)
    }

    .header_img {
        width: 40px;
        height: 40px
    }

    .header_img img {
        width: 45px
    }

    .l-navbar {
        left: 0;
        padding: 1rem 1rem 0 0
    }

    .show {
        width: calc(var(--nav-width) + 156px)
    }

    .body-pd {
        padding-left: calc(var(--nav-width) + 188px)
    }
}

.header {
    background-color: #202020;
}

.l-navbar {
    background-color: #202020;
}
.custom-size{
    width: 90px;
    /* height: 70px; */
}
.banner-sec{
    width: 100%;
}
.banner-wrapper{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    margin-top: 80px;
    margin-bottom: 30px;
    padding-right: 60px !important;
    padding-left: 60px !important;
}
.banner-navigation-left,.banner-navigation-right{
padding: 10px;
background-color: #bd1531;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
width: 50px !important;
height: 50px !important;
cursor: pointer;
color: white;
}
.main-banner{
    border-radius: 30px;
    width: 90%;
    display: flex !important;
    justify-content: space-around;
    align-items: center;
}
.main-banner .banner-text{
    text-transform: uppercase;
    text-align: center;
    text-justify: left;
    width: 40%;
}
.banner-text h2{
    font-size: 90px;
    color: white;
}
.banner-text h1{
    font-size: 120px;
    color: white;
}
.banner-image{
    width: 100%;
    /* width: 40%; */
}
.banner-image img{
    width: 100%;
    border-radius: 20px;
}
.swiper-button-next:after, .swiper-button-prev:after{
    color: #fff;
    font-size: 15px !important;
}
.banner-navigation-left,.banner-navigation-right{
    background-color: #bd1531;
    padding: 10px;
}
.swiper-fade .swiper-slide{
    padding-left: 40px;
    padding-right: 40px;
}


/* maincategory navigation start */
.main-cat-nav {
    z-index: 99;
  background-color: #202020;
  padding: 20px;
  position: sticky;
  top: 48px;
}
/* 
.cat-item a.activated {
  background-color: #bd1531;  
  font-weight: bold;
  color: #202020;
height: 100%;
} */
.cat-item a.activated{
    background-color:#bd1531;
}
.activated{
    display: flex;
    width: 100%;
    height: 100%;
    padding: 10px 20px;
    border-radius: 10px;
    background-color: #bd1531;
 }
.cat-item {
  background-color: #121212;
  /*padding: 10px 20px;*/
  border-radius: 10px;
  color: white;
  cursor: pointer;
  width: min-content !important;
  text-align: center;
  flex-shrink: 0;
  
}
.custom-cat-spacing{
    padding-bottom: 20px;
    border-bottom: 1px solid #bd1531;
}
.cat-item .activated{
    background-color:#bd1531;
}
.cat-prev,.cat-next{
    display:none;
}
.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
.cat-item:hover{
    background-color: #bd1531;
    transition: all 0.4s ease-in-out;
}

.cat-item a {
    border-radius:10px;
    display:flex;
    width:100%;
    height:100%;
    padding:10px 20px;
  color: white;
  text-decoration: none;
  font-size: 14px;
  white-space: nowrap;
}

/* Adjust swiper buttons */


.cat-prev {
  left: 0;
}
.cat-next {
  right: 0;
}
.category-navigation{
    
  display: flex !important;
  gap: 0px !important;
}
.category-swiper{
    width: 93% !important;
}

/* maincategory navigation end */


/* main-category card starts */
.main-cards{
    background-color: #121212;
}
.bg-1,.bg-2,.bg-3,.bg-4{
position: absolute;
touch-action: none;    
pointer-events: none;
}
/*.bg-1{*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    width: 95%;*/
/*    height: 100%;*/
/*}*/
/*.bg-1 img{*/
/*width: 750px;*/
/*object-fit: contain;*/
/*height: 750px;*/
/*position: absolute;*/
/*top: 50%;*/

/*}*/
/*.bg-2{*/
/*    width: 95%;*/
/*    height: 100%;*/
/*}*/
/*.bg-2 img{*/
/*width: 350px;*/
/*    height: 350px;*/
/*    position: absolute;*/
/*    right: 60px;*/
/*    top: 93%;*/
/*}*/
/*.bg-3{*/
/*    width: 95%;*/
/*    height: 100%;*/
/*}*/
/*.bg-3 img{*/
/*width: 300px;*/
/*height: 300px;*/
/*position: absolute;*/
/*top: 70%;*/
/*left: 20px;*/
/*}*/
/*.bg-4{*/
/*    width: 94%;*/
/*    height: 100%;*/
/*}*/
/*.bg-4 img{*/
/*width: 350px;*/
/*height: 350px;*/
/*position: absolute;*/
/*top: 10%;*/
/*right: 65px;*/
/*}*/
/*.bg-5 img{*/
/*width: 350px;*/
/*height: 350px;*/
/*}*/


.bg-1{
    background-image: url('https://zenabkabab.arenians.com/new-design/images/bg-elements/Logo.png');
    background-size: contain;
    background-size: 500px;
    background-position: center;
    background-repeat:no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    height: 100%;
}

.bg-2{
    background-image: url('https://zenabkabab.arenians.com/new-design/images/bg-elements/vector 1.png');
    background-size: contain;
    background-size: 300px;
    background-position: right 95%;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 90%;
    height: 100%;
}

.bg-3{
    background-image: url('https://zenabkabab.arenians.com/new-design/images/bg-elements/vector 2.png');
    background-size: contain;
    background-size: 300px;
    background-position: left 71%;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 90%;
    height: 100%;
}

.bg-4{
      background-image: url('https://zenabkabab.arenians.com/new-design/images/bg-elements/vector 3.png');
    background-size: contain;
    background-size: 300px;
    background-position: right 11%;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 90%;
    height: 100%;
}










.cat-title{
    color: white;
}
.custom-item-img img{
    width: 100%;
    object-position: center;
    object-fit: cover;
    object-view-box: inset(-39% -4% -39% -4%);
    height: 250px;
}
.deal-box-img img{
    object-view-box: none;
}
.category-cards{
    margin-top:80px !important;
    width: 90%;
    margin: auto;
}
.custom-card-design{
    height: 400px;
    display:flex;
    flex-direction:column;
    justify-content:space-around;
    cursor: pointer;
    z-index: 1;
    position: relative;
    /* margin-right: 2px; */
    background-color: #202020;
    padding: 5px;
    border-radius: 15px;
}
.price-head{
    height:10%;
    /*margin-right: 20px;*/
    display: flex;
    align-items:center;
    padding:8px;
    justify-content: space-between;
}
.add-ons{
    width: 25% !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.add-ons .custom-end-class .extra-title{
    font-size:13px;
}
.add-ons .custom-end-class .extra-price{
    font-size:13px;
}
.add-ons img{
    width:auto !important;
}
.pricing{
    background-color: white;
    padding: 5px;
    display: flex;
    align-items: center;
    /* font-size: 10px; */
    font-size: 13px;
    font-weight:bold;
    border-radius: 7px;
}
.save-text{
    background-color: #bd1531;
    color: white;
    font-size: 12px;
    padding: 3px;
    border-radius: 10px;
    margin-left: 18px;
}
.custom-item-img{
    display: flex;
    justify-content: center;
    background-color: #bd1531;
    border-radius: 15px;
    height:65%;
    /* padding: 5px; */
}
.bottom-desc{
    display: flex;
    align-items:center;
    justify-content: center;
    height:25%;

}
.title {
    padding: 5px;
    text-align: center;
    color: white;
    font-size: 21px;
    font-weight: 700;
}
.add-icon{
    background-color: #bd1531;
    padding: 15px;
    cursor: pointer;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.add-icon i{
    color: white;
}
.bottom-desc{
    /*margin-top: 20px;*/
}
.custom-cat-spacing{
    margin-top: 80px;
}
.category-wrap{
    z-index: 1;
}

/* main-category card end */


/* cta modal start */
.cta-overlay {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(2px);
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 0;
  transform: translateY(100%);
  animation: slideUp 0.4s forwards;
}
.fa-facebook,.fa-instagram,.fa-whatsapp{
    font-size:30px;
    color:#fff;
}


@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.cta-overlay::-webkit-scrollbar{
    display: none;
}
.cta{
display: flex;
justify-content:center;
gap: 40px;
width: 100%;
position: relative;
top:45px;
left: 20px;
}
/* .first-half{
    display: flex;
    justify-content: space-between;
} */
.product-cta{
    display: flex;
    justify-content: space-between;
    background-color: #202020;
    align-items: center;
    border-radius: 15px;
    gap: 50px;
}
.product-first{
    background-color: #bd1531;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
}
.product-first img{
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    width: 230px;
    object-fit: cover;
    object-view-box: inset(-27% -3% -39% -4%);
    height: 230px;
}
.product-second .product-title{
    color: #fff;
    font-size: 20px;
    font-weight: 900;
}
.product-second{
    width: 100%;
}
.main-description ul{
    list-style: none;
    padding-left: 10px;
    font-size: 12px;
}
.product-third .product-price{
    background-color: #bd1531;
    color: white;
    border-radius: 3px;
    padding: 8px;
}
.product-title{
    padding: 10px;
}
.product-third{
    padding: 10px;
}
.first-half{
    width:70%;
}
.second-half{
    background-color: #202020;
    padding: 15px;
    color: white;
    width: 30%;
    height: 200px;
}
.second-half .add-sec .comment-sec .cmnt-head{
font-size: 12px;
width: 100%;
}
.second-half .add-sec .comment-sec input{
    background-color: #bd1531;
    border: none;
    padding: 10px;
    width: 100%;
}
.second-half .add-sec .comment-sec input::placeholder{
    color: white !important;
}
.custom-total-flex{
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    margin-top: 10px;
}
.add-cart-btn{
    width: 100%;
    background-color: #bd1531;
    text-decoration: none;
    color: white;
    padding: 12px;
    display: flex;
    justify-content: center;
}
.comment-sec{
    width: 100%;
}
.extra-pro-wrapper{
    width: 100%;
}
.custom-end-class{
    justify-content:center;
    flex-wrap:wrap;
    display:flex;
    gap:3px;
    align-items:center;
}
.extras-sec{
    background-color: #202020;
    border-radius: 20px;
    margin-top: 16px;
    padding: 10px;
}
.extra-products img{
    object-fit: cover;
    width: auto;
    height: 120px;
}
.custom-bottom-extras .extra-products img{
    margin-top: 10px;
    width: 120px !important;
}
.custom-bottom-extras .extra-products span{
    bottom: 5px;
}
.extra-main h3{
    color: white;
}
.extra-products{
    background-color: #bd1531;
    border-radius: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 5px;
    width: 19.5%;
    text-decoration: none;
}
.extra-pro-wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.extra-title{
    position: relative;
    bottom: 18px;
    color: #fff;
}
.extra-price{
     position: relative;
    bottom: 18px;
    color: #fff;
}
.cross-modal{
    padding: 10px;
    position: relative;
    left: -20px;
    background-color: gray;
    color: white;
    height: min-content;
    border-radius: 50%;
    height: 40px;
    display: flex;
    justify-content: center;
    width: 40px;
    align-items: center;
    text-decoration: none;
}
.extra-price{
    color:#fff;
}
/* cta modal end */


.swiper-button-prev{
    left: 5px !important;
}
.swiper-button-next{
    right: 5px !important;
}


/* cart page start */
.cart-wrapper{
    margin-top: 80px;
}

.cart-container {
    width: 90%;
      margin: 30px auto;
      display: flex;
      gap: 20px;
      flex-wrap: wrap;
    }

    .cart-left {
      flex: 1 1 65%;
    }
.img-section{
    height:50%;
    margin-top:15px;
    border-radius: 10px;
    /* padding: 5px; */
    background-color: #bd1531;
    display: flex;
    justify-content: center;
    align-items: center;
}
    .cart-right {
        position: relative;
      flex: 1 1 30%;
      background: #202020;
      border-radius: 12px;
      padding: 20px;
      height: fit-content;
    }

    .cart-item {
        position:relative;
      background: #202020;
      border-radius: 12px;
      padding:5px;
      display: flex;
      justify-content: space-between;
      margin-bottom: 15px;
    }

    .cart-item img {
      width: 150px;
      height: 150px;
      border-radius: 8px;
      object-fit: cover;
      overflow: hidden;
      object-position: center;
      object-view-box: inset(-20% -6% -20% -6%);
    }

    .cart-item .item-info {
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      margin-top: 10px;
      margin-left: 15px;
    }
    .item-info span{
        color: white;
    }
    .end-div{
        justify-content: end;
    flex-direction: column;
    display: flex
;
    }

    .cart-item h5 {
      margin: 0;
      font-size: 1rem;
      color: #fff;
    }

    .cart-item p {
      margin: 0;
      font-size: 0.85rem;
      color: #aaa;
    }

    .qty-box {
      display: flex;
      align-items: center;
      gap: 10px;
      height: 60px;
      width: fit-content;
      border-radius: 30px;
      padding: 5px 10px;
    }

    .qty-box button {
      border: none;
      background: #bd1531;
      color: #fff;
      border-radius: 50%;
      width: 30px;
      height: 30px;
      font-size: 18px;
    }
    .page-title{
        margin-top: 100px;
        margin-left: 75px;
    }

    .qty-box span {
      color: #fff;
      font-weight: 600;
      min-width: 25px;
      border: 2px solid #bd1531;
      border-radius: 100px;
      width: 70px;
      text-align: center;
    }

    .price-tag {
      background: #bd1531;
      color: #fff;
      border-radius: 6px;
      padding: 4px 10px;
      font-weight: 600;
    }

    .suggested {
      background: #bd1531;
      color: #fff;
      border-radius: 6px;
      font-size: 0.75rem;
      padding: 2px 8px;
      position: absolute;
      top: 5px;
      right: 5px;
    }

    .add-btn {
      background: #bd1531;
      border: none;
      width: 250px;
      color: #fff;
      border-radius: 8px;
      padding: 8px 20px;
      font-weight: 600;
    }

    .add-btn:hover {
      background: #bd1531;
    }

    .add-more {
      background: #bd1531;
      border: none;
      color: #fff;
      position: relative;
      border-radius: 8px;
      padding: 10px;
      font-weight: 600;
      width: 100%;
      margin-top: 10px;
    }

    .voucher-box {
      border: 2px dashed #aaa;
      border-radius: 8px;
      padding: 15px;
      text-align: center;
      margin-bottom: 15px;
    }

    .voucher-box span {
      color: #aaa;
      font-size: 0.9rem;
    }

    .total-section {
      border-top: 1px solid #333;
      padding-top: 15px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 15px;
    }

    .continue-btn {
        text-decoration: none;
      background: #bd1531;
      border: none;
      color: #fff;
      border-radius: 8px;
      padding: 12px;
      font-weight: 600;
      width: 100%;
      display: flex;
      justify-content: space-between;
      margin-top: 15px;
    }

    .continue-btn i {
      margin-left: 8px;
    }
    .price-text{
        color: #aaa !important;
    }
    .item-info ul{
      list-style: none;
      padding-left: 0px;
      color: #aaa;
    }
    .custom-sub-desc{
        display: flex;
        justify-content: space-between;
    }
    .sub-price-tag{
        color: #aaa;
    }
    .bottom-flex{
        align-items: center;
        display: flex;
        justify-content: space-between;
    }
    .voucher-box strong{
        color: #fff;
    }
    .total-section{
        color: #fff;
    }
    .increase .fa-plus{
        background-color: transparent;
        padding: 0;
        margin-left: 0px;
        font-size: 14px;
    }
    .section-title{
        text-transform: uppercase;
    }
/* cart page end */


/* checkout-page start */

.form-section {
      background: #141414;
      border-radius: 10px;
      padding: 25px;
      border: 1px solid white;
    }
    .section-title{
        color: white;
    }
    .small{
        color: white;
    }
    .bg-checkout-2 img{
        top: 450px;
        bottom: 0px;
        left: 985px;
    }
    .custom-border{
        background-color: #141414 !important;
        color: white;
    }

    .form-control {
      background: transparent;
      border: 1px solid #555;
      color: #fff !important;
      border-radius: 8px;

    }

    .form-control::placeholder {
      color: rgb(175, 164, 164) !important;
    }

    .form-control:focus {
      box-shadow: none;
      border-color: #e63946;
    }

    .section-title {
      font-weight: 600;
      font-size: 30px;
      margin-bottom: 20px;
    }

    .order-summary {
      background: #bd1531;
      border-radius: 10px;
      padding: 25px;
    }

    

    .order-item {
        color: white;
      padding-bottom: 8px;
      margin-bottom: 10px;
    }

    .total-section {
      border-top: 1px solid #333;
      margin-top: 15px;
      padding-top: 15px;
    }

    .btn-order {
      background: #e63946;
      color: #fff;
      font-weight: 600;
      border-radius: 8px;
      width: 100%;
      padding: 12px;
      text-transform: uppercase;
      letter-spacing: 0.5px;
    }

    .btn-order:hover {
      background: #ff4757;
      color: #fff;
    }

    .payment-section {
      margin-top: 20px;
    }

    .payment-option {
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 10px;
      background-color: #202020;
      color: #fff;
    }

    .fa-circle-dot {
      color: #e63946;
    }

    .fa-plus {
      background: #e63946;
      color: #fff;
      border-radius: 50%;
      padding: 4px;
      font-size: 10px;
      margin-left: 5px;
    }

    .order-details-toggle {
      cursor: pointer;
    }

    .hidden {
      display: none;
    }
    .checkout-main{
        margin-top: 100px;
    }
    .custom-border{
        padding: 15px !important;
    }
    .total-checkout{
        margin-top: 40px;
        background-color: #202020;
        border-radius: 15px;
    }
    .first-border,.second-border{
        border-bottom: 1px solid #bd1531;
    }
    .first-border{
        padding: 10px;
        display: flex;
        justify-content: end;
        color: white;
    }
    .solid-plus-custom{
        display: flex;
        gap: 5px;
        margin-bottom: 0px;
        align-items: center;
    }
    .plus-icon-custom-2 i{
      background-color: transparent !important;
      border: 1px solid white;
      padding: 10px;
    }
    .total-custom-check{
        display: flex;
        justify-content:space-between;
        color: white;
        align-items: center;
        padding: 10px;
    }
    .total-custom-check p{
        margin-bottom: 0;
    }
    .third-border a{
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px;
        background-color: #bd1531;
        color: white;
        text-decoration: none;
    }
    .payment-section{
        margin-bottom: 50px;
    }
    .payment-option{
        border-radius: 10px;
    }
    .bg-checkout-1{
        width: 91%;
    }
    .bg-checkout-1 img{
        top: 500px;
    }
    .bg-cart-1{
        width: 90%;
    }
    .bg-cart-1 img{
        top: 500px;
    }
    .bg-cart-2{
        width: 90%;
    }
    .bg-cart-2 img{
        top: 280px;
    }
/* checkout-page end */

/* thankyoupage start */

.order-status-header {
            font-size: 36px;
            text-align: center;
            font-weight: bold;
            margin-bottom: 40px;
        }

        .order-card {
            margin-top: 20px;
            background-color: #202020;
            border-radius: 15px;
            padding: 10px;
            position: relative;
        }

        .order-card .row {
            margin-bottom: 20px;
        }

        .order-card .col {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .order-details {
            color: white;
            border-radius: 50%;
            width: 50px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .order-details-icon {
            font-size: 24px;
        }

        .order-info {
            font-size: 16px;
        }

        .order-info .text-right {
            font-weight: bold;
        }

        
        
        .total {
            background-color: #ff4040;
            border-radius: 15px;
            padding: 20px;
            text-align: center;
            font-size: 20px;
            margin-top: 30px;
        }

        .cta-buttons {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            margin-top: 30px;
        }

        .cta-buttons a {
            text-decoration: none;
            font-size: 18px;
            color: #fff;
            padding: 10px 20px;
            border-radius: 30px;
            display:flex;
            justify-content: center;
            align-items: center;
        }
        .cta-buttons p{
            color: white;
            font-weight: 100;
            font-size: 15px;
        }

        

        .phone-number {
            font-size: 20px;
            font-weight: bold;
        }
        .order-status-header{
            margin-top: 120px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .order-status-header .head-img{
            background-color: #bd1531;
            padding: 25px;
            border-radius: 20px;
            margin-right: 0px;
        }
        .order-status-header .head-img img{
            width: 135px;
            height: 135px;
        }
        .main-info-wrapper .row .col-lg-4{
            padding-right: 5px !important;
            padding-left: 5px !important;
            background-color: #bd1531;
        }
        .custom-thankyou{
            display: flex;
            position: relative;
            height: 100px;
            justify-content: center;
            align-items: center;
            gap: 30px;
            width: 33% !important;
            border-radius: 15px;
        }
        .order-details-icon img{
            width: 70px;
            height: 70px;
        }
        .order-info{
            display: flex;
            flex-direction: column;
        }
        .order-info span{
            font-weight: 800;
        }
        .custom-border-bottom-info{
            color: white;
            padding: 15px;
            display: flex;
            justify-content: space-between;
            border-bottom: 1px solid #bd1531;
        }
        .custom-flex-column-grid{
            display: flex;
            flex-direction: column;
        }
        .custom-flex-column-grid span{
            font-weight: normal;
        }
        .custom-again{
            display: flex;
            align-items: center;
            gap: 5px;
        }
        .custom-again span img{
         width: 25px;
         height: 25px;
        }
        .telephone{
            position: relative;
            background-color: #bd1531;
            width: 300px;
            border-radius: 4px !important;
        }
        .custom-bottom-space{
            margin-bottom: 100px;
        }
        .custom-container-w{
            max-width: 1100px !important;
        }
        .bg-thankyou-1 {
    left: 50%;
    width: max-content;
}
        .bg-thankyou-1 img{
        top: 650px;
        }
        .bg-thankyou-2{
width: max-content;
        }
        .bg-thankyou-2 img{
          left: 850px;
          bottom: -600px;
        }
        .custom-border-bottom-info span input[type="radio"] {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            border: 3px solid #333;
            background-color: #fff;
            transition: all 0.3s ease;
        }
        .custom-border-bottom-info span input[type="radio"]:checked {
            background-color: #bd1531 !important; 
            color: #bd1531;
            border-color: white;
        }
        .custom-border-bottom-info span{
            display: flex;
            align-items: center;
            gap: 3px;
        }
        
        .payment-option input[type="radio"]:checked {
    background-color: #bd1531 !important;
    color: #bd1531;
    border-color: white;
}

.payment-option input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 3px solid #333;
    background-color: #fff;
    transition: all 0.3s ease;
}

.payment-option input[type="radio"]:checked {
    background-color: #bd1531;
    border-color: #fff;
}


/* thankyoupage end */



/* shopping cart */
.cart-icon-wrapper {
    position: relative;
    display: inline-block;
}

.cart-icon {
    width: 32px;
    height: auto;
}

.cart-count {
    position: absolute;
    top: 0px;
    animation: bounce 0.6s ease infinite alternate;
    right: -4px;
    background: #bd1531;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    border-radius: 50%;
    padding: 2px 6px;
    min-width: 18px;
    text-align: center;
    line-height: 1.3;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(0);
  }
}


/* end shopping cart */




/* quote box start */
.quote-box {
  position: fixed;
  z-index: 999;
  top: 10%;
  left: 80px;
  background-color: #bd1531;
  padding: 15px 25px;
  border-radius: 10px;
  /* box-shadow: 1px 1px 0px #aaa; */
  width: 150px;
  animation: shake 1s ease-in-out infinite;
}

@keyframes shake {
  0%, 100% { transform: rotate(0deg); }
  20% { transform: rotate(1deg); }
  40% { transform: rotate(-1deg); }
  60% { transform: rotate(1.2deg); }
  80% { transform: rotate(-1.2deg); }
}

/* Speech bubble tail */
.quote-box::after {
  content: "";
  position: absolute;
  top: 60%;
  rotate: 90deg;
  left: -20px;
  width: 0;
  height: 0;
  border-top: 15px solid #bd1531;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  filter: drop-shadow(2px 2px 0 #000);
}

/* Quote icon */
.quote-icon {
  position: absolute;
  top: -15px;
  left: -15px;
  background-color: rgb(18 18 18);
  color: white;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

/* Text inside */
.quote-box p {
  margin: 0;
  color: #fff;
  font-size: 14px;
}
/* quote box end */



.addons-title{
    font-size:15px;
    color:#bd1531;
}



/* footer start */
.footer-sec{
    width: 100%;
    /* background-color: #bd1531; */
    color: #fff;
    text-align: center;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-para{
    margin-bottom: 0px;
}
/* footer end */

/* login page */

.login-box{
    margin-top: 100px;
    background-color: #bd1531;
    max-width: 500px;
    position: relative;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 50px;
}
.login-box p{
    font-size: 12px;
    color: #aaa;
}
.custom-center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.custom-form-row{
    display: flex;
    flex-direction: column;
}
.custom-form-row input{
    background-color: #2c2b2b;
    padding: 5px;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #fff;
}
.custom-form-row input::placeholder{
    color: #aaa;
    font-size: 12px;
}
.login-cont{
    text-decoration: none;
    color: #000;
    background-color: #fff;
    width: 60%;
    border-radius: 5px;
    padding: 10px;
    margin: 0px auto;
    display: flex;
    justify-content: center;
    text-align: center;
}