@font-face {
  font-family: "Zarafxana";
  src: url("/media/fonts/Zarapxana_U_Regular.ttf");
}
 
@font-face {
  font-family: "Zarafxana-Bold";
  src: url("/media/fonts/Zarapxana_U_Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Zarafxana-Italic";
  src: url("/media/fonts/Zarapxana_U_Italic.ttf");
}

@font-face {
  font-family: "Firago-Light";
  src: url("/media/fonts/FIRAGO-LIGHT.OTF");
}



@font-face {
  font-family: "Firago";
  src: url("/media/fonts/FIRAGO-REGULAR.OTF");
}

@font-face {
  font-family: "Firago-Bold";
  src: url("/media/fonts/FIRAGO-BOLD.OTF");
}

@font-face {
  font-family: "Firago-Heavy";
  src: url("/media/fonts/FIRAGO-HEAVY.OTF");
}

@font-face {
  font-family: "Halvetica-Neu";
  src: url("/media/fonts/HELVETICANEUEONECAPS-BOLD.OTF");
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-space {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.t-center {
  text-align: center;
}

.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}
.main-logo-mobile {
  display: none;
}

/* ========================================================================
   HEADER STYLES MOVED TO Header.module.scss
   All .main-header, .header-menu, .header-navigation, .mobile-menu styles
   have been moved to /components/Header.module.scss
   ======================================================================== */

.imagezoom-modal.imagezoom-modal1 img {
  height: 100%;
  object-fit: contain;
}
.slider-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hover-2-svg {
  /* padding-left: 20px; */
  /* padding-right: 20px; */
  position: relative;
  transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
}
.hover-2-svg:hover {
  border-color: #008092;
}
.hover-2-svg svg:first-child {
  /* position: absolute; */
  /* left: 10px; */
}
.dark-button svg.hover-2-svg__last {
  position: absolute;
  right: 0px;
  margin-right: 0;
  opacity: 0;
}
.hover-2-svg svg,
.hover-2-svg span {
  transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
}
.hover-2-svg:hover span {
  transform: translateX(-30px);
}
.hover-2-svg:hover .hover-2-svg__last {
  opacity: 1;
  right: 15px;
}
.hover-2-svg.specific-button:hover .hover-2-svg__last {
  right: 5px;
}
.hover-2-svg:hover svg:first-child {
  transform: translateX(-25px);
  opacity: 0;
}
.map-pin-info .title {
  color: #008092;
  font-size: 20px;
  font-family: "Zarafxana-Bold";
  margin-bottom: 10px;
}
.map-pin-info .desc {
  color: #666666;
  font-family: "Firago";
  font-size: 14px;
  line-height: 20px;
}
.gm-style .gm-style-iw-c {
  border-radius: 0;
}
.gm-style .gm-style-iw-c::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #c1a371;
}
.product-header-item .content,
.news-inner p {
  font-family: "Firago";
  font-size: 14px;
  color: #666666;
  line-height: 30px;
}
.main-slider .owl-next {
  position: absolute;
  top: 50%;
  right: 120px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.main-slider .owl-prev {
  position: absolute;
  top: 50%;
  left: 120px;
  -webkit-transform: translateY(calc(-50%)) rotate(180deg);
  transform: translateY(calc(-50%)) rotate(180deg);
}

.main-slider .owl-dots {
  counter-reset: dots;
  overflow: hidden;
  position: absolute;
  width: 100%;
  max-width: 1240px;
  left: 50%;
  top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: Georgia;
  color: #fff;
  font-size: 18px;
}

.main-slider .owl-dots > *:not(:last-child) {
  margin-right: 20px;
}

.main-slider .owl-dots .owl-dot.active {
  position: relative;
  color: #c2a470;
  margin-right: 75px;
}

.main-slider .owl-dots .owl-dot.active span {
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  width: 55px;
  height: 3px;
  border-radius: 5px;
  right: 0;
  top: 50%;
  -webkit-transform: translate(calc(100% + 10px), -50%);
  transform: translate(calc(100% + 10px), -50%);
  overflow: hidden;
}
.map button {
  padding-left: 10px;
  padding-right: 10px;
}
.main-slider .owl-dots .owl-dot.active span::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  -webkit-animation: sliderLineFill 5s linear;
  animation: sliderLineFill 5s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  background-color: #c2a470;
}

.main-slider .owl-dot:before {
  counter-increment: dots;
  content: "0" counter(dots);
}

.slider-item {
  height: 800px;
  position: relative;
}
@media (min-width: 992px) {
  .slider-item {
    height: calc(100vh - var(--zk-header-h, 140px));
    height: calc(100svh - var(--zk-header-h, 140px));
  }
}

.slider-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
}

.slider-item .slider-content {
  position: absolute;
  z-index: 10;
  top: calc(50% + 70px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.slider-item .slider-title {
  font-family: "Zarafxana";
  font-size: 50px;
  color: #fff;
  margin-bottom: 17px;
  opacity: 0;
}

.slider-item .slider-info {
  width: 90%;
  max-width: 570px;
  line-height: 45px;
  font-family: "Firago";
  color: #fff;
  opacity: 0;
  font-size: 20px;
}

.slider-item .slider-btn {
  margin-top: 40px;
  display: inline-block;
  opacity: 0;
}

.owl-item.active .slider-item .slider-title {
  animation: slideInFromLeft 0.8s ease forwards;
  animation-delay: 0.3s;
}

.owl-item.active .slider-item .slider-info {
  animation: slideInFromLeft 0.8s ease forwards;
  animation-delay: 0.6s;
}

.owl-item.active .slider-item .slider-btn {
  animation: slideInFromLeft 0.8s ease forwards;
  animation-delay: 0.9s;
}

.slider-item .slider-btn svg {
  width: 43.73px;
  height: 21.36px;
}

@-webkit-keyframes sliderLineFill {
  0% {
    width: 0;
  }
  100% {
    width: 55px;
  }
}

@keyframes sliderLineFill {
  0% {
    width: 0;
  }
  100% {
    width: 55px;
  }
}

@keyframes slideInFromLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@-webkit-keyframes slideInFromLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

.slider-title-box,
.slider-info-box {
  overflow: hidden;
}

.owl-carousel {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.main-section2 {
  background-color: #f5f5f5;
  padding: 70px 0;
}

.main-section2 > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main-section2 > .container > * {
  width: 49%;
  height: 600px;
}

.main-section2 > .container > * .jewels-1-bg {
  width: 0;
  height: 0;
}

.main-section2 .jewels-1-box {
  position: relative;
}




.main-section-banner {
  padding: 70px 0;
}

.main-section-banner > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main-section-banner > .container > * {
  width: 100%;
  height: auto;
}

.main-section-banner > .container > * .jewels-banner-bg {
  width: 0;
  height: 0;
}

.main-section-banner .jewels-banner-box {
  position: relative;
  background: #fff;
  display: block;
}



.main-section2 .jewels-1-box > * {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 100%;
}



.main-section-banner .jewels-banner-box {
  position: relative;
  background: #fff;
}

.main-section-banner .jewels-banner-box .container {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 100%;
  display: block;
}


.custom-order {
  padding: 40px 0;
  background-color: #fff;
}
.jewels-1 {
  position: relative;
  cursor: pointer;
}

.jewels-1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.jewels-1 .desc {
  position: absolute;
  bottom: 30px;
  text-align: center;
  padding: 0 30px;
  opacity: 0;
}

.jewels-1 .desc img {
  width: 87px;
  height: 87px;
}

.jewels-1 .desc .title {
  font-size: 35px;
  font-family: "Zarafxana";
  color: #fff;
  margin-top: 60px;
  margin-bottom: 20px;
}

.jewels-1 .desc .content {
  font-family: "Firago";
  font-size: 14px;
  color: #f5f5f5;
  line-height: 35px;
}

.jewels-2 {
  text-align: center;
  position: relative;
  background-color: #fff;
  width: 0;
  height: 0;
  overflow: hidden;
  cursor: pointer;
}

.jewels-2 img {
  opacity: 0;
}

.jewels-2 .desc {
  opacity: 0;
}

.jewels-2:hover::after,
.jewels-1:hover::after {
  opacity: 1;
}

.jewels-2 .desc {
  position: absolute;
  bottom: 30px;
  text-align: center;
  padding: 0 30px;
  width: 100%;
}

.jewels-2 .desc .main-title {
  margin-bottom: 20px;
}

.jewels-2 .desc .content {
  font-family: "Firago";
  font-size: 14px;
  color: #666666;
  line-height: 35px;
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
}



.jewels-banner {
  background-color: #fff;
  margin-bottom: 15px;
}

.jewels-banner .col-md-6{
  
}

.jewels-banner img {
  opacity: 0;
}

.jewels-banner .desc {
  opacity: 1;
}

.jewels-banner:hover::after,
.jewels-1:hover::after {
  opacity: 1;
}

.jewels-banner .desc {
}

.jewels-banner .desc-table {
  position: absolute;
  text-align: center;
  padding: 0 30px;
  width: 100%;
  display: table;
  height: 100%;
}


.jewels-banner .desc-table-cell {
  position: relative;
  text-align: center;
  padding: 0 30px;
  width: 100%;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}



.jewels-banner .desc .main-title {
  margin-bottom: 20px;
}

.jewels-banner .desc .content {
  font-family: "Firago";
  font-size: 14px;
  color: #666666;
  line-height: 35px;
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
}



.jewels-1::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  bottom: 20px;
  right: 20px;
  border: 1px solid #fff;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.jewels-2::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  bottom: 20px;
  right: 20px;
  border: 1px solid #c2a470;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.jewels-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 1px solid #c2a470;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.slider-item .slider-content {
  top: 50%;
}

.our-products {
  padding: 70px 0;
}

.our-products .main-title {
  opacity: 0;
}

.our-products .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
}

.our-products .grid > * {
  width: 49%;
  /* height: 600px; */

}
.order-success-title {
  margin-bottom: 20px;
  text-align: center;
}
.products .filter-item .content {
  pointer-events: none;
}
/* Wrapper just clears the fixed header via margin-top. */
.main-slider-container.slider-margin {
  margin-top: var(--zk-header-h, 140px);
}
/* Desktop-only: category / collection banner is sized identically to
   the homepage hero — same chain as `.owl-carousel.main-slider
   .owl-loaded.owl-drag` in Header.global.scss. Mobile (≤991px) falls
   through to the legacy auto-height layout in the @media blocks below. */
@media (min-width: 992px) {
  .main-slider-container.slider-margin {
    width: 100%;
    overflow: hidden;
    height: calc(100vh - var(--zk-header-h, 140px));   /* fallback */
    height: calc(100svh - var(--zk-header-h, 140px));  /* modern */
  }
  .main-slider-container.slider-margin .slider-item {
    width: 100%;
    height: 100%;
  }
  /* Neutralize .product-header-item's own margin-top (lines 1282,
     4010, 4152) when nested inside .slider-margin — the outer wrapper
     already carries the header-clearing margin. Desktop only — mobile
     wants the legacy 70px / 55px margin. */
  .main-slider-container.slider-margin .slider-item.product-header-item {
    margin-top: 0;
  }
}
.main-slider-container.slider-margin .slider-item .slider-desc {
  width: 100%;
}
.main-slider-container.slider-margin .slider-item img {
  object-position: right;
}
.our-products .grid .one-item {
  padding-top: 20px;
  width: 100%;
  height: auto;
  border: 1px solid transparent;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 20px;
  text-decoration: none;
  overflow: hidden;
  transition: all 0.3s ease;
  border-color: rgb(238, 238, 238);
  border-block-style: solid;
  border-width: 1px;
}

.our-products .grid .one-item .product-title {
  opacity: 0;
}

.our-products .grid .one-item .imagebox {
  height: 520px;
  width: 90%;
  margin: 0 auto;
  opacity: 0;
}

.our-products .grid .one-item .imagebox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.custom-popup-all {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: none;
  left: 0;
  background-color: #fff;
}
.custom-popup-all .imagebox {
  display: flex;
}
.custom-popup-all .imagebox img {
  max-width: 90%;
  max-height: 90%;
  margin: 0 auto;
}
.custom-popup-all-close {
  position: absolute;
  top: 50px;
  right: 50px;
  cursor: pointer;
  z-index: 100;
}

.our-products .grid .four-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  row-gap: 20px;
}

