@charset "UTF-8";
/**
 * Created by Anu Ganesh
*/
/**
Note: 
font: var(--fa-font-solid);
**/
:root {
  --star-size: 24px;
  --star-color: #787171;
  --star-background: #ffe234;
}

/*-------------------------------------- Fonts Starts -------------------------------------*/
/*--------------------------------------- Fonts Ends --------------------------------------*/
/*------------------------------------- Colors Starts -------------------------------------*/
/*-------------------------------------- Colors Ends --------------------------------------*/
/*-------------------------------------- Mixins Starts ------------------------------------*/
/*--------------------------------------- Mixins Ends -------------------------------------*/
/*------------------------------------ Site Wide Starts -----------------------------------*/
/* ----------------------------------------------
 * Generated by Animista on 2022-2-14 23:26:49
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-bottom
 * ----------------------------------------
 */
@-webkit-keyframes slide-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(-10rem);
            transform: translateY(-10rem);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/*------------------------------------- Site Wide Ends ------------------------------------*/
/*--------------------------------- Header Wrapper Starts ---------------------------------*/
#header-wrapper .navbar-section {
  z-index: 9999;
  width: 100%;
  background: white;
  -webkit-transition: 3s ease;
  transition: 3s ease;
  position: relative;
}

#header-wrapper .navbar-section .navbar-wrapper {
  padding: 0rem 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header-wrapper .navbar-section .navbar-wrapper .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.5vw;
}

#header-wrapper .navbar-section .navbar-wrapper .nav-list .nav-item .nav-link {
  color: black;
  font-size: 1.6rem;
  padding: 3rem 0;
  text-transform: capitalize;
  position: relative;
}

#header-wrapper .navbar-section .navbar-wrapper .nav-list .nav-item .beauty-dropdown-menu {
  display: none;
  background: #f7f7f7;
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  border-top: 1px solid #d9d9d9;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 4.5rem 8rem;
  width: 100%;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  -webkit-animation: slide-bottom 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-bottom 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

#header-wrapper .navbar-section .navbar-wrapper .nav-list .nav-item .beauty-dropdown-menu .beauty-dropdown-menu-wrapper {
  position: relative;
}

#header-wrapper .navbar-section .navbar-wrapper .nav-list .nav-item .beauty-dropdown-menu .beauty-dropdown-menu-wrapper .categories-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}

#header-wrapper .navbar-section .navbar-wrapper .nav-list .nav-item .beauty-dropdown-menu .beauty-dropdown-menu-wrapper .categories-list li {
  text-transform: capitalize;
  line-height: 2.8;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}

#header-wrapper .navbar-section .navbar-wrapper .nav-list .nav-item .beauty-dropdown-menu .beauty-dropdown-menu-wrapper .categories-list li .categories-items-list li:first-of-type {
  font-weight: 600;
  margin-bottom: 1.5rem;
  font-size: 1.7rem;
}

#header-wrapper .navbar-section .navbar-wrapper .nav-list .nav-item .beauty-dropdown-menu .beauty-dropdown-menu-wrapper .categories-list li .categories-items-list li a:hover {
  color: #629f58;
}

#header-wrapper .navbar-section .navbar-wrapper .nav-list .nav-item .beauty-dropdown-menu .beauty-dropdown-menu-wrapper img {
  width: 30rem;
  position: absolute;
  bottom: 3%;
  right: -2%;
}

#header-wrapper .navbar-section .navbar-wrapper .nav-list .nav-item:hover .nav-link {
  color: #629f58;
  border-bottom: 3px solid #629f58;
  position: relative;
}

#header-wrapper .navbar-section .navbar-wrapper .nav-list .nav-item:hover .beauty-dropdown-menu {
  display: block;
}

#header-wrapper .navbar-section .navbar-wrapper .nav-list .nav-item.other-menu {
  display: none;
}

#header-wrapper .navbar-section .navbar-wrapper .logo-container .logo {
  font-family: "Patrick Hand SC", cursive !important;
  border-bottom: 2px solid #96ce8c;
  letter-spacing: 0.16rem;
  color: #96ce8c;
}

#header-wrapper .navbar-section .navbar-wrapper .logo-container .logo span {
  font-size: 3.4rem;
}

#header-wrapper .navbar-section .navbar-wrapper .nav-icons-container {
  gap: 3rem;
}

#header-wrapper .navbar-section .navbar-wrapper .nav-icons-container .nav-icon {
  font-size: 2.1rem;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

#header-wrapper .navbar-section .navbar-wrapper .nav-icons-container .nav-icon:last-of-type {
  font-size: 2.8rem;
}

#header-wrapper .navbar-section .navbar-wrapper .nav-icons-container .nav-icon:hover {
  color: #629f58;
}

#header-wrapper .navbar-section .navbar-wrapper .nav-icons-container .nav-icon:hover a {
  color: #629f58;
}

#header-wrapper .navbar-section .navbar-wrapper .nav-icons-container .nav-icon:hover a a {
  color: #629f58;
}

#header-wrapper .navbar-section .navbar-wrapper .nav-icons-container .nav-icon .cart-badge {
  position: absolute;
  bottom: -4px;
  right: -12px;
  background-color: #96ce8c;
  color: white;
  width: 2.2rem;
  height: 2.2rem;
  padding: 0.3rem 1rem;
  border-radius: 50%;
  font-size: 1.4rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#header-wrapper .navbar-section.scrolling-active {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.95);
  -webkit-transition: 3s ease;
  transition: 3s ease;
  -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
}

#header-wrapper .navbar-section.scrolling-active .hide {
  display: none;
}

#header-wrapper .navbar-section.scrolling-active .navbar-wrapper .nav-list .nav-item.other-menu {
  display: block;
}

#header-wrapper .secondary-nav-section-modal {
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.5);
}

#header-wrapper .secondary-nav-section-modal .modal-dialog {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}

#header-wrapper .secondary-nav-section-modal .modal-dialog .modal-content {
  background: white;
  width: 38rem;
  min-height: 100vh;
}

#header-wrapper .secondary-nav-section-modal .modal-dialog .modal-content .modal-header button {
  background: none;
  top: 2%;
  right: 11%;
  width: 4px;
  height: 4px;
  font-size: 32px;
  font-weight: 900;
  color: black;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#header-wrapper .secondary-nav-section-modal .modal-dialog .modal-content .modal-header button:hover {
  color: #629f58;
}

#header-wrapper .secondary-nav-section-modal .modal-dialog .modal-content .modal-header button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

#header-wrapper .secondary-nav-section-modal .modal-dialog .modal-content .modal-body {
  margin-top: 4rem;
}

#header-wrapper .secondary-nav-section-modal .modal-dialog .modal-content .modal-body .nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}

#header-wrapper .secondary-nav-section-modal .modal-dialog .modal-content .modal-body .nav-items .nav-item .nav-link {
  color: black;
  text-transform: capitalize;
  padding: 0;
}

#header-wrapper .secondary-nav-section-modal .modal-dialog .modal-content .modal-body .nav-items .nav-item .nav-link:hover {
  color: #629f58;
}

#header-wrapper .secondary-nav-section-modal .modal-dialog .modal-content .modal-body .nav-items .accordion1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}

#header-wrapper .secondary-nav-section-modal .modal-dialog .modal-content .modal-body .nav-items .accordion1 li {
  margin: 0 !important;
}

#header-wrapper .secondary-nav-section-modal .modal-dialog .modal-content .modal-body .nav-items .accordion1 li .uk-accordion-title {
  font-size: 1.6rem;
}

#header-wrapper .secondary-nav-section-modal .modal-dialog .modal-content .modal-body .nav-items .accordion1 li .uk-accordion-title:before {
  background: none;
  font: var(--fa-font-solid);
  content: "\f107";
}

#header-wrapper .secondary-nav-section-modal .modal-dialog .modal-content .modal-body .nav-items .accordion1 li .uk-accordion-content p {
  color: black;
}

#header-wrapper .secondary-nav-section-modal .modal-dialog .modal-content .modal-body .nav-items .accordion1 li .uk-accordion-content .accordion2 {
  margin-left: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}

#header-wrapper .secondary-nav-section-modal .modal-dialog .modal-content .modal-body .nav-items .accordion1 li .uk-accordion-content .accordion2 li a:before {
  font-size: 1.4rem;
  margin-right: 5%;
}

#header-wrapper .secondary-nav-section-modal .modal-dialog .modal-content .modal-body .nav-items .accordion1 li .uk-accordion-content .accordion2 li .uk-accordion-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  margin-left: 1.5rem;
}

#header-wrapper .secondary-nav-section-modal .modal-dialog .modal-content .modal-body .nav-items .accordion1 li .uk-accordion-content .accordion2 li .uk-accordion-content ul li a {
  text-transform: capitalize;
  color: #a3a0a0;
}

#header-wrapper .secondary-nav-section-modal .modal-dialog .modal-content .modal-body .nav-items.responsive {
  display: none;
  padding-bottom: 2rem;
  border-bottom: 1px solid #c5c5c5;
  margin-bottom: 3rem;
}

#header-wrapper .shopping-list-modal {
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.5);
}

#header-wrapper .shopping-list-modal span,
#header-wrapper .shopping-list-modal h3 {
  color: black !important;
}

#header-wrapper .shopping-list-modal .modal-dialog {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}

#header-wrapper .shopping-list-modal .modal-dialog .modal-content {
  background: white;
  width: 48rem;
  min-height: 100vh;
}

#header-wrapper .shopping-list-modal .modal-dialog .modal-content .modal-header button {
  background: none;
  top: 2%;
  right: 11%;
  width: 4px;
  height: 4px;
  font-size: 32px;
  font-weight: 900;
  color: black;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#header-wrapper .shopping-list-modal .modal-dialog .modal-content .modal-header button:hover {
  color: #629f58;
}

#header-wrapper .shopping-list-modal .modal-dialog .modal-content .modal-header button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

#header-wrapper .shopping-list-modal .modal-dialog .modal-content .modal-body {
  margin-top: 4rem;
}

#header-wrapper .shopping-list-modal .modal-dialog .modal-content .modal-body .cart-items-list .cart-items-list-wrapper .cart-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  padding: 3rem 0rem;
  border-bottom: 1px solid #d5d5d5;
}

#header-wrapper .shopping-list-modal .modal-dialog .modal-content .modal-body .cart-items-list .cart-items-list-wrapper .cart-item .img-container {
  width: 11rem;
}

#header-wrapper .shopping-list-modal .modal-dialog .modal-content .modal-body .cart-items-list .cart-items-list-wrapper .cart-item .text-container h3 {
  font-size: 1.6rem;
  font-weight: 400;
  color: black;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#header-wrapper .shopping-list-modal .modal-dialog .modal-content .modal-body .cart-items-list .cart-items-list-wrapper .cart-item .text-container h3:hover {
  color: #629f58 !important;
}

