@font-face {
  font-family: "peyda-regular";
  src: url("../fonts/pelak/woff2/PelakFA-Regular.woff2") format("woff2"), url("../fonts/pelak/woff/PelakFA-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "peyda-bold";
  src: url("../fonts/pelak/woff/PelakFA-Bold.woff") format("woff"), url("../fonts/pelak/woff2/PelakFA-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "peyda-light";
  src: url("../fonts/pelak/woff/PelakFA-light.woff") format("woff"), url("../fonts/pelak/woff2/PelakFA-light.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#repasswordView, #passwordView, .status-parent .desk-status .desk-status-check, .product-box .product-image .hover-product-btn, .blog-box .product-image .hover-product-btn, .product-box .product-image .hover-product-image, .blog-box .product-image .hover-product-image, .product-box .product-image, .blog-box .product-image, .category-box, .main-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.status-parent .desk-status .desk-status-title, .product-box .product-price .price, .blog-box .product-price .price, .product-box .blog-title, .blog-box .blog-title, .product-box .product-name, .blog-box .product-name, .h5-title, .h4-title, .h3-title, .h2-title, .h1-title, .family-bold {
  font-family: "peyda-bold";
}

.future-box, .product-box .product-short-text, .product-box .blog-short-text, .blog-box .product-short-text, .blog-box .blog-short-text, .product-box .product-type-name, .blog-box .product-type-name, .family-light {
  font-family: "peyda-light";
}

.center-box, .header-action_b_u a span, .header-action_b_u a, .owl-theme .owl-nav [class*=owl-] {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
}

a, a:visited, a:active, a:hover {
  color: inherit;
}

input, textarea, button {
  outline: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  background: white;
  position: relative;
  text-align: right;
  font-size: 12px;
  color: #000;
  margin: 0;
  padding: 0;
  z-index: 0;
  overflow-x: hidden;
  overflow-y: auto !important;
  direction: rtl;
  min-height: 100vh;
  font-family: "peyda-regular";
}
body.fixed-items {
  overflow: hidden !important;
  height: 100%;
  width: 100%;
}
@media (max-width: 768px) {
  body {
    font-size: 11px;
  }
}

.gap {
  height: 60px;
}

.f-150p {
  font-size: 150%;
}

.bg-light {
  background: #f8f9f9 !important;
}

main.content {
  padding-top: 135px;
}

.before-overlay {
  position: relative;
  overflow: hidden;
}
.before-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  z-index: 0;
}

.description {
  font-size: 1.2em;
  line-height: 2;
  color: #434343;
  text-align: justify;
  font-family: peyda-light;
}

.main-btn {
  width: 150px;
  max-width: 90%;
  height: 35px;
  font-weight: 600;
  font-size: 1.2em;
  color: #302629 !important;
  background-color: #FFBD5A;
  border: #FFBD5A;
  border-radius: 25px;
  transition: all 0.3s ease-in-out;
  font-family: "peyda-light";
}
@media (max-width: 1025px) {
  .main-btn {
    width: 200px !important;
  }
}
.main-btn.filter-btn {
  width: calc(50% - 10px) !important;
  margin-right: 0;
  margin-bottom: 10px;
  background: #f7f7f7;
}
.main-btn.filter-btn:nth-of-type(2n + 1) {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .main-btn.filter-btn {
    padding: 0 15px;
    margin-right: 15px;
  }
}
.main-btn.transparent-btn {
  background: transparent !important;
  border: 1px solid #302629;
}
.main-btn.blue-btn {
  background: #103756;
  color: white !important;
}
.main-btn.green-btn {
  background: #07bc87;
  color: white !important;
  width: 90px !important;
  height: 35px;
  border-radius: 8px !important;
}
.main-btn.green-light-btn {
  background: #F8FBFF;
  color: #302629 !important;
}
.main-btn.product-property-link {
  height: 35px !important;
  width: 115px;
  background: #EFEFEF !important;
  margin: 0 7px 7px 0;
}
.main-btn.product-property-link.active {
  background: #FFBD5A !important;
}
.main-btn.disabled {
  opacity: 0.4;
  cursor: no-drop;
  position: relative;
}
.main-btn.disabled:after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  content: "";
  position: absolute;
  background: transparent;
}

.circle-divider {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #6a6a6a;
  margin: 0 7px;
}

.dark-color {
  color: #302629;
}

.gray-color {
  color: #767790 !important;
}

.light-gray-color {
  color: #F9F9F9 !important;
}

.bg-green {
  background: #C0EEE4 !important;
}

.green-light-color {
  color: #95D4C1 !important;
}

.bg-orange {
  background: #FFBD5A !important;
}

.orange-color {
  color: #FFBD5A !important;
}

.page-section {
  padding: 35px 0;
  position: relative;
}
@media (max-width: 768px) {
  .page-section {
    padding: 10px 0;
  }
}

.h1-title {
  font-size: 3em;
}

.h2-box {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  position: relative;
}
.h2-box:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  margin: auto;
  left: 0;
  background: #d6d6d6;
  z-index: 0;
}
.h2-box a {
  position: relative;
}

