body {
  width: 100%;
  height: 100%;
}
h1, h2, h3, h4, h5, h6 {
  color: #444;
}
legend {
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
label {
  font-size: 12px;
  font-weight: normal;
}
/* Chrome border line */
button:focus {
  outline: none !important;
}
/* container */
#container {
  width: 100%;
  min-height: 100%;
  position: absolute;
  margin-bottom: 300px;
}
/* content */
#content, #column-left, #column-right {
  padding-bottom: 730px;
}
@media (min-width: 576px) {
  #content, #column-left, #column-right {
    padding-bottom: 400px;
  }
}
#alert {
  z-index: 9999;
  position: fixed;
  top: 30%;
  left: 50%;
  width: 400px;
  margin-left: -200px;
}
@media (min-width: 992px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1140px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1320px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
#alert .alert {
  margin-bottom: 15px;
}
#alert .alert-primary {
  box-shadow: 0 0 0 5px rgb(var(--bs-primary-rgb), 0.1);
}
#alert .alert-secondary {
  box-shadow: 0 0 0 5px rgb(var(--bs-secondary-rgb), 0.1);
}
#alert .alert-success {
  box-shadow: 0 0 0 5px rgb(var(--bs-success-rgb), 0.1);
}
#alert .alert-warning {
  box-shadow: 0 0 0 5px rgb(var(--bs-warning-rgb), 0.1);
}
#alert .alert-danger {
  box-shadow: 0 0 0 5px rgb(var(--bs-danger-rgb), 0.1);
}
#alert .alert-info {
  box-shadow: 0 0 0 5px rgb(var(--bs-info-rgb), 0.1);
}
#alert .alert-light {
  box-shadow: 0 0 0 5px rgb(var(--bs-light-rgb), 0.1);
}
#alert .alert-dark {
  box-shadow: 0 0 0 5px rgb(var(--bs-dark-rgb), 0.1);
}
/* top */
#top {
  background-color: var(--bs-tertiary-bg);
  border-bottom: 1px solid var(--bs-border-color);
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 5px;
}
#top ul.list-inline {
  margin-bottom: 0;
}
#top .list-inline-item > a, #top .list-inline-item .dropdown > a {
  font-size: 1.1em;
  color: var(--bs-gray-600);
  line-height: 40px;
  vertical-align: middle;
  padding: 10px 0px 5px 0px;
}
/* logo */
#logo {
  text-align: center;
  margin: 7px 0 7px 0;
}
#logo img {
  max-width: 200px;
}
@media (min-width: 768px) {
  #logo {
    text-align: left;
  }
}
/* search */
#search {
  margin-bottom: 10px;
}
#search .form-control-lg {
  height: 40px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
}
#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 0.57rem 35px;
  text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
  margin-bottom: 10px;
}
#cart .img-thumbnail {
  min-width: 100px;
}
#cart .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 14px 35px;
}
#cart .dropdown-menu {
  background: #eee;
}
#cart .dropdown-menu li {
  min-width: 300px;
}
@media (max-width: 768px) {
  #cart .dropdown-menu li {
    min-width: 100%;
  }
}
/* FORCE center Add to Cart */
.product-thumb {
    display: flex;
    flex-direction: column;
}

