/*GLOBALS*/

h2.h2.products-section-title.text-uppercase {
    color: #323232;
    padding-bottom: 8px;
    position: relative;
    display: block;
    overflow: visible;
    -webkit-transition: all 120ms ease-in;
    -moz-transition: all 120ms ease-in;
    -o-transition: all 120ms ease-in;
    -ms-transition: all 120ms ease-in;
    transition: all 120ms ease-in;
    text-align: center;
    margin-top: 44px;
    margin-bottom: 16px;
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
    font-weight: 600;
    font-size: 32px;
  }
  
.product-miniature .product-title a, .product-miniature .product-title {
    color: #323232;
    letter-spacing: 0.2px;
    text-decoration: none;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    padding: 0 54px 0 2px;
    margin: 0;
    min-height: 20px;
}
  
.thumbnail-top {
    text-align: center;
}

.product-description {
    padding-top: 12px;
    /* border-top: 1px solid #e5e5e5; */
    position: relative;
    z-index: 0;
    min-height: 62px;
    font-size: 13px;
}

.js-product.product {
    margin-bottom: 60px;
}

.thumbnail-top a {
    display: block;
    width: 100%;
}

form.add-to-cart-or-refresh {
    z-index: 999999;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.14s linear;
    -moz-transition: all 0.14s linear;
    -ms-transition: all 0.14s linear;
    -o-transition: all 0.14s linear;
    transition: all 0.14s linear;
    display: block;
    position: absolute;
    top: -24px;
    left: 0;
    width: 100%;
    /* pointer-events: none; */
    text-align: center;
    clear: both;
}

article.product-miniature.js-product-miniature:hover form.add-to-cart-or-refresh.grid_only {
    display: block;
    top: -60px;
    opacity: 1;
}

.product-miniature .add-to-cart-container .btn.btn-primary.add-to-cart {
    color: #323232;
    background: #ffffff;
    border: 2px solid #e5e5e5;
    height: auto;
    padding: 14px 24px;
    width: auto;
    z-index: 99999999999;
    position: relative;
    border-radius: 4px;
    font-family: 'ABeeZee';
    font-size: 14px;
    line-height: 16px;
}

.product-description:before {
    content: " ";
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #ffffff;
    border-top: 1px solid #e5e5e5;
    -webkit-transition: all 0.14s linear;
    -moz-transition: all 0.14s linear;
    -ms-transition: all 0.14s linear;
    -o-transition: all 0.14s linear;
    transition: all 0.14s linear;
}

.product-miniature:hover .product-description::before {
    height: 36px;
    top: -36px;
}

.product-miniature .add-to-cart-container .btn.btn-primary.add-to-cart:hover {
    border-color: #323232;
    color: #1fc4b2;
}

.product-price-and-shipping {
    text-align: right;
    float: right;
    padding: 0 0 0 6px;
    line-height: 21px;
}

.product-price-and-shipping span.price {
    font-size: 18px;
    line-height: 20px;
}

.not_home article.product-miniature.js-product-miniature {
    padding: 12px;
    border: 2px solid #e5e5e5;
}

.not_home .js-product.product {
    margin-bottom: 25px;
}

.pagination ul {
    display: block;
    margin: 0;
    padding: 12px;
    min-height: 72px;
}

.pagination li {
    display: inline-block;
}

.pagination a {
    display: block;
    font-size: 15px;
    text-decoration: none;
    padding: 14px 18px;
    color: #323232;
    font-weight: 600;
}

.pagination span.spacer {
    opacity: 0.5;
}

.pagination a.next.js-search-link, .pagination a.previous.js-search-link {
    font-size: 0;
}

.pagination a.next.js-search-link i:before {
    content: "\f105";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
}

.pagination a.previous.js-search-link i:before {
    content: "\f104";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
}

.product-miniature .thumbnail-container img {
    width: 100%;
    margin: 0 auto;
    height: auto;
}

.product_show_list .thumbnail-top {
    vertical-align: top;
    text-align: left;
    width: 33%;
    float: none;
    padding: 0;
    display: table-cell;
    position: relative;
    padding-right: 19px;
}

.product_show_list .product-description {
    vertical-align: top;
    width: 77% !important;
    padding: 0 14px 0 10px;
    float: none;
    padding: 0;
    display: table-cell;
}

.product_show_list .product-description:before {
    display: none;
}

.product_show_list .product-description .col-9 {
    vertical-align: top;
    width: 59%;
    padding: 0 14px 0 10px;
}

.product_show_list .product-price-and-shipping {
    vertical-align: middle;
    text-align: center;
    height: 269px;
    width: 41%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 50%;
    height: 100%;
    transform: translateY(-50%);
}

.product_show_list form.add-to-cart-or-refresh.grid_only {
    display: none !important;
}

.product_show_list form.add-to-cart-or-refresh.list_only {
    top: 0;
    position: relative;
    opacity: 1;
    display: block !important;
    margin-top: 14px;
}

.product_show_list .product-price-and-shipping {
    border-left: 1px solid #f2f2f2;
}

.product-miniature p.product-short-desc {
    display: none;
}

.product_show_list .product-miniature p.product-short-desc {
    display: block;
    color: #777777;
    font-size: 13px;
    line-height: 1.6em;
}