.h2-title {
  position: relative;
  min-height: 70px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  padding-left: 10px;
  font-size: 2.5em;
  background: white;
}

.h3-title {
  color: #302629;
  font-size: 2.2em;
}

.h4-title {
  color: #302629;
  font-size: 1.8em;
}

.h5-title {
  color: #302629;
  font-size: 1.4em;
}

@media (max-width: 768px) {
  .h1-title {
    font-size: 2em;
  }
  .h2-title {
    font-size: 1.8em;
  }
  .h3-title {
    font-size: 1.5em;
  }
  .h4-title {
    font-size: 1.2em;
  }
  .h5-title {
    font-size: 1.1em;
  }
}
#mainSlider {
  margin-top: -5px;
}
#mainSlider #mainSliderOwl .owl-nav {
  position: absolute;
  bottom: 13px;
  right: 25px;
}
@media (min-width: 992px) {
  #mainSlider #mainSliderOwl .owl-nav {
    display: flex;
    display: -webkit-flex;
    flex-direction: row-reverse;
  }
}
#mainSlider #mainSliderOwl .owl-nav [class*=owl-] {
  border-radius: 50%;
  background: white;
}
#mainSlider #mainSliderOwl .owl-dots {
  position: absolute;
  bottom: 25px;
  width: max-content;
  right: 0;
  left: 0;
  margin: auto;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
#mainSlider #mainSliderOwl .owl-dots .owl-dot {
  background: transparent;
  border: none;
}
#mainSlider #mainSliderOwl .owl-dots .owl-dot span {
  height: 4px;
  opacity: 0.8;
  transition: width 0.2s ease-in-out;
  width: 4px;
}
#mainSlider #mainSliderOwl .owl-dots .owl-dot.active span {
  background-color: #fff;
  border-radius: 20px;
  border-radius: 9999px;
  height: 6px;
  opacity: 1;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  width: 16px;
}
@media (max-width: 992px) {
  #mainSlider #mainSliderOwl .owl-dots {
    bottom: 15px;
    right: auto;
    left: 15px;
  }
  #mainSlider #mainSliderOwl .owl-dots .owl-dot span {
    background: #2a2a2a;
  }
  #mainSlider #mainSliderOwl .owl-dots .owl-dot.active span {
    background: #2a2a2a;
  }
}
#mainSlider .slider-image-box {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}
#mainSlider .slider-image-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 85%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg id='10015.io' viewBox='0 0 480 480' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' %3E%3Cpath fill='%23ffffff' d='M399 342Q358 444 248.5 429Q139 414 72 327Q5 240 80 166.5Q155 93 243.5 87Q332 81 386 160.5Q440 240 399 342Z' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
#mainSlider .slider-image-box .slider-product-image {
  position: relative;
  z-index: 2;
  height: 100%;
  width: auto;
}
#mainSlider [data-sort] {
  opacity: 0;
  transition: all 0.3s;
}
#mainSlider [data-sort].show {
  opacity: 1;
}
#mainSlider .animate-show {
  display: none;
}
#mainSlider .slider {
  min-height: 300px;
  width: 100%;
  position: relative;
  display: block;
}
#mainSlider .slider .inner {
  position: absolute;
  width: 100%;
  left: 50%;
  max-width: 1920px;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-position: 50%;
  height: 100%;
}
#mainSlider .slider .inner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  #mainSlider .slider {
    min-height: 400px;
  }
  #mainSlider #mainSliderOwl .owl-dots {
    bottom: 40px;
  }
  #mainSlider #mainSliderOwl .owl-nav {
    bottom: 40px;
    right: 40px;
  }
}

