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: 320px;
  margin-left: -160px;
}

@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, #top .list-inline-item .dropdown > span {
  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;
  background-color: #2d5200;
  color: #fff;
  border-color: #007bff;
}

#cart .dropdown-menu {
  background: #eee;
}

#cart .dropdown-menu li {
  min-width: 300px;
}

@media (max-width: 768px) {
  #cart .dropdown-menu li {
    min-width: 100%;
  }
}
/* menu */
#menu {
  background-color: #2d5200;
  background-image: linear-gradient(to bottom, #3f7000, #2d5200);
  background-repeat: repeat-x;
  border: 1px solid #2d5200;
  border-color: #2d5200 #2d5200 #1b3500;
  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: 19px;
}

/* 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 {
  border: 1px solid #ddd;
  position: relative;
  height: 100%;
}

.product-thumb .image {
  text-align: center;
}

.product-thumb .image a:hover {
  opacity: 0.8;
}

.product-thumb .description {
  padding: 15px;
  margin-bottom: 45px;
}

.product-thumb .description h4 {
  font-weight: bold;
}

.product-thumb .button {
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 0;
}

.product-thumb .button button {
  width: 33.33%;
  border: none;
  border-top: 1px solid var(--bs-border-color);
  background-color: var(--bs-tertiary-bg);
  color: var(--bs-gray-600);
  line-height: 38px;
  text-align: center;
}

.product-thumb .button button:hover {
  color: var(--bs-gray-600);
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}

.product-thumb .button button + button {
  border-left: 1px solid var(--bs-border-color);
}

@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;
}
/* ==============================
   HEADER SEARCH - PREMIUM STYLE
   ============================== */

header .col-md-5 form.input-group {
    display: flex !important;
    width: 100% !important;
    height: 44px !important;
    margin: 0 0 10px 0 !important;
}

/* Search input */
header .col-md-5 form.input-group input {
    height: 44px !important;
    flex: 1 1 auto !important;

    padding: 0 16px !important;

    font-size: 15px !important;
    font-weight: 400 !important;
    color: #111111 !important;

    background: #ffffff !important;

    border: 1px solid #d8ded2 !important;
    border-right: none !important;

    border-radius: 7px 0 0 7px !important;

    box-shadow: none !important;
    outline: none !important;
}

/* Search placeholder */
header .col-md-5 form.input-group input::placeholder {
    color: #777777 !important;
    opacity: 1 !important;
}

/* Search focus */
header .col-md-5 form.input-group input:focus {
    border-color: #396900 !important;
    box-shadow: 0 0 0 3px rgba(57, 105, 0, 0.12) !important;
    outline: none !important;
}

/* Search button */
header .col-md-5 form.input-group button {
    height: 44px !important;
    width: 60px !important;
    padding: 0 !important;

    color: #ffffff !important;
    background: #396900 !important;

    border: 1px solid #396900 !important;
    border-radius: 0 7px 7px 0 !important;

    font-size: 16px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    transition: all 0.25s ease !important;
}
.product-thumb .image {
    border-radius: 15px;
}
/* Search button hover */
header .col-md-5 form.input-group button:hover {
    background: #2d5200 !important;
    border-color: #2d5200 !important;
}
/* Hide Phone */
/*#top .list-inline > li:has(a[href*="route=information/contact"]) {*/
/*    display: none !important;*/
/*}*/

/* Hide Shopping Cart */
/*#top .list-inline > li:has(a[href*="route=checkout/cart"]) {*/
/*    display: none !important;*/
/*}*/

/* Hide Checkout */
/*#top .list-inline > li:has(a[href*="route=checkout/checkout"]) {*/
/*    display: none !important;*/
/*}*/
/* Hide Wishlist */
/*#top .list-inline > li:has(a[href*="route=account/wishlist"]) {*/
/*    display: none !important;*/
/*}*/

/* Hide Account */
/*#top .list-inline > li:has(a[href*="route=account/account"]) {*/
/*    display: none !important;*/
/*}*/
/* =========================================
   QUANTITY
   ========================================= */

.product-info .input-group {
    display: flex !important;
    width: 126px !important;
    height: 44px !important;
    margin: 20px 0 20px !important;
    position: relative;
    flex-wrap: nowrap !important;
}

/* Qty label */
.product-info .input-group:before {
    content: "Qty";
    position: absolute;
    top: -22px;
    left: 0;
    font-size: 13px;
    color: #333;
}

