* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}





:root {
  --theme-color: #427bb7;
  --secondary-color: #2b3c6b;
  --text-color: #666666;
  --title-color: #111111;
  --text-font: "Nunito", sans-serif;
  --title-font: "Nunito", sans-serif;
}





body {
  font-size: 16px;
  color: var(--text-color);
  line-height: 28px;
  font-weight: 400;
  background: #ffffff;
  font-family: var(--text-font);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-font-smoothing: antialiased;
}

.video-title {

  display: -webkit-box;

  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;


  line-height: 1.4em;
  height: 2.8em;


  margin-bottom: 10px;

}

/* 1. Force the list to stack vertically */
.post-info {
  display: flex !important;
  flex-direction: column !important;
  /* This puts one under the other */


}

/* --- Cart Button Styling --- */
.cart-btn-floating {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #fff;
  /* White background */
  color: #427bb7;
  /* Brand Blue Icon */
  border-radius: 50%;
  /* Circle shape */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 1.2rem;
  border: 1px solid #eee;
}

/* Hover Effect */
.cart-btn-floating:hover {
  background-color: #427bb7;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(66, 123, 183, 0.3);
}

/* --- Badge Count Styling --- */
.cart-count {
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: #ff3366;
  /* Red/Pink for attention */
  color: white;
  font-size: 0.75rem;
  font-weight: 700;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #fff;
  /* White border to separate from icon */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* Hover Adjustment (Optional) */
.cart-btn-floating:hover .cart-count {
  border-color: #427bb7;
  /* Matches new background on hover */
}





@media (min-width:1200px) {
  .container {
    max-width: 1200px;
    padding: 0px 15px;
  }
}

.featured-block .inner-box img {
  width: 150px;
  height: 150px;
}

.large-container {
  max-width: 1680px;
  padding: 0px 15px;
  margin: 0 auto;
}

.container-fluid {
  padding: 0px;
}

.auto-container {
  position: static;
  max-width: 1320px;
  padding: 0px 15px;
  margin: 0 auto;
}

.small-container {
  max-width: 680px;
  margin: 0 auto;
}

.boxed_wrapper {
  position: relative;
  margin: 0 auto;
  overflow: hidden !important;
  width: 100%;
  min-width: 300px;
}


a {
  text-decoration: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

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

input,
button,
select,
textarea {
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 18px;
  background: transparent;
}

::-webkit-input-placeholder {
  color: inherit;
}

::-moz-input-placeholder {
  color: inherit;
}

::-ms-input-placeholder {
  color: inherit;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

input {
  transition: all 500ms ease;
}

button:focus,
input:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
  transition: all 500ms ease;
}

p {
  position: relative;
  font-family: var(--text-font);
  color: var(--text-color);
  font-weight: 400;
  margin: 0px;
  transition: all 500ms ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-family: var(--title-font);
  font-weight: 700;
  color: var(--title-color);
  margin: 0px;
  transition: all 500ms ease;
}


/* Preloader */

.handle-preloader {
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -ms-flexbox;
  height: 100%;
  justify-content: center;
  -webkit-justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
  background: var(--theme-color);
}

.handle-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}

.handle-preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  height: 150px;
  margin: 0 auto 45px auto;
  width: 150px;
}

.handle-preloader .animation-preloader .txt-loading {
  text-align: center;
  user-select: none;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
  animation: letters-loading 4s infinite;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  top: 0;
  position: absolute;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading {
  font-family: var(--title-font);
  font-weight: 500;
  letter-spacing: 15px;
  display: inline-block;
  position: relative;
  font-size: 70px;
  line-height: 70px;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.30);
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  animation-delay: 1.4s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(9):before {
  animation-delay: 1.6s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(10):before {
  animation-delay: 1.8s;
}

.handle-preloader .loader-section {
  background-color: #fff;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.preloader .loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
  color: #fff;
}

.handle-preloader .animation-preloader .spinner {
  border: 3px solid #fff;
  border-top-color: rgba(255, 255, 255, 0.3);
}

/* AnimaciÃ³n del preloader */
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}

@keyframes letters-loading {

  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

@media screen and (max-width: 767px) {
  .handle-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }
}

@media screen and (max-width: 500px) {
  .handle-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }

  .handle-preloader .animation-preloader .txt-loading .letters-loading {
    font-size: 30px;
    letter-spacing: 5px;
  }
}


.centred {
  text-align: center;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}


figure {
  margin: 0px;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
}

.row {
  --bs-gutter-x: 30px;
}

/** button **/


.theme-btn {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  font-family: var(--title-font);
  text-align: center;
  border-radius: 50px;
  padding: 13px 30px;
  z-index: 1;
  border: dashed;
  border-width: 2px;
  background: #fff;
  transition: all 0.5s ease-in-out 0.0s;
}

.theme-btn.btn-one {
  color: var(--theme-color);
}

.theme-btn.btn-one:hover {
  color: #fff;
}

.theme-btn:before {
  position: absolute;
  content: '';
  width: 0%;
  height: 100%;
  left: 0px;
  top: 0px;
  transform: translateX(0);
  transform-origin: left center;
  z-index: -1;
  transition: all 500ms ease;
}

.theme-btn:after {
  position: absolute;
  content: '';
  width: 0%;
  height: 100%;
  right: 0px;
  top: 0px;
  transform: translateX(0);
  transform-origin: right center;
  z-index: -1;
  transition: all 500ms ease;
}

.theme-btn:hover:before,
.theme-btn:hover:after {
  transform: translateX(1);
  width: 50%;
}


.parallax-bg {
  position: absolute;
  left: 0px;
  top: -30%;
  width: 100%;
  height: calc(100% + 30%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}


/** styled-pagination */

.pagination {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination li {
  position: relative;
  display: inline-block;
  margin: 0px 5px;
}

.pagination li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-family: var(--title-font);
  color: var(--title-color);
  font-weight: 500;
  height: 50px;
  width: 50px;
  line-height: 50px;
  background: #ffffff;
  border: 1px dashed #D8D8D8;
  text-align: center;
  border-radius: 50%;
  z-index: 1;
  transition: all 500ms ease;
}

.pagination li a:hover,
.pagination li a.current {
  color: #fff;
  border-color: #fff;
}

.sec-pad {
  padding: 142px 0px 150px 0px;
}

.mr-0 {
  margin: 0px !important;
}

/** scroll-to-top **/

.scroll-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  box-shadow: inset 0 0 0 2px rgba(0, 46, 65, 0.2);
  border-radius: 50%;
  z-index: 90000;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.scroll-to-top.scroll-top-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.scroll-to-top::after {
  position: absolute;
  content: "\e91e";
  font-family: 'icomoon';
  text-align: center;
  line-height: 50px;
  font-size: 14px;
  color: var(--theme-color);
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear
}

.scroll-to-top:hover::after {}

.scroll-to-top:hover::before {
  opacity: 1
}

.scroll-to-top .scroll-top-inner path {
  stroke-width: 4;
  fill: transparent;
  box-sizing: border-box;
  stroke: var(--theme-color);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}



@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}



