/* Theme Default */
a {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0
}

button {
  border: 0;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.rounded-bottom-2 {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px
}

.gshop-title mark .border-line,
.gshop-title .mark .border-line {
  bottom: -6px
}

.gradient-spacer {
  height: 1px;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%)
}

.gradient-spacer-2 {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(11.52%, rgba(255, 229, 206, 0)), color-stop(39.53%, #FFE5CE), color-stop(89.31%, rgba(255, 229, 206, 0)));
  background-image: linear-gradient(90deg, rgba(255, 229, 206, 0) 11.52%, #FFE5CE 39.53%, rgba(255, 229, 206, 0) 89.31%);
  width: 100%;
  height: 2px
}

input {
  outline: 0
}

.theme-checkbox {
  width: 16px;
  height: 16px;
  position: relative
}

.theme-checkbox input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2
}

.theme-checkbox input:checked~.checkbox-field {
  color: #fff;
  background-color: var(--color_primary);
  border-color: var(--color_primary)
}

.theme-checkbox .checkbox-field {
  width: 100%;
  height: 100%;
  background-color: #fafafa;
  position: absolute;
  border: 1px solid #cfcfcf;
  border-radius: 2px;
  font-size: 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fafafa
}

.theme-select {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  padding: 16px 32px 16px 16px
}

.theme-select:focus {
  border-color: #e9e9e9;
  -webkit-box-shadow: none;
  box-shadow: none
}

.theme-select.select-sm {
  padding: 10px 32px 10px 12px
}

.list-style-type-disc {
  list-style-type: disc;
  padding-left: 20px
}

hr {
  border: 0;
  border-bottom: 2px solid #f4f4f4
}

.theme-radio {
  position: relative;
  width: 18px;
  height: 18px
}

.theme-radio input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0
}

.theme-radio input:checked~.custom-radio::before {
  opacity: 1
}

.theme-radio .custom-radio {
  width: 100%;
  height: 100%;
  display: block;
  border: 1px solid #191d28;
  border-radius: 50%;
  position: relative
}

.theme-radio .custom-radio::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: var(--color_primary);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  opacity: 0
}

.theme-input {
  padding: 15px 24px;
  border-radius: 4px;
  border: 1px solid #e4e4e4;
  width: 100%
}

.theme-input::-webkit-input-placeholder {
  color: rgba(93, 99, 116, .5)
}

.theme-input::-moz-placeholder {
  color: rgba(93, 99, 116, .5)
}

.theme-input:-ms-input-placeholder {
  color: rgba(93, 99, 116, .5)
}

.theme-input::-ms-input-placeholder {
  color: rgba(93, 99, 116, .5)
}

.theme-input::placeholder {
  color: rgba(93, 99, 116, .5)
}

.hover-primary:hover {
  color: var(--color_primary) !important
}

.hover-secondary:hover {
  color: var(--color_secondary) !important
}

body {
  font-family: "Inter", sans-serif
}

.pt-80 {
  padding-top: 80px
}

.pt-100 {
  padding-top: 100px
}

@media(max-width: 767.98px) {
  .pt-100 {
    padding-top: 60px
  }
}

.pt-120 {
  padding-top: 120px
}

@media(max-width: 767.98px) {
  .pt-120 {
    padding-top: 70px
  }
}

.pb-80 {
  padding-bottom: 80px
}

@media(max-width: 767.98px) {
  .pb-80 {
    padding-bottom: 50px
  }
}

.pb-100 {
  padding-bottom: 100px
}

@media(max-width: 767.98px) {
  .pb-100 {
    padding-bottom: 60px
  }
}

.ptb-100 {
  padding: 100px 0
}

@media(max-width: 767.98px) {
  .ptb-100 {
    padding: 60px 0
  }
}

.ptb-120 {
  padding: 120px 0
}

@media(max-width: 767.98px) {
  .ptb-120 {
    padding: 70px 0
  }
}

.pb-120 {
  padding-bottom: 120px
}

@media(max-width: 767.98px) {
  .pb-120 {
    padding-bottom: 70px
  }
}

.pb-200 {
  padding-bottom: 200px
}

@media(max-width: 767.98px) {
  .pb-200 {
    padding-bottom: 150px
  }
}

.mt--40 {
  margin-top: -40px
}

.mt--50 {
  margin-top: -50px
}

.mt--60 {
  margin-top: -60px
}

.mt--90 {
  margin-top: -90px
}

.mt-10 {
  margin-top: 10px
}

.mt-80 {
  margin-top: 80px
}

.gshop-title mark .border-line,
.gshop-title .mark .border-line {
  left: 0;
  bottom: -5px
}

.z-1 {
  z-index: 1
}

.z-2 {
  z-index: 2
}

.z-5 {
  z-index: 5
}

.z--1 {
  z-index: -1
}

.gshop-subtitle {
  font-family: "Oleo Script", cursive
}

.bg-shade {
  background-color: #eef6eb
}

.rounded-btn {
  width: 35px;
  height: 35px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  color: #5d6374;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.rounded-btn svg path {
  fill: #5d6374;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.rounded-btn:hover {
  background-color: var(--color_primary);
  color: #fff
}

.rounded-btn:hover svg path {
  fill: #fff
}

.lh-0 {
  line-height: 0
}

@media(max-width: 991.98px) {
  .gheader {
    background-color: #fff;
    -webkit-box-shadow: 0px 14px 20px rgba(0, 4, 94, .04);
    box-shadow: 0px 14px 20px rgba(0, 4, 94, .04)
  }
}

.ghead-topbar {
  padding: 16px 0 48px 0
}

.topbar-info-right {
  gap: 48px
}

.topbar-info-right p+p::before {
  content: "";
  position: absolute;
  left: -24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background-color: #fff
}

.gshop-header-contact::before,
.gshop-navbar-right::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 80px;
  background-color: rgba(110, 179, 86, .1)
}
.header_fullwidth .ghead-topbar{
  padding-bottom: 14px;
}
.header_box .ghead-topbar{
  margin-bottom: -32px;
}
.gheader.header_box .gshop-navbar {
  /* margin-top: -32px; */
  -webkit-box-shadow: 0px 14px 20px rgba(0, 4, 94, .04);
  box-shadow: 0px 14px 20px rgba(0, 4, 94, .04);
  background-color: #fff;
}

@media(max-width: 991.98px) {
  .gshop-navbar {
    margin-top: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
  }
}

.gshop-navbar-right::before {
  left: -37px
}

@media(max-width: 991.98px) {
  .gshop-navbar-right::before {
    display: none
  }
}

.category-dropdown-box {
  position: absolute;
  top: 60px;
  left: 0;
  width: 500px;
  background-color: #fff;
  border: 1px solid var(--color_primary);
  border-radius: 4px;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.category-dropdown-box.active {
  top: 53px;
  opacity: 1;
  visibility: visible
}

@media(max-width: 991.98px) {
  .category-dropdown-box {
    left: -155px
  }
}

@media(max-width: 767.98px) {
  .category-dropdown-box {
    left: auto;
    right: 0;
    width: 320px;
    max-height: 325px;
    overflow-y: scroll
  }
}

@media(max-width: 480px) {
  .category-dropdown-box {
    right: -70px
  }
}

.category-dropdown-menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px
}

.category-dropdown-menu li {
  width: calc(50% - 8px)
}

.category-dropdown-menu li a {
  display: block;
  padding: 16px 24px;
  font-weight: 700;
  background-color: #fff;
  color: #191d28;
  font-size: 15px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border: 1px solid rgba(233, 233, 233, .6);
  border-radius: 4px
}

.category-dropdown-menu li a:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px)
}

@media(max-width: 767.98px) {
  .category-dropdown-menu li {
    width: 100%
  }
}

.gshop-navmenu ul li a {
  display: inline-block;
  padding: 24px 15px;
  font-weight: 500;
  color: #5d6374;
  font-size: 15px
}

.gshop-navmenu ul li a:hover {
  color: var(--color_primary)
}

.gshop-navmenu>ul>.has-submenu {
  position: relative
}

.gshop-navmenu>ul>.has-submenu>ul {
  position: absolute;
  left: 0;
  top: calc(100% + 6px);
  background-color: #fff;
  min-width: 200px;
  -webkit-box-shadow: 0px 14px 20px rgba(0, 4, 94, .04);
  box-shadow: 0px 14px 20px rgba(0, 4, 94, .04);
  border-radius: 0 0 4px 4px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.gshop-navmenu>ul>.has-submenu>ul.submenu-double-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 350px;
  grid-column-gap: 16px
}

.gshop-navmenu>ul>.has-submenu>ul.submenu-double-line li {
  width: calc(50% - 8px)
}

.gshop-navmenu>ul>.has-submenu>ul.submenu-double-line li+li a {
  border-top: 0
}

.gshop-navmenu>ul>.has-submenu>ul li+li a {
  border-top: 1px solid rgba(233, 233, 233, .3)
}

.gshop-navmenu>ul>.has-submenu>ul li a {
  padding: 12px 15px;
  display: block
}

.gshop-navmenu>ul>.has-submenu>ul li a:hover {
  padding-left: 20px
}

.gshop-navmenu>ul>.has-submenu>ul li.has-submenu {
  position: relative
}

