/**
** custom style
**/
*, html, body {
    font-family: 'Raleway', 'Open Sans', Arial, Helvetica, sans-serif;
}

body.page-index #wrapper {
    padding-top: 0;
}

#wrapper {
    background: #fff;
}

#header .header-top a {
    text-transform: capitalize !important;
    color: #687482 !important;
    padding-right: 25px;
    font-weight: 400;
    background-color: transparent;
}
.carousel .carousel-inner {
    height: auto;
}
.carousel .carousel-item figure {
    display: block;
}
#products .products-section-title {
    margin: 2.5rem 0 !important;
    font-weight: 300 !important;
    text-align: center;
    font-size: 30px;
    text-transform: capitalize !important;
    font-family: 'Raleway', 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 600;
    color: #414141;
    margin: 0 0 30px 0;
    line-height: 1.5;
}
.product-miniature .thumbnail-container {
    background-color: transparent !important;
    border-color: #ddd !important;
    margin-bottom: 6px;
    position: relative;
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
.product-miniature .product-flags li.product-flag {
    font-weight: 400;
    text-align: center;
    font-size: 12px;
    text-transform: capitalize;
}
/*** footer ***/
#footer {
    color: rgba(255, 255, 255, 0.6);
    background: #313131;
    background: -moz-linear-gradient(top, #555555 0%, #313131 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1a1d2b), color-stop(100%, #313131));
    background: -webkit-linear-gradient(top, #555555 0%, #313131 100%);
    background: -o-linear-gradient(top, #555555 0%, #313131 100%);
    background: -ms-linear-gradient(top, #555555 0%, #313131 100%);
    background: linear-gradient(to bottom, #555555 0%, #313131 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#313131', GradientType=0);
}

#footer ul > li > a {
    color: rgba(255, 255, 255, 0.6);
}

.footer-container .h3, #block_myaccount_infos .myaccount-title a, .footer-container .h4 {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 25px;
}

#footer .copyright {
    background-color: rgba(0, 0, 0, 0.2);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    padding: 25px 0 10px;
    font-size: 13px;
    display: block;
}

#footer #contact-infos {
    background: url('./../images/world-map.png') no-repeat center;
    background-position: 0 0;
    padding: 20px 10px 20px;
}

#footer .block-social {
    text-align: center;
    margin: auto;
    float: none;
}

#footer .block-social ul li {
    background-color: transparent;
    background-repeat: no-repeat;
    border: #999 1px solid;
}

#footer .block-social ul li.facebook:hover {
    background-color: #3B5998 !important;
}

#footer .block-social ul li.twitter:hover {
    background-color: #1DA1F2 !important;
}

#footer .block-social ul li.youtube:hover {
    background-color: #CD201F !important;
}

#footer .block-social ul li.rss:hover {
    background-color: #3B5998 !important;
}

#footer .block-social ul li.instagram:hover {
    background-color: #E4405F !important;
}

#footer .block-social ul li.linkedin:hover {
    background-color: #0A66C2 !important;
}

#footer .block-social ul li.pinterest:hover {
    background-color: #BD081C !important;
}

#footer .block-social ul li.vimeo:hover {
    background-color: #1AB7EA !important;
}

#footer .block_newsletter {
    background: transparent;
}

#footer .block_newsletter p,
#footer .block_newsletter #block-newsletter-label {
    color: #fff;
}

@media (min-width: 992px){
    .top-menu .sub-menu, .top-menu .sub-menu.collapse {
        width: max-content;
        max-width: max-content;
        min-width: max-content;
    }
    .top-menu .sub-menu ul[data-depth="1"]>li {
        float: initial;
        padding: 15px 20px;
        border-bottom: 1px solid #ddd;
        margin: 0;
    }
    .popover{
        left: auto;
    }
    .top-menu[data-depth="1"] {
        margin: 0;
    }
}