.sec-title {
  position: relative;
  display: block;
  z-index: 1;
}

.sec-title h2 {
  position: relative;
  display: block;
  font-size: 48px;
  line-height: 54px;
}

.sec-title h2 span {}

.sec-title.light h2 {
  color: #fff;
}





/*** 

====================================================================
                        Home-Page-One
====================================================================

***/


/** main-header **/

.main-header {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 999;
  width: 100%;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.sticky-header {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 0;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.fixed-header .sticky-header {
  z-index: 999;
  opacity: 1;
  visibility: visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.nice-select {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  font-family: var(--title-font);
  font-weight: 600;
  text-transform: uppercase;
  padding-right: 14px;
  background: transparent;
}

.nice-select:before {
  position: absolute;
  content: '\e902';
  font-family: 'icomoon';
  font-size: 6px;
  top: 0px;
  right: 0px;
  color: #fff;
  font-weight: 700;
}

.nice-select .list {
  min-width: 100px;
}

.nice-select .list li {
  color: var(--text-color);
}

.nice-select .list {
  max-height: 160px;
  overflow-x: hidden;
  overflow-y: auto;
  right: 0px;
  left: inherit;
}


.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav {
  display: none !important;
}

.owl-nav button {
  background: transparent;
}

.float-bob-y {
  animation-name: float-bob-y;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-y;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-y;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-y;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.float-bob-x {
  animation-name: float-bob-x;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-x;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-x;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-x;
  -ms-animation-duration: 15s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-x;
  -o-animation-duration: 15s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}


/** rtl-switcher **/

.demo-rtl {
  position: fixed;
  top: 390px;
  left: 10px;
  z-index: 9999;
}

button.rtl {
  background: var(--theme-color);
  display: block;
  text-indent: inherit;
  font-size: 12px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: 700;
  margin: 0px;
  color: #fff !important;
  border-radius: 50%;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
  transition: all 500ms ease;
}

.demo-ltr {
  position: fixed;
  top: 390px;
  left: auto;
  right: 10px;
  z-index: 9999;
}

button.ltr {
  background: var(--theme-color);
  display: block;
  text-indent: inherit;
  font-size: 12px;
  font-weight: 700;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0px;
  color: #fff !important;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 1.0);
  transition: all 500ms ease;
}

.boxed_wrapper.ltr .demo-rtl {
  display: block;
}

.boxed_wrapper.ltr .demo-ltr {
  display: none;
}

.boxed_wrapper.rtl .demo-rtl {
  display: none;
}

.boxed_wrapper.rtl .demo-ltr {
  display: block;
}

.progress-box .bar {
  position: relative;
  width: 100%;
  height: 8px;
  background: #E3E7EB;
  border-radius: 4px;
}

.progress-box .bar-inner {
  position: relative;
  display: block;
  width: 0px;
  height: 8px;
  border-radius: 4px;
  -webkit-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.accordion-box .block .acc-content {
  position: relative;
  display: none;
}

.accordion-box .block .acc-content.current {
  display: block;
}


.wrapper.list .shop-list-content {
  display: block;
}

.wrapper.list .shop-grid-content {
  display: none
}

.wrapper.grid .shop-list-content {
  display: none;
}

.wrapper.grid .shop-grid-content {
  display: block
}

.tabs-box .tab {
  position: relative;
  display: none;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.tabs-box .tab.active-tab {
  display: block;
}

.tabs-box .tab {
  transform: scale(0.9, 0.9) translateY(0px);
}

.tabs-box .tab.active-tab {
  transform: scale(1) translateY(0px);
}

.border-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.50);
  animation: squares 2.9s linear 0s infinite;
  -webkit-animation: squares 2.9s linear 0s infinite;
  -ms-animation: squares 2.9s linear 0s infinite;
  -o-animation: squares 2.9s linear 0s infinite;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}

.border-animation.border-2 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

.border-animation.border-3 {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}


.item-quantity-selector {
  position: relative;
  display: inline-block;
  width: 120px;
  height: 40px;
  float: left;
  padding: 0px 36px;
  margin-left: 0px;
  border: 1px solid #E7E9F0;
  border-radius: 50px;
  background: #fff;
  z-index: 1;
}

.bootstrap-touchspin .input-group-btn-vertical i {
  left: 12px;
}

.item-quantity-selector input.quantity-spinner {
  line-height: 48px;
  height: 38px;
  width: 40px !important;
  padding: 0px !important;
  box-shadow: none !important;
  border: none;
  text-align: center;
  font-size: 20px;
  font-family: var(--title-font-two);
  font-weight: 400;
  color: #111;
  background: transparent;
}

.bootstrap-touchspin .btn.bootstrap-touchspin-up {
  position: absolute;
  height: 40px;
  width: 40px;
  background: #E6EDE9;
  padding: 0px 0px;
  right: -45px;
  top: -1px;
  margin-top: 0px;
  border-radius: 0px 50px 50px 0px;
  border: none !important;
}

.bootstrap-touchspin .btn.bootstrap-touchspin-up:hover {}

.bootstrap-touchspin .btn.bootstrap-touchspin-up:before {
  content: "\f067";
  font-size: 16px;
  font-style: normal;
  color: #111;
  font-family: 'Font Awesome 5 Pro';
  transition: all 500ms ease;
}

.bootstrap-touchspin .btn.bootstrap-touchspin-up:hover:before {
  color: #fff;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  position: absolute;
  height: 40px;
  width: 40px;
  background: #E6EDE9;
  padding: 0px 0px;
  left: -37px;
  top: -1px;
  border-radius: 50px 0px 0px 50px;
  border: none !important;
  transition: all 500ms ease;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down:hover {}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down:before {
  content: "\f068";
  font-size: 16px;
  font-style: normal;
  color: #111;
  font-family: 'Font Awesome 5 Pro';
  transition: all 500ms ease;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down:hover:before {
  color: #fff;
}

.bootstrap-touchspin .input-group-btn-vertical i {
  display: none;
}

.bootstrap-touchspin .btn:hover,
.bootstrap-touchspin .btn:focus {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}


.shop-filter-content {
  display: none;
  height: 0px;
  opacity: 0;
  visibility: hidden;
  z-index: 5;
  transform: scaleY(0);
  transform-origin: top center;
  border: 1px dashed #D8D8D8;
  border-radius: 10px;
  transition: all 0.5s ease-in-out;
}

.shop-filter-content.cart-visible {
  display: block;
  height: 100%;
  opacity: 1;
  visibility: visible;
  display: block;
  transform: scaleY(1);
  transition: all 0.5s ease-in-out;
}

.shop-filter-content .filter-close-icon {
  position: absolute;
  top: 5px;
  left: 8px;
}

.shop-filter-content .filter-close-icon a {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
  border: solid;
  border-width: 1px;
  border-color: #111;
  text-align: center;
  border-radius: 50%;
  color: #111;
  opacity: 0.5;
  z-index: 1;
}

.shop-filter-content .filter-close-icon a:hover {
  opacity: 1;
  border-color: #FFAC00;
  color: #FFAC00;
}

/** language-switcher **/

.language-picker label {
  display: none;
}

.language-picker .nice-select {
  display: none;
}


.language-picker {
  position: relative;
  display: inline-block;
}

.language-picker__button .icon {
  display: none;
}

.language-picker__dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  width: 110px;
  background-color: #fff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
  padding: 15px 15px;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  text-align: left;
  transition: visibility 0s .2s, opacity .2s, -webkit-transform .2s ease-out;
  transition: visibility 0s .2s, opacity .2s, transform .2s ease-out;
  transition: visibility 0s .2s, opacity .2s, transform .2s ease-out, -webkit-transform .2s ease-out
}

.language-picker__button[aria-expanded=true]+.language-picker__dropdown {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px);
  transition: opacity .2s, -webkit-transform .2s ease-out;
  transition: opacity .2s, transform .2s ease-out;
  transition: opacity .2s, transform .2s ease-out, -webkit-transform .2s ease-out
}

.language-picker__item span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.language-picker__item:hover {}

.language-picker__button {
  position: relative;
  border: none !important;
  padding: 0px;
  padding-right: 7px;
}

.language-picker__button:before {
  position: absolute;
  content: '\e902';
  font-family: 'icomoon';
  font-size: 7px;
  top: 7px;
  right: 0px;
  color: #fff;
}

.language-picker__flag {
  position: relative;
  font-size: 14px;
  line-height: 16px;
  font-family: var(--text-font);
  font-weight: 400;
  color: #222;
  padding-left: 33px;
  text-transform: uppercase;
}

.language-picker__list .language-picker__flag {
  padding: 4px 0px 4px 33px;
}

.language-picker__list .language-picker__flag.language-picker__label:after {
  position: absolute;
  content: '';
  background-image: url(../images/icons/icon-1.png);
  width: 10px;
  height: 6px;
  top: 6px;
  right: 0px;
  background-repeat: no-repeat;
}

.language-picker__flag.language-picker__label {
  padding-left: 26px;
  padding-right: 0px;
  color: #fff;
  padding-right: 16px;
}

.language-picker__flag em {
  font-style: normal;
}

.language-picker__flag::before {
  position: absolute;
  content: '';
  height: 20px;
  width: 20px;
  top: 4px;
  left: 0px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.language-picker__flag.language-picker__label:before {
  top: -2px;
  left: 0px;
}

.language-picker__dropdown .language-picker__flag::before {
  margin-right: .5rem;
  margin-right: var(--space-xs);
  top: -1px;
}

.language-picker__flag--deutsch::before {
  background-image: url(../images/icons/flag-deutsch.png);
}

.language-picker__flag--english::before {
  background-image: url(../images/icons/flag-english.png);
}

.language-picker__flag--francais::before {
  background-image: url(../images/icons/flag-francais.png);
}

.language-picker__flag--italiano::before {
  background-image: url(../images/icons/flag-italiano.png);
}

.language-picker--hide-label .language-picker__button .icon {
  margin-left: 0
}

.language-picker--hide-label .language-picker__button em {
  display: none
}

.language-picker--hide-label .language-picker__button .language-picker__flag::before {
  margin-right: .25rem;
  margin-right: var(--space-xxxs)
}

.language-picker__flag.language-picker__label {
  padding-right: 7px;
}

.zoom-fade {
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}

@keyframes slide {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 1920px 0;
  }
}

@-webkit-keyframes slide {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 1920px 0;
  }
}

.rating {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}

.rating.centred {
  justify-content: center;
}

.rating li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #F8CD2E;
  margin-right: 2px;
}

.rating li span {
  color: #7C7C7C;
  padding-left: 2px;
}

.discount-product {
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  font-weight: 500;
  background: #27D82E;
  border-radius: 30px;
  padding: 2px 12px;
  z-index: 1;
}

.nav-style-one .owl-nav button {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 52px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 30px;
  color: var(--title-color);
  border: solid;
  border-width: 1px;
  border-color: var(--secondary-color);
  cursor: pointer;
  transition: all 500ms ease;
}

.nav-style-one .owl-nav button.owl-prev {
  margin-right: 10px;
}

.nav-style-one .owl-nav button:hover {
  color: #fff;
}


.slide-text .text-inner {
  position: relative;
  display: block;
  padding: 40px 0px;
  transform: rotate(-5deg);
}

.slide-text .text-inner:before,
.slide-text .text-inner:after {
  position: absolute;
  content: '';
  background-image: url(../images/shape/shape-32.png);
  left: 0px;
  width: 100%;
  height: 14px;
  background-repeat: repeat-x;
  background-size: cover;
}

.slide-text .text-inner:before {
  top: 0px;
}

.slide-text .text-inner:after {
  bottom: 0px;
}

.slide-text .text-inner .text-list {
  position: relative;
  display: flex;
  align-items: center;
  width: max-content;
  gap: 235px;
  -moz-animation: scroll-left 400s linear infinite;
  -webkit-animation: scroll-left 400s linear infinite;
  animation: scroll-left 400s linear infinite;
}

.slide-text .text-inner .text-list li {
  position: relative;
  display: inline-block;
  font-size: 32px;
  line-height: 40px;
  font-family: var(--title-font);
  color: var(--title-color);
  font-weight: 700;
}

.slide-text .text-inner .text-list li:last-child {
  margin: 0px;
}

@-moz-keyframes scroll-left {
  0% {
    -moz-transform: translateX(0%);
  }

  100% {
    -moz-transform: translateX(-100%);
  }
}

@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0%);
  }

  100% {
    -webkit-transform: translateX(-100%);
  }
}

