body {
    /*font-family: pragmatica-web, Helvetica, Arial, sans-serif;*/
    /*font-family: Noto Sans, sans-serif;*/
    font-size: 1rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /*color: #414141;*/
    color: #4E5054;
    line-height: 20px;
    font-family: "Poppins", "arial", "tahoma", sans-serif;
    background-color: #fff;
}

.sticky {
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px) ;
    transition: all 0.3s ease-in-out!important;
    z-index: 9990;
    background-color: #fffffff2 !important;

}

a {
    color: #101010;
    text-decoration: none;
}

img {
    max-width: 100%;
}

.subtitle {
    font-size: 0.8rem !important;
}

.title_block {
    font-size: 1.2rem;
}

.magasinheader {
    width: 100%;
}

#map-canvas img {
    width: unset;
}

span.file img {
    width: unset;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Poppins", "arial", "tahoma", sans-serif;
    color: #101010;
    line-height: 1.5em;
}

h1 {
    font-size: 27px;
    color: #101010;
}

h2 {
    font-size: 24px;
    color: #101010;
}

h3 {
    font-size: 18px;
    color: #101010;
}

h4 {
    font-size: 16px;
    color: #101010;
}

h5 {
    font-size: 14px;
    color: #101010;
}

h6 {
    font-size: 12px;
    color: #101010;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

@media (max-width: 767px) {
    .container > .row {
        margin-left: 0;
        margin-right: 0;
    }
}

.content.row, /* single row */
.content .row {
    /*background-color: white;*/
    padding-top: 20px;
    /*margin-left: -35px;*/
    /*margin-right: -35px;*/
    /*margin-left: -20px;*/
    /*margin-right: -20px;*/
}

.container {
    padding-left: 15px;
    padding-right: 15px;
}

#header_mobile {
    /*margin-bottom: 10px;*/
}

#header_mobile #nav-toggle {
    margin-top: 0;
    margin-right: 0;
    /*margin-left: 30px;*/
    position: absolute;
}

#header_mobile #nav-toggle i.material-icons {
    font-size: 32px;
    color: #4e5054;
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .navbar-header .collapse, .navbar-toggle {
        display: block !important;
    }

    .navbar-header {
        float: none;
    }
}

a.dropdown-toggle i.fa {
    position: absolute;
    right: 0;
    color: #fff;
}

@media (max-width: 544px) {
    .container {
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .container {
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 991px) {
    #header_desk {
        display: none !important;
    }

    #header_mobile {
        display: block;
        margin-top: 15px;
        margin-bottom: 10px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 100%;
        width: 992px;
    }

    #header_desk {
        display: block;
    }

    #header_mobile {
        display: none;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 100%;
        width: 1200px;
    }
}

a,
a:active {
    outline: 0 !important;
}

a.no-link-color {
    color: inherit;
}

body, html {
    height: 100%;
    font-size: 14px;
}


.padding-0 {
    padding: 0;
}

.animation {
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    -webkit-transition-property: height;
    transition-property: height;
}

.close_menu_block {
    background-color: #686769;
    /*margin: -20px -15px 0;*/
    padding: 20px 20px 0;

}

.dropdown-menu > li > a {
    color: #fff;
}

.dropdown-menu > li > a:hover {
    color: #fff;
}

.close_menu_title {
    text-align: left;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
}

.btn-mobile-nav-close {
    color: #fff;
    width: 50%;
}

.close_menu {
    display: inline-block;
}

@media (max-width: 767px) {

    h1 {
        /*font-size: 32px;*/
        margin-top: 10px;
    }

    hr {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    h1 {
        font-size: 18px;
    }

    h2 {
        font-size: 16px;
    }

    h3 {
        font-size: 15px;
    }

    h4 {
        font-size: 14px;
    }

    h5 {
        font-size: 13px;
    }

    h6 {
        font-size: 12px;
    }

    body {
        font-size: 12px;
    }
}

.widget-heading {
    position: relative;
}

.widget-heading.title_block::before {
    background-color: #52afc6;
    bottom: 1px;
    content: "";
    height: 2px;
    left: 10px;
    position: absolute;
    width: 35px;
    z-index: 2;
}

.widget-heading.title_block::after {
    display: block;
}

.title_block::after {
    bottom: 1px;
    background: #f0f0f0 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 10px;
    position: absolute;
    width: 75%;
    display: none;
}

#wrapper {
    min-height: 100%;
    position: relative;
}

#main {
    padding-bottom: 275px;
    background-color: #fff;
}

@media (max-width: 991px) {
    #main {
        padding-bottom: 420px;
    }
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: unset;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
    left: -45%;
    right: 0;
}

.navbar-default .navbar-nav > li > a .sp-menu-title {
    color: #101010;
}

.footer-background {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.share-icons {
    padding-top: 10px;
    font-size: 30px;
}

.share-icons .share-text {
    font-size: 15px;
    vertical-align: middle;
}

p.share-text {
    margin-bottom: 0;
}

.share-icons i.fa-twitter-square,
.share-icons i.fa-facebook-square {
    color: #686769;
    transition-property: color;
    transition-duration: 0.4s;
    transition-timing-function: ease-in;
}

.share-icons i.fa-facebook-square:hover {
    color: #44609d;
}

.share-icons i.fa-twitter-square:hover {
    color: #55acee;
}

/* checkbox */
.checkbox input[type=checkbox] {
    display: none;
}

.sidebar .checkbox label {
    padding-left: 28px;
}

.checkbox label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    left: -18px;
    bottom: 3px;
    background-color: #ffffff;
    margin-left: 20px;
}

.checkbox input[type=checkbox]:checked + label:before {
    content: "X";
    padding-top: 2px;
    margin-left: 20px;
    font-size: 13px;
    color: #a2a0a3;
    text-align: center;
    line-height: 15px;
    font-weight: 300;
}

/**********/
/* Header */
/**********/

.header-background {
    background-color: #fff;
    margin-bottom: 0;
    position: sticky;
    top: -15px;
    z-index: 100000;
    padding-block: 5px;
}

