@import url('fonts.css');

html, body {
    max-width: 100%;
    overflow-x: hidden;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
}

body p {
    font-size: 15px;
    line-height: 1.8em;
    color: #727272;
}

.text-barlow {
    font-family: "Barlow", sans-serif;
}

.text-oswald {
    font-family: "Oswald", sans-serif;
}

.text-abel {
    font-family: "Abel", sans-serif;
}  

.text-anton {
    font-family: "Anton", sans-serif;
}

.text-manrope {
    font-family: "Manrope", sans-serif;
}

.text-quicksand {
    font-family: "Quicksand", sans-serif;
}

.text-inter {
    font-family: "Inter", sans-serif;
}

.text-montserrat {
    font-family: "Montserrat", sans-serif;
}

.text-raleway {
    font-family: "Raleway", sans-serif;
}

.text-poppins {
    font-family: "Poppins", sans-serif;
}

.text-open-sans {
    font-family: "Open Sans", sans-serif;
}

.text-lato {
    font-family: "Lato", sans-serif;
}

.text-lobster-two {
    font-family: "Lobster Two", sans-serif;
}

.text-lobster {
    font-family: "Lobster", sans-serif;
}

.font-100 {
    font-weight: 100;
}

.font-200 {
    font-weight: 200;
}

.font-300 {
    font-weight: 300;
}

.font-400 {
    font-weight: 400;
}

.font-500 {
    font-weight: 500;
}

.font-600 {
    font-weight: 600;
}

.font-700 {
    font-weight: 700;
}

.font-800 {
    font-weight: 800;
}

.font-900 {
    font-weight: 900;
}

.font-10 {
    font-size: 10px;
}

.font-11 {
    font-size: 11px;
}

.font-12 {
    font-size: 12px;
}

.font-13 {
    font-size: 13px;
}

.font-14 {
    font-size: 14px;
}

.font-15 {
    font-size: 15px;
}

.font-16 {
    font-size: 16px;
}

/* First Color Group */
.text-maroon {
    color: #49111c;
}

.text-gold {
    color: #f8df73;
}

/* Second Color Group */
.text-light-yellow {
    color: #fffbe5;
}

.text-brown {
    color: #966048;
}

.img-logo {
    width: 120px;
}

.navbar {
    background: #49111c;
}

.navbar.fixed-top {
  box-shadow: 0 0 0.625rem 0 rgb(0 0 0 / 10%);
}


.toggle-btn {
  color: #f8df73;
  font-size: 22px;
  border: none;
}

.toggle-btn:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

.navbar-nav .nav-item {
    margin-right: 10px;
}

.navbar-nav .nav-item .nav-link {
    color: white;
    font-size: 14px;
}

.navbar-nav .nav-item.active .nav-link {
    color: #f8df73;
}

/* Dropdown Styles */

.deskdropend .dropdown-toggle {
  /* color: salmon; */
  margin-left: 1em;
}
.dropdown-item:hover {
  /* background-color: lightsalmon; */
  color: #fff;
}
.dropdown .deskdrop-menu {
  display: none;
}
.dropdown:hover > .deskdrop-menu,
.deskdropend:hover > .deskdrop-menu {
  display: block;
  margin-top: 0.125em;
  margin-left: 0.125em;
}
@media screen and (min-width: 769px) {
  .deskdropend:hover > .deskdrop-menu {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .deskdropend .dropdown-toggle {
    margin-left: 0.5em;
  }
}

.deskdrop-menu {
  background: #fffbe5;
  border-radius: 0px;
  font-size: 15px;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  padding: 0px;
  border: none;
}

.deskdrop-menu li {
  border-bottom: 1px solid #49111c;
}

.deskdrop-menu li:last-child {
  border-bottom: none;
}

.deskdrop-menu li a {
  padding: 8px 15px;
}

.deskdrop-menu li:hover a{
  color: #49111c;
  background: #fffbe5;
}

.deskdrop-menu li a:hover {
  color: #fffbe5;
  background: #49111c;
}

/* End Dropdown Styles */

.btn-search {
    color: white;
    background: transparent;
    padding: 0px;
    border: none;
}

.btn-search:focus {
    color: white !important;
    outline: none;
}

.btn-user {
    color: white;
    background: transparent;
    font-size: 20px;
    padding: 0px;
    border: none;
    margin-top: 3px;
    margin-left: 15px;
}

.btn-user:hover {
    color: #f8df73;
}

.btn-user:focus {
    color: #f8df73 !important;
    outline: none !important;
    border: none !important;
}

.cart-icon-area {
    margin-left: 15px;
    margin-top: 3px;
    position: relative;
}

.cart-icon-area .cart-icon {
    color: white;
    font-size: 27px;
}

.cart-icon-area .cart-count {
    color: #49111c;
    background: #f8df73;
    position: absolute;
    top: 0;
    right: 0;
    padding: 2px 4px;
    border-radius: 50%;
    margin-top: -2px;
    margin-right: -3px;
}

/* Search Modal Styles */

.search-group input {
  border-radius: 0px;
}

.search-group input:focus {
  box-shadow: none;
  outline: none;
  border-color: white;
}

.search-group .btn-search-red {
  border-radius: 0px;
  background: #49111c;
  color: white;
}


/* End Search Modal Styles */

.banner-one {
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.6)) , url(../img/afro-lady-banner.jpg) no-repeat center;
    min-height: 552px;
    background-size: cover;
    padding-top: 110px;
}