.slide-text .text-inner .text-list li:before {
  position: absolute;
  content: '\e90c';
  font-family: 'icomoon';
  width: 37px;
  height: 37px;
  top: 2px;
  right: -145px;
  font-size: 40px;
  color: var(--title-color);
}

.slide-text .shape {
  position: absolute;
  left: 110px;
  bottom: 40px;
  width: 158px;
  height: 266px;
  background-repeat: no-repeat;
}

.slide-text.style-two .text-inner {
  transform: rotate(0deg);
}

.slide-text.style-two .text-inner .text-list li:before {
  transform: rotate(5deg);
}

.slide-text.style-two .text-inner:before,
.slide-text.style-two .text-inner:after {
  background-image: url(../images/shape/shape-55.png);
}


.color-option {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 100%;
  z-index: 9;
}

.color-option .check-box input {
  display: none;
}

.color-option .check-box label {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  cursor: pointer;
  background: #3F1A17;
  z-index: 99;
}

.color-option li:nth-child(2) .check-box label {
  background: #D07A29;
}

.color-option .check-box label:before {
  position: absolute;
  content: '\e919';
  font-family: 'icomoon';
  font-size: 6px;
  color: #fff;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  left: 0px;
  top: 0px;
  opacity: 0;
}

.color-option .check-box input:checked+label:before {
  opacity: 1;
}


