/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

.product-vignette {
    display: block;
    position: absolute;
    top: .5rem;
    width: 85px;
    height: 85px;
    z-index: 1;
    right: 1rem;
    background: url('../../../../img/cms/promo/spring-deal-2021.svg') no-repeat top center;
}

.widget-video-live a { display: block; margin-bottom: 10px }

.widget-video-live img {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.widget-video-live img:hover {
    opacity: .8;
}

.lang-es .menu-element-id-3,
.lang-de .menu-element-id-3,
.lang-it .menu-element-id-3,
.lang-en .menu-element-id-3,
.lang-nl .menu-element-id-3 {
    display: none;
}

.home-hero .home-hero-img {
    position: relative;
    padding-top: 46.323%;
    background: url('../../../../img/cms/telemedecine/cabinet-medical-promotal-telemedecine-mobile.jpg') no-repeat top center;
    background-size: 100%;
    overflow: hidden
}

@media (min-width:768px) {
    .home-hero .home-hero-img {
        padding-top: 42.625%;
        background-image: url('../../../../img/cms/telemedecine/cabinet-medical-promotal-telemedecine.jpg')
    }
    .home-hero .home-hero-img [class^="home-hero-img--"] {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: no-repeat top center;
        background-size: 100%;
        z-index: 5;
        transition: opacity .4s ease-in-out;
        pointer-events: none
    }
    .home-hero .home-hero-img [class^="home-hero-img--"].is-inactive {
        opacity: .2
    }
    .home-hero .home-hero-img .home-hero-img--divan {
        background-image: url('../../../../img/cms/telemedecine/emotio-promotal-telemedecine.png')
    }
    .home-hero .home-hero-img .home-hero-img--divan .market-img {
        left: 60%;
        height: 83%;
        width: 27%;
    }
    .home-hero .home-hero-img .home-hero-img--moniteur {
        background-image: url('../../../../img/cms/telemedecine/rvs-100-promotal-telemedecine.png')
    }
    .home-hero .home-hero-img .home-hero-img--moniteur .market-img {
        right: 8%;
        height: 20%;
        width: 10%;
        top: 10%;
    }
    .home-hero .home-hero-img .home-hero-img--chariot {
        background-image: url('../../../../img/cms/telemedecine/chariot-promotal-telemedecine.png')
    }
    .home-hero .home-hero-img .home-hero-img--chariot .market-img {
        bottom: 7%;
        left: 27%;
        height: 83%;
        width: 13%;
    }
    .home-hero .home-hero-img .home-hero-img--meuble {
        background-image: url('../../../../img/cms/telemedecine/meuble-mobilier-promotal-telemedecine.png')
    }
    .home-hero .home-hero-img .home-hero-img--meuble .market-img {
        bottom: 35%;
        left: 40%;
        height: 28%;
        width: 20%;
    }
    .home-hero .home-hero-img .home-hero-img--meuble2 {
        background-image: url('../../../../img/cms/telemedecine/meuble2-mobilier-promotal-telemedecine.png')
    }
    .home-hero .home-hero-img .home-hero-img--meuble2 .market-img {
        top: 0;
        left: 51%;
        height: 15%;
        width: 21%;
    }
    .home-hero .home-hero-img .home-hero-img--dispositif {
        background-image: url('../../../../img/cms/telemedecine/rcs-100-promotal-telemedecine.png')
    }
    .home-hero .home-hero-img .home-hero-img--dispositif .market-img {
        left: 51%;
        height: 8%;
        width: 5%;
        top: 29%;
    }
    .home-hero .home-hero-img .home-hero-img--tabouret {
        background-image: url('../../../../img/cms/telemedecine/tabouret-promotal-telemedecine.png')
    }
    .home-hero .home-hero-img .home-hero-img--tabouret .market-img {
        bottom: 81px;
        left: 41%;
        height: 29%;
        width: 10%;
    }
    .home-hero .home-hero-img .home-hero-img--logiciel {
        background-image: url('../../../../img/cms/telemedecine/logiciel-de-teleconsultation-promotal-telemedecine.png')
    }
    .home-hero .home-hero-img .home-hero-img--logiciel .market-img {
        top: 5%;
        left: 40%;
        height: 21%;
        width: 9%;
    }
    .home-hero .home-hero-img .market-img {
        position: absolute;
        bottom: 0;
        pointer-events: initial
    }
}

@media (min-width:1600px) {
    .home-hero .home-hero-img {
        padding-top: 525px;
        background-size: auto
    }
    .home-hero .home-hero-img:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 323px;
        background: #ede3d4;
        z-index: -1
    }
    .home-hero .home-hero-img [class^="home-hero-img--"] {
        margin: 0 auto;
        max-width: 1600px
    }
}

