/*** Product Styles ***/

	.list-cus-style{  
		border: 0px solid #ddd; 
		background-color: #f5f5f5; 
		border-radius: 0;
		padding-left: 0;
		padding-bottom: 0;
	}
  
	.inner-sb-cus-grd{
		background-color: #f5f5f5; 
		border-radius: 0;
		padding-bottom: 24px;
	}  
  
	.bar-cus{
		height:2px;
		width:100px;
		background:#e45252;
	}
  
	.light-gap{
		height:24px;
	}
  
	.no-padding{
		padding:0;
	}
  
	.bg-ash-a{
		background-color:#eaeaea;
	}
  
	.bg-ash-b{
		background-color:#e4e4e4;
	}
  
	.bg-ash-c{
		background-color:#eaeaea;
	}
  
	.img-center{
		margin:auto;
	}  
  
	.wishlist-fragment{
		display: none; 	  
	}  
  
	.woocommerce-product-details__short-description{
		display:none;
	}

	label {
        display: inline-block;
   		max-width: 100%;
   		margin-bottom: 5px;
   		font-weight: 400;
   		font-size: 20px;
	}
    
    input[type=radio] {
      	 border: 0px;
  	  	 width: 14%;
   		 height: 20px;
 	 }
     
	.fld-img-max-set {
        max-height: 262px;
		padding-bottom: 80px;
	}
      
	.cr-img-max-set {
        max-height: 250px;
        padding-bottom: 60px;
	}
	
	.tp-img-max-set {
		max-height: 483px;
		padding-bottom: 25px;
	}
      
	.carousel-indicators li {
		display: inline-block;
       	width: 15px;
        height: 15px;
        margin: 0px 6px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #000\9;
        background-color: rgb(121 121 121);
        border: 1px solid #6d6d6d;
        border-radius: 10px;
    }
    
    .carousel-indicators .active {
		width: 15px;
		height: 15px;
		margin: 0px 6px;
		background-color: #fff;
	}
    
    /* .carousel-indicators {
		position: absolute;
		bottom: 10px;
		left: 6%;
		z-index: 15;
		width: auto;
		padding-left: 0;
		margin-left: auto;
		text-align: center;
		list-style: none;
 	} */
	
	.carousel-control { 
		width: 6%;
		opacity: 1; 
		color: rgb(87 87 89);
		text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
		background-color: rgb(0 0 0 / 0%);
	}
	
	.light-gap-prd {
		height: 14px;
		background: #ffffff;
	}
	
	.tpr-img-max-set {
		max-height: 250px;
		padding-bottom: 14px;
	}
	
	.tap-top{
		display:none;
	}
	
	.top-content{
		display:none;
	}
	
	.sub-prod-title {
		text-align: justify;
		line-height: 1.8;
		font-weight: 400;
		font-size: 1.2em;
		margin-top: 26px;
	}
	
	@media (min-width: 992px){
		
		.details-product .tabs-v1 {
			margin-top: 0px;
		}		
		
		.prod-title {
			font-size: 3em;
			font-weight: 600;
			text-transform: uppercase;
		}
		
	}
	
	.col-sm-12>.inner-sb-cus-grd>div>div>h1{
		text-align: left;
		width: fit-content;
		border-bottom: 2px solid #9a0417;
	}
	
	.col-sm-6>.inner-sb-cus-grd>div>div>h1{
		text-align: left;
		width: fit-content;
		border-bottom: 2px solid #9a0417;
	}

	.inner-sb-cus-grd .vc_separator{
		display:none;
	}
	
	
	.product-block.grid .title-wrapper { 
		display: block !important;
		opacity: 1 !important;
	}
	
  
/*** Product Styles End ***/
	

/** Home Products**/

.spl-home_sub_banner{
	background-color: #f5f3f4;	
}

.spl-home_sub_banner .widget-banner-item .link-img img {
    display: block;
    margin: auto;
}

.spl-home_sub_banner .widget-banner-item .a_left {
    position: inherit;
	padding: 36px !important;
}