.our-products .grid .four-item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  row-gap: 20px;
  height: 48%;
}

.our-products .grid .four-item-row > * {
  padding-top: 40px;
  width: 48%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
    border-color: rgb(238, 238, 238);
    border-block-style: solid;
    border-width: 1px;
}

.our-products .grid .four-item-row > * > * {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 20px;
  overflow: hidden;
  width: 0;
  height: 0;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}

.our-products .grid .four-item-row > * > * img {
  opacity: 0;
}

.our-products .grid .four-item-row > * .product-title {
  text-align: center;
  opacity: 0;
}
.collection-slider__container {
}
.main-collection__container {
  padding: 70px 0 90px;
}
.collection-item {
  height: 100%;
  position: relative;
  height: 800px;
  max-height: 90vh;
  transition: all 0.5s ease;
}
.collection-item .slider-item2 {
  position: absolute;
  top: 50%;
  right: 150px;
  transform: translateY(-50%);
  padding: 30px 15px;
  text-align: center;
  width: 370px;
  height: 90%;
  background-color: #fff;
  opacity: 0;
}
.collection-slider__item-bg {
  height: 100%;
  opacity: 0;
  transition: all 0.3s ease;
}
.collection-slider__item-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.collection-item .slider-dots1 {
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 50px;
  height: 100%;
  overflow: hidden;
  transform: translateX(-120%);
}
.collection-item .slider-dots2 {
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  right: 50px;
  transform: translateX(120%);
  height: 100%;
  overflow: hidden;
}
.collection-slider > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%;
}

.collection-slider .owl-nav {
  opacity: 0;
}

.collection-slider-box {
  width: 370px;
  position: relative;
  background-color: #fff;
  opacity: 0;
}

.collection-item .imagebox {
  width: 182px;
  height: 190px;
  margin: 0 auto;
  margin-bottom: 35px;
}

.collection-item .imagebox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.collection-item .title {
  font-family: "Zarafxana";
  font-size: 30px;
  color: #c2a470;
  padding: 0 10px;
}

.collection-item .desc {
  font-family: "Firago";
  font-size: 14px;
  color: #666666;
  margin: 35px 0;
  line-height: 35px;
  padding: 0 40px;
}

.collection-item .slider-btn {
  cursor: pointer;
  outline: none;
  min-width: 200px;
  height: 50px;
  padding: 0 10px;
  font-size: 16px;
  color: #c2a470;
  font-family: "Firago";
  background-color: #fff;
  border: 1px solid #c2a470;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.collection-item .slider-btn:hover {
  color: #fff;
  border-color: #008092;
  background-color: #008092;
}
.collection-slider__container .owl-dots {
  display: none;
}
.collection-slider__container .owl-nav {
  position: absolute;
  top: 40%;
  width: 550px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  right: 60px;
  opacity: 0;
}

.collection-slider__container .owl-nav .owl-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.our-blog {
  padding-top: 50px;
  padding-bottom: 40px;
  border-bottom: 1px solid #f5f5f5;
}

.blog-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog-row .item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  text-align: center;
  text-decoration: none;
}

.blog-row .item > div {
  height: 343px;
}

.blog-row .item .imagebox {
  width: 0;
  height: 0;
  position: relative;
}

.blog-row .item .imagebox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.blog-row .item:hover .imagebox::after {
  opacity: 1;
}
.blog-row .item .imagebox::after {
  content: "";
  position: absolute;
  top: 30px;
  left: 30px;
  bottom: 30px;
  right: 30px;
  border: 1px solid #c2a470;
  opacity: 0;
  transition: all 0.3s ease;
}

.blog-row .item .title {
  color: #c2a470;
  font-size: 25px;
  font-family: "Zarafxana";
  margin-top: 25px;
  margin-bottom: 20px;
  opacity: 0;
}

.blog-row .item .desc {
  font-family: "Firago";
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  opacity: 0;
}
.def-animation {
  visibility: hidden;
}
.blog-row .item:not(:last-child) {
  margin-right: 50px;
}

.find-shop {
  padding-top: 50px;
  padding-bottom: 40px;
}
.item-detail-description .dropdown > div {
  padding: 5px 7px;
}
.item-detail-description .buttons .dark-button {
  background-color: transparent;
}
.find-shop .title {
  font-size: 32px;
  font-family: "Zarafxana-Bold";
  color: #525252;
}

.find-shop .search {
  width: 100%;
  margin: 0 auto;
  max-width: 540px;
  margin-top: 40px;
  cursor: pointer;
  position: relative;
}

.find-shop .search .dropdown {
  border: 1px solid #c1a371;
  border-top: 0;
}

.find-shop .search .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 40px;
  border-bottom: 1px solid #c1a371;
  width: 100%;
}
.find-shop .search .content span,
.find-shop .search .content svg {
  pointer-events: none;
}
.find-shop .search span {
  color: #cccccc;
  font-family: "Firago";
  font-size: 14px;
}