.gshop-navmenu>ul>.has-submenu>ul li.has-submenu>ul {
  position: absolute;
  left: calc(100% + 6px);
  top: 0;
  min-width: 200px;
  background-color: #fff;
  -webkit-box-shadow: 0px 14px 20px rgba(0, 4, 94, .04);
  box-shadow: 0px 14px 20px rgba(0, 4, 94, .04);
  border-radius: 0 0 4px 4px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.gshop-navmenu>ul>.has-submenu>ul li.has-submenu:hover>ul {
  left: 100%;
  opacity: 1;
  visibility: visible
}

.gshop-navmenu>ul>.has-submenu:hover>ul {
  opacity: 1;
  visibility: visible;
  top: 100%
}

.gshop-header-icons {
  gap: 24px
}

.gshop-header-icons .header-icon {
  padding: 0
}

.gshop-header-icons .header-icon svg path {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.gshop-header-icons .header-icon:hover svg path {
  fill: var(--color_primary)
}

.gshop-header-user .user-menu-wrapper {
  position: absolute;
  top: calc(100% + 10px);
  left: -15px;
  width: 200px;
  padding-top: 25px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.gshop-header-user:hover .header-icon svg path {
  fill: var(--color_primary)
}

.gshop-header-user:hover .user-menu-wrapper {
  top: 100%;
  opacity: 1;
  visibility: visible
}

.gshop-header-search .dropdown-menu {
  min-width: 20rem;
  padding: 16px;
  -webkit-box-shadow: 0px 14px 20px rgba(0, 4, 94, .04);
  box-shadow: 0px 14px 20px rgba(0, 4, 94, .04);
  border-radius: 4px
}

.user-menu {
  background-color: #fff;
  -webkit-box-shadow: 0px 14px 20px rgba(0, 4, 94, .04);
  box-shadow: 0px 14px 20px rgba(0, 4, 94, .04);
  border-radius: 0 0 4px 4px
}

.user-menu li a {
  display: block;
  color: #5d6374;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 15px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.user-menu li a:hover {
  padding-left: 20px;
  color: var(--color_primary)
}

.cart-box-wrapper {
  position: absolute;
  min-width: 400px;
  top: calc(100% + 10px);
  padding-top: 25px;
  right: -50px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.apt_cart_box {
  background: #fff;
  -webkit-box-shadow: 0px 14px 20px rgba(0, 4, 94, .04);
  box-shadow: 0px 14px 20px rgba(0, 4, 94, .04);
  border-radius: 4px;
  padding: 30px 20px 30px 20px
}

.apt_cart_box .simplebar-track {
  right: -10px;
  width: 8px
}

.apt_cart_box ul {
  max-height: 300px
}

.apt_cart_box ul li {
  position: relative
}

.apt_cart_box ul li .thumb-wrapper {
  width: 90px
}

.apt_cart_box ul li .items-content h6,
.apt_cart_box ul li .items-content .h6 {
  font-size: 14px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.apt_cart_box ul li .items-content h6:hover,
.apt_cart_box ul li .items-content .h6:hover {
  color: var(--color_primary)
}

.apt_cart_box ul li .items-content .products_meta .price {
  font-size: 13px
}

.apt_cart_box ul li .items-content .products_meta .count {
  font-size: 13px;
  font-weight: 500
}

.apt_cart_box ul li .remove_cart_btn {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0);
  color: rgba(110, 179, 86, .8);
  font-size: 14px
}

.apt_cart_box ul li+li {
  border-top: 1px solid rgba(233, 233, 233, .6)
}

.gshop-header-cart:hover .header-icon svg path {
  fill: var(--color_primary)
}

.gshop-header-cart:hover .cart-box-wrapper {
  opacity: 1;
  visibility: visible;
  top: 100%
}

.gshop-header-contact::before {
  left: -24px
}

.gshop-header-contact .icon {
  width: 56px;
  height: 56px
}

.gshop-offcanvas-btn {
  width: 80px;
  height: 80px;
  background-color: var(--color_secondary);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 0 4px 4px 0;
  margin-right: -1px
}

@media(max-width: 575.98px) {
  .gshop-offcanvas-btn {
    width: 60px;
    height: 60px
  }

  .gshop-offcanvas-btn svg {
    width: 18px
  }
}

.header-sticky.sticky-on {
  position: fixed !important;
  left: 0;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 14px 20px rgba(0, 4, 94, .04);
  box-shadow: 0px 14px 20px rgba(0, 4, 94, .04);
  z-index: 50;
  -webkit-animation: 1s fadeInDown;
  animation: 1s fadeInDown
}

.header-sticky.sticky-on .ghead-topbar {
  display: none !important
}

.header-sticky.sticky-on .gshop-navbar {
  margin-top: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 0 !important
}

.footer-curve {
  height: 120px
}

.footer-curve .section-curve-wrapper {
  width: calc(100% + 800px);
  left: 0;
  background-repeat: repeat-x;
  -webkit-animation: 25s curve_wave infinite linear;
  animation: 25s curve_wave infinite linear
}

.gshop-footer .tomato {
  left: 60px;
  top: 50px;
  -webkit-animation: 6s upsdown_animation infinite;
  animation: 6s upsdown_animation infinite
}

.gshop-footer .pata-lg {
  left: 150px;
  top: 180px;
  -webkit-animation: 6s moving-x-animation infinite;
  animation: 6s moving-x-animation infinite
}

.gshop-footer .pata-xs {
  left: 50px;
  top: 300px;
  -webkit-animation: 5s upsdown_animation linear infinite;
  animation: 5s upsdown_animation linear infinite
}

.gshop-footer .frame-circle {
  left: 130px;
  top: 50%;
  -webkit-animation: 6s upsdown_animation infinite;
  animation: 6s upsdown_animation infinite
}

.gshop-footer .leaf {
  bottom: 40px;
  left: 40px;
  -webkit-animation: 8s rotate_animation infinite linear;
  animation: 8s rotate_animation infinite linear
}

.gshop-footer .leaf-2 {
  right: 100px;
  top: 130px;
  -webkit-animation: 12s rotate_animation infinite linear;
  animation: 12s rotate_animation infinite linear
}

.gshop-footer .pata-xs-2 {
  right: 50px;
  top: 230px;
  -webkit-animation: 6s upsdown_animation linear infinite;
  animation: 6s upsdown_animation linear infinite
}

.gshop-footer .tomato-slice {
  right: 200px;
  top: 50%;
  -webkit-animation: 6s upsdown_animation linear infinite;
  animation: 6s upsdown_animation linear infinite
}

.gshop-footer .tomato-half {
  bottom: 80px;
  right: 110px;
  -webkit-animation: 6s moving-x-animation linear infinite;
  animation: 6s moving-x-animation linear infinite
}

@media(max-width: 1800px) {
  .gshop-footer .frame-circle {
    left: 30px
  }

  .gshop-footer .tomato-slice {
    right: 30px
  }
}

@media(max-width: 1600px) {
  .gshop-footer .frame-circle {
    display: none
  }
}

@media(max-width: 575.98px) {
  .gshop-footer .vector-shape {
    display: none
  }
}

.subscribe_form button {
  border-radius: 0 4px 4px 0
}

.footer-nav li a {
  color: #fff;
  font-size: 14px;
  display: block;
  padding: 5px 0;
  opacity: .8
}

.footer-nav li a:hover {
  padding-left: 3px;
  color: var(--color_primary);
  opacity: 1
}

.supported-payment-box {
  width: 70px;
  height: 40px
}

.theme-preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  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;
  z-index: 500
}

.theme-preloader img {
  max-width: 500px
}

.btn {
  font-weight: 600;
  font-size: 15px
}

.btn-primary {
  color: #fff;
  background-color: var(--color_primary);
  border-color: var(--color_primary);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  font-weight: 500
}

.btn-primary:hover {
  border-color: var(--color_secondary);
  background-color: var(--color_secondary);
  color: #fff
}

.btn-secondary {
  color: #fff;
  font-weight: 500;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.btn-secondary:hover {
  color: #fff;
  background-color: var(--color_primary);
  border-color: var(--color_primary)
}

.btn-primary-light {
  background-color: rgba(221, 236, 215, .3);
  color: var(--color_primary)
}

.btn-primary-light:hover {
  background-color: var(--color_primary);
  color: #fff
}

.btn-md {
  padding: 12px 20px;
  font-size: 15px
}

.btn-outline {
  border: 1px solid #e4e4e4
}

.btn-outline:hover {
  background-color: var(--color_primary);
  color: #fff;
  border-color: var(--color_primary)
}

.btn-outline-primary:hover {
  color: #fff
}

.btn-outline-secondary {
  border: 1px solid #e4e4e4
}

.btn-outline-secondary:hover {
  background-color: var(--color_secondary);
  color: #fff;
  border-color: var(--color_secondary)
}

.btn-sm,
.btn-group-sm>.btn {
  padding: 7px 14px;
  font-size: 14px;
  font-weight: 500
}

.grid-btn {
  width: 40px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid #e9e9e9
}

.grid-btn svg path {
  fill: #5d6374
}

.grid-btn.active svg path {
  fill: var(--color_secondary)
}

.product-radio-btn li {
  position: relative;
  display: inline-block
}

.product-radio-btn li input {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0
}

.product-radio-btn li input:checked~label {
  color: var(--color_secondary);
  border-color: var(--color_secondary)
}

.product-radio-btn li label {
  padding: 4px 16px;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600
}

.video-popup-btn {
  width: 55px;
  height: 55px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.video-popup-btn:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px)
}

.video-popup-btn.position-absolute {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.video-popup-btn.position-absolute:hover {
  -webkit-transform: translate(-50%, -60%);
  transform: translate(-50%, -60%)
}

.app-btn {
  padding: 12px 24px;
  border-radius: 3px;
  min-width: 175px
}

.app-btn .icon {
  font-size: 30px;
  line-height: 0
}

.app-btn .app-btn-content span {
  display: block;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: -5px;
  font-weight: 600
}

.app-btn .app-btn-content span strong {
  font-weight: 700
}

.app-btn.btn-primary {
  background-color: var(--color_primary);
  color: #fff
}

.app-btn.btn-primary:hover {
  background-color: var(--color_secondary);
  color: #fff
}

.app-btn.btn-secondary {
  background-color: var(--color_secondary);
  color: #fff
}

.app-btn.btn-secondary:hover {
  background-color: var(--color_primary);
  color: #fff
}

.app-btn.btn-black {
  background-color: #191d28;
  color: #fff
}

.app-btn.btn-black:hover {
  background-color: var(--color_primary);
  color: #fff
}

.scroll-top-btn {
  width: 45px;
  height: 45px;
  background-color: var(--color_secondary);
  color: #fff;
  border-radius: 4px;
  position: fixed;
  bottom: 0;
  right: 40px;
  z-index: 200;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .5s;
  transition: .5s
}

.scroll-top-btn.active {
  bottom: 50px;
  visibility: visible;
  opacity: 1
}

.theme-slider-control span.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background-color: rgba(0, 0, 0, 0);
  opacity: 1;
  border: 1px solid rgba(0, 0, 0, 0);
  display: inline-block;
  position: relative;
  margin: 0 1px !important;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.theme-slider-control span.swiper-pagination-bullet::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #191d28;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.theme-slider-control span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: var(--color_secondary)
}

.theme-slider-control span.swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background-color: var(--color_secondary)
}

.gshop-animated-iconbox .total-count::before,
.gshop-animated-iconbox .animated-icon::after,
.gshop-animated-iconbox .animated-icon::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%
}

.gshop-animated-iconbox {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.gshop-animated-iconbox .animated-icon {
  width: 80px;
  height: 80px;
  border: 1px dashed var(--color_primary);
  padding: 8px
}

.gshop-animated-iconbox .animated-icon::before {
  left: 5px;
  bottom: 9px;
  background-color: var(--color_primary)
}

.gshop-animated-iconbox .animated-icon::after {
  right: 2px;
  top: 12px;
  background-color: var(--color_primary)
}

.gshop-animated-iconbox .animated-icon img {
  background-color: rgba(233, 255, 211, .8);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  padding: 12px
}

.gshop-animated-iconbox .total-count::before {
  background-color: var(--color_primary);
  left: 0;
  top: 5px
}

.gshop-animated-iconbox .explore-btn {
  bottom: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  opacity: 0;
  background-color: var(--color_secondary)
}

.gshop-animated-iconbox .explore-btn i {
  -webkit-transform: rotate(52deg);
  transform: rotate(52deg)
}

.gshop-animated-iconbox:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0px 14px 20px rgba(0, 4, 94, .04);
  box-shadow: 0px 14px 20px rgba(0, 4, 94, .04)
}

.gshop-animated-iconbox:hover .explore-btn {
  right: 0;
  bottom: 0;
  opacity: 1
}

.gshop-animated-iconbox.color-2 .animated-icon {
  border-color: #ff89c9
}

.gshop-animated-iconbox.color-2 .animated-icon::before {
  background-color: #ff89c9
}

.gshop-animated-iconbox.color-2 .animated-icon::after {
  background-color: #ff89c9
}

.gshop-animated-iconbox.color-2 .animated-icon img {
  background-color: rgba(255, 137, 201, .5)
}

.gshop-animated-iconbox.color-2 .total-count::before {
  background-color: #ff89c9
}

.gshop-animated-iconbox.color-3 .animated-icon {
  border-color: #b6caff
}

.gshop-animated-iconbox.color-3 .animated-icon::before {
  background-color: #b6caff
}

.gshop-animated-iconbox.color-3 .animated-icon::after {
  background-color: #b6caff
}

.gshop-animated-iconbox.color-3 .animated-icon img {
  background-color: rgba(182, 202, 255, .5)
}

.gshop-animated-iconbox.color-3 .total-count::before {
  background-color: #b6caff
}

.gshop-animated-iconbox.color-4 .animated-icon {
  border-color: var(--color_secondary)
}

.gshop-animated-iconbox.color-4 .animated-icon::before {
  background-color: var(--color_secondary)
}

.gshop-animated-iconbox.color-4 .animated-icon::after {
  background-color: var(--color_secondary)
}

.gshop-animated-iconbox.color-4 .animated-icon img {
  background-color: rgba(255, 124, 8, .3)
}

.gshop-animated-iconbox.color-4 .total-count::before {
  background-color: var(--color_secondary)
}

.gshop-animated-iconbox.color-5 .animated-icon {
  border-color: #facd58
}

.gshop-animated-iconbox.color-5 .animated-icon::before {
  background-color: #facd58
}

.gshop-animated-iconbox.color-5 .animated-icon::after {
  background-color: #facd58
}

.gshop-animated-iconbox.color-5 .animated-icon img {
  background-color: rgba(250, 205, 88, .3)
}

.gshop-animated-iconbox.color-5 .total-count::before {
  background-color: #facd58
}

.icon-box {
  background-color: #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.icon-box .icon-color {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.icon-box .icon-white {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.icon-box h5,
.icon-box .h5,
.icon-box p,
.icon-box a {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.icon-box:hover {
  background-color: var(--color_primary);
  -webkit-box-shadow: 0px 20px 50px rgba(92, 181, 35, .2);
  box-shadow: 0px 20px 50px rgba(92, 181, 35, .2)
}

.icon-box:hover h5,
.icon-box:hover .h5,
.icon-box:hover p,
.icon-box:hover a {
  color: #fff
}

.icon-box:hover .icon-color {
  -webkit-transform: scale(0);
  transform: scale(0)
}

.icon-box:hover .icon-white {
  -webkit-transform: scale(1);
  transform: scale(1)
}

.horizontal-icon-box .box-icon {
  width: 80px;
  height: 80px;
  -webkit-box-shadow: 0px 14px 20px rgba(0, 4, 94, .04);
  box-shadow: 0px 14px 20px rgba(0, 4, 94, .04);
  width: 80px;
  height: 80px;
  padding: 12px
}

.horizontal-product-card .thumbnail {
  width: 148px;
  background-color: #f3f3f3;
  padding: 14px
}

.horizontal-product-card .thumbnail .product-overlay {
  background-color: rgba(25, 29, 40, .5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.horizontal-product-card .card-content .star-rating {
  font-size: 12px
}

.horizontal-product-card .card-content .title {
  color: #191d28
}

.horizontal-product-card .card-content .explore-btn {
  color: #191d28
}

.horizontal-product-card .card-content .explore-btn:hover {
  color: var(--color_secondary)
}

.horizontal-product-card:hover .thumbnail .product-overlay {
  opacity: 1;
  visibility: visible
}

.horizontal-product-card.card-md .thumbnail {
  width: 120px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.horizontal-product-card.card-md .rounded-btn {
  width: 32px;
  height: 32px
}

@media(max-width: 575.98px) {
  .horizontal-product-card .thumbnail {
    width: 100%
  }

  .horizontal-product-card.card-md .thumbnail {
    width: 100%
  }
}

.deleted {
  position: relative
}

.deleted::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1px;
  width: calc(100% + 2px);
  height: 1px;
  background-color: #5d6374
}

.product-card-lg .card-content {
  padding: 40px 32px 24px
}

.product-card-lg .thumbnail {
  padding: 0 10px 10px
}

.vertical-product-card {
  border: 1px solid #f4f4f4;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.vertical-product-card .offer-badge {
  padding: 4px 14px 4px 8px;
  border-top-left-radius: 6px
}

.vertical-product-card .offer-badge::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 0;
  width: 8px;
  height: 25px;
  background-color: #fff;
  -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
  clip-path: polygon(100% 0, 0 50%, 100% 100%)
}

.vertical-product-card .product-btns {
  right: 16px;
  top: 24px;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.vertical-product-card .product-btns .rounded-btn {
  border: 1px solid #f4f4f4;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.vertical-product-card .product-btns .rounded-btn:hover {
  border-color: var(--color_primary)
}

.vertical-product-card .card-content {
  padding: 16px 24px 32px
}

.vertical-product-card .card-content .card-title {
  color: #191d28;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.vertical-product-card .card-content .card-title:hover {
  color: var(--color_secondary)
}

.vertical-product-card .card-btn {
  padding: 0 24px 32px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-box-shadow: 0px 20px 30px rgba(120, 120, 120, .1);
  box-shadow: 0px 20px 30px rgba(120, 120, 120, .1)
}

.vertical-product-card.border-orc {
  border: 1px solid rgba(217, 217, 217, .5)
}

.vertical-product-card:hover {
  border-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0px 20px 30px rgba(120, 120, 120, .1);
  box-shadow: 0px 20px 30px rgba(120, 120, 120, .1);
  z-index: 3;
  background-color: #fff;
}

.vertical-product-card:hover .product-btns {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  visibility: visible
}

.vertical-product-card:hover .card-btn {
  opacity: 1;
  visibility: visible
}

.vertical-product-card:hover.border-orc {
  border-color: rgba(0, 0, 0, 0)
}

.hr-product .thumbnail {
  max-width: 290px
}

@media(max-width: 767.98px) {
  .hr-product .thumbnail {
    max-width: 100%
  }
}

.card-progressbar {
  background-color: #ecf0e8;
  height: 6px;
  overflow: hidden
}

.card-progressbar .card-progress {
  height: 100%;
  display: block
}

.product-listing-box {
  padding: 32px 24px
}

.categories-card {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.categories-card::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: var(--color_primary);
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.categories-card .thumbnail img {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.categories-card .ct-list li+li {
  margin-top: 8px
}

.categories-card .explore-btn {
  color: #191d28
}

.categories-card .explore-btn:hover {
  color: var(--color_primary)
}

.categories-card:hover {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px)
}

.categories-card:hover::before {
  opacity: 1
}

.categories-card:hover .thumbnail img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.banner-box {
  padding: 50px 24px
}

.banner-box .banner-img {
  position: absolute;
  right: 15px;
  bottom: 25px;
  z-index: -1
}

.banner-box.banner-color-green {
  background-color: #d3ffe2
}

.banner-box.banner-color-secondary {
  background-color: #ffe3dd
}

.banner-box.banner-lg {
  padding: 95px 40px
}

@media(max-width: 1399.98px) {
  .banner-box.banner-lg {
    padding: 65px 40px
  }
}

.background-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom
}

.background-banner.bg-start {
  background-position: center right
}

.vertical-banner {
  padding: 40px 24px 212px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center
}

.vertical-banner .offer-title {
  font-size: 32px
}

.hot-badge {
  padding: 6px 8px 6px 20px
}

.hot-badge::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  width: 12px;
  height: 100%;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%)
}

.linear-banner {
  padding: 310px 48px 40px
}

.linear-banner::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(5.1%, #191D28), color-stop(39.45%, rgba(25, 29, 40, 0.93)), color-stop(55.07%, rgba(0, 0, 0, 0)));
  background: linear-gradient(360deg, #191D28 5.1%, rgba(25, 29, 40, 0.93) 39.45%, rgba(0, 0, 0, 0) 55.07%);
  z-index: -1
}

.banner-4 {
  padding: 72px 40px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left
}

.banner-4 .badge-clip {
  padding: 6px 4px 12px;
  font-size: 8px;
  background-color: #ff0406;
  -webkit-clip-path: polygon(0 100%, 50% 80%, 100% 100%, 100% 0, 0 0);
  clip-path: polygon(0 100%, 50% 80%, 100% 100%, 100% 0, 0 0)
}

.hm3-hero-banner {
  padding: 76px 24px 216px;
  background-position: center bottom;
  background-size: cover
}

.hm3-hero-banner .offer-badge {
  padding: 6px 18px 6px 10px;
  border-top-left-radius: 8px;
  -webkit-clip-path: polygon(100% 0, 90% 50%, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 90% 50%, 100% 100%, 0 100%, 0 0)
}

.hm3-banner-2 {
  background-position: right bottom;
  background-size: cover;
  padding: 50px 24px 190px;
  background-repeat: no-repeat
}

.hm3-banner-3 {
  padding: 70px 40px;
  background-position: cover;
  background-position: center right
}

.hm3-banner-3 .banner-content {
  width: 45%
}

@media(max-width: 991.98px) {
  .hm3-banner-3 {
    background-position: left center
  }

  .hm3-banner-3 .banner-content {
    width: 70%
  }
}

@media(max-width: 480px) {
  .hm3-banner-3 .banner-content {
    width: 100%
  }
}

.timing-countdown li {
  min-width: 52px;
  height: 52px;
  padding: 8px;
  background: linear-gradient(139.32deg, var(--color_secondary) -7.78%, #FFFFFF 117.64%)
}

.timing-countdown li::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-color: #fff;
  z-index: -1;
  border-radius: 5px
}

.timing-countdown li .gshop-subtitle {
  margin-top: -5px
}

.gshop-hero-slider .gshop-hero-single .hero-img {
  z-index: 10;
  -webkit-transform: translateY(-50%) scale(0.5);
  transform: translateY(-50%) scale(0.5);
  opacity: 0;
  -webkit-transition: .8s;
  transition: .8s
}

.gshop-hero-slider .gshop-hero-single .tree {
  bottom: 130px;
  left: 25px;
  -webkit-animation: 10s upsdown_animation linear infinite;
  animation: 10s upsdown_animation linear infinite
}

.gshop-hero-slider .gshop-hero-single .orange-1 {
  top: 30%;
  left: -100px
}

.gshop-hero-slider .gshop-hero-single .orange-2 {
  top: 50%;
  left: -100px
}

.gshop-hero-slider .gshop-hero-single.slick-active .gshop-subtitle {
  -webkit-animation: .8s fadeInDown;
  animation: .8s fadeInDown
}

.gshop-hero-slider .gshop-hero-single.slick-active h1,
.gshop-hero-slider .gshop-hero-single.slick-active .h1 {
  -webkit-animation: .8s theme_fadeInUp;
  animation: .8s theme_fadeInUp
}

.gshop-hero-slider .gshop-hero-single.slick-active p {
  -webkit-animation: 1s theme_fadeInUp;
  animation: 1s theme_fadeInUp
}

.gshop-hero-slider .gshop-hero-single.slick-active .btn-secondary {
  -webkit-animation: 1.2s theme_fadeInUp;
  animation: 1.2s theme_fadeInUp
}

.gshop-hero-slider .gshop-hero-single.slick-active .btn-primary {
  -webkit-animation: 1.5s theme_fadeInUp;
  animation: 1.5s theme_fadeInUp
}

.gshop-hero-slider .gshop-hero-single.slick-active .hero-img {
  -webkit-transform: translateY(-50%) scale(0.9);
  transform: translateY(-50%) scale(0.9);
  opacity: 1
}

.gshop-hero-slider .gshop-hero-single.slick-active .tree {
  -webkit-animation: .8s fadeInUp;
  animation: .8s fadeInUp
}

.gshop-hero-slider .gshop-hero-single.slick-active .orange-1 {
  -webkit-animation: 1s fadeInDown;
  animation: 1s fadeInDown
}

.gshop-hero-slider .gshop-hero-single.slick-active .orange-2 {
  -webkit-animation: 1s fadeInUp;
  animation: 1s fadeInUp
}

@media(max-width: 575.98px) {

  .gshop-hero-slider .gshop-hero-single .tree,
  .gshop-hero-slider .gshop-hero-single .orange-1,
  .gshop-hero-slider .gshop-hero-single .orange-2 {
    display: none
  }
}

.gshop-feedback-thumb-slider {
  max-width: 360px;
  margin: 0 auto
}

.gshop-feedback-thumb-slider .control-thumb {
  opacity: 0;
  border: 1px solid #fff;
  border-radius: 50%
}

.gshop-feedback-thumb-slider .control-thumb.swiper-slide-visible {
  opacity: 1
}

.gshop-feedback-thumb-slider .control-thumb.slick-active {
  border-color: var(--color_secondary)
}

.counter-box {
  padding: 32px 24px
}

.horizontal-counter .icon-wrapper {
  width: 70px;
  height: 70px
}

.blog-card {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.blog-card .thumbnail img {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.blog-card .blog-card-content {
  padding: 32px 24px 40px
}

.blog-card .blog-card-content h4,
.blog-card .blog-card-content .h4 {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.blog-card .blog-card-content h4:hover,
.blog-card .blog-card-content .h4:hover {
  color: var(--color_secondary)
}

.blog-card:hover {
  -webkit-box-shadow: 0px 14px 20px rgba(0, 4, 94, .04);
  box-shadow: 0px 14px 20px rgba(0, 4, 94, .04)
}

.blog-card:hover .thumbnail img {
  -webkit-transform: scale(1.02);
  transform: scale(1.02)
}

.article-horizontal {
  border: 1px solid rgba(233, 233, 233, .5);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.article-horizontal .thumbnail {
  width: 200px
}

.article-horizontal .thumbnail img {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.article-horizontal h4,
.article-horizontal .h4 {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.article-horizontal h4:hover,
.article-horizontal .h4:hover {
  color: var(--color_secondary)
}

.article-horizontal:hover {
  border-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  -webkit-box-shadow: 0px 14px 20px rgba(0, 4, 94, .04);
  box-shadow: 0px 14px 20px rgba(0, 4, 94, .04)
}

.article-horizontal:hover .thumbnail img {
  -webkit-transform: scale(1.02);
  transform: scale(1.02)
}

.article-horizontal.card-lg .thumbnail {
  width: 500px
}

@media(max-width: 1199.98px) {
  .article-horizontal {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .article-horizontal .thumbnail {
    width: 100%
  }

  .article-horizontal .thumbnail img {
    width: 100%
  }

  .article-horizontal.card-lg .thumbnail {
    width: 100%
  }
}

.hm3-blog-card .thumbnail img {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.hm3-blog-card h4,
.hm3-blog-card .h4 {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.hm3-blog-card h4:hover,
.hm3-blog-card .h4:hover {
  color: var(--color_secondary)
}

.hm3-blog-card:hover .thumbnail img {
  -webkit-transform: scale(1.01);
  transform: scale(1.01)
}

.gstore-breadcrumb {
  padding: 150px 0 193px;
  background-color: rgba(110, 179, 86, .13)
}

.gstore-breadcrumb .bg-shape {
  bottom: -1px
}

.gstore-breadcrumb .pata-xs {
  top: 100px;
  left: 150px
}

.gstore-breadcrumb .frame-circle {
  bottom: 160px;
  left: 50px
}

.gstore-breadcrumb .leaf {
  bottom: 50px;
  left: 0
}

.gstore-breadcrumb .garlic {
  left: 190px;
  bottom: 100px
}

.gstore-breadcrumb .roll {
  left: 300px;
  top: 27%
}

.gstore-breadcrumb .roll-2 {
  right: 25%;
  top: 50%
}

.gstore-breadcrumb .pata-xs-2 {
  right: 30px;
  top: 30px
}

.gstore-breadcrumb .tomato-half {
  bottom: 80px;
  right: 15px
}

.gstore-breadcrumb .tomato-slice {
  right: 6%;
  top: 20%
}

.gstore-breadcrumb .cauliflower {
  top: 50%;
  right: 14%
}

.gstore-breadcrumb .leaf-gray {
  top: 20%;
  right: 20%
}

@media(max-width: 767.98px) {
  .gstore-breadcrumb {
    padding: 120px 0 80px
  }

  .gstore-breadcrumb .vector-shape {
    display: none
  }
}

.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  content: "";
  font-family: "FontAwesome";
  font-size: 12px;
  -webkit-transform: translateY(4px);
  transform: translateY(4px)
}

.breadcrumb .breadcrumb-item a {
  color: #5d6374
}

.breadcrumb .breadcrumb-item a:hover {
  color: var(--color_primary)
}

.widget-title .hr-line {
  height: 2px;
  background-color: #fff8f2;
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px)
}

.widget-title .hr-line::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  top: 0;
  background-color: var(--color_secondary)
}

.search-form input {
  border: 1px solid #e9e9e9;
  padding: 11px 16px;
  border-radius: 5px 0 0 5px;
  width: 100%
}

.search-form input::-webkit-input-placeholder {
  color: #e9e9e9
}

.search-form input::-moz-placeholder {
  color: #e9e9e9
}

.search-form input:-ms-input-placeholder {
  color: #e9e9e9
}

.search-form input::-ms-input-placeholder {
  color: #e9e9e9
}

.search-form input::placeholder {
  color: #e9e9e9
}

.search-form .submit-icon-btn-secondary {
  width: 48px;
  height: 48px;
  background-color: var(--color_secondary);
  color: #fff;
  text-align: center;
  line-height: 48px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 0 5px 5px 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.search-form .submit-icon-btn-secondary:hover {
  background-color: var(--color_primary)
}

.widget-nav li a {
  color: #5d6374
}

.widget-nav li a .total-count {
  min-width: 32px;
  height: 32px;
  padding: 4px;
  border-radius: 5px;
  background-color: #fafafa;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.widget-nav li a:hover {
  color: var(--color_primary)
}

.widget-nav li a:hover .total-count {
  background-color: var(--color_primary);
  color: #fff
}

.widget-nav li+li {
  margin-top: 16px
}

.price-filter-widget .ui-slider-handle {
  width: 16px;
  height: 16px;
  background: #fff;
  border: 3px solid var(--color_secondary);
  border-radius: 50%;
  top: -7px;
  outline: 0
}

.price-filter-widget .ui-widget-content {
  background: rgba(255, 124, 8, .4);
  height: 3px;
  border: 0
}

.price-filter-widget .ui-slider-range {
  background: var(--color_secondary)
}

.price-filter-widget input {
  border: 1px solid #f4f4f4;
  padding: 6px 24px;
  border-radius: 4px;
  text-align: center;
  width: 50%
}

.sidebar-rating-list li .total-count {
  min-width: 32px;
  height: 32px;
  padding: 4px;
  border-radius: 5px;
  background-color: #fafafa;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.sidebar-rating-list li:hover .total-count {
  background-color: var(--color_primary);
  color: #fff
}

.sidebar-rating-list li+li {
  margin-top: 12px
}

.sidebar-products-list .vertical-product-card .thumbnail {
  width: 80px;
  padding: 8px
}

.sidebar-info-list .icon-wrapper {
  width: 56px;
  height: 56px;
  background-color: #eef6eb;
  font-size: 24px
}

.sidebar-table td {
  padding: 8px 0;
  font-weight: 500
}

.sidebar-spacer {
  border: 1px solid #e2e2e2
}

.widget-gallery-thumb li {
  width: calc(33% - 10px)
}

.widget-gallery-thumb li a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  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;
  color: #fff;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.widget-gallery-thumb li:hover a {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible
}

.banner-widget {
  padding: 100px 24px;
  background-size: cover;
  border: 2px dashed var(--color_secondary);
  border-radius: 6px
}

.banner-widget .coupon-code {
  padding: 2px 16px 4px 8px;
  -webkit-clip-path: polygon(100% 0, 90% 50%, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 90% 50%, 100% 100%, 0 100%, 0 0);
  display: inline-block
}

.template-pagination li a {
  min-width: 40px;
  height: 40px;
  border-radius: 4px;
  background-color: #ffe5ce;
  color: var(--color_secondary);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.template-pagination li a:hover {
  background-color: var(--color_secondary);
  color: #fff
}

.template-pagination li a.active {
  background-color: var(--color_secondary);
  color: #fff
}

.offcanvas_menu {
  top: 0;
  right: -425px;
  z-index: 100;
  background: #fff;
  max-width: 400px;
  height: 100vh;
  overflow: hidden;
  overflow-y: scroll;
  padding: 50px 30px;
  -webkit-box-shadow: 0px 14px 20px rgba(0, 4, 94, .04);
  box-shadow: 0px 14px 20px rgba(0, 4, 94, .04);
  -webkit-transition: .4s;
  transition: .4s
}

.offcanvas_menu::-webkit-scrollbar {
  width: 6px
}

.offcanvas_menu::-webkit-scrollbar-thumb {
  background: #e2e8f0;
  border-radius: 6px
}

.offcanvas_menu .offcanvas-close {
  position: absolute;
  right: 25px;
  top: 40px
}

.offcanvas_menu.active {
  right: 0
}

.offcanvas_menu.active .offcanvas-close {
  -webkit-animation: 1s fadeInRight;
  animation: 1s fadeInRight
}

.offcanvas_menu.active .logo-wrapper {
  -webkit-animation: 1s theme_fadeInUp;
  animation: 1s theme_fadeInUp
}

.offcanvas_menu.active .offcanvas-content {
  -webkit-animation: 1.2s theme_fadeInUp;
  animation: 1.2s theme_fadeInUp
}

.offcanvas_menu.active .offcanvas-contact {
  -webkit-animation: 1.3s theme_fadeInUp;
  animation: 1.3s theme_fadeInUp
}

.offcanvas_menu.active .offcanvas_social {
  -webkit-animation: 1.5s theme_fadeInUp;
  animation: 1.5s theme_fadeInUp
}

.offcanvas_address li+li {
  margin-top: 10px
}

.offcanvas_social a {
  margin-right: 4px
}

.mobile-menu {
  max-width: 300px;
  height: 100vh;
  z-index: 10;
  top: 0;
  left: -320px;
  padding: 40px 15px;
  overflow-y: scroll;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  z-index: 150;
  position: fixed
}

.mobile-menu .close-menu {
  right: 20px;
  top: 15px;
  background: rgba(0, 0, 0, 0);
  border: 0;
  font-size: 20px;
  cursor: pointer
}

.mobile-menu ul li {
  display: block
}

.mobile-menu ul li a {
  display: block;
  padding: 10px 0;
  color: #191d28;
  font-weight: 600;
  border-bottom: 1px solid rgba(233, 233, 233, .5)
}

.mobile-menu ul li a .menu-list-wrapper img {
  width: 35px
}

.mobile-menu ul li a .menu-list-wrapper .menu-list-content-right h6,
.mobile-menu ul li a .menu-list-wrapper .menu-list-content-right .h6 {
  font-size: 16px;
  margin-bottom: 0
}

.mobile-menu ul li a .menu-list-wrapper .menu-list-content-right span {
  font-size: 13px
}

.mobile-menu ul li ul {
  padding-left: 10px;
  display: none
}

.mobile-menu ul li ul li a {
  font-size: 14px
}

.mobile-menu ul li.has-submenu>a span {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.mobile-menu ul li.has-submenu>a.icon-rotate span {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.mobile-menu .social-contact a {
  color: var(--color_secondary);
  display: inline-block;
  margin-right: 10px
}

.mobile-menu.active {
  left: 0
}

.accordion .accordion-item .accordion-header a {
  font-weight: 700;
  background-color: #fff;
  color: #191d28;
  display: block;
  padding: 16px;
  border: 1px solid #fff;
  border-radius: 6px 6px 0 0
}

.accordion .accordion-item .accordion-header a i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.accordion .accordion-item .accordion-header a.collapsed {
  background-color: #eef6eb;
  border-color: rgba(145, 158, 171, .3);
  border-radius: 6px
}

.accordion .accordion-item .accordion-header a.collapsed i {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg)
}

.accordion .accordion-item .accordion-collapse {
  background-color: #fff;
  border-radius: 0 0 6px 6px
}

.accordion .accordion-item+.accordion-item {
  margin-top: 24px
}

.image-box {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.image-box.image-box-border {
  border: 1px solid rgba(228, 228, 228, .7);
  border-radius: 10px
}

.image-box.image-box-border .icon {
  display: inline-block;
  z-index: 1
}

.image-box.image-box-border .icon::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 38px;
  height: 38px;
  background-image: linear-gradient(325.43deg, rgba(255, 124, 8, 0.47) -11.68%, rgba(255, 124, 8, 0) 73.34%);
  border-radius: 50%;
  z-index: -1
}

.image-box:hover {
  background-color: #fff;
  -webkit-box-shadow: 0px 14px 20px rgba(0, 4, 94, .04);
  box-shadow: 0px 14px 20px rgba(0, 4, 94, .04)
}

.image-box:hover.image-box-border {
  border-color: rgba(0, 0, 0, 0)
}

@-webkit-keyframes curve_wave {
  0% {
    left: 0
  }

  100% {
    left: -750px
  }
}

@keyframes curve_wave {
  0% {
    left: 0
  }

  100% {
    left: -750px
  }
}

@-webkit-keyframes rotate_animation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes rotate_animation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-webkit-keyframes anti_rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg)
  }
}

@keyframes anti_rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg)
  }
}

@-webkit-keyframes upsdown_animation {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  25% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px)
  }

  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  75% {
    -webkit-transform: translateY(25px);
    transform: translateY(25px)
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes upsdown_animation {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  25% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px)
  }

  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  75% {
    -webkit-transform: translateY(25px);
    transform: translateY(25px)
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@-webkit-keyframes moving-x-animation {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  25% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px)
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  75% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px)
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes moving-x-animation {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  25% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px)
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  75% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px)
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@-webkit-keyframes shaking_animation {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg)
  }

  25% {
    -webkit-transform: translate(5px, 5px) rotate(5deg);
    transform: translate(5px, 5px) rotate(5deg)
  }

  50% {
    -webkit-transform: translate(0, 0) rotate(0eg);
    transform: translate(0, 0) rotate(0eg)
  }

  75% {
    -webkit-transform: translate(-5px, 5px) rotate(-5deg);
    transform: translate(-5px, 5px) rotate(-5deg)
  }

  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg)
  }
}

