/* Produit */
@media (min-width: 1200px)
{
    body#index
    {
        background: url(/themes/josmose/img/bg-home-1.jpg) center 100px no-repeat;
    }
    section#sectionhome {
        background: #fff;
        padding-top: 20px;
    }
}

.pb-right-column,
#cart .cart-grid-right.col-lg-4,
#checkout .cart-grid-right.col-xs-12.col-lg-4 {
    background: #dfebf9;
    padding: 15px
}

.nos-services {
    font-size: 10px;
    color: #044370;
    border: 2px solid #07436f;
    padding: 20px;
    border-radius: 20px;
    margin: 30px 0 0;
}

.titleservices {
    text-align: center;
    background: #dfebf9;
    width: 120px;
    margin: -40px auto 20px auto;
}

.nos-services .service img {
    padding-right: 10px;
}

.nos-services .service {
    padding-bottom: 5px;
}

.current-price {
    text-align: center;
}

#product h2.category-name {
    color: #0079e1;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
}

span.current-price-value {
    color: #1f4d6e;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    font-family: "Open Sans", sans-serif;
}

.product-discount-group {
    display: flex;
    align-items: center;
    justify-content: center;
}

.container.p-0x {
    clear: both;
}

#product .product-information .product-description,
#product .tab-content .product-description {
    font: 400 13px / 26px "Raleway", sans-serif;
}

#product .tab-content .product-description h3 {
    color: #0485e1;
    text-transform: none;
    font-size: 16px;
    font-weight: 500;
}

.icone-product-availability,
#product .product-description ul li {
    list-style: none;
    padding: 5px 0 5px 20px;
    background: url("/themes/josmose/img/list-pus.png") 0 10px no-repeat;
}

#product .title-choix {
    background: #419ef1;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    padding: 10px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.5s ease;
}

#product .title-choix:hover {
    background: rgba(65, 158, 241, .8);
}

#tabbloc .product-variants {
    display: none;
}

#tabbloc.open .product-variants {
    display: block;
}

/*
#product .product-description tr:nth-child(odd) {
    background: #c9c9c9;
}

#product .product-description tr:nth-child(even) {
    background: #f6f6f6;
}
*/
#product .product-description tr td {
    padding: 10px;
}

#product .product-description ul li p,
#product .product-description tr td p,
#product .product-description tr td h3,
#product .product-description tr td h4,
#product .product-description tr td h5 {
    margin: 0;
}

#product #tab-content {
    position: relative;
    background: #f6f4f5;
}

#product #tab-content .btn-default {
    background-color: #0c34ff;
    color: #fff;
    padding: 15px;
    text-decoration: none;
}

#product .product-information .product-description a,
#product .tab-content .product-description a {
    text-decoration: underline;
}

#product .prefooter {
    background: #F5F5F5;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

#product .prefooter a.btn.btn-default {
    background-color: #0c34ff;
    color: #fff;
    text-decoration: none;
}

#lineven-relatedproducts article.product-miniature.js-product-miniature {
    margin: 10px;
    min-width: 280px;
}

#lineven-relatedproducts .js-product.product {
    min-width: 280px;
}

#lineven-relatedproducts .products.slick-initialized.slick-slider,
.slick-list.draggable {
    min-width: 100%;
}

#product .tabs {
    position: relative;
    margin-top: 0;
}

.subcategory-name {
    font-size: 1rem;
    padding: 5px 15px;
}

#my-account li#check_vat {
    display: inline-block;
    margin-bottom: 1.875rem;
    font-size: 1rem;
    font-weight: 700;
    color: #7a7a7a;
    text-align: center;
    text-transform: uppercase;
    background-color: #e7e7e7 !important;
    margin-left: 16px;
    padding: 20px 18px !important;
}

#my-account li#check_vat input[name="vat_number"] {
    padding: 5px 14px;
}

#my-account li#check_vat input[type="submit"] {
    background: #d9a114;
    font-weight: 100;
    color: #fff;
    border-color: #fff;
    border: none;
    padding: 6.5px 14px;
}

