@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Birthstone+Bounce:wght@400;500&display=swap");
.myfs-1 {
  font-size: 14px;
}

.myfs-2 {
  font-size: 15px;
}

.myfs-3 {
  font-size: 1rem;
}

.myfs-4 {
  font-size: 1.125rem;
}

.myfs-5 {
  font-size: 1.25rem;
}

.myfs-6 {
  font-size: 1.375rem;
}

.myfs-7 {
  font-size: 1.5rem;
}

.myfs-8 {
  font-size: 1.625rem;
}

.myfs-9 {
  font-size: 1.75rem;
}

@font-face {
  font-family: "Canela Deck";
  src: url("../fonts/CanelaDeck-Thin-Trial.woff") format("woff");
  font-weight: 100;
}
@font-face {
  font-family: "Canela Deck";
  src: url("../fonts/CanelaDeck-Light-Trial.woff") format("woff");
  font-weight: 300;
}
@font-face {
  font-family: "Canela Deck";
  src: url("../fonts/CanelaDeck-Regular-Trial.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "Canela Deck";
  src: url("../fonts/CanelaDeck-Medium-Trial.woff") format("woff");
  font-weight: 500;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", serif;
  font-weight: normal;
  font-size: 14px;
  top: 0 !important;
}

a {
  text-decoration: none;
  color: currentColor;
}

input:-webkit-autofill,
textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px rgba(255, 255, 255, 0.1215686275) inset !important;
  transition: background-color 5000s ease-in-out 0s;
}

.birthstone-bounce-font {
  font-family: "Birthstone Bounce", cursive;
}

.canela-deck-font-thin {
  font-family: "Canela Deck";
  font-weight: 100;
}

.canela-deck-light {
  font-family: "Canela Deck";
  font-weight: 300;
}

.canela-deck-regular {
  font-family: "Canela Deck";
  font-weight: 400;
}

.canela-deck-medium {
  font-family: "Canela Deck";
  font-weight: 500;
}

.poppins-font {
  font-family: "Poppins", serif;
}

/* width */
.smoothescroll::-webkit-scrollbar {
  width: 6px;
}

/* Track */
.smoothescroll::-webkit-scrollbar-track {
  background: #FFF7F0;
}

/* Handle */
.smoothescroll::-webkit-scrollbar-thumb {
  background: #E8D2C2;
  border-radius: 6px;
}

