body {
  line-height: 22px !important;
  letter-spacing: 0.03em;
  font-family: "ProximaNova Light" !important;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  padding: 0;
  line-height: 22px;
  letter-spacing: 0.03em;
  color: #0d0c0c;
  -webkit-font-smoothing: antialiased;
}

.btn-brand {
  background-color: #000;
  color: #fff !important;
  border-radius: 0;
  transition: all ease 0.3s;
}
.btn-brand:hover {
  background-color: #333333;
  transition: all ease 0.3s;
}

.borderd-btn-brand {
  background-color: rgba(200, 154, 77, 0);
  border: 1px solid #c89a4d;
  color: #fff !important;
  border-radius: 0;
  transition: all ease 0.3s;
}
.borderd-btn-brand:hover {
  background-color: #c89a4d;
  transition: all ease 0.3s;
}

.btn-gold {
  background-color: #c89a4d;
  color: #fff !important;
  border-radius: 0;
  transition: all ease 0.3s;
}
.btn-gold:hover {
  background-color: #ac833e;
  transition: all ease 0.3s;
}

.grey-text {
  color: #777 !important;
}

.p-25 {
  padding: 0 30px;
}

.fixed-btn {
  background-color: #c89a4d;
  color: #FFF;
  padding: 15px 40px 15px 20px;
  position: fixed;
  right: -30px;
  bottom: 180px;
  font-size: 20px;
  font-weight: 600;
  z-index: 999999;
  transform: translate(0px, 0px);
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
.fixed-btn:hover {
  color: #FFF;
  text-decoration: none;
  transform: translate(-10px, 0px);
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #c89a4d;
}

.dark-overlay {
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
  bottom: 0;
  display: none;
  overflow-y: hidden;
}
.dark-overlay.active {
  display: block;
}

.upper-nav {
  background: #000;
}
.upper-nav ul {
  display: flex;
  width: 100%;
  margin: 0;
  justify-content: space-between;
}
.upper-nav ul li {
  padding: 10px 0px;
}
.upper-nav ul li a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 10px;
  font-family: "ProximaNova Bold";
}

.navbar-main-header {
  background: #f3efe4;
}
.navbar-main-header .navbar-brand {
  height: 100px;
  width: auto;
  margin: auto;
  display: block;
}

.navbar {
  background-color: #fff;
  padding: 15px;
}
.navbar .navbar-brand img {
  display: none;
}
.navbar .nav-item {
  margin: 0 20px;
}
.navbar .nav-item .nav-link {
  color: #000;
}
.navbar .mega-menu {
  display: none;
  position: fixed;
  padding: 20px;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  top: 110px;
  z-index: 9999;
  height: 60vh;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: #fff;
  width: 80%;
  left: 10%;
  right: 10%;
}
.navbar .mega-menu .main-title {
  color: #c89a4d;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.1em;
  display: block;
  margin-bottom: 10px;
}
.navbar .mega-menu .sub-items-list {
  margin-bottom: 25px;
}
.navbar .mega-menu .sub-items-list li a {
  color: #777;
  text-transform: uppercase;
}
.navbar .navbar-currency-switcher a.active {
  color: #c89a4d !important;
}
@media screen and (min-width: 1200px) {
  .navbar .navbar-nav .hidden-in-tablet {
    display: none !important;
  }
}

#added-to-cart-success {
  display: none;
  padding: 20px;
  width: 35%;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
#added-to-cart-success i {
  font-size: 2.5em;
  color: #c89a4d;
  margin-right: 15px;
}
#added-to-cart-success ul {
  display: flex;
}
#added-to-cart-success ul li {
  margin-right: 15px;
}
#added-to-cart-success ul li a {
  display: block;
}

.navbar-search-overlay {
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  height: 100vh;
  width: 100%;
  z-index: 9999999;
  top: 0;
  left: 0;
}
.navbar-search-overlay i.fa-times {
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 1.3em;
  color: #fff;
}
.navbar-search-overlay .search-form-group {
  position: absolute;
  top: 30%;
  width: 60%;
  left: 20%;
  right: 20%;
}
.navbar-search-overlay .search-form-group input {
  flex: 10;
  border: 0;
  border-bottom: 2px solid #fff;
  color: #fff;
  font-size: 1.5em;
  padding: 15px 0;
  background-color: rgba(0, 0, 0, 0);
}
.navbar-search-overlay .search-form-group input::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}
.navbar-search-overlay .search-form-group input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}
.navbar-search-overlay .search-form-group button {
  flex: 1;
  background-color: #c89a4d;
  color: #fff;
  border: 0;
  padding: 5px 10px;
  font-size: 1em;
  font-weight: bold;
}
.navbar-search-overlay #navbar-search-results {
  display: none;
  background-color: rgb(255, 255, 255);
  padding: 15px;
  height: 50vh;
  overflow-y: auto;
}
.navbar-search-overlay #navbar-search-results p {
  color: black !important;
}
.navbar-search-overlay #navbar-search-results .single-search-result {
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 15px;
}
.navbar-search-overlay #navbar-search-results .single-search-result .search-result-image {
  margin-right: 25px;
}
.navbar-search-overlay #navbar-search-results .single-search-result .search-result-image img {
  width: 130px;
  height: 130px;
}
.navbar-search-overlay #navbar-search-results .single-search-result .search-result-data {
  color: #000;
}
.navbar-search-overlay #navbar-search-results .single-search-result .search-result-data b {
  color: #c89a4d;
  font-size: 1.1em;
}

@media screen and (max-width: 1200px) {
  .upper-nav {
    display: none;
  }
  .upper-nav ul {
    flex-direction: column;
    text-align: center;
  }
  .upper-nav ul li {
    padding: 5px;
  }
  .navbar-main-header {
    display: none;
  }
  .navbar {
    background: #f3efe4;
  }
  .navbar .navbar-brand img {
    display: block;
    height: 50px;
  }
  .navbar .nav-item {
    margin: 0 20px;
  }
  .navbar .nav-item .nav-link {
    color: #000;
    text-align: center;
  }
  #added-to-cart-success {
    width: 100%;
  }
  #added-to-cart-success i {
    font-size: 2em;
  }
  #added-to-cart-success ul {
    display: block;
  }
  #added-to-cart-success ul li {
    margin-bottom: 10px;
  }
  .navbar-search-overlay .search-form-group {
    position: absolute;
    top: 15%;
    width: 90%;
    left: 5%;
    right: 5%;
  }
  .navbar-search-overlay #navbar-search-results {
    padding: 10px;
    height: 60vh;
  }
  .navbar-search-overlay #navbar-search-results .single-search-result {
    display: flex;
    width: 100%;
    align-items: center;
  }
}
.pre-order-modal {
  display: none;
  overflow-y: scroll;
  position: fixed;
  height: auto;
  max-height: 800px;
  width: 60%;
  z-index: 99999;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  top: 5%;
  right: 20%;
  left: 20%;
  border-radius: 4px;
  padding: 40px 60px;
}
.pre-order-modal h5 {
  font-weight: bold;
  color: #000;
}
.pre-order-modal h5 span {
  color: #c89a4d;
}
.pre-order-modal p {
  font-size: 0.9em;
  color: #777;
}
.pre-order-modal label {
  font-weight: bold;
}

.valentine-banner {
  position: fixed;
  bottom: 35px;
  right: 35px;
  padding: 15px;
  display: flex;
  align-items: center;
  z-index: 50;
}
.valentine-banner .img-container {
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  background-color: #fff;
  border-radius: 50%;
  padding: 15px;
  z-index: 999999999;
  transition: all ease 0.3s;
}
.valentine-banner .img-container:hover {
  background-color: #e7e7e7;
  transition: all ease 0.3s;
  cursor: pointer;
}
.valentine-banner .img-container img {
  width: 55px;
  height: 55px;
}
.valentine-banner .text-container {
  display: none;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  background-color: #fff;
  height: 40px;
  width: 300px;
  padding: 40px 40px 40px 45px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  align-items: center;
  margin-left: -25px;
  color: #da0005;
  font-weight: 600;
}
.valentine-banner .text-container p {
  margin-bottom: 0;
}
.valentine-banner .text-container a {
  color: #e92326;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .pre-order-modal {
    max-height: 600px;
    width: 90%;
    top: 5%;
    right: 5%;
    left: 5%;
    padding: 25px 40px;
  }
  .pre-order-modal p {
    font-size: 0.8em;
  }
}
/********* NewsLetter *********/
#newslatter {
  text-align: center;
  text-transform: uppercase;
  margin-top: 45px;
}
#newslatter h2 {
  font-size: 21.08px;
  color: #000;
  margin: 0;
  font-family: "ProximaNova bold";
}
#newslatter p {
  color: #000;
  margin: 0;
  font-weight: 600;
  padding-top: 24px;
  font-size: 15.81px;
}
#newslatter form {
  width: 60%;
  margin: auto;
  display: flex;
  padding: 20px 0;
}
#newslatter form input {
  flex: 1;
  border: 1px solid #000;
  padding: 15px;
  letter-spacing: 1px;
  margin-right: 15px;
}
#newslatter form .next-btn {
  display: inline;
  width: 100px;
  background: #000;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  transition: all ease 0.3s;
}
#newslatter form .next-btn:hover {
  background: #ac833e;
  transition: all ease 0.3s;
}
#newslatter #show-message {
  display: none;
}

.owl-carousel {
  position: relative;
}
.owl-carousel .owl-nav {
  top: 50%;
  font-size: 80px;
}
.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: -5%;
  top: 50%;
}
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: -5%;
  top: 50%;
}

