:root {
  --theme-color: #C5D696;
  --new-blc: #001D3C;
  --blueviolet: #8000CB;
}

.theme-color2 {
  --theme-color: #094380;
}

.theme-color3 {
  --theme-color: #7520dd;
}

.theme-color4 {
  --theme-color: #e87316;
}

.theme-color5 {
  --theme-color: #df4246;
}

.theme-color6 {
  --theme-color: #51983c;
}

.text-color {
  color: #6d6d6d;
}

/**=====================
    common mixins css start
==========================**/
/*======= Font Awesome Font Family And Weight Start  ======= */
/*======= Font Awesome Font Family And Weight End  ======= */
/*======= position css starts  ======= */
/*======= position css ends  ======= */
/*======= display flex css starts  ======= */
/*======= display flex css ends  ======= */
/*======= Font-color css starts  ======= */
.font-default {
  color: #232323 !important;
}

.font-dark {
  color: rgba(35, 35, 35, 0.65) !important;
}

.font-light {
  color: #7e7e7e !important;
}

.font-dark-30 {
  color: #232323 !important;
}

/*======= Font-color css end  ======= */
/*======= buttons css starts  ======= */
.btn-solid-dark {
  color: #fff;
  background-color: unset;
  border: 1px solid #232323;
  overflow: hidden;
}
.btn-solid-dark::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: var(--new-blc);
  transition: all 0.5s;
}
.btn-solid-dark:hover, .btn-solid-dark:focus {
  color: var(--theme-color);
}
.btn-solid-dark:hover::before, .btn-solid-dark:focus::before {
  opacity: 0;
  transform: scale(0.5, 0.5);
}
.btn-solid-dark:focus:not(:focus-visible) {
  border-color: var(--theme-color);
}
.btn-solid-dark:focus:not(:focus-visible)::before {
  opacity: 0;
  transform: scale(0.5, 0.5);
}
.btn-solid-dark:active {
  color: #fff;
  background-color: transparent;
  border-color: var(--theme-color);
}

.btn-solid-light {
  color: #fff;
  background-color: unset;
  border: 1px solid #fefefe;
  overflow: hidden;
  color: #fff;
}
.btn-solid-light::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: var(--new-blc);
  transition: all 0.5s;
}
.btn-solid-light:hover, .btn-solid-light:focus {
  color: var(--theme-color);
}
.btn-solid-light:hover::before, .btn-solid-light:focus::before {
  opacity: 0;
  transform: scale(0.5, 0.5);
}
.btn-solid-light:focus:not(:focus-visible) {
  border-color: var(--theme-color);
}
.btn-solid-light:focus:not(:focus-visible)::before {
  opacity: 0;
  transform: scale(0.5, 0.5);
}
.btn-solid-light:active {
  color: #fff;
  background-color: transparent;
  border-color: var(--theme-color);
}
.btn-solid-light:hover, .btn-solid-light:focus, .btn-solid-light:active, .btn-solid-light.active {
  color: #000;
}

.btn-solid-default {
  color: #fff;
  background-color: unset;
  border: 1px solid var(--theme-color);
  overflow: hidden;
}
.btn-solid-default::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: var(--new-blc);
  transition: all 0.5s;
}
.btn-solid-default:hover, .btn-solid-default:focus {
  color: var(--theme-color);
}
.btn-solid-default:hover::before, .btn-solid-default:focus::before {
  opacity: 0;
  transform: scale(0.5, 0.5);
}
.btn-solid-default:focus:not(:focus-visible) {
  border-color: var(--theme-color);
}
.btn-solid-default:focus:not(:focus-visible)::before {
  opacity: 0;
  transform: scale(0.5, 0.5);
}
.btn-solid-default:active {
  color: #fff;
  background-color: transparent;
  border-color: var(--theme-color);
}