#header-wrapper .shopping-list-modal .modal-dialog .modal-content .modal-body .cart-items-list .cart-items-list-wrapper .cart-item .text-container .price-with-count {
  margin-top: 1.5rem;
  color: black;
}

#header-wrapper .shopping-list-modal .modal-dialog .modal-content .modal-body .cart-items-list .cart-items-list-wrapper .cart-item .text-container .price-with-count span {
  color: black;
}

#header-wrapper .shopping-list-modal .modal-dialog .modal-content .modal-body .cart-items-list .cart-items-list-wrapper .cart-item .text-container .price-with-count .price {
  font-weight: 600;
}

#header-wrapper .shopping-list-modal .modal-dialog .modal-content .modal-body .cart-items-list .cart-items-list-wrapper .cart-item .btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header-wrapper .shopping-list-modal .modal-dialog .modal-content .modal-body .cart-items-list .cart-items-list-wrapper .cart-item .btn-container button {
  padding: 7px 10px;
  border-radius: 100%;
  background: #eee;
  -webkit-transform: 0.2s;
          transform: 0.2s;
}

#header-wrapper .shopping-list-modal .modal-dialog .modal-content .modal-body .cart-items-list .cart-items-list-wrapper .cart-item .btn-container button:hover i {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #629f58;
}

#header-wrapper .shopping-list-modal .modal-dialog .modal-content .modal-body .total-price {
  margin: 4rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.7rem;
  font-weight: 600;
}

#header-wrapper .shopping-list-modal .modal-dialog .modal-content .modal-body .total-price .text {
  text-transform: uppercase;
}

#header-wrapper .shopping-list-modal .modal-dialog .modal-content .modal-body .total-price .price {
  margin-left: auto;
}

#header-wrapper .shopping-list-modal .modal-dialog .modal-content .modal-body .buttons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
  text-align: center;
  text-transform: capitalize;
}

.search-section {
  background: #fff;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: -100%;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.search-section.show {
  top: 0;
  opacity: 1;
}

.search-section .search-section-wrapper {
  width: 80%;
}

.search-section .search-section-wrapper form .close-btn {
  position: absolute;
  top: 4%;
  right: 2%;
  font-size: 3rem;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.search-section .search-section-wrapper form .close-btn:hover {
  color: #629f58;
}

.search-section .search-section-wrapper form .search-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 1.5rem;
  width: 100%;
}

.search-section .search-section-wrapper form .search-bar input {
  border: none;
  outline: none;
  font-size: 1.8rem;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-bottom: 1px solid black;
  padding-bottom: 2rem;
}

.search-section .search-section-wrapper form .search-bar input:focus {
  border-bottom: 1px solid #629f58;
}

.search-section .search-section-wrapper form .search-bar .search-btn {
  border: none;
  outline: none;
  background: transparent;
  font-size: 1.8rem;
  font-weight: 500;
  margin-left: -10%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.search-section .search-section-wrapper form .search-bar .search-btn:hover {
  color: #629f58;
}

/*--------------------------------- Header Wrapper Starts ---------------------------------*/
/*-------------------------------- Content Wrapper Starts ---------------------------------*/
#content-wrapper #home-page .banner-section {
  position: relative;
}

#content-wrapper #home-page .banner-section .carousel .carousel-inner .carousel-item .carousel-caption {
  position: absolute;
  top: 10%;
  bottom: 1.25rem;
  left: 9%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: black;
  text-align: start;
}

#content-wrapper #home-page .banner-section .carousel .carousel-inner .carousel-item .carousel-caption h1 {
  font-family: "Josefin Sans", sans-serif !important;
  text-transform: capitalize;
  font-size: 3.5rem;
  letter-spacing: 2px;
  word-spacing: 3px;
  line-height: 1.5;
  font-weight: 600;
  position: relative;
  left: -100%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.3s linear 1s;
  transition: 0.3s linear 1s;
}

#content-wrapper #home-page .banner-section .carousel .carousel-inner .carousel-item .carousel-caption .details {
  margin-top: 2rem;
  line-height: 2;
  font-size: 1.7rem;
  letter-spacing: 0.4px;
  word-spacing: 3px;
  width: 35%;
}

#content-wrapper #home-page .banner-section .carousel .carousel-inner .carousel-item .carousel-caption .intro {
  color: #629f58;
  margin-left: 3rem;
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 0.05rem;
  word-spacing: 2px;
  line-height: 1.8;
  width: 30%;
  position: absolute;
  bottom: 2rem;
}

#content-wrapper #home-page .banner-section .carousel .carousel-inner .carousel-item .carousel-caption .intro::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: -25px;
  top: 14px;
  width: 13px;
  height: 2px;
  background: black;
}

#content-wrapper #home-page .banner-section .carousel .carousel-inner .carousel-item .carousel-caption .intro::before {
  content: "";
  position: absolute;
  left: -25px;
  top: -20px;
  width: 100%;
  height: 1px;
  background: #b0b7bd;
}

#content-wrapper #home-page .banner-section .carousel .carousel-control-prev {
  left: -4vw;
}

#content-wrapper #home-page .banner-section .carousel .carousel-control-prev .carousel-control-prev-icon {
  position: relative;
}

#content-wrapper #home-page .banner-section .carousel .carousel-control-prev .carousel-control-prev-icon::after {
  content: "\f30a";
  font-family: "Font Awesome 5 Free";
  font-size: 1.8rem;
  font-weight: 900;
  background: black;
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  height: 3rem;
  padding: 3px 1px;
  border-radius: 50%;
}

#content-wrapper #home-page .banner-section .carousel .carousel-control-next {
  right: -3vw;
}

#content-wrapper #home-page .banner-section .carousel .carousel-control-next .carousel-control-next-icon {
  position: relative;
}

#content-wrapper #home-page .banner-section .carousel .carousel-control-next .carousel-control-next-icon::after {
  content: "\f30b";
  font-family: "Font Awesome 5 Free";
  font-size: 1.8rem;
  font-weight: 900;
  background: black;
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  height: 3rem;
  padding: 3px 1px;
  border-radius: 50%;
}

#content-wrapper #home-page .about-section .custom-container .about-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
}

#content-wrapper #home-page .about-section .custom-container .about-container .item {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

#content-wrapper #home-page .about-section .custom-container .about-container .item .img-container {
  position: relative;
}

#content-wrapper #home-page .about-section .custom-container .about-container .item .img-container .img-1 {
  width: 85%;
}

#content-wrapper #home-page .about-section .custom-container .about-container .item .img-container .img-2 {
  position: absolute;
  left: 52%;
  width: 47%;
  bottom: -27%;
}

#content-wrapper #home-page .about-section .custom-container .about-container .item .text-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  margin-top: 8rem;
  text-transform: uppercase;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60%;
}

#content-wrapper #home-page .about-section .custom-container .about-container .item .text-container h2 {
  font-size: 2.1rem;
  letter-spacing: 0.4px;
  font-weight: 300;
  text-transform: uppercase;
  color: #629f58;
}

#content-wrapper #home-page .about-section .custom-container .about-container .item .text-container p {
  font-size: 2.4rem;
  letter-spacing: 3px;
  line-height: 2.1;
  text-transform: uppercase;
  font-family: "Lora", serif;
}

#content-wrapper #home-page .about-section .custom-container .about-container .item .text-container a {
  text-transform: uppercase;
  font-size: 1.8rem;
  background-color: #629f58;
  color: white;
  width: 20rem;
  padding: 15px;
  margin-inline: auto;
  margin-top: 3rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

#content-wrapper #home-page .about-section .custom-container .about-container .item .text-container a:hover {
  background-color: black;
  color: #96ce8c;
}

#content-wrapper #home-page .section-4 .custom-container {
  padding: 6rem 0;
}

#content-wrapper #home-page .section-4 .custom-container .section-4-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#content-wrapper #home-page .section-4 .custom-container .section-4-wrapper .item-1 .text-section {
  padding: 10rem;
  text-align: center;
}

#content-wrapper #home-page .section-4 .custom-container .section-4-wrapper .item-1 .text-section h2 {
  font-family: "Josefin Sans", sans-serif !important;
  font-size: 4.6rem;
  font-weight: 600;
}

#content-wrapper #home-page .section-4 .custom-container .section-4-wrapper .item-1 .text-section p {
  max-width: 65%;
  line-height: 2.5;
  margin: 2rem auto 3rem;
  font-size: 1.5rem;
  letter-spacing: 0.6px;
  word-spacing: 1px;
}

#content-wrapper #home-page .section-4 .custom-container .section-4-wrapper .item-1 .text-section a {
  text-transform: capitalize;
  border: 1px solid black;
  padding: 1.5rem 4rem;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#content-wrapper #home-page .section-4 .custom-container .section-4-wrapper .item-2 {
  padding: 0;
}

#content-wrapper #home-page .section-5 {
  overflow: hidden;
}

#content-wrapper #home-page .section-5 .custom-container .menu-section {
  margin-bottom: 6rem;
}

#content-wrapper #home-page .section-5 .custom-container .menu-section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#content-wrapper #home-page .section-5 .custom-container .menu-section ul li {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#content-wrapper #home-page .section-5 .custom-container .menu-section ul li:not(:last-of-type) {
  margin-right: 3rem;
}

#content-wrapper #home-page .section-5 .custom-container .menu-section ul li.active a, #content-wrapper #home-page .section-5 .custom-container .menu-section ul li:hover a {
  background: #efefef;
  border: 0;
}

#content-wrapper #home-page .section-5 .custom-container .menu-section ul li.active a::after, #content-wrapper #home-page .section-5 .custom-container .menu-section ul li:hover a::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #96ce8c;
}

#content-wrapper #home-page .section-5 .custom-container .menu-section ul li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 1.7rem;
  font-family: "Josefin Sans", sans-serif !important;
  border: 1px solid #c1c1c1;
  text-transform: capitalize;
  padding: 1.5rem 4rem;
}

#content-wrapper #home-page .section-5 .custom-container .menu-section .common-items-dropdown {
  margin-inline: auto;
}

#content-wrapper #home-page .section-5 .custom-container .menu-section .common-items-dropdown select {
  margin-top: 0;
}

#content-wrapper #home-page .section-6 {
  background: #e8e5d9;
  position: relative;
}

#content-wrapper #home-page .section-6 .custom-container {
  padding: 0 6rem;
}

#content-wrapper #home-page .section-6 .custom-container .section-6-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#content-wrapper #home-page .section-6 .custom-container .section-6-wrapper .section-6-item.item-1 {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}

#content-wrapper #home-page .section-6 .custom-container .section-6-wrapper .section-6-item.item-1 .img-section {
  max-width: 35rem;
}