/** category-menu **/


.category-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 370px;
  padding-right: 30px;
  max-width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
  transition: all 900ms ease;
}

.category-menu .navbar-collapse {
  display: block !important;
}

.category-menu .side-content {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 70px;
  height: 100%;
  padding: 30px 0px;
  text-align: center;
}

.category-visible .category-menu {
  opacity: 1;
  visibility: visible;
}

.category-menu .menu-backdrop {
  position: fixed;
  left: 0%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 900ms ease;
  background-color: #fff;
}

.category-visible .category-menu .menu-backdrop {
  opacity: 0.50;
  visibility: visible;
  right: 100%;
  -webkit-transition: all .5s ease-out 0s;
  -o-transition: all .5s ease-out 0s
}

.category-menu .outer-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #fff;
  padding: 0px 0px;
  padding-left: 70px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  box-shadow: 0 0 12px 12px rgba(0, 80, 191, 3%);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: all 900ms ease !important;
}

.category-visible .category-menu .outer-box {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.category-menu .close-btn {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  width: 40px;
  height: 40px;
  line-height: 42px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.20);
  z-index: 10;
  overflow: hidden;
  margin-bottom: 30px;
  transition: all 500ms ease;
}

.category-menu .option-list li {
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.category-menu .option-list li:last-child {
  margin-bottom: 0px;
}

.category-menu .option-list li a,
.category-menu .option-list li button {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  width: 40px;
  height: 40px;
  line-height: 42px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.20);
  z-index: 10;
  overflow: hidden;
  transition: all 500ms ease;
}

.category-menu .option-list li a:hover i,
.category-menu .option-list li button:hover i {
  animation: toBottomFromTop .7s forwards;
}

.category-menu .social-links {
  position: absolute;
  left: 0px;
  bottom: 30px;
  width: 100%;
  text-align: center;
}

.category-menu .social-links li {
  position: relative;
  display: block;
  height: 40px;
  margin-bottom: 10px;
}

.category-menu .social-links li:last-child {
  margin-bottom: 0px;
}

.category-menu .social-links li a,
.category-menu .social-links li button {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  width: 40px;
  height: 40px;
  line-height: 44px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.20);
  z-index: 10;
  overflow: hidden;
  transition: all 500ms ease;
}

.category-menu .social-links li a:hover,
.category-menu .social-links li button:hover {
  background: #000;
  color: #fff;
}

.category-menu .category-box {
  height: 100vh;
  padding: 30px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.category-menu .category-box .search-form .form-group {
  position: relative;
  margin-bottom: 20px;
}

.category-menu .category-box .search-form .form-group input[type='search'] {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 50px;
  font-size: 14px;
  color: var(--text-color);
  padding: 8px 45px 8px 18px;
  transition: all 500ms ease;
}

.category-menu .category-box .search-form .form-group button[type='submit'] {
  position: absolute;
  top: 4px;
  right: 4px;
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #fff;
  background: var(--theme-color);
  text-align: center;
  border-radius: 50%;
  transition: all 500ms ease;
}

.category-menu .category-box .search-form .form-group input:focus {}

.category-menu .category-box .search-form .form-group input:focus+button,
.category-menu .category-box .search-form .form-group button:hover {}


.category-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  float: none;
}

.category-menu .category-list li {
  position: relative;
  display: block;
  cursor: pointer;
}

.category-menu .category-list li .image {
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.category-menu .category-list li .image img {
  width: 100%;
  border-radius: 50%;
}

.category-menu .category-list li>a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 6px 25px;
  font-size: 15px;
  font-weight: 500;
  color: var(--title-color);
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.category-menu .category-list.product-category li>a {
  padding-left: 30px;
  padding-right: 30px;
}

.category-menu .category-list.product-category li {
  margin-bottom: 6px;
}

.category-menu .category-list.product-category li:last-child {
  margin-bottom: 0px;
}

.category-menu .category-list li>a:hover {
  color: var(--theme-color);
}

.category-menu .category-list li.category-dropdown .dropdown-btn {
  position: absolute;
  right: 0px;
  top: 3px;
  text-align: right;
  width: 100%;
  font-size: 8px;
  line-height: 32px;
  color: var(--title-color);
  cursor: pointer;
  border-radius: 2px;
  font-weight: 400;
  transition: all .40 ease-in-out;
  z-index: 5;
}

.category-menu .category-list li.category-dropdown .dropdown-btn span {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  font-size: 12px;
  color: #fff;
}

.category-menu .category-list li.category-dropdown .dropdown-btn.open span:before {
  content: "\f068";
}

.category-menu .category-list .category-dropdown ul {
  display: none;
}

.category-menu p {
  position: relative;
  display: block;
  padding: 0px 25px;
  opacity: 0.5;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}

.category-menu .category-list li>a span {
  position: absolute;
  top: 8px;
  right: 25px;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  padding: 0px 5px;
  border-radius: 2px;
  background: #CED4DA;
}


.slide-text.style-three .text-inner .text-list li:before {
  transform: rotate(5deg);
  font-size: 24px;
  right: -115px;
}

.slide-text.style-three .text-inner {
  transform: rotate(0deg);
  padding: 27px 0px;
}

.slide-text.style-three .text-inner:before,
.slide-text.style-three .text-inner:after {
  display: none;
}

.slide-text.style-three {
  border-top: dashed;
  border-bottom: dashed;
  border-width: 1px;
  background: #FFE8EE;
}

.slide-text.style-three .text-inner .text-list li {
  font-size: 20px;
  line-height: 30px;
}

.slide-text.style-three .text-inner .text-list {
  gap: 184px;
}

.slide-text.style-two.home-3 {
  background: #fff;
  border-top: dashed;
  border-bottom: dashed;
  border-width: 1px;
}

.slide-text.style-two.home-3 .text-inner:before,
.slide-text.style-two.home-3 .text-inner:after {
  display: none;
}

.slide-text.style-two.home-3 .pattern-layer {
  position: absolute;
  right: -30px;
  bottom: 90px;
  width: 179px;
  height: 188px;
  background-repeat: no-repeat;
  z-index: -1;
}

@keyframes slide {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 1920px 0;
  }
}

@-webkit-keyframes slide {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 1920px 0;
  }
}

.discount-product-2 {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  background: #10CB23;
  border: 1px dashed #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  z-index: 1;
}

.hot-product-2 {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  background: #FF0000;
  border: 1px dashed #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  z-index: 1;
}

.white-bg {
  background: #fff !important;
}

.check-box-two li {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  padding-left: 18px;
  margin-bottom: 4px;
}

.check-box-two li:last-child {
  margin-bottom: 0px;
}

.check-box-two li:before {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  left: 0px;
  top: 10px;
  border-radius: 50%;
}

.check-box-two input {
  display: none;
}