.product-thumb .caption {
    flex-grow: 1;
}
/* menu */
#menu {
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border: 1px solid #1f90bb;
  border-color: #1f90bb #1f90bb #145e7a;
  min-height: 40px;
  border-radius: 4px;
  padding: 0 1rem;
  margin-bottom: 20px;
}
#menu .navbar-nav > li > a {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: 10px 15px 10px 15px;
  background-color: transparent;
}
#menu .navbar-nav > li > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#menu .dropdown-inner {
  display: flex;
  flex-direction: column;
}
#menu .dropdown-inner ul {
  width: 100%;
  min-width: 200px;
}
@media (min-width: 960px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
  #menu .dropdown-inner {
    flex-direction: row;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-2 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -600px;
  }
}
#category {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .navbar-toggler i {
  color: #fff;
  border-color: #fff;
  font-size: 0.9em;
}
/* default boostrap changes */
div.required .col-form-label:before, div.required .form-label:before {
  content: "* ";
  color: #F00;
  font-weight: bold;
}
.form-switch-lg {
  font-size: 20px;
  min-height: 30px;
  line-height: 30px;
}
.nav-tabs {
  margin-bottom: 15px;
}
.form-check .form-check-input {
  margin-top: 0.25rem;
}
@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}
/* footer */
footer {
  border: 1px solid #000000;
  position: absolute;
  bottom: -1px;
  width: 100%;
  padding-top: 30px;
  background-color: #303030;
  border-top: 1px solid #ddd;
  color: #e2e2e2;
}
footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}
footer a {
  color: #ccc;
  text-decoration: none;
}
footer a:hover {
  color: #fff;
}
footer h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* breadcrumb */
.breadcrumb {
  margin: 0 0 20px 0;
  padding: 8px 0;
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  background-color: var(--bs-tertiary-bg);
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li.breadcrumb-item {
  text-shadow: 0 1px 0 #FFF;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}

.breadcrumb > li.breadcrumb-item > a {
  text-decoration: none;
}
.breadcrumb > li.breadcrumb-item:after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  right: -5px;
  width: 29px;
  height: 29px;
  border-right: 1px solid var(--bs-border-color);
  border-bottom: 1px solid var(--bs-border-color);
  transform: rotate(-45deg);
}
.breadcrumb > li.breadcrumb-item + li:before {
  content: "";
  padding: 0;
}
.product-thumb h4 {
    font-size: 15px;
    font-weight: 600;
    color: #222;
    line-height: 1.4;
    height: 42px;
    overflow: hidden;
    margin-bottom: 6px;
}

.product-thumb h4 a {
    color: #222;
    text-decoration: none;
}

.product-thumb h4 a:hover {
    color: #007bff;
}
.product-thumb .price {
    font-size: 16px;
    font-weight: 700;
    color: #007bff;
    margin-bottom: 6px;
}

.product-thumb .price-old {
    color: #999;
    font-size: 13px;
    text-decoration: line-through;
    margin-left: 6px;
}

.product-thumb .price-new {
    color: #007bff;
}
.product-thumb {
    padding: 10px !important;
}

.product-thumb .content {
    padding: 5px 0 !important;
}
@media (max-width: 576px) {

    .product-thumb h4 {
        font-size: 14px;
        height: auto;
    }

    .product-thumb .price {
        font-size: 15px;
    }

    .product-thumb .button-group button {
        font-size: 13px;
        padding: 7px;
    }

}
@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
  }
  .product-list .product-thumb .image {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .product-list .product-thumb .content {
    flex-direction: column;
    flex: 75%;
    position: relative;
  }
  .product-list .product-thumb .button {
    border-left: 1px solid #ddd;
    width: calc(100% -  15px);
    margin-left: 15px;
  }
}
.rating .fa-stack {
  width: 20px;
}
.rating .fa-star {
  color: #999;
  font-size: 15px;
}
.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}
.rating .fa-star + .fa-star {
  color: #E69500;
}
/* product list */
.price {
  color: #444;
}
.price-new {
  font-weight: 600;
}
.price-old {
  color: #dc512c;
  text-decoration: line-through;
}
.price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}
/* blog */
.blog-thumb {
  border: 1px solid #ddd;
  margin-bottom: 15px;
}
.blog-thumb h4 {
  font-weight: bold;
}
.blog-thumb .image {
  text-align: center;
  margin-bottom: 15px;
}
.blog-thumb .image a:hover {
  opacity: 0.8;
}
.blog-thumb .description {
  padding: 15px;
}
/* Theme Custom CSS */
#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.95;
  color: #ecf0f1;
  background: #343a40;
}
#cookie div {
  font-size: 16px;
  color: #FFFFFF;
}

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 55px;
  height: 55px;
  background: #25D366;
  color: white;
  font-size: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  z-index: 9999;
}

.whatsapp-float img {
  width: 26px;      /* adjust this */
  height: 26px;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}
/* Removes the border and shadow from product cards */
.product-thumb, .product-grid .product-thumb, .product-list .product-thumb {
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
}
/* Footer socials */
.footer-socials {
  margin-top: -10px;   /* move UP */
  margin-bottom: 15px;
  text-align: center;
}


.footer-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 40px;
  height: 40px;

  margin: 0 8px;

  background: #444;
  border-radius: 50%;

  transition: 0.3s;
}

.footer-socials img {
  width: 20px;
  height: 20px;
  
}

.footer-socials a:hover {
  transform: scale(1.15);
  background: #25D366;
}

/* ===== Featured products 2 per row on mobile ===== */
@media (max-width: 576px) {

  .product-layout {
    width: 50% !important;
    float: left;
  }

}
/* ===== SKY BLUE → LIGHT GREEN PROFESSIONAL GRADIENT ===== */