@media (min-width: 992px) {
    /* sm and up */
    .navbar {
        min-height: 63px;
    }

    .navbar-default .navbar-nav > li > a {
        margin-bottom: 0;
    }

    .navbar-nav li.active > a {
        /*border-bottom: 1px solid #969497;*/
        color: #2fb5d2;
    }

    .navbar-default .navbar-nav > .active > a {
        color: #2fb5d2;
    }

    .navbar-default .navbar-nav > li.active > a .sp-menu-title {
        color: #2fb5d2;
    }

    .yamm-fullwidth .dropdown-menu {
        padding-top: 0;
    }

    .menuBackground {
        height: 100px;
    }

    .menuBackground.open {
        position: absolute;
        left: 0;
        right: 0;
        background-color: #f7f7f7;
        border-bottom: 1px solid #e6e6e6;
        z-index: 500;
    }

    .dropdown-menu {
        opacity: 0.7;
        display: block !important;
        visibility: hidden;
        background-color: transparent;
        -webkit-transition-duration: 0.25s;
        transition-duration: 0.25s;
        -webkit-transition-property: opacity;
        transition-property: opacity;
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    .open .dropdown-menu {
        border-top: 2px solid #52afc6;
        box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.15);
        background: #fff none repeat scroll 0 0;
        padding: 25px 25px;
        opacity: 1;
        visibility: visible;

    }

    .yamm-content {

    }

    /* separtor lines between menu columns */
    .navbar div.col-sm-3 .section {
        /*border-right: 1px solid #dbdbdb;*/
        min-height: 150px;
        margin-right: 30px;
    }

    .navbar div.col-sm-3:last-child .section {
        margin-right: 0;
        border-right: none;
    }

    .yamm .yamm-content {
        padding: 0 20px;
    }

    /* align the first block in the submenu with the first item of the navbar */
    .yamm-content .row ul.col-sm-3:first-child,
    .yamm-content .row div.col-sm-3:first-child {
        margin-left: -10px;
        padding-left: 0;
    }

    .navbar li > a {
        padding: 0;
        margin: 10px;
    }

    .navbar li > a:hover {
        color: #101010;
    }

    .nav > li:nth-child(1) > a {
        margin-left: 0;
    }

    .nav .open > a,
    .nav > li > a:hover,
    .nav .open > a:hover,
    .nav .open > a:focus,
    .navbar li.open > a {
        /*border-bottom: 1px solid #969497;*/
        color: #2fb5d2 !important;
    }

    .nav .open > a .sp-menu-title,
    .nav > li > a:hover .sp-menu-title,
    .nav .open > a:hover .sp-menu-title,
    .nav .open > a:focus .sp-menu-title,
    .navbar li.open > a .sp-menu-title {
        /*border-bottom: 1px solid #969497;*/
        color: #2fb5d2 !important;
    }

    .navbar-default .navbar-nav > li.active > a > span.sp-menu-title::before {
        /*border-bottom: 1px solid #969497;*/
        background: #52afc6 none repeat scroll 0 0;
        top: 7px;
        content: "";
        display: block;
        height: 7px;
        left: calc(50% - 0.5px);
        position: absolute;
        right: auto;
        width: 1px;
    }

    .navbar-default .navbar-nav > li.active > a > span.sp-menu-title::after {
        /*border-bottom: 1px solid #969497;*/
        background: #52afc6 none repeat scroll 0 0;
        /*bottom: -7px;*/
        content: "";
        display: block;
        height: 7px;
        left: calc(50% - 0.5px);
        position: absolute;
        right: auto;
        width: 1px;
    }

    .nav .open > a > span.sp-menu-title::before,
    .nav > li > a:hover > span.sp-menu-title::before,
    .nav .open > a:hover > span.sp-menu-title::before,
    .nav .open > a:focus > span.sp-menu-title::before,
    .navbar li.open > a > span.sp-menu-title::before {
        /*border-bottom: 1px solid #969497;*/
        background: #52afc6 none repeat scroll 0 0;
        top: 7px;
        content: "";
        display: block;
        height: 7px;
        left: calc(50% - 0.5px);
        position: absolute;
        right: auto;
        width: 1px;
    }

    .nav .open > a > span.sp-menu-title::after,
    .nav > li > a:hover > span.sp-menu-title::after,
    .nav .open > a:hover > span.sp-menu-title::after,
    .nav .open > a:focus > span.sp-menu-title::after,
    .navbar li.open > a > span.sp-menu-title::after {
        /*border-bottom: 1px solid #969497;*/
        background: #52afc6 none repeat scroll 0 0;
        /*bottom: -7px;*/
        content: "";
        display: block;
        height: 7px;
        left: calc(50% - 0.5px);
        position: absolute;
        right: auto;
        width: 1px;
    }

    .navbar li p {
        margin-left: 10px;
    }

    .yamm .container {
        position: static;
    }

    .navbar li {
        line-height: 1.7em;
    }

    .nav .b2b .col-sm-3:first-child {
        width: 24%;
    }

    .nav .b2b .col-sm-3:nth-child(2) {
        width: 32%;
    }

    .nav .b2b .col-sm-3:nth-child(3) {
        width: 44%;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    /* separtor lines between menu columns */
    .navbar div.col-sm-3 .section {
        border-right: 1px solid #dbdbdb;
        min-height: 150px;
        margin-right: -10px;
    }

    .navbar div.col-sm-3:last-child .section {
        margin-right: 0;
        border-right: none;
    }
}

@media (max-width: 767px) {
    .dropdown-menu > li > a {
        white-space: normal;
    }

    .dropdown-menu > li > a,
    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus,
    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        /*color: #52afc6;*/
        background-color: unset;
    }

    .navbar-nav > li > a,
    .dropdown-menu > li > a {
        font-weight: 300;
        font-size: 16px;
    }
}

.navmenu ul.navbar-nav {
    margin-left: 20px;
    margin-right: 20px;
}

.navmenu .navbar-nav .open .dropdown-menu > li > a {
    line-height: 24px;
}

.navbar {
    /*font-family: 'source-sans-pro', sans-serif;*/
    font-family: "Poppins", "arial", "tahoma", sans-serif;
    font-weight: 300;
    font-size: 16px;
}

.nav-header {
    font-weight: normal;
    text-transform: uppercase;
    color: #000;
    min-height: 25px;
}

.navbar a, .navbar p {
    cursor: default;
}

.navbar .dropdown li > a {
    cursor: pointer;
    text-decoration: none;
}

.menu-title {
    font-weight: normal;
}

.navbar {
    border: none !important;
}

.dropdown-menu {
    box-shadow: none;
    border: none;
    font-size: 15px;
}

