
@font-face {
  font-family: 'Nunito Sans 7pt';
  src: url('../font/NunitoSans7pt-SemiBold.woff2') format('woff2'),
      url('../font/NunitoSans7pt-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito Sans 7pt';
  src: url('../font/NunitoSans7pt-ExtraBold.woff2') format('woff2'),
      url('../font/NunitoSans7pt-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito Sans 7pt';
  src: url('../font/NunitoSans7pt-Regular.woff2') format('woff2'),
      url('../font/NunitoSans7pt-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito Sans 7pt';
  src: url('../font/NunitoSans7pt-Light.woff2') format('woff2'),
      url('../font/NunitoSans7pt-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito Sans 7pt';
  src: url('../font/NunitoSans7pt-ExtraLight.woff2') format('woff2'),
      url('../font/NunitoSans7pt-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito Sans 7pt';
  src: url('../font/NunitoSans7pt-Bold.woff2') format('woff2'),
      url('../font/NunitoSans7pt-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito Sans 7pt';
  src: url('../font/NunitoSans7pt-Medium.woff2') format('woff2'),
      url('../font/NunitoSans7pt-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito Sans 10pt';
  src: url('NunitoSans10pt-Regular.woff2') format('woff2'),
      url('NunitoSans10pt-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Times New Roman';
  src: url('../font/TimesNewRomanPS-ItalicMT.woff2') format('woff2'),
      url('../font/TimesNewRomanPS-ItalicMT.woff') format('woff');
  font-weight: normal;
  font-style: normal!important;
  font-display: swap;
}
@font-face {
  font-family: 'Times New Roman Cyr';
  src: url('../font/TimesNRCyrMT.woff2') format('woff2'),
      url('../font/TimesNRCyrMT.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Times';
  src: url('../font/Times-BoldItalic.woff2') format('woff2'),
      url('../font/Times-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Times New Roman Cyr';
  src: url('../font/TimesNRCyrMT-Bold.woff2') format('woff2'),
      url('../font/TimesNRCyrMT-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body  ul,li,a{
  list-style: none;
  text-decoration: none!important;
}
:root{
  --Roman:'Times New Roman Cyr';;
  --Nunito:'Nunito Sans 7pt';
}
.custom-container{
  width: 100%;
}

/*** HEADER ***/
.header-main{
  padding-top: 30px;
  color: white;
  width: 100%;
  position: absolute;
  z-index: 9;
}
.header-upper {
  color: #ffffff;
  display: flex;
  justify-content: space-evenly;
  margin: 0 auto;
  padding:  15px;
}

.header-main img {
  width: 1.2em;
  height: 1.2em;
}


/*** LEFT SECTION ***/
.header-upper > .header-left{
  display: flex;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  transition: all .3s ease-in-out, top 0s;
}
.header-upper .header-left > .search-box {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Nunito Sans 7pt';
  font-weight: lighter;
  cursor: pointer;
}
.header-upper .header-left > .search-box span{
  padding-left: 1px;
  font-size: 15.4px;
  color: #ffffff;
  zoom: 0;
}
.header-upper .header-left > .search-box span:not(.search-popup){
  cursor: pointer;
}
.header-upper .img-container img:hover{
  opacity: 0.7;
  cursor:pointer;
}
.header-left .img-container  {
  margin: 0px 16px;
}
.header-left > .uniq {
  margin: 0px 16px;
  position: relative;
  cursor: pointer;
}
.header-left > .mobile-icon{
  display: none;
}
.header-upper.require{
  position: fixed;
  top: 0;
  transform: translateY(-100%);
}

/*** SEARCH BAR ***/

/*** SEARCHBAR UPPER ***/
.header-left .search-popup{
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 88vh;
  font-size: 15.4px;
  z-index: 4;
  padding: 60px 30px 20px;
  transition: transform 1s cubic-bezier(.19,1,.22,1), height 1s ease, -webkit-transform 1s cubic-bezier(.19,1,.22,1);
  background-color: #ffffff;
  animation: slideInFromTop 0.7s ease-out forwards;
  transform: translateY(0%);
}
.search-popup .close-searchpopup{
  position: fixed;
  top: 16px;
  right: 18px;
  width: 21.55px;
  height: 21.55px;
  cursor: pointer;
}
.search-popup .close-searchpopup::before{
  content: "";
  position: absolute;
  top: 3px;
  left: -3px;
  background-image: url(../images/close-b.svg);
  width: 17px;
  height: 17px;
  transform: rotate(-45deg);
  transition: all 0.5s ease; 
}
.search-popup .close-searchpopup:hover::before{
  transform: rotate(0deg);
  transition: all 0.5s ease;
}
.header-left .search-popup > .upper{
  width: 100%;
  background-color: #ffffff;
  text-align: center;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: center;
  color: #000000;
  height: auto;
}
.search-popup .upper .heading{
  margin-bottom: 30px;
  font-family: 'Times New Roman Cyr';
  text-transform: uppercase;
}
.search-popup .upper .input-row{
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 750px;
  margin: 0 auto 40px;
  border-bottom: 1px solid #d7d3d3;
  color: #222222;
  width: 100%;
  text-transform: uppercase;
  font-family: 'Nunito Sans 7pt';
}
.search-popup .upper .input-row .dropdown{
  color: #222;
  cursor: pointer;
  line-height: 2rem;
  display: block;
  flex: 2;
  border: none;
  width: 100%;
  max-width: calc(3.4em + 74px);
  text-overflow: ellipsis; 
  padding-right: 27px;
}
.input-row select:focus {
  outline: none;
  border-color: transparent;
}
.input-row input{
  flex: 12;
  padding: 0px 10px;
  border: none; 
  outline: none;
}
.input-row input[type=text]{
  line-height: 40px;
  font-size: 15px;
}
.input-row input::placeholder {
  color: #999;
}
.input-row img{
  flex-direction: 1;
  height: 20.016px;
  width: 20.016px;
}
.upper > .trending{
  width: 100%;
  margin-bottom: 38px;
}
.header-left .search-popup .trending > span {
  color: #222222;
  text-transform: uppercase;
  font-size: 15.6px;
  font-family: 'Nunito Sans 7pt';
  font-weight: 300;
}
.search-popup .trending  a {
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none; 
  padding: 5px 12px;
  background-color: #f3f3f3;
  line-height: 1;
  color: rgb(39, 38, 38); 
  opacity: 0.8;
  margin: 3px;
}
.search-popup .trending  a:hover {
  color: #fff;
  transition: all .2s ease-out;
  background-color:#c0a770;
}

/*** SEARCHBAR LOWER ***/
.search-popup .lower {
  color: #000000;
  visibility: visible;
  animation: topLong, fadIn;
  animation-duration: .6s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
  height: 300px;
  max-height: calc(100% - 180px);
  text-transform: uppercase;
  visibility: visible;
  overflow-x: hidden;
  overflow-y: auto;
}
.search-popup .lower::-webkit-scrollbar {
  display: none;
}
.lower .cat-heading {
 text-align: center;
 font-family: 'Times New Roman Cyr';
 margin-bottom: 3px;
}
.lower .product-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  padding-top: 5px;
}
.lower .product-section .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 230px; 
  height: 230px;
  margin: 20px;
}
.lower .product-section .card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lower .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
  padding-top: 27px;
}
.lower .btn button {
  width: 18%;
  text-align: center;
  color: #ffffff;
  background-color: #171831;
  border: 1px solid #171831;
  line-height: 1rem;
  font-size: 14px;
  padding: 10px 1px;
}
.lower .btn button:hover {
  color: #000000;
  background-color: transparent;
  transition: all .2s ease-out;
}

/*** CONTACT POPUP ***/
.contact.active + .overlayy{
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(24, 24, 24, .3);
  animation: fadeIn .3s;
  z-index: 3;
  cursor: pointer;
}
.contact.active {
  opacity: 1;
  visibility: visible;
  right: 0;
  width: calc(100% - 65px);
}
.contact {
  opacity: 0;
  visibility: hidden;
  right: -100%;
  position: fixed;
  top: 0;
  height: 100%;
  max-width: 375px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  background-color: #ffffff;
  color: #000;
  z-index: 8;
  font-family: 'Nunito Sans 7pt';
  transition: all .4s ease-in-out;
}
.contact-form {
  padding-top: 20px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  height: 100%;
  z-index: 8;
  background: #ffff;
  width: 100%;
}
.contact-form .form-header {
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.form-header::before {
  content: "";
  background-image: url(../images/contact.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 23px;  
  height: 23px;
}
.form-header::after{
  content: "My Account";
  font-size: 17.5px;
  font-weight: 300;
  cursor: pointer;
  padding: 1rem;
}
.contact-form .bottom-wrapper {
  height: 80%;
  min-height: calc(100% - 180px); 
  overflow-y: auto;
  overflow-x: hidden;
}
.contact-form .form-bottom {
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
}
.contact-form .tab {
  display: flex;
  justify-content: space-evenly;
  text-transform: uppercase;
  align-items: center; 
  border-bottom: 1px solid #000000;
  margin-bottom: 15px;
}
.contact-form .tab p{
  width: 173px;
  text-align: center;
  cursor: pointer;
  opacity: 0.8;
  font-weight: 300;
}
.contact-form .form-bottom label {
  display: block;
  margin-bottom: 5px;
  opacity: 0.8;
  font-weight: 300;
}
.contact-form .form-bottom input {
  width: 98%;
  padding: 1px 17.77px;
}
.contact-form .form-bottom input[type=email], 
.contact-form .form-bottom input[type=password]{
  line-height: 2rem;
}
.contact-form .close-contact {
  position: absolute;
  padding: 13px;
  border-radius: 50%;
  top: 0;
  left: -47px;
  line-height: 1;
  background: #ffffff;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px;
  cursor: pointer;
}
.contact-form .close-contact::before{
  content: "";
  position: absolute;
  background-image: url("../images/close-b.svg");
  background-position: center;
  width: 14px;
  height: 14px;
  opacity: 0.6;
}
.contact-form .remember {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 300;
  opacity: 0.8;
}
.contact-form .remember :first-child {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-form .remember :first-child span {
  padding-left: 6px;
}
.contact-form .remember a {
  text-decoration: underline;
}
.contact-form .login-btn {
  height: auto;
  font-size: .85rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  width: 100%;
  background-color: #171831;
  border-color: #171831;
  border-width: 1px;
  color: #fff;
  transition: all .2s ease-out;
  text-transform: uppercase;
}
.contact-form .login-btn:hover {
  background-color: #ffffff;
  color: #000000;
}

/*** UNIVERSE POPUP***/
.header-left .universe-i{
  display: flex;
  align-items: center;
  height: 100%;
}
.nav-sublist-dropdown {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  border: 1px solid #e1e1e1;
  padding: 0.6em 0;
  background-color: #ffffff;
  pointer-events: none;
  font-family: 'Nunito Sans 7pt';
  transform: translateY(5px);
  width: 16em;

}
.nav-sublist-dropdown li{
  position: relative;
  display: inline-block;
  width: 100%;
  line-height: 2em;
  transition: all .2s ease-out;
}
.nav-sublist-dropdown .item-link {
  color: #161616;
  font-size: 15.4px;
  font-weight: 400;
  cursor: pointer;
} 
.nav-sublist-dropdown li:hover{
   opacity: 0.5;
} 
.universe-icon:hover + .nav-sublist-dropdown,
.nav-sublist-dropdown:hover{
  opacity: 1;
  visibility: visible;
  z-index:2;
  top: 30px;
  transition: all 0.5s;
  transform: translateY(0px);
  pointer-events: auto;
  z-index: 8;
}

/*** MID SECTION ***/
.header-upper > .header-mid {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}
.header-mid img {
  width: 148px;
  height: 46px;
}

/*** RIGHT SECTION ***/
.header-upper > .header-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 1;
  transition: all .3s ease-in-out, top 0s;
}
.header-right .img-container {
  position: relative;
  margin: 0px 3px;
}
.header-right .img-container::before{
  content: '0';
  position: absolute;
  background-color: #c0a770;
  width: 14px;
  height: 14px;
  top: 0px;
  right: 8px;
  border: 1px transparent;
  border-radius: 50%;
  font-size: 0.6em;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.header-right .img-container > img {
  margin: 0px 15px;
}
.header-right .compareee,.header-right .wishlistt, .header-right .cartt {
  position: relative;
}

/*** COMPARE POPUP ***/

.compare.active + .overlayy,
.wishlist.active + .overlayy,
.cart.active + .overlayy{
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(24, 24, 24, .3);
  animation: fadeIn .3s;
  z-index: 3;
  cursor: pointer;
}
.compare.active {
  opacity: 1;
  visibility: visible;
  margin: 0;
  transition: all 0.3s ease-in-out; 
}
.compare {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  width: 360px;
  height: 100%;
  margin-right: -250px;
  padding: 30px;
  z-index: 8;
  color: #000;
  background-color: #fff;
  border-width: 0;
  display: flex;
  flex-wrap: wrap;
  text-transform: none;
  text-align: start;
  animation-duration: .3s;
  transition: all 0.3s ease-in-out; 
  font-family: 'Nunito Sans 7pt';
}
.compare .compare-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #fff;
  z-index: 8;
} 
.compare-box > span {
  line-height: 1;
  padding-top: 15px;
  text-transform: uppercase;
  cursor: pointer;
}
.compare-box .compare-content { 
  height: calc(100% - 50px);
  width: 100%;
}
.compare-box .compare-content > p { 
  padding-top: 30px;
  text-align: center;
}
.compare .compare-header{
  position: relative;
}
.compare .compare-icon {
  width: 24.63px;
  height: 24.63px;
}
.compare-header::before {
  content: "0";
  position: absolute;
  background-color: #e1e1e1;
  width: 14px;
  height: 14px;
  border: 1px solid transparent;
  border-radius: 50%;
  top: -1px;
  right: -4px;
  font-size: 0.6em;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 8;
}
.compare-header::after {
  content: "";
  background-image: url(../images/compare.svg);
  background-position: center;
  background-size: contain;
  width: 23px;
  height: 24px;
  margin-bottom: 2re;
  box-sizing: border-box;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 10px;
  left: 47%;
}
.compare .close-compare {
  position: absolute;
  padding: 13px;
  border-radius: 50%;
  top: -1px;
  left: -47px;  
  line-height: 1;
  background-color: #ffffff;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px;
  cursor: pointer;
  z-index: 8;
}
.compare .close-compare img {
  width: 12.31px;
  height: 12.31px;
}

/*** WISHLIST POPUP ***/

.wishlist.active {
  animation-duration: .3s;
  opacity: 1;
  visibility: visible;
  margin: 0;
  border-width: 0;
  padding: 30px;
  background-color: #fff;
  color: #000;
  width: 350px;
  z-index: 4;
  right: 0;
  font-family: 'Nunito Sans 7pt';
  transition: all 0.3s ease-in-out; 
}
.wishlist {
  margin-right: -150px;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  height: 100%;
  right: -119px;
  padding: 30px;
  height: 100%;
  background-color: #fff;
  color: #000;
  display: flex;
  flex-wrap: wrap;
  text-transform: none;
  text-align: start;
  transition: all 0.3s ease-in-out; 
}
.wishlist .wishlist-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
} 
.wishlist-box > span {
  line-height: 1;
  padding-top: 15px;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
}
.wishlist-box > span::after {
  content: "";
  position: absolute;
  width: 0;
  border-bottom: 1px solid #100e31;
  height: 3px;
  bottom: -3px;
  left: 0;
}
.wishlist-box > span:hover::after {
  width: 100%;
  right: 0;
  transition: width 0.5s ease 0.3s,left 2s ease 2s;
}
.wishlist-box .wishlist-content { 
  height: calc(100% - 50px);
  width: 100%;
}
.wishlist-box .wishlist-content > p { 
  padding-top: 30px;
  text-align: center;
}
.wishlist .wishlist-header{
  position: relative;
}
.wishlist .wishlist-i {
  width: 24.63px;  
  height: 24.63px;
}
.wishlist-header::before {
  content: "0";
  position: absolute;
  background-color: #e1e1e1;
  width: 14px;
  height: 14px;
  border: 1px solid transparent;
  border-radius: 50%;
  top: -2px;
  right: -7px;
  font-size: 0.6em;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 8;
}
.wishlist-header::after {
  content: "";
  background-image: url(../images/like.svg);
  background-position: center;
  background-size: contain;
  width: 23px;
  height: 24px;
  margin-bottom: 2re;
  box-sizing: border-box;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 10px;
  left: 47%;
  cursor: pointer;
}

.wishlist .close-wishlist {
  position: absolute;
  padding: 13px;
  border-radius: 50%;
  top: 0px;
  left: -48px;  
  line-height: 1;
  background-color: #ffffff;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px;
  cursor: pointer;
}
.wishlist .close-wishlist img {
  width: 12.31px;
  height: 12.31px;
}

/*** CART POPUP ***/

.cart.active {
  animation-duration: .3s;
  width: 361px;
  opacity: 1;
  visibility: visible;
  margin: 0;
  border-width: 0;
  padding: 30px;
  background-color: #fff;
  color: #000;
  z-index: 4;
  right: 0;
  transition: all 0.3s ease-in-out; 
}
.cart {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  padding: 30px;
  height: 100%;
  right: -148px;
  margin-right: -150px; 
  background-color: #fff;
  color: #000;
  display: flex;
  flex-wrap: wrap;
  text-transform: none;
  text-align: start;
  font-family: 'Nunito Sans 7pt';
  transition: all 0.3s ease-in-out; 
}
.cart .cart-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
} 
.cart-box > span {
  line-height: 1;
  padding-top: 15px;
  text-transform: uppercase;
  cursor: pointer;
}
.cart-box .cart-content { 
  height: calc(100% - 50px);
  width: 100%;
  text-align: center;
}
.cart-box .cart-content > p { 
  padding-top: 30px;
  text-align: center;
}
.cart-box .cart-content a {
  font-size: 14px;
  text-transform: uppercase;
  border-width: 1px;
  border-radius: 0;
  border-style: solid;
  border-color: #171831;
  width: 194px;
  transition: all 0.4s ease;
}
.cart-box .cart-content a:hover {
  color: #ffffff;
  background-color: #171831;
  border-color: #171831;
}
.cart-box .cart-content a span {
  font-size: 14px;
  text-transform: uppercase;
}
.cart .cart-header{
  position: relative;
}
.cart-header::before {
  content: "0";
  position: absolute;
  background-color: #e1e1e1;
  width: 14px;
  height: 14px;
  border: 1px solid transparent;
  border-radius: 50%;
  top: -2px;
  right: -5px;
  font-size: 0.6em;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 8;
}
.cart-header::after {
  content: "";
  background-image: url(../images/cart.svg);
  background-position: center;
  background-size: contain;
  width: 23px;
  height: 24px;
  margin-bottom: 2re;
  box-sizing: border-box;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 10px;
  left: 47%;
  cursor: pointer;
}
.cart .cart-i {
  width: 24.63px;  
  height: 24.63px;
}
.cart .close-cart {
  position: absolute;
  padding: 13px;
  border-radius: 50%;
  top: 0px;
  left: -48px;  
  line-height: 1;
  background-color: #ffffff;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px;
  cursor: pointer;
}
.cart .close-cart img {
  width: 12.31px;
  height: 12.31px;
}

.compare .close-compare::before ,
.wishlist .close-wishlist::before ,
.cart .close-cart::before {
  content: "";
  position: absolute;
  background-image: url(../images/close-b.svg);
  background-position: center;
  width: 13px;
  height: 13px;
  opacity: 0.7;
}

/*** HEADER LOWER ***/
.header-lower-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0px;
  width: 100%;
  z-index: 2;
}
.header-lower-wrapper.sticky{
  position: fixed;
  top: 0;
  transform: translateY(-100%);
}
.header-lower-wrapper.sticky-sub{
  transform: translateY(0%);
  transition: 0.5s ease-in-out; 
  background-color: #171831;
  z-index: 3;
}
.header-lower-wrapper .header-lower{
  max-height: 60px;
}
.header-lower-menu-items {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.header-lower-menu-items li {
  letter-spacing: 1;
}
.header-lower-menu-items a {
  display: inline-block;
  font-family: 'Nunito Sans 7pt';
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  letter-spacing: 2px;
  margin-right: 20px;
  margin-left: 20px;
  padding: 20px 33px 18px; 
}
.header-lower-wrapper a:hover {
  color: #c0a770;
  transition: all .2s ease-out;
}

/* MEGA MENU*/
.header-lower-menu-items .lower-list-item .mega-menulist {
  position: absolute;
  background: red;
  visibility: hidden;
  opacity: 0;
  background-color: #ffffff;
  box-shadow: 0px 9px 14px -4px rgba(41,41,41,1);
  border-radius: 10px;
  color: black;
  transform: translateY(0%);
  transition: all 0.5s;
}
.header-lower-menu-items .lower-list-item:hover .mega-menulist {
  opacity: 1;
  visibility: visible;
  transform: translateY(-8%);
  cursor: pointer;
  height: auto;
  transition: opacity 0.5s, visibility 0.5s; 
}
.header-lower-menu-items .lower-list-item:not(:hover) ul::before{
  display: none;
}
.header-lower-menu-items ul::before{
  position: absolute;
  top: -4.5%;
  left: 40%;
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgb(255, 255, 255); 
}
.header-lower-menu-items ul{
  padding-left: 0;
  margin-bottom: 0;
}
.mega-menulist li{
  border-radius: 10px;
}
.mega-menulist li:hover{
  background-color: rgb(250, 243, 233);
  opacity: 0.6;
}
.mega-menulist li a{
  color: #100e31;
  font-size: 0.8em;
  padding: 17px;
  letter-spacing: 1px;
}

/*** MOBILE MENU (SIDEBAR FOR MOBILE VIEW)***/
.mobile-menu.active + .overlayy{
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(24, 24, 24, .3);
  animation: fadeIn .3s;
  z-index: 3;
  cursor: pointer;
}
.mobile-menu.active{
  visibility: visible;
  opacity: 1;
  left: 0;
  margin: 0;
  transition: all .5s ease-in-out;
  justify-content: center;
  max-width: 300px;
  z-index: 8;
}
.mobile-menu {
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  position: fixed;
  top: 0;
  height: 100%;
  max-width: 300px;
  width: calc(100% - 64px);
  margin-left: -150px;
  background-color: #171831;
  color: rgb(255, 255, 255);
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  padding: 30px 20px;
  transition: all 0.3s ease-out;
  font-family: 'Nunito Sans 7pt';
  font-weight: 200;
}
.mobile-menu .mobile-menu-content-wrapper{
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  max-height: 100%;
  height: 100%;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14.98px;
}
.mobile-menu-content-wrapper::-webkit-scrollbar {
  display: none;
}
.mobile-menu-content-wrapper .close-menu {
  position: absolute;
  top: 0;
  left: 100%;
  background-color: #ffffff;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 9px;
}
.close-menu::before {
  content: '';
  position: absolute;
  background-image: url(../images/close-b.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  opacity: 0.8;
  cursor: pointer;
}
.log-section{
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.log-section img{
  width: 148px;
  height: 50px;
}
.mobile-menu-content-wrapper .search-section {
  display: flex;
  align-items: center;
  background-color: rgb(238, 238, 238);
}
.search-section input{
  width: calc(100% - 24px);
  padding: 0 1.07em; 
  height: 40px;
  line-height: 20px;
}
.search-section input[type="text"] {
  border: none;
  outline: none;
  background-color: transparent; 
}
.search-section input::placeholder {
  font-size: 13px;
  font-family: 'Nunito Sans 7pt';
}
.search-section span{
  cursor: pointer;
}
.search-section span img{
  opacity: 0.5;
  width: 14px;
  height: 14px;
}
.mobile-menu-content-wrapper .nav-links ul {
  padding-left: 0px;
  margin-top: 10px;
}
.mobile-menu-content-wrapper .nav-links ul li {
  display: flex;
  flex-wrap: wrap;
  color: currentColor;
  flex-basis: 100%;
  align-items: center;
  padding: 0;
  width: 100%!important;
}
.nav-links ul li a{
  position: relative;
  width: 100%;
  font-size: 100%;
  color: currentColor;
  margin: 0;
  padding: 10px 0;
  white-space: normal;
  border: none;
  background: 0 0;
  border-radius: 0;
}
.icon-section .icon-item{
  display: flex;
}
.icon-section .icon-item img{
  height: 14.7px;
}
.icon-item  p {
  padding-left: 5px;
}

/*** SWIPER SLIDER***/

.swiper {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.main-swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.main-swiper .swiper-slide .background-img {
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.main-swiper .swiper-slide .slide-content{
  position: absolute;
  color: white;
  max-width: 60%;
  margin-right: 340px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: start;
  text-align: left ;
  font-family: 'Nunito Sans 7pt';
  padding: 90px 15px 0px;
  letter-spacing: -0.5px;
  cursor: pointer;
}
.slide-content .slide-subheading{
  color: #c0a770;
  font-family: nunito, Sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 5px;  
  opacity: 0.8;
}
.slide-content .slide-heading{
  margin-bottom: 15px;
  color: #fff;
  font-family: 'Times New Roman Cyr';
  font-size: 62px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
}
.slide-content .slide-description{
  text-align: start;
  font-size: 0.9rem;
  font-weight: 100;
  margin-bottom: 30px;
  width: 90%;
}
.slide-content .discover-btn{
  display: inline-block;
  font-family: 'Nunito Sans 7pt';
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: #fff;
  background-color: #02010100;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 0 0 0 0;
  padding: 14px 32px;
  transition:all 0.4s ease;
}
.slide-content .discover-btn:hover{
  color: #171831;
  background-color: #fff;
  border-color: #fff;
  transition: all .3s;
}
.main-swiper .swiper-button-next,
.main-swiper .swiper-button-prev {
  position: absolute;
  color: rgb(255, 255, 255);
}
.main-swiper .swiper-button-next::after,
.main-swiper .swiper-button-prev::after {
 font-size: 30px;
 font-weight: lighter;
}
.swiper-pagination-bullet {
 background-color: rgb(172, 167, 167); 
}
.swiper-pagination-bullet-active {
 background-color: rgb(255, 255, 255); 
}
.swiper-pagination-horizontal{
  margin-bottom: 1rem;
}

/*** DIAMOND TYPES SECTION ***/

.diamond-section{
  max-width: 1326px;
  min-height: 10px;
  background-color: #FFF9F2;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 10px;
  padding-top: 10px;
}
.diamond-section .box-wrapper{
  position: relative;
  display: flex;
  justify-content: space-around;
  height: 150px;
  overflow-y: auto;
  width: 100%;
}
.diamond-section .box-wrapper::-webkit-scrollbar{
 display: none;
}
.diamond-section .box-wrapper .outer-box{
  position: absolute;
  height: 100px;
  width: 100px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  transform: translateY(31px);
  transition: transform 0.5s;
}
.box-wrapper .outer-box .img-box{
  margin-bottom: 10px;
}
.diamond-section .box-wrapper .inner-box{
  height: 100px;
  width: 100px;
  position: absolute;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;  
  transform: translateY(158px);
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}
.box-wrapper:hover .outer-box {
  transition: transform 0.4s ease-in-out;
  transform: translateY(-158px);
  opacity: 0.5;
}
.box-wrapper:hover .outer-box p {
  font-family: 'Nunito Sans 7pt';
  font-weight: 200;
}
.box-wrapper:hover .inner-box {
  transform: translateY(31px); 
  transition: transform 0.4s ease-in-out;
  opacity: 1;
  visibility: visible;
}
.diamond-section a{
  text-decoration:underline!important;
  cursor: pointer;
}

/*** OFFER BANER SECTION ***/

/*** FIRST-BANNER ***/
.offers-section {
  margin-top: 80px;
  display: flex;
  align-items: center;
  padding: 6px;
}
.offers-section .offer-details {
  width: 50%;
  text-align: center;
  animation: fadeLeft 2s ease-out;
  transition: opacity .3s ease-in-out;
  flex-shrink: 2;
}
.offer-details .sub-heading {
  font-family: 'Nunito Sans 7pt';
  text-transform: uppercase;
  color: #c0a770;
  font-size: 12px;
}
.offer-details .heading {
  font-family: 'Times New Roman Cyr';
  font-size: 28px;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.offer-details .divider {
  text-align: center;
  margin: 0 auto;
}
.offer-details .divider::before {
  content: '';
  display: inline-block;
  width: 49px;
  margin: 0 10px;
  border-top: 1px solid black;
}
.offer-details .description {
  color: #555555;
  font-family: 'Nunito Sans 7pt';
  font-weight: 400;
  line-height: 44px;
  margin: 15px 0px 20px 0px;
  font-size: 15px;
  letter-spacing: -0.2px;
}
.offer-details .button {
  width: auto;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.offer-details .button a {
  font-family: "Nunito", Sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #100e31;
  background-color: #bd121200;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #100E31;
  border-radius: 0px 0px 0px 0px;
  padding: 14px 33px 14px 33px;
}
.offer-details .button .has-fill{
  position: relative;
}
.offer-details .button .has-fill:before {
  content: '';
  font-family: "Nunito", Sans-serif;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  transition: all .25s;
  background-color: #171831;
  border-color: #100e31;
  color: #fff;
}
.offer-details .button a:hover{
  color: #fff;
  border-color: #100e31; 
}
.offer-details .button a:not(:hover)::before{
  top: 100%;
}
.button a span {
  text-transform: uppercase;
}
.offers-section .offer-images {
  display: flex;
  align-items: center;
  justify-content: right;
  animation: fadeRight 2s ease-in;
  transition: opacity .3s ease-in-out;
  flex-shrink: 3;
}
.offer-images img{
  width: 88%;
  opacity: 1;
}
.offer-images .offer-left-image {
  position: relative;
  width: 45%;
}
.offer-images .offer-left-image .left-hotspot{
  position: absolute;
  width: 18px;
  height: 18px;
  background-color: rgb(236, 236, 236);
  color: black;
  border-radius: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 57%;
  left: 14%;
  cursor: pointer;
}
.offer-left-image .hotspot-icon p,
.offer-right-image .hotspot-icon p {
  width: 12px;
  height: 12px;
  opacity: 0.4;
}
.offer-left-image .animated-section::before {
  content: '';
  background: #ffffff;
  position: absolute;
  top: 55.5%;
  left: 12%;
  background-size: 400%;
  z-index: 2;
  filter: blur(1px);
  width: 30px;
  height: 30px;
  animation: glowing 2s linear infinite;
  transition: opacity .3s ease-in-out;
  border: 2px solid #ffffff;
  border-radius: 10px;
  border-radius: 50%;
}

/*** Tooltip ***/

.offer-left-image .tooltip::before {
  position: absolute;
  top: 55%;
  left: -6%;
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent; 
  border-bottom: 10px solid rgb(255, 255, 255);
  transform: rotate(-90deg);
}
.offer-left-image .tooltip{
  left: 22%;
  position: absolute;
  top: 14%;
  display: flex;
  z-index: 1;
  width: 70%;
  height: 80%;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s, opacity 0.2s ease;
  transition: all .3s linear;
  box-shadow: 0px 7px 14px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.offer-left-image .tooltip .tooltip-box{
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.tooltip .tooltip-bottom {
  font-family: 'Times New Roman Cyr';
  text-transform: uppercase;
}
.tooltip .tooltip-bottom .tooltip-name {
  margin-bottom: 5px;
}
.tooltip .tooltip-bottom .price{
  color: #C0A770;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 15px;
}
.offer-left-image .left-hotspot:hover + .tooltip{
  opacity: 1;
  visibility: visible;
}
.offer-right-image .tooltip::before{
  position: absolute;
  top: 51.5%;
  left: 97%;
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent; 
  border-bottom: 10px solid rgb(255, 255, 255);
  transform: rotate(90deg);
}
.offer-right-image .tooltip{
  left: -26%;
  position: absolute;
  top: 2%;
  display: flex;
  z-index: 1;
  width: 70%;
  height: 80%;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s, opacity 0.2s ease;
  box-shadow: 0px 7px 14px 0px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  transition: all 0.3s linear;
}
.offer-right-image .tooltip .tooltip-box{
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.offer-images .offer-right-image {
  position: relative;
  width: 45%;
}
.offer-images .offer-right-image .right-hotspot {
  position: absolute;
  width: 18px;
  height: 18px;
  background-color: rgb(236, 236, 236);
  color: black;
  border-radius: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 43%;
  left: 46%;
  cursor: pointer;
}
.offer-right-image .animated-section::before {
  content: '';
  background: #ffffff;
  position: absolute;
  top: 41.5%;
  left: 44%;
  background-size: 400%;
  z-index: 2;
  filter: blur(1px);
  width: 30px;
  height: 30px;
  animation: glowing 2s linear infinite;
  transition: opacity .3s ease-in-out;
  border: 2px solid #ffffff;
  border-radius: 10px;
  border-radius: 50%;
}
.offer-right-image .right-hotspot:hover + .tooltip{
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease;
}

/*** SECOND-BANNER ***/

.offer-section-wrapper .offer-section-2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.offer-section-2 .banner-left {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 2;
  animation: slighMoveLR 2s ease-in;
  transition: opacity .3s ease-in-out;
}
.banner-left .left-image-section {
  position: relative;
  width: 45%;
}
.left-image-section .left-hotspot {
  position: absolute;
  top: 54%;
  left: 24%;
  width: 18px;
  height: 18px;
  background-color: rgb(255 255 255);
  color: black;
  border-radius: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
} 
.left-image-section .image-wrapper::before {
  content: '';
  background: #ffffff;
  position: absolute;
  top: 52.5%;
  left: 22%;
  width: 30px;
  height: 30px;
  background-size: 400%;
  z-index: 2;
  filter: blur(1px);
  animation: glowing 2s linear infinite;
  transition: opacity .3s ease-in-out;
  border: 2px solid #ffffff;
  border-radius: 10px;
  border-radius: 50%;
}
.left-image-section .tooltip::before{
  position: absolute;
  top: 55%;
  left: -6%;
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent; 
  border-bottom: 10px solid rgb(255, 255, 255);
  transform: rotate(-90deg);
}
.left-image-section .tooltip{
  left: 32%;
  position: absolute;
  top: 11%;
  display: flex;
  z-index: 1;
  width: 70%;
  height: 80%;
  opacity: 0;
  visibility: visible;
  transition: visibility 0s, opacity 0.2s ease;
  box-shadow: 0px 7px 14px 0px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  transition: all .3s linear;
}
.left-image-section .tooltip .tooltip-box{
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.left-image-section img,
.right-image-section img {
  width: 88%;
}
.banner-left .right-image-section {
  width: 45%;
  position: relative;
}
.right-image-section .image-wrapper::before {
  content: '';
  background: #ffffff;
  position: absolute;
  top: 37.5%;
  left: 18%;
  background-size: 400%;
  z-index: 2;
  filter: blur(1px);
  width: 30px;
  height: 30px;
  animation: glowing 2s linear infinite;
  transition: opacity .3s ease-in-out;
  border: 2px solid #ffffff;
  border-radius: 10px;
  border-radius: 50%;
}
.right-image-section .tooltip::before{
  position: absolute;
  top: 50%;
  left: -6%;
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent; 
  border-bottom: 10px solid rgb(255, 255, 255);
  transform: rotate(-90deg);  
}
.right-image-section .tooltip{  
  left: 28%;
  position: absolute;
  top: 0%;
  display: flex;
  z-index: 1;
  width: 70%;
  height: 80%;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s, opacity 0.2s ease;
  box-shadow: 0px 7px 14px 0px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  transition: all .3s linear;
}
.right-image-section .tooltip .tooltip-box{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.right-image-section .right-hotspot {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 39%;
  left: 20%;
  background-color: rgb(236, 236, 236);
  color: black;
  border-radius: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.left-image-section .left-hotspot p,
.right-image-section .right-hotspot p {
  width: 12px;
  height: 12px;
  opacity: 0.6;
}
.left-image-section .left-hotspot:hover + .tooltip,
.right-image-section .right-hotspot:hover + .tooltip {
  opacity: 1;
  visibility: visible;
}
.offer-section-2 .banner-right {
  width: 50%;
  text-align: center;
  flex-shrink: 1;
  animation: fadeRight 2s ease-out;
  transition: opacity .3s ease-in-out;
} 
.offers-section .banner-detail {
  width: 50%;
  text-align: center;
  animation: fadeLeft 2s ease-out;
  transition: opacity .3s ease-in-out;
  flex-shrink: 2;
}
.banner-detail .sub-heading {
  font-family: 'Nunito Sans 7pt';
  text-transform: uppercase;
  color: #c0a770;
  font-size: 12px;
}
.banner-detail .heading {
  font-family: 'Times New Roman Cyr';
  font-size: 28px;
  margin-bottom: 6px;
  text-transform: uppercase;
  padding-right: 25px;
}
.banner-detail .divider {
  text-align: center;
  margin: 0 auto;
}
.banner-detail .divider::before {
  content: '';
  display: inline-block;
  width: 49px;
  margin: 0 10px;
  border-top: 1px solid black;
}
.banner-detail .description {
  color: #555555;
  font-family: 'Nunito Sans 7pt';
  font-weight: 400;
  line-height: 44px;
  margin: 15px 0px 20px 0px;
  font-size: 15px;
  letter-spacing: -0.2px;
}
.banner-detail .button {
  width: auto;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-detail .button a {
  font-family: "Nunito", Sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #100e31;
  background-color: #bd121200;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #100E31;
  border-radius: 0px 0px 0px 0px;
  padding: 14px 33px 14px 33px;
}
.banner-detail .button .has-fill{
  position: relative;
}
.banner-detail .button .has-fill:before {
  content: '';
  font-family: "Nunito", Sans-serif;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  transition: all .25s;
  background-color: #171831;
  border-color: #100e31;
  color: #fff;
}
.banner-detail .button a:hover{
  color: #fff;
  border-color: #100e31; 
}
.banner-detail .button a:not(:hover)::before{
  top: 100%;
}

/*** EXPLORE-SECTION ***/

/* EXPLORE-UPPER */
.explore-section-wrapper{
  margin: 80px 20px 0px 25px;
}
.explore-section-wrapper .explore-section{
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
  gap: 20%;
}
.explore-section .explore-upper{
  text-align: center;
}
.explore-upper .sub-heading{
  font-family: 'Nunito Sans 7pt';
  text-transform: uppercase;
  color: #c0a770;
  font-size: 12px;
  margin-bottom: 8px;
}
.explore-upper .heading{
  font-family: 'Times New Roman Cyr';
  margin-bottom: 6px;
  text-transform: uppercase;
  color: #100E31;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.3em;
}
.explore-upper .divider {
  text-align: center;
  margin: 0 auto;
  padding-top: 5px;
}
.explore-upper .divider::before {
  content: '';
  display: inline-block;
  width: 49px;
  margin: 0 10px;
  border-top: 1px solid black;
}

/* EXPLORE-LOWER */
.explore-section .explore-lower{
  width: 100%;
}
.explore-lower .explore-swiper{
  position: relative;
}
.explore-lower .swiper-button-next,
.explore-lower .swiper-button-prev{
  color: rgb(0, 0, 0);
}
.explore-lower .swiper-button-next::after,
.explore-lower .swiper-button-prev::after {
  /* font-size: 30px;
  font-weight: lighter; */
  font-size: 26px;
  font-weight: lighter;
  opacity: 0.8;
}
.explore-lower .swiper-button-next{
  right: 40px;
  top: 49%;
}
.explore-lower .swiper-button-prev{
  top: 49%;
  left: 40px;
}
/* SLIDE-CONTENT */
.explore-lower .swiper .swiper-slide {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-size: 18px;
  height: auto;
  width: 300px;
  margin-right: 1px;
  text-align: center;
}
.explore-lower .swiper-slide .slide-top .img-card{
  position: relative;
  margin-bottom: 10px;
  width: 100%;
  padding: 0 15px;
}
.slide-top .img-card > img{
  width: 100%;
}
.slide-top .img-card .hover-img{
  opacity: 0;
  visibility: hidden;
  display: none;
}
.img-card:hover .init-img {
  opacity: 0;
  visibility: hidden;
  display: none;
}
.img-card:hover .hover-img{
  opacity: 1;
  visibility: visible;
  display: block;
}
.icon-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 25px;
  grid-column-gap: 2px;
  grid-row-gap: 1px;
  transform: translateY(122%);
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease-in-out;
}
.icon-container img{
  width: 1rem;
  height: 1rem;
  vertical-align: baseline;
}
.img-card:hover .icon-container{
  opacity: 1;
  visibility: visible;
  transform: translateY(-98%);
  width: 85%;
  margin: 0 auto;
}
.icon-container span:hover{
  border: 1px transparent;
  cursor: pointer;
  background: #d9d9d9;
  border-radius: 2px;
  transition: all 0.6s ease;
}
.swiper-slide .slide-bottom .product-name{
  font-family: 'Times New Roman Cyr';
  color: #100E31;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}
.slide-bottom .price{
  font-family: 'Nunito Sans 7pt';
  font-size: 14px;
  font-weight: 400;
  color: #C0A770;
  margin-bottom: 8px;
}
.slide-bottom .description{
  line-height: 3ex;
  overflow: hidden;
  font-family: 'Nunito Sans 7pt';
  font-size: 13px;
  opacity: 0.8;
}

/*** SHOPNOW BANNER ***/

.shopnow-banner-wrapper{
  width: 100%;
  margin-bottom: 25px;
  margin-top: 50px;
}
.shopnow-banner .content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  color: aliceblue;
  background-image: url("../images/quickbannerimage.jpeg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 70px 0;
  transition: all 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.content .shoptimer .clock-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  font-family: 'Nunito Sans 7pt';
  margin-bottom: 10px;
}
.shoptimer .clock-box .day-box{
  background-color: #02010100;
}
.clock-box .day-box, .hour-box, .minute-box, .second-box{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-transform: uppercase;
}
.day-box > span:last-child,
.hour-box > span:last-child,
.minute-box > span:last-child,
.second-box > span:last-child {
  font-size: 10px;
  font-weight: 300;
}
.day-box > span:first-child,
.hour-box > span:first-child,
.minute-box > span:first-child,
.second-box > span:first-child {
  color: #FFFFFF;
  font-family: "Nunito sans 7pt";
  font-size: 35px;
  font-weight: 200;
  line-height: 35px;
}
.content .shopnow-heading {
  margin-bottom: 8px;
}
.content .shopnow-heading h2 {
  font-family: 'Times New Roman Cyr';
  text-transform: uppercase; 
  font-size: 28px;
  text-align: center;
}
.content .button {
  width: 100%;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content .button a {
  font-family: "Nunito", Sans-serif;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  background-color: #E1E1E100;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
  padding: 12px 30px 12px 30px;
  z-index: 2; 
  transition: all .25s;
}
.content .button a:not(:hover){
  color: #FFFFFF; 
}
.content .button .has-fill{
  position: relative;
}
.content .button .has-fill:before {
  content: '';
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  background-color: #ffffff;
  transition: 0.2s ease;
}
.content .button a:hover{
  color: #000;
}
.content .button a:hover:before{
  top: 0;
}

/*** LOGO SWIPER ***/
.logoswiper-wrapper{
  position: relative;
  width: 100%;
  margin-top: 65px;
}
.logo-swiper{ 
  padding: 0;
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}
.logo-swiper .swiper-wrapper{
  margin: 0 auto;
}
.logo-swiper .swiper-slide{
  padding: 15px;
  text-align: center;
}
.logoswiper-wrapper .swiper-button-next,
.logoswiper-wrapper .swiper-button-prev {
  position: absolute;
  color: rgb(0, 0, 0);
}
.logoswiper-wrapper .swiper-button-next{
  right: -32px;
  transition: all 0.5s;
}
.logoswiper-wrapper .swiper-button-prev{
  left: -32px;
  transition: all 0.5s;
}
.logoswiper-wrapper .swiper-button-next::after,
.logoswiper-wrapper .swiper-button-prev::after {
  font-size: 30px;
  font-weight: lighter;
  opacity: 0.8;
  
}
.logoswiper-wrapper:hover .swiper-button-next{
  right: 30px;
  cursor: pointer;
}
.logoswiper-wrapper:hover .swiper-button-prev {
  left: 30px;
  cursor: pointer;
}

/*** BEST CATEGORIES SECTION ***/

.best-categories{
 margin-top: 70px;
}
.best-categories .categories-upper{
  text-align: center;
} 
.categories-upper .sub-heading{
  font-family: 'Nunito Sans 7pt';
  text-transform: uppercase;
  color: #c0a770;
  font-size: 12px;
  margin-bottom: 8px;
}
.categories-upper .heading{
  font-family: 'Times New Roman Cyr';
  font-size: 28px;
  margin-bottom: 6px;
  text-transform: uppercase;
  color: #100E31;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.3em;
}
.categories-upper .divider {
  text-align: center;
  margin: 0 auto;
  padding-top: 5px;
  padding-bottom: 14px;
}
.categories-upper .divider::before {
  content: '';
  display: inline-block;
  width: 49px;
  margin: 0 10px;
  border-top: 1px solid black;
}
.best-categories .categories-lower{
  position: relative;
  padding-top: 5px;
}
.categories-lower .categories-swiper .swiper-wrapper{
  margin: 0 auto;
  text-align: center;
}
.categories-lower .swiper-slide{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.categories-lower .swiper-slide .imgbox{
  width: 80%;
  overflow: hidden;
  transition: all 0.5s;
}
.categories-lower .swiper-slide .imgbox img{
  width: 100%;
  transition: all 0.5s;
}
.categories-lower .categories-slide:hover .imgbox img{
  transform: scale(1.2  );
  cursor: pointer;
  transition: all 0.5s;
}
.categories-lower .swiper-slide .product-detail{
  text-align: center;
  padding: 15px;
  width: 80%;
}
.product-detail h4{
  font-family: var(--Roman);
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.product-detail p{
  font-family: var(--Nunito);
  font-size: 15px;
  font-weight: 300;
  color: #222222;
}
.categories-lower .swiper-button-next,
.categories-lower .swiper-button-prev {
  position: absolute;
  color: rgb(0, 0, 0);
}
.categories-lower .swiper-button-next::after,
.categories-lower .swiper-button-prev::after {
  font-size: 30px;
  font-weight: lighter;
  opacity: 0.8;
}

/*** NEWSLETTER SECTION ***/

.newsletter-section-wrapper{
  background-color: #100E31;
  margin-top: 50px;
}
.newsletter-section{
  display: flex;
  justify-content: space-around;
  align-items: center;
  min-height: 120px;
  margin: 0 auto;
  text-align: center;
}
.newsletter-heading, .quick-search, .followus-section{
  flex-basis: calc(100% / 3);
  padding: 15px;
}
.newsletter-section .newsletter-heading h3{
  font-family: var(--Roman);
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.newsletter-section .quick-search p{
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.newsletter-section .quick-search .email-input{
  width: calc(100% - 20%);
}
.newsletter-section .followus-section span{
  width: 80%;
  text-align: right;
}
.quick-search .btn-input{
  font-family: var(--Nunito);
  text-transform: uppercase;
}
.quick-search input[type=email]{
  background-color: transparent;
  border-color: white;
  color: white;
  padding: 0 16px;
  border-width: 1px;
  font-size: 13px;
  line-height: 32px;
  border-right: none;
}
.quick-search input:focus{
  outline: none;
}
.quick-search input::placeholder{
  font-family: var(--Nunito);
}
.quick-search input[type=submit]{
  padding-right: 15px;
  padding-left: 15px;
  border-style: solid;
  background-color: #fff;
  color: #100E31;
  border-color: #e1e1e1;
  letter-spacing: 2.5px;
  font-size: 14px;
  min-width: 128px;
  line-height: 2.14;
  border-left: none;
  transition: all 0.5s;
  border-width: 1px;
}
.quick-search .btn-input:hover{
  background-color: #C0A770;
  color: #e0e0e0;
}
.newsletter-section .followus-section span{
  font-family: var(--Nunito);
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 200;
  text-wrap: nowrap;
}
.followus-section .iconbar{
  width: 70%;
  display: flex;
  justify-content: space-evenly;
  font-size: 23px;
  gap: 18px;
}
.followus-section {
  display: flex;
  gap: 8%;
  align-items: center;
}
.followus-section a{
  color: #ffffff;
  border: 1px solid transparent;
  border-radius: 50%;
  background-color: white;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  transition: all 0.5s;
}
.followus-section .iconbar a::before {
  content: "";
  position: absolute;
  background-image: url(../images/newslettericons/icons8-facebook.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.iconbar a:hover::before{
  filter: brightness(0) invert(1);
}
.iconbar a:hover {
  background-color: #C0A770;
}
.iconbar a:nth-child(1)::before {
  background-image: url(../images/newslettericons/icons8-facebook.svg);
}
.iconbar a:nth-child(2)::before {
  background-image: url(../images/newslettericons/icons8-instagram.svg);
}
.iconbar a:nth-child(3)::before {
  background-image: url(../images/newslettericons/icons8-youtube-logo.svg);
}
.iconbar a:nth-child(4)::before {
  background-image: url(../images/newslettericons/icons8-telegram.svg);
}

.footer-img{
  text-align: center;
  margin-top: 58px;;
}
.footer-img img{
  width: 148px;
  height: 50px;
}
.footer-nav{
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-nav-items{
  width: 80%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 15px;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.footer-nav-items a{
  font-family: var(--Nunito);
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #100E31;
  transition: color 0.3s;
  text-wrap: nowrap;
  display: inline-block;
  padding: 5px;
}
.footer-nav-items a:hover{
  color: #C0A770;
  cursor: pointer;
}
.payment-image-section{
  text-align: center;
  margin-bottom: 40px;
  margin-top: 13px;
}

/*** FOOTER ***/
.footer-bottom{
  text-align: center;
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  border-color: #E1E1E1;
}
.footer-content{
  font-family: var(--Nunito);
  text-align: center;
  color: #100E31;
  font-size: 14px;
  font-weight: 300;
  padding: 23px;
}
.footer-content a{
  color: inherit;
}

/*** STICKY PANEL ***/
.sticky-purchase{
  position: fixed;
  right: 10px;
  bottom: calc(70% - 95px);
  color: #fff;
  background-color: transparent;
  z-index: 3;
}
.sticky-purchase ul{
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 3px;
}
.sticky-purchase ul li{
  list-style: none;
}
.sticky-purchase .purchase-items{
  font-family: var(--Nunito);
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.9em;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(255,255,255,.3);
  font-size: 16px;
  padding: 1px;
  cursor: pointer;
}
.sticky-purchase .purchase-items:first-child{
  background: #222;
  margin-bottom: 8px;
}
.sticky-purchase .purchase-items:last-child{
  background: #1fa360;
}
.sticky-purchase .purchase-items:first-child span:last-child,
.sticky-purchase .purchase-items:last-child span:last-child {
  font-size: 12px;
  padding: 0 5px;
}

/*** BACK TO TOP ***/
.back-top.active{
  visibility: visible;
  opacity: 1;
  transform: translateY(0%);
  transition: all 0.3s linear;
  cursor: pointer;
}
.back-top {
  visibility: hidden;
  opacity: 0;
  width: 46px;
  height: 46px;
  position: fixed;
  right: 8px;
  bottom: 6%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 8;
  margin-right: 1em;
  transform:translateY(50%);
  transition: all 0.3s linear;
}
.back-top .progress-value{
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(99% - 3px);
  height: calc(99% - 3px);
  border-radius: 50%;
  background-color: #fffafa;
}
.progress-value::before {
  content: "";
  background-repeat: no-repeat;
  background-image: url(../images/icons8-arrow-25.png);
  display: flex;
  justify-content: center;
  background-size: contain;
  width: 18px;
  height: 18px;
  transition: all 0.5s;
}
.progress-value:hover::before{
  padding-bottom: 25px;
  transition: all 0.5s;
}

@media (max-width:991px) {
/*** HEADER UPPER ***/
  .header-upper{
  max-width: 750px;
  } 
  .header-left .img-container  {
    margin: 0px 10px;
  }
  .header-left .mobile-icon{
    display: block;
  }
  .header-upper .header-left > :first-child {
  display: none;
  }
  .header-upper .desktop-icon{
    display: none;
  }
  .header-right .img-container::before{
    top: 0;
    right: 0;
  }
  .header-left > :last-child {
    position: relative;
  }
  .header-left > :last-child > span {
    position: absolute;
    width: 14px;
    height: 14px;
    font-size: 8.4px;
    border: 1px transparent;
    border-radius: 50%;
    background-color: #c0a770;
    text-align: center;
    top: 1px;
    right: -7px;
  }
  .header-right .img-container > img {
    margin: 0px 8px;
  }
  /*** HEADER LOWER ***/
  .header-lower-wrapper{
  display: none;
  }

  /*** SEARCH POPUP ***/ 
  .header-left .default-search .upper{
    display: none;
  }
  .header-left .default-search .lower{
    display: none;
  }
  .header-left .default-search .close-searchpopup{
    display: none;
  }
  .header-left > .default-search {
    display: none;
  }
  
  /*** MAIN-SLIDER ***/
  .main-swiper .swiper-slide .slide-content{
  margin-right: 100px ;
  }
  .shopnow-banner .content{
    background-size: cover;
  }
  .categories-lower .categories-swiper .swiper-wrapper{
    max-width: 80%;
  }
}
@media (max-width:767px) {
  .header-main{
    padding-top: 8px;
  }
  .main-swiper .swiper-slide .slide-content{
    max-width: 100%;
    margin: 0px 25px;
  }
  .slide-content .slide-heading{
    letter-spacing: 0.05em;
    font-size: 30px;
    line-height: 1.3em;
  } 
  .offers-section .offer-details,
  .offers-section .offer-left-image,
  .offers-section .offer-right-image,
  .offer-left-image img,
  .offer-right-image img{
    width: 100%;
  }
  .offers-section,
  .offers-section .offer-images{
  flex-direction: column;
  gap: 0.8rem;
  }
  .offer-section-wrapper .offer-section-2{
    display: none;
  }
  .offer-left-image .animated-section::before {
    top: 56%;
    left: 12.5%;
  }
  .offer-right-image .animated-section::before{
    top: 41.7%;
    left: 44.5%;
  }
  .swiper-slide .slide-bottom .product-name{
    font-size: 14px;
  }
  .slide-bottom .price {
    font-size: 10px;
  }
  .explore-section-wrapper{
    width: 93%;
  }
  .newsletter-section{
   flex-direction: column;
  }
  .newsletter-section .followus-section {
   display: block;
  }
  .newsletter-section > :nth-child(-n+3) {
    width: 100%;
  }
  .followus-section .iconbar{
    padding-top: 8px;
    margin: 0 auto;
  }
}
@media (max-width:575px) {
  .header-main {
    padding-top: 10px;
    font-size: 14px;
  }
  .header-upper .header-mid img {
    width: 148px;
    height: 45px;
  }
  .wishlist.active {
    width: 270px;
  }
  .cart.active {
    width: 270px;
  }
  .compare.active {
    width: 270px;
  }
  .explore-section-wrapper {
    margin: 40px 0px 0px 17px;
  }
  .explore-lower .swiper-button-next {
    right: 0;
    top: 36%;
  }
  .explore-lower .swiper-button-prev {
    top: 36%;
    left: 0;
  }
  .product-detail p,.product-detail h4 {
    font-size: 13.5px;
  }
  .categories-lower .categories-swiper .swiper-wrapper{
    width: 98%;
    margin: 0 auto;
  }
  .categories-lower .swiper-slide {
    align-items: start;
  }
  .categories-lower .swiper-button-next,
  .categories-lower .swiper-button-prev {
    top: 40%;
  }
  .footer-nav-items{
    width: 100%;
  }
  .payment-image-section img {
    width: 100%;
  }
  .newsletter-section{
    text-align: left;
    padding: 2px 5px;
  }
  .followus-section .iconbar{
    justify-content: left;
    width: auto;
  }
}
@media (min-width:1200px){
  .header-upper{
    max-width: 1170px;
   }
  .diamond-section{
    max-width: 1260px;
    min-height: 170px;
    grid-template-columns: repeat(auto-fit, minmax(125px, 1fr));
   }  
  .explore-section-wrapper{
    max-width: 1260px;
    margin: 0 auto;
    padding-top: 70px;
   }
   .shopnow-banner-wrapper{
    max-width: 1300px;
    margin: 0 auto;
   }
   .explore-lower .explore-swiper{
    margin: 20px 10px;
    position: relative;
   }
   .categories-lower .categories-swiper{
    max-width: 1100px;
    margin: 0 auto  ;
    overflow: hidden;
   } 
   .categories-lower .swiper-button-next{
    right: 8%;
   }
   .categories-lower .swiper-button-prev {
    left: 8%;
   }
   .categories-lower .swiper-wrapper .imgbox{
    width: 90%;
   }
   .categories-swiper .swiper-wrapper .swiper-slide:nth-child(even){
    align-items: flex-start;
    margin-left: 20px;
   }
   .categories-swiper .swiper-wrapper .swiper-slide:nth-child(odd){
    align-items: center;
   }
   .newsletter-section{
    max-width: 1260px;
   }
   .footer-content{
    font-size: 12px;
    font-weight: 400;
   }
}