/* ------------------------------------------------------------------------ */
/* Use this file to overwrite css rules from any css file. This way you
/* won't lose any of your modifications after updating the theme.
/* ------------------------------------------------------------------------ */

body {
/* Empty body tag to prevent not found error */
}
#opc_new_account, #carrier_area, #opc_payment_methods {
    display: none;
}

/*============ Service Features style ============*/
.customer {
    display: block;
    height: 100px;
}
.customer ul{padding:0 10px;margin:0}
.customer ul li{width:25%;float:left;padding:10px 5px; position: relative;}
.customer ul li a{width: 100%;color:#2E85C8;text-transform:uppercase;border:2px solid #2E85C8;padding:10px 10px 10px 65px;display:inline-block;font-size:16px }
.customer ul li b{color:#2E85C8}
.customer ul li span{ font-size: 0.8em}

.customer ul li.chatluong:before {
    content: "\f046";
    font-family: "FontAwesome";
    display: inline-block;
    font-size: 50px;
    color: #2E85C8;
    position: absolute;
    left: 34px;
    top: 39px;
}


.customer ul li.giaca a:before {
    content: "\f087";
    font-family: "FontAwesome";
    display: inline-block;
    font-size: 50px;
    color: #2E85C8;
    position: absolute;
    left: 34px;
    top: 39px;
}


.customer ul li.chamsoc:before {
    content: "\f07a";
    font-family: "FontAwesome";
    display: inline-block;
    font-size: 50px;
    color: #2E85C8;
    position: absolute;
    left: 34px;
    top: 39px;
}

.customer ul li.giaohang:before {
    content: "\f0d1";
    font-family: "FontAwesome";
    display: inline-block;
    font-size: 50px;
    color: #2E85C8;
    position: absolute;
    left: 34px;
    top: 39px;
}

#homepage-left-menu a {
    color : #273A89;
}

#homepage-left-menu > ul > li > a {
    background: #2E85C8;
    font-weight: bold;
    color: #fff;
}

.footer-container .brand-slider {
    margin: 0 auto;
}

.footer-container .brand-slider div {
    display: inline-block;
}

.footer-container .brand-slider img {
    float: left;
    padding: 20px;
}

/*.customer ul li.giaca a{background:url(../img/giaca.png)no-repeat 20px center /36px auto}*/
/*.customer ul li.giaohang a{background:url(../img/giaohang.png)no-repeat 20px center /37px auto}*/
/*.customer ul li.chatluong a{background:url(../img/chatluong.png)no-repeat 20px center /40px auto}*/
/*.customer ul li.chamsoc a{background:url(../img/chamsoc.png)no-repeat 20px center /38px auto}*/
@media(max-width:499px){
    .customer ul li{
        width:50%;
        padding:5px 2px
    }
    .customer ul li a{
        font-size:14px; 
        padding:10px 10px 10px 50px; 
        background-size:30px auto !important;
        background-position:10px center !important
    }
    
    #header_bottom .bg_header {
        background: none;
    }
    
    .footer-address img {
        display: none;
    }
    
    #home-attributes {
        display: none;
    }
    
}
@media(max-width:374px){.customer ul li a{font-size:12px !important;}}
@media(min-width:1024px){.customer ul li a{font-size:18px;padding:10px 10px 10px 90px;background-size: auto !important; background-position:20px center !important}}
@media(min-width:1200px){.customer ul li a{padding:20px 20px 20px 110px; background-position:25px center !important}}
.customer ul li a:hover{border:2px solid #2E85C8;}

.home-column .horizontal_mode, .home-column .vertical_mode {
    padding: 10px;
}

.home-column .block {
    margin-bottom: 15px;
}

/*Home Category block */
#home_categories_block .panel-heading:hover {
    cursor:pointer;
}
#home_categories_block .panel-heading {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#home_categories_block .side-tab:hover {
    cursor: pointer;
}
#home_categories_block .panel.panel-default {
    border: none;
    box-shadow: none !important;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;

}
#home_categories_block .panel-heading {
    border: none;
    background-color: #dedede;

}
#home_categories_block .panel-body {
    background-color: #f5f5f5;
}
#home_categories_block .panel-title {
    font-weight: 400;
    color: #273A89;
    margin-bottom: 0;
    border: none;
}

.home_categories_content .tab-content {
    padding: 0;
}

.home_categories_content .tab-content:after{
    background: none;
}

.home_categories_content .row{
    width: 100%;
}

.home_categories_content .col {
    padding: 0;
}

.home_categories_content .img-responsive {
    padding: 5px;
}

.level2 {
    background-color: #dedede;
}

.level3 {
    background-color: #fff;
}

#featured_products a.product-name{
    font-weight: bold;
    font-size: 1em;
    height: 60px;
    color: #273A89;
}

#featured_products a.addToWishlist, #featured_products a.quick-view {
    display: none;
}