.find-shop .search svg {
  width: 20px;
  height: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main-footer {
  background-color: #008092;
  padding: 40px 0 40px 0;
}

.main-footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.main-footer-menu .item .title {
  font-size: 18px;
  color: #fff;
  font-family: "Zarafxana-Bold";
  margin-bottom: 20px;
}

.main-footer-menu .item ul {
  list-style-type: none;
}

.main-footer-menu .item ul li:not(:last-child) {
  margin-bottom: 7px;
}
.main-footer-menu .item ul li a {
  color: #fff;
  font-size: 12px;
  font-family: "Firago";
  opacity: 0.8;
  text-decoration: none;
}
.main-footer-menu .item ul li a:hover {
  text-decoration: underline;
}
.main-footer-menu .item:not(:last-child) {
  margin-right: 100px;
}

.main-footer-social {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-footer-social > * {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}

.main-footer-social > *:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.main-footer .soc-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-footer .soc-icons a:not(:last-child) {
  margin-right: 15px;
}

.main-footer .soc-icons svg {
  width: 35px;
  height: 35px;
}

.main-footer .rights {
  font-family: "Firago";
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
}

.main-footer .rights a {
  color: #fff;
}

.main-footer-social .soc-icons {
  opacity: 1;
  position: relative;
  top: auto;
  pointer-events: fill;
  padding-top: 0;
}

.product-header-item {
  margin-top: 140px;
}

.product-header-item .slider-title {
  color: #c2a470;
  margin-bottom: 0;
  opacity: 1;
}
.favourites .desc .buttons button {
  padding-left: 10px;
  padding-right: 10px;
}
.product-header-item .slider-info {
  max-width: 670px;
  font-size: 14px;
  opacity: 1;
  line-height: 30px;
} 

.page-path {
  font-family: "Firago";
  font-size: 14px;
  color: #fff;
  margin-bottom: 27px;
  display: flex;
  align-items: center;
  line-height: 1;
}

.page-path > * {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.page-path a {
  font-family: "Firago";
  font-size: 14px;
  color: #fff;
  line-height: 1;
}

.page-path svg {
  width: 7.07px;
  height: 11.86px;
  margin: 0 8px;
  display: block;
  flex-shrink: 0;
}

.products {
  padding-top: 40px;
}

.products-with-filter {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.products-with-filter .filter {
  width: auto;
  max-width: 250px;
  flex-shrink: 0;
  display: block;
  padding: 0;
  overflow: hidden;
}

.products-with-filter .filter .block {
  margin-bottom: 0;
  max-width: 250px;
  overflow: hidden;
}

.products-with-filter .filter .block .title2 {
  font-size: 14px;
  cursor: pointer;
  max-width: 250px;
  overflow: hidden;
}

.products-with-filter .filter .block .title2 .show-all {
  font-size: 14px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.products-with-filter .filter .block .part {
  max-width: 250px;
  overflow-x: hidden;
}

.products-with-filter .filter .block .part ul {
  max-width: 250px;
  overflow: hidden;
}

.products-with-filter .filter .checkbox-title {
  font-size: 13px;
  font-family: 'Firago';
  font-weight: normal;
  word-break: break-word;
  max-width: 180px;
  display: inline-block;
  overflow-wrap: break-word;
}

.products-with-filter .filter .block label {
  font-weight: normal;
  font-size: 13px;
  max-width: 250px;
  overflow: hidden;
}

.products-with-filter .filter .block li {
  max-width: 250px;
  overflow: hidden;
}

.products-with-filter .filter .clear-filter-block {
  padding-top: 8px;
  cursor: pointer;
}

.products-with-filter .filter .clear-filter-block:hover {
  text-decoration: underline;
}

.products-with-filter .products-container {
  flex: 1;
  min-width: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.products .filter {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  margin-bottom: 40px;
  padding-left: 0;
}
.products .title {
  color: #666666;
  font-size: 18px;
  font-family: "Zarafxana-Bold";
  opacity: 0.6;
}

.filter {
  padding-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.filter-item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  height: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  position: relative;
  padding: 0 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product-header-item .item-detail-description .filter-item svg {
  transform: rotate(0);
}
.product-header-item .item-detail-description .filter-item svg.icon-reverse {
  transform: rotate(180deg);
}
.filter-item .content {
  width: 100%;
  color: #666666;
  font-size: 16px;
  font-family: "Firago";
}

.filter-item svg {
  width: 7.07px;
  height: 11.86px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.filter-item .filter-svg {
  width: 14px;
  transform: rotate(0);
}
.filter-item .filter-svg.icon-reverse {
  transform: rotate(180deg);
}
.filter-item:not(:last-child) {
  margin-right: 35px;
}
.custom-order__number {
  color: #666666;
  font-family: "Firago-Bold";
  font-size: 12px;
  margin-top: 10px;
}
.custom-order {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.custom-order.custom-order-path {
  padding-bottom: 0;
}

.custom-order > form,
.custom-order .page-path-outer {
  flex: 1;
}
.custom-order .imagebox {
  width: 43%;
}
.custom-order.product-header-item .item-detail-description {
  width: 100%;
}
.custom-order .imagebox img {
  max-width: 100%;
}
.custom-order .custom-input {
  width: 80%;
}
.custom-order button {
  margin-top: 25px;
}
.custom-input {
  height: 60px;
  padding: 0 15px;
  color: #000;
  font-size: 14px;
  border: 1px solid #c1a371;
  margin-top: 25px;
  font-family: "Firago";
}
.custom-input::placeholder {
  color: #cccccc;
}

.products-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(200px, 220px)) [auto-fill];
  grid-template-columns: repeat(auto-fill, minmax(200px, 220px));
  grid-gap: 6px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

  grid-auto-flow: dense;
  margin-bottom: 20px;
  grid-row-gap: 0px;
}

.products-container .item-banner {
  height: 305px;
  position: relative;
  margin-top: 10px;
}

.products-container .item-banner1 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
}

.products-container .item-banner2 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-column: 3 / 5;
}

.products-container .item-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: right;
}

.products-container .item-banner .desc {
  position: absolute;
  bottom: 35px;
  left: 30px;
  right: 30px;
}
.order-success {
  padding: 55px 0;
}
.order-success .desc {
  font-family: "Firago";
  font-size: 16px;
  color: #666666;
  opacity: 1;
  text-decoration: none;
  text-align: center;
}
.products-container .item-banner .desc .title,
.products-container .item-banner .desc .srulad {
  font-family: "Firago";
  font-size: 16px;
  color: #fff;
  opacity: 1;
  text-decoration: none;
}
.products-container .item-banner .desc .srulad {
  position: relative;
}
.item-detail-carousel-container .owl-item.active .inner-item:hover {
  cursor: zoom-in;
}
.products-container .item-banner .desc .srulad::after {
  content: "";
  position: absolute;
  left: 0;
  right: 22px;
  opacity: 0;
  height: 1px;
  bottom: 0;
  transition: all 0.3s ease;
  background-color: #fff;
}
.products-container .item-banner .desc .srulad:hover::after {
  opacity: 1;
}
.products-container .item-banner .desc .content {
  width: 100%;
  margin-top: 10px;
}

.products-container .item-banner .desc .content .name {
  font-family: "Zarafxana-Bold";
  font-size: 20px;
  color: #fff;
}

.products-container .item-banner .desc .content .srulad svg {
  margin-left: 10px;
  width: 7.07px;
  height: 11.86px;
}

.products-container .item {
  -webkit-box-flex: 0;
  height: 220px;
  margin-top: 10px;
  position: relative;
  display: block;
}

.products-container .item-inner {
  border: 1px solid #fff;
  position: relative;
  background-color: #fff;
}
.popup-image-btn {
  background-color: transparent;
  outline: none;
  border: none;
  cursor: pointer;
}

.products-container .item .full-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  height: 220px;
  background-color: #fafafa;
  border: 0px solid #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 1px;
  overflow: hidden;
}

.products-container .item .full-div img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.products-container .item .full-div img.slide-left {
  animation: slideOutLeft 0.3s ease forwards;
}

.products-container .item .full-div img.slide-right {
  animation: slideOutRight 0.3s ease forwards;
}

@keyframes slideOutLeft {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(-100%);
    opacity: 0;
  }
}

@keyframes slideOutRight {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(100%);
    opacity: 0;
  }
}

.products-container .item .full-div .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.8);
  border: none;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.3s ease;
  font-size: 0;
  display: none;
}

.products-container .item:hover .slick-arrow {
  opacity: 1;
  display: block;
}

.products-container .item .full-div .slick-prev {
  left: 10px;
}

.products-container .item .full-div .slick-prev::before {
  content: '‹';
  font-size: 24px;
  color: #333;
  line-height: 30px;
}

.products-container .item .full-div .slick-next {
  right: 10px;
}

.products-container .item .full-div .slick-next::before {
  content: '›';
  font-size: 24px;
  color: #333;
  line-height: 30px;
}

.products-container .item .full-div .slick-arrow:hover {
  background: rgba(255, 255, 255, 1);
}

.products-container .item .desc {
  background-color: #fff;
  margin-left: 1px;
  display: none;
}


.categories-item-hover .desc{
  display: block!important;
}

.products-container .item .desc > div {
  padding: 0 20px;
  padding-bottom: 20px;
  display: block;
  text-align: center;
}

.products-container .item .desc .flex-space {
  display: block;
}

.products-container .item .desc .text {
  font-size: 16px;
  font-family: "Firago";
  color: #666666;
  display: block;
  margin-bottom: 8px;
}

.products-container .item .desc .price {
  color: #666666;
  font-size: 14px;
  font-family: "Firago-Bold";
  white-space: nowrap;
}

.closest-shops {
  padding: 30px;
  background-color: #f8f8f9;
}

.closest-shops > .container {
  height: 470px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}

.closest-shops > .container > * {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}

.closest-shops > .container .imagebox {
  height: 100%;
}
.closest-shops .gray-button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.closest-shops > .container .imagebox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.closest-shops > .container .desc .title {
  color: #008092;
  font-family: "Zarafxana-Bold";
  font-size: 20px;
  position: relative;
}