/* offcanvas menu */
nav.mobile-nav {
    background: #f7f7f7;
    display: block;
    height: 100%;
    overflow: auto;
    position: fixed;
    left: calc(70px - 100%);
    font-size: 16px;
    font-weight: 100;
    font-family: "Popins", sans-serif;
    top: 0;
    width: calc(100% - 70px);
    /*width:350px;*/
    z-index: 2000;
    transition: left 0.3s ease-in-out 0s;
    -webkit-transition: left 0.3s ease-in-out 0s;
    -moz-transition: left 0.3s ease-in-out 0s;
    -o-transition: left 0.3s ease-in-out 0s;
}

.nav-expanded nav {
    left: 0;
}

body.nav-expanded {
    margin-left: 0em;
    transition: right 0.4s ease-in-out 0s;
    -webkit-transition: right 0.4s ease-in-out 0s;
    -moz-transition: right 0.4s ease-in-out 0s;
    -o-transition: right 0.4s ease-in-out 0s;
}

@media (max-width: 991px) {
    .main-menu {
        margin-left: 20px;
        margin-right: 20px;
    }

    .mobile-nav .dropdown-menu {
        position: static;
        float: none;
        padding-top: 0;
        margin: 0;
        border: none;
        border-radius: 0;
        box-shadow: none;
    }

    nav.mobile-nav {
        font-size: 16px;
        font-weight: 300;
        color: #fff;
        background-color: #696767e8;
        z-index: 100009999;
        backdrop-filter: blur(20px);
    }

    .mobile-nav .main-menu > li {
        line-height: 40px;
        /*border-bottom: 1px solid #d7d7d7;*/
    }

    .mobile-nav .main-menu > li > a {
        font-size: 16px;
        font-weight: 300;
        background-color: #686769;
        color: #fff;
        display: block;
        width: 65%;
    }

    .dropdown-menu {
        background-color: #686769;
    }

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        background-color: #686769;
        font-size: 16px;
        font-weight: 100;
    }

    .mobile-nav .dropdown-backdrop {
        display: none;
        /* Bootstrap adds a backdrop to close the meny when clicking elsewhere, we don't want this,
           as we want to close the .mobile-nav when clicking outside */
    }

    .mobile-nav .dropdown > li > a {
        background-color: inherit;
    }

    /*a.dropdown-toggle .fa:after {*/
    /*content: "+";*/
    /*font-size: 28px;*/
    /*color: #fff;*/
    /*}*/
    /*.open a.dropdown-toggle .fa:after {*/
    /*content: '-'; !* TODO font aswesome *!*/
    /*}*/
    .mobile-nav li .caretmobile:before {
        color: #fff;
        content: "+";
        font-size: 28px;
        position: absolute;
        right: 0;
        top: -3px;
        width: 25%;
        text-align: right;
        padding-left: 5px;
        font-weight: 500;
        /*padding-top: 5px;*/
    }

    .mobile-nav li.open .caretmobile:before {
        color: #fff;
        content: "_";
        font-size: 28px;
        top: -10px;
        text-transform: uppercase;
        width: 25%;
        text-align: right;
        padding-left: 5px;
        font-weight: 500;
    }

}

@media (max-width: 767px) {
    /* xs */
    .logo-wrapper {
        /*position: absolute;*/
        /*top: 17px;*/
        /*left: 20px;*/
        /*z-index: 50;*/
    }

    .logo-wrapper img {
        width: 200px;
        margin-top: -16px;
    }

    .navbar-default {
        padding: 15px;
        background-color: #fff;
    }

    nav .navbar-header {
        background-color: #fff;
        margin: -15px;
        padding-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .logo-wrapper svg {
        margin-left: 25px;
        width: 300px;
        /*margin-top: -16px;*/
        /*margin-left: -15px;*/
    }
}

@media (min-width: 992px) {
    #lineheart-logo {
        display: flex;
        justify-content: space-around;
        height: 100%;
    }

    .logo-wrapper {
        height: 100px;
    }
}

@media (max-width: 767px) {
    #lh_footer_img {
        width: 45%;
        margin-bottom: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #lh_footer_img {
        width: 100%;
    }
}

@media (min-width: 992px) {
    #lh_footer_img {
        width: 65%;
    }
}

@media (min-width: 768px) {
    /* sm and up */
    .navbar ul.dropdown-menu > li > a,
    .navbar ul.list-unstyled > li > a {
        /*font-family: pragmatica-web, Helvetica, Arial, sans-serif;*/
        font-family: "Poppins", "arial", "tahoma", sans-serif;
        font-size: 13px;
    }

    .navbar ul.dropdown-menu > li > a:hover,
    .navbar ul.list-unstyled > li > a:hover {
        color: #2fb5d2 !important;
    }

    .navbar {
        border: none;
        border-top: 1px solid #b6b6b6;
        margin-top: 35px;
    }

    .navbar-nav > li > a {
        padding: 15px 0 7px 0;
        margin-top: 5px;
        margin-bottom: 13px;
    }

    .logo-wrapper {
        /*height: 100px;*/
        margin-bottom: 7px;
    }

    #lineheart-logo {
        width: 300px;
    }

    #apr-logo {
        position: absolute;
        right: 13px;
        top: 50%;
        margin-top: -28px;
    }
}

@media (max-width: 991px) {
    /* xs */
    /*.logo-wrapper {*/
    /*position: absolute;*/
    /*top: 17px;*/
    /*left: 20px;*/
    /*z-index: 50;*/
    /*}*/
    .logo-wrapper svg {
        /*width: 100%;*/
        /*margin-top: -16px;*/
    }

    .navbar-default {
        padding: 15px;
        background-color: #fff;
    }

    nav .navbar-header {
        background-color: #fff;
        margin: -15px;
        padding-bottoM: 30px;
    }

    .container {
        max-width: 100%;
        /*width: 100%;*/
        width: 750px;
    }
}

@media (max-width: 480px) {
    .logo-wrapper svg {
        margin-left: 25px;
        width: 250px;
        margin-top: 4px;
        /*margin-left: -15px;*/
    }
}

.overlay {
    display: none;
    position: absolute;
    z-index: 100;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    overflow: hidden;
}

.nav-expanded .overlay {
    display: block;
}

/* hamburger */

#nav-toggle {
    cursor: pointer;
    padding: 5px 35px 0 0;
    margin-top: 15px;
    margin-right: 15px;
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 3px;
    width: 30px;
    background: black;
    position: absolute;
    display: block;
    content: '';
}

#nav-toggle span:before {
    top: -10px;
}

#nav-toggle span:after {
    bottom: -10px;
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.nav-expanded #nav-toggle span {
    background-color: transparent;
}