/* Handle on hover */
.smoothescroll::-webkit-scrollbar-thumb:hover {
  background: #E8D2C2;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

sup {
  top: -1.5em;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.oneline {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.twoline {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.threeline {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.fourline {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-18 {
  font-size: 1.125rem;
}

.fs-7 {
  font-size: 7rem;
}

.lh-md {
  line-height: 1;
}

.theme-text {
  color: #BE9B00;
}

.theme-text2 {
  color: #630E1E;
}

.theme-text3 {
  color: #BAA238;
}

.theme-text4 {
  color: #B53758;
}

.theme-text5 {
  color: #B59340;
}

.maroon-text {
  color: #8F0B24;
}

.maroon-text1 {
  color: #BF0024;
}

.text-green {
  color: #00B147;
}

.blue-text {
  color: #254976;
}

.yellow-text {
  color: #F7C645;
}

.yellow-text1 {
  color: #E7BB2F;
}

.tomato-text {
  color: #ff3908;
}

.text-skyblue {
  color: #008DF2;
}

.theme-gradient-bg-yellow {
  background: linear-gradient(166deg, #B0993B 5.01%, #F7C645 78.23%);
}

.text-white-75 {
  --bs-text-opacity: 0.70;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity));
}

.text-shadow-grey {
  text-shadow: 0 4px 5.2px rgba(0, 0, 0, 0.25);
}

.text-shadow-none {
  text-shadow: none;
}

.bg-opacity-33 {
  --bs-bg-opacity: 0.33;
}

.bg-opacity-5 {
  --bs-bg-opacity: 0.05;
}

.bg-opacity-15 {
  --bs-bg-opacity: 0.15;
}

.bg-opacity-20 {
  --bs-bg-opacity: 0.20;
}

.bg-opacity-4 {
  --bs-bg-opacity: 0.04;
}

.bg-opacity-2 {
  --bs-bg-opacity: 0.02;
}

.border-opacity-4 {
  --bs-border-opacity: 0.04;
}

.theme-bg {
  background: #BE9B00;
}

.maroon-bg {
  background: #630E1E !important;
}

.maroon-bg1 {
  background: #BF0024;
}

.maroon-bg2 {
  background: #8F0B24 !important;
}

.lightyellow-bg {
  background: #F7F0EC;
}

.lightyellow-bg1 {
  background: #FAEFDD;
}

.lightyellow-bg2 {
  background: #fdf8ef;
}

.lightgrey-bg {
  background: #FFFCFC;
}

.lightgrey-bg1 {
  background: #F8F8F8;
}

.yellow-bg {
  background: #E7BB2F !important;
}

.theme-bg4 {
  background: #B53758;
}

.theme-bg5 {
  background: #B59340;
}

.theme-bg7 {
  background: #FDECE0 !important;
}

.theme-bg8 {
  background: #FFF7F0;
}

.theme-border1 {
  border-color: #630E1E !important;
}

.zoom-img {
  overflow: hidden;
}

.zoom-img img {
  width: 100%;
  object-fit: cover;
  transform: scale(1.01);
  -moz-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -o-transform: scale(1.01);
  transition: all 700ms ease;
}

.zoom-img:hover img {
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}

.icon1 {
  width: 3rem;
  height: 3rem;
  padding: 0.6rem;
}

.icon2 {
  width: 4.5rem;
  height: 4.5rem;
}

.icon3 {
  width: 4rem;
  height: 4rem;
  padding: 1rem;
}

.rounded-20 {
  border-radius: 1.25rem;
}

.rounded-24 {
  border-radius: 1.5rem;
}

.letter-spacing {
  letter-spacing: 0.8px;
}

.letter-spacing2 {
  letter-spacing: 0.4px;
}

.fixedbuttons {
  right: 1rem;
  bottom: 1rem;
  justify-items: end;
}

.bottom-top,
.whatsappicon {
  height: 3rem;
  width: 3rem;
  margin: 0 0.3rem 0 0;
  background: #BE9B00;
  font-size: 1.25rem;
  box-shadow: 0 4px 19.6px 0 rgba(0, 0, 0, 0.15);
  color: var(--bs-white);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0;
  position: relative;
  z-index: 1;
  right: 1rem;
  bottom: 2rem;
}

.whatsappicon {
  bottom: 6rem;
  font-size: 1.625rem;
  border-radius: var(--bs-border-radius-pill);
  background: linear-gradient(127deg, #39AE41 14.48%, #80C269 85.53%);
  transition: all 0.5s ease-in-out;
}
.whatsappicon i::before {
  vertical-align: -0.16em;
}
.whatsappicon:hover {
  background: linear-gradient(127deg, #80C269 14.48%, #39AE41 85.53%);
}

.img-glass {
  overflow: hidden;
  position: relative;
}
.img-glass::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  --bs-bg-opacity: 0.1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
  transition: all 0.5s ease-in-out;
  pointer-events: none;
}
.img-glass:hover:before {
  left: -50%;
  transform: skewX(-5deg);
}

.themebtn,
.themebtn-dark,
.themebtn-dark-arrow,
.themebtn-light,
.themebtn-yellow,
.themebtn-golden,
.themebtn-yellow-bg {
  position: relative;
  padding: 1rem 3rem 1rem 1.5rem;
  font-weight: 300;
  font-family: "Poppins", serif;
  font-size: 1rem;
  background: var(--bs-black);
  color: var(--bs-white);
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  border: solid 1px var(--bs-white);
  cursor: pointer;
  line-height: 1;
  display: inline-block;
}
.themebtn span,
.themebtn-dark span,
.themebtn-dark-arrow span,
.themebtn-light span,
.themebtn-yellow span,
.themebtn-golden span,
.themebtn-yellow-bg span {
  position: relative;
  transition: all 0.5s ease-in-out;
}
.themebtn::after,
.themebtn-dark::after,
.themebtn-dark-arrow::after,
.themebtn-light::after,
.themebtn-yellow::after,
.themebtn-golden::after,
.themebtn-yellow-bg::after {
  content: "\f138";
  font-family: bootstrap-icons;
  transition: all 0.5s ease-in-out;
  color: var(--bs-white);
  z-index: 2;
  height: 100%;
  position: absolute;
  top: 0;
  font-size: 1.375rem;
  right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0;
}
.themebtn::before,
.themebtn-dark::before,
.themebtn-dark-arrow::before,
.themebtn-light::before,
.themebtn-yellow::before,
.themebtn-golden::before,
.themebtn-yellow-bg::before {
  content: "";
  transition: all 0.5s ease-in-out;
  z-index: 1;
  height: 100%;
  width: 0;
  background: var(--bs-white);
  position: absolute;
  top: 0;
  transform: translate(0, 0);
  font-size: 1.375rem;
  left: 0;
}
.themebtn:hover,
.themebtn-dark:hover,
.themebtn-dark-arrow:hover,
.themebtn-light:hover,
.themebtn-yellow:hover,
.themebtn-golden:hover,
.themebtn-yellow-bg:hover {
  color: var(--bs-black);
}
.themebtn:hover span,
.themebtn-dark:hover span,
.themebtn-dark-arrow:hover span,
.themebtn-light:hover span,
.themebtn-yellow:hover span,
.themebtn-golden:hover span,
.themebtn-yellow-bg:hover span {
  z-index: 2;
}
.themebtn:hover::before,
.themebtn-dark:hover::before,
.themebtn-dark-arrow:hover::before,
.themebtn-light:hover::before,
.themebtn-yellow:hover::before,
.themebtn-golden:hover::before,
.themebtn-yellow-bg:hover::before {
  width: 100%;
}
.themebtn:hover::after,
.themebtn-dark:hover::after,
.themebtn-dark-arrow:hover::after,
.themebtn-light:hover::after,
.themebtn-yellow:hover::after,
.themebtn-golden:hover::after,
.themebtn-yellow-bg:hover::after {
  color: var(--bs-black);
}

.themebtn-light {
  color: var(--bs-black);
  background-color: transparent;
  border-color: var(--bs-black);
  font-weight: 400;
}
.themebtn-light::before {
  background: var(--bs-black);
}
.themebtn-light::after {
  color: var(--bs-black);
}
.themebtn-light:hover {
  color: var(--bs-white);
}
.themebtn-light:hover::before {
  width: 100%;
}
.themebtn-light:hover::after {
  color: var(--bs-white);
}

.themebtn-yellow {
  color: #BE9B00;
  border: solid 1px #BE9B00;
}
.themebtn-yellow::after {
  color: #BE9B00;
}
.themebtn-yellow::before {
  background: #BE9B00;
}
.themebtn-yellow:hover {
  color: var(--bs-white);
}
.themebtn-yellow:hover span, .themebtn-yellow:hover::after {
  color: var(--bs-white);
}

.themebtn-yellow-bg {
  color: var(--bs-white);
  background: #BE9B00;
  border: solid 1px #BE9B00;
}
.themebtn-yellow-bg::after {
  display: none;
}
.themebtn-yellow-bg::before {
  display: none;
  color: var(--bs-white);
  background: #BE9B00;
  border: solid 1px #BE9B00;
}
.themebtn-yellow-bg:hover {
  background: #BAA238;
  color: var(--bs-white);
}
.themebtn-yellow-bg:hover span, .themebtn-yellow-bg:hover::after {
  color: var(--bs-white);
}

.themebtn-golden {
  background: #BE9B00;
  border: solid 1px #BE9B00;
}
.themebtn-golden::after {
  display: none;
}

.themebtn-dark:hover {
  border: solid 1px #BE9B00;
}
.themebtn-dark:hover::before {
  background: #BE9B00;
}
.themebtn-dark::after {
  display: none;
}

.themebtn-dark-arrow:hover {
  border: solid 1px #BE9B00;
}
.themebtn-dark-arrow:hover::before {
  background: #BE9B00;
}

.themebtn-dark:hover {
  border: solid 1px #BE9B00;
}
.themebtn-dark:hover::before {
  background: #BE9B00;
}
.themebtn-dark::after {
  display: none;
}

.themebtn-dark-arrow:hover {
  border: solid 1px #BE9B00;
}
.themebtn-dark-arrow:hover::before {
  background: #BE9B00;
}

.arrowbtn {
  width: 2.5rem;
  height: 2.5rem;
  background: var(--bs-black);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0;
  font-size: 1.125rem;
  color: var(--bs-white);
  transition: all 0.5s ease-in;
}
.arrowbtn i::before {
  transition: all 0.5s ease-in;
  transform: rotate(45deg);
}
.arrowbtn:hover i::before {
  transform: rotate(0deg);
}

.arrowbtnplus {
  width: 2rem;
  height: 2rem;
  background: var(--bs-black);
  font-size: 1.25rem;
  color: rgba(var(--bs-white-rgb), 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0;
}
.arrowbtnplus i::before {
  transition: all 0.5s ease-in;
}
.arrowbtnplus:hover {
  background: #BE9B00;
}

.wishlistbtn {
  width: 2rem;
  height: 2rem;
}
.wishlistbtn i {
  color: var(--bs-white);
  transition: all 0.5s ease-in-out;
}
.wishlistbtn i::before {
  vertical-align: -0.2em;
}
.wishlistbtn.active i::before {
  content: "\f415";
  color: #BE9B00;
  transition: all 0.5s ease-in-out;
}
.wishlistbtn:hover i {
  color: #BE9B00;
}

.centerlogo,
.centerlogo1,
.centerlogofooter {
  position: relative;
  width: 50%;
  display: block;
  margin: 0 auto;
}
.centerlogo::before, .centerlogo::after,
.centerlogo1::before,
.centerlogo1::after,
.centerlogofooter::before,
.centerlogofooter::after {
  content: "";
  height: 1px;
  width: 40%;
  background: #BE9B00;
  position: absolute;
  left: 0;
  transform: translate(0, 50%);
  top: 50%;
}
.centerlogo::after,
.centerlogo1::after,
.centerlogofooter::after {
  right: 0;
  left: auto;
}

.customizedbutton a {
  padding: 0.6rem 1.5rem;
  font-size: 1rem;
  text-align: center;
  flex: 1;
}
.customizedbutton a.active {
  background: var(--bs-black);
  color: var(--bs-white);
}

.centerlogo1 {
  width: 8rem;
}

header .header-logo {
  width: 6rem;
  display: inline-block;
}
header .headerrighticons ul li {
  font-size: 1.25rem;
  color: var(--bs-black-rgb);
  position: relative;
}
header .headerrighticons ul li a .bi::before {
  vertical-align: middle;
}
header .headerrighticons ul li .badge {
  background: #BE9B00;
  width: 1rem;
  height: 1rem;
  border-radius: var(--bs-border-radius-pill);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, 0%);
  font-weight: 300;
  font-size: 10px;
}
header nav .navbar-brand {
  width: 8rem;
  display: inline-block;
}
header nav .offcanvas {
  --bs-offcanvas-width: 80vw;
}
header nav .offcanvas .btn-close {
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  opacity: 1;
}
header nav .offcanvas .offcanvas-title {
  width: 4rem;
}
header nav .offcanvas ul {
  position: relative;
}
header nav .offcanvas ul li {
  padding: 0 1.5rem;
  transition: all 0.5s ease-in-out;
}
header nav .offcanvas ul li a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  color: var(--bs-black);
  transition: all 0.5s ease-in-out;
}
header nav .offcanvas ul li a:before {
  content: "";
  position: absolute;
  width: 2rem;
  height: 2rem;
  background: #BE9B00;
  transition: 1.5s cubic-bezier(0.43, 1.91, 0.35, 0.74);
  z-index: 9999;
  left: 0;
  height: 2px;
  width: 0;
  bottom: -0.3rem;
}
header nav .offcanvas ul li a.dropdown-toggle::after {
  content: "\f285";
  font-family: bootstrap-icons;
  border: none;
  position: absolute;
  display: none;
}
header nav .offcanvas ul li a.dropdown-toggle.show::after {
  rotate: 90deg;
}
header nav .offcanvas ul li:hover > a {
  color: #BE9B00;
  transition: all 0.5s ease-in-out;
}
header nav .offcanvas ul li:hover > a::before {
  width: 100%;
}
header nav .dropdown .dropdown-menu {
  display: none;
}
header nav .dropdown .dropdown-item.dropdown-toggle::after,
header nav .dropend .dropdown-item.dropdown-toggle::after {
  right: 1rem !important;
  display: inline-block !important;
}
header nav .dropdown:hover > .dropdown-menu,
header nav .dropend:hover > .dropdown-menu {
  display: block;
}
header nav .dropdown:hover a::before {
  width: 15rem !important;
  bottom: 0 !important;
}
header nav .dropdown:hover > .dropdown-menu {
  border-radius: 0;
  border-color: #F8F8F8;
  padding: 0;
  box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.0705882353);
  min-width: 15rem;
  padding: 1rem 0;
}
header nav .dropdown:hover > .dropdown-menu li {
  padding: 0;
  position: relative;
}
header nav .dropdown:hover > .dropdown-menu li .dropdown-item {
  padding: 0.5rem 2rem;
  text-transform: uppercase;
}
header nav .dropdown:hover > .dropdown-menu li .dropdown-item::before {
  display: none;
}
header nav .dropdown:hover > .dropdown-menu li .dropdown-item:hover {
  color: #666;
  background: none;
}
header nav .dropend:hover > .dropdown-menu {
  position: absolute;
  top: -0.5rem;
  left: 100%;
  margin-left: 0;
  border-radius: 0;
  border-color: #F8F8F8;
  padding: 1rem 0px;
  box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.0705882353);
  min-width: 15rem;
}
header .headercatlist {
  text-align: center;
  display: flex;
  gap: 2rem;
}
header .headercatlist li {
  display: grid;
  justify-items: center;
  gap: 0.5rem;
  font-size: 14px;
}
header .headercatlist li .cateimg {
  width: 5rem;
  height: 5rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0;
  padding: 0.15rem;
  margin-bottom: 0.5rem;
}
header .headercatlist li .cateimg video {
  object-position: top center;
}
header .headercatlist li .cateimg::before {
  content: "";
  width: 96%;
  height: 96%;
  position: absolute;
  border-radius: 50%;
  transform: translate(0, 0);
  border: solid var(--bs-white) 3px;
}

.hero-banner {
  width: 100%;
  overflow: hidden;
}
.hero-banner .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.hero-banner .content {
  position: relative;
  z-index: 20;
  height: 100vh;
  text-align: left;
  align-content: center;
  z-index: 1;
}
.hero-banner .content .arrow-line {
  transform: translate(25%, -50%);
}

.timerbox,
.timerbox2 {
  width: 35%;
}
.timerbox li,
.timerbox2 li {
  text-transform: uppercase;
  position: relative;
  flex: 1;
  text-align: center;
}
.timerbox li::before,
.timerbox2 li::before {
  content: "";
  height: 2rem;
  width: 1px;
  background: var(--bs-black);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-45%, -100%);
}
.timerbox li:first-child::before,
.timerbox2 li:first-child::before {
  display: none;
}
.timerbox li span,
.timerbox2 li span {
  font-family: "Canela Deck";
  font-weight: 300;
  font-size: 2.3rem;
  color: #BF0024;
}
.timerbox li p,
.timerbox2 li p {
  font-size: 14px;
  font-weight: 300;
}

.timerbox2 {
  width: 45%;
}
.timerbox2 li::before {
  background: var(--bs-white);
}

.about-area {
  padding-block-start: 7rem;
  padding-block-end: 7rem;
}

.text-opacity {
  animation: opac 5s forwards;
  animation-timeline: view();
  animation-range: entry 0% cover 100%;
}

@keyframes opac {
  from {
    filter: blur(2px);
  }
  to {
    filter: blur(0);
  }
}
.movingimage {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.movingimage div {
  width: 17%;
  position: relative;
  overflow: hidden;
  border: solid 2px #BE9B00;
  box-shadow: 0 3.194px 35.215px 0 rgba(0, 0, 0, 0.14);
  position: absolute;
  top: -15%;
  transform: translate(-50%, 0%) rotate(-10.284deg);
  animation: slide-left 5.2s ease-out forwards, float 2s ease-in-out 0.8s infinite;
  animation-delay: 5s;
  animation-timeline: view();
  animation-range: entry 0% cover 50%;
}
.movingimage div + div {
  left: 60%;
  transform: translate(-50%, 0%) rotate(10.284deg);
  animation: slide-right 5s ease-out forwards;
  animation-delay: 5s;
  animation-timeline: view();
  animation-range: entry 0% cover 50%;
}

@keyframes slide-right {
  from {
    transform: translate(-10%, 0%) rotate(10.119deg);
  }
  to {
    transform: translate(120%, 0%) rotate(10.119deg);
  }
}
@keyframes slide-left {
  from {
    transform: translate(-65%, 0%) rotate(-10.131deg);
  }
  to {
    transform: translate(-220%, 0%) rotate(-10.131deg);
  }
}
.product-section .prodimg {
  height: 25rem;
}

.prodimg .cartbuttonhover {
  position: absolute;
  bottom: 0;
  z-index: 99;
  width: 100%;
  transform: translate(-50%, 100%);
  left: 50%;
  display: flex;
  justify-content: center;
  transition: all 0.5s ease-in-out;
}
.prodimg .cartbuttonhover .themebtn {
  padding: 0.8rem 3rem 0.8rem 1.5rem;
}
.prodimg .cartbuttonhover .themebtn::before {
  background: #BE9B00;
}
.prodimg .cartbuttonhover .themebtn::after {
  color: var(--bs-white);
}
.prodimg .cartbuttonhover .themebtn {
  color: var(--bs-white);
}
.prodimg .cartbuttonhover .viewbtn::after {
  display: none;
}
.prodimg:hover .cartbuttonhover {
  transform: translate(-50%, -50%);
}

.viewproductmain .productviewimg a {
  cursor: zoom-in;
}

.productlargeimg,
.thumbmainlist {
  top: 1rem;
}

.best-sellers-section .sellerboxleft {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}
.best-sellers-section .buttontabs button {
  font-size: 2.5rem;
  color: var(--bs-black);
  font-family: "Canela Deck";
  font-weight: 300;
  transition: 0.3s ease-in-out;
  padding-inline-end: 1.5rem;
  opacity: 0.2;
}
.best-sellers-section .buttontabs button.active {
  color: var(--bs-black);
  opacity: 1;
}
.best-sellers-section .buttontabs button:hover {
  color: #BE9B00;
}

.bestseller-slider .owl-nav,
.stories-section .owl-nav,
.testimonials .owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
}
.bestseller-slider .owl-nav .owl-prev,
.bestseller-slider .owl-nav .owl-next,
.stories-section .owl-nav .owl-prev,
.stories-section .owl-nav .owl-next,
.testimonials .owl-nav .owl-prev,
.testimonials .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  border: 1px solid rgba(var(--bs-white-rgb), 0.45) !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0;
  width: 2rem;
  height: 2rem;
  font-size: 1.5rem !important;
  color: rgba(var(--bs-white-rgb), 0.8) !important;
  left: 1.5rem;
}
.bestseller-slider .owl-nav .owl-next,
.stories-section .owl-nav .owl-next,
.testimonials .owl-nav .owl-next {
  right: 1.5rem;
  left: auto;
}

.stories-section .owl-nav .owl-prev,
.stories-section .owl-nav .owl-next {
  left: -1rem;
  border: 1px solid rgba(var(--bs-black-rgb), 0.1) !important;
  background-color: var(--bs-white) !important;
  color: rgba(var(--bs-black-rgb), 0.5) !important;
}
.stories-section .owl-nav .owl-next {
  left: auto;
  right: -1rem !important;
}

.adsbannerleftbox::before {
  content: "";
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) -1.27%, #000 101.37%);
  filter: blur(53.8499984741px);
  height: 100%;
  width: 40%;
  position: absolute;
  z-index: -1;
}