#content-wrapper #home-page .section-6 .custom-container .section-6-wrapper .section-6-item.item-2 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

#content-wrapper #home-page .section-6 .custom-container .section-6-wrapper .section-6-item.item-2 .text-section h4 {
  color: #fe393e;
  font-size: 1.8rem;
  letter-spacing: 0.8px;
}

#content-wrapper #home-page .section-6 .custom-container .section-6-wrapper .section-6-item.item-2 .text-section h2 {
  font-family: "Josefin Sans", sans-serif !important;
  text-transform: capitalize;
  font-size: 4.2rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 2rem 0 1rem;
}

#content-wrapper #home-page .section-6 .custom-container .section-6-wrapper .section-6-item.item-2 .text-section p {
  text-transform: capitalize;
  font-size: 1.8rem;
  margin: 1rem 0 4rem;
}

#content-wrapper #home-page .section-6 .custom-container .section-6-wrapper .section-6-item.item-2 .text-section p .red {
  color: #fe393e;
  font-size: 2.8rem;
  font-weight: 600;
}

#content-wrapper #home-page .section-6 .custom-container .section-6-wrapper .section-6-item.item-2 .text-section p .bold {
  font-weight: 600;
  font-size: 2.8rem;
}

#content-wrapper #home-page .section-6 .custom-container .section-6-wrapper .section-6-item.item-2 .text-section a {
  background: black;
  color: white;
  padding: 1.3rem 4rem;
  display: inline-block;
  text-transform: capitalize;
  font-weight: 600;
  border-radius: 5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#content-wrapper #home-page .section-6 .custom-container .section-6-wrapper .section-6-item.item-2 .text-section a:hover {
  background-color: #629f58;
}

#content-wrapper #home-page .section-6 .custom-container .bottom-img {
  position: absolute;
  bottom: 0;
  right: 15%;
  width: 13vw;
}

#content-wrapper #home-page .brands-section .custom-container {
  padding: 3rem 6rem;
}

#content-wrapper #home-page .brands-section .custom-container .brands-section-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#content-wrapper #home-page .brands-section .custom-container .brands-section-wrapper .brands-section-item {
  width: 30rem;
}

#content-wrapper #home-page .brands-section .custom-container .brands-section-wrapper .brands-section-item img {
  padding: 18%;
}

#content-wrapper #product-description-page .product-description-section .custom-container .product-description-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #cbcbcb;
  padding: 4% 2%;
}

#content-wrapper #product-description-page .product-description-section .custom-container .product-description-wrapper .left-content {
  width: 45%;
}

#content-wrapper #product-description-page .product-description-section .custom-container .product-description-wrapper .left-content .xzoom-container {
  display: block;
}

#content-wrapper #product-description-page .product-description-section .custom-container .product-description-wrapper .left-content .xzoom-container img {
  width: 90% !important;
  margin: 0px 5%;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#content-wrapper #product-description-page .product-description-section .custom-container .product-description-wrapper .left-content .xzoom-container .xzoom-thumbs .owl-carousel .owl-nav {
  display: block !important;
}

#content-wrapper #product-description-page .product-description-section .custom-container .product-description-wrapper .left-content .main-img {
  margin-inline: auto;
  padding: 0 5%;
}

#content-wrapper #product-description-page .product-description-section .custom-container .product-description-wrapper .left-content .owl-carousel {
  margin-top: 2.5rem;
  padding: 0 4.2rem;
}

#content-wrapper #product-description-page .product-description-section .custom-container .product-description-wrapper .left-content .owl-carousel .item {
  width: 10rem;
  margin-inline: auto;
  cursor: pointer;
}

#content-wrapper #product-description-page .product-description-section .custom-container .product-description-wrapper .left-content .owl-carousel .owl-nav button {
  font-size: 6.5rem;
  font-weight: 100;
  color: #9a9999;
  top: -5px;
}

#content-wrapper #product-description-page .product-description-section .custom-container .product-description-wrapper .left-content .owl-carousel .owl-nav button:hover {
  background: transparent;
  color: black;
}

#content-wrapper #product-description-page .product-description-section .custom-container .product-description-wrapper .left-content .owl-carousel .owl-prev {
  position: absolute;
  left: 16px;
}

#content-wrapper #product-description-page .product-description-section .custom-container .product-description-wrapper .left-content .owl-carousel .owl-next {
  position: absolute;
  right: 18px;
}

#content-wrapper #product-description-page .product-description-section .custom-container .product-description-wrapper .left-content .owl-carousel .owl-dots {
  display: none;
}

#content-wrapper #product-description-page .product-description-section .custom-container .product-description-wrapper .left-content .img-tab-slider img {
  width: 10rem;
}

#content-wrapper #product-description-page .product-description-section .custom-container .product-description-wrapper .right-content {
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem;
  padding: 0 2%;
}

#content-wrapper #product-description-page .product-description-section .custom-container .product-description-wrapper .right-content .product-title {
  font-weight: 500;
  font-size: 2.1rem;
  text-transform: uppercase;
  color: #96ce8c;
  margin-bottom: 10px;
}

#content-wrapper #product-description-page .product-description-section .custom-container .product-description-wrapper .right-content .price-with-rating-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
  margin-top: -1.5rem;
}

#content-wrapper #product-description-page .product-description-section .custom-container .product-description-wrapper .right-content .price-with-rating-section .price {
  text-transform: uppercase;
  font-weight: 600;
}

#content-wrapper #product-description-page .product-description-section .custom-container .product-description-wrapper .right-content .price-with-rating-section .price .discounted-price {
  font-size: 1.8rem;
}

#content-wrapper #product-description-page .product-description-section .custom-container .product-description-wrapper .right-content .price-with-rating-section .price .original-price {
  font-size: 1.6rem;
  color: #fe393e;
  margin-left: 1rem;
  position: relative;
}

#content-wrapper #product-description-page .product-description-section .custom-container .product-description-wrapper .right-content .price-with-rating-section .price .original-price::before {
  content: "";
  position: absolute;
  top: 47%;
  left: -9px;
  background: #092648;
  width: 120%;
  height: 2px;
}

#content-wrapper #product-description-page .product-description-section .custom-container .product-description-wrapper .right-content .price-with-rating-section .review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}

#content-wrapper #product-description-page .product-description-section .custom-container .product-description-wrapper .right-content .price-with-rating-section .review a {
  font-size: 1.7rem;
  font-weight: 600;
}

#content-wrapper #product-description-page .product-description-section .custom-container .product-description-wrapper .right-content .product-description {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2;
  margin-top: -1.5rem;
  color: #686868;
}

#content-wrapper #product-description-page .product-description-section .custom-container .product-description-wrapper .right-content .product-availability {
  font-weight: 600;
  font-size: 1.6rem;
}

#content-wrapper #product-description-page .product-description-section .custom-container .product-description-wrapper .right-content .product-availability .availability-status {
  color: #96ce8c;
  margin-left: 5px;
}

#content-wrapper #product-description-page .product-description-section .custom-container .product-description-wrapper .right-content .product-availability .availability-status i {
  margin-left: 3px;
  font-size: 2.1rem;
  vertical-align: middle;
}

#content-wrapper #product-description-page .product-description-section .custom-container .product-description-wrapper .right-content .tags-section {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.1;
}

#content-wrapper #product-description-page .product-description-section .custom-container .product-description-wrapper .right-content .tags-section .tags {
  font-weight: 400;
  margin-left: 5px;
  color: #686868;
}

#content-wrapper #product-description-page .product-description-section .custom-container .product-description-wrapper .right-content .category-section {
  font-weight: 600;
  font-size: 1.6rem;
}

#content-wrapper #product-description-page .product-description-section .custom-container .product-description-wrapper .right-content .category-section .categories {
  font-weight: 400;
  margin-left: 5px;
  color: #686868;
  line-height: 2.1;
}

#content-wrapper #product-description-page .product-description-section .custom-container .product-description-wrapper .right-content .items-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 2rem;
}

#content-wrapper #product-description-page .product-description-section .custom-container .product-description-wrapper .right-content .items-row .quantity-section {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}

#content-wrapper #product-description-page .product-description-section .custom-container .product-description-wrapper .right-content .items-row .quantity-section p {
  font-weight: 600;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}

#content-wrapper #product-description-page .product-description-section .custom-container .product-description-wrapper .right-content .items-row .quantity-section .quantity-amount {
  font-weight: 500;
  margin-top: 5%;
}

#content-wrapper #product-description-page .product-description-section .custom-container .product-description-wrapper .right-content .items-row .quantity-section .quantity-amount .decrement,
#content-wrapper #product-description-page .product-description-section .custom-container .product-description-wrapper .right-content .items-row .quantity-section .quantity-amount .increment {
  border: 1px solid black;
  padding: 13px 15px;
  background: transparent;
  font-weight: 500;
}

#content-wrapper #product-description-page .product-description-section .custom-container .product-description-wrapper .right-content .items-row .quantity-section .quantity-amount .decrement:hover,
#content-wrapper #product-description-page .product-description-section .custom-container .product-description-wrapper .right-content .items-row .quantity-section .quantity-amount .increment:hover {
  background: #eee;
}

#content-wrapper #product-description-page .product-description-section .custom-container .product-description-wrapper .right-content .items-row .quantity-section .quantity-amount .amount {
  padding: 13px 28px;
  font-weight: 500;
  margin-left: -4px;
  margin-right: -5px;
  width: 45%;
  border: none;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

#content-wrapper #product-description-page .product-description-section .custom-container .product-description-wrapper .right-content .items-row .add-to-cart-btn {
  -ms-flex-preferred-size: 61%;
      flex-basis: 61%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 1.4rem;
  border-radius: 4px;
  background: black;
  color: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#content-wrapper #product-description-page .product-description-section .custom-container .product-description-wrapper .right-content .items-row .add-to-cart-btn i {
  margin-right: 1rem;
}

#content-wrapper #product-description-page .product-description-section .custom-container .product-description-wrapper .right-content .items-row .add-to-cart-btn:hover {
  background-color: #629f58;
}

#content-wrapper #product-description-page .product-description-section .custom-container .product-description-wrapper .right-content .items-row .like-btn {
  background-color: transparent;
  width: 5rem;
  height: 5rem;
  border: 1px solid #000;
  border-radius: 4px;
}

#content-wrapper #product-description-page .product-description-section .custom-container .product-description-wrapper .right-content .items-row .like-btn svg {
  fill: #000;
  width: 2rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: transparent;
}

#content-wrapper #product-description-page .product-description-section .custom-container .product-description-wrapper .right-content .items-row .like-btn:hover {
  border: 1px solid #96ce8c;
}

#content-wrapper #product-description-page .product-description-section .custom-container .product-description-wrapper .right-content .items-row .like-btn:hover svg {
  fill: #96ce8c;
}