.nav-expanded #nav-toggle span:before {
    top: 0;
}

.nav-expanded #nav-toggle span:after {
    bottom: 0;
}

.nav-expanded #nav-toggle span:before {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav-expanded #nav-toggle span:after {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

/* search */

.searchbox input[type="text"] {
    margin-top: 18px;
    background: url("../img/search_icon.c9db35571320.png") no-repeat 10px 4px #fcfcfc; /* TODO: wonky in firefox */
    background-size: 16px 16px;
    border: 1px solid #d1d1d1;
    font-size: 14px;
    color: #bebebe;
    width: 125px;
    padding: 4px 15px 4px 30px;
    border-radius: 20px;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    outline: none;
    line-height: 14px;
    height: 24px;
}

.searchbox input::-webkit-input-placeholder {
    line-height: 14px;
    padding-top: 4px;
    padding-left: 2px;
}

.searchbox input[type="text"]:focus {
    /*width: 200px;*/
    color: #686769;
}

.searchbox-phone input[type="text"] {
    /* TODO: refactor */
    margin: 14px 5px 10px 20px;
    background: url("../img/search_icon.c9db35571320.png") no-repeat 10px 8px #fcfcfc; /* TODO: wonky in firefox */
    background-size: 16px 16px;
    border: 1px solid #d1d1d1;
    font-size: 16px;
    color: #686769;
    width: calc(100% - 40px);
    padding: 6px 15px 6px 30px;
    border-radius: 20px;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    outline: none;
    line-height: 20px;
}

.searchbox-phone input::-webkit-input-placeholder {
    color: #686769;
}

.v2 {
    /*.searchbox-input {*/
    /*display: none;*/
    /*margin-top: 7px;*/
}

.sp-menu-title::before {
    top: -30% !important;
}

.sp-menu-title {
    position: relative;
}

.yamm-fw > a {
    text-underline: none !important;
}

.navbar-right {
    position: absolute !important;
    right: 0 !important;
}

.lh_nav {
    height: 35px;
}

.separator a {
    text-decoration: none !important;
    pointer-events: none !important;

}

.logo {
    width: 215px;
    height: 55px;
}

#lineheart-logo {
    display: flex;
    justify-content: space-around;
}

.apple-logo {
    width: 93px;
    position: relative;
    top: -10px;
    filter: brightness(0);
}

.line {
    height: 50px;
    width: 2px;
    background-color: #b7b7b7;
    position: relative;
}

.v2 input[type="text"] {
    background: url("../img/search_icon.c9db35571320.png") no-repeat 10px 6px #f7f7f7;
    background-size: 16px 16px;
    font-size: 14px;
    color: #bebebe;
    width: 20px;
    padding: 4px 15px 4px 20px;
    border-radius: 20px;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.3s ease 0s;

    outline: none;
    border: 1px solid rgba(247, 247, 247, 1);
    line-height: 14px;
}

.v2 input[type="text"]:focus {
    width: 125px;
    color: #686769;
    border: 1px solid rgba(209, 209, 209, 1);
    padding: 4px 15px 4px 30px;
}

.search-page-form {
    margin-bottom: 20px;
}

input.search,
.search-page-form input[type="text"] {
    background: url("../img/search_icon.c9db35571320.png") no-repeat 10px 8px;
    background-size: 16px 16px;
    font-size: 14px;
    border-radius: 20px;
    color: #686769;
    border: 1px solid rgba(209, 209, 209, 1);
    padding: 4px 15px 4px 30px;
    outline: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}

@media (max-width: 767px) {
    .search-page-form input[type="text"] {
        font-size: 16px;
    }
}

.search-page-form input[type="submit"] {
    border-radius: 20px;
    color: #686769;
    border: 1px solid rgba(209, 209, 209, 1);
}

/* autocomplete */

ul.ui-autocomplete {
    background-color: white;
}

.ui-menu .ui-state-focus {
    margin: 0 !important;
}

/* footer */

.footer-background {
    background-color: #3c3a3a;
}

.footer {
    padding-top: 30px;
    padding-bottom: 20px;
    font-weight: 300;
}

@media (max-width: 767px) {
    .footer {
        padding-top: 20px;
    }
}

.footer-middle {
    text-align: center;
}

.footer-middle,
.footer-middle a {
    color: #959595;
    font-size: 12px;
}

.footer-middle a:hover,
.footer-middle a:focus {
    color: #ffffff;
}

.footer-middle a {
    padding: 0 5px;
}

.footer-right {
    color: #ffffff;
    font-size: 10px;
}

.footer-right img {
    float: left;
    padding-right: 10px;
}

.leica p {
    color: #cfcfcf;
}

.boutique {
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
}

@media (min-width: 992px) {
    /* sm and up */
    .footer-left img {
        padding-left: 70px;
    }

    .conditions,
    .conditions a {
        font-size: 10px;
        padding-top: 10px;
    }

    .copyright {
        font-size: 10px;
        padding-top: 30px;
    }
}

.footer .post {
    padding: 20px 0 10px 0;
    color: #f7f7f7;
    font-size: 12px;
}

.footer .post p {
    padding-top: 17px;
}

/*.footer .leica {*/
/*padding: 20px 0 10px 0;*/
/*}*/

@media (max-width: 991px) {
    /* xs */
    .footer-left img {
        display: block;
        margin: 0 auto;
        padding: 0 0 20px 0;
        width: unset;
    }

    .footer {
        text-align: center;
    }

    .footer img {
        float: none;
    }

    .footer-right .post {
        padding: 0;
    }

    .footer .leica img,
    .footer .post img {
        padding-top: 20px;
    }

    .footer .post p {
        padding-top: 5px;
    }
}

.facebook-newsletter,
.post,
.leica {
    display: block;
    min-height: 30px;
}

#newsletter {
    background-color: #5c5c5c;
    border: none;
    color: #909090;
    padding: 5px;
    text-align: center;
    -webkit-appearance: none;
    border-radius: 0;
}

/* slider */

#slider {
    position: relative; /* positon and z-index to prevent text flicker when animating */
    z-index: 1;
}

@media (min-width: 768px) {
    /* sm and up */
    #slider {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .carousel-indicators {
        display: none;
    }
}

.carousel-control.right,
.carousel-control.left {
    background-image: none;
}

.carousel-control .icon-next, .carousel-control .fa-angle-right {
    right: 10%;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 50px;
    position: absolute;
}

.carousel-control .icon-next, .carousel-control .fa-angle-left {
    left: 10%;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 50px;
    position: absolute;
}