.pickproductmain {
  position: absolute;
  width: 2rem;
  height: 2rem;
}
.pickproductmain .pickdot {
  width: 2rem;
  height: 2rem;
  background: rgba(var(--bs-white-rgb), 0.31);
  border: solid 1px rgba(var(--bs-white-rgb), 0.25);
  z-index: -1;
  position: relative;
  border-radius: var(--bs-border-radius-pill);
  animation: circle 4s linear infinite;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0;
}
.pickproductmain .pickdot i {
  width: 4px;
  height: 4px;
  background: var(--bs-white);
  animation: at-ripple-pink 4s linear infinite;
  border-radius: var(--bs-border-radius-pill);
}
.pickproductmain .tooltipbox {
  display: none;
  width: 14rem;
  transform: translate(14%, 0%);
  top: 0;
  position: absolute;
  transition: display 0.2s;
  z-index: 9;
}
.pickproductmain .tooltipbox .imgbox {
  border: solid 2px #BE9B00;
  overflow: hidden;
}
.pickproductmain .tooltipbox .tooltipcontent {
  padding: 0.6rem;
}
.pickproductmain:hover .tooltipbox {
  display: block;
}
.pickproductmain:nth-child(1) {
  top: 30%;
  transform: translate(-150%, 0);
}
.pickproductmain:nth-child(2) {
  top: 60%;
  left: 15%;
}
.pickproductmain:nth-child(2) .tooltipbox {
  bottom: 0;
  top: auto;
}
.pickproductmain:nth-child(3) {
  bottom: 35%;
  right: 40%;
  left: auto;
}
.pickproductmain:nth-child(3) .tooltipbox {
  bottom: 0;
  top: auto;
  transform: translate(0, -10%);
}