.check-box-two label {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: var(--title-color);
  padding-left: 24px;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 0px;
}

.check-box-two label:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 5px;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  border-color: #DDDDDD;
  background: #fff;
  background: transparent;
}

.check-box-two label:after {
  position: absolute;
  content: '\e919';
  font-family: 'icomoon';
  font-size: 8px;
  left: 3px;
  top: 0px;
  color: #fff;
  opacity: 0;
}

.check-box-two input:checked+label:after {
  opacity: 1;
}

.check-box-two input:checked+label:before {}

.related-product .shop-block-one {
  float: left;
  width: 16.666%;
}

.related-product .shop-block-one .inner-box:before {
  display: none;
}

.related-product .shop-block-one .inner-box .lower-content {
  padding: 0px !important;
  margin: 0px !important;
  background: transparent;
}

.related-product .shop-block-one .inner-box {
  padding-left: 20px;
  padding-right: 20px;
}

.list-style-one li {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  padding-left: 18px;
  margin-bottom: 4px;
}

.list-style-one li:last-child {
  margin-bottom: 0px;
}

.list-style-one li:before {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  left: 0px;
  top: 10px;
  border-radius: 50%;
}


/** cart-style **/


.cart-toggle-icon {
  position: fixed;
  top: 50%;
  right: 30px;
  margin-top: -30px;
  z-index: 9999;
}

.cart-toggle-icon .inner-box {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 60px;
  background: var(--theme-color);
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  padding: 7px 0px;
  border: 1px dashed #fff;
}

.cart-toggle-icon .inner-box .icon-box {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  overflow: hidden;
}

.cart-toggle-icon:hover .inner-box .icon-box i {
  animation: toBottomFromTop .7s forwards;
}

.cart-toggle-icon .inner-box span {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  font-weight: 700;
}

.cart-popup {
  position: fixed;
  right: -100%;
  bottom: 0px;
  width: 350px;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  background: #fff;
  border: 1px dashed var(--theme-color);
  border-radius: 10px;
  transition: all 0.5s ease-in-out 0.1s;
}

.cart-popup.popup-visible {
  right: 0px;
  visibility: visible;
  opacity: 1;
}

.cart-popup .popup-inner {
  position: relative;
  display: block;
  padding: 30px 20px;
}

.cart-popup .popup-inner .single-cart-box {
  position: relative;
  display: block;
  padding: 0px 30px 17px 75px;
  border-bottom: 1px dashed rgba(229, 229, 229, 1);
  margin-bottom: 15px;
}

.cart-popup .popup-inner .single-cart-box .image-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 60px;
  height: 60px;
}

.cart-popup .popup-inner .single-cart-box h5 {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 6px;
}

.cart-popup .popup-inner .single-cart-box h5 a {
  display: inline-block;
  color: var(--title-color);
}

.cart-popup .popup-inner .single-cart-box h5 a:hover {}

.cart-popup .popup-inner .single-cart-box h4 {
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: rgba(233, 37, 48, 1);
}

.cart-popup .popup-inner .single-cart-box h4 span {
  color: var(--title-color);
}

.cart-popup .popup-inner .single-cart-box button {
  position: absolute;
  top: 4px;
  right: 0px;
  font-size: 16px;
  line-height: 16px;
  color: var(--title-color);
  transition: all 500ms ease;
}

.cart-popup .popup-inner .single-cart-box button:hover {
  color: red;
}

.cart-popup .close-cart {
  position: absolute;
  top: 5px;
  right: 5px;
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 34px;
  font-size: 14px;
  color: var(--title-color);
  background: #e5e5e5;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  transition: all 500ms ease;
}

.cart-popup .close-cart:hover {
  color: #fff;
}

.cart-popup .title-text {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 24px;
  padding-left: 35px;
  margin-bottom: 25px;
}

.cart-popup .title-text span {
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 0px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  border-radius: 50%;
}

.cart-popup .popup-inner .text-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
}

.cart-popup .popup-inner .text-box h5 {
  font-size: 18px;
  line-height: 26px;
}

.lower-content .text {
  display: none !important;
}

.lower-content h4 {
  margin-bottom: 20px !important;
}

footer p {
  color: #fff !important;
}

footer h5 {
  color: #fff !important;
}

.cart-popup .popup-inner .text-box span {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  color: rgba(233, 37, 48, 1);
  font-weight: 700;
}

.cart-popup .popup-inner .btn-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart-popup .popup-inner .btn-box .theme-btn {
  padding: 3px 24px;
}

.cart-popup .popup-inner .btn-box .theme-btn:first-child {
  color: #fff;
  border-color: #fff !important;
}

.cart-popup .popup-inner .btn-box .theme-btn:first-child:before,
.cart-popup .popup-inner .btn-box .theme-btn:first-child:after {
  background: #000;
}


@-webkit-keyframes toBottomFromTop {
  49% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }

  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
  }

  51% {
    opacity: 1
  }
}

@keyframes toBottomFromTop {
  49% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }

  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
  }

  51% {
    opacity: 1
  }
}

.nav-toggle {
  position: relative;
  display: block;
  width: 28px;
  height: 16.5px;
  top: 0;
  overflow: hidden;
}

.nav-toggle .line {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: var(--secondary-color);
  border-radius: 0px;
  transform: translateX(0);
  transition: all .40s ease-in-out;
}

.nav-toggle .line:before {
  position: absolute;
  content: '';
  background: #fff;
  width: 100%;
  height: 100%;
  left: -100%;
  top: 0px;
  transition-delay: 0s;
  transition: all .40s ease-in-out;
}

.nav-toggle:hover .line:before {
  left: 100%;
}

.nav-toggle .line1:before {
  transition-delay: 0s;
}

.nav-toggle .line2:before {
  transition-delay: .15s;
}

.nav-toggle .line3:before {
  transition-delay: .25s;
}

.nav-toggle .line1 {
  top: 0;
}

.nav-toggle .line2 {
  top: 7px;
  width: 20px;
}

.nav-toggle:hover .line2 {
  width: 100%;
  transition-delay: .15s;
}

.nav-toggle .line3 {
  top: 14px;
}

.cards-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  padding: 20px;
}