.banner-two {
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.6)) , url(../img/womens-fash-banner.jpg) no-repeat center;
    min-height: 552px;
    background-size: cover;
    padding-top: 110px;
}

.banner-three {
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.6)) , url(../img/general-collections.jpg) no-repeat center;
    min-height: 552px;
    background-size: cover;
    padding-top: 110px;
}

.banner-content h1 {
    font-family: "Raleway", sans-serif;
    color: white;
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 400;
}

.banner-content p {
    color: white;
    font-size: 16px;
    margin-top: 20px;
}

.btn-ban-area {
    margin-top: 30px;
}

.btn-banner {
    color: #f8df73;
    border: 1px solid #f8df73;
    border-radius: 0px;
    text-transform: uppercase;
    font-size: 14px;
    padding: 15px 35px;
}

.btn-banner:hover {
    color: #49111c;
    border: 1px solid #f8df73;
    background-color: #f8df73;
}

.banner-area {
    position: relative;
}

.banner-area .carousel-arrow {
    border: 0;
    background: transparent;
    /* display: none !important; */
    /* height: 50px;
    width: 45px; */
    position: absolute;
    z-index: 5;
    top: 45%;
    transform: translate(0, -50%);
    outline: 0;
    cursor: pointer;
    color: #f8df73;
    font-size: 60px;
    transition: all 0.5s ease-in-out;
  }

  /* .banner-area .carousel-arrow.prev:hover {
    padding-left: 15px;
  }

  .banner-area .carousel-arrow.next:hover {
    padding-right: 15px;
  } */

  /* .banner-area:hover .carousel-arrow {
     display: block !important;
  } */

  /* Modificação só pra a seta do próximo carousel ficar na direita */

  .banner-area .carousel-arrow.next {
    right: 20px;
  }

  .banner-area .carousel-arrow.prev {
    left: 20px;
  }

  .slider-dots {
    list-style: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .slider-dots li {
    display: inline-block;
    margin: 0 5px;
  }

  .slider-dots li > button {
    width: 10px;
    height: 12px;
    border: 3px solid white;
    border: transparent;
    background: white;
    color: transparent;
    border-radius: 50%;
    cursor: pointer;
    outline: none;
  }

  .slider-dots li.slick-active > button {
    background: #f8df73;
  }

  .section-padding {
    padding-top: 70px;
  }

  .section-header h3 {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
  }

  .section-header .red-bot {
    width: 50px;
    height: 3px;
    background: #49111c;
  }

  .red-bot {
    width: 50px;
    height: 3px;
    background: #49111c;
  }

  .gold-bot {
    background: #f8df73;
    width: 50px;
    height: 3px;
  }

  .category-content {
    margin-top: 30px;
  }

  .img-cat {
    max-width: 100%;
    height: 450px;
    /* object-fit: scale-down; */
    border-radius: 10px;
  }

  .cat-text {
    font-size: 32px;
    font-family: "Lobster Two", sans-serif;
  }

  .category-content .image-overlay {
    position: relative;
  }

  .category-content .image-overlay .overlay-area {
    background: rgba(0,0,0,0.4);
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
  }

  .category-content a:hover .image-overlay .overlay-area {
    opacity: 1;
  }

  .overlay-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }

  .category-content a:hover .image-overlay .overlay-details{
    top: 50%;
    left: 50%;
    opacity: 1;
  }

  .fadeIn-bottom{
    top: 80%;
  }

  .fadeIn-top{
    top: 20%;
  }

  .fadeIn-left{
    left: 20%;
  }

  .fadeIn-right{
    left: 80%;
  }

  .link-overlay {
    color: #f8df73;
    padding: 20px;
    border-radius: 50%;
    background: rgba(0,0,0,0.6);
    font-size: 20px;
  }

     /* Carousel Slider Center Mode */

     .my-slider .slider-arrow {
        border: 0;
        background: #49111c;
        display: none !important;
        height: 50px;
        width: 50px;
        border-radius: 50%;
        position: absolute;
        font-size: 20px;
        z-index: 5;
        top: 50%;
        transform: translate(0, -50%);
        outline: 0;
        cursor: pointer;
      }
    
      .my-slider:hover .slider-arrow {
        display: block !important;
      }
      
      /* Modificação só pra a seta do próximo carousel ficar na direita */
      
      .my-slider .slider-arrow.next {
        right: 0;
      }
    
      .myslider-dots {
        list-style: none;
        margin: 10px auto;
        display: flex;
        justify-content: center;
      }
      
      .myslider-dots li {
        display: inline-block;
        margin: 0 8px;
      }
      
      .myslider-dots li > button {
        width: 8px;
        height: 10px;
        border: none;
        background: #49111c;
        font-size: 0px;
        /* color: #65066C; */
        /* border-radius: 50%; */
        cursor: pointer;
        outline: none;
      }
      
      .myslider-dots li.slick-active > button {
        background: #f8df73;
      }

      .slider-area {
        width: 90%;
      }
    
      .slider-img {
        height: 250px;
        object-fit: scale-down;
      }

      .content {
        position: relative;
        width: 100%;
        margin: auto;
        overflow: hidden;
      }
    
      .content .content-overlay {
        background: rgba(0,0,0,0.7);
        position: absolute;
        height: 99%;
        width: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        opacity: 0;
        -webkit-transition: all 0.4s ease-in-out 0s;
        -moz-transition: all 0.4s ease-in-out 0s;
        transition: all 0.4s ease-in-out 0s;
      }
    
      .content:hover .content-overlay{
        opacity: 1;
      }
    
      .content:hover .content-image {
        transform: scale(1.2);
        -webkit-transition: all 0.4s ease-in-out 0s;
        -moz-transition: all 0.4s ease-in-out 0s;
        transition: all 0.4s ease-in-out 0s;
      }
    
      .content-image{
        width: 100%;
      }
    
      .content-details {
        position: absolute;
        text-align: center;
        padding-left: 1em;
        padding-right: 1em;
        width: 100%;
        top: 50%;
        left: 50%;
        opacity: 0;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
      }
    
      .content:hover .content-details{
        top: 50%;
        left: 50%;
        opacity: 1;
      }
    
      .content-details h3{
        color: #f8df73;
        font-weight: 500;
        letter-spacing: 0.15em;
        margin-bottom: 0.5em;
        text-transform: uppercase;
      }
    
      .content-details p{
        color: #fff;
        font-size: 0.8em;
      }

      .slider-text-area p {
        font-size: 16px;
        font-weight: 400;
      }

      .slider-text-area h5 {
        color: #49111c;
        font-weight: 600;
      }

      .jewelry-back {
        background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(../img/jewelry-back.jpg) no-repeat center;
        background-size: cover;
        min-height: 400px;
        margin-top: 70px;
        padding-top: 70px;
      }
    
      .white-bot {
        width: 50px;
        height: 3px;
        background: white;
      }
    
      .btn-extra {
        color: white;
        background: transparent;
        border: 2px solid white;
        font-family: 'Quicksand', sans-serif;
        font-size: 17px;
        font-weight: 600;
      }
    
      .btn-extra:hover {
        color: #49111c;
        border: 2px solid white;
        background: white;
      }

