.carousel-item {
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center;
}

.carousel img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.carousel-caption {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.5);
    padding: 15px;
    border-radius: 10px;
    width: 60%;
    max-width: 85%;
    text-align: center;
}
        
.carousel-caption h2 {
    font-family: 'Great Vibes', cursive;
    font-weight: 400;
    font-size: 36px;
    color:#ffffff;
}

.carousel-indicators li {
    background-color: rgba(255, 255, 255, 0.5);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 5px;
}

.carousel-indicators .active {
    background-color: white;
}
        
@media (max-width: 768px) {
            .carousel-caption {
                bottom: 10%;
                width: 90%;
                padding: 10px;
            }
            .carousel-caption h2 {
                font-size: 1.2rem;
            }
            .carousel-caption p {
                font-size: 0.9rem;
            }
        }
        


.zoom:hover {
  box-shadow: 0 4px 10px 0 grey, 0 12px 40px 0 #b72227;
  transition: 0.5s;/* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.img-center {
	margin-left: auto;
	margin-right: auto;
}

img.products {
    border-radius: 5px;
}

body {
	color: #1c1c1c;
	font: 14px/24px 'Raleway', sans-serif;
	background: #fff;
    font-weight: 400;
    color: #1C1C1C;
    font-size: 15px;
    line-height: 20px;
    width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  color: #000000;
  font-family: 'Quicksand', sans-serif;
}

/* Override the bootstrap defaults */
h1 {
  font-size: 33px;
}
h2 {
  font-size: 27px;
}
h3 {
  font-size: 22px;
}

h4 {
  font-size: 24px;
}

footer h5 {
  font-size: 12px;
}
h6 {
  font-size: 10.2px;
}
a {
  color: #000000;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #23a1d1;
}
/* Chrome border line */
button:focus {
  outline: none !important;
}
legend {
  font-size: 18px;
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
label {
  font-size: 12px;
  font-weight: normal;
}
.list-unstyled a {
  text-decoration: none;
}
.nav-tabs {
  margin-bottom: 15px;
  font-size:16px;
  font-family: 'Qiucksand', sans-serif;
  margin-top:15px;
}
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;
}
@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}
#alert {
  z-index: 9999;
  pointer-events: all;
}
#alert .alert {
  min-width: 400px;
  position: relative;
  margin-bottom: 15px;
}
@media (min-width: 1300px) {
  #alert .alert {
    right: 50px;
  }
}
@media (min-width: 1400px) {
  #alert .alert {
    right: 0px;
  }
}
@media (min-width: 1600px) {
  #alert .alert {
    right: 100px;
  }
}
@media (min-width: 1800px) {
  #alert .alert {
    right: 200px;
  }
}
@media (min-width: 2000px) {
  #alert .alert {
    right: 300px;
  }
}
@media (min-width: 2200px) {
  #alert .alert {
    right: 400px;
  }
}
@media (min-width: 2400px) {
  #alert .alert {
    right: 500px;
  }
}
@media (min-width: 2600px) {
  #alert .alert {
    right: 600px;
  }
}
@media (min-width: 2800px) {
  #alert .alert {
    right: 700px;
  }
}
@media (min-width: 3000px) {
  #alert .alert {
    right: 800px;
  }
}
@media (min-width: 3200px) {
  #alert .alert {
    right: 900px;
  }
}
@media (min-width: 3400px) {
  #alert .alert {
    right: 1000px;
  }
}
@media (min-width: 3600px) {
  #alert .alert {
    right: 1100px;
  }
}
@media (min-width: 3800px) {
  #alert .alert {
    right: 1200px;
  }
}
@media (min-width: 4000px) {
  #alert .alert {
    right: 1300px;
  }
}
/* top */
#top {
  background-color: #EEEEEE;
  border-bottom: 1px solid #e2e2e2;
  padding: 10px 0;
  margin: 0 0 20px 0;
  min-height: 44px;
  position: relative;
}
#top .nav > .list-inline > .list-inline-item, #top .nav > .list-inline .list-inline-item > a, #top .nav > .list-inline .list-inline-item .dropdown > a {
  color: #888;
  text-shadow: 0 1px 0 #FFF;
}
#top .btn-link {
  color: #888;
  text-shadow: 0 1px 0 #FFF;
  text-decoration: none;
}
#top .btn-link:hover {
  color: #444;
}
#top a {
  font-size: 1.1em;
  text-decoration: none;
}
footer a {
  font-size: 1.1em;
  text-decoration: none;
}
/* logo */
#logo {
  margin: 0 0 10px 0;
  text-align:center;
}
#logo img {
  max-width: 300px;
}
/* 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 */
#header-cart {
  margin-bottom: 10px;
}
#header-cart .btn-lg {
  color: #FFF;
  height: 40px;
  padding: 0 1rem;
}
#header-cart .btn:hover {
  color: #FFF;
}
#header-cart .dropdown-menu {
  background: #ffffff;
}
#header-cart .dropdown-menu li {
  min-width: 427px;
}
@media (max-width: 768px) {
  #header-cart .dropdown-menu li {
    min-width: 100%;
  }
}
/* menu */
#menu {
  background-color: #fff;
  min-height: 40px;
  font-weight: 500;
}
#menu.navbar {
  padding: 0 1rem;
  margin-bottom: 10px;
}
#menu .dropdown-menu {
  padding-bottom: 0;
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#menu .dropdown-inner {
  display: table;
}
#menu .dropdown-inner ul {
  display: table-cell;
}
#menu .dropdown-inner ul li a:hover {
  color: #ffffff;
}
#menu .dropdown-inner a {
  min-width: 160px;
  display: block;
  padding: 3px 20px;
  clear: both;
  line-height: 20px;
  color: #333333;
  font-size: 16px;
}
#menu .see-all {
  display: block;
  margin-top: 0.5em;
  border-top: 1px solid #DDD;
  padding: 3px 20px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 3px 3px;
  font-size: 16px;
}
#menu .see-all:hover, #menu .see-all:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #ffffff;
}
#menu #category {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #000;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .navbar-toggler i {
  color: #000000;
  font-size: 0.9em;
}
#menu .navbar-nav > li > a {
  color: #000000;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: 10px 15px 10px 15px;
  min-height: 15px;
  text-transform: uppercase;
}
#menu .navbar-nav > li > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
}
@media (max-width: 767px) {
  #menu {
    border-radius: 4px;
  }
  #menu div.dropdown-inner > ul .list-unstyled {
    display: block;
  }
  #menu div.dropdown-menu {
    margin-left: 0 !important;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.1);
  }
  #menu .dropdown-inner {
    display: block;
  }
  #menu .dropdown-inner a {
    width: 100%;
    color: #fff;
  }
  #menu .dropdown-menu a:hover {
    background: rgba(0, 0, 0, 0.1);
  }
  #menu .dropdown-menu ul li a :hover {
    background: rgba(0, 0, 0, 0.1);
  }
  #menu .see-all {
    margin-top: 0;
    border: none;
    border-radius: 0;
    color: #000;
  }
}
/* content */
#content {
  min-height: 600px;
}
/* footer */
footer {
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 30px;
  background-color: #ffffff;
  border-top: 1px solid #ddd;
  color: #000000;
}
footer hr {
  border-top: none;
  border-bottom: 1px solid #d3d3d3;
}
footer a {
  color: #000000;
}
footer a:hover {
  color: #d3d3d3;
}
footer h5 {
  font-family: 'Playfair Display', sans-serif;
  font-size: 18px;
  color: #000000;
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer-links li {
    Font-size: 14px;
}

.footer-links li::before {
    content: "\f0da"; /* Unicode for the icon */
    color: #997a3a;
    font-family: "Font Awesome 6 Free"; /* Ensure correct FontAwesome version */
    font-weight: 900; /* Required for solid icons */
    margin-right: 8px; /* Space between icon and text */
    line-height: 2;
}
.footer-links li a:hover, .footer-links li a:focus {
	text-decoration: underline;
}


/* breadcrumb */
.breadcrumb {
  margin: 0 0 20px 0;
  padding: 8px 0;
  background-color: #997A3A;
  border-radius:8px;
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li.breadcrumb-item {
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}
.breadcrumb > li.breadcrumb-item > a {
  text-decoration: none;
  color:#fff;
  font-size: 12px;
}
.breadcrumb > li.breadcrumb-item:after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  right: -5px;
  width: 26px;
  height: 26px;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.breadcrumb > li.breadcrumb-item + li:before {
  content: "";
  padding: 0;
}
.pagination {
  margin: 0;
}
/* buttons */
.btn-light {
  color: #777;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active, .btn-light.disabled, .btn-light[disabled] {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
  background-position: 0;
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #997A3A, #7f642f);
  background-repeat: repeat-x;
  border-color: #997A3A;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  background-position: 0;
  border-color: #997A3A;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #e06342, #dc512c);
  background-repeat: repeat-x;
  border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}
.btn-link {
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #23A1D1;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  box-shadow: none;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
  background-color: #222222;
  background-image: linear-gradient(to bottom, #333333, #111111);
}
.product-thumb {
	border: 1px solid #d3d3d3;
	margin-bottom: 20px;
	overflow: auto;
	border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-thumb:hover {
  transform: scale(1.03); /* Slightly increases size to give a "coming forward" effect */
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

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

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

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

.product-thumb .image img {
	width: 85%;
	border-radius: 8px;
}

.product-thumb h4 {
  font-weight: bold;
  font-family: 'Playfair Display', sans-serif;
  font-size: 18px;
  text-align:center;
}

.product-thumb .description {
  padding: 15px;
  font-size: 12px;
  color: #7e7e7e;
  text-align:center;
}
.product-thumb .button-group {
  display: flex;
  border-top: 1px solid #d3d3d3;
  background-color: #eee;
}
.product-thumb .button-group button {
  flex: 33%;
  border-radius: 0;
  display: inline-block;
  border: none;
  background-color: #eee;
  color: #888;
  line-height: 38px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.product-thumb .button-group button:hover {
  color: #444;
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}
.product-thumb .button-group button + button {
  border-left: 1px solid #ddd;
}
@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-group {
    position: absolute;
    bottom: 0px;
    width: 100%;
    border-left: 1px solid #ddd;
  }
}
.rating {
  padding-bottom: 5px;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  padding-top: 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;
  font-size: 24px;
  color: green;
  font-family: 'Quicksand', sans-serif;
}
.price-old {
  color: #999999;
  text-decoration: line-through;
  font-size: 14px;
  font-family: 'Quicksand', sans-serif;
}
.price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}

.product-info-price-rewards {
	color: #777;
	font-size: 12px;
}

.product-info-price-rewards {
	margin-top: 15px;
}

/* BS4 Changes */
.navbar-light .navbar-toggler {
  background-color: #fff;
  border: 1px solid #d3d3d3;
}
.form-check .form-check-input {
  margin-top: 0.25rem;
}
/* Theme Custom CSS */
#display-control #compare-total.a {
  margin-top: -2px;
  padding: 0.35rem 0.565rem;
}
#product-product h1 {
  margin-top: 20px;
  margin-bottom: 10px;
}
#information-contact .card {
  margin-bottom: 20px;
}
#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;
}

