/* 
  Theme Name: HoneyCosmetics
  Author: UltimateLogix
  Version:1.2
*/
h1,h2,h3,h4,h5,h6{
  font-family: 'Poppins', sans-serif;
}
p{
  font-family: 'Jost', sans-serif;
}
a{
  text-decoration: none;
  font-family: 'Jost', sans-serif;
}
button{
  font-family: 'Jost', sans-serif!important;
}
.navbar-brand img{
  max-width: 200px;
}
li{
  list-style: none;
}
i{
  font-size: 16px;
}
.main-header{
  background-color: #ffce09 !important;
}
.nav-2{
  padding-bottom: 0px!important;
}
.nav-link{
  /* font-weight: 700; */
  font-size: 16px;
}
.menu-item-object-product_cat a{
  font-size: 24px!important;
  margin-right: 100px;
}
.menu-item-object-product_cat .dropdown-menu{
  background-color: white!important;
}
.menu-item-object-product_cat .dropdown-menu .nav-item a{
  color: #000!important;
}
/* .navbar a{
  color: white !important;
} */
.top-nav{
  display: flex;
  justify-content: space-between;
}
.product-suggestion, .no-suggestions{
  padding: 20px 5px 20px 5px;
  background-color: #fff;
}
.product-suggestion a{
  color: black;
}
.nav-link:hover{
  border-bottom: 3px solid #d21033;
}
.nav-link:active{
  border-bottom: 3px solid #d21033;
}
.nav-link:focus{
  border-bottom: 3px solid #d21033;
}
.dropdown {
  display: inline-block;
  position: relative;
}

/* .navbar-nav .nav-item a .dropdown-toggle::after {
  display: none;
} */

.navbar-nav .nav-item.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu {
  /* width: 4000px; */
  /* background-color: black !important; */
  /* padding-left: 2000px !important; */
  /* padding-right: 20px !important; */
  /* padding-top: 20px !important; */
  /* padding-bottom: 30px !important; */
  /* margin-left: -2000px !important; */
  /* margin-top: 30px !important; */
  /* top: 0px; */
  /* border: none !important; */
  position: absolute !important;
  padding-bottom: 0px!important;
}
.dropdown-menu a{
  color: #000!important;
}
form#searchform {
  display: inline-block;
  margin-right: 10px;
}
.top-social ul{
  justify-content: space-between;
  flex-wrap: wrap;
}
.top-social i{
  color: white;

}
.xoo-wsc-sc-cont{
  color: white;
}
.banner-section {
  overflow: hidden;
  /* position: relative; */
  /* height: 200vh; */
  width: 100%;
}

.banner-section img {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}

.owl-item {
  margin: 0;
}

.owl-carousel .owl-nav {
  margin: auto;
}
.owl-1 .owl-nav .owl-prev {
  position: absolute;
  top: calc(50% - 25px);
  left: 5%;
  opacity: 1;
  font-size: 30px !important;
  z-index: 1;
    /* padding: 20px!important; */
    border-radius: 100px;
    /* color: #E61F87 ; */
    background-color: #ffffff00!important;
}
.owl-2 .owl-nav .owl-prev {
  position: absolute;
  top: calc(50% - 100px);
  left: 0px;
  opacity: 1;
  font-size: 30px !important;
  z-index: 1;
    /* padding: 20px!important; */
    border-radius: 100px;
    /* color: #E61F87 ; */
    background-color: #ffffff00!important;
}
.owl-1 .owl-nav .owl-next {
  position: absolute;
  top: calc(50% - 25px);
  right: 5%;
  opacity: 1;
  font-size: 30px !important;
  z-index: 1;
  /* padding: 20px!important; */
  border-radius: 100px;
  /* color: #E61F87 ; */
  background-color: #ffffff00!important;
}
.owl-2 .owl-nav .owl-next {
  position: absolute;
  top: calc(50% - 100px);
  right: 0px;
  opacity: 1;
  font-size: 30px !important;
  z-index: 1;
  /* padding: 20px!important; */
  border-radius: 100px;
  /* color: #E61F87 ; */
  background-color: #ffffff00!important;
}
.owl-1 .owl-nav .owl-next:hover{
  border-radius: 100px;
  /* color: #E61F87 ; */
  background-color: #e95ea6!important;
}
.owl-1 .owl-nav .owl-prev:hover{
  border-radius: 100px;
  /* color: #E61F87 ; */
  background-color: #e95ea6!important;
}
.owl-2 .owl-nav .owl-prev:hover,.owl-2 .owl-nav .owl-next:hover{
color: #E61F87;
}
.owl-1 .owl-nav .owl-next span{
  padding: 20px!important;
}
.owl-carousel .owl-nav [class*=owl-prev] img,
.owl-carousel .owl-nav [class*=owl-next] img {
    width: 80px; /* Adjust the width as needed */
    height: 80px; /* Adjust the height as needed */
}