.carousel-indicators {
    bottom: -5px;
}

.carousel-indicators .active,
.carousel-indicators li {
    margin-right: 5px;
}

.carousel-indicators li {
    background-color: rgba(0, 0, 0, 0.05);
    border: 1px solid #fff;
}

.carousel-indicators .active {
    height: 10px;
    width: 10px;
    margin: 1px 5px 1px 1px;
    /*background-color: #8c8c8c;*/
}

/***************/
/* News Plugin */
/***************/

/* recent news */

.readmore {
    color: #686769;
}

.readmore:hover {
    color: #424142;
}

@media (max-width: 767px) {
    .breadcrumbs {
        display: none; /* no breadcrumbs on xs */
    }
}

.breadcrumbs {
    margin-bottom: 3px;
    color: #959595;
    font-weight: 300;
    /*font-family: "source-sans-pro", sans-serif;*/
    font-family: "Poppins", "arial", "tahoma", sans-serif;
    font-size: 30px;
}

.breadcrumbs a h1 {
    font-size: 30px;
}

a.breadcrumbs:hover {
    color: #686769;
}

.all-news {
    float: right;
    margin: 28px 0 0 0;
    color: #959595;
    font-weight: 300;
}

.all-news:hover {
    color: #686769;
    text-decoration: none;
}

@media (min-width: 768px) {
    .news-recent .all-news {
        position: absolute;
        bottom: 0;
        right: 20px;
        margin: 0;
    }
}

#news {
    padding-left: 0;
    padding-right: 0;
}

#link-block {
    padding-left: 0;
    padding-right: 0;
}

.news-item.simple {
    margin-top: unset;
    min-height: 50px;
    padding-left: unset;
    padding-right: unset;
    margin-bottom: 25px;
}

.news-item.simple a h4 {
    font-size: 14px;
    margin-bottom: 0;
}

.news-item.simple a p {
    margin-top: unset;
}

.news-item-simple-text {
}

@media (min-width: 768px) {
    .news-recent,
    .news-item {
        min-height: 300px;
    }

    .link-block-item {
        min-height: 350px;
    }

    .news-item {
        padding-left: 15px;
        padding-right: 15px;
    }

    .link-block-item {
        padding-left: 15px;
        padding-right: 15px;
    }

    /*#news .news-item:nth-child(2n) {*/
    /*padding-right: 5px;*/
    /*padding-left: 25px;*/
    /*}*/

}

@media (max-width: 767px) {
    .news-item p {
        padding-top: 10px;
    }

    .link-block-item p {
        padding-top: 10px;
    }

    #news {
        /*padding-left: 20px;*/
        /*padding-right: 20px;*/
    }

    #link-block {
        /*padding-left: 20px;*/
        /*padding-right: 20px;*/
    }
}

.news-item a p {
    color: #4E5054;
    margin-top: 25px;
}

.link-block-item a p {
    color: #4E5054;
}

.news-item p {
    font-weight: 300;
}

.link-block-item p {
    font-weight: 300;
}

.news-item h3 {
    margin-top: 20px !important; /* override .content h3 */
    line-height: 1.1em;
    color: #101010;
}

.link-block-item h3 {
    margin-top: 20px !important; /* override .content h3 */
    line-height: 1.1em;
    color: #101010;
}

@media (min-width: 768px) {
    .news-item h3 {
        height: 55px;
        overflow: hidden;
        text-align: center;
        line-height: 1.1em;
        font-size: 18px;
    }

    .link-block-item h3 {
        height: 55px;
        overflow: hidden;
        text-align: center;
        line-height: 1.1em;
        font-size: 18px;
    }

}

.news-item img {
    width: 100%;
}

.link-block-item img {
    width: 100%;
}

.news-recent h3 {
    margin-top: 0;
    margin-bottom: 20px;
}

.news-recent a {
    /*font-family: pragmatica-web, Helvetica, Arial, sans-serif;*/
    font-family: "Poppins", "arial", "tahoma", sans-serif;
    font-weight: 300;
    color: #4E5054;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 20px; /* fallback */
    max-height: 42px; /* fallback */
    /*number of lines to show*/
    /*-webkit-line-clamp: 2;*/
    /*-webkit-box-orient: vertical;*/
}

.news-recent a .title {
    /*font-family: source-sans-pro, Helvetica, sans-serif;*/
    font-family: "Poppins", "arial", "tahoma", sans-serif;
    font-size: 19px;
    color: #686769;
    padding-right: 5px;
}

.news-recent li {
    padding-bottom: 10px;
}

.news-row {
    /*background-color: white;*/
    padding-top: 20px;
}

.link-block-row {
    background-color: white;
    padding-top: 20px;
}

/*@media (min-width: 768px) {*/
/*.news-row:first-child {*/
/*margin-top: 20px;*/
/*}*/
/*}*/

.news-row-header {
    background-color: white;
    margin-left: -35px;
    margin-right: -35px;
}

.block-margin {
    margin-left: -35px;
    margin-right: -35px;
}

.news-row-header h2 {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .news-row-header h2 {
        margin-bottom: 0;
    }
}

.news-row:first-child {
    padding-top: 20px;
}

@media (min-width: 768px) {
    .news-body {
        margin-top: 20px; /* margin between news banner and body */
    }
}

.news-list {
    margin-top: 0;
    margin-bottom: 20px;
}

/* news list/search */

#mixitup-container {
    background-color: #ffffff;
}

#mixitup-container .mix {
    display: none;
}

#mixitup-container a {
    color: inherit;
    text-decoration: none;
}

.filter {
    color: #bababa;
}

.filter.active {
    color: #6c6c6c;
}

.news-item-text .date {
    padding-right: 5px;
}

.news-item-text {
    padding-bottom: 20px;
    width: 100%;
}

.news-item-text > a > h3 {
    margin-bottom: 10px;
}

.news-item-list .news-row {
    margin-top: 0;
}

.news-item-text div,
.news-item-text p {
    color: #959595;
}

/* magasins */

.magasin {
    margin-bottom: 20px;
}

.magasin p {
    font-weight: 300;
}

.magasin a {
    color: inherit;
    text-decoration: inherit;
}

.magasin h3 {
    margin: 20px 0;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center;
}

.magasin img {
    width: 100%;
}

.magasin-row {
    padding-top: 20px;
    background-color: white;
}