.product-miniature .product-title {
    height: auto !important;
}

.product-price-and-shipping.list_only.only_mobile {
    display: none;
    width: 100%;
    position: relative;
    top: 0;
    transform: translateY(0);
    border-top: 1px solid #f2f2f2;
    border-left: none;
    margin-top: 20px;
    padding-top: 13px;
    padding-bottom: 20px;
}

.product_show_list form.add-to-cart-or-refresh.list_only.only_mobile {
    display: none !important;
}

.product_show_list .only_mobile form.add-to-cart-or-refresh.list_only {
    margin-bottom: 10px;
}

.product_show_list .product-price-and-shipping span.price {
    font-size: 20px;
}

.thumbnail-container .right-block {
    display: inline-block;
    width: 100%;
    min-height: 62px;
}

.product_show_list h2.h3.product-title {
    padding-right: 0;
    padding-left: 0;
    margin-top: 9px;
    margin-bottom: 5px;
    padding-bottom: 8px;
}

.product_show_list .product-miniature .product-title a {
    padding-left: 0;
}

.product-miniature .product-title a {
    padding: 0;
}

.product-miniature span.product-flag.on-sale {
    position: absolute;
    top: -10px;
    right: 28px;
    min-height: 42px;
    min-width: 66px;
    background: #323232;
    border: 1px solid #323232;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 0;
    z-index: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.34s ease;
    -moz-transition: all 0.34s ease;
    -o-transition: all 0.34s ease;
    -ms-transition: all 0.34s ease;
    transition: all 0.34s ease;
    color: white;
    line-height: 42px;
    padding: 0 14px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

article.product-miniature.js-product-miniature {
    position: relative;
}

article.product-miniature.js-product-miniature:hover .product-flag {
    top: 0!important;
    opacity: 0;
    z-index: -1;
}

.product_show_list .product-miniature .add-to-cart-container .btn.btn-primary.add-to-cart {
    padding: 14px 30px;
}

/*END GLOBALS*/

/*DESKTOP*/

/*END DESKTOP*/

/*MOBILE*/

/*MEDIA QUERIES MOBILE*/
@media (min-width: 576px) {

}

@media (min-width: 768px) {

}

@media (min-width: 992px) {
    .product_show_list .thumbnail-container .right-block {
        width: 59%;
        padding-left: 10px;
        padding-right: 14px;
    }
}

@media (max-width: 1199.98px) {

}

@media (max-width: 991.98px) {
    .product_show_list .product-price-and-shipping.list_only.only_mobile{
        display: block;
        height: auto;
        float: none;
        padding-left: 20px;
        padding-right: 20px;
        clear: both;
    }
    
    .product_show_list .product-price-and-shipping.col-3 {
        display: none;
    }
    
    .product_show_list .product-description .col-9 {
        width: 100%;
    }
    .product_show_list .product-price-and-shipping {
        display: none;
    }
    .product_show_list .thumbnail-container .right-block {
        padding-left: 0;
        padding-right: 0;
        padding-top: 10px;
    }
    .product_show_list .thumbnail-top {
        padding-right: 15px;
        padding-left: 15px;
        width: 41.66667%;
    }
    .not_home .js-product.product {
        padding: 0 8px;
    }
    .products.row {
        padding: 0 7px;
    }
    .product_show_list .product-description {
        padding-left: 0;
        padding-right: 20px;
    }
}

@media (max-width: 767.98px) {
    .product_show_list .thumbnail-container .right-block {
        padding-right: 30px;
    }
}

@media (max-width: 619.98px) {
    
}

@media (max-width: 575.98px) {
    
}

@media (max-width: 419.98px) {
    .product_show_list .thumbnail-top {
        width: 100%;
        display: block !important;
    }
    
    .product_show_list .product-description {
        width: 100% !important;
        display: block;
        padding: 10px 50px;
    }
    
    .product_show_list .thumbnail-top {
        max-width: 270px;
        margin: 0 auto;
        padding: 0;
    }

    .product-price-and-shipping {
        float: none;
        display: block;
        text-align: center;
    }
    
    .product-miniature .product-title {
        text-align: center;
        padding: 0 2px 0 2px;
        margin: 0;
        width: 100%;
        min-height: 57px;
        margin-top: 14px;
    }
    
    .product-miniature .product-title a, .product-miniature .product-title {
        padding: 0;
    }
    
    form.add-to-cart-or-refresh {
        opacity: 1 !important;
        position: relative;
        top: 0 !important;
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .not_home .js-product.product {
        width: 100%;
    }

    .product-miniature:hover .product-description::before {
        top: 0;
        height: auto;
    }

    .product_show_list .thumbnail-container .right-block {
        padding: 0;
    }
    
    .product_show_list h2.h3.product-title {
        text-align: left;
        min-height: auto;
    }
    
    .not_home .product-miniature .product-title{
        min-height: auto;
    }
    .product-flag {
        display: none;
    }
}

/*END MEDIA QUERIES MOBILE*/

/*MEDIA QUERIES DESKTOP*/
@media (min-width: 1200px) {

}

@media (min-width: 1400px) {

}

@media (max-width: 1399.98px) {
   
}

/*MEDIA QUERIES DESKTOP*/