@keyframes shaking_animation {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg)
  }

  25% {
    -webkit-transform: translate(5px, 5px) rotate(5deg);
    transform: translate(5px, 5px) rotate(5deg)
  }

  50% {
    -webkit-transform: translate(0, 0) rotate(0eg);
    transform: translate(0, 0) rotate(0eg)
  }

  75% {
    -webkit-transform: translate(-5px, 5px) rotate(-5deg);
    transform: translate(-5px, 5px) rotate(-5deg)
  }

  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg)
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@-webkit-keyframes theme_fadeInUp {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0
  }

  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}

@keyframes theme_fadeInUp {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0
  }

  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.gshop-hero {
  margin-top: -55px
}

.gshop-hero .leaf-shape {
  right: 60px;
  top: 40px;
  -webkit-animation: 6s upsdown_animation linear infinite;
  animation: 6s upsdown_animation linear infinite
}

.gshop-hero .mango {
  bottom: 0;
  left: 100px
}

.gshop-hero .hero-circle {
  -webkit-animation: 25s rotate_animation linear infinite;
  animation: 25s rotate_animation linear infinite
}

.gshop-hero .circle-sm {
  left: 12%;
  top: 240px
}

.gshop-hero .gshop-hero-slider-pagination {
  left: auto;
  right: 40px;
  width: auto;
  bottom: auto
}