.card {
  /* background: #427bb7; */
  border-radius: 20px;
  padding: 50px 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.icon-wrapper {
  width: 120px;
  height: 120px;
  margin: 0 auto 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.card h3 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.3;
}

.card p {
  color: #b8c1ec;
  font-size: 16px;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .cards-wrapper {
    grid-template-columns: 1fr;
  }

  .card {
    padding: 40px 25px;
  }
}

.decorative-kite {
  position: absolute;
  top: 50px;
  left: 50px;
  width: 120px;
  height: 140px;
  z-index: 1;
}

.decorative-jump {
  position: absolute;
  top: 80px;
  right: 80px;
  width: 100px;
  height: 100px;
  z-index: 1;
}

.decorative-blocks {
  position: absolute;
  bottom: 50px;
  right: 50px;
  width: 100px;
  height: 100px;
  z-index: 1;
}

.about-container {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: center;
  position: relative;
  z-index: 2;
}

.image-section {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blue-circle {
  position: absolute;
  width: 380px;
  height: 380px;
  background: linear-gradient(135deg, #89c9f5, #5eb3e8);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-55%, -45%);
  z-index: 1;
}

.main-image {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 450px;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.content-section {
  padding: 20px;
}

.subtitle {
  color: #e57373;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.subtitle::before {
  content: '';
  width: 40px;
  height: 2px;
  background: #e57373;
}

.main-title {
  color: #3b6ea5;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 25px;
}

.description {
  color: #5a5a5a;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 35px;
}

.cta-button {
  display: inline-block;
  background: linear-gradient(135deg, #3b6ea5, #5eb3e8);
  ;
  color: white;
  padding: 10px 35px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(45, 53, 97, 0.3);
}

.cta-button-2 {
  display: inline-block;
  background: transparent;
  color: #3b6ea5;
  border: 2px dashed #3b6ea5;
  padding: 8px 35px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(45, 53, 97, 0.3);
}

.cta-button:hover {

  color: #fff;

}

@media (max-width: 968px) {
  .about-container {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .decorative-kite,
  .decorative-jump,
  .decorative-blocks {
    display: none;
  }

  .main-title {
    font-size: 32px;
  }

  .image-section {
    order: -1;
  }
}


.offices-container {
  max-width: 1400px;
  margin: 0 auto;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-subtitle {
  color: #e57373;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
}

.section-title {
  color: #2d3561;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 10px;
}

.locations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
  padding: 20px;
}

.location-card {
  background: white;
  border-radius: 15px;
  padding: 35px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.location-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #3b6ea5, #5eb3e8);
}

.location-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.location-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}

.location-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #3b6ea5, #5eb3e8);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.location-icon img {
  width: 28px;
  height: 28px;
  filter: brightness(0) invert(1);
}

.city-name {
  color: #2d3561;
  font-size: 26px;
  font-weight: 700;
}

.address-section {
  margin-bottom: 20px;
}

.info-row {
  display: flex;
  gap: 12px;
  margin-bottom: 15px;
}

.info-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 2px;
}

.info-icon img {
  width: 100%;
  height: 100%;
  opacity: 0.7;
}

.address-text {
  color: #5a5a5a;
  font-size: 15px;
  line-height: 1.7;
  flex: 1;
}

.phone-section {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e0e0e0;
}

.phone-number {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #f0f4f8;
  padding: 8px 15px;
  border-radius: 20px;
  color: #2d3561;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.phone-number:hover {
  background: #3b6ea5;
  color: white;
}

.phone-number img {
  width: 16px;
  height: 16px;
}

@media (max-width: 768px) {
  .section-title {
    font-size: 36px;
  }

  .locations-grid {
    grid-template-columns: 1fr;
  }

  .location-card {
    padding: 25px;
  }
}





























.section-title {
  text-align: center;
  font-size: 2.5rem;
  color: #2c3e50;
  margin-bottom: 3rem;
  font-weight: 700;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-bottom: 50px;
}

.product-card {
  background: white;
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}

.product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.book-container {
  position: relative;
  margin-bottom: 20px;
  height: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.book-3d {
  width: 180px;
  height: 240px;
  position: relative;
}

.book-cover {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 8px 15px 15px 8px;
  position: relative;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  transform: translateZ(12.5px);
}

.cta-section {
  background: #2e4584;
}

.book-cover::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
}

.book-cover::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 15px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, transparent 100%);
}

.book-spine {
  position: absolute;
  left: -8px;
  top: 0;
  width: 8px;
  height: 100%;
  background: linear-gradient(135deg, #555 0%, #333 100%);
  border-radius: 8px 0 0 8px;
}

.book-title {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-weight: bold;
  text-align: center;
  font-size: 0.9rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  padding: 0 10px;
  line-height: 1.3;
}

.related-books {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 20px;
  border-radius: 8px;
}

.product-card:hover .related-books {
  opacity: 1;
  visibility: visible;
}

.related-book {
  width: 60px;
  height: 80px;
  background-image: url('images/LKG-Poppies-TERM-1.png.webp');
  background-size: cover;
  background-position: center;
  border-radius: 4px;
  position: relative;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: transform 0.2s ease;
}

.related-book:hover {
  transform: scale(1.1);
}

.related-book::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 4px 0 0 4px;
}

.product-info h3 {
  font-size: 1.3rem;
  color: #2c3e50;
  margin-bottom: 8px;
  font-weight: 600;
  text-align: center;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.class-name {
  font-size: 1rem;
  color: #7f8c8d;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 500;
}

.purchase-btn {
  width: 100%;
  padding: 12px 20px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border: none;
  border-radius: 25px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.purchase-btn:hover {
  background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(102, 126, 234, 0.4);
}

.purchase-btn:active {
  transform: translateY(0);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .products-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
  }

  .section-title {
    font-size: 2.2rem;
  }
}

@media (max-width: 768px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .section-title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }

  .book-3d {
    width: 140px;
    height: 200px;
  }

  .book-container {
    height: 240px;
  }

  .product-card {
    padding: 20px;
  }

  .related-book {
    width: 45px;
    height: 65px;
  }
}

@media (max-width: 480px) {
  .products-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .container {
    padding: 0 15px;
  }

  .section-title {
    font-size: 1.8rem;
  }

  .book-3d {
    width: 160px;
    height: 220px;
  }

  .book-container {
    height: 260px;
  }
}



.single-column.image-box {
  margin-bottom: 20px;
  border-radius: 10px;
}

.single-column.image-box img {

  border-radius: 10px;
}

.offers-container {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.section-title {
  text-align: center;
  color: white;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 60px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.offers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  gap: 40px;
  padding: 0 20px;
}

.offer-card {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  display: grid;
  grid-template-columns: 45% 55%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.offer-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.4);
}

.image-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.image-section.orange {
  background: linear-gradient(135deg, #ffa726 0%, #ff9800 100%);
}

.image-section.mint {
  background: linear-gradient(135deg, #c8d9d3 0%, #b8cac5 100%);
}

.image-section::before {
  content: '✨';
  position: absolute;
  font-size: 24px;
  animation: sparkle 2s infinite;
}

.image-section.orange::before {
  top: 20px;
  left: 20px;
}

.image-section.mint::before {
  top: 30px;
  right: 30px;
}

@keyframes sparkle {

  0%,
  100% {
    opacity: 0.3;
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1.2);
  }
}

.product-image {
  max-width: 100%;
  height: auto;
  z-index: 2;
  position: relative;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.2));
}