.notification {
  position: fixed;
  width: 25%;
  bottom: 15px;
  right: 15px;
  z-index: 999;
  background-color: #ebebeb;
  display: flex;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.notification .notification-icon {
  background-color: green;
  font-size: 1.5em;
  color: #fff;
  padding: 15px;
  display: flex;
  align-items: center;
}
.notification .notification-content {
  padding: 15px;
}
.notification .notification-content b {
  color: green;
  font-size: 1.3em;
}
.notification .notification-content p {
  margin-bottom: 0;
}

.success-notification .notification-icon {
  background-color: #159415;
}
.success-notification .notification-content b {
  color: #159415;
}

.danger-notification .notification-icon {
  background-color: #ac2525;
}
.danger-notification .notification-content b {
  color: #ac2525;
}

.afterNav {
  text-align: center;
  background-color: #f3efe4;
  padding: 35px;
  color: #705050;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 15px;
}

.afterNav:before {
  content: "";
  position: absolute;
  width: 13% !important;
  right: 9% !important;
  height: 2px;
  background-color: #dec79d;
  top: 47%;
  z-index: 0;
}

.afterNav a {
  background-color: transparent !important;
  border: 1px solid #c89d53;
  border-radius: 19px;
  font-size: 12px;
  padding: 4px 12px 2px 12px;
  cursor: pointer;
  text-transform: uppercase;
  color: #c6994e;
}

.afterNav:after {
  content: "";
  position: absolute;
  width: 13% !important;
  left: 9% !important;
  height: 2px;
  background-color: #dec79d;
  top: 47%;
  z-index: 0;
}

.afterNav .offer {
  color: #c6994e;
  font-size: 47px;
  font-family: "fantasy";
  font-weight: 400 !important;
  padding: 0 20px;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  /********* NewsLetter *********/
  #newslatter h2 {
    font-size: 1em;
  }
  #newslatter p {
    font-size: 0.8em;
    padding-top: 15px;
  }
  #newslatter form {
    width: 100%;
    padding: 10px 0;
  }
  #newslatter form input {
    flex: 1;
    border: 1px solid #000;
    padding: 5px;
    letter-spacing: 1px;
    margin-right: 5px;
  }
  .owl-carousel {
    position: relative;
  }
  .owl-carousel .owl-nav {
    font-size: 40px;
  }
  .owl-carousel .owl-nav .owl-prev {
    left: 5%;
  }
  .owl-carousel .owl-nav .owl-next {
    right: 5%;
  }
  .notification {
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
  }
  .afterNav {
    padding: 15px;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
  }
  .afterNav:before {
    content: "";
    width: 0 !important;
    left: 0 !important;
    height: 0px;
  }
  .afterNav a {
    background-color: transparent !important;
    border: 1px solid #c89d53;
    border-radius: 19px;
    font-size: 1em;
    padding: 4px 12px 2px 12px;
    cursor: pointer;
    text-transform: uppercase;
    color: #c6994e;
  }
  .afterNav:after {
    content: "";
    width: 0 !important;
    left: 0 !important;
    height: 0px;
  }
  .afterNav .offer {
    display: block;
    color: #c6994e;
    font-size: 1.5em;
    font-family: "fantasy";
    font-weight: 400 !important;
    padding: 0 20px;
    display: inline-block;
    vertical-align: middle;
  }
}
section.homepage #homeage-hero-slider .slide {
  position: relative;
  display: block;
}
section.homepage #homeage-hero-slider .slide .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5254901961);
  display: block;
}
section.homepage #homeage-hero-slider .slide .overlay .text {
  position: absolute;
  z-index: 10;
  color: #FFF;
  top: 50%;
  left: 50%;
  font-size: 1rem;
  transform: translate(-50%, -50%);
  font-weight: 600;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
section.homepage #homeage-hero-slider .slide h1 {
  z-index: 10;
  color: #FFF;
  font-size: 1.2rem;
  font-weight: 600;
}
section.homepage #homeage-hero-slider .slide h1::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 100%;
  bottom: 0;
  left: -18px;
  background-color: #c89a4d;
  z-index: 5;
}
section.homepage #homeage-hero-slider .slide h2 {
  z-index: 10;
  color: #FFF;
  font-size: 1rem;
  font-weight: 600;
}
section.homepage #homeage-hero-slider .slide h2::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 100%;
  bottom: 0;
  left: -18px;
  background-color: #c89a4d;
  z-index: 5;
}
section.homepage #homeage-hero-slider .slide .slide-img {
  width: 120px;
}
section.homepage #homeage-hero-slider .slide small {
  font-size: 18px;
}
@media screen and (min-width: 400px) {
  section.homepage #homeage-hero-slider .slide h2 {
    font-size: 1.9rem;
  }
  section.homepage #homeage-hero-slider .slide h1 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 992px) {
  section.homepage #homeage-hero-slider .slide h2 {
    font-size: 2.3rem;
  }
  section.homepage #homeage-hero-slider .slide h1 {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  section.homepage #homeage-hero-slider .slide h2 {
    font-size: 4rem;
  }
  section.homepage #homeage-hero-slider .slide h1 {
    font-size: 3.3rem;
  }
}
section.homepage .side-elements {
  position: relative;
  display: block;
}
section.homepage .side-elements h2 {
  position: absolute;
  top: 10%;
  font-size: 1rem;
  left: 8%;
  color: #000;
  font-family: "myFirstFont";
  font-weight: 500;
}
section.homepage .side-elements p {
  position: absolute;
  top: 25%;
  left: 9%;
  color: #000;
  font-size: 0.6rem;
}
section.homepage .side-elements p:nth-last-of-type(2) {
  top: 40%;
}
section.homepage .side-elements p:nth-last-of-type(3) {
  top: 55%;
}
@media screen and (min-width: 250px) {
  section.homepage .side-elements h2 {
    top: 7%;
    font-size: 1.3rem;
    left: 5%;
  }
  section.homepage .side-elements p {
    font-size: 0.8rem;
    left: 7%;
    top: 30%;
  }
  section.homepage .side-elements p:nth-last-of-type(2) {
    top: 44%;
  }
  section.homepage .side-elements p:nth-last-of-type(3) {
    top: 58%;
  }
}
@media screen and (min-width: 430px) {
  section.homepage .side-elements h2 {
    left: 9%;
  }
  section.homepage .side-elements p {
    font-size: 0.9rem;
    left: 10%;
  }
}
@media screen and (min-width: 500px) {
  section.homepage .side-elements h2 {
    top: 7%;
    font-size: 1.7rem;
    left: 9%;
  }
  section.homepage .side-elements p {
    font-size: 0.9rem;
    left: 10%;
    top: 30%;
  }
}
@media screen and (min-width: 600px) {
  section.homepage .side-elements h2 {
    font-size: 2.2rem;
  }
  section.homepage .side-elements p {
    font-size: 1rem;
  }
}
@media screen and (min-width: 730px) {
  section.homepage .side-elements h2 {
    font-size: 2.2rem;
    left: 12%;
  }
  section.homepage .side-elements p {
    font-size: 1rem;
    left: 13%;
  }
}
@media screen and (min-width: 768px) {
  section.homepage .side-elements h2 {
    font-size: 1rem;
    left: 8%;
  }
  section.homepage .side-elements p {
    font-size: 0.6rem;
    left: 9%;
  }
}
@media screen and (min-width: 768px) {
  section.homepage .side-elements h2 {
    font-size: 1rem;
    left: 8%;
  }
  section.homepage .side-elements p {
    font-size: 0.6rem;
    left: 9%;
  }
}

.search-sm {
  display: none;
}

#homeage-hero-slider .owl-nav {
  font-weight: bold;
}
#homeage-hero-slider .owl-nav .owl-prev {
  left: 5%;
}
#homeage-hero-slider .owl-nav .owl-next {
  right: 5%;
}
#homeage-hero-slider .owl-nav button {
  color: #c6994e;
}

#homepage-gifts-ideas-slider .owl-nav button {
  color: #c6994e !important;
}

#homepage-designers-slider .owl-nav button {
  color: #c6994e;
}

#homepage-new-arrivals-slider .owl-nav button {
  color: #c6994e;
}

#homepage-most-wanted-slider .slide-name,
#homepage-new-arrivals-slider .slide-name {
  height: 50px;
}
#homepage-most-wanted-slider .slide-name .owl-nav button span,
#homepage-new-arrivals-slider .slide-name .owl-nav button span {
  color: #c6994e;
}

#homepage-most-wanted-slider .owl-nav button {
  color: #c6994e;
}

.sell-your-item-container {
  background-color: #f3efe4;
  padding: 50px 20px;
}
.sell-your-item-container h5 {
  font-weight: 600;
}
.sell-your-item-container .first-direction-image {
  position: absolute;
  width: 115px;
  top: 60%;
  left: 27%;
  transform: rotate3d(0, 0, 2, 13deg);
  -webkit-transform: rotate3d(0, 0, 2, 13deg);
  -moz-transform: rotate3d(0, 0, 2, 13deg);
  -ms-transform: rotate3d(0, 0, 2, 13deg);
  -o-transform: rotate3d(0, 0, 2, 13deg);
}
.sell-your-item-container .second-direction-image {
  position: absolute;
  width: 115px;
  top: 125px;
  right: 27%;
  transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
}
@media screen and (max-width: 525px) {
  .sell-your-item-container .first-direction-image {
    left: 15% !important;
  }
  .sell-your-item-container .second-direction-image {
    right: 15% !important;
  }
}
@media screen and (max-width: 400px) {
  .sell-your-item-container .first-direction-image {
    left: 0% !important;
  }
  .sell-your-item-container .second-direction-image {
    right: 0% !important;
  }
}
@media screen and (max-width: 992px) {
  .sell-your-item-container .first-direction-image {
    left: 23%;
    top: 33%;
    transform: rotate(80deg);
  }
  .sell-your-item-container .second-direction-image {
    position: absolute;
    width: 115px;
    top: 51%;
    right: 24%;
    transform: rotate3d(4, 4, 0, 180deg);
    -webkit-transform: rotate3d(4, 4, 0, 180deg);
    -moz-transform: rotate3d(4, 4, 0, 180deg);
    -ms-transform: rotate3d(4, 4, 0, 180deg);
    -o-transform: rotate3d(4, 4, 0, 180deg);
  }
}

.sell-your-item-icon {
  font-size: 100px;
  color: black;
}

.sell-header {
  text-align: center;
  font-family: "myFirstFont";
  font-size: 38px;
  font-weight: 400;
  letter-spacing: 2px;
  margin: 10px 0 55px;
}

.sell-link-btn {
  background-color: #c89a4d;
  color: rgb(0, 0, 0);
  padding: 14px;
  border-radius: 0;
}
.sell-link-btn:hover {
  color: rgb(0, 0, 0) !important;
  text-decoration: none;
}

.mobile-link-item {
  display: none;
}

@media screen and (max-width: 1200px) {
  .sell-item {
    margin-bottom: 50px;
  }
  .search-lg {
    display: none;
  }
  .mobile-link-item.nav-link {
    display: block;
    color: #818181;
    padding: auto 5px;
  }
}
.top-designer {
  height: auto;
}

#new-homepage .afterNav {
  margin-bottom: 0px;
}

#new-homepage-gifts-ideas-slider .owl-carousel, #new-homepage-most-wanted-slider .owl-carousel, #new-homepage-new-arrivals-slider .owl-carousel, #new-featured-brands .owl-carousel {
  padding: 0 20px;
}
#new-homepage-gifts-ideas-slider .owl-carousel .owl-next, #new-homepage-gifts-ideas-slider .owl-carousel .owl-prev, #new-homepage-most-wanted-slider .owl-carousel .owl-next, #new-homepage-most-wanted-slider .owl-carousel .owl-prev, #new-homepage-new-arrivals-slider .owl-carousel .owl-next, #new-homepage-new-arrivals-slider .owl-carousel .owl-prev, #new-featured-brands .owl-carousel .owl-next, #new-featured-brands .owl-carousel .owl-prev {
  color: #c89a4d !important;
}
#new-homepage-gifts-ideas-slider .owl-nav .owl-prev, #new-homepage-most-wanted-slider .owl-nav .owl-prev, #new-homepage-new-arrivals-slider .owl-nav .owl-prev, #new-featured-brands .owl-nav .owl-prev {
  left: -6px;
}
#new-homepage-gifts-ideas-slider .owl-nav .owl-next, #new-homepage-most-wanted-slider .owl-nav .owl-next, #new-homepage-new-arrivals-slider .owl-nav .owl-next, #new-featured-brands .owl-nav .owl-next {
  right: -6px;
}
#new-homepage-gifts-ideas-slider .sub-header, #new-homepage-most-wanted-slider .sub-header, #new-homepage-new-arrivals-slider .sub-header, #new-featured-brands .sub-header {
  text-align: center;
  width: 100%;
  font-size: 30px;
  font-weight: 600;
  color: #000000;
}
#new-homepage-gifts-ideas-slider .sub-header span.lighted, #new-homepage-most-wanted-slider .sub-header span.lighted, #new-homepage-new-arrivals-slider .sub-header span.lighted, #new-featured-brands .sub-header span.lighted {
  color: #c89a4d;
}
#new-homepage-gifts-ideas-slider .sub-header a, #new-homepage-most-wanted-slider .sub-header a, #new-homepage-new-arrivals-slider .sub-header a, #new-featured-brands .sub-header a {
  color: #000;
}
#new-homepage-gifts-ideas-slider .sub-header a:hover, #new-homepage-most-wanted-slider .sub-header a:hover, #new-homepage-new-arrivals-slider .sub-header a:hover, #new-featured-brands .sub-header a:hover {
  color: #000;
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  #new-homepage-gifts-ideas-slider .sub-header, #new-homepage-most-wanted-slider .sub-header, #new-homepage-new-arrivals-slider .sub-header, #new-featured-brands .sub-header {
    margin-bottom: 18px;
    font-size: 37px;
  }
}

