.new-arriavls {
    background-color: transparent;
    box-shadow: none;
}

.new-arriavls .products {
    background: white;
    border-radius: 10px;
}

.product-info {
    text-align: center;
}

.products .product .star-rating {
    margin: 0 auto;
}

.product .cart {
    opacity: 1;
    position: inherit;
}

.product .cart .action ul li.add-cart-button .btn.btn-primary.icon {
    overflow: inherit;
    width: auto;
    background: #46d473;
}

.product .cart .action ul li.lnk.wishlist {
    border: 1px solid #46d473;
}

.main-header {
    height: auto !important;
}

#owl-main .item {
    border-radius: 50px 0;
}

#hero {
    margin-top: 10px;
    border-radius: 50px;
    box-shadow: none;
}

.wpb_single_image img {
    border-radius: 50px;
}

#owl-main .owl-controls {
    margin-top: auto;
}

#owl-main:hover .owl-pagination {
    display: block;
}

#owl-main .owl-pagination .owl-page span {
    width: 12px;
    height: 12px;
    background: #46d473;
    border-radius: 50px;
}

#owl-main .owl-pagination .active span {
    background: #12cca7;
    width: 40px;
}

#owl-main .owl-pagination {
    opacity: 1;
    bottom: auto;
    border-radius: 25px 0 0 0;
    bottom: auto;
    top: -38px;
    float: right;
    right: -1px;
    background: #ecf0f1;
}

#over img {
    border-radius: 20px 20px 0 0;
}

.btn-primary {
    border-radius: 31px;
}

.product .product-info .name {
    margin-bottom: 3px;
    min-height: 40px;
}

.live-chat {
    display: none;
}

.live-chat .icon {
    color: white;
    display: inline;
    font-size: 30px;
}

.live-chat.show::after {
    position: absolute;
    bottom: -7px;
    right: 25px;
    border-right: 8px solid transparent;
    border-top: 8px solid #46d473;
    border-left: 8px solid transparent;
    content: '';
}

.live-chat li {
    border-bottom: 1px dashed #ddd;
}

.live-chat li:last-child {
    border-bottom: 0 none;
}

.live-chat .text {
    margin-left: 10px;
    color: white;
}

.live-chat .item {
    display: flex;
    align-items: center;
}

.live-chat {
    position: fixed;
    bottom: 95px;
    right: 24px;
    background: #46d473;
    padding: 10px 21px;
    border-radius: 10px;
    min-width: 190px;
}


/* deskrop only */

@media screen and (min-width:480px) {
    .sidebar .side-menu .nav>li>a {
        padding: 8px 6px;
    }
    .dropdown-banner-holder {
        display: none;
    }
    .sidebar .side-menu .nav>li>.mega-menu {
        top: 100% !important;
        left: auto;
    }
    .sidebar .side-menu .nav>.dropdown>a:after {
        content: "\f078";
    }
    .main-header {
        /* height: 180px !important; */
    }
    .vc_col-lg-1\/5 {
        width: 100%;
    }
    .vc_col-lg-4\/5 {
        width: 100%;
    }
    .sidebar .side-menu .nav>li {
        padding: 0 auto;
        display: inline-block;
        width: auto;
    }
    .megamenu-horizontal ul.nav {
        text-align: center;
        border-radius: 20px;
    }
    .cnt-home .sidebar .side-menu-inner .megamenu-horizontal {
        border-radius: 20px;
    }
}

.close-tab-cart {
    display: none;
}


/* in mobile  */

@media screen and (max-width:480px) {
    /* .close-tab-cart::after {
        content: "\f00d";
    } */
    .close-tab-cart {
        display: block;
        font-size: large;
        right: 5px;
        position: absolute;
        top: 0;
        color: #46d473;
        cursor: pointer;
    }
    .dropdown-cart .dropdown-menu {
        top: 0px;
        min-height: 60vh;
        position: fixed;
        width: 75vw !important;
    }
    .fl-mini-cart-content .cart-total {
        bottom: 17px;
        position: absolute;
        right: 22px;
    }
    .fl-mini-cart-content .woocommerce-mini-cart {
        margin-bottom: 75px;
    }
    .menu-desktop {
        display: none;
    }
    .products .product .cart {
        height: 30px;
    }
    #add-to-cart-for-small-device {
        margin-top: -50px;
        margin-left: 6px;
        z-index: 99999;
        position: relative;
    }
    #owl-main .owl-pagination .owl-page span {
        width: 5px;
        height: 5px;
        background: #46d473;
    }
    /* supprimer cette ligne .vc_row .klb_xs_vc_custom_1577174972039 */
    .vc_row .klb_xs_vc_custom_1577174972039 {
        padding-left: 0px !important;
    }
    /* supprimer .vc_row.vc_custom_1576080537321 */
    .vc_row.vc_custom_1576080537321 {
        margin-top: 0px !important;
    }
    .vc_row {
        margin-top: -30px;
    }
}