.home-banner {
		margin-top: 20px;
    	margin-bottom: 50px;
	}
      .info {
        display:none;
      }
      a.btn-add-cart {
    	opacity: 0;
    	display: none !important;
      }
     .special-nav {
        text-transform: uppercase;
    	color: #333;
    	letter-spacing: 1px;
    	position: relative;
    	font-weight: 500;
   		font-family: Lato,sans-serif;
    	font-size: 10px;
    	transition: color 0.35s ease-in-out;
    	-webkit-transition: color 0.35s ease-in-out;
        position: relative;
   		bottom: 10px;  
    }
    .special-nav-links:hover {
          color: #ebd388;
    }
    .product-author {
    	display:none;
    }
     a.btn-add-cart {
     	opacity:0;
     }
     
    .hp-tabs-section ul.nav-tabs {
    	display: none;
    }
	.price-sale, .price {
   	   color: #adadb5;
       font-style: normal;
       font-weight: 300;
   	   letter-spacing: 1px;
       font-family: lato;
       font-size: 10px;
      
    }
      .product-name {
    	color: #000;
    	margin: 0px 0px 0px !important;
        font-weight: 500;
    }
	 .hp-tabs-section h3 {
    	margin: 0px 0px 35px;
    	font-weight: 900;
    	color: #383835;
    	font-size: calc(1.04167rem + .20833 * ((100vw - 20rem) / 100));
     }


    @media screen and (max-width: 991px) {
    	.special-nav {
      		display: block;
    	}
    }
      
    @media screen and (min-width: 990px) {
      .slideshow-catalog-wrapper {
    	padding-top: 0px;
      }
       .special-nav {
      	display: none;
    	}
    }
    @media screen and (min-width: 991px) {
      .slideshow-catalog-wrapper {
    	padding-top: 15px;
      }
      	.custom-content-width {
   			margin-left: 60px;
   			margin-right: 60px;
    		margin-top: 50px;
    		margin-bottom: 50px;
		}
    }
     @media (max-width: 768px) {
     
     	.custom-content-width {
   			margin-left: 20px;
   			margin-right: 20px;
    		margin-top: 50px;
    		margin-bottom: 50px;
		}
        .custom-item {
        	padding: 10px;
        }
    }
       
       
     @media (max-width: 480px) {
		.hp-tabs-section .hp-tabs-list.tabs-list-row .product-wrapper {
   		 width: 50%;
		}
        .section-separator-margin-bottom {
         padding-bottom: 30px;
		}
    }


.home-banner .banner-item .btn {
    display: none;
}




.col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 45.666667% !important;
    max-width: 45.666667% !important;
}

.custom-block-image {
		margin-top: 30px;
}