#new-what-we-do-section h2,
#new-bargains-section h2,
#new-clients-reviews h2,
#new-categories-grid h2 {
  text-align: center;
  width: 100%;
  font-size: 30px;
  font-weight: 600;
  color: #000000;
}
#new-what-we-do-section h2 span,
#new-bargains-section h2 span,
#new-clients-reviews h2 span,
#new-categories-grid h2 span {
  color: #c89a4d;
}
#new-what-we-do-section p,
#new-bargains-section p,
#new-clients-reviews p,
#new-categories-grid p {
  font-size: 15px;
  color: rgb(0, 0, 0);
}
#new-what-we-do-section .owl-nav,
#new-bargains-section .owl-nav,
#new-clients-reviews .owl-nav,
#new-categories-grid .owl-nav {
  position: absolute;
  top: 50%;
  display: flex;
  justify-content: space-between;
  width: 100%;
  left: 0;
  padding: 0px 7px;
  font-weight: bold;
  font-size: 70px;
}
#new-what-we-do-section .owl-nav button,
#new-bargains-section .owl-nav button,
#new-clients-reviews .owl-nav button,
#new-categories-grid .owl-nav button {
  color: #c6994e;
}
#new-what-we-do-section .owl-nav .owl-prev,
#new-what-we-do-section .owl-nav .owl-next,
#new-bargains-section .owl-nav .owl-prev,
#new-bargains-section .owl-nav .owl-next,
#new-clients-reviews .owl-nav .owl-prev,
#new-clients-reviews .owl-nav .owl-next,
#new-categories-grid .owl-nav .owl-prev,
#new-categories-grid .owl-nav .owl-next {
  position: relative;
  left: auto;
  right: auto;
  font-weight: 300;
}
#new-what-we-do-section .owl-dots,
#new-bargains-section .owl-dots,
#new-clients-reviews .owl-dots,
#new-categories-grid .owl-dots {
  position: absolute;
  bottom: 13px;
  width: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
#new-what-we-do-section .owl-dots .owl-dot,
#new-bargains-section .owl-dots .owl-dot,
#new-clients-reviews .owl-dots .owl-dot,
#new-categories-grid .owl-dots .owl-dot {
  background-color: #777;
  width: 29px;
  height: 2px;
  margin-left: 15px;
}
#new-what-we-do-section .owl-dots .owl-dot.active,
#new-bargains-section .owl-dots .owl-dot.active,
#new-clients-reviews .owl-dots .owl-dot.active,
#new-categories-grid .owl-dots .owl-dot.active {
  background-color: #c89a4d;
}
#new-what-we-do-section .owl-dots button,
#new-bargains-section .owl-dots button,
#new-clients-reviews .owl-dots button,
#new-categories-grid .owl-dots button {
  color: #c6994e;
}
@media screen and (min-width: 992px) {
  #new-what-we-do-section h2,
#new-bargains-section h2,
#new-clients-reviews h2,
#new-categories-grid h2 {
    margin-bottom: 18px;
    font-size: 37px;
  }
  #new-what-we-do-section h3,
#new-bargains-section h3,
#new-clients-reviews h3,
#new-categories-grid h3 {
    font-size: 25px;
  }
  #new-what-we-do-section p,
#new-bargains-section p,
#new-clients-reviews p,
#new-categories-grid p {
    font-size: 18px;
  }
  #new-what-we-do-section i,
#new-bargains-section i,
#new-clients-reviews i,
#new-categories-grid i {
    font-size: 40px;
  }
}
@media screen and (min-width: 768px) {
  #new-what-we-do-section .owl-nav,
#new-bargains-section .owl-nav,
#new-clients-reviews .owl-nav,
#new-categories-grid .owl-nav {
    padding: 0px 15px;
  }
  #new-what-we-do-section .owl-dot,
#new-bargains-section .owl-dot,
#new-clients-reviews .owl-dot,
#new-categories-grid .owl-dot {
    height: 4px !important;
  }
}

#new-homeage-hero-slider h1 {
  line-height: 1.4;
  font-size: 35px;
  font-weight: bold;
  color: #fff;
}
#new-homeage-hero-slider h1 span {
  background-color: #c89a4d;
  padding: 4px 8px;
  margin-left: 5px;
}
#new-homeage-hero-slider h2 {
  text-align: initial;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
}
#new-homeage-hero-slider h2 span {
  background-color: #c89a4d;
  padding: 4px 8px;
  margin-left: 5px;
  color: #FFF;
}
#new-homeage-hero-slider p {
  font-size: 15px;
  color: #fff;
}
#new-homeage-hero-slider .owl-item {
  height: 400px;
}
#new-homeage-hero-slider .owl-item .item {
  background-color: black;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 30px;
  height: 100%;
  padding: 27px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
#new-homeage-hero-slider .owl-item .item .value-img-mobile {
  position: absolute;
  width: auto;
  height: 50px;
  bottom: 45px;
  right: -101px;
}
#new-homeage-hero-slider .owl-item .item .value-img-mobile.active {
  position: absolute;
  width: auto;
  height: 50px;
  bottom: 45px;
  right: -8px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition-delay: 0.9s;
}
#new-homeage-hero-slider .owl-item .item .value-img-lg {
  position: absolute;
  width: auto;
  height: 80px;
  bottom: -80px;
  right: 55px;
}
#new-homeage-hero-slider .owl-item .item .value-img-lg.active {
  position: absolute;
  width: auto;
  height: 80px;
  bottom: -4px;
  right: 55px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition-delay: 0.9s;
}
#new-homeage-hero-slider .owl-item .item.slide-one {
  background-image: linear-gradient(354deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../images/homepage/hero-section/1.jpg");
  background-position: inherit;
}
#new-homeage-hero-slider .owl-item .item.slide-two {
  background-image: linear-gradient(354deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/homepage/hero-section/2.jpg");
  background-position: center;
}
#new-homeage-hero-slider .owl-item .item.slide-three {
  background-image: linear-gradient(354deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/homepage/hero-section/3.jpg");
  background-position: center;
}
#new-homeage-hero-slider .btn-brand {
  padding: 5px 9px;
}
#new-homeage-hero-slider .owl-nav {
  position: absolute;
  top: 50%;
  display: flex;
  justify-content: space-between;
  width: 100%;
  left: 0;
  padding: 0px 9px;
  font-weight: bold;
}
#new-homeage-hero-slider .owl-nav button {
  color: #c6994e;
}
#new-homeage-hero-slider .owl-nav .owl-prev,
#new-homeage-hero-slider .owl-nav .owl-next {
  position: relative;
  left: auto;
  right: auto;
  font-weight: 300;
}
#new-homeage-hero-slider .owl-dots {
  position: absolute;
  bottom: 13px;
  width: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
#new-homeage-hero-slider .owl-dots .owl-dot {
  background-color: #ffffff;
  width: 29px;
  height: 2px;
  margin-left: 15px;
}
#new-homeage-hero-slider .owl-dots .owl-dot.active {
  background-color: #c89a4d;
}
#new-homeage-hero-slider .owl-dots button {
  color: #c6994e;
}
@media screen and (min-width: 768px) {
  #new-homeage-hero-slider h1 {
    font-size: 45px;
  }
  #new-homeage-hero-slider h2 {
    font-size: 35px;
  }
  #new-homeage-hero-slider p {
    font-size: 20px;
  }
  #new-homeage-hero-slider .owl-nav {
    padding: 0px 25px;
  }
  #new-homeage-hero-slider .owl-item .item {
    padding: 60px;
  }
  #new-homeage-hero-slider .owl-dot {
    height: 4px !important;
  }
  #new-homeage-hero-slider .value-img-mobile {
    display: none;
  }
  #new-homeage-hero-slider .value-img-lg {
    display: block !important;
  }
}
@media screen and (min-width: 992px) {
  #new-homeage-hero-slider h2 {
    font-size: 45px;
  }
  #new-homeage-hero-slider p {
    font-size: 25px;
  }
  #new-homeage-hero-slider .owl-item {
    height: 500px;
  }
}

#new-what-we-do-section h2 {
  text-align: start;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #new-what-we-do-section .row {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 768px) {
  #new-what-we-do-section h2 {
    font-size: 37px;
  }
  #new-what-we-do-section p {
    font-size: 15px;
  }
}

#new-bargains-section {
  position: relative;
  background-color: #c89a4d;
}
#new-bargains-section .stroke-top-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 395px;
}
#new-bargains-section .stroke-top-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 395px;
}
#new-bargains-section .stroke-bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 395px;
}
#new-bargains-section .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
#new-bargains-section h2 {
  color: #FFF;
  font-size: 25px;
}
#new-bargains-section h2 span {
  color: #c89a4d;
}
#new-bargains-section p {
  font-size: 15px;
  color: rgb(255, 255, 255);
}
#new-bargains-section .bargain-image {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #new-bargains-section .stroke-bottom-right, #new-bargains-section .stroke-top-right, #new-bargains-section .stroke-top-left {
    width: 255px;
  }
  #new-bargains-section .bargain-image {
    width: 60%;
  }
  #new-bargains-section .row {
    flex-direction: column-reverse;
  }
  #new-bargains-section .stroke-top-right {
    display: none;
  }
  #new-bargains-section .content {
    align-items: center;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  #new-bargains-section h2 {
    text-align: left;
    font-size: 30px;
  }
}
@media screen and (min-width: 992px) {
  #new-bargains-section p {
    font-size: 18px;
  }
}

#new-clients-reviews #new-clients-reviews-slider {
  padding: 0px 27px;
}
#new-clients-reviews h3 {
  font-size: 20px;
  font-weight: 600;
}
#new-clients-reviews i {
  color: #c89a4d;
  font-size: 23px;
}
#new-clients-reviews p {
  font-size: 14px;
  font-weight: 600;
  line-height: 2em;
}
#new-clients-reviews img {
  width: 50%;
}
#new-clients-reviews .owl-dots {
  bottom: 0;
}
@media screen and (max-width: 400px) {
  #new-clients-reviews img {
    width: 75% !important;
  }
}
@media screen and (max-width: 768px) {
  #new-clients-reviews .clients-slider-item {
    flex-direction: column-reverse;
  }
  #new-clients-reviews .owl-nav {
    padding: 0px;
  }
}
@media screen and (min-width: 768px) {
  #new-clients-reviews .content {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px 40px;
  }
  #new-clients-reviews .content p:first-of-type {
    line-height: 2.3em;
  }
}