/* Quantity input */
.product-info .input-group .form-control {
    width: 50px !important;
    height: 44px !important;
    padding: 0 !important;
    text-align: center;
    border: 1px solid #e5e5e5 !important;
    border-radius: 0 !important;
    font-size: 14px;
    font-weight: 600;
    box-shadow: none !important;
}

/* +/- buttons */
.product-info .input-group button {
    width: 38px !important;
    height: 44px !important;
    padding: 0 !important;
    border: 1px solid #e5e5e5 !important;
    background: #fafafa !important;
    color: #222 !important;
    font-size: 14px;
}

.product-info .input-group button:first-child {
    border-radius: 9px 0 0 9px !important;
}

.product-info .input-group button:last-child {
    border-radius: 0 9px 9px 0 !important;
}

.product-info .input-group button:hover {
    background: #f0f0f0 !important;
}


/* =========================================
   ADD TO CART + BUY NOW
   ========================================= */

.product-info .buttons {
    display: flex !important;
    width: 100% !important;
    gap: 12px !important;
    margin-top: 0 !important;
}

/* Both buttons */
/*.product-info .buttons .btn,*/
/*.product-info #button-cart,*/
/*.product-info #button-buy {*/
/*    flex: 1 !important;*/
/*    width: 50% !important;*/
/*    height: 52px !important;*/
/*    margin: 0 !important;*/
/*    border-radius: 9px !important;*/

/*    display: flex !important;*/
/*    align-items: center;*/
/*    justify-content: center;*/

/*    font-size: 14px !important;*/
/*    font-weight: 600 !important;*/
/*    text-transform: none !important;*/

/*    transition: .25s ease;*/
/*}*/

/* Add to cart */
/*.product-info #button-cart,*/
/*.product-info .buttons .btn-primary {*/
/*    background: #2878b9 !important;*/
/*    border: none !important;*/
/*    color: white !important;*/
/*    box-shadow: 0 5px 15px rgba(40,120,185,.15);*/
/*}*/

/*.product-info #button-cart:hover,*/
/*.product-info .buttons .btn-primary:hover {*/
/*    background: #1768a8 !important;*/
/*    transform: translateY(-2px);*/
/*}*/


/* Buy now */
/*.product-info #button-buy,*/
/*.product-info .buttons .btn-success {*/
/*    background: linear-gradient(135deg,#087ff5,#08b9df) !important;*/
/*    border: none !important;*/
/*    color: white !important;*/
/*    box-shadow: 0 5px 15px rgba(8,145,240,.18);*/
/*}*/

/*.product-info #button-buy:hover,*/
/*.product-info .buttons .btn-success:hover {*/
/*    transform: translateY(-2px);*/
/*}*/


/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 767px) {

    .product-info .buttons {
        gap: 8px !important;
    }

    .product-info .buttons .btn,
    .product-info #button-cart,
    .product-info #button-buy {
        font-size: 13px !important;
        padding: 0 10px !important;
    }
}
/* =====================================
   PRODUCT CARD
===================================== */

.product-thumb {
  position: relative;
  height: 100%;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e5e8e2;
  border-radius: 12px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
  transition: all 0.35s ease;
}


/* =====================================
   PREMIUM HOVER
===================================== */

.product-thumb:hover {
  transform: translateY(-8px);
  border-color: #2d5200;
  box-shadow: 0 15px 32px rgba(45, 82, 0, 0.18);
}


/* =====================================
   IMAGE
===================================== */

.product-thumb .image {
  position: relative;
  text-align: center;
  overflow: hidden;
  background: #fff;
}

.product-thumb .image a {
  display: block;
  overflow: hidden;
}

.product-thumb .image img {
  transition: transform 0.45s ease;
}

.product-thumb:hover .image img {
  transform: scale(1.05);
}


/* =====================================
   DESCRIPTION
===================================== */

.product-thumb .description {
  padding: 18px 18px 55px;
  margin-bottom: 0;
}


/* =====================================
   PRODUCT TITLE
===================================== */

.product-thumb .description h4 {
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
}

.product-thumb .description h4 a {
  color: #2d5200;
  text-decoration: none;
  transition: color 0.25s ease;
}

.product-thumb:hover .description h4 a {
  color: #138fbd;
}


/* =====================================
   HIDE PRODUCT DESCRIPTION
===================================== */

.product-thumb .description p {
  display: none;
}


/* =====================================
   PRICE
===================================== */

.product-thumb .price {
  margin-top: 8px;
  font-size: 18px;
  font-weight: 700;
  color: #0d688a;
}


/* New / Discount Price */

