.btn-default { 
    border-radius: 20px;
    padding: 10px 20px;
    font-family: Roboto;
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
}

.btn-primary {
    background-color: #085FA6;
    border-radius: 20px;
    padding: 10px 20px;
    font-family: Roboto;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    border-color: #085FA6;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #0598DB;
    border-color: #fff;
}

.btn-secondary {
    background-color: #fff;
    border-radius: 20px;
    padding: 10px 20px;
    font-family: Roboto;
    font-weight: normal;
    font-size: 14px;
    color: #0598DB;
    text-transform: uppercase;
    border-color: #0598DB
}

.btn-secondary:hover {
    background-color: #0598DB;
    border-color: #0598DB;
    color: #fff;
}

a {
    color: #0598DB;
}

a:hover {
    color: #085FA6;
}

/* MEGA MENU */

#st_mega_menu_wrap .ma_level_0, .menu_item {
    height: 110px;
    line-height: 110px;
}

#st_header {
    z-index: 101;
    margin-top: 10px;
}

#st_mega_menu_wrap .ma_level_0:hover:not(.is_parent),
#st_mega_menu_wrap .ma_level_0:not(.is_parent) {
    border: none;
}

#st_mega_menu_wrap .ma_level_0:hover:not(.is_parent) {
    color: #085FA6;
}

#header_primary #st_mega_menu_wrap {
    border-bottom-width: 0;
}

#st_mega_menu_wrap .stmenu_sub {
    border-top-width: 0;
    margin-top: 4px;
}

#st_mega_menu_wrap .stmenu_sub:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX( -50%);
    height: 100%;
    width: 100vw;
    background-color: #FFFFFF;
    box-shadow: 0 2px 6px rgb(0 0 0 / 10%);
}

.st_mega_menu .stmenu_sub {
    box-shadow: none;
}

@media only screen and (min-width: 1200px){
    #st_mega_menu_wrap .ma_level_0 {
        padding-left: 20px;
        padding-right: 20px;
    }
}


/* MOBILE MENU */

.mo_ml_level_0{
    padding-left: 0;
}

#side_stmobilemenu {
    border: 0px;

}

.menu_mobile_bar_tri .mobile_bar_tri_text  {
    display: block;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 9px;
    text-align: center;
    line-height: 10px;
}

.menu_mobile_bar_tri .fs_xl {
    font-size: 31px;
}

.menu_mobile_bar_tri.mobile_bar_item{
    line-height: 24px;
    margin-top: 5px;
}

#st_mobile_menu_ul li:nth-child(2n+1) {
    background-color: #0598DB;
    color: #fff;
}

#st_mobile_menu_ul li:nth-child(2n+1) .mo_ma_level_0{
    color: #fff;
}

#st_mobile_menu_ul .mo_ma_level_0 {
    font-size: 13px;
    color: #000000;
    font-weight: bold;
    padding: 22px 10px 22px 30px;
}

#st_mo_menu_block_9 {
    display: none;
}

#side_stmobilemenu .st-menu-header{
    background: linear-gradient(#59c8ff 0%, #0598db 100%);
    display: flex;
    padding: 8px 20px 8px 30px;
    justify-content: space-between;
    align-items: center;
}

#side_stmobilemenu .st-menu-title {
    background: none;
    padding: 0;
    margin: 0;
}

#side_stmobilemenu #st_mobile_menu {
    display: none;
}

#side_stmobilemenu .st-menu-title svg{
    width: 65px;
}

#lcb-close_right_side{
    position: initial;
    top: 0;
    bottom: 0;
}

#side_stmobilemenu {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.lcb-sub-mobile-menu  {
    margin-top: auto;
    text-align: center;
}

.lcb-sub-mobile-menu a{
    font-family: Roboto;
    font-weight: normal;
    font-size: 17px;
    color: #085fa6;
    text-transform: uppercase;
}

.lcb-sub-mobile-menu .mobile-menu-contact {
    background-color: #0598DB;
    height: 60px;
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    font-family: Montserrat;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
}