.gshop-hero .gshop-hero-slider-pagination span {
  display: block !important
}

@media(max-width: 575.98px) {
  .gshop-hero .leaf-shape {
    right: -80px
  }

  .gshop-hero .gshop-hero-slider-pagination {
    display: none
  }
}

.at-header-social {
  left: -100px;
  top: 50%;
  z-index: 50;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg)
}

.at-header-social>span {
  color: #191d28;
  position: relative;
  padding-left: 20px
}

.at-header-social>span::before {
  content: "";
  position: absolute;
  left: -15px;
  bottom: 8px;
  width: 32px;
  height: 2px;
  background: #191d28
}

.at-header-social .social-list li {
  display: inline-block;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-right: 12px
}

.at-header-social .social-list li a {
  color: #191d28;
  margin: 5px
}

.at-header-social .social-list li a:hover {
  color: var(--color_secondary)
}

@media(max-width: 767.98px) {
  .at-header-social {
    left: -115px
  }
}

.gshop-category-box {
  border-width: 2px;
  border-style: dashed;
  padding: 40px 32px
}

.gshop-category-box .section-title {
  margin-top: -55px
}

.featured-products .roll-1 {
  top: 200px;
  left: 70px
}

.featured-products .roll-2 {
  top: 10px;
  right: 130px
}