#content-wrapper #product-description-page .product-description-section .custom-container .product-description-wrapper .right-content .buy-it-now-btn {
  background: #629f58;
  color: white;
  border-radius: 4px;
  padding: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  margin-top: 1.5rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#content-wrapper #product-description-page .product-description-section .custom-container .product-description-wrapper .right-content .buy-it-now-btn:hover {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transform: scale(1.025);
          transform: scale(1.025);
}

#content-wrapper #product-description-page .product-description-section .custom-container .product-description-wrapper .right-content .product-share-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  margin-top: 1rem;
}

#content-wrapper #product-description-page .product-description-section .custom-container .product-description-wrapper .right-content .product-share-section .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  font-size: 1.6rem;
  font-weight: 600;
}

#content-wrapper #product-description-page .product-description-section .custom-container .product-description-wrapper .right-content .product-share-section .sharing-platforms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}

#content-wrapper #product-description-page .product-description-section .custom-container .product-description-wrapper .right-content .product-share-section .sharing-platforms a i {
  font-size: 2.3rem;
}

#content-wrapper #product-description-page .product-description-section .custom-container .product-description-wrapper .right-content .product-share-section .sharing-platforms a:hover {
  color: #629f58;
}

#content-wrapper #product-description-page .product-description-section .custom-container .product-description-wrapper .right-content .time-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}

#content-wrapper #product-description-page .product-description-section .custom-container .product-description-wrapper .right-content .time-section .icon {
  width: 2.5rem;
}

#content-wrapper #product-description-page .product-description-section .custom-container .product-description-wrapper .right-content .delivery-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}

#content-wrapper #product-description-page .product-description-section .custom-container .product-description-wrapper .right-content .delivery-section .icon {
  width: 3rem;
}

#content-wrapper #product-description-page .product-description-section .custom-container .product-description-wrapper .right-content .delivery-section .text p span {
  font-weight: 600;
}

#content-wrapper #product-description-page .product-information-section {
  background-color: #F7F7F7;
}

#content-wrapper #product-description-page .product-information-section .custom-container {
  padding: 8rem 12rem;
}

#content-wrapper #product-description-page .product-information-section .custom-container .product-information-wrapper .nav {
  border-bottom: 1px solid #c1c1c1;
}

#content-wrapper #product-description-page .product-information-section .custom-container .product-information-wrapper .nav .nav-link {
  margin-right: 2em;
  padding: 0;
  padding-bottom: 1rem;
  font-weight: 500;
  font-size: 1.8rem;
  text-transform: uppercase;
  color: #939699;
}

#content-wrapper #product-description-page .product-information-section .custom-container .product-information-wrapper .nav .nav-link.active {
  color: black;
  background-color: transparent;
  border-bottom: 2px solid black;
  border-radius: 0;
}

#content-wrapper #product-description-page .product-information-section .custom-container .product-information-wrapper .tab-content {
  margin-top: 6rem;
}

#content-wrapper #product-description-page .product-information-section .custom-container .product-information-wrapper .tab-content .product-information-item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}

#content-wrapper #product-description-page .product-information-section .custom-container .product-information-wrapper .tab-content .product-information-item-wrapper .product-information-item {
  line-height: 2.1;
}

#content-wrapper #product-description-page .product-information-section .custom-container .product-information-wrapper .tab-content .product-information-item-wrapper .product-information-item h3 {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 1.6rem;
}

#content-wrapper #product-description-page .product-information-section .custom-container .product-information-wrapper .tab-content .product-information-item-wrapper .product-information-item p {
  font-size: 1.6rem;
  margin-top: 2rem;
}

#content-wrapper #product-description-page .product-information-section .custom-container .product-information-wrapper .tab-content .product-information-item-wrapper .product-information-item p span {
  font-weight: 600;
  margin-right: 5px;
}

#content-wrapper #product-description-page .product-information-section .custom-container .product-information-wrapper .tab-content .product-information-item-wrapper .product-information-item ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  margin-top: 2rem;
}

#content-wrapper #product-description-page .product-information-section .custom-container .product-information-wrapper .tab-content .product-information-item-wrapper .shipping-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}

#content-wrapper #product-description-page .product-information-section .custom-container .product-information-wrapper .tab-content .product-information-item-wrapper .shipping-info .shipping-info-item {
  line-height: 2.1;
}

#content-wrapper #product-description-page .product-information-section .custom-container .product-information-wrapper .tab-content .product-information-item-wrapper .shipping-info .shipping-info-item p {
  font-size: 1.6rem;
}

#content-wrapper #product-description-page .product-information-section .custom-container .product-information-wrapper .tab-content .product-information-item-wrapper .shipping-info .shipping-info-item p span {
  font-weight: 600;
  margin-right: 5px;
}

#content-wrapper #product-description-page .product-information-section .custom-container .product-information-wrapper .tab-content .product-information-item-wrapper .shipping-info .shipping-info-item:not(:last-of-type) {
  border-bottom: 1px solid #c1c1c1;
  padding-bottom: 3rem;
}

#content-wrapper #product-description-page .product-information-section .custom-container .product-information-wrapper .tab-content .additional-information-wrapper table tr th {
  background: #f2f2f2;
  padding: 3rem 3rem;
  text-transform: uppercase;
  font-weight: 600;
}

#content-wrapper #product-description-page .product-information-section .custom-container .product-information-wrapper .tab-content .additional-information-wrapper table tr td {
  padding: 2rem;
  text-transform: capitalize;
  vertical-align: middle;
}

#content-wrapper #product-description-page .product-information-section .custom-container .product-information-wrapper .tab-content .additional-information-wrapper table tr:not(:first-of-type) td {
  text-transform: uppercase;
}

#content-wrapper #product-description-page .product-information-section .custom-container .product-information-wrapper .tab-content .reviews-form-wrapper form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
  padding-bottom: 3rem;
}

#content-wrapper #product-description-page .product-information-section .custom-container .product-information-wrapper .tab-content .reviews-form-wrapper form h3 {
  font-size: 1.7rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

#content-wrapper #product-description-page .product-information-section .custom-container .product-information-wrapper .tab-content .reviews-form-wrapper form .form-item label {
  font-weight: 500;
  margin-bottom: 2rem;
  text-transform: capitalize;
  display: block;
}

#content-wrapper #product-description-page .product-information-section .custom-container .product-information-wrapper .tab-content .reviews-form-wrapper form .form-item input {
  border: none;
  background: transparent;
  border-bottom: 1px solid #b8b8b8;
  border-radius: 0;
  font-size: 1.5rem;
  padding: 0 0 1rem;
  color: #939699;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#content-wrapper #product-description-page .product-information-section .custom-container .product-information-wrapper .tab-content .reviews-form-wrapper form .form-item input::-webkit-input-placeholder {
  color: #939699;
}

#content-wrapper #product-description-page .product-information-section .custom-container .product-information-wrapper .tab-content .reviews-form-wrapper form .form-item input:-ms-input-placeholder {
  color: #939699;
}

#content-wrapper #product-description-page .product-information-section .custom-container .product-information-wrapper .tab-content .reviews-form-wrapper form .form-item input::-ms-input-placeholder {
  color: #939699;
}

#content-wrapper #product-description-page .product-information-section .custom-container .product-information-wrapper .tab-content .reviews-form-wrapper form .form-item input::placeholder {
  color: #939699;
}

#content-wrapper #product-description-page .product-information-section .custom-container .product-information-wrapper .tab-content .reviews-form-wrapper form .form-item input:focus {
  border-color: #629f58;
}

#content-wrapper #product-description-page .product-information-section .custom-container .product-information-wrapper .tab-content .reviews-form-wrapper form .form-item textarea {
  padding: 1rem;
  font-size: 1.5rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
}

#content-wrapper #product-description-page .product-information-section .custom-container .product-information-wrapper .tab-content .reviews-form-wrapper form .form-item textarea::-webkit-input-placeholder {
  color: #939699;
}

#content-wrapper #product-description-page .product-information-section .custom-container .product-information-wrapper .tab-content .reviews-form-wrapper form .form-item textarea:-ms-input-placeholder {
  color: #939699;
}

#content-wrapper #product-description-page .product-information-section .custom-container .product-information-wrapper .tab-content .reviews-form-wrapper form .form-item textarea::-ms-input-placeholder {
  color: #939699;
}

#content-wrapper #product-description-page .product-information-section .custom-container .product-information-wrapper .tab-content .reviews-form-wrapper form .form-item textarea::placeholder {
  color: #939699;
}

#content-wrapper #product-description-page .product-information-section .custom-container .product-information-wrapper .tab-content .reviews-form-wrapper form .form-item textarea:focus {
  border-color: #629f58;
}

#content-wrapper #product-description-page .product-information-section .custom-container .product-information-wrapper .tab-content .reviews-form-wrapper form .form-item .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  float: left;
}

#content-wrapper #product-description-page .product-information-section .custom-container .product-information-wrapper .tab-content .reviews-form-wrapper form .form-item .rating input {
  display: none;
}

#content-wrapper #product-description-page .product-information-section .custom-container .product-information-wrapper .tab-content .reviews-form-wrapper form .form-item .rating input:checked ~ label:after {
  opacity: 1;
}

#content-wrapper #product-description-page .product-information-section .custom-container .product-information-wrapper .tab-content .reviews-form-wrapper form .form-item .rating label {
  display: block;
  cursor: pointer;
  width: 26px;
  margin: 0;
  position: relative;
}

#content-wrapper #product-description-page .product-information-section .custom-container .product-information-wrapper .tab-content .reviews-form-wrapper form .form-item .rating label:before {
  content: "★";
  display: block;
  font-size: 26px;
  color: #787171;
}

#content-wrapper #product-description-page .product-information-section .custom-container .product-information-wrapper .tab-content .reviews-form-wrapper form .form-item .rating label:after {
  content: "★";
  position: absolute;
  display: block;
  font-size: 26px;
  color: #ffe234;
  top: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#content-wrapper #product-description-page .product-information-section .custom-container .product-information-wrapper .tab-content .reviews-form-wrapper form .form-item .rating label:hover:after {
  opacity: 1;
}

#content-wrapper #product-description-page .product-information-section .custom-container .product-information-wrapper .tab-content .reviews-form-wrapper form .form-item .rating label:hover ~ label:after {
  opacity: 1;
}

#content-wrapper #product-description-page .product-information-section .custom-container .product-information-wrapper .tab-content hr {
  background: #c3c3c3;
}

#content-wrapper #product-description-page .product-information-section .custom-container .product-information-wrapper .tab-content .reviews-section {
  padding: 2rem 0 3rem;
  border-bottom: 1px solid #dbdbdb;
}