.lcb-sub-mobile-menu .mobile-menu-contact a{
    font-family: Montserrat;
    font-weight: bold;
    text-decoration: underline;
    font-size: 16px;
    color: #fff;
}
/* MEGA MENU : Item  */
.lcb-menu-item{
    text-align: center;
    padding: 5px 0 10px;
}

.lcb-menu-item a{
    color: #000000;
    font-family: Roboto;
    font-weight: normal;
    font-size: 17px;
    text-align: center;
    text-transform: uppercase;
    line-height: 12px;
}

.lcb-menu-item a span{
    font-size: 12px;
    color: #0598db;
}

.lcb-menu-item a:hover{
    opacity: 0.8;
}

.lcb-menu-item a img{
    margin-bottom: 20px;
}

.lcb-mobile-menu-side {

}

.lcb-mobile-menu-side .lcb-menu-item{
    border-bottom: 0;
    padding: 12px;
    background-color: #E6F7FF;
}

.lcb-mobile-menu-side .lcb-menu-item:nth-child(1n) {
    border-bottom: 4px solid #FFFFFF;
}



.lcb-mobile-menu-side .lcb-menu-item .item-content{
    text-align: left;
    padding: 0;
}

.lcb-mobile-menu-side .lcb-menu-item a{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

.lcb-mobile-menu-side .lcb-menu-item img{
    width: 89px;
    margin-bottom: 0;
    margin-right: 20px;
}

/* HEADER */

#checkout_header_wrap img {
    width: 90px;
}

.checkout_header {
    padding: 16px 0 ;
}

#st_header {
    margin-top: 0;
}

.header-container {
    background: linear-gradient(#59c8ff 0%, #0598db 100%);
}

body#index .header-container {
    background: transparent;
}
/* MENU */


#st_header .header_item {
    color: #fff;
}

.amount_circle,
.shopping_cart_style_2 .ajax_cart_bag .amount_circle {
    font-family: Montserrat;
    background: #085FA6;
    color: #fff;
    height: 19px;
    line-height: 19px;
    width: 19px;
    font-size: 10px;
    border: none;
}

.mobile_bar_item .ajax_cart_bag{
    margin-top: 0;
}

#mobile_bar.stuck,
#mobile_bar {
    padding: 8px 0;
}

#mobile_bar.stuck {
    background: linear-gradient(90deg, #59c8ff 0%, #0598db 100%);
}


.lcb-header-account {
    font-family: Roboto;
    font-weight: normal;
    font-size: 17px;
    padding: 0 5px;
    margin-right: 15px;
}


.lcb-home-hero {
    background: linear-gradient(45deg, rgba(89,200,255,1) 0%, rgba(5,152,219,1) 90%) ;
    padding-top: 120px;
    position: relative;
}

.lcb-home-hero .wave-bg{
    position: absolute;
    bottom: 0;
    max-height: 500px;
    display: block;
    min-width: 100%;
    z-index: 5;
    overflow: hidden;
}

.lcb-home-hero .wave-bg img{    
    min-height: 300px;
    width: 100%;
    max-width: 100%;
}


.lcb-home-hero .container{
    z-index: 10;
}

.lcb-home-hero .content{
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.lcb-home-hero .hero-content{
    width: 463px;
    margin-left: 80px;
}

.lcb-home-hero img{
    max-width: 350px;
}

.lcb-home-hero h1{
margin-top: 85px;
    font-weight: bold;
    font-size: 30px;
    text-align: left;
    color: #fff;
}

.lcb-home-hero p{
    font-family: Montserrat;
    font-weight: normal;
    font-size: 24px;
    color: #fff;
    line-height: 20px;
    margin: 30px 0 45px;
}

.lcb-home-hero p span{
    font-size: 14px;
}

@media only screen and (max-width: 768px){
    .lcb-home-hero .content {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column-reverse;
        flex-wrap: nowrap;
    }

    .lcb-home-hero .hero-content{
        width: 300px;
        margin-left: 0;
        text-align: center;
    }

    .lcb-home-hero h1{
        margin-top: 0px;
        font-size: 25px;
        text-align: center;
    }

    .lcb-home-hero p{
        margin: 30px 0 20px;
    }

    .lcb-home-hero p span{
        font-size: 14px;
    }

    .lcb-home-hero .hero-img{    
        margin-top: 10px;
    }

    .lcb-home-hero img{    
        min-height: auto;
        max-width: 250px;
    }

    .lcb-home-hero .wave-bg{
        max-height: 835px;
        left: -270px;
    }
    
    .lcb-home-hero .wave-bg img{    
        min-width: 1660px;
    }
}

/* FOOTER */

#footer-tertiary {
    
    background: url(../img/footer-wave.svg) no-repeat center top, #0598DB ;
    background-size: cover;
    padding-top: 0;
}