.gshop-filter-btn-group button {
  font-weight: 700;
  color: #5d6374;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  font-size: 15px
}

.gshop-filter-btn-group button.active {
  color: var(--color_secondary)
}

.gshop-filter-btn-group button:hover {
  color: var(--color_secondary)
}

.timing-box {
  padding: 16px;
  border: 2px dashed rgba(255, 124, 8, .4)
}

.trending-products-area .garlic {
  right: 100px;
  top: 30px
}

.trending-products-area .carrot {
  bottom: 150px;
  left: 70px
}

.trending-products-area .mashrom {
  bottom: 10px;
  right: 160px
}

@media(max-width: 1800px) {
  .trending-products-area .garlic {
    right: 25px
  }
}

@media(max-width: 1600px) {

  .trending-products-area .garlic,
  .trending-products-area .mashrom,
  .trending-products-area .carrot {
    display: none
  }
}

.feedback-section .fd-1 {
  left: 0;
  top: 35px
}

.feedback-section .fd-2 {
  left: 10%;
  bottom: 165px
}

.feedback-section .fd-3 {
  right: 18%;
  top: 100px
}

.feedback-section .fd-4 {
  right: 10%;
  bottom: 125px
}

.feedback-section .fd-5 {
  right: 25px;
  top: 10px
}