@media (min-width: 768px) {
    /* sm and up */
    .magasin-row {
        margin-top: 20px; /* margin between news banner and body */
        margin-left: -35px;
        margin-right: -35px;
    }

    .news-body {
        margin-left: -35px;
        margin-right: -35px;
    }
}

.magasin-hover-wrapper {
    position: relative;
}

@media (min-width: 768px) {
    /* sm and up */
    .magasin-hover {
        height: 0;
        width: 100%;
        background-color: rgba(126, 127, 126, 0.75);
        position: absolute;
        bottom: 0;
        right: 0;
        padding: 0 15px;
        overflow: hidden;
        color: #ffffff;
        text-align: center;
    }

    .magasin:hover .magasin-hover {
        height: 100%;
    }

    .magasin-hover h3 {
        margin-top: 40px;
        color: #ffffff;
        padding-bottom: 20px;
        border-bottom: 2px solid rgba(255, 255, 255, 0.76);
    }
}

.magasin-row .extra-content {
    margin-top: 20px;
}

#map-canvas {
    height: 400px;
    background-color: #cccccc;
}

.magasin-row #map-canvas {
    margin-top: 20px;
}

#map-canvas img {
    max-width: none
}

#map-canvas p {
    font-weight: 400;
}

/* joboffers */

.joboffers h4 {
    text-transform: uppercase;
}

.joboffers .intro {
    padding-bottom: 40px;
}

.joboffers .outro {
    padding-top: 40px;
}

.joboffers .content .row {
    padding-top: 0;
}

/***********/
/* content */
/***********/

.content {
    font-weight: 300;
}

.content b,
.content strong {
    /*font-weight: 400;*/
    /*color: #6f6e6e;*/
}

.content p:last-child {
    margin-bottom: 0;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
    margin-bottom: 20px;
    margin-top: 0;
}

@media (max-width: 991px) {
    .content img {
        margin-bottom: 10px;
    }

    .content.product h1, .content.product h2, .content.product h3, .content.product h4, .content.product h5, .content.product h6 {
        margin-top: 20px;
    }
}

.no-padding,
.content .row.no-padding,
.content.row.no-padding:last-child,
.content .cms_plugin:last-child > .row.no-padding:last-child,
.content :not(.cms_plugin) > .row.no-padding:last-child {
    padding: 0;
}

.row.gray {
    background-color: #f1f1f1;
    padding: 0;
}

.row.black {
    background-color: #000000;
    padding: 0;
}

/* TODO: is this a good idea? could remove the top-padding class with this */
.cms_plugin > .row.gray + .cms_plugin .row,
.row.gray + .row,
.cms_plugin > .row.black + .cms_plugin .row,
.row.black + .row {
    padding-top: 20px;
}

.row.gray h1,
.row.gray h2,
.row.gray h3,
.row.gray h4,
.row.gray h5,
.row.gray h6,
.row.black h1,
.row.black h2,
.row.black h3,
.row.black h4,
.row.black h5,
.row.black h6 {
    margin-top: 20px;
}

@media (max-width: 767px) {
    .row.gray .no-padding h1,
    .row.gray .no-padding h2,
    .row.gray .no-padding h3,
    .row.gray .no-padding h4,
    .row.gray .no-padding h5,
    .row.gray .no-padding h6,
    .row.gray .no-padding p,
    .row.black .no-padding h1,
    .row.black .no-padding h2,
    .row.black .no-padding h3,
    .row.black .no-padding h4,
    .row.black .no-padding h5,
    .row.black .no-padding h6,
    .row.black .no-padding p {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* nested row */
.content.row .row {
    padding-top: 0;
}

.content.product .row {
    padding-top: 0;
}

.content .row.top-padding,
.content.product .row.top-padding {
    padding-top: 20px;
}

@media (min-width: 992px) {
    .content.product .row.top-padding {
        padding-top: 60px;
    }
}

.content.product img {
    display: block;
    margin: 0 auto;
}

.content.row:last-child,
.content .cms_plugin:last-child > .row:last-child,
.content :not(.cms_plugin) > .row:last-child {
    padding-bottom: 20px;
}

.apple-product h1,
.apple-product h2,
.apple-product h3,
.apple-product h4,
.apple-product h5,
.apple-product h6 {
    /*font-family: "myriad-pro", sans-serif;*/
    font-family: "Poppins", "arial", "tahoma", sans-serif;
    padding-top: 50px;
}

.apple-product {
    /*font-family: "Lucida Grande", sans-serif;*/
    font-family: "Poppins", "arial", "tahoma", sans-serif;
    font-weight: 300;
}

.apple-product .content img {
    margin-bottom: 0;
}

.apple-product .content .col-xs-12 img {
    margin: 0 auto;
    display: block;
}

.cke-small-text {
    font-size: 12px;
}

.cke-desktop-footnotes {
    font-size: 12px;
    padding-top: 30px;
}

.apple-product .cke-desktop-footnotes {
    font-style: normal;
}

@media (min-width: 768px) {
    .cke-desktop-center {
        text-align: center;
    }

    .cke-desktop-center,
    .apple-product .cke-desktop-footnotes {
        padding-left: 100px;
        padding-right: 100px;
    }

    .specification {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (min-width: 992px) {
    .cke-desktop-center {
        text-align: center;
    }

    .cke-desktop-center,
    .apple-product .cke-desktop-footnotes {
        padding-left: 150px;
        padding-right: 150px;
    }

    .cke-desktop-top-padding,
    .apple-product .cke-desktop-top-padding {
        padding-top: 150px;
    }

    .specification {
        padding-left: 60px;
        padding-right: 60px;
    }
}

.specification p {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.specification p.no-border /* no border is applied with jQuery to p with img descendant */,
.specification p:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 10px;
}

.apple-product .content .col-xs-12.specification img,
.specification img {
    display: inline;
}

@media (max-width: 991px) {
    .sidebar {
        margin-top: 20px;
    }
}

@media (min-width: 768px) {
    .sidebar a[href^="tel:"] {
        color: inherit;
    }
}

.sidebar {
    background-color: #f2f2f2;
    padding: 20px;
}

.sidebar h1, .sidebar h2, .sidebar h3, .sidebar h4, .sidebar h5, .sidebar h6 {
    margin-top: 0;
}

.sidebar-images img {
    margin-top: 20px;
}

.news-detail h1 {
    font-size: 30px;
}

.news-detail .news-row-header hr {
    margin-bottom: 0;
    margin-top: 20px;
}

@media (max-width: 767px) {
    /* xs */
    #main .padding-0 h1 {
        padding: 0 20px;
    }

    .news-detail .padding-0 h1 {
        margin: 20px 0;
    }
}

.item-row {
    background-color: #ffffff;
}

.row .address-row {
    padding-top: 0;
}

.news-item-text.magasin–search-result {
    padding-bottom: 0;
}

.product-search-result img {
    max-width: 128px;
}

/* Slightly hacky: on xs we want to show h3 - img - p, on sm and up it's img - h3 - p.
  To achieve this, the extra_text_* placeholder is rendered above and below the img.
  The top version has p hidden permanently, and is visible only on xs. The h3 of bottom
  is hidden on xs. */

.static-news-item.top,
.static-news-item.top p {
    display: none;
}

@media (max-width: 767px) {
    .static-news-item.bottom h3 {
        display: none;
    }

    .static-news-item.top {
        display: block;
    }
}

#pec-form {
    margin-bottom: 20px;
}

#pec-error {
    display: none;
}

#pec-result {
    color: #686769;
}