.title-telemedecine {
    text-transform: uppercase;
}

.text-cast {
    background-color: #036;
    color: #fff;
    padding: 0 10px;
}

.text-color {
    color: #0abaaf !important;
}

.lang-es .cbp-hrmenu-tab-7,
.lang-de .cbp-hrmenu-tab-7,
.lang-it .cbp-hrmenu-tab-7,
.lang-en .cbp-hrmenu-tab-7,
.lang-nl .cbp-hrmenu-tab-7 {
    display: none;
}

#back-to-top {
    bottom: 2rem;
    right: 8rem;
}

::selection {
    background: #5e9bd2;
    color: #FFF;
    text-shadow: none;
}

::-moz-selection {
    background: #5e9bd2; /* Firefox */
    color: #FFF;
    text-shadow: none;
}

::-webkit-selection {
    background: #5e9bd2; /* Safari */
    color: #FFF;
    text-shadow: none;
}

.btn-quote {
    color: #5e9bd2;
    background-color: #e5e6e7;
    border-color: #e5e6e7
}

.btn-quote:hover {
    color: #fff;
    background-color: #5e9bd2;
    border-color: #5e9bd2
}

.btn-quote.focus,
.btn-quote:focus {
    box-shadow: 0 0 0 .2rem hsla(208, 6%, 54%, .5)
}

.btn-primary:focus {
    box-shadow: 0 0 0 .2rem hsla(208, 6%, 54%, .5)
}

main {
    overflow: initial;
}
#wrapper {
    margin-top: 30px;
    border-top-left-radius: 10px;
}
#header,
#mobile-header,
#mobile-header-sticky.stuck-up.visible-stuck-up,
#mobile-header-sticky.stuck-up.visible-stuck-up-scroll {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #fff !important;
}
#content-wrapper {
    box-shadow: 4px 0 10px 3px rgba(180, 180, 180, 0.66);
    -moz-box-shadow: 4px 0 10px 3px rgba(180, 180, 180, 0.66);
    -webkit-box-shadow: 4px 0 10px 3px rgba(180, 180, 180, 0.66);
    padding-bottom: 30px;
    padding-top: 23px;
}
#index #content-wrapper {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}


@media (max-width: 530px) {
    #facets_search_center #search_filters .facet {
        width: 50% !important;
    }
}


h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Open Sans Condensed', sans-serif;
}



.rte-content h2, .rte-content h3, .rte-content h4, .rte-content h5, .rte-content h6,
.rte-content .h1, .rte-content .h2, .rte-content .h3, .rte-content .h4, .rte-content .h5, .rte-content .h6 {
    font-family: 'Open Sans Condensed', sans-serif;
    color: #5e9bd2;
}


.rte-content ul li {
    margin-bottom: .8rem;
}