/* Newsletter Styles */
.news-group input {
  font-size: 14px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  padding: 15px 30px;
}

.news-group input:focus {
  box-shadow: none;
  border-color: #49111c;
  color: #49111c;
}

.news-group button {
  font-size: 14px;
}

.btn-subscribe {
  background: #49111c;
  color: white;
  border: 1px solid #49111c;
  padding: 15px 30px;
  border-radius: 30px;
}

.btn-subscribe:hover {
  background: #49111c;
  color: white;
  border: 1px solid #49111c;
  padding: 15px 30px;
  border-radius: 30px;
}

.footer-area {
  background: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)), url(../img/footer-background.jpg) no-repeat center;
  min-height: 400px;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
  font-family: "Inter", sans-serif;
}

/* .footer-column {
  padding-top: 20px;
} */

.img-footer {
  width: 150px;
}

.footer-text {
  font-size: 14px;
  color: whitesmoke;
  margin-top: 15px;
}

.footer-socials {
  margin-top: 35px;
  margin-bottom: 30px;
}

.footer-socials a {
  color: #f8df73;
  border: 1px solid #f8df73;
  border-radius: 50%;
  padding: 10px 13px;
  text-decoration: none;
  margin-right: 10px;
  transition: 0.5s all ease-in-out;
}

