/**
 * Commercial name: SEO-Presta
 * Proprietary-license whose copyright belongs to the Licensor PRESTA MODULE, a company registered under French law
 * under the number 528 531 767, located 90 rue Stanislas Torrents 13006 Marseille
 * support@presta-module.com https://www.presta-module.com
 *
 * SEO-Presta’ source codes are protected and Licensees are not allowed to create any Derivated Work.
 * The distribution or resale of SEO-Presta is strictly forbidden.
 *
 * SEO-Presta shall be used for Licensees’ own use, which allows Customization.
 *
 * Licensees shall not distribute nor resale publicly any Customization of SEO-Presta. However, Licensees are allowed
 * to sale a customization of SEO-Presta as part of a service provided to a designated customer.
 *
 * Limitation of Liability: Under no circumstances and under no legal theory, whether in tort (including negligence),
 * contract, or otherwise, shall the Licensor be liable to anyone for any indirect, special, incidental, or
 * consequential damages of any character arising as a result of this License including, without limitation, damages
 * for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages
 * or losses. This limitation of liability shall not apply to the extent applicable law prohibits such limitation.
 *
 * Attribution notice: SEO-Presta is a Derivated Work from an Original Work created by PrestaShop SA
 * and its contributors which can be found at https://github.com/PrestaShop/PrestaShop
 */

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

#custom-text ul, .articleContent ul, #content.page-cms ul {
    padding-left: 40px;
}

#content.page-cms ul li {
    list-style-type: disc;
}

#subcategories .thumbnail-container {
    position: relative;
    padding-top: 10px;
    margin-bottom: 1.563rem;
    margin: 0 .625rem;
    height: 318px;
    width: 257px;
    background: #fff;
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
}

p.subcategory-heading {
    color: #000;
    font-weight: bold;
}

#subcategories .thumbnail-container a {
    display: block;
    text-align: center;
}

#index #content {
    display: flex;
    flex-direction: column;
}

#header .header-nav .baseline {
    margin-top: .9375rem;
}

#_desktop_cart {
    float: right;
}

/* block cart */

.header-top [class*=" pe-7s-"], .header-top [class^=pe-7s-] {
    font-size: 35px;
}

.cart-preview, .cart-preview:focus, .cart-preview:hover, .cart-preview:active, .cart-preview:visited {
    outline: none !important;
    font-size: 25px;
}

.cart-preview i {
    font-size: 25px;
}

/*header*/

.header_ps_searchbar.left .search-widget, .header_ps_searchbar.center .search-widget, .header_ps_searchbar.right .search-widget {
    float: none;
    width: 100%
}

.header_shoppingcart.right #_desktop_cart {
    float: none;
    text-align: center;
}

.logo_center {
    text-align: center;
}

.logo_right {
    text-align: right;
}

.header-top {
    transition: all 0.5s ease 0s;
}

.baseline {
    padding-right: 20px
}

.carousel {
    box-shadow: none;
}

.border-right {
    border-right: 1px solid #dadada;
    /* line-height: 10px; */
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 14px;
    /* padding-top: 4px; */
}

nav.header-nav {
    min-width: 60px;
    min-height: 55px;
}

#header a, .header-nav .baseline, .dropdown-menu, .dropdown .expand-more, #header .header-nav .currency-selector {
    transition: all 0.5s ease 0s;
}

#header .header-nav .right-nav {
    padding-right: 0;
}

.dropdown-menu {
    margin: .825rem 0 0;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    box-shadow: 0 0px 16px rgba(0, 0, 0, 0.19);
}

span.cart-products-count {
    position: absolute;
    display: block;
    top: -19px;
    margin-left: 20px;
    width: 20px;
    text-align: center;
    font-size: 13px;
    border-radius: 16px;
    line-height: 21px;
}

.material-icons.shopping-cart {
    font-size: 32px;
}

/*
  PS banner
*/

.ps_banner span {
    display: block;
    position: absolute;
    margin-top: 11%;
    left: 46%;
    z-index: 1;
    font-weight: 400;
    font-size: 30px;
    color: #484848;
}

/* Newsletter */

#block-newsletter-label {
    font-weight: 400;
    font-size: 30px;
    /* padding-bottom: 11px; */
    /*color: #484848;*/
}

.block_newsletter p {
    /*color: #484848;*/
    font-weight: 100;
    font-size: 13px;
    text-align: left !important;
}

.block_newsletter .form-check-label {
    padding-left: 0 !important;
    margin-top: 10px;
}

/*.kl-product-list-left .slick-list.draggable{min-height: 150px !important;}*/

