/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 18, 2018, 10:53:15 AM
    Author     :shahbaz
*/

/* ================================================= *
 * General Product List Styles (not module-specific)
 * ================================================= */
/* -------------------------------------------- *
 * Product List General
 */
.category-title h1,
body.catalogsearch-result-index .page-title h1 {
    border-bottom: none;
    text-transform: none;
    font-size: 35px;
    color: #666666;
    font-family: "Montserrat";
    font-weight: bold;
    text-align: center;
}

.category-image {
    margin-bottom: 1.5em;
}

.products-list .action .button,
.products-grid .actions .button {
    white-space: normal;
}

/* -------------------------------------------- *
 * Product Name
 */
h2.product-name,
h3.product-name,
h4.product-name,
h5.product-name,
p.product-name {
    margin: 0;
    margin-bottom: 0.5em;
    color: #636363;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
    font-size: 13px;
    font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
    font-weight: normal;
    line-height: 1.4;
}
h2.product-name a,
h3.product-name a,
h4.product-name a,
h5.product-name a,
p.product-name a {
    color: #636363;
}
h2.product-name a:hover,
h3.product-name a:hover,
h4.product-name a:hover,
h5.product-name a:hover,
p.product-name a:hover {
    color: #3399cc;
    text-decoration: none;
}