.bg-color-box {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  left: 0;
}
.bg-color-box.slider-bulb {
  z-index: 3;
}
.bg-color-box [data-color] {
  border-radius: 50%;
  position: absolute;
  width: 90px;
  height: 90px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.bg-color-box [data-color].mini-scale {
  width: 30px;
  height: 30px;
}
.bg-color-box [data-color=blue] {
  background: #2A70B4;
  transform: scale(1) translate(-50%);
  top: 50%;
  opacity: 0.7;
}
.bg-color-box [data-color=green] {
  background: #CBE7D6;
  transform: scale(0.8);
  top: -14%;
  opacity: 1;
  left: -90%;
}
.bg-color-box [data-color=yellow] {
  background: #F6D662;
  transform: scale(0.5);
  top: 10%;
  right: 40%;
  opacity: 0.8;
}
.bg-color-box [data-color=orange] {
  background: #FBAB83;
  transform: scale(0.4);
  top: -64%;
  left: 40%;
  opacity: 0.8;
}

.story-items .category-box {
  width: 90px;
  height: 90px;
  margin: 5px 10px;
  background-color: white;
  overflow: inherit;
}
.story-items .category-box:before {
  position: absolute;
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 1px;
  right: 1px;
  border-radius: 50%;
  border: 2px solid #fff;
  z-index: 2;
  background-color: white;
}
.story-items .category-box:after {
  position: absolute;
  content: "";
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  top: -2px;
  right: -2px;
  border-radius: 50%;
  background: radial-gradient(ellipse at bottom left, rgb(255, 220, 0) 0%, rgb(255, 0, 127) 70%, rgb(150, 40, 255) 100%);
  z-index: 1;
}
.story-items .category-box img {
  position: relative;
  z-index: 2;
  border-radius: 50%;
}
.story-items:hover .category-box {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.category-box {
  width: 130px;
  height: 130px;
  border: 1px solid #C0EEE4;
  overflow: hidden;
  border-radius: 50%;
  transition: all 0.3s;
  cursor: pointer;
  margin: 0 auto 20px;
  position: relative;
}
.category-box img {
  object-fit: cover;
}
.category-box:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
@media (max-width: 540px) {
  .category-box {
    width: 120px;
    height: 120px;
  }
  .category-box.mini-category-box {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 361px) {
  .category-box {
    width: 115px;
    min-height: 115px;
  }
  .category-box.mini-category-box {
    width: 75px;
    height: 75px;
  }
}
.category-box.mini-category-box {
  width: 90px;
  height: 90px;
  margin-bottom: 0 !important;
}

.side-arrows .owl-next, .side-arrows .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.side-arrows .owl-next {
  right: -5%;
}
.side-arrows .owl-prev {
  left: -5%;
}
.side-arrows.mini-side-arrow .owl-next {
  right: -2%;
}
.side-arrows.mini-side-arrow .owl-prev {
  left: -2%;
}
.side-arrows.fill-arrow .owl-next, .side-arrows.fill-arrow .owl-prev {
  background-color: white !important;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  height: 45px !important;
  width: 45px !important;
}

.owl-stage-outer-pt .owl-stage-outer {
  padding-top: 15px;
  padding-bottom: 15px;
}

.owl-theme .owl-nav .disabled {
  opacity: 0 !important;
}
.owl-theme .owl-nav [class*=owl-] {
  background: transparent;
  font-size: 2em;
  border: none;
  height: 30px;
  width: 30px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
}

#mainHeader {
  position: fixed;
  top: 0;
  width: 100%;
  height: 135px;
  right: 0;
  z-index: 102;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.22, 0.72, 0.68, 0.81) 0.3s;
  -webkit-transition: all cubic-bezier(0.22, 0.72, 0.68, 0.81) 0.3s;
}
#mainHeader.move-top {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
#mainHeader .overlay-menu {
  position: absolute;
  background: rgba(27, 34, 67, 0.4);
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
  display: none;
}
#mainHeader .overlay-menu.show {
  display: block;
}
#mainHeader:before, #mainHeader:after {
  content: "";
  position: absolute;
  z-index: -1;
  background: #C0EEE4;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#mainHeader:after {
  background: url("../images/pattern.png");
  background-size: 150px;
  z-index: 0;
}
#mainHeader .original-menu {
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.23);
  backdrop-filter: blur(4.1px);
  -webkit-backdrop-filter: blur(4.1px);
  padding: 10px;
  position: relative;
  z-index: 2;
  margin-right: 15px;
  margin-left: 15px;
}
@media (min-width: 992px) {
  #mainHeader .original-menu {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0;
  }
}
@media (min-width: 576px) {
  #mainHeader .original-menu {
    max-width: 540px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  #mainHeader .original-menu {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  #mainHeader .original-menu {
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 992px) {
  #mainHeader .original-menu {
    background: white;
  }
}

