: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
==========================**/
.container-fluid-lg {
  padding: 0 112px;
}
@media (max-width: 1460px) {
  .container-fluid-lg {
    padding: 0 60px;
  }
}
@media (max-width: 1366px) {
  .container-fluid-lg {
    padding: 0 30px;
  }
}
@media (max-width: 1199px) {
  .container-fluid-lg {
    padding: 0 12px;
  }
}

header .search-header {
  border-bottom: 1px solid #e5e5e5;
}
header.nav-down.nav-up .navbar-searchbar {
  top: 0;
}
header.nav-down.nav-up .main-menu {
  padding: 10px 0;
}
header.nav-down.nav-up ~ .faq-details .faq-link-box {
  top: 95px;
}
header.nav-down .navbar-searchbar {
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  margin-top: 0;
  background-color: #fff;
  box-shadow: 0px 4px 10px rgba(23, 32, 90, 0.15);
  transition: all 0.5s ease;
  z-index: 3;
}
header.nav-down ~ .faq-details .faq-link-box {
  top: 15px;
  transition: all 0.5s ease;
}
header .search-suggestion {
  height: 0px;
  max-height: 0;
  background-color: #fff;
  position: absolute;
  width: 100%;
  border-radius: 5px;
  top: 68px;
  overflow: auto;
  transition: max-height 1000ms cubic-bezier(0.27, 0.7, 0, 0.99);
  z-index: 1;
}
@media (max-width: 767px) {
  header .search-suggestion {
    top: 56px;
  }
}
header .search-suggestion > ul {
  display: grid;
  grid-template-columns: auto auto auto auto;
  margin: -10px;
}
header .search-suggestion > ul > li {
  padding: 10px;
}
header .search-suggestion .product-cart {
  display: flex;
  align-items: center;
}
header .search-suggestion .product-cart img {
  height: 60px;
}
header .search-suggestion .product-cart .media-body {
  padding-left: 15px;
}
header .search-suggestion .product-cart .media-body a {
  color: #232323;
}
header .search-suggestion .product-cart .media-body .rating li i {
  font-size: 12px;
  color: #c3c3c3;
}
header .main-menu {
  position: relative;
  padding: 20px 0;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  header .main-menu {
    padding: 10px 0;
  }
}
header .onhover-div {
  right: 0;
}
[dir=rtl] header .onhover-div {
  right: unset;
  left: 0;
}
@media (max-width: 575px) {
  header .wislist-dropdown {
    display: none;
  }
}
@media (max-width: 767px) {
  header .cart-dropdown:hover .onhover-div {
    opacity: 0;
    transform: unset;
    visibility: hidden;
  }
}
header .cart-dropdown .onhover-div::before {
  border-bottom: 7px solid #f0f3f8;
}
@media (max-width: 767px) {
  header .cart-dropdown .onhover-div {
    position: fixed;
    top: 0 !important;
    width: 320px;
    height: 100vh;
    right: -320px;
    opacity: 1 !important;
    visibility: visible !important;
    transition: 0.5s;
    z-index: 4;
  }
}
@media (max-width: 767px) {
  header .cart-dropdown.show .onhover-div {
    right: 0;
    transition: 0.5s;
  }
}
header .cart-menu .cart-title {
  background-color: #f0f3f8;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .cart-menu .cart-title h6 {
  position: relative;
}
header .cart-menu .cart-title h6 .label {
  position: absolute;
  top: -4px;
  right: -9px;
  padding: 0;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
[dir=rtl] header .cart-menu .cart-title span i {
  transform: rotate(180deg);
}
header .cart-menu .media {
  display: flex;
  align-items: center;
  position: relative;
}
header .cart-menu .media .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  background: none;
  align-items: center;
  justify-content: center;
  padding: 0;
}
[dir=rtl] header .cart-menu .media .btn-close {
  right: unset;
  left: 0;
}
header .cart-menu .media img {
  width: 60px;
}
header .cart-menu .media .media-body {
  margin-left: 15px;
}
[dir=rtl] header .cart-menu .media .media-body {
  margin-left: unset;
  margin-right: 15px;
}
header .cart-menu .media .media-body h6 {
  font-weight: 600;
}
header .cart-menu .media .media-body input {
  max-width: 60px;
  text-align: center;
  width: unset;
  height: auto;
  padding: 3px 8px;
  border-radius: 0;
}
header .cart-menu .media .media-body .qty-with-price {
  margin-top: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .cart-menu ul {
  padding-top: 10px;
}
header .cart-menu ul li {
  padding: 10px 20px;
  display: block;
}
@media (max-width: 767px) {
  header .cart-menu ul li:last-child {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  header .cart-menu ul {
    height: calc(100vh - 180px);
    overflow: auto;
    border-bottom: 1px solid #ced4da;
  }
}
header .cart-btn {
  padding: 20px;
}
@media (max-width: 767px) {
  header .cart-btn {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
}
header .cart-btn .cart-total {
  color: var(--theme-color);
  font-weight: 600;
  display: none;
}
@media (max-width: 767px) {
  header .cart-btn .cart-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
  }
}
header .cart-btn .btn {
  padding: 8px 12px;
  font-size: 14px;
  width: 100%;
}
header .wishlist-empty {
  padding: 20px;
  text-align: center;
}
header .wishlist-empty i {
  font-size: 40px;
  color: var(--theme-color);
  margin-bottom: 15px;
}
header .search-full {
  background-color: #fff;
  position: absolute;
  right: 0;
  z-index: 9;
  width: 0;
  height: 0;
  transform: scale(0);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
}
[dir=rtl] header .search-full {
  right: unset;
  left: 0;
}
header .search-full .input-group {
  border: 1px solid #f0f3f8;
}
header .search-full .input-group .input-group-text {
  background-color: transparent;
  border: none;
}
header .search-full .input-group .input-group-text.close-search {
  cursor: pointer;
}
header .search-full .input-group .input-group-text svg {
  height: 18px;
}
header .search-full .input-group input {
  border: none;
}
header .search-full .input-group input:focus {
  background-color: transparent;
}
header .search-full.open {
  width: 100%;
  height: 100%;
  animation: zoomIn 0.5s ease-in-out;
  transform: scale(1);
  transition: all 0.3s ease;
}
header .search-full.show .search-suggestion {
  padding: 10px;
  border: 1px solid #f0f3f8;
  height: max-content;
  max-height: 500px;
  transition: max-height 1000ms cubic-bezier(0.27, 0.7, 0, 0.99);
}
header .search-box1 {
  position: relative;
  width: 55%;
  height: 100%;
  right: 0;
  z-index: 1;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
}
header .search-box1 .form-control {
  border-radius: 0;
  background-color: #fff;
}
header .search-box1 .twitter-typeahead {
  width: calc(100% - 50px);
}
header .search-box1 .tt-menu {
  display: block;
  width: 100%;
  background-color: #fff;
  border: unset !important;
  box-shadow: 0 5px 10px rgba(33, 37, 41, 0.2);
  max-height: 350px;
  overflow: auto;
  top: 55px !important;
  border-radius: 5px;
  padding: 8px 0;
}
header .search-box1 .tt-menu .tt-dataset-states {
  padding: 10px 20px;
}
header .search-box1 .tt-menu .tt-dataset-states .tt-selectable {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
header .search-box1 .tt-menu .tt-dataset-states .tt-selectable .image-section {
  width: 100%;
  max-width: 100px;
  margin-right: 20px;
}
header .search-box1 .tt-menu .tt-dataset-states .tt-selectable .image-section img {
  width: 100%;
}
header .search-box1 .tt-menu .tt-dataset-states .tt-selectable .description-section {
  width: calc(100% - 20px);
}
header .search-box1 .tt-menu .tt-dataset-states .tt-selectable .description-section h4 {
  margin-bottom: 5px;
}
@media (max-width: 1660px) {
  header .search-box1 {
    width: 48%;
  }
}
@media (max-width: 1366px) {
  header .search-box1 {
    width: 40%;
  }
}
@media (max-width: 1199px) {
  header .search-box1 {
    width: 30%;
  }
}
header .search-box1 .form-control:focus {
  border-color: #ced4da;
  background-color: #fff;
}
header .search-box1.open {
  width: 100%;
  height: 100%;
  animation: zoomIn 0.5s ease-in-out;
  transform: scale(1);
  transition: all 0.3s ease;
}
header .search-box1.show .search-suggestion {
  top: 100%;
  padding: 10px;
  border: 1px solid #f0f3f8;
  height: max-content;
  max-height: 500px;
  transition: max-height 1000ms cubic-bezier(0.27, 0.7, 0, 0.99);
}
header .search-box1 .input-group-text {
  color: #fff;
  border-radius: 0;
}
header .search-box1 .input-group-text .feather {
  color: #fff;
}

.brand-logo .svg-icon {
  width: 25px;
  height: 25px;
  margin-right: 5px;
  animation-name: spinner;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 3s;
  transform-style: preserve-3d;
}
[dir=rtl] .brand-logo .svg-icon {
  margin-right: 0;
  margin-left: 5px;
}
.brand-logo .svg-icon .fill-color {
  fill: var(--theme-color);
}

@keyframes spinner {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(-360deg);
  }
}
.category-menu {
  position: relative;
}
.category-menu .category-dropdown {
  padding: 20px;
}
.category-menu .category-dropdown ul li {
  padding: 10px 0;
  display: block;
}
.category-menu .category-dropdown ul li a {
  color: #232323;
  text-transform: capitalize;
}
.category-menu .category-dropdown ul li a:hover, .category-menu .category-dropdown ul li a:focus, .category-menu .category-dropdown ul li a:active, .category-menu .category-dropdown ul li a.active {
  color: var(--theme-color);
}

.close-btn {
  padding: 10px 15px;
  font-size: 18px;
  color: #232323;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 1px solid #ced4da;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.close-btn i {
  font-size: 14px;
}

.customerNavMenu .close-btn .mobile-back {
  padding: 0.5rem;
}

.mobile-menu {
  position: fixed;
  bottom: 0;
  padding: 10px;
  width: 100%;
  background-color: #fff;
  z-index: 1;
  box-shadow: 0 2px 7px 3px rgba(168, 168, 168, 0.2);
}
.mobile-menu ul {
  display: flex;
}
[dir=rtl] .mobile-menu ul {
  padding: 0;
}
.mobile-menu ul li {
  width: 100%;
  text-align: center;
}
.mobile-menu ul li a {
  display: block;
  color: rgba(35, 35, 35, 0.4);
}
@media (max-width: 360px) {
  .mobile-menu ul li a {
    font-size: 13px;
  }
}
.mobile-menu ul li a.active, .mobile-menu ul li a:hover {
  color: var(--theme-color);
}
.mobile-menu ul li a i {
  display: block;
}
.mobile-menu ul li a svg {
  display: block;
  margin: 0 auto;
  stroke-width: 1.5px;
}
@media (max-width: 360px) {
  .mobile-menu ul li a svg {
    height: 20px;
  }
}
.mobile-menu ul li a span {
  margin-top: 5px;
}

@media (min-width: 1200px) {
  .category-menu {
    position: relative;
  }
  .category-menu .category-dropdown {
    top: 70px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 8;
    background-color: #fff;
    transition: all linear 0.3s;
    min-width: 250px;
    box-shadow: 3.346px 3.716px 22.5px rgba(0, 0, 0, 0.07);
  }
  .category-menu .category-dropdown ul li.submenu > a {
    position: relative;
    display: block;
  }
  .category-menu .category-dropdown ul li.submenu > a::after {
    content: "\f054";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    right: 0;
    font-weight: 600;
    top: 50%;
    transform: translateY(-50%);
    font-size: 11px;
  }
  [dir=rtl] .category-menu .category-dropdown ul li.submenu > a::after {
    right: unset;
    left: 0;
    transform: translateY(-50%) rotate(180deg);
  }
  .category-menu .category-dropdown ul li.submenu .category-mega-menu {
    position: absolute;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    margin-left: 15px;
    background-color: #fff;
    transition: 0.5s;
    left: 95%;
    box-shadow: 3.346px 3.716px 22.5px rgba(0, 0, 0, 0.07);
    top: 0;
    height: 100%;
  }
  .category-menu .category-dropdown ul li.submenu .category-mega-menu .category-childmenu .title-category {
    margin-bottom: 15px;
  }
  .category-menu .category-dropdown ul li.submenu .category-mega-menu .category-childmenu ul li {
    padding: 5px 0;
  }
  .category-menu .category-dropdown ul li.submenu:hover .category-mega-menu {
    left: 100%;
    opacity: 1;
    visibility: visible;
    transition: 0.5s;
  }
  [dir=rtl] .category-menu .category-dropdown ul li.submenu:hover .category-mega-menu {
    right: unset;
    left: 100%;
  }
  .category-menu:hover .category-dropdown {
    top: 50px;
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .category-menu .category-dropdown ul li.submenu .category-mega-menu {
    min-width: 720px;
  }
}
@media (min-width: 1366px) {
  .category-menu .category-dropdown ul li.submenu .category-mega-menu {
    min-width: 850px;
  }
}
.category-menu .category-dropdown .title-category h6 {
  font-size: 14px;
}

@media (max-width: 1199px) {
  header .category-dropdown {
    position: fixed;
    background-color: #fff;
    width: 300px;
    height: 100vh;
    border-radius: 0;
    border: 1px solid #ced4da;
    top: 0;
    left: -300px;
    z-index: 99;
    transition: all 0.3s ease;
    overflow: scroll;
    padding: 0 !important;
  }
  header .category-dropdown.open {
    left: 0;
  }
  .category-menu .category-dropdown ul li {
    position: relative;
    letter-spacing: 0.8px;
    line-height: 1;
  }
  .category-menu .category-dropdown ul li.submenu a .according-menu {
    right: 0;
  }
  [dir=rtl] .category-menu .category-dropdown ul li.submenu a .according-menu {
    right: unset;
    left: 0;
  }
  .category-menu .category-dropdown ul li.submenu .category-mega-menu {
    padding: 0 15px;
  }
  .category-menu .category-dropdown ul li.submenu .category-mega-menu > li {
    padding-bottom: 0;
  }
  .category-menu .category-dropdown ul li.submenu .category-mega-menu .category-childmenu .title-category {
    position: relative;
    padding: 6px 0;
  }
  .category-menu .category-dropdown ul li.submenu .category-mega-menu .category-childmenu .title-category h6 {
    font-weight: 400;
  }
  .category-menu .category-dropdown ul li.submenu .category-mega-menu .category-childmenu .title-category .according-menu {
    top: 8px;
    right: 0;
  }
  [dir=rtl] .category-menu .category-dropdown ul li.submenu .category-mega-menu .category-childmenu .title-category .according-menu {
    right: unset;
    left: 0;
  }
  .category-menu .category-dropdown ul li.submenu .category-mega-menu .category-childmenu ul {
    padding: 0 15px;
  }
  .category-menu .category-dropdown ul li.submenu .category-mega-menu .category-childmenu ul li {
    padding: 6px 0;
  }
  .category-menu .category-dropdown > ul {
    padding: 20px 15px;
  }
  .category-menu .category-dropdown > ul > li > a {
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
  }
  .category-menu .category-banner {
    display: none;
  }
}
.header-style-2.black-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.header-style-2 .main-menu {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 1199px) {
  .header-style-2 .main-menu nav {
    margin-left: 15px;
  }
  [dir=rtl] .header-style-2 .main-menu nav {
    margin-right: 15px !important;
    margin-left: unset;
  }
}
.header-style-2 .main-menu .menu-left {
  margin-right: calc(30px + 30 * (100vw - 320px) / 1600);
}
[dir=rtl] .header-style-2 .main-menu .menu-left {
  margin-right: unset !important;
  margin-left: calc(30px + 30 * (100vw - 320px) / 1600);
}
@media (max-width: 1199px) {
  .header-style-2 .main-menu .menu-left {
    margin-right: 0;
    display: block;
  }
  [dir=rtl] .header-style-2 .main-menu .menu-left {
    margin-left: 0;
    margin-right: unset;
  }
}
.header-style-2 .main-menu .menu-right {
  margin-left: auto;
}
[dir=rtl] .header-style-2 .main-menu .menu-right {
  margin-left: unset;
  margin-right: auto;
}
@media (max-width: 1199px) {
  [dir=rtl] .header-style-2 .main-menu .menu-right {
    margin-left: 30px;
  }
  [dir=rtl] [dir=rtl] .header-style-2 .main-menu .menu-right {
    margin-left: unset;
    margin-right: 30px;
  }
}
@media (max-width: 575px) {
  [dir=rtl] .header-style-2 .main-menu .menu-right {
    margin-left: 0;
  }
  [dir=rtl] [dir=rtl] .header-style-2 .main-menu .menu-right {
    margin-left: unset;
    margin-right: 0;
  }
}
[dir=rtl] .header-style-2 .main-menu .menu-right > ul {
  display: flex;
  align-items: center;
}
[dir=rtl] .header-style-2 .main-menu .menu-right > ul > li a {
  color: #232323;
}
[dir=rtl] .header-style-2 .main-menu .menu-right > ul > li a:hover {
  color: var(--theme-color);
}
[dir=rtl] .header-style-2 .main-menu .menu-right > ul > li svg {
  width: 20px;
  cursor: pointer;
}
[dir=rtl] .header-style-2 .main-menu .menu-right > ul > li .btn {
  font-size: 14px;
}
[dir=rtl] .header-style-2 .main-menu .menu-right > ul > li .btn svg {
  width: 24px;
}
@media (max-width: 360px) {
  [dir=rtl] .header-style-2 .main-menu .menu-right > ul > li .btn svg {
    width: 18px;
  }
}
[dir=rtl] .header-style-2 .main-menu .menu-right > ul > li + li {
  margin-left: 30px;
}
[dir=rtl] [dir=rtl] .header-style-2 .main-menu .menu-right > ul > li + li {
  margin-left: unset !important;
  margin-right: 30px;
}
@media (max-width: 991px) {
  [dir=rtl] .header-style-2 .main-menu .menu-right > ul > li + li {
    margin-left: 20px;
  }
  [dir=rtl] [dir=rtl] .header-style-2 .main-menu .menu-right > ul > li + li {
    margin-right: 20px;
  }
}
@media (max-width: 575px) {
  [dir=rtl] .header-style-2 .main-menu .menu-right > ul > li + li {
    margin-left: 10px;
  }
  [dir=rtl] [dir=rtl] .header-style-2 .main-menu .menu-right > ul > li + li {
    margin-right: 10px;
  }
}
.header-style-2 .main-menu .menu-right > ul {
  display: flex;
  align-items: center;
}
.header-style-2 .main-menu .menu-right > ul > li > .search-box,
.header-style-2 .main-menu .menu-right > ul > li > .cart-media {
  display: flex;
}
.header-style-2 .main-menu .menu-right > ul > li a {
  color: #232323;
  display: flex;
  justify-content: center;
}
.header-style-2 .main-menu .menu-right > ul > li a:hover {
  color: var(--theme-color);
}
.header-style-2 .main-menu .menu-right > ul > li svg {
  width: 20px;
  cursor: pointer;
}
.header-style-2 .main-menu .menu-right > ul > li .btn {
  font-size: 14px;
}
.header-style-2 .main-menu .menu-right > ul > li .btn svg {
  width: 24px;
}
@media (max-width: 360px) {
  .header-style-2 .main-menu .menu-right > ul > li .btn svg {
    width: 18px;
  }
}
.header-style-2 .main-menu .menu-right > ul > li + li {
  margin-left: 30px;
}
[dir=rtl] .header-style-2 .main-menu .menu-right > ul > li + li {
  margin-left: unset !important;
  margin-right: 30px;
}
@media (max-width: 991px) {
  .header-style-2 .main-menu .menu-right > ul > li + li {
    margin-left: 20px;
  }
  [dir=rtl] .header-style-2 .main-menu .menu-right > ul > li + li {
    margin-right: 20px;
  }
}
@media (max-width: 575px) {
  .header-style-2 .main-menu .menu-right > ul > li + li {
    margin-left: 10px;
  }
  [dir=rtl] .header-style-2 .main-menu .menu-right > ul > li + li {
    margin-right: 10px;
  }
}
.header-style-2 .main-menu .wislist-dropdown {
  margin-right: 8px;
}
[dir=rtl] .header-style-2 .main-menu .wislist-dropdown {
  margin-right: unset;
  margin-left: 8px;
}
@media (max-width: 360px) {
  .header-style-2 .main-menu .cart-dropdown button .pe-2 {
    padding: 0 !important;
  }
}
.header-style-2 .main-menu .cart-media .label {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1px 0 0 1px;
  width: 18px;
  height: 18px;
  font-size: 10px;
  text-align: center;
  position: absolute;
  right: -9px;
  top: -10px;
}
[dir=rtl] .header-style-2 .main-menu .cart-media .label {
  padding: 1px 1px 0 0;
}

/**=====================
     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-2 {
  position: relative;
}
.home-section-2 .selection-wrap {
  margin: calc(15px + 15 * (100vw - 320px) / 1600) 0;
}
.home-section-2 .selection-wrap li .dark-select {
  position: relative;
}
.home-section-2 .selection-wrap li .dark-select .form-select {
  border-radius: 0;
  border: 1px solid #1d1d1d;
  background: #1d1d1d;
  color: #fff;
  min-width: 75px;
  appearance: none;
  cursor: pointer;
}
.home-section-2 .selection-wrap li .dark-select i {
  position: absolute;
  font-size: 11px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
[dir=rtl] .home-section-2 .selection-wrap li .dark-select i {
  right: unset;
  left: 15px;
}
.home-section-2 .selection-wrap li + li {
  margin-left: calc(10px + 5 * (100vw - 320px) / 1600);
}
[dir=rtl] .home-section-2 .selection-wrap li + li {
  margin-left: unset !important;
  margin-right: calc(10px + 5 * (100vw - 320px) / 1600);
}
@media (max-width: 1660px) {
  .home-section-2 .selection-wrap li + li {
    margin-left: 10px;
  }
  [dir=rtl] .home-section-2 .selection-wrap li + li {
    margin-right: 10px;
  }
}
.home-section-2 .add-btn {
  margin-bottom: calc(15px + 15 * (100vw - 320px) / 1600);
}
.home-section-2 .add-btn .btn {
  padding-top: 8px;
  padding-bottom: 8px;
}
.home-section-2 .add-btn .btn i {
  vertical-align: middle;
}
.home-section-2 .add-btn .btn-solid-default {
  padding: 8px 10px;
}
.home-section-2 .add-btn .btn-solid-default:hover {
  background-color: transparent;
  color: var(--theme-color);
}
.home-section-2 .add-btn .btn-solid-default:active {
  border-color: var(--theme-color);
}
.home-section-2 .share-icons {
  display: flex;
  align-items: center;
}
.home-section-2 .share-icons span {
  text-transform: capitalize;
}
.home-section-2 .share-icons ul {
  margin-left: 10px;
  background-color: #1d1d1d;
  padding: 0 10px;
}
[dir=rtl] .home-section-2 .share-icons ul {
  margin-right: 10px !important;
}
.home-section-2 .share-icons ul li {
  padding: 10px;
}
.home-section-2 .home-left-wrapper {
  background-color: #232323;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #fff;
  padding: 0 calc(20px + 60 * (100vw - 320px) / 1600);
}
[dir=rtl] .home-section-2 .home-left-wrapper {
  direction: rtl;
}
@media (max-width: 1660px) {
  .home-section-2 .home-left-wrapper {
    padding: 0 calc(20px + 40 * (100vw - 320px) / 1340);
  }
}
@media (max-width: 1460px) {
  .home-section-2 .home-left-wrapper {
    padding: 0 calc(15px + 25 * (100vw - 320px) / 1140);
  }
}
.home-section-2 .home-left-wrapper h2 {
  font-size: calc(24px + 18 * (100vw - 320px) / 1600);
  line-height: 1.4;
  margin-bottom: calc(20px + 20 * (100vw - 320px) / 1600);
}
.home-section-2 .home-left-wrapper .rating {
  display: inline-block;
  padding-left: 15px;
}
[dir=rtl] .home-section-2 .home-left-wrapper .rating {
  padding-left: unset;
  padding-right: 15px;
}
.home-section-2 .home-left-wrapper .rating.rating-star {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-section-2 .home-left-wrapper p {
  letter-spacing: 0.05em;
  font-size: 14px;
  line-height: 1.9;
  color: #ced4da;
  margin: 20px 0 30px;
}
.home-section-2 .home-left-wrapper h3 {
  font-size: calc(20px + 16 * (100vw - 320px) / 1600);
}
.home-section-2 .home-left-wrapper h3 span {
  font-size: calc(16px + 12 * (100vw - 320px) / 1600);
}
.home-section-2 .home-slider {
  height: 127;
}
@media (max-width: 1660px) {
  .home-section-2 .home-slider {
    height: calc(400px + 350 * (100vw - 320px) / 1340);
  }
}
@media (max-width: 991px) {
  .home-section-2 .home-slider {
    height: calc(440px + 240 * (100vw - 320px) / 671);
  }
}
@media (max-width: 480px) {
  .home-section-2 .home-slider {
    height: calc(360px + 110 * (100vw - 320px) / 160);
  }
}
.home-section-2 .left-content .home-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  padding: 0 calc(20px + 60 * (100vw - 320px) / 1600);
}
[dir=rtl] .home-section-2 .left-content .home-content {
  text-align: right;
  justify-content: flex-end;
}
@media (max-width: 1660px) {
  .home-section-2 .left-content .home-content {
    padding: 0 calc(20px + 40 * (100vw - 320px) / 1340);
  }
}
@media (max-width: 1460px) {
  .home-section-2 .left-content .home-content {
    padding: 0 calc(15px + 25 * (100vw - 320px) / 1140);
  }
}
.home-section-2 .left-content .home-content h6 {
  color: #212529;
}
.home-section-2 .left-content .home-content h3 {
  margin-bottom: calc(20px + 20 * (100vw - 320px) / 1600);
  color: #212529;
}
@media (max-width: 480px) {
  .home-section-2 .left-content .home-content h3 {
    margin-bottom: 10px;
  }
}
.home-section-2 .left-content .home-content h1 {
  line-height: 1;
  margin-bottom: 20px;
  color: #212529;
}
@media (max-width: 575px) {
  .home-section-2 .left-content .home-content h1 {
    font-size: calc(30px + 10 * (100vw - 320px) / 255);
  }
}
.home-section-2 .left-content .home-content > div > h6 {
  letter-spacing: 8px;
  line-height: 25px;
  font-weight: 700;
}
@media (max-width: 1660px) {
  .home-section-2 .left-content .home-content > div > h6 {
    letter-spacing: 5px;
  }
}
@media (max-width: 480px) {
  .home-section-2 .left-content .home-content > div > h6 {
    font-size: 10px;
    letter-spacing: 2px;
    margin-bottom: 0 !important;
  }
}
@media (max-width: 1366px) {
  .home-section-2 .left-content {
    background-position: left !important;
  }
}
@media (max-width: 1660px) {
  .home-section-2 .home-wrap p {
    max-width: 100%;
  }
}

/* =====================
    Slick SLider CSS Start 
 ========================== */
.white-arrow .swiper-button-prev {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  left: -70px;
  margin-top: -25px;
}
[dir=rtl] .white-arrow .swiper-button-prev {
  right: -80px;
  left: unset;
}
@media (max-width: 991px) {
  .white-arrow .swiper-button-prev {
    left: unset;
    right: 90px;
    top: -80px;
    width: 40px;
    height: 40px;
    margin-top: 0;
  }
  [dir=rtl] .white-arrow .swiper-button-prev {
    right: unset;
    left: 30px;
  }
}
@media (max-width: 360px) {
  .white-arrow .swiper-button-prev {
    top: -58px;
  }
}
.white-arrow .swiper-button-prev::after {
  content: none;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #000;
}
.white-arrow .swiper-button-next {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  left: -70px;
  margin-top: 20px;
}
[dir=rtl] .white-arrow .swiper-button-next {
  right: -80px;
  left: unset;
}
@media (max-width: 991px) {
  .white-arrow .swiper-button-next {
    left: unset;
    right: 30px;
    top: -80px;
    width: 40px;
    height: 40px;
    margin-top: 0;
  }
  [dir=rtl] .white-arrow .swiper-button-next {
    right: unset;
    left: 90px;
  }
}
@media (max-width: 360px) {
  .white-arrow .swiper-button-next {
    top: -58px;
  }
}
.white-arrow .swiper-button-next::after {
  content: none;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #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;
  }
}

/**=====================
     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;
}

.timer-banner-style-2 .timer-title {
  font-size: calc(28px + 18 * (100vw - 320px) / 1600);
  line-height: 1.32;
  margin: 20px auto 10px;
  width: 80%;
}
.timer-banner-style-2 h3 {
  margin-top: 30px;
}
.timer-banner-style-2 .heart-wishlist {
  margin: 0 auto;
}
.timer-banner-style-2 .timer-bg {
  position: absolute;
  padding: 30px;
  left: 0;
  z-index: 1;
  color: #fff;
}
.timer-banner-style-2 .timer-bg-center {
  top: 50%;
  transform: translateY(-50%);
}
.timer-banner-style-2 .timer-bg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--theme-color);
  opacity: 0.8;
  top: 0;
  left: 0;
  z-index: -1;
}
.timer-banner-style-2 .timer-bg span {
  font-size: 12px;
  letter-spacing: 5px;
}
.timer-banner-style-2 .timer-bg h3 {
  margin-bottom: 5px;
}
.timer-banner-style-2 .timer {
  margin-bottom: 30px;
}
.timer-banner-style-2 .timer ul {
  background-color: transparent;
  color: #232323;
  z-index: 2;
}
.timer-banner-style-2 .timer ul li .counter {
  padding: 15px 20px;
  background: #fff;
  min-width: 90px;
}
.timer-banner-style-2 .timer ul li .counter h2 {
  color: var(--theme-color);
  margin-bottom: 5px;
}
.timer-banner-style-2 .timer ul li + li::before {
  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;
  }
}

/**=====================
     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-1 {
  width: 100%;
  position: relative;
  background-color: #ff0000;
}
.category-style-1 img {
  width: 100px;
}
.category-style-1.theme-bg-color {
  color: #fff;
}
.category-style-1.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;
}
.category-style-1.theme-bg-color h2 {
  margin-bottom: 10px;
}
.category-style-1.theme-bg-color span {
  letter-spacing: 8px;
  text-transform: uppercase;
}
.category-style-1 .category-content {
  color: #212529;
}
.category-style-1 .category-content h3 {
  margin-bottom: 2px;
  font-weight: 600;
  font-size: calc(18px + 6 * (100vw - 320px) / 1600);
}
.category-style-1 .category-content span {
  font-weight: 500;
}
.category-style-1 .category-content.category-spacing h3 {
  margin-top: -3px;
}
.category-style-1 .category-content.category-spacing span {
  margin-bottom: -3px;
}

/**=====================
    Cookie section css start
==========================**/
.cookie-bar-section {
  position: fixed;
  bottom: 20px;
  right: 20px;
  max-width: 365px;
  background: #eff2f7;
  padding: 30px;
  border-radius: 0;
  box-shadow: 1px 7px 14px -5px rgba(33, 37, 41, 0.15);
  text-align: center;
  z-index: 99;
  box-shadow: 0 4px 7px rgba(33, 37, 41, 0.15);
  opacity: 1;
  transition: 0.5s ease;
}
.cookie-bar-section.cookiebar-left-section {
  right: unset;
  left: 20px;
}
@media (max-width: 767px) {
  .cookie-bar-section.cookiebar-left-section {
    bottom: 10px;
    left: 10px;
  }
  [dir=rtl] .cookie-bar-section.cookiebar-left-section {
    left: unset;
    right: 10px;
  }
}
@media (max-width: 360px) {
  .cookie-bar-section.cookiebar-left-section {
    bottom: 0;
    left: 0;
    margin: 15px;
    padding: 20px 10px;
    border-radius: 7px;
  }
  [dir=rtl] .cookie-bar-section.cookiebar-left-section {
    left: unset;
    right: 0;
  }
}
[dir=rtl] .cookie-bar-section {
  right: unset;
  left: 20px;
}
.cookie-bar-section.chair-cookiebar {
  background-color: #e9e9e9;
}
@media (max-width: 767px) {
  .cookie-bar-section {
    bottom: 10px;
    right: 10px;
  }
  [dir=rtl] .cookie-bar-section {
    right: unset;
    left: 10px;
  }
}
@media (max-width: 360px) {
  .cookie-bar-section {
    bottom: 0;
    right: 0;
    margin: 10px;
    padding: 20px 10px;
    border-radius: 7px;
  }
  [dir=rtl] .cookie-bar-section {
    right: unset;
    left: 0;
  }
}
.cookie-bar-section img {
  max-width: calc(40px + 20 * (100vw - 320px) / 1600);
}
.cookie-bar-section::selection {
  color: #fff;
  background: #fcba7f;
}
.cookie-bar-section.hide {
  opacity: 0;
  bottom: -350px;
}

.content {
  margin-top: 10px;
}
.content h3 {
  color: #212529;
  font-size: calc(16px + 6 * (100vw - 320px) / 1600);
  font-weight: 600;
}
@media (max-width: 360px) {
  .content h3 {
    font-size: 19px;
  }
}
.content p {
  margin: calc(8px + 4 * (100vw - 320px) / 1600) 0;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
.content .cookie-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.content .buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}

/**=====================
    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;
}

.test-div {
  background-color: red;
}

.progress-container {
  display: flex;
  position: relative;
  justify-content: space-between;
  margin: 30px 0;
  max-width: 100%;
}

.progress {
  background-color: #094380;
  position: absolute;
  top: 50%;
  left: 0;
  height: 4px;
  width: 0%;
  transform: translateY(-50%);
  /*minus to move up in y axis*/
  z-index: -1;
  transition: 0.4s ease-in;
}

.progress-container::before {
  content: "";
  /*must mentioned otherwise before after property will not work*/
  background-color: #e0e0e0;
  position: absolute;
  top: 50%;
  left: 0;
  height: 4px;
  width: 100%;
  transform: translateY(-50%);
  /*minus to move up in y axis*/
  z-index: -1;
  transition: 0.4s ease-in;
}

.circle {
  background-color: #fff;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid #e0e0e0;
}

.circle.active {
  border-color: #094380;
}

.register-section .materialContainer {
  max-width: 700px !important;
}

.login-section .materialContainer .input select {
  position: relative;
  width: 100%;
  height: 60px;
  top: 20px;
  border: none;
  background: transparent;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: #212529;
  font-weight: 300;
}