body {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "Poppins", sans-serif;
}

/*-----------------------------------------Rewards Page Styling Start Here-----------------------------------------*/
/*=====Rewards Panel Styling Start Here====*/
.rewards-panel .comman-title-box {
  margin-bottom: 33px;
}
 
.rewards-panel .custom-title {
  margin-bottom: 14px;
}
 
.rewards-panel p {
  color: var(--textcolor);
  font-size: 18px;
}
 
.rewards-panel .progressbar-box {
  display: flex;
  align-items: center;
}
 
.rewards-panel .progress {
  width: 100%;
  height: 4px;
  border-radius: 0px;
  margin-right: 20px;
}
 
.rewards-panel .progress-bar {
  background-color: #626766;
}
 
.rewards-panel .percentage {
  color: var(--darkcolor);
  font-size: 16px;
  font-weight: 500;
}
 
.rewards-panel .rewards-box {
  padding: 30px;
  border-radius: 15px;
  background-color: var(--secondarycolor);
}
 
.rewards-panel .rewards-box p {
  color: var(--textcolor);
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 13px;
}
 
.rewards-panel h4 {
  color: var(--darkcolor);
  font-size: 22px;
  text-transform: capitalize;
  margin-bottom: 25px;
}
 
.rewards-panel .progress-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
 
.rewards-panel .wrapping-box {
  width: 80%;
  margin: 0px auto;
}
 
.rewards-panel h5 {
  color: var(--darkcolor);
  font-size: 25px;
  text-transform: capitalize;
  margin-bottom: 15px;
}
 
.rewards-panel img {
  height: 53px;
  object-fit: contain;
  margin-right: 10px;
}
 
.rewards-panel .points {
  color: var(--darkcolor-);
  font-size: 33px;
  vertical-align: middle;
}
 
.rewards-panel .points-box {
  margin-bottom: 22px;
}
 
.rewards-panel a {
  color: var(--darkcolor);
  font-size: 16px;
  text-transform: capitalize;
  text-decoration: underline;
  text-underline-offset: 2px;
}
 