.header-link {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.header-link a {
  padding: 12px 8px;
}
@media (max-width: 1025px) {
  .header-link a {
    padding: 8px;
  }
}
@media (max-width: 992px) {
  .header-link.mobile-hide-menu {
    flex-direction: column;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 75vw;
    background: white;
    padding: 25px;
    line-height: 2;
    box-shadow: 0 0 80px rgba(0, 0, 0, 0.4);
    left: -100vw;
    height: 100vh;
    z-index: 1000;
    align-items: start;
    -webkit-align-items: flex-start;
    overflow-y: auto;
    transition: all 0.5s;
  }
  .header-link.mobile-hide-menu.show {
    left: 0;
  }
  .header-link nav {
    background: white;
    position: relative;
    z-index: 2;
    width: 100%;
  }
  .header-link nav a {
    display: block;
    width: 100%;
  }
}

.header-action_b_u {
  position: relative;
  width: 35px;
  height: 35px;
}
.header-action_b_u a {
  height: 35px;
  padding: 0;
  position: relative;
}
.header-action_b_u a span {
  width: 20px;
  height: 20px;
  background: #FCD400;
  border-radius: 50%;
  color: white;
  position: absolute;
  top: -2px;
  right: -5px;
}

.transparent-overlay, .filter-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(27, 34, 67, 0.4);
  top: 0;
  right: 0;
  z-index: 101;
  display: none;
}
.transparent-overlay.show, .filter-overlay.show {
  display: block;
}

.mobile-has__child .mobile-link-children {
  height: 0;
  background: #f1f2f4;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  width: 100%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
}

#mainFooter {
  position: relative;
  padding-top: 50px;
}
#mainFooter #footerImage {
  position: absolute;
  top: -70px;
  right: 100px;
  height: 100px;
  z-index: 10;
}
@media (max-width: 992px) {
  #mainFooter #footerImage {
    right: -20px;
  }
}
#mainFooter:before, #mainFooter:after {
  content: "";
  position: absolute;
  z-index: -1;
  background: #C0EEE4;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#mainFooter:after {
  background: url("../images/pattern.png");
  background-size: 150px;
  z-index: 0;
}
#mainFooter .original-menu {
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.23);
  backdrop-filter: blur(4.1px);
  -webkit-backdrop-filter: blur(4.1px);
  padding: 10px;
  position: relative;
  z-index: 1;
}

.has-submenu {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.has-submenu #categoryItems {
  position: fixed;
  top: 90px;
  width: 100%;
  left: 0;
  background: white;
  box-shadow: 0 80px 80px rgba(0, 0, 0, 0.4);
  padding-top: 25px;
  padding-bottom: 25px;
  visibility: hidden;
}
@media (min-width: 992px) {
  .has-submenu #categoryItems .main-product-box {
    width: 15%;
    margin-right: 25px;
    max-width: calc(15% - 25px);
  }
}
@media (max-width: 992px) {
  .has-submenu #categoryItems .main-product-box {
    transition: all 0.5s;
    padding: 0;
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 992px) {
  .has-submenu #categoryItems {
    box-shadow: none;
    position: relative;
    top: 0;
    padding: 0;
    height: 0;
  }
}
.has-submenu.show:before {
  content: none;
}
@media (max-width: 992px) {
  .has-submenu.show #categoryItems {
    visibility: visible;
  }
}
@media (max-width: 992px) {
  .has-submenu .h-momn {
    height: 45px;
  }
}
.has-submenu:before {
  content: "";
  position: absolute;
  top: 50px;
  border-bottom: 14px solid white;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 10px;
  display: none;
  z-index: 1;
}
.has-submenu:hover:before {
  display: block;
}
.has-submenu:hover #categoryItems {
  visibility: visible;
}
@media (max-width: 992px) {
  .has-submenu {
    flex-direction: column;
    height: auto;
    align-items: flex-start;
  }
}