.noborder { border: none !important; }
.center { text-align: center !important; }
.bgcolor { background: #e5e6e7 !important; }
.blue { color: #5e9bd2 !important; }
.dark-blue { color: #036 !important; }

em { font-style: normal !important; }

@media (max-width: 991px){
    .mb-xs-3 {
        margin-bottom: 1rem!important;
    }
}



#facets_search_center #search_filters .facet {
    width: 33.333%;
}



.checkbox_item_wp {
    padding: 10px;
}
.gformbuilderpro_content label {
    margin-bottom: 0;
}
input[type=checkbox], input[type=radio] {
    margin-right: 5px;
}
.form-group.capcha_box label {
    display: none;
}



#cms #wrapper .form-control,
#contact #wrapper .form-control,
#module-ph_simpleblog-single #wrapper .form-control {
    -moz-box-shadow: inset 2px 3px 6px 0 #cfcfcf;
    -webkit-box-shadow: inset 2px 3px 6px 0 #cfcfcf;
    -o-box-shadow: inset 2px 3px 6px 0 #cfcfcf;
    box-shadow: inset 2px 3px 6px 0 #cfcfcf;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#cfcfcf, Direction=146, Strength=6);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.gformbuilderpro_form label.required_label:after {
    color: #036;
}



#history #inner-wrapper.container,
#identity #inner-wrapper.container,
#order-slip #inner-wrapper.container,
#addresses #inner-wrapper.container,
#module-idxlopd-DeleteAccount #inner-wrapper.container,
#order-follow #inner-wrapper.container,
#my-account #inner-wrapper.container,
#order-detail #inner-wrapper.container,
#module-everpsquotation-quotations #inner-wrapper.container,
#module-everpsquotation-validation #inner-wrapper.container {
    padding-right: 0;
    padding-left: 0;
}
#history #main,
#identity #main,
#order-slip #main,
#addresses #main,
#module-idxlopd-DeleteAccount #main,
#order-follow #main,
#my-account #main,
#order-detail #main,
#module-everpsquotation-quotations #main,
#module-everpsquotation-validation #main {
    padding-right: 15px;
    padding-left: 15px;
}



#module-idxlopd-DeleteAccount .box {
    border: 1px solid hsla(0,0%,63%,.25);
    padding: 1rem;
    margin-bottom: 1rem;
}



select.form-control:not([size]):not([multiple]) {
    height: 2.7rem;
}



.form-control-select, select {
    background-image: none;
}



.input-group .input-group-btn>.btn {
    line-height: 20px;
}




.product-variants>.product-variants-item .custom-select2 {
    max-width: 100%;
}
.button-medium {
    background-color: #036;
    color: #fff;
}
.button-medium:hover {
    background-color: #5e9bd2;
    color: #fff;
}



.table-labeled .label {
    background-color: #036 !important;
}



.page-home nav {
    margin-top: -40px;
    background-image: linear-gradient(#427db3, #001c35);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-right: -25px;
    margin-left: -25px;
}
.page-home nav a {
    display: block;
    text-align: center;
    color: #fff !important;
    padding-top: .5rem;
    height: 100%;
}
.page-home nav a:hover {
    color: #5e9bd2 !important;
}
.page-home nav .col-lg-3 {
    border-right: 1px solid #9abad6;
    min-height: 173px;
}
@media (min-width:992px) and (max-width:1200px) {
    .page-home nav a h2 {
        font-size: .8rem;
    }
}



#iqithtmlandbanners-block-6 h1 {
    position: relative;
    display: block;
    top: -55px;
    margin-bottom: -50px;
    font-family: 'Open Sans Condensed', sans-serif;
    background-color: #5e9bd2;
    color: #fff;
    padding: 5px 10px;
    line-height: 1;
    text-transform: uppercase;
    font-size: 25px;
    width: 255px;
}


.elementor-element-rfzv8c3, .elementor-element-x986e1y {
    -moz-box-shadow: inset 10px 0 20px -15px #cfcfcf;
    -webkit-box-shadow: inset 10px 0 20px -15px #cfcfcf;
    -o-box-shadow: inset 10px 0 20px -15px #cfcfcf;
    box-shadow: inset 10px 0 20px -15px #cfcfcf;
}
@media (min-width: 768px) {
    #index .elementor-column.elementor-col-33 {
        width: 100%;
    }
}
@media (max-width: 991px) {
    #index .elementor-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .elementor-element-rfzv8c3, .elementor-element-x986e1y {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
    }
}