.rewards-panel .rewards-list {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
 
.rewards-panel .rewards-list p {
  color: var(--textcolor);
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 6px;
}
 
.rewards-panel .rewards-list p::first-letter {
  text-transform: uppercase;
}
 
.rewards-panel .rewards-list span {
  color: var(--textcolor);
  font-size: 17px;
  font-weight: 500;
  text-transform: capitalize;
}
 
/*=====Rewards Panel Styling End Here====*/
 
/*=====Loyalty Panel Styling Start Here====*/
.loyalty-hero-panel {
  width: 100%;
  padding: 120px 0px;
  background-size:cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
 
.loyalty-hero-panel::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: -1;
}
 
.loyalty-hero-panel .loyalty-content {
  height: 100%;
  align-content: center;
  text-align: center;
}
 
.loyalty-hero-panel h1 {
  color: var(--lightcolor);
  font-size: 42px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom:8px;
}
 
.loyalty-hero-panel p {
  color: var(--lightcolor);
  font-size: 18px;
  margin-bottom: 27px;
}
 
.loyalty-hero-panel p::first-letter {
  text-transform: uppercase;
}
 
.loyalty-hero-panel .view-btn {
  color: var(--lightcolor);
  background-color: #626766;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 13px 22px;
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
}
 
.loyalty-hero-panel .view-btn:hover {
  transform: perspective(100px) translateZ(3px);
}
 
/*=====Loyalty Panel Styling End Here====*/
 
/*=====Steps Panel Styling Start Here====*/
.steps-panel {
  background-color: var(--bgcolor);
}
 
.steps-panel .steps-box {
  width: 100%;
  height: 209px;
  overflow:hidden;
  border: 2px solid var(--secondarycolor);
  padding: 25px;
  text-align: center;
}
 
.steps-panel span {
  display: block;
  color: var(--darkcolor);
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 13px;
}
 
.steps-panel h3 {
  color: var(--darkcolor);
  font-size: 23px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 12px;
}
 
.steps-panel p {
  color: var(--textcolor);
  font-size: 16px;
  line-height: 24px;
}
 
.steps-panel p::first-letter {
  text-transform: uppercase;
}
 
/*=====Steps Panel Styling End Here====*/
 
/*=====Program Tiers Panel Styling Start Here=====*/
.program-tiers-panel .comman-title-box {
  margin-bottom: 30px;
}
 
.program-tiers-panel .custom-title {
  margin-bottom: 18px;
}
 
.program-tiers-panel .custom-title p {
  color: var(--darkcolor);
  font-size: 17px;
}
 
.program-tiers-panel .tiers-box {
  width: 100%;
  border: 2px solid var(--secondarycolor);
}
 
.program-tiers-panel .current-tier-box {
  padding: 25px;
  border-bottom: 2px solid var(--secondarycolor);
}
 
.program-tiers-panel span {
  display: block;
  color: var(--textcolor);
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 15px;
}
 
.program-tiers-panel h3 {
  color: var(--darkcolor);
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 21px;
}
 
.program-tiers-panel .current-tier-box p {
  color: var(--textcolor);
  font-size: 16px;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  height: 46px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
 
.program-tiers-panel .earn-box {
  padding: 20px 25px 25px;
}
 
.program-tiers-panel h4 {
  color: var(--darkcolor);
  font-size: 21px;
  text-transform: capitalize;
  margin-bottom: 16px;
}
 
.program-tiers-panel .earnpoint-list {
  margin-bottom: 24px;
}
 
.program-tiers-panel li {
  position: relative;
  padding-left: 25px;
  color: var(--textcolor);
  font-size: 15px;
  margin-bottom: 8px;
}
 
.program-tiers-panel li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  color: var(--darkcolor);
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -1px;
 
}
 
.program-tiers-panel ul li:last-child {
  margin-bottom: 0px;
}
 
/*=====Program Tiers Panel Styling End Here=====*/
 
/*-----------------------------------------Rewards Page Styling End Here-----------------------------------------*/


/*=====Comman Styling Start Here=====*/
ul {
  list-style: none;
}

a {
  color: var(--darkcolor);
  display: inline-block;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
figure {
  padding: 0px;
  margin: 0px;
}

button {
  outline: none;
  border: none;
}

:root {
  --primarycolor: #f47e20;
  --secondarycolor: #cfc6bd;
  --secondarycolor: #ded5cd;
  --bgcolor: #F7F7F7;
  --lightcolor: #fff;
  --darkcolor: #000;
  --textcolor: #5A5A5A;
}

.custom-style {
  display: inline-block;
  width: 100%;
  padding: 36px 0px;
}

.comman-title-box {
  margin-bottom: 25px;
  text-align: center;
}

.comman-title {
  color: #333333;
  font-size: 26px;
  font-weight: 600;
  text-transform: capitalize;
}

.custom-title {
  color: var(--darkcolor);
  font-size: 35px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 35px;
}

.owl-nav {
  margin: 0px !important;
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  color: #4d4d4d !important;
  background-color: #fff !important;
  box-shadow: 0px 2px 5px #0003;
  position: absolute;
  top: 50%;
  opacity: 1 !important;
  z-index: 1;
}

.owl-carousel .owl-prev i,
.owl-carousel .owl-next i {
  font-size: 15px;
}

.owl-carousel .owl-prev {
  left: -13px;
}

.owl-carousel .owl-next {
  right: -13px;
}

.owl-theme .owl-nav .disabled {
  opacity: 0 !important;
}

.form-control:focus,
.form-select:focus {
  box-shadow: none;
}


.pagination {
  margin-top: 40px;
  justify-content: center;
}

.pagination .page-link {
  color: var(--darkcolor);
  background-color: transparent;
  border: 0px;
  font-weight: 500;
  padding: 2px 8px;
  border-radius: 0px;
  box-shadow: none;
  margin: 0px 14px;
  font-size: 15px;
}

.pagination .page-link i {
  font-size: 13px;
}

.pagination .page-link:focus {
  box-shadow: none;
}

.pagination .active {
  color: #333333;
  border-bottom: 1px solid #333333;
  opacity: 0.8;
}

.pagination .page-link:hover,
.pagination .page-link:active {
  color: #333333;
  border-bottom: 1px solid #333333;
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
  border-bottom: none !important;
}

.soon-content {
  padding: 300px;
  text-align: center;
  padding-top: 30px;
}

.soon-content p {
  font-size: 26px;
  font-weight: 500;
  text-transform: capitalize;
}

.fancybox-container{
  z-index:999999999;
}

/*=====Comman Styling End Here=====*/

/*-----------------------------------------Home Page Styling Start Here-----------------------------------------*/
/*=====Header Styling Start Here=====*/
.header {
  width: 100%;
  position: sticky;
  top: 0%;
  left: 0%;
  z-index: 999999999;
  border-bottom: 1px solid rgba(18 18 18 / 8%);
}

.header .header-top {
  padding: 9px;
  text-align: center;
  background-color: var(--secondarycolor);
  border-bottom: 1px solid #c6cccf;
}

.header .header-top p {
  color: #121212;
  font-size: 16px;
  font-family: "Assistant", sans-serif;
  font-weight: 700;
}

.header .header-bottom {
  width: 100%;
  background-color: var(--lightcolor);
  padding: 18px 16px;
}

.header .navbar-toggler {
  border: 0px;
  padding: 0px;
}

.header .navbar-toggler:focus {
  box-shadow: none;
}

.header .navbar-toggler:hover svg {
  transform: scale(1.1);
}

.header .header-bottom svg {
  width: 22px;
  height: 22px;
  transition: all 0.4s ease-in-out;
}

.header .header-bottom path {
  fill: #333;
}

.header .icon-close {
  display: none;
}

.header .navbar-brand {
  padding: 0px;
  margin-right: 0px;
  margin-left: 162px;
}

.header .utility-icons {
  display: flex;
  align-items: center;
}

.header .utility-icons li {
  position: relative;
  margin-left: 37px;
}

.header .utility-icons img {
  height: 23px;
  object-fit: contain;
}

.header .count {
  display: inline-block;
  color: var(--darkcolor);
  background-color: var(--secondarycolor);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  text-align: center;
  align-content: center;
  font-size: 11px;
  position: absolute;
  bottom: -5px;
  right: -4px;
}

.header .navbar-collapse {
  position: fixed;
  top: 125px;
  left: -100%;
  width: 26%;
  height: calc(100vh - 125px);
  overflow-y: auto;
  scrollbar-width: thin;
  scroll-behavior: smooth;
  background-color: var(--lightcolor);
  padding: 30px 0px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transition: left 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.header .nav-link {
  color: var(--darkcolor);
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 10px 30px;
}

.header .nav-link:hover {
  background-color: var(--secondarycolor);
}

.header .navshow {
  left: 0%;
}

.header .hidden {
  display: none;
}

.header .account-panel {
  padding: 0px;
  border: 0px;
  border-top: 3px solid var(--secondarycolor);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  overflow: hidden;
  left: -88px;
}

.header .account-panel li {
  margin: 0px !important;
  border-bottom: 1px solid #347dab14;
}

.header .account-panel .dropdown-item {
  color: var(--textcolor);
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 10px 15px;
  transition: all 0.5s ease-in-out;
}

.header .dropdown-toggle::after {
  display: none;
}

.search-bar {
  width: 100%;
  background-color: var(--lightcolor);
  align-content: center;
  position: absolute;
  top: 43px;
  left: 0px;
  opacity: 0;
  visibility: hidden;
  z-index: 999999999999;
  transition: all 0.5s ease-in-out;
  padding: 17px 0px;
  pointer-events: none;
}

.search-bar .search-box {
  display: flex;
  align-items: center;
  width: 50%;
  margin: 0px auto;
}

.search-bar form {
  width: 100%;
}

.search-bar .input-box {
  display: flex;
}

.search-bar .form-control {
  border-color: #7d7d7d;
  border-radius: 0px;
  font-size: 16px;
  padding: 11px 15px;
  padding-right: 35px;
  transition: all 0.3s ease-in-out;
}

.search-bar .form-control::placeholder {
  font-size: 16px;
}

.search-bar .form-control:focus {
  border: 2px solid var(--darkcolor);
}

.search-bar .form-control::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}

.search-bar button {
  color: #7d7d7d;
  background-color: transparent;
  font-size: 18px;
  padding: 10px;
  margin-left: -38px;
  border: none;
  outline: none;
  border-radius: 0px 5px 5px 0px;
}

.search-bar .xmark {
  color: #7d7d7d;
  font-size: 27px;
  margin-left: 19px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

.search-bar .xmark:hover {
  transform: scale(1.1);
}

.searchbar-active {
  opacity: 1;
  visibility: visible;
  pointer-events: painted;
}

.header .nav-head {
  padding: 3px 22px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.header .profile {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background-color: var(--secondarycolor);
  font-size: 19px;
  font-weight: 600;
  text-align: center;
  align-content: center;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 3px;
  margin-right: 12px;
}

.header .nav-head h2 {
  color: var(--darkcolor);
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 3px;
}

.header .nav-head p {
  color: var(--textcolor);
  font-size: 13px;

}

/*=====Header Styling End Here=====*/

/*=====Hero Panel Styling Start Here=====*/
.hero-panel {
  display: block;
  width: 100%;
}

.hero-panel .banner-link{
  display:block;
  width:100%;
  height:100%;
}

.hero-panel figure {
  width: 100%;
  height:433px;
}

.hero-panel figure img {
  width: 100%;
  height: 100%;
  object-fit:cover;
}

/* .hero-panel .hero-slide {
  padding-bottom: 21px;
} */

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
  top: 34%;
  opacity: 0.8;
}

.hero-panel .owl-carousel .owl-prev {
  left: 15px;
}

.hero-panel .owl-carousel .owl-next {
  right: 15px;
}

.hero-panel .bottom-box {
  background-color: var(--secondarycolor);
  padding: 14px;
  text-align: center;
  position: relative;
}

.hero-panel p {
  color: #333;
  font-size: 28px;
  font-family: "Assistant", sans-serif;
}

.hero-panel h2 {
  color: var(--darkcolor);
  font-size: 25px;
  font-weight: 600;
  /* margin-bottom: 37px; */
}

.hero-panel .shop-btn {
  color: var(--lightcolor);
  background-color: #333;
  font-size: 20px;
  text-transform: uppercase;
  padding: 7px 26px;
  border-radius: 50px;
  position: absolute;
  bottom: -35%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}

/*=====Hero Panel Styling End Here=====*/

/*=====Category Panel Styling Start Here=====*/
.product-box {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

.product-box a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.product-box figure {
  width: 100%;
  height: 329px;
  border-radius: inherit;
}

.product-box figure img {
  width: 100%;
  height: 100%;
  object-fit:cover;
  border-radius: inherit;
}

.product-box .product-description {
  padding: 24px 15px 15px;
  text-align: center;
}

.product-box h3 {
  color: var(--darkcolor);
  font-size: 20px;
  font-family: "Assistant", sans-serif;
  font-weight: 700;
}

.product-box .custom-space {
  padding: 15px;
}

.product-box p {
  color: #1c1b1b;
  font-size: 16px;
  font-family: "Assistant", sans-serif;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 5px;
}

.product-box .price {
  color: #1c1b1b;
  font-size: 16px;
  font-weight: 600;
}

/*=====Category Panel Styling End Here=====*/

/*=====Middle Panel Styling Start Here=====*/
.middle-panel {
  background-color: #EBE5D6;
}

.middle-panel .cards {
  width: 100%;
  height: 456px;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.middle-panel figure {
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.middle-panel figure img {
  width: 100%;
  height: 100%;
  object-fit:cover;
  border-radius: inherit;
}

.middle-panel .info-box {
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 20px;
  padding: 0px 15px;
  text-align: center;
}

.middle-panel p {
  color: var(--lightcolor);
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 11px;
}

.middle-panel h3 {
  color: #f0a77a;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 16px;
}

.comman-btn {
  background: var(--lightcolor);
  color: var(--darkcolor);
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 10px 20px;
  border-radius: 100px;
  box-shadow: 0 2px 5px #0003;
}

.middle-panel .owl-carousel .owl-prev {
  left: -2px;
}

.middle-panel .owl-carousel .owl-next {
  right: -2px;
}

.middle-panel .owl-carousel .owl-prev,
.middle-panel .owl-carousel .owl-next {
  top: 43%;
}

/*=====Middle Panel Styling End Here=====*/

/*=====Footer Styling Start Here=====*/
.footer .top-footer {
  padding: 48px 0px;
  background-color: var(--secondarycolor);
  text-align: center;
}

.footer .bottom-footer {
  padding: 12px;
  text-align: center;
  background-color: var(--lightcolor);
  text-align: center;
}

.footer ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.footer ul li {
  color: var(--darkcolor);
  font-size: 16px;
}

.footer ul a {
  color: var(--darkcolor);
}

.footer ul.policy-links {
  margin-top: 30px;
}

.footer ul i {
  font-size: 20px;
  margin-right: 8px;
}

.footer p {
  color: var(--textcolor);
  font-size: 13px;
  font-weight: 500;
}

/*=====Footer Styling End Here======*/
/*-----------------------------------------Home Page Styling End Here-----------------------------------------*/

/*-----------------------------------------Listing Page Styling Start Here-----------------------------------------*/
/*=====Listing Panel Styling Start Here=====*/
.listing-panel .filter-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.listing-panel h2 {
  color: var(--darkcolor);
  font-size: 35px;
  font-weight: 600;
  text-transform: capitalize;
}

.listing-panel .filter {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.listing-panel .input-box {
  display: flex;
  align-items: center;
}

.listing-panel .filter label {
  display: inline-block;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  margin-right: 14px;
}

.listing-panel .input-box .form-select {
  width: 67%;
  color: #333;
  font-size: 15px;
  border-color: #3333332b;
}

.listing-panel .quantity {
  display: inline-block;
  color: #333;
  margin-left: 10px;
}

.form-select:focus {
  box-shadow: none;
}

.listing-panel .product-box {
  margin-bottom: 8px;

}

.listing-panel .product-box figure {
  overflow: hidden;
  height: 338px;
}

.listing-panel img {
  transition: all 0.7s ease-in-out;
}

.listing-panel .product-box:hover img {
  transform: perspective(200px) translateZ(8px);
}

.listing-panel .product-box p {
  color: #333;
}

.listing-panel .product-box .price {
  color: #555;
  font-size: 15px;
}

/*=====Listing Panel Styling End Here=====*/
/*-----------------------------------------Listing Page Styling End Here-----------------------------------------*/

/*-----------------------------------------Category Page Styling Start Here-----------------------------------------*/
/*=====Category Panel Styling Start Here=====*/
.categorylist-panel {
  padding-bottom: 17px;
}

.category-box {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 15px;
}

.category-box a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.category-box figure {
  width: 100%;
  height: 447px;
  border-radius: inherit;
  overflow: hidden;
}

.category-box img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  border-radius: inherit;
  transition: all 0.5s ease-in-out;
}

.category-box:hover img {
  transform: perspective(200px) translateZ(8px);
}

.category-box .bottom-box {
  padding: 15px 0px;
  border-radius: 0px 0px 16px 16px;
}

.category-box h4 {
  color: #333;
  font-size: 15px;
  text-align: center;
  text-transform: capitalize;
  margin-top: 5px;
}

.category-box h4 i {
  margin-left: 5px;
  vertical-align: middle;
}

/*=====Category Panel Styling End Here=====*/
/*-----------------------------------------Category Page Styling End Here-----------------------------------------*/

/*-----------------------------------------Checkout Page Styling Start Here-----------------------------------------*/
/*=====Checkout Panel Styling Start Here=====*/
.checkout-panel .bg-wrapper {
  width: 78%;
  margin: 0px auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
}

.checkout-panel .form-wrapper {
  padding: 34px;
  background-color: var(--lightcolor);
  border-radius: 16px 0px 0px 16px;
}

.checkout-panel .input-box {
  margin-bottom: 21px;
}

.checkout-panel .label-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.checkout-panel h4 {
  color: var(--darkcolor);
  font-size: 20px;
  text-transform: capitalize;
}

.checkout-panel a {
  color: #0054c2;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  text-decoration: underline;
}

.checkout-panel .form-control,
.checkout-panel .form-select {
  padding: 13px 11px;
  font-size: 14px;
  border-radius: 8px;
}

.checkout-panel .form-control:focus,
.checkout-panel .form-select:focus {

  box-shadow: none;
  border-color: #0054c2;
}

.checkout-panel input[type="checkbox"] {
  accent-color: #0054c2;
  width: 17px;
  height: 17px;
}

.checkout-panel .custom-checkbox {
  display: flex;
  align-items: center;
}

.checkout-panel .custom-checkbox label {
  color: var(--darkcolor);
  font-size: 14px;
  margin-left: 10px;
}

.checkout-panel .spacer {
  margin-bottom: 22px;
}

.checkout-panel .custom-spacer {
  margin-bottom: 10px;
}

.checkout-panel .notice {
  padding: 14px;
  background-color: #f5f5f5;
  border-radius: 8px;
  text-align: center;
  font-size: 14px;
  text-transform: capitalize;
}

.checkout-panel .shipping-method {
  background-color: #f5f6ff;
  padding: 14px;
  border-radius: 8px;
  border: 1px solid #0054c2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: none;
}

.checkout-panel .shipping-method span {
  color: var(--darkcolor);
  font-size: 13px;
  font-weight: 500;
  text-transform: capitalize;
}

.checkout-panel .shipping-method strong {
  font-size: 13px;
}

.checkout-panel .alert-box {
  text-align: center;
  padding: 25px;
  border-radius: 8px;
  background-color: #f5f5f5;
}

.checkout-panel span.text {
  display: block;
  color: #707070;
  font-size: 13px;
  margin: -4px 0px 14px;
}

.checkout-panel .alert-box img {
  height: 43px;
  object-fit: contain;
  margin-bottom: 19px;
}

.checkout-panel .alert-box p {
  color: #707070;
  font-size: 13px;
}

.checkout-panel button {
  width: 100%;
  border-radius: 8px;
  padding: 13px;
  color: #707070;
  background-color: #f5f5f58f;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  text-align: center;
  border: 1px solid #8080801f;
  cursor: not-allowed;
  transition: all 0.3s ease-in-out;
}

.checkout-panel button:not(:disabled) {
  background-color: #0054c2;
  color: #fff;
  cursor: pointer;
}

.checkout-panel .policy-box {
  border-top: 1px solid #80808021;
  margin-top: 35px;
  padding-top: 20px;
  text-align: center;
}

.checkout-panel .policy-box span {
  color: #0054c2;
  margin: 0px 4px;
}

/*===Cart Styling Start====*/
.checkout-panel .side-cart-wrapper {
  background-color: #EBE5D6;
  height: 100%;
  border-radius: 0px 16px 16px 0px;
  /* border-left: 1px solid rgba(18 18 18 / 8%); */
}

.checkout-panel .side-cart {
  width: 100%;
  position: sticky;
  top: 127px;
  right: 0px;
  padding: 34px;
}

.checkout-panel .summary-box {
  display: none;
}

.side-cart figure {
  width: 64px;
  height: 64px;
  border-radius: 12px;
  border: 2px solid var(--lightcolor);
  background-color: var(--lightcolor);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  position: relative;
  margin-right: 14px;
}

.side-cart figure strong {
  display: inline-block;
  position: absolute;
  top: -10px;
  right: -11px;
  width: 23px;
  height: 23px;
  color: var(--lightcolor);
  background-color: var(--darkcolor);
  font-size: 11px;
  text-align: center;
  align-content: center;
  border-radius: 8px;
  border: 2px solid var(--lightcolor);
}

.side-cart img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.side-cart .order-item {
  width: 100%;
  display: flex;
  margin-bottom: 16px;
}


.side-cart .order-info {
  width: 80%;
  padding: 13px 0px;
  display: flex;
  justify-content: space-between;
}

.side-cart .order-info h6 {
  color: var(--darkcolor);
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 4px;
}

.side-cart .order-info p {
  color: #666666;
  font-size: 12px;
  font-weight: 500;
  text-transform: capitalize;
}

.side-cart .order-item .price {
  color: var(--darkcolor);
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
}

.side-cart .order-row,
.side-cart .order-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.side-cart .order-row {
  margin-bottom: 10px;
}

.side-cart .order-row span {
  color: var(--darkcolor);
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
}

.side-cart .order-row .shipping-price {
  font-size: 13px;
}

.side-cart .order-total {
  margin-top: 12px;
}

.side-cart .order-total span {
  color: var(--darkcolor);
  font-size: 19px;
  font-weight: 600;
  text-transform: capitalize;
}

.side-cart .order-overview {
  margin-top: 26px;
}

.coupons-box {
  margin-top: 20px;
}

.coupons-box .input-box {
  display: flex;
  margin-bottom: 0px;
}

.coupons-box .form-control {
  width: 80%;
  margin-right: 11px;
}

.coupons-box button {
  width: auto;
  font-size: 15px;
}

/*===Cart Styling End====*/

/*=====Checkout Panel Styling End Here=====*/
/*-----------------------------------------Checkout Page Styling End Here-----------------------------------------*/

/*-----------------------------------------Products Details Page Styling Start Here-----------------------------------------*/
/*=====Products Details Panel Styling Start Here=====*/
.productsdetails-panel .wrapper {
  width: 78%;
  margin: 0px auto;
}

.productsdetails-panel .sticky-wrapper {
  width: 100%;
  position: sticky;
  top: 127px;
  left: 0px;
}

.productsdetails-panel figure {
  width: 100%;
  height: 570px;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  /* position: sticky;
  top: 127px;
  left: 0px; */
}
.productsdetails-panel figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
   display:block !important;
}

.productsdetails-panel figure i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #333;
  background-color: var(--lightcolor);
  font-size: 14px;
  text-align: center;
  align-content: center;
  position: absolute;
  top: 10px;
  left: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  opacity: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.productsdetails-panel figure:hover i {
  opacity: 1;
}

.productsdetails-panel .products-swiper {
  margin-bottom: 15px;
}

.productsdetails-panel .thumbnail-swiper figure {
  width: 100%;
  height: 108px;
  border-radius: 10px;
  padding: 3px;
  cursor: pointer;
}

.swiper-button-next,
.swiper-button-prev {
  color: var(--darkcolor);
  font-size: 16px;
  font-weight: 600;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 23px;
}

.thumbnail-swiper .swiper-slide figure {
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}

.thumbnail-swiper .swiper-slide-thumb-active figure {
  opacity: 1;
  border: 1px solid #80808096;
}


.buy-box span {
  display: inline-block;
  color: #555;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 5px;
}


.buy-box h2 {
  color: var(--darkcolor);
  font-size: 40px;
  font-family: "Assistant", sans-serif;
  text-transform: capitalize;
  margin-bottom: 14px;
}

.buy-box .share-btn {
  color: #121212;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.buy-box .price {
  color: #555;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 3px;
}

.buy-box strong {
  display: inline-block;
  color: #555;
  font-size: 13px;
  text-transform: capitalize;
  margin-bottom: 23px;
}

.buy-box .input-box {
  margin-bottom: 14px;
}

.buy-box .input-box h6 {
  color: #555;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 14px;
}

.buy-box ul {
  display: flex;
  flex-wrap: wrap;
}

.buy-box ul li {
  margin-right: 8px;
  margin-bottom: 11px;
}

.buy-box input[type="radio"] {
  display: none;
}

.buy-box label {
  display: inline-block;
  width: 111px;
  padding: 8px 5px 7px;
  text-align: center;
  align-content: center;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 600;
  color: var(--darkcolor);
  background-color: var(--lightcolor);
  text-align: center;
  border: 1px solid #7d7d7d;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.buy-box label:hover {
  border-color: var(--secondarycolor);
}

.buy-box input:checked+label {
  color: var(--darkcolor);
  background-color: var(--secondarycolor);
}

.buy-box .cutsom-input {
  margin-bottom: 23px;
}

.quantity-box {
  width: fit-content;
  display: flex;
  border: 1px solid #7d7d7d;
  overflow: hidden;
  background: #fff;
}

.quantity-box button {
  color: #333;
  font-size: 11px;
  font-weight: 600;
  cursor: pointer;
  padding: 11px 14px;
  background-color: transparent;
}

.quantity-box input {
  width: 50px;
  text-align: center;
  border: none;
  font-size: 16px;
  font-weight: 500;
  color: var(--darkcolor);
  outline: none;
  appearance: none;
}

.quantity-box input::-webkit-inner-spin-button,
.quantity-box input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.buy-box .btns {
  width: 100%;
  padding: 11px;
  color: var(--darkcolor);
  background-color: transparent;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
  border-radius: 0px;
  border: 1px solid var(--darkcolor);
}

.buy-box .buy-btn {
  color: var(--lightcolor);
  background-color: var(--darkcolor);
}

.buy-box .products-descriptions {
  margin-top: 28px;
}

.buy-box .products-descriptions p {
  color: #121212BF;
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 11px;
}

.buy-box .products-descriptions strong {
  margin: 0px;
  font-size: 15px;
}

.buy-box .products-descriptions p::first-letter {
  text-transform: capitalize;
}

.drift-zoom-pane {
  z-index: 99999 !important;
}

.buy-box .products-descriptions ul{
  display:block;
  margin-bottom:16px;
}

.buy-box .products-descriptions ul li{
    color: #121212BF;
    font-size: 15px;
    margin-bottom:6px;
}



/*=====Products Details Panel Styling End Here=====*/
/*-----------------------------------------Products Details Page Styling End Here-----------------------------------------*/

/*-----------------------------------------Cart Page Styling Start Here-----------------------------------------*/
/*=====Cart Panel Styling Start Here=====*/
.cart-panel .top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.cart-panel h2 {
  color: var(--darkcolor);
  font-size: 35px;
  font-weight: 600;
  text-transform: capitalize;
}

.cart-panel .top-bar a {
  color: #121212;
  font-size: 17px;
  font-weight: 500;
  text-transform: capitalize;
  text-decoration: underline;
  text-underline-offset: 7px;
}

.cart-panel figure {
  width: 134px;
  height: 134px;
  border: 2px solid var(--lightcolor);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 16px;
  margin-right: 18px;
}

.cart-panel figure a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.cart-panel figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.cart-panel .products-info a {
  color: #121212;
  font-size: 16px;
  font-family: "Assistant", sans-serif;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 5px;
}

.cart-panel .products-info p {
  color: #121212BF;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 4px;
}

.cart-panel .input-box {
  display: flex;
  align-items: center;
}

.cart-panel .delete-btn {
  color: #7d7d7d;
  font-size: 16px;
  margin-left: 13px;
}

.cart-panel th {
  color: #121212BF;
  font-size: 15px;
}

.cart-panel .total-price {
  color: #121212BF;
  font-size: 16px;
  font-weight: 500;
}

.cart-panel .table {
  vertical-align: middle;
}

.cart-panel .checkout-box {
  margin-top: 65px;
  text-align: right;
}

.cart-panel h6 {
  color: #12121299;
  font-size: 15px;
  margin-bottom: 22px;
}

.cart-panel h6 span {
  display: inline-block;
  font-size: 18px;
  margin-left: 20px;
}

.cart-panel .checkout-box p {
  color: #121212BF;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 22px;
}

.cart-panel .checkout-btn {
  color: var(--lightcolor);
  background-color: var(--darkcolor);
  border: 1px solid var(--darkcolor);
  padding: 12px 141px;
  font-size: 14px;
  white-space: nowrap;
  text-transform: capitalize;
  transition: all 0.5s ease-in-out;
}

.cart-panel .checkout-btn:hover {
  color: var(--lightcolor);
  transform: perspective(200px) translateZ(5px);
}

.cart-panel .table th:nth-child(4) {
  text-align: right;
}

.cart-panel .table td:nth-child(1) {
  width: 0%;
}

.cart-panel .table td:nth-child(2) {
  width: 80%;
}

.cart-panel .table td:nth-child(4) {
  width: 10%;
}

.cart-panel .table td:nth-child(5) {
  width: 10%;
  text-align: right;
}

.cart-panel .table .mobile-visible {
  display: none;
}

/*=====Cart Panel Styling End Here=====*/

/*=====Empty Cart Panel Styling Start Here=====*/
.emptycart-panel {
  padding: 150px 0px;
}

.emptycart-panel .empty-cart {
  text-align: center;
}

.emptycart-panel h3 {
  color: #121212;
  font-size: 40px;
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  margin-bottom: 33px;
}

.emptycart-panel .shopping-btn {
  color: var(--lightcolor);
  background-color: var(--darkcolor);
  border: 1px solid var(--darkcolor);
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  padding: 11px 30px;
  transition: all 0.4s ease-in-out;
}

.emptycart-panel .shopping-btn:hover {
  transform: perspective(200px) translateZ(5px);
}

.emptycart-panel h5 {
  color: #121212;
  font-size: 24px;
  font-family: "Assistant", sans-serif;
  margin-top: 55px;
  margin-bottom: 13px;
}

.emptycart-panel h5::first-letter {
  text-transform: capitalize;
}

.emptycart-panel p {
  color: #121212BF;
  font-size: 15px;
}

.emptycart-panel p a {
  text-decoration: underline;
  text-underline-offset: 5px;
}

/*=====Empty Cart Panel Styling End Here=====*/

/*=====Desire Panel Styling Start Here=====*/
.desired-panel figure {
  width: 100%;
  height: 500px;
  border-radius: 16px;
  margin-bottom: 27px;
}

.desired-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.desired-panel span {
  display: block;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}

.desired-panel p {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}

.desired-panel a {
  color: var(--lightcolor);
  background: var(--darkcolor);
  padding: 5px 20px;
  border-radius: 50px;
  margin-right: 10px;
  text-decoration: none;
  font-size: 16px;
}

/*=====Desire Panel Styling End Here=====*/
/*-----------------------------------------Cart Page Styling End Here-----------------------------------------*/

/*-----------------------------------------Policy Page Styling Start Here-----------------------------------------*/
/*=====Policy Panel Styling Start Here=====*/
.comman-style .custom-title {
  margin-bottom: 15px;
}

.comman-style p {
  color: #121212BF;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px;
}

.comman-style a {
  color: #333;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.comman-style h2 {
  color: var(--darkcolor);
  font-size: 21px;
  font-weight: 600;
  margin: 30px 0px 12px;
}

.comman-style strong {
  display: block;
  font-size: 15px;
  margin-bottom: 12px;
}

.comman-style ul {
  list-style: disc;
  padding-left: 17px;
}

.comman-style li {
  color: #121212BF;
  font-size: 15px;
  margin-bottom: 10px;
}

.comman-style li::marker {
  color: #121212BF;
}

.comman-style .sub-title {
  display: block;
  color: var(--darkcolor);
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  margin: 15px 0px 12px;
}

/*=====Policy Page Styling End Here=====*/
/*-----------------------------------------Policy Page Styling End Here-----------------------------------------*/

/*-----------------------------------------Subscription Page Styling Start Here-----------------------------------------*/
/*=====Subscription Panel Styling Start Here=====*/
.subscriptions-panel figure {
  width: 100%;
  height: 350px;
  border-radius: 15px;
  padding: 15px;
  background-color: var(--lightcolor);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.subscriptions-panel img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: inherit;
}

.subscriptions-panel .content-box {
  padding: 28px;
  border-radius: 15px;
  height: 100%;
  align-content: center;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.subscriptions-panel h3 {
  color: var(--darkcolor);
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.subscriptions-panel span {
  display: block;
  color: var(--darkcolor);
  font-size: 17px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.subscriptions-panel p {
  color: #121212BF;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 26px;
}

.option-panel {
  background-color: #f7f7f754;
}

.option-panel .inner-options {
  text-align: center;
}

.option-panel .custom-title {
  margin-bottom: 18px;
}

.option-panel p {
  color: #121212BF;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 15px;
}

.option-panel .bottom-box {
  margin-top: 30px;
}

.request-btn {
  color: var(--lightcolor) !important;
  text-decoration:none !important;
  background-color: var(--darkcolor);
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 11px 20px;
  border-radius: 50px;
  transition: all 0.5s ease-in-out;
  margin-right: 8px;
}

.request-btn:hover {
  transform: perspective(200px) translateZ(5px);
}

/*=====Subscription Panel Styling End Here=====*/

/*=====Bouquet Panel Styling Start Here=====*/
.bouquet-panel h2 {
  margin-bottom: 13px;
}

.bouquet-panel p {
  color: #121212BF;
  font-size: 18px;
  font-weight: 500;
  line-height: 29px;
  margin-bottom: 24px;
}

.bouquet-panel h5 {
  color: var(--darkcolor);
  font-size: 21px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 18px;
}

.bouquet-panel li {
  color: #121212BF;
  font-size: 17px;
  margin-bottom: 11px;
}

.bouquet-panel figure {
  width: 100%;
  height: 622px;
  border-radius: 15px;
}

.bouquet-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.bouquet-panel .bouquet-content {
  height: 100%;
  align-content: center;
}

/*=====Bouquet Panel Styling End Here=====*/

/*=====Design Request Panel Styling Start Here=====*/
.design-request-panel .bg-wrapper {
  background-color: #EBE5D6;
  padding: 50px;
  border-radius: 15px;
}

.design-request-panel figure {
  width: 100%;
  height: 422px;
  border-radius: 15px;
}

.design-request-panel figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.design-request-panel .side-box {
  height: 100%;
  align-content: center;
  text-align: center;
}

.design-request-panel h5 {
  color: var(--darkcolor);
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 32px;
}

.design-request-panel figure {
  width: 100%;
  height: 506px;
  border-radius: 15px;
}

/*=====Design Request Panel Styling End Here=====*/

/*=====Gallery Panel Styling Start Here=====*/
.gallery-panel .custom-title {
  margin-bottom: 14px;
}

.gallery-panel p {
  color: var(--darkcolor);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 27px;
}

.gallery-panel .co-title {
  margin: 35px 0px 23px;
}

.gallery-panel h5 {
  font-size: 20px;
}

.gallery-panel figure {
  width: 100%;
  height: 411px;
  border-radius: 15px;
  background-color: #EBE5D6;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.gallery-panel img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: inherit;
}

/*=====Gallery Panel Styling End Here=====*/

/*=====Plans Panel Styling Start Here=====*/
.plans-panel .comman-title-box {
  margin-bottom: 35px;
}

.plans-panel .custom-title {
  margin-bottom: 20px;
}

.plans-panel .comman-title-box p {
  color: var(--textcolor);
  font-size: 16px;
  line-height: 24px;
  padding: 0px 180px;
}

.plans-panel .plans-box {
  width: 100%;
  border-radius: 15px;
  padding: 12px;
  background-color: var(--lightcolor);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-bottom: 24px;
}

.plans-panel figure {
  width: 100%;
  height: 250px;
  border-radius: 15px 15px 0px 0px;
  overflow: hidden;
}

.plans-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  transition: all 0.4s ease-in-out;
}

.plans-panel .plans-box:hover img {
  transform: scale(1.1);
}

.plans-panel .plans-description {
  padding-top: 15px;
}

.plans-panel h3 {
  color: var(--darkcolor);
  font-size: 17px;
  text-transform: capitalize;
  line-height: 24px;
  margin-bottom: 12px;
  height: 47px;
}

.plans-panel p {
  color: var(--textcolor);
  font-size: 16px;
  line-height: 22px;
}

.plans-panel strong {
  display: block;
  text-transform: capitalize;
  margin: 15px 0px 10px;
}

.plans-panel ul {
  list-style: disc;
  padding-left: 17px;
  margin-bottom: 10px;
}

.plans-panel li {
  color: var(--textcolor);
  font-size: 15px;
  margin-bottom: 5px;
}

.plans-panel .description {
  height: 43px;
  overflow: hidden;
}

.plans-panel .read-btn {
  display: inline-block;
  color: var(--darkcolor);
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  text-decoration: underline;
  text-underline-offset: 3px;
  margin-top: 12px;
  transition:all 0.5s ease-in-out;
}

.plans-panel .read-btn:hover,
.plans-panel .read-btn:active {
 text-decoration:none;
}

.plans-panel .bottom-box {
  text-align: center;
  margin-top: 36px;
}


.add-height {
  height: auto !important;
  overflow: visible;
}

/*=====Plans Panel Styling End Here=====*/

/*-----------------------------------------Subscription Page Styling End Here-----------------------------------------*/

/*-----------------------------------------Rewards Page Styling Start Here-----------------------------------------*/
/*=====Rewards Panel Styling Start Here====*/
.rewards-panel .comman-title-box {
  margin-bottom: 33px;
}

.rewards-panel .custom-title {
  margin-bottom: 14px;
}

.rewards-panel p {
  color: var(--textcolor);
  font-size: 18px;
}

.rewards-panel .progressbar-box {
  display: flex;
  align-items: center;
}

.rewards-panel .progress {
  width: 100%;
  height: 4px;
  border-radius: 0px;
  margin-right: 20px;
}

.rewards-panel .progress-bar {
  background-color: #626766;
}

.rewards-panel .percentage {
  color: var(--darkcolor);
  font-size: 16px;
  font-weight: 500;
}

.rewards-panel .rewards-box {
  padding: 30px;
  border-radius: 15px;
  background-color: var(--secondarycolor);
}

.rewards-panel .rewards-box p {
  color: var(--textcolor);
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 13px;
}

.rewards-panel h4 {
  color: var(--darkcolor);
  font-size: 22px;
  text-transform: capitalize;
  margin-bottom: 25px;
}

.rewards-panel .progress-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.rewards-panel .wrapping-box {
  width: 80%;
  margin: 0px auto;
}

.rewards-panel h5 {
  color: var(--darkcolor);
  font-size: 25px;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.rewards-panel img {
  height: 53px;
  object-fit: contain;
  margin-right: 10px;
}

.rewards-panel .points {
  color: var(--darkcolor-);
  font-size: 33px;
  vertical-align: middle;
}

.rewards-panel .points-box {
  margin-bottom: 22px;
}

.rewards-panel a {
  color: var(--darkcolor);
  font-size: 16px;
  text-transform: capitalize;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.rewards-panel .rewards-list {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rewards-panel .rewards-list p {
  color: var(--textcolor);
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 6px;
}

.rewards-panel .rewards-list p::first-letter {
  text-transform: uppercase;
}

.rewards-panel .rewards-list span {
  color: var(--textcolor);
  font-size: 17px;
  font-weight: 500;
  text-transform: capitalize;
}

/*=====Rewards Panel Styling End Here====*/

/*=====Loyalty Panel Styling Start Here====*/
.loyalty-hero-panel {
  width: 100%;
  padding: 120px 0px;
  background-size:cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.loyalty-hero-panel::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: -1;
}

.loyalty-hero-panel .loyalty-content {
  height: 100%;
  align-content: center;
  text-align: center;
}

.loyalty-hero-panel h1 {
  color: var(--lightcolor);
  font-size: 42px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom:8px;
}

.loyalty-hero-panel p {
  color: var(--lightcolor);
  font-size: 18px;
  margin-bottom: 27px;
}

.loyalty-hero-panel p::first-letter {
  text-transform: uppercase;
}

.loyalty-hero-panel .view-btn {
  color: var(--lightcolor);
  background-color: #626766;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 13px 22px;
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
}

.loyalty-hero-panel .view-btn:hover {
  transform: perspective(100px) translateZ(3px);
}

/*=====Loyalty Panel Styling End Here====*/

/*=====Steps Panel Styling Start Here====*/
.steps-panel {
  background-color: var(--bgcolor);
}

.steps-panel .steps-box {
  width: 100%;
  height: 209px;
  overflow:hidden;
  border: 2px solid var(--secondarycolor);
  padding: 25px;
  text-align: center;
}

.steps-panel span {
  display: block;
  color: var(--darkcolor);
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 13px;
}

.steps-panel h3 {
  color: var(--darkcolor);
  font-size: 23px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.steps-panel p {
  color: var(--textcolor);
  font-size: 16px;
  line-height: 24px;
}

.steps-panel p::first-letter {
  text-transform: uppercase;
}

/*=====Steps Panel Styling End Here====*/

/*=====Program Tiers Panel Styling Start Here=====*/
.program-tiers-panel .comman-title-box {
  margin-bottom: 30px;
}

.program-tiers-panel .custom-title {
  margin-bottom: 18px;
}

.program-tiers-panel .custom-title p {
  color: var(--darkcolor);
  font-size: 17px;
}

.program-tiers-panel .tiers-box {
  width: 100%;
  border: 2px solid var(--secondarycolor);
}

.program-tiers-panel .current-tier-box {
  padding: 25px;
  border-bottom: 2px solid var(--secondarycolor);
}

.program-tiers-panel span {
  display: block;
  color: var(--textcolor);
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.program-tiers-panel h3 {
  color: var(--darkcolor);
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 21px;
}

.program-tiers-panel .current-tier-box p {
  color: var(--textcolor);
  font-size: 16px;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  height: 46px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.program-tiers-panel .earn-box {
  padding: 20px 25px 25px;
}

.program-tiers-panel h4 {
  color: var(--darkcolor);
  font-size: 21px;
  text-transform: capitalize;
  margin-bottom: 16px;
}

.program-tiers-panel .earnpoint-list {
  margin-bottom: 24px;
}

.program-tiers-panel li {
  position: relative;
  padding-left: 25px;
  color: var(--textcolor);
  font-size: 15px;
  margin-bottom: 8px;
}

.program-tiers-panel li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  color: var(--darkcolor);
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -1px;

}

.program-tiers-panel ul li:last-child {
  margin-bottom: 0px;
}

/*=====Program Tiers Panel Styling End Here=====*/

/*-----------------------------------------Rewards Page Styling End Here-----------------------------------------*/

/*-----------------------------------------Contact Us Page Styling Start Here-----------------------------------------*/
/*=====Contactus Panel Styling Start Here=====*/
.contactus-panel .form-box {
  width: 50%;
  margin: 0px auto;
}

.form-box .input-box {
  margin-bottom: 20px;
}

.form-box .form-control {
  color: #121212;
  font-size: 14px;
  padding: 10px 15px;
  background-color: var(--lightcolor);
  border-radius: 0px;
  /* border-color: #dee2e6; */
  border-color: #e2e6eb;
  line-height: normal;
  resize: none;
  border-radius: 3px;
}

.form-box .form-control:focus {
  box-shadow: none;
  border-color: var(--darkcolor);
}

.form-box .input-box i {
  color: #5A5A5A;
  font-size: 14px;
  position: absolute;
  top: 14px;
  right: 14px;
}

.form-box .submit-btn-box {
  margin-top: 15px;
  text-align: center;
}

.form-box .submit-btn {
  color: var(--lightcolor);
  background-color: var(--darkcolor);
  font-size: 15px;
  text-transform: capitalize;
  border-radius: 3px;
  letter-spacing: 0.5px;
  padding: 11px 42px;
  transition: all 0.3s ease-in-out;
}

.form-box .submit-btn:hover {
  color: var(--lightcolor);
  transform: perspective(200px) translateZ(4px);
}

.form-box .submit-btn-box a {
  display: block;
}

.form-box .form-control::placeholder {
  opacity: 0;
}

.form-box .input-box {
  position: relative;
  overflow: hidden;
}

.form-box .form-control {
  padding: 10px 15px;
}

.form-box label {
  color: #5A5A5A;
  font-size: 14px;
  position: absolute;
  top: 10px;
  left: 15px;
  transition: all 0.3s ease-in-out;
}

.input-box .form-control:focus+label,
.input-box .form-control:not(:placeholder-shown)+label {
  top: 1px;
  font-size: 10px;
}

/*=====Contactus Panel Styling End Here=====*/
/*-----------------------------------------Contact Us Page Styling End Here-----------------------------------------*/

/*-----------------------------------------Account Page Styling start Here-----------------------------------------*/
/*=====Side Menu Styling Start Here=====*/
.sidebar-menu {
  width: 100%;
  position: sticky;
  top: 126px;
  left: 0px;
  padding: 20px;
  border-radius: 15px;
  background-color: #f7f7f7;
  border: 1px solid #8080801c;
}

.sidebar-menu h3 {
  color: var(--darkcolor);
  font-size: 23px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.sidebar-menu .menu-list {
  display: block;
}

.sidebar-menu li {
  margin-bottom: 6px;
}

.sidebar-menu a {
  width: 100%;
  color: var(--darkcolor);
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 14px 12px;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
text-decoration:none!important;
}

.sidebar-menu a i {
  font-size: 21px;
  vertical-align: middle;
  margin-right: 7px;
}

.sidebar-menu li:last-child a {
  border-bottom: 0px;
}

.sidebar-menu .active,
.sidebar-menu a:hover {
  background-color: var(--secondarycolor);
}

/*=====Side Menu Styling End Here=====*/

/*=====Content Area Styling Start Here=====*/
.content-area .table-responsive {
  height: auto;
  max-height: 418px;
}

.content-area {
  width: 100%;
  padding: 30px;
  border-radius: 15px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.custom-table {
  overflow-x: scroll;
  vertical-align: middle;
  border: 1px solid rgba(18 18 18 / 8%);
  margin-bottom: 0px;
}

.custom-table th {
  color: var(--darkcolor);
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 12px 10px;
}

.custom-table td {
  padding: 10px;
  font-size: 15px;
}

.custom-table td:first-child {
  font-weight: 700;
}

.custom-table .order-actions {
  display: flex;
}

.custom-table .order-action-btn {
  color: var(--lightcolor);
  background-color: var(--darkcolor);
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
  padding: 7px 9px;
  border-radius: 4px;
  width: 50%;
  margin-left: 4px;
  white-space: nowrap;
}

.custom-table .cancel-btn {
  color: #ff0000;
  background-color: transparent;
  border: 1px solid var(--darkcolor);
}

.orderdetails-panel tbody td {
  background-color: #f7f7f79e;
}

/* .orderdetails-panel .products-link {
  text-decoration: underline;
  text-underline-offset: 3px;
} */

.orderdetails-panel tfoot th,
.orderdetails-panel tfoot td {
  font-weight: 700;
}

.content-area .custom-checkbox {
  display: flex;
  align-items: center;
  margin-bottom: 0px;
}

.content-area input[type="checkbox"] {
  width: 18px;
  height: 18px;
}

.content-area .custom-checkbox label {
  color: var(--darkcolor);
  font-size: 15px;
  margin-left: 10px;
  position: relative;
  top: unset;
  left: unset;
}

.content-area .submit-btn-box {
  margin-top: 28px;
}

/*Order details panel styling start here*/
.content-area .overview-box {
  margin-bottom: 20px;
}

.content-area .overview-box p {
  color: var(--darkcolor);
  font-size: 16px;
}

.content-area .detail-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.05);
  margin-bottom: 24px;
}

.content-area h6 {
  color: var(--darkcolor);
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 13px;
}

.content-area .detail-card i {
  font-size: 18px;
  margin-right: 5px;
}

.content-area .detail-card p {
  color: #121212BF;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 17px;
}

.content-area .detail-card a {
  color: #0054c2;
  font-size: 16px;
  font-weight: 500;
}

.content-area .download-btn {
  color: var(--lightcolor);
  background-color: var(--darkcolor);
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 10px 12px;
  border-radius: 6px;
  margin-top: 25px;
}

.content-area .download-btn i {
  margin-right: 3px;
}

.content-area .support-box {
  padding: 14px;
  background-color: var(--bgcolor);
  border-radius: 15px;
}

.content-area .support-box a {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.content-area .products-summary {
  background-color: #f7f7f7;
  padding: 25px;
  border-radius: 15px;
}

.content-area .products-summary h4 {
  color: var(--darkcolor);
  font-size: 19px;
  font-weight: 600;
  text-transform: capitalize;
  padding-bottom: 12px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.content-area .summary-list li {
  color: var(--darkcolor);
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.content-area .summary-list li:last-child {
  margin-bottom: 0px;
  font-weight: 600;
}

.content-area .summary-list li:last-child {
  border-top: 1px dashed #ccc;
  padding-top: 20px;
}

.content-area .products-summary span {
  font-weight: 600;
}

.content-area .preview-box li {
  padding: 20px;
  border-radius: 15px;
  background-color: var(--lightcolor);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  transition: all 0.3s ease-in-out;
}

.content-area .preview-box li:hover {
  transform: translateY(-2px);
  box-shadow: rgba(149, 157, 165, 0.3) 0px 8px 28px;
}

.content-area .preview-box figure {
  width: 160px;
  height: 160px;
  border-radius: 10px;
  margin-right: 31px;
}

.content-area .preview-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.content-area h2 {
  color: var(--darkcolor);
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.content-area .preview-box p {
  color: var(--darkcolor);
  font-size: 15px;
  text-transform: capitalize;
  margin-bottom: 6px;
}

.content-area .preview-box span {
  font-weight: 600;
  margin-left: 3px;
}

.content-area .discount {
  color: #dc3545;
}

.content-area .hidden-title {
  display: none;
}

.comman-hidden {
  display: none;
}

/*Order details panel styling End here*/

/*=====Content Area Styling End Here=====*/

/*-----------------------------------------Account Page Styling End Here-----------------------------------------*/

/*-----------------------------------------Login Page Styling Styling Start Here-----------------------------------------*/
/*=====Login Form Styling Start Here=====*/
.form-panel {
  padding: 100px 0px;
}

.form-panel .form-box {
  background-color: var(--lightcolor);
  padding: 25px;
  border-radius: 16px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.form-panel h3 {
  color: var(--darkcolor);
  font-size: 29px;
  font-weight: 600;
  font-family: "Assistant", sans-serif;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 30px;
}

.form-panel .submit-btn-box {
  margin-top: 24px;
}

.form-panel button {
  width: 100%;
}

.form-panel .forgetpass-box {
  margin-top: -10px;
}

.form-panel a {
  color: #121212;
  font-size: 13px;
  font-weight: 500;
  text-transform: capitalize;
}

.form-panel.reset-form {
  padding: 130px 0px;
}

.form-panel.reset-form h3 {
  margin-bottom: 10px;
}

.form-panel p {
  color: #333;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 26px;

}

/*=====Login Form Styling End Here=====*/
/*-----------------------------------------Login Page Styling Styling End Here-----------------------------------------*/

/*-----------------------------------------Thank You Page Styling Styling Start Here-----------------------------------------*/
.thanks-panel .wrapper-container {
  width: 58%;
  margin: 0px auto;
  padding: 35px;
  border-radius: 15px;
  background-color: var(--lightcolor);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.thanks-panel .content-area {
  padding: 0px;
  border-radius: 0px;
  box-shadow: none;
  background-color: transparent;
}

.thanks-panel .top-box {
  text-align: center;
}

.thanks-panel .top-box i {
  color: #37C380;
  font-size: 60px;
  margin-bottom: 22px;
}

.thanks-panel h1 {
  color: #000;
  font-size: 46px;
  font-weight: 600;
  font-family: "Lora", serif;
  line-height: 55px;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.thanks-panel .top-box p {
  color: #000;
  font-size: 19px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 8px;
}

.thanks-panel .top-box span {
  display: block;
  color: #000;
  font-size: 19px;
  font-weight: 600;
  text-transform: capitalize;
}

.thanks-panel .buttom-btn {
  text-align: center;
  margin-top: 30px;
}

.thanks-panel .order-item {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  padding: 15px;
  background-color: var(--lightcolor);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 15px;
}

.thanks-panel figure {
  width: 130px;
  height: 130px;
  border-radius: 12px;
  border: 3px solid var(--lightcolor);
  background-color: var(--lightcolor);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  position: relative;
  margin-right: 19px;
}

.thanks-panel img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.thanks-panel figure strong {
  display: inline-block;
  position: absolute;
  top: -5px;
  right: -11px;
  width: 28px;
  height: 28px;
  color: var(--lightcolor);
  background-color: var(--darkcolor);
  font-size: 11px;
  text-align: center;
  align-content: center;
  border-radius: 8px;
  border: 2px solid var(--lightcolor);
}


.thanks-panel .order-list {
  margin: 30px 0px;
}

.thanks-panel .order-info {
  width: 75%;
  display: flex;
  justify-content: space-between;
}

.thanks-panel h6 {
  color: #000;
  font-size: 19px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 6px;
}

.thanks-panel .order-item p {
  color: #666666;
  font-size: 17px;
  text-transform: capitalize;
}

.thanks-panel .price {
  color: #000;
  font-size: 20px;
  font-weight: 600;
}

.thanks-panel .link-btn {
  color: var(--lightcolor);
  background-color: #333;
  font-size: 17px;
  text-transform: capitalize;
  padding: 12px 24px;
  border-radius: 50px;
  transition: all 0.5s ease-in-out;
}

.thanks-panel .link-btn:hover {
  transform: translateY(-1px);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/*-----------------------------------------Thank You Page Styling Styling End Here-----------------------------------------*/

/*-----------------------------------------404 Error Page Styling Styling Start Here-----------------------------------------*/
.error-panel .notice-box {
  text-align: center;
}

.error-panel h1 {
  color: #ded5cd;
  font-size: 120px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
}

.error-panel span {
  display: inline-block;
  color: #000;
  font-size: 30px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom:14px;
}

.error-panel p{
  color:#000;
  font-size:18px;
  margin-bottom:30px;
}

.error-panel .notice-box a{
  color:var(--lightcolor);
  background-color:var(--darkcolor);
  font-size:15px;
  font-weight:500;
  text-transform:capitalize;
  padding:10px 25px;
  border-radius: 50px;
}

/*-----------------------------------------404 Error Page Styling Styling End Here-----------------------------------------*/

/*-----------------------------------------Popups(modals) Styling Start Here-----------------------------------------*/
/*=====Cart Popup Styling Start Here=====*/
.cart-popup {
  background-color: var(--lightcolor);
  border: 1px solid rgba(18 18 18 / 8%);
  font-family: "Assistant", sans-serif;
  position: fixed;
  top: 0px;
  right: 0px;
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transition: all 0.3s ease-in-out;
}

.cartpopup-active {
  transform: translateY(125px);
  opacity: 1;
  visibility: visible;
}

.cart-popup .inner-box {
  padding: 24px 34px;
  position: relative;
  overflow: hidden;
}

.cart-popup .cross-icon {
  position: absolute;
  top: 5%;
  right: 5%;
  width: 18px;
  height: 18px;
  object-fit: contain;
  cursor: pointer;
}

.cart-popup h2 {
  color: #121212;
  font-size: 13px;
  margin-bottom: 22px;
}

.cart-popup h2 i {
  margin-right: 10px;
}

.cart-popup .products-info {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}

.cart-popup .products-info img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  margin-right: 12px;
}

.cart-popup span {
  color: #121212;
  font-size: 16px;
  text-transform: capitalize;
}

.cart-popup .action-btn {
  width: 100%;
  text-align: center;
  color: var(--darkcolor);
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
  border: 1px solid var(--darkcolor);
  padding: 11px 0px;
  margin-bottom: 11px;
}

.cart-popup .checkout-btn {
  color: var(--lightcolor);
  background-color: var(--darkcolor);
}

.cart-popup .continue-btn {
  width: 100%;
  text-align: center;
  color: var(--darkcolor);
  font-size: 17px;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 5px;
}

/*=====Cart Popup StylingEnd Here=====*/
/*-----------------------------------------Popups(modals) Styling End Here-----------------------------------------*/