@-webkit-keyframes circle {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
/* Ripple Animate */
@-webkit-keyframes at-ripple-pink {
  0% {
    box-shadow: 0 2px 3px var(--bs-white), 0 0 0 0 rgba(var(--bs-white-rgb), 0.9), 0 0 0 4px rgba(var(--bs-white-rgb), 0.7), 0 0 0 2px rgba(var(--bs-white-rgb), 0.6);
  }
  50% {
    box-shadow: 0 2px 4px rgba(var(--bs-white-rgb), 0.1), 0 0 0 5px rgba(var(--bs-white-rgb), 0.1), 0 0 0 10px rgba(var(--bs-white-rgb), 0.1), 0 0 0 18px rgba(var(--bs-white-rgb), 0);
  }
  100% {
    box-shadow: 0 2px 3px var(--bs-white), 0 0 0 0 rgba(var(--bs-white-rgb), 0.9), 0 0 0 4px rgba(var(--bs-white-rgb), 0.7), 0 0 0 2px rgba(var(--bs-white-rgb), 0.6);
  }
}
.stories-section .defaultimg {
  width: 4rem;
}

.progress-slider .testimonial-card .testimonial-img {
  width: 100%;
}
.progress-slider .testimonial-card .testimonial-content {
  position: relative;
}
.progress-slider .testimonial-card .testimonial-content .testimonialtext {
  padding: 4rem 0 0.5rem;
}
.progress-slider .testimonial-card .testimonial-content .testimonialtext::before, .progress-slider .testimonial-card .testimonial-content .testimonialtext::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='30' viewBox='0 0 31 30' fill='none'%3E%3Cg clip-path='url(%23clip0_331_7334)'%3E%3Cmask id='mask0_331_7334' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='31' height='30'%3E%3Cpath d='M0.507812 0H30.2678V30H0.507812V0Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_331_7334)'%3E%3Cpath d='M7.32782 26.875C3.5669 26.875 0.507812 23.7913 0.507812 20C0.507812 16.2088 3.5669 13.125 7.32782 13.125C11.0887 13.125 14.1478 16.2088 14.1478 20C14.1478 23.7913 11.0887 26.875 7.32782 26.875Z' fill='black'/%3E%3Cpath d='M7.33 14.375C4.25356 14.375 1.75 16.8988 1.75 20C1.75 23.1012 4.25356 25.625 7.33 25.625C10.4064 25.625 12.91 23.1012 12.91 20C12.91 16.8988 10.4064 14.375 7.33 14.375Z' fill='black'/%3E%3Cpath d='M1.12781 20.625C0.785572 20.625 0.507812 20.345 0.507812 20V16.25C0.507812 9.0125 6.34822 3.125 13.5278 3.125C13.87 3.125 14.1478 3.405 14.1478 3.75C14.1478 4.095 13.87 4.375 13.5278 4.375C7.0327 4.375 1.74782 9.7025 1.74782 16.25V20C1.74782 20.345 1.47006 20.625 1.12781 20.625Z' fill='black'/%3E%3Cpath d='M23.445 26.875C19.6841 26.875 16.625 23.7913 16.625 20C16.625 16.2088 19.6841 13.125 23.445 13.125C27.2059 13.125 30.265 16.2088 30.265 20C30.265 23.7913 27.2059 26.875 23.445 26.875Z' fill='black'/%3E%3Cpath d='M23.4472 14.375C20.3707 14.375 17.8672 16.8988 17.8672 20C17.8672 23.1012 20.3707 25.625 23.4472 25.625C26.5236 25.625 29.0272 23.1012 29.0272 20C29.0272 16.8988 26.5236 14.375 23.4472 14.375Z' fill='black'/%3E%3Cpath d='M17.245 20.625C16.9028 20.625 16.625 20.345 16.625 20V16.25C16.625 9.0125 22.4654 3.125 29.645 3.125C29.9872 3.125 30.265 3.405 30.265 3.75C30.265 4.095 29.9872 4.375 29.645 4.375C23.1499 4.375 17.865 9.7025 17.865 16.25V20C17.865 20.345 17.5872 20.625 17.245 20.625Z' fill='black'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_331_7334'%3E%3Crect width='31' height='30' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: cover;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 4rem;
}
.progress-slider .testimonial-card .testimonial-content .testimonialtext::after {
  top: auto;
  bottom: 6rem;
  width: 1rem;
  height: 1rem;
  transform: rotate(180deg);
  right: 1.5rem;
}
.progress-slider .testimonial-card .testimonial-content .stars {
  color: #F7C645;
}
.progress-slider .testimonial-card .testimonial-content .stars i {
  margin-left: 2px;
  font-size: 14px;
}
.progress-slider .owl-item {
  width: 100%;
}
.progress-slider .owl-dots {
  position: relative;
  bottom: 6%;
  left: -45%;
  width: 30%;
  height: 8px;
  background: rgba(var(--bs-black-rgb), 0.09);
  border-radius: 10px;
  overflow: hidden;
}
.progress-slider .owl-dot {
  display: none;
}
.progress-slider .owl-dots::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: var(--bs-black);
  transition: width 0.5s ease;
  border-radius: 10px;
  width: var(--progress, 0%);
}
.progress-slider .owl-nav {
  position: absolute;
  width: 40%;
  bottom: 0;
  left: -50%;
  transform: translate(0, -20%);
  display: flex;
  justify-content: space-between;
}
.progress-slider .owl-nav button {
  top: 100%;
  background-color: rgba(0, 0, 0, 0.4392156863);
}
.progress-slider .owl-nav button svg {
  filter: invert(0);
}
.progress-slider .owl-nav button.owl-prev {
  right: 4rem;
}
.progress-slider .owl-nav button.owl-next {
  right: 1rem;
}

.blog-section .blog-box .blogbigimgbox {
  height: 40rem;
}
.blog-section .blog-box .blogimgbox {
  height: 15rem;
}
.blog-section .blog-box .blogimgbox img {
  object-position: center center;
}
.blog-section .blog-box a {
  color: var(--bs-black);
  transition: all 0.5s ease-in-out;
}
.blog-section .blog-box a:hover {
  color: #BE9B00;
}

.joinfamily-section .joinbox {
  height: 16rem;
}
.joinfamily-section .joinfamilystickybox {
  text-align: center;
  width: 20%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 9;
  left: 50%;
  transform: translate(-50%, 0);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0;
}
.joinfamily-section .owl-stage {
  transition-timing-function: linear !important;
}

.footer {
  position: relative;
}
.footer h3 {
  font-family: "Canela Deck";
  margin-bottom: 1rem;
}
.footer .social-icons {
  display: flex;
  gap: 0.7rem;
}
.footer .social-icons .social-icon {
  width: 2rem;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0;
  transition: all 0.5s ease-in-out;
  text-decoration: none;
}
.footer .social-icons .social-icon i {
  font-size: 15px;
  color: #BE9B00;
  transition: color 0.4s ease, transform 0.4s ease;
}
.footer .social-icons .social-icon:hover {
  background-color: var(--bs-white);
  transform: scale(1.1);
}
.footer .social-icons .social-icon:hover i {
  color: #BE9B00;
  transform: rotate(360deg) scale(1.2);
}
.footer .paycardlist li {
  width: 2.2rem;
  border-radius: var(--bs-border-radius-sm);
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .footer-links {
  list-style: none;
  padding: 0;
}
.footer .footer-links li {
  margin-bottom: 0.75rem;
}
.footer .footer-links li a {
  transition: all 0.5s ease-in-out;
  color: #666;
}
.footer .footer-links li a:hover {
  color: #BE9B00;
  padding-left: 5px;
}
.footer .info-item {
  display: flex;
  margin-bottom: 1.5rem;
  gap: 0.9rem;
  align-items: start;
}
.footer .info-item .info-icon {
  width: 1.5rem;
  color: #BE9B00;
  transition: all 0.5s ease-in-out;
}
.footer .info-item .info-icon i {
  font-size: 1.375rem;
}
.footer .info-item .info-text {
  flex: 1;
  word-break: break-word;
}
.footer .info-item .info-text p {
  margin: 0;
  line-height: 1.6;
}
.footer .info-item .info-text p a {
  transition: all 0.5s ease-in-out;
}
.footer .info-item .info-text p a:hover {
  color: #BE9B00;
  padding-left: 5px;
}
.footer .footerlogodesign .footerlogo {
  width: 10rem;
}
.footer .footerlogodesign .centerlogofooter {
  width: 100%;
  top: 50%;
  position: absolute;
  transform: translate(0, -50%);
}
.footer .footerlogodesign .centerlogofooter::before {
  text-align: right !important;
  background-image: linear-gradient(-90deg, rgba(var(--bs-white-rgb), 0) 5%, rgba(194, 177, 153, 0.2) 5%) !important;
}
.footer .footerlogodesign .centerlogofooter::after, .footer .footerlogodesign .centerlogofooter::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M7 0L8.575 5.425L14 7L8.575 8.575L7 14L5.425 8.575L0 7L5.425 5.425L7 0Z' fill='%23BE9B00'/%3E%3C/svg%3E");
  background-size: 100%;
  display: grid;
  align-content: center;
  text-align: left;
  background-image: linear-gradient(90deg, rgba(var(--bs-white-rgb), 0) 5%, rgba(194, 177, 153, 0.2) 5%);
  background-color: transparent;
}
.footer .copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-pagination-bullet:only-child {
  display: block !important;
}

.modal.show-modal .catereels-slider .control-btn-main * {
  pointer-events: auto !important;
}

.cate-user {
  display: flex;
  align-items: center;
  position: absolute;
  top: 25px;
  left: 10px;
  height: 2rem;
  z-index: 5;
  color: var(--bs-white);
  text-decoration: none;
  user-select: none;
  transform: translateZ(0);
}