.ph_simpleblog .simpleblog-posts .post-additional-info {
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    background-color: #5e9bd2;
    color: #fff !important;
    padding: 5px 0;
    font-size: .9rem;
    text-transform: uppercase;
    font-weight: bold;
    width: 48px;
    height: 40px;
    opacity: 1;
}
.ph_simpleblog .simpleblog-posts h2 {
    color: #5e9bd2;
}



.page-title {
    color: #036;
    text-align: left;
    font-size: 1.57143rem;
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: solid 1px #036;
    margin-bottom: 0.8em;
    padding-bottom: 0.5em;
}



.product-info-row {
    background-color: #E5E5E5;
    padding-top: 30px;
    margin-bottom: 0;
}
.product_header_container {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.product-information {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid hsla(0,0%,63%,.25);
}
.btn.add-to-cart {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.btn.add-to-cart:hover {
    background: #00386A;
    color: #fff;
}
.btn.add-to-cart i {
    margin-left: .5em;
    margin-right: 0;
}
.product-variants {
    text-align: center;
}
.product-description .rte-content h2 {
    font-size: 2rem;
    color: #5e9bd2;
    text-transform: capitalize;
}
.product-description .rte-content h3 {
    color: #036;
    text-transform: capitalize;
    font-size: 1.25rem;
}
.product-description .rte-content h4 {
    text-transform: uppercase;
}
.rte-content ul {
    margin-bottom: .8rem;
}
.rte-content p {
    margin-bottom: 1.8rem;
}


.images-container-left .col-left-product-thumbs .mask,
.images-container-left .col-left-product-thumbs .slick-vertical {
    height: auto;
}



.category-description ul {
    margin-bottom: .8rem;
    padding-left: 12px;
}
.category-description li {
    position: relative;
    padding-left: 12px;
}
.category-description li:before {
    content: "\F105";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    font: normal normal normal 14px/1 FontAwesome;
    line-height: inherit;
    font-size: 13px;
    transition: all .2s cubic-bezier(.7,0,.3,1);
}
.category-description-bottom {
    margin-top: -4rem;
}



.attachment a {
    margin-top: 10px;
    display: inline-block;
}
[class^="picto-"],
[class*=" picto-"] {
    height: 42px;
    padding-left: 45px;
    background: transparent url('../img/fp-pictos-v2.png') no-repeat top left;
}
.picto-warranty {
    background-position: 0 -127px;
}
.picto-shipping {
    background-position: 0 -210px;
}
.picto-main-doc-clef {
    background-position: 0 -378px;
}
.picto-main-doc-notice {
    background-position: 0 -336px;
}
.picto-main-video-live {
    background-position: 0 -546px;
}
.picto-measures-1 {
    background-position: 0 -504px;
}

.picto-measures-2 {
    background-position: 0 -462px;
}

.picto-measures-6 {
    background-position: 0 -420px;
}

.picto-measures-7 {
    background-position: 0 -420px;
}



.after-cover-tumbnails .btn {
    text-transform: uppercase;
    letter-spacing: 1px;
}
.btn-configurator {
    background: #00386A;
    color: #fff;
    border: none 1px;
}
.btn-configurator:hover {
    background: #E5E5E5;
    color: #00386A;
}



section#products {
    margin-top: 30px;
}
section#products .js-product-miniature-wrapper {
    margin: 0;
    background: #e5e5e5;
}
section#products .js-product-miniature-wrapper.alternate_item {
    background: #FFF;
}
section#products .product-miniature {
    padding: 20px 10px;
}
section#products .product-title a {
    color: #5e9bd2;
}
section#products .product-title a:hover {
    text-decoration:underline;
}
section#products .products.row {
    margin-right: -15px;
    margin-left: -15px;
}
section#products .product-miniature-list .product-title {
    font-size: 18px;
    text-transform: uppercase;
}
section#products .product-description-short ul {
    margin-bottom: .8rem;
}
section#products .product-miniature-list .product-price-and-shipping,
#main-product-wrapper .product-info-row .product_price {
    background-color: #fff;
    padding: 15px;
    text-align: center;
    margin-bottom: 0;
}
section#products .product-miniature-list .product-price,
#main-product-wrapper .product-info-row .current-price {
    font-weight: bold;
    display: block;
    margin-bottom: .4rem;
}
section#products .before-price,
#main-product-wrapper .product-info-row .product-discount,
.product-prices .before-price {
    display: block;
    margin-bottom: .4rem;
}
section#products .product-add-cart a,
#module-ph_simpleblog-single .product-add-cart a {
    width: 100%;
    padding: 15px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}
