/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/
/* .text-justify{
    text-align: justify;
} */

.float-zap{
    position: fixed;
    width: 39px;
    height: 39px;
    bottom: 26px;
    right: 80px;
    background-color: #25D366;
    color: #FFF;
    border-radius: 50px;
    font-size: 24px;
    text-align: center;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    z-index: 10000;
    padding: 4px 4px 4px 5px;
}
.float-zap i{
    color: white;
}

.no-float{
    float: none !important;
}

.left-float{
    float: left;
}

.right-float{
    float: right;
}

.product .product-price{
    width: unset !important;
}

.product .product-title{
    height: 70px;
}

.font-size-12
{
    font-size: 12px;
}

.cart-product-price span del{
    color: gray;
    font-size: 12px;
}

.card-body ul li{
    list-style-type: none;
}
.separate {
    border-bottom: 1px solid #c9c9c9;
    margin: 10px 0;
}
.massive{
    width: 100%;
}

.text-color li a{
    color: black;
}

.text-color li a.active{
    color: blue !important;
}

.none{
    display: none;
}

.flex{
    display: flex;
}

.pointer{
    cursor: pointer;
    color: blue !important;
}

.container-item-resumo td{
    vertical-align: middle;
}

.container-imagem-resumo{
    width: 25%;
}

.container-imagem-resumo img{
    width: 40%;
}

.container-imagem-resumo{
    text-align: center;
}
.inline-flex{
    display: inline-flex;
}

.mrg-btm-30{
    margin-bottom: 30px;;
}

.card-text{
    min-height: 262px;
}

.widget-shop .product .product-price del{
    display: block !important;
}

.custom-controls-stacked > label{
    float: left;
    width: 170px;
}

iframe{
    border: none;
}