/* ===== GLOBAL VARIABLES ===== */
:root {
  --primary-color: #004c62;
  --secondary-color: #f25c5f;
  --text-color: #000000;
  --white-color: #ffffff;
  --border-color: #e5e5e5;
  --shadow-color: rgba(0, 0, 0, 0.08);
}

/* ===== BASE STYLES ===== */
body {
  font-family: "Poppins", sans-serif;
  color: var(--text-color);
  background: var(--white-color);
}
a{
  text-decoration: none;
}
ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
p{
  line-height: 1.6;
  margin-bottom: 0;
}
h1,h2,h3,h4,h5,h6{
  margin-bottom: 0;
}
b, strong {
    font-weight: 600 !important;
}

.form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.form-select:focus, .form-control:focus {
    box-shadow: none;
    border-color: var(--primary-color);
}

.btn{
  border-radius: 4px !important;
  padding: 10px 22px !important;
}
.btn.btn-primary {
  background: var(--secondary-color);
  border: none;
  color: #fff;
  padding: 10px 22px;
  font-weight: 500;
  border-radius: 4px !important;
}


.brand-sidebar {
  background: var(--white-color);
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #dfe3e8;
}

.brand-header a.all-brands{
  color: var(--white-color);
  font-weight: 500;
  background: var(--secondary-color);
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.brand-list li {
  border-bottom: 1px solid #dfe3e8;
}

.brand-list li:last-child {
  border-bottom: none;
}

.brand-list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  color: var(--text-color);
  text-decoration: none;
  font-weight: 400;
}
.brand-list a i {
  color: var(--text-color);
  transition: transform 0.2s ease;
}

.brand-list a:hover {
  background: #f9f9f9;
}

.brand-list a:hover i {
  transform: translateX(4px);
}

.brand-list {
  max-height: 490px;
  overflow-y: auto;
}
.brand-list::-webkit-scrollbar {
  width: 5px;
}

.brand-list::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 10px;
}

.hero-banner {
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
}
.hero-banner .carousel-control-next, .hero-banner .carousel-control-prev{
  width: auto;
}
.hero-banner .carousel, .hero-banner .carousel-inner{
  height: 100%;
}

.banner-slide {
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}
.banner-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}
.banner-content {
  /*position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
  max-width: 600px;
  color: #fff;*/
	max-width: 600px;
    color: #fff;
    position: relative;
    width: 100%;
    padding: 100px 50px;
}

.banner-content h1 {
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 15px;
}

.banner-content p {
  font-size: 16px;
  margin-bottom: 25px;
}

.banner-badge {
  background: #ffc107;
  color: #000;
  padding: 6px 12px;
  margin-bottom: 15px;
  display: inline-block;
  font-weight: 600;
}
.hero-banner .btn.btn-primary:hover {
  background: var(--white-color);
  color: var(--text-color);
}

.info-wrapper {
    padding: 20px;
    background: #f4f6fa;
    border-radius: 20px;
}
.info-box {
    display: flex;
    align-items: center;
    gap: 15px;
}
.info-con {
    text-align: left;
}
.info-icon {
    width: 70px;
    flex-shrink: 0;
}
.info-con h5 {
    margin-bottom: 5px;
}

/* SECTION */
.section-header {
    position: relative;
    border-bottom: 1px solid #dfe3e8;
    margin-bottom: 16px;
    padding-bottom: 16px;
}
.section-title {
  font-weight: 600;
  position: relative;
}



/* PRODUCT CARD */
.product-card {
    border: 1px solid #dfe3e8;
    padding: 15px;
    height: 100%;
    background: var(--white-color);
    border-radius: 18px;
}

.product-card img {
  width: 100%;
  height: 250px;
  object-fit: contain;
  margin-bottom: 10px;
}
.product-card .brand {
  font-size: 14px;
  color: var(--primary-color);
}
.product-card .product-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}
.product-card .product-title a {
  color: var(--text-color);
}
.product-card .product-title a:hover{
  color: var(--secondary-color);
}
.product-card .price {
  font-size: 16px;
}
.product-card .price .new {
  color: var(--secondary-color);
  font-weight: 700;
  margin-left: 5px;
}
.product-card .price i{
  width: auto;
}
.product-card .price .old {
  text-decoration: line-through;
  color: #999;
  margin-left: 5px;
}