#new-categories-grid .grid-container {
  height: 600px;
  display: grid;
  grid-template-columns: auto;
}
#new-categories-grid .grid-container .grid-item {
  text-align: center;
  background-position: center;
  background-size: cover;
  position: relative;
  border: 1px solid #FFF;
}
#new-categories-grid .grid-container .grid-item .first-item,
#new-categories-grid .grid-container .grid-item .second-item {
  position: relative;
  background-position: center;
  background-size: cover;
  border: 1px solid #FFF;
}
#new-categories-grid .grid-container .grid-item .first-item p,
#new-categories-grid .grid-container .grid-item .second-item p {
  position: absolute;
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  top: 77px;
  left: 10px;
}
#new-categories-grid .grid-container .grid-item .first-item a,
#new-categories-grid .grid-container .grid-item .second-item a {
  position: absolute;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  bottom: 11px;
  left: 10px;
  border: 2px solid #c89a4d;
  padding: 3px 10px;
}
#new-categories-grid .grid-container .grid-item .borderd-link {
  position: absolute;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  bottom: 11px;
  left: 10px;
  border: 2px solid #c89a4d;
  padding: 3px 10px;
}
#new-categories-grid .grid-container .grid-item p {
  position: absolute;
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  top: 77px;
  left: 10px;
}
#new-categories-grid .grid-container .grid-item a:hover {
  text-decoration: none;
}
#new-categories-grid .grid-container .grid-item:first-of-type {
  background-image: linear-gradient(354deg, rgba(0, 0, 0, 0.8117647059), rgba(0, 0, 0, 0.5)), url("../images/homepage/grid/bags.jpg");
}
#new-categories-grid .grid-container .grid-item:nth-of-type(2) {
  display: grid;
  grid-template-columns: auto auto;
}
#new-categories-grid .grid-container .grid-item:nth-of-type(2) .first-item {
  background-image: linear-gradient(354deg, rgba(0, 0, 0, 0.8117647059), rgba(0, 0, 0, 0.25)), url("../images/homepage/grid/shoes.jpg");
  background-position: bottom;
}
#new-categories-grid .grid-container .grid-item:nth-of-type(2) .second-item {
  background-image: linear-gradient(354deg, rgba(0, 0, 0, 0.8117647059), rgba(0, 0, 0, 0.25)), url("../images/homepage/grid/earing.jpg");
}
#new-categories-grid .grid-container .grid-item:nth-of-type(3) {
  background-image: linear-gradient(354deg, rgba(0, 0, 0, 0.8117647059), rgba(0, 0, 0, 0.25)), url("../images/homepage/grid/sunglasses.jpg");
  background-position: inherit;
}
#new-categories-grid .grid-container .grid-item:nth-of-type(4) {
  display: grid;
  grid-template-columns: auto auto;
}
#new-categories-grid .grid-container .grid-item:nth-of-type(4) .first-item {
  background-image: linear-gradient(354deg, rgba(0, 0, 0, 0.8117647059), rgba(0, 0, 0, 0.25)), url("../images/homepage/grid/bracelet.jpg");
}
#new-categories-grid .grid-container .grid-item:nth-of-type(4) .second-item {
  background-image: linear-gradient(354deg, rgba(0, 0, 0, 0.8117647059), rgba(0, 0, 0, 0.25)), url("../images/homepage/grid/watch.jpg");
}
@media screen and (max-width: 768px) {
  #new-categories-grid .first-item a,
#new-categories-grid .second-item a {
    font-size: 12px !important;
  }
  #new-categories-grid .grid-item p {
    font-size: 20px !important;
  }
}
@media screen and (min-width: 768px) {
  #new-categories-grid .grid-container {
    display: grid;
    grid-template-columns: auto auto;
  }
  #new-categories-grid .grid-item:first-of-type {
    order: 1;
  }
  #new-categories-grid .grid-item:nth-of-type(2) {
    order: 2;
  }
  #new-categories-grid .grid-item:nth-of-type(3) {
    order: 4;
  }
  #new-categories-grid .grid-item:nth-of-type(4) {
    order: 3;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #new-categories-grid .grid-container {
    height: 445px !important;
  }
  #new-categories-grid .grid-item p {
    font-size: 31px !important;
    top: auto !important;
    bottom: 60px !important;
  }
  #new-categories-grid .grid-item .borderd-link {
    font-size: 16px !important;
    bottom: 25px !important;
    left: 16px !important;
  }
}
@media screen and (min-width: 992px) {
  #new-categories-grid .grid-item p {
    font-size: 34px !important;
    bottom: 62px !important;
    left: 22px !important;
    top: auto !important;
  }
  #new-categories-grid .grid-item .borderd-link {
    font-size: 17px !important;
    bottom: 25px !important;
    left: 30px !important;
    padding: 6px 20px !important;
  }
  #new-categories-grid .grid-item .first-item a,
#new-categories-grid .grid-item .second-item a {
    font-size: 15px !important;
    bottom: 19px !important;
    left: 16px !important;
    padding: 5px 13px !important;
  }
}

#new-featured-brands .owl-item {
  display: flex !important;
  justify-content: center !important;
}
#new-featured-brands .owl-stage-outer {
  z-index: 5;
}
#new-featured-brands .owl-nav button {
  color: #c6994e;
}
#new-featured-brands .owl-nav .owl-prev,
#new-featured-brands .owl-nav .owl-next {
  position: absolute;
  top: 28%;
}
#new-featured-brands .slide-item {
  border-radius: 50%;
  border: 1px solid #d4d4d4;
  width: 150px;
  height: 150px;
  padding: 15px;
  color: #000;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5rem;
}
#new-featured-brands .slide-item:hover {
  text-decoration: none;
  border: 1px solid #c89a4d;
}
#new-featured-brands .slide-item a {
  color: #000;
}
#new-featured-brands .slide-item a:hover {
  color: #c89a4d;
  text-decoration: none;
}
#new-featured-brands .slide-item a span {
  font-size: 22px;
}
#new-featured-brands .slide-item a span:hover {
  color: #c89a4d;
  text-decoration: none;
}
#new-featured-brands .owl-dots {
  bottom: 0;
}

.owl-nav button {
  font-size: 50px !important;
}

@media screen and (min-width: 768px) {
  .owl-nav button {
    font-size: 80px !important;
  }
}
@media screen and (max-width: 768px) {
  #homepage-new-arrivals-slider .owl-nav .owl-prev, #homepage-most-wanted-slider .owl-nav .owl-prev, #homepage-gifts-ideas-slider .owl-nav .owl-prev, #homepage-designers-slider .owl-nav .owl-prev {
    left: 0%;
    display: none;
  }
  #homepage-new-arrivals-slider .owl-nav .owl-next, #homepage-most-wanted-slider .owl-nav .owl-next, #homepage-gifts-ideas-slider .owl-nav .owl-next, #homepage-designers-slider .owl-nav .owl-next {
    right: 0%;
    display: none;
  }
}
.static-page {
  margin-top: 40px;
}
.static-page .static-title {
  color: #c89a4d;
  font-weight: bold;
}
.static-page p,
.static-page ul {
  color: #777;
}

/* Authenticity Page */
.static-page.authenticity .nav-tabs {
  background-color: #ebebeb;
  padding: 15px;
  margin-bottom: 0;
}
.static-page.authenticity .nav-tabs li {
  font-size: 1.1em;
  margin-bottom: 15px;
  display: block;
  width: 100%;
}
.static-page.authenticity .nav-tabs li a {
  padding: 10px;
  color: #000;
  display: block;
  border-radius: 0;
}
.static-page.authenticity .nav-tabs li a.active {
  background-color: #c89a4d;
  color: #fff;
  font-weight: bold;
}
.static-page.authenticity .nav-tabs li:hover {
  background-color: #ac833e;
  transition: all ease 0.3s;
}
.static-page.authenticity .nav-tabs li:hover a {
  text-decoration: none;
}
.static-page.authenticity .single-auth-item {
  position: relative;
  margin-bottom: 15px;
}
.static-page.authenticity .single-auth-item p {
  position: absolute;
  color: #fff;
  font-size: 1.2em;
  margin: 20px;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 10px;
  font-weight: bold;
}
.static-page.authenticity .single-auth-item .content-above {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
  font-size: 0.8em;
  color: #fff;
  padding: 3px;
  width: 90%;
}

/* FAQS Page */
.faqs .main-title,
.returns-page .main-title,
.shipping-page .main-title,
.privacy-policy .main-title,
.careers .main-title {
  font-size: 2.5em;
  text-align: center;
}
.faqs .static-title,
.returns-page .static-title,
.shipping-page .static-title,
.privacy-policy .static-title,
.careers .static-title {
  font-size: 1.5em;
}

.consigment-page .fff {
  width: 68%;
  margin: 0 auto;
  padding-top: 40px;
}
.consigment-page .fff h1 {
  text-align: center;
  font-weight: 300;
  font-size: 2em;
  color: #0d0c0c;
}
.consigment-page .fff h3 {
  text-transform: uppercase;
  color: #c8a26e;
  margin-bottom: 8px;
  font-size: 18px;
  font-family: ProximaNova bold;
  padding-left: 40px;
  text-align: left;
}
.consigment-page .fff p {
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.03em;
  color: #0d0c0c;
  font-family: "ProximaNova Light";
  -webkit-font-smoothing: antialiased;
  padding-top: 0;
  text-align: left;
}

.error-page h1 {
  font-size: 5em;
  font-weight: bold;
}
.error-page h1 span {
  color: #c89a4d;
}
.error-page h3 {
  font-weight: bolder;
}
.error-page ul.quick-links-list li a {
  color: #000;
}

.users-system h1.main-title {
  text-align: center;
  margin: 15px 0;
  background-color: #c89a4d;
  padding: 20px;
  border-radius: 0px;
  color: #fff;
  font-weight: bold;
  font-size: 2em;
}
.users-system .peppers-form {
  border-radius: 0px;
  width: 60%;
  margin: auto;
  background-color: #ebebeb;
}
.users-system .peppers-form form {
  padding: 25px;
  display: block;
}
.users-system .peppers-form label {
  display: block;
  font-weight: bold;
  font-size: 1.1em;
}
.users-system .peppers-form input {
  padding: 10px;
  border-radius: 0px;
  border: 0;
  width: 100%;
}
.users-system .peppers-form .submit-btn {
  display: block;
  background-color: #c89a4d;
  padding: 10px;
  border: 0;
  border-radius: 0px;
  color: #000;
  width: 100%;
}
.users-system .peppers-form .account-form-notice {
  font-size: 1.1em;
}
.users-system .peppers-form .account-form-notice a {
  color: #c89a4d;
  font-weight: bold;
}
.users-system .peppers-form .social-media-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline-start: 0;
  margin-bottom: 0;
}
.users-system .peppers-form .social-media-icons li {
  flex: 1;
  text-align: center;
  margin: 10px;
}
.users-system .peppers-form .social-media-icons li a {
  width: 100%;
  display: block;
  color: #fff;
  padding: 10px;
  border-radius: 0px;
}
.users-system .peppers-form .social-media-icons li a:hover {
  text-decoration: none;
}
.users-system .peppers-form .social-media-icons li.facebook a {
  background-color: #3b5998;
  transition: 0.3s all ease;
}
.users-system .peppers-form .social-media-icons li.facebook a:hover {
  background-color: #2e467a;
  transition: 0.3s all ease;
}
.users-system .peppers-form .social-media-icons li.google a {
  background-color: #db4437;
  transition: 0.3s all ease;
}
.users-system .peppers-form .social-media-icons li.google a:hover {
  background-color: #bd4136;
  transition: 0.3s all ease;
}
.users-system .peppers-form .social-media-icons li.twitter a {
  background-color: #00acee;
  transition: 0.3s all ease;
}
.users-system .peppers-form .social-media-icons li.twitter a:hover {
  background-color: #0f93c7;
  transition: 0.3s all ease;
}