#footer-tertiary .title_block {
    margin-bottom: 25px;
}

#footer-tertiary .title_block_inner{
    color: white;
    font-weight: bold;
    font-size: 16px;

}

#footer-tertiary .bullet li a {
    font-weight: normal;
    font-size: 14px;
    color: #fff;
}

#lcb-social-links {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    column-gap: 15px;
}

.lcb-footer-social {
    background-color: white;
    display: flex;
    width: 40px;
    height: 40px;
    padding: 1px 0px 1px 2px;
    border-radius: 50px;
    align-items: center;
    align-content: center;
}

.lcb-footer-social-links {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    column-gap: 15px;
}

.lcb-footer-stripe,
.lcb-stripe {
    border-top: 4px solid #085FA6;
    height: 12px;
    background: white;
    display: block;
    border-bottom: 4px solid #FF6767;
}

#footer_bottom_left {
    display: flex;
    align-items: center;
}

.lcb-footer-contact {
    text-align: right;
}

.lcb-footer-contact a{
    font-family: Montserrat;
    font-weight: bold;
    font-size: 30px;
    color: #000;
}

.lcb-footer-contact span{
    font-family: Montserrat;
    font-weight: normal;
    font-size: 20px;
    color: #000;
}

.opener i {
    color: #FFFFFF;
}


@media only screen and (max-width: 768px){

    .lcb-footer-follow {
        display: flex;
        justify-content: space-between;
    }
    
    .lcb-footer-follow .title_block{
    }
    
    #footer-tertiary {
        background: url(../img/footer-wave.svg) no-repeat left -50px top 100px, #0598DB ;
        background-size: auto 200px;
        padding-top: 0;
    }
    
    .lcb-footer-contact {
        background-color: #FFFFFF;
        text-align: center;
        margin-bottom: 40px;
        padding-bottom: 25px;
    }
   
}


#footer-secondary{
    background: #fff;
}


.floating { 
    animation-name: floating;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
 
@keyframes floating {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 15px); }
    100%   { transform: translate(0, -0px); }   
}





/*  HOME STEPS */

.lcb_home-steps {

    padding: 50px 0;
}

.lcb_home-steps .steps-buttons{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    column-gap: 20px;
}

.lcb_home-steps h2{
    font-family: Montserrat;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    color: #000;
    margin-bottom: 100px;
}

.lcb_home-steps .step_item {
    position: relative;
}

.lcb_home-steps .step_item h3{
    font-family: Montserrat;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    color: #000;
    min-height: 72px;
    margin-bottom: 15px;
}

.lcb_home-steps .step_item p,
.lcb_home-steps .step_item h3{
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
}

