/*
Theme Name:     imexdk-child
Description:
Author:         Imex
Template:       imexdk

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

.product-loop-buttons{
    width: 100%;
    overflow: hidden;
    padding-bottom: 15px;
}

.product-loop-buttons .buton-float{
    float:left;
}

.product-loop-buttons .product-link-wrapper{
    background-color: #727176;
    height: 32px;
    display: block;
    padding: 0;
    margin: 0;
    width: 45% !important;
}

.product-loop-buttons .product-link-wrapper:hover{
    background: #424242;
}

.product-loop-buttons .product-link-wrapper a{
    text-align: center !important;
    display: block;
    color: #fff;
    white-space: nowrap;
    font: 12px/32px Arial, Helvetica, sans-serif;
    height: 32px;
    width: 100%;
    text-decoration: none;
}

.product-loop-buttons .product-add-to-cart-wrapper{
    background-color: #c82a1d;
    height: 32px;
    display: block;
    padding: 0;
    margin: 0;
    width: 55% !important;
}

.product-loop-buttons .product-add-to-cart-wrapper:hover{
    background: #424242;
}

.product-loop-buttons .product-add-to-cart-wrapper a{
    text-align: center;
    display: block;
    color: #fff;
    white-space: nowrap;
    font: 12px/32px Arial, Helvetica, sans-serif;
    height: 32px;
    width: 100%;
    border: none;
    border-radius: 0px;
    margin: 0;
    padding: 0;
    z-index: 99999;
    visibility: visible;
    opacity: 1;
    text-decoration: none;
    text-transform: capitalize;
}

.product-loop-buttons .product-add-to-cart-wrapper a{
    background-color: transparent !important;
}

.woocommerce ul.products li.product:hover .image-wrapper img {
    opacity: 0.7 !important;
}

.etheme-popup-overlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10001;
    background: black;
    opacity: .75;
    filter: alpha(opacity=75);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
}

.etheme-popup {
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    position: relative;
    overflow: hidden;
}

.etheme-popup-content {
    position: fixed;
    width: 308px;
    background-color: #fff;
    background-image: url(/wp-content/themes/img/loading.gif);
    min-height: 50px;
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #efefef;
    padding: 15px;
    z-index: 10002;
    top: 250px;
    left: 37%;
}

.etheme-popup img {
    border: 1px solid #efefef;
    float: left;
    margin: 0 15px 15px 0;
}

.etheme-popup-content > span {
    font-weight: bold;
}

#freeShippingInfo1 {
    padding: 20px;
    font-size: 16px;
    font-weight: bold;
    color: green;
}

.allclear {
    clear: both;
}

.product-attributes{
    width: 100%;
    margin: 5px 0 15px 0;
    padding: 5px 0;
}

#ajax_loader{
    width: 100%;
    float: left;
    display: none;
    padding-top: 10px;
    padding-bottom: 10px;
}

#ajax_loader img{
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 37px;
    float: none;
    border: none;
}

#red{
    color: #c82a1d;
}

.price-none{
    display: block;
    margin: 0 0 16px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}

.top-product-section a.product-category{
    min-height: 180px;
}

.product-category h6{
    min-height: 40px;
}

@media (max-width: 560px) and (min-width: 200px){

    .etheme-popup-content {
        width: 252px;
        left: 10%;
    }
}