.cate-user-img {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: var(--bs-border-radius-pill);
  margin-right: 0.9rem;
  font-size: 14px;
  font-weight: 700;
  margin-right: 0.9rem;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.35);
  border: solid 2px #F7F0EC;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.65);
}
.cate-user-img img {
  object-position: center;
}

.swiper-slide img,
.swiper-slide video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.productviewreels {
  width: 100%;
}
.productviewreels img,
.productviewreels video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.catereels-slider {
  padding-block: 2rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 99vh;
}
.catereels-slider .themebtn,
.catereels-slider .themebtn-light {
  font-size: 13px !important;
  flex: 1;
}
.catereels-slider .inner-swiper {
  max-width: 25rem;
  max-height: 100%;
  border-radius: var(--bs-border-radius-xl);
  background-color: var(--bs-white);
}
.catereels-slider .inner-swiper .cateinneritembox {
  width: stretch;
}
.catereels-slider .inner-swiper .swiper-pagination {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  bottom: unset;
  max-width: calc(100% - 10px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  z-index: 10;
  transform: translateZ(0);
}
.catereels-slider .inner-swiper .swiper-pagination-bullet {
  position: relative;
  width: 100%;
  height: 3px;
  flex-shrink: 10;
  border-radius: 999px;
  overflow: hidden;
  opacity: 1;
  background: rgba(var(--bs-black-rgb), 0.15);
}
.catereels-slider .inner-swiper .swiper-pagination-bullet .progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: var(--bs-white);
}
.catereels-slider .inner-swiper .swiper-pagination-bullet .progress-bar.viewed {
  width: 100%;
  background: var(--bs-white);
}
.catereels-slider .inner-swiper .swiper-inner-next,
.catereels-slider .inner-swiper .swiper-inner-prev {
  position: absolute;
  top: 50%;
  bottom: 0;
  width: 25%;
  height: calc(100% - 150px);
  margin: 0;
  transform: translateY(-50%);
  opacity: 0;
}
.catereels-slider .inner-swiper .swiper-inner-next {
  right: 0;
}
.catereels-slider .inner-swiper .swiper-inner-prev {
  left: 0;
}
.catereels-slider .inner-swiper > .swiper-inner-next,
.catereels-slider .inner-swiper > .swiper-inner-prev {
  z-index: 5;
}
.catereels-slider .swiper-main-next,
.catereels-slider .swiper-main-prev {
  position: absolute;
  top: 50%;
  bottom: 0;
  margin: 0;
  opacity: 1;
  z-index: 999;
}
.catereels-slider .swiper-main-next::after,
.catereels-slider .swiper-main-prev::after {
  color: #666;
}
.catereels-slider .swiper-main-next {
  right: 0;
}
.catereels-slider .swiper-main-prev {
  left: 0;
}

.reelsmodal.modal,
.bootstrapmodal[aria-modal=true] {
  display: flex;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.reelsmodal.modal.show-modal,
.bootstrapmodal[aria-modal=true].show-modal {
  animation: stories-in 0.4s forwards;
  pointer-events: auto;
  transform: translateZ(0) scale(1);
  opacity: 1;
  visibility: visible;
}
.reelsmodal.modal .modal-content,
.bootstrapmodal[aria-modal=true] .modal-content {
  text-align: center;
  position: relative;
  background: rgba(var(--bs-black-rgb), 0.7);
  border-radius: 0;
}
.reelsmodal.modal .control-btn-main,
.bootstrapmodal[aria-modal=true] .control-btn-main {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 9999;
  pointer-events: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0;
}
.reelsmodal.modal .control-btn-main i,
.bootstrapmodal[aria-modal=true] .control-btn-main i {
  font-size: 1.75rem;
  color: var(--bs-white);
}
.reelsmodal.modal .control-btn-main .close-btn,
.bootstrapmodal[aria-modal=true] .control-btn-main .close-btn {
  background: var(--bs-white);
  height: 1.5rem;
  width: 1.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0;
  border-radius: var(--bs-border-radius-pill);
}
.reelsmodal.modal .control-btn-main .close-btn i,
.bootstrapmodal[aria-modal=true] .control-btn-main .close-btn i {
  color: var(--bs-black);
  font-size: 1.375rem;
}
.reelsmodal.modal .control-btn-main .close-btn i::before,
.bootstrapmodal[aria-modal=true] .control-btn-main .close-btn i::before {
  vertical-align: -0.17em;
}
.reelsmodal.modal .control-btn-main .sound-btn:focus,
.reelsmodal.modal .control-btn-main .sound-btn:active,
.bootstrapmodal[aria-modal=true] .control-btn-main .sound-btn:focus,
.bootstrapmodal[aria-modal=true] .control-btn-main .sound-btn:active {
  outline: 0;
}

@keyframes stories-in {
  0% {
    transform: translateZ(0) scale(0.5);
    opacity: 0;
  }
  50% {
    transform: translateZ(0) scale(1.05);
    opacity: 1;
  }
  to {
    transform: translateZ(0) scale(1);
    opacity: 1;
  }
}
.startrating li i {
  color: #E8D2C2;
}
.startrating li i.active {
  color: #F7C645;
}

.productview .sizelist .btn-check:checked + .btn,
.productview .sizelist .btn.active,
.productview .sizelist .btn.show,
.productview .sizelist .btn:first-child:active,
.productview .sizelist :not(.btn-check) + .btn:active {
  border-color: var(--bs-black);
  background: var(--bs-black);
  color: var(--bs-white);
}
.productview .sizelist .btn-group > .btn:active, .productview .sizelist .btn-group > .btn:focus, .productview .sizelist .btn-group > .btn:hover {
  border-color: var(--bs-black);
}
.productview .sizelist .btn {
  padding: 0.5rem 1rem;
  border-radius: 0;
  color: var(--bs-tertiary-color);
  border: 1px solid #E0E0E0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0;
}
.productview .quantitybox input {
  width: 2.5rem;
}
.productview .quantitybox .sub,
.productview .quantitybox .add {
  font-size: 1.375rem;
  padding: 0.4rem 0.8rem;
}
.productview .sharebtn {
  right: 1.5rem;
  top: 1.5rem;
}
.productview .product-main-slider {
  overflow: hidden;
  position: relative;
  background-color: #f8f9fa;
}
.productview .product-main-slider .productviewimg {
  height: 50rem;
  width: 100%;
}
.productview .product-main-slider .productviewimg img {
  transition: transform 0.5s ease;
  object-position: top;
}
.productview .product-main-slider .productviewimg:hover img {
  transform: scale(1.03);
}
.productview .product-main-slider .swiper-gallery-next, .productview .product-main-slider .swiper-gallery-prev {
  color: var(--bs-white);
  background-color: rgba(var(--bs-white-rgb), 0.34);
  width: 2.5rem;
  height: 6rem;
  transition: all 0.3s ease;
  right: var(--swiper-navigation-sides-offset, 0);
}
.productview .product-main-slider .swiper-gallery-next::after, .productview .product-main-slider .swiper-gallery-prev::after {
  font-size: 1.125rem;
  font-weight: bold;
}
.productview .product-main-slider .swiper-gallery-next:hover, .productview .product-main-slider .swiper-gallery-prev:hover {
  background-color: #BE9B00;
  color: var(--bs-white);
}
.productview .product-main-slider .swiper-gallery-next.swiper-button-disabled, .productview .product-main-slider .swiper-gallery-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
.productview .product-main-slider .swiper-gallery-prev {
  left: var(--swiper-navigation-sides-offset, 0);
}
.productview .product-main-slider .swiper-gallery-next {
  right: var(--swiper-navigation-sides-offset, 0);
}
.productview .product-thumbs-slider {
  height: 40rem;
}
.productview .product-thumbs-slider .swiper-slide {
  opacity: 0.55;
  transition: all 0.3s ease;
  cursor: pointer;
  overflow: hidden;
  border: 2px solid transparent;
}
.productview .product-thumbs-slider .swiper-slide .thumb-img-wrap {
  height: 100%;
}
.productview .product-thumbs-slider .swiper-slide .thumb-img-wrap img {
  object-position: top;
}
.productview .product-thumbs-slider .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
  border-color: #BE9B00;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "\f27b";
  font-family: bootstrap-icons;
}

.productviewbtn .themebtn-light::after {
  display: none;
}

.sizechartmodal .btn-close {
  right: 1.5rem;
  top: 1.5rem;
  opacity: 1;
}
.sizechartmodal .sizetabs li a.active {
  color: #BE9B00;
}
.sizechartmodal .sizechart {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
}
.sizechartmodal .sizechart th,
.sizechartmodal .sizechart td {
  padding: 12px 16px;
  border: 1px solid #ddd;
  text-align: center;
  transition: background-color 0.3s;
}
.sizechartmodal .sizechart tr td:first-child {
  font-weight: 700;
}
.sizechartmodal .sizechart {
  /* Row Hover */
}
.sizechartmodal .sizechart tbody tr:hover td {
  background: #FAEFDD;
}
.sizechartmodal .sizechart td:hover,
.sizechartmodal .sizechart th:hover,
.sizechartmodal .sizechart .sizecolumn-hover {
  background: #FAEFDD;
}