.custom-nav button {
    background: #f6f7f8;
    color: var(--text-color);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: 0;
}
.custom-nav button.owl-next-btn{
  margin-left: 5px;
}
.custom-nav button:hover{
  background: var(--primary-color);
  color: var(--white-color);
}

.product-slider.owl-carousel .owl-stage {
    display: flex;
}
.product-slider.owl-carousel .owl-stage:after{
  content: unset;
}

.offer-section img:hover {
    transform: scale(1.1);
    transition: all 0.5s ease;
}
.offer-section .offer-img {
    overflow: hidden;
    border-radius: 18px;
}
.offer-section img {
    transition: all 0.5s ease;
}

.hot-deal-section{
  background: #f6f6f6;
}
.deals-block .product-card img {
    height: 445px;
}
.deal-product-slider .product-card {
    border: 2px solid var(--secondary-color);
}
.product-list .product-item {
    display: grid;
    gap: 20px;
}
.product-list.two-col .product-item{
  grid-template-columns: repeat(2, 1fr);
}
.product-list .product-card {
    display: flex;
    align-items: center;
    gap: 15px;
    border:0;
}
.product-list .product-card img {
    height: 120px;
    width: 120px;
    margin: 0;
}
.offer-block {
    height: 560px;
    display: block;
    border-radius: 20px;
    overflow: hidden;
}
.offer-block img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.recom-bg {
    padding: 80px 30px;
    border-radius: 20px;
    overflow: hidden;
    background-image: url(./../img/recom-banner.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
}
.recom-banner-txt {
    width: 340px;
    margin-left: auto;
    color: var(--white-color);
}
.recom-banner-txt p {
    margin: 15px 0 30px;
}
.recom-banner-txt p {
    margin: 15px 0 30px;
}
.recom-banner-txt .btn.btn-primary:hover {
    background-color: var(--white-color);
    color: var(--text-color);
}
.recom-prod-deal {
    padding: 15px;
    border-radius: 15px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}
.recom-prod-deal.box-1{
    background-image: linear-gradient(56deg, #00972d 0%, #000000 100%);
}
.recom-prod-deal.box-2 {
    background-image: linear-gradient(109deg, #009791 0%, #000000 100%);
}
.recom-prod-deal .recom-prod-txt {
    color: #fff;
}
.recom-prod-deal.box-3 {
    background-image: linear-gradient(109deg, #e1bc3b 0%, #2e4d5f 100%);
}
.recom-prod-deal .recom-prod-txt .title {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.1;
}
.recom-prod-deal .recom-prod-txt p {
    font-size: 13px;
    margin: 5px 0 10px;
}
.recom-prod-deal .recom-prod-txt .btn-link {
    color: #fff;
    font-size: 14px;
}
.recom-prod-deal .recom-prod-img {
    width: 90px;
    flex-shrink: 0;
}
.recom-prod-deal:hover .recom-prod-img {
    transform: scale(1.1);
}
.recom-prod-deal .recom-prod-img{
    transition: all 0.5s ease;
}

.brand-item {
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
}
.brand-slider .owl-stage {
    display: flex;
    justify-content: center;
}
.brand-item img {
    object-fit: contain;
    width: 100% !important;
    height: 100% !important;
    transition: all 0.5s ease;
}
.brand-item img:hover {
    filter: grayscale(1);
}
.brand-item > a {
    display: block;
    width: 100%;
    height: 100%;
}

.heading-testimonial {
    padding: 20px;
    border-radius: 15px;
    background-color: var(--secondary-color);
    height: 100%;
    color: var(--white-color);
    display: flex;
    flex-direction: column;
}
.heading-testimonial .section-title {
    margin-bottom: 20px;
}
.testimonial-item {
    padding: 20px;
    border-radius: 15px;
    background: #f6f6f6;
    height: 100%;
}
.testimonial-slider .owl-stage {
    display: flex;
}
.testimonial-content .review-con {
    font-size: 14px;
    font-weight: 300;
}
.testimonial-item .prod-review {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: var(--white-color);
    border-radius: 8px;
    padding: 10px;
    margin-top: 15px;
}
.testimonial-item .prod-review .prod-review-image {
    flex-shrink: 0;
    width: 70px;
}
.testimonial-item .prod-review .prod-review-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial-item .prod-review .prod-info {
    padding: 0;
    border: 0;
    background: transparent;
    border-radius: 0;
}
.reviwer-name {
    font-weight: 500;
    margin-bottom: 5px;
}
.review-section .custom-nav {
    margin-top: auto;
}
.testimonial-item .prod-review .prod-info .product-title {
    font-size: 14px;
    margin-bottom: 0 !important;
}

.newsletter-bar{
  background-color: var(--secondary-color);
  color: var(--white-color);
  padding: 20px 0;
}
.footer-logo {
    width: 160px;
    margin-bottom: 20px;
}
.footer-main .icon-box {
    display: flex;
    align-items: center;
    gap: 15px;
}
.footer-main .icon-box .icon-img {
    width: 60px;
    flex-shrink: 0;
}
.footer-main .icon-box .icon-box-con a {
    color: var(--secondary-color);
}
.ftr-title {
    margin-bottom: 15px;
}
.footer-links a {
    color: var(--text-color);
}
.footer-links a:hover {
    color: var(--secondary-color);
}
.footer-links li + li {
    margin-top: 5px;
}
.social-icon {
    display: flex;
    gap: 5px;
}
.social-icon a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    transition: all 0.5s ease;
}
.social-icon a:hover{
    background-color: var(--secondary-color);
}
.social-icon a i {
    font-size: 18px;
    color: var(--white-color);
}
.payment-icons img {
    width: 100% !important;
    height: 30px;
}

.brand-list a.active {
    background: var(--primary-color);
    color: var(--white-color);
}
.brand-list a.active i {
    color: var(--white-color);
}
.shop-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.brand-card .card-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    color: var(--text-color);
}
.brand-card:hover {
    border-color: var(--secondary-color);
}
.brand-card {
    border-radius: 18px !important;
}

.breadcrumb .breadcrumb-item a {
    color: var(--secondary-color);
}
.product-summary .product-info li{
    display: flex;
    align-items: flex-start;
}
.product-summary .product-info li + li {
    margin-top: 12px;
}
.product-summary .product-info li span {
    font-weight: 500;
    width: calc(100% - 150px);
}
.product-summary .product-info li label {
    font-weight: 300;
    width: 150px;
}
.product-summary .product-price .new-price {
    color: var(--secondary-color);
    font-weight: 700 !important;
}
.product-summary .product-price .old-price {
    color: #999;
    font-size: 20px;
}
.product-summary .buy-btn {
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.product-summary .buy-btn:hover {
    background: var(--primary-color);
}
.pagination .page-item.active .page-link {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: var(--white-color) !important;
}
.pagination .page-item .page-link {
    color: var(--text-color) !important;
}
.pagination .page-item .page-link:focus {
    box-shadow: none;
}


.product-specification {
    display: block;
    position: relative;
    margin: 60px 0;
    background: #f6f6f6;
    border-radius: 10px;
    padding: 15px;
}
.product-specification .nav-link {
    border: 0;
    background-color: transparent !important;
    color: var(--text-color) !important;
}
.product-specification .nav-tabs {
    border-color: #ddd;
}
.product-specification .nav-link.active {
    color: var(--secondary-color) !important;
    border-bottom: 2px solid var(--secondary-color);
}
.product-specification .tab-content {
    padding: 0 15px;
}
.rating-bar .star-rating {
    font-size: 12px;
}
.review-list li + li {
    margin-top: 15px;
    border-top: 1px solid #ddd;
    padding-top: 15px;
}
.review-modal .star-rating {
    color: var(--primary-color);
}

.dash-sidebar .sidebar-body {
    border: 1px solid #e4e4e4;
    border-radius: 10px;
}
.dash-sidebar .sidebar-heading {
    padding: 20px 15px 0;
}
.dash-sidebar .sidebar-body .nav-link.active {
    background-color: rgb(242 92 95 / 35%);
    color: var(--text-color);
    border-left-color: var(--secondary-color);
}
.dash-sidebar .sidebar-body .nav-link {
    border-left: 4px solid transparent;
    padding: 12px 15px;
    color: var(--text-color);
}
.dash-sidebar .sidebar-body .nav-link:hover {
    color: var(--secondary-color);
}
.dash-sidebar .sidebar-body .nav-link.active:hover {
    color: var(--text-color);
}
.dash-content-body {
    padding: 15px;
    border: 1px solid #e4e4e4;
    border-radius: 10px;
}
.dash-content .dash-content-title {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 16px;
    padding-bottom: 16px;
}
.order-history-table th {
    font-weight: 500;
}
.order-history-table .download-btn {
    border-color: var(--secondary-color);
    color: var(--secondary-color);
}
.order-history-table .download-btn:hover {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    color: var(--white-color);
}
.order-history-table .product-price {
    color: var(--primary-color) !important;
}
.product-title a {
    color: var(--text-color);
}
.product-title a:hover {
    color: var(--secondary-color);
}
.order-history-table .action-col {
    min-width: 250px;
}
.order-history-table th.order-col {
    min-width: 210px;
}
.order-history-table th.product-col {
    min-width: 230px;
}
.order-history-table .search-box {
    max-width: 100%;
    width: auto !important;
}
.order-history-table .search-box input {
    padding: 5px 10px !important;
    margin-left: 5px;
    border-radius: 6px;
}
.counter-box {
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 25px;
}
.counter-box .orderNo {
    display: block;
    font-size: 30px;
    font-weight: 500;
}
.counter-box .box-icon {
    margin-bottom: 15px;
    width: 50px;
}
.counter-box.lightGreen {
    background: #e1ffdf;
}
.counter-box.lightpurple {
    background: #f4e9ff;
}
.counter-box.lightblue {
    background: #edf4ff;
}
.counter-box.lightorange {
    background: #fff2da;
}

/* Table layout fix */
.cart-table th,
.cart-table td{
  border-bottom:1px solid #eee;
  vertical-align:middle;
}

/* Column widths */
.cart-table .col-product{ width:45%;}
.cart-table .col-price{ width:15%;}
.cart-table .col-qty{ width:20%;}
.cart-table .col-total{ width:15%;}
.cart-table .col-remove{ width:5%; }

/* Product column */
.cart-table .product-info{
  display:flex;
  gap:15px;
  align-items:flex-start;
}
.cart-table .product-img{
  width:60px;
  flex-shrink:0;
}
.cart-table .product-name{
  word-break:break-word;
  line-height:1.4;
}
.cart-table .product-name a{
    color: var(--text-color);
}
.cart-table .product-name a:hover{
    color: var(--secondary-color);
}

/* Quantity */
.cart-table .qty-box{
  display:flex;
  border:1px solid #ddd;
  width:110px;
}
.cart-table .qty-box button{
  background:none;
  border:0;
  width:35px;
  cursor:pointer;
}
.cart-table .qty-box input{
  border:0;
  width:40px;
  text-align:center;
}
.cart-table th {
    font-weight: 500;
}

/* Remove */
.cart-table .remove-item{
  color:#aaa;
  cursor:pointer;
}
.cart-table .remove-item:hover{
  color:var(--secondary-color);
}

/* Cart total */
.cart-total{
  border:1px solid #ddd;
  padding:25px;
  border-radius: 10px;
}
.cart-total .total-row{
  display:flex;
  justify-content:space-between;
  margin-bottom:12px;
}
.cart-total .total{
  color:var(--secondary-color);
  font-weight:600;
}

/* Buttons */
.cart-total .btn-primary-custom{
  background:var(--primary-color);
  color:#fff;
  border:0;
}
.cart-total .btn-primary-custom:hover{
  background:#003949;
}

.cart-total .btn-outline-custom{
  border:1px solid var(--secondary-color);
  color:var(--secondary-color);
}
.cart-total .btn-outline-custom:hover{
  background:var(--secondary-color);
  color:#fff;
}
.btn-outline-custom{
  border:1px solid var(--secondary-color);
  color:var(--secondary-color);
}
.btn-outline-custom:hover{
  background:var(--secondary-color);
  color:#fff;
}


.checkout-title{
  font-weight:600;
  margin-bottom:20px;
}

.checkout-form .form-control, .checkout-form .form-select{
  border-radius:0;
  height:45px;
}

.order-box{
    border: 1px solid #ddd;
    padding: 25px;
    border-radius: 10px;
}

.order-box h5{
  font-weight:600;
  margin-bottom:20px;
}

.order-row{
  display:flex;
  justify-content:space-between;
  margin-bottom:10px;
}

.order-total{
  color:var(--secondary-color);
  font-weight:600;
}

.payment-methods .form-check{
  margin-bottom:12px;  
}
.payment-methods .form-check .form-check-input, .payment-methods .form-check .form-check-label{
    cursor: pointer;ss
}
.payment-desc{
  font-size:14px;
  color:#777;
  margin-left:25px;
}

.place-order{
  background:var(--secondary-color);
  color:#fff;
  border:0;
  padding:12px;
}

.place-order:hover{
  background:#e14d50;
}

small.required{
  color:red;
}
.checkout-form label {
    margin-bottom: 5px;
}


.policy-title{
  font-weight:600;
  margin-bottom:10px;
}

.policy-subtitle{
  color:#666;
  margin-bottom:30px;
}

.policy-section{
  margin-bottom:35px;
}

.policy-section h5{
  font-weight:600;
  margin-bottom:10px;
  color:var(--primary-color);
}

.policy-section p,
.policy-section li{
  color:#555;
  line-height:1.7;
}

.policy-section ul{
  padding-left:18px;
}

/* Responsive style */
@media (min-width: 992px){
   #brandSidebar {
       position: static;
       z-index: auto;
       flex-grow: 1;
       width: auto!important;
       height: auto!important;
       visibility: visible!important;
       background-color: transparent!important;
       border: 0!important;
       transform: none!important;
       transition: none;
   }
}
@media (max-width: 1199px){
   .banner-content h1 {
       font-size: 32px;
   }
   .info-icon {
       width: 50px;
   }
   .info-wrapper {
       border-radius: 12px;
   }
   .product-list .product-card img {
       height: 70px;
       width: 70px;
   }
   .recom-prod-deal .recom-prod-img {
       width: 50px;
   }
   .recom-prod-deal .recom-prod-txt .title {
       font-size: 14px;
   }
   .recom-prod-deal .recom-prod-txt p {
       font-size: 12px;
   }
   .heading-testimonial .section-title {
       font-size: 23px;
       margin-bottom: 10px;
   }
   .footer-main .icon-box .icon-img {
       width: 45px;
   }
   .counter-box .orderNo {
        font-size: 24px;
    }
    .counter-box .box-icon {
        width: 42px;
    }
}
@media (max-width: 991px){
  .container {
      max-width: 100%;
      width: 95%;
  }
  .banner-slide {
      min-height: 500px;
  }
  .topbar-txt.hour-text {
        display: none;
    }
    .main-header .header-icons {
        gap: 15px !important;
    }
    .deals-block .product-card img {
       height: 250px;
   }
   .counter-box .orderNo {
        font-size: 22px;
    }
    .counter-box .box-icon {
        width: 40px;
    }
}
@media (max-width: 768px) {
  .banner-content {
    padding: 30px 15px;
  }
  .banner-content h1 {
    font-size: 30px;
  }
  .carousel-item .col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer-logo {
       margin: 0 auto 20px;
   }
   .footer-social,
   .ftr-title,
   .footer-links li,
   .loc-title,
   .loc-detail {
       text-align: center;
   }
   .footer-social-icon,
   .footer-main .icon-box {
       justify-content: center;
   }
   .footer-bottom p {
       text-align: center;
   }
   .newsletter-txt {
       text-align: center;
   }
   .review-section .custom-nav {
       margin-top: 30px;
   }
   .banner-slide {
       min-height: 450px;
   }
   .banner-content {
       top: 50%;
       left: 50%;
       transform: translate(-50%, -50%);
       max-width: 90%;
       width: 100%;
	   position: absolute;
   }
   .banner-content h1 {
       font-size: 26px;
   }
   .shop-grid {
       grid-template-columns: repeat(2, 1fr);
   }
   .brand-card {
       border-radius: 10px !important;
   }
   .product-summary .buy-btn {
        font-size: 16px;
    }
    .product-specification .tab-content {
        padding: 0 10px;
    }
    .order-filter-head {
        flex-direction: column !important;
        gap: 20px;
    }
    .counter-box {
        margin-bottom: 15px;
    }
    .order-history-table .search-box input{
        width: 100% !important;
    }
    .cart-total, .order-box {
        padding: 15px;
    }
    .cart-table .col-product{ min-width: 380px;}
    .cart-table .col-price{ min-width: 130px;}
    .cart-table .col-qty{ min-width: 150px;}
    .cart-table .col-total{min-width: 130px;}
}
@media (max-width: 575px){
   .product-list.two-col .product-item {
       grid-template-columns: repeat(1, 1fr);
       gap: 10px;
   }
}
@media (max-width: 515px){
    .topbar-txt {
        display: none;
    }
}
@media (max-width: 475px){
   .shop-grid {
       grid-template-columns: repeat(1, 1fr);
   }
   .product-summary .product-info li {
        flex-direction: column;
    }
    .product-summary .product-info li label, .product-summary .product-info li span {
        width: 100%;
    }
}