.lcb_home-steps:nth-of-type(2) .step_item p {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.lcb_home-steps .step_item p{
    font-family: Montserrat;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #000;
}

.lcb_home-steps .step_item .step-number{
    font-family: Montserrat;
    font-weight: bold;
    font-size: 146px;
    text-align: center;
    color: #a3ddf7;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    line-height: 120px;
    z-index: 1;
}

.lcb_home-steps .step_item .step-image{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    height: 280px;
}

.lcb_home-steps .step_item .step-image img{
    z-index: 10;
}

.lcb_home-step-order {
    background: #EAF8FF;
    padding: 80px 0;
}

.lcb_home-reviews {
    background: #FCFCFC;
    padding: 80px 0;
}

@media only screen and (max-width: 768px){
    .lcb_home-steps h2{
        font-size: 25px;
        margin-bottom: 50px;
    }   

    .lcb_home-steps .step_item h3{
        font-size: 18px;
        min-height: auto;
        margin-bottom: 15px;
    }
    
    .lcb_home-steps .step_item p,
    .lcb_home-steps .step_item h3{
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .lcb_home-steps .step_item p{
        font-size: 14px;
        line-height: 18px;
    }

    .lcb_home-steps .step_item {
        padding-bottom: 35px;
    }

    .lcb_home-steps .step_item .step-image{
        height: 230px;
    }

    .lcb_home-steps .step_item .step-image img{
        max-width: 300px;
    }

    .lcb_home-steps .step_item .step-number{
        font-size: 118px;
        line-height: 70px;
    }

    .lcb_home-steps .steps-buttons{
        flex-direction: column;
        row-gap: 10px;
    }

    .lcb_home-step-order {
        background: #EAF8FF;
        padding: 50px 0;
    }

    .lcb_home-reviews {
        padding: 50px 0;
    }
}

/* REASSURANCE */

.lcb_reassurance {
    background-color: #0598DB;
    padding: 40px 0;
}

.lcb_reassurance .reassurance-item{
    margin: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    text-align: center;
    max-width: 172px;
    color: #FFFFFF;
    line-height: 18px;
}

.lcb_reassurance .reassurance-image{
    display: flex;
    height: 95px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 20px;
}


@media only screen and (max-width: 768px){
    .lcb_reassurance {
        background: linear-gradient(#59c8ff 0%, #0598db 100%);
        padding: 40px 0 20px;
    }
}

/* HOME works */

.lcb_home-works {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.lcb_home-works .home-works-container{
    width: 600px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.lcb_home-works .home-works-content{
    max-width: 460px;
    padding:  0 10px;
}

.lcb_home-works .home-works-content h2{
    margin-bottom: 50px;
    margin-top: 30px;

    font-size: 30px;
}

.lcb_home-works .home-works-content p{
    font-family: Montserrat;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 40px;
}

.lcb_home-works .home-works-content .item-schema{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
}

.lcb_home-works .home-works-content .item-schema svg{
    width: 100%;
    height: 100%;
    max-width: 100%;
}

.lcb_home-works .home-works-content .item-footer{
    margin-top: 25px;
    border-top: 1px solid #000000;
    padding: 20px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.lcb_home-works .home-works-content .item-footer p{
    margin-bottom: 0;
}

.lcb_home-works .home-works-content .item-footer .item-delivery-price{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    column-gap: 20px;
    color: #0598DB;;
}

.lcb_home-works .home-works-content .item-footer .item-delivery-price span{
    min-width: 25px;
    display: block;
}

.lcb_home-works .home-works-image{
    width: 600px;
}

@media only screen and (max-width: 1080px){
    .lcb_home-works .home-works-image{
        width: 520px;
    }
}


@media only screen and (max-width: 950px){
    .lcb_home-works {
        flex-direction: column-reverse;
        row-gap: 20px;
    }

    .lcb_home-works .home-works-container{
        width: 100%;
        padding:  0 10px;
    }

    .lcb_home-works .home-works-content p{
        font-size: 14px;
        line-height: 18px;
    }
    
    .lcb_home-works .home-works-content h2{
        margin-bottom: 30px;
        margin-top: 10px;
        font-size: 24px;
    }
}

/* FAQ */

#footer-secondary{
    padding: 50px 0;
}

#easycontent_9 .title_block {
    text-align: center;
}

#easycontent_9 .title_block .title_block_inner{
    font-family: Montserrat;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    color: #000;
    margin-bottom: 40px;
}

#easycontent_9 .acc_header a{
    font-family: Montserrat;
    font-weight: bold;
    font-size: 17px;
}

#easycontent_9 .acc_header a{
    padding: 30px 0 30px 50px;
}

#easycontent_9 .acc_content{
    padding: 0 0 10px 55px;
}