.tabsdetail .nav-tabs {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0;
}
.tabsdetail .nav-tabs a {
  color: var(--bs-tertiary-color);
  font-size: 1.5rem;
  padding: 0.6rem 0;
  margin-right: 3rem;
  font-family: "Canela Deck";
  transition: all 0.5s ease-in-out;
  border-bottom: solid 2px transparent;
}
.tabsdetail .nav-tabs a:hover, .tabsdetail .nav-tabs a.active {
  color: var(--bs-black);
  border-bottom: solid 2px var(--bs-black);
}
.tabsdetail .tab-content p {
  font-size: 0.9rem;
  line-height: 1.4rem;
}
.tabsdetail .tab-content .product-info-table {
  border: 1px solid #E0E0E0;
  border-radius: 1.5rem;
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0;
}
.tabsdetail .tab-content .product-info-table th,
.tabsdetail .tab-content .product-info-table td {
  padding: 1rem;
  vertical-align: middle;
  border-color: #E0E0E0;
}
.tabsdetail .tab-content .product-info-table th:first-child,
.tabsdetail .tab-content .product-info-table td:first-child {
  border-left: 0;
}
.tabsdetail .tab-content .product-info-table th:last-child,
.tabsdetail .tab-content .product-info-table td:last-child {
  border-right: 0;
}
.tabsdetail .tab-content .product-info-table th {
  text-align: center;
  font-weight: 500;
}
.tabsdetail .tab-content .product-info-table tbody tr:nth-child(even) th,
.tabsdetail .tab-content .product-info-table tbody tr:nth-child(even) td {
  background: #F8F8F8;
}
.tabsdetail .tab-content .listdatatext h6 {
  color: var(--bs-black);
}
.tabsdetail .tab-content .listdatatext ul,
.tabsdetail .tab-content .listdatatext ol {
  padding-left: 1rem;
  margin-bottom: 1rem;
}
.tabsdetail .tab-content .listdatatext ul li,
.tabsdetail .tab-content .listdatatext ol li {
  margin-bottom: 0.3rem;
}

.review-section .reviewsarea li i {
  color: #E0E0E0;
  font-size: 1.2rem;
}
.review-section .reviewsarea li i.active {
  color: #F7C645;
}
.review-section .review-wrapper .rating-text {
  display: inline-block;
  position: relative;
  top: 1.1rem;
  font-size: 1rem;
  font-weight: 500;
}
.review-section .review-wrapper .rating-text i {
  color: #F7C645;
}
.review-section .review-wrapper .progress {
  max-width: 65%;
  margin-left: 3rem;
  background: #F8F8F8;
  --bs-progress-height: 0.8rem;
  border-radius: var(--bs-border-radius-sm);
}
.review-section .review-wrapper .progress .progress-bar {
  background-color: #F7C645;
}
.review-section .review-wrapper span.rating-value {
  position: absolute;
  right: 0;
  top: 50%;
  color: #666;
}
.review-section .startratingyellow li {
  font-size: 1.3rem;
}
.review-section .reviewverticalline {
  position: relative;
}
.review-section .reviewverticalline::before, .review-section .reviewverticalline::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 1px;
  height: 10rem;
  background: #E0E0E0;
}
.review-section .reviewverticalline::before {
  left: 0;
}
.review-section .reviewverticalline::after {
  right: 0;
}