.social-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;

}

.social-menu li {
    margin: 0 15px;
}

.social-menu a {
    color: white;
    text-decoration: none;
    font-size: 16px;
}

.social-menu a:hover {
    color: #000000;
}

/* Copyright Styles Starts */
.copyright {
	padding-top: 20px;
	padding-bottom: 5px;
	background: #2c2c2c;
}
	.copyright, 
	.copyright a {
		color: #fff;
	}
	.copyright-text br {
		display: none;
	}
	.copyright-text a:hover, 
	.copyright-text a:focus {
		text-decoration: underline;
	}
	
	/* WhatsApp Icon Styling */
.whatsapp-icon {
  position: fixed;
  bottom: 20px;
  left: -100px; /* Start outside the viewport */
  background-color: #25d366;
  color: white;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 9px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  animation: slide-in 1s ease-in-out 3s forwards; /* Animation */
}

.whatsapp-icon a {
  color: white;
  font-size: 30px;
  text-decoration: none;
}

.whatsapp-icon a:hover {
  color: #000000;
}

.whatsapp-icon:hover {
  background-color: #20b357;
}

/* Slide-in animation */
@keyframes slide-in {
  from {
    left: -100px;
  }
  to {
    left: 20px;
  }
}

#toTopBtn {
    position: fixed;
    bottom: 20px;
    right: 15px;
    display: none; /* Hidden by default */
    z-index: 100; /* Ensure it's on top */
    cursor: pointer;
    color: #000000;
    padding: 10px;
    border-radius: 50%;
    transition: opacity 0.5s ease-in-out;
    
    }