#content-wrapper #product-description-page .product-information-section .custom-container .product-information-wrapper .tab-content .reviews-section .reviews-section-wrapper .common-rating-section span svg {
  width: 1.7rem;
  height: 1.7rem;
}

#content-wrapper #product-description-page .product-information-section .custom-container .product-information-wrapper .tab-content .reviews-section .reviews-section-wrapper .comment {
  margin-top: 3rem;
}

#content-wrapper #product-description-page .product-information-section .custom-container .product-information-wrapper .tab-content .reviews-section .reviews-section-wrapper .comment p {
  font-size: 1.5rem;
}

#content-wrapper #product-description-page .product-information-section .custom-container .product-information-wrapper .tab-content .reviews-section .reviews-section-wrapper .author-and-date-section {
  font-size: 1.5rem;
  margin-top: 2rem;
}

#content-wrapper #product-description-page .product-information-section .custom-container .product-information-wrapper .tab-content .reviews-section .reviews-section-wrapper .author-and-date-section .author,
#content-wrapper #product-description-page .product-information-section .custom-container .product-information-wrapper .tab-content .reviews-section .reviews-section-wrapper .author-and-date-section .date {
  font-style: italic;
  color: grey;
}

#content-wrapper #product-description-page .products-recommendation-section .custom-container {
  padding: 6rem;
}

#content-wrapper #product-description-page .products-recommendation-section .custom-container .products-recommendation-wrapper .heading h2 {
  text-transform: uppercase;
  font-size: 1.9rem;
  font-weight: 600;
  margin-bottom: 5rem;
}

#content-wrapper #wishlist-page .wishlist-section {
  margin-bottom: 3rem;
}

#content-wrapper #wishlist-page .wishlist-section .custom-container {
  padding: 8rem 12rem;
}

#content-wrapper #wishlist-page .wishlist-section .custom-container .wishlist-table .header-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5rem;
  background: #f2f2f2;
  padding: 2rem;
  border: 1px solid #b8b8b8;
}

#content-wrapper #wishlist-page .wishlist-section .custom-container .wishlist-table .header-section .item {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}

#content-wrapper #wishlist-page .wishlist-section .custom-container .wishlist-table .header-section .item:first-of-type {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}

#content-wrapper #wishlist-page .wishlist-section .custom-container .wishlist-table .header-section .item:nth-of-type(2) {
  -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
}

#content-wrapper #wishlist-page .wishlist-section .custom-container .wishlist-table .header-section .item i,
#content-wrapper #wishlist-page .wishlist-section .custom-container .wishlist-table .header-section .item img {
  background: #c4c4c4;
  border-radius: 50%;
}

#content-wrapper #wishlist-page .wishlist-section .custom-container .wishlist-table .header-section .item i {
  padding: 5px 8px;
}

#content-wrapper #wishlist-page .wishlist-section .custom-container .wishlist-table .header-section .item img {
  padding: 8px;
}

#content-wrapper #wishlist-page .wishlist-section .custom-container .wishlist-table .content-section .wishlist-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5rem;
  border: 1px solid #b8b8b8;
  border-top: 0;
  padding: 4rem 2rem;
}

#content-wrapper #wishlist-page .wishlist-section .custom-container .wishlist-table .content-section .wishlist-item .item {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}

#content-wrapper #wishlist-page .wishlist-section .custom-container .wishlist-table .content-section .wishlist-item .item:first-of-type {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}

#content-wrapper #wishlist-page .wishlist-section .custom-container .wishlist-table .content-section .wishlist-item .item:nth-of-type(2) {
  -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
}

#content-wrapper #wishlist-page .wishlist-section .custom-container .wishlist-table .content-section .wishlist-item .item .image {
  max-width: 13rem;
}

#content-wrapper #wishlist-page .wishlist-section .custom-container .wishlist-table .content-section .wishlist-item .item .remove-btn {
  border: 1px solid black;
  padding: 1.4rem;
  width: 100%;
  background: transparent;
  text-transform: capitalize;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#content-wrapper #wishlist-page .wishlist-section .custom-container .wishlist-table .content-section .wishlist-item .item .remove-btn i {
  margin-right: 8px;
}

#content-wrapper #wishlist-page .wishlist-section .custom-container .wishlist-table .content-section .wishlist-item .item .remove-btn:hover {
  border-color: #629f58;
  color: #629f58;
}

#content-wrapper #wishlist-page .wishlist-section .custom-container .wishlist-table .content-section .wishlist-item .item .remove-btn:hover i {
  color: #629f58;
}

#content-wrapper #wishlist-page .wishlist-section .custom-container .wishlist-table .content-section .wishlist-item .item .add-to-cart-btn {
  padding: 1.4rem;
  width: 100%;
  text-transform: capitalize;
  background: black;
  color: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#content-wrapper #wishlist-page .wishlist-section .custom-container .wishlist-table .content-section .wishlist-item .item .add-to-cart-btn i {
  margin-right: 8px;
}

#content-wrapper #wishlist-page .wishlist-section .custom-container .wishlist-table .content-section .wishlist-item .item .add-to-cart-btn:hover {
  background-color: #629f58;
}

#content-wrapper #shopping-cart-page .shopping-cart-section .custom-container {
  padding: 8rem 12rem;
}

#content-wrapper #shopping-cart-page .shopping-cart-section .custom-container .shopping-cart-table .header-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5rem;
  background: #f2f2f2;
  padding: 2rem;
  border: 1px solid #b8b8b8;
}

#content-wrapper #shopping-cart-page .shopping-cart-section .custom-container .shopping-cart-table .header-section .item {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}

#content-wrapper #shopping-cart-page .shopping-cart-section .custom-container .shopping-cart-table .header-section .item:first-of-type {
  -ms-flex-preferred-size: 2rem;
      flex-basis: 2rem;
}

#content-wrapper #shopping-cart-page .shopping-cart-section .custom-container .shopping-cart-table .header-section .item:nth-of-type(2) {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#content-wrapper #shopping-cart-page .shopping-cart-section .custom-container .shopping-cart-table .content-section .shopping-cart-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5rem;
  border: 1px solid #b8b8b8;
  border-top: 0;
  padding: 4rem 2rem;
}

#content-wrapper #shopping-cart-page .shopping-cart-section .custom-container .shopping-cart-table .content-section .shopping-cart-item .item {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}

#content-wrapper #shopping-cart-page .shopping-cart-section .custom-container .shopping-cart-table .content-section .shopping-cart-item .item .image {
  max-width: 13rem;
}

#content-wrapper #shopping-cart-page .shopping-cart-section .custom-container .shopping-cart-table .content-section .shopping-cart-item .item .responsive-text {
  display: none;
  margin-right: 1rem;
  text-transform: uppercase;
  font-weight: 500;
}

#content-wrapper #shopping-cart-page .shopping-cart-section .custom-container .shopping-cart-table .content-section .shopping-cart-item .item:first-of-type {
  -ms-flex-preferred-size: 2rem;
      flex-basis: 2rem;
}

#content-wrapper #shopping-cart-page .shopping-cart-section .custom-container .shopping-cart-table .content-section .shopping-cart-item .item:first-of-type i {
  font-size: 1.8rem;
}

#content-wrapper #shopping-cart-page .shopping-cart-section .custom-container .shopping-cart-table .content-section .shopping-cart-item .item:nth-of-type(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#content-wrapper #shopping-cart-page .shopping-cart-section .custom-container .shopping-cart-description {
  border: 1px solid #b8b8b8;
  margin-top: 6rem;
}

#content-wrapper #shopping-cart-page .shopping-cart-section .custom-container .shopping-cart-description .first-item {
  padding: 2rem 3rem;
  border-bottom: 1px solid #b8b8b8;
}

#content-wrapper #shopping-cart-page .shopping-cart-section .custom-container .shopping-cart-description .first-item p {
  font-weight: 500;
}

#content-wrapper #shopping-cart-page .shopping-cart-section .custom-container .shopping-cart-description .second-item {
  padding: 4rem 3rem;
  background: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}

#content-wrapper #shopping-cart-page .shopping-cart-section .custom-container .shopping-cart-description .second-item .total-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 600;
}

#content-wrapper #shopping-cart-page .shopping-cart-section .custom-container .shopping-cart-description .second-item .total-price .text {
  text-transform: uppercase;
}

#content-wrapper #shopping-cart-page .shopping-cart-section .custom-container .shopping-cart-description .second-item .shipping-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#content-wrapper #shopping-cart-page .shopping-cart-section .custom-container .shopping-cart-description .second-item .shipping-text .left-text {
  text-transform: uppercase;
  font-weight: 600;
}

#content-wrapper #shopping-cart-page .shopping-cart-section .custom-container .shopping-cart-description .second-item .note span {
  color: #629f58;
  font-weight: 500;
}

#content-wrapper #shopping-cart-page .shopping-cart-section .custom-container .shopping-cart-description .second-item .free-shipping-notice {
  background: black;
  color: white;
  text-transform: uppercase;
  padding: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.2px;
}

#content-wrapper #filter-page .filter-items-section .custom-container .filter-items-section-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7rem;
}

#content-wrapper #filter-page .filter-items-section .custom-container .filter-items-section-wrapper .left-content {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}

#content-wrapper #filter-page .filter-items-section .custom-container .filter-items-section-wrapper .left-content .filter-categories-section {
  padding-top: 7rem;
}

#content-wrapper #filter-page .filter-items-section .custom-container .filter-items-section-wrapper .left-content .filter-categories-section .filter-categories-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}

#content-wrapper #filter-page .filter-items-section .custom-container .filter-items-section-wrapper .left-content .filter-categories-section .filter-categories-wrapper .filter-btn {
  text-transform: uppercase;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #b8b8b8;
  font-size: 1.7rem;
  font-weight: 600;
  background-color: transparent;
  text-align: left;
}

#content-wrapper #filter-page .filter-items-section .custom-container .filter-items-section-wrapper .left-content .filter-categories-section .filter-categories-wrapper .filter-category-wrapper .filter-category {
  padding-bottom: 2rem;
  margin-top: 3rem;
}

#content-wrapper #filter-page .filter-items-section .custom-container .filter-items-section-wrapper .left-content .filter-categories-section .filter-categories-wrapper .filter-category-wrapper .filter-category:not(:last-of-type) {
  border-bottom: 1px solid #b8b8b8;
}

#content-wrapper #filter-page .filter-items-section .custom-container .filter-items-section-wrapper .left-content .filter-categories-section .filter-categories-wrapper .filter-category-wrapper .filter-category h3 {
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

#content-wrapper #filter-page .filter-items-section .custom-container .filter-items-section-wrapper .left-content .filter-categories-section .filter-categories-wrapper .filter-category-wrapper .filter-category .filter-categories-form .category-item {
  text-transform: capitalize;
  line-height: 2.7;
}

