
/*mystylecss*/

[dir='rtl'] .slick-slide
{
    float: left;
}

.slick-slider .slick-track, .slick-slider .slick-list {
	direction: ltr;
}

.input_x{
	padding:24px 10px;
}

.bz_mp {
    background: #ffc0cb96;
}

.bz_center_menu{
    display: flex;
    justify-content: center;	
}

.bz_arrow{
	background-color:#fff ! important;
	border-radius:50px;
}

.bz_arrow_color{
	background-color:#a81d46 ! important;
	border-radius:50px;
	color:#fff;
}

.table-bordered td, .table-bordered th {
    border: 1px solid #fce4de ! important;
}

.table .thead-light th {
    color: #495057 ! important;
    background-color: #fce4de ! important;
    border-color: #fce4de ! important;
}

.bz_bg_color{
	margin-top:10px ! important;
}

.bnot_brand_logo{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .4;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;    
}

.ba_display{
	display:none;
}

.hover_class:hover{
	color:#fff;
}

.bz_outer_radius{
	border: 1px solid #f5f5f5;
    padding: 10px;
    border-radius: 6px;
}
 .header-top {
	background: linear-gradient(84deg, #732038, #e75666) ! important;
	border-bottom: 1px solid #FDE4DF;
 }			
 .product-banner-statistics .banner-text3 a{
	 overflow: hidden;
	 text-overflow: ellipsis;
	 display: -webkit-box;
	 -webkit-line-clamp: 3;
	 -webkit-box-orient: vertical;
	 white-space: nowrap;
	 text-align:center;
 }
 .product-banner-statistics .banner-text3{
	font-size: 14px ! important;
 }
 .fa {
	 margin-top: 10px;
 }
 
 .banner-statistics-home img{
	 border-radius:6px;
 }

 .css_eli{
	white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
 }

#bz-product-list{float:left;list-style:none;margin-top:-3px;padding:0;width:100%;}
#bz-product-list li{
	padding: 5px;
    background: #fff;
    border: #ccc 1px solid;
    text-align: initial;
    border-top: 0px;
}
#bz-product-list li:hover{background:#f5f5f5;cursor: pointer;}


 .overlay_bz {
	height: 100%;
	width: 100%;
	display: none;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	background-color:#ffc0cbf7;
  }
  
  .overlay_bz-content {
	position: relative;
	top: 10%;
	width: 100%;
	text-align: center;
	margin-top: 30px;
  }
  
  .overlay_bz a {
	padding: 8px;
	text-decoration: none;
	font-size: 36px;
	color: #fff;
	display: block;
	transition: 0.3s;
  }
  
  .overlay_bz a:hover, .overlay_bz a:focus {
	color: #f1f1f1;
  }
  
  .overlay_bz .closebtn {
	position: absolute;
	top: 20px;
	right: 45px;
	font-size: 60px;
  }
  
	.mobile-pa{
		padding-top:0px ! important;
	}
	
	.mobile-pa-pa{
		padding-top:30px ! important;
		    padding-bottom: 60px ! important;
	}	
  
  @media screen and (max-height: 450px) {
	.overlay_bz a {font-size: 20px}
	.overlay_bz .closebtn {
		position: absolute;
		top: -15px;
		right: 5px;
		font-size: 60px;
	}
  }
 
 @media only screen and (max-width: 767.98px) {
	 
	.slick-slide{
		 height:auto ! important;
	}
	 
	.mobile-pa{
		 padding-top:0px ! important;
	}
	 
	.mobile-pa-pa{
		padding-top:20px ! important;
	}	 
	 
	.overlay_bz .closebtn {
		position: absolute;
		top: -15px;
		right: 5px;
		font-size: 60px;
	}
 
 }