.blue {color: #04adf2;}
#header .header-top {
    padding-bottom: 0.3rem;
}
#header .header-nav {
    margin-bottom: 0px;
}
#header .header-top {
    padding-bottom: 0;
}
#_desktop_logo {
    margin-top: 0.5rem;
}
#header .header-top .position-static {
    padding-top: 14px;
}
.nav-user-info,
.nav-currency-selector,
.nav-language-selector,
.nav-desktop-cart {
    padding: 15px 3px 0 3px;
    float: right;
}
#header .header-nav #menu-icon {
    padding-top: 12px;
}
@media screen and (max-width: 992px) {
    #_mobile_cart,
    #_mobile_user_info {
        display: block;
    }
}
@media screen and (max-width: 768px) {
    #_mobile_cart,
    #_mobile_user_info {
        padding-top: 12px;
    }
}
html {
  scroll-behavior: smooth;
}
body#checkout #header .header-nav {
    padding: 0;
}
p {
    color: inherit;
}
.h1, h1 {
    color: #04adf2;
    font-size: 2.3rem;
}
.h3, h3 {
    color: #04adf2;
    font-size: 1.6rem;
}
.btn-lg {
    font-size: 1.8rem;
    border-radius: 0rem;
}
#header .header-nav {
    border-bottom: 0;
}
.top-menu a[data-depth="0"] {
    padding: .1875rem .425rem .375rem;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
    .top-menu a[data-depth="0"] {
        padding: .1rem .25rem .3rem;
        font-size: 11px;
    }
    .col-xl-10.col-md-12.hidden-sm-down.position-static {
        font-size: 12px;
    }
}
.box-shadow {
    -webkit-box-shadow: 0 4px 8px -8px black;
    -moz-box-shadow: 0 4px 8px -8px black;
    box-shadow: 0 4px 8px -8px black;
}
.carousel {
    margin-bottom: 0;
}
ul.carousel-inner {
    margin-bottom: 0;
}
.carousel .carousel-inner {
    height: 500px;
}
.carousel .carousel-control .icon-next {
    right: 45px;
}
.carousel .carousel-control .icon-prev {
    left: 25px;
}
@media screen and (max-width: 1280px) {
    .carousel .carousel-inner {
        height: 440px;
    }
}
@media screen and (max-width: 992px) {
    .carousel .carousel-inner {
        height: 340px;
    }
}
@media screen and (max-width: 768px) {
    .carousel .carousel-inner {
        width: 100%;
        height: auto;
    }
}
#wrapper {
    box-shadow: none;
    background-color: #fff;
    padding-top: 50px;
    min-height: 700px;
}
#index #wrapper {
    padding-top: 0px;
    min-height: 0px;
}
#custom-text, 
.home_blog_post {
    background: transparent;
    border-radius: 0;
    padding: 0;
    text-align: center;
    margin-bottom: 0;
}
.join-content {
    padding: 30px 10px;
    color: white;
    background-image: url("../images/join.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    box-shadow:inset 0 0 0 2000px rgba(4,173,242,0.8);
}
#custom-text p {
    color: #fff;
}
#custom-text h2,
.home_blog_post_area h2 {
    padding: 3px;
    position: relative;
    margin: 60px 0px 20px 0px;
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 700;
    border-bottom: 3px solid #04adf2;
}
#mypresta_mib #custom-text h2 {
    margin: 20px 0px 20px 0px;
}
#custom-text h3 {
    padding: 10px;
    font-size: 1.6rem;
    font-weight: 700;
}
.news-blog .carousel {
    box-shadow: none;
    margin-bottom: 1.5rem;
}
.news-blog .row.home_blog_post_inner.carousel.slick-initialized.slick-slider {
    margin-top: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}
.news-blog .blog_post_content {
    text-align: left;
}
.news-blog .post_content {
    padding-top: 0px;
}
.news-blog .blog_post_content .content_more {
    float: none;
    display: block;
    margin-right: 0;
}
.news-blog .blog_post .post_thumbnail {
    position: relative;
}
.home_blog_post_area .home_blog_post .blog_post .post_thumbnail .blog_mask {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-color: rgba(21, 75, 122, 0.4);
}
.home_blog_post_area .home_blog_post .blog_post .post_thumbnail:hover .blog_mask {
    opacity: 1;
    visibility: visible;
    z-index: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.home_blog_post_area .home_blog_post .blog_post .post_thumbnail .blog_mask .blog_mask_content a {
    color: #fff;
    padding: 15px;
    float: right;
}

.products-homepage {
    background-color: #04adf2;
    padding: 30px 0;
}
.products-homepage .featured-products .product-miniature {
    margin: 0;
}
.products-homepage .featured-products {
    text-align: center;
}
.brand-logo,
.products-homepage h2 {
    padding: 3px;
    position: relative;
    margin: 20px 0px 20px 0px;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    border-bottom: 3px solid #fff;
}
#footer {
    padding-top: 0;
}
.footer-container {
    background-color: #2C3C4C;
    color: #8F9BA7;
    margin-top: 0;
}
.footer-container .h3,
.footer-container .h4,
.footer-container .h3 a {
    color: #fff !important;
}
#mypresta_mib {
    box-shadow: none;
    margin-bottom: 0;
    text-align: center;
    background: transparent;
    padding-bottom: 50px;
}
#authentication #content-wrapper {
    margin-top: 50px;
    margin-bottom: 50px;
    min-height: 60vh;
}
.text-center {
    text-align: center;
}
ul {font-size: 0.9rem;}
.slide {
    margin-top: 0;
    border-top: none;
}
.plan_name {
    padding: 29px 10px 1px;
    font-size: 23px;
    min-height: 70px;
    line-height: 1.1em;
}
.wk_plan_description p {
    min-height: 35px;
    margin-bottom: 5px;
}

.revue-product .featured-products .product-title,
.products-homepage .product-miniature .product-title {
    margin-top: 0;
}
.products-homepage .product-miniature .thumbnail-container {
    margin: auto;
}
#mypresta_mib {
    padding: 0px;
    padding-bottom: 50px;
}
.linkedin {
    background-image: url(../css/linkedin-icon-white.png);
}
.block-social li.facebook {
    background-color: #3b5998;
}
.block-social li.linkedin {
    background-color: #2867b2;
}
.block-social li.facebook:hover {
    background-color: #8B9DC3;
}
.block-social li.linkedin:hover {
    background-color: #0077b5;
}
.search-widget {
    min-width: 7rem;
}
.search-widget form {
    padding: 8px 0 5px 0;
}
.search-widget form input[type="text"] {
    padding: 6px;
}
#products .product-miniature {
    margin: 0;
}
.slick-track {
    width: 100% !important;
}