.closest-shops > .container .desc .title::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 20px;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-bottom: 1px solid #c2a470;
}

.closest-shops > .container .desc .title2 {
  color: #686868;
  font-family: "Zarafxana-Bold";
  font-size: 35px;
  margin-top: 70px;
  margin-bottom: 20px;
}

.closest-shops > .container .desc .address {
  font-family: "Firago";
  font-size: 14px;
  color: #666666;
  line-height: 25px;
}

.closest-shops > .container .desc .address span {
  font-family: "Firago-Bold";
}

.svg-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 58px;
  height: 58px;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.svg-box #heart {
  fill: #d0d0d0;
  transition: fill 0.3s;
}

.svg-box:hover #heart {
  fill: #008092 !important;
  opacity: 1 !important;
}

.svg-box.added-to-fav {
  background-color: transparent;
}

.svg-box.added-to-fav #heart {
  fill: #008092 !important;
  opacity: 1 !important;
}

.svg-box-2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 58px;
  height: 58px;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.favourites {
  padding-top: 40px;
}

.favourites .desc {
  margin: 0 auto;
}

.favourites .desc .title {
  color: #666666;
  font-size: 32px;
  font-family: "Zarafxana-Bold";
  font-weight: normal;
}

.favourites .desc .page-path,
.favourites .desc .page-path a {
  color: #666666;
}

.favourites .desc .page-path {
  margin-top: 10px;
  margin-bottom: 20px;
}

.favourites .desc .content p,
.favourites .desc .content pre {
  font-family: "Firago";
  font-size: 14px;
  color: #c8c8c8;
  line-height: 25px;
  width: 410px;
  margin: 0 auto;
}

.favourites .desc .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 30px;
}
.favourites .desc .buttons a {
  text-decoration: none;
}
.favourites .desc .buttons > a:not(:last-child) {
  margin-right: 15px;
}
.buttons > a {
  text-decoration: none;
}
.item-desc {
  display: none;
}
.item-desc-1 {
  display: block;
}
.item-detail-outer {
  padding: 40px;
  background-color: #fafafa;
}

.product-header-item > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-header-item .item-detail-carousel-container {
  width: 43%;
}

.product-header-item .item-detail-description {
  width: 57%;
}

.item-detail-carousel-container {
  padding: 40px;
}

.item-detail-carousel-container .owl-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: -30px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.item-detail-carousel-container .owl-thumbs button {
  width: 60px;
  height: 60px;
  border: 1px solid #cccccc;
  outline: none;
  cursor: pointer;
}

.item-detail-carousel-container .owl-thumbs button.active {
  border: 1px solid #008092;
}

.item-detail-carousel-container .owl-thumbs button:not(:last-child) {
  margin-bottom: 10px;
}

.item-detail-carousel-container .owl-thumbs button img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.item-detail-carousel-container .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 10px;
  display: none;
}

.item-detail-carousel-container .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #3498db;
  position: relative;
}

.item-detail-carousel-container .owl-dots .owl-dot.active {
  width: 10px;
  height: 10px;
}

.item-detail-carousel-container .owl-dots .owl-dot.active::before {
  content: "";
  position: absolute;
  top: -3px;
  right: -3px;
  bottom: -3px;
  left: -3px;
  background-color: transparent;
  border: 1px solid #6e6e6e;
  border-radius: 50%;
}

.item-detail-carousel-container .owl-dots .owl-dot:nth-child(1) {
  background-color: #3498db;
}

.item-detail-carousel-container .owl-dots .owl-dot:nth-child(2) {
  background-color: #fd79a8;
}

.item-detail-carousel-container .owl-dots .owl-dot:nth-child(3) {
  background-color: #ff7675;
}

.item-detail-carousel-container .owl-dots .owl-dot:not(:last-child) {
  margin-right: 12px;
}

.item-detail-description .page-path {
  color: #666666;
}

.item-detail-description .page-path a {
  color: #666666;
  text-decoration: none;
  transition: all 0.3s ease;
}
.item-detail-description .page-path a:hover {
  text-decoration: underline;
  color: #c1a371;
}
.item-detail-description .gold-sm {
  color: #c1a371;
  font-size: 14px;
  font-family: "Firago";
}

.item-detail-description .pricebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 25px;
}

.item-detail-description .pricebox > *:not(:last-child) {
  margin-right: 15px;
}

.item-detail-description .pricebox .price {
  font-size: 35px;
  font-family: "Firago-Bold";
  color: #c1a371;
}

.item-detail-description .pricebox .sale {
  color: #d8d8d8;
  font-size: 25px;
  font-family: "Firago-Bold";
  position: relative;
  margin: 0 20px;
}

.item-detail-description .pricebox .sale::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 120%;
  height: 1px;
  background-color: #a8a8a8;
}

.item-detail-description .pricebox .currencybox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2px;
  border: 1px solid #dedede;
  border-radius: 15px;
  margin-left: 15px;
}

.item-detail-description .pricebox .currencybox > div {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  font-family: "Firago";
  font-size: 13px;
  color: #dedede;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.item-detail-description .pricebox .currencybox > div.active {
  background-color: #dedede;
  color: #fff;
}

.item-detail-description .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.item-detail-description .details > span:not(:last-child) {
  margin-right: 26px;
}

.item-detail-description .details .checkbox {
  margin-left: auto;
}

.item-detail-description .details .checkbox span {
  font-size: 14px;
  font-family: "Firago";
  color: #666666;
}

.item-detail-description .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}

.item-detail-description .buttons > * {
  width: 33.333%;
}

.item-detail-description .buttons > *:not(:last-child) {
  margin-right: 15px;
}

.item-detail-description .extra {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 50px;
}

.item-detail-description .extra .number {
  color: #666666;
  font-family: "Firago-Bold";
  font-size: 12px;
  margin-right: 26px;
}

.item-detail-description .extra .collection {
  font-size: 14px;
  font-family: "Firago";
  color: #666666;
  transition: all 0.3s ease;
}
.item-detail-description .extra .collection a {
  text-decoration: none;
}
.item-detail-description .extra .collection a:hover {
  text-decoration: underline;
}
.item-detail-description .desc-nav .dot-gray {
  margin-right: 26px;
  color: #666666;
}
.item-detail-description .desc-nav {
  display: flex;
  align-items: center;
}
.item-detail-description .desc-nav div.gold-link {
  color: #c1a371;
}
.item-detail-description .desc-nav div {
  text-decoration: underline;
  cursor: pointer;
}
.item-detail-description .desc {
  color: #666666;
  font-size: 14px;
  font-family: "Firago";
  line-height: 30px;
  margin-top: 10px;
  display: none;
}
.item-detail-description .desc.item-desc-1 {
  display: block;
}
.similar-products {
  padding-top: 40px;
  padding-bottom: 50px;
  background-color: #fff;
}

.similar-products .owl-thumbs {
  display: none;
}

.similar-items-carousel {
  margin-top: 30px;
}

.similar-items-carousel .item {
  width: 95%;
  height: 330px;
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; */
  position: relative;
}
.similar-items-carousel .owl-item img {
  max-height: 90%;
  object-fit: contain;
}
.similar-items-carousel .item .item-inner {
  border: 1px solid #fff;
  position: relative;
}
.similar-items-carousel .item .full-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  height: 245px;
  background-color: #fafafa;
  border: 0px solid #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 1px;
}
.similar-items-carousel .item .desc {
  background-color: #fff;
  margin-left: 1px;
  display: none;
}
.similar-items-carousel .item .desc > div {
  padding: 0 20px;
  padding-bottom: 20px;
}
.similar-items-carousel .item .desc .text {
  font-size: 14px;
  font-family: "Firago";
  color: #666666;
}

.similar-items-carousel .item .desc .price {
  color: #c1a371;
  font-size: 20px;
  font-family: "Firago-Bold";
}
.similar-items-carousel .item svg {
  width: 22px;
  height: 22px;
}

.similar-items-carousel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/* 
.similar-items-carousel a > div {
  width: 160px;
  height: 160px;
} */

.similar-items-carousel a > div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}



.also-products {
  padding-top: 40px;
  padding-bottom: 50px;
  background-color: #fff;
}

.also-products .owl-thumbs {
  display: none;
}

.also-items-carousel {
  margin-top: 30px;
}

.also-items-carousel .item {
  width: 95%;
  height: 330px;
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; */
  position: relative;
}
.also-items-carousel .owl-item img {
  max-height: 90%;
  object-fit: contain;
}
.also-items-carousel .item .item-inner {
  border: 1px solid #fff;
  position: relative;
}
.also-items-carousel .item .full-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  height: 245px;
  background-color: #fafafa;
  border: 0px solid #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 1px;
}
.also-items-carousel .item .desc {
  background-color: #fff;
  margin-left: 1px;
  display: none;
}
.also-items-carousel .item .desc > div {
  padding: 0 20px;
  padding-bottom: 20px;
}
.also-items-carousel .item .desc .text {
  font-size: 14px;
  font-family: "Firago";
  color: #666666;
}