#easycontent_9 .acc_box .acc_icon {
    font-size: 1.5rem;
}

#easycontent_9 .acc_box  {
    border-bottom: 1px solid #D1D1D1;
}


@media only screen and (max-width: 768px){
    #footer-secondary{
        padding: 30px 0;
    }

    #easycontent_9 .title_block {
        padding: 0;
    }

    #easycontent_9 .title_block .opener{
        display: none;
    }
    
    #easycontent_9 .title_block .title_block_inner{
        font-size: 25px;
        margin-bottom: 0px;
        text-transform: none;
        padding: 10px 0;
    }
    
    #easycontent_9 .acc_header a{
        font-family: Montserrat;
        font-weight: bold;
        font-size: 14px;
    }
    
    #easycontent_9 .acc_header a{
        padding: 15px 0 15px 0px;
    }
    
    #easycontent_9 .acc_content{
        padding: 0 0 10px 5px;
    }
    
    #easycontent_9 .acc_box .acc_icon {
        font-size: 1.5rem;
    }
    
    #easycontent_9 .acc_box  {
        border-bottom: 1px solid #D1D1D1;
    }
       
}

#page_banner_container_1 .breadcrumb_nav a {
    text-decoration: underline;
}

#page_banner_container_1 .breadcrumb_nav span{
    font-weight: bold;
}

#page_banner_container_1 .breadcrumb_nav a span{
    font-weight: 400;
}

/* PRODUCT */
body#product .breadcrumb_spacing {
    height: 0;
}

body#product #page_banner_container_1 {
    position: relative;
    z-index: 10;
    margin-bottom: -34px;
}

.product_page_container {
    justify-content: space-between;
}

.product_left_column {
    background-color: #FAFBFB;
}


.product_middle_column {
    margin-top: 60px;
}

.product_middle_column h1.product_name  {
    font-family: Montserrat;
    font-weight: bold;
    font-size: 30px;
    color: #000;
    text-transform: none;
}

.lcb-subheader {
    font-weight: normal;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
}

.lcb-product-items{
    display: flex;
    column-gap: 20px;
    margin-bottom: 30px;
}

.lcb-product-item {
    border: 2px solid #245FA1;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    width: 168px;
    height: 168px;
}

.lcb-product-item img{
    height: 90px;
}

.lcb-product-item p{
    font-weight: normal;
    font-size: 12px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 0;
    line-height: 15px;
}

body#product .product_page_container .qty_wrap.qty_wrap_big{
    width: 120px;
    background: transparent;
}

body#product .product_page_container .bootstrap-touchspin,
body#product .product_page_container .qty_wrap.qty_wrap_big .form-control  {
    height: 40px;
}

body#product .product_page_container .bootstrap-touchspin .form-control {
    padding: 0 2px;
    text-align: center;
    border: none;
    background: none;
    color: #000000;
    font-size: 26px;
    line-height: 26px;
    font-weight: 500;
}

body#product .product_page_container .qty_wrap .bootstrap-touchspin .btn-touchspin {
    width: 40px;
    line-height: 27px;
    text-align: center;
    padding: 0;
    background-color: transparent;
    border: 1px solid #000000;
    height: 40px;
    border-radius: 4px;
    color: #000000;
    font-size: 26px;
    font-weight: 900;
}

body#product .product_page_container .qty_wrap .bootstrap-touchspin .btn-touchspin:hover {
    color: #0598DB;
    border-color: #0598DB;
}

.lcb-product-footer {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    column-gap: 20px;
}

.lcb-product-footer p{
    margin-bottom: 0;
}

.lcb-product-footer img{
    width: 29px;
}

.lcb-product-info {
    background: #EAF8FF;
    border-radius: 9px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 30px;
    margin-bottom: 20px;
    margin-top: 30px;
}

.lcb-product-info p{
    margin-bottom: 0;
    width: 100%;
    max-width: 320px;
    text-align: center;
}

.current-price .price {
    font-size: 25px;
    font-weight: bold;
}

