/* Add here all your CSS customizations */

.main {
    min-height: 820px;
}

html .scroll-to-down.visible {
    opacity: 1;
}

html .scroll-to-down {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    /*background: #404040;*/
    border-radius: 7px 7px 0 0;
    top: 0px;
    color: #FFF;
    display: block;
    height: 9px;
    opacity: 0;
    padding: 13px 10px 35px;
    position: fixed;
    left: 100px;
    text-align: center;
    text-decoration: none;
    min-width: 122px;
    z-index: 1040;
    background-image: url('/Content/theme/img/logo.jpg');
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-size: contain;
}


html.sticky-header-active #header .header-body {
    border-bottom-color: #0879AA !important;
    box-shadow: 0 0 15px #0879AA !important;
}


a.scroll-to-down.hidden-mobile.visible {
    display: none !important;
}

html .featured-box-primary .box-content {
    border-top-color: #337AB7;
}


.thumb-info .thumb-info-type {
    background-color: #337AB7;
}


@media (max-width: 992px) {

    #header .header-nav-main nav > ul > li > a, #header .header-nav-main nav > ul > li > a:focus, #header .header-nav-main nav > ul > li > a:hover {
        color: #337AB7;
    }

    #header .header-nav-main nav > ul > li.active > a, #header .header-nav-main nav > ul > li.active > a:focus, #header .header-nav-main nav > ul > li.active > a:hover {
        background-color: #337AB7;
    }
}


@media (max-width: 1170px) {

    .header-nav-top{
        opacity:0;
    }
}



table.cart .product-thumbnail {
    width: 20%;
}

table.cart td {
    border-top: 1px solid #DCDCDC;
    padding: 6px 6px;
}

table.cart .product-name {
    width: 80%;
}

table.cart td {
    border-top: 1px solid #DCDCDC;
    padding: 6px 6px;
}



html body .tabs .nav-tabs li.active a, html.dark body .tabs .nav-tabs li.active a {
    border-top-color: #337AB7;
    color: #1963A3;
        background: #FAFAFA;
}

#header .header-btn-collapse-nav {
    background: #337ab7;
}

ul.nav-list li a:before {
    border-left: 4px solid transparent;
    border-right: 4px solid #333;

}