@charset "utf-8";
/* CSS Document */
 
		
		.banner
    	{
			position:absolute;
			left: 140px;
			z-index:5500;
			font-size:16px;
			font-weight:bold;
			
		}
		
		.templatemo-nav > .btn-cart{
			position: relative;
			top: -32px;
			right: 0px;
			color: rgb(255, 255, 255);
			font-size: 26px;
			background: none;
			border: none;			 
		}
		.templatemo-nav > .btn-cart:hover , .templatemo-nav > .btn-cart:focus{
			background:none;
		}
		.templatemo-nav-container.sticky .templatemo-nav >.btn-cart{
			position: relative;
    		top: -19px;
			font-size:26px;
			background:#fff;
			color:#525050;
			border:none;			 
		}
		.templatemo-nav-container.sticky .templatemo-nav > .btn-cart:hover , .templatemo-nav-container.sticky .templatemo-nav > .btn-cart:focus{
			background:#FFFFFF;
		}
		.btn-cart > .badge , .btn-cart > .badge{
				font-size:24px;
				background-color:#10B6C1;
		}
		@media (max-width:991px){
			.banner
			{
				
				left: 0px;
				z-index:5500;
				font-size:16px;
				font-weight:bold;
				
			}
		}
		
		@media (max-width:767px){
			.btn-banner{
				font-size: 24px;
				background-color: rgba(13, 181, 192,0.8);
				color: #ffffff;
				width: 100%;
				left:0;
				height: 52px;
				display: block;
				text-align: center;
				line-height: 50px;
				position: fixed;
				top: 0px;				
				z-index: 1;	
				text-decoration:none !important;
				cursor:pointer;
			}
			.btn-banner:hover, .btn-banner:focus{
				font-weight:bold;
				color:#fff;
			}
			.banner
			{
				
			}
			a#mobile_menu {
				right:0px;
			}
			.btn-cart{
			    font-size: 24px;
				background-color: rgba(13, 181, 192,0.8);
				border-radius: 30px;
				color: #ffffff;
				width: 80px;
				height: 50px;
				display: block;
				text-align: center;
				line-height: 50px;
				position: fixed;
				top: 2px;				
				z-index: 10;	
				text-decoration:none !important;
				cursor:pointer;
			}
			.btn-cart:hover , .btn-cart:focus{
				color: #fff;
			}
			.btn-cart > .badge , .btn-cart > .badge{
				font-size:24px;
				background-color:#10B6C1;
			}
		}
 .templatemo-home-right, .templatemo-about-left, .templatemo-services {
    padding: 40px 30px;
}