.also-items-carousel .item .desc .price {
  color: #c1a371;
  font-size: 20px;
  font-family: "Firago-Bold";
}
.also-items-carousel .item svg {
  width: 22px;
  height: 22px;
}

.also-items-carousel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/* 
.also-items-carousel a > div {
  width: 160px;
  height: 160px;
} */

.also-items-carousel a > div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.out-of-order {
  font-family: "Firago";
  font-size: 14px;
  margin-right: 20px !important;
}

.out-of-order svg {
  margin-right: 15px;
}

.w-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-icon *:first-child {
  margin-right: 15px;
}

.main-title {
  color: #008092;
  font-size: 40px;
  font-family: "Zarafxana";
}

.product-title {
  color: #333333;
  font-size: 20px;
  font-family: "Firago";
}

.dropdown {
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  background-color: #fff;
  display: none;
  border: 1px solid #008092;
  z-index: 20;
}

.dropdown > div {
  width: 100%;
  font-family: "Firago";
  font-size: 16px;
  background-color: #fff;
}
.dropdown > div a {
  color: #666666;
  padding: 10px 8px;
  text-decoration: none;
  display: block;
}
.icon-reverse {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.icon-reverse2 {
  -webkit-transform: rotate(270deg) !important;
  transform: rotate(270deg) !important;
}

.relative {
  position: relative;
}

.search-input-extra {
  font-size: 12px !important;
  -webkit-transform: translateY(-250%) !important;
  transform: translateY(-250%) !important;
}

.filter-active-bg {
  background-color: #008092;
}

.white {
  color: #fff;
}

.products-container .item-inner.categories-item-hover {
  border-color: #c2a470;
  z-index: 10;
}
.similar-items-carousel .item-inner.categories-item-hover {
  border-color: #c2a470;
  z-index: 10;
}
.similar-items-carousel .item .full-div.border-white {
  border-width: 20px;
}

.also-items-carousel .item-inner.categories-item-hover {
  border-color: #c2a470;
  z-index: 10;
}
.also-items-carousel .item .full-div.border-white {
  border-width: 20px;
}

.products-container .item .full-div.border-white {
  border-width: 20px;
}

.grayscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.more-box {
  margin-top: 40px;
  margin-bottom: 50px;
}

.more-box .more {
  font-family: "Firago";
  font-size: 16px;
  color: #666666;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
}
.more-box .more:hover {
  color: #c1a371;
  text-decoration: underline;
}

.more-box .more::after,
.more-box .more::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 15px;
  top: 50%;
  border-bottom: 1px solid #707070;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.more-box .more::after {
  right: -25px;
}

.more-box .more::before {
  left: -25px;
}

.gray-button {
  cursor: pointer;
  outline: none;
  min-width: 200px;
  height: 50px;
  padding: 0 10px;
  font-size: 16px;
  color: #c2a470;
  font-family: "Firago";
  background-color: #fff;
  border: 1px solid #c2a470;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 50px;
}

.gray-button:hover {
  background-color: #008092;
  border-color: #008092;
  color: #fff;
}

.dark-button {
  width: 210px;
  height: 60px;
  font-family: "Firago";
  font-size: 14px;
  color: #666666;
  cursor: pointer;
  outline: none;
  border: 1px solid #808080;
  background-color: #fff;
}

.dark-button svg {
  width: 22px;
  height: 22px;
  margin-right: 15px;
}

.dark-button:not(:last-child) {
  margin-right: 20px;
}

.gray-title {
  color: #666666;
  font-size: 32px;
  font-family: "Zarafxana-Bold";
}

.dot-gray {
  position: relative;
  font-family: "Firago";
  font-size: 14px;
}

.dot-gray::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  top: 50%;
  border-radius: 50%;
  background-color: #cccccc;
  right: -15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.gold-link {
  color: #c1a371;
  font-family: "Firago";
  font-size: 14px;
}

.gray-link {
  font-family: "Firago";
  font-size: 14px;
  color: #666666;
}

.icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.icons .share-svg,
.icons .heart-svg {
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.icons .share-svg use,
.icons .heart-svg use {
  fill: #808080;
}

.icons .heart-svg.added-to-fav use {
  fill: #008092 !important;
}

#checkbox-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#checkbox-container .switch {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 22px;
  border-radius: 20px;
  background: #fafafa;
  -webkit-transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  border: 1px solid #c1a371;
  margin: 0 10px;
}

#checkbox-container .switch::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 2px;
  width: 18px;
  height: 18px;
  background: #c1a371;
  border-radius: 50%;
  -webkit-transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1),
    background 0.28s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1),
    background 0.28s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1),
    background 0.28s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1),
    background 0.28s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

#checkbox-container .switch:active::before {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28),
    0 0 0 20px rgba(128, 128, 128, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(128, 128, 128, 0.1);
}

#checkbox-container input:checked + .switch {
  background: transparent;
  border: 1px solid #c1a371;
}
.hide-btn {
  display: none;
}
#checkbox-container input:checked + .switch::before {
  left: 28px;
  background: #c1a371;
}

#checkbox-container input:checked + .switch:active::before {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28),
    0 0 0 20px rgba(0, 150, 136, 0.2);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(0, 150, 136, 0.2);
}

.svg-size {
  width: 22.44px;
  height: 22.44px;
}

.sizebox svg {
  margin-right: 10px;
}

.sizebox .gold-link {
  font-size: 14px;
  font-family: "Firago";
  transition: all 0.3s ease;
  text-decoration: none;
}
.sizebox .gold-link:hover {
  text-decoration: underline;
}
.blue-button {
  border-color: #008092;
  background-color: #008092;
  color: #fff;
}

.brown-arrow-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
}

.brown-arrow-div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.brown-arrow-div > div:nth-child(1) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-right: 40px;
}

.heart-svg {
  margin-right: 15px;
}

.soc-icons-outer:hover .soc-icons {
  opacity: 1;
  pointer-events: fill;
}

.soc-icons {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 100%;
  padding-top: 20px;
}

.soc-icons > div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 54px;
  padding: 15px 0;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.soc-icons > div a:not(:last-child) {
  margin-bottom: 10px;
}

.soc-icons > div::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  z-index: 0;
  background-color: #fff;
  width: 26px;
  height: 26px;
}

#facebook2 {
  width: 11.08px;
  height: 23.84px;
  position: relative;
  z-index: 2;
}

#twitter2 {
  width: 26.91px;
  height: 21.87px;
}

#pinterest2 {
  width: 21.42px;
  height: 27.67px;
}

#email {
  width: 27.46px;
  height: 20px;
}

.soc-icons-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

#mark {
  width: 27.605px;
  height: 27.605px;
}

.main-title2 {
  color: #008092;
  font-size: 20px;
  font-family: "Zarafxana-Bold";
}

.search-inner {
  width: 100%;
}

.search-inner > .relative {
  width: 100%;
  max-width: 600px;
  height: 60px;
  margin: 0 auto;
  margin-top: 40px;
}

.search-inner input[type="text"] {
  width: 100%;
  height: 100%;
  border: none;
  border-bottom: 1px solid #707070;
  outline: none;
  padding-right: 40px;
  font-family: "Firago";
  font-size: 18px;
}

.search-inner .search-placeholder {
  font-size: 25px;
  font-family: "Firago";
  color: #4a4848;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.search-inner .search-svg {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
}

.location-container {
  padding-top: 40px;
  padding-bottom: 50px;
}

.location-container > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.location-container > .container .locations {
  width: 45%;
  min-width: 200px;
  margin-right: 20px;
}