#content-wrapper #filter-page .filter-items-section .custom-container .filter-items-section-wrapper .left-content .filter-categories-section .filter-categories-wrapper .filter-category-wrapper .filter-category .filter-categories-form .category-item input {
  margin-right: 15px;
  width: 16px !important;
  height: 16px !important;
  vertical-align: middle;
}

#content-wrapper #filter-page .filter-items-section .custom-container .filter-items-section-wrapper .left-content .filter-categories-section .filter-categories-wrapper .filter-category-wrapper .filter-category .filter-categories-form .category-item label {
  cursor: pointer;
}

#content-wrapper #filter-page .filter-items-section .custom-container .filter-items-section-wrapper .left-content .filter-categories-section .filter-categories-wrapper .filter-category-wrapper .filter-category .filter-categories-form2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 3rem;
}

#content-wrapper #filter-page .filter-items-section .custom-container .filter-items-section-wrapper .left-content .filter-categories-section .filter-categories-wrapper .filter-category-wrapper .filter-category .filter-categories-form2 .category-item label {
  cursor: pointer;
}

#content-wrapper #filter-page .filter-items-section .custom-container .filter-items-section-wrapper .left-content .filter-categories-section .filter-categories-wrapper .filter-category-wrapper .filter-category .filter-categories-form2 .category-item label input[type="checkbox"] {
  display: none;
}

#content-wrapper #filter-page .filter-items-section .custom-container .filter-items-section-wrapper .left-content .filter-categories-section .filter-categories-wrapper .filter-category-wrapper .filter-category .filter-categories-form2 .category-item label input[type="checkbox"]:checked ~ span {
  background-color: #96ce8c;
  color: white;
}

#content-wrapper #filter-page .filter-items-section .custom-container .filter-items-section-wrapper .left-content .filter-categories-section .filter-categories-wrapper .filter-category-wrapper .filter-category .filter-categories-form2 .category-item label span {
  position: relative;
  display: inline-block;
  border: 1px solid #96ce8c;
  padding: 10px 15px;
  min-width: 10rem;
  text-align: center;
  text-transform: capitalize;
  font-size: 1.6rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
}

#content-wrapper #filter-page .filter-items-section .custom-container .filter-items-section-wrapper .right-content {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
}

#content-wrapper #filter-page .filter-items-section .custom-container .filter-items-section-wrapper .right-content .sort-by-dropdown {
  width: 9rem;
  margin-left: auto;
  margin-right: 15px;
  margin-bottom: 3rem;
}

#content-wrapper #filter-page .filter-items-section .custom-container .filter-items-section-wrapper .right-content .sort-by-dropdown select {
  font-size: 1.6rem;
  border: none;
  font-weight: 600;
  cursor: pointer;
}

#content-wrapper #filter-page .filter-items-section .custom-container .filter-items-section-wrapper .right-content .sort-by-dropdown select option span {
  line-height: 3;
}

#content-wrapper #filter-page .filter-items-section .custom-container .filter-items-section-wrapper .right-content .products-display-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem;
  overflow: hidden;
}

#content-wrapper #filter-page .filter-items-section .custom-container .filter-items-section-wrapper .right-content .products-display-section .products-display-item {
  -ms-flex-preferred-size: 31%;
      flex-basis: 31%;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 35rem;
  min-width: 25rem;
}

#content-wrapper #filter-page .filter-items-section .custom-container .filter-items-section-wrapper .right-content.hide {
  display: none;
}

#content-wrapper #profile-page .profile-section .profile-wrapper ul.nav-pills {
  border-bottom: 1px solid #939699;
}

#content-wrapper #profile-page .profile-section .profile-wrapper ul.nav-pills li.nav-item:not(:last-of-type) {
  margin-left: 200px;
}

#content-wrapper #profile-page .profile-section .profile-wrapper ul.nav-pills li.nav-item:first-of-type {
  margin-right: 100px;
}

#content-wrapper #profile-page .profile-section .profile-wrapper ul.nav-pills li.nav-item button.nav-link {
  border-radius: 0;
  background: transparent;
  color: #939699;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0;
  padding-bottom: 25px;
}

#content-wrapper #profile-page .profile-section .profile-wrapper ul.nav-pills li.nav-item button.nav-link.active {
  color: #629f58;
  border-bottom: 2px solid #629f58;
}

#content-wrapper #profile-page .profile-section .profile-wrapper .tab-content .profile-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
  margin: 8rem 0 2rem;
}

#content-wrapper #profile-page .profile-section .profile-wrapper .tab-content .profile-wrapper .profile-menu {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}

#content-wrapper #profile-page .profile-section .profile-wrapper .tab-content .profile-wrapper .profile-menu .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  background: #96ce8c;
  color: white;
  padding: 2rem 4rem;
  border-radius: 4px 4px 0 0;
}

#content-wrapper #profile-page .profile-section .profile-wrapper .tab-content .profile-wrapper .profile-menu .header .img-container {
  width: 7rem;
}

#content-wrapper #profile-page .profile-section .profile-wrapper .tab-content .profile-wrapper .profile-menu .header .text-container h2 {
  font-size: 1.7rem;
}

#content-wrapper #profile-page .profile-section .profile-wrapper .tab-content .profile-wrapper .profile-menu .header .text-container .bonus-amount {
  margin-top: 1rem;
}

#content-wrapper #profile-page .profile-section .profile-wrapper .tab-content .profile-wrapper .profile-menu .header .text-container .bonus-amount span {
  font-size: 1.2rem;
}

#content-wrapper #profile-page .profile-section .profile-wrapper .tab-content .profile-wrapper .profile-menu .header .text-container .bonus-amount .price {
  background: white;
  color: #629f58;
  padding: 0.5rem 1rem;
  border-radius: 100px;
  font-size: 1.2rem;
}

#content-wrapper #profile-page .profile-section .profile-wrapper .tab-content .profile-wrapper .profile-menu .content {
  background: #f2f2f2;
  padding: 4rem 4rem;
}

#content-wrapper #profile-page .profile-section .profile-wrapper .tab-content .profile-wrapper .profile-menu .content ul li a:hover {
  color: #629f58;
}

#content-wrapper #profile-page .profile-section .profile-wrapper .tab-content .profile-wrapper .profile-menu .content ul li:not(:last-of-type) {
  margin-bottom: 4rem;
}

#content-wrapper #profile-page .profile-section .profile-wrapper .tab-content .profile-wrapper .profile-menu .footer {
  border-top: 1px solid #c4c4c4;
  background: #f2f2f2;
  padding: 2.5rem 4rem;
}

#content-wrapper #profile-page .profile-section .profile-wrapper .tab-content .profile-wrapper .profile-menu .footer a {
  color: #629f58;
}

#content-wrapper #profile-page .profile-section .profile-wrapper .tab-content .profile-wrapper .customer-profile-wrapper {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
}

#content-wrapper #profile-page .profile-section .profile-wrapper .tab-content .profile-wrapper .customer-profile-wrapper .inner {
  border: 1px solid grey;
  border-radius: 8px;
}

#content-wrapper #profile-page .profile-section .profile-wrapper .tab-content .profile-wrapper .customer-profile-wrapper .inner > .title {
  padding: 2.5rem 4rem;
  border-bottom: 1px solid grey;
}

#content-wrapper #profile-page .profile-section .profile-wrapper .tab-content .profile-wrapper .customer-profile-wrapper .inner > .title h2 {
  color: #629f58;
  text-transform: uppercase;
  font-size: 1.7rem;
}

#content-wrapper #profile-page .profile-section .profile-wrapper .tab-content .profile-wrapper .customer-profile-wrapper .inner .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid grey;
}

#content-wrapper #profile-page .profile-section .profile-wrapper .tab-content .profile-wrapper .customer-profile-wrapper .inner .content .content-item:first-of-type table {
  margin: 50px 20px;
}

#content-wrapper #profile-page .profile-section .profile-wrapper .tab-content .profile-wrapper .customer-profile-wrapper .inner .content .content-item:first-of-type table tbody tr th,
#content-wrapper #profile-page .profile-section .profile-wrapper .tab-content .profile-wrapper .customer-profile-wrapper .inner .content .content-item:first-of-type table tbody tr td {
  padding: 20px;
}

#content-wrapper #profile-page .profile-section .profile-wrapper .tab-content .profile-wrapper .customer-profile-wrapper .inner .content .content-item:first-of-type table tbody tr th {
  text-transform: uppercase;
  font-weight: 400;
}

#content-wrapper #profile-page .profile-section .profile-wrapper .tab-content .profile-wrapper .customer-profile-wrapper .inner .content .content-item:first-of-type table tbody tr td {
  color: #629f58;
}

#content-wrapper #profile-page .profile-section .profile-wrapper .tab-content .profile-wrapper .customer-profile-wrapper .inner .content .content-item:last-of-type {
  border-left: 1px solid grey;
  padding: 40px;
  text-align: center;
}

#content-wrapper #profile-page .profile-section .profile-wrapper .tab-content .profile-wrapper .customer-profile-wrapper .inner .content .content-item:last-of-type .title h3 {
  text-transform: uppercase;
  margin-bottom: 3rem;
  font-size: 1.6rem;
}

#content-wrapper #profile-page .profile-section .profile-wrapper .tab-content .profile-wrapper .customer-profile-wrapper .inner .content .content-item:last-of-type .image-container {
  height: 150px;
  width: 150px;
  margin: auto;
}

#content-wrapper #profile-page .profile-section .profile-wrapper .tab-content .profile-wrapper .customer-profile-wrapper .inner .content .content-item:last-of-type .image-container img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

#content-wrapper #profile-page .profile-section .profile-wrapper .tab-content .profile-wrapper .customer-profile-wrapper .inner .content .content-item:last-of-type .upload-btn {
  padding-top: 50px;
}

#content-wrapper #profile-page .profile-section .profile-wrapper .tab-content .profile-wrapper .customer-profile-wrapper .inner .content .content-item:last-of-type .upload-btn button {
  cursor: pointer;
  color: #629f58;
  border: 1px solid #629f58;
  padding: 1.2rem 2rem;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 1.5rem;
  background: transparent;
}

#content-wrapper #profile-page .profile-section .profile-wrapper .tab-content .profile-wrapper .customer-profile-wrapper .inner .footer-content {
  padding: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#content-wrapper #profile-page .profile-section .profile-wrapper .tab-content .profile-wrapper .customer-profile-wrapper .inner .footer-content .footer-content-item h3 {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

#content-wrapper #profile-page .profile-section .profile-wrapper .tab-content .profile-wrapper .customer-profile-wrapper .inner .footer-content .footer-content-item p {
  text-transform: uppercase;
  color: #629f58;
}