/*======= buttons css end  ======= */
/*======= align css starts  ======= */
/*======= align css ends  ======= */
/*======= breakpoint css ends  ======= */
/**=====================
    breakpoint mixins css start
==========================**/
@keyframes rounded {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes run-shoes {
  0% {
    transform: rotate(0deg) translate(0, 0);
  }
  50% {
    transform: rotate(5deg);
    transform-origin: left;
  }
  75% {
    transform: rotate(-5deg);
    transform-origin: right;
  }
  100% {
    transform: rotate(0deg) translate(0, 0);
  }
}
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(239, 243, 247, 0.3), 0 0 0 1em rgba(239, 243, 247, 0.3);
  }
  100% {
    box-shadow: 0 0 0 1em rgba(239, 243, 247, 0.3), 0 0 0 3em rgba(239, 243, 247, 0.3);
  }
}
@keyframes ripple-1 {
  0% {
    box-shadow: 0 0 0 0 rgba(232, 115, 22, 0.3), 0 0 0 1em rgba(232, 115, 22, 0.3);
  }
  100% {
    box-shadow: 0 0 0 1em rgba(232, 115, 22, 0.3), 0 0 0 1.5em rgba(232, 115, 22, 0);
  }
}
@keyframes ripple-2 {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 1em rgba(255, 255, 255, 0.3);
  }
  100% {
    box-shadow: 0 0 0 1em rgba(255, 255, 255, 0.3), 0 0 0 1.5em rgba(255, 255, 255, 0);
  }
}
@keyframes rotate-flower {
  0% {
    transform: rotate(0deg);
    transform-origin: bottom;
  }
  25% {
    transform: rotate(8deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-8deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes back {
  0% {
    transform: translateX(0px);
  }
  70% {
    transform: translateX(-13px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes regMask {
  0% {
    transform: translate(0px, 0px) scale(0);
  }
  50% {
    transform: translate(100px, 100px) scale(0.5);
  }
  100% {
    transform: translate(0px, 0px) scale(1);
  }
}
@keyframes regMaskR {
  0% {
    transform: translate(0px, 0px) scale(1);
  }
  50% {
    transform: translate(150px, -150px) scale(0.5);
  }
  100% {
    transform: translate(0px, 0px) scale(0);
  }
}
@keyframes regTag {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  25% {
    transform: translate(4px, 25px) rotate(11.25deg);
  }
  50% {
    transform: translate(-88px, 40px) rotate(22.5deg);
  }
  100% {
    transform: translate(-96px, 8px) rotate(45deg);
  }
}
@keyframes regTag2 {
  0% {
    width: 140px;
    height: 140px;
    line-height: 140px;
    box-shadow: 0px 2px 5px -1px rgba(33, 37, 41, 0.45);
  }
  100% {
    width: 70px;
    height: 70px;
    box-shadow: 0px 2px 5px -1px rgba(33, 37, 41, 0);
    line-height: 68px;
  }
}
@keyframes regTagR {
  0% {
    transform: translate(-96px, 8px) rotate(45deg);
  }
  25% {
    transform: translate(-88px, 40px) rotate(22.5deg);
  }
  50% {
    transform: translate(4px, 25px) rotate(11.25deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes regTag2R {
  0% {
    width: 70px;
    height: 70px;
    box-shadow: 0px 2px 5px -1px rgba(33, 37, 41, 0);
    line-height: 68px;
  }
  100% {
    width: 140px;
    height: 140px;
    line-height: 140px;
    box-shadow: 0px 2px 5px -1px rgba(33, 37, 41, 0.45);
  }
}
@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes fade {
  0% {
    opacity: 0;
    transform: rotate(0deg);
  }
  50% {
    opacity: 0.5;
    transform: rotate(180deg);
  }
  100% {
    opacity: 1;
    transform: rotate(360deg);
  }
}
@keyframes buttons-shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-2px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(2px, 0, 0);
  }
}
@keyframes ring {
  0% {
    transform: rotateZ(0);
  }
  1% {
    transform: rotateZ(15deg);
  }
  3% {
    transform: rotateZ(-14deg);
  }
  5% {
    transform: rotateZ(17deg);
  }
  7% {
    transform: rotateZ(-16deg);
  }
  9% {
    transform: rotateZ(15deg);
  }
  11% {
    transform: rotateZ(-14deg);
  }
  13% {
    transform: rotateZ(13deg);
  }
  15% {
    transform: rotateZ(-12deg);
  }
  17% {
    transform: rotateZ(12deg);
  }
  19% {
    transform: rotateZ(-10deg);
  }
  21% {
    transform: rotateZ(9deg);
  }
  23% {
    transform: rotateZ(-8deg);
  }
  25% {
    transform: rotateZ(7deg);
  }
  27% {
    transform: rotateZ(-5deg);
  }
  29% {
    transform: rotateZ(5deg);
  }
  31% {
    transform: rotateZ(-4deg);
  }
  33% {
    transform: rotateZ(3deg);
  }
  35% {
    transform: rotateZ(-2deg);
  }
  37% {
    transform: rotateZ(1deg);
  }
  39% {
    transform: rotateZ(-1deg);
  }
  41% {
    transform: rotateZ(1deg);
  }
  43% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(0);
  }
}
@keyframes animateContainer {
  0% {
    opacity: 0;
    transform: scale(0);
    box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
  }
  25% {
    opacity: 1;
    transform: scale(0.9);
    box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
  }
  43.75% {
    transform: scale(1.15);
    box-shadow: 0px 0px 0px 43.334px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
  }
  62.5% {
    transform: scale(1);
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 21.667px rgba(255, 255, 255, 0.25) inset;
  }
  81.25% {
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset;
  }
  100% {
    opacity: 1;
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset;
  }
}
@keyframes animateCheck {
  from {
    stroke-dashoffset: 80;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes animateShadow {
  0% {
    opacity: 0;
    width: 100%;
    height: 15%;
  }
  25% {
    opacity: 0.25;
  }
  43.75% {
    width: 40%;
    height: 7%;
    opacity: 0.35;
  }
  100% {
    width: 85%;
    height: 15%;
    opacity: 0.25;
  }
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-7px);
  }
}
@keyframes floating {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-187%);
  }
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@keyframes moveDown {
  from {
    transform: translate(0, -100%);
  }
  to {
    transform: translate(0, 0);
  }
}
@keyframes pendulum {
  20% {
    transform: rotate(60deg);
  }
  40% {
    transform: rotate(-40deg);
  }
  60% {
    transform: rotate(20deg);
  }
  80% {
    transform: rotate(-5deg);
  }
}
@keyframes catHi {
  0%, 100% {
    opacity: 0;
    transform: scale(0.8);
  }
  10%, 60% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes catShadow {
  0%, 100% {
    transform: translate(40px, -35px) scale(0.3);
  }
  10%, 60% {
    opacity: 1;
    transform: translate(-5px, 10px) scale(0.5);
  }
  60% {
    opacity: 0;
  }
}
@keyframes moveBox {
  0% {
    opacity: 0;
    transform: translate(0, -150px) rotate(20deg);
  }
  15% {
    opacity: 1;
    transform: translate(0, 100px) rotate(-15deg);
  }
  25% {
    transform: translate(0, 250px) rotate(10deg);
  }
  30% {
    transform: translate(0, 350px) rotate(-5deg);
  }
  35% {
    opacity: 1;
    transform: translate(0, 570px) rotate(0deg);
  }
  45%, 100% {
    opacity: 0;
    transform: translate(0, 570px);
  }
}
@keyframes parachute {
  0% {
    transform: translate(0, -150px) rotate(20deg) scale(0.8);
    opacity: 0;
  }
  15% {
    transform: translate(0, 100px) rotate(-15deg) scale(1);
    opacity: 1;
  }
  25% {
    transform: translate(0, 250px) rotate(10deg);
  }
  30% {
    transform: translate(0, 350px) rotate(-5deg);
  }
  33% {
    transform: translate(0, 460px) rotate(0deg) scale(0.9);
    opacity: 1;
  }
  45%, 100% {
    transform: translate(0, 480px);
    opacity: 0;
  }
}
@keyframes fadeInOut {
  5%, 12% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
}
@keyframes clouds {
  from {
    transform: translate(-150%, 0);
  }
  to {
    transform: translate(150%, 0);
  }
}
@keyframes round {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/**=====================
     header css start
==========================**/
header .top-header {
  padding: 16px 0;
  background-color: #f0f3f8;
}
header .top-header-black {
  background-color: transparent;
  border-bottom: 1px solid #e5e5e5;
}
header .top-header-white {
  background-color: #fff;
}
@media (max-width: 575px) {
  header .top-header {
    padding: 10px 0;
  }
}
header .top-header .row {
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
@media (max-width: 575px) {
  header .top-header .row {
    justify-content: flex-end;
  }
}
header .top-header .border-list {
  padding-right: 6px;
}
[dir=rtl] header .top-header .border-list {
  padding-right: unset;
  padding-left: 6px;
}
header .top-header .border-list > li {
  padding: 0 20px;
  margin-right: -5px;
}
[dir=rtl] header .top-header .border-list > li {
  margin-right: unset;
  margin-left: -5px;
}
@media (max-width: 1366px) {
  header .top-header .border-list > li {
    padding: 0 10px;
  }
}
header .top-header .border-list > li a {
  color: #232323;
}
header .top-header .border-list > li a:hover {
  background-color: transparent;
}
header .top-header .border-list > li a i {
  vertical-align: middle;
  font-size: 11px;
  padding-left: 5px;
}
[dir=rtl] header .top-header .border-list > li a i {
  padding-left: unset;
  padding-right: 5px;
}
@media (max-width: 575px) {
  header .top-header .border-list > li a i {
    font-size: 9px;
  }
}
header .top-header .border-list > li .dropdown-menu li a:active {
  background-color: var(--theme-color);
  color: #fff;
}
header .top-header .border-list > li:first-child {
  padding-left: 0;
}
[dir=rtl] header .top-header .border-list > li:first-child {
  padding-left: 20px;
  padding-right: 0;
}
@media (max-width: 575px) {
  header .top-header .border-list > li:first-child {
    display: none;
  }
}
header .top-header .border-list > li:last-child {
  padding-right: 0;
}
[dir=rtl] header .top-header .border-list > li:last-child {
  padding-right: 10px;
  padding-left: 0;
}
header .top-header .border-list > li + li {
  border-left: 1px solid rgba(35, 35, 35, 0.15);
}
[dir=rtl] header .top-header .border-list > li + li {
  border-left: unset;
  border-right: 1px solid rgba(35, 35, 35, 0.15);
}
@media (max-width: 575px) {
  header .top-header .border-list > li:nth-child(2) {
    border: none !important;
  }
}
@media (max-width: 575px) {
  header .top-header .dropdown {
    font-size: 13px;
  }
}
header .top-header .dropdown .dropdown-toggle::after {
  display: none;
}
[dir=rtl] header .top-header .dropdown.top-header-dropdown .dropdown-menu {
  left: 0;
}
header .top-header .dropdown.top-header-dropdown .dropdown-menu li .dropdown-item:focus {
  background-color: var(--theme-color);
  color: #fff;
}
header .main-menu {
  justify-content: space-between;
}
header .main-menu .menu-left {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  header .main-menu .menu-right {
    padding-right: 8px;
  }
  [dir=rtl] header .main-menu .menu-right {
    padding-right: unset;
    padding-left: 8px;
  }
}
header .main-menu .menu-right .cart-menu .nav-active a {
  color: var(--theme-color);
}
header .main-menu .menu-right .cart-menu .media-body a:hover {
  color: var(--theme-color);
}
header .main-menu .menu-right .search-box {
  padding: 10px 12px;
  color: #fff;
  cursor: pointer;
  display: flex;
}
header .main-menu .menu-right .search-box.black-search-icon {
  color: #212529;
}
@media (max-width: 1366px) {
  header .main-menu .menu-right .search-box {
    padding: 6px 8px;
  }
}
@media (max-width: 575px) {
  header .main-menu .menu-right .search-box {
    padding: 4px 6px;
  }
}
@media (max-width: 575px) {
  header .main-menu .menu-right .search-box svg {
    width: 16px;
  }
}
header .main-menu .menu-right > ul {
  display: flex;
  align-items: center;
}
header .main-menu .menu-right > ul > li svg {
  width: 20px;
}
@media (max-width: 1366px) {
  header .main-menu .menu-right > ul > li svg {
    width: 18px;
  }
}
header .main-menu .menu-right > ul > li + li {
  margin-left: 20px;
}
[dir=rtl] header .main-menu .menu-right > ul > li + li {
  margin-left: unset !important;
  margin-right: 20px;
}
@media (max-width: 575px) {
  header .main-menu .menu-right > ul > li + li {
    margin-left: 10px;
  }
  [dir=rtl] header .main-menu .menu-right > ul > li + li {
    margin-right: 10px;
  }
}
header .main-menu .menu-right .cart-media {
  display: flex;
  align-items: center;
  cursor: pointer;
}
header .main-menu .menu-right .cart-media .cart-icon {
  position: relative;
}
header .main-menu .menu-right .cart-media .cart-icon .label {
  font-size: 10px;
  position: absolute;
  top: -6px;
  right: -8px;
  padding: 0;
  line-height: 1;
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .main-menu .menu-right .cart-media .cart-content {
  margin-left: 20px;
}
@media (max-width: 767px) {
  header .main-menu .menu-right .cart-media .cart-content {
    display: none;
  }
}
header .main-menu .menu-right .cart-media .cart-content h6 {
  line-height: 1;
}
header .main-menu .menu-right .cart-media .cart-content span {
  font-size: 13px;
}
[dir=rtl] header .main-menu .menu-right .cart-media .cart-content {
  margin-left: unset;
  margin-right: 20px;
}
@media (max-width: 1199px) {
  header .main-menu nav {
    margin-left: auto;
    margin-right: 15px;
  }
  [dir=rtl] header .main-menu nav {
    margin-left: 15px;
    margin-right: auto !important;
  }
}
@media (max-width: 575px) {
  header .main-menu nav {
    margin-right: 15px;
  }
  [dir=rtl] header .main-menu nav {
    margin-left: 15px;
  }
}
header .category-menu {
  margin-left: 30px;
}
[dir=rtl] header .category-menu {
  margin-left: unset !important;
  margin-right: 30px;
}
@media (max-width: 1366px) {
  header .category-menu {
    margin-left: 20px;
  }
  [dir=rtl] header .category-menu {
    margin-right: 20px;
  }
}
@media (max-width: 575px) {
  header .category-menu {
    margin-left: 10px;
  }
  [dir=rtl] header .category-menu {
    margin-right: 10px;
  }
}
header .category-menu .btn {
  padding: 9px 18px;
  font-weight: 500;
}
@media (max-width: 767px) {
  header .category-menu .btn {
    padding: 6px 12px;
  }
}
header .category-menu .btn i {
  font-size: 11px;
  vertical-align: middle;
  padding-left: 5px;
}
[dir=rtl] header .category-menu .btn i {
  padding-left: unset;
  padding-right: 5px;
}

/**=====================
     home section css start
==========================**/
.home-section {
  overflow: hidden;
}
.home-section .home-slider {
  width: 100%;
  height: 420px;
  position: relative;
}
[dir=rtl] .home-section .home-slider {
  direction: rtl;
}
@media (max-width: 1199px) {
  .home-section .home-slider {
    height: 200px;
  }
}
@media (max-width: 991px) {
  .home-section .home-slider {
    background-position: left !important;
  }
  [dir=rtl] .home-section .home-slider {
    background-position: right !important;
  }
}
@media (max-width: 575px) {
  .home-section .home-slider {
    height: 127px;
  }
}
@media (max-width: 360px) {
  .home-section .home-slider {
    height: 91px;
  }
}
.home-section .home-wrap {
  height: 100%;
}
.home-section .home-wrap h4 {
  font-size: calc(20px + 4 * (100vw - 320px) / 1600);
  margin-top: -4px;
}
@media (max-width: 1199px) {
  .home-section .home-wrap h4 {
    font-size: calc(16px + 2 * (100vw - 320px) / 879);
  }
}
.home-section .home-wrap h6 {
  color: #212529;
}
.home-section .home-wrap p {
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
  line-height: 1.5;
  color: #212529;
}
@media (max-width: 1660px) {
  .home-section .home-wrap p {
    max-width: 90%;
  }
}
@media (max-width: 1366px) {
  .home-section .home-wrap p {
    max-width: 80%;
  }
}
@media (max-width: 991px) {
  .home-section .home-wrap p {
    max-width: 89%;
  }
}
.home-section .home-wrap .discover-block {
  margin-top: calc(20px + 20 * (100vw - 320px) / 1600);
}
[dir=rtl] .home-section .home-wrap .discover-block {
  text-align: right;
}
@media (max-width: 480px) {
  .home-section .home-wrap .discover-block {
    margin-top: 10px;
  }
}
.home-section .home-wrap .discover-block .d-flex {
  align-items: center;
}
.home-section .home-wrap .discover-block .play-icon {
  width: calc(30px + 20 * (100vw - 320px) / 1600);
  height: calc(30px + 20 * (100vw - 320px) / 1600);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  position: relative;
  z-index: 1;
}
.home-section .home-wrap .discover-block .play-icon::before {
  content: "";
  position: absolute;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  background-color: var(--theme-color);
  border-radius: 100%;
  opacity: 0.1;
  left: -5px;
  top: -5px;
  z-index: -1;
}
.home-section .home-wrap .discover-block .play-icon i {
  margin-left: 3px;
}
[dir=rtl] .home-section .home-wrap .discover-block .play-icon i {
  margin-right: 0;
  margin-left: unset;
}
.home-section .home-wrap .discover-block .discover-content {
  margin-left: 20px;
}
@media (max-width: 360px) {
  .home-section .home-wrap .discover-block .discover-content {
    margin-left: 18px;
  }
}
[dir=rtl] .home-section .home-wrap .discover-block .discover-content {
  margin-right: 20px;
  margin-left: unset;
  text-align: right;
}
@media (max-width: 360px) {
  [dir=rtl] .home-section .home-wrap .discover-block .discover-content {
    margin-right: 18px;
  }
}
.home-section .home-social {
  position: absolute;
}
.home-section .home-social ul {
  display: flex;
  align-items: center;
}
.home-section .home-social ul li a {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.home-section .home-social ul li img {
  margin-right: 5px;
}
.home-section .home-social ul li img [dir=rtl] {
  margin-right: unset;
  margin-left: 5px;
}
.home-section .home-social ul li span {
  vertical-align: -2px;
  font-weight: 600;
  color: #212529;
}

.home-section-6 {
  height: 850px;
  background-image: url(/images/vegetable/percentage.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 1660px) {
  .home-section-6 {
    height: 750px;
  }
}
@media (max-width: 1199px) {
  .home-section-6 {
    height: 200px;
    margin-top: -41px;
  }
}
@media (max-width: 991px) {
  .home-section-6 {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .home-section-6 {
    margin-top: -21px;
  }
}
@media (max-width: 360px) {
  .home-section-6 {
    height: 350px;
  }
}
.home-section-6 .swiper {
  height: auto !important;
}
.home-section-6 .swiper .swiper-wrapper .swiper-slide {
  height: auto !important;
}
.home-section-6 .background-circle {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -5%;
  width: 60%;
}
@media (max-width: 1460px) {
  .home-section-6 .background-circle {
    margin-top: -1%;
  }
}
@media (max-width: 991px) {
  .home-section-6 .background-circle {
    width: 60%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -7%;
  }
}
@media (max-width: 767px) {
  .home-section-6 .background-circle {
    margin-top: -2%;
  }
}
@media (max-width: 575px) {
  .home-section-6 .background-circle {
    margin-top: -5%;
    width: 80%;
  }
}
.home-section-6 .background-circle img {
  z-index: 0;
  width: 100%;
  height: auto;
  object-fit: contain;
  animation: rounded 20s infinite linear;
}
.home-section-6 .poster-image {
  background-color: transparent;
  z-index: 1;
  height: 100%;
  position: relative;
}
.home-section-6 .poster-image img {
  margin: 0 auto;
  margin-top: 4%;
  height: 850px;
  animation: rotate-flower 45s infinite linear;
}
@media (max-width: 1660px) {
  .home-section-6 .poster-image img {
    height: 850px;
  }
}
@media (max-width: 1366px) {
  .home-section-6 .poster-image img {
    height: 775px;
  }
}
@media (max-width: 1199px) {
  .home-section-6 .poster-image img {
    height: 200px;
  }
}
@media (max-width: 991px) {
  .home-section-6 .poster-image img {
    margin: 0 auto;
    height: 430px;
    margin-top: 7%;
    margin-left: 10%;
  }
}
@media (max-width: 767px) {
  .home-section-6 .poster-image img {
    height: 540px;
    margin-right: auto;
    margin-left: 29%;
    margin-top: 0;
  }
  [dir=rtl] .home-section-6 .poster-image img {
    margin-left: auto;
    margin-right: 29%;
  }
}
@media (max-width: 575px) {
  .home-section-6 .poster-image img {
    display: block;
    position: relative;
    object-fit: contain;
    height: 400px;
    margin: 0 auto;
  }
  [dir=rtl] .home-section-6 .poster-image img {
    margin-inline: auto;
  }
}
.home-section-6 .slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 100px;
  text-align: right;
  display: flex;
  align-items: center;
  z-index: 2;
}
[dir=rtl] .home-section-6 .slider-nav {
  right: unset;
  left: 100px;
}
@media (max-width: 1660px) {
  .home-section-6 .slider-nav {
    right: 90px;
  }
}
@media (max-width: 1460px) {
  .home-section-6 .slider-nav {
    right: 75px;
  }
}
@media (max-width: 1199px) {
  .home-section-6 .slider-nav {
    right: 50px;
  }
}
.home-section-6 .slider-nav .poster-img {
  position: relative;
  display: inline-block;
  cursor: pointer;
  overflow: hidden;
  border-radius: 4px;
}
[dir=rtl] .home-section-6 .slider-nav .poster-img {
  float: left;
}
@media (max-width: 767px) {
  .home-section-6 .slider-nav .poster-img {
    display: none;
  }
}
.home-section-6 .slider-nav .poster-img img {
  cursor: pointer;
  display: flex;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.home-section-6 .slider-nav .poster-img .overlay-color {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(81, 152, 60, 0.7);
  transform: scale(0);
  transition: 0.5s ease;
  border-radius: 5px;
  opacity: 0;
}
.home-section-6 .slider-nav .poster-img .overlay-color .fa-plus {
  background-color: #fff;
  padding: calc(8px + 4 * (100vw - 320px) / 1600);
  border-radius: 5px;
}
.home-section-6 .slider-nav .swiper-slide-thumb-active .overlay-color {
  transform: scale(100%);
  opacity: 1;
}
.home-section-6 .banner-plus {
  position: absolute;
  top: 12%;
  left: 38%;
}
@media (max-width: 1660px) {
  .home-section-6 .banner-plus {
    top: 11%;
    left: 37%;
  }
}
@media (max-width: 1460px) {
  .home-section-6 .banner-plus {
    left: 35%;
  }
}
@media (max-width: 1366px) {
  .home-section-6 .banner-plus {
    top: 10%;
    left: 36%;
  }
}
@media (max-width: 1199px) {
  .home-section-6 .banner-plus {
    display: none;
  }
}
.home-section-6 .banner-plus a:hover {
  color: var(--theme-color);
}
.home-section-6 .banner-plus a .fa-plus {
  padding: calc(15px + 5 * (100vw - 320px) / 1600);
  background-color: #fff;
  border-radius: 50%;
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  animation: ripple-2 0.7s linear infinite;
}
.home-section-6 .left-side-contain {
  text-align: left;
  position: absolute;
  top: 0;
  left: 100px;
  display: flex;
  align-items: center;
  width: 20%;
  height: 100%;
}
[dir=rtl] .home-section-6 .left-side-contain {
  left: unset;
  right: 100px;
}
@media (max-width: 1660px) {
  .home-section-6 .left-side-contain {
    left: 90px;
    width: 23%;
  }
}
@media (max-width: 1460px) {
  .home-section-6 .left-side-contain {
    width: 25%;
    left: 75px;
  }
}
@media (max-width: 1366px) {
  .home-section-6 .left-side-contain {
    left: 45px;
    width: 27%;
  }
}
@media (max-width: 1199px) {
  .home-section-6 .left-side-contain {
    width: 27%;
    left: 50px;
  }
}
@media (max-width: 991px) {
  .home-section-6 .left-side-contain {
    left: 50px;
    width: 30%;
  }
}
@media (max-width: 767px) {
  .home-section-6 .left-side-contain {
    left: 50px;
    width: 35%;
  }
  [dir=rtl] .home-section-6 .left-side-contain {
    left: unset;
    right: 50px;
  }
}
@media (max-width: 575px) {
  .home-section-6 .left-side-contain {
    width: 100%;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    text-align: center;
    color: #fff;
    display: block;
    z-index: 1;
  }
  [dir=rtl] .home-section-6 .left-side-contain {
    left: unset;
    right: 0;
  }
}
[dir=rtl] .home-section-6 .left-side-contain .banner-left {
  text-align: right;
}
@media (max-width: 575px) {
  [dir=rtl] .home-section-6 .left-side-contain .banner-left {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .home-section-6 .left-side-contain .banner-left {
    margin: 0 10px;
    background-color: rgba(81, 152, 60, 0.7);
    padding: calc(15px + 13 * (100vw - 320px) / 1600);
    backdrop-filter: blur(5px);
  }
}
.home-section-6 .left-side-contain .banner-left h4 {
  margin-top: -2px;
  color: #212529;
}
@media (max-width: 575px) {
  .home-section-6 .left-side-contain .banner-left h4 {
    margin-top: -3px;
    color: #fff;
  }
}
@media (max-width: 575px) {
  .home-section-6 .left-side-contain .banner-left h4 span {
    color: #ddd !important;
    font-weight: 400;
  }
}
.home-section-6 .left-side-contain .banner-left h1 {
  margin: calc(5px + 15 * (100vw - 320px) / 1600) 0;
  line-height: 1.2;
  color: #212529;
  font-size: calc(23px + 47 * (100vw - 320px) / 1600);
}
@media (max-width: 575px) {
  .home-section-6 .left-side-contain .banner-left h1 {
    color: #fff;
  }
}
.home-section-6 .left-side-contain .banner-left h1 span {
  font-weight: normal;
}
.home-section-6 .left-side-contain .banner-left p {
  color: #212529;
  letter-spacing: 10px;
}
@media (max-width: 1199px) {
  .home-section-6 .left-side-contain .banner-left p {
    display: none;
  }
}
.home-section-6 .left-side-contain .banner-left h2 {
  color: #212529;
  font-size: calc(20px + 25 * (100vw - 320px) / 1600);
}
@media (max-width: 1199px) {
  .home-section-6 .left-side-contain .banner-left h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .home-section-6 .left-side-contain .banner-left h2 {
    margin-bottom: 0;
    color: #fff;
  }
}
.home-section-6 .left-side-contain .banner-left h2 span {
  font-size: calc(17px + 15 * (100vw - 320px) / 1600);
}
@media (max-width: 575px) {
  .home-section-6 .left-side-contain .banner-left h2 span {
    color: #ddd !important;
    font-weight: 400;
  }
}
.home-section-6 .left-side-contain .banner-left .banner-btn-group {
  position: relative;
  bottom: 0;
  left: 0;
  display: flex;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .home-section-6 .left-side-contain .banner-left .banner-btn-group {
    display: none;
  }
}
.home-section-6 .left-side-contain .banner-left .poster-details {
  letter-spacing: 0;
  margin: calc(5px + 15 * (100vw - 320px) / 1600) 0;
}
.home-section-6 .left-side-contain .banner-left .color-change {
  font-weight: 600;
  font-size: 22px;
  margin-top: 10px;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .home-section-6 .left-side-contain .banner-left .color-change {
    display: none;
  }
}
.home-section-6 .left-side-contain .banner-left .color-change h3 {
  font-size: calc(16px + 9 * (100vw - 320px) / 1600);
  margin-right: 10px;
  color: #000;
  font-weight: bolder;
}
.home-section-6 .left-side-contain .banner-left .color-change li {
  background-color: #c7c7c5;
  width: calc(18px + 12 * (100vw - 320px) / 1600);
  height: calc(18px + 12 * (100vw - 320px) / 1600);
  border-radius: 50%;
  position: relative;
  margin-right: 10px;
}
.home-section-6 .left-side-contain .banner-left .color-change li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: calc(6px + 4 * (100vw - 320px) / 1600);
  height: calc(6px + 4 * (100vw - 320px) / 1600);
  background-color: #000;
}
.home-section-6 .left-side-contain .banner-left .color-change li:nth-child(2) {
  background-color: var(--theme-color);
}
.home-section-6 .left-side-contain .banner-left .color-change li:nth-child(2)::after {
  background-color: #fff;
}
.home-section-6 .right-side-contain {
  position: absolute;
  top: 100px;
  right: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
[dir=rtl] .home-section-6 .right-side-contain {
  right: unset;
  left: 100px;
}
@media (max-width: 1660px) {
  .home-section-6 .right-side-contain {
    right: 90px;
  }
}
@media (max-width: 1460px) {
  .home-section-6 .right-side-contain {
    right: 75px;
  }
}
@media (max-width: 1199px) {
  .home-section-6 .right-side-contain {
    display: none;
  }
}
.home-section-6 .right-side-contain .social-image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-section-6 .right-side-contain .social-image + .social-image {
  margin-left: 30px;
}
[dir=rtl] .home-section-6 .right-side-contain .social-image + .social-image {
  margin-left: 0;
  margin-right: 30px;
}
.home-section-6 .right-side-contain .social-image a {
  color: #212529;
}
.home-section-6 .slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 100px;
  text-align: right;
  display: flex;
  align-items: center;
  z-index: 1;
}
[dir=rtl] .home-section-6 .slider-nav {
  right: unset;
  left: 100px;
}
@media (max-width: 1460px) {
  .home-section-6 .slider-nav {
    right: 75px;
  }
}
@media (max-width: 1199px) {
  .home-section-6 .slider-nav {
    right: 50px;
  }
}
.home-section-6 .slider-nav .poster-img {
  position: relative;
  display: inline-block;
  cursor: pointer;
  overflow: hidden;
  border-radius: 4px;
}
[dir=rtl] .home-section-6 .slider-nav .poster-img {
  float: left;
}
@media (max-width: 767px) {
  .home-section-6 .slider-nav .poster-img {
    display: none;
  }
}
.home-section-6 .slider-nav .poster-img img {
  cursor: pointer;
  display: flex;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.home-section-6 .slider-nav .poster-img .overlay-color {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(81, 152, 60, 0.7);
  transform: scale(0);
  transition: 0.5s ease;
  border-radius: 5px;
  opacity: 0;
}
.home-section-6 .slider-nav .poster-img .overlay-color .fa-plus {
  background-color: #fff;
  padding: calc(8px + 4 * (100vw - 320px) / 1600);
  border-radius: 5px;
}
.home-section-6 .slider-nav .swiper .swiper-wrapper .swiper-slide-thumb-active .overlay-color {
  transform: scale(100%);
  opacity: 1;
}

/* =====================
    Slick SLider CSS Start 
 ========================== */
/**=====================
    Poster Section SCSS Start
==========================**/
.poster-section .poster-image {
  height: 100%;
  background-color: #f0f3f8;
  position: relative;
}
.poster-section .poster-image .poster-image-details {
  position: absolute;
  top: 0;
  right: 0;
  width: 42%;
  height: 100%;
  display: flex;
  align-items: center;
  margin-right: 35px;
  color: var(--theme-color);
}
@media (max-width: 480px) {
  .poster-section .poster-image .poster-image-details {
    margin-right: 6px;
  }
}
@media (max-width: 360px) {
  .poster-section .poster-image .poster-image-details {
    margin-right: 10px;
  }
}
.poster-section .poster-image .poster-image-details h2 {
  font-size: calc(16px + 19 * (100vw - 320px) / 1600);
  color: #212529;
  line-height: 1.2;
  margin-top: calc(5px + 5 * (100vw - 320px) / 1600);
}
.poster-section .poster-image .poster-image-details h5 {
  font-size: calc(12px + 3 * (100vw - 320px) / 1600);
  margin-top: -2px;
}
.poster-section .poster-image .poster-image-details p {
  color: rgba(56, 56, 56, 0.6);
  font-size: calc(10px + 3 * (100vw - 320px) / 1600);
  font-weight: 500;
  line-height: 1.1;
}
.poster-section .poster-image .poster-image-details h3 {
  font-size: calc(14px + 16 * (100vw - 320px) / 1600);
  font-weight: bold;
  color: #212529;
  margin: calc(5px + 5 * (100vw - 320px) / 1600) 0;
}
.poster-section .poster-image .poster-image-details h3 span {
  color: var(--theme-color);
  font-size: calc(14px + 6 * (100vw - 320px) / 1600);
}

/**=====================
     Arrivals Scss Start
==========================**/
.arrival-image {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.arrival-image .arrival-contain {
  background-color: #ff0000;
}
.arrival-image .arrival-contain .arrival-price {
  position: absolute;
  text-align: right;
  padding: 30px;
  top: 0;
  right: 0;
}
@media (max-width: 1366px) {
  .arrival-image .arrival-contain .arrival-price {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .arrival-image .arrival-contain .arrival-price {
    padding: 15px;
  }
}
.arrival-image .arrival-contain .arrival-full {
  position: absolute;
  padding: 30px;
  bottom: 0;
}
@media (max-width: 1366px) {
  .arrival-image .arrival-contain .arrival-full {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .arrival-image .arrival-contain .arrival-full {
    padding: 15px;
  }
}
.arrival-image .arrival-contain .arrival-full h3 {
  font-weight: bold;
}
.arrival-image .arrival-contain .rating-star {
  position: absolute;
  padding: 30px;
  bottom: 0;
  right: 0;
}
@media (max-width: 1366px) {
  .arrival-image .arrival-contain .rating-star {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .arrival-image .arrival-contain .rating-star {
    padding: 15px;
  }
}
.arrival-image .arrival-contain .rating-star li .feather {
  stroke: var(--theme-color);
  fill: var(--theme-color);
  width: 18px;
}
@media (max-width: 360px) {
  .arrival-image .arrival-contain .rating-star li .feather {
    width: 13px;
  }
}
.arrival-image .arrival-contain .rating-star li:nth-child(5) .feather {
  stroke: #000;
  fill: #000;
}

/**=====================
    service section css start
==========================**/
@media (max-width: 1460px) {
  .service-section {
    margin-bottom: -3px;
  }
}
.service-section .service-wrap {
  display: flex;
  align-items: center;
}
.service-section .service-wrap .service-icon svg {
  width: 55px;
  height: 55px;
  fill: var(--theme-color);
  stroke: var(--theme-color);
  margin-right: 20px;
}
[dir=rtl] .service-section .service-wrap .service-icon svg {
  margin-right: 0;
  margin-left: 20px;
}
@media (max-width: 1460px) {
  .service-section .service-wrap .service-icon svg {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .service-section .service-wrap .service-icon svg {
    width: 35px;
    height: 35px;
  }
}
.service-section .service-wrap .service-content h3 {
  margin-top: -3px;
}
@media (max-width: 1199px) {
  .service-section .service-wrap .service-content h3 {
    margin-bottom: 2px !important;
  }
}
.service-section .service-wrap .service-content span {
  display: block;
  margin-bottom: -3px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.service-section.about-page .service-wrap .service-icon svg {
  width: 45px;
  height: 45px;
}

.service-style-2 .service-wrap {
  display: block;
  text-align: center;
  margin-bottom: -2px;
}
.service-style-2 .service-wrap .service-icon {
  margin-bottom: 20px;
}
.service-style-2 .row > div {
  position: relative;
}
.service-style-2 .row > div + div::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 50px;
  background-color: #f0f3f8;
}
@media (max-width: 1199px) {
  .service-style-2 .row > div + div:nth-child(3):before {
    content: "";
    display: none;
  }
}
@media (max-width: 575px) {
  .service-style-2 .row > div + div:nth-child(even):before {
    content: "";
    display: none;
  }
}

/**=====================
     product css start
==========================**/
.tab-section .product-style-1 .product-box .product-details h5 {
  margin-left: 0;
}
[dir=rtl] .tab-section .product-style-1 .product-box .product-details h5 {
  margin-left: unset;
  margin-right: 0;
}
.tab-section .product-style-1 .product-box .product-details h5.main-title {
  margin: 8px auto;
}

.vegetable-category-box .swiper {
  height: auto;
}

.product-box .product-details h5 {
  width: 100% !important;
}

.product-style-1 .product-box {
  background-color: #f0f3f8;
  padding: 20px;
  position: relative;
}
.product-style-1 .product-box.product-box1 {
  background-color: #e9e9e9;
}
.product-style-1 .product-box.bg-image {
  background-image: url(/images/vegetable/percentage.jpg);
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.product-style-1 .product-box-4 {
  background-color: #f0f7f0;
}
@media (max-width: 480px) {
  .product-style-1 .product-box {
    padding: 15px;
  }
}
.product-style-1 .product-box .img-wrapper img {
  margin: 0 auto;
  max-height: 115px;
  max-width: 150px;
  z-index: 1;
}
.product-style-1 .product-box .img-wrapper .round-circle {
  position: absolute;
  animation: rounded 10s infinite linear;
  z-index: 0;
  width: 100%;
}
.product-style-1 .product-box .img-wrapper .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-style-1 .product-box .img-wrapper a.text-center {
  display: flex;
  align-items: flex-end;
  min-height: 116px;
}
.product-style-1 .product-box .top-wishlist {
  display: flex;
  justify-content: space-between;
}
.product-style-1 .product-box .top-wishlist.product-color {
  z-index: 2;
  background-color: #fff;
  border-radius: 50%;
}
.product-style-1 .product-box .top-wishlist span {
  font-size: 13px;
}
.product-style-1 .product-box .product-details h5 {
  color: #212529;
  margin: 5px auto;
}
.product-style-1 .product-list .product-box {
  padding: 20px calc(20px + 20 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .product-style-1 .product-list .product-box {
    padding: 20px;
  }
}
.product-style-1 .product-list .product-box .img-wrapper {
  min-width: 90px;
}
@media (max-width: 1199px) {
  .product-style-1 .product-list .product-box .img-wrapper {
    min-width: 70px;
  }
}
.product-style-1 .product-list .product-box .img-wrapper a.text-center {
  min-height: unset;
}
.product-style-1 .product-list .product-box .img-wrapper img {
  height: 118px;
  max-width: 90px;
  max-height: unset !important;
  object-fit: contain;
}
@media (max-width: 1199px) {
  .product-style-1 .product-list .product-box .img-wrapper img {
    height: 78px;
    max-width: 70px;
  }
}
.product-style-1 .product-list .product-box .product-details {
  margin-top: 0;
  margin-left: calc(15px + 15 * (100vw - 320px) / 1600);
}
[dir=rtl] .product-style-1 .product-list .product-box .product-details {
  margin-left: unset !important;
  margin-right: calc(15px + 15 * (100vw - 320px) / 1600);
}
@media (max-width: 1199px) {
  .product-style-1 .product-list .product-box .product-details {
    margin-left: 15px;
  }
  [dir=rtl] .product-style-1 .product-list .product-box .product-details {
    margin-right: 15px;
  }
}
.product-style-1 .product-list .product-box .product-details h3 {
  display: flex;
  align-items: center;
}
.product-style-1 .product-list .product-box + .product-box {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .product-style-1 .product-list .product-box + .product-box {
    margin-top: 16px;
  }
}
.product-style-1.offer-wrap .product-banner .product-box .img-wrapper img {
  max-height: unset;
  max-width: unset;
  height: 310px;
  object-fit: contain;
}
@media (max-width: 1199px) {
  .product-style-1.offer-wrap .product-banner .product-box .img-wrapper img {
    height: 198px;
  }
}
.product-style-1.instagram-2 .product-box {
  padding: 0;
}
.product-style-1.instagram-2 .product-box .top-wishlist {
  position: absolute;
  right: calc(15px + 15 * (100vw - 320px) / 1600);
  top: calc(15px + 15 * (100vw - 320px) / 1600);
}
[dir=rtl] .product-style-1.instagram-2 .product-box .top-wishlist {
  right: unset;
  left: calc(15px + 15 * (100vw - 320px) / 1600);
}
.product-style-1.instagram-2 .product-box .img-wrapper .share {
  top: calc(15px + 15 * (100vw - 320px) / 1600);
  left: calc(15px + 15 * (100vw - 320px) / 1600);
}
[dir=rtl] .product-style-1.instagram-2 .product-box .img-wrapper .share {
  left: unset;
  right: calc(15px + 15 * (100vw - 320px) / 1600);
  transform: rotate(180deg);
}
.product-style-1.instagram-2 .product-box .insta-hover {
  padding: calc(30px + 40 * (100vw - 320px) / 1600);
}
.product-style-1.instagram-2 .product-box .insta-hover.insta-spacing {
  padding: calc(35px + 35 * (100vw - 320px) / 1600);
}

.product-style-2 .product-box {
  background: #f2f6fb !important;
}
.product-style-2 .product-box:hover .cart-wrap ul li:first-child {
  animation: fadeInUp 500ms ease-in-out;
}
.product-style-2 .product-box:hover .cart-wrap ul li:nth-child(2) {
  animation: fadeInUp 700ms ease-in-out;
}
.product-style-2 .product-box:hover .cart-wrap ul li:nth-child(3) {
  animation: fadeInUp 900ms ease-in-out;
}
.product-style-2 .product-box:hover .cart-wrap ul li:last-child {
  animation: fadeInUp 1000ms ease-in-out;
}
.product-style-2 .product-box .img-wrapper .back {
  opacity: 0;
  position: absolute;
  backface-visibility: hidden;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
  width: 100%;
}
.product-style-2 .product-box .product-details h5 {
  margin: 0;
}
.product-style-2 .product-box .product-details .rating-details,
.product-style-2 .product-box .product-details .main-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-style-2 .product-box .product-details .rating-details.main-shop,
.product-style-2 .product-box .product-details .main-price.main-shop {
  display: block !important;
  text-align: center;
}
[dir=rtl] .product-style-2 .product-box .product-details .rating-details.main-shop,
[dir=rtl] .product-style-2 .product-box .product-details .main-price.main-shop {
  text-align: right;
}
@media (max-width: 575px) {
  .product-style-2 .product-box .product-details .rating-details,
  .product-style-2 .product-box .product-details .main-price {
    display: block;
    text-align: left;
  }
  [dir=rtl] .product-style-2 .product-box .product-details .rating-details,
  [dir=rtl] .product-style-2 .product-box .product-details .main-price {
    text-align: right;
  }
}
.product-style-2 .product-box .product-details .rating-details span,
.product-style-2 .product-box .product-details .main-price span {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.product-style-2 .product-box .product-details .main-price {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .product-style-2 .product-box .product-details .main-price {
    margin-top: 5px;
  }
  .product-style-2 .product-box .product-details .main-price h3 {
    margin-top: 5px;
  }
}
.product-style-2 .product-box .cart-wrap ul li + li {
  margin-left: 4px;
}
[dir=rtl] .product-style-2 .product-box .cart-wrap ul li + li {
  margin-left: unset;
  margin-right: 4px;
}
.product-style-2 .product-box .cart-wrap a svg,
.product-style-2 .product-box .cart-wrap button svg {
  width: 14px;
  height: 14px;
}
@media (max-width: 575px) {
  .product-style-2 .product-box .cart-wrap a svg,
  .product-style-2 .product-box .cart-wrap button svg {
    width: 13px;
    height: 13px;
  }
}
.product-style-2 .product-box:hover .img-wrapper .back {
  opacity: 1;
  backface-visibility: visible;
  transition: all 0.3s ease;
}
@media (max-width: 1660px) {
  .product-style-2.slide-4 {
    padding: 0 30px;
  }
}

.product-style-3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}
@media (max-width: 575px) {
  .product-style-3.product-style-chair {
    display: block;
    text-align: center;
  }
}
.product-style-3.product-style-chair .product-title {
  text-align: left;
}
[dir=rtl] .product-style-3.product-style-chair .product-title {
  text-align: right;
}
@media (max-width: 575px) {
  .product-style-3.product-style-chair .product-title {
    text-align: center;
  }
  [dir=rtl] .product-style-3.product-style-chair .product-title {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .product-style-3.product-style-chair .product-title a h5 {
    margin-bottom: 5px;
  }
}
.product-style-3.product-style-chair .main-price {
  text-align: right;
}
[dir=rtl] .product-style-3.product-style-chair .main-price {
  text-align: left;
}
@media (max-width: 575px) {
  .product-style-3.product-style-chair .main-price {
    text-align: center;
  }
  [dir=rtl] .product-style-3.product-style-chair .main-price {
    text-align: center;
  }
}
.product-style-3 .product-title {
  overflow: hidden;
  text-transform: capitalize;
}
.product-style-3 .product-title h5 {
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  overflow: hidden;
  white-space: nowrap;
  color: #212529;
  font-weight: 500;
}
.product-style-3 .product-title p {
  font-size: calc(13px + 1 * (100vw - 320px) / 1600);
  font-weight: 400;
}
.product-style-3 .main-price h3 {
  font-size: calc(13px + 1 * (100vw - 320px) / 1600);
}

.title-3 {
  margin-top: calc(13px + 5 * (100vw - 320px) / 1600);
}
[dir=rtl] .title-3 {
  text-align: right;
}
.title-3 h2 {
  font-size: calc(18px + 10 * (100vw - 320px) / 1600);
}

.product-image {
  border-radius: 6px;
  display: flex;
  align-items: center;
}
[dir=rtl] .product-image {
  direction: rtl;
}
.product-image + .product-image {
  margin-top: 30px;
}
.product-image img {
  width: 90px;
  height: 90px;
  object-fit: cover;
}
.product-image .product-details {
  margin-left: 15px;
  overflow: hidden;
  width: 100%;
}
[dir=rtl] .product-image .product-details {
  margin-left: 0;
  margin-right: 15px;
}
.product-image .product-details a {
  color: #232323;
}
.product-image .product-details h3 {
  font-size: calc(13px + 5 * (100vw - 320px) / 1600);
  overflow: hidden;
  white-space: nowrap;
  margin: 10px 0;
}
.product-image .product-details h4 span {
  margin-left: 10px;
}

.product-style-4:hover .blog-header .blog-image .blog-date {
  opacity: 1;
}
.product-style-4 .blog-header {
  background: #ec7a1f;
  background: linear-gradient(138deg, #ec7a1f 0%, #e3627b 50%, #a0768e 100%);
}
.product-style-4 .blog-header .blog-image {
  position: relative;
}
.product-style-4 .blog-header .blog-image .blog-date {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.5s ease;
}
.product-style-4 .blog-header .blog-image .blog-date.gradient-color::after {
  background: rgb(161, 245, 161);
  background: linear-gradient(129deg, rgb(161, 245, 161) 0%, rgb(38, 106, 11) 100%);
}
.product-style-4 .blog-header .blog-image .blog-date::after {
  content: "";
  position: absolute;
  background: #ec7a1f;
  background: linear-gradient(138deg, #ec7a1f 0%, #e3627b 50%, #a0768e 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.8;
}
.product-style-4 .blog-header .blog-image .blog-date .date-hover {
  width: 100px;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  backdrop-filter: blur(5px);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  text-align: center;
}
.product-style-4 .blog-header .blog-image .blog-date .date-hover h2 {
  font-size: calc(18px + 27 * (100vw - 320px) / 1600);
  font-weight: bolder;
}
.product-style-4 .blog-header .blog-image .blog-date .date-hover h3 {
  font-weight: 800;
  font-size: calc(13px + 10 * (100vw - 320px) / 1600);
}
.product-style-4 .blog-footer {
  text-align: center;
  padding: 10px;
  position: relative;
}
.product-style-4 .blog-footer h2 {
  font-size: 70px;
  font-weight: bolder;
  opacity: 0.07;
  margin-top: calc(13px + 7 * (100vw - 320px) / 1600);
}
.product-style-4 .blog-footer h5 {
  position: absolute;
  top: calc(54px + 4 * (100vw - 320px) / 1600);
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.product-style-4 .blog-footer h4 {
  margin-bottom: 10px;
  font-size: calc(13px + 7 * (100vw - 320px) / 1600);
}
[dir=rtl] .product-style-4 .blog-footer button {
  direction: rtl;
}

.product-box {
  position: relative;
}
.product-box .img-wrapper {
  position: relative;
}
.product-box .img-wrapper.bg-trans {
  background-color: transparent;
}
.product-box .img-wrapper .front-img {
  overflow: hidden;
}
.product-box .img-wrapper .cart-info {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-box .img-wrapper .cart-info .cart-contain {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  position: absolute;
  transform: scale(0);
  background-color: var(--theme-color);
  transition: 0.5s ease;
  width: calc(30px + 10 * (100vw - 320px) / 1600);
  height: calc(30px + 10 * (100vw - 320px) / 1600);
}
.product-box .img-wrapper .cart-info .cart-contain a .feather {
  width: calc(15px + 5 * (100vw - 320px) / 1600);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  transition: 0.5s ease;
  color: #fff;
}
.product-box .img-wrapper .cart-info .cart-contain a:hover i {
  color: #fff;
}
.product-box .img-wrapper .cart-info .cart-contain a:last-child i {
  margin-right: 0;
}
.product-box .img-wrapper .cart-info .cart-contain button {
  width: 45px;
  height: 45px;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease;
  border: none;
  cursor: pointer;
}
.product-box .img-wrapper .cart-info .cart-contain button:focus {
  outline: none;
}
.product-box .img-wrapper .cart-info .cart-contain button:hover {
  color: #fff;
}
.product-box .img-wrapper .cart_qty {
  display: none;
}
.product-box .img-wrapper .cart_qty .cart-box {
  position: absolute;
  bottom: -45px;
  width: 206px;
  left: 45px;
  opacity: 0;
  transition: 0.4s ease;
}
.product-box .img-wrapper .cart_qty .cart-box .input-group {
  position: relative;
}
.product-box .img-wrapper .cart_qty .cart-box .input-group .form-control {
  width: 100%;
  height: 45px;
  border: none;
  background-color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}
.product-box .img-wrapper .cart_qty .cart-box .input-group .form-control:focus {
  border-color: #efefef;
  box-shadow: none;
}
.product-box .img-wrapper .cart_qty .cart-box .input-group button {
  background-color: #51983c;
  position: absolute;
  height: 100%;
  z-index: 9;
  animation: none;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  padding: 0;
}
.product-box .img-wrapper .cart_qty .cart-box .input-group button.quantity-left-minus {
  top: 0;
  left: 0;
}
.product-box .img-wrapper .cart_qty .cart-box .input-group button.quantity-right-plus {
  top: 0;
  right: 0;
}
.product-box .img-wrapper .cart_qty .cart-box .input-group button i {
  color: #fff !important;
}
.product-box .img-wrapper .cart_qty .cart-box .input-group button {
  outline: none;
  box-shadow: none;
  border: none;
}
.product-box .img-wrapper .cart_qty .cart-box .input-group button i {
  color: #000;
}
.product-box .img-wrapper .cart_qty.open {
  display: block;
}
.product-box .product-detail {
  margin-top: 30px;
  text-align: center;
}
.product-box .product-detail .detail-price {
  font-weight: 700;
}
.product-box .product-detail .detail-price span {
  text-decoration: line-through;
  color: #7e7e7e;
  font-size: 15px;
  margin-left: 5px;
  font-weight: 500;
}
.product-box .product-detail h5 {
  margin: 15px 0;
  color: #212529;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
}
.product-box:hover .img-wrapper .labels .label-3 {
  opacity: 0;
  transition: 0.7s ease;
}
.product-box:hover .img-wrapper .cart-info .cart-contain a:first-child i {
  animation: fadeInUp 500ms ease-in-out;
}
.product-box:hover .img-wrapper .cart-info .cart-contain a:nth-child(2) i {
  animation: fadeInUp 700ms ease-in-out;
}
.product-box:hover .img-wrapper .cart-info .cart-contain a:nth-child(3) i {
  animation: fadeInUp 900ms ease-in-out;
}
.product-box:hover .img-wrapper .cart-info .cart-contain a:last-child i {
  animation: fadeInUp 1000ms ease-in-out;
}
.product-box:hover .img-wrapper .cart_qty .cart-box {
  bottom: 30px;
  opacity: 1;
}
.product-box.product-box-6:hover .img-wrapper .cart-info .cart-contain a:first-child i {
  animation: none;
}
.product-box.product-box-6 .img-wrapper {
  overflow: unset;
  background-color: #f0f8f0;
}
.product-box.product-box-6 .img-wrapper .labels .label-7 {
  opacity: 0;
  transition: 0.7s ease;
  font-weight: 900;
}
@media (max-width: 1199px) {
  .product-box.product-box-6 .img-wrapper .labels .label-7 {
    opacity: 1;
  }
}
@media (max-width: 1199px) {
  .product-box.product-box-6 .img-wrapper .cart-info .cart-contain {
    transform: scale(100%) !important;
  }
}
.product-box.product-box-6 .img-wrapper .cart-info .cart-contain a {
  display: flex;
}
.product-box.product-box-6 .img-wrapper .cart-info .cart-contain a i {
  background-color: var(--theme-color);
  color: #fff;
  transition: 0.6s ease;
}
.product-box.product-box-6 .product-detail {
  margin-top: 30px;
  text-align: center;
}
.product-box.product-box-6 .product-detail .detail-price {
  color: #7520dd;
}
.product-box.product-box-6:hover .img-wrapper .labels .label-7 {
  opacity: 1;
}
.product-box.product-box-6:hover .img-wrapper .cart-info .cart-contain {
  transform: scale(100%);
}

/**=====================
     category css start
==========================**/
.category-section.ratio_40 .bg-size::before {
  padding-top: 20%;
}

.category-wrap {
  padding: calc(15px + 10 * (100vw - 320px) / 1600);
  position: relative;
  height: 130px;
  display: flex;
  align-items: center;
}
@media (max-width: 360px) {
  .category-wrap {
    height: unset;
  }
}
.category-wrap.category-color {
  background-color: #eff2f7;
}
@media (max-width: 1460px) {
  .category-wrap.category-padding {
    padding: 23px;
  }
}
@media (max-width: 1199px) {
  .category-wrap.category-padding {
    padding: 19px;
  }
}
.category-wrap.theme-bg-color {
  color: #fff;
  background-color: var(--theme-color);
}
.category-wrap.theme-bg-color .light-text {
  font-size: 72px;
  line-height: 96px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0;
  position: absolute;
  opacity: 0.08;
  top: -10px;
  left: 0;
}
[dir=rtl] .category-wrap.theme-bg-color .light-text {
  left: unset;
  right: 0;
}
.category-wrap.theme-bg-color h2 {
  margin-bottom: 10px;
}
.category-wrap.theme-bg-color h2.top-spacing {
  margin-top: -3px;
}
.category-wrap.theme-bg-color span {
  letter-spacing: calc(2px + 6 * (100vw - 320px) / 1600);
  text-transform: uppercase;
  display: block;
  margin-bottom: -5px;
}
.category-wrap .category-content {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.category-wrap .category-content span {
  color: #212529;
  display: block;
  text-align: right;
}
[dir=rtl] .category-wrap .category-content {
  text-align: right;
}
.category-wrap .category-content.category-text {
  text-align: right;
}
.category-wrap .category-content.category-text h3 {
  font-size: calc(14px + 10 * (100vw - 320px) / 1600);
  margin-top: -1px;
}
.category-wrap .category-content.category-text span {
  font-size: calc(12px + 6 * (100vw - 320px) / 1600);
  display: block;
  margin-bottom: -3px;
}
.category-wrap .category-content.category-text-1 h3 {
  margin-top: -4px;
}
.category-wrap .category-content.category-text-1 span {
  display: block;
  margin-bottom: -6px;
}
.category-wrap .category-content.category-text.category-spacing h3 {
  margin-top: -3px;
}
.category-wrap .category-content.category-text.category-spacing span {
  margin-bottom: -3px;
}
.category-wrap .category-content.category-text.t-text h3 {
  margin-top: -5px;
  color: #212529;
}
.category-wrap .category-content.category-text.t-text span {
  display: block;
  margin-bottom: -5px;
  color: #212529;
}
.category-wrap .category-content h3 {
  margin-bottom: 2px;
  font-weight: 600;
  font-size: calc(16px + 8 * (100vw - 320px) / 1600);
}

.category-style-3 .category-image-fruit {
  position: relative;
  padding-bottom: 50px;
  width: 90%;
}
@media (max-width: 480px) {
  .category-style-3 .category-image-fruit {
    width: 100%;
  }
}
.category-style-3 .category-image-fruit img {
  width: 100%;
}
@media (max-width: 360px) {
  .category-style-3 .category-image-fruit {
    padding-bottom: 30px;
  }
}
.category-style-3 .category-image-fruit .category-contain {
  position: absolute;
  bottom: 0;
  right: 0;
}
.category-style-3 .category-image-fruit .category-contain img {
  width: 100%;
}
[dir=rtl] .category-style-3 .category-image-fruit .category-contain img {
  margin-right: auto;
}
@media (max-width: 767px) {
  .category-style-3 .category-image-fruit .category-contain img {
    margin-left: auto;
  }
}
.category-style-3 .category-image-fruit .category-text {
  position: absolute;
  top: 0%;
  left: 0%;
  color: #fff;
  color: white;
  top: 20px;
  left: 30px;
}
[dir=rtl] .category-style-3 .category-image-fruit .category-text {
  left: unset;
  right: 30px;
  text-align: right;
}
.category-style-3 .category-image-fruit .category-text h2 {
  font-size: calc(16px + 9 * (100vw - 320px) / 1600);
  margin-bottom: 2px;
  font-weight: 900;
}
.category-style-3 .category-image-fruit .category-text h5 {
  font-size: calc(13px + 3 * (100vw - 320px) / 1600);
}

/**=====================
    offer section css start
==========================**/
.discount-image-details {
  background-color: #eff3f7;
  padding: calc(22px + 28 * (100vw - 320px) / 1600) calc(30px + 70 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  position: relative;
}
.discount-image-details.discount-spacing {
  padding: calc(50px + 130 * (100vw - 320px) / 1600);
}
@media (max-width: 991px) {
  .discount-image-details {
    display: block;
  }
}
.discount-image-details .discount-images {
  margin-right: 80px;
}
[dir=rtl] .discount-image-details .discount-images {
  margin-right: 0;
  margin-left: 80px;
}
@media (max-width: 991px) {
  .discount-image-details .discount-images {
    margin-right: 0;
    position: relative;
  }
  [dir=rtl] .discount-image-details .discount-images {
    margin-right: 0;
    margin-left: 0px;
  }
}
.discount-image-details .discount-images .theme-circle {
  width: 450px;
  height: 450px;
  background: rgb(117, 42, 221);
  background: radial-gradient(circle, rgb(117, 42, 221) 0%, rgb(87, 46, 147) 100%);
  border-radius: 50%;
}
@media (max-width: 1366px) {
  .discount-image-details .discount-images .theme-circle {
    width: 420px;
    height: 420px;
  }
}
@media (max-width: 1199px) {
  .discount-image-details .discount-images .theme-circle {
    width: 340px;
    height: 340px;
  }
}
@media (max-width: 991px) {
  .discount-image-details .discount-images .theme-circle {
    display: none;
  }
}
.discount-image-details .discount-images .shoes-images-1 {
  position: absolute;
  top: 18%;
  left: 59px;
  transform: rotate(34deg);
  width: 40%;
}
[dir=rtl] .discount-image-details .discount-images .shoes-images-1 {
  left: unset;
  right: 130px;
}
@media (max-width: 1366px) {
  .discount-image-details .discount-images .shoes-images-1 {
    top: 24%;
    left: 50px;
    width: 43%;
  }
}
@media (max-width: 1199px) {
  .discount-image-details .discount-images .shoes-images-1 {
    top: 33%;
    left: 55px;
    width: 40%;
  }
}
@media (max-width: 991px) {
  .discount-image-details .discount-images .shoes-images-1 {
    position: relative;
    transform: rotate(0);
    display: block;
    width: 100%;
    left: 0;
    animation: run-shoes 15s infinite linear;
  }
  [dir=rtl] .discount-image-details .discount-images .shoes-images-1 {
    left: unset;
    right: 0 !important;
  }
}
@media (max-width: 360px) {
  .discount-image-details .discount-images .shoes-images-1 {
    width: 100%;
  }
}
.discount-image-details .discount-images .shoes-images-2 {
  position: absolute;
  top: 50px;
  left: 430px;
  width: 20%;
  transform: rotateY(180deg) rotate(45deg);
}
[dir=rtl] .discount-image-details .discount-images .shoes-images-2 {
  left: unset;
  right: 30px;
}
@media (max-width: 1366px) {
  .discount-image-details .discount-images .shoes-images-2 {
    top: 90px;
    left: 375px;
    width: 18%;
  }
}
@media (max-width: 1199px) {
  .discount-image-details .discount-images .shoes-images-2 {
    top: 95px;
    left: 325px;
    width: 16%;
  }
}
@media (max-width: 991px) {
  .discount-image-details .discount-images .shoes-images-2 {
    display: none;
  }
}
.discount-image-details .discount-details {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 991px) {
  .discount-image-details .discount-details {
    position: relative;
    width: 100%;
    display: block;
  }
}
.discount-image-details .discount-details .heart-button {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.discount-image-details .discount-details .heart-button::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--theme-color);
  z-index: -1;
  opacity: 0.1;
}
.discount-image-details .discount-details .heart-button .fa-heart {
  margin-top: 2px;
}
.discount-image-details .discount-details h5 {
  color: #212529;
}
.discount-image-details .discount-details .deal-text {
  font-size: calc(22px + 23 * (100vw - 320px) / 1600);
  line-height: 1.1;
  font-weight: 900;
  color: #212529;
}

.discount-image-details-2 {
  background-color: #eff3f7;
  position: relative;
  height: 600px;
  overflow: hidden;
}
@media (max-width: 1366px) {
  .discount-image-details-2 {
    height: 500px;
  }
}
@media (max-width: 1199px) {
  .discount-image-details-2 {
    height: 410px;
  }
}
@media (max-width: 991px) {
  .discount-image-details-2 {
    height: auto;
    padding: calc(20px + 40 * (100vw - 320px) / 1600);
  }
}
.discount-image-details-2 .discount-images {
  margin-right: 80px;
}
@media (max-width: 991px) {
  .discount-image-details-2 .discount-images {
    margin-right: 0;
    position: relative;
  }
}
.discount-image-details-2 .discount-images .flower-images-1 {
  position: absolute;
  top: -75px;
  left: -215px;
  transform: rotate(-70deg);
  width: 53%;
}
@media (max-width: 1366px) {
  .discount-image-details-2 .discount-images .flower-images-1 {
    top: -2px;
    left: -150px;
    width: 49%;
  }
}
@media (max-width: 1199px) {
  .discount-image-details-2 .discount-images .flower-images-1 {
    top: -2px;
    left: -150px;
    width: 49%;
  }
}
@media (max-width: 991px) {
  .discount-image-details-2 .discount-images .flower-images-1 {
    display: none;
  }
}
.discount-image-details-2 .discount-images .flower-images-2 {
  position: absolute;
  top: -250px;
  right: -330px;
  width: 67%;
  transform: rotate(375deg);
}
@media (max-width: 1366px) {
  .discount-image-details-2 .discount-images .flower-images-2 {
    top: -160px;
    right: -235px;
    width: 62%;
  }
}
@media (max-width: 1199px) {
  .discount-image-details-2 .discount-images .flower-images-2 {
    top: -160px;
    right: -235px;
    width: 62%;
  }
}
@media (max-width: 991px) {
  .discount-image-details-2 .discount-images .flower-images-2 {
    position: relative;
    transform: rotate(0);
    display: block;
    width: 100%;
    top: 0;
    left: 0;
    animation: run-shoes 15s infinite linear;
  }
  [dir=rtl] .discount-image-details-2 .discount-images .flower-images-2 {
    left: unset;
    right: 0;
  }
}
.discount-image-details-2 .discount-shop {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: var(--theme-color);
  user-select: none;
  color: #fff;
  padding: calc(13px + 12 * (100vw - 320px) / 1600);
}
[dir=rtl] .discount-image-details-2 .discount-shop {
  left: unset;
  right: 0;
}
@media (max-width: 991px) {
  .discount-image-details-2 .discount-shop {
    display: none;
  }
}
.discount-image-details-2 .discount-shop h2 {
  font-size: calc(15px + 10 * (100vw - 320px) / 1600);
}
.discount-image-details-2 .discount-shop h6 {
  letter-spacing: calc(0px + 5 * (100vw - 320px) / 1600);
  margin-top: calc(8px + 7 * (100vw - 320px) / 1600);
}
.discount-image-details-2 .discount-details {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 991px) {
  .discount-image-details-2 .discount-details {
    position: relative;
    width: 100%;
    display: block;
  }
}
.discount-image-details-2 .discount-details .heart-button {
  border-radius: 50%;
  z-index: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
}
.discount-image-details-2 .discount-details .heart-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--theme-color);
  opacity: 0.1;
  border-radius: 100%;
  z-index: -1;
}
.discount-image-details-2 .discount-details .heart-button-light {
  background-color: #eee1e6;
}
.discount-image-details-2 .discount-details .heart-button .feather {
  fill: var(--theme-color);
  stroke: var(--theme-color);
  width: 20px;
  height: 20px;
  display: inline;
}
.discount-image-details-2 .discount-details .deal-text {
  font-size: calc(22px + 23 * (100vw - 320px) / 1600);
  line-height: 1.1;
  font-weight: 900;
}

/**=====================
     banner css start
==========================**/
.timer-banner {
  overflow: hidden;
}
.timer-banner .round-circle {
  position: absolute;
  animation: rounded 10s infinite linear;
  z-index: 0;
  width: 90%;
}
.timer-banner .veg-image {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 1;
}
.timer-banner .social-media {
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  display: flex;
  align-items: center;
}
[dir=rtl] .timer-banner .social-media {
  transform: translateY(-50%) rotate(180deg);
}
[dir=rtl] .timer-banner .social-media {
  left: 15px;
  right: unset;
}
@media (max-width: 360px) {
  .timer-banner .social-media {
    bottom: 0;
    position: absolute;
    writing-mode: horizontal-tb;
    top: unset;
  }
  [dir=rtl] .timer-banner .social-media {
    transform: translateY(-50%) rotate(0deg);
  }
}
.timer-banner .social-media .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.timer-banner .social-media .social-icon + .social-icon {
  margin-top: 10px;
}
[dir=rtl] .timer-banner .social-media .social-icon + .social-icon {
  margin-top: 0;
  margin-bottom: 10px;
}
@media (max-width: 360px) {
  .timer-banner .social-media .social-icon + .social-icon {
    margin-top: 0;
    margin-left: 5px;
  }
  [dir=rtl] .timer-banner .social-media .social-icon + .social-icon {
    margin-left: 0;
    margin-right: 5px;
    margin-bottom: 0px;
  }
}
.timer-banner .social-media .social-icon img {
  transform: rotate(90deg);
  margin-bottom: 10px;
}
[dir=rtl] .timer-banner .social-media .social-icon img {
  margin-top: 10px;
}
@media (max-width: 360px) {
  .timer-banner .social-media .social-icon img {
    transform: rotate(0deg);
    margin-bottom: 0;
  }
}
.timer-banner .social-media .social-icon h6 {
  font-weight: 600;
  font-size: calc(8px + 6 * (100vw - 320px) / 1600);
  color: #212529;
}
@media (max-width: 1199px) {
  .timer-banner .social-media .social-icon h6 {
    display: none;
  }
}
@media (max-width: 575px) {
  .timer-banner.bg-size::before {
    padding-top: 58%;
  }
}
@media (max-width: 480px) {
  .timer-banner.bg-size::before {
    padding-top: 64%;
  }
}
@media (max-width: 360px) {
  .timer-banner.bg-size::before {
    padding-top: 94%;
  }
}
.timer-banner .coupon-code {
  font-size: 12px;
  font-weight: 500;
  padding: 6px 20px;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.timer-banner .coupon-code::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px dashed var(--theme-color);
  left: 0;
  top: 0;
  opacity: 0.2;
}
[dir=rtl] .timer-banner .coupon-code::after {
  left: unset;
  right: 0;
}
@media (max-width: 1199px) {
  .timer-banner .coupon-code {
    top: 20px;
    left: unset;
    transform: unset;
    right: 20px;
  }
}
@media (max-width: 575px) {
  .timer-banner .coupon-code {
    padding: 4px 10px;
  }
}
@media (max-width: 480px) {
  .timer-banner .coupon-code {
    top: 15px;
    right: 15px;
  }
}
.timer-banner .timer {
  display: inline-flex;
  z-index: 1;
  backdrop-filter: blur(10px);
}
.timer-banner .timer ul {
  padding: 30px 50px;
}
.timer-banner .timer ul.light-color {
  background-color: rgba(81, 152, 60, 0.7);
  backdrop-filter: blur(8px);
  color: #fff;
}
@media (max-width: 1199px) {
  .timer-banner .timer ul {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .timer-banner .timer ul {
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .timer-banner .timer ul {
    padding: 15px;
  }
}
.timer-banner .timer ul li h2 {
  margin-bottom: 6px;
}
@media (max-width: 480px) {
  .timer-banner .timer ul li h2 {
    margin-bottom: 2px;
    font-size: 20px;
  }
}
.timer-banner .timer ul li + li {
  margin-left: 80px;
}
[dir=rtl] .timer-banner .timer ul li + li {
  margin-left: unset !important;
  margin-right: 80px;
}
@media (max-width: 767px) {
  .timer-banner .timer ul li + li {
    margin-left: 50px;
  }
  [dir=rtl] .timer-banner .timer ul li + li {
    margin-right: 50px;
  }
}
@media (max-width: 480px) {
  .timer-banner .timer ul li + li {
    margin-left: 30px;
  }
  [dir=rtl] .timer-banner .timer ul li + li {
    margin-right: 30px;
  }
}
.timer-banner .timer ul li + li::before {
  left: -42px;
  border-left: 2px solid rgba(255, 255, 255, 0.2);
}
[dir=rtl] .timer-banner .timer ul li + li::before {
  left: unset !important;
  right: -42px;
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  border-left: unset;
}
@media (max-width: 767px) {
  .timer-banner .timer ul li + li::before {
    left: -28px;
  }
  [dir=rtl] .timer-banner .timer ul li + li::before {
    right: -28px;
  }
}
@media (max-width: 480px) {
  .timer-banner .timer ul li + li::before {
    left: -18px;
  }
  [dir=rtl] .timer-banner .timer ul li + li::before {
    right: -18px;
  }
}
.timer-banner .discount-offer {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  position: absolute;
  left: 30px;
  transform: translateY(-50%) rotate(180deg);
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  color: #212529;
}
[dir=rtl] .timer-banner .discount-offer {
  left: unset !important;
  right: 30px;
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .timer-banner .discount-offer {
    left: 20px;
    top: 20px;
    writing-mode: unset;
    text-orientation: initial;
    transform: rotate(0) !important;
    transform: unset;
  }
  [dir=rtl] .timer-banner .discount-offer {
    right: unset;
    left: 20px !important;
  }
}
@media (max-width: 480px) {
  .timer-banner .discount-offer {
    left: 15px;
    top: 15px;
  }
  [dir=rtl] .timer-banner .discount-offer {
    left: 15px !important;
    right: unset;
  }
}
@media (max-width: 1460px) {
  .timer-banner .discount-offer h5 {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .timer-banner .discount-offer h5 {
    font-size: 10px;
  }
}
.timer-banner .discount-offer .wishlist-icon {
  padding: 7px 7px 8px 4px;
  position: relative;
}
[dir=rtl] .timer-banner .discount-offer .wishlist-icon {
  margin-bottom: 8px;
  margin-top: 0 !important;
}
@media (max-width: 1460px) {
  .timer-banner .discount-offer .wishlist-icon {
    padding: 0;
  }
}
@media (max-width: 1199px) {
  .timer-banner .discount-offer .wishlist-icon {
    padding: 4px 4px 2px;
    margin-top: 0 !important;
    margin-left: 5px;
  }
}
@media (max-width: 480px) {
  .timer-banner .discount-offer .wishlist-icon {
    display: none;
  }
}
.timer-banner .discount-offer .wishlist-icon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--theme-color);
  opacity: 0.1;
  border-radius: 100%;
}
@media (max-width: 1460px) {
  .timer-banner .discount-offer .wishlist-icon::after {
    display: none;
  }
}
@media (max-width: 1199px) {
  .timer-banner .discount-offer .wishlist-icon::after {
    display: block;
  }
}
.timer-banner .discount-offer .wishlist-icon i {
  font-size: 13px;
  transform: rotate(90deg);
}
@media (max-width: 1199px) {
  .timer-banner .discount-offer .wishlist-icon i {
    transform: unset;
    font-size: 12px;
  }
}

.small-banner .collection-banner {
  display: flex !important;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
}
@media (max-width: 991px) {
  .small-banner .collection-banner {
    align-items: center;
  }
}
@media (max-width: 1199px) {
  .small-banner .collection-banner {
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .small-banner .collection-banner.bg-size:before {
    padding-top: 74%;
  }
}
@media (max-width: 360px) {
  .small-banner .collection-banner.bg-size:before {
    padding-top: 86%;
  }
}

.banner-btn-group {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
}
[dir=rtl] .banner-btn-group {
  left: unset;
  right: 0;
}
.banner-btn-group button + button {
  margin-left: -1px;
}
[dir=rtl] .banner-btn-group button + button {
  margin-right: -1px;
  margin-left: unset;
}

/**=====================
    Cookie section css start
==========================**/
.cookie-bar-section-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #e9e9e9;
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 15px;
  width: max-content;
  border-radius: 50px;
  z-index: 99;
  box-shadow: 0 4px 7px rgba(33, 37, 41, 0.15);
  opacity: 1;
  transition: 0.5s ease;
}
@media (max-width: 767px) {
  .cookie-bar-section-2 {
    bottom: 8px;
    left: unset;
    right: 20px;
    display: block;
    width: 50%;
    margin: 0 auto;
    transform: none;
    border-radius: 5px;
    z-index: 9;
  }
}
@media (max-width: 480px) {
  .cookie-bar-section-2 {
    width: 310px;
  }
}
@media (max-width: 360px) {
  .cookie-bar-section-2 {
    width: fit-content;
    left: 0;
    transform: translate(0, 0);
    margin: 0 12px;
  }
}
.cookie-bar-section-2.flower-cookirbar {
  background-color: #eff2f7;
}
.cookie-bar-section-2.veg-cookiebar {
  background-color: #f0f7f0;
}
.cookie-bar-section-2.hide {
  opacity: 0;
  bottom: -350px;
}
.cookie-bar-section-2 img {
  width: 30px;
}
@media (max-width: 767px) {
  .cookie-bar-section-2 img {
    margin-bottom: 16px;
  }
}
@media (max-width: 360px) {
  .cookie-bar-section-2 img {
    width: 40px;
  }
}
.cookie-bar-section-2 .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
}
@media (max-width: 767px) {
  .cookie-bar-section-2 .content {
    display: block;
    text-align: center;
  }
}
.cookie-bar-section-2 .content p {
  text-align: center;
  margin: 0 18px;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .cookie-bar-section-2 .content p {
    margin: 0 0 16px;
  }
}
.cookie-bar-section-2 .content .cookie-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.cookie-bar-section-2 .content .cookie-buttons button {
  padding: 10px 25px;
  border-radius: 50px;
  text-transform: capitalize;
}
.cookie-bar-section-2 .content .cookie-buttons button:hover {
  color: #fff;
}
.cookie-bar-section-2 .content .cookie-buttons button:active {
  border-color: var(--theme-color);
}
@media (max-width: 767px) {
  .cookie-bar-section-2 .content .cookie-buttons button {
    border-radius: 5px;
  }
}
@media (max-width: 360px) {
  .cookie-bar-section-2 .content .cookie-buttons button {
    width: 100%;
  }
}

/**=====================
    Code section css start
==========================**/
.code-section {
  background-image: url(/images/vegetable/852.png);
  background-position: center;
  background-size: contain;
  height: 100%;
}
.code-section .overlay-color {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
.code-section .overlay-color .code-contain {
  display: flex;
  align-items: center;
  color: #fff;
  height: 100%;
}
.code-section .overlay-color .code-contain .code-image {
  position: relative;
  margin-right: calc(9px + 16 * (100vw - 320px) / 1600);
}
[dir=rtl] .code-section .overlay-color .code-contain .code-image {
  margin-right: unset;
  margin-left: 25px;
}
.code-section .overlay-color .code-contain .code-image img {
  width: 40px;
  animation: round 12s infinite linear;
}
.code-section .overlay-color .code-contain .code-image i {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  color: var(--theme-color);
  font-size: calc(14px + 7 * (100vw - 320px) / 1600);
}
.code-section .overlay-color .code-contain h6 {
  color: #fff;
}
.code-section .overlay-color .code-contain h6 span {
  font-weight: bolder;
}

@keyframes rounded {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes run-shoes {
  0% {
    transform: rotate(0deg) translate(0, 0);
  }
  50% {
    transform: rotate(5deg);
    transform-origin: left;
  }
  75% {
    transform: rotate(-5deg);
    transform-origin: right;
  }
  100% {
    transform: rotate(0deg) translate(0, 0);
  }
}
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(239, 243, 247, 0.3), 0 0 0 1em rgba(239, 243, 247, 0.3);
  }
  100% {
    box-shadow: 0 0 0 1em rgba(239, 243, 247, 0.3), 0 0 0 3em rgba(239, 243, 247, 0.3);
  }
}
@keyframes ripple-1 {
  0% {
    box-shadow: 0 0 0 0 rgba(232, 115, 22, 0.3), 0 0 0 1em rgba(232, 115, 22, 0.3);
  }
  100% {
    box-shadow: 0 0 0 1em rgba(232, 115, 22, 0.3), 0 0 0 1.5em rgba(232, 115, 22, 0);
  }
}
@keyframes ripple-2 {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 1em rgba(255, 255, 255, 0.3);
  }
  100% {
    box-shadow: 0 0 0 1em rgba(255, 255, 255, 0.3), 0 0 0 1.5em rgba(255, 255, 255, 0);
  }
}
@keyframes rotate-flower {
  0% {
    transform: rotate(0deg);
    transform-origin: bottom;
  }
  25% {
    transform: rotate(8deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-8deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes back {
  0% {
    transform: translateX(0px);
  }
  70% {
    transform: translateX(-13px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes regMask {
  0% {
    transform: translate(0px, 0px) scale(0);
  }
  50% {
    transform: translate(100px, 100px) scale(0.5);
  }
  100% {
    transform: translate(0px, 0px) scale(1);
  }
}
@keyframes regMaskR {
  0% {
    transform: translate(0px, 0px) scale(1);
  }
  50% {
    transform: translate(150px, -150px) scale(0.5);
  }
  100% {
    transform: translate(0px, 0px) scale(0);
  }
}
@keyframes regTag {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  25% {
    transform: translate(4px, 25px) rotate(11.25deg);
  }
  50% {
    transform: translate(-88px, 40px) rotate(22.5deg);
  }
  100% {
    transform: translate(-96px, 8px) rotate(45deg);
  }
}
@keyframes regTag2 {
  0% {
    width: 140px;
    height: 140px;
    line-height: 140px;
    box-shadow: 0px 2px 5px -1px rgba(33, 37, 41, 0.45);
  }
  100% {
    width: 70px;
    height: 70px;
    box-shadow: 0px 2px 5px -1px rgba(33, 37, 41, 0);
    line-height: 68px;
  }
}
@keyframes regTagR {
  0% {
    transform: translate(-96px, 8px) rotate(45deg);
  }
  25% {
    transform: translate(-88px, 40px) rotate(22.5deg);
  }
  50% {
    transform: translate(4px, 25px) rotate(11.25deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes regTag2R {
  0% {
    width: 70px;
    height: 70px;
    box-shadow: 0px 2px 5px -1px rgba(33, 37, 41, 0);
    line-height: 68px;
  }
  100% {
    width: 140px;
    height: 140px;
    line-height: 140px;
    box-shadow: 0px 2px 5px -1px rgba(33, 37, 41, 0.45);
  }
}
@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes fade {
  0% {
    opacity: 0;
    transform: rotate(0deg);
  }
  50% {
    opacity: 0.5;
    transform: rotate(180deg);
  }
  100% {
    opacity: 1;
    transform: rotate(360deg);
  }
}
@keyframes buttons-shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-2px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(2px, 0, 0);
  }
}
@keyframes ring {
  0% {
    transform: rotateZ(0);
  }
  1% {
    transform: rotateZ(15deg);
  }
  3% {
    transform: rotateZ(-14deg);
  }
  5% {
    transform: rotateZ(17deg);
  }
  7% {
    transform: rotateZ(-16deg);
  }
  9% {
    transform: rotateZ(15deg);
  }
  11% {
    transform: rotateZ(-14deg);
  }
  13% {
    transform: rotateZ(13deg);
  }
  15% {
    transform: rotateZ(-12deg);
  }
  17% {
    transform: rotateZ(12deg);
  }
  19% {
    transform: rotateZ(-10deg);
  }
  21% {
    transform: rotateZ(9deg);
  }
  23% {
    transform: rotateZ(-8deg);
  }
  25% {
    transform: rotateZ(7deg);
  }
  27% {
    transform: rotateZ(-5deg);
  }
  29% {
    transform: rotateZ(5deg);
  }
  31% {
    transform: rotateZ(-4deg);
  }
  33% {
    transform: rotateZ(3deg);
  }
  35% {
    transform: rotateZ(-2deg);
  }
  37% {
    transform: rotateZ(1deg);
  }
  39% {
    transform: rotateZ(-1deg);
  }
  41% {
    transform: rotateZ(1deg);
  }
  43% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(0);
  }
}
@keyframes animateContainer {
  0% {
    opacity: 0;
    transform: scale(0);
    box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
  }
  25% {
    opacity: 1;
    transform: scale(0.9);
    box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
  }
  43.75% {
    transform: scale(1.15);
    box-shadow: 0px 0px 0px 43.334px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
  }
  62.5% {
    transform: scale(1);
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 21.667px rgba(255, 255, 255, 0.25) inset;
  }
  81.25% {
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset;
  }
  100% {
    opacity: 1;
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset;
  }
}
@keyframes animateCheck {
  from {
    stroke-dashoffset: 80;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes animateShadow {
  0% {
    opacity: 0;
    width: 100%;
    height: 15%;
  }
  25% {
    opacity: 0.25;
  }
  43.75% {
    width: 40%;
    height: 7%;
    opacity: 0.35;
  }
  100% {
    width: 85%;
    height: 15%;
    opacity: 0.25;
  }
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-7px);
  }
}
@keyframes floating {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-187%);
  }
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@keyframes moveDown {
  from {
    transform: translate(0, -100%);
  }
  to {
    transform: translate(0, 0);
  }
}
@keyframes pendulum {
  20% {
    transform: rotate(60deg);
  }
  40% {
    transform: rotate(-40deg);
  }
  60% {
    transform: rotate(20deg);
  }
  80% {
    transform: rotate(-5deg);
  }
}
@keyframes catHi {
  0%, 100% {
    opacity: 0;
    transform: scale(0.8);
  }
  10%, 60% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes catShadow {
  0%, 100% {
    transform: translate(40px, -35px) scale(0.3);
  }
  10%, 60% {
    opacity: 1;
    transform: translate(-5px, 10px) scale(0.5);
  }
  60% {
    opacity: 0;
  }
}
@keyframes moveBox {
  0% {
    opacity: 0;
    transform: translate(0, -150px) rotate(20deg);
  }
  15% {
    opacity: 1;
    transform: translate(0, 100px) rotate(-15deg);
  }
  25% {
    transform: translate(0, 250px) rotate(10deg);
  }
  30% {
    transform: translate(0, 350px) rotate(-5deg);
  }
  35% {
    opacity: 1;
    transform: translate(0, 570px) rotate(0deg);
  }
  45%, 100% {
    opacity: 0;
    transform: translate(0, 570px);
  }
}
@keyframes parachute {
  0% {
    transform: translate(0, -150px) rotate(20deg) scale(0.8);
    opacity: 0;
  }
  15% {
    transform: translate(0, 100px) rotate(-15deg) scale(1);
    opacity: 1;
  }
  25% {
    transform: translate(0, 250px) rotate(10deg);
  }
  30% {
    transform: translate(0, 350px) rotate(-5deg);
  }
  33% {
    transform: translate(0, 460px) rotate(0deg) scale(0.9);
    opacity: 1;
  }
  45%, 100% {
    transform: translate(0, 480px);
    opacity: 0;
  }
}
@keyframes fadeInOut {
  5%, 12% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
}
@keyframes clouds {
  from {
    transform: translate(-150%, 0);
  }
  to {
    transform: translate(150%, 0);
  }
}
@keyframes round {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/**=====================
     banner css start
==========================**/
.banner-style-2 .collection-banner {
  position: relative;
  cursor: pointer;
}
.banner-style-2 .collection-banner .banner-img {
  min-height: 390px;
  object-fit: cover;
}
@media (max-width: 1460px) {
  .banner-style-2 .collection-banner .banner-img {
    min-height: 330px;
  }
}
@media (max-width: 1199px) {
  .banner-style-2 .collection-banner .banner-img {
    min-height: 300px;
  }
}
@media (max-width: 360px) {
  .banner-style-2 .collection-banner .banner-img {
    min-height: 240px;
  }
}
.banner-style-2 .collection-banner .banner-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 0;
  width: 100%;
  padding: 30px;
}
@media (max-width: 575px) {
  .banner-style-2 .collection-banner .banner-detail {
    padding: 20px;
  }
}
.banner-style-2 .collection-banner .banner-detail .font-dark-30 {
  font-weight: 800;
  transition: all 0.5s ease;
  color: #212529 !important;
}
.banner-style-2 .collection-banner .banner-detail .heart-wishlist .far {
  color: rgba(35, 35, 35, 0.6);
}
.banner-style-2 .collection-banner .banner-detail .heart-wishlist::after {
  opacity: 0;
  transition: 0.5;
}
.banner-style-2 .collection-banner .contain-banner {
  top: unset;
  bottom: 60px;
}
.banner-style-2 .collection-banner .contain-banner.contain-center {
  top: 0;
  bottom: 0;
}
@media (max-width: 1199px) {
  .banner-style-2 .collection-banner .contain-banner {
    bottom: 30px;
  }
}
.banner-style-2 .collection-banner .contain-banner .banner-content {
  padding: 40px;
  width: calc(100% - 120px);
  transition: all 0.5s;
  backdrop-filter: blur(4px);
}
.banner-style-2 .collection-banner .contain-banner .banner-content.banner-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  backdrop-filter: blur(5px);
}
@media (max-width: 1460px) {
  .banner-style-2 .collection-banner .contain-banner .banner-content {
    padding: 30px;
    width: unset;
  }
}
@media (max-width: 575px) {
  .banner-style-2 .collection-banner .contain-banner .banner-content {
    padding: 20px;
  }
}
@media (max-width: 1460px) {
  .banner-style-2 .collection-banner .contain-banner .banner-content span {
    letter-spacing: 3px;
  }
}
.banner-style-2 .collection-banner.ratio2_1 .bg-size:before {
  display: none;
}
.banner-style-2 .collection-banner:hover .contain-banner .banner-content.banner-center {
  backdrop-filter: blur(5px);
}
.banner-style-2 .collection-banner:hover .contain-banner .banner-content.with-bg {
  background-color: var(--theme-color);
  opacity: 0.9;
  transition: all 0.5s;
  color: #fff;
}
.banner-style-2 .collection-banner:hover .contain-banner .banner-content.with-big {
  background-color: var(--theme-color);
  backdrop-filter: blur(5px);
  opacity: 0.9;
}
.banner-style-2 .collection-banner:hover .banner-detail .heart-wishlist .far {
  color: var(--theme-color);
}
.banner-style-2 .collection-banner:hover .banner-detail .heart-wishlist::after {
  opacity: 0.1;
  transition: 0.5;
}
.banner-style-2 .collection-banner:hover .banner-detail .font-dark-30 {
  color: #232323 !important;
  transition: all 0.5s ease;
}
.banner-style-2 .collection-banner:hover .banner-detail .font-dark-30 span {
  color: var(--theme-color) !important;
}
.banner-style-2.offer-banner .collection-banner .banner-img {
  min-height: unset;
}
.banner-style-2.offer-banner .collection-banner .contain-banner {
  top: 50%;
  transform: translateY(-50%);
  bottom: unset;
}
.banner-style-2.offer-banner .collection-banner .contain-banner .banner-content {
  padding: 40px;
}
.banner-style-2.offer-banner .collection-banner .contain-banner .banner-content span {
  letter-spacing: unset;
}