header{
	position: relative;
	z-index: 1001 !important;
}

header .main-head .logo h2 a {
    background-image: none;
    background: url(../images/icon24.png) left no-repeat;
}

/**
 * main content
 */ 
.content{
	min-height: 350px;
}

/**
 * Cart
 */
.error{
    color: red;    
    padding-top: 5px;
}

header .main-head .cart-function ul li.wrap-shoping-cart .cart-view{
    z-index: 9999;
}

/**
 * Checkout
 */
.info-payment-bacs{
    background: #e5e5e5;
    padding: 15px;
    position: relative;
    line-height: 1.7;
}

.info-payment-bacs h4{
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 10px;
}

.info-payment-bacs:after{
    content: " ";   
    position: absolute;
    top: -10px;
    left: 10px;
    border: 10px solid transparent;
    margin-top: -10px;
    border-bottom: 10px solid #e5e5e5;
}

/**
 * detail product
 */
.product-info-part{
    margin-bottom: 15px;    
}

.product-info-part img{
    height: auto !important;
}

/*=========================search box=======================*/
#searchModal .modal-content .modal-header{
    color: #000;
}
#searchModal .modal-content .modal-body{
    padding: 30px;
    min-height: 480px;
    background-color: #e5e5e5;
}
#suggesstion-box{
    position: absolute;
    top: 40;
    left: 0;
}
#suggesstion-list{
    list-style: none;
    padding-left: 0px;    
}
#suggesstion-list li{
    padding: 5px 0px !important;
    border-top: none !important;
    background-color: #e5e5e5;
    color: #000;
    font-size: 14px;
}
#suggesstion-list li:hover{
    color: red;
    cursor: pointer;
}

.brand-list-home-page{
    margin-top: 30px;
}

/*Footer*/
.logo-diff{
    margin-top: 5px;
}

.logo-diff img{
    max-width: 150px !important;
}

/**
 * Page
 */
@media (max-width: 768px){
	
	header .main-head{
		margin-top: 80px;
	}
	
	header .main-head .logo h2 a {
        height: 80px;
    }
	
    .content-page .container .col-sm-3 .nav{
        margin-top: 0px;
    }
	
	#searchModal .modal-content{
        margin-bottom: 80px;
    }

.hotline i.fa-phone{
	font-size:font-size: 14px;
}
.hotline a{
	font-size:14px;
}
.list-inline li:nth-child(1){
	    float: right !important;
    margin:0px 0 0 0 !important;
}
header .main-head .cart-function ul {
    padding-top: 0 !important;
    margin: -29px 50px 0 0 !important;
}
.hotline{
	position: absolute!important;
    right: 105px!important;
    top: 50px!important;
}
header .main-head .nav-top{
	border-bottom: 0 !important
}
.no-gutters{
	    border-bottom: 1px solid #ddd!important;
    padding-bottom: 10px!important;
}
header .top-header .site-nav li a {
    padding: 0 10px!important;
}
header .top-header .site-nav li {
    padding:5px 0px 0 10px!important;
	    float: left !important;
}
header .top-header {
    background-color: #141414;
	height:auto !important;
    line-height: 40px;
    overflow: hidden;
	padding-top:40px;
}
ul.n_free_ship{
    float: left;
    position: absolute;
    top: 0;
    left: 15px;
}
.site-nav li{
	display:block !important;
	float:left !important
}
ul.n_free_ship{
	padding:0 15px !important
}	
.visible-xs li:nth-child(2), .visible-xs li:nth-child(4){
	display:none !important
}
.top-header li{
	display:block !important
}
.hotline {
    margin: -34px 0 0 0 !important;
}
.hotline a{
	font-size:13px !important;
}
}
@media (max-width:340px){
.hotline{
	display:none !important
}
ul.n_free_ship{
	padding:5px !important
}
header .top-header .site-nav li {
    padding:5px 0px 0 3px!important
}	
ul.n_free_ship{
	left:0 !important
}
header .top-header .site-nav li a {
    padding: 0 7px!important;
}
ul.n_free_ship li span {
    font-size: 12px !important;
}
}
/**
 * carousel top custom effect
 */
.carousel-fade .carousel-inner .item {
    transition-property: opacity;
}

ul.n_free_ship{
	float: left;
}
ul.n_free_ship li{
	float: left;
	list-style:none;
}
ul.n_free_ship li span{
	    color: #fff;
    padding-left: 5px;
    font-size: 13px;
}