.blog-section .dal-shape {
  left: 25px;
  top: 0
}

.blog-section .frame-circle {
  right: 100px;
  top: 0
}

.modal-dialog {
  max-width: 1024px
}

.number-count-filter input {
  border: 1px solid #e9e9e9;
  padding: 10px 6px 10px 10px;
  border-radius: 3px;
  color: #5d6374;
  font-size: 14px;
  font-weight: 500;
  max-width: 56px
}

.product-qty {
  max-width: 136px
}

.product-qty input {
  width: 52px;
  height: 48px;
  padding: 12px 3px;
  text-align: center;
  border: 1px solid #e9e9e9;
  border-left: 0;
  border-right: 0;
  color: #191d28;
  font-weight: 700
}

.product-qty button {
  width: 40px;
  height: 48px;
  border: 1px solid #e9e9e9;
  border-radius: 4px 0 0 4px;
  font-weight: 700;
  color: #191d28;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.product-qty button.increase {
  border-radius: 0 4px 4px 0
}

.product-qty button:hover {
  background-color: rgba(233, 233, 233, .5)
}

.product-thumb-single {
  border: 1px solid #dfdfdf;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.product-thumb-single.slick-active {
  border-color: var(--color_secondary)
}

.pt-info-tab-nav li a {
  color: #191d28;
  font-weight: 700;
  font-size: 15px;
  display: inline-block;
  position: relative;
  padding: 4px 8px
}

.pt-info-tab-nav li a::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  z-index: 1;
  width: 0;
  height: 1px;
  background-color: var(--color_secondary);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.pt-info-tab-nav li a.active {
  color: var(--color_secondary)
}

.pt-info-tab-nav li a.active::before {
  width: 100%;
  left: 0;
  right: auto
}

.product-info-table {
  border: 1px solid #f4f4f4
}

.product-info-table td {
  border: 1px solid #f4f4f4;
  padding: 10px 16px
}

.rl-slider-btn {
  width: 40px;
  height: 40px;
  background-color: var(--color_secondary);
  color: #fff;
  border-radius: 4px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.rl-slider-btn:hover {
  background-color: var(--color_primary);
  color: #fff
}

.cart-table tr th {
  text-align: center;
  background-color: #eef6eb;
  padding: 18px 10px;
  color: #191d28;
  border-right: 2px solid #fff
}

.cart-table tr th:last-child {
  border-right: 0
}

.cart-table tr td {
  text-align: center;
  padding: 6px 24px
}

.cart-table tr td.product-title {
  max-width: 300px
}

.cart-table tbody tr+tr {
  border-top: 1px solid rgba(228, 228, 228, .4)
}

@media(max-width: 991.98px) {
  .cart-table thead {
    display: none
  }

  .cart-table tbody tr {
    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
  }

  .cart-table tbody tr:last-child {
    padding-bottom: 16px
  }

  .cart-table tbody tr+tr {
    margin-top: 24px
  }

  .cart-table tbody tr .product-title {
    text-align: center !important
  }
}

.voucher-box form {
  max-width: 500px
}

.voucher-box form input {
  border-right: 0;
  border-radius: 4px 0 0 4px
}

.voucher-box form button {
  border-radius: 0 4px 4px 0
}

.checkout-radio-link {
  color: #4f46e5;
  font-weight: 500
}

.checkout-radio-link.border-left {
  position: relative
}

.checkout-radio-link.border-left::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 10px;
  background-color: #4f46e5
}

.label-input-field {
  position: relative;
  margin-top: 8px
}

.label-input-field label {
  position: absolute;
  left: 14px;
  top: -12px;
  padding: 0 8px;
  background-color: #fff;
  font-weight: 700;
  font-size: 15px;
  color: #191d28
}

.label-input-field input,
.label-input-field textarea {
  width: 100%;
  padding: 16px 24px;
  border-radius: 4px;
  border: 1px solid #e4e4e4;
  outline: 0
}

.wishlist-table th {
  text-align: center;
  background-color: #eef6eb;
  padding: 18px 10px;
  color: #191d28;
  border-right: 2px solid #fff
}

.wishlist-table th:last-child {
  border-right: 0
}

.wishlist-table tbody tr+tr {
  border-top: 1px solid #f4f4f4
}

.wishlist-table tbody td {
  padding: 16px 24px
}

.wishlist-table tbody td.thumbnail {
  max-width: 110px
}

.wishlist-table tbody td .close-btn {
  width: 35px;
  height: 35px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f9f9f9;
  color: #191d28;
  border-radius: 3px
}

@media(max-width: 1199.98px) {
  .wishlist-table thead {
    display: none
  }

  .wishlist-table tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 32px;
    padding-bottom: 32px
  }

  .wishlist-table tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(50% - 16px)
  }

  .wishlist-table tbody tr td {
    text-align: center
  }

  .wishlist-table tbody tr td.thumbnail {
    max-width: 100%
  }
}

@media(max-width: 767.98px) {
  .wishlist-table tbody tr {
    width: 100%
  }
}

.stock-btn {
  padding: 12px 32px;
  background-color: #f9f9f9
}

.login-section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow-y: scroll
}

@media(max-width: 1399.98px) {
  .login-section {
    padding: 120px 24px
  }
}

.login-box {
  width: 1320px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.login-box .login-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 50%
}

@media(max-width: 1399.98px) {
  .login-box {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translate(0);
    transform: translate(0)
  }
}

@media(max-width: 1199.98px) {
  .login-box .login-banner {
    width: 43%
  }
}

@media(max-width: 991.98px) {
  .login-box .login-banner {
    width: 36%
  }
}

@media(max-width: 767.98px) {
  .login-box .login-banner {
    display: none
  }
}

.login-form {
  padding: 80px 40px
}

.check-password {
  position: relative
}

.check-password .eye {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer
}

.check-password .eye.eye-slash {
  display: none
}

.google-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #191d28
}

.google-btn:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: var(--color_primary);
  color: #191d28
}

.blog-listing article+article {
  margin-top: 24px
}

.sidebar-posts li {
  padding: 20px 0
}

.sidebar-posts li+li {
  border-top: 1px solid rgba(233, 233, 233, .5)
}

.sidebar-posts li .thumbnail {
  width: 90px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.sidebar-posts li .thumbnail img {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.sidebar-posts li .thumbnail img:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02)
}

.sidebar-posts li .blog-title {
  color: #191d28
}

.sidebar-posts li .blog-title:hover {
  color: var(--color_primary)
}

.blog-details-content .hr-line {
  height: 2px;
  background-color: rgba(233, 233, 233, .5)
}

.blog-details-content .hr-line::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 2px;
  left: 0;
  top: 0;
  background-color: var(--color_secondary)
}

blockquote {
  background-color: #fafafa
}

blockquote h5,
blockquote .h5 {
  line-height: 1.5em
}

blockquote h5 .title,
blockquote .h5 .title {
  padding-left: 80px;
  position: relative;
  -webkit-transform: translateY(10px);
  transform: translateY(10px)
}

blockquote h5 .title::before,
blockquote .h5 .title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 70px;
  height: 2px;
  background-color: var(--color_secondary);
  opacity: .7
}