.content-section {
  padding: 40px 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.date-badge {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 25px;
  width: fit-content;
}

.date-badge.orange {
  background: #ffa726;
  color: white;
}

.date-badge.coral {
  background: #ff7b7b;
  color: white;
}

.offer-description {
  color: #7a7a7a;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 25px;
}

.cta-link {
  color: #2d3561;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: gap 0.3s ease;
}

.cta-link:hover {
  gap: 12px;
}

.cta-link::after {
  content: '→';
  font-size: 20px;
}

@media (max-width: 1100px) {
  .offers-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .section-title {
    font-size: 36px;
  }

  .offer-card {
    grid-template-columns: 1fr;
  }

  .image-section {
    min-height: 250px;
  }

  .content-section {
    padding: 30px 25px;
  }
}

/** about-section **/

.about-section {
  position: relative;
}

.about-section .image-box {
  position: relative;
  display: block;
  margin-right: 117px;
  padding-right: 142px;
  padding-bottom: 35px;
}

.about-section .image-box .image-1 {
  position: relative;
  display: block;
  border-radius: 300px 300px 300px 10px;
  overflow: hidden;
}

.about-section .image-box img {
  position: relative;
  width: 100%;
}

.about-section .image-box .image-2 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  border-radius: 250px 250px 10px 250px;
}

.about-section .image-box .image-2 img {
  border-radius: 250px 250px 10px 250px;
}

.about-section .image-box .image-2:before {
  position: absolute;
  content: '';
  background: #fff;
  width: 100%;
  height: 100%;
  right: 16px;
  bottom: 16px;
  border-radius: 250px 250px 10px 250px;
}

.about-section .image-box .rotate-box {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 57px;
  top: 58px;
  width: 186px;
  height: 186px;
  line-height: 186px;
  background: #fff;
  border-radius: 50%;
  border: dashed;
  border-width: 1px;
  z-index: 2;
}

.about-section .image-box .rotate-box .curved-circle {
  position: absolute;
  left: 93px;
  top: 7px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 800;
  text-transform: uppercase;
}

.about-section .image-box .rotate-box .icon-box img {
  display: inline-block;
  width: auto;
}

.about-section .content-box {
  position: relative;
  display: block;
}

.about-section .content-box h2 {
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 20px;
}

.about-section .content-box p span {
  font-weight: 700;
}

.about-section .content-box .inner-box {
  position: relative;
  display: block;
  background: #FDF7F9;
  border-radius: 10px;
  border: dashed;
  border-width: 1px;
  border-top: solid;
  border-top-width: 3px;
  padding: 35px 40px;
}

.funfact-block-one {
  position: relative;
  display: block;
}

.funfact-block-one:before {
  position: absolute;
  content: '';
  background: #E5E5E5;
  width: 1px;
  height: 100%;
  top: 0px;
  right: 15px;
}

.funfact-block:last-child .funfact-block-one:before {
  display: none;
}

.funfact-block-one .count-outer {
  position: relative;
  display: block;
  font-size: 48px;
  line-height: 50px;
  font-weight: 700;
}

.funfact-block-one p {
  color: var(--title-color);
}

.funfact-block-one .count-outer .symble {
  position: relative;
  top: -10px;
}



/** rtl-css **/

.rtl .about-section .image-box {
  margin-right: 0px;
  margin-left: 117px;
}

.rtl .funfact-block-one:before {
  right: inherit;
  left: 15px;
}


/** responsive-css **/

@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 991px) {
  .about-section .image-box {
    margin: 0px;
    margin-bottom: 30px;
  }

  .rtl .about-section .image-box {
    margin-left: 0px;
  }

  .funfact-block-one {
    margin-bottom: 30px;
  }

  .funfact-block-one:before {
    display: none;
  }

  .about-section .content-box .inner-box {
    padding-bottom: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .about-section .content-box h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .about-section {
    padding-bottom: 70px;
  }
}

@media only screen and (max-width: 599px) {
  .about-section .image-box {
    padding: 0px;
  }

  .about-section .image-box .image-2 {
    position: relative;
    margin-top: 30px;
  }

  .about-section .content-box .inner-box {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 499px) {}


/** shop-page **/

.shop-page-section .item-shorting {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #F8EDF0;
  border-radius: 10px;
  padding: 15px 30px;
  margin-bottom: 40px;
}

.shop-page-section .item-shorting .left-column .text p {
  font-size: 14px;
  color: var(--title-color);
}

.shop-page-section .item-shorting .left-column .text p span {
  font-weight: 700;
}

.shop-page-section .item-shorting .right-column {
  position: relative;
  display: flex;
  align-items: center;
}

.shop-page-section .item-shorting .right-column p {
  font-size: 14px;
  color: #7C7C7C;
  margin-right: 10px;
}

.shop-page-section .item-shorting .right-column .short-box {
  position: relative;
  display: flex;
  align-items: center;
}

.shop-page-section .item-shorting .right-column .select-box {
  min-height: 30px;
}

.shop-page-section .item-shorting .right-column .short-box .nice-select {
  font-size: 14px;
  line-height: 30px;
  color: var(--title-color);
  text-transform: capitalize;
}

.shop-page-section .item-shorting .right-column .short-box .nice-select:before {
  color: var(--title-color);
}

.shop-page-section .item-shorting .right-column .short-box .nice-select .list {
  min-width: 120px;
}

.shop-page-section .item-shorting .right-column .menu-box {
  position: relative;
  display: flex;
  align-items: center;
}

.shop-page-section .item-shorting .right-column .menu-box button {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 24px;
  background: #fff;
  border: 1px dashed;
  #fff;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  color: #7C7C7C;
  cursor: pointer;
  transition: all 500ms ease;
}

.shop-page-section .item-shorting .right-column .menu-box button.on {}

.shop-page-section .item-shorting .right-column .menu-box button img {
  display: inline-block;
  filter: grayscale(100%);
  opacity: 0.8;
  transition: all 500ms ease;
}

.shop-page-section .item-shorting .right-column .menu-box button.on img {
  opacity: 1;
  filter: grayscale(0%);
}

.wrapper.list .shop-list-content {
  display: block;
}

.wrapper.list .shop-grid-content {
  display: none
}

.wrapper.grid .shop-list-content {
  display: none;
}

.wrapper.grid .shop-grid-content {
  display: block
}

.shop-page-section .wrapper .inner-container .shop-block-one {
  float: left;
  width: 20%;
  margin: 0 auto;
}

.shop-page-section .shop-block-one .inner-box:before {
  display: none;
}

.shop-page-section .shop-block-one .inner-box {
  padding: 0px;
  max-width: 224px;
  margin: 0 auto;
  padding-bottom: 35px;
}

.shop-page-section .shop-block-one .inner-box .lower-content {
  padding: 0px !important;
  margin: 0px !important;
  background: transparent;
}

.shop-page-section .shop-block-one .inner-box .image-box .image {
  max-width: 180px;
}

.shop-page-section .shop-block-two .inner-box .lower-content h5 {
  max-height: 24px;
}

.shop-page-section .cta-section .inner-container {
  padding-left: 540px;
}

.shop-page-section .cta-section h2 {
  font-size: 40px;
  line-height: 48px;
}

.shop-block-five .inner-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
  border: 1px dashed #E5E5E5;
  margin-bottom: 30px;
  border-radius: 10px;
  transition: all 500ms ease;
}

.shop-block-five .inner-box .image-box {
  position: relative;
  display: block;
  width: 277px;
  min-width: 277px;
}

.shop-block-five .inner-box .image-box img {
  width: 100%;
  transition: all 500ms ease;
}

.shop-block-five .inner-box:hover .image-box img {
  transform: scale(0.9);
}

.shop-block-five .inner-box .content-box {
  position: relative;
  display: block;
  padding: 0px 50px;
}

.shop-block-five .inner-box .content-box .text {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 6px;
}

.shop-block-five .inner-box .content-box h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 14px;
}

