/*
 * 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;
}

@media (max-width: 1200px){
    /* under 1200px */
    .newsletter_content p{
        font-size: 24px;
        line-height: 30px;
        text-align: justify;
    }

    .banner .newsletter_content{
        margin-top: -56%;

    }
}
@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%;
    }
    
}
.ps_banner .simpleParallax {
    max-height: 600px;
}

#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;
}