section#products .product-has-discount,
#main-product-wrapper .has-discount .product_price,
#module-ph_simpleblog-single .product-has-discount {
    background-color: #FFCC00 !important;
}
section#products .product-has-discount .product-price,
#main-product-wrapper .has-discount .product-price,
#module-ph_simpleblog-single .product-has-discount .product-price {
    color: #EE600A;
}



#cms h2 {
    color: #036;
    text-transform: uppercase;
    text-align: center;
    font-size: 2rem;
    margin-bottom: 15px;
}
#cms h3 {
    margin: 0;
    color: #5e9bd2;
    text-transform: uppercase;
}
#cms .section-bg {
    background-color: #e5e6e7;
    margin-left: -15px;
    margin-right: -15px;
    padding: 20px 30px;
}



#content-wrapper .page-title {
    color: #fff;
    background-color: #036;
    padding: 5px 10px;
    margin-left: -15px;
    display: inline-block;
}



@media (max-width:575px) {
    #category .products-selection {
        position: inherit !important;
    }
}

#category #js-product-list-header {
    position: relative;
}
#category .products-selection {
    margin: 0;
    padding: 0;
    border-top: none;
    border-bottom: none;
    position: absolute;
    top: 33px;
    right: 15px;
}
.category-description {
    border-bottom: solid 1px rgba(74,63,63,0.15);
    margin-bottom: 0.8em;
    padding: 15px;
}
.category-description h2 {
    color: #036;
}
.category-description a {
    color: #5e9bd2 !important;
}
.category-description a:hover {
    color: #036 !important;
}
.category-grid {
    list-style: none;
    overflow: hidden;
    width: 100%;
}
.category-grid li {
    float: left;
    position: relative;
    padding: 60px 0;
    -webkit-backface-visibility: hidden;
}
.category-grid li:hover {
    color: #5e9bd2;
}
.category-grid li:before {
    height: 100%;
    top: 0;
    left: -1px;
    border-left: 1px dashed #ddd;
}
.category-grid li:after {
    width: 100%;
    height: 0;
    top: auto;
    left: 0;
    bottom: -1px;
    border-bottom: 1px dashed #ddd;
}
.category-grid li:after, .category-grid li:before {
    content: '';
    position: absolute;
}
.category-grid li a {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.category-grid li a, .category-grid li img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}



#iqitmegamenu-horizontal {
    padding-left: 15px;
    padding-right: 15px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.iqit-megamenu-container {
    padding: 0;
}
.cbp-hrmenu .cbp-hrsub-inner {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.cbp-hrmenu .cbp-menu-column {
    margin-top: 0;
}
.cbp-hrmenu .cbp-menu-column-inner {
    text-align: center;
}
.cbp-hrmenu .cbp-category-tree {
    text-align: left;
}
.menu-element-id-6 {
    margin-top: 30px;
}
.menu-element-id-27 {
    margin-top: 60px;
}


.col-header-lang {
    width: 10%;
}
#language_selector a {
    padding: 0 2px;
    opacity: 0.4;
}
#language_selector li.current a, #language_selector a:hover {
    opacity: 1;
}


.col-header-links ul:first-child {
    border-right: solid 3px #e3e3e3;
    padding-right: 10px;
    margin-right: 10px;
}