.border-bottom {
  border-bottom: 1px solid #fcfcfc !important;
}

.product-box, .blog-box {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s;
}
.product-box .shipping-status, .blog-box .shipping-status {
  position: absolute;
  top: 15px;
  left: 15px;
  border-radius: 3px;
  overflow: hidden;
  height: 25px;
  padding: 0 7px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  color: white;
}
.product-box .shipping-status.green, .blog-box .shipping-status.green {
  background: rgb(2, 192, 118);
}
.product-box .shipping-status.black, .blog-box .shipping-status.black {
  background: #2d2d2d;
}
.product-box .product-image, .blog-box .product-image {
  width: 100%;
  padding: 10px;
  display: block;
  position: relative;
  background: #F8FBFF;
  text-align: center;
}
.product-box .product-image img, .blog-box .product-image img {
  transition: all 0.3s;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.product-box .product-image .hover-product-image, .blog-box .product-image .hover-product-image {
  position: absolute;
  bottom: 0;
  width: 100%;
  right: 0;
  opacity: 0;
  z-index: 10;
  visibility: hidden;
  transition: all 0.3s;
}
.product-box .product-image .hover-product-btn, .blog-box .product-image .hover-product-btn {
  width: 35px;
  height: 35px;
  border-radius: 8px;
  background: #66A190;
  font-size: 16px;
  color: white;
}
@media (min-width: 992px) {
  .product-box:hover, .blog-box:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  .product-box:hover .product-image img, .blog-box:hover .product-image img {
    filter: blur(3px);
  }
  .product-box:hover .product-image .hover-product-image, .blog-box:hover .product-image .hover-product-image {
    visibility: visible;
    opacity: 1;
    bottom: calc(50% - 35px);
  }
  .product-box .product-image, .blog-box .product-image {
    padding: 0;
  }
}
.product-box .product-type-name, .blog-box .product-type-name {
  background: #FFCEDA;
  height: 20px;
  font-size: 10px;
  display: inline-flex;
  width: max-content;
  padding: 0 5px;
  align-items: center;
  -webkit-align-items: center;
  color: #767790;
  margin-bottom: 10px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.product-box .product-short-text, .product-box .blog-short-text, .blog-box .product-short-text, .blog-box .blog-short-text {
  width: 100%;
  display: flex;
  -webkit-line-clamp: 2;
  margin-bottom: 5px;
  height: 50px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1.16em;
  line-height: 1.8;
}
.product-box .product-name, .blog-box .product-name {
  font-size: 1.16em;
}
.product-box .blog-title, .blog-box .blog-title {
  font-size: 1.16em;
}
.product-box .product-price, .blog-box .product-price {
  font-size: 1.16em;
}
.product-box .product-price .price, .blog-box .product-price .price {
  margin-left: 5px;
  color: #95D4C1;
}

.gap-10 {
  gap: 10px;
}

.gap-15 {
  gap: 15px;
}

.gap-20 {
  gap: 20px;
}

@media (max-width: 768px) {
  .shop-item .product-box {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
  }
  .shop-item .product-box .product-name-item {
    width: 70%;
  }
  .shop-item .product-box .product-image {
    width: 30%;
  }
  .shop-item .product-box .product-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
#productFilter {
  position: relative;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  #productFilter {
    padding: 0 !important;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: calc(100% + 80px);
    z-index: 10000;
    right: 0;
    border-radius: 0;
    transition: all 0.5s;
  }
  #productFilter.show {
    top: 0;
  }
  #productFilter .filter-inner-box {
    height: calc(100vh - 125px);
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    padding: 20px;
  }
}

.filter-box {
  padding: 20px;
  background: white;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  border: 1px solid #D0D0D0;
}