.owl-1 .item{
  max-height: 600px;
}
.owl-carousel .owl-dots {
  position: relative;
  bottom: 40px;
}

.owl-carousel .item {
  position: relative;
}

.owl-carousel .item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff1c;
  object-fit: cover;
  background-size: cover;
  /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(34, 71, 90, 0.8)); */
}

.owl-carousel .item img {
  width: 100%;
  height: auto;
  display: block;
}

/* Banner Data Styles */
.banner-data {
  position: absolute;
  z-index: 4;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  /* additional styling if needed */
  /* background-color: rgba(255, 255, 255, 0.8); */
}

/* Banner Parts Styles */
.banner-parts {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  color: white;
  position: relative;
}

.banner-parts h2 {
  position: absolute;
  bottom: 30%;
  color: #fff;
  font-size: 55px;
  font-weight: 700;
  max-width: 700px;
}

.banner-parts a {
  position: absolute;
  bottom: 0%;
  padding: 0.7em 2.5em;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 0.75em;
  border-radius: 1.5em;
  border: 1px solid #fff;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 14px;
}

.banner-parts a:hover {
  background-color: white;
  color: #003043; /* Change text color on hover */
}
/* .collection{
  background: linear-gradient(to top, rgb(230,31,135,0.2), #ffffff);
} */
.collection{
  overflow: hidden ;
}
.card-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px;
}
.card {
  width: 24rem;
  height: 36rem;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  color: #f0f0f0;
  box-shadow: 0 10px 30px 5px rgba(0, 0, 0, 0.2);
}
.card img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.9;
  transition: opacity 0.2s ease-out;
}
.card h2 {
  position: absolute;
  inset: auto auto 30px 30px;
  margin: 0;
  transition: inset 0.3s 0.3s ease-out;
  font-weight: normal;
  text-transform: uppercase;
}
.card p, .card a {
  position: absolute;
  opacity: 0;
  max-width: 80%;
  transition: opacity 0.3s ease-out;
}
.card a:hover{
  color: white;
}
.card p {
  inset: auto auto 80px 30px;
}
.card a {
  inset: auto auto 40px 30px;
  color: inherit;
  text-decoration: none;
}
.card:hover h2 {
  inset: auto auto 80px 30px;
  transition: inset 0.3s ease-out;
}
.card:hover p, .card:hover a {
  opacity: 1;
  transition: opacity 0.5s 0.1s ease-in;
}
.card:hover img {
  transition: opacity 0.3s ease-in;
  opacity: 1;
}
.material-symbols-outlined {
  vertical-align: middle;
}
.brands-wrap{
  padding: 50px 0px;
}
.brand-item{
  padding: 30px 0px;
}
.brand-image img {
  opacity: 0.3;
}
.brand-image img:hover {
  opacity: 1;
}
.categories-area{
  padding: 70px 0px 0px 0px;
}
.categories-area p{
  color: black;
}
.categories-area .single-cat .cat-icon img {
  margin-bottom: 26px;
  display: inline-block;
}
.categories-area .single-cat .cat-icon i{
  font-size: 24px;
}
.single-cat{
  margin-bottom: 50px;
}
.products_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; /* Adjust as needed to add space between products */
}