.product-thumb .price-new {
  color: #138fbd !important;
  font-weight: 700;
}


/* Old Price */

.product-thumb .price-old {
  color: #0d688a !important;
  font-size: 14px;
  font-weight: 600;
  text-decoration: line-through;
  opacity: 0.65;
  margin-left: 7px;
}
/* Equal-height product cards */
.product-thumb {
  position: relative !important;
  height: 100%;
  display: flex;
  flex-direction: column;
}

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

/* Push buttons to the bottom */
.product-thumb form {
  position: static !important;
  margin-top: auto;
}

/* Keep the button row in normal flow */
.product-thumb .button {
  position: static !important;
  display: flex;
  width: 100%;
}

/* Wishlist: top-right */
.product-thumb .button button:nth-child(2) {
  position: absolute !important;
  top: 10px !important;
  right: 10px !important;
  bottom: auto !important;
  left: auto !important;
  width: 40px !important;
  height: 40px !important;
  border: none !important;
  border-radius: 50%;
  z-index: 10;
}
/* Minimal Footer */

.minimal-footer {
    background: #f8f8f8;
    padding: 35px 0 15px;
    color: #555;
}

.footer-links {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.footer-links h5 {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    margin-bottom: 15px;
}

.footer-links a {
    display: block;
    color: #666;
    text-decoration: none;
    margin-bottom: 8px;
    font-size: 14px;
}

.footer-links a:hover {
    color: #25D366;
}

.footer-links i {
    margin-right: 6px;
    color: #25D366;
}

.minimal-footer hr {
    border: 0;
    border-top: 1px solid #ddd;
    margin: 25px 0 15px;
}

.footer-bottom {
    text-align: center;
    font-size: 13px;
    color: #888;
    margin: 0;
}

/* Mobile */

@media (max-width: 768px) {
    .footer-links {
        flex-direction: column;
        gap: 20px;
    }
}
/* =====================================
   BUTTON CONTAINER
===================================== */

.product-thumb .button {
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #fff;
}


/* =====================================
   ADD TO CART BUTTON
   FIRST BUTTON
===================================== */

.product-thumb .button button:first-child {
  width: 100% !important;
  height: 48px;
  border: none !important;
  border-top: 1px solid #e5e8e2 !important;
  background: #2d5200 !important;
  color: #fff !important;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 0 !important;
  font-weight: 600;
  text-align: center;

  transition: all 0.25s ease;
}


/* Hide cart icon */

.product-thumb .button button:first-child i,
.product-thumb .button button:first-child svg {
  display: none !important;
}
/* =========================================
   PREMIUM PRODUCT ACTIONS
   Quantity + Add to Cart + Buy Now
   ========================================= */

#product-info .product-actions {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    width: 100%;
    margin: 24px 0 18px;
}

/* =========================================
   QUANTITY BOX
   ========================================= */

#product-info .quantity-box {
    display: flex;
    align-items: center;
    width: 132px;
    height: 50px;
    flex: 0 0 132px;

    background: #fff;
    border: 1px solid #dfe3e6;
    border-radius: 10px;
    overflow: hidden;

    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

/* + / - buttons */

#product-info .quantity-btn {
    width: 40px;
    height: 100%;

    border: 0;
    background: #f8fafb;
    color: #333;

    font-size: 20px;
    font-weight: 500;
    line-height: 1;

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

#product-info .quantity-btn:hover {
    background: #27a9d9;
    color: #fff;
}

/* Quantity input */

#product-info .quantity-input {
    width: 50px;
    height: 100%;

    padding: 0;

    border: 0;
    border-left: 1px solid #e5e7e9;
    border-right: 1px solid #e5e7e9;

    background: #fff;

    color: #222;
    text-align: center;

    font-size: 16px;
    font-weight: 600;

    outline: none;
}


/* =========================================
   COMMON BUTTON
   ========================================= */

#product-info .product-action-btn {
    height: 50px;

    border-radius: 10px;

    padding: 0 24px;

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

    letter-spacing: 0.1px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    white-space: nowrap;

    cursor: pointer;

    transition:
        background 0.25s ease,
        border-color 0.25s ease,
        color 0.25s ease,
        box-shadow 0.25s ease,
        transform 0.2s ease;
}


/* =========================================
   ADD TO CART
   ========================================= */

#product-info #button-cart {
    flex: 1;

    background: #27a9d9;
    border: 1px solid #27a9d9;

    color: #fff;

    box-shadow: 0 5px 14px rgba(39, 169, 217, 0.20);
}