.row.preview {
    position: relative;
}

.row.preview::before {
    position: absolute;
    color: #ebccd1;
    content: 'PREVIEW';
}

/* ck editor styles */

.cke-price {
    background: #eeeeee;
    border: 1px solid #cccccc;
    padding: 5px 10px;
}

.cke-table {
    width: auto;
}

table {
    font-weight: 300;
    font-size: 15px;
}

.highlighted {
    background-color: #fcf8e3;
}

.contact-form .form-control {
    color: #959595;
    padding: 5px 0;
    height: auto;
    background: none;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #959595;
    box-shadow: none !important;
    -webkit-transition: border .25s ease-out;
    transition: border .25s ease-out;
}

.contact-form select.form-control {
    border-bottom: none;
}

.contact-form .form-group.error .form-control {
    /*color: red;*/
    border-color: red;
}

.contact-form .error-message {
    color: red;
}

/* fix menu item lineheight */
#cms_toolbar .cms_toolbar-item-navigation > li:first-child > a span {
    line-height: 20px !important;
}

.brand a {
    color: #767676;
    text-decoration: underline;
    font-weight: 400;
}

.brand {
    float: left;
    width: 25%;
    padding: 5px 40px;
    -webkit-transition: color 0.25s ease-out;
    transition: color 0.25s ease-out;
    font-weight: 300;
}

@media (max-width: 767px) {
    .brand {
        padding: 10px 10px 10px 20px;
        width: 100px;
    }
}

.brand.dimmed a,
.brand.dimmed {
    color: #e8e8e8;
}

.brands-list .search-wrapper {
    margin: 0 auto;
    display: block;
    width: 200px;
}

.brands-list .search {
    border-radius: 20px !important;
    margin: 20px 0;
    outline: none;
    box-shadow: none;
    border: 1px solid #d1d1d1;
}

div.empty {
    height: 27px;
}

.google-map-container img {
    max-width: none;
}

.google-map-container {
    margin-top: 20px;
}

.news-back-link {
    margin-top: 20px;
}

.promo {
    padding-top: 20px;
}

.promo h2 {
    padding-top: 20px;
}

@media (min-width: 768px) {
    .promo-text {
        padding-top: 20px;
    }
}

.promo-img-wrapper {
    text-align: center;
}

.promo-link {
    float: right;
}

.stock-red {
    color: #a94442;
}

.stock-orange {
    color: #8a6d3b;
}

.stock-green {
    color: #3c763d;
}

h3 .stock {
    padding-left: 3px;
}

#impliedsubmit {
    color: #686769;
}

.control-design-self {
    top: 70px;
    bottom: 70px;
    width: 5%;
}

@media (max-width: 767px) {

    .table-desktop-display {
        display: none;
    }

}

@media (min-width: 768px) {
    .table-mobile-display {
        display: none;
    }

}

.mini-banner-slider {
    padding-left: 20px;
    padding-right: 0;
}

.mini-banner-slider-wrapper {
    margin-top: -8px;
    margin-bottom: -8px;
}

.mini-banner-slider-item {
    padding-top: 8px;
    /*padding-bottom: 8px;*/
    overflow: hidden;
    max-height: 207px;
}

.slider-banner-wrapper {
    padding-left: 20px;
}

@media (max-width: 481px) {
    .mini-banner-slider-item {
        width: unset !important;
    }
}

/*@media (max-width: 767px) {*/
/*.mini-banner-slider-item {*/
/*width: 50%;*/
/*height: auto;*/
/*max-height: inherit !important;*/
/*float: left;*/
/*padding-left: 10px;*/
/*padding-right: 10px;*/
/*}*/
/*}*/

@media (max-width: 767px) {
    .mini-banner-slider {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 15px;
    }

    .mini-banner-slider-item {
        max-height: unset;
    }

    .slider-banner-wrapper {
        padding-left: 0;
        margin-top: 10px;
    }

    #slider_with_mini_banner {
        margin-right: 0;
        margin-left: 0;
    }
}

.sticky {
    z-index: 9990;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.12);
}

.widget-blogs {
    margin-right: -20px;
    margin-left: -20px;
    padding-top: unset !important;
}

.widget-blogs div[class^='col-'] {
    padding-right: unset;
    padding-left: unset;
}

.widget-blogs div.widget-blog {
    background-color: #f2f2f2;
    /*padding: 15px 15px;*/
    /*margin: 5px 5px;*/
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    /*min-height: 361px;*/
}

@media (min-width: 992px) {

    .widget-blogs div.widget-blog .desktop_image {
        display: unset;
    }

    .widget-blogs div.widget-blog .tablet_image {
        display: none;
    }

    .widget-blogs div.widget-blog .mobile_image {
        display: none;
    }

}

@media (min-width: 768px) {

    .widget-blogs div.widget-blog .desktop_image {
        display: none;
    }

    .widget-blogs div.widget-blog .tablet_image {
        display: unset;
    }

    .widget-blogs div.widget-blog .mobile_image {
        display: none;
    }

}

@media (max-width: 767px) {

    .widget-blogs div.widget-blog .desktop_image {
        display: none;
    }

    .widget-blogs div.widget-blog .tablet_image {
        display: none;
    }

    .widget-blogs div.widget-blog .mobile_image {
        display: unset;
    }

}

.widget-blogs div.widget-blog .widget-blog-text {
    position: absolute;
    top: 20px;
    left: 35px;
    right: 35px;
    padding-top: 20px;
    padding-left: 55px;
    padding-right: 55px;
    min-height: 100%;
    /*padding-bottom: 35px;*/

}