.collapse-item {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.hover-product-btn {
  background: transparent;
  border: none;
}

.main-input {
  width: 100%;
  height: 35px;
  border-radius: 24px;
  padding: 8px 10px;
  background: #ffffff;
  border: none;
  line-height: 2;
  font-size: 14px;
}
.main-input::placeholder {
  color: #A4A4A4;
}
.main-input.light-input {
  border-radius: 8px;
  background: transparent;
  border: 1px solid #d9d9d9;
}

textarea.main-input {
  height: auto;
  border-radius: 10px;
}

#centerImage {
  width: 300px;
  position: absolute;
  bottom: 0;
  left: 5%;
}

.breadcrumb {
  background: transparent;
}
.breadcrumb span {
  margin: 0 5px;
}
.breadcrumb a {
  color: gray;
}
.breadcrumb a.active {
  color: black;
}

.color-box {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.color-box a {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid transparent;
  margin-left: 5px;
}
.color-box a.active {
  border-color: #ff002f;
}

.size-box {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.size-box a {
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #CACACA;
  margin-left: 7px;
  margin-bottom: 7px;
}
.size-box a:hover, .size-box a.active {
  border-color: #FFBD5A;
}

.future-box {
  display: flex;
  display: -webkit-flex;
  width: 100%;
  flex-direction: column;
  list-style: none;
  line-height: 30px;
}
.future-box li {
  position: relative;
}
.future-box li:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-left: 5px;
  background: #8F8F8F;
  border-radius: 50%;
}

.feature_title {
  font-size: 13px;
}

.feature_value {
  font-size: 16px;
  font-weight: bold;
}

.change-amount {
  width: 40px;
  height: 30px;
  background: transparent;
  border: none;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  font-size: 15px;
  color: #8f8f8f;
}
.change-amount ~ input {
  height: 30px;
  flex: 1 0 0;
  display: flex;
  display: -webkit-flex;
  text-align: center;
  border: none;
  max-width: 55px;
}

.thumbnails {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  width: 100%;
  overflow: hidden;
}
.thumbnails .inner-image-box {
  margin-left: 8px;
  overflow: hidden;
  position: relative;
}
.thumbnails .inner-image-box .image-modal-gallery__count {
  display: flex;
  display: -webkit-flex;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.thumbnails .inner-image-box .image-modal-gallery__count:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  content: "...";
  font-size: 2rem;
  color: white;
  background-color: rgba(115, 114, 115, 0.6);
  text-align: center;
  line-height: 27px;
}

.inner-image-box {
  padding: 0;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  height: 70px;
  width: 70px;
}
.inner-image-box img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.inner-image-box.active {
  border-color: #FFBD5A;
}
@media (min-width: 992px) {
  .inner-image-box {
    height: 80px;
    width: 80px;
  }
}

.image-box {
  background: #F8FBFF;
  border-radius: 15px;
}
.image-box img {
  margin: auto;
}

.nav-tabs .nav-link {
  background: transparent;
}
.nav-tabs .nav-link.active {
  border-color: transparent;
  border-bottom: 3px solid;
}
.nav-tabs .nav-link:not(.active):hover {
  border: 1px solid transparent;
}

.vertical-line {
  height: 100px;
  width: 1px;
  background: #282828;
  margin: 0 30px;
}
@media (max-width: 992px) {
  .vertical-line {
    width: 100%;
    height: 1px;
    margin: 30px 0;
  }
}

.main-box {
  position: relative;
  border-radius: 15px;
  padding: 20px;
}
@media (max-width: 992px) {
  .main-box {
    padding: 15px;
  }
}
.main-box.green {
  background: #FFBD5A;
}
.main-box.light-yellow {
  background: #F8FBFF;
}

.old-price {
  color: #767790;
  position: relative;
  font-size: 1.05em;
}
.old-price:before {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #F84960;
  content: "";
  transform: rotate(-5deg);
  transform-origin: center;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.status-parent {
  position: relative;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
}
.status-parent:before, .status-parent .split-line {
  content: "";
  position: absolute;
  width: calc(100% - 70px);
  left: 35px;
  right: 35px;
  top: 35px;
  height: 1px;
  background: #e1e1e1;
  z-index: 0;
}
.status-parent .split-line {
  width: 0;
  z-index: 1;
  background: #07bc87;
}
.status-parent .desk-status {
  z-index: 2;
  position: relative;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.status-parent .desk-status .desk-status-check {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #e1e1e1;
  margin-bottom: 8px;
}
.status-parent .desk-status .desk-status-check.active {
  background: #07bc87;
  color: white;
}
.status-parent .desk-status .desk-status-check.active ~ .desk-status-title {
  color: #07bc87;
}
.status-parent .desk-status .desk-status-check span {
  font-size: 1.5rem;
}
.status-parent .desk-status .desk-status-title {
  font-size: 0.75rem;
}
@media (max-width: 992px) {
  .status-parent .desk-status .desk-status-check {
    width: 45px;
    height: 45px;
  }
  .status-parent .desk-status .desk-status-check span {
    font-size: 1.1rem;
  }
  .status-parent:before, .status-parent .split-line {
    top: 25px;
  }
}

@media (min-width: 1201px) {
  .dashboard-sidebar {
    width: 300px;
  }
}
@media (max-width: 768px) {
  .dashboard-sidebar {
    width: 100%;
  }
}

.border-low-light {
  border: 0.5px solid #eaeaea;
}

.border-gray-bottom {
  border-bottom: 0.5px solid #ececec;
}

.border-user-comment {
  border-radius: 50%;
  border: 1px solid var(--mainLightGray);
  padding: 5px 10px;
}

.user-comment {
  width: 55px;
  height: 55px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  border: 2px solid #b3b3b3;
  border-radius: 50%;
}

.ticket-text {
  min-width: 200px;
  color: #515151;
  background: #f6f5f3;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  max-width: calc(90% - 120px);
  line-height: 1.8;
  border-radius: 10px;
  position: relative;
}

.tik-date {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 6px;
  margin: auto;
  width: 5px;
  height: 14px;
  border: 0.5px solid #444;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.admin-text .user-comment {
  width: 47px;
  height: 47px;
}
.admin-text .ticket-text:before {
  border-right-color: #f6f5f3;
  left: -10px;
}

.user-text .user-comment {
  width: 47px;
  height: 47px;
}
.user-text .ticket-text:before {
  border-left-color: #f6f5f3;
  right: -10px;
}

.text-light-gray {
  color: #b3b3b3 !important;
}

.dashboard-items {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  border: 1px solid transparent;
  padding-right: 8px;
}
.dashboard-items:hover, .dashboard-items.active {
  background-color: rgba(158, 220, 220, 0.2);
  color: #3aa4a4 !important;
  border-radius: 5px;
  border: 1px solid #3aa4a4;
  box-shadow: 0 5px 10px rgba(158, 220, 220, 0.2);
}

.dashboard-links {
  padding: 5px 10px;
  background-color: rgba(158, 220, 220, 0.2);
  color: #3aa4a4 !important;
  border-radius: 5px;
  border: 1px solid #3aa4a4;
  box-shadow: 0 5px 10px rgba(158, 220, 220, 0.2);
}

.text-theme {
  color: #3aa4a4 !important;
}

.main-btn-reverse {
  background-color: #fff;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  height: 35px;
  font-size: 1.1em;
  font-weight: 500;
  border-radius: 5px;
  padding: 6px 10px;
  transition: all 0.4s ease;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  border: 2px solid #3aa4a4;
  color: #3aa4a4 !important;
}
.main-btn-reverse:hover {
  background: #3aa4a4;
  color: white !important;
}

.del-fav {
  top: 13px;
  right: 15px;
}

.del-addr {
  top: 13px;
  left: 27px;
}

.modal-header {
  background: #C0EEE4;
  color: black;
}

.showPass {
  position: absolute;
  width: 30px;
  height: 37px;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.parent-box-shadow {
  position: relative;
  border-radius: 20px;
  border: 1px solid #eaeaea;
  background: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  padding: 25px;
}

#passwordView {
  position: absolute;
  left: 0;
  background: transparent;
  border: none;
  bottom: 0;
  width: 35px;
  height: 35px;
  font-size: 1.4em;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

#repasswordView {
  position: absolute;
  left: 0;
  background: transparent;
  border: none;
  bottom: 0;
  width: 35px;
  height: 35px;
  font-size: 1.4em;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

.banner-link {
  border-radius: 20px;
  overflow: hidden;
  display: block;
}
.banner-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 992px) {
  .orderby-items {
    position: fixed;
    bottom: -100%;
    right: 0;
    width: 100vw;
    height: max-content;
    background: white;
    padding: 15px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    box-shadow: 0 0 80px rgba(0, 0, 0, 0.4);
    z-index: 1000;
    transition: all 0.3s;
  }
  .orderby-items.show {
    bottom: 0;
  }
}
#story {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  z-index: 1000;
  transition: all 0.3s;
}
#story .overlay {
  position: absolute;
  z-index: 0;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#story .container {
  position: relative;
  z-index: 1;
}
#story.show {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
}
#story #playLine {
  width: calc(100% - 30px);
  position: absolute;
  z-index: 2;
  height: 3px;
  left: 15px;
  top: 0;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 3px;
  overflow: hidden;
}
#story #playLine div {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: white;
}