blockquote .quote-icon {
  position: absolute;
  right: 32px;
  bottom: 15px
}

blockquote::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background-color: var(--color_primary);
  border-radius: 0 10px 10px 0
}

.tags-list a {
  padding: 6px 14px;
  border: 1px solid rgba(93, 99, 116, .07);
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #5d6374
}

.tags-list a:hover {
  background-color: var(--color_secondary);
  color: #fff;
  border-color: var(--color_secondary)
}

.bs_social_share a {
  width: 35px;
  height: 35px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid rgba(93, 99, 116, .07);
  border-radius: 50%;
  color: #5d6374
}

.bs_social_share a:hover {
  background-color: var(--color_secondary);
  color: #fff;
  border-color: var(--color_secondary)
}

.bs-author-box {
  background: #fafafa;
  padding: 40px
}

.bs-author-socials a {
  width: 35px;
  height: 35px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 5px;
  border-radius: 50%;
  color: #3b5999;
  border: 1px solid #3b5999
}

.bs-author-socials a.twitter {
  color: #1da1f2;
  border-color: #1da1f2
}

.bs-author-socials a.instagram {
  color: #e4405f;
  border-color: #e4405f
}

.bs-post-item .post-control {
  font-size: 14px;
  color: #191d28;
  font-weight: 600
}

.bs-post-item .post-control:hover {
  color: var(--color_secondary)
}

.bs-post-item .bs-title {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  color: #191d28
}

.bs-post-item .bs-title:hover {
  color: var(--color_secondary)
}

.comments_list li {
  position: relative
}

.comments_list li .date {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  font-weight: 500
}

.comments_list li .reply-btn {
  color: #191d28;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.comments_list li .reply-btn:hover {
  color: var(--color_secondary)
}

.comments_list li+li {
  margin-top: 60px;
  position: relative
}

.comments_list li+li::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(233, 233, 233, .5)
}

.comment_form .input-field input,
.comment_form .input-field textarea {
  border: 1px solid rgba(233, 233, 233, .5);
  width: 100%;
  border-radius: 3px;
  color: #5d6374;
  background: rgba(250, 250, 250, .2);
  padding: 14px 18px;
  outline: 0
}

.comment_form .input-field input::-webkit-input-placeholder,
.comment_form .input-field textarea::-webkit-input-placeholder {
  color: #5d6374
}

.comment_form .input-field input::-moz-placeholder,
.comment_form .input-field textarea::-moz-placeholder {
  color: #5d6374
}

.comment_form .input-field input:-ms-input-placeholder,
.comment_form .input-field textarea:-ms-input-placeholder {
  color: #5d6374
}

.comment_form .input-field input::-ms-input-placeholder,
.comment_form .input-field textarea::-ms-input-placeholder {
  color: #5d6374
}

.comment_form .input-field input::placeholder,
.comment_form .input-field textarea::placeholder {
  color: #5d6374
}

.service-section {
  padding-bottom: 220px
}

.service-section .bg-shape {
  height: 120px
}

.about-section {
  padding-bottom: 170px
}

.about-section .roll-color {
  left: 40px;
  bottom: 45%
}

.about-section .roll-color-curve {
  right: 40px;
  bottom: 70%
}

.about-section .onion-color {
  right: 60px;
  bottom: 100px
}

.faq-section .frame-circle {
  left: 100px;
  top: 160px
}

.faq-section .leaf {
  bottom: 90px;
  right: 100px
}

.faq-section .cauliflower {
  right: 90px;
  top: 100px
}

.feedback-slider-2 .slider-arrows button {
  width: 48px;
  height: 48px;
  background-color: rgba(255, 124, 8, .1);
  color: var(--color_secondary);
  border-radius: 50%;
  margin-left: 16px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.feedback-slider-2 .slider-arrows button:hover {
  background-color: var(--color_secondary);
  color: #fff
}

.service-nav li+li {
  margin-top: 16px
}

.service-nav li a {
  padding: 16px 24px;
  color: #5d6374;
  background-color: #fff;
  border-radius: 4px;
  border-left: 3px solid rgba(110, 179, 86, .3);
  font-weight: 700;
  font-size: 18px;
  display: block;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.service-nav li a:hover {
  color: #191d28;
  -webkit-box-shadow: 0px 14px 20px rgba(0, 4, 94, .04);
  box-shadow: 0px 14px 20px rgba(0, 4, 94, .04);
  border-color: var(--color_primary)
}

.service-nav li a.active {
  background-color: var(--color_secondary);
  color: #fff;
  border-color: var(--color_primary)
}

.download-box {
  background-color: #b8d9ac
}

.download-box::before {
  content: "";
  position: absolute;
  width: 40%;
  height: calc(100% + 2px);
  background-color: #ffe5ce;
  z-index: -1;
  right: -1px;
  top: -1px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 25% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 25% 100%)
}

.download-box .icon {
  width: 62px;
  height: 62px
}

.section-404 .frame-circle {
  left: 100px;
  top: 50px
}

.section-404 .cauliflower {
  top: 40%;
  left: 18%
}

.section-404 .leaf {
  left: 100px;
  bottom: 100px
}

.section-404 .pata {
  right: 30px;
  top: 0
}

.section-404 .tomato-half {
  right: -40px;
  top: 150px
}

.section-404 .garlic-white {
  bottom: 50px;
  right: 300px
}

.section-404 .tomato-slice {
  right: 60px;
  top: 70%
}

.section-404 .onion {
  right: 130px;
  top: 40%
}

.contact-us-section .frame {
  left: 100px;
  top: 120px
}

.contact-us-section .roll-2 {
  bottom: 70px;
  left: 115px
}

.contact-us-section .pata {
  top: 30px;
  right: 60px
}

.contact-us-section .garlic {
  right: 13%;
  top: 16%
}

.contact-us-section .roll-1 {
  bottom: 30px;
  right: 130px
}

.contact-us-section .leaf {
  right: 60px;
  top: 45%
}

.contact-left-box {
  padding-bottom: 225px;
  background-repeat: no-repeat;
  background-position: right bottom
}

.contact-left-box .spacer {
  width: calc(100% + 50px);
  height: 1px;
  margin-left: -25px;
  background-color: rgba(233, 233, 233, .2);
  display: block
}

.contact-list li .icon {
  width: 40px;
  height: 40px;
  background-color: #ffe5ce;
  color: var(--color_secondary);
  font-size: 20px
}

.social-links a {
  width: 40px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid #fff;
  color: #fff
}

.social-links a:hover {
  border-color: var(--color_secondary);
  color: #fff;
  background-color: var(--color_secondary)
}

.team-card {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.team-card .team-thumb {
  width: 170px;
  display: inline-block;
  padding: 15px;
  border: 2px dashed #8eb0ff;
  border-radius: 50%;
  position: relative;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.team-card .team-thumb::before {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 20px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #8eb0ff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.team-card .team-thumb::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 20px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #8eb0ff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.team-card .team-thumb .team-social {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.7);
  transform: translate(-50%, -50%) scale(0.7);
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  border-radius: 50%;
  background-color: rgba(110, 179, 86, .4);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.team-card .team-thumb .team-social a {
  width: 32px;
  height: 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  color: #191d28
}

.team-card .team-thumb .team-social a:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px)
}

.team-card:hover {
  -webkit-box-shadow: 0px 14px 20px rgba(0, 4, 94, .04);
  box-shadow: 0px 14px 20px rgba(0, 4, 94, .04)
}

.team-card:hover .team-thumb {
  border-color: var(--color_primary)
}

.team-card:hover .team-thumb .team-social {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  visibility: visible
}

.team-card:hover .team-thumb::before {
  background-color: var(--color_primary)
}

.team-card:hover .team-thumb::after {
  background-color: var(--color_primary)
}

.ab-about-section .mango {
  right: 10%;
  bottom: 10px
}

.ab-quote {
  max-width: 400px;
  display: inline-block;
  background-color: var(--color_primary);
  border-radius: 0 0 25px 0;
  border: 8px solid #fff;
  margin-top: -130px
}

.ab-quote h4,
.ab-quote .h4 {
  font-style: italic;
  font-size: 22px
}

.ab-quote h4 span,
.ab-quote .h4 span {
  font-style: inherit;
  padding-left: 80px
}

.ab-quote h4 span::before,
.ab-quote .h4 span::before {
  content: "";
  position: absolute;
  left: 40px;
  bottom: 4px;
  width: 35px;
  height: 2px;
  background-color: #fff
}

.brand-wrapper {
  border: 2px dashed var(--color_secondary)
}

.brand-wrapper .section-title {
  background-color: #fafafa;
  padding: 3px 8px;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  display: inline-block
}

.brand-item {
  position: relative;
  border: 1px solid #e7e7e7;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 98px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  overflow: hidden
}

.brand-item img {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  display: block;
  width: calc(100% - 80px)
}

.brand-item img.black {
  position: absolute;
  top: calc(100% + 10px)
}

.brand-item:hover {
  -webkit-box-shadow: 0px 14px 20px rgba(0, 4, 94, .04);
  box-shadow: 0px 14px 20px rgba(0, 4, 94, .04)
}

.brand-item:hover img.gray {
  margin-top: -160px
}

.brand-item:hover img.black {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.grostore-team-section {
  padding-bottom: 295px
}

.team-slider-btn {
  width: 48px;
  height: 48px;
  background-color: var(--color_primary);
  color: #fff;
  border-radius: 50%;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.team-slider-btn:hover {
  background-color: rgba(110, 179, 86, .3);
  color: var(--color_primary)
}

.cta-section {
  margin-top: -170px;
  position: relative;
  z-index: 2
}

.cta-box {
  padding: 70px 24px;
  background-size: cover;
  background-position: center
}

.exp-box {
  width: 210px;
  height: 210px;
  top: 0;
  right: 0
}

.exp-box h2,
.exp-box .h2 {
  font-size: 70px;
  line-height: 55px
}

.section-title-mx {
  max-width: 450px
}

.horizontal-icon-box .icon-wrapper {
  z-index: 1
}

.horizontal-icon-box .icon-wrapper::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 38px;
  height: 38px;
  background-image: linear-gradient(325.43deg, rgba(255, 124, 8, 0.47) -11.68%, rgba(255, 124, 8, 0) 73.34%);
  border-radius: 50%;
  z-index: -1
}

.hover-shadow {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.hover-shadow:hover {
  -webkit-box-shadow: 0px 14px 20px rgba(0, 4, 94, .04);
  box-shadow: 0px 14px 20px rgba(0, 4, 94, .04)
}

.account-info .profile-pic {
  width: 180px;
  padding: 24px
}

.achievement-box .icon {
  width: 56px;
  height: 56px;
  background-color: #e3fff1
}

.achievement-box .icon.bg-color-2 {
  background-color: #fff3db
}

.achievement-box .icon.bg-color-3 {
  background-color: #e4f7ff
}

.achievement-box .icon.bg-color-4 {
  background-color: #f2e8ff
}

.profile-achievements {
  gap: 32px
}

@media(max-width: 767.98px) {
  .profile-achievements {
    gap: 24px
  }

  .profile-achievements .achievement-box {
    width: calc(50% - 16px)
  }
}

@media(max-width: 575.98px) {
  .profile-achievements .achievement-box {
    width: 100%
  }
}

.account-nav-menu li {
  border-top: 1px solid rgba(233, 233, 233, .4)
}

.account-nav-menu li a {
  display: block;
  padding: 8px 24px;
  color: #5d6374
}

.account-nav-menu li a svg path {
  fill: #5d6374;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.account-nav-menu li a.active {
  color: var(--color_primary)
}

.account-nav-menu li a.active svg path {
  fill: var(--color_primary)
}

.address-book-content.border-right::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(233, 233, 233, .4)
}

@media(max-width: 767.98px) {
  .address-book-content.border-right::before {
    display: none
  }
}

.order-history-table tr {
  vertical-align: middle
}

.order-history-table tr th,
.order-history-table tr td {
  padding: 8px 24px
}

.order-history-table tr .thumbnail img {
  width: 40px;
  height: 40px;
  background-color: #f4f6f8;
  padding: 6px;
  border-radius: 50%
}

.profile-form .file-upload {
  border: 2px dashed rgba(233, 233, 233, .5);
  padding: 50px 24px;
  position: relative;
  overflow: hidden
}

.profile-form .file-upload input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer
}

.payments-list-table tr {
  vertical-align: middle
}

.payments-list-table .icon {
  width: 44px;
  height: 44px;
  background-color: #f4f6f8
}

.invoice-table-sm {
  width: 300px
}

.invoice-table td,
.invoice-table th {
  padding: 16px 24px
}

.invoice-table .product-item {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 8px;
  background-color: #f4f6f8
}

.footer-table tr {
  background-color: #f4f6f8
}

.footer-table tr td {
  padding: 16px 24px
}

.organic-hero {
  padding: 120px 0;
  margin-top: -50px
}

.organic-hero .object-1 {
  top: 20px;
  left: 50px
}

.organic-hero .object-2 {
  right: 25px;
  bottom: 20px;
  opacity: .1
}

.organic-hero::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 30%;
  height: 100%;
  z-index: -1;
  background-color: var(--color_primary)
}

.organic-hero::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 70%;
  height: 100%;
  background-color: #fff8f2;
  z-index: -1
}

