/**
* Theme Name: WoonderShop PT Child
* Theme URI: http://www.proteusthemes.com/wordpress-themes/woondershop
* Description: This is a child theme of WoonderShop PT theme.
* Author: ProteusThemes
* Template: woondershop-pt
* Version: 1.0
*/


@font-face {
    font-family: 'IcoMoon-Ultimate';
    src: url('fonts/IcoMoon-Ultimate.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

h2.satisfied {
    font-size: 0.9em;
    font-weight: 700;
    margin-bottom: .9rem;
}

p.satisfied {
    font-size: 0.6rem;
}

#installments-text,
#cash-text{
    font-size: 0.6rem;
}

#cash-text{
    margin-top: .2rem;
}


#installments-container{
    margin-bottom: 1.5rem;
}

.product .cart .single_add_to_cart_button,
.compare{
    border: none;
    color: #fff;
    box-shadow: none; 
    font-weight: 700;
    border-radius: 2px;
    vertical-align: middle;
    text-align: center;

    position: relative;
    display: inline-block;
    text-transform: uppercase;
    padding: 0 25px;
    background: #44af69;
    text-decoration: none;
    transition: all .3s;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    height: 60px;
    line-height: 60px;
    text-transform: none;
    font-size: 20px;
}


.product .cart .single_add_to_cart_button:hover{
    background: #3e9f5f;
    cursor: pointer;
}

.product .cart .single_add_to_cart_button:before{
    background: none;
}

.bg-icon-cart{
    position: relative;
    padding: 0 0 0 42px;
}

.bg-icon-cart:before{
    font: 27px/27px 'IcoMoon-Ultimate';
    content: "\e9fe";
    color: #fff;
    background: none;
    position: absolute;
    left: 0;
    top: 0;
}

.free-shipping{
    margin-top: 0.5rem;
}

.free-shipping p{
    font-size: 0.56rem;
    text-align: center;
    margin-bottom: 0.2rem;
}

.support-me{
    display: block;
    float: left;
    padding: 1.8rem;
    -moz-box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
}

.support-me h3{
    font-size: 1rem;
}

.support-me p{
    font-size: .7rem;
}
.support-me h3,
.support-me p{
    margin-bottom: .2rem;
}

.product_title{
    font-size: 1.2rem;
}

.compare.button,
.compare-button{
    width: 100%;
    height: 60px;
    line-height: 65px;
    font-size: 16px;
    text-align: center;
    border-color: #e0e2db !important;
    display: block;
    margin: 0 5px 0 0;
    background: none;
    text-decoration: none;
    position: relative;
    border-radius: 3px;
    transition: all .3s;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    box-shadow: none;
}

.col-sm-12.col-md-5 .woocommerce .button{
    background: none;
}


.compare-button:before{
    content: "\ee46";
    font: 19px/19px 'IcoMoon-Ultimate';
    position: absolute;
    left: 50px;
    top: 18px;
    color: #4a5366;
    transition: all .3s;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
}

.compare.button{
    color: #2b303a;
    line-height: 35px;
    padding-left: 40px;
}

.compare.button:focus,
.compare.button:active,
.compare.button:active:hover,
.compare.button:hover{
    box-shadow: none;
    background: #4a5366 !important;
    color: #fff;
    cursor: pointer;
    transition: all .3s;
} 
.compare-button:focus:before,
.compare-button:active:before,
.compare-button:hover:before{
    content: "\ee46";
    font: 19px/19px 'IcoMoon-Ultimate';
    position: absolute;
    left: 50px;
    top: 18px;
    color: #4a5366;
    transition: all .3s;
    color: #fff;
    cursor: pointer;
    transition: all .3s;
    z-index: 2;
} 
.compare-button:active{
    background: none;
}

.price-small{
    font-size: .6rem;
    text-align: left;
    margin-bottom: -0.2rem;
}

.price-container{
    padding-left: 0;
    margin-top: 0.8rem;
}