.product_left_column {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.product_first_section {
    background: linear-gradient(90deg, rgba(250,251,251,1) 0%, rgba(250,251,251,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
}

@media only screen and (max-width: 768px){ 
    .product_first_section {
        background: none;
    }

    .product_left_column {
        min-height: 100vw;
    }

    .product_middle_column {
        margin-top: 30px;
    }

    .pro_cart_block .product-quantity, .product-quantity #quantity_wanted {
        display: flex;
        column-gap: 15px;
        justify-content: space-between;
    }

    .lcb-product-info{
        padding: 20px;
    }
}

/* MODAL */
#boxModal .modal-dialog{
    width: 100%;
    max-width: 812px;
}

#boxModal .modal-content{
    padding: 50px;
    border-radius: 22px;
    position: relative;
    margin: 0;
}

#boxModal .modal-content .close{
    position: absolute;
    z-index: 200;
    top: 50px;
    right: 50px;
}

#boxModal .modal-content .modal-body{
    padding-top: 40px;
}

#boxModal .modal-content .modal-body h2{
    text-align: center;
    width: 100%;
    max-width: 530px;
    margin: 0 auto;
}

#boxModal .modal-content .modal-body .modal-box-content{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: flex-start;
    margin-top: 50px;
}

#boxModal .modal-content .modal-body .modal-box-content .box-item{
    text-align: center;
}

#boxModal .modal-content .modal-body .modal-box-content p strong{
    font-size: 16px;
}

#boxModal .modal-content .modal-body .modal-box-content p a{
    text-decoration: underline;
}

#boxModal .modal-content .modal-body .modal-box-content .item-image{
    height: 135px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

@media only screen and (max-width: 768px){ 

    #boxModal .modal-content .close{
        position: absolute;
        top: 25px;
        right: 25px;
    }

    #boxModal .modal-content .modal-body .modal-box-content{
        flex-direction: column;
    }

    #boxModal .modal-dialog {
        margin: 0;
    }

    #boxModal .modal-content{
        border-radius: 0;
        padding: 35px;
    }
}

/* CMS */

body#cms .section{
    padding: 60px 0;
}

body#cms .section p{
    font-size: 16px;
}

body#cms .section h2{
    font-size: 30px;
    margin-bottom: 40px;
}

body#cms h1{
    font-family: Montserrat;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 25px;
}

body#cms h1 span{
    text-transform: uppercase;
    font-size: 14px;
    display: flex;
    justify-content: center;
    font-weight: 400;
    line-height: 2;
}
body#cms .lcb-intro {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

body#cms .lcb-intro p{
    max-width: 500px;
    width: 100%;
    font-size: 18px;
}

body#cms .lcb-full-bg{
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    background-color: #FAFBFB;
    display: flex;
    justify-content: center;

}

body#cms .lcb-full-bg .row{
    width: 100%;
    max-width: 1200px;
}

@media only screen and (max-width: 1200px){ 

    body#cms .section{
        padding: 60px 20px;
    }
}

@media only screen and (max-width: 768px){ 

    body#cms .section{
        padding: 30px 20px;
    }

    body#cms .section h2{
        font-size: 24px;
        margin-bottom: 20px;
    }
    body#checkout img.logo {
        max-width: 90px;
    }

    .lcb-home-review-mobile {
        margin: auto;
        width: fit-content;
    }
}

.lcb-float-tel {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 200;
}

.list-group-item a {
    color: #085FA6
}


/*  REVIEWS */

.lcb_home-reviews .review_item {
    background: #FFFFFF;
    border-radius: 22px;
    padding: 35px;
    text-align: center;
    position: relative;
}

.lcb_home-reviews .review_item::after {
    background: url('../img/quote.svg') no-repeat;
    content: "";
    width: 37px;
    height: 27px;
    position: absolute;
    top: -10px;
    left: 35px;
}

.review_item .review_title {
    font-family: Montserrat;
    font-weight: bold;
    font-size: 20px;
    color: #000;
}

.review_item .review_text {
    margin-top: 20px;
}