#toTopBtn:hover {
    color: green;
    }

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.divbg {
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradient 10s ease infinite;
    border-radius: 8px;
    padding: 10px;
}

.topbarmg {
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradient 10s ease infinite;
    font-size:14px;
    padding:3px;
    margin-bottom:20px
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.header-divider {
    border-bottom: 0.5px dashed #d3d3d3;
    margin-bottom: 5px; /* Adjust spacing as needed */
}

.module-product-heading {
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-weight: 500;
	text-align: center;
	font-family: 'Playfair Display', sans-serif;
}
.module-product-heading::after {
	content: "";
	width: 90px;
	height: 3px;
	display: block;
	margin: 10px auto;
	background-color: #997A3A;
    background-size: 400% 400%;
    animation: gradient 10s ease infinite;
}
.product-title {
	margin-top: 0;
	margin-bottom: 10px;
	color: #997a3a;
	font-family: 'Playfair Display', sans-serif;
}

.btn-cart {
    background: #997A3A;
    color: #fff;
	padding: 7px 15px;
	font-weight: 500;
	text-transform: capitalize;
	font-size: 16px;
}
.btn-cart:hover {
    background: #000000;
    color:#fff;
}
.btn-wishlist, .btn-compare {
    background-color: #1c1c1c;
    margin-left: 10px;
	padding: 8px 12px;
	color: #fff;
	font-size: 14px;
	border: none;
	border-radius: 2px;
}
.btn-wishlist:hover, .btn-compare:hover {
    background-color: #997A3A;
    color: #fff;
}

.animation, 
.animation a {
	-webkit-transition: all 0.5s ease 0s;
	   -moz-transition: all 0.5s ease 0s;
		    transition: all 0.5s ease 0s;
}

.product-info-details {
	padding-top: 10px;
	padding-bottom: 15px;
	color: #1c1c1c;
	border: solid #dbdbdb;
	border-width: 1px 0;
	font-family: 'Quicksand', sans-serif
}

.product-info-details li {
	margin-top: 7px;
	font-weight: 500;
}

.product-info-details li a {
	color: #0033cc;
}

.product-info-details li a:hover, .product-info-details li a:focus {
	text-decoration: underline;
}

.image-container {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.image-container img {
    width: 100%;
    transition: transform 0.5s ease-in-out;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    text-align: center;
    font-size: 1rem; /* Adjusted font size */
    font-weight: normal;
    padding: 10px;
}

.image-container:hover img {
    transform: scale(1.2) skew(5deg, 5deg);
}

.image-container:hover .overlay {
    opacity: 1;
}

.shop-button {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    font-size: 18px;
}