#product-info #button-cart:hover {
    background: #218fb8;
    border-color: #218fb8;

    box-shadow: 0 7px 18px rgba(39, 169, 217, 0.28);

    transform: translateY(-1px);
}

#product-info #button-cart:active {
    transform: translateY(0);
}


/* =========================================
   BUY NOW
   ========================================= */

#product-info #button-buy-now {
    flex: 1;

    background: #fff;
    border: 1px solid #27a9d9;

    color: #27a9d9;

    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.04);
}

#product-info #button-buy-now:hover {
    background: #27a9d9;
    border-color: #27a9d9;

    color: #fff;

    box-shadow: 0 7px 18px rgba(39, 169, 217, 0.22);

    transform: translateY(-1px);
}

#product-info #button-buy-now:active {
    transform: translateY(0);
}


/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 767px) {

    #product-info .product-actions {
        gap: 7px !important;
    }

    #product-info .quantity-box {
        width: 112px;
        flex: 0 0 112px;
        height: 46px;
    }

    #product-info .quantity-btn {
        width: 34px;
    }

    #product-info .quantity-input {
        width: 42px;
    }

    #product-info .product-action-btn {
        height: 46px;
        padding: 0 12px;
        font-size: 13px;
    }
}

/* =====================================
   HIDE COMPARE BUTTON
   THIRD BUTTON
===================================== */

.product-thumb .button button:nth-child(3) {
  display: none !important;
}


/* =====================================
   RESPONSIVE WISHLIST POSITION
===================================== */

@media (max-width: 991px) {

  .product-thumb .button button:nth-child(2) {
    bottom: 280px;
  }

}


@media (max-width: 767px) {

  .product-thumb .button button:nth-child(2) {
    bottom: 260px;
  }

}
/* Floating WhatsApp Button */
.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 25px;
  right: 25px;

  background: #25d366;
  color: #fff;

  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 32px;
  text-decoration: none;

  z-index: 99999;

  box-shadow:
    0 0 8px #25d366,
    0 0 18px rgba(37, 211, 102, 0.65);

  transition: all 0.3s ease;

  animation: whatsappGlow 2s infinite;
}

/* Icon */
.whatsapp-float i {
  color: #fff;
  line-height: 1;
}

/* Hover Effect */
.whatsapp-float:hover {
  color: #fff;
  transform: scale(1.1);

  box-shadow:
    0 0 15px #25d366,
    0 0 35px rgba(37, 211, 102, 0.9);
}