.col-header-search {
    margin-right: 20%;
}
.col-header-search .search-widget {
    max-width: 100%;
}
.col-header-search input {
    border-radius: 6px !important;
    -moz-box-shadow: inset 5px 5px 15px -5px #333;
    -webkit-box-shadow: inset 5px 5px 15px -5px #333;
    -o-box-shadow: inset 5px 5px 15px -5px #333;
    box-shadow: inset 5px 5px 15px -5px #333;
}



.col-header-contact {
    background: #1f3668;
    height: 87px;
    color: #fff;
    padding: 10px 15px;
    position: absolute;
    top: 0;
    right: 0;
}
.col-header-contact label {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
}
.col-header-contact select {
    background-image: none;
}
.lang-nl .col-header-contact,
.lang-nl #rev_slider_1_1 {
    top: 39px !important;
}


.my-account-page-content-wrapper .my-account-side-links {
    border-right: none;
    border-bottom: 1px solid hsla(0,0%,63%,.25);
    padding-bottom: 1rem;
    margin-bottom: 1.6rem;
    margin-right: 3px;
    margin-left: 3px;
}
.my-account-page-content-wrapper .my-account-side-links>a {
    display: inline-block;
    max-width: fit-content;
    border-bottom: none;
}
@media (max-width:991px) {
    .my-account-page-content-wrapper .my-account-side-links>a {
        max-width: 100%;
    }
}
.my-account-page-content-wrapper .my-account-side-links .btn {
    background: #e5e6e7;
    color: #5e9bd2;
    border: solid 1px #e3e3e3;
}
.my-account-page-content-wrapper .my-account-side-links .btn:hover {
    background: #5e9bd2;
    color: #fff;
}



#blockcart-content {
    background: #00386A;
    color: #fff;
    border: none;
    width: 100%;
    min-width: 240px;
    max-width: 100%;
    box-shadow: none;
}
#blockcart-content .cart-products a {
    color: #fff;
}
#blockcart-content .cart-products a:hover {
    color: #fff;
    text-decoration: underline;
}
@media (max-width:1199.98px) {
    #blockcart.row {
        margin-right: 0;
        margin-left: 0;
    }
}
#blockcart-content .cart-buttons a:hover {
    color: #00386A;
}
#blockcart-content span.float-xs-right i {
    font-size: 1.5rem;
    line-height: 28px;
}
#blockcart-content .cart-products .product-image img {
    max-width: 55px;
}



#iqithtmlandbanners-block-1 {
    text-align: center;
}
#iqithtmlandbanners-block-1 .col,
#iqithtmlandbanners-block-7 .col {
    border-bottom: 1px solid hsla(0,0%,63%,.25);
    padding-bottom: 1rem;
}
#iqithtmlandbanners-block-1 img,
#iqithtmlandbanners-block-7 img {
    margin-bottom: .5rem;
    box-shadow: 3px 0 9px 0 rgba(0,0,0,0.15);
}
#iqithtmlandbanners-block-7 img {
    float: left;
    margin-right: 25px;
}
#iqithtmlandbanners-block-1 h3,
#iqithtmlandbanners-block-7 h4 {
    color: #5e9bd2;
}
#iqithtmlandbanners-block-1 .expert-phone,
#iqithtmlandbanners-block-7 .expert-phone,
.header-top .expert-phone,
#footer .expert-phone {
    background-color: #5e9bd2;
    color: #fff;
    margin-top: 5px;
    padding: 2px 9px;
    border-radius: 15px;
    display: inline-block;
}