.location-container > .container .map {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.location-container > .container .map img {
  width: 100%;
  height: 100%;
}

.location-item .title {
  color: #008092;
  font-size: 20px;
  font-family: "Zarafxana-Bold";
  margin-bottom: 10px;
}

.location-item .desc,
.location-item .desc a {
  color: #666666;
  font-family: "Firago";
  font-size: 14px;
  line-height: 20px;
}
.location-item .desc a {
  color: #c1a371;
  text-decoration: none;
}
.location-item .desc a:hover {
  text-decoration: underline;
}
.location-item .desc span {
  font-family: "Firago-Bold";
}

.location-item:not(:last-child) {
  margin-bottom: 20px;
}

.map {
  position: relative;
}

.map button {
  position: absolute;
  top: 0;
  right: 0;
  width: 165px;
  height: 50px;
  font-family: "Zarafxana-Bold";
  font-size: 12px;
  color: #fff;
  background-color: #008092;
  cursor: pointer;
  outline: none;
  border: none;
}

.map button svg {
  width: 21.1px;
  height: 21.07px;
  margin-right: 15px;
}

.map button .white-svg {
  fill: #fff;
}

.location-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.location-link svg {
  margin-right: 10px;
  width: 16.5px;
  height: 21px;
}

.location-link a {
  color: #c1a371;
  font-family: "Firago";
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.location-link a:hover {
  text-decoration: underline;
}
.contact-container {
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 70px;
}

.contact-container > .container {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.contact-container > .container .contact-form {
  width: 45%;
  min-width: 200px;
  margin-right: 20px;
}

.contact-container > .container .map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contact-container > .container .map .flex-space {
  margin-bottom: 20px;
}

.contact-container > .container .map .flex-space .title {
  margin: 0;
}

.contact-container > .container .map .location-link svg {
  margin: 0;
  margin-left: 10px;
}

.contact-container > .container .map .mapbox {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  position: relative;
}

.contact-container > .container .map .mapbox img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
}

.contact-container .title {
  color: #008092;
  font-size: 20px;
  font-family: "Zarafxana-Bold";
  margin-bottom: 20px;
}

.contact-container form input {
  width: 100%;
  min-width: 190px;
  height: 50px;
  border: 1px solid #cccccc;
  padding: 0 10px;
  font-family: "Firago";
  font-size: 12px;
  background-color: #fff;
  outline: none;
  margin-bottom: 15px;
}

.contact-container form input::-webkit-input-placeholder {
  color: #cccccc;
}

.contact-container form input:-ms-input-placeholder {
  color: #cccccc;
}

.contact-container form input::-ms-input-placeholder {
  color: #cccccc;
}

.contact-container form input::placeholder {
  color: #cccccc;
}

.contact-container form textarea {
  width: 100%;
  border: 1px solid #cccccc;
  padding: 10px;
  font-family: "Firago";
  font-size: 12px;
  background-color: #fff;
  resize: none;
}

.contact-container form textarea::-webkit-input-placeholder {
  color: #cccccc;
}

.contact-container form textarea:-ms-input-placeholder {
  color: #cccccc;
}

.contact-container form textarea::-ms-input-placeholder {
  color: #cccccc;
}

.contact-container form textarea::placeholder {
  color: #cccccc;
}

.contact-container form button {
  width: 165px;
  height: 50px;
  font-family: "Firago";
  font-size: 14px;
  color: #fff;
  background-color: #008092;
  cursor: pointer;
  outline: none;
  border: none;
  float: right;
  margin-top: 15px;
}

.desc2 {
  margin: 40px auto;
}

.desc2 .title {
  color: #008092;
  font-size: 20px;
  font-family: "Zarafxana-Bold";
}

.desc2 div {
  font-family: "Firago";
  font-size: 14px;
  color: #666666;
  line-height: 20px;
}

.news-category {
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 50px;
  text-align: center;
  width: 100%;
  max-width: 700px;
  position: relative;
}

.news-category > div {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 15px;
  align-items: center;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.news-category > div .title {
  color: #666666;
  font-size: 18px;
  font-family: "Zarafxana-Bold";
  margin-right: 50px;
  opacity: 0.6;
}

.news-category > div > .news-category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
}

.news-category > div > .news-category-list > li:not(:last-child) {
  margin-right: 20px;
}
.news-category > div ul li a {
  transition: all 0.3s ease;
}
.news-category > div ul li a:hover {
  color: #008092;
  text-decoration: underline;
}
.news-category > div ul li a {
  text-decoration: none;
  color: #666666;
  font-family: "Firago";
  font-size: 14px;
}

.news-category > div ul li a.active {
  color: #008092;
  text-decoration: underline;
}

.news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 50px;
}

.news .news-item {
  text-decoration: none;
  width: 49%;
  margin-bottom: 50px;
}

.news .news-item .imagebox {
  height: 360px;
}

.news .news-item .imagebox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.news .news-item .title {
  color: #008092;
  font-family: "Zarafxana-Bold";
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 8px;
}

.date {
  font-family: "Firago";
  font-size: 16px;
  color: #c1a371;
}

.news-inner {
  padding-bottom: 80px;
}

.news-inner .imagebox {
  width: 100%;
  height: 765px;
  margin: 40px 0;
}

.news-inner .imagebox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.news-inner .desc {
  color: #666666;
  font-size: 14px;
  font-family: "Firago";
  line-height: 45px;
}

.news-inner .soc {
  background-color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid #808080;
  margin-top: 35px;
}

.news-inner .soc a {
  text-decoration: none;
  width: 60px;
  height: 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.news-inner .soc a:not(:last-child) {
  border-right: 1px solid #808080;
}

.news-inner .soc svg {
  width: 30px;
  height: 30px;
}

.mobile-news-btn {
  width: 15px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mobile-news-btn > span {
  width: 100%;
  height: 1px;
  background-color: #221f1f;
}

.mobile-news-btn > span:not(:last-child) {
  margin-bottom: 5px;
}

.news-mobile-menu {
  background-color: #fff;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  position: absolute;
  top: 100%;
  padding: 30px 0;
  left: 0;
}

.news-mobile-menu li {
  margin: 0;
  margin-bottom: 10px;
}

.content-section {
  padding: 0 30px;
  padding-bottom: 60px;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
.iframe-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}
.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content-section > p {
  font-family: "Firago";
  font-size: 14px;
  color: #666666;
  line-height: 30px;
}
.content-section .title,
.content-section h2 {
  font-family: "Zarafxana-Bold";
  font-size: 18px;
  color: #008092;
  margin-top: 15px;
  margin-bottom: 10px;
}
.content-section ul {
  list-style-type: none;
}
.content-section ul li,
.content-section ol li {
  font-family: "Firago";
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  padding-left: 30px;
  position: relative;
}
.content-section ol li {
  padding-left: 15px;
}
.content-section ol {
  padding-left: 15px;
}

.content-section ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(100%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: block;
  background-color: #008092;
}
.content-section .title2 {
  font-family: "Halvetica-Neu";
  font-size: 18px;
  color: #008092;
  margin-top: 15px;
  margin-bottom: 10px;
}

.content-section .text {
  font-family: "Firago";
  font-size: 14px;
  color: #666666;
  line-height: 25px;
}

.content-section .image-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.content-section .left-image {
  height: 285px;
  margin-right: 30px;
  margin-bottom: 18px;
  float: left;
}

.content-section .right-image {
  height: 285px;
  margin-left: 30px;
  margin-bottom: 18px;
  float: right;
}

.content-section .clearfix:after {
  content: "";
  display: block;
  clear: right;
}

.content-section .container > div.margin {
  margin-top: 30px;
  margin-bottom: 40px;
}

.content-section .youtube-full {
  width: 100%;
}

.content-section .youtube-full img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.content-section .youtube-inner,
.content-section .imagebox-inner {
  width: 90%;
  margin: 0 auto;
}

.content-section .youtube-inner img,
.content-section .imagebox-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.content-section .content-image-right {
  height: 285px;
  margin-left: 30px;
  margin-bottom: 18px;
}

.content-section .full-imagebox {
  width: 100%;
  height: 765px;
}

.content-section .full-imagebox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.content-section .imagebox-inner {
  margin-top: 60px;
  margin-bottom: 40px;
}

.margin-t {
  margin-top: 30px;
}

.download-box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  padding: 0 20px;
  border: 1px solid #808080;
  cursor: pointer;
}

.download-box img {
  margin-right: 20px;
}

.searchResults-header > .container {
  display: block;
}

.searchResults-filter {
  text-align: center;
}

.searchResults-filter .title {
  color: #666666;
  font-size: 18px;
  font-family: "Zarafxana-Bold";
  opacity: 0.6;
}

.searchResults-filter .filter {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.searchResults-filter .filter .filter-item {
  width: 220px;
}

.searchResults-filter .filter .dropdown > div {
  text-align: left;
}

.searchResults-category {
  margin-bottom: 30px;
}

.searchResults-products {
  padding: 0;
  padding-bottom: 40px;
}

.searchResultsNews {
  padding-bottom: 10px;
}

.not-found-text {
  width: 460px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 30px;
  font-size: 15px;
  font-family: "Firago";
  color: #4a4848;
  line-height: 45px;
}

.search-filter-box ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-filter-box ul li:not(:last-child) {
  margin-right: 20px;
}

.instagram .title2 {
  color: #666666;
  font-size: 32px;
  font-family: Georgia, "Times New Roman", Times, serif;
}

.instagram-container {
  padding-top: 20px;
  padding-bottom: 60px;
}

.instagram-container .container-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.instagram-container .container-inner .imagebox {
  width: 295px;
  height: 295px;
  margin-top: 20px;
  margin-right: 20px;
}

.instagram-container .container-inner .imagebox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.faq-container {
  padding: 60px 0;
}

.faq-container .item {
  padding: 15px 20px;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  color: #666666;
  font-size: 20px;
  font-family: "Zarafxana-Bold";
  cursor: pointer;
}

.faq-container .item .text {
  margin-top: 30px;
  font-family: "Firago";
  font-size: 14px;
  line-height: 30px;
  padding-left: 55.4px;
  display: none;
  color: #666666;
}

.faq-container .item:not(:last-child) {
  margin-bottom: 10px;
}

.faq-container .active-bg {
  background-color: #fff;
  color: #008092;
}

#faq-question {
  width: 35.4px;
  height: 35.4px;
  margin-right: 20px;
}

#faq-arrow {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 31.56px;
  height: 15.78px;
}

@media only screen and (max-width: 1630px) {
  .main-slider .owl-prev {
    left: 15px;
  }
  .main-slider .owl-next {
    right: 15px;
  }
}

@media only screen and (max-width: 1500px) {
  .collection-slider > .container {
    padding-right: 120px;
  }
}

@media only screen and (max-width: 1270px) {
  .container {
    padding: 0 30px;
  }
  .main-slider .owl-dots {
    left: -30px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .slider-item .slider-content {
    padding-left: 80px;
  }
  .blog-row .item {
    min-height: auto;
  }
  .blog-row .item:not(:last-child) {
    margin-bottom: 30px;
  }
  .products-container .item-banner2 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
  }
}
@media only screen and (max-width: 1100px) {
  .products-with-filter .products-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .products-container .item,
  .similar-items-carousel .item {
    height: auto;
  }
  .products-container .item .desc,
  .similar-items-carousel .item .desc {
    transform: translateY(-2px);

    display: block;
    background-color: #fafafa;
  }
  
  
    .also-items-carousel .item {
    height: auto;
  }
  .products-container .item .desc,
  .also-items-carousel .item .desc {
    transform: translateY(-2px);

    display: block;
    background-color: #fafafa;
  }
  
  
  .item-detail-description .icons {
    position: absolute;
    top: 100px;
    right: 40px;
  }
  .our-products .grid .four-item .four-item-row .item img {
    max-width: 100%;
  }
  .item-detail-description .buttons button {
    padding-left: 10px;
    padding-right: 10px;
  }
  .location-container > .container .locations {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 1023px) {
  .profile-icon-svg {
    width: 40px;
  }
  .profile-icon-svg svg {
    margin: 0 !important;
  }
  .item-detail-carousel-container .owl-thumbs {
    display: none;
  }
  .collection-item .slider-item2 {
    right: 50%;
    transform: translate(-50%, -50%);
  }
  .product-header-item > .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .product-header-item .item-detail-carousel-container {
    width: 70%;
  }
  .product-header-item .item-detail-description {
    width: 100%;
  }
  .main-header .header-menu {
    display: none;
  }
  .s-tablet-show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main-header {
    height: 55px !important;
  }
  .main-logo,
  .main-header-scroll:hover .main-logo-scroll {
    width: 35.38px !important;
    height: 28.19px !important;
  }
  .main-header-scroll,
  .main-header-scroll:hover {
    height: 55px !important;
  }
  .product-header-item {
    margin-top: 70px;
  }
  .s-tablet-hide {
    display: none;
  }
  .slider-item .slider-title {
    font-size: 30px;
  }
  .slider-item .slider-info {
    width: 80%;
    max-width: 450px;
    font-size: 16px;
  }
  .jewels-1 .desc .title,
  .jewels-2 .desc .main-title {
    font-size: 21px;
  }
  .jewels-1 .desc .content,
  .jewels-2 .desc .content {
    font-size: 7px;
    line-height: 18px;
  }
  .main-section2 > .container > * {
    height: 400px;
  }
  .jewels-1 .desc img {
    width: 60px;
    height: 60px;
  }
  .main-title,
  .find-shop .title {
    font-size: 25px;
  }
  .our-products .grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    
  }
  .our-products .grid > * {
    width: 100%;


  }
  .our-products .grid > *:first-child {
    margin-bottom: 25px;
  }
  .main-footer-menu .item:not(:last-child) {
    margin-right: 40px;
  }
  .main-header .header-navigation .search-container > .relative {
    width: 90%;
  }
  .main-header .header-navigation .search-container .search-placeholder {
    font-size: 16px;
  }
  .content-section .container > div.margin {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .content-section .container > div.margin > div {
    margin-bottom: 30px;
  }
  .content-section .full-imagebox {
    height: 450px;
  }
  .closest-shops {
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
  }
  .closest-shops > .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    padding: 0;
  }
  .closest-shops > .container .imagebox {
    height: 283px;
  }
  .closest-shops > .container > * {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .closest-shops > .container .desc {
    margin-top: 40px;
  }
  .closest-shops > .container .desc .title2 {
    font-size: 29px;
    margin-top: 50px;
  }
  .faq-container .item {
    font-size: 16px;
  }
  .faq-container .item #faq-question {
    display: none;
  }
  .faq-container .item .flex-center {
    width: 90%;
  }
  .faq-container .item .text {
    padding-left: 0;
  }
  .location-container > .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .location-container > .container .locations {
    margin-bottom: 30px;
  }
  .location-container > .container .locations .location-item .flex-space {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .location-container
    > .container
    .locations
    .location-item
    .flex-space
    .location-link {
    margin-bottom: 8px;
  }
  .location-container > .container .map {
    height: 575px;
    width: 100%;
  }
  .product-header-item {
    margin-top: 55px;
  }
  .main-logo-mobile {
    display: block;
  }
  .slider-item {
    height: auto;
    margin-top: 50px;
  }
  .slider-item img {
    position: static;
  }
  .main-slider .owl-prev,
  .main-slider .owl-next {
    top: 50%;
  }
  .main-slider .owl-dots {
    top: 110px;
  }
  .collection-item {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .collection-item .slider-item2 {
    position: static;
    transform: translate(0);
  }
  .collection-slider__item-bg img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .collection-slider__container .owl-nav {
    right: 50%;
    transform: translateX(50%);
  }
  .collection-item {
    height: 500px;
  }
  .collection-item .desc {
    display: none;
  }
  .collection-item .imagebox {
    width: 120px;
    height: auto;
  }
  .collection-item .slider-btn {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 750px) {
  .location-container > .container .locations {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .main-slider .owl-dots {
    top: 70px;
  }
  .content-section {
    overflow-x: hidden;
  }
  .content-section .left-image {
    max-width: 100%;
    height: auto;
  }
  .custom-order.custom-order-path {
    padding-top: 30px;
  }
  .main-slider-container.slider-margin .slider-item {
    height: auto;
  }
  .main-slider-container.slider-margin .slider-item img {
    height: 32vh;
  }
  .main-slider-container.slider-margin .slider-item .slider-content {
    position: static;
    transform: translate(0);
    text-align: center;
    margin-top: 20px;
  }
  .products {
    padding-top: 25px;
  }
  .main-slider-container.slider-margin .slider-item .slider-content .page-path,
  .main-slider-container.slider-margin
    .slider-item
    .slider-content
    .page-path
    a {
    color: #666666;
  }
  .main-slider-container.slider-margin
    .slider-item
    .slider-content
    .slider-info {
    display: none;
  }
  .custom-order.custom-order-path .item-detail-description .page-path {
    margin-bottom: 0;
  }
  .custom-order {
    flex-direction: column;
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .custom-order .custom-input {
    width: 100%;
  }
  .custom-order button {
    margin-left: auto;
    margin-right: auto;
  }
  .custom-order .item-detail-description .gray-title {
    margin-bottom: 10px;
  }
  .main-slider .owl-nav {
    display: none;
  }
  .main-section2 > .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main-section2 > .container > * {
    width: 100%;
    height: 370px;
  }
  .main-section2 > .container > *:first-child {
    margin-bottom: 25px;
  }
  .our-products .grid .grid-item1 {
    height: 370px;
  }
  .our-products .grid .four-item {
    height: 350px;
  }
  .our-products .grid .four-item .four-item-row .item img {
    max-height: 100%;
  }
  .main-section2 {
    padding-bottom: 30px;
  }
  .blog-row {
    /* -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; */
  }
  .our-blog {
    margin-top: 550px;
  }
  /* .blog-row .item:not(:last-child) {
    margin-right: 0;
  } */
  .collection-slider > .container {
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 1400px;
  }
  .collection-slider-box .slider-dots1,
  .collection-slider-box .slider-dots2 {
    display: none;
  }
  .collection-slider {
    height: 433px;
  }
  .collection-slider-box {
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
  .main-header .container {
    padding: 0;
  }
  .slider-item .slider-content {
    padding: 0 30px;
  }
  .favourites .desc .title {
    font-size: 25px;
  }
  .favourites .desc .content {
    width: 100%;
  }
  .desc2 .title {
    margin-bottom: 5px;
  }
  .contact-container > .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .contact-container > .container .map .flex-space {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-container > .container .contact-form {
    width: 100%;
    margin: 0;
    margin-top: 30px;
  }
  .main-footer-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main-footer-menu > .item ul {
    display: none;
  }
  .main-footer-menu .item:not(:last-child) {
    margin: 0;
    margin-bottom: 20px;
  }
  .item-detail-outer {
    padding: 0;
  }
  .item-detail-description .details {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .item-detail-description .details .checkbox {
    margin-left: 0;
    margin-top: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  .filter {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .filter .filter-item {
    width: 30%;
    margin-right: 10px;
  }
  .filter .sizebox {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-top: 15px;
  }
  .gray-title {
    font-size: 22px;
  }
  .item-detail-description .pricebox {
    justify-content: center;
  }
  .item-detail-description .buttons {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 0;
  }
  .item-detail-description .buttons > *:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 210px;
    flex: 0 1 210px;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .item-detail-description .buttons > *,
  .item-detail-description .buttons > * .dark-button {
    width: 100%;
    margin: 0;
  }
  .item-detail-description .buttons > *:not(:last-child) {
    margin-bottom: 10px;
  }
  .item-detail-description .pricebox .price {
    font-size: 25px;
  }
  .item-detail-description .pricebox .sale {
    font-size: 20px;
    margin: 0 5px;
  }
  .out-of-order-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .out-of-order-box > *:first-child {
    margin-bottom: 15px;
  }
  .news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .news .news-item {
    width: 100%;
  }
  .news .news-item .imagebox {
    height: 200px;
  }
  .mobile-hide,
  .news-category > div > .news-category-list {
    display: none;
  }
  .mobile-news-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .news-mobile-menu {
    /* display: block; */
  }
  .news-inner .imagebox {
    height: 310px;
  }
  .not-found-text {
    width: 100%;
  }
  .similar-items-carousel .item {
    width: 100%;
  }
    .also-items-carousel .item {
    width: 100%;
  }
  .slider-item {
    height: 400px;
  }
  .slider-item .slider-content {
    top: 50%;
  }
  .products .filter {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 45px;
    padding-right: 45px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .products .filter > * {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .products-container .item-banner {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/ 2;
  }
  .main-footer-social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .main-footer-social > * {
    margin-top: 10px;
  }
  .main-footer-social > *:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .main-footer-social > *:nth-child(3) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .products-container .item {
    width: 100%;
  }
  .products-with-filter .products-container {
    grid-template-columns: 1fr;
  }
  .searchResults-filter .filter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 0 30px;
  }
  .searchResults-filter .filter > * {
    width: 100% !important;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .searchResults-category .search-filter-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: none;
    height: auto;
    padding: 20px 0;
  }
  .searchResults-category .search-filter-box .title {
    margin: 0;
    margin-bottom: 10px;
  }
  .favourites .desc .buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .favourites .desc .buttons > * {
    margin: 0;
    margin-bottom: 10px;
  }
  .item-detail-description {
    padding-bottom: 20px;
  }
  .outfororder-buttons > * {
    margin: 0 !important;
    width: 100% !important;
  }
  .outfororder-buttons > *:first-child {
    margin-bottom: 10px !important;
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 !important;
    flex: 1 !important;
  }
  .instagram-container .container-inner .imagebox {
    margin-right: 0;
  }
  .instagram-container .container-inner {
    width: 100%;
  }
}

.imagezoom-modal {
  width: 581px;
  height: 582px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

.imagezoom-modal img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.imagezoom-carousel-outer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 250;
  display: none;
}

.imagezoom-carousel-outer .modal-close-button {
  position: absolute;
  top: 50px;
  right: 50px;
  cursor: pointer;
  z-index: 100;
}
.box-360 {
  position: absolute;
  width: 60px;
  height: 60px;
  border: 1px solid #cccccc;
  outline: none;
  z-index: 123;
  transform: translateX(-150%);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.play-video {
  position: absolute;
  width: 60px;
  height: 60px;
  border: 1px solid #cccccc;
  outline: none;
  z-index: 123;
  transform: translateX(150%);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.zoom-item {
  position: absolute;
  top: 50%;
  left: 50px;
  z-index: 123;
  transform: translateY(-50%);
}
.zoom-item div {
  cursor: pointer;
}
.zoom-item div:not(:last-child) {
  margin-bottom: 20px;
}
.imagezoom-carousel-outer .imagezoom-modal img {
  transition: all 0.3s ease;
}
.imagezoom-carousel-outer .owl-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}

.imagezoom-carousel-outer .owl-thumb-item {
  width: 60px;
  height: 60px;
  border: 1px solid #cccccc;
  outline: none;
}
.imagezoom-carousel-outer .owl-thumb-item.active {
  border: 1px solid #008092;
}
.imagezoom-carousel-outer .owl-thumb-item:not(:last-child) {
  margin-right: 15px;
}
.imagezoom-carousel-outer .owl-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.imagezoom-carousel-outer.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.custom-order .right-side .page-path,
.custom-order .right-side .page-path a {
  color: #666666;
}
.custom-order .right-side .page-path {
  margin-bottom: 20px;
}
.custom-order-container {
  display: flex;
  width: 100%;
}
.custom-order-container .imagebox {
  width: 42%;
}
.custom-order-container .imagebox img {
  width: 100%;
  max-width: 453px;
}
.custom-order-container .right-side {
  flex: 1;
  margin-left: 45px;
}
.custom-order-container .form-container .gold {
  color: #c1a371;
  font-size: 14px;
  font-family: "Firago";
  margin: 7px 0;
}
.custom-order-container .form-container .number {
  color: #666666;
  font-family: "Firago-Bold";
  font-size: 12px;
}
.custom-order-container .form-container form {
  margin-top: 32px;
}
.custom-order-container .form-container input {
  width: 100%;
  max-width: 543px;
  height: 60px;
  padding: 0 15px;
  font-family: "Firago";
  color: #000;
  border: 1px solid #c1a371;
  margin-bottom: 25px;
  outline: none;
  font-size: 14px;
}
.custom-order-container .form-container input::placeholder {
  color: #cccccc;
}
@media only screen and (max-width: 764px) {
  .custom-order-container {
    flex-direction: column;
  }
  .custom-order-container .imagebox {
    display: none;
  }
  .item-detail-description .gray-title {
    margin: 0 auto;
  }
  .item-detail-description .buttons {
    flex-direction: column;
  }
  .products-container .item-banner .desc .content {
    flex-direction: column;
    align-items: flex-start;
  }
  .products-container .item-banner .desc .srulad {
    margin-top: 10px;
  }
  .our-products .grid .one-item .imagebox {
    height: auto;
  }
  .custom-order-container .right-side {
    margin: 0;
  }
  .slider-item .slider-info {
    line-height: 28px;
  }
  .collection-item .slider-item2 {
    width: 250px;
  }
  .collection-item .slider-dots1,
  .collection-item .slider-dots2 {
    display: none;
  }
  .collection-slider__container .owl-nav {
    width: 360px;
  }
  .collection-item .title {
    font-size: 25px;
  }
  .our-blog {
    margin-top: 0;
  }
  .item-detail-description {
    text-align: center;
  }
  .sizebox {
    margin-bottom: 15px;
  }
  .product-header-item .item-detail-carousel-container {
    width: 90%;
  }
  .item-detail-description .icons {
    right: 22px;
    z-index: 10;
  }
  .item-detail-description .extra {
    flex-direction: column;
  }
  .item-detail-description .extra .number {
    margin-bottom: 10px;
  }
  .item-detail-description .desc-nav {
    justify-content: center;
  }
}

@media only screen and (max-width: 600px) {
  .favourites .desc .content p,
  .favourites .desc .content pre {
    width: auto;
  }
  .item-banner {
    background-color: #222834;
  }
  .products-container .item-banner img {
    object-fit: contain;
    object-position: top;
  }
  .our-products .grid .one-item {
    width: 100% !important;
    height: auto !important;
  }
}
/* Legacy landscape-mobile rule deleted — it forced `object-fit: contain`
   with a 32vh-tall dark `::after` backdrop, designed for the prior 32vh
   letterboxed banner. Incompatible with the viewport-fill hero — the
   cover image now uses `object-fit: cover` at every breakpoint. */

.col_descr {
  width: 70%;
  margin: auto;
  padding: 30px 0 30px 0;
  font-family: "Firago";
  font-size: 14px;
  color: #666;
}
.col_descr p {
  padding-bottom: 10px;
}




.object-item-edit {
  display: block;
  background: #fbfbfb;
  margin-bottom: 10px;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #f3f3f3;
  padding: 15px 0 15px 15px;
}


.object-item-edit-title:hover {
  text-decoration: none !important;
}


.object-item-edit-part {
  transition: all 0.5s ease-in-out;
  min-height: 0px;
  height: 0;
  overflow: hidden;
}


.object-item-edit-part .padd {
  padding: 40px 30px;
}

.object-item-edit-title::after {
  content: '';
  width: 82px;
  height: 100%;
  max-height: 82px;
  background: transparent url(./images/arrow-down4.png) center center no-repeat;
  background-size: auto;
  right: 0;
  position: absolute;
  top: 0;
  transition: 1s;
}


.q-block {
  padding: 50px 0 50px 0;
}

.object-item-edit-title{
  font-family: "Zarafxana-Bold";
  font-size: 16px;
  color: #999999;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
    display: block;

    
}


.object-item-edit-title.open::after {
  transform: rotate(180deg);
}



.collection-item .inner-item{
  height: 100%;
}

.collection-item .table{
    position: relative;
    height:100%;
    width: 100%;
    display: table;

}


.collection-item .table-cell{
  position: relative;
  height:100%;
  width: 100%;
  display: table-cell;
  vertical-align:middle;
}


.news .part{
  width: 100%;
  display: flex;
}


.pager-part{
  display: block;
  width: 100%;
}

.pager {
  list-style: none;
  display: block;
  float: right;
}

.pager li {
  display: inline-block;
}


.pager li a {
  padding: 5px 12px;
  display: block;
  background: #fff;
  margin: 2px;
  color: #008092;
  border: 1px solid #dadada;
  font-size: 12px;
  text-decoration: none;
}


.pager li a.active {
  background: #008092;
  color: #fff;
}




.nice-select {
  border: initial;
  height: 23px;
  line-height: 23px; 
}