.user-profile {
  padding: 50px 0;
}
.user-profile .profile-sidebar {
  background-color: #ebebeb;
  padding: 20px;
  border-radius: 0px;
}
.user-profile .profile-sidebar li {
  border-left: 0 solid #c89a4d;
  margin-bottom: 15px;
  transition: all ease 0.3s;
}
.user-profile .profile-sidebar li a {
  color: #000;
  padding: 0 10px;
  transition: all ease 0.3s;
}
.user-profile .profile-sidebar li a i {
  color: #c89a4d;
  margin-right: 10px;
}
.user-profile .profile-sidebar li a:hover {
  text-decoration: none;
}
.user-profile .profile-sidebar li:last-child {
  margin-bottom: 0px;
}
.user-profile .profile-sidebar li:hover {
  border-left: 5px solid #c89a4d;
  transition: all ease 0.3s;
}
.user-profile .profile-sidebar li:hover a {
  color: #c89a4d;
  font-weight: bold;
  transition: all ease 0.3s;
}
.user-profile .profile-sidebar li.active {
  border-left: 5px solid #c89a4d;
}
.user-profile .profile-sidebar li.active a {
  color: #c89a4d;
  font-weight: bold;
}
.user-profile .profile-orders-statistics {
  display: flex;
}
.user-profile .profile-orders-statistics li {
  flex: 1;
  margin: 10px;
  background-color: #ebebeb;
  padding: 30px;
  text-align: center;
  border-radius: 0px;
}
.user-profile .profile-orders-statistics li i {
  color: #c89a4d;
  font-size: 2em;
  margin-bottom: 15px;
}
.user-profile .edit-profile-form label {
  display: block;
  font-weight: bold;
}
.user-profile .edit-profile-form input,
.user-profile .edit-profile-form select {
  width: 100%;
  padding: 10px;
  border-radius: 0px;
  background-color: #ebebeb;
  border: 0;
}

@media (max-width: 992px) {
  .users-system h1.main-title {
    font-size: 1.7em;
  }
  .users-system .peppers-form {
    width: 100%;
  }
  .users-system .peppers-form .submit-btn {
    font-size: 1.2em;
  }
  .users-system .peppers-form .social-media-icons {
    display: block;
  }
  .user-profile {
    padding: 15px;
  }
  .user-profile .profile-sidebar {
    padding: 15px;
  }
  .user-profile .profile-orders-statistics {
    display: block;
  }
}
.product-view .product-shop {
  margin: 20px 0;
}
.product-view .product-shop .price-box {
  font-size: 2em;
  font-weight: bold;
}

.product-tabs-content {
  padding: 20px 0;
}
.product-tabs-content h2 {
  display: none;
}
.product-tabs-content p {
  color: #777;
}
.product-tabs-content b, .product-tabs-content strong {
  color: #4c4c4c;
  text-transform: capitalize;
  font-family: "ProximaNova Bold", sans-serif !important;
}

/* Product Tabs */
.product-tabs {
  border-top: 1px solid darkgrey;
  border-bottom: 1px solid darkgray;
  display: flex;
  padding: 10px 0;
}

.product-tabs li {
  flex: 1;
  border-right: 1px solid #a9a9a9;
}

.product-tabs li:last-child {
  border: none;
}

.product-tabs li a {
  display: block;
  font-size: 15px;
  color: grey;
  font-weight: bold;
}

.product-tabs li a:hover {
  border: none;
}

.product-tabs li a.active {
  color: #c89a4d !important;
  border: none;
}

.product-view #addedoverlay {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 600;
  background: black;
  opacity: 0.8;
}

.product-view #added {
  text-align: center;
  position: fixed;
  width: 288px;
  padding: 15px;
  min-height: 50px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  border-width: 2px;
  border-style: solid;
  z-index: 700;
  margin: 50px 350px;
}

.product-view #added .image-popup {
  float: left;
  margin: 0 8px 13px 0;
  width: 60px;
  height: 60px;
  border-width: 1px;
  border-style: solid;
}

.product-view #added img {
  width: 60px;
  height: 60px;
}

.product-view #added a {
  color: white;
}

.product-view #added a:hover {
  color: white;
  text-decoration: none;
}

.product-view #added a.button {
  float: right;
  display: block;
  padding: 5px 10px;
}

.product-view #added #hidewindow.button {
  float: left;
}

.product-view .rating-links {
  margin: 0px 3px;
}

.product-view .ratings {
  margin: 5px 0 10px;
}

.product-view .rating-box {
  margin: 0;
  height: 12px;
  width: 80px;
  background: url(../images/bkg_rating2.png) top repeat-x;
}

.product-view .rating-box .rating {
  height: 12px;
  background: url(../images/bkg_rating2.png) 0 100% repeat-x;
}

.product-view .no-rating {
  margin: 0 0 10px 0;
}

.product-view .no-rating a {
  color: #bc902d !important;
}

.product-view .product-name-main a {
  text-transform: uppercase;
  color: #bc902d;
}

.product-view .product-name-main h1 {
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #555555;
  text-align: left;
}

.product-view .addtocont .add-to-links {
  margin: 0;
}

.product-view .addtocont .add-to-links li {
  margin-left: 3px;
  padding-left: 13px;
  float: none;
  background-repeat: no-repeat;
  background-position: left center;
}

.product-view .addtocont .add-to-links li.wishlist-li {
  background-image: url(../images/wish.png);
  text-align: left;
}

.product-view .addtocont .add-to-links li.compare-li {
  background-image: url(../images/compare.png);
  text-align: left;
}

.product-view .addtocont .add-to-links li.email-friend {
  background-image: url(../images/mail.png);
  text-align: left;
}

.product-view .addtocont .add-to-links li .separator {
  display: none !important;
}

.ajax-index-options .product-view #container2 {
  margin-top: 5px;
}

.ajax-index-options .product-view #container1 #ajax_loader {
  position: relative;
  bottom: 104px;
  left: 188px;
}

.ajax-index-options .product-view #container2 #ajax_loader {
  position: relative;
  bottom: 106px;
  left: 292px;
}

.ajax-index-options .product-view #container2 button.btn-cart {
  margin-top: 14px;
}

/* Grouped Product */
.product-view .grouped-items-table .price-box {
  margin: 0;
  padding: 0;
}

.product-view .grouped-items-table .qty {
  float: left;
}

/* Block: Additional */
.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td {
  line-height: 1.25;
}

/* Block: Upsell */
.product-view .box-up-sell {
  background: white;
  margin: 15px 0 0 0;
  padding: 15px;
}

.product-view .box-up-sell .upsell-product-h {
  margin: -15px 0 15px 0;
  padding: 5px 0;
  border-bottom: 1px solid #f0f0ef;
  font-weight: normal;
  float: left;
}

/* Block: Tags */
.product-view .box-tags {
  margin: 0;
}

.product-view .box-tags h3 {
  font-size: 12px;
}

.product-view .box-tags .product-tags {
  display: block;
  margin: 0 0 15px;
}

.product-view .box-tags .product-tags li {
  display: inline;
  background: url(../images/bkg_pipe3.gif) 100% 4px no-repeat;
  padding: 0 7px 0 4px;
}

.product-view .box-tags .product-tags li.first {
  padding-left: 0;
}

.product-view .box-tags .product-tags li.last {
  background: none;
  padding-right: 0;
}

.product-view .box-tags .form-add label {
  display: block;
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 3px;
}

.product-view .box-tags .form-add .input-box {
  float: left;
  width: 305px;
  margin: 0 5px 0 0;
}

.product-view .box-tags .form-add input.input-text {
  width: 299px;
}

.product-view .box-tags .note {
  margin: 2px 0 0;
  font-size: 10px;
}

.product-view .box-tags button.button {
  margin: 0 0 0 10px;
}

/* Block: Reviews */
.product-view .box-reviews dl {
  margin: 15px 0;
}

.product-view .box-reviews dt a,
.product-view .box-reviews dt span {
  font-weight: bold;
}

.product-view .box-reviews dd {
  margin: 0 0 15px;
}

.product-view .box-reviews dd small {
  font-style: italic;
}

.product-view .box-reviews .form-add {
  margin: 15px 0 0;
}

.product-view .box-reviews .form-add h3 {
  font-size: 13px;
  font-weight: normal;
}

.product-view .box-reviews .form-add h3 span {
  font-weight: bold;
}

.product-view .box-reviews .form-add h4 {
  font-size: 12px;
}

.product-view .box-reviews .form-add .data-table td {
  text-align: center;
}

.product-view .box-reviews .form-add .form-list {
  margin: 15px 0 0;
}

.product-view .box-reviews .form-add .form-list .input-box {
  width: 47%;
  text-align: left;
}

.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea {
  width: 100%;
}

#productCarousel {
  width: 100%;
  display: block;
}
#productCarousel .carousel-indicators li {
  height: 50px;
  width: 50px;
  background-size: cover;
}
#productCarousel .carousel-inner {
  height: 400px;
}
#productCarousel .carousel-inner .carousel-item {
  height: 400px;
}
#productCarousel .carousel-inner .carousel-item a {
  height: 100%;
  width: 100%;
  margin: auto;
  display: block;
}
#productCarousel .carousel-inner .carousel-item a img {
  height: 100%;
  margin: auto;
  display: block;
}
#productCarousel .carousel-control-prev, #productCarousel .carousel-control-next {
  color: #c89a4d;
  width: 10%;
  height: 400px;
}

/* Sidebar =============================================================================== */
.all-products-page .filter-section {
  text-transform: uppercase;
  font-weight: 900;
  padding: 10px 0;
}
.all-products-page .filter-section i {
  color: #c89a4d;
}
.all-products-page .filter-list-items {
  list-style: none;
  padding-left: 0;
}
.all-products-page .filter-list-items li {
  margin-bottom: 10px;
  padding: 5px 0;
}
.all-products-page .filter-list-items li input[type=checkbox],
.all-products-page .filter-list-items li input[type=radio] {
  margin-right: 8px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .all-products-page .filter-list-items li input[type=checkbox],
.all-products-page .filter-list-items li input[type=radio] {
    transform: scale(1.2);
    margin-right: 12px;
  }
}
.all-products-page .filter-list-items li input[type=number] {
  display: block;
  width: 100%;
  padding: 10px;
  color: #000;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.all-products-page .filter-list-items li input[type=number]:focus {
  outline: none;
  border-color: #c89a4d;
}
.all-products-page .filter-list-items li label {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}
.all-products-page select {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
}
.all-products-page select:focus {
  outline: none;
  border-color: #c89a4d;
}
@media (max-width: 768px) {
  .all-products-page select {
    font-size: 16px;
  }
}