@media (max-width: 767px) {
    .widget-blog {
        background-image: var(--background-mobile);
        min-height: var(--mobile-min-height);
        max-height: var(--mobile-min-height);
        height: var(--mobile-min-height);

    }

    .widget-blogs div.widget-blog .widget-blog-text {
        position: absolute;
        top: 10px;
        left: 35px;
        right: 35px;
        padding-top: 20px;
        padding-left: unset;
        padding-right: unset;
        /*padding-bottom: 35px;*/

    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .widget-blog {
        background-image: var(--background-tablet);
        min-height: var(--tablet-min-height);
        max-height: var(--tablet-min-height);
        height: var(--tablet-min-height);
    }

    .widget-blogs div.widget-blog .widget-blog-text {
        position: absolute;
        top: 10px;
        left: 35px;
        right: 35px;
        padding-top: 20px;
        padding-left: unset;
        padding-right: unset;
        /*padding-bottom: 35px;*/

    }

}

@media (min-width: 992px) and (max-width: 1199px) {
    .widget-blog {
        background-image: var(--background-desktop);
        min-height: var(--desktop-min-height);
        max-height: var(--desktop-min-height-height);
        height: var(--desktop-min-height-height);
    }

    .widget-blogs div.widget-blog .widget-blog-text {
        position: absolute;
        top: 10px;
        left: 35px;
        right: 35px;
        padding-top: 20px;
        padding-left: unset;
        padding-right: unset;
        /*padding-bottom: 35px;*/

    }

}

@media (min-width: 1200px) {
    .widget-blog {
        background-image: var(--background-desktop);
        min-height: var(--desktop-min-height);
        max-height: var(--desktop-min-height-height);
        height: var(--desktop-min-height-height);
    }

    .widget-blogs div.widget-blog .widget-blog-text {
        position: absolute;
        top: 10px;
        left: 35px;
        right: 35px;
        padding-top: 20px;
        padding-left: 25px;
        padding-right: 25px;
        /*padding-bottom: 35px;*/

    }

}

.widget-blogs div.widget-blog a {
    color: unset;
}

.widget-blogs div.widget-blog a:hover {
    color: unset;
}

.widget-blogs div.widget-blog .widget-blog-text p {
    /*line-height: 1em;*/
    line-height: 20px;
}

.widget-blogs div.widget-blog .widget-blog-text h3 {
    margin-top: 30px;
    margin-bottom: 25px;
    text-align: center;
}

.widget-blogs div.widget-blog .widget-blog-text h3.header {
    margin-top: 30px;
    margin-bottom: 25px;
    text-align: center;
}

.widget-blogs div.widget-blog .widget-blog-button {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    bottom: 25px;
    left: 35px;
    right: 35px;
    text-align: center;
}

.widget-blogs div.widget-blog .widget-blog-button a.blue-btn {
    background: #2fb5d2;
    color: #FFF;
    display: inline-block;
    padding: 0 15px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    line-height: 36px;
    border: 1px solid #2fb5d2;
    border-radius: 2px;

}

.widget-blogs div.widget-blog .widget-blog-button a.white-btn {
    background: #FFF;
    color: #101010;
    display: inline-block;
    padding: 0 15px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    line-height: 36px;
    border: 1px solid #FFF;
    border-radius: 2px;

}

#lh_breadcrumb ul li {
    display: inline-block;
    line-height: 40px;
    margin-left: 10px;
    margin-right: 10px;
    vertical-align: middle;
}

#lh_breadcrumb ul li > a::before {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    content: ">";
    display: block;
    height: 13px;
    left: -14px;
    position: absolute;
    top: -8px;
    width: 1px;
}

#lh_breadcrumb ul li > a.first::before {
    content: "";
}

#lh_breadcrumb ul li > a:hover {
    color: #52afc6;
    text-decoration: underline;
}

#lh_breadcrumb ul li > a.active {
    color: #101010;
}

#lh_breadcrumb ul li > a.active:hover {
    color: #101010;
    text-decoration: underline;
}

#lh_breadcrumb ul li > a {
    color: #a4a4a4;
    font-weight: 300;
    position: relative;
}

#lh_breadcrumb ul li span.separator {
    display: none;
}

#lh_breadcrumb ul {
    padding-inline-start: 0;
    margin-left: -15px;
    margin-top: 5px;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    #lh_breadcrumb {
        display: none;
    }

}

.category-lists-data {
    position: relative;
    display: table;
    width: 100%;
}

.category-lists-data .images {
    padding: 0px 0 0px;
    width: 40%;
    float: left;
}

.category-lists-data:hover img {
    transform: scale(1.3);
}

.category-lists-data img {
    width: auto !important;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
}

.category-lists-data img {
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transition: all 0.7s ease 0s;
    max-width: 100%;
}

.category-lists-data a {
    display: block;
    overflow: hidden;
}

.category-lists-data .category_info {
    width: 60%;
    float: left;
}

.category_info {
    height: 100%;
    position: absolute;
    right: 0;
}

.category_info_inner {
    display: table;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.category_info_wrapper {
    display: table-cell;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

.category-lists-data a.name-cate, .category-lists-data a.view-all-cate {
    display: inline-block;
}

.category-lists-data a.name-cate {
    color: #101010;
    font-size: 18px;
    font-weight: 300;
}

.category-lists-data .btn-view {
    display: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
    #slider-plugin {
        height: 336px;
    }

    .carousel-inner {
        height: 100%;
    }

    .carousel-inner > .item {
        height: 100%;
    }

    .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        height: 100%;
        object-fit: cover;
    }

    div.row.sidebar-content {
        margin-left: -40px;
        margin-right: -40px;
    }

}

@media (min-width: 1200px) {
    #slider-plugin {
        height: 406px;
    }

    .carousel-inner {
        height: 100%;
    }

    .carousel-inner > .item {
        height: 100%;
    }

    .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        height: 100%;
        /*object-fit: cover;*/
    }

    div.row.sidebar-content {
        margin-left: -35px;
        margin-right: -35px;
    }

}


.shop-now-selector {
    color: #2fb5d2;
}

.social-brands {
    text-align: right;
}

@media (max-width: 767px) {
    .social-brands {
        margin-top: 15px;
        text-align: center;
    }
}


.social-brands a {
    color: #fff;

}

.social-brands a:hover {
    color: #fff;

}

.social-brands .fa-brands {
    font-size: 32px;
    color: #fff;
}