.footer-socials a:hover {
  color: #49111c;
  background: white;
  border: 1px solid white;
}

.footer-head {
  cursor: pointer;
  padding-top: 20px;
}

.footer-head h5 {
  color: white;
  font-family: "Raleway", sans-serif;
}

.footer-head .footer-bot {
  background: #f8df73;
  width: 40px;
  height: 3px;
  transition: all 0.5s ease-in-out;
}

.footer-head:hover .footer-bot {
  width: 90px;
}

.footer-nav-links {
  list-style-type: none;
  margin-top: 10px;
  padding-inline-start: 20px;
}

.footer-nav-links li {
  line-height: 2em;
  position: relative;
}

.footer-nav-links li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: -20px;
  width: 10px;
  height: 10px;
  border: 2px solid #f8df73;
}

.footer-nav-links li a {
  color: whitesmoke;
  font-size: 15px;
  text-decoration: none;
  transition: 0.5s all ease-in-out;
}

.footer-nav-links li a:hover {
  color: #f8df73;
}

.footer-contact-nav {
  list-style-type: none;
  margin-top: 10px;
  padding-inline-start: 0px;
}

.footer-contact-nav li {
  line-height: 2em;
  position: relative;
}

.footer-contact-nav li a {
  color: whitesmoke;
  font-size: 15px;
  text-decoration: none;
  transition: 0.5s all ease-in-out;
}

.footer-contact-nav li a:hover {
  color: #f8df73;
}

.copyright-area {
  padding-top: 70px;
  text-align: center;
}

.copyright-area p {
  color: white;
}

.designer {
  color: #f8df73;
  text-decoration: none;
}

.designer:hover {
  color: #f8df73;
  text-decoration: none;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #49111c;
  color: #f8df73;
  cursor: pointer;
  padding: 10px 15px 10px 15px;
}

#myBtn:hover {
  background-color: #49111c;
}

/* Other Page Styles */

.other-banners {
  background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.6)) , url(../img/mens-banner-2.jpg) no-repeat center;
  min-height: 300px;
  background-size: cover;
  padding-top: 100px;
  font-family: "Barlow", sans-serif;
}

.other-banners h1 {
  color: white;
  font-size: 42px;
}

.other-banners h6 {
  color: white;
}

.other-banners h6 a {
  color: #f8df73;
  text-decoration: none;
}

.about-area h4 {
  color: #49111c;
}

.btn-site {
  color: #f8df73;
  background-color: #49111c;
  border-radius: 0px;
  border: 1px solid #49111c;
  transition:all 0.8s, color 0.3s 0.3s; 
  padding: 13px 25px;
  font-family: "Barlow", sans-serif;
}

.btn-site:hover {
  color: #49111c !important;
  background: white !important;
  border: 1px solid #49111c !important;
  box-shadow:300px 0 0 0 white inset;
}

.values-list {
  list-style-type: none;
  padding-inline-start: 0px;
  margin-top: 20px;
}

.values-list li span {
  font-family: "Barlow", sans-serif;
  font-size: 18px;
}

.values-list li {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #727272;
  line-height: 1.7em;
  margin-bottom: 10px;
}

/* Contact Us Styles */
.contact-control {
  font-size: 14px;
  border-radius: 0px;
  border-color: #e8ebee;
}

.contact-control:focus {
  box-shadow: none;
  border-color: #e8ebee;
}

.contact-area {
  background: #fffbe5;
}

.contact-icon {
  font-size: 25px;
}

.chead {
  font-size: 15px;
}

.cp {
  font-size: 13px;
}

.btn-submit {
  color: white;
  background-color: #49111c;
  border-radius: 0px;
  border: 1px solid #49111c;
  transition:all 0.8s, color 0.3s 0.3s; 
}