nav#menu,
#menu {
    background: linear-gradient(90deg, #1e73be, #28a745);
    border: none !important;
    border-radius: 0 !important;
}

/* Menu text */
#menu .nav-link,
#menu .navbar-nav > li > a {
    color: #ffffff !important;
    font-weight: 500;
}

/* Hover effect */
#menu .nav-link:hover,
#menu .navbar-nav > li > a:hover {
    background: rgba(255, 255, 255, 0.2) !important;
    color: #ffffff !important;
}
@media (max-width: 991px) {

    #menu .navbar-toggler {
        order: -1;              /* Move it to left */
        margin-right: auto;     /* Push other items to right */
        margin-left: 0;
    }

}
/* ===== CLEAN PRODUCT ACTION DESIGN ===== */

/* Quantity Box */
.quantity-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    margin-bottom: 20px;
}

.quantity-wrapper button {
    background: #f8f9fa;
    border: none;
    width: 45px;
    height: 45px;
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s;
}

.quantity-wrapper button:hover {
    background: #e9ecef;
}

.quantity-wrapper input {
    width: 50px;
    border: none;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    outline: none;
}
.product-action-buttons {
    display: flex;
    gap: 15px;
}

.product-action-buttons .btn {
    flex: 1;
    padding: 14px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 12px;
    transition: all 0.3s ease;
}

/* Add to Cart */
.btn-add-cart {
    background: #f1f5f9;
    color: #333;
    border: 1px solid #dce3ea;
}

.btn-add-cart:hover {
    background: #e2e8f0;
}

/* Buy Now (Primary Attractive) */
.btn-buy-nows {
    background: linear-gradient(45deg, #007bff, #00c6ff);
    color: #fff;
    border: none;
    box-shadow: 0 6px 15px rgba(0, 123, 255, 0.3);
}

.btn-buy-nows:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 123, 255, 0.4);
}
/* Fix Swiper inside OpenCart */
.featured-swiper {
    width: 100%;
    padding: 10px 0;
}
.featured-swiper {
    padding-bottom: 0 !important;
}

.featured-swiper .swiper-pagination {
    position: relative !important;
    bottom: auto !important;
    margin-top: 15px;
    text-align: center;
}


.featured-swiper .swiper-slide {
    height: auto;
}

.featured-swiper .swiper-slide > div {
    width: 100% !important;
    max-width: 100% !important;
}

.featured-swiper .product-thumb {
    width: 100% !important;
}

.featured-swiper .col-lg-3,
.featured-swiper .col-md-3,
.featured-swiper .col-sm-6,
.featured-swiper .col-xs-12 {
    width: 100% !important;
    flex: unset !important;
    max-width: 100% !important;
}
/* Price Row Compact Layout */
.product-thumb .price {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 3px;              /* control spacing between price items */
}

/* New Price */
.product-thumb .price .price-new {
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}