.organic-hero .overlay-texture {
  background-repeat: repeat
}

@media(max-width: 991.98px) {
  .organic-hero::before {
    display: none
  }
}

.offer-section {
  background-size: cover;
  background-position: center
}

@media(max-width: 767.98px) {
  .offer-section.bg-none-small {
    background-image: none !important;
    background-color: #fff8f2
  }
}

.offer-countdown li {
  padding: 10px 16px;
  min-width: 80px
}

.offer-countdown li p {
  margin-top: -4px
}

.bg-floral-white .team-slider-btn {
  background-color: var(--color_secondary);
  color: #fff
}

.bg-floral-white .team-slider-btn:hover {
  background-color: rgba(255, 124, 8, .3);
  color: var(--color_secondary)
}

.team-section {
  padding-bottom: 295px
}

.team-section .pumkin {
  left: 100px;
  bottom: 132px
}

.team-section .flower {
  right: 12%;
  bottom: 195px
}

.filter-section .potato {
  right: 55px;
  top: 150px
}

.subscribe-box {
  padding-bottom: 180px;
  background-size: cover;
  background-position: center bottom
}

.subscribe-box p {
  color: rgba(255, 255, 255, .7)
}

.banner-subscribe input {
  border-radius: 4px 0 0 4px;
  border: 1px solid rgba(233, 233, 233, .3)
}

.banner-subscribe .btn {
  border-radius: 0 4px 4px 0
}

.filter-btns-underline {
  border-bottom: 1px solid rgba(233, 233, 233, .5)
}

.filter-btns-underline button {
  font-size: 18px;
  font-weight: 600;
  color: #191d28;
  position: relative;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.filter-btns-underline button::before {
  content: "";
  position: absolute;
  right: 0;
  width: 0;
  height: 1px;
  bottom: 0;
  background-color: var(--color_secondary);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.filter-btns-underline button.active {
  color: var(--color_secondary)
}

.filter-btns-underline button.active::before {
  width: 100%;
  right: auto;
  left: 0
}

.healthcare-hero-single {
  padding: 90px 0 90px 32px;
  position: relative;
  z-index: 1
}

.healthcare-hero-single .left-content {
  width: 60%
}

.healthcare-hero-single .slide-product {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1
}

@media(max-width: 1399.98px) {
  .healthcare-hero-single .left-content {
    width: 70%
  }
}

@media(max-width: 767.98px) {
  .healthcare-hero-single {
    padding: 90px 0 110px 32px
  }

  .healthcare-hero-single .left-content {
    width: 100%
  }

  .healthcare-hero-single .slide-product {
    position: relative;
    right: auto;
    top: 0;
    -webkit-transform: translate(0);
    transform: translate(0);
    margin-top: 24px
  }
}

.healthcare-hero-thumbnail-slider {
  position: absolute;
  bottom: 24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 155px;
  z-index: 2
}

.healthcare-hero-thumbnail-slider .thumbnail-single {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0
}

.healthcare-hero-thumbnail-slider .thumbnail-single.swiper-slide-prev,
.healthcare-hero-thumbnail-slider .thumbnail-single.swiper-slide-next {
  opacity: .7
}

.healthcare-hero-thumbnail-slider .thumbnail-single.slick-active {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  position: relative;
  z-index: 1
}

.healthcare-hero-thumbnail-slider .thumbnail-single.swiper-slide-active {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  position: relative;
  z-index: 1
}


.hm3-category-list li+li {
  margin-top: 4px
}

.hm3-category-list li a {
  color: #5d6374
}

.hm3-category-list li a:hover {
  color: var(--color_primary)
}

.hr-spacer {
  width: 100%;
  display: block;
  height: 1px;
  background-color: #e9e9e9
}

.hm3_product_slider_control {
  position: absolute;
  right: 0;
  top: -16px;
  width: 40px;
  height: 40px;
  background-color: var(--color_primary);
  color: #fff;
  border-radius: 4px;
  z-index: 2;
  display: inline-block
}

.hm3_product_slider_control:hover {
  background-color: var(--color_secondary)
}

.hm3_product_slider_control.hm3_product_slider_prev {
  right: 55px
}

.hm3-product-tabs .nav-tabs {
  border-bottom: 1px solid rgba(233, 233, 233, .4);
  gap: 16px
}

.hm3-product-tabs .nav-tabs li a {
  color: #191d28;
  font-size: 18px;
  padding: 3px 6px;
  display: inline-block;
  font-weight: 700;
  position: relative
}

.hm3-product-tabs .nav-tabs li a::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: var(--color_secondary)
}

.hm3-product-tabs .nav-tabs li a.active {
  color: var(--color_secondary)
}

.hm3-product-tabs .nav-tabs li a.active::before {
  width: 100%;
  left: 0;
  right: auto
}

.hm3-offer-section {
  max-height: 625px;
  margin-top: -100px;
  padding-top: 190px
}

.offer-countdown .gs-offer-countdown-box {
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(139.32deg, var(--color_secondary) -7.78%, #FFFFFF 117.64%);
  padding: 1px
}

.offer-countdown .gs-offer-countdown-box .bg-sky-captain {
  background-color: #242833;
  border-radius: 12px
}

.ofp-slider-prev {
  left: -25px
}

.ofp-slider-next {
  right: -25px
}

.ofp-slider-prev,
.ofp-slider-next {
  width: 48px;
  height: 48px;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: var(--color_primary);
  color: #fff;
  z-index: 2;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.ofp-slider-prev:hover,
.ofp-slider-next:hover {
  background-color: #ffe5ce;
  color: var(--color_secondary)
}

@media(max-width: 575.98px) {

  .ofp-slider-prev,
  .ofp-slider-next {
    left: auto;
    right: auto;
    top: auto;
    position: relative;
    -webkit-transform: translate(0);
    transform: translate(0);
    margin-right: 10px
  }
}

.mx-400 {
  max-width: 400px
}

@media(max-width: 767.98px) {
  .mx-400 {
    max-width: 100%;
    background-color: rgba(78, 181, 41, .1294117647)
  }
}

.has-banner-bottom {
  padding-bottom: 280px
}

@media(max-width: 767.98px) {
  .has-banner-bottom {
    padding-bottom: 240px
  }
}

.hm3-about-section {
  padding-top: 415px
}

.hm3-blog-card .article-contents {
  max-width: 485px;
  margin-top: -175px;
  border-radius: 0 0 8px 8px;
  -webkit-box-shadow: 0px 14px 20px rgba(0, 4, 94, .04);
  box-shadow: 0px 14px 20px rgba(0, 4, 94, .04)
}

@media(max-width: 575.98px) {
  .hm3-blog-card .article-contents {
    margin-top: -40px
  }
}