.flipbox-wrapper {
  perspective: 800px;
  perspective-origin: 50% 50%;
  min-height: 300px;
}

.flipbox-wrapper .flipbox-box {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition-property: transform;
}

.flipbox-wrapper .flipbox-box .flipbox-side {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}
.flipbox-wrapper .flipbox-box .flipbox-side .side {
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
}

.flipbox-wrapper .flipbox-box .flipbox-side.flipbox-front {
  transform: translateZ(0);
}

.flipbox-wrapper .flipbox-box .flipbox-side.flipbox-left {
  transform-origin: center left;
}

.flipbox-wrapper .flipbox-box .flipbox-side.flipbox-right {
  transform-origin: top right;
}

.flipbox-wrapper .flipbox-box .flipbox-side.flipbox-top {
  transform-origin: top center;
}

.flipbox-wrapper .flipbox-box .flipbox-side.flipbox-bottom {
  transform-origin: bottom center;
}

.faq-collapse-item {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-collapsible-item {
  max-height: 100vh;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: start;
  -webkit-align-items: start;
  overflow: hidden;
  transition: max-height 0.5s ease;
  -webkit-transition: max-height 0.5s ease;
}
.faq-collapsible-item.hide {
  max-height: 0 !important;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.line-separate {
  height: 0.5px;
  background-color: #e3e3e3;
}

.rotate-180n {
  transform: rotate(180deg);
}

.rotate-90n {
  transform: rotate(90deg);
}

.faq-page-bg {
  background-color: #FFBD5A;
  position: relative;
}
.faq-page-bg:before {
  background-image: url("../images/faq-icons.webp");
  background-repeat: repeat;
  background-size: 20rem;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.5;
}

@media (max-width: 992px) {
  #addToCartBox {
    position: fixed;
    bottom: 0;
    width: 100vw;
    right: 0;
    z-index: 89;
    background: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    padding: 15px;
    display: flex;
    align-items: flex-end;
    transition: all cubic-bezier(0.22, 0.72, 0.68, 0.81) 0.3s;
    -webkit-transition: all cubic-bezier(0.22, 0.72, 0.68, 0.81) 0.3s;
  }
  #addToCartBox #count_value {
    width: 4rem;
  }
  #addToCartBox.move-bottom {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.deliver-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.deliver-radio .checkmark-radio {
  position: absolute;
  top: 0;
  right: 0;
  height: 20px;
  width: 20px;
  background-color: #fdfdfd;
  border: 2px solid #3aa4a4;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.deliver-radio:hover input ~ .checkmark-radio {
  background-color: #fafafa;
  cursor: pointer;
}

.deliver-radio input:checked ~ .checkmark-radio {
  background-color: #fff;
}

.deliver-radio .checkmark-radio:after {
  content: "";
  position: absolute;
  display: none;
}

.deliver-radio input:checked ~ .checkmark-radio:after {
  display: block;
}

.deliver-radio .checkmark-radio:after {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3aa4a4;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.pagination li {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #181818;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.pagination li.page-active {
  background-color: #FFBD5A;
}
.pagination .page-item {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}

.suggestion-box {
  border-radius: 10px;
  position: relative;
}
.suggestion-box:after, .suggestion-box:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #C0EEE4;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 10px;
}
.suggestion-box:after {
  background: url(../images/pattern.png);
  background-size: 150px;
  z-index: 0;
  border-radius: 10px;
}

/*# sourceMappingURL=main.css.map */