.product-item {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  width: 300px; /* Set a fixed width for each product item */
  box-sizing: border-box;
}
.items-p{
  margin: 20px;
}
.products .price{
  display: block;
  margin-bottom: 30px;
}
.onsale{
  background-color: #e95ea6!important;
}
.products .onsale{
  min-height: 3.236em;
  min-width: 3.236em;
  padding: .202em;
  font-size: 1em;
  font-weight: 700;
  position: absolute;
  text-align: center;
  line-height: 3.236;
  top: -.5em;
  left: -.5em;
  margin: 0;
  border-radius: 100%;
  background-color: #e95ea6;
  color: #fff;
  font-size: .857em;
  z-index: 9;
}
.main-pd-h2{
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  padding: 10px;
}
.product h2{
  color: black;
  font-weight: 700;
  /* text-align: center; */
  font-size: 20px!important;
  line-height: 1.5em;
}
.product .price{
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700!important;
    font-size: 24px!important;
    color: #000000!important;
    line-height: 1em;
}
.product .add_to_cart_button{
  color: #fff!important;
  background-color: #E61F87!important;
  /* font-weight: 700; */
  padding: 10px 40px;
  border-radius: 0px;
}
.product p{
  font-weight: bold;
  color: rgba(0, 128, 0);
}
.product h6{
  font-weight: bold;
}
.product img{
  /* width: 300px!important;
  height: 300px!important; */
  object-fit: cover;
  border-radius: 10%;
}
.add_to_wishlist{
  color: black;
}
.showcase-product{
  padding: 25px 30px 25px 30px;
  text-align: left;
}
.showcase-product h4, .showcase-product p{
  color: white;
}
.showcase-product a{
  color: white;
  background-color: #E61F87;
  
}
.custom-flyer{
  position: relative;
}
.custom-flyer::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2); /* Adjust the overlay color and opacity as needed */
  z-index: 1;
}
.custom-flyer p{
  font-size: 40px;
  color: white;
  letter-spacing: 2px;
  font-weight: 700;
}
.custom-flyer img {
  background: rgba(0, 0, 0, 0.5);
  max-width: 100%;
  height: auto;
  display: block;
}
.pd-bnr-btn{
  padding: 5px 15px;
  border-radius: 5%;
}
.blog-posts{
  padding: 50px 0px 0px 0px;
}
.container .post {
  /* width: 350px; */
  height: 500px;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  position: relative;
}
.container .post:hover .header_post {
  margin-top: -20px;
}
.container .post:hover .body_post {
  height: 50%;
}
.container .post:hover img {
  transform: translatey(-10px) translatex(-5px) scale(1.05);
}
.container .post .header_post {
  width: 100%;
  height: 40%;
  background: #ddd;
  position: absolute;
  top: 0;
  -webkit-transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) 320ms;
  -moz-transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) 320ms;
  -ms-transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) 320ms;
  -o-transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) 320ms;
  transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) 320ms;
}
.container .post .header_post img {
  max-width: 100%;
  height: auto;
  transition: ease-in-out 600ms;
}
.container .post .body_post {
  height: 60%;
  background: #fff;
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) 320ms;
  -moz-transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) 320ms;
  -ms-transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) 320ms;
  -o-transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) 320ms;
  transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) 320ms;
  cursor: pointer;
}
.container .post .body_post .post_content {
  height: 80%;
  background: #fff;
  position: relative;
}
.container .post .body_post .post_content h1 {
  font-size: 20px;
  font-weight: bold;
}
.container .post .body_post .post_content p {
  color: black;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 30px;
}
.post a{
  text-decoration: none;
  color: #fff;
  background-color: #E61F87;
  /* font-weight: 700; */
  padding: 10px 40px;
  border-radius: 0px;
}
.post a:hover{
  color: #E61F87;
  background-color: white;
}
.contact-us-page {
  background: linear-gradient(#e95ea6, white);
}
.contact-form-page{
  display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 0px;
}
.contact-form-page form{
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
}
.contact-form-page form .wpcf7-submit{
  border: 0;
  background: #E61F87;
  border-radius: 0;
  padding: 13px 24px;
  color: #fff;
  margin-left: 5px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
}
.contact-form-page form label{
  font-family: 'Poppins', sans-serif;
  padding-bottom: 5px;
}
.footer{
  background-color: #ffce09;
}
footer svg{
  position: relative;
  top: -1px;
}
footer p{
  color: #000;
}
.footer1{
  padding-bottom: 40px;
  margin-bottom: 60px;
  border-bottom: 1px solid rgba(255,255,255,0.14);
}
.subscribe-caption,.search-caption{
  width: 100%;
}
.search-caption{
  padding: 20px 40px;
}
.subscribe-caption h3{
  color: #000;
}
.subscribe-caption form input {
  width: 74%;
  height: 60px;
  border: 0;
  color: #000;
  background: #fff;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 0;
  padding: 15px 24px;
  font-size: 16px;
}
.search-caption form input{
  border: 0;
  color: #000;
  background: #fff;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 0;
  padding: 15px 24px;
  font-size: 16px;
  max-height: 42px;
}
.subscribe-caption form button.subscribe-btn, .search-caption form button.subscribe-btn {
  width: 24%;
  height: 60px;
  border: 0;
  background: #E61F87;
  border-radius: 0;
  padding: 13px 24px;
  color: #fff;
  margin-left: 5px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
}
.search-caption form button.subscribe-btn {
  max-height: 42px;
  padding: 0px 24px;
}
.f-social{
  padding-top: 20px;
  display: flex;
  justify-content: center;
  flex-direction: row;
  /* align-items: center; */
}
.footer-social a {
  color: #677F8B;
  font-size: 24px;
  display: inline-block;
  text-align: center;
  margin-left: 23px;
}
.footer-social a i {
  color: #e61f87;
  font-size: 24px;
  -webkit-transition: all .4s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  -ms-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s;
  display: inline-block;
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
}
.footer-social a i:hover {
  -webkit-transition: all .4s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  -ms-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s;
  display: inline-block;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
}
.footer-logo img{
  max-width: 200px;
}
.cont-f{
  max-width: 300px;
}
.cont-f i{
  margin-right: 10px;
}
.footer2{
  padding-bottom: 40px;
}
.footer-border {
  border-top: 1px solid rgba(255,255,255,0.14);
  padding-top: 39px;
  padding-bottom: 1px;
}
.footer-border a{
  text-decoration: none;
  color: #000;
}
.footer-border a:hover{
  text-decoration: none;
  color: #E61F87;
}
.footer2>div{
  padding-bottom: 30px;
}
.footer2 h3{
  color: #000;
}
.footer2 i{
  color: #E61F87;
}
.footer2 a{
  text-decoration: none;
  color: #000;
}
.footer2 a:hover{
  color: #E61F87;
}

.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show>.nav-link { color: #000; }
/* #sidebar{
  display: none;
} */
/* Media Query */
@media (max-width:1400px){
  .card{
    width: 20rem;
    height: 30rem;
  }
}
@media (max-width:1200px){
  .card{
    width: 18rem;
    height: 28rem;
  }
}
@media (max-width:992px){
  .f-social{
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
  }
  .dropdown-menu {
    padding-left: 30px;
    border: none !important;
    position: relative !important;
}
.search-caption{
  display: none;
}
.nav-tog1{
  display: none;
}
.navbar-brand img{
  max-width: 100px;
}
.top-cart{
  display: none;
}
.banner-section .owl-nav img{
  width: 50px!important;
  height: 50px!important;
}
}
@media (min-width:992px){
  .nav-cart{
    display: none;
  }
}
@media (max-width:567px){
  .card{
    width: 17rem;
    height: 25rem;
  }
  .f-social{
    padding: 0px;
  }
  .subscribe-caption form input {
    width: 100%;
    margin-bottom: 20px;
  }
   .subscribe-caption form button.subscribe-btn {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0px;
  }
  .banner-section .owl-nav img{
    width: 30px!important;
    height: 30px!important;
  }
}
@media (max-width:992){
  .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    display: none
  }
}