@media(max-width:767px) {
    .mm-product-description {
        width: calc(100% - 0px) !important;
        padding: 15px;
    }
    #facebook_block {
        clear: both;
    }
    .total-compare-val
    {
        margin-left: 20px;
    }

    #product .product-actions .product-add-to-cart.sticky {
        position: fixed;
        bottom: 0;
        left: 0;
        background: #f6f4f5;
        z-index: 9999999999;
        width: 100%;
        padding: 10px;
        box-shadow: 1px 1px 5px #000000;
    }
    #product .product-actions .product-add-to-cart.sticky #product-availability,
    #product .product-actions .product-add-to-cart.sticky p.product-minimal-quantity.js-product-minimal-quantity {
        display: none !important;
    }
    #product .product-actions .product-add-to-cart.sticky .add-to-cart.mb-1 {
        margin-bottom: 0 !important;
    }
    .bg-header {
        overflow: hidden;
    }
    .bubbles-container.right {
        right: 0px !important;
    }
    .cn_content.cn_content_type_inline form {
        max-width: 90%;
        margin: 0 auto !important;
    }
    #blockcart-modal .cart-content-btn .btn-primary, #blockcart-modal .cart-content-btn .btn-secondary 
    {
        padding: .5rem 0.5rem;
        font-size: 12px;

    }   
    #blockcart-modal .btn-primary .material-icons, #blockcart-modal .btn-secondary .material-icons, #blockcart-modal .btn-tertiary .material-icons {
        display: none;
    }
}
@media(max-width:410px) {
    #my-account li#check_vat {
        padding: 20px 13px !important;
        margin: auto;
    }

    #my-account li#check_vat input[name="vat_number"] {
        padding: 5px 2px;
    }

    #my-account li#check_vat input[type="submit"] {
        padding: 6.5px 6px;
    }
    #lineven-relatedproducts article.product-miniature.js-product-miniature
    {
        min-width: 245px;
    }
    #lineven-relatedproducts .slick-prev, #lineven-relatedproducts .slick-next {
        top: 25%;
    }
}
@media (min-width: 1200px) {
    .bg-header {
        margin-bottom: 15px;
    }
    section#section-qui-sommes-nous {
        padding: 20px 15px;
        margin-top: -130px;
    }
    #header .header-nav .blockcart
    {
        padding: .9rem;
    }
}
@media (max-width: 1200px) and (min-width: 768px) {
    #header .header-nav .blockcart {
        padding: 1.05rem 0rem;
        margin-left : 0.9rem;
    }
    #header .header-nav .user-info
    {
        margin-top: 1.1rem;
        margin-left: 0rem;
    }
    .total-compare-val
    {
        margin-left: 20px;
    }

}
@media (max-width: 991px) and (min-width: 768px) {

    section#sectionhome table table {
        min-height: 650px;
    }
}
@media (max-width: 991px) and (min-width: 510px) {
    #header .header-nav .right-nav
    {
        margin-left : 60px;
    }
    .right-search {
        margin-left: -60px;
    }
        .bg-header {
        overflow: hidden;
    }
    .bubbles-container.right {
        right: 0px !important;
    }
    span.avis img {
        display: none;
    }
    .oja .box-card {
        font-size: 13px;
        margin: 25px auto;
    }
    #blockcart-modal .cart-content-btn .btn-primary, #blockcart-modal .cart-content-btn .btn-secondary 
    {
        padding: .5rem 0.5rem;
        font-size: 12px;

    }   
    #blockcart-modal .btn-primary .material-icons, #blockcart-modal .btn-secondary .material-icons, #blockcart-modal .btn-tertiary .material-icons {
        display: none;
    }
}

.carousel-indicators {
    display: none;
}
.carousel-item a {
    float: left;
    position: relative;
    overflow: hidden;
}

/** finder home **/
.dfd-widget {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}
.card-title.line-clamp.h2 {
    font-weight: 400 !important;
    text-transform: lowercase !important;
    font-size: 13px;
    color: #23516b;
    text-align: center;
}
.card-pricing {
    text-align: center;
    color: #044370;
    font-size: 20px;
    font-family:"Open Sans", sans-serif !important;
    justify-content: center !important;
}
#product .product-description {
    overflow-x: hidden;
}