#content-wrapper #profile-page .profile-section .profile-wrapper .tab-content .profile-wrapper .customer-profile-wrapper .inner .footer-content .footer-content-item button {
  padding: 12px 50px;
  background: #629f58;
  color: #fff;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 1.5rem;
  cursor: pointer;
}

#content-wrapper #profile-page .profile-section .profile-wrapper .tab-content .password-change-section form h2::after {
  width: 26rem;
}

#content-wrapper #profile-page .profile-section .profile-wrapper .tab-content .password-change-section form .submit-btn {
  background-color: #629f58;
}

#content-wrapper #profile-page .profile-section .profile-wrapper .tab-content .password-change-section form .submit-btn:hover {
  background-color: black;
  color: white;
}

#content-wrapper #login-page .login-section form h2::after {
  width: 10rem;
}

#content-wrapper #login-page .login-section form .form-group:last-of-type {
  margin-bottom: 6rem;
}

#content-wrapper #login-page .login-section form .login-btn {
  padding: 1.6rem 8rem;
}

#content-wrapper #login-page .login-section form .divider {
  text-align: center;
  margin: 6rem 0;
}

#content-wrapper #login-page .login-section form .divider span {
  background: black;
  color: white;
  padding: 10px;
  border-radius: 50%;
  position: relative;
}

#content-wrapper #login-page .login-section form .divider span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -20rem;
  width: 18rem;
  height: 1px;
  background-color: #c1c1c1;
}

#content-wrapper #login-page .login-section form .divider span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20rem;
  width: 18rem;
  height: 1px;
  background-color: #c1c1c1;
}

#content-wrapper #login-page .login-section form .signin-options a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  padding: 1.7rem;
  border-radius: 4px;
  font-size: 1.6rem;
  font-weight: 500;
}

#content-wrapper #login-page .login-section form .signin-options a:first-of-type {
  background: #3a5594;
}

#content-wrapper #login-page .login-section form .signin-options a:first-of-type:hover {
  background: rgba(58, 85, 148, 0.85);
}

#content-wrapper #login-page .login-section form .signin-options a:last-of-type {
  background: #d74937;
}

#content-wrapper #login-page .login-section form .signin-options a:last-of-type:hover {
  background: rgba(215, 73, 55, 0.85);
}

#content-wrapper #login-page .login-section form .signin-options a:not(:last-of-type) {
  margin-bottom: 4rem;
}

#content-wrapper #login-page .login-section form .signin-options a i {
  margin-right: 10px;
  font-size: 1.8rem;
}

/*--------------------------------- Content Wrapper Ends ----------------------------------*/
/*--------------------------------- Footer Wrapper Starts ---------------------------------*/
#footer-wrapper .features-section {
  background-color: #ebebeb;
  text-align: center;
}

#footer-wrapper .features-section .custom-container .features-section-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#footer-wrapper .features-section .custom-container .features-section-wrapper .features-section-item {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}

#footer-wrapper .features-section .custom-container .features-section-wrapper .features-section-item h4 {
  margin: 4rem 0 2.4rem;
  font-size: 1.7rem;
  font-weight: 500;
  color: #629f58;
}

#footer-wrapper .features-section .custom-container .features-section-wrapper .features-section-item p {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.3px;
  width: 70%;
  margin-inline: auto;
}

#footer-wrapper .main-footer .custom-container .main-footer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#footer-wrapper .main-footer .custom-container .main-footer-wrapper .main-footer-item {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  padding: 0 2%;
}

#footer-wrapper .main-footer .custom-container .main-footer-wrapper .main-footer-item h3 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 2.4rem;
}

#footer-wrapper .main-footer .custom-container .main-footer-wrapper .main-footer-item ul li a {
  line-height: 2.8;
  text-transform: capitalize;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#footer-wrapper .main-footer .custom-container .main-footer-wrapper .main-footer-item ul li a:hover {
  color: #629f58;
}

#footer-wrapper .signup-section {
  background: #ebebeb;
  padding: 1%;
}

#footer-wrapper .signup-section .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#footer-wrapper .signup-section .content-wrapper h2 {
  text-transform: capitalize;
  font-size: 2.4rem;
  line-height: 1.6;
}

#footer-wrapper .signup-section .content-wrapper p {
  text-transform: capitalize;
  word-spacing: 1px;
  letter-spacing: 0.2px;
  margin: 2rem 0 4rem;
  line-height: 1.8;
  font-size: 1.5rem;
}

#footer-wrapper .signup-section .content-wrapper .email-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

#footer-wrapper .signup-section .content-wrapper .email-box input {
  width: 100%;
  margin-inline: auto;
  border: 1px solid black;
  padding: 1.5rem;
  outline: none;
  display: inline;
  background: transparent;
  font-family: "Josefin Sans", sans-serif !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#footer-wrapper .signup-section .content-wrapper .email-box input::-webkit-input-placeholder {
  color: black;
}

#footer-wrapper .signup-section .content-wrapper .email-box input:-ms-input-placeholder {
  color: black;
}

#footer-wrapper .signup-section .content-wrapper .email-box input::-ms-input-placeholder {
  color: black;
}

#footer-wrapper .signup-section .content-wrapper .email-box input::placeholder {
  color: black;
}

#footer-wrapper .signup-section .content-wrapper .email-box input:focus {
  border-color: #629f58;
}

#footer-wrapper .signup-section .content-wrapper .email-box button {
  position: relative;
  display: inline;
  margin-left: -7rem;
  border: none;
  outline: none;
  background: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#footer-wrapper .signup-section .content-wrapper .email-box button:hover {
  color: #629f58;
}

#footer-wrapper .signup-section .content-wrapper .email-box:focus {
  border: 1px solid #629f58;
}

#footer-wrapper .copyright-section .custom-container {
  padding: 2rem 6rem;
}

#footer-wrapper .copyright-section .custom-container .text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#footer-wrapper .copyright-section .custom-container .text-wrapper p {
  margin: 0;
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: 0.012em;
}

#footer-wrapper .copyright-section .custom-container .text-wrapper p a {
  color: #629f58;
}

#footer-wrapper .copyright-section .custom-container .text-wrapper p a:hover {
  border-bottom: 1px solid #629f58;
}

/*---------------------------------- Footer Wrapper Ends ----------------------------------*/
/*----------------------------------- Components Starts -----------------------------------*/
.common-products-section {
  background: #f7f7f7;
}

.common-products-section .custom-container .common-products-section-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.common-products-section .custom-container .common-products-section-wrapper .first-item {
  min-width: 25rem;
}

.common-products-section .custom-container .common-products-section-wrapper .first-item .common-products-section-item-wrapper {
  background: white;
  padding: 2rem;
}

.common-products-section .custom-container .common-products-section-wrapper .first-item .common-products-section-item-wrapper .product-title {
  font-family: "Josefin Sans", sans-serif !important;
  font-size: 2.4rem;
  font-weight: 400;
  padding: 2rem 0 4rem;
  border-bottom: 1px solid #d3d1d1;
}

.common-products-section .custom-container .common-products-section-wrapper .first-item .common-products-section-item-wrapper .product-list {
  margin-top: 4rem;
}

.common-products-section .custom-container .common-products-section-wrapper .first-item .common-products-section-item-wrapper .product-list li a {
  color: black;
  font-size: 1.5rem;
  line-height: 3.5;
  font-weight: 300;
  letter-spacing: 0.04rem;
  text-transform: capitalize;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.common-products-section .custom-container .common-products-section-wrapper .first-item .common-products-section-item-wrapper .product-list li a:hover {
  color: #629f58;
}

.common-products-section .custom-container .common-products-section-wrapper .first-item .common-products-section-item-wrapper .product-list li a i {
  font-size: 2rem;
  color: #629f58;
  vertical-align: middle;
}

.common-products-section .custom-container .common-products-section-wrapper .first-item .common-products-section-item-wrapper .product-list li.active a {
  color: #629f58;
}

.common-products-section .custom-container .common-products-section-wrapper .second-item {
  min-width: 25rem;
  margin-right: 3rem;
}

.common-products-section .custom-container .common-products-section-wrapper .third-item .common-products-section-item-wrapper .products-display-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem;
  overflow: hidden;
}

.common-products-section .custom-container .common-products-section-wrapper .third-item .common-products-section-item-wrapper .products-display-section .products-display-item {
  width: 31%;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 35rem;
  min-width: 25rem;
}

