﻿h1 {
    font-size: 30px;
    margin: 0;
}

.page-title {
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    text-align: center;
    padding-bottom: 20px;
}

.sub-title {
    margin-top: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    padding-left: 5px;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.brandLetterNav {
    margin-top: 30px;
    margin-bottom: 20px;
}

.brandsList {
    list-style: circle;
}

    .brandsList li {
        display: inline-block;
        padding-bottom: 3px;
    }




.breadcrumb {
    margin-bottom: 10px;
}

.products-list .product-layout .caption h4, div.tab-slider .ltabs-items-container .ltabs-items .product-layout .caption h4 {
    font-size: 14px;
    line-height: 20px;
    margin: 0px;
    font-weight: normal;
    text-align: center;
}

.products-list .product-layout .caption, div.tab-slider .ltabs-items-container .ltabs-items .product-layout .caption {
    min-height: 60px;
    max-height:60px;
    overflow:hidden;
}

.products-list.grid .product-layout .product-item-container:hover .right-block .caption h4 a, div.tab-slider .ltabs-items-container .grid.ltabs-items .product-layout .product-item-container:hover .right-block .caption h4 a {
    color: #444;
    text-decoration: underline;
}




@media (max-width: 767px) {
    .collapsed-block .tabBlock {
        display: block;
        text-align: center;
    }
}

.x-body {
    background: #ffffff;
}

label {
    font-size: 13px;
    font-weight: normal;
}

.label-new, .label-sale, .label-sku {
    font-size: 12px;
    padding: 3px 8px;
    min-width: 56px;
    text-align: center;
    display: block;
    position: absolute;
    z-index: 1;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: normal;
}

.label-sku {
    background: #00ABF0;
    top: 0px;
    left: 0px;
}

.x-panel-header-title-default {
    color: #31708f;
}

.x-panel-header-light .x-tool-img {
    color: #919191;
    background-color: #d9edf7;
}

.btn-link1 {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0;
}

    .btn-link1:focus, .btn-link1:hover {
        color: #23527c;
        text-decoration: underline;
        background-color: transparent;
    }

    .x-btn-default-toolbar-medium {
    border-color: #d8d8d8;
}



@media (min-width: 992px) {
    .horizontal ul.megamenu > li > a:after {
        position: absolute;
        content: "";
        width: 1px;
        height: 20px;
        background-color: #888;
        right: 0;
        top: 50%;
        margin-top: -10px;
    }

    .products-list.grid .product-layout .product-item-container .left-block .product-image-container, div.tab-slider .ltabs-items-container .grid.ltabs-items .product-layout .product-item-container .left-block .product-image-container {
    min-width: 200px;
    min-height: 200px;
}
    div.horizontal ul.megamenu .sub-menu .content {
    max-height: 380px;
    overflow-x: scroll;
}
}