/* Old Price */
.product-thumb .price .price-old {
    font-size: 11px;
    opacity: 0.8;
    white-space: nowrap;
}
/* Smaller Discount Badge */
.product-thumb .price .discount-badge {
    font-size: 8px !important;
    padding: 1px 3px !important;
    border-radius: 3px !important;
    white-space: nowrap !important;
    line-height: 1.1 !important;
    font-weight: 600 !important;
    display: inline-block !important;
    vertical-align: middle !important;
    max-width: 55px !important;
    overflow: hidden !important;
    height: auto !important;
    min-height: unset !important;
    min-width: unset !important;
    transform: none !important;
}
.product-thumb {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product-thumb .image {
    text-align: center;
    min-height: 220px;   /* keep image section same height */
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-thumb .content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.top-announcement {
    background: linear-gradient(90deg, #1e73be, #28a745);
    color: #ffffff;
    text-align: center;
    padding: 12px 0;
    font-size: 15px;
    font-weight: 600;
}

.top-announcement .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.brand {
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1px;
}
/* ===============================
   REMOVE UNWANTED TOP SPACING
=================================*/

body {
    margin: 0;
    padding: 0;
}

#top {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

header {
    padding-top: 0 !important;
}

/* ===============================
   TOP ANNOUNCEMENT BAR
=================================*/

.top-announcement {
    width: 100%;
    margin: 0;
    padding: 8px 0;
    background: linear-gradient(90deg, #1e73be, #2ecc71);
    color: #ffffff;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.top-announcement .swiper {
    width: 100%;
}

.top-announcement .swiper-wrapper {
    align-items: center;
}

.top-announcement .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-announcement .brand {
    font-weight: 700;
    color: #ffffff;
}

/* ===============================
   SMOOTH LOOK
=================================*/

.top-announcement span {
    display: inline-block;
    padding: 2px 10px;
}

/* ===============================
   REMOVE GAP BELOW BAR
=================================*/

header .container {
    margin-top: 15px;
}
/* ===============================
   LOGO SIZE FIX
=================================*/

#logo img {
    max-height: 70px;     /* Adjust height here */
    width: auto;
    padding-left:30px;
    transition: 0.3s ease;
}

/* Make header cleaner */
header .row {
    align-items: center;
}

/* Reduce header vertical spacing */
header {
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Improve alignment with search & cart */
#logo {
    display: flex;
    align-items: center;
}
#share-btn {
  background: #f5f7fa !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 8px !important;

  padding: 8px 14px !important;
  margin: 0 8px 0 0 !important;   /* gap like other social icons */

  font-size: 15px !important;
  font-weight: 600 !important;

  color: #1565c0 !important;

  display: inline-flex !important;
  align-items: center;
  gap: 8px;

  cursor: pointer;
  transition: all 0.3s ease;
}

#share-btn i {
  font-size: 20px !important;
}

#share-btn:hover {
  background: #1565c0 !important;
  color: #fff !important;
  border-color: #1565c0 !important;
  transform: translateY(-2px);
}
.breadcrumb li:first-child a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background: #28a745;
    border-radius: 50%;
    color: #fff;
}
/* ===============================
   MOBILE LOGO CENTER FIX
=================================*/

@media (max-width: 767px) {

    /* Make logo column full width */
    header .col-md-3,
    header .col-lg-4 {
        width: 100%;
        text-align: center;
    }

    /* Center the logo */
    #logo {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 10px;
    }

    /* Adjust logo size for mobile */
    #logo img {
        max-height: 60px;
        width: auto;
    }

    /* Center search bar */
    header .col-md-5 {
        width: 100%;
    }

    /* Cart full width */
    #cart {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
}

/* Make header position relative */
header {
    position: relative;
}

/* Keep cart aligned right */
header .col-md-4 {
    margin-left: auto;
}
/* Mobile View Only */
@media (max-width: 767px) {

    /* Increase logo size */
    header img {
        height: 70px !important;
        width: auto !important;
    }

    /* Increase search box height */
    header .input-group input {
        height: 45px !important;
        font-size: 16px;
    }

    /* Increase search button height */
    header .input-group button {
        height: 45px !important;
    }

}
/* ============================= */
/* MOBILE LOGO & SEARCH FIX */
/* ============================= */

@media (max-width: 767px) {

    /* Add space below logo */
    #logo {
        text-align: center !important;
        margin-bottom: 20px !important;
    }

    /* Make logo visible and properly sized */
    #logo img {
        max-width: 150px !important;
        height: auto !important;
        display: inline-block !important;
    }

    /* Add spacing to search */
    #search {
        margin-top: 10px !important;
        margin-bottom: 15px !important;
    }

    /* Ensure columns stack properly */
    header .row {
        display: block !important;
    }

}
/* ========================= */
/* PERFECT HEADER ALIGNMENT */
/* ========================= */

/* Desktop */
@media (min-width: 768px) {

    header .row {
        display: flex;
        align-items: center;
    }

    header .col-md-3 {
        flex: 0 0 25%;
    }

    header .col-md-5 {
        flex: 0 0 50%;
        max-width: 50%;
        position: relative !important;
        transform: none !important;
        left: auto !important;
    }

    header .col-md-4 {
        flex: 0 0 25%;
        text-align: right;
    }
}

/* Mobile */
@media (max-width: 767px) {

    header .col-md-3,
    header .col-md-5,
    header .col-md-4 {
        width: 100% !important;
        max-width: 100% !important;
        position: relative !important;
        transform: none !important;
        left: auto !important;
    }

    #search {
        display: block !important;
        margin: 10px 0 !important;
    }
}
/* Remove extra white space inside card */
.product-thumb {
    padding: 6px !important;
    height: auto !important;
}

.product-thumb .content {
    padding: 4px !important;
}

.product-thumb .image {
    min-height: unset !important;
    margin-bottom: 5px !important;
}
@media (max-width: 576px) {

    .product-thumb .image img {
        height: 180px !important;
        width: 100% !important;
        object-fit: cover;
    }

    .product-thumb h4 {
        font-size: 13px !important;
    }

}.featured-swiper {
    padding: 10px 0;
}