.products-grid .product-name,
.products-list .product-name {
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 14px;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.products-grid .product-name a,
.products-list .product-name a {
    font-weight: 600;
    font-family: "Montserrat";
    font-size: 12px;
    text-transform: none;
}

/* ============================================ *
 * Product Grid
 * ============================================ */
.products-grid {
    position: relative;
}

.products-grid:after {
    content: '';
    display: table;
    clear: both;
}

.products-grid > li {
    position: relative;
    margin-bottom: 20px;
    text-align: center;
}
.products-grid > li:after {
    content: '';
    display: table;
    clear: both;
}

.products-grid .product-image {
    width: 100%;
    margin-bottom: 15px;
}

.products-grid .product-image img {
    width: auto;
    height: auto;
}
.products-grid .product-image img:hidden {
    display: none;
}

.widget-new-products .products-grid .product-image {
    width: 75%;
    margin-bottom: 15px;
    margin-left: 10%;
}

.products-grid .product-info {
    position: relative;
    padding-bottom: 95px;
    float: left;
    width: 100%;
}

.products-grid .actions {
    padding-top: 10px;
    position: relative;
    bottom: 0px;
    min-height: 85px;
    width: 100%;
}

.products-grid .ratings .rating-box {
    margin: 0 auto;
}

.products-grid .ratings .amount {
    display: none;
}

.products-grid .price-box {
    color: #a0a0a0;
    font-size: 13px;
    margin: 0 0 5px;
}
.products-grid .price-box a.minimal-price-link {
    color: #D22A31;
    font-size: 15px;
    font-weight: 600;
}
/* Config: Two columns + flexible gutter */
.products-grid > li {
    float: left;
    width: 47.72727%;
    margin-right: 4.54545%;
}

.products-grid > li:nth-child(odd) {
    clear: left;
}

.products-grid > li:nth-child(even) {
    margin-right: 0;
}

.products-grid .product-image {
    margin-bottom: 5px;
}
.products-grid .product-image:before, .products-grid .product-image:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
}
.products-grid .product-image:before {
    background-color: white;
    opacity: 0.8;
    z-index: 2;
}
.products-grid .product-image:after {
    background-image: url("../images/opc-ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3;
}
.products-grid .product-image.loading {
    position: relative;
}
.products-grid .product-image.loading:before, .products-grid .product-image.loading:after {
    display: block;
}
.products-grid li .actions .add-to-links .separator{
    display: none;
}
.products-grid li .actions button.button,
.products-grid li .actions .add-to-links .link-compare{
    padding: 12px 30px;
    float: left;
    width: 100%;
    margin-bottom: 15px;
    background: #D22A31;
    color: #fff;
    border: 1px solid #D22A31;
    font-weight: 600;
    border-radius: .25rem;
    cursor: pointer;
}
.products-grid li .actions .add-to-links .link-compare{
    font-size: 14px;
}
.products-grid li .actions button.button:hover,
.products-grid li .actions .add-to-links .link-compare:hover{
    color: #fff;
    background: #d91f26;
    box-shadow: inset 0px 0px 30px 1px rgba(0,0,0,0.5);
    border-color: transparent;
    /*border: medium none;*/
}

/*@media only screen and (max-width: 479px) {*/
/*!* Config: Three columns + flexible gutter *!*/
/*.products-grid > li {*/
/*width: 100%;*/
/*margin-right: 0;*/
/*}*/
/*.products-grid > li{*/
/*clear: left;*/
/*}*/
/*}*/
/*@media only screen and (min-width: 480px) {*/
/*!* Config: Three columns + flexible gutter *!*/
/*.products-grid {*/
/*!* Undo two-column config *!*/
/*!* Set three-column config *!*/
/*}*/
/*.products-grid > li:nth-child(odd) {*/
/*clear: none;*/
/*}*/
/*.products-grid > li:nth-child(even) {*/
/*margin-right: 3.7037%;*/
/*}*/
/*.products-grid > li {*/
/*width: 45.8642%;*/
/*margin-right: 3.7037%;*/
/*}*/
/*.products-grid > li:nth-child(2n+1) {*/
/*clear: left;*/
/*}*/
/*.products-grid > li:nth-child(2n) {*/
/*margin-right: 0;*/
/*}*/
/*}*/
/*@media only screen and (min-width: 992px) {*/
/*!* Config: Columns + flexible gutter *!*/
/*!* Undo three-column config *!*/
/*.products-grid--max-4-col > li:nth-child(odd) {*/
/*clear: none;*/
/*}*/

/*.products-grid--max-4-col > li:nth-child(3n+1) {*/
/*clear: none;*/
/*}*/

/*.products-grid--max-4-col > li:nth-child(even),*/
/*.products-grid--max-4-col > li:nth-child(3n) {*/
/*margin-right: 2.22222%;*/
/*}*/

/*!* Set column config *!*/
/*.products-grid--max-4-col > li {*/
/*margin-right: 2.22222%;*/
/*}*/

/*.products-grid--max-4-col > li {*/
/*width: 23.33333%;*/
/*margin-right: 2.22222%;*/
/*}*/

/*.products-grid--max-4-col > li:nth-child(4n+1) {*/
/*clear: left;*/
/*}*/

/*.products-grid--max-4-col > li:nth-child(4n) {*/
/*margin-right: 0;*/
/*}*/

/*!* Config: Columns + flexible gutter *!*/
/*!* Undo three-column config *!*/
/*.products-grid--max-5-col > li:nth-child(odd) {*/
/*clear: none;*/
/*}*/

/*.products-grid--max-5-col > li:nth-child(3n+1) {*/
/*clear: none;*/
/*}*/

/*.products-grid--max-5-col > li:nth-child(even),*/
/*.products-grid--max-5-col > li:nth-child(3n) {*/
/*margin-right: 2.22222%;*/
/*}*/

/*!* Set column config *!*/
/*.products-grid--max-5-col > li {*/
/*margin-right: 2.22222%;*/
/*}*/

/*.products-grid--max-5-col > li {*/
/*width: 18.22222%;*/
/*margin-right: 2.22222%;*/
/*}*/

/*.products-grid--max-5-col > li:nth-child(5n+1) {*/
/*clear: left;*/
/*}*/

/*.products-grid--max-5-col > li:nth-child(5n) {*/
/*margin-right: 0;*/
/*}*/

/*!* Config: Columns + flexible gutter *!*/
/*!* Undo three-column config *!*/
/*.products-grid--max-6-col > li:nth-child(odd) {*/
/*clear: none;*/
/*}*/

/*.products-grid--max-6-col > li:nth-child(3n+1) {*/
/*clear: none;*/
/*}*/

/*.products-grid--max-6-col > li:nth-child(even),*/
/*.products-grid--max-6-col > li:nth-child(3n) {*/
/*margin-right: 2.22222%;*/
/*}*/

/*!* Set column config *!*/
/*.products-grid--max-6-col > li {*/
/*margin-right: 2.22222%;*/
/*}*/

/*.products-grid--max-6-col > li {*/
/*width: 14.81481%;*/
/*margin-right: 2.22222%;*/
/*}*/

/*.products-grid--max-6-col > li:nth-child(6n+1) {*/
/*clear: left;*/
/*}*/

/*.products-grid--max-6-col > li:nth-child(6n) {*/
/*margin-right: 0;*/
/*}*/
/*}*/
/* ============================================ *
 * Product List
 * ============================================ */
.products-list {
    margin-top: 20px;
    margin-bottom: 20px;
}
.products-list > li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ededed;
}
.products-list > li:after {
    content: '';
    display: table;
    clear: both;
}
.products-list > li .product-image {
    float: left;
    width: 33.33333%;
}
.products-list > li .product-image img {
    width: 100%;
    max-width: 100%;
}
.products-list > li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.products-list .product-shop {
    float: right;
    width: 66.66667%;
    padding-left: 20px;
}
.products-list .product-shop .product-name {
    margin-bottom: 0;
}
.products-list .product-shop .ratings {
    margin: 0;
}
.products-list .product-shop .ratings .rating-box,
.products-list .product-shop .ratings .rating-links {
    float: left;
    margin-right: 7px;
}
.products-list .product-shop .ratings .rating-links {
    margin-top: 4px;
}
.products-list .product-shop .price-box {
    margin-top: 0;
}
.products-list .product-shop .price-box .price {
    font-size: 18px;
}
.products-list .product-shop .action {
    margin: 7px 0;
}
.products-list .product-shop .desc {
    margin-top: 7px;
}
.products-list .product-shop .product-primary,
.products-list .product-shop .desc {
    float: left;
    width: 65%;
    overflow: hidden;
}
.products-list .product-shop .product-secondary {
    float: right;
    width: 35%;
    text-align: right;
    clear: right;
}

