: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;
}

.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-4 {
  height: 850px;
  background-image: url(/images/furniture-images/poster/back.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1660px) {
  .home-section-4 {
    height: 750px;
  }
}
@media (max-width: 1199px) {
  .home-section-4 {
    height: 200px;
  }
}
@media (max-width: 991px) {
  .home-section-4 {
    height: 450px;
  }
}
@media (max-width: 360px) {
  .home-section-4 {
    height: 350px;
  }
}
.home-section-4 .prev {
  right: 11% !important;
}
@media (max-width: 1366px) {
  .home-section-4 .prev {
    right: 12% !important;
  }
}
@media (max-width: 991px) {
  .home-section-4 .prev {
    right: unset !important;
    left: 9.5% !important;
    bottom: 22%;
  }
  [dir=rtl] .home-section-4 .prev {
    left: unset !important;
    right: 13% !important;
  }
}
@media (max-width: 767px) {
  .home-section-4 .prev {
    left: 30px !important;
    bottom: 26%;
  }
  [dir=rtl] .home-section-4 .prev {
    left: 76% !important;
    bottom: 26%;
  }
}
@media (max-width: 575px) {
  .home-section-4 .prev {
    bottom: 21% !important;
  }
  [dir=rtl] .home-section-4 .prev {
    left: unset !important;
    right: 50% !important;
  }
}
@media (max-width: 360px) {
  .home-section-4 .prev {
    bottom: 20px;
    left: 40% !important;
  }
}
.home-section-4 .next {
  right: 5% !important;
}
.home-section-4 .next:before {
  left: -23px !important;
}
@media (max-width: 1660px) {
  .home-section-4 .next {
    right: 6% !important;
  }
}
@media (max-width: 1199px) {
  .home-section-4 .next {
    right: 5% !important;
  }
}
@media (max-width: 991px) {
  .home-section-4 .next {
    right: unset !important;
    left: 19% !important;
    bottom: 22%;
  }
  [dir=rtl] .home-section-4 .next {
    left: unset !important;
    right: 4% !important;
  }
}
@media (max-width: 767px) {
  .home-section-4 .next {
    left: 17% !important;
    bottom: 26%;
  }
  [dir=rtl] .home-section-4 .next {
    left: 86% !important;
    bottom: 26%;
  }
}
@media (max-width: 575px) {
  .home-section-4 .next {
    bottom: 21%;
    left: 50% !important;
  }
  [dir=rtl] .home-section-4 .next {
    right: 45% !important;
    left: unset !important;
    bottom: 21%;
  }
}
.home-section-4 .poster-image {
  background-color: transparent;
  position: relative;
  text-align: center;
}
@media (max-width: 575px) {
  .home-section-4 .poster-image {
    z-index: 0;
  }
}
.home-section-4 .poster-image img {
  margin: 0 auto;
  margin-top: 4%;
  height: 1000px;
}
@media (max-width: 1660px) {
  .home-section-4 .poster-image img {
    height: 850px;
  }
}
@media (max-width: 1199px) {
  .home-section-4 .poster-image img {
    height: 200px;
  }
}
@media (max-width: 991px) {
  .home-section-4 .poster-image img {
    margin: 5% auto 0 173px;
    height: 470px;
  }
  [dir=rtl] .home-section-4 .poster-image img {
    margin: 5% 173px 0 auto;
  }
}
@media (max-width: 840px) {
  .home-section-4 .poster-image img {
    margin-left: 263px;
  }
}
@media (max-width: 767px) {
  .home-section-4 .poster-image img {
    height: 440px;
    margin-left: 239px;
  }
}
@media (max-width: 575px) {
  .home-section-4 .poster-image img {
    display: block;
    position: relative;
    width: 100%;
    object-fit: contain;
    margin: 5px 0;
  }
  [dir=rtl] .home-section-4 .poster-image img {
    margin: 5% auto;
  }
}
.home-section-4 .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-4 .slider-nav {
  right: unset;
  left: 100px;
  text-align: left;
}
@media (max-width: 1660px) {
  .home-section-4 .slider-nav {
    right: 90px;
  }
}
@media (max-width: 1460px) {
  .home-section-4 .slider-nav {
    right: 75px;
  }
}
@media (max-width: 1199px) {
  .home-section-4 .slider-nav {
    right: 50px;
  }
}
.home-section-4 .slider-nav .poster-img {
  position: relative;
  display: inline-block;
  cursor: pointer;
  overflow: hidden;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .home-section-4 .slider-nav .poster-img {
    display: none;
  }
}
.home-section-4 .slider-nav .poster-img img {
  cursor: pointer;
  display: flex;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.home-section-4 .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(232, 115, 22, 0.7);
  transform: scale(0);
  transition: 0.5s ease;
  border-radius: 5px;
  opacity: 0;
}
.home-section-4 .slider-nav .poster-img .overlay-color .fa-plus {
  background-color: #fff;
  font-size: 18px;
  padding: 15px;
  border-radius: 5px;
}
.home-section-4 .slider-nav .swiper-slide-thumb-active .overlay-color {
  transform: scale(100%);
  opacity: 1;
}
.home-section-4 .banner-plus {
  position: absolute;
  top: 12%;
  left: 38%;
}
@media (max-width: 1660px) {
  .home-section-4 .banner-plus {
    top: 11%;
    left: 37%;
  }
}
@media (max-width: 1460px) {
  .home-section-4 .banner-plus {
    left: 35%;
  }
}
@media (max-width: 1366px) {
  .home-section-4 .banner-plus {
    top: 10%;
    left: 36%;
  }
}
@media (max-width: 1199px) {
  .home-section-4 .banner-plus {
    display: none;
  }
}
.home-section-4 .banner-plus a {
  display: block;
}
.home-section-4 .banner-plus a:hover {
  color: var(--theme-color);
}
.home-section-4 .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-4 .left-side-contain {
  position: absolute;
  top: 0;
  transform: translateY(0);
  left: 100px;
  display: flex;
  align-items: center;
  width: 20%;
  height: 100%;
}
[dir=rtl] .home-section-4 .left-side-contain {
  left: unset;
  right: 100px;
}
@media (max-width: 1660px) {
  .home-section-4 .left-side-contain {
    left: 90px;
  }
  [dir=rtl] .home-section-4 .left-side-contain {
    left: unset;
    right: 90px;
  }
}
@media (max-width: 1460px) {
  .home-section-4 .left-side-contain {
    left: 75px;
  }
  [dir=rtl] .home-section-4 .left-side-contain {
    left: unset;
    right: 75px;
  }
}
@media (max-width: 1366px) {
  .home-section-4 .left-side-contain {
    left: 65px;
  }
  [dir=rtl] .home-section-4 .left-side-contain {
    left: unset;
    right: 65px;
  }
}
@media (max-width: 1199px) {
  .home-section-4 .left-side-contain {
    width: 23%;
    left: 50px;
  }
  [dir=rtl] .home-section-4 .left-side-contain {
    left: unset;
    right: 50px;
  }
}
@media (max-width: 991px) {
  .home-section-4 .left-side-contain {
    left: 90px;
    width: 40%;
  }
  [dir=rtl] .home-section-4 .left-side-contain {
    left: unset;
    right: 20px;
  }
}
@media (max-width: 767px) {
  .home-section-4 .left-side-contain {
    left: 30px;
    width: 40%;
  }
}
@media (max-width: 575px) {
  .home-section-4 .left-side-contain {
    width: 100%;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    text-align: center;
    color: #fff;
    display: block;
  }
  [dir=rtl] .home-section-4 .left-side-contain {
    right: 0;
  }
}
@media (max-width: 575px) {
  .home-section-4 .left-side-contain .banner-left {
    margin: 0 10px;
    background-color: rgba(232, 115, 22, 0.7);
    padding: calc(40px + -12 * (100vw - 320px) / 1600);
    backdrop-filter: blur(5px);
  }
  [dir=rtl] .home-section-4 .left-side-contain .banner-left {
    right: 0;
  }
}
@media (max-width: 360px) {
  .home-section-4 .left-side-contain .banner-left {
    padding: 14px;
  }
}
.home-section-4 .left-side-contain .banner-left h4 {
  margin-top: -2px;
  color: #212529;
}
@media (max-width: 575px) {
  .home-section-4 .left-side-contain .banner-left h4 {
    margin-top: -3px;
    color: #fff;
  }
}
@media (max-width: 575px) {
  .home-section-4 .left-side-contain .banner-left h4 span {
    color: #fff !important;
    font-weight: 400;
  }
}
.home-section-4 .left-side-contain .banner-left h1 {
  margin: calc(5px + 15 * (100vw - 320px) / 1600) 0;
  line-height: 1.2;
  font-size: calc(23px + 47 * (100vw - 320px) / 1600);
  color: #212529;
}
@media (max-width: 575px) {
  .home-section-4 .left-side-contain .banner-left h1 {
    color: #fff;
  }
}
.home-section-4 .left-side-contain .banner-left h1 span {
  font-weight: normal;
}
.home-section-4 .left-side-contain .banner-left p {
  letter-spacing: 10px;
  color: #212529;
}
@media (max-width: 1199px) {
  .home-section-4 .left-side-contain .banner-left p {
    display: none;
  }
}
.home-section-4 .left-side-contain .banner-left h2 {
  font-size: calc(20px + 25 * (100vw - 320px) / 1600);
  color: #212529;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .home-section-4 .left-side-contain .banner-left h2 {
    margin-bottom: -1px;
  }
}
@media (max-width: 575px) {
  .home-section-4 .left-side-contain .banner-left h2 {
    color: #fff;
    justify-content: center;
  }
}
.home-section-4 .left-side-contain .banner-left h2 span {
  font-size: calc(17px + 15 * (100vw - 320px) / 1600);
  margin-left: 15px;
}
[dir=rtl] .home-section-4 .left-side-contain .banner-left h2 span {
  margin-left: 0;
  margin-right: 15px;
}
@media (max-width: 575px) {
  .home-section-4 .left-side-contain .banner-left h2 span {
    color: #fff !important;
    font-weight: 400;
  }
}
.home-section-4 .left-side-contain .banner-left .poster-details {
  letter-spacing: 0;
  margin: calc(5px + 15 * (100vw - 320px) / 1600) 0;
}
.home-section-4 .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-4 .left-side-contain .banner-left .color-change {
    display: none;
  }
}
.home-section-4 .left-side-contain .banner-left .color-change h3 {
  font-size: calc(16px + 9 * (100vw - 320px) / 1600);
  margin-right: 10px;
  color: #212529;
  font-weight: bolder;
}
.home-section-4 .left-side-contain .banner-left .color-change ul {
  display: flex;
  align-items: center;
}
.home-section-4 .left-side-contain .banner-left .color-change ul 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-4 .left-side-contain .banner-left .color-change ul 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: #212529;
}
.home-section-4 .left-side-contain .banner-left .color-change ul li:last-child {
  background-color: var(--theme-color);
}
.home-section-4 .left-side-contain .banner-left .color-change ul li:last-child::after {
  background-color: #fff;
}
.home-section-4 .right-side-contain {
  z-index: 1;
  position: absolute;
  top: 100px;
  right: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
[dir=rtl] .home-section-4 .right-side-contain {
  left: 100px;
  right: unset;
}
@media (max-width: 1660px) {
  .home-section-4 .right-side-contain {
    right: 90px;
  }
  [dir=rtl] .home-section-4 .right-side-contain {
    left: 90px;
    right: unset;
  }
}
@media (max-width: 1460px) {
  .home-section-4 .right-side-contain {
    right: 75px;
  }
  [dir=rtl] .home-section-4 .right-side-contain {
    left: 75px;
    right: unset;
  }
}
@media (max-width: 1199px) {
  .home-section-4 .right-side-contain {
    display: none;
  }
}
.home-section-4 .right-side-contain .social-image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-section-4 .right-side-contain .social-image + .social-image {
  margin-left: 30px;
}
[dir=rtl] .home-section-4 .right-side-contain .social-image + .social-image {
  margin-right: 30px;
  margin-left: 0;
}
.home-section-4 .right-side-contain .social-image a {
  color: #212529;
}

/* =====================
    Slick SLider CSS Start 
 ========================== */
.most-popular-box {
  position: relative;
  overflow: hidden;
}
.most-popular-box .round-arrow1 {
  z-index: 1;
}
.most-popular-box .round-arrow1 .swiper {
  overflow: visible;
}
.most-popular-box .round-arrow1 .swiper .swiper-button-prev {
  background-color: #eff2f7;
  position: absolute;
  top: -77px;
  left: unset;
  right: 85px;
  z-index: 1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
[dir=rtl] .most-popular-box .round-arrow1 .swiper .swiper-button-prev {
  right: unset;
  left: 25px;
}
@media (max-width: 1660px) {
  .most-popular-box .round-arrow1 .swiper .swiper-button-prev {
    top: -74px;
    right: 85px;
  }
}
@media (max-width: 1460px) {
  .most-popular-box .round-arrow1 .swiper .swiper-button-prev {
    top: -58px;
    right: 71px;
  }
}
@media (max-width: 991px) {
  .most-popular-box .round-arrow1 .swiper .swiper-button-prev {
    top: -58px;
    right: 70px;
  }
}
@media (max-width: 767px) {
  .most-popular-box .round-arrow1 .swiper .swiper-button-prev {
    top: -50px;
    right: 70px;
    width: 10035pxpx;
    height: 35px;
  }
}
@media (max-width: 360px) {
  .most-popular-box .round-arrow1 .swiper .swiper-button-prev {
    top: -45px;
    right: 61px;
  }
}
.most-popular-box .round-arrow1 .swiper .swiper-button-prev::before {
  content: "\f053";
  color: #000;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  z-index: 1;
  font-size: 16px;
}
.most-popular-box .round-arrow1 .swiper .swiper-button-prev::after {
  content: none;
}
.most-popular-box .round-arrow1 .swiper .swiper-button-next {
  background-color: #eff2f7;
  position: absolute;
  top: -77px;
  right: 25px;
  z-index: 1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
[dir=rtl] .most-popular-box .round-arrow1 .swiper .swiper-button-next {
  right: unset;
  left: 85px;
}
@media (max-width: 1660px) {
  .most-popular-box .round-arrow1 .swiper .swiper-button-next {
    top: -74px;
    right: 25px;
  }
}
@media (max-width: 1460px) {
  .most-popular-box .round-arrow1 .swiper .swiper-button-next {
    top: -58px;
    right: 25px;
  }
}
@media (max-width: 991px) {
  .most-popular-box .round-arrow1 .swiper .swiper-button-next {
    top: -58px;
    right: 15px;
  }
}
@media (max-width: 767px) {
  .most-popular-box .round-arrow1 .swiper .swiper-button-next {
    top: -50px;
    right: 15px;
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 360px) {
  .most-popular-box .round-arrow1 .swiper .swiper-button-next {
    top: -45px;
    right: 15px;
  }
}
.most-popular-box .round-arrow1 .swiper .swiper-button-next::before {
  content: "\f054";
  color: #000;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  z-index: 1;
  font-size: 16px;
}
.most-popular-box .round-arrow1 .swiper .swiper-button-next::after {
  content: none;
}
.most-popular-box .round-arrow {
  z-index: 1;
}
.most-popular-box .round-arrow .swiper {
  overflow: unset;
}
.most-popular-box .round-arrow .swiper .swiper-button-prev {
  background-color: #eaeaea;
  position: absolute;
  top: -100px;
  left: unset;
  right: 85px;
  z-index: 1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
[dir=rtl] .most-popular-box .round-arrow .swiper .swiper-button-prev {
  left: 25px;
  right: unset;
}
@media (max-width: 1660px) {
  .most-popular-box .round-arrow .swiper .swiper-button-prev {
    top: -90px;
    right: 85px;
  }
}
@media (max-width: 1199px) {
  .most-popular-box .round-arrow .swiper .swiper-button-prev {
    top: -80px;
    right: 70px;
  }
}
@media (max-width: 767px) {
  .most-popular-box .round-arrow .swiper .swiper-button-prev {
    top: -68px;
    right: 70px;
  }
}
.most-popular-box .round-arrow .swiper .swiper-button-prev::before {
  content: "\f053";
  color: #000;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  z-index: 1;
  font-size: 16px;
}
.most-popular-box .round-arrow .swiper .swiper-button-prev::after {
  content: none;
}
.most-popular-box .round-arrow .swiper .swiper-button-next {
  background-color: #eaeaea;
  position: absolute;
  top: -100px;
  right: 25px;
  z-index: 1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
[dir=rtl] .most-popular-box .round-arrow .swiper .swiper-button-next {
  right: unset;
  left: 85px;
}
@media (max-width: 1660px) {
  .most-popular-box .round-arrow .swiper .swiper-button-next {
    top: -90px;
    right: 25px;
  }
}
@media (max-width: 1199px) {
  .most-popular-box .round-arrow .swiper .swiper-button-next {
    top: -80px;
    right: 15px;
  }
}
@media (max-width: 767px) {
  .most-popular-box .round-arrow .swiper .swiper-button-next {
    top: -68px;
    right: 15px;
  }
}
.most-popular-box .round-arrow .swiper .swiper-button-next::before {
  content: "\f054";
  color: #000;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  z-index: 1;
  font-size: 16px;
}
.most-popular-box .round-arrow .swiper .swiper-button-next::after {
  content: none;
}

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

/**=====================
     category css start
==========================**/
/**=====================
    offer section css start
==========================**/
.discount-image-details-1 {
  background-color: #eaeaea;
  padding: calc(22px + 28 * (100vw - 320px) / 1600) calc(30px + 70 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .discount-image-details-1 {
    display: block;
  }
}
.discount-image-details-1 .discount-images {
  margin-right: 80px;
}
@media (max-width: 991px) {
  .discount-image-details-1 .discount-images {
    margin-right: 0;
    position: relative;
  }
}
.discount-image-details-1 .discount-images .theme-circle {
  width: 600px;
  height: 600px;
  background-color: #eadfd5;
  border-radius: 50%;
  position: absolute;
  top: -170px;
  left: -90px;
}
@media (max-width: 1366px) {
  .discount-image-details-1 .discount-images .theme-circle {
    width: 420px;
    height: 420px;
  }
}
@media (max-width: 1199px) {
  .discount-image-details-1 .discount-images .theme-circle {
    width: 340px;
    height: 340px;
  }
}
@media (max-width: 991px) {
  .discount-image-details-1 .discount-images .theme-circle {
    display: none;
  }
}
.discount-image-details-1 .discount-images .shoes-images {
  position: absolute;
  top: 0;
  left: 210px;
  width: 37%;
  transform: translateY(-5%);
}
@media (max-width: 991px) {
  .discount-image-details-1 .discount-images .shoes-images {
    position: relative;
    display: block;
    width: 50%;
    left: 25%;
    animation: run-shoes 15s infinite linear;
  }
  [dir=rtl] .discount-image-details-1 .discount-images .shoes-images {
    margin: 0 auto;
    left: 0;
  }
}
.discount-image-details-1 .discount-shop {
  position: absolute;
  top: 17%;
  transform: translateX(-50%);
  left: 0;
  background-color: var(--theme-color);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  user-select: none;
  color: #fff;
  padding: calc(13px + 12 * (100vw - 320px) / 1600);
}
@media (max-width: 991px) {
  .discount-image-details-1 .discount-shop {
    display: none;
  }
}
.discount-image-details-1 .discount-shop h2 {
  margin-right: -3px;
}
.discount-image-details-1 .discount-shop h6 {
  letter-spacing: 4px;
  margin-right: 10px;
  margin-left: -3px;
}
.discount-image-details-1 .discount-details {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
}
.discount-image-details-1 .discount-details h5 {
  color: #212529;
}
[dir=rtl] .discount-image-details-1 .discount-details {
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .discount-image-details-1 .discount-details {
    position: relative;
    width: 100%;
    display: block;
  }
}
.discount-image-details-1 .discount-details .heart-button {
  border-radius: 50%;
  width: calc(37px + 8 * (100vw - 320px) / 1600);
  height: calc(37px + 8 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.discount-image-details-1 .discount-details .heart-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--theme-color);
  opacity: 0.08;
  z-index: -1;
}
.discount-image-details-1 .discount-details .heart-button .feather {
  fill: var(--theme-color);
  stroke: var(--theme-color);
  width: calc(16px + 4 * (100vw - 320px) / 1600);
  height: calc(16px + 4 * (100vw - 320px) / 1600);
}
.discount-image-details-1 .discount-details .deal-text {
  font-size: calc(22px + 23 * (100vw - 320px) / 1600);
  line-height: 1.1;
  font-weight: 900;
  color: #212529;
}

/**=====================
     banner css start
==========================**/
.banner-section .banner-image {
  position: relative;
}
.banner-section .banner-image:hover .banner-shop {
  opacity: 1;
}
.banner-section .banner-image .banner-details .heart-button {
  position: absolute;
  top: 25px;
  left: 25px;
  background-color: var(--theme-color);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: ripple-1 0.7s linear infinite;
}
[dir=rtl] .banner-section .banner-image .banner-details .heart-button {
  left: unset;
  right: 25px;
}
.banner-section .banner-image .banner-details .heart-button .feather {
  border-radius: 50%;
  fill: #eadfd5;
  stroke: #eadfd5;
  width: 13px;
  height: 13px;
}
.banner-section .banner-image .banner-details h4 {
  position: absolute;
  top: 35px;
  right: 45px;
  font-size: calc(12px + 6 * (100vw - 320px) / 1600);
}
[dir=rtl] .banner-section .banner-image .banner-details h4 {
  direction: rtl;
  right: unset;
  left: 45px;
}
@media (max-width: 1460px) {
  .banner-section .banner-image .banner-details h4 {
    top: 20px;
    right: 25px;
  }
  [dir=rtl] .banner-section .banner-image .banner-details h4 {
    right: unset;
    left: 25px;
  }
}
@media (max-width: 991px) {
  .banner-section .banner-image .banner-details h4 {
    top: 15px;
    right: 18px;
  }
  [dir=rtl] .banner-section .banner-image .banner-details h4 {
    right: unset;
    left: 18px;
  }
}
.banner-section .banner-image .banner-details .banner-price {
  position: absolute;
  bottom: 35px;
  right: 45px;
  text-align: right;
}
@media (max-width: 1460px) {
  .banner-section .banner-image .banner-details .banner-price {
    bottom: 20px;
    right: 25px;
  }
}
@media (max-width: 991px) {
  .banner-section .banner-image .banner-details .banner-price {
    bottom: 15px;
    right: 18px;
  }
}
.banner-section .banner-image .banner-details .banner-price h2 {
  font-size: calc(18px + 10 * (100vw - 320px) / 1600);
  color: #212529;
}
.banner-section .banner-image .banner-shop {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(232, 115, 22, 0.8);
  width: 60%;
  height: 40%;
  backdrop-filter: blur(10px);
  color: #fff;
  opacity: 0;
  transition: 0.5s ease;
  border-radius: 8px;
}
@media (max-width: 1460px) {
  .banner-section .banner-image .banner-shop {
    height: 55%;
  }
}
@media (max-width: 991px) {
  .banner-section .banner-image .banner-shop {
    height: 40%;
    padding: 50px 10px;
  }
}
@media (max-width: 480px) {
  .banner-section .banner-image .banner-shop {
    width: 100%;
    height: 100%;
    padding: 0;
    border-radius: 0;
  }
}
.banner-section .banner-image .banner-shop p {
  letter-spacing: 5px;
}
@media (max-width: 1366px) {
  .banner-section .banner-image .banner-shop p {
    letter-spacing: 3px;
    font-size: 12px;
  }
}

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

@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;
}