.ratingreview {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.ratingreview > label {
  cursor: pointer;
  color: #E0E0E0;
  font-size: 2.2rem;
  margin: 0 0.4rem;
}
.ratingreview > label:hover, .ratingreview > label:hover ~ label {
  color: #F7C645;
}
.ratingreview > input.radio-btn:checked ~ label {
  color: #F7C645;
}

.ratingreviewform .form-control {
  height: 2.8rem;
  font-size: 0.9rem;
}
.ratingreviewform textarea.form-control {
  height: 5.8rem;
}

.reviewsmain {
  grid-template-columns: repeat(2, 1fr);
}
.reviewsmain .reviewsbox .reviewsarea li i {
  font-size: 14px;
}
.reviewsmain .reviewsbox sup.smallboxractangle {
  color: #008DF2;
  top: -1em;
}
.reviewsmain .reviewsbox .userpic {
  width: 4rem;
}

.themebtn.yellow-bg::after {
  color: var(--bs-black);
}

.scrolledvideobox {
  width: 8rem;
  height: 13rem;
  right: 1rem;
  bottom: 10rem;
}

.bootstrapmodal[aria-modal=true] {
  z-index: 9999;
  visibility: inherit;
  opacity: inherit;
}

.measurementform input,
.measurementform textarea {
  border-radius: 0;
  font-size: 14px;
  padding: 0.6rem 1rem;
}
.measurementform input::placeholder,
.measurementform textarea::placeholder {
  color: rgba(var(--bs-black-rgb), 0.5);
}
.measurementform label {
  font-size: 1rem;
}

.fullscreenbox {
  position: absolute;
  top: 15px;
  left: 10px;
  cursor: pointer;
  z-index: 9;
}

.productlisting .prodimg {
  height: 35rem;
}

.filterrow > div {
  flex: 1;
}

.select {
  position: relative;
  cursor: pointer;
}
.select::after {
  content: "";
  border-right: 1px solid var(--bs-black);
  border-bottom: 1px solid var(--bs-black);
  border-left: 1px solid transparent;
  margin-left: 0;
  right: 0.5rem;
  width: 9px;
  height: 8px;
  position: absolute;
  transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
}
.select select {
  cursor: pointer;
}

.fs-65 {
  font-size: 6.5rem;
}

.fs-8 {
  font-size: 8rem;
}

.letter-spacing2 {
  letter-spacing: 2px;
}

/******* Aside Bar filter start ********/
aside .accordion-item {
  border: none;
}
aside .accordion-item .accordion-button {
  border-radius: 0;
  font-size: 14px;
  padding: 1rem 0;
  box-shadow: none;
  border-bottom: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
  color: var(--bs-black-rgb);
  font-weight: 400;
}
aside .accordion-item .accordion-button:not(.collapsed) {
  background-color: transparent;
}
aside .accordion-item .accordion-button:focus {
  box-shadow: none;
}
aside .accordion-item .accordion-button[aria-expanded=true]::after {
  background-size: 1rem;
  transform: rotate(-180deg);
  margin-right: 0.3rem;
}
aside .accordion-item .accordion-button[aria-expanded=false]::after {
  background-size: 1rem;
  transform: rotate(0deg);
}
aside .accordion-item:last-child .accordion-button.collapsed {
  border-bottom: 0;
  padding-bottom: 0;
}
aside .accordion {
  --bs-accordion-bg: none;
  display: grid;
  gap: 0.3rem;
}
aside .accordion-body {
  padding: 0;
  margin-bottom: 0.8rem;
}

.category-list li {
  margin-bottom: 5px;
}
.category-list li:last-child {
  margin-bottom: 0;
}
.category-list li .form-check {
  padding-left: 2em;
}
.category-list li .form-check .form-check-input {
  margin-left: -2em;
}
.category-list li .form-check-label {
  font-size: 14px;
  color: var(--bs-gray-700);
}

.form-check-input {
  width: 1.2em;
  height: 1.2em;
}
.form-check-input:checked {
  background-color: #BE9B00;
  border-color: #BE9B00;
}
.form-check-input:focus {
  box-shadow: none;
}

.ui-slider-horizontal {
  height: 3px;
  --bs-bg-opacity: 0.2;
  background: #E0E0E0;
  margin: 0.5rem 0 0.5rem 0;
  border-radius: 1rem;
  position: relative;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  height: 3px;
  display: block;
  background: #BE9B00;
  margin: 0 3px;
}
.ui-slider .ui-slider-handle {
  border-radius: 50%;
  top: -8px;
  width: 0.8rem;
  height: 0.8rem;
  border: none;
  background: #BE9B00;
  position: absolute;
  z-index: 2;
  cursor: default;
}
.ui-slider a:focus {
  outline: none;
}

.ui-slider-horizontal span.ui-slider-handle {
  top: -0.3em;
}

.ui-state-focus {
  border: none !important;
  box-shadow: none;
  outline: none;
}

.extra-controls .minvalue,
.extra-controls .maxvalue {
  width: 100%;
  font-size: 16px;
  display: inline-block;
}
.extra-controls .slider-credits {
  width: 100%;
  margin-bottom: 0;
  padding: 4px;
  font-size: 14px;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
  color: var(--black);
  background-color: transparent;
  display: inline-block;
}

.prodthumbimg {
  width: 5rem;
}

.cartquantity {
  width: 7rem;
}
.cartquantity * {
  flex: 1;
  color: var(--bs-black);
}
.cartquantity button {
  font-size: 1.25rem;
}
.cartquantity .qty-input {
  border-inline: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
  border-block: none;
  width: 2rem;
  font-size: 15px;
}
.cartquantity .qty-input:focus-visible {
  outline: 0;
}

.alsolikeboxsmall {
  width: 10rem;
}
.alsolikeboxsmall .prodimg {
  height: 8rem;
}
.alsolikeboxsmall .themebtn-dark-arrow {
  padding: 0.7rem 2rem 0.7rem 0.8rem;
  font-size: 14px;
}
.alsolikeboxsmall .themebtn-dark-arrow::after {
  font-size: 1rem;
  right: 0.8rem;
}
.alsolikeboxsmall .titleheight {
  height: 2.3rem;
}

.cartlistscroll {
  max-height: 7.5rem;
  overflow-y: auto;
}

.marquee-list {
  animation: marquee 20s linear infinite;
  /* Infinite animation */
  animation-play-state: running;
  /* Default running state */
}
.marquee-list:hover {
  animation-play-state: paused;
  /* Pause the animation on hover */
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.couponbox .accordion-button {
  padding-inline-start: 2rem;
  box-shadow: none;
}
.couponbox .accordion-button::after {
  font-family: bootstrap-icons;
  font-size: 1.2rem;
  background-image: none;
  position: absolute;
  left: 0;
  transform: translate(0%, -70%);
  top: 50%;
}
.couponbox .accordion-button:focus-visible, .couponbox .accordion-button:focus {
  outline: 0;
  box-shadow: none;
}
.couponbox .accordion-button[aria-expanded=false]::after {
  content: "\f64d";
}
.couponbox .accordion-button[aria-expanded=true]::after {
  content: "\f63b";
}

.formfields .form-control {
  height: 3.4rem;
  font-size: 14px;
  font-weight: normal;
}
.formfields .form-control::placeholder {
  color: var(--bs-gray-600);
}
.formfields .form-control:focus {
  outline: 0;
  box-shadow: none;
  border-color: #E8D2C2;
}

.checkoutproduct h6 {
  font-size: 0.9rem;
}
.checkoutproduct .cartprd {
  width: 3.5rem;
  height: 3.5rem;
  object-position: center;
}

.payment-mode .form-check-input:checked,
.shippingadd .form-check-input:checked {
  background-color: #BE9B00;
  border-color: #BE9B00;
}

.payment-mode .form-check {
  position: relative;
  display: block;
  min-height: initial;
  color: var(--secondary-color);
  font-size: 14px;
  font-weight: 300;
  border: 1px solid var(--bs-light-border-subtle);
  padding: 12px;
  margin-bottom: 10px;
}
.payment-mode .form-check .form-check-input {
  margin-left: 0;
  margin-right: 8px;
  margin-top: 2px;
}
.payment-mode .form-check-input {
  width: 1.3em;
  height: 1.3em;
}

.theme-btn.orangebtn {
  padding: 0.7rem;
}

.addressbox.active {
  background-color: #fdf8ef;
}
.addressbox.active .editbtn {
  visibility: visible;
}
.addressbox.active h6 {
  color: #BE9B00;
}
.addressbox .editbtn {
  visibility: hidden;
}

.show-more-height {
  min-height: 15rem;
  max-height: 24rem;
  overflow: auto;
}

.beforeaddress .themebtn-dark-arrow,
.addressbox .themebtn-dark-arrow {
  padding: 0.7rem 2rem 0.7rem 0.8rem;
  font-size: 14px;
}
.beforeaddress .themebtn-dark-arrow::after,
.addressbox .themebtn-dark-arrow::after {
  font-size: 1rem;
  right: 0.7rem;
}

.couponform input {
  height: 2.5rem;
}
.couponform .btn {
  background: #e9e9e9;
}

.tableheader div {
  padding: 0.7rem 1rem;
  font-family: "Canela Deck";
  font-weight: 500;
}

.wishlisttumimg {
  width: 7rem;
  max-width: 25%;
  overflow: hidden;
  height: 6rem;
}

.object-position-top {
  object-position: top;
}

.products-details-heading {
  width: 70%;
}

.usertab button {
  font-size: 1rem;
}
.usertab button.active {
  color: #BAA238;
  text-decoration: underline;
}
.usertab hr {
  border: dashed 1px #B0993B;
}

.orderstatus {
  counter-reset: status;
}
.orderstatus li {
  text-align: center;
  flex: 1;
  z-index: 1;
  color: var(--bs-gray-600);
}
.orderstatus li::before {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  line-height: 3rem;
  border-radius: var(--bs-border-radius-pill);
  border: 2px solid #E0E0E0;
  display: block;
  margin: 0 auto 10px;
  background-color: var(--bs-white);
}
.orderstatus li::after {
  content: "";
  position: absolute;
  width: 70%;
  height: 2px;
  background-color: var(--bs-gray-300);
  top: 1.3rem;
  left: 0;
  z-index: -1;
  transform: translate(-50%, -50%);
}
.orderstatus li:first-child::after {
  content: none;
}
.orderstatus li.active {
  color: #BE9B00;
}
.orderstatus li.step-1::before, .orderstatus li.step-1::after {
  background-color: #BE9B00;
  border-color: #BE9B00;
}
.orderstatus li.step-2::before, .orderstatus li.step-2::after {
  background-color: #BE9B00;
  border-color: #BE9B00;
}
.orderstatus li.step-3::before, .orderstatus li.step-3::after {
  background-color: #BE9B00;
  border-color: #BE9B00;
}
.orderstatus li.step-4::before, .orderstatus li.step-4::after {
  background-color: #00B147;
  border-color: #00B147;
}

/* Order View page Start */
.anchortext:hover {
  color: #8F0B24 !important;
}

.recent-article-item {
  border-bottom: solid 1px #F3F3F3;
  padding-bottom: 1rem;
}

.blog-card-img-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  background-color: #f8f9fa;
  aspect-ratio: 16/10.5;
}

.blogtitleheight {
  height: 3.2rem;
}

/* Sidebar Widgets */
.blog-search-box {
  margin-bottom: 35px;
}
.blog-search-box .form-control {
  border: 1px solid #e5e5e5;
  border-radius: 0;
  padding: 11px 16px;
  font-size: 13.5px;
  color: #333;
  box-shadow: none !important;
}
.blog-search-box .form-control:focus {
  border-color: #BF0024;
}

.continuetext {
  color: #BE9B00;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: all 0.2s ease;
}
.continuetext:hover {
  color: #8F0B24;
  transform: translateX(3px);
}

.recent-article-item {
  margin-bottom: 1rem;
}

/* Author Widget */
.author-avatar {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 16px auto;
  display: block;
  border: 2px solid #faf7f2;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.blogtextheight {
  height: 5.3rem;
}

/* Hero Featured Image */
.blog-featured-hero {
  width: 100%;
  max-height: 35rem;
  margin-bottom: 35px;
}

/* Article Body Typography */
.blog-article-body {
  font-size: 15.5px;
  line-height: 1.85;
  color: #3e3e3e;
}
.blog-article-body p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 1.4rem;
}
.blog-article-body .lead-paragraph {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 1.4rem;
}
.blog-article-body h2,
.blog-article-body h3 {
  font-family: "Canela Deck";
  font-size: 1.375rem;
  font-weight: 500;
  margin-top: 2rem;
  margin-bottom: 1rem;
  line-height: 1;
}
.blog-article-body h4 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-top: 28px;
  margin-bottom: 12px;
}
.blog-article-body img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}
.blog-article-body blockquote {
  margin: 30px 0;
  padding: 20px 25px;
  background: #F7F0EC;
  border-left: 3px solid #BE9B00;
  font-style: italic;
  font-size: 1rem;
}
.blog-article-body .blog-gallery-grid img {
  object-position: top;
}

/* Social Share Bar */
.blog-share-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}

.blog-share-btn {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--bs-black);
  background: #FAEFDD;
  text-decoration: none;
  transition: all 0.2s ease;
}
.blog-share-btn:hover {
  background: #BE9B00;
  color: #8F0B24;
  transform: translateY(-2px);
}

.aboutsection .about-main {
  height: 100%;
  min-height: 500px;
  object-fit: cover;
  object-position: top center;
}
.aboutsection .vision {
  background: #f8f7f4;
}
.aboutsection .heritage {
  background: #f4f3f1;
}
.aboutsection .heritage h2 span {
  color: #c49b58;
}
.aboutsection .heritage img {
  height: 100%;
  object-fit: cover;
}
.aboutsection .testimonials .card {
  background: transparent;
}
.aboutsection .testimonials .card-img-top {
  width: 100%;
  height: 15rem;
  object-fit: cover;
  object-position: top;
}
.aboutsection .testimonials .card-body .smallboxractangle {
  height: 1.5rem;
  width: 1.5rem;
}
.aboutsection .testimonials .owl-nav .owl-prev,
.aboutsection .testimonials .owl-nav .owl-next {
  background-color: var(--bs-black) !important;
  border: none !important;
  height: 4rem;
  color: rgba(var(--bs-white-rgb), 1) !important;
}
.aboutsection .testimonials .owl-nav .owl-prev {
  left: 0;
}
.aboutsection .testimonials .owl-nav .owl-next {
  right: 0;
}
.aboutsection .countericon {
  width: 3rem;
  height: 3rem;
  display: inline-block;
}