.btn-submit:hover {
  color: #49111c !important;
  background: #fffbe5 !important;
  border: 1px solid #49111c !important;
  box-shadow:300px 0 0 0 #fffbe5 inset;
}


/* Nedus Styles Part */

.cat-card {
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  border: none;
  border-radius: 2px;
  padding: 15px;
}

.btn-cat-menu {
  color: #f8df73;
  background: #49111c;
  border: 1px solid #49111c;
}

.btn-cat-menu:hover {
  color: #49111c;
  border: 1px solid #49111c;
}

.cat-card .cat-area ul {
  list-style: none;
  background: #49111c;
  padding-inline-start: 0px;
}

/* .cat-card .cat-area ul li {
  line-height: 1.8em;
} */

.cat-card .cat-area ul li .cat-list {
  color: white;
  border-bottom: 1px solid white;
  padding: 7px 10px 7px 10px;
}

.cat-card .cat-area ul li .cat-list:last-child {
  border-bottom: none;
}

.cat-card .cat-area ul li .cat-list .fa {
  cursor: pointer;
}

.cat-card .cat-area ul li a{
  color: white;
  text-decoration: none;
}

.subcat-area {
  background: white !important;
  padding: 5px 10px 5px 0px;
  font-size: 15px;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
}

.subcat-area.show {
  display: block;
}

.subcat-area.hide {
  display: none;
}

.subcat-area li {
  margin-left: 5px;
  line-height: 1.8em;
}

.subcat-area li a {
  color: #222121 !important;
  text-decoration: none;
}

.subcat-area li a.active {
  color: #e67817 !important;
}

.subcat-area li a:hover {
  color: #e67817 !important;
}

.btn-apply {
  color: white;
  background: #49111c;
  border: 1px solid #49111c;
}

.product-card {
  border-radius: 0px;
  border: none;
}

.img-prod-card {
  width: 100%;
  height: 200px;
  object-fit: scale-down;
}

.btn-cart {
  color: #f8df73 !important;
  background: #49111c !important
}

.product-link {
  text-decoration: none;
}

.product-card:hover {
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.multiimg .img-slider .img-multi {
  width: 90%;
  max-height: 100px;
  object-fit: scale-down;
  cursor: pointer;
}

.multiimg {
  position: relative;
}

.multiimg .carousel-arrow {
  border: 0;
  background: transparent;
  display: none !important;
  height: 30px;
  width: 30px;
  position: absolute;
  z-index: 5;
  top: 50%;
  transform: translate(0, -50%);
  outline: 0;
  cursor: pointer;
  background: #e67817;
}

.multiimg:hover .carousel-arrow {
   display: block !important;
}

/* Modificação só pra a seta do próximo carousel ficar na direita */

.multiimg .carousel-arrow.next {
  right: 0;
}

.cart-area .first-row {
  max-width: 200px;
  min-width: 100px;
}

.cart-table p {
   margin-bottom: 0px;
   font-size: 14px;
   line-height: 1.5em;
}

.cartcheck-btns {
  border-radius: 0px;
}

.checkout-text {
  font-size: 15px;
  line-height: 1.5em;
}

.checkout-subprice {
  font-size: 20px;
}

.total-area {
  background: #383635;
}

.auth-area {
  /* border: 2px solid #49111c; */
  padding: 20px;
  border-radius: 5px;
  background: #fffbe5;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.auth-bot {
  font-size: 14px;
}

.mobile-menu .mobile-cols {
  border-right: 1px solid #ffffff;
}

.mobile-menu .mobile-cols a {
  color: white;
  background: #212529;
  text-decoration: none;
}

.mobile-menu .mobile-cols a:hover {
  color: #f8df73;
}

.filter-area {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background: white;
}

.filter-area .filter {
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
}

.filter .filter-header {
box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
width: 100%;
padding: 5px 10px 5px 10px;
}

.float{
position:fixed;
width:60px;
height:60px;
bottom:20px;
left:20px;
background-color:#25d366;
color:#FFF;
border-radius:50px;
text-align:center;
font-size:30px;
box-shadow: 2px 2px 3px #999;
z-index:100;
}

.my-float{
margin-top:16px;
}

.digi-link:hover {
color: #e67817;
}

.img-main {
  object-fit: scale-down;
  max-height: 300px;
}

.img-cart {
  object-fit: scale-down;
  max-height: 150px;
}

/* End Nedus Styles Part */