.headerOffset {padding-top:30px;}
.product:hover {
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.3);
}
.dropdown-tree .active { font-weight: bold; }

.brand-image, .brand-banner-image { display: inline-block; width: 100% }
.product-details-modal .modal-dialog { background: #fff; max-width: 960px; overflow: auto; width: 100%; }


/** ******************************
 * Category box
 ** ******************************/
.category-box {
    margin: 10px 0;
}

.category-box a.subCategoryThumb {
    display: block;
    margin-bottom: 0;
}

.category-box a.subCategoryThumb img {
    max-width: 100%;
    max-height: 100%;
}

.category-box a.subCategoryTitle {
    display: block;
    margin-top: 0;
    padding: 10px 0;
    font-size: 16px;
}


/** ******************************
 * Category sidebar filters
 ** ******************************/

/** Category tree **/
#collapseCategory .nav .dropdown-tree ul {
    margin-left: 15px;
    border-left: 1px solid #e1e1e1;
}

#collapseCategory .nav .dropdown-tree ul li a {
    background-color: transparent;
    color: #333;
    border-bottom: 1px solid #e1e1e1;
}


/** Collapse toggles **/
.collapseWill,
.collapseWill:hover {
    text-decoration: none;
}

.collapseWill i {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    margin-right: 5px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.collapseWill.pressed i, .collapseWill.collapsed i {
    margin-right: 5px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.category-products-list { padding-top: 25px; }

/** Category sidebar navigation **/
.category-products-list .category-nav ul.nav-pills li {
    text-decoration: none;
}


/** Price range filters **/
.price-range-filters .priceFilterBody form .form-group {
    width: 40%;
    display: inline-block;
}

.price-range-filters .priceFilterBody form input[type="text"],
.price-range-filters .priceFilterBody form input[type="text"] {
    width: 100%;
}

.price-range-filters .priceFilterBody form .form-group.input-spacer {
    width: 10%;
    text-align: center;
}

.price-range-filters .priceFilterBody form .sp {
    display: inline-block;
}

.price-range-filters .priceFilterBody form .filter-submit {
    margin-top: 15px;
    text-align: center;
}

.product-filters button.clearFilter {
    color: #fff;
    font-size: 10px;
    padding: 3px 5px;
    cursor: pointer;
    background-color: #919191;
    border: none;
    outline: none;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.product-filters button.clearFilter:hover {
    background-color: #AD433F;
}

.price-range-filters .priceFilterBody button.filter-submit {
    margin-top: 10px;
}

/** ******************************
 * Category product listing view
 ** ******************************/

/** Product sorting filters **/
.productFilter {
    border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    clear: both;
    display: block;
    margin-bottom: 20px;
    padding-bottom: 7px;
    padding-top: 10px;
    margin-top: 20px;
}

.productFilter p {
    display: block;
    font-size: 14px;
    margin: 9px 0 0 0;
}

.productFilter select, .productFilter input {
    font-size: 13px;
}

.productFilter .change-order {
    margin-bottom: 0;
}

.product-details-modal .productFilter {
    margin-bottom: 10px;
    margin-top: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.productFilter .change-view {
    margin: 0;
}

.productFilter .change-view a {
    border: 1px solid #CCCCCC;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    height: 34px;
    line-height: 23px;
    margin-left: 5px;
    overflow: hidden;
    padding: 5px 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.item.list-view .item h4 {
    max-height: none;
}

.item.list-view .grid-description {
    display: none;
}

.list-description {
    display: none;
}

.item.list-view .list-description {
    display: block;
}

.item.list-view {
    display: block;
    height: auto!important;
    width: 100% !important;
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
}

.item.list-view .image {
    display: block;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    max-height: 260px;
    max-width: 200px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    padding-right: 20px;
    background: #fff;
}

.item.list-view .image a {
    display: block;
    max-height: 100%;
    height: 100%;
}

.item.list-view .image img {
    max-height: 260px;
    width: auto;
}

.item.list-view h4 {
    height: auto;
    margin: 45px 0 5px;
    font-size: 24px;
}

.item.list-view h4 a {
    font-weight: 600;
}

.item.list-view .description {
    text-align: right;
}

.item.list-view .description p {
    text-align: right;
    max-height: 200px;
    min-height: 10px;
}

.item.list-view .price {
    font-size: 22px;
    text-align: right;
}

.item.list-view .action-control {
    text-align: right;
}

.item.list-view .product {
    padding-right: 20px;
    min-height: 260px;
}

.product {
    border: 1px solid #e1e1e1;
}

.product .image {
    position: relative;
}

.product .image .product-image-container {
    width: 100%;
    height: 240px;
    display: table;
    background: #f5f5f5;
}

.item.list-view .product .image .product-image-container {
    width: 100%;
    background: transparent;
}

.product .image .product-image-container a {
    display: table-cell;
    vertical-align: middle;
}

.product .details {
    padding: 10px;
    text-align: center;
}

.product .promotion {
    position: absolute;
    z-index: 10;
    bottom: 20px;
    left: 0;
    height: 24px;
    width: auto;
}

.product .promotion .new-product,
.product .promotion .discount {
    color: #fff;
    padding: 3px;
    margin: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.product .promotion .new-product {
    background: #337ab7;
}

.product .promotion .discount {
    background: #eb5e58;
}

.item.list-view .action-control .button--small {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
}

.product .image a img {
    margin: auto;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.product:hover .image a img {
    transform: scale(1.15) rotate(-1.5deg);
    -webkit-transform: scale(1.1) rotate(-1.5deg);
    -moz-transform: scale(1.1) rotate(-1.5deg);
    -ms-transform: scale(1.1) rotate(-1.5deg);
    -o-transform: scale(1.1) rotate(-1.5deg);
}


.product .image .quickview {
    display: block;
    margin-top: 40%;
    max-height: 50px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 2;
    visibility: hidden;
}

.product:hover .image .quickview {
    visibility: visible;
}

.product .image .btn-quickview {
    border-radius: 2px;
    font-family: "Oswald", Helvetica Neue, Arial, sans-serif;
    letter-spacing: 2px;
    color: #2c3e50 !important;
    text-transform: uppercase;
    background: #fff; /* old borwser */
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #eee;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-o-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    left: auto;
    min-width: 100px;
    max-height: 40px;
    height: 40px !important;
    opacity: 0;
    -webkit-opacity: 0;
    -ms-opacity: 0;
    padding: 10px;
    visibility: hidden;
    width: auto;
    display: inline-block !important;
    z-index: 2;
    transform: scale(0.75);
    -webkit-transform: scale(0.75);
    -o-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -moz-transform: scale(0.75);
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.product:hover .image .btn-quickview {
    visibility: visible;
    opacity: 0.85;
    -webkit-opacity: 0.85;
    -ms-opacity: 0.85;
    transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
}

.list-view .product:hover .image .quickview {
    margin-top: 45%;
}

@media (max-width: 460px) {
    .product .image .quickview {
        margin-top: 25%;
    }
}

@media (max-width: 400px) {
    .product .image .quickview {
        margin-top: 35%;
    }
}

.product .image .btn-quickview:hover {
    opacity: 0.95;
}

.product .imageHover div.quickview {
    margin-top: 60%;
}




.product .details .price {
    margin: 10px 0 0 0;
    font-weight: bold;
}

.product .details .action-control {
    margin: 10px 0;
}

@media(max-width: 480px) {
    .item.list-view .image {
        max-width: none;
        padding-right: 0;
        float: none;
    }

    .item.list-view .image img {
        display: inline-block;
    }

    .item.list-view .image .promotion {
        width: 100%;
        left: auto;
    }

    .item.list-view .details .description,
    .item.list-view .details .price,
    .item.list-view .action-control {
        text-align: center;
    }
}

.categoryFooter {
    margin-top: 60px;
    padding-top: 20px;
    border-top: 1px solid #e1e1e1;
}

.categoryFooter .pagination {
    margin: auto;
}

.cart-actions button,
.cart-actions .btn-cart,
.product-details-modal .btn-cart-close,
.cart-actions .wishlist {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    color: #FFFFFF;
    display: block;
    float: left;
    font-family: Oswald, Helvetica Neue, Arial, sans-serif;
    font-size: 18px;
    font-weight: lighter;
    line-height: 1em;
    margin: 0 20px 0 0;
    padding: 14px 20px;
    text-transform: uppercase;
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    -ms-transition: all 0.25s ease 0s;
}

.modal-product-thumb { clear: none; border-top: 0; }