.quteicon {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
}

.policy-content-wrapper h2,
.policy-content-wrapper h3 {
  font-family: "Canela Deck";
  font-size: 1.375rem;
  color: var(--bs-black);
  line-height: 1.35;
  margin-bottom: 1rem;
}
.policy-content-wrapper h4 {
  font-size: 1.125rem;
  color: var(--bs-black);
}
.policy-content-wrapper ul,
.policy-content-wrapper ol {
  margin-bottom: 1.5rem;
  padding-left: 1rem;
}
.policy-content-wrapper ul li,
.policy-content-wrapper ol li {
  margin-bottom: 10px;
  color: #4a4a4a;
  font-size: 14px;
}
.policy-content-wrapper a {
  color: var(--bs-black);
  text-decoration: underline;
  font-weight: 500;
}
.policy-content-wrapper a:hover {
  color: #BE9B00;
}

.policy-help-box {
  border-left: 4px solid #BE9B00;
}

.active-faq-cat {
  background-color: #BE9B00 !important;
  border-color: #BE9B00 !important;
  color: var(--bs-white) !important;
}

.custom-faq-accordion .accordion-button:not(.collapsed) {
  background-color: var(--bs-white) !important;
  color: #BE9B00 !important;
  box-shadow: none !important;
}
.custom-faq-accordion .accordion-button:not(.collapsed)::after {
  filter: none;
}
.custom-faq-accordion .accordion-button::after {
  filter: grayscale(1);
  transition: transform 0.25s ease-in-out;
}

.faq-item-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.faq-item-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.03) !important;
}

.bg-maroon-subtle {
  background-color: rgba(99, 14, 30, 0.08) !important;
}

.searchtabs a {
  background: var(--bs-white);
  border-color: #BE9B00;
  color: var(--bs-black);
  font-size: 14px;
  padding: 0.3rem 1rem;
}
.searchtabs a:hover {
  background: #BE9B00;
  border-color: #BE9B00;
}

.searchpopup {
  height: auto;
  max-height: 85vh;
}

.searchdatabox {
  overflow-y: hidden;
}

.myfs-1 {
  font-size: 14px;
}

.myfs-2 {
  font-size: 15px;
}

.myfs-3 {
  font-size: 1rem;
}

.myfs-4 {
  font-size: 1.125rem;
}

.myfs-5 {
  font-size: 1.25rem;
}

.myfs-6 {
  font-size: 1.375rem;
}

.myfs-7 {
  font-size: 1.5rem;
}

.myfs-8 {
  font-size: 1.625rem;
}

.myfs-9 {
  font-size: 1.75rem;
}

@media (max-width: 1400px) {
  header .header-logo {
    width: 5rem;
  }
  header nav .offcanvas ul li a {
    font-size: 13px;
  }
  header nav .navbar-brand {
    width: 6rem;
  }
  header .headercatlist {
    gap: 1.5rem;
  }
  header .headercatlist li {
    font-size: 13px;
  }
  header .headercatlist li .cateimg {
    width: 4.5rem;
    height: 4.5rem;
    margin-bottom: 0.5rem;
  }
  .themebtn,
  .themebtn-light {
    font-size: 13px;
    padding: 0.8rem 3rem 0.8rem 1.2rem;
  }
  .themebtn a {
    font-size: 13px;
  }
  .icon2 {
    width: 4rem;
    height: 4rem;
  }
  .display-5 {
    font-size: 2.5rem;
  }
  .display-6 {
    font-size: 2.2rem;
  }
  .fs-5 {
    font-size: 1.1rem !important;
  }
  .fs-6 {
    font-size: 14px !important;
  }
  .fs-14 {
    font-size: 13px !important;
  }
  .stories-section .defaultimg {
    width: 3rem;
  }
  .blog-section .blog-box .blogbigimgbox {
    height: 35rem;
  }
  .blog-section .blog-box .blogimgbox {
    height: 13rem;
  }
  .blog-section .blog-box .blogimgbox img {
    object-position: center center;
  }
  .blog-section .blog-box a {
    color: var(--bs-black);
    transition: all 0.5s ease-in-out;
  }
  .blog-section .blog-box a:hover {
    color: #BE9B00;
  }
  .timerbox {
    width: 45%;
  }
  .timerbox li span {
    font-size: 2rem;
  }
  .timerbox li p {
    font-size: 12px;
  }
  .aboutsection .testimonials .card-img-top {
    height: 13rem;
  }
}
@media (max-width: 992px) {
  header nav .offcanvas ul {
    gap: 1rem;
  }
  header nav .offcanvas ul li a {
    display: inline-block;
  }
  header nav .offcanvas ul li a::before {
    width: 1.5rem;
    height: 1.5rem;
  }
  .display-6 {
    font-size: 1.8rem;
  }
  .display-5 {
    font-size: 2.1rem;
  }
  p {
    margin-bottom: 0.6rem;
  }
}
@media (max-width: 768px) {
  .display-6 {
    font-size: 1.8rem;
  }
}
@media (max-width: 668px) {
  .display-5 {
    font-size: 1.6rem;
  }
  .display-6 {
    font-size: 1.5rem;
  }
  header .navbar-toggler {
    font-size: 1.625rem;
    vertical-align: text-bottom;
  }
  header .header-logo {
    width: 3rem;
  }
  header .navbar-brand {
    width: 3rem;
    padding: 0;
  }
  header nav .themebtn-tranparent {
    font-size: 11px;
    padding: 0.3rem 1rem;
  }
  header nav .offcanvas ul li {
    padding: 0 0.5rem;
  }
  header nav .offcanvas ul li a {
    position: static;
  }
  header nav .offcanvas ul li a::before {
    display: none;
  }
  header nav .offcanvas ul li a.dropdown-toggle::after {
    display: inline-block;
    right: 0;
    transition: all 0.5s ease-in-out;
  }
  header nav .offcanvas ul li a.dropdown-toggle.show::after {
    rotate: 90deg;
  }
  header nav .offcanvas ul li.dropdown .dropdown-menu {
    padding: 0 0;
    border: 0;
    box-shadow: none;
    display: none;
  }
  header nav .offcanvas ul li.dropdown .dropdown-menu.show {
    display: block;
    position: static;
  }
  header nav .offcanvas ul li.dropdown .dropdown-menu.show li.dropend .dropdown-menu.show {
    padding: 0 1rem;
  }
  header nav .offcanvas ul li.dropdown .dropdown-menu li .dropdown-item {
    padding: 0.5rem 1rem;
  }
  header .headercatlist {
    position: relative;
    flex-direction: row;
    align-items: flex-start;
    overflow-x: scroll;
    scroll-behavior: smooth;
    margin: 1rem 3.5rem;
    justify-content: left !important;
  }
  header .headercatlist::-webkit-scrollbar {
    display: none;
  }
  header .headercatlist li .cateimg {
    margin: 0 auto 0.5rem auto;
  }
  .hero-banner .content {
    height: auto;
  }
  .hero-banner .content .display-1 {
    font-size: 2.225rem;
  }
  .hero-banner .content .fs-2 {
    font-size: 1rem !important;
  }
  .hero-banner .content .fs-6 {
    font-size: 11px !important;
  }
  .hero-banner .content .fs-7 {
    font-size: 2.8rem;
  }
  .hero-banner .content .arrow-line {
    transform: translate(0%, 0%);
  }
  .hero-banner .content .arrow-line svg {
    width: 100%;
  }
  .hero-banner .content .themebtn {
    font-size: 10px;
    padding: 0.8rem 2rem 0.8rem 0.8rem;
  }
  .hero-banner .content .themebtn::after {
    font-size: 1rem;
    right: 0.6rem;
  }
  .timerbox {
    width: 70%;
  }
  .product-section .prodimg,
  .best-sellers-section .tab-content .prodimg {
    height: 18rem;
  }
  .product-section .prodbox .prodcontent,
  .best-sellers-section .tab-content .prodbox .prodcontent {
    width: 80%;
  }
  .product-section .prodbox .prodcontent .fs-5,
  .best-sellers-section .tab-content .prodbox .prodcontent .fs-5 {
    font-size: 0.9rem !important;
    min-height: 2.2rem;
  }
  .product-section .prodbox .arrowbtn,
  .best-sellers-section .tab-content .prodbox .arrowbtn {
    font-size: 1rem;
    width: 20%;
  }
  .movingimage {
    display: none;
  }
  .about-area {
    padding-block-start: 2rem;
    padding-block-end: 1rem;
  }
}
@media (max-width: 480px) {
  header nav .navbar-brand {
    width: 3rem;
  }
  .hero-banner .swiper-slide .content {
    height: 50vh;
  }
}

/*# sourceMappingURL=style.css.map */