.review_item .review_text span{
    width: 16px;
    height: 1px;
    background-color: #3E97D5;
    display: block;
    margin: 25px auto 10px ;
}

.review_item .review_text p:first-of-type{
    font-family: Montserrat;
    font-size: 16px;
}

@media only screen and (max-width: 768px){ 

    .lcb_home-reviews .review_item {
        margin-bottom: 20px;
    }
}

.lcb-relais-customer .card{
    border-radius: 8px;
    border-color: #085fa6;
}
.lcb-relais-customer .card-header:first-child {
    border-radius: 8px 8px 0 0;
    border-color: #085fa6;
}

.lcb-relais-customer .card-header{
    background-color: #EAF8FF;
}

.lcb-relais-customer .card-header h4{
    color: #085fa6;
}

.shop_logo svg {
    display: flex;
}

.input-color:checked+span,.input-color:hover+span,.input-radio:checked+span,.input-radio:hover+span{border:2px solid #085fa6}

/* LCB-129 - FO : Correction de wording */

body#checkout .delivery-options {
    margin-bottom: 25px;
}
body#checkout .carrier-price {
    text-transform: capitalize;
}

.lcb_home-relay-map {
    background-color: #EAF8FF;
}

.lcb_home-relay-map h2{
    font-family: 'Montserrat';
    font-weight: 900;
    font-size: 48px;
    line-height: 1.3;
    text-align: left;
    max-width: 450px;
    margin-bottom: 40px;
}

.lcb_home-relay-map p{
    font-family: "Montserrat";
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 40px;

}


@media (max-width: 640px) {
    .lcb_home-relay-map h2{
        font-size: 26px;
    }

    .lcb_home-relay-map p{
        font-size: 18px;
    }

    .lcb_home-relay-map {
        padding: 40px 20px 20px 20px;
    }

    .lcb_home-relay-map img{
        display: none;
    }
}

/* LCB-134 - Bandeau n°4 : Compteur dynamique de bouteille plastique basé sur une formule */

.lcb_counter-container {
    background: #0598DB;
    color: white;
    text-align: center;
    padding: 35px 0;
}

.lcb_counter-container .counter {
    font-family: "Arial", "Helvetica", sans-serif;
    font-size: 8rem;
    -webkit-text-stroke: 2px #fff;
    color: #0598DB;
    font-weight: 900;
    margin-bottom: 1rem;
    font-variant-numeric: tabular-nums;
}

.lcb_counter-container .title {
    font-size: 32px;
}

.lcb_counter-container strong {
    font-style: italic;
}

.lcb_counter-container .message {
    margin: 1.5rem 0;
    font-size: 22px;
    line-height: 1.6;
}

@media (max-width: 640px) {
    .lcb_counter-container {
        
    }
    
    .lcb_counter-container .counter {
        font-size: 60px;
        -webkit-text-stroke: 1px #fff;
    }

    .lcb_counter-container .title {
        font-size: 24px;
    }

    .lcb_counter-container .message {
        font-size: 16px;
    }
}

/* LCB-131 - Bandeau n°1 : Calculateur d'impact dynamique */

.lcb_calculateur-container {
    background-color: #EAF8FF;
    padding: 80px 0 30px;
}

.lcb_calculateur-container p{
    font-weight: normal;
    font-size: 20px;
    line-height: 1.4;
}

.lcb_calculateur-container h2{
    margin-bottom: 25px;
}

.lcb_calculateur-container h3{
    font-size: 24px;
    font-weight: 500;
}


.btn-calc-lcb {
    border-radius: 8px;
}

.btn-calc-lcb:hover {

}

.rounded-pill {
    border-radius: 50px !important;
}

.rounded-lg {
    border-radius: 1rem !important;
}

.lcb-calc-result {
    max-width: 380px;
    margin: auto;
    background-color: #FFFFFF;
    border-radius: 14px;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
}