.shop-block-five .inner-box .content-box h3 a {
  display: inline-block;
  color: var(--title-color);
}

.shop-block-five .inner-box .content-box h3 a:hover {
  text-decoration: underline;
}

.shop-block-five .inner-box .content-box h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 24px;
  color: #E92530;
  margin-bottom: 23px;
}

.shop-block-five .inner-box .content-box h4 del {
  font-size: 16px;
  font-weight: 400;
  color: #7C7C7C;
  margin-right: 6px;
}

.shop-block-five .inner-box .content-box .theme-btn {
  padding: 8px 60px;
}

.shop-block-five .inner-box .feature-content {
  position: relative;
  display: block;
  border-left: 1px dashed #D9D9D9;
  padding: 30px 0px 50px 60px;
}

.shop-block-five .inner-box .feature-list li {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 28px;
  padding-left: 16px;
}

.shop-block-five .inner-box .feature-list li:before {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  left: 0px;
  top: 12px;
  border-radius: 50%;
}

.shop-sidebar .table-outer {
  overflow-x: auto;
  position: relative;
  width: 100%;
}

.shop-sidebar .sidebar-table {
  min-width: 1585px;
  width: 100%;
}

.shop-sidebar .sidebar-table tbody {
  vertical-align: top;
}

.shop-sidebar .sidebar-table .widget-title {
  margin-bottom: 25px;
}

.shop-sidebar .sidebar-table tbody tr td {
  padding-right: 60px;
  width: 280px;
}

.shop-sidebar .sidebar-table tbody tr td:last-child {
  padding: 0px;
}

.shop-sidebar .sidebar-table tbody tr .filter-widget {
  width: 220px;
}

.shop-sidebar.style-two .category-list li label {
  display: block;
}

.shop-sidebar.style-two .category-list li {
  position: relative;
}

.shop-sidebar .category-list li span {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 14px;
  color: var(--title-color);
}

.shop-sidebar .category-list li .check-box input:checked+label span {}

.shop-page-section .item-shorting .left-column {
  position: relative;
  display: flex;
  align-items: center;
}

.shop-page-section .item-shorting .left-column .filter-button button {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  padding: 8px 20px;
  width: 180px;
  border-radius: 6px;
  text-align: left;
}

.shop-page-section .item-shorting .left-column .filter-button button i {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 7px;
}

.shop-page-section .our-shop.fluid .wrapper .inner-container .shop-block-one {
  width: 16.666%;
}


/** shop-banner **/

.shop-banner {
  position: relative;
}

.shop-banner .inner-container {
  position: relative;
  padding: 80px 30px;
  border-radius: 10px;
  overflow: hidden;
}

.shop-banner .inner-container .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.shop-banner .content-box {
  position: relative;
  display: block;
}

.shop-banner .content-box .icon-box {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}

.shop-banner .content-box h2 {
  display: block;
  font-size: 72px;
  line-height: 72px;
  color: #fff;
  text-shadow: 0px 5px 0px rgba(0, 0, 0, 0.10);
  margin-bottom: 20px;
}

.shop-banner .content-box h2 span {
  position: relative;
  display: block;
  font-weight: 400;
}

.shop-banner .content-box h3 {
  display: block;
  font-size: 28px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  text-shadow: 0px 5px 0px rgba(0, 0, 0, 0.10);
  margin-bottom: 35px;
}

.shop-banner .content-box .theme-btn {
  box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.1);
}

/** rtl-css **/

.rtl .shop-page-section .item-shorting .right-column .menu-box button.mr_10 {
  margin-right: 0px;
  margin-left: 10px;
}

.rtl .shop-page-section .item-shorting .right-column p {
  margin-right: 0px;
  margin-left: 10px;
}

.rtl .shop-block-five .inner-box .feature-content {
  padding-left: 0px;
  padding-right: 60px;
  border-left: none;
  border-right: 1px solid #D9D9D9;
}

.rtl .shop-block-five .inner-box .feature-list li {
  padding-left: 0px;
  padding-right: 16px;
}

.rtl .shop-block-five .inner-box .feature-list li:before {
  left: inherit;
  right: 0px;
}

/** responsive-css **/

@media only screen and (max-width: 1200px) {
  .shop-page-section .wrapper .inner-container .shop-block-one {
    width: 33.333%;
  }

  .shop-page-section .cta-section .inner-container {
    padding-left: 30px;
  }

  .shop-page-section .our-shop.fluid .wrapper .inner-container .shop-block-one {
    width: 33.333%;
  }
}

@media only screen and (max-width: 991px) {
  .shop-page-section .wrapper .inner-container .shop-block-one {
    width: 50%;
  }

  .shop-page-section .our-shop.fluid .wrapper .inner-container .shop-block-one {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .shop-block-five .inner-box {
    display: block;
  }

  .shop-page-section .wrapper .inner-container .shop-block-one {
    width: 100%;
  }

  .shop-block-five .inner-box .feature-content {
    padding: 0px;
    border: none;
    margin-top: 30px;
  }

  .shop-sidebar {
    margin-bottom: 40px;
  }

  .rtl .shop-block-five .inner-box .feature-content {
    padding-right: 0px;
    border: none;
  }

  .shop-block-five .inner-box .content-box {
    padding-left: 0px;
    padding-right: 0px;
  }

  .shop-banner .content-box h2 {
    font-size: 50px;
    line-height: 60px;
  }

  .shop-page-section .our-shop.fluid .wrapper .inner-container .shop-block-one {
    width: 100%;
  }
}

@media only screen and (max-width: 599px) {
  .shop-page-section .item-shorting {
    display: block;
    text-align: center;
  }

  .shop-page-section .item-shorting .right-column {
    justify-content: center;
  }
}

@media only screen and (max-width: 499px) {
  .shop-block-five .inner-box .image-box {
    width: 100%;
    min-width: 100%;
    margin-bottom: 20px;
  }

  .shop-block-five .inner-box .content-box .theme-btn {
    padding-left: 30px;
    padding-right: 30px;
  }

  .shop-block-five .inner-box {
    padding-left: 30px;
    padding-right: 30px;
  }

  .shop-page-section .item-shorting .right-column .short-box {
    margin-right: 15px;
  }

  .rtl .shop-page-section .item-shorting .right-column .short-box {
    margin-left: 15px;
    margin-right: 0px;
  }

}