.common-product-card {
  display: block;
  padding: 0 3rem 3rem 3rem;
  background-color: #efefef;
  border-radius: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.common-product-card .top-section {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.common-product-card .top-section .discount-new-wrapper {
  position: absolute;
  left: -4%;
}

.common-product-card .top-section .discount-new-wrapper .discount-badge {
  background: #96ce8c;
  padding: 3px 20px;
  font-size: 1.4rem;
  border-radius: 0 0 18px 18px;
  color: white;
  font-weight: 600;
  display: inline-block;
}

.common-product-card .top-section .discount-new-wrapper .new-badge {
  margin-left: 1rem;
  background: #99c6ea;
  color: white;
  padding: 3px 20px;
  font-size: 1.4rem;
  font-weight: 600;
  border-radius: 0 0 18px 18px;
  position: absolute;
}

.common-product-card .top-section .heart-btn {
  position: absolute;
  top: 5px;
  right: -20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.common-product-card .top-section .heart-btn svg {
  width: 4.8rem;
  height: 4.8rem;
  padding: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
  fill: #c7c7c7;
  opacity: 0.5;
  display: none;
}

.common-product-card .top-section .heart-btn:hover svg {
  fill: #96ce8c;
}

.common-product-card .img-section {
  height: 19rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.common-product-card .img-section img {
  margin-top: 6rem;
}

.common-product-card .common-stars {
  margin: 2rem 0 1rem;
}

.common-product-card .title-section h4 {
  font-size: 1.6rem;
  font-weight: 400;
  color: #403f3f;
  text-transform: capitalize;
}

.common-product-card .price-section {
  margin-top: 4rem;
}

.common-product-card .price-section .discounted {
  font-size: 1.6rem;
  font-weight: 600;
  margin-right: 1.5rem;
}

.common-product-card .price-section .original {
  color: red;
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
}

.common-product-card .price-section .original::before {
  content: "";
  position: absolute;
  top: 47%;
  left: -9px;
  background: #092648;
  width: 120%;
  height: 2px;
}

.common-product-card .add-to-cart-section .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: black;
  color: white;
  padding: 14px;
  font-weight: 500;
  font-size: 1.6rem;
  width: 87%;
  border-radius: 5px;
  position: absolute;
  bottom: 20px;
  cursor: pointer;
  left: 0;
  margin-inline: 2rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.common-product-card .add-to-cart-section .btn i {
  margin-right: 10px;
}

.common-product-card .add-to-cart-section .btn:hover {
  background: #629f58;
}

.common-product-card:hover {
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3);
}

.common-product-card:hover .top-section .heart-btn svg {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  display: block;
}

.common-product-card:hover .title-section h4 {
  color: #629f58;
}

.common-product-card:hover .add-to-cart-section .btn {
  opacity: 1;
  visibility: initial;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.common-products-section2 .products-section-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
}

.common-products-section2 .products-section-wrapper .products-section-item {
  padding: 20px;
}

.common-products-section2 .products-section-wrapper .products-section-item .section-5-product-card {
  position: relative;
  margin-inline: auto;
}

.common-products-section2 .products-section-wrapper .products-section-item .section-5-product-card .top-section .heart-btn svg {
  width: 4.8rem;
  height: 4.8rem;
}

.common-products-section2 .products-section-wrapper .products-section-item .section-5-product-card .common-stars {
  margin: 2rem 0 1rem;
  font-size: 24px;
}

.common-products-section2 .products-section-wrapper .products-section-item .section-5-product-card .rating-section {
  gap: 7px;
}

.common-products-section2 .products-section-wrapper .products-section-item .section-5-product-card .rating-section span svg {
  width: 1.8rem;
  height: 1.8rem;
}

.common-products-section2 .products-section-wrapper .products-section-item .section-5-product-card .title-section h4 {
  font-size: 1.7rem;
}

.common-products-section2 .products-section-wrapper .products-section-item .section-5-product-card .price-section .discounted {
  font-size: 1.7rem;
}

.common-products-section2 .products-section-wrapper .products-section-item .section-5-product-card .price-section .original {
  font-size: 1.6rem;
}

.common-banner-section {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 3%;
}

.common-banner-section .custom-container .common-banner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.common-banner-section .custom-container .common-banner-content h1 {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.4;
}

.common-banner-section .custom-container .common-banner-content .breadcrumbs-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}

.common-banner-section .custom-container .common-banner-content .breadcrumbs-section li {
  font-size: 1.5rem;
  color: #629f58;
  text-transform: capitalize;
}

.common-banner-section .custom-container .common-banner-content .breadcrumbs-section li a {
  font-size: 1.5rem;
  color: #629f58;
}

.common-banner-section .custom-container .common-banner-content .breadcrumbs-section li a:hover {
  text-decoration: underline;
}

.common-stars {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  font-size: var(--star-size);
  font-family: Times;
  line-height: 1;
}

.common-stars::before {
  content: "★★★★★";
  letter-spacing: 3px;
  background: -webkit-gradient(linear, left top, right top, from(var(--star-background)), to(var(--star-color)));
  background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.common-rating-section {
  margin: 1.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}

.common-rating-section span svg {
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.common-rating-section span:nth-child(1) svg {
  fill: #ffe234;
}

.common-rating-section span:nth-child(2) svg {
  fill: #ffe234;
}

.common-rating-section span:nth-child(3) svg {
  fill: #ffe234;
}

.common-rating-section span:nth-child(4) svg {
  fill: #787171;
}

.common-rating-section span:nth-child(5) svg {
  fill: #787171;
}

.common-btn {
  padding: 1.8rem;
  border-radius: 4px;
  background: black;
  color: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.common-btn i {
  margin-right: 1rem;
}

.common-btn:hover {
  background-color: #629f58;
  color: white;
}

.common-btn-2 {
  background: black;
  color: white;
  padding: 1.5rem 6rem;
  border-radius: 4px;
  text-transform: capitalize;
  margin-top: 1rem;
}

.common-btn-2:hover {
  background-color: #629f58;
}

.common-table {
  border: 1px solid #b8b8b8;
}

.common-table thead tr th {
  border: none;
  padding: 2rem;
  text-transform: uppercase;
  font-weight: 600;
  background: #f2f2f2;
  vertical-align: middle;
}

.common-table thead tr th i,
.common-table thead tr th img {
  background: #c4c4c4;
  border-radius: 100%;
  margin-right: 1rem;
  font-size: 1.5rem;
}

.common-table thead tr th i {
  padding: 5px 8px;
}

.common-table thead tr th img {
  padding: 7px;
}

.common-table tbody {
  border-top: 1px solid #b8b8b8 !important;
}

.common-table tbody tr td {
  border: none;
  padding: 4rem 3rem;
  vertical-align: middle;
}

.common-table tbody tr td.flex-td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.common-table tbody tr td .image {
  width: 12rem;
}

.common-table tbody tr td .title {
  font-weight: 500;
  font-size: 1.7rem;
}

.common-table tbody tr td .title:hover {
  color: #629f58;
}

.common-table tbody tr td .price,
.common-table tbody tr td .total {
  font-weight: 500;
}

.common-table tbody tr td .remove-btn {
  border: 1px solid black;
  padding: 1.4rem 4rem;
  background: transparent;
  text-transform: capitalize;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.common-table tbody tr td .remove-btn i {
  margin-right: 8px;
}

.common-table tbody tr td .remove-btn:hover {
  border-color: #629f58;
  color: #629f58;
}

.common-table tbody tr td .remove-btn:hover i {
  color: #629f58;
}

.common-table tbody tr td .add-to-cart-btn {
  padding: 1.4rem 4rem;
  text-transform: capitalize;
  background: black;
  color: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.common-table tbody tr td .add-to-cart-btn i {
  margin-right: 8px;
}

.common-table tbody tr td .add-to-cart-btn:hover {
  background-color: #629f58;
}

.common-buttons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  margin-top: 6rem;
}

.common-buttons-wrapper a {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  padding: 1.5rem;
  text-align: center;
}

.common-buttons-wrapper .first-btn {
  background-color: #dcdcdc;
}

.common-buttons-wrapper .first-btn:hover {
  background-color: #b9b9b9;
}

.common-buttons-wrapper .second-btn {
  background-color: black;
  color: white;
}

.common-buttons-wrapper .second-btn:hover {
  background-color: #629f58;
}

.common-signup-section {
  margin: 8rem 0;
}

.common-signup-section form {
  max-width: 70rem;
  width: 95%;
  margin-inline: auto;
  background: #f5f5f5;
  padding: 7rem 3rem;
}

.common-signup-section form h2 {
  font-size: 1.8rem;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 1.3rem;
  border-bottom: 1px solid #c1c1c1;
  position: relative;
}

.common-signup-section form h2::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 23rem;
  height: 1px;
  background-color: black;
}

.common-signup-section form .info-text {
  margin: 5rem 0 6rem;
}

.common-signup-section form .form-group {
  margin-bottom: 4rem;
  position: relative;
}

.common-signup-section form .form-group i {
  position: absolute;
  top: 34%;
  left: 5px;
  font-size: 1.9rem;
}

.common-signup-section form .form-group i.bx-user {
  font-size: 2rem;
}

.common-signup-section form .form-group input {
  border: none;
  background: transparent;
  border-bottom: 1px solid #c1c1c1;
  border-radius: 0;
  font-size: 1.6rem;
  padding: 1.5rem 2em 1.5rem 3.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.common-signup-section form .form-group input::-webkit-input-placeholder {
  color: #939699;
}

.common-signup-section form .form-group input:-ms-input-placeholder {
  color: #939699;
}

.common-signup-section form .form-group input::-ms-input-placeholder {
  color: #939699;
}

.common-signup-section form .form-group input::placeholder {
  color: #939699;
}

.common-signup-section form .form-group input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #629f58;
}

.common-signup-section form .bottom-text {
  text-transform: capitalize;
  margin-bottom: 4rem;
}

.common-signup-section form .bottom-text a {
  color: #96ce8c;
  margin-left: 3px;
}

.common-signup-section form .bottom-text a:hover {
  border-bottom: 1px solid #96ce8c;
}

.common-signup-section form .submit-btn {
  text-transform: uppercase;
  padding: 1.6rem 4rem;
}

.common-handle-counter {
  overflow: hidden;
}

.common-handle-counter button {
  padding: 13px 15px;
  border: 1px solid black;
  background: transparent;
  color: black;
}

.common-handle-counter button:disabled {
  cursor: not-allowed;
}

.common-handle-counter button:disabled:hover {
  background-color: #dcdcdc;
  cursor: not-allowed;
}

.common-handle-counter button:hover {
  background-color: #eee;
}

.common-handle-counter input {
  width: 60px;
  border-width: 1px;
  border-left: none;
  border-right: none;
  padding: 13px 15px;
  margin-left: -4px;
  margin-right: -5px;
  text-align: center;
}

.common-items-dropdown {
  display: none;
  position: relative;
  width: 26rem;
}

.common-items-dropdown select {
  text-transform: capitalize;
  font-size: 1.6rem;
  padding: 1.2rem 1.5rem;
  background: transparent;
  margin-top: 3rem;
}

.common-items-dropdown::after {
  font: var(--fa-font-solid);
  content: "\f078";
  position: absolute;
  top: 37%;
  right: 1.2rem;
  font-size: 1.3rem;
}

/*------------------------------------ Components Ends ------------------------------------*/
/*---------------------------------- Slick Slider Starts ----------------------------------*/
/*---------------------------------- Slick Slider Starts ----------------------------------*/
.slick-slider .slick-prev {
  left: 20px;
}

.slick-slider .slick-next {
  right: 20px;
}

/*----------------------------------- Slick Slider Ends -----------------------------------*/
/*----------------------------------- Slick Slider Ends -----------------------------------*/
/*------------------------------------- Mcustom Starts ------------------------------------*/
/*-------------------------------------- Mcustom Ends -------------------------------------*/
/*-------------------------------------- Modal Starts -------------------------------------*/
.modal-dialog {
  margin: 70px auto;
}

.modal-dialog .modal-header {
  padding: 0;
  border: 0;
}

.modal-dialog .modal-header button {
  position: absolute;
  top: -30px;
  right: 0;
  color: #fff;
  opacity: 1;
}

.modal-dialog .modal-content {
  background: black;
  border-radius: 0;
}

.modal-dialog .modal-content .modal-body {
  padding: 30px 26px;
}

.modal-dialog .modal-content .modal-body .modal-loading-gif {
  height: 130px;
  position: relative;
}

.modal-dialog .modal-content .modal-body .modal-loading-gif img {
  width: 30px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.modal-dialog .modal-content .modal-body p,
.modal-dialog .modal-content .modal-body h1,
.modal-dialog .modal-content .modal-body h2,
.modal-dialog .modal-content .modal-body h3,
.modal-dialog .modal-content .modal-body h4,
.modal-dialog .modal-content .modal-body h5,
.modal-dialog .modal-content .modal-body h6,
.modal-dialog .modal-content .modal-body ul li,
.modal-dialog .modal-content .modal-body ol li,
.modal-dialog .modal-content .modal-body span {
  color: #fff;
}

/*--------------------------------------- Modal Ends --------------------------------------*/
/*# sourceMappingURL=thestyles.css.map */