/*@media only screen and (min-width: 480px) {*/
/*.products-list .product-name a {*/
/*font-size: 18px;*/
/*}*/
/*}*/
/*@media only screen and (max-width: 1279px) {*/
/*.products-list .product-shop .product-primary,*/
/*.products-list .product-shop .desc {*/
/*float: left;*/
/*width: 60%;*/
/*padding-right: 20px;*/
/*}*/
/*.products-list .product-shop .product-secondary {*/
/*float: right;*/
/*width: 40%;*/
/*}*/
/*}*/
/*@media only screen and (max-width: 600px) {*/
/*.products-list .product-shop .price-box .special-price {*/
/*padding-left: 0;*/
/*}*/

/*.products-list .product-shop .product-primary,*/
/*.products-list .product-shop .product-secondary,*/
/*.products-list .product-shop .desc {*/
/*float: none;*/
/*width: 100%;*/
/*padding-right: 0;*/
/*text-align: left;*/
/*}*/
/*}*/
/*  .col-md-8.main-content .products-grid  li.item {
        width: 46%;
        margin-right: 3.66%;
    }*/
/* ============================================ *
 * Mini Product List
 * ============================================ */
.mini-products-list .product-image {
    float: left;
    min-width: 50px;
}
.mini-products-list .product-details {
    margin-left: 60px;
}
.mini-products-list .product-details .product-name {
    padding-top: 10px;
}
.mini-products-list li {
    margin-bottom: 10px;
    clear: both;
}
.mini-products-list li:after {
    content: '';
    display: table;
    clear: both;
}

.mini-products-images-list:after {
    content: '';
    display: table;
    clear: both;
}
.mini-products-images-list li.item {
    float: left;
    width: 50%;
    margin: 0;
    padding: 0 5px 10px 0;
}
.mini-products-images-list li.item:nth-child(even) {
    padding-right: 0;
    padding-left: 5px;
}
.mini-products-images-list li.item .product-image {
    display: block;
}
.mini-products-images-list li.item .product-image img {
    width: 100%;
    max-width: 100%;
}

/* ============================================ *
 * Catalog - List
 * ============================================ */
.category-image {
    border: 1px solid #cccccc;
    padding: 10px;
}
.category-image img {
    width: 100%;
    max-width: 100%;
}
.category-image img:hidden {
    display: none;
}

/* ============================================ *
 * Catalog - MSRP Product Listing
 * ============================================ */
.price-box .map-link {
    display: block;
    text-align: center;
}

/* ============================================ *
 * Catalog - Compare
 * ============================================ */
.block-compare .product-name:after {
    content: '';
    display: table;
    clear: both;
}

.compare-table .product-image {
    display: inline-block;
}

.compare-table .product-shop-row.top td {
    padding-bottom: 0;
    border-bottom: 0;
}
.compare-table .product-shop-row.bottom td {
    padding-top: 0;
}

/* ============================================ *
 * Catalog - Layered Navigation
 * ============================================ */
.letf-side-bar .block-layered-nav .block-content a {
    font-size: 14px;
    line-height: 36px;
    color: #666666;
    font-family: "Montserrat";
    font-weight: 500;
}
.letf-side-bar .block-layered-nav dt.block-subtitle {
    font-size: 16px;
    line-height: 36px;
    color: #333333;
    font-family: "Montserrat";
    font-weight: bold;
}
.block-layered-nav li.more, 
.block-layered-nav li.less {
    color: #CD2D13;
    font-size: 16px;
    line-height: 36px;
    font-family: "Montserrat";
    font-weight: normal;
}