@import url("https://fonts.googleapis.com/css2?family=Paytone+One&display=swap");
@font-face {
  font-family: "Ambit";
  src: url("../webfonts/Ambit-Bold.eot");
  src: url("../webfonts/Ambit-Bold.eot?#iefix") format("embedded-opentype"), url("../webfonts/Ambit-Bold.woff2") format("woff2"), url("../webfonts/Ambit-Bold.woff") format("woff"), url("../webfonts/Ambit-Bold.ttf") format("truetype"), url("../webfonts/Ambit-Bold.svg#Ambit-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ambit";
  src: url("../webfonts/Ambit-SemiBold.eot");
  src: url("../webfonts/Ambit-SemiBold.eot?#iefix") format("embedded-opentype"), url("../webfonts/Ambit-SemiBold.woff2") format("woff2"), url("../webfonts/Ambit-SemiBold.woff") format("woff"), url("../webfonts/Ambit-SemiBold.ttf") format("truetype"), url("../webfonts/Ambit-SemiBold.svg#Ambit-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ambit";
  src: url("../webfonts/Ambit-Regular.eot");
  src: url("../webfonts/Ambit-Regular.eot?#iefix") format("embedded-opentype"), url("../webfonts/Ambit-Regular.woff2") format("woff2"), url("../webfonts/Ambit-Regular.woff") format("woff"), url("../webfonts/Ambit-Regular.ttf") format("truetype"), url("../webfonts/Ambit-Regular.svg#Ambit-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.btn-light {
  color: #3C3C3C;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #3C3C3C;
  padding: 4px 4px 4px 15px !important;
  font-size: 16px;
  font-weight: 600;
  transition: all ease-in-out 0.4s;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
.btn-light i {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background-color: #D4FF00;
  color: #3C3C3C;
  font-size: 14px;
  color: #3C3C3C;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  transition: all ease-in-out 0.4s;
}
.btn-light:hover {
  background-color: #D4FF00;
  color: #3C3C3C !important;
}
.btn-light:hover i {
  border-radius: 50%;
}

.btn-warning {
  color: #3C3C3C;
  background-color: #D4FF00;
  border-radius: 5px;
  border: 1px solid #D4FF00;
  padding: 4px 4px 4px 15px !important;
  font-size: 16px;
  font-weight: 600;
  transition: all ease-in-out 0.4s;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
.btn-warning i {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background-color: #3C3C3C;
  color: #3C3C3C;
  font-size: 14px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  transition: all ease-in-out 0.4s;
}
.btn-warning:hover {
  background-color: #D4FF00 !important;
  border-color: #D4FF00 !important;
  color: #3C3C3C !important;
}
.btn-warning:hover i {
  border-radius: 50%;
}

body {
  font-family: "Ambit";
  color: #5C5C5C;
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 24px;
  background: #fff;
  font-weight: 400;
  overflow-x: hidden;
  position: relative;
}

* {
  border: medium none;
  margin: 0;
  padding: 0;
}

h1, h2 {
  font-family: "Paytone One", sans-serif;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  outline: none !important;
}

a:hover {
  text-decoration: none;
  outline: none;
}

textarea {
  resize: none;
}

p {
  line-height: 28px;
  font-size: 16px;
  font-weight: 400;
  color: #5B5959;
  margin: 0;
}

.mt-8 {
  margin-top: 80px !important;
}

/*#######################*/
.head-top {
  background-color: #D4FF00;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}
.head-top p {
  font-size: 17px;
  font-weight: 600;
  color: #4A67F9;
  margin: 0;
  text-align: center;
  border-right: 1px solid #4A67F9;
  line-height: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.head-top p img {
  width: auto !important;
  margin-left: 6px;
}

.head-mid {
  padding: 20px 0;
  background-color: #3C3C3C;
}
.head-mid .logo {
  width: 280px;
  margin-right: 30px;
}
.head-mid .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.head-mid .top-srch {
  position: relative;
  width: 100%;
}
.head-mid .top-srch input[type=text] {
  background: #fff;
  border: none;
  border-radius: 4px;
  color: #3C3C3C;
  font-size: 17px;
  font-weight: 600;
  height: 45px;
  line-height: 1;
  margin: 0;
  outline: medium none;
  padding: 5px 40px 5px 15px;
  width: 100%;
}
.head-mid .top-srch input[type=text]::-moz-placeholder {
  color: #3C3C3C;
  opacity: 1;
}
.head-mid .top-srch input[type=text]::placeholder {
  color: #3C3C3C;
  opacity: 1;
}
.head-mid .top-srch input[type=text]::-ms-input-placeholder {
  color: #3C3C3C;
}
.head-mid .top-srch .search-icon {
  background-color: #D4FF00;
  color: #3C3C3C;
  border: 0 none;
  font-size: 16px;
  height: 40px;
  padding: 0;
  position: absolute;
  right: 3px;
  top: 2px;
  width: 40px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-fixed {
  z-index: 100;
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 5px 8px 0 rgba(0, 0, 0, 0.14), 0 1px 14px 0 rgba(0, 0, 0, 0.12);
  animation: smoothScroll 1s forwards;
}

/*####### animation #########*/
@keyframes smoothScroll {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
/*####### animation end #########*/
.action-wrap {
  margin-left: 30px;
  width: 44%;
}
.action-wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  align-items: center;
  margin-bottom: 0px;
}
.action-wrap ul li {
  padding: 0px 10px;
  position: relative;
}
.action-wrap ul li a {
  position: relative;
  font-size: 16px;
}
.action-wrap ul li a i {
  font-size: 24px;
  color: #fff;
}
.action-wrap ul li .cart {
  position: relative;
}
.action-wrap ul li .cart .count {
  position: absolute;
  right: -10px;
  top: -15px;
  width: 18px;
  height: 18px;
  background-color: #D4FF00;
  color: #3C3C3C;
  text-align: center;
  font-size: 11px;
  border-radius: 50%;
  line-height: 19px;
}
.action-wrap .language {
  padding: 0 12px;
  color: #fff !important;
  border: none;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-radius: 0 !important;
  line-height: 18px;
}
.action-wrap .currency {
  padding: 6px 10px;
  color: #fff !important;
  border: 1px solid #fff;
  border-radius: 25px !important;
  line-height: 18px;
}
.action-wrap .currency:after {
  margin-left: 1.255em;
}
.action-wrap .currency:hover {
  border: 1px solid #fff;
}
.action-wrap .dropdown-menu {
  display: none;
}
.action-wrap .dropdown-menu.show {
  display: block !important;
}

.popup-overlay {
  position: absolute;
  top: 100%;
  right: 0;
  width: 460px;
  background: white;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  display: none;
  margin-top: 5px;
}
.popup-overlay:before {
  content: "";
  position: absolute;
  top: -8px;
  right: 13px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid white;
}
.popup-overlay .signin-section {
  background: #f7f7f7;
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.popup-overlay .signin-section .signin-btn {
  background: #ffd814;
  border: 1px solid #fcd200;
  border-radius: 3px;
  padding: 8px 0;
  width: 100% !important;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s;
  display: inline-block;
  color: #010101;
}
.popup-overlay .signin-section .signin-btn:hover {
  background: #f7ca00;
}
.popup-overlay .signin-section .new-customer {
  margin-top: 10px;
  font-size: 12px;
  color: #666;
}
.popup-overlay .signin-section .new-customer a {
  color: #0066c0;
  text-decoration: none;
}
.popup-overlay .signin-section .new-customer a:hover {
  text-decoration: underline;
}
.popup-overlay .popup-content {
  display: flex;
  padding: 0;
}
.popup-overlay .popup-content .lists-section, .popup-overlay .popup-content .account-section {
  flex: 1;
  padding: 10px;
}
.popup-overlay .popup-content .lists-section .section-title, .popup-overlay .popup-content .account-section .section-title {
  font-size: 16px;
  font-weight: bold;
  color: #111;
  margin-bottom: 8px;
}
.popup-overlay .popup-content .lists-section .menu-item, .popup-overlay .popup-content .account-section .menu-item {
  display: block;
  color: #111;
  text-decoration: none;
  padding: 4px 0;
  font-size: 13px;
  border-bottom: none;
  transition: color 0.2s;
}
.popup-overlay .popup-content .lists-section .menu-item:hover, .popup-overlay .popup-content .account-section .menu-item:hover {
  color: #c7511f;
}
.popup-overlay .popup-content .lists-section .menu-item:not(:last-child), .popup-overlay .popup-content .account-section .menu-item:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.popup-overlay .popup-content .lists-section {
  border-right: 1px solid #ddd;
}

.navbar {
  padding: 0;
}

.navbar-nav {
  position: relative;
  width: 100%;
  justify-content: space-between;
}
.navbar-nav li {
  position: relative;
  padding: 0px;
}
.navbar-nav li a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 0 !important;
  transition: all ease-in-out 0.4s;
}
.navbar-nav li:hover a, .navbar-nav li.active a {
  color: #D4FF00;
}

.banner {
  position: relative;
}
.banner .banner-inner-section {
	position: relative;
	height: 750px;
	overflow: hidden;
}
.banner .banner-inner-section img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .banner-inner-section .banner-txt {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.banner .banner-inner-section .banner-txt h2 {
  font-size: 92px;
  margin: 0;
  color: #fff;
  padding: 0;
  line-height: 86px;
}
.banner .banner-inner-section .banner-txt h2 span {
  display: block;
  color: #D4FF00;
  position: relative;
}
.banner .banner-inner-section .banner-txt h2 span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -28px;
  background: url(../images/line.png) no-repeat;
  width: 260px;
  height: 20px;
  background-size: 100%;
}
.banner .banner-inner-section .banner-txt p {
  color: #fff;
  margin: 35px 0 0;
}
.banner .banner-slider .owl-item.active .banner-txt h2 {
  animation: slide-top 1.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both;
}
.banner .banner-slider .owl-item.active .banner-txt p {
  animation: slide-top 1.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s both;
}
.banner .banner-slider .owl-item.active .banner-txt .btn-light {
  animation: slide-top 1.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.9s both;
}
@keyframes slide-top {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
.banner-slider .owl-dots {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  display: flex;
  flex-direction: column;
}
.banner-slider .owl-dots .owl-dot {
  margin: 9px 0;
  position: relative;
  border: none;
  padding: 2px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}
.banner-slider .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  display: block;
}
.banner-slider .owl-dots .owl-dot.active {
  border: 1px solid #fff;
}

.text-slider-sec {
  background-color: #D4FF00;
  padding: 10px 0;
}
.text-slider-sec .scroll-txt-prt p {
  color: #4A67F9;
  font-size: 17px;
  font-weight: 700;
  padding-left: 35px;
  position: relative;
  display: flex;
  align-items: center;
}
.text-slider-sec .scroll-txt-prt p:after {
  content: "";
  position: absolute;
  background: url(../images/ico.png) no-repeat;
  width: 21px;
  height: 17px;
  background-size: 100%;
  left: 0;
}

.main-wrap {
  padding: 70px 0;
}

.main-title {
  font-size: 60px;
  color: #3C3C3C;
  margin: 0;
  padding: 0;
  text-align: center;
  position: relative;
}
.main-title:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -25px;
  background: url(../images/line.png) no-repeat;
  width: 287px;
  height: 22px;
  background-size: 100%;
  transform: rotateY(140deg);
}

.journey-title:after {
  left: 39%;
  bottom: -18px;
}

.best-title:after {
  left: 44%;
  transform: rotateY(158deg);
}

.cate-lst {
  display: flex;
  justify-content: space-between;
}
.cate-lst .cate-bx {
  width: 19%;
  position: relative;
  height: 250px;
  overflow: hidden;
}
.cate-lst .cate-bx img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cate-lst .cate-bx .cate-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 90%;
  top: 15px;
}
.cate-lst .cate-bx .cate-title h3 {
  color: #3C3C3C;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
.cate-lst .cate-bx .cate-title a {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background-color: #D4FF00;
  color: #3C3C3C;
  font-size: 14px;
  color: #3C3C3C;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #3C3C3C;
}

.price-bx {
  border-radius: 24px;
  border: 1px solid #EDEDED;
  background: #FFF;
  padding: 25px;
  transition: all ease-in-out 0.5s;
}
.price-bx h4 {
  color: #3C3C3C;
  font-size: 32px;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
.price-bx h3 {
  color: #3C3C3C;
  font-size: 70px;
  font-weight: 700;
  margin: 15px 0 0;
  padding: 0;
}
.price-bx h3 sub {
  color: #635E5E;
  font-size: 22px;
  font-weight: 400;
  bottom: 0;
}
.price-bx h5 {
  color: #3C3C3C;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
.price-bx .tag {
  color: #3C3C3C;
  font-size: 18px;
  font-weight: 600;
  padding: 8px 20px;
  border: 1px solid #3C3C3C;
  border-radius: 8px;
  display: inline-block;
}
.price-bx ul {
  margin: 20px 0 0;
  padding: 0;
}
.price-bx ul li {
  font-size: 17px;
  font-weight: 400;
  color: #666464;
  padding-left: 25px;
  position: relative;
  display: flex;
  align-items: center;
  margin: 12px 0;
}
.price-bx ul li:before {
  content: "\f00c";
  font-family: Fontawesome;
  position: absolute;
  left: 0;
  font-size: 12px;
  color: #3C3C3C;
  background-color: #D4FF00;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
}
.price-bx:hover {
  margin-top: -45px;
  background-color: #F9FBEF;
}

.title-prt {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.title-prt h2 {
  font-size: 56px;
  font-weight: 700;
  color: #3C3C3C;
  margin: 0;
  padding: 0;
  position: relative;
  display: inline-block;
}
.title-prt h2:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -25px;
  background: url(../images/line.png) no-repeat;
  width: 287px;
  height: 22px;
  background-size: 100%;
  transform: rotateY(140deg);
}

.product-prt {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.pro-bx {
  text-align: center;
  width: 19%;
  margin-bottom: 25px;
  margin: 0 6px;
}
.pro-bx .pro-img {
  border: 1px dashed #A3A3A3;
  border-radius: 25px;
  position: relative;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 270px;
  position: relative;
}
.pro-bx .pro-img a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.pro-bx .pro-img .subscription-tag {
  position: absolute;
  font-weight: 400;
  left: 6px;
  top: 6px;
  font-size: 11px;
  color: #3C3C3C;
  background-color: #D4FF00;
  padding: 4px 8px;
  border-radius: 20px;
  line-height: 12px;
  text-align: left;
}
.pro-bx .pro-img .subscription-tag span {
  display: block;
  font-weight: 700;
}
.pro-bx .pro-img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.pro-bx h4 {
  font-size: 18px;
  font-weight: 700;
  color: #3C3C3C;
  margin: 0;
  padding: 0;
  min-height: 44px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pro-bx .rating {
  font-size: 17px;
  font-weight: 600;
  color: #4A67F9;
  margin: 10px 0 0;
  display: inline-flex;
  align-items: center;
}
.pro-bx .rating img {
  margin-right: 6px;
}
.pro-bx .price {
  font-size: 17px;
  font-weight: 600;
  color: #3C3C3C;
  margin: 10px 0 0;
  padding: 0;
  height: 44px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pro-bx .price span {
  font-weight: 400;
}

.food-wrap {
  background: url(../images/bg1.png) no-repeat;
  background-size: cover;
  overflow-x: hidden;
}
.food-wrap .rt-img {
  padding: 0;
}
.food-wrap .rt-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.food-wrap .lft-content {
  padding-right: 40px;
}
.food-wrap .lft-content h2 {
  font-size: 90px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  padding: 0;
}
.food-wrap .lft-content p {
  font-size: 18px;
  margin: 15px 0 0;
  color: #fff;
}
.food-wrap .lft-content span {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 25px;
  padding: 6px 12px;
  display: inline-block;
  margin: 15px 0 0;
}

.pro-slider .pro-bx {
  width: 100%;
}
.pro-slider .pro-bx .pro-img img {
  width: auto;
  display: inline-block;
}
.pro-slider .owl-dots {
  width: 90%;
  display: flex;
  margin-top: 40px;
}
.pro-slider .owl-dots .owl-dot {
  width: 100%;
  height: 2px;
  background-color: #ddd !important;
}
.pro-slider .owl-dots .owl-dot.active {
  background-color: #3C3C3C !important;
}

.slider .owl-nav {
  position: absolute;
  right: 0;
  bottom: -20px;
  display: flex;
  justify-content: center;
}
.slider .owl-nav button.owl-prev,
.slider .owl-nav button.owl-next {
  width: 40px;
  height: 40px;
  background-color: #F0F0F0;
  border-radius: 50%;
  margin: 0 5px;
  font-size: 18px;
  color: #000;
  transition: all ease-in-out 0.5s;
}
.slider .owl-nav button.owl-prev:hover,
.slider .owl-nav button.owl-next:hover {
  background-color: #3C3C3C;
  color: #fff;
}

.lft-add-bx {
  width: 56%;
  height: 550px;
  overflow: hidden;
  position: relative;
}
.lft-add-bx img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.overlay-txt {
  position: absolute;
  left: 10%;
  top: 10%;
  width: 35%;
}
.overlay-txt h2 {
  font-size: 48px;
  font-weight: 700;
  color: #FFDD9D;
  margin: 0;
  padding: 0;
}
.overlay-txt p {
  font-size: 18px;
  color: #fff;
  margin: 15px 0 0;
}

.rt-add-bx {
  width: 43%;
  height: 550px;
  overflow: hidden;
  position: relative;
}
.rt-add-bx img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.rt-add-bx .overlay-txt {
  width: 50%;
  left: 5%;
}
.rt-add-bx .overlay-txt h2 {
  color: #3C3C3C;
}
.rt-add-bx .overlay-txt p {
  color: #3C3C3C;
}

.scroll-txt-prt2 h2 {
  color: #3C3C3C;
  font-size: 50px;
  padding-left: 75px;
  position: relative;
  display: flex;
  align-items: center;
}
.scroll-txt-prt2 h2:after {
  content: "";
  position: absolute;
  background: url(../images/ico2.png) no-repeat;
  width: 59px;
  height: 49px;
  background-size: 100%;
  left: 0;
}

.order-wrap {
  position: relative;
  width: 100%;
  padding: 60px 0;
}
.order-wrap:after {
  position: absolute;
  content: "";
  left: 18%;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  width: 1000px;
  height: 400px;
  border-radius: 50%;
  border: 1px solid #D2D2D2;
  z-index: -1;
}

.img-prt {
  display: flex;
  flex-wrap: wrap;
}
.img-prt .img-bx {
  width: 25%;
  height: 500px;
  overflow: hidden;
}
.img-prt .img-bx img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all ease-in-out 0.5s;
}
.img-prt .img-bx:hover img {
  transform: scale(1.1);
}

.fst-order-bx h2 {
  font-size: 55px;
  font-weight: 700;
  color: #3C3C3C;
  margin: 0;
  padding: 0;
}
.fst-order-bx .fst-order-img {
  margin-top: 25px;
  border-radius: 15px;
  overflow: hidden;
}
.fst-order-bx .fst-order-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fst-order-content {
  position: relative;
  padding-left: 50px;
  width: 80%;
}
.fst-order-content p {
  color: #666464;
  font-size: 17px;
}

.float-img {
  border-radius: 12px;
  overflow: hidden;
  position: absolute;
  top: -200px;
  left: 36%;
  width: 210px;
  height: 152px;
}
.float-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.float-img2 {
  border-radius: 12px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -42%;
  width: 200px;
  height: 175px;
}
.float-img2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer {
  background-color: #D4FF00;
  position: relative;
}
.footer .f-top {
  border-bottom: 1px solid #3C3C3C;
}
.footer .f-top .border-right {
  border-right: 1px solid #3C3C3C;
}
.footer .f-top .news-title {
  color: #3C3C3C;
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 20px;
  padding: 0;
}
.footer .f-top .news-pera {
  color: #423E3E;
  margin: 15px 0 0;
  font-size: 18px;
}
.footer .f-top .newsletter-bx form {
  position: relative;
}
.footer .f-top .newsletter-bx form input[type=email] {
  background-color: #fff !important;
  border: 1px solid #3C3C3C;
  color: #3C3C3C;
  font-weight: 600;
  height: 50px;
  padding: 5px 110px 5px 10px;
  border-radius: 5px;
  width: 100%;
}
.footer .f-top .newsletter-bx form input[type=email]::-moz-placeholder {
  color: #3C3C3C;
  opacity: 1;
}
.footer .f-top .newsletter-bx form input[type=email]::placeholder {
  color: #3C3C3C;
  opacity: 1;
}
.footer .f-top .newsletter-bx form input[type=email]::-ms-input-placeholder {
  color: #3C3C3C;
}
.footer .f-top .newsletter-bx form .search-icon {
  font-size: 17px;
  font-weight: 700;
  color: #3C3C3C;
  padding: 11px 20px;
  border-radius: 0 4px 4px 0;
  background-color: #E4EAF5;
  position: absolute;
  right: 2px;
  top: 2px;
}
.footer .f-top .copyright {
  margin: 25px 0 0;
  font-size: 15px;
  color: #3C3C3C;
}
.footer .f-top .footer-title {
  color: #3C3C3C;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 20px;
  padding: 0;
}
.footer .f-top .footer-list {
  margin: 0;
  padding: 0;
}
.footer .f-top .footer-list li {
  font-size: 16px;
  margin: 0 0 10px;
  font-weight: 400;
  padding: 0;
}
.footer .f-top .footer-list li a {
  color: #3C3C3C;
  transition: all ease-in-out 0.3s;
}
.footer .f-top .f-contact {
  margin: 0;
  padding: 0;
}
.footer .f-top .f-contact li {
  float: none;
  margin-bottom: 10px;
}
.footer .f-top .f-contact li a {
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
}
.footer .f-top .f-contact li p {
  color: #3C3C3C;
  margin: 0;
}
.footer .f-top .social-lst {
  margin: 0;
  padding: 0;
  display: flex;
}
.footer .f-top .social-lst li {
  margin: 0 15px 0 0;
}
.footer .f-top .social-lst li i {
  font-size: 18px;
  color: #3C3C3C;
  transition: all ease-in-out 0.3s;
}
.footer .f-bttm {
  text-align: center;
}
.footer .f-bttm .logo-title {
  font-size: 300px;
  font-weight: 700;
  color: #3C3C3C;
  margin: 0;
  padding: 0;
  line-height: 300px;
}

.best-wrap {
  padding: 60px 0;
  background-color: #F8F8F8;
}

.inr-ban {
  position: relative;
  width: 100%;
  height: 350px;
  overflow: hidden;
}
.inr-ban img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.lft-cate-bx h3 {
  color: #222222;
  font-size: 22px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  position: relative;
}
.lft-cate-bx h3:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
  height: 1px;
  background-color: #C4C4C4;
  z-index: -1;
}
.lft-cate-bx ul {
  margin: 15px 0 0;
  padding: 0;
}
.lft-cate-bx ul li {
  font-size: 16px;
  color: #7B7B7B;
  margin: 0 0 10px;
  float: none;
  transition: all ease-in-out 0.3s;
}
.lft-cate-bx ul li a {
  color: #7B7B7B;
}
.lft-cate-bx ul li a.active {
  color: #3C3C3C;
  font-weight: bold;
}
.lft-cate-bx ul li:hover {
  color: #3C3C3C;
}

.sorting-name {
  color: #7B7B7B;
  margin-right: 10px;
  font-size: 17px;
  font-weight: 600;
}

.sorting-result {
  color: #222222;
  margin-right: 10px;
  font-size: 17px;
  font-weight: 600;
}
.short-by {
	display: flex;
	align-items: center;
}
.short-by .woocommerce-ordering {
	margin: 0 !important;
}
.short-by select {
  height: 35px;
  text-transform: capitalize;
  border: 1px solid #dedede;
  color: #232323;
  width: 245px;
  padding: 4px 8px;
}

.about-img {
  border-radius: 20px;
  overflow: hidden;
}
.about-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.abt-txt h5 {
  font-size: 24px;
  font-weight: 400;
  color: #D4FF00;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
.abt-txt h3 {
  font-size: 45px;
  font-weight: 700;
  color: #3C3C3C;
  margin: 0;
  padding: 0;
}
.abt-txt p {
  font-size: 17px;
  color: #000;
  margin: 15px 0 0;
  line-height: 32px;
}
.abt-txt ul {
  margin: 15px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.abt-txt ul li {
  font-size: 17px;
  font-weight: 600;
  color: #000;
  margin: 0 0 20px;
  padding-left: 28px;
  position: relative;
  display: flex;
  align-items: flex-start;
  width: 50%;
}
.abt-txt ul li:before {
  position: absolute;
  left: 0;
  content: "\f192";
  font-family: Fontawesome;
  font-size: 18px;
  color: #D4FF00;
}

.contact-title {
  font-size: 36px;
  font-weight: 400;
  color: #2E2D2D;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.contact-title span {
  font-weight: 700;
}

.get-pera {
  font-size: 16px;
  color: #717171;
  margin: 15px 0 0;
  padding: 0 40px 0 0;
}

.f-contact2 {
  margin: 18px 0 0;
  padding: 0;
}
.f-contact2 li {
  float: none;
  margin-bottom: 25px;
}
.f-contact2 li img {
  float: left;
  margin-right: 12px;
}
.f-contact2 li p {
  margin: 0;
  padding: 0;
  color: #2e2c2c;
  font-weight: 500;
  line-height: 24px;
  font-size: 19px;
  overflow: hidden;
}
.f-contact2 li a {
  color: #2e2c2c;
  font-size: 19px;
  font-weight: 600;
}

.rd-mailform .form-group {
  margin-bottom: 10px;
}
.rd-mailform .form-group .form-control {
  border-radius: 0;
  height: 50px;
  border: 1px solid #ADADAD;
}
.rd-mailform .form-group textarea.form-control {
  border-radius: 0;
  height: 150px;
}

.map-bx iframe {
  width: 100%;
  height: 460px;
  overflow: hidden;
  border: none;
}

.back2top {
  position: fixed;
  right: 25px;
  bottom: 25px;
  width: 50px;
  height: 50px;
  background-color: #4A67F9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 99;
}
.back2top i {
  font-size: 20px;
  color: #fff;
}/*# sourceMappingURL=style.css.map */


/* spinner start */

.rd-mailform .submitting .form-spinner {
    visibility: visible;
}
.rd-mailform .form-spinner {
    visibility: visible;
    visibility: hidden;
    display: inline-block;
    background-color: #c6c8ca;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 10px;
    position: relative;
    vertical-align: middle;
}
.rd-mailform .form-spinner::before {
    content: '';
    position: absolute;
    background-color: #424242;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes identifier {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.wpcf7-response-output {
    /* color: rgba(var(--white-color), 1) !important; */
    font-size: 15px;
    margin-top: 16px !important;
}

/* spinner end */

.member-wrap{
  padding: 60px 0;
  background-color: #fff;
}


/*########### woocommerce Dashboard part ##########*/

.woocommerce-MyAccount-navigation{
	background-color: #EFEFEF;
	padding:15px;
	border-radius:8px;
	}
.woocommerce-MyAccount-navigation ul {
	border-right: none;
}	
.woocommerce-MyAccount-navigation ul li {
	padding: 10px 0;
	border-bottom: 1px solid #BCBCBC;
	font-size: 15px;
	position: relative;
	font-weight: 400;
}
.woocommerce-MyAccount-navigation ul li:before{
	content:"\f178";
	font-family: Fontawesome;
	left:0;
	top:4px;
	font-size: 15px;
	color:#a7a6a6;
	}
.woocommerce-MyAccount-navigation ul li a{
	color: #5B5B5B;
	}
.woocommerce-account .addresses .title .edit {
	padding: 4px 10px;
	background-color: #000;
	color: #D4FF00;
	border-radius: 4px;
}
.woocommerce-EditAccountForm {
	padding: 15px;
	background-color: #EFEFEF;
	}
.woocommerce-MyAccount-content {
	padding: 15px;
	background-color: #EFEFEF;
}
.woocommerce-Address {
	background-color: #fff;
	padding: 15px;
	margin: 20px 0 0;
}
.woocommerce-account .addresses .title h3 {
	color: #000;
	font-weight: 600;
	font-size: 22px;
}


/*########### End woocommerce Dashboard part ##########*/

/* .woocommerce-product-gallery__image {
	padding: 50px;
	height: 500px;
	overflow: hidden;
  background-color: #f2f2f2;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image a {
	display: inline !important;
}
.woocommerce-product-gallery__image img{
	width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}

.woocommerce .flex-control-nav.flex-control-thumbs {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
} */

.wcgs-carousel .spswiper-slide {
	height: 550px;
	background-color: #f2f2f2;
  padding: 50px;
  border: 1px dashed #A3A3A3;
  border-radius: 25px;
}
.wcgs-carousel .wcgs-slider-image {
	width: 100%;
	height: 100%;
}
.wcgs-carousel .wcgs-slider-image img{
	width: 100%;
	height: 100% !important;
  object-fit: contain;
}


.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price{
	font-size: 1.75em;
	margin: 15px 0;
	font-weight: 600;
}
.woocommerce div.product form.cart div.quantity {
	margin: 0 10px 0 0;
	border: 1px solid #ddd;
	padding: 4px;
	border-radius: 5px;
}
.woocommerce .cart .button, .woocommerce .cart input.button {
	background-color: #D4FF00 !important;
	color: #000 !important;
	border-radius: 5px;
}
label {
	width: 100%;
	margin: 0 0 8px;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="tel"] {
  border: 1px solid #ddd;
  padding: 6px 15px;
  height: 40px;
  width: 100%;
}
.comment-form textarea{
  border: 1px solid #ddd;
  padding: 8px 15px;
  width: 100%;
  height: 150px;
}
.comment-form input[type="submit"]{
  background-color: #000 !important;
	color: #D4FF00 !important;
}
.related .tinvwl-icon-heart{
  display: none;
}
.product-content h4 {
	margin: 0 0 15px;
	height: 42px;
}
.product-content .price {
	display: block;
}
.add_to_cart_button {
	background-color: #000 !important;
	color: #D4FF00 !important;
	border-radius: 5px !important;
  padding: 12px 25px !important;
  margin: 12px 0 0 !important;
  display: inline-block;
}
.woocommerce button.button:hover, #send_otp_btn {
	background-color: #010101 !important;
	color: #fff !important;
}
.is-large.wc-block-cart {
	margin-top: 3em;
}
.is-large.wc-block-cart .wc-block-cart-items {
	border: 1px solid hsla(0,0%,7%,.11);
}
.is-large.wc-block-cart .wc-block-cart-items th {
	padding: 8px 16px !important;
	font-size: 16px;
	color: #000;
}
.wc-block-components-product-name {
	font-size: 1.2em;
	color: #000;
	font-weight: 600;
}
.wc-block-cart .wp-block-woocommerce-cart-order-summary-block {
	border: 1px solid hsla(0,0%,7%,.11);
}
.wc-block-cart .wc-block-cart__totals-title {
	font-size: 1.2rem !important;
	padding: 8px 16px !important;
	color: #000 !important;
}
.wc-block-components-totals-wrapper {
	padding: 16px 16px !important;
}
.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
	border-radius: 5px;
	background-color: #000;
  color: #D4FF00 !important;
}
.wc-block-cart__submit-button {
	background-color: #000;
	color: #fff;
	font-size: 18px;
  font-weight: 600;
}
.wc-block-cart__submit-button:hover {
	background-color: #000;
	color: #D4FF00;
}
.wc-block-checkout__form {
  border-radius: 10px;
	background-color: #f2f2f2;
	padding: 20px;
}
.yay-currency-checkout-notice, .yay-currency-checkout-notice-admin {
	padding: 10px;
	margin: 40px 0 20px;
}
.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
	background-color: #000;
	color: #fff;
	font-size: 18px;
}

.gt_float_switcher .gt-selected .gt-current-lang {
	padding: 0 !important;
  color: #fff !important;
	font-weight: normal !important;
	font-size: 16px !important;
}
.gt_float_switcher .gt-selected {
	background-color: transparent !important;
}
.gt_float_switcher {
	color: #fff !important;
	box-shadow: none !important;
	background: transparent !important;
}
.gt_float_switcher .gt_options {
	position: absolute !important;
	background-color: #fff !important;
  width: 120px;
}
.gt_float_switcher .gt_options a {
	padding: 5px !important;
  display: flex;
  align-items: center;
}
.gt_float_switcher img {
	width: 22px !important;
}
.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
	transform: rotate(0) !important;
}

.yay-currency-custom-select__trigger {
	color: #fff !important;
	height: auto !important;
	line-height: auto !important;
	background: transparent !important;
	border: none !important;
	border-radius: 0 !important;
}
.yay-currency-custom-select__trigger:hover {
	border: none !important;
}
/* .yay-currency-single-page-switcher {
	margin-bottom: 0 !important;
} */
.woocommerce-Button.button{
  background-color: #000 !important;
	color: #D4FF00 !important;
}
.woocommerce-button{
  background-color: #000 !important;
	color: #D4FF00 !important;
  margin-right: 5px !important;
}
input[type="submit"]{
  background-color: #000 !important;
	color: #D4FF00 !important;
}
.has-text-align-center {
	margin-bottom: 40px;
}
.wc-block-grid__product .wc-block-grid__product-title {
	margin: 12px 0 !important;
	font-size: 18px;
	color: #3C3C3C;
  min-height: 44px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.wc-block-grid__product .wc-block-grid__product-image {
	height: 250px;
	display: flex !important;
	align-items: center;
}
.wc-block-grid__product .wc-block-grid__product-image img{
	width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}
.woocommerce-Price-amount.amount{
  font-size: 1.45rem !important;
  color: #3c3c3c;
}
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
	font-size: 1.40em !important;
	font-weight: 600;
}
.wc-block-grid__products .tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button {
	margin-top: 0 !important;
	font-size: 15px;
	color: #000;
}
.wc-block-grid__products .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart::before {
	color: #D4FF00 !important;
}
.tinv-wishlist table td, .tinv-wishlist table th {
	border: 1px solid #ddd;
}
.product-name a{
  font-size: 16px;
  color: #000;
}
.tinv-wishlist .product-action {
	width: 160px !important;
}
.product-action .button, button[type="submit"], #send_otp_btn {
  background-color: #000 !important;
  color: #D4FF00 !important;
}

.user-ac:hover .popup-overlay {
  display: block;
}

/* ########### 20-08-2025 ########## */

.wcsatt-options-product-dropdown {
    height: 40px;
    border: 1px solid #ddd;
    padding: 8px 16px 8px 8px;
    border-radius: 5px;
}
.tinv-wraper.tinv-wishlist {
	display: inline-flex;
	align-items: center;
}
.tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button {
	margin-top: 0;
	width: 34px;
	height: 34px;
	background-color: #000;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 10px;
	color: #D4FF00;
}
.tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button:before{
  margin: 0 !important;
}
span.tinvwl_add_to_wishlist-text {
    display: none;
}
td.product-price {
	width: 22%;
}
ul.wcsatt-options.overrides_exist {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.woocommerce ul.wcsatt-options li {
	margin: 0 10px 10px 0;
	padding: 5px 8px;
	background-color: #ddd;
	border-radius: 6px;
  width: 100%;
}
.woocommerce-cart table.cart img {
	width: 60px;
}
.woocommerce ul.wcsatt-options li span{
	color: #000;
}
.woocommerce ul.wcsatt-options li span.woocommerce-Price-currencySymbol{
	color: #646363;
}
li.one-time-option {
	width: 100%;
	background-color: #000 !important;
}
li.one-time-option span{
	color: #D4FF00 !important;
}
.woocommerce ul.wcsatt-options li label {
	margin: 0;
	display: flex;
	align-items: center;
}
.woocommerce-Price-amount.amount {
	font-size: 1.05rem !important;
}
li span.subscription-option-details{
	padding-left: .5em;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	background-color: #000;
  color: #D4FF00;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
	background-color: #000;
  color: #D4FF00;
}
.coupon label {
	display: none;
}
.woocommerce-cart table.cart td.actions .coupon .input-text{
	width: 200px;
}
td.product-quantity .quantity .qty {
	width: 4.631em;
	padding: 6px;
	border: 1px solid #ddd;
	border-radius: 6px;
}
.woocommerce-cart-form__contents th {
	background-color: #000;
	color: #D4FF00;
}
.related.products .tinv-wraper.tinv-wishlist {
	display: none;
}

.custom-login-tabs .tab-nav { display:flex; list-style:none; margin: 22px 0 0; }
.custom-login-tabs .tab-nav li { margin-right:10px; }
.custom-login-tabs .tab-nav li a {
	padding: 8px 15px;
	display: block;
	background: #f2f2f2;
	border-radius: 5px;
	color: #000;
}
.custom-login-tabs .tab-nav li.active a {
  background:#000;
  color:#D4FF00;
}
.tab-pane {
  display:none;
}
.tab-pane.active {
  display:block;
}
#otp_login_form input[type="tel"],
#otp_login_form input[type="text"] {
  padding: 4px 8px;
  border: 1px solid #000;
  height: 35px;
  border-radius: 5px;
}


/*Am*/
.bundled_product_summary .bundled_product_images figure {
	height: auto;
	border: 1px dashed #A3A3A3;
	border-radius: 25px;
	position: relative;
	padding: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 224px;
	position: relative;
	background-color: transparent;
}
.bundled_product_title_inner {
	font-size: 16px;
	font-weight: 700;
	color: #3C3C3C;
	margin: 0;
	padding: 0;
	min-height: 44px;
	line-height: inherit;
}
.woocommerce-product-gallery__image {
	background-color: transparent;
	border: 1px dashed #A3A3A3;
	border-radius: 25px;
}
.woocommerce div.product h1.product_title {
	font-size: 40px;
	color: #3C3C3C;
}
/* .woocommerce-product-gallery__image img {
	max-height: 350px !important;
}
.woocommerce-product-gallery__image {
	max-height: 440px;
} */
.bundled_product_title_link {
	margin: 0px 0 0 !important;
}
.bundled_product_permalink {
	background-color: transparent; !important;
	color: #D4FF00 !important;
	border-radius: 5px !important;
	padding: 12px 25px !important;
	margin: 12px 0 0 !important;
	width: 100%;
	display: block;
	text-align: center;
}
.bundled_product_summary .bundled_product_title a.bundled_product_permalink {
  width: 1rem !important;
}
.bundled_product_summary .bundled_product_title a.bundled_product_permalink::before {
	left: 50% !important;
}
.bundled_product_optional_checkbox {
	display: flex;
	justify-content: space-around;
	border-bottom: 1px solid #ccc;
	padding: 5px 0 !important;
  align-content: baseline;
}
.bundled_product_optional_checkbox .price{
  margin-bottom: 0 !important;
}
.cart.bundle_data {
	background: #f9ffd4;
	padding: 15px;
}
@media (min-width:1024px) {
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 38%;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 58%;
}     
}

/* ########### 29-08-2025 - biman ############# */

.bundled_product_title.product_title {
	margin-top: 10px !important;
	overflow: hidden;
  display: flex;
  display: -webkit-flex;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 40px;
	text-align: left;
  justify-content: space-between;
}
.bundled_product_permalink {
	padding: 0 !important;
	margin: 0 !important;
	display: flex;
	width: 30px;
	height: 30px;
	align-items: center;
	justify-content: center;
}
.bundled_product_summary .bundled_product_title a.bundled_product_permalink::before {
	position: static !important;
	-ms-transform: translateY(0%) !important;
	transform: translateY(0%) !important;
}

.bundled_products li {
	width: 31.75% !important;
  margin: 0 1.5% 2.992em 0 !important;
}
.bundled_product_summary .bundled_product_optional_checkbox span {
	font-size: 13px !important;
}
.bundled_product .cart .variations tr{
	border: 1px solid #ddd !important;
	display: flex !important;
	align-items: center;
  padding: 5px !important;
}
.bundle_form table.variations td.value {
	padding: 0 !important;
	display: flex !important;
	align-items: center;
}
.variations select {
	min-width: 145px !important;
	padding-right: 1em !important;
	background-position: calc(100% - 0px) 50% !important;
	-webkit-background-position: calc(100% - 0px) 50% !important;
}
.bundled_product .cart .variations a.reset_variations {
	margin: 0 !important;
}
.variations .label label {
	margin: 0 !important;
}
.tinvwl_button_view{
  background-color: #000 !important;
	color: #D4FF00 !important;
}
.tinvwl_button_close{
  background-color: #000 !important;
	color: #D4FF00 !important;
}
.comment-form-cookies-consent {
	margin: 0;
	display: flex;
	align-items: center;
}
.comment-form-cookies-consent label {
	margin: 0 0 0 8px;
}
.search-results .product-prt {
	justify-content: center;
	gap: 20px;
}




#wpgs-gallery.wcgs-woocommerce-product-gallery {
	width: 42% !important;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	max-width: calc(58% - 30px) !important;
}
.woocommerce a.added_to_cart.wc-forward {
	padding: 8px 15px;
	border-radius: 5px;
	background-color: #D4FF00;
	color: #000;
  margin-left:10px;
}

.button.continue-shopping {
	margin-bottom: 15px !important;
	background-color: #D4FF00 !important;
	color: #000 !important;
	border-radius: 5px !important;
}

/*Ajax search css start*/
 
#search-results {
    position: absolute;
    background: #fff;
    /* border: 1px solid #ddd; */
    width: 100%;
    z-index: 999;
}
#search-results ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#search-results li {
    padding: 8px;
    border-bottom: 1px solid #eee;
}
#search-results li:hover {
    background: #f5f5f5;
}
 
/*Ajax search css end*/

.woocommerce a.remove {
  border-radius: 5px;
}
.woocommerce-Price-amount.amount bdi{
	font-weight: 700;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border-radius: 10px;
  background-color: #fff;
}
.login label,
.register label {
  margin: 0 0 4px;
}
.form-check label {
  margin: 0;
}

.woocommerce ul.wcsatt-options li.selected {
  background-color: #D4FF00;
}
.woocommerce ul.wcsatt-options li.selected span {
  color: #000;
}


.CountryCode-box {
    width: 160px;
}
.PhInput-box {
    width: calc(100% - 260px);
}
.CountryCode-box select#country_code {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    min-height: 35px;
    padding-right: 24px;
    font-size: 14px;
}
.PhInput-box input#otp_phone {
    border-radius: 0px;
    font-size: 15px;
}
button#send_otp_btn {
    min-height: 35px;
}