@media (max-width: 640px) {
    .lcb_calculateur-container {
        padding: 40px 20px;
    }    

    .lcb_calculateur-container h3{
        font-size: 19px;
        font-weight: 500;
    }
    

    .lcb_calculateur-container .btn-group{
        flex-direction: column;
        row-gap: 20px;
        align-items: center;
    }

    .lcb_calculateur-container #bottleButtons.btn-group{
        flex-wrap: wrap;
        flex-direction: row;
        row-gap: 0;
        column-gap: 0;
        justify-content: center;
    }

    .lcb-calc-result {
        max-width: 380px;
        margin: auto;
        background-color: #FFFFFF;
        border-radius: 10px;
        display: flex;
        align-items: center;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-around;
    }
}

/*  */

.lcb_60l-container {
    background-color: #EAF8FF;
    text-align: center;
    background-image: url('../img/home/60l.webp');
    background-size: 340px;
    background-repeat: no-repeat;
    
   
    background-position: calc(50% - 35%) center;
}

.lcb_60l-container .title{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 44px;
    line-height: 1.4;
    text-align: center;
    letter-spacing: 0.66px;
    color: #085FA6;
}

.lcb_60l-container .title-60l{
    font-family: 'Roboto', "Arial", "Helvetica", sans-serif;
    font-weight: 900;
    font-size: 242px;
    -webkit-text-stroke: 3px #139AD6;
    color: #EAF8FF;
    font-variant-numeric: tabular-nums;
    margin-bottom: -50px;

}

.lcb_60l-container .title-60l span{
    color: #139AD6;
    margin-left: -40px;
}

.lcb_60l-container .sous-titre-60l{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 37.4px;
    color: #0598DB;
}

@media (max-width: 640px) {

    .lcb_60l-container {
        background-color: #EAF8FF;
        text-align: center;
        background-image: url('../img/home/60l-mobile.webp');
        background-size: 200px;
        background-repeat: no-repeat;
        background-position: left -30px center;
    }

    .lcb_60l-container .highlight {
        height: 360px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
        padding: 20px;
    }

    .lcb_60l-container .title{
        font-size: 26px;
    }

    .lcb_60l-container .title-60l{
        font-size: 90px;
        margin-bottom: -20px;
        -webkit-text-stroke: 2px #139AD6;
        color: transparent;
    }
    
    .lcb_60l-container .title-60l span{
        color: #139AD6;
        margin-left: -10px;
    }
    .lcb_60l-container .sous-titre-60l{
        font-size: 20px;
    }    
}

/*  */

.lcb_compatible-container {
    text-align: center;
    padding: 160px 0 130px 0;
    background-image: url('../img/home/compatible.webp'), linear-gradient(to top, #0598DB 90%, #EAF8FF 10%); 
    background-size: 420px, auto; 
    background-repeat: no-repeat; 
    background-position: calc(5%) top, center;
}

.lcb_compatible-container .title{
    font-family: "Arial", "Helvetica", sans-serif;
    font-weight: 900;
    font-size: 80px;
    -webkit-text-stroke: 2px #ffffff;
    color: transparent;
    margin-bottom: 30px;
    font-variant-numeric: tabular-nums;
}



.lcb_compatible-container .sous-titre{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 33px;
    color: #FFFFFF;
}


.lcb_compatible-container .sous-titre strong{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 33px;
    color: #FFFFFF;
}



@media (max-width: 640px) {

    .lcb_compatible-container {
        padding: 60px 0 30px 0;
        background-color: #0598DB;
        background-image: url('../img/home/compatible.webp'); 
        background-size: 280px; 
        background-repeat: no-repeat; 
        background-position: bottom -180px center ;
        height: 600px;
    }
    
    .lcb_compatible-container .title{
        font-family: "Arial", "Helvetica", sans-serif;
        font-weight: 900;
        font-size: 34px;
        -webkit-text-stroke: 1px #ffffff;
        color: transparent;
        margin-bottom: 20px;
        font-variant-numeric: tabular-nums;
    }
    
    
    
    .lcb_compatible-container .sous-titre{
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 33px;
        color: #FFFFFF;
    }
    
    
    .lcb_compatible-container .sous-titre strong{
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 700;
        font-size: 26px;
        line-height: 33px;
        color: #FFFFFF;
    }
    
}