.product .price{
    margin-bottom: .4rem;
}

.woocommerce-price-suffix{
    display: none;
}

.product .price .amount{
    font-size: 1.75rem;
}

.yith-wcbr-brands-logo{
    margin-bottom: .5rem;
}

.product .woocommerce-product-gallery .flex-control-thumbs{
    margin-bottom: 2.5rem;
}

.width-20,
.width-80{
    width: 100%;
}

.product-unavailable p{
    color: red;
    text-transform: uppercase;
}

#calculate-installments{
    background: none;
    border: 1px solid #ec2f39;
    color: #2b303a;
    font-size: .6rem;
    margin: -10px 0 0 0;
    width: 55%;
    border-radius: 2px;
    font-weight: 700;
    vertical-align: top;
    height: 30px;
    cursor: pointer;
}
#calculate-installments:before{
    font: 14px/16px 'IcoMoon-Ultimate';
    content: "\ed64";
    color: #ec2f39;
    padding-right: .3rem;
}
#calculate-installments:hover{
    background: #ec2f39;
    color: #fff;
}
#calculate-installments:hover:before{
    color: #fff;
}
#calculate-installments:focus{
    outline: 0;
}

#installments-modal{
    display: none;
    position: absolute;
    bottom: 50%;
    right: 95%;
    width: 400%;
    z-index: 100;
}

#installments-modal .modal-body {
    padding: 2px 16px;
    max-height: calc(100vh - 210px);
    overflow-y: auto;
}

#installments-modal .modal-content {
    background-color: #fefefe;
    padding: .2rem;
    border: none;
    border-radius: 0;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    font-size: 12px;
}

#installments-modal .modal-header {
    padding: 0;
}

#installments-modal-close{
    color: #aaa;
    text-align: right;
    padding: .5rem;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

#installments-modal .modal-header > h3{
    padding: .5rem;
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 400;
}

#installments-calculate{
    position: relative;
}

.card-row{
    margin-bottom: .1rem;
    padding-bottom: .1rem;
    border-bottom: 1px solid #e2e2e2;
    line-height: 30px;
}

.card-img{
    padding-right: .2rem;
}

.card-price-desc{
    text-align: right;
}

.card-holder{
    font-weight: 700;
}
.filter-this{
    display: none;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    font-size: .8rem;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #f4f4f4;
    border: 0;
    padding: .75rem .75rem .7rem;
    margin-bottom: 2rem;
    cursor: pointer;
}
.filter-this:before{
    content: "\ee8b";
    font: 19px/19px 'IcoMoon-Ultimate';
    padding-right: .5rem;
    line-height: 30px;
}
/* Add Animation */
@keyframes animatetop {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
}

.cart-collaterals .cart_totals{
    width: inherit;
}

@media only screen and (min-width: 100px) and (max-width: 768px) {
    .width-20{
        width: 20%;
    }
    .width-80{
        width: 80%;
    }
    .product .cart .single_add_to_cart_button,
    .compare{
        margin-top: 1rem;
    }
    .support-me{
        margin-top: 2rem;
    }
    .support-me .col-sm-4{
        margin-top: 1rem;
    }
    .compare.button,
    .compare-button{
        color: #2b303a;
        line-height: 35px;
    }
    .compare.button{
        padding-top: 8px;
        padding-left: 1.5rem;
    }
    .compare-button:before,
    .compare-button:hover:before {
        top: 1rem;
        left: 6rem;
        z-index: 2;
    }
    #installments-modal{
        display: none;
        position: absolute;
        bottom: 0%;
        right: 5%;
        width: 190%;
        z-index: 100;
    }
    .card-price-desc{
        text-align: left;
    }
    #calculate-installments{
        margin: 0;
        width: 100%;
    }
    .prdctfltr-widget{
        display: none;
    }
    .sidebar{
        margin-top: 0;
    }
    .filter-this{
        display: block;
    }
    ul.products li.product .woocommerce-loop-product__title {
    word-wrap: break-word;
    }
}