.product-thumb {
    border-radius: 8px;
    transition: 0.3s ease;
}

.product-thumb:hover {
    transform: translateY(-4px);
}
/* ==== PRODUCT CARD CLEAN DESIGN ==== */

.product-thumb {
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 10px 8px;
    background: #fff;
    height: auto !important;
    transition: 0.3s ease;
}

.product-thumb:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

/* Image Fix */
.product-thumb .image {
    margin-bottom: 8px;
    min-height: unset !important;
}

.product-thumb .image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 6px;
}

/* Title */
.product-thumb h4 {
    font-size: 14px;
    line-height: 1.4;
    height: 38px;
    overflow: hidden;
    margin-bottom: 6px;
}

/* Price */
/* Price + Discount inline layout */
.product-thumb .price {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
}
.featured-swiper {
    padding: 20px 0;
}

h3.mb-4 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 20px !important;
}
@media (max-width: 576px) {

    .product-thumb {
        padding: 8px 6px;
    }

    .product-thumb .image img {
        height: 160px;
    }

    .product-thumb h4 {
        font-size: 13px;
        height: auto;
    }

}
/* Header Cart Button Color */
#cart .btn,
#cart > button {
    background-color: #1F6FB2 !important;
    color: #ffffff !important;
    border: none !important;
    font-weight: 600;
}

/* Hover */
#cart .btn:hover,
#cart > button:hover {
    background-color: #155a94 !important;
}
/* Custom Secondary Button */
.btn-secondary {
    background-color: #ffffff !important;
    color: #1F6FB2 !important;
    border: 2px solid #1F6FB2 !important;
    border-radius: 8px !important;
    font-weight: 600;
    transition: all 0.3s ease;
}
#button-cart,
.btn-cart,
.btn-primary {
    background-color: #1F6FB2 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 6px;
    font-weight: 600;
    transition: 0.3s ease;
}

#button-cart:hover,
.btn-cart:hover,
.btn-primary:hover {
    background-color: #155a94 !important;
}
/* PERFECT CENTER ADD TO CART */
.product-thumb .button-group {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.product-thumb .button-group button {
    width: 70%;
    margin: 0 auto;
    display: block;
}
@media (max-width: 768px) {
  .product-layout {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}
/* Force 2 products per row on mobile */
@media (max-width: 767px) {
    #product-list .col {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}
/* Mobile product card alignment fix */
@media (max-width: 767px) {

    #product-list .col-6 {
        display: flex;
    }

    #product-list .product-thumb {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    #product-list .caption {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
    }

    #product-list .button-group {
        margin-top: auto;
    }

}
@media (max-width: 767px) {

    #product-list .caption h4 {
        min-height: 58px;   /* adjust if needed */
        line-height: 1.3;
    }

}
/* Force equal product height in mobile slider */
@media (max-width: 767px) {

    .swiper-slide {
        height: auto !important;
        display: flex;
    }

    .product-thumb {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
    }

    .product-thumb .caption {
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    .product-thumb .button-group,
    .product-thumb .cart {
        margin-top: auto;
    }

    .product-thumb h4 {
        min-height: 50px;
        line-height: 1.3;
    }
}
@media (max-width: 767px) {
@media (max-width: 767px) {

    .view-more-wrapper {
        margin-top: 10px !important;     /* remove top gap */
        margin-bottom: 30px !important;  /* add bottom gap */
    }

}
/* ===== SIDEBAR FULL EXPANDED STYLE ===== */

#column-left .list-group-item {
    border-radius: 0 !important;
    border: 1px solid #ddd !important;
    border-left: 4px solid transparent !important;
    padding: 12px 15px !important;
    font-size: 15px !important;
    background: #fff !important;
}

#column-left .list-group-item:hover {
    background: #f8f9fa !important;
    border-left: 4px solid #1e73be !important;
}

#column-left .list-group-item.active {
    background: #1e73be !important;
    color: #fff !important;
    border-left: 4px solid #155a96 !important;
}

/* Remove small boxed look */
#column-left .list-group {
    border-radius: 0 !important;
    box-shadow: none !important;
}

/* Make sidebar take full height */
#column-left {
    padding-right: 15px;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    background-color: #6c757d !important; /* same as default secondary */
    border-color: #6c757d !important;
    box-shadow: none !important;
    transform: none !important;
}
