.lpp_window_con{
    padding: 0 0 0 0;
    /* border: 1px solid #f48100; */
    min-height: fit-content;
    clear:both;
    margin: 21px 0 40px 0;
}
.lpp_window_con .box .box-header{
    background: #efefef;
}
.lpp_window_con .box .box-header .box-title{
	color:#343434;
}
.lpp_window_con.slider_container {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
}	
					
.lpp_cart21_slider{
    position: relative;
    overflow:hidden;
    width: 100%;
    max-width: 100%;
    height: -webkit-fill-available;
    height: 393px;
    padding: 10px 0 0 0;
}
.lpp_cart21_slider .cart21_slide_con{
	    /* overflow: hidden; */
	    min-height: fit-content;
	    position: relative;
	    height: inherit;
	    padding: 0;
	    margin: auto;
	    max-width: 94%;
}
	
.lpp_cart21_slider .s_image{
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    text-align: -webkit-center;
}
	
.lpp_cart21_slider .title{
	font-size: 53px;
	text-align: -webkit-center;
	/* background: rgba(0, 0, 0, 0.34); */
	color: rgb(255, 255, 255);
	text-shadow: 0 1px 2px rgb(68, 100, 150);
	position: absolute;
	margin: auto;
	z-index: 2;
	top: 30%;
	height: 61px;
	line-height: 46px;
	right: 0;
	left: 0;
	transition: margin-right 1s ease-in-out;
	-webkit-transition-delay: 100ms;
	transition-delay: 100ms;
	max-width: 61%;
	}
	.lpp_cart21_slider .title_show{
	/* margin-right: 0%; */
}

.lpp_cart21_slider .desc{
	text-align: -webkit-center;
	background: rgba(0, 0, 0, 0.34);
	color: rgb(243, 250, 255);
	position: absolute;
	margin: auto;
	bottom: 11%;
	right: 0;
	left: 0;
	display: block;
	padding: 16px 10px;
	font-size: 20px;
	width: 70%;
	font-family: inherit;
	border-radius: 4px;
}
.lpp_cart21_slider .desc_show{

}

.lpp_cart21_slider img{
	max-width:100%;
	 /*max-height: 100%;*/
     /*width: 100%;*/
}
.lpp_cart21_slider img:hover{
	transform: scale(1) !important;
}

.lpp_cart21_slider  .cart21_slide  {
	width: 100%;
	/* height:100%; */
	position: absolute;
	margin-left: 100%;
	max-width: 100%;
	max-height: 100%;
	-webkit-transition: margin-left; /* Safari */
	transition: margin-left;
	transition-duration: 300ms;
	transition-timing-function: ease-in-out;
	transition-delay: 200ms;
	/* border: 1px solid black; */
}

.lpp_cart21_slider  .show_slide  {
   	margin-left: 0%;
}

.lpp_cart21_slider  .c21_slide_nav{
    /* background: rgba(0, 0, 0, 0.34); */
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 6px 2px;
    margin: auto;
    height: 30px;
    max-width: 100%;
    text-align: -webkit-center;
    z-index: 2;
 }
	
 .lpp_cart21_slider .c21_slide_nav .c21_nok{
	height: 12px;
	width: 12px;
	border-radius: 50%;
	background: rgba(230, 230, 230, 0);
	display: inline-block;
	margin: 1px;
	cursor: pointer;
	font-size: 12px;
	font-weight: 700;
	text-align: -webkit-center;
	border: 1px solid rgb(0, 0, 0);
}
 .lpp_cart21_slider .c21_slide_nav .c21_nok.active{
		background: #020202;
}

.lpp_cart21_slider:hover .next_main, .lpp_cart21_slider:hover .prev_main
{
 display: inline-block;
 }
.lpp_cart21_slider .next_main, 
.lpp_cart21_slider .prev_main {
    height: 54px;
    width: 37px;
    line-height: 50px;
    background: #0000000f;
    display: inline-block;
    cursor: pointer;
    color: #ffffffe6;
    position: absolute;
    top: 36%;
    font-size: 40px;
    text-align: center;
    padding: 0px 10px;
    font-weight: 500;
    -webkit-transform: scale(1,1.5);
    display: block;
    border-radius: 4px;
    z-index: 3;
    text-shadow: 0 0 2px #120f16;
 }
.lpp_cart21_slider .next_main:hover,
.lpp_cart21_slider .prev_main:hover{
	color: #afa7a1;
}
   
.lpp_cart21_slider  .next_main  {
	right:0;
}

.lpp_cart21_slider  .prev_main {
	left:0;
}
	

.lpp_window_con .c_product{
	    height: 344px;
	    background: white;
	    padding: 0;
	    min-height: unset;
	    float: left;
	    border: unset;
	    }

.lpp_window_con .c_product:hover{
	box-shadow:unset;
}

.lpp_window_con .c_product .p_img_container:hover {
    transform: unset;
    z-index: unset;
    border: unset;
}
	    
.lpp_window_con .c_product >.p_img_container{
	     height: 167px;
	     padding: 0;
	     width: 100%;
}
.lpp_window_con .c_product .product_title{
	font-size: 14px;
	padding: 0 5px;
}
.lpp_window_con .c_product .p_bottom_container{
	
}
.lpp_window_con .c_product .sort_order{
	text-align:center;
}

.lpp_window_con .c_product .p_price{
	font-size: 14px;
}
.lpp_window_con .box-title{
    font-weight:600 !important;	
    }
	    
@media screen and (max-width : 768px){

.lpp_cart21_slider{
	max-height: 417px;
	height: 468px;
}
.lpp_cart21_slider a.cart21_slide {
    text-decoration: none;
}
.lpp_cart21_slider .cart21_slide   .s_image{
	width: 100%;
}
.lpp_cart21_slider .cart21_slide   .s_image img{
	height: 100%;
}
 
.lpp_cart21_slider .cart21_slide   .desc{
   width: 93%;
   font-size: 16px;
   bottom: 11%;
  }
.lpp_cart21_slider .cart21_slide   .title{
	background: #607D8B;
	position: relative;
	font-size: 20px;
	padding: 0;
	top: 0px;
	max-width: 100%;
	height: 48px;
	line-height: 48px;
}
 .lpp_cart21_slider .c21_slide_nav .c21_nok{
	padding: 0px 5px;
	height: 14px;
	width: 14px;
	font-size: 8px;
	   
}

 .lpp_cart21_slider  .c21_slide_nav{
    padding: 1px 4px;
        height: 30px;
    }

   .lpp_cart21_slider .next_main, 
   .lpp_cart21_slider .prev_main {
	    height: 46px;
	    line-height: 39px;
	    width: 35px;
	    font-weight:  300;
	    font-size: 40px;
	    display:block;
	  }
   .lpp_window_con{
   	padding: 0;
   	margin: 10px 0 0 0px;
   }
	
	
}

 