/*
Theme Name: JAQUET SHOP
Description: Child theme for Avada theme
Author: P1XEL
Author URI: https://p1xel.net
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* TEXT */
strong, b{
    font-weight: 900 !important;
}

ul{
    padding-left: 18px;
}

li{
    list-style-type: '– ';
}


/* AVADA ELEMENTS*/
.fusion-alert-left .fusion-alert-content br{
    display: none !important;
}

.fusion-alert-left .fusion-alert-content .messages-wrap{
    margin-left: 3px;
    font-weight: bold;
}
.fusion-alert-left .close{
    border: none !important;
}

.fusion-form-field label{
    margin-bottom: 0px !important;
}

/* SCROLLABLE ROWS */
.scrollable-row{
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

/* BACKGROUND */
#main{
    min-height: calc( 100vh - 27px );
    background: linear-gradient(0deg,rgba(248, 0, 235, 1) 0%, rgba(0, 247, 217, 1) 100%) !important;
}

/* PRODUCTS */
.jqs-product-module .jqs-product-module-grid-3 h3{
    margin-top: 0px !important;
}

.jqs-product-module .jqs-product-module-text h3:first-child{
    margin-top: 0px !important;
}

.jqs-product-module .jqs-product-module-text p:last-child{
    margin-bottom: 0px !important;
}

/* MINICART */
.fusion-widget-cart-number{
    font-size: 12px !important;
    background: none !important;
    padding: 0px !important;
    margin: 0px !important;
}

.fusion-widget-cart .fa-shopping-cart{
    font-size: 14px !important;
    margin-bottom: 2px;
}