#iqithtmlandbanners-block-footer {
    background-image: linear-gradient(white, #dfdfdf);
}
#iqithtmlandbanners-block-footer .bloc-catalogue {
    background: url(../img/catalogue.png) no-repeat 10px 0;
    padding: 15px 10px 0 110px;
    height: 120px;
}
#iqithtmlandbanners-block-footer .bloc-call {
    background: url(../img/callme.png) no-repeat 12px 4px;
    padding: 15px 0 0 110px;
    height: 120px;
}
#iqithtmlandbanners-block-footer .bloc-app {
    background: url(../img/tab-app.png) no-repeat 15px 0;
    padding: 15px 0 0 125px;
    height: 120px;
}
#iqithtmlandbanners-block-footer h3 {
    margin: 0 0 10px;
    color: #5e9bd2;
    text-transform: uppercase;
}
#iqithtmlandbanners-block-6 img {
    margin: 0 auto;
    display: block;
    margin-bottom: .8rem;
}
#iqithtmlandbanners-block-6 .txtfooter {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    padding: 0 14px;
}
#iqithtmlandbanners-block-6 .phone {
    background-color: #5e9bd2;
    padding: 3px 7px;
    border-radius: 15px;
}
@media (max-width:1270px) {
    #iqithtmlandbanners-block-6 .phone {
        font-size: 11px;
    }
}



#iqithtmlandbanners-block-footer input {
    border-radius: 6px !important;
    -moz-box-shadow: inset 5px 5px 15px -5px #333;
    -webkit-box-shadow: inset 5px 5px 15px -5px #333;
    -o-box-shadow: inset 5px 5px 15px -5px #333;
    box-shadow: inset 5px 5px 15px -5px #333;
}
#iqithtmlandbanners-block-footer .search-btn {
    color: #5e9bd2;
}
#iqithtmlandbanners-block-footer .search-btn:hover {
    color: #036;
}
#iqithtmlandbanners-block-footer .search-widget {
    width: 80%;
}



#footer {
    margin: 0 auto 15px;
    background: url(../img/bg-footer.png) repeat-x 0 bottom #00386a;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: inset 5px 5px 15px -5px #000;
    z-index: 2;
}
#footer-copyrights {
    width: 100%;
    height: 58px;
    background: url(../img/img-footer.png) no-repeat center bottom;
}
#foot-img a {
    display: block;
    color: #fff;
    line-height: 17px;
}
#foot-img a:hover {
    text-decoration: underline;
    color: #fff;
}
#iqithtmlandbanners-block-5, #iqithtmlandbanners-block-5 img {
    margin: 0 !important;
}
.footer-before {
    margin-top: 30px;
}
.footer-before .block-iqitlinksmanager-6 {
    padding-bottom: 0 !important;
    padding-top: 13px;
}
.footer-before .block-links ul>li {
    margin-bottom: 0;
    margin-left: 1.2rem;
    display: inline-block;
}



#mobile-header,
#mobile-header-sticky.stuck-up.visible-stuck-up-scroll {
    background-color: #fff !important;
    box-shadow: 0 0 30px 0 #999;
    top: 35px;
}
#mobile-header-sticky.stuck-up.visible-stuck-up.visible-stuck-up-scroll {
    top: 0;
}
@media (max-width:575px) {
    #header .header-nav {
        display: block !important;
    }
}



#iqitcookielaw {
    background-color: #5e9bd2;
    max-width: 25%;
}
#iqitcookielaw .btn-primary {
    color:#fff;
    background-color:#1f3668;
    border-color:#1f3668;
}
#iqitcookielaw .btn-primary:hover {
    color:#5e9bd2;
    background-color:#dfdfdf;
    border-color:#dfdfdf;
}

@media (max-width:575px) {
    #iqitcookielaw {
        background-color: #5e9bd2;
        max-width: 94%;
    }
}



#index .fullwidthbanner-container {
    position: absolute;
    z-index: 0;
    width: 100%;
    top: 5px;
    left: 0;
}
@media (max-width: 767.98px) {
    #index .fullwidthbanner-container {
        top: 116px !important;
    }
}
#index #wrapper {
    width: 100%;
    z-index: 2;
    position: relative;
    margin: 395px auto 0;
}



.flex-caption {
    width: 96%;
    padding: 2%;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.3);
    font-size: 14px;
    line-height: 18px;
}

#product .product-flags .product-flag { font-size: 1rem; }