/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

.block_newsletter .alert:before {
    left: 10px;
    top: 8px;
}

h2.highlighted-text {
    width: fit-content;
}

.highlighted-text::after {
    content: '';
    display: block;
    width: 100%;
    height: 7px;
    background-color: #C8F4CA;
    position: relative;
    left: 3px;
    bottom: 7px;
    z-index: -1;
}

.economie_product_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.economie_product_item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.right-product {
    width: 20%;
    border: 1px solid #EBEFF0;
    padding: 20px;
    background: #F4F6F6;
    margin-top: 50px;
}

input[data-product-attribute="3"]+.radio-label {
    padding: 0;
    width: 100px;
}

#product .left-column,
.right-column {
    width: 45%;
}

.product-description .container {
    display: flex;
    justify-content: space-between;
    padding: 20px;

}

.product-description .container p,
.product-description .container li {
    font-size: 12px;
    font-weight: 500;
    font-family: 'Poppins';
}

.product-description .container ul,
.short-description ul {
    list-style-type: disc;
    /* margin-left: 20px; */
    padding: revert;
}

input[data-product-attribute="4"]+.radio-label {
    width: 100%;
    padding: 0 5px;
}

div#content-wrapper {
    padding-top: 25px;
}

.leo-megamenu .navbar-nav>li>a {
    padding: 22px 30px;
    text-transform: uppercase;
    color: #214955;
    font-size: 12px;
    background-color: transparent;
    font-weight: 600;
    line-height: 16px;
    -webkit-transition: all 350ms ease-out;
    -moz-transition: all 350ms ease-out;
    -ms-transition: all 350ms ease-out;
    -o-transition: all 350ms ease-out;
    transition: all 350ms ease-out;
    position: relative;
    letter-spacing: 2px;
}

.jolisearch-widget {
    position: relative;

    background: #F7FAFA;
}

.jolisearch-widget form button[type=submit] {
    left: 0;
    right: auto;
}

.jolisearch-widget form input[type=text] {
    padding: 5px 15px 5px 40px;
}

.jolisearch-widget {
    padding: 0;
    float: none;
}

.cart-label {
    padding: 11px 0;
    display: inline-block;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
}

.crisp-client .cc-1brb6[data-full-view=true] .cc-1yy0g .cc-1m2mf {
    bottom: 70px !important;
    /* background: red !important; */
    right: 45px !important;
}.crisp-client .cc-1brb6 .cc-1kgzy{
    background-color: #214955  !important;
}

.product-cover {
    display: none;
}
@media (max-width: 991px) {
    .md-down-hidden{
        display: none;
    }
.product-cover {
    display: block !important;
}
    .iview-items {
    display: none !important;
}
#wrapper .breadcrumb li {
    font-size: 14px;
    padding: 10px 0;
  }.product-quantity.clearfix {
    position: fixed;
    display: flex
;
    bottom: 1px;
    z-index: 9999;
    background: #EBEFF0;
    padding: 10px;
    width: 100%;
    margin-left: -15px;
    flex-direction: row-reverse;
}.product-actions .control-label, .leo-compare-wishlist-button {
    display: none;
}
.product-actions .add-to-cart{
    width: 80% !important;
}
.product-add-to-cart .qty{
    margin-bottom: 0px !important;
}
.crisp-client .cc-1brb6[data-full-view=true] .cc-1yy0g .cc-1m2mf{
    bottom: 70px !important;
}
}
