@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.search-input-inner .input-div .input5 {
    padding: 14px 14px !important;
    padding-right: 100px !important;
    background-color: white !important;
    color: #626262 !important
}

.search-input-inner .input-div .input5::placeholder {
    color: #626262 !important;
    opacity: 1; /* ensures consistent color visibility across browsers */
}
.language-select-nav{
    background-color: #01b0df;
    height: 40px;
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    cursor: pointer;
}
.language-select-nav:hover{
    background-color: #018fb6;
    color: #8ee2f9;
}
.language-select-nav select{
    background: none;
    border: none;
    color: white;
    font-size: 14px;
    cursor: pointer;
}
.language-select-nav option{
    background-color: white;
    color: #626262;
}

.nav-icon-button {
    background-color: #01b0df;
    height: 40px !important;
    width: 40px !important;
    border-radius: 4px;
    color: white;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}
.nav-icon-button:hover {
    background-color: #018fb6;
    color: #8ee2f9;
}
.nav-side-icon-buttons{
    display: flex;
    align-items: center;
    gap: 10px;
}

.cart-counter {
    background-color: white;
    color: #01b0df;
    font-size: 11px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    position: absolute;
    top: -6px;
    right: -6px;
}
.navbar-part4 .navbar-search-area .select .select-styled {
    font-weight: 400 !important;
}
.menu-item{
    font-weight: 500 !important;
    color: #01b0df;
}
.active-menu-item{
    font-weight: 400 !important;
    color: white !important;
}
.nav-menu-items{
    display: flex;
    align-items: center;
    gap: 20px;
}
.nav-menu-items li a{
    font-size: 16px;
    color: #01b0df;
}
.nav-menu-icons{
    display: flex;
    align-items: center;
    gap: 8px;
}
.nav-menu-icons li a{
    font-size: 16px;
    color: #ffffff;
}
.social-top-icon{
    background-color: #0b274c;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}
.social-top-icon:hover{
    background-color: #01b0df;
}
.pretitle-top{
    font-size: 12px;
    padding: 5px 8px;
    border-radius: 4px;
    margin-bottom: 10px;
    background: #FF9900;
    color: #ffff;
    font-weight: 400;
}
.product-title-h {
    font-size: 40px;
    line-height: 55px;
    font-weight: 500;
    color: #03B0DE;
    margin-bottom: 30px;
}
.pricing-card-h{
    background-color: white;
    border-radius: 7px;
    padding: 15px 34px 15px 20px;
    width: max-content;
}

.categorie-section-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.categorie-section-header h2{
    font-size: 32px;
    font-weight: 500;
}
.categorie-section-header a{
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    color: #03B0DE;
    display: flex;
    align-items: center;
    gap: 5px;
}

.categories-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 35px;
}
.category-card{
    background-color: #F7F7F7;
    border-radius: 7px;
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 24px;
}
.category-card-img-wrap{
    background-color: white;
    height: 110px;
    width: 110px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.category-card-img-wrap img{
    height: 88px;
    width: 88px;
    object-fit: contain;
}
.category-card-content .category-pc{
    color: #03B0DE;
    font-size: 18px;
    font-weight: 600;
}
.category-card-content .category-name{
    font-size: 24px;
    color: #000000;
}

.section-title-new{
    font-size: 32px;
    font-weight: 500;
}

.section-atag-all{
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    color: #03B0DE;
    display: flex;
    align-items: center;
    gap: 5px;
}

.product-card{
    border: solid 1px #EEEEEE;
    border-radius: 6px;
    overflow: hidden;
}
.product-card .product-img{
    width: 100%;
    height: 230px;
    object-fit: cover;
}
.product-card-top-info{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    margin-top: 10px;
}
.product-card-top-info p{
    color: #FF9900;
    font-size: 16px;
}
.product-card-top-info button{
    background: none;
    border: none;
    color: #03B0DE;
    font-size: 20px;
}
.product-card-wrapter{
    padding: 10px 10px 10px 10px;
}
.product-card-title {
    font-family: "Rubik", sans-serif;
  color: #03B0DE;
  font-size: 16px;
  line-height: 1.4em;
  height: 2.8em; /* 2 lines x line-height */
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* show only 2 lines */
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.product-card-pricing{
    display: flex;
    align-items: baseline;
    gap: 3px;
}
.product-card-pricing .price{
    font-size: 20px;
    font-weight: 500;
    color: #000000;
}
.product-card-pricing .currency{
    font-size: 14px;
    color: #626262;
    font-weight: 500;
}
.product-card-action-btn{
    background: #03B0DE;
    border: solid 1px #03B0DE;
    color: white;
    font-size: 16px;
    height: 53px;
    width: 100%;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}
.product-card-action-btn-icon{
    background-color: white;
    height: 50px;
    width: 25%;
    color: #03B0DE;
    border-radius: 0px 4px 4px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-right: 1px;
}
.product-card-action-btn-text{
    width: 75%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
}
.product-img-atag{
    width: 100%;
}

.all-product-page-section{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.categories-breadcrumbs{
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px !important;
}

/* ----------------------------- Product Details Page Style ------------------------------ */

.productdetail-brdcrms{
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    gap:6px;
    margin-bottom: 40px;
}
.productdetail-brdcrms a{
    color: #03B0DE;
    text-decoration: none;
}

.product-details-wrap{
    display: flex;
    justify-content: space-between;
}

.product-visual-section{
    width: 45%;
    overflow: hidden;
}
.product-visual-section .product-featured-img{
    width: 100%;
    height: 600px;
    object-fit: contain;
    border-radius: 6px;
    border: solid 1px #EEEEEE;
}
.product-visual-section .product-images-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px; /* space between columns */
  align-items: center;
}
.product-visual-section .product-images-row img{
  width: 100%;
  height: 100px;
  object-fit: contain;
  border-radius: 6px;
  border: solid 1px #EEEEEE;
}

.product-content-section{
    width: 55%;
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.product-content-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-content-header p{
    color: #FF9900;
    font-size: 18px;
}
.product-content-header button{
    color: #03B0DE;
    font-size: 20px;
    background: none;
    border: none;
}
.product-content-title{
    color: black;
    font-size: 28px;
    font-weight: 500;
}
.product-content-price{
    display: flex;
    align-items: baseline;
    gap: 3px;
}
.product-content-price .currency{
    font-size: 24px;
    font-weight: 500;
    color: #626262;
}
.product-content-price{
    font-size: 40px;
    font-weight: 500;
    color: black;
}
.product-content-price .discount{
    color: #059705;
    font-size: 20px;
    font-weight: 500;
    padding-left: 10px;
}
.product-content-colors p{
    color: black;
    font-size: 18px;
    margin-bottom: 10px;
}
.product-content-colors-wrap button{
    border: 1px solid #EEEEEE;
    width: 75px;
    height: 50px;
    border-radius: 4px
}
.product-content-colors-wrap{
    display: flex;
    align-items: center;
    gap: 10px;
}
.product-content-sizes-wrap{
    display: flex;
    align-items: center;
    gap: 10px;
}
.product-content-sizes p{
    color: black;
    font-size: 18px;
    margin-bottom: 10px;
}
.product-content-sizes-wrap button{
    border: 1px solid #03B0DE;
    width: 85px;
    height: 50px;
    color: #03B0DE;
    border-radius: 4px;
    font-size: 16px;
    background: none;
}
.product-content-actions{
    display: flex;
    align-items: center;
    gap: 10px;
}
.product-content-quantity{
    display: flex;
    align-items: center;
    gap: 10px;
    border: solid 1px #EEEEEE;
    height: 50px;
    padding: 0px 10px;
    border-radius: 6px;
}
.product-content-quantity input{
    width: 50px;
    height: 30px;
    text-align: center;
    border: none;
    background: none;
    font-size: 20px;
}
.product-content-quantity button{
    border: none;
    background: none;
    color: #03B0DE;
    font-size: 18px;
}
.product-add-to-cart-btn{
     background: none;
    border: solid 1px #03B0DE;
    color: #03B0DE;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    height: 50px;
    width: 100%;
    border-radius: 6px;
    gap: 10px;
}
.add-to-fav-ibutton{
    background-color: #03B0DE;
    color: white;
    border: none;
    border-radius: 6px;
    width: 75px;
    height: 50px;
    font-size: 18px;
}
.product-buy-now-btn{
    background: #03B0DE;
    border: solid 1px #03B0DE;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    height: 50px;
    width: 100%;
    border-radius: 6px;
    gap: 10px;
}

.product-details-fetures{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-details-fetures div{
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #FF990020;
    padding: 10px 20px;
    border-radius: 6px;
    color: #FF9900;
    font-size: 11.5px
}

.font-rubik{
    font-family: "Rubik", sans-serif !important;
}

.variant_style{
    border: 1px solid #03B0DE;
    width: 85px;
    height: 50px;
    color: #03B0DE;
    border-radius: 4px;
    font-size: 16px;
    background-color: transparent !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.variant_style span{
    font-size: 16px;
    color: #03B0DE;
    font-weight:normal;
}
@media (max-width: 992px) {
  .categories-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .navbar-sticky.lower-navbar-sticky.lower-navbar-sticky4{
      display: none;
  }
  .navbar-inner.navbar-inner5 {
    gap: 20px;
    }   
    .product-title-h{
        max-width: 100% !important;
        font-size: 32px;
    }
    .swiper.bannerSlider .swiper-wrapper{
        margin-left: 0px !important;
    }
    .all-product-page-section {
    grid-template-columns: repeat(1, 1fr);
}
.pagination{
    flex-wrap: wrap;
}
.product-details-wrap {
    flex-direction: column;
    gap: 20px;
}
.product-visual-section{
    width: 100% !important;
}
.product-content-section{
    width: 100% !important;
}
.product-content-quantity{
    gap: 0px;
}
.product-details-fetures{
        flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
}

.product-visual-section .product-featured-img{
    width: 100%;
    height: 20rem !important;
    object-fit: contain;
    border-radius: 6px;
    border: solid 1px #EEEEEE;
}

}



@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}
body{
    font-family: "Poppins", sans-serif;
    margin: 0px;
    padding: 0px;
}

/* .container{
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
} */

.categorie-section-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.categorie-section-header h2{
    font-size: 32px;
    font-weight: 500;
}
.categorie-section-header a{
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    color: #03B0DE;
    display: flex;
    align-items: center;
    gap: 5px;
}
.categories-breadcrumbs{
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px !important;
}
.categories-breadcrumbs a{
    font-size: 16px !important;
}
.categories-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 35px;
}
.category-card{
    background-color: #F7F7F7;
    border-radius: 7px;
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 24px;
}
.category-card-img-wrap{
    background-color: white;
    height: 110px;
    width: 110px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.category-card-img-wrap img{
    height: 88px;
    width: 88px;
    object-fit: contain;
}
.category-card-content .category-pc{
    color: #03B0DE;
    font-size: 18px;
    font-weight: 600;
}
.category-card-content .category-name{
    font-size: 24px;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-top: 35px;
}
.product-card{
    border: solid 1px #EEEEEE;
    border-radius: 6px;
    overflow: hidden;
}
.product-card .product-img{
    width: 100%;
    height: 230px;
    object-fit: cover;
}
.product-card-top-info{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.product-card-top-info p{
    color: #FF9900;
    font-size: 16px;
}
.product-card-top-info button{
    background: none;
    border: none;
    color: #03B0DE;
    font-size: 20px;
}
.product-card-wrapter{
    padding: 0px 10px 10px 10px;
}
.product-card-title{
    color: #03B0DE;
    font-size: 16px;
}
.product-card-pricing{
    display: flex;
    align-items: baseline;
    gap: 3px;
}
.product-card-pricing .price{
    font-size: 20px;
    font-weight: 500;
}
.product-card-pricing .currency{
    font-size: 14px;
    color: #626262;
    font-weight: 500;
}
.product-card-action-btn{
    background: #03B0DE;
    border: solid 1px #03B0DE;
    color: white;
    font-size: 16px;
    height: 53px;
    width: 100%;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}
.product-card-action-btn-icon{
    background-color: white;
    height: 50px;
    width: 25%;
    color: #03B0DE;
    border-radius: 0px 4px 4px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.product-card-action-btn-text{
    width: 75%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
}

/* ----------------------------- Product Details Page Style ------------------------------ */

.productdetail-brdcrms{
    display: flex;
    font-size: 14px;
    gap:6px;
    margin-bottom: 40px;
}
.productdetail-brdcrms a{
    color: #03B0DE;
    text-decoration: none;
}

.product-details-wrap{
    display: flex;
    justify-content: space-between;
}

.product-visual-section{
    width: 45%;
    overflow: hidden;
}
.product-visual-section .product-featured-img{
    width: 100%;
    height: 600px;
    object-fit: contain;
    border-radius: 6px;
    border: solid 1px #EEEEEE;
}
.product-visual-section .product-images-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px; /* space between columns */
  align-items: center;
}
.product-visual-section .product-images-row img{
  width: 100%;
  height: 100px;
  object-fit: contain;
  border-radius: 6px;
  border: solid 1px #EEEEEE;
}

.product-content-section{
    width: 55%;
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.product-content-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-content-header p{
    color: #FF9900;
    font-size: 18px;
}
.product-content-header button{
    color: #03B0DE;
    font-size: 20px;
    background: none;
    border: none;
}
.product-content-title{
    color: black;
    font-size: 28px;
    font-weight: 500;
}
.product-content-price{
    display: flex;
    align-items: baseline;
    gap: 3px;
}
.product-content-price .currency{
    font-size: 24px;
    font-weight: 500;
    color: #626262;
}
.product-content-price{
    font-size: 40px;
    font-weight: 500;
    color: black;
}
.product-content-price .discount{
    color: #059705;
    font-size: 20px;
    font-weight: 500;
    padding-left: 10px;
}
.product-content-colors p{
    color: black;
    font-size: 18px;
    margin-bottom: 10px;
}
.product-content-colors-wrap button{
    border: 1px solid #EEEEEE;
    width: 75px;
    height: 50px;
    border-radius: 4px
}
.product-content-colors-wrap{
    display: flex;
    align-items: center;
    gap: 10px;
}
.product-content-sizes-wrap{
    display: flex;
    align-items: center;
    gap: 10px;
}
.product-content-sizes p{
    color: black;
    font-size: 18px;
    margin-bottom: 10px;
}
.product-content-sizes-wrap button{
    border: 1px solid #03B0DE;
    width: 85px;
    height: 50px;
    color: #03B0DE;
    border-radius: 4px;
    font-size: 16px;
    background: none;
}
.product-content-actions{
    display: flex;
    align-items: center;
    gap: 10px;
}
.product-content-quantity{
    display: flex;
    align-items: center;
    gap: 10px;
    border: solid 1px #EEEEEE;
    height: 50px;
    padding: 0px 10px;
    border-radius: 6px;
}
.product-content-quantity input{
    width: 50px;
    height: 30px;
    text-align: center;
    border: none;
    background: none;
    font-size: 20px;
}
.product-content-quantity button{
    border: none;
    background: none;
    color: #03B0DE;
    font-size: 18px;
}
.product-add-to-cart-btn{
     background: none;
    border: solid 1px #03B0DE;
    color: #03B0DE;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    height: 50px;
    width: 100%;
    border-radius: 6px;
    gap: 10px;
}
.add-to-fav-ibutton{
    background-color: #03B0DE;
    color: white;
    border: none;
    border-radius: 6px;
    width: 75px;
    height: 50px;
    font-size: 18px;
}
.product-buy-now-btn{
    background: #03B0DE;
    border: solid 1px #03B0DE;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    height: 50px;
    width: 100%;
    border-radius: 6px;
    gap: 10px;
}

.product-details-fetures{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-details-fetures div{
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #FF990020;
    padding: 10px 20px;
    border-radius: 6px;
    color: #FF9900;
    font-size: 11.5px
}


.main-heading-t{
    font-size: 32px;
    font-weight: 400;
    color: black;
}

.main-description-t{
    font-size: 18px;
    font-weight: 300;
}
.form-track-order{
    border: solid 1px #EEEEEE;
    border-radius: 8px 8px 0px 0px;
    padding: 30px;
    margin-top: 2rem;
}
.tracform-input-aria {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 equal columns */
  gap: 20px; /* space between columns and rows */
}
.input-groups label{
    font-size: 16px;
    color: #626262;
}
.input-groups{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.input-groups input{
    border: solid 1px #EEEEEE;
    border-radius: 4px;
    padding: 17px;
    font-size: 16px;
}
.buttons-gropup{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem;
}
.buttons-gropup .track-order-btn{
    background: #03B0DE;
    border: solid 1px #03B0DE;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    border-radius: 6px;
    padding: 20px 40px;
}
.buttons-gropup .how-to-id-btn{
    text-decoration: none;
    color: #03B0DE;
    font-size: 16px;
}

.order-completed-top i{
    font-size: 80px;
    color: #FF9900;
}
.order-completed-top h2{
    font-size: 30px;
    color: #000000;
    font-weight: 400;
    text-align: center;
}
.order-completed-top p{
    font-size: 16px;
    color: #626262;
    font-weight: 400;
    text-align: center;
}
.order-completed-top p span{
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

.order-completed-top{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    margin-top: 50px;
    max-width: 30rem;
    margin: auto;
}
.order-details-c{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
    border: solid 1px #EEEEEE;
    border-radius: 8px 8px 0px 0px;
    padding: 30px;
}

.order-details-card{
    display: flex;
    align-items: center;
    gap: 15px;
}
.order-details-card i{
    font-size: 28px;
}
.order-details-card-content .highlght{
    font-size: 20px;
    font-weight: 400;
}
.order-details-card-content .des{
    font-size: 16px;
    font-weight: 400;
}
.order-details-card-buttons .outlined-btn{
    border: solid 1px #03B0DE;
    color: #03B0DE;
    background: none;
    font-size: 16px;
    padding: 14px 24px;
    border-radius: 6px;
}
.order-details-card-buttons .prim-btn{
    border: solid 1px #03B0DE;
    color: #fff;
    background: #03B0DE;
    font-size: 16px;
    padding: 14px 24px;
    border-radius: 6px;
}

.order-details-card-buttons{
    display: flex;
    align-items: center;
    gap: 15px;
}
.ordered-products{
    background-color: #F7F7F7;
    padding: 30px;
}

/* ----------------------------- Shipping Details Section ------------------------------ */
.shipping-details {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 30px;
}

.shipping-detail-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.shipping-icon {
    font-size: 24px;
    color: #000000;
}

.shipping-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.shipping-label {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.shipping-date {
    font-size: 14px;
    color: #626262;
}

/* ----------------------------- Product Details Section ------------------------------ */
.product-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    border: solid 1px #EEEEEE;
    border-radius: 8px;
    padding: 20px;
}

.product-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.product-image {
    width: 100px;
    height: 100px;
    object-fit: contain;
    border: solid 1px #EEEEEE;
    border-radius: 6px;
}

.product-description {
    font-size: 14px;
    color: #626262;
    max-width: 400px;
}

.product-price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
}

.price-amount {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

.currency {
    font-size: 14px;
    color: #626262;
}

.product-quantity {
    font-size: 14px;
    color: #626262;
}

/* ----------------------------- Cost Summary Section ------------------------------ */
.cost-summary {
    display: flex;
    flex-direction: column;
    gap: 15px;
    border-top: solid 1px #EEEEEE;
    padding: 20px;
}

.cost-item {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 20px;
}

.cost-label {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.cost-value {
    font-size: 16px;
    font-weight: 500;
    color: #626262;
}

.total-cost .cost-label {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.total-cost .cost-value {
    font-size: 18px;
    font-weight: 600;
    color: #626262;
}

/* ----------------------------- Responsive Styles for Mobile ------------------------------ */
@media (max-width: 768px) {
    .order-completed-top {
        margin-top: 30px;
        padding: 0 15px;
    }

    .order-completed-top h2 {
        font-size: 24px;
    }
    

    .order-completed-top p {
        font-size: 14px;
    }

    .order-details-c {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        padding: 20px;
    }

    .order-details-card {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .order-details-card-buttons {
        flex-wrap: wrap;
        gap: 10px;
    }

    .ordered-products {
        padding: 20px;
    }

    .shipping-details {
        flex-direction: column;
        gap: 15px;
    }

    .product-details {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        padding: 15px;
    }

    .product-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .product-image {
        width: 80px;
        height: 80px;
    }

    .product-description {
        font-size: 12px;
        max-width: 100%;
    }

    .product-price {
        align-items: flex-start;
    }

    .price-amount {
        font-size: 16px;
    }

    .product-quantity {
        font-size: 12px;
    }

    .cost-summary {
        padding: 15px;
    }

    .cost-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    .cost-label {
        font-size: 14px;
    }

    .cost-value {
        font-size: 14px;
    }

    .total-cost .cost-label,
    .total-cost .cost-value {
        font-size: 16px;
    }

     /* ----------------------------- Cart Page Mobile Responsive ------------------------------ */

    .cart-page-breadcrumbs {
        margin-bottom: 20px;
        text-align: left;
    }

    .cart-page-breadcrumbs h2 {
        font-size: 20px;
        margin-bottom: 8px;
        font-weight: 600;
    }

    .cart-page-breadcrumbs .breadcrumbs {
        font-size: 13px;
        display: flex;
        align-items: center;
        gap: 5px;
        flex-wrap: wrap;
    }

    .cart-page-breadcrumbs .breadcrumbs a {
        font-size: 13px;
    }

    .cart-page-breadcrumbs .breadcrumbs p {
        font-size: 13px;
        margin: 0;
    }

    .cart-body-container {
        display: flex !important;
        flex-direction: column !important;
        gap: 20px !important;
        margin-top: 20px !important;
    }

    .cart-body-container .cart-all-products {
        grid-column: unset;
    }

    .cart-body-container .cart-chackout-details {
        grid-column: unset;
        margin-bottom: 0;
        width: 100%;
        border-radius: 8px;
        margin: 0;
    }

       .products-top-actions {
        padding: 12px 15px;
        flex-direction: column;
        align-items: start;
        gap: 2px;
        justify-content: start;
    }

    .products-top-actions p {
        font-size: 13px;
        margin: 0;
    }

    .products-top-actions .action-box {
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .products-top-actions .action-box button {
        padding: 6px 12px;
        font-size: 13px;
    }

    .single-product-cart {
        padding: 15px;
        margin-bottom: 15px;
        border-radius: 8px;
    }

    .single-product-cart-wrap {
        flex-direction: column;
        gap: 12px !important;
        align-items: flex-start !important;
    }

    .image-section {
        flex-direction: row;
        align-items: start !important;
        gap: 8px !important;
    }

    .image-section img {
        width: 70px;
        height: 70px;
        object-fit: contain;
    }

    .product-details-section {
        flex: 1;
        min-width: 0;
    }

    .product-details-section .section-title {
        font-size: 13px;
        line-height: 1.3;
        margin-bottom: 10px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .cart-selections-wrap {
        flex-direction: row;
        gap: 8px;
        margin-bottom: 10px;
    }

    .selectinputOverlay {
        flex: 1;
    }

    .selectinputOverlay select {
        font-size: 12px;
        padding: 6px 8px;
        width: 100%;
    }

    .cart-p-cart-actions {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
    }

    .quantity-input {
        width: auto;
        min-width: 100px;
    }



    .quantity-btn {
        padding: 6px 8px;
        font-size: 12px;
    }

 

    .cart-p-pricing-section {
        align-items: center;
        margin-top: 0;
        text-align: center;
        min-width: 70px;
    }

    .cart-p-pricing-section .price {
        font-size: 16px;
        margin-bottom: 2px;
    }

    .cart-p-pricing-section .currency {
        font-size: 12px;
    }

    .cart-checkout-details-wrap {
        padding: 16px;
    }

    .cart-checkout-headings {
        margin-bottom: 12px;
    }

    .cart-checkout-headings .heading {
        font-size: 14px;
        font-weight: 600;
    }

    .cart-checkout-headings .note {
        font-size: 14px;
        font-weight: 600;
    }

    .product-info-section {
        padding: 12px 0;
        border-top: 1px solid #EEEEEE;
        border-bottom: 1px solid #EEEEEE;
    }

    .product-info-wrap {
        margin-bottom: 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .product-info-title {
        display: flex;
        gap: 8px;
        align-items: center;
        flex: 1;
    }

    .product-info-title p {
        font-size: 12px;
        margin: 0;
    }

    .product-info-title p:first-child {
        font-weight: 500;
        min-width: 20px;
    }

    .product-info-title p:last-child {
        color: #626262;
        line-height: 1.3;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .pricing {
        font-size: 13px;
        font-weight: 500;
        color: #03B0DE;
        margin: 0;
    }

    .shipping-options {
        padding: 12px 0;
        border-bottom: 1px solid #EEEEEE;
    }

    .shipping-option {
        margin-bottom: 8px;
    }

    .shipping-option label {
        font-size: 13px;
    }

    .shipping-bag-opt-badg-wrap {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
    }

    .ex-price-badge {
        align-self: auto;
    }

    .ex-price-badge p {
        font-size: 12px;
    }

    .total-count-btm {
        padding: 12px 0 0 0;
    }

    .payment {
        margin-bottom: 8px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .payment p {
        font-size: 12px;
        margin: 0;
    }

    .payment p:first-child {
        color: #626262;
    }

    .payment p:last-child {
        font-weight: 500;
        color: #000;
    }

    .last-checkout-btn {
        margin: 16px 0 0 0;
        padding: 14px 20px;
        font-size: 14px;
        border-radius: 6px;
        width: 100%;
        box-sizing: border-box;
    }
    .select-checkbox-input{
        margin-top: 8px;
    }
    .select-products-all-input input{
        margin-top: 0px;
    }
}




.categorie-section-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.categorie-section-header h2{
    font-size: 32px;
    font-weight: 500;
}
.categorie-section-header a{
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    color: #03B0DE;
    display: flex;
    align-items: center;
    gap: 5px;
}
.categories-breadcrumbs{
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px !important;
}
.categories-breadcrumbs a{
    font-size: 16px !important;
}
.categories-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 35px;
}
.category-card{
    background-color: #F7F7F7;
    border-radius: 7px;
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 24px;
}
.category-card-img-wrap{
    background-color: white;
    height: 110px;
    width: 110px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.category-card-img-wrap img{
    height: 88px;
    width: 88px;
    object-fit: contain;
}
.category-card-content .category-pc{
    color: #03B0DE;
    font-size: 18px;
    font-weight: 600;
}
.category-card-content .category-name{
    font-size: 24px;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-top: 35px;
}
.product-card{
    border: solid 1px #EEEEEE;
    border-radius: 6px;
    overflow: hidden;
}
.product-card .product-img{
    width: 100%;
    height: 230px;
    object-fit: cover;
}
.product-card-top-info{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.product-card-top-info p{
    color: #FF9900;
    font-size: 16px;
}
.product-card-top-info button{
    background: none;
    border: none;
    color: #03B0DE;
    font-size: 20px;
}
.product-card-wrapter{
    padding: 0px 10px 10px 10px;
}
.product-card-title{
    color: #03B0DE;
    font-size: 16px;
}
.product-card-pricing{
    display: flex;
    align-items: baseline;
    gap: 3px;
}
.product-card-pricing .price{
    font-size: 20px;
    font-weight: 500;
}
.product-card-pricing .currency{
    font-size: 14px;
    color: #626262;
    font-weight: 500;
}
.product-card-action-btn{
    background: #03B0DE;
    border: solid 1px #03B0DE;
    color: white;
    font-size: 16px;
    height: 53px;
    width: 100%;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}
.product-card-action-btn-icon{
    background-color: white;
    height: 50px;
    width: 25%;
    color: #03B0DE;
    border-radius: 0px 4px 4px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.product-card-action-btn-text{
    width: 75%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
}

/* ----------------------------- Product Details Page Style ------------------------------ */

.productdetail-brdcrms{
    display: flex;
    font-size: 14px;
    gap:6px;
    margin-bottom: 40px;
}
.productdetail-brdcrms a{
    color: #03B0DE;
    text-decoration: none;
}

.product-details-wrap{
    display: flex;
    justify-content: space-between;
}

.product-visual-section{
    width: 45%;
    overflow: hidden;
}
.product-visual-section .product-featured-img{
    width: 100%;
    height: 600px;
    object-fit: contain;
    border-radius: 6px;
    border: solid 1px #EEEEEE;
}
.product-visual-section .product-images-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px; /* space between columns */
  align-items: center;
}
.product-visual-section .product-images-row img{
  width: 100%;
  height: 100px;
  object-fit: contain;
  border-radius: 6px;
  border: solid 1px #EEEEEE;
}

.product-content-section{
    width: 55%;
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.product-content-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-content-header p{
    color: #FF9900;
    font-size: 18px;
}
.product-content-header button{
    color: #03B0DE;
    font-size: 20px;
    background: none;
    border: none;
}
.product-content-title{
    color: black;
    font-size: 28px;
    font-weight: 500;
}
.product-content-price{
    display: flex;
    align-items: baseline;
    gap: 3px;
}
.product-content-price .currency{
    font-size: 24px;
    font-weight: 500;
    color: #626262;
}
.product-content-price{
    font-size: 40px;
    font-weight: 500;
    color: black;
}
.product-content-price .discount{
    color: #059705;
    font-size: 20px;
    font-weight: 500;
    padding-left: 10px;
}
.product-content-colors p{
    color: black;
    font-size: 18px;
    margin-bottom: 10px;
}
.product-content-colors-wrap button{
    border: 1px solid #EEEEEE;
    width: 75px;
    height: 50px;
    border-radius: 4px
}
.product-content-colors-wrap{
    display: flex;
    align-items: center;
    gap: 10px;
}
.product-content-sizes-wrap{
    display: flex;
    align-items: center;
    gap: 10px;
}
.product-content-sizes p{
    color: black;
    font-size: 18px;
    margin-bottom: 10px;
}
.product-content-sizes-wrap button{
    border: 1px solid #03B0DE;
    width: 85px;
    height: 50px;
    color: #03B0DE;
    border-radius: 4px;
    font-size: 16px;
    background: none;
}
.product-content-actions{
    display: flex;
    align-items: center;
    gap: 10px;
}
.product-content-quantity{
    display: flex;
    align-items: center;
    gap: 10px;
    border: solid 1px #EEEEEE;
    height: 50px;
    padding: 0px 10px;
    border-radius: 6px;
}
.product-content-quantity input{
    width: 50px;
    height: 30px;
    text-align: center;
    border: none;
    background: none;
    font-size: 20px;
}
.product-content-quantity button{
    border: none;
    background: none;
    color: #03B0DE;
    font-size: 18px;
}
.product-add-to-cart-btn{
     background: none;
    border: solid 1px #03B0DE;
    color: #03B0DE;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    height: 50px;
    width: 100%;
    border-radius: 6px;
    gap: 10px;
}
.add-to-fav-ibutton{
    background-color: #03B0DE;
    color: white;
    border: none;
    border-radius: 6px;
    width: 75px;
    height: 50px;
    font-size: 18px;
}
.product-buy-now-btn{
    background: #03B0DE;
    border: solid 1px #03B0DE;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    height: 50px;
    width: 100%;
    border-radius: 6px;
    gap: 10px;
}

.product-details-fetures{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-details-fetures div{
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #FF990020;
    padding: 10px 20px;
    border-radius: 6px;
    color: #FF9900;
    font-size: 11.5px
}


.main-heading-t{
    font-size: 32px;
    font-weight: 400;
    color: black;
}

.main-description-t{
    font-size: 18px;
    font-weight: 300;
}
.form-track-order{
    border: solid 1px #EEEEEE;
    border-radius: 8px 8px 0px 0px;
    padding: 30px;
    margin-top: 2rem;
}
.tracform-input-aria {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 equal columns */
  gap: 20px; /* space between columns and rows */
}
.input-groups label{
    font-size: 16px;
    color: #626262;
}
.input-groups{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.input-groups input{
    border: solid 1px #EEEEEE;
    border-radius: 4px;
    padding: 17px;
    font-size: 16px;
}
.buttons-gropup{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem;
}
.buttons-gropup .track-order-btn{
    background: #03B0DE;
    border: solid 1px #03B0DE;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    border-radius: 6px;
    padding: 20px 40px;
}
.buttons-gropup .how-to-id-btn{
    text-decoration: none;
    color: #03B0DE;
    font-size: 16px;
}
.cart-bar{
    width: 500px !important;
}

.cart-bar .product-detail .product-name {
    font-family: "Rubik", sans-serif;
    font-size: 18px !important;
}

.cart-bar .product-thumb img {
    width: 100px;
    height: 100px;
    border-radius: 4px;
    object-fit: cover;
    border: 1px solid #e9e9e9;
}

.cart-bar .product-detail span {
    color: #626262;
    font-size: 14px;
}
.cart-bar .product-detail .product-thumb {
    max-width: 100px !important;
}

.cart-bar .product-detail .product-price {
    font-size: 20px !important;
}

@media (max-width: 768px) {
    .cart-bar {
        width: 100% !important;
    }
    .categories-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}

.cart-page-breadcrumbs {
        display: flex;
    align-items: start !important;
    flex-direction: column;
    justify-content: start;
    gap: 6px;
}

}


/* ----------------------------- Checkout Page Styles ------------------------------ */
.checkout-form-section {
    padding: 30px;
    background: white;
    border: 1px solid #EEEEEE;
    border-radius: 8px;
    height: fit-content;
    align-self: start;
}

.checkout-form {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    margin-bottom: 5px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group.full-width {
    grid-column: span 2;
    margin-top: 10px;
}

.form-group label {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    margin-bottom: 0;
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 12px 16px !important;
    border: 1px solid #E5E5E5 !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    color: #999 !important;
    background: #FAFAFA !important;
    transition: all 0.3s ease !important;
    font-family: inherit !important;
    display: block !important;
}

.form-group input::placeholder,
.form-group textarea::placeholder,
.form-group select option[value=""] {
    color: #BDBDBD;
    font-style: normal;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #03B0DE;
    color: #333;
    background: white;
}

.form-group textarea {
    resize: vertical;
    min-height: 100px;
    font-family: inherit;
}

.checkout-sidebar {
    display: flex;
    flex-direction: column;
    grid-column: span 2;
}

.checkout-summary-card {
    background: #FCFCFC;
    border: 1px solid #EEEEEE;
    border-radius: 6px;
    height: fit-content;
    align-self: start;
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
}

.checkout-summary-wrap {
    padding: 24px;
}

.checkout-summary-wrap .product-info-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.checkout-summary-wrap .product-info-section {
    padding: 15px 0;
    border-bottom: 1px solid #EEEEEE;
}

.shipping-option-with-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.shipping-price {
    color: #FF9500;
    font-size: 14px;
    font-weight: 500;
}

.payment-summary {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 20px 0;
    margin: 0;
    border-bottom: none;
}

.payment-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.payment-item span {
    font-size: 14px;
    margin: 0;
}

.payment-item span:first-child {
    color: #666;
    font-weight: 400;
}

.payment-item span:last-child {
    color: #000;
    font-weight: 500;
}

.currency-small {
    font-size: 11px;
    color: #999;
    font-weight: normal;
    margin-left: 2px;
}

.payment-methods {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 20px 0 0 0;
}

.payment-method-option {
    display: flex;
    align-items: center;
    gap: 12px;
}

.payment-method-option input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid #E0E0E0;
    border-radius: 50%;
    background: white;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
}

.payment-method-option input[type="radio"]:checked {
    border-color: #03B0DE;
}

.payment-method-option input[type="radio"]:checked::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #03B0DE;
}

.payment-method-option input[type="radio"]:hover {
    border-color: #03B0DE;
}

.payment-method-option label {
    font-size: 14px;
    color: #333;
    cursor: pointer;
    user-select: none;
    font-weight: 400;
}

.paypal-info {
    color: #03B0DE;
    font-size: 13px;
    text-decoration: none;
    cursor: pointer;
    font-weight: 400;
}

.paypal-info:hover {
    text-decoration: underline;
}

.buy-now-btn {
    background: #00BFFF;
    color: white;
    border: none;
    padding: 16px 20px;
    border-radius: 0px 0px 6px 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin: 24px 0 0 0;
    width: 100%;
    box-sizing: border-box;
}

.buy-now-btn:hover {
    background: #0099CC;
}

.total-payment {
    border-top: 1px solid #EEEEEE;
    padding-top: 12px;
    margin-top: 12px;
}

.total-payment p {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.total-payment p:last-child {
    color: #03B0DE;
    font-size: 18px;
}

/* ----------------------------- Cart Page Styles ------------------------------ */
.cart-page-breadcrumbs {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cart-page-breadcrumbs h2 {
    font-size: 32px;
    font-weight: 500;
}

.cart-page-breadcrumbs .breadcrumbs {
    display: flex;
    align-items: center;
    gap: 8px;
}

.cart-page-breadcrumbs .breadcrumbs a {
    text-decoration: none;
    color: #03B0DE;
    font-size: 16px;
}

.cart-page-breadcrumbs .breadcrumbs p {
    font-size: 16px;
}

.cart-body-container {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 30px;
    margin-top: 30px;
}

.cart-body-container .cart-all-products {
    grid-column: span 5;
    background-color: #FCFCFC;
    border: solid 1px #EEEEEE;
    border-radius: 6px;
}

.cart-body-container .cart-chackout-details {
    grid-column: span 2;
    background-color: #FCFCFC;
    border: solid 1px #EEEEEE;
    border-radius: 6px;
    height: fit-content;
    align-self: start;
}

.products-top-actions {
    background-color: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}

.products-top-actions p {
    font-size: 16px;
    font-weight: 400;
}

.products-top-actions .action-box {
    display: flex;
    align-items: center;
    gap: 15px;
}

.select-products-all-input {
    display: flex;
    align-items: center;
    gap: 8px;
}

.select-checkbox-input {
    appearance: none;
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    border: 2px solid #03B0DE;
    border-radius: 4px;
    background: white;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
}

.select-checkbox-input:checked {
    background: #03B0DE;
    border-color: #03B0DE;
}

.select-checkbox-input:checked::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 14px;
    font-weight: bold;
}

.select-checkbox-input:hover {
    border-color: #026b8f;
}

.select-products-all-input label {
    font-size: 16px;
    color: #000;
    cursor: pointer;
    user-select: none;
}

.products-top-actions .action-box button {
    background-color: transparent;
    border: none;
    font-size: 16px;
    font-weight: 600;
    color: #03B0DE;
}

.single-product-cart {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-bottom: solid 1px #EEEEEE;
}

.single-product-cart .image-section {
    display: flex;
    align-items: center;
    gap: 15px;
}

.single-product-cart .image-section img {
    width: 150px;
    height: 150px;
}

.single-product-cart .product-details-section .section-title {
    font-size: 18px;
    font-weight: 500;
}

.single-product-cart-wrap {
    display: flex;
    align-items: center;
    gap: 15px;
}

.selectinputOverlay {
    background: #ffffff;
    border: solid 1px #EEEEEE;
    padding: 6px 10px;
    border-radius: 4px;
}

.selectinputOverlay select {
    border: none;
    font-size: 12px;
    outline: none;
    background: none;
    color: #03B0DE;
}

.cart-selections-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 10px;
}

.cart-selections-wrap .selections-cont-wr {
    display: flex;
    align-items: center;
    gap: 10px;
}

.quantity-input {
    display: flex;
    align-items: center;
    gap: 10px;
    border: solid 1px #EEEEEE;
    padding: 8px 8px;
    border-radius: 4px;
    background-color: #fff;
}

.quantity-input input {
    width: 40px;
    height: 30px;
    text-align: center;
    border: none;
    background: none;
    font-size: 16px;
}

.quantity-input button {
    border: none;
    background: none;
    color: #03B0DE;
    font-size: 18px;
    cursor: pointer;
    border-radius: 6px;
}

.cart-p-cart-actions {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 10px;
}

.remove-product-btn-cart {
    background: white;
    border: solid 1px #EEEEEE;
    color: #FF0000;
    font-size: 22px;
    cursor: pointer;
    padding: 7px 10px;
    border-radius: 4px;
}

.cart-p-pricing-section {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cart-p-pricing-section .price {
    font-size: 24px;
    font-weight: 500;
    color: #000;
}

.cart-p-cart-actions .currency {
    font-size: 16px;
    color: #626262;
    font-weight: 500;
}

.cart-checkout-details-wrap {
    padding: 0px 20px;
}

.cart-checkout-headings {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0px;
}

.cart-checkout-headings .heading {
    font-size: 20px;
    font-weight: 500;
    color: #000;
}

.cart-checkout-headings .note {
    font-size: 14px;
    color: #626262;
}

.cart-chackout-details .product-info-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cart-chackout-details p {
    font-size: 14px;
    color: #626262;
}

.cart-chackout-details .product-info-title {
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-info-wrap .pricing {
    color: black;
}

.product-info-section {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 20px 0px;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}

.shipping-options {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 15px 0 20px 0;
}

.shipping-option {
    display: flex;
    align-items: center;
    gap: 10px;
}

.shipping-option input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #03B0DE;
    border-radius: 50%;
    background: white;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
}

.shipping-option input[type="radio"]:checked {
    background: #03B0DE;
    border-color: #03B0DE;
}

.shipping-option input[type="radio"]:checked::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.shipping-option input[type="radio"]:hover {
    border-color: #026b8f;
}

.shipping-option label {
    font-size: 16px;
    color: #000;
    cursor: pointer;
    user-select: none;
}

.shipping-option label:hover {
    color: #03B0DE;
}

.shipping-bag-opt-badg-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ex-price-badge {
    background-color: #ff990020;
    padding: 6px;
}

.ex-price-badge p {
    color: #FF9900;
}

.total-count-btm {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px 0px;
}

.total-count-btm .payment {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.last-checkout-btn {
    background: #03B0DE;
    border: solid 1px #03B0DE;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    height: 50px;
    width: 100%;
    border-radius: 0px 0px 6px 6px;
    gap: 10px;
    margin-top: 10px;
    text-decoration: none;
}