<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Header Style 3
*/

.container-80 { width: 80% !important; }

.HeaderStyle3 {
	/*margin-top:0px !important;*/
}

.HeaderStyle3 .header-fixed { 
    /*position: fixed !important; width:100% !important; border-bottom:1px solid #F0F0F0 !important;*/ 
    background-color:#FFFFFF !important; 
    /*height:85px !important; */
    z-index:9999 !important; 
}
.header-style-pull-down { /*padding-top:85px !important;*/ }

.HeaderStyle3 .h-logo img { max-width:100% !important; max-height:70px !important; }

.HeaderStyle3 .h-information {}
.HeaderStyle3 .h-information b { font-size: 1rem; font-weight: bold !important; color: #010101 !important; }
.HeaderStyle3 .h-information .icon, .HeaderStyle3 .h-information .desc { font-size: 0.9rem;  }
.HeaderStyle3 .h-information .icon { color: maroon !important; }


.HeaderStyle3 .h-information .icon i{}

.HeaderStyle3 .h-search input { background-color:#F0F0F0 !important; height:45px !important; }

/*
.HeaderStyle3 .h-social a { width:30px !important; height:30px !important; line-height:30px !important; border-radius:50%; color:#FFF !important; }
.HeaderStyle3 .h-social a:hover , .HeaderStyle3 .social a:active { opacity:0.8; text-decoration:none !important; }
*/

/*
.HeaderStyle3 .h-nav-bar a:hover, .HeaderStyle3 .h-nav-bar a:active { max-width:100% !important; max-height:70px !important; text-decoration:underline !important; cursor:pointer !important; }
*/

.HeaderStyle3 .h-cart .basket { float:left !important; display:inline-block !important; font-size:18px; padding:10px 17px 10px 17px; background-image: linear-gradient(#AD6C58, #502A21)!important; color:#FFF !important; border-radius:25px; cursor:pointer; }
.HeaderStyle3 .h-cart .basket .circle { background-color:#000000 !important; font-size:12px;  padding:0px !important; width:20px !important; height:20px !important; line-height:20px !important; display:inline !important; position:absolute !important; border-radius:50%; margin:-5px -10px; }



@media (max-width:991px) {
	.HeaderStyle3 .header-fixed { 
        /* position: fixed !important; */
        /* width:100% !important; */
        /* height:145px !important; */
        background-color: #000000!important;
        padding-bottom: 5px!important;
    }
    /*#UpperBlock { position: fixed !important; }*/
	.header-style-pull-down { /*padding-top:145px !important;*/ }
}


@media (max-width:1500px) {
	.container-80 {
		width: 100% !important;
	}
}


	
</pre></body></html>