/* Tooltip */
.whatsapp-float::after {
  content: "ಈಗ ಚಾಟ್ ಮಾಡಿ";

  position: absolute;

  right: 70px;
  top: 50%;

  transform: translateY(-50%) translateX(10px);

  background: #25d366;
  color: #fff;

  padding: 8px 14px;

  border-radius: 20px;

  font-size: 14px;
  font-weight: 600;

  white-space: nowrap;

  opacity: 0;
  visibility: hidden;

  transition: all 0.3s ease;

  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Show Tooltip */
.whatsapp-float:hover::after {
  opacity: 1;
  visibility: visible;

  transform: translateY(-50%) translateX(0);
}

/* Glow Animation */
@keyframes whatsappGlow {
  0%, 100% {
    box-shadow:
      0 0 6px #25d366,
      0 0 15px rgba(37, 211, 102, 0.5);
  }

  50% {
    box-shadow:
      0 0 12px #25d366,
      0 0 28px rgba(37, 211, 102, 0.85);
  }
}

/* Mobile WhatsApp Position Fix */
@media (max-width: 768px) {

  .whatsapp-float {
    width: 52px;
    height: 52px;

    bottom: 95px; /* Move above bottom navigation */
    right: 18px;

    font-size: 28px;

    z-index: 9999;
  }

  .whatsapp-float::after {
    display: none;
  }

}
.author-banner-title {
    margin-top: 12px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    color: #2d5200;
}
.top-promo-bar {
    width: 100%;
    height: 36px;
    background: #2d5200;
    color: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.promo-track {
    display: flex;
    align-items: center;
    gap: 60px;
    width: max-content;
    animation: promoScroll 25s linear infinite;
}

.promo-track span {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.2px;
}

@keyframes promoScroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.top-promo-bar:hover .promo-track {
    animation-play-state: paused;
}

@media (max-width: 768px) {
    .top-promo-bar {
        height: 32px;
    }

    .promo-track {
        gap: 35px;
        animation-duration: 20s;
    }

    .promo-track span {
        font-size: 11px;
    }
}
/* =========================================
   RS WORLD BOOKS - PRODUCT CARD STYLE
   ========================================= */

/* PRODUCT CARD */
.product-thumb {
    background: #fff !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    overflow: visible !important;
}

/* Remove borders from all card sections */
.product-thumb .image,
.product-thumb .caption,
.product-thumb .content,
.product-thumb .button-group {
    border: none !important;
    box-shadow: none !important;
}

/* PRODUCT IMAGE */
.product-thumb .image {
    background: #fff !important;
    padding: 0 !important;
}

/* PRODUCT NAME */
.product-thumb .caption h4,
.product-thumb .caption h4 a {
    color: #333 !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    text-decoration: none !important;
}

/* PRICE */
.product-thumb .price {
    color: #0088cc !important;
    font-size: 17px !important;
    font-weight: 700 !important;
}

/* OLD PRICE */
.product-thumb .price-old {
    color: #999 !important;
    font-size: 14px !important;
    text-decoration: line-through !important;
}
/* =========================================
   PREMIUM ADD TO CART
   ========================================= */

/* Cart button */
.product-thumb .button > button:first-child {
    width: auto !important;
    min-width: 135px !important;
    height: 42px !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px !important;

    padding: 0 17px !important;

    background: #287fbd !important;
    color: #ffffff !important;

    border: none !important;
    border-radius: 6px !important;

    font-size: 0 !important;
    box-shadow: 0 3px 8px rgba(40,127,189,0.18) !important;

    transition: all 0.25s ease !important;
}

/* Keep cart icon */
.product-thumb .button > button:first-child i {
    display: inline-block !important;
    font-size: 15px !important;
    color: #ffffff !important;
    margin: 0 !important;
}

/* Add text */
.product-thumb .button > button:first-child::after {
    content: "Add to Cart" !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    white-space: nowrap !important;
}

/* Hover */
.product-thumb .button > button:first-child:hover {
    background: #1f6599 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 5px 12px rgba(40,127,189,0.25) !important;
}




/* =========================================
   HIDE COMPARE
   ========================================= */

/* Third button = Compare */
.product-thumb .button > button:nth-child(3) {
    display: none !important;
}
/* =========================================
   MOBILE - SMALLER ADD TO CART BUTTON
   ========================================= */

@media (max-width: 412px) {

    .product-thumb .button > button:first-child {
        min-width: 95px !important;
        width: auto !important;
        height: 34px !important;
        padding: 0 10px !important;
        gap: 5px !important;
        border-radius: 5px !important;
    }

    /* Cart icon */
    .product-thumb .button > button:first-child i {
        font-size: 12px !important;
    }

    /* Add to Cart text */
    .product-thumb .button > button:first-child::after {
        font-size: 11px !important;
        font-weight: 600 !important;
    }
}
/* Best Sellers title */
.fb-carousel__title {
    color: #3f6900 !important;
    font-weight: 700 !important;
}

/* See All - simple underlined text */
.fb-carousel__view-all {
    background: transparent !important;
    border: none !important;
    color: #3f6900 !important;
    text-decoration: underline !important;
    text-decoration-thickness: 1px !important;
    text-underline-offset: 4px !important;

    padding: 0 !important;
    border-radius: 0 !important;
    font-weight: 600 !important;
    box-shadow: none !important;
}

/* See All hover */
.fb-carousel__view-all:hover {
    background: transparent !important;
    color: #2d4d00 !important;
    text-decoration: underline !important;
}
.carousel-item .col-3 img.img-fluid {
    border-radius: 50%;
    border: 3px solid #ddd;
    object-fit: cover;
}
#carousel-banner-2 .author-banner-title,
#carousel-banner-0 .author-banner-title,
#carousel-banner-4 .author-banner-title,
#carousel-banner-5 .author-banner-title,
#carousel-banner-3 .author-banner-title {
    display: none;
}
/* View Cart & Checkout Buttons */
#cart p.text-end a {
    display: inline-block;
    padding: 10px 18px;
    margin-left: 8px;
    border-radius: 5px;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

/* View Cart - Green */
#cart p.text-end a[href*="cart"] {
    background-color: #2d5200;!important
}

/* Checkout - Sky Blue */
#cart p.text-end a[href*="checkout"] {
    background-color: #03a9f4;
}

/* Hover Effects */
#cart p.text-end a[href*="cart"]:hover {
    background-color: #1f3a00;
}

#cart p.text-end a[href*="checkout"]:hover {
    background-color: #0288d1;
}