.fancybox-container {
  background: rgba(0, 0, 0, 0.5);
}

.single-product {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 520px;
  margin-bottom: 50px;
  position: relative;
}
.single-product .product-image img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.single-product .moreinfo .brand-info a {
  color: #c89a4d;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}
.single-product .moreinfo .product-name a {
  color: #000;
  font-size: 0.8em;
  text-transform: uppercase;
}
.single-product .moreinfo .price {
  font-size: 1.5em;
  font-weight: bold;
}
.single-product .product-badge {
  padding: 5px 10px;
  margin-right: 5px;
  font-size: 0.9em;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.single-product .product-badge.badge-danger {
  background-color: #c84c4c;
}
.single-product .product-badge.badge-brand {
  background-color: #c89a4d;
}
@media (max-width: 768px) {
  .single-product {
    height: auto;
  }
  .single-product .product-name {
    height: 60px; /* Set a fixed height */
    overflow: hidden; /* Hide overflowing content */
    display: -webkit-box; /* Use the WebKit box */
    -webkit-line-clamp: 3; /* Limit the number of lines */
    line-clamp: 3; /* Standard property */
    -webkit-box-orient: vertical; /* Vertical orientation */
  }
}

.products-sorting-form {
  display: block;
  background-color: #ebebeb;
  padding: 20px;
  margin-bottom: 20px;
  align-items: center;
  display: flex;
}
.products-sorting-form label {
  font-weight: bold;
  margin-bottom: 0;
  margin-right: 15px;
}
.products-sorting-form select {
  margin-right: 10px;
}
.products-sorting-form button {
  background-color: #c89a4d;
  color: #fff;
  padding: 0 10px;
  border: 0;
}

@media screen and (max-width: 768px) {
  .product-view .product-name-main h1 {
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #555555;
    text-align: left;
    font-size: 1.5em;
  }
  .products-sorting-form {
    display: block;
    flex-direction: column;
  }
  .products-sorting-form label {
    margin-bottom: 15px;
  }
  .products-sorting-form select {
    width: 70%;
  }
}
h3.header-filter {
  background-color: #C6994E;
  margin-bottom: 0;
  border-radius: 4px 4px 0px 1px;
  padding: 10px;
  font-size: 1rem;
}

#st-1.st-has-labels .st-btn {
  background-color: #000 !important;
}

@keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(10deg);
  }
  30% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  60% {
    transform: rotate(5deg);
  }
  70% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes sonar {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
body {
  font-size: 0.9rem;
}

.page-wrapper .sidebar-wrapper,
.sidebar-wrapper .sidebar-brand > a,
.sidebar-wrapper .sidebar-dropdown > a:after,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
.sidebar-wrapper ul li a i,
.page-wrapper .page-content,
.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text,
.sidebar-wrapper .sidebar-menu ul li a,
#show-sidebar,
#close-sidebar {
  transition: all 0.3s ease;
}

/*----------------page-wrapper----------------*/
.page-wrapper {
  height: 100vh;
}

.filter-color {
  background-color: #c89a4d;
}

.page-wrapper .theme {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 4px;
  margin: 2px;
}

.page-wrapper .theme.chiller-theme {
  background: #1e2229;
}

/*----------------toggeled sidebar----------------*/
.page-wrapper.toggled .sidebar-wrapper {
  left: 0px;
  width: 310px;
}

@media screen and (min-width: 768px) {
  .page-wrapper.toggled .page-content {
    padding-left: 300px;
  }
}
@media screen and (max-width: 767px) {
  .page-wrapper.toggled .sidebar-wrapper {
    width: 85%;
    max-width: 350px;
  }
}
/*----------------show sidebar button----------------*/
#show-sidebar {
  font-size: 18px;
  position: fixed;
  left: 0;
  top: 40%;
  border-radius: 0 4px 4px 0px;
  transition: all 0.3s ease;
  height: 45px;
  display: flex;
  align-items: center;
  color: white;
  z-index: 10;
  padding: 0 15px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
}
#show-sidebar:hover {
  transform: translateX(3px);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
}
#show-sidebar:focus {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.page-wrapper.toggled #show-sidebar {
  left: -100px;
  opacity: 0;
  pointer-events: none;
}

#show-sidebar i {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  #show-sidebar {
    top: auto;
    bottom: 80px;
    height: 50px;
    padding: 0 12px;
  }
  #show-sidebar span {
    display: none !important;
  }
}
/*----------------sidebar-wrapper----------------*/
.sidebar-wrapper {
  width: 260px;
  height: 100%;
  max-height: 100%;
  position: fixed;
  top: 0;
  left: -300px;
  z-index: 1000;
  transition: left 0.3s ease;
}

.page-wrapper.toggled::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 998;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

@media screen and (max-width: 767px) {
  .page-wrapper.toggled::before {
    display: block;
    opacity: 1;
  }
}
.sidebar-wrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.sidebar-wrapper a {
  text-decoration: none;
}

/*----------------sidebar-content----------------*/
.sidebar-content {
  height: 100%;
  overflow-y: auto;
  position: relative;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 30px;
}

.sidebar-content.desktop {
  overflow-y: hidden;
}

.sidebar-content form {
  display: block;
  width: 100%;
}

.sidebar-content .block-content {
  padding-bottom: 20px;
}

/*--------------------sidebar-brand----------------------*/
.sidebar-wrapper .sidebar-brand {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
  position: sticky;
  top: 0;
  z-index: 1001;
}

.sidebar-wrapper .sidebar-brand > a {
  text-transform: uppercase;
  font-weight: bold;
  flex-grow: 1;
}

.sidebar-wrapper .sidebar-brand #close-sidebar {
  cursor: pointer;
  font-size: 20px;
  transition: all 0.2s ease;
}
.sidebar-wrapper .sidebar-brand #close-sidebar:hover {
  transform: scale(1.1);
}

/*--------------------sidebar-header----------------------*/
.sidebar-wrapper .sidebar-header {
  padding: 20px;
  overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic {
  float: left;
  width: 60px;
  padding: 2px;
  border-radius: 12px;
  margin-right: 15px;
  overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.sidebar-wrapper .sidebar-header .user-info {
  float: left;
}

.sidebar-wrapper .sidebar-header .user-info > span {
  display: block;
}

.sidebar-wrapper .sidebar-header .user-info .user-role {
  font-size: 12px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status {
  font-size: 11px;
  margin-top: 4px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status i {
  font-size: 8px;
  margin-right: 4px;
  color: #5cb85c;
}

/*-----------------------sidebar-search------------------------*/
.sidebar-wrapper .sidebar-search > div {
  padding: 10px 20px;
}

/*----------------------sidebar-menu-------------------------*/
.sidebar-wrapper .sidebar-menu {
  padding-bottom: 10px;
}

.sidebar-wrapper .sidebar-menu .header-menu span {
  font-weight: bold;
  font-size: 14px;
  padding: 15px 20px 5px 20px;
  display: inline-block;
}

.sidebar-wrapper .sidebar-menu ul li a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  position: relative;
  padding: 8px 30px 8px 20px;
}

.sidebar-wrapper .sidebar-menu ul li a i {
  margin-right: 10px;
  font-size: 12px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
}

.sidebar-wrapper .sidebar-menu ul li a:hover > i::before {
  display: inline-block;
  animation: swing ease-in-out 0.5s 1 alternate;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown > a:after {
  font-family: "ProximaNova Bold", sans-serif !important;
  font-weight: 900;
  content: "\f105";
  font-style: normal;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  background: 0 0;
  position: absolute;
  right: 15px;
  top: 14px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
  padding: 5px 0;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
  padding-left: 25px;
  font-size: 13px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
  content: "\f111";
  font-family: "ProximaNova Bold", sans-serif !important;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
  font-size: 8px;
}

.sidebar-wrapper .sidebar-menu ul li a span.label,
.sidebar-wrapper .sidebar-menu ul li a span.badge {
  float: right;
  margin-top: 8px;
  margin-left: 5px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
  float: right;
  margin-top: 0px;
}

.sidebar-wrapper .sidebar-menu .sidebar-submenu {
  display: none;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a:after {
  transform: rotate(90deg);
  right: 17px;
}

.sidebar-wrapper .price-filter {
  margin-bottom: 10px;
}

.sidebar-wrapper .filter-btn-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #FFF;
  width: 100%;
  max-width: 100%;
  padding: 15px;
  margin-top: 20px;
  margin-bottom: 30px;
  box-sizing: border-box;
}

.sidebar-wrapper .filter-btn,
.sidebar-wrapper .reset-btn {
  width: 100% !important;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.sidebar-wrapper .filter-btn:hover,
.sidebar-wrapper .reset-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.sidebar-wrapper .filter-btn:active,
.sidebar-wrapper .reset-btn:active {
  transform: translateY(0);
}

.sidebar-wrapper .filter-btn i {
  margin-right: 5px;
}

.sidebar-wrapper .reset-btn {
  background-color: #6c757d;
  border-color: #6c757d;
}
.sidebar-wrapper .reset-btn:hover {
  background-color: #5a6268;
  border-color: #545b62;
}

@media screen and (min-width: 769px) {
  .sidebar-wrapper .filter-btn-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .sidebar-wrapper .price-filter {
    margin-bottom: 10px;
  }
}
.sidebar-wrapper .filter-btn-container {
  width: 100%;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  margin-top: 0;
  margin-bottom: 0;
}

.page-wrapper:not(.toggled) .sidebar-wrapper .filter-btn-container {
  display: none;
}

/*--------------------------side-footer------------------------------*/
.sidebar-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  display: flex;
}

.sidebar-footer > a {
  flex-grow: 1;
  text-align: center;
  height: 30px;
  line-height: 30px;
  position: relative;
}

.sidebar-footer > a .notification {
  position: absolute;
  top: 0;
}

.badge-sonar {
  display: inline-block;
  background: #980303;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  position: absolute;
  top: 0;
}

.badge-sonar:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #980303;
  opacity: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  animation: sonar 1.5s infinite;
}

/*--------------------------page-content-----------------------------*/
.page-wrapper .page-content {
  display: inline-block;
  width: 100%;
  padding-left: 0px;
  padding-top: 20px;
}

.page-wrapper .page-content > div {
  padding: 20px 40px;
}

.page-wrapper .page-content {
  overflow-x: hidden;
}

/*------scroll bar---------------------*/
::-webkit-scrollbar {
  width: 5px;
  height: 7px;
}

::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

::-webkit-scrollbar-thumb {
  background: #525965;
  border: 0px none #ffffff;
  border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover {
  background: #525965;
}

::-webkit-scrollbar-thumb:active {
  background: #525965;
}

::-webkit-scrollbar-track {
  background: transparent;
  border: 0px none #ffffff;
  border-radius: 50px;
}

::-webkit-scrollbar-track:hover {
  background: transparent;
}

::-webkit-scrollbar-track:active {
  background: transparent;
}

::-webkit-scrollbar-corner {
  background: transparent;
}

/*-----------------------------chiller-theme-------------------------------------------------*/
.chiller-theme .sidebar-wrapper {
  background: #ffffff;
  box-shadow: 0px 0px 9px -4px;
  overflow: visible;
}

.chiller-theme .sidebar-wrapper .sidebar-header,
.chiller-theme .sidebar-wrapper .sidebar-search,
.chiller-theme .sidebar-wrapper .sidebar-menu {
  border-top: 1px solid #3a3f48;
}

.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
  border-color: transparent;
  box-shadow: none;
}

.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-role,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-status,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text,
.chiller-theme .sidebar-wrapper .sidebar-brand > a,
.chiller-theme .sidebar-wrapper .sidebar-menu ul li a,
.chiller-theme .sidebar-footer > a {
  color: #000000;
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li:hover > a,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info,
.chiller-theme .sidebar-wrapper .sidebar-brand > a:hover,
.chiller-theme .sidebar-footer > a:hover i {
  color: #000000;
}

.page-wrapper.chiller-theme.toggled #close-sidebar {
  color: #000000;
}

.page-wrapper.chiller-theme.toggled #close-sidebar:hover {
  color: #000000;
}

.chiller-theme .sidebar-wrapper ul li:hover a i,
.chiller-theme .sidebar-wrapper .sidebar-dropdown .sidebar-submenu li a:hover:before,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu:focus + span,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active a i {
  color: #16c7ff;
  text-shadow: 0px 0px 10px rgba(22, 199, 255, 0.5);
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li a i,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown div,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
  background: #3a3f48;
}

.chiller-theme .sidebar-wrapper .sidebar-menu .header-menu span {
  color: #6c7b88;
}

.chiller-theme .sidebar-footer {
  background: #3a3f48;
  box-shadow: 0px -1px 5px #282c33;
  border-top: 1px solid #464a52;
}

.chiller-theme .sidebar-footer > a:first-child {
  border-left: none;
}

.chiller-theme .sidebar-footer > a:last-child {
  border-right: none;
}

@media (max-width: 768px) {
  .page-wrapper.toggled .sidebar-wrapper {
    width: 85%;
    max-width: 350px;
    box-shadow: 2px 0 15px rgba(0, 0, 0, 0.3);
  }
  #show-sidebar {
    z-index: 15;
  }
  .all-products-page .card-body {
    padding: 15px;
  }
  .all-products-page .filter-section {
    font-size: 14px;
    padding: 12px 0;
  }
  .all-products-page .filter-list-items li {
    padding: 8px 0;
    font-size: 15px;
  }
  .sidebar-wrapper .sidebar-brand {
    padding: 15px 20px;
  }
  .sidebar-wrapper .sidebar-brand #close-sidebar {
    padding: 5px;
    font-size: 24px;
  }
}
#homepage-video::-internal-media-controls-download-button {
  display: none;
}

