.header-wishlist {
  margin-left: 12px;
}
.site-logo {
  width: 204px !important;
}
.header-search-2 {
  width: 590px !important;
}
.btn-round {
  border-radius: 12px;
}
.header-btn {
  font-size: 14px;
  padding: 10px 20px;
}
.mobile-btn {
  margin-top: 10px;
}
.ltn__main-menu > ul > li > a {
  padding: 22px 6px;
}
.custom-clr {
  background-color: white;
  border: 1px solid #bd0d21;
  color: #bd0d21;
}
.ltn__slide-item-8 .slide-title {
  color: #fff;
}
.banner-content-clr {
  color: #fff !important;
}
.ltn__banner-img {
  border-radius: 20px;
  background-color: #fff !important;
}
.ltn__banner-item {
  border: 1px solid #535b3666;
  border-radius: 20px;
  text-align: center;
  padding: 100px 70px 70px 70px;
  font-size: 16px;
  height: 226px;
  opacity: 1;
}
.circle-icn {
  background-color: #bd0d21;
  width: 150px;
  height: 150px;
  border-radius: 100px;
  color: white;
  position: absolute;
  text-align: center;
  left: 33%;
  bottom: 74%;
  z-index: 100;
}
.icon-sec img {
  padding: 42px;
}
.head-content {
  font-size: 18px;
  color: #707070;
}
.product-card {
  border: 1px solid #535b3666;
  padding: 10px 10px 0px 10px;
  height: 89%;
  background: #fff;
  position: relative;
  z-index: 100;
}
.background-grey {
  background-color: #fafafa;
  position: relative;
  z-index: 100;
  margin-top: 389px;
  opacity: 1;
}
.bg-top {
  margin-top: -383px;
}
.center-align {
  text-align: center;
}
/* .background-green{
    background-color: #798451;
    position: relative;
    z-index: 100;
    margin-top: 384px;
    opacity: 1;
    padding: 64px;
} */
.product-card-cat {
  background-color: #cce9e9;
  position: relative;
  z-index: 100;
  border-radius: 10px;
}

.cat-top {
  margin-left: 16px;
  margin-top: 16px;
  position: absolute;
}
.banner-red {
  background-color: #bd0d21;
}
.banner-head {
  font-size: 50px;
  color: #fff;
  margin-bottom: 0px;
  line-height: 62px;
}
.banner-content {
  color: #fff;
  font-size: 20px;
  margin-top: 30px;
}
.red-banner-img {
  display: flex;
  float: right;
  background-color: rgb(20, 78, 129);
  height: 200px;
}
.flx {
  display: flex;
  padding: 74px 10px;
}
.customized-btn {
  background-color: #fff;
  color: #bd0d21;
}
.ramdan-img {
  padding-right: 0px;
}
.d-flex {
  display: flex;
}

/*New code contact banner*/

.contact-banner {
  background-color: #f3f3f3;
}
.contact-head {
  color: #4b4b48;
  font-size: 50px;
  margin-bottom: 0px;
  line-height: 62px;
  margin-top: 94px;
}
.contact-content {
  color: #707070;
  font-size: 20px;
  margin-top: 30px;
}
.contact-btn {
  background-color: #bd0d21;
  color: #fff;
}
.subsribe {
  border: 1px solid;
  padding: 10px;
  background: url(img/fast-delivery.svg) no-repeat scroll 7px 7px;
  padding-left: 30px;
}

/* adding new  styles*/

.bg-grad {
  background-color: #bd0d21;
  padding: 64px;
  position: relative;
  height: 500px;
}
.all-five {
  position: absolute;
  display: flex;
  justify-content: space-between;
  top: -78px;
}

.bg {
  /* background: linear-gradient(to bottom, #fafafa 50%,#798451 50%);  */
}

/* ====================================================
    detail page slider new code
==================================================== */

.ltn__shop-details-large-img .slick-next {
	z-index: 1;
	height: 1em;
	width: 100%;
	background-color: #000;
	opacity: 0.3;
	transition: opacity 300ms ease;
	font-size: 1.5em;
	color: #fff;
}
.ltn__shop-details-large-img .slick-prev {
	z-index: 1;
	height: 1em;
	width: 100%;
	background-color: #000;
	opacity: 0.3;
	transition: opacity 300ms ease;
	font-size: 1.5em;
	color: #fff;
}
.ltn__shop-details-large-img .slick-prev:before{

    content: '';
}
.slick-next:before{
    
    content: '';
}
.slick-prev:hover,
.slick-next:hover {
	opacity: 0.5;
}
.slick-prev {
	left: unset;
	top: 0.5em;
}
.slick-next {
	top: unset;
	right: unset;
	bottom: -0.5em;
}
.ltn__shop-details-img-gallery-2 .slick-arrow-2 .slick-arrow{
    width: 100% !important;
}
.ltn__shop-details-small-img.slick-arrow-2 .slick-arrow{
    left: 0 !important;
}
.ltn__shop-details-small-img.slick-arrow-2 .slick-arrow{
    bottom: 6px;
}
/* ====================================================
    Responsive
==================================================== */

@media (max-width: 390px) {
  .mobile-top {
    margin-top: 70px;
  }
  .ltn__banner-item {
    font-size: 15px;
  }
  .mobile-hide {
    display: none;
  }
}


/* ====================================================
   popup
==================================================== */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Adjust the opacity as needed */
  z-index: 999; /* Ensure the overlay appears above other elements */
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup{
  background-color: #ffffff;
 
  padding: 20px 20px;
  position: fixed;
  transform: translate(-50%,-50%);
  left: 50%;
  top: 50%;
  border-radius: 8px;
  font-family: "Poppins",sans-serif;
  display: none;
  text-align: center;
  z-index: 1000;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.popup button{
  display: block;
  margin:  0 0 0px auto;
  background-color: transparent;
  font-size: 30px;
  color: #c5c5c5;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 100;
}
.popup p{
  font-size: 18px;
  text-align: justify;
  margin: 20px 0;
  line-height: 25px;
  margin-top: 40px;
}
.popup a{
  display: block;
  width: 150px;
  position: relative;
  font-size: 22px !important;
  margin-top: 40px;
 
  color: #ffffff;
  text-decoration: none;
  padding: 5px 0;
}

.popup h2{
  text-align: left;
}

@media (max-width: 390px){
  .popup p {
    font-size: 16px;
  }
  .popup{
    width: 80%;
  }
}
@media(max-width: 706px){
  .popup{
    top: 60%;
  }
}
@media(max-width:358px){
  
}

/* ====================================================
    popup end
==================================================== */