@media (max-width: 767.98px) {
  #filterForm {
    justify-content: space-around !important;
  }
  .form-check.mt-3 {
      border-bottom: 1px solid #e7e7e7;
      font-size: 14px;
  }
  .pro-bx .rating {
      margin: 0;
      width: auto !important;
  }
  .pro-bx .pro-img {
    height: 190px !important;
  }
  .pro-bx h4 {
    min-height: auto !important;
    height: auto !important;
  }
  .pro-bx .price {
    height: auto !important;
  }
  .bundled_product_optional_checkbox {
    justify-content: flex-start !important;
    gap: 10px !important;
  }
  .bundled_product_title.product_title {
    height: auto !important;
  }
  .bundled_product_title_inner {
    min-height: auto !important;
  }
  .f-contact2 li p {
    font-size: 16px !important;
  }
  .wishlist_table.mobile li {
    margin-bottom: 15px;
    border-bottom: 1px solid #333;
    padding-bottom: 15px;
  }
  #search-results {
    position: relative;
    top: 3px;
  }
  .short-by select {
    width: 294px !important;
  }
}
@media (max-width: 991px) {
  .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: none;
      width: 100%;
  }
}
@media (max-width: 479px) {
  .PhInput-box {
    width: calc(100% - 160px);
  }
  .PhInput-box input#otp_phone {
    border-top-right-radius: var(--wc-form-border-radius);
    border-bottom-right-radius: var(--wc-form-border-radius);
  }
  .SendOtp-box .opacity-0 {
    display: none !important;
  }
  .SendOtp-box {
    margin-top: 16px;
  }
}
@media (max-width: 375px) {
  .CountryCode-box {
    width: 100%;
  }
  .CountryCode-box select#country_code {
    border-top-right-radius: var(--wc-form-border-radius);
    border-bottom-right-radius: var(--wc-form-border-radius);
    font-size: 13px;
  }
  .PhInput-box input#otp_phone {
    border-top-left-radius: var(--wc-form-border-radius);
    border-bottom-left-radius: var(--wc-form-border-radius);
  }
  .PhInput-box {
    width: 100%;
  }
}

.page-id-143 .select2-container--default .select2-selection--single {
    height: 35px;
    border-radius: 0;
}

.page-id-143 .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: normal;
}

.product_meta {
  display: none;
}

.related.products .pro-img .wishlist{
  display: none;
}