/* Shopping Cart ========================================================================= */
/* Shopping Cart Table */
.single-cart-card {
  background-color: #fff;
  padding: 15px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  display: flex;
}
.single-cart-card.item-not-available {
  background-color: #ebebeb;
}
.single-cart-card .image-container {
  flex: 1;
  margin-right: 25px;
}
.single-cart-card .image-container img {
  width: 120px;
  height: 120px;
}
.single-cart-card .content-container {
  flex: 3;
}
.single-cart-card .content-container h4 {
  font-size: 1em;
  margin-bottom: 0;
  line-height: 1.2em;
}
.single-cart-card .content-container ul {
  list-style-type: none;
  margin-bottom: 25px;
}
.single-cart-card .content-container ul li {
  display: inline-block;
  font-size: 0.7em;
  color: #777;
  margin-right: 15px;
}
.single-cart-card .content-container ul li i {
  color: #c89a4d;
}
.single-cart-card .content-container .change-cart-count a {
  margin-left: 10px;
  background-color: #c84c4c;
  border-radius: 4px;
  color: #fff;
  padding: 3px 10px;
  font-size: 0.7em;
}

.cart thead {
  background-color: #ebebeb;
  border: 0;
}
.cart thead th {
  font-weight: bold;
}
.cart .product-name a {
  color: #000;
}
.cart .cart-edit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cart .cart-edit input {
  flex: 3;
  border: 1px solid #ebebeb;
  border-radius: 0;
  padding: 5px;
  margin-right: 15px;
}
.cart .cart-edit a {
  flex: 1;
  display: block;
  color: #c84c4c;
}

#discount-coupon-form input {
  margin-bottom: 15px;
}

.choose-checkout-method {
  position: fixed;
  width: 60%;
  left: 20%;
  right: 20%;
  top: 10%;
  height: auto;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  padding: 80px 50px;
  display: none;
}
.choose-checkout-method .coupon-code {
  background-color: #c89a4d;
  color: #fff;
  font-size: 2em;
  margin: 30px 0;
  display: block;
  padding: 5px;
  text-align: center;
}
.choose-checkout-method a:hover {
  text-decoration: none;
}
.choose-checkout-method .choose-checkout-method__card {
  background-color: #ebebeb;
  padding: 25px;
  text-align: center;
  color: #000;
  transition: all ease 0.3s;
}
.choose-checkout-method .choose-checkout-method__card i {
  display: block;
  font-size: 3em;
  color: #c89a4d;
  margin-bottom: 20px;
}
.choose-checkout-method .choose-checkout-method__card:hover {
  transition: all ease 0.3s;
  background-color: #c89a4d;
  text-decoration: none;
  color: #fff;
}
.choose-checkout-method .choose-checkout-method__card:hover i {
  color: #fff;
}
.choose-checkout-method #close-checkout-popup {
  background-color: #c89a4d;
  color: #fff;
  padding: 5px;
}

@media screen and (max-width: 768px) {
  /* Shopping Cart ========================================================================= */
  /* Shopping Cart Table */
  .cart thead th {
    font-size: 0.8em;
  }
  .cart .product-name a {
    font-size: 0.8em;
  }
  .single-cart-card .image-container img {
    width: 80px;
    height: 80px;
  }
  .choose-checkout-method {
    position: fixed;
    width: 96%;
    left: 2%;
    right: 2%;
    top: 15%;
    height: 600px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 20px 10px;
  }
  .choose-checkout-method .coupon-code {
    font-size: 1.2em;
    margin: 15px 0;
    text-align: center;
  }
  .choose-checkout-method .choose-checkout-method__card {
    padding: 25px;
  }
  .choose-checkout-method .choose-checkout-method__card i {
    display: block;
    font-size: 2em;
    color: #c89a4d;
    margin-bottom: 20px;
  }
}
.order-summary {
  background-color: #ebebeb;
  padding: 20px 10px;
}
.order-summary b {
  color: #c89a4d;
}
.order-summary .checkout-cart-items {
  margin-top: 20px;
}
.order-summary .checkout-cart-items li {
  display: flex;
}
.order-summary .checkout-cart-items li img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.order-summary .checkout-cart-items li p {
  font-size: 0.85em;
}

.checkout-section h5 {
  margin-bottom: 0;
  font-weight: bold;
  margin-bottom: 20px;
  border-left: 5px solid #c89a4d;
  padding-left: 10px;
}
.checkout-section form label {
  display: block;
  font-weight: bold;
  margin-bottom: 0;
}
.checkout-section form input:not([type=checkbox]):not([type=radio]), .checkout-section form select, .checkout-section form textarea {
  display: block;
  width: 100%;
  border: 1px solid #777;
  padding: 5px;
  margin-bottom: 20px;
  height: 35px;
}
.checkout-section form textarea {
  height: 90px;
}
.checkout-section form .payment-methods li {
  margin-bottom: 20px;
  font-size: 1.3em;
}
.checkout-section form .payment-methods li img {
  width: 35px;
}
.checkout-section form .payment-methods li input {
  margin-right: 10px;
}

.contact-us-page .contact-info h2 {
  font-weight: bold;
  color: #c89a4d;
  font-size: 1.7em;
}
.contact-us-page .contact-info ul li {
  margin-bottom: 15px;
}
.contact-us-page .contact-info ul li a {
  color: #000;
}
.contact-us-page form label, .contact-us-page form input, .contact-us-page form textarea {
  display: block;
}
.contact-us-page form label {
  margin-bottom: 0;
  font-weight: bold;
}
.contact-us-page form input, .contact-us-page form textarea {
  width: 100%;
  margin-bottom: 25px;
  padding: 5px;
  border-radius: 0;
}

.sell-form .form-group input:not([type=checkbox]), .sell-form .form-group select, .sell-form .form-group .select2-selection--single {
  border: 1px solid #ccc;
  border-radius: 0;
  height: 37px;
}
.sell-form .form-group input:not([type=checkbox]) .select2-selection__rendered, .sell-form .form-group select .select2-selection__rendered, .sell-form .form-group .select2-selection--single .select2-selection__rendered {
  margin-top: 4px;
}

.watches-inquiry-form {
  background-color: #ebebeb;
}
.watches-inquiry-form label {
  display: block;
  font-weight: bold;
}
.watches-inquiry-form input, .watches-inquiry-form select {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  padding: 10px;
  border: 1px solid #777;
  height: 40px;
}

.auction-timer.disabled {
  display: none !important;
}

.limited-time-offer {
  background-color: #f3efe4;
  padding: 20px 0;
}
.limited-time-offer .offer-text {
  font-size: 1.5em;
  color: #888;
  align-items: center;
  display: flex;
  margin-bottom: 15px;
}
.limited-time-offer .offer-text .arrow-icon {
  position: absolute;
  width: 150px;
  height: auto;
  top: 0;
  right: 70px;
}
.limited-time-offer .offer-text b {
  font-size: 1.1em;
  color: #c89a4d;
  margin: 0 5px 0 5px;
  font-weight: bold;
  text-transform: uppercase;
}
.limited-time-offer .offer-text small {
  font-size: 0.6em;
}

#timer div {
  background-color: #000000;
  color: #ffffff;
  width: 60px;
  height: 65px;
  font-size: 20px;
  font-weight: 700;
  margin: 0 20px;
}

#timer div span {
  display: block;
  margin-top: -2px;
  font-size: 12px;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .limited-time-offer .offer-text {
    font-size: 1em;
  }
  .limited-time-offer .offer-text .arrow-icon {
    display: none;
  }
  .limited-time-offer .offer-text b {
    font-size: 1.3em;
  }
  #timer {
    margin-top: -20px;
  }
  #timer div {
    width: 50px;
    height: 50px;
    font-size: 15px;
    margin: 40px 10px 0 10px;
  }
  #timer div span {
    font-size: 10px;
  }
}
#cart-limited-offer-slider .single-product {
  height: 500px;
}

#fifty-percent-offer {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #000;
  color: #fff;
  padding: 10px 25px;
  z-index: 99;
}
#fifty-percent-offer i {
  transition: all ease 0.3s;
  margin-right: 10px;
}
#fifty-percent-offer:hover {
  text-decoration: none;
}
#fifty-percent-offer:hover i {
  transition: all ease 0.3s;
  transform: scale(1.6) translateX(-5px);
}

.blink_me {
  animation: pulse-black 2s linear infinite;
}

