/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 #product .product-description ul, 
 #custom-text ul,
 .articleContent ul, 
 #content.page-cms ul{
    padding-left: 40px;
}
#product .product-description ul li,
#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;
}


/*
  seopresta_account
*/

#seopresta_account span.separator {
    padding: 10px;
    display: block;
}

#seopresta_account .material-icons {
    font-size: 32px;
    color: #7a7a7a
}

/*
  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: 1200px){
    /* 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 {
        position: fixed;
    }
}
@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 (max-width: 991px){    
    section.kl-block-mode.kl-content-box.wow.seoprestahometext { padding-top: 150px !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;
    }
    body .kl-img-mode span:after {
        left: 11%;
        top: 9%;
        width: 78%;
        height: 25%;
        border: 10px solid #f7f7f7;
    }
}
@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 span:after {      left: 13%;    top: 20%;    width: 75%;    height: 68%;    border: 10px solid #f7f7f7;}
     .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;}
}
@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;}

}
.ps_banner .simpleParallax {
    max-height: 600px;
}
.js-product-miniature .kl-title-aff:hover {
    background: #fff;
}
#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;
}
.kl-img-xts:hover ~ .kl-title-aff {
    background: #fff;
}
.js-product-miniature .kl-title-aff p:hover {
    color: #bd7978;
}
.js-product-miniature .kl-title-aff > a:hover {
    color: #bd7978;
}
/* 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: -65px;
}
.kl-product--item button{z-index:1!important;}
.kl-nav-menu{z-index:1000;}
.js-product-miniature .kl-title-aff > a{
    font-family: Crimson Text, serif;
    font-size: 16px;
    color: #1d1d1d;
    letter-spacing: 1.14px;
    margin-top: 15px !important;
    min-height: 38px;
    display: block;
}
#product .kl-bg-white .container-fluid .col{
    position: relative;
}
#product .kl-bg-white .container-fluid .col:after {
    position: absolute;
    background: #f7f7f7;
    left: 0;
    width: 100%;
    bottom: -108px;
    height: 348px;
    content: "";
    z-index: -1;
}
.js-product-miniature .kl-title-aff p {
    font-size: 16px;
    line-height: 1.71;
    font-weight: bold;
}
#product-comments-list-header #empty-product-comment{background-color: transparent !important; }

.display-under-1200{
    display: none !important;
}

@media (max-width: 1200px){
    .display-under-1200{
        display: block !important;
    }   
}