/*
    Cellocal CSS Stylesheet
*/

/*
    Home
*/

#header {
    z-index: 10;
}

#header .header-top {
    background: #0264aa !important;
    position: fixed !important;
    padding-top: 0px !important;
}

#header .header-top .header_logo {
    padding-top: 25px;
}

#header .logo {
    width: 90px;
}

.top-menu .sub-menu {
    max-width: 100%;
    width: 700px;
}

.top-menu .sub-menu ul[data-depth="1"] > li {
    min-width: 180px;
}

.top-menu .sub-menu ul[data-depth="2"] .collapse {
    display: none;
}

#header .header-top .menu > ul > li {
    padding-top: 34px;
}

.header-top .search-widget {
    padding-top: 34px;
}

#header .header-top .menu .sub-menu .category > a.dropdown-submenu {
    color: #0264aa !important;
    font-weight: bold;
}

#left-column {
    margin-top: 49px;
}

#left-column .block-categories .block_title a {
    font-weight: bold;
    color: #0264aa !important;
}

#product .product-page .h1-main.productpage_title {
    font-weight: bold;
    color: #0264aa;
}

.block-categories .category-sub-menu li {
    margin-bottom: 7px;
}

.block-categories .category-sub-menu li > a {
    line-height: 20px !important;
}

.block-categories .category-sub-menu li[data-depth="1"] > a {
    color: #8aa932 !important;
    opacity: 1;
    transition: opacity 0.3s;
}

.block-categories .category-sub-menu li[data-depth="1"] > a:hover {
    opacity: 0.7;
}

.block-categories .block_content .add, .block-categories .block_content .remove {
    color: #8aa932;
}

.block-categories .block_content .arrows .arrow-right:hover, .block-categories .block_content .arrows .arrow-down:hover {
    color: #8aa932;
}

#left-column .block, #right-column .block, #left-column .links, #right-column .links {
    padding-bottom: 15px;
}

.products-selection .sort-by {
    margin-right: 5px;
}

#service_cms .cms-icon img {
    width: 52px;
    height: 52px;
}

.products-section-title {
    font-size: 33px;
    margin-bottom: 0;
    text-transform: none !important;
}

#tmcms1block {
    background: transparent url(../img/megnor/local.jpg) fixed center center;
}

.testimonial {
    background: #8aa932;
}

/*
    Catalog
*/

#search_filters_wrapper {
    border-bottom: none !important;
}

ul li .product-miniature a img {
    padding: 15px;
}

.pagination a {
    width: auto;
    min-width: 30px;
    padding: 4px 5px;
    text-align: center;
}

/*
    Homepage
*/

@media (min-width: 991px) {
    .slider_home.prlx-banner {
        margin-top: 107px;
    }
}

/*
    Product Page
*/

.product-cover img {
    padding: 15px;
}

/*
    Contact Page
*/

#left-column .block .block_title, #right-column .block .block_title, #left-column .links .h3, #right-column .links .h3, #left-column .block .h6 {
    color: #8aa932;
    font-weight: bold;
}

.contact-form h3 {
    color: #8aa932;
    font-weight: bold;
}

/*
    Responsive
*/

@media (max-width: 479px) {
    #header .header-nav .top-logo {
        display: inline-block;
        width: auto;
        float: none;
    }
}

@media (max-width: 479px) {
    #header {
        min-height: 89px;
    }
}

@media (max-width: 991px) {
    #header .header-nav {
        position: fixed;
        width: 100%;
    }
}

@media (max-width: 991px) {
    #mobile_top_menu_wrapper .mobile-menu-inner {
        width: 450px;
        left: -150%;
        max-width: 100%;
    }

    #search_widget {
        margin-top: 20px;
        margin-right: 10px;
    }

    .menu-icon {
        margin-top: 17px;
    }

    #_mobile_cart {
        display: none;
    }

    #_mobile_user_info {
        display: none;
    }
}