@keyframes pulse-black {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
.social_shopping .hidden {
  display: none;
}
.social_shopping svg {
  width: 20px;
  height: 20px;
  margin-right: 7px;
}
.social_shopping button, .social_shopping .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 2px;
  text-transform: capitalize;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 4px;
  border: 1px solid #ddd;
  cursor: pointer;
}
.social_shopping button:hover, .social_shopping .button:hover {
  border-color: #cdd;
}
.social_shopping .share-button, .social_shopping .copy-link {
  padding-left: 30px;
  padding-right: 30px;
}
.social_shopping .share-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999999;
}
.social_shopping .share-dialog {
  display: none;
  width: 95%;
  max-width: 500px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  z-index: -1;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 4px;
  background-color: #fff;
}
.social_shopping .share-dialog.is-open {
  display: block;
  z-index: 2;
}
.social_shopping header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.social_shopping .targets {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  margin-bottom: 20px;
}
.social_shopping .close-button {
  background-color: transparent;
  border: none;
  padding: 0;
}
.social_shopping .close-button svg {
  margin-right: 0;
}
.social_shopping .link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 4px;
  background-color: #eee;
}
.social_shopping .pen-url {
  margin-right: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.more-deals-mini-view {
  background: url("../images/deals-banner.jpg") no-repeat center center;
  background-size: cover;
  padding: 40px;
  text-transform: uppercase;
  color: #fff;
  font-size: 3em;
  font-weight: bold;
  display: flex;
  align-items: center;
  width: 100%;
  height: 130px;
}
.more-deals-mini-view div {
  flex: 5;
  margin-bottom: 0;
}
.more-deals-mini-view div p {
  display: none;
}
.more-deals-mini-view a {
  flex: 1;
  font-size: 0.5em;
  display: block;
}

.contact-map-card h2 {
  color: #c89a4d;
  font-size: 1.5em;
  font-weight: bold;
}
.contact-map-card p {
  color: #777;
  font-size: 1.1em;
}
.contact-map-card iframe {
  width: 100%;
  border: 0;
  height: 300px;
  border: 1px solid #c89a4d;
  margin-bottom: 35px;
}

#bid-added {
  position: fixed;
  background-color: #898989;
  padding: 16px 29px;
  border-radius: 50px;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000000000000003000000000;
  display: none;
}
#bid-added p {
  margin: 0;
}

@media (max-width: 768px) {
  .more-deals-mini-view {
    background: url("../images/deals-banner-mobile.jpg") no-repeat center center;
    font-size: 1em;
    flex-direction: column;
    height: auto;
  }
  .more-deals-mini-view div p {
    display: block;
    font-size: 1.4em;
    text-align: center;
  }
  .more-deals-mini-view a {
    font-size: 1em;
  }
}
@media screen and (min-width: 768px) {
  .currency-switcher {
    display: none !important;
  }
}
.listed-elements a {
  display: block;
  text-decoration: underline;
  font-weight: 600;
  font-size: 16px;
  margin-top: 10px;
}
.listed-elements .read-more-button {
  padding: 8px 33px;
  border: 0;
  margin: 10px 0;
  color: #000;
  display: block;
  font-size: 16px;
}
.listed-elements .more-text {
  display: none;
}
.listed-elements .block-item {
  display: block;
}

.breadcrumb {
  background-color: transparent;
  padding: 0;
}
.breadcrumb .breadcrumb-item a {
  color: #c89a4d;
  font-weight: bold;
}

.blog h5 a {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.blog-wrapper .hero-section {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-wrapper .hero-section h1 {
  color: white;
}

.recent-blogs {
  background-color: #F6F6F6;
  padding: 25px;
  position: sticky;
  top: 40px;
}
.recent-blogs h2 {
  font-size: 22px;
  font-weight: 600;
  border-bottom: 2px solid #c89a4d;
  margin-bottom: 15px;
}

.mini-blog {
  border: 0;
  background-color: transparent;
}
.mini-blog .blog-img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.mini-blog .card-body {
  padding: 10px 5px;
}
.mini-blog .card-title a {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}
.mini-blog .blog-date {
  font-size: 12px;
  color: #777;
  display: flex;
  align-items: center;
}
.mini-blog .blog-date svg {
  fill: #777;
  font-size: 15px;
  width: 14px;
}

.float-contact-btns {
  position: fixed;
  bottom: 20px;
  left: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 1000;
}
.float-contact-btns a {
  padding: 14px 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  border-radius: 50px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  min-width: 140px;
  white-space: nowrap;
}
.float-contact-btns a i, .float-contact-btns a svg {
  font-size: 22px;
  margin-right: 10px;
  transition: transform 0.3s ease;
}
.float-contact-btns a .btn-text {
  font-family: "ProximaNova Bold", sans-serif;
  letter-spacing: 0.5px;
}
.float-contact-btns a:hover {
  text-decoration: none;
  transform: translateX(5px) scale(1.05);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.3);
}
.float-contact-btns a:hover i, .float-contact-btns a:hover svg {
  transform: scale(1.1);
}
.float-contact-btns a:active {
  transform: translateX(5px) scale(0.98);
}
.float-contact-btns .whatsapp-cta {
  background: linear-gradient(135deg, #25D366 0%, #20BA5A 100%);
  position: relative;
  overflow: hidden;
  animation: pulse-whatsapp 2s ease-in-out infinite;
}
.float-contact-btns .whatsapp-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}
.float-contact-btns .whatsapp-cta:hover::before {
  left: 100%;
}
.float-contact-btns .whatsapp-cta i {
  color: #fff;
}
.float-contact-btns .call-cta {
  background: linear-gradient(135deg, #4A5568 0%, #2D3748 100%);
}
.float-contact-btns .call-cta i {
  color: #fff;
}
.float-contact-btns .call-cta:hover {
  background: linear-gradient(135deg, #2D3748 0%, #1A202C 100%);
}
@media screen and (max-width: 768px) {
  .float-contact-btns {
    bottom: 15px;
    right: 15px;
    gap: 10px;
  }
  .float-contact-btns a {
    padding: 12px 16px;
    font-size: 14px;
    min-width: auto;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .float-contact-btns a i {
    font-size: 20px;
    margin-right: 8px;
  }
}
@media screen and (max-width: 576px) {
  .float-contact-btns {
    bottom: 10px;
    right: 10px;
    gap: 8px;
  }
  .float-contact-btns a {
    padding: 10px 14px;
    font-size: 13px;
    min-width: auto;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .float-contact-btns a i {
    font-size: 18px;
    margin-right: 6px;
  }
  .float-contact-btns a .btn-text {
    font-size: 12px;
  }
}
@media screen and (max-width: 400px) {
  .float-contact-btns a {
    padding: 8px 12px;
    font-size: 12px;
    min-width: auto;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .float-contact-btns a i {
    font-size: 16px;
    margin-right: 5px;
  }
}

@keyframes pulse-whatsapp {
  0%, 100% {
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
  }
  50% {
    box-shadow: 0 4px 25px rgba(37, 211, 102, 0.6);
  }
}
.sale-button {
  color: #fff !important;
  background-color: #c89a4d;
  padding: 10px 20px;
  box-shadow: 0 0 15px #e2bc7d;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 768px) {
  .sale-button:hover {
    box-shadow: 0 0 25px #e2bc7d;
    transform: scale(1.1);
  }
}
/* Styles for the overlay */
.overlay {
  display: none;
  /*Hidetheoverlaybydefault*/
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  animation: fadeInOverlay 0.5s ease forwards;
  -webkit-animation: fadeInOverlay 0.5s ease forwards;
}
.overlay.popup-overlay {
  background-color: rgba(26, 26, 26, 0.5); /* Semi-transparent background color */
  -webkit-backdrop-filter: blur(5px); /* Safari and older WebKit browsers */
  backdrop-filter: blur(5px); /* Standard syntax for modern browsers */
  -webkit-filter: blur(4px); /* Directly blurs the element itself */
}

/* Styles for the fixed button */
.fixed-button {
  position: fixed;
  bottom: 120px;
  right: 25px;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  z-index: 10;
  color: #FFF;
  display: flex;
  align-items: center;
  background-color: transparent;
}
.fixed-button img {
  width: 70px;
}
@media screen and (max-width: 576px) {
  .fixed-button {
    bottom: 30px;
  }
  .fixed-button img {
    width: 45px;
  }
}

#openPopupButton {
  animation: pulse 0.4s infinite alternate;
  -webkit-animation: pulse 0.4s infinite alternate;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
/* Styles for the popup */
.popup {
  display: none; /* Hide the popup by default */
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #f7f5f5;
  border: 1px solid #ccc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  width: 50vw;
  animation: slideInPopup 0.5s ease forwards; /* Animation to slide in the popup */
  border: 0;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .popup {
    height: auto;
  }
}
.popup .content {
  padding: 20px 25px;
}
.popup .popup-closer {
  position: absolute;
  top: -50px;
  right: 0;
  color: #fff;
  font-size: 27px;
  cursor: pointer;
}
.popup .img-container {
  max-height: 400px;
  overflow: hidden;
}
.popup .img-container a {
  width: 100%;
  height: 100%;
  background-image: url("../../public/images/homepage/popup.jpeg");
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 500px;
}
.popup a {
  display: inline-block;
}
.popup h2 {
  font-size: 45px;
  font-weight: 900;
}
.popup h2 small {
  font-size: 30px;
}
.popup .sale-link {
  background-color: #CBAB49;
  padding: 10px 35px;
  margin-top: 15px;
  color: #FFF;
  font-size: 18px;
  display: flex;
  text-align: center;
  display: block;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.popup .sale-link:hover {
  text-decoration: none;
}
.popup img {
  width: 100%;
}

@media screen and (max-width: 700px) {
  .popup h2 {
    font-size: 40px !important;
  }
}
@media screen and (max-width: 768px) {
  .popup {
    height: auto;
    width: 80%;
  }
}
@media screen and (max-width: 1200px) {
  .popup .img-container a {
    height: 280px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .popup {
    width: 50%;
  }
}
@keyframes fadeInOverlay {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideInPopup {
  from {
    opacity: 0;
    transform: translate(-50%, -60%); /* Start above the viewport */
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%); /* Move to center of the viewport */
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
#close-search-form {
  position: absolute;
  top: 40px;
  right: 50px;
  font-size: 30px;
  color: #fff;
}

.trends img {
  max-width: 100%;
  max-height: -moz-min-content;
  max-height: min-content;
}

.homepage .hero-heading {
  font-size: 1.5rem;
  line-height: 1.3;
  margin-bottom: 1rem;
  font-weight: bold;
}
@media (min-width: 576px) {
  .homepage .hero-heading {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .homepage .hero-heading {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  .homepage .hero-heading {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .homepage .hero-heading {
    font-size: 3.5rem;
  }
}
.homepage .hero-subheading {
  font-size: 1.1rem;
  margin-top: 0.5rem;
}
@media (min-width: 576px) {
  .homepage .hero-subheading {
    font-size: 1.3rem;
  }
}
@media (min-width: 768px) {
  .homepage .hero-subheading {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .homepage .hero-subheading {
    font-size: 1.8rem;
  }
}
@media (min-width: 1200px) {
  .homepage .hero-subheading {
    font-size: 2rem;
  }
}
.homepage .hero-small-text {
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 576px) {
  .homepage .hero-small-text {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .homepage .hero-small-text {
    font-size: 1.1rem;
  }
}
@media (min-width: 992px) {
  .homepage .hero-small-text {
    font-size: 1.2rem;
  }
}
.homepage .hero-description {
  font-size: 0.95rem;
  margin: 1rem 0;
  line-height: 1.5;
}
@media (min-width: 576px) {
  .homepage .hero-description {
    font-size: 1.1rem;
  }
}
@media (min-width: 768px) {
  .homepage .hero-description {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  .homepage .hero-description {
    font-size: 1.4rem;
  }
}