@media (max-width: 1199px) {
    /* under 1200px */
    .newsletter_content p {
        font-size: 24px;
        line-height: 30px;
        text-align: justify;
    }
    .banner .newsletter_content {
        margin-top: -56%;
    }
    .wsmenu {
        /*height: 800px;
        overflow: scroll;*/
        height: 100vh !important;
        overflow-y: scroll;
    }
    .wsactive {
        overflow: hidden;
    }
}

@media (min-width: 1200px) {
    .newsletter_content p {
        font-size: 30px;
        text-align: center;
        line-height: 40px;
        text-align: justify;
    }
    .banner .newsletter_content {
        position: absolute;
        margin-top: -12%;
        margin-left: 15%;
    }
    body .kl-img-mode span:after {
        left: 32%;
        width: 87%;
        top: 153px;
        height: 600px;
    }
    #main_home_background:before {
        background-size: 100% !important;
    }
}

@media (min-width: 992px) {
    .col-md-2.js-product-miniature {
        max-width: 21% !important;
        flex: 0 37%;
    }
}

@media (min-width: 1200px) and (max-width: 1370px) {
    body .kl-img-mode span:after {
        left: 21%;
        width: 73%;
        top: 135px;
        height: 430px;
    }
    #main_home_background:before {
        background-size: 680px !important;
        background-position: left top !important;
    }
    .col-md-2.js-product-miniature {
        max-width: 24% !important;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .kl-product--item button.slick-next.slick-arrow {
        max-width: 50px;
    }
    .modal.quickview .slick-next.slick-arrow {
        margin-right: 38px !important;
    }
    .col-md-2.js-product-miniature {
        max-width: 29% !important;
    }
    body .kl-img-mode span:after {
        left: 19%;
        top: 13%;
        width: 75%;
        height: 42%;
    }
    #main_home_background:before {
        background-size: 645px !important;
        background-position: left top !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .modal.quickview .slick-next.slick-arrow {
        margin-right: 6px !important;
    }
    .kl-product--item button.slick-prev.slick-arrow {
        margin-left: 0px !important;
    }
    .col-md-2.js-product-miniature {
        max-width: 34% !important;
    }
    .kl-img-mode span:before {
        width: 110% !important;
        background-size: 399px !important;
    }
    button.slick-next.slick-arrow {
        width: 90px !important;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    /*.kl-product--item button.slick-prev.slick-arrow, .kl-product--item button.slick-next.slick-arrow {*/
    /*    top: 39px !important}*/
    /*.kl-product--item button.slick-prev.slick-arrow{  left: -1px !important;}*/
    /* .kl-product--item button.slick-next.slick-arrow{    right: -1 !important;}*/
    /* .kl-product-list-left .slick-list.draggable {    min-height: 50px !important;}*/
    .kl-img-mode span:before {
        background-size: 100% !important;
    }
    .kl-img-mode {
        min-height: 530.5px;
    }
    /* #js-product-list.mb-5 .row.kl-row-listing { padding: 0 25px; } */
    .kl-fullwidth-xs .kl-article-xts {
        padding: 0 25px;
    }
    #js-product-list.mb-5 .kl-nbr-article-show {
        padding: 0 25px;
    }
    .kl-header-product {
        margin-top: 0;
    }
    /*.product-images .slick-list.draggable {
        max-width: 311px;
        overflow: hidden;
        margin-left: 1px !important;
    }
     .kl-product--item .slick-list.draggable, .kl-product--item .slick-track {
        margin-left: -60px;
    }
    .kl-product--item button.slick-prev.slick-arrow {
        width: 70px !important;
        left: -19px !important;
    }*/
}

@media (max-width: 575px) {
    .js-product-miniature {
        max-width: 100%;
    }
    .kl-img-mode span:before {
        background-size: 407px !important;
    }
    .kl-img-mode span:after {
        height: 250px;
    }
    .kl-img-mode {
        min-height: 385.5px;
    }
}

#wrapper .banner img {
    margin: 0 auto;
    display: block;
}

.block_newsletter p.alert {
    margin-top: 20px;
}

/*Footer*/

ul#footer_sub_menu_simple {
    display: flex;
    justify-content: space-between;
}

.footer-container .social-links {
    font-size: 22px;
}

/* product list */

.product-desc-list {
    font-size: 13px;
    margin-bottom: 5px;
}

.btn-comment-big {
    padding: 7px 16px;
    height: 45px;
}

.kl-product--item button.slick-next.slick-arrow {
    bottom: -56px;
}

.kl-product--item button {
    z-index: 1!important;
}

.kl-nav-menu {
    z-index: 1000;
}

#product .kl-bg-white .container-fluid .col {
    position: relative;
}

.js-product-miniature .kl-title-aff p {
    font-size: 16px;
    line-height: 1.71;
    font-weight: bold;
}
