@font-face {
    font-family: 'flamabold';
    src: url('../fonts/flama-bold-webfont.woff2') format('woff2'), url('../fonts/flama-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.kewpress .flamabold {
    font-weight: normal;
    font-family: 'flamabold';
}
.kewpress body,
.kewpress input,
.kewpress textarea,
.kewpress select,
.kewpress button {
    color: #666;
    font-size: 1.8rem;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    line-height: 1.6;
}
.kewpress a,
.kewpress a:active,
.kewpress a:focus {
    color: #888;
    text-decoration: underline;
}
.kewpress a:hover,
.kewpress .current-menu-item > a,
.kewpress .current-page-item > a,
.kewpress .current-page-ancestor > a {
    color: #333333;
    text-decoration: underline;
}
.kewpress h1,
.kewpress h2,
.kewpress h3,
.kewpress h4,
.kewpress h5,
.kewpress h6,
.kewpress .h1,
.kewpress .h2,
.kewpress .h3,
.kewpress .h4,
.kewpress .h5,
.kewpress .h6 {
    color: #333;
    font-weight: 300;
    line-height: 1.3;
}
.kewpress h1,
.kewpress .h1 {
    font-size: 4.5rem;
}
.kewpress h2,
.kewpress .h2 {
    font-size: 3.1rem;
}
.kewpress h3,
.kewpress .h3 {
    font-size: 2.8rem;
}
.kewpress h4,
.kewpress .h4 {
    font-size: 2.5rem;
}
.kewpress h5,
.kewpress .h5 {
    font-size: 2.2rem;
}
.kewpress h6,
.kewpress .h6 {
    font-size: 1.9rem;
}
.kewpress .light {
    font-weight: 300;
}
.kewpress .regular {
    font-weight: 400;
}
.kewpress .semibold {
    font-weight: 600;
}
.kewpress .bold,
.kewpress .strong,
.kewpress strong,
.kewpress b {
    /* Par defaut -> font-weight: bold; */
    /* Si Google Font -> font-weight: 700 (800 ou 900) */
    /* Si Font importée -> font-weight: normal; font-family: "nexa bold"; */
    font-weight: 700;
}
.kewpress .white {
    color: #fff;
}
.kewpress .bg-black {
    background: #000;
    color: #fff;
}
.kewpress .bg-black a {
    color: #fff;
}
.kewpress .bg-darkgray {
    background: #222222;
    color: #fff;
}
.kewpress .bg-darkgray a {
    color: #fff;
}
.kewpress .bg-white {
    background: #fff;
}
.kewpress button .fa {
    margin-right: 0;
}
.kewpress input,
.kewpress textarea,
.kewpress select {
    box-shadow: none !important;
    /*padding: 7px;*/
}
.kewpress input:not([type="button"]):not([type="submit"]),
.kewpress textarea,
.kewpress select {
    border: 0;
    border-radius: 0;
}
.kewpress #newsletter input:not([type="button"]):not([type="submit"]) {
    border-bottom: 1px #000 solid;
}
.kewpress button .fa {
    margin-left: 10px;
}
.kewpress #newsletter button .fa {
    margin-left: 0;
}
.kewpress input:not([type="button"]):not([type="submit"]):focus,
.kewpress textarea:focus,
.kewpress select:focus {
    background-color: #f8f8f8;
}
.kewpress .table-container {
    background: #fff;
}
.kewpress #header {
    position: fixed;
    width: 100%;
    /*top: 0;*/
    left: 0;
    z-index: 1000;
    background: #fff;
    padding: 5px 0;
    transition: box-shadow 0.3s ease;
    max-height: 88px;
}
.kewpress body.scrolled #header {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.kewpress #oldie-warning {
    display: none;
    background: #fff6b1;
}
.kewpress #oldie-warning a {
    text-decoration: underline;
}
.kewpress html.ltie11 #header {
    position: static;
}
.kewpress html.ltie11 #main {
    padding-top: 0;
}
.kewpress html.ltie11 #oldie-warning {
    display: block;
}
.kewpress #header a {
    text-decoration: none;
    font-size: 14px;
    color: #666666;
    font-weight: normal;
}
.kewpress #header-top a {
    color: #fff;
}
.kewpress #header-bottom {
    position: relative;
}
.kewpress #header-bottom #menu {
    /*position: static;*/
    margin-left: 0;
    /*margin-top: 24px;*/
}
.kewpress #header-menu {
    text-transform: uppercase;
    font-size: 1.8rem;
}
.kewpress #header-menu a {
    color: #666666;
}
.kewpress #header-menu a:hover {
    color: #333 !important;
}
.kewpress #header-menu > li.menu-item-has-children > a::after {
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-left: 5px;
}
.kewpress #header-menu > li {
    margin-left: 10px;
}
.kewpress #header-menu .sub-menu {
    position: absolute;
    background: #fff;
    margin: 0;
    margin-left: -12px;
    visibility: hidden;
    opacity: 0;
    transition: visibility .2s ease, opacity .2s ease;
    /*transform: translateY(-3px);*/
    font-size: .9em;
    padding-top: 10px;
}
.kewpress #header-menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    /*transform: translateY(0);*/
}
.kewpress #header-menu .sub-menu a {
    padding: 3px 13px 3px 29px;
    color: #888;
    display: block;
}
.kewpress #header-menu .sub-menu a::before {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    margin-top: 4px;
    left: 15px;
}
.kewpress #mykewlox {
    display: inline-block;
    padding: 0 10px;
}
.kewpress #wpml-menu {
    margin-left: 5px;
}
.kewpress #wpml-menu a {
    color: #666666;
    font-size: 14px;
    line-height: 1.3em;
    font-weight: 400;
    padding: 10px;
}
.kewpress #wpml-menu #wpml-menu-other-langs {
    background: #000;
}
.kewpress #main {
    padding-top: 90px;
}
.kewpress #footer a {
    text-decoration: none;
}
.kewpress #head {
    /*background-image: url(../img/bgs/bg-default-header.jpg);*/
    background-color: #f5f5f5;
    background-position: 50% 0%;
    background-repeat: no-repeat;
    min-height: 600px;
}
.kewpress #head h1,
.kewpress #head .h1 {
    line-height: 1.2;
}
.kewpress #head h1:last-child,
.kewpress #head .h1:last-child {
    margin-bottom: 0;
}
.kewpress #head > div {
    position: relative;
    z-index: 1;
}
.kewpress #head::after {
    content: "";
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: .3;
    display: none;
}
.kewpress body.home #head,
.kewpress body.news #head {
    /*background-image: url(../img/bgs/bg-home-header.jpg);*/
}
.kewpress body.concept #head,
.kewpress body.services #head {
    color: #fff;
    /*background-image: url(../img/bgs/bg-concept-header.jpg);*/
}
.kewpress body.concept #head *,
.kewpress body.services #head * {
    color: #fff;
}
.kewpress body.inspiration #head {
    /*background-image: url(../img/bgs/bg-concept-header.jpg);*/
}
.kewpress body.home #head .h1 {
    text-align: right;
}
.kewpress #head #squares ul {
    width: 400px;
    height: 400px;
    font-size: 1.9rem;
    background: rgba(255, 255, 255, 0.3);
}
.kewpress #head #squares li {
    float: left;
    width: 50%;
    height: 200px;
}
.kewpress #head #squares a {
    width: 100%;
    height: 100%;
    align-items: center;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    color: #333;
}
.kewpress html.ltie10 #head #squares a {
    display: block;
}
.kewpress #head #squares strong {
    display: block;
    font-size: 2.4rem;
}
.kewpress #head #squares li a:hover {
    background: rgba(255, 255, 255, 0.85);
    transform: scale(1.05);
}
.kewpress #inspirations {
    font-size: 2em;
}
.kewpress #inspirations-gallery .row > div:not(:first-child) {
    margin-top: 30px;
}
.kewpress #inspirations-gallery a img {
    width: 100%;
    transition: all .3s ease;
}
.kewpress #inspirations-gallery a:hover img {
    transform: scale(1.05);
    opacity: 1;
}
.kewpress #concept {
    /*background: url(../img/bgs/bg-home-concept.jpg) 50% 50% no-repeat;*/
    background-size: cover;
}
.kewpress #concept-gallery {
    margin-top: 60px;
}
.kewpress #concept-gallery figure a {
    display: block;
    overflow: hidden;
}
.kewpress #concept-gallery figure a img {
    width: 100%;
    transition: all .3s ease;
    transform: translateY(25px);
}
.kewpress #concept-gallery .flex > div:hover img {
    transform: translateY(0);
}
.kewpress #newsletter .h2 {
    margin: 0;
}
.kewpress #easyuse-content > div {
    max-width: 250px;
    margin: 0 auto;
}
.kewpress #easyuse-gallery {
    margin-top: -250px;
}
.kewpress #newsletter .social {
    font-size: 6rem;
    margin: 0 auto;
    margin-top: 80px;
    max-width: 60%;
}
.kewpress #footer .social {
    font-size: 2rem;
}
.kewpress #footer .social li:not(:first-child) {
    margin-left: 10px;
}
.kewpress #footer {
    font-size: 1em;
    line-height: 1.3;
    margin-top: 30px;
}
.kewpress #footer * {
    color: #fff;
}
.kewpress #footer .sub-menu a {
    font-size: 14px;
    font-weight: 300;
    opacity: .8;
}
.kewpress #footer .menu > .menu-item-has-children > a {
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
}
.kewpress #footer .menu a:hover {
    opacity: 1;
}
.kewpress #bykewlox .step-content {
    font-size: 1.8em;
}
.kewpress #bykewlox .step-number {
    font-size: 3.3em;
    color: #333;
    margin-bottom: 50px;
    position: relative;
}
.kewpress #bykewlox .step-number::after {
    content: '';
    background: #333;
    height: 10px;
    border-radius: 4px;
    position: absolute;
    bottom: 2px;
    width: 55px;
    left: 50%;
    margin-left: -27px;
}
.kewpress #bykewlox .step {
    margin: 25px 0;
}
.kewpress #bykewlox .step:nth-child(n+2) .step-column:nth-child(1) {
    -ms-flex-order: 2;
    order: 2;
}
.kewpress #bykewlox .step:nth-child(n+2) .step-column:nth-child(2) {
    -ms-flex-order: 1;
    order: 1;
}
.kewpress #bykewlox .step:nth-child(n+2) .step-column:nth-child(3) {
    -ms-flex-order: 3;
    order: 3;
}
.kewpress #bykewlox .step:nth-child(n+3) .step-column:nth-child(1) {
    -ms-flex-order: 2;
    order: 2;
}
.kewpress #bykewlox .step:nth-child(n+3) .step-column:nth-child(2) {
    -ms-flex-order: 3;
    order: 3;
}
.kewpress #bykewlox .step:nth-child(n+3) .step-column:nth-child(3) {
    -ms-flex-order: 1;
    order: 1;
}
.kewpress #advantages figure img {
    height: 100px;
}
.kewpress #advantages figure figcaption {
    font-size: 1.4em;
    font-weight: 700;
    margin-top: 40px;
    color: #333;
}
.kewpress #advantages-keys {
    margin-top: 60px;
}
.kewpress #products-nav {
    font-size: 1.2em;
    max-width: 900px;
    margin-bottom: 25px;
}
.kewpress #products-nav li {
    float: left;
    margin-right: 2px;
    margin-bottom: 2px;
}
.kewpress #products-nav a {
    color: #fff;
    background: #333333;
    display: block;
    padding: 10px 15px;
    text-decoration: none;
}
.kewpress #products-nav a:hover {
    background: #000000;
}
.kewpress #products-nav li.current-page-item a {
    background: #000000;
    font-weight: 600;
}
.kewpress .masonry {
    margin-left: -10px;
}
.kewpress .masonry a {
    text-decoration: none;
}
.kewpress .masonry a.product {
    font-size: 1.5em;
    display: block;
    color: #666;
    line-height: 1.1;
}
.kewpress .masonry a.product:hover {
    color: #333;
}
.kewpress .masonry a.product .product-author,
.kewpress .masonry a.product .product-size {
    transition: all .3s ease;
    color: #aaa;
}
.kewpress .masonry a.product:hover .product-author,
.kewpress .masonry a.product:hover .product-size {
    color: #333;
}
.kewpress .masonry figure {
    position: relative;
}
.kewpress .masonry figure img {
    display: block;
    margin: 0 auto;
}
.kewpress .masonry figure .product-price {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-size: 1.4em;
    background: #000000;
    padding: 5px 10px;
    color: #fff;
}
.kewpress #products .masonry a figure {
    transition: all .2s ease;
    transform: scale(1);
}
.kewpress #products .masonry a:hover figure {
    transform: scale(1.02);
}
.kewpress .masonry .grid {
    margin: 0 auto;
}
.kewpress .masonry .grid .grid-item {
    background: #fff;
    float: left;
    border: 10px transparent solid;
}
.kewpress #furniture .masonry a figure {
    background: #f4f4f4;
    padding: 15px;
}
.kewpress #furniture .masonry figure .product-price {
    position: static;
    display: inline-block;
    margin-top: 15px;
}
.kewpress #byatypic {
    margin-top: 15px;
    opacity: .4;
    font-size: .9em;
}
.kewpress .step > div > div {
    width: 100%;
}
.kewpress #pointsales iframe {
    width: 100%;
    margin: 0;
    margin-top: 20px;
}
.kewpress #pointsales-list a {
    transition-property: color;
    color: #888;
}
.kewpress #pointsales-list .current-menu-item a,
.kewpress #pointsales-list a:hover {
    color: #333;
}
.kewpress #pointsales-list .current-menu-item {
    font-weight: 600;
}
.kewpress #pointsales-list .current-menu-item a::before {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 5px;
}

/*
.kewpress #contact textarea {
    min-height: 300px;
}
*/
.kewpress #contact div[class*='col-'] {
    margin-bottom: 10px;
}
.kewpress .loop-posts article:not(:first-child)::before {
    content: "--";
    font-size: 1.4em;
}
.kewpress .loop-posts article:first-child {
    font-size: 1.2em;
}
.kewpress .loop-posts article .post-title {
    font-size: 1.7em;
}
.kewpress .loop-posts article .post-date {
    margin-bottom: -15px;
}
.kewpress .PM_ASForm select,
.kewpress .PM_ASForm input[type='text'] {
    border: 1px #ddd solid;
}
.kewpress .PM_ASCriterionsGroup {
    border-bottom: 1px #ccc solid;
    padding-bottom: 10px;
}
.kewpress .PM_ASCriterionsGroupTitle {
    color: #333;
    text-transform: uppercase;
}
.kewpress .PM_ASCriterionGroupCheckbox {
    list-style: none;
    margin: 0 0 0 5px;
}
.kewpress .checkbox,
.kewpress .radio {
    margin-top: 5px;
    margin-bottom: 5px;
}
.kewpress .checkbox input[type="checkbox"],
.kewpress .checkbox-inline input[type="checkbox"],
.kewpress .radio input[type="radio"],
.kewpress .radio-inline input[type="radio"] {
    margin-left: -5px;
    top: 3px;
}
.kewpress .megamenu {
    position: absolute;
    background: #fff;
    left: 0;
    width: 100%;
    border-top: 5px solid #fff;
    display: none;
}
.kewpress #header-menu > li.menu-item-has-children:hover > .megamenu {
    display: block;
}
.kewpress .megamenu-lvl2 {
    display: none;
    position: absolute;
    width: 100%;
    background: #fff;
    left: 0;
    top: 100%;
}
.kewpress li.open > .megamenu-lvl2 {
    display: block;
}
.kewpress .megamenu-lvl1,
.kewpress .megamenu-lvl2 {
    padding: 35px 60px;
    border-top: 1px #ccc solid;
}
.kewpress .megamenu-lvl3 > * {
    display: none;
}
.kewpress li.open > .megamenu-lvl3 {
    display: block;
}

.footer-title {
    font-size: 24px;
    font-weight: 400;
}

.our_price_display {
    padding-bottom:7px;
    padding-top: 12px;
}

#usefull_link_block {
    padding-top: 15px;    
  /* padding-top: 5px;
   padding-left: 20px;*/
}

#usefull_link_block li {
    display: inline-block;
}

#usefull_link_block li.print {
    margin-left:15px;
}

.primary_block {
    margin-bottom: 20px;
}

#usefull_link_block li a#send_friend_button_conf {
    display: none;
}


.table-description > .row {
    margin: 0;
}

.table-description > .row .span2 {
        width: 30%;
        color: #222;
        border-right: 1px solid #ededed;
       /* font-family: 'Lato-Bold'; */
        font-size: 14px;
        padding: 10px 20px 11px;
        float: left;
}

.table-description > .row .span3 {
    /* font-family: 'Lato-Bold'; */
    font-size: 14px;
    color: #777;
    padding: 10px 20px 11px;  
    float: left;
}


.table-description > .row .span5 {
    clear: both;
    color: #222;
    /* font-family: 'Lato-Bold'; */
    font-size: 22px;
    padding: 30px 20px 11px;
  }

.table-description > .row .span5 center {
   text-align: left;
 }

.table-description > .row .span2:nth-child(n+1) {
    clear: both;
}

.our_price_display .hidden-xs {
    display: inline-block !important;
}

#footer-configurator-frame-price {
    padding-top:2px;
}

@media (max-width: 767px) {
.our_price_display .hidden-xs {
  display: none!important;
 }
}

#product p.buttons_bottom_block_conf .button {
    min-width: 160px;
    height: 50px;
    display: inline-block;
    background: #000;
    border: 2px solid #000;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    line-height: 48px;
    padding: 0px 10px 0 10px;
    text-align: center;
}

#product p.buttons_bottom_block .button {
    min-width: 160px;
    height: 50px;
    display: inline-block;
    background: #000;
    border: 2px solid #000;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    line-height: 48px;
    padding: 0px 30px 0 30px;
    text-align: center;
}

#footer-configurator-frame {
	position:fixed;
    bottom:0;
    left:0;
	width:100%; 
	height:70px; 
	color: #000;
	z-index:5999;
    display: none;
    border-top: 1px solid #000;
    padding:0 20px 20px 20px;
    background: rgba(255,255,255,0.925);
}

@media screen and (max-width:346px){
    #footer-configurator-frame{
        padding:0 0 0 0;
    }
}

#footer-configurator-frame-price {
    padding-right: 15px; 
    font-size: 20px;
    line-height: 24px;
}

#footer-configurator-frame-sizes {

    padding-top:8px;
    text-align: left; 
    padding-right: 0;
}

#footer-configurator-frame-undoredo {

    text-align: center;
    padding-top:16px;
}

#footer-configurator-frame-addcart {
    padding-top:10px;
    text-align: right;
}



.cart {
    width: 320px;
}

@media (min-width: 768px) {
    .cart {
        width: 420px;
    }
}

.cart_block .cart-info .quantity-formated {
    color: #7e7e7e;
    font-size: inherit;
}

.pb-center-column {
    margin-bottom: 20px;
}

.box-info-product .exclusive span {
    font-size: 18px;
    padding: 12px 10px 14px 54px;
}

.top-hr {
    display: none;
}

/* MENU */


#account-header{
    /*position: absolute;*/
    /*right: 84px;*/
    font-family: sans-serif;
    font-size: 14px;
    /*top: 44px;*/
}


@media (max-width: 1024px) and (min-width: 960px){
    .content {
        padding-top: 88px;
    }
}

/* Responsive menu placement */
@media screen and (max-width:960px){
    .kewpress #header{
        max-height: 124px;
    }

    #shopping_cart {
        top: 26px;
    }

    #account-header {
        top: 34px;
    }

    .kewpress #header {
        position: relative;
    }

}

@media screen and (max-width:960px){
    #logo{
        top: 0;
    }
}



#ubermenu-nav-main-2{
    background-color: white;
}



#account-header > a{
    color: black;
    text-decoration: none;
}

.ubermenu-target-text{
    font-size: 15px;
}


.ubermenu-sub-indicators {
    display: none;
}


span.ubermenu-target > span.ubermenu-target-title{
    color: #192832;
    cursor: pointer;
}


span.ubermenu-target > span.ubermenu-target-title:hover{
    color: #000;
    cursor: pointer;
}

.ubermenu .ubermenu-target-text {
    color: #192832;
}

#bykewlox {
    margin-top: 15px;
    opacity: .4;
    font-size: .9em;
}

.payment-method {
    margin-top: 45px;
}

@media screen and (max-width: 767px) {
    #pb-left-column {
        margin-top: 100px !important;
    }
}


.ubermenu-target {
    padding: 15px 12px !important;
}


#slogan {
    font-size: 15px;
    margin-left: -1px;
    margin-top: 2px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
}

@media screen and (min-width:990px) and (max-width: 1199px) {
    #slogan {
        font-size: 13px;
    }
}

@media screen and (min-width:768px) and (max-width: 989px) {
    #slogan {
        font-size: 15px;
    }
}

.best_grade .best_grade_price {
    display: none;
}

/*
#HOOK_PAYMENT img {
    width: 87%;
}
*/
#HOOK_PAYMENT .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
}

p.payment_module {
    background-color: #fbfbfb;
}

.delivery_label {
    font-weight: inherit;
    color: inherit;
    display: inherit;
    margin-bottom: inherit;
    font-family: inherit;
    cursor: pointer;
}

.pb-center-column p.socialsharing_product {
    margin-bottom: 0;
}


/*SHOPPING MODULE*/

/*.shopping_cart {*/
    /*width: 160px;*/
/*}*/

/*#header .shopping_cart {*/
    /*position: relative;*/
    /*float: right;*/
    /*padding-top: 0px;*/
/*}*/

/*.shopping_cart > a:first-child {*/
    /*padding: 7px 10px 14px 16px;*/
    /*background: #ffffff;*/
    /*display: block;*/
    /*font-weight: bold;*/
    /*color: #666666;*/
    /*text-shadow: none;*/
    /*overflow: hidden;*/
/*}*/

/*.shopping_cart > a:first-child:before {*/
    /*color: #666;*/
/*}*/

/*#header .cart_block {*/
    /*top: 40px;*/
/*}*/

/*.kewlox-image-cart {*/
    /*height: 80px !important;*/
    /*width: 80px !important;*/
    /*max-height: none !important;*/
    /*max-width: none !important;*/
/*}*/

/*#header .cart_block {*/
    /*background: white;*/
    /*color: #666;*/
/*}*/

/*#button_order_cart{*/
    /*color: white !important;*/
/*}*/
/*#header .cart_block .price, #header .cart_block .price {*/
    /*color: #666;*/
    /*display: block;*/
/*}*/

/*.cart_block dt {*/
    /*padding: 5px 10px 0px 14px;*/
/*}*/

/*#header .cart_block .cart-prices{*/
    /*color:white;*/
/*}*/


/*#header .cart_block dt {*/
    /*background: none;*/
/*}*/

/*#header .cart_block .cart_block_list .remove_link a,*/
/*#header .cart_block .cart_block_list*/
/*.ajax_cart_block_remove_link {*/
    /*color: #666666;*/
/*}*/


/*.cart_block .cart-prices .cart-prices-line {*/
    /*overflow: hidden;*/
    /*border-bottom: 1px solid #c3c1c1;*/
    /*padding: 7px 0;*/
/*}*/

/*#header .cart_block .cart-prices {*/
    /*border: none;*/
    /*background: none;*/
/*}*/

/*#header .cart_block .cart-prices {*/
    /*color: #666;*/
/*}*/

/*#header .cart_block .cart-buttons {*/
    /*background: none;*/
/*}*/

/*.cart_block .cart-buttons {*/
    /*overflow: hidden;*/
    /*padding: 20px 20px 10px 20px;*/
    /*margin: 0;*/
    /*background: none;*/
/*}*/

/*.cart_block .cart-buttons a#button_order_cart span {*/
    /*padding: 7px 0;*/
    /*font-size: 1.1em;*/
    /*border: solid 1px #868484;*/
    /*background: #868484;*/
/*}*/

/*.cart_block .cart-buttons a#button_order_cart:hover span {*/
    /*border: solid 1px #868484;*/
    /*background: #868484;*/
    /*color: white;*/
/*}*/

/*.cart_block.block{*/
    /*width: 270px !important;*/
    /*box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);*/
/*}*/

.fav_icon span {
    background: url(../img/favorites.png) no-repeat center center;
}


.cart_icon span {
    background: url(../img/cart.png) no-repeat center center;
}

.cart_icon span .ajax_cart_quantity,
.fav_icon span .favorites-nr {
    background: #000;
    color: #fff;
}

#layer_cart .layer_cart_product .product-image-container {
    float: unset;
}

#layer_cart .layer_cart_product .layer_cart_product_info {
    padding: 20px 0 0 0;
}

.layer_cart_product_info > #layer_cart_product_title {
    font-size: 24px;
}

.introjs-hint {
 /*   margin-top: 20px !important;
    margin-left:20px !important; */
}

.introjs-hint-dot {
    border: 15px solid rgb(255, 193, 7) !important;
    top:-20px !important;
    left:-20px !important;
}

.introjs-hint-pulse {
    background-color: #FFC10766 !important;
    border: 5px solid rgb(255, 193, 7) !important;
    top:10px !important;
    left:10px !important;
}


/*LANGUAGE MODULE*/

#languages-block-top {
    border-left: none;
}

#languages-block-top div.current,
.header_user_info div.current {
    font-weight: normal;
    padding: 9px 10px 8px 9px;
    font-size: 13px;
    line-height: 18px;
    color: #666666;
    text-shadow: none;
    cursor: pointer;
}

#account-block-top{
    padding: 8px 10px 10px 10px;
    line-height: 18px;
    color: #666666;
    cursor: pointer;
}

#account-block-top ul {
    display: none;
    position: absolute;
    top: 37px;
    left: 0;
    width: 157px;
    /*background: #333333;*/
    z-index: 2;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

#account-block-top ul li, #account-block-top > .active {
    /*padding-right: 22px;*/
    /*background: #f7f2f2;*/
   /* background: white;*/
    color: #666666;
    font-size: 13px;
}

#account-block-top ul li{
    line-height: 35px;
}


#account-block-top ul li > a{
    padding: 0 10px 0 12px;
}


#languages-block-top ul, account-block-top ul{
    width: auto;
}

#first-languages li a span,
.header_user_info ul li a {
    font-weight: normal;
    font-size: 15px;
    text-align: left; 
    color: #666666;
}



.PM_ASCriterionsGroup:first-child {
    display: none;
}

.btn-google-plus {
    display: none !important;
}


#languages-block-top ul li, #languages-block-top > .active {
   /* padding-right: 22px; */
    /*background: #f7f2f2;*/
}

#languages-block-top ul li a, #languages-block-top ul li > span {
    color: #666666;
}

#languages-block-top ul li.selected, #languages-block-top ul li:hover a {
    /*background: white;*/
}

#languages-block-top ul li:hover {
  /*  padding-right: 22px; */
  /*  background: white;*/
}


#languages-block-top {
     float: right;
     padding-left: 5px;
     padding-right: 10px;
}



ul.ubermenu-tabs-group{
    min-height: 410px !important;
}


#usefull_link_block li.print {
    background: none;
    background-image: none;
    background-repeat: no-repeat;
    margin-bottom: 0;
}

.breadcrumb{
    color: #414141;
    margin-left: 15px;
}


li.hovered .add_to_cart_wr {bottom: 0; transition-delay: 0s;}

.product_list.grid .ajax_block_product .ajax_add_to_cart_button {
    border: 1px #000 solid;
    background: rgba(255, 255, 255, 0.75);
}

ul.product_list li .product-image-container:hover .product_img_link:before {
    background: none;
}


.columns-container {
    background: #fff;
    /*padding-top: 88px;*/
    padding-top: 5px;
}


.dropdown-menu {
    left: auto;
}

/*   BREADCRUMB     */

.breadcrumb h3 {
    display: none;
}

.breadcrumb {
    /*padding: 12px 24px;*/
    padding: 0 0 0 0;
    background: none;
}

.breadcrumb span.navigation_page a,
.breadcrumb span.navigation_page {
    color: #989898;
    font-size: 13px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    line-height: 1.6;
}

.breadcrumb a:after{
    background: #989898;
    font-size: 13px;
    margin: 0 5px 0 5px;
}

#header-line-separator {
    height: 2px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 5px;
}

.multiViewCart{
    height: 50px;
    width: 160px;
    display: block !important;
    margin: 10px auto;
    line-height: 50px;
  /*  font-family: 'Lato-Bold';*/
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    color: #4b4b4b;
    border-radius: 0;
    transition-duration: 0.5s;
    padding: 0 0 0 7px;
}

.multiViewCart:hover{
    color: white;
}

.ajax_cart_shipping_cost span{
    font-size: 13px;
}

#delivery_cart_info{
    font-size: 14px;
}

#pb-left-column .dropdown-menu, #contentConfigurator .dropdown-menu {
    width: 184px;
}

.panel-title > a{
    font-size: 108%;
}

.accordion-global #btn-add {
    margin-bottom: 7px;
}



/* COMMAND PAYMENT */

p.payment_module a {
    padding: 15px 0 15px 15px!important;
}





.stripe-europe-payments img, 
.payment_module.paypal img, 
.payment_module_mollie img {
    height: 45px;
    margin-right: 20px;
}


.stripe_bancontact_link img,
.payment_module_mollie_bancontact a img {
    margin-left: calc(100% - 200px);
}
.stripe_ideal_link img,
.payment_module_mollie_ideal a img {
    margin-left: calc(100% - 143px);
}
.payment_module.paypal img {
    margin-left: calc(100% - 192px);
}

#stripe-payment-form {
    width: auto;
}
p.payment_module.paypal a::after, p.payment_module.sofort a::after {
    display: block;
    content: "\f054";
    position: absolute;
    right: 15px;
    margin-top: -11px;
    top: 50%;
    font-family: "FontAwesome";
    font-size: 25px;
    height: 22px;
    width: 14px;
    color: #777;
}

/* MY ACCOUNT */

#my-account ul.myaccount-link-list li a i {
    color: #3e3e3e;
}

/* HEADER */



.header_menu_bg {
    /*background: rgba(102, 102, 102, 0.15);*/
    background: white;
    padding-top: 10px;
    padding-bottom: 10px;
}

.burger span {
    background: url(../img/burger.png) no-repeat center center #ffffff;
}

#search_block_top {
    padding-top: 7px;
}

#search_block_top #search_query_top {
    font-size: 13px;
}

button.button-search, .kewloxpress button.button-search  {
    padding: 1px 6px;
}

@media (max-width: 767px) {
    .cart_icon {
        position: relative;
        top: 0;
        right: 0;
    }
}

.ubermenu-main .ubermenu-item-level-0.ubermenu-has-submenu-drop > .ubermenu-target::after {
    margin-right: -9px;
    display: none;
}

#main {
    padding-top: 0px;
}


.header_user_info a,
.header_user_info a span,
#contact-link a  {
    color: #4f4f4f;
    font-weight: normal;
    padding: 9px 10px 8px 10px;
    cursor: pointer;
    line-height: 18px;
    font-size: 15px;
   /* font-family: 'Lato-Regular';*/
    text-shadow: none;
    text-align: center;
}

.header_user_info a:hover,
.header_user_info a.active,
#contact-link a:hover {
    background: #d3d3d3;
}

@media (max-width: 479px) {
   #contact-link {
       display: none;
    } 

    #languages-block-top {
        float: left;
    }
}


#contact-link {
    float: right;
    border-left: none;
}

.shop-phone {
    float: left;
    padding: 5px 0 9px;
    font-size: 18px;
    line-height: 18px;
    color: #8e8c8c;
   /* font-family: 'Lato-Regular';  */
}

.shop-phone #header-phone {
    color: #636363;
    font-size: 16px;
    font-weight: 500;
}

.shop-phone i {
    font-size: 21px;
    line-height: 20px;
    color: #666666;
    padding-right: 7px;
}

.shop-phone #contact-phone{
   /* font-family: 'Lato-Regular'; */
    font-size: 15px;
    line-height: 18px;
    color: #8e8c8c;
}

#header .nav {
    background: rgba(231, 231, 231, 0.37);
}

#languages-block-top div.current span,
.header_user_info div.current span {
    font-size: 15px;
    font-weight: normal;
    color: #666666;
    
}


/* SIDEBAR */
#sidebar-right {
    position: fixed;
    right: 0;
    top: 61px;
    /*top: 180px;*/
    z-index: 8000;
    opacity: .7;
    transition: opacity .3s ease;
    transform-origin: 100%;
    display: none;
}
#sidebar-right:hover {
    opacity: 1;
}
#sidebar-right ul {
    list-style: none;
    margin: 0;
}
#sidebar-right a {
    text-decoration: none;
}
#sidebar-right .sidebar-icon,
#sidebar-right .sidebar-label {
    float: right;
}
#sidebar-right > ul > li,
#sidebar-right .sidebar-icon,
#sidebar-right .sidebar-label,
#sidebar-right [type='search'] {
    height: 70px; /* custom */
    line-height: 70px; /* custom */
}
#sidebar-right .sidebar-icon {
    background: #000000;
    color: #fff;
    text-align: center;
    font-size: 2.8rem;
    position: relative;
    z-index: 1;
}
#sidebar-right .sidebar-icon a,
#sidebar-right .sidebar-icon label {
    display: block;
    color: #fff;
    text-decoration: none;
    display: block;
    width: 70px; /* custom */
}
#sidebar-right .sidebar-label {
    visibility: hidden;
    transform: translateX(5%);
    opacity: 0;
    transition: transform .3s ease, visibility .3s ease, opacity .3s ease;
    background: #fff;
    right: 70px; /* custom */
    width: 0px;
}
#sidebar-right .sidebar-label a {
    display: inline-block;
    color: #333;
    padding: 0 20px;
    font-size: 1.7rem;

}
#sidebar-right > ul > li > .sidebar-icon:hover + .sidebar-label,
#sidebar-right > ul > li > .sidebar-label:hover,
#sidebar-right > ul > li.pin-it > .sidebar-label {
    visibility: visible;
    opacity: 1;
    transform: translateX(0%);
}

#sidebar-right > ul > li > .sidebar-icon:hover + .sidebar-label-search,
#sidebar-right > ul > li > .sidebar-label-search:hover,
#sidebar-right > ul > li.pin-it > .sidebar-label-search {
    width: 290px;
}

#sidebar-right > ul > li > .sidebar-icon:hover + .sidebar-label-conf,
#sidebar-right > ul > li > .sidebar-label-conf:hover,
#sidebar-right > ul > li.pin-it > .sidebar-label-conf {
    width: 160px;
}

#sidebar-right > ul > li > .sidebar-icon:hover + .sidebar-label-social,
#sidebar-right > ul > li > .sidebar-label-social:hover,
#sidebar-right > ul > li.pin-it > .sidebar-label-social {
    width: 190px;
}

#sidebar-right .shopping-cart-count {
    padding: 0 5px;
    border-radius: 8px;
    display: inline-block;
    line-height: normal;
    text-align: center;
    vertical-align: middle;
}
#sidebar-right .sidebar-label .shopping-cart-count {
    margin-right: 5px;
    min-width: 30px;
    font-size: 1.2em;
    background: #333;
    color: #fff;
}
#sidebar-right .sidebar-icon .shopping-cart-count {
    position: absolute;
    bottom: 37px;
    right: 7px;
    font-size: .6em;
    background: red;
}
#sidebar-right [type='search'] {
    vertical-align: middle;
    min-width: 290px;
    padding-left: 15px;
    padding-right: 15px;
}
#sidebar-right [type='submit'] {
    visibility: hidden;
    position: absolute;
}

/* MD */
@media only screen and (max-width : 1199px) {

    #sidebar-right {
        transform: scale(.7);
    }

}

#sidebar-right {
    transform: scale(.8);
}


header .row,
#main-header-content {
    position: relative;
}

header .row #menu,
#main-header-content #menu
{
    position: static;
}

.order_delivery .box {
    background: none;
    border: none;
}

.addresses .box {
    background: none;
    border: none;
}

.dimensions {
    font-size: 14px;
    line-height: 18px;
}

@media (max-width: 767px) {
    #search_block_top .button-search {
        right: 0;
        border-bottom: none;
    }

    #search_block_top #searchbox {
         padding: 0 0px 0 18px;
    }

    #search_block_top {
        padding-bottom: 16px;
    }

    .cart_icon{
        padding-left: 0;
    }
}

#search_block_top #search_query_top:active + .button-search,
#search_block_top .button-search {
    border: none;
    transition-duration: 0.5s;
    transition-delay: 0.1s;
    transition-property: right;
    transition-timing-function: ease;
}

#search_block_top #search_query_top:active + .button-search,
#search_block_top #search_query_top:focus + .button-search,
#search_block_top #search_query_top:active:focus + .button-search {
    right: 0;
    border-bottom: none;
}

#send_friend_form .product img {
    border: none;
}

#send_friend_form .form_container {
    border: none;
    background: none;
}

#send_friend_form .submit {
    text-align: left;
}

#sendEmail{
    min-width: 144px;
}

.search_learn_more{
    margin-top: 10px;
}

#Div_XML{
    top: 60px!important;
    right: 1em;
}

@media (max-height: 780px) {
    #Div_XML{
        position: absolute !important;
        right: -6em !important;
    }
}

div#Div_XML h4 {
    font-size: 15px;
}

#Div_XML .input-group {
    max-width: 300px;
}

#breadcrumb #cssmenu {
    font-size: 1.4rem;
}

/* SLIDE MENU STYLE */

.fast_nav {
    padding-left: 20px;
    display: block;
    overflow-y: auto;
    width: calc(100% - 100px);
    min-width: 300px;
    left: -100%;
    z-index: 100000;
}

#logo-menu-sm{
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
}

li.fast-nav-item {
    padding-top: 7px;
    padding-bottom: 7px;
}

#fast-nav-items .fast-nav-item > span{
    font-size: 23px;
}

#fast-nav-footer{
    position: absolute;
    /*bottom: 0;*/
    left: 0;
    height: 50px;
    width: 100%;
    background-color: #dadada;

    margin-top: 20px;
}

@media (min-height: 700px) {
    #fast-nav-footer{
        bottom: 0;
        left: 0;
        margin-top: 5px;
    }
}

@media (min-width: 500px) {
    #fast-nav-footer{
        left: 0;
        margin-top: 5px;
    }
}

#fast-nav-call-us{
    font-size: 27px;
    text-align: center;
    margin-top: 2px;
}

#fast-nav-phone{
    text-decoration: none;
}


ul#fast-nav-discovery-list{
    position: relative;
    left: -20px;
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding-bottom: 10px;
}

ul#fast-nav-discovery-list > li{
    display: inline-block;
    /*width: 135px;*/
    height: 135px;
    margin-left: 10px;
}

ul#fast-nav-discovery-list > li .discovery-item{
    display: inline-block;
    width: 135px;
    height: 135px;
}

a.discovery-scroll {
    display: block;
    font-size: 18px;
    line-height: 54px;
    width: 100%;
}


a.discovery-scroll > span {
    display: block;
    line-height: 18px;
    font-size: 16px;
}


/* Configurator responsive */

#contentConfigurator #gauche .ajout{
    margin-top: 10px!important;
}

#contentConfigurator #btn-add{
    margin-bottom: 10px!important;
}

#Div_XML h5{
    font-size: 16px;
}


.ls-borderlesslight3d .ls-nav-prev, .ls-borderlesslight3d .ls-nav-next {
    z-index: 5000!important;
}

.cart_block .cart-prices .cart-prices-line span {
    font-size: 17px;
    margin-top: -2px;
}

.PM_ASCriterionGroupCheckbox li {
    margin-bottom: 10px;
}


.kewfr-subtext {
    margin-top: -18px;
}

#kewlox_id{
    color: black;
}

#packages .items b {
    font-size: 14px;
}


@media (min-width: 767px){
    .header_menu_bg.diff #slogan {
        display: none;
    }
    .header_menu_bg.diff {
        box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    }
}

.img-mobile-frontpage {
    display: none;
}

@media (max-width: 767px){
    .img-mobile-frontpage {
        display: block;
        margin-right: -15px;
        margin-left: -15px;
    }
}

 .social-list,
 .kewloxpress .social-list{
    display: inline-block !important;
    margin-bottom: 0px !important;
     margin-right: 12px !important;
     position: absolute;
     margin-top: 3px;
}

.social-list li,
.kewloxpress .social-list li{
    display: inline-block !important;
    margin-bottom: 0px !important;
    margin: 0 6px !important;
}


.social-side-menu .social-list,
.kewloxpress .social-side-menu .social-list{
    font-size: 26px !important;

}

.social-side-menu .social-list li,
.kewloxpress .social-side-menu .social-list li {
    margin: 0 12px !important;
}

.shop-phone a.phone-area,
.kewloxpress .shop-phone a.phone-area{
    margin-left: 153px;
    margin-top: 3px;
    position: absolute;
}

i.icon-phone,
.kewloxpress i.icon-phone{
    margin-left: 20px;
}

.print-dimension,
.print-logo{
    display: none;
}


@media print{
    footer,
    .padding-lr-0,
    .fast_nav,
    .header-container,
    .breadcrumb,
    #product-infos-tabs,
    .page-heading,
    #order_step,
    #debond,
    .cart_navigation,
    .print_bankwire
    {
        display:none;
    }

    input{
        border: none;
    }

    .tab-pane,
    .rte a.button,
    .alert,
    #contentConfigurator.multiVue  #zone_centrale .btn-group-vertical
    {
        display: none;
    }


    .multiVue #kewloxEngine {
        border: none;
    }
}

/*#usefull_link_block li.sendtofriend a:before {*/
    /*content: "\f1e0";*/
/*}*/


#product_list li{
    font-size: 13px;
}

.control-label{
    font-size: 15px
}

/* Should be the same color than the banner */
header .banner {
    background: #0208A0;
}

.cart_navigation {
    margin: 0 0 0px;
}

.becommerce{
    text-align: center;
}

.kews3{
    font-size: 2.8rem;
    margin-top: 0;
    font-weight: 300;
    line-height: 1.3;
    margin: 30px 0 20px;
}


.btn-inspiration-inactive {
    color: #2A2A2A !important;
    border-color: #2A2A2A;
    background-color: #fff !important;
}

.fancybox-close {
    display:block;
}

.pb-left-column #image-block #view_full_size img {
    background: white;
}

a.conf_button:hover {
    text-decoration: none;
}

#attributes .attribute_list ul li {
     margin-right: 0;
}

.resetimg, #thumbs_list{
    display: none;
}

#modify_cart{
    font-size: 14px;
}

#modify_cart_col{
    margin-top: 10px;
    text-align: center;
    padding: 0;
}

@media (max-width: 767px){
    #modify_cart_col{
        margin-top: 0;
        padding-right:15px;
        padding-left:15px;
    }
}

.checkout_button{
    width: 180px;
}

.detail-multi{
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 15px;
}

.cart_block .cart-prices {
    padding: 10px 20px 0 0;
    margin-bottom: 40px;
}

#codepromo{
    font-size: 27px;
}

#product-infos-tabs + .tab-content .tab-pane .rte{
    padding-left:12px;
    padding-right:12px;
}

.configurator-tab{
    padding-left: 0!important;
    padding-right: 0!important;
}

.cart_voucher #display_cart_vouchers span.voucher_name {
    color: #ffc300;
}

button.submitAddDiscount.voucher_activate_button {
    border: none;
    color: #ffffff;
    background-color: #ffc300;
}

.vouchers_displayed {
    padding:  12px;
    background-color: #828181;
    display: block!important;
}

#display_cart_vouchers, .cart_voucher .title-offers {
    color: #ffffff;
}

#layer_cart {
    z-index: 1200;
}

.cart_block .cart-prices .cart-prices-line span .delivery_cart_info_title_free {
    font-size:14px;
}

.tippy-content {
    font-size: 16px !important;
}

.tippy-kewlox i {
    font-size: 18px;
    color: #717171;
}

.PM_ASBlockOutputHorizontal .PM_ASCriterionsGroup select, 
.PM_ASBlockOutputVertical .PM_ASCriterionsGroup select {
    max-width: 774px;
}

div.selector span {
    max-width: 730px;
}

#PM_ASBlock_1 .title_block {
    display: none;
}

#categories_block_left {
    display: none;   
}

select#id_product {
    font-size: 13px;
}

#block-order-detail-a {
  display: block;
  position: relative;
  visibility: hidden;
  top: -110px;
}

@media (max-width: 767px) { 
#block-order-detail-a {
    top: -15px;
  }
}

.assembly_list {
    margin: 5px 0 0 30px;
    font-style: italic;
    font-size: 16px;
}

.cart_block_wrapping_cost {
    font-family: 'Source Sans Pro', sans-serif;
}

.new-drawer-info{
    margin-top: 20px;
    font-size: 16px;
}

#order-confirmation .price {
    font-size: 1.8rem;
}


#order-confirmation li.print a:before {
    content: "\f02f";
    font-family: "FontAwesome";
    color: #222;
    font-size: 19px;
    line-height: 24px;
    position: absolute;
    top: -2px;
    left: 0;
    font-weight: normal;
}

#order-confirmation li.print a {
    position: relative;
    padding-left: 30px;
    line-height: 22px;
}

#order-confirmation li.print {
    list-style-type: none;
    margin: 15px 0 0 0;
}

.contact_page_title {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 35px;
    line-height: 45.5px;
    font-weight: 300;
    text-align: center;
    text-transform: none;
}

#kewlox_checkout_header {
    width: 100%;
    height: 44px;
    position: relative;
}

#kewlox_checkout_header_title {
    text-align: center;
    padding: 11px 5px;
    line-height: 20px;
    font-size: 19px;
    font-weight: normal;
}


img.kewlox_checkout_logo_img {
    height: 24px;
}
.kewlox_checkout_logo {
    left: 10px;
    top: 10px;
    position: absolute;
}


.kewlox_checkout_container {
    padding-top: 10px;
}

.hide-opc-kw {
    display: none;
}


.hide-opc-carrier-kw {
    display: none;
}

.kew_simple_link {
    text-decoration: underline;
}

.kewcheckout_title {
    font-weight: bold;
}

ul.address > li.address_title,
ul.address > li.address_update
{
    display: none;
}

.button-small-kew {
    min-width: auto !important;
    height: auto!important;
    line-height: 28px!important;
}

.displayChooseInvoiceAddress,
.displayChooseDeliveryAddress,
#carrier_area {
    padding-left: 15px;
    padding-right: 15px;
}

.displayChooseDeliveryAddress {
    margin-top: 15px;
}

#order-opc .box.kew-box {
    /* padding-bottom: 4px; */
    padding: 9px 12px 0 12px;
    font-size: 15px;
}

.displayChooseInvoiceAddress {
    padding-bottom: 15px;
}

.delivery_option_carrier td.kew-box-right {
    width: 90px;
}

.delivery_option_carrier td.kew-box-radio {
    width: 30px;
}

.kew_delivery_option_price {
    font-weight: bold;
}

#kew-opc-bloc-cart {
    position: fixed;
    overflow-y: auto;
    max-height: calc(100% - 75px);
    min-width: 280px;
    border: 1px solid #d6d4d4;
  /*  padding: 0 15px;*/
  padding: 0;
}

#order-opc #cart_summary {
    margin-bottom: 0;
}


#order-opc #cart_summary.table tfoot tr {
    background-color: #fff;
}

.kew_opc_cart_title {
    text-align: center;
    padding: 15px;
    font-size: 22px;
}

.kew_opc_cart_nbproducts {
    line-height: 22px;
    padding: 0 15px 8px 15px;
}

.kew_opc_cart_nbproducts a { 

    font-size: 15px;
}
#order-opc #cart_summary.table tfoot > tr > td {
    padding-right: 0;
}

#order-opc .cart_final_total_price {
    border-top: 1px solid #d6d4d4;
}

#order-opc .delivery-address-change-button .button,
#order-opc .invoice-address-change-button .button,
#order-opc #kewlox_checkout_header_right_mobile_back .button
{
    font-size: 14px;
    border: 1px solid #4f4f4f;
}

.kew_cart_voucher_link td {
    padding: 0 0 10px 0;
    font-size: 15px;
    text-align: right;
}

#order-opc #cart_summary.table tfoot > tr > td {
    padding: 6px 8px 6px 18px;
}

#order-opc #cart_summary.table tfoot > tr.cart_final_total_price > td {
    padding: 0;
    font-size: 1px;
}

#order-opc #cart_summary.table tfoot > tr.kew_cart_voucher_link > td {
    padding: 6px 8px 4px 18px;
}

.displayChooseInvoiceAddress .kew-box {
    margin-top: 15px;
    margin-bottom: 20px;
}

#order-opc #cart_summary.table tbody + tbody {
    border-top: none;
}

#order-opc #cart_summary a.price_discount_delete {
    top: -2px;
    background: none;
}

#order-opc #cart_summary .price_discount_del {
    padding: 0 8px 0 0;
    text-align: right;
}

#order-opc #cart_summary input.discount_name {
    width: 130px;
    display: inline-block;
    margin-right: 10px;
    height: 30px;
    margin-bottom: 4px;
}

#order-opc #cart_summary .kew_cart_voucher_form td {
    padding: 11px 13px 9px 18px;
    background-color: #fbfbfb;
}

#order-opc #cart_summary .kew_cart_voucher_form form {
    padding: 8px 0;
}

#order-opc #order-detail-content {
    padding: 0 15px;
}


#order-opc #kew_cart_details {
    background-color: #fbfbfb;
}

#order-opc #kew_cart_details > div {
    padding: 2px 15px 8px 15px;
}

#order-opc #kew_cart_details li {
    list-style: none;
}

#order-opc #kew_cart_details .kew_cart_details_info {
    padding-top: 12px;
    padding-bottom: 3px;
    max-width: 230px;
}

#order-opc .kew-cart-products-div {
    display: flex;
    justify-content: space-between;
}

#address #submitAddress,
#authentication #submitAccount,
#authentication .checkbox-newsletter {
    margin: 9px 0 16px 0;
}

#authentication .account_creation .page-subheading.page-subheading-address {
    margin-top: 30px;
}

#account-creation_form .form-group, #authentication .form-group, #address .form-group {
    margin: 9px 0 16px 0;
}

#order-confirmation .page-heading,
#authentication .page-heading  {
    margin: 15px 0;
}

#debond .checker {
    display: inline;
    top: 6px;
}

#debond label {  
    display: inline;
    font-weight: normal;
    font-size: 15px;
    cursor: pointer;
}
form#debond {
    padding: 10px 10px 2px 20px;
    margin: 25px 0;
    background: #fbfbfb;
    border: 1px solid #d6d4d4;
}

#authentication span.inline-infos,
#authentication p.inline-infos,
#address p.inline-infos {
    color:black;
    font-style: italic;
    font-size: 16px;
}

#order-opc #kew_cart_details .kew_cart_details_price {
    padding-bottom: 4px;
    padding-top: 2px;
}

#order-opc #kew_cart_details .kew_cart_details_name {
    font-size: 16px;
    margin-right: 7px;
}

#order-opc #cart_summary.table tfoot > tr.cart_total_price_last > td  {
    padding-top: 3px;
}


#order-opc .invoice-address-change-button,
#order-opc .delivery-address-change-button
{
    text-align: right;
}

#kewlox_checkout_header_right_mobile,
#kewlox_checkout_header_right_mobile_back { 
    display: none; 
}

#kewlox_checkout_header_right_desktop {
    right: 50px;
    top: 10px;
    position: absolute;
    display: block;
    font-size: 25px;
}



.kewcheckout_subtitle {
   /* font-weight: bold;
    text-align: center; */
    margin-top: 15px;
}

.kewcheckout_subtitle_delay {
    font-style: italic;
    font-size: 16px;
     margin-top: 4px;
     margin-bottom: 15px;
 }

.kew_div_select_delivery_left {
    padding-left: 0;
}

.kew_div_select_delivery_right {
    padding-right: 0;
}

.displayDeliveryAddress {
    margin-top: 15px;
}

.selected_pickup_name {
    font-family: 'Lato-Bold';
    font-size: 16px;
}

#order-opc #opc_account {
    margin-bottom: 9px;
}

#order-opc .order_carrier_content {
    margin-top: 15px;
}


#order-opc #message {
    margin-bottom: 0;
}

#order-opc .box.kew-box-stores {
    margin-bottom: 0;
}

#order-opc .cgv-input {
    margin-right: 10px;
    margin-bottom: 15px;
    float: left;
    padding-top: 6px;
}

#order-opc .cgv-label {
    line-height: 28px;
}

#order-opc .cgv-box label {
    font-weight: normal;
}

#order-opc .cgv-box {
    margin-top: 15px;
    margin-bottom: 24px;
    padding-bottom: 10px;
    padding-top: 10px;
}
#order-opc .title_custom_message {
    margin-bottom: 5px;
    margin-top: 5px;
}

#order-opc .table.table-assembly {
    margin-bottom: 0;
}


#order-opc #order-detail-content .cart_discount_name {
    max-width: 150px;
}

#order-opc #order-detail-content .price_discount_del {
    width: 20px;
}

#opc_payment_methods {
    margin-left: 15px;
    margin-right: 15px;
}

div.payment_module.cart-stripe-official {
    margin-top: 8px;
    padding-bottom: 20px;
}

#stripe-payment-form .stripe-submit-button {
    background-color: #4f4f4f;

}



#stripe-ajax-loader {
    padding-top: 50px;
    padding-bottom: 25px;
}

.stripe-card-number-div img {
display: none;
}

div.stripe-payment-errors, #stripe-payment-form #card-errors {
    width: 100%;
}
#stripe-payment-form input[type="text"] {
    height: 26px;
    font-family: sans-serif;
}

#stripe-payment-form .stripe-div-img {
    padding-left: calc(50% - 123px);
    padding-top: 20px;

}

#stripe-payment-form .stripe-powered-div {
    text-align: center;
}

#stripe-payment-form .stripe-submit-div {
    padding-top: 12px;
    text-align: right;
    padding-right: 20px;
}

#stripe-payment-form .stripe-submit-div button {
    margin-right: 10px;
}


#order-opc #opc_payment_methods-content > .box.kew-box {
    padding-bottom: 0;

}

#order-opc div.payment_module.cart-stripe-official {
    margin-bottom: 0;
}

#HOOK_PAYMENT > .warning {
    padding-bottom: 10px;
}

p.payment_module {
    margin-top: 20px;
    margin-bottom: 20px;
}

.bankwire-div p.payment_module {
    margin-top: 0;
    margin-bottom: 0;
}

p.payment_module.paypal {
    margin-top: 18px;
}

p.payment_module a {
    border: none;
    background-color: white;
    background: white !important;
    border-radius: 0%;
}

p.payment_module a.stripe_bancontact_link:after,
p.payment_module a.stripe_ideal_link:after,
p.payment_module a.cheque:after, 
p.payment_module a.bankwire:after, 
p.payment_module a.cash:after,
p.payment_module_mollie a:after {
    display: block;
    content: "\f054";
    position: absolute;
    right: 15px;
    margin-top: -11px;
    top: 50%;
    font-family: "FontAwesome";
    font-size: 25px;
    height: 22px;
    width: 14px;
    color: #777;
}

#order-opc .table.table-assembly td:nth-child(1) {
    width: 15px;
}

#order-opc .table.table-assembly td {
    padding-left: 0;
    vertical-align: top;
    padding-top: 10px;
}



@media (max-width: 767px) { 
    #order-opc .table.table-assembly td {
        vertical-align: middle;
        padding-top: 8px;
    }

    #order-opc .assembly_list {
        margin-left: 0;
    }

    .kew_div_select_delivery_left {
        padding-left: 0;
        padding-right: 0;
    }

    .kew_div_select_delivery_right {
        padding-right: 0;
        padding-left: 0;
    }
    #kewlox_checkout_header_title {
        display: none;
    }

    #order-opc #columns,
    #order-opc .kewlox_checkout_container > div {
        padding-left: 0;
        padding-right: 0;
    }

    #order-opc .table.table-assembly div.delivery_option_price {
        min-width: 60px;
    }



    #order-opc .table.table-assembly td:nth-child(3) {
        padding-right: 0;
    }

    #order-opc .invoice-address-change-button,
    #order-opc .delivery-address-change-button {
        text-align: left;
        margin-bottom: 10px;
    }

    #order-opc .delivery-address-change-button {
        margin-top: 15px;
    }

    #kewlox_checkout_header_right_desktop {
        display: none;
    }

    #kewlox_checkout_header_right_mobile,
    #kewlox_checkout_header_right_mobile_back {
        right: 50px;
        top: 12px;
        position: absolute;
        display: block;
    }
    
    #kewlox_checkout_header_right_price {
        font-size: 16px;
        font-weight: 400;
        font-family: 'Lato-Bold';
    }

    #order-opc .total_price_container span,
    #order-opc #total_price_container span  {
        line-height: 22px;;
    }

    #kew-opc-bloc-cart.kew-opc-bloc-cart-displayed {
        width: 100%;
        height: 100%;
        max-height: 100%;
        position: relative;
        border: none;
    }

    #order-opc #order-detail-content #cart_summary tr {
        border-bottom: none;
        padding-bottom: 0;
    }

    #order-opc .table-responsive {
        width: auto;
        margin-bottom: 0;
        overflow-y: auto;
        overflow-x: auto;
        border: none;
    }

    #order-opc #order-detail-content #cart_summary td div,
    #order-opc #order-detail-content #cart_summary td div.collapse.in {
        display: block;
    }

    #order-opc #order-detail-content #cart_summary td div.collapse {
        display: none;
    }

    input:not([type="button"]):not([type="submit"]), textarea, select {
        background-color: white !important;
    }

    #kewlox_checkout_header_right_qty {
        background: #000;
        color: #fff;
        display: inline-block;
        position: absolute;
        min-width: 14px;
        padding-left: 3px;
        padding-right: 3px;
        height: 14px;
        top: 14px;
        right: 13px;
        font-family: 'Lato-Bold';
        font-size: 9px;
        text-align: center;
        width: auto;
        border-radius: 14px;
        line-height: 15px;
    }

    .checkout_cart_icon {
        padding-left: 0;
        top: 0;
        right: 0;
    }

    .checkout_cart_icon span {
        background: url(../img/cart.png) no-repeat center center;
        display: block;
        width: 60px;
        height: 60px;
        transition-duration: 0.4s;
        cursor: pointer;
        position: relative;
        margin: 0 0 0 auto;
    }

    #kewlox_checkout_header_right_mobile_back {
        display: none;
    }

    

    #order-opc #order-detail-content #cart_summary tr.cart_total_voucher.unvisible {
        display: none;
    }
  
}


    
#center_column .tab-content .tab-pane .rte {
    overflow: auto;
}


#order-opc #header .banner {
    display: none;
}

.txt_disabled {
    color: #ccc !important;
    cursor: not-allowed !important;
}

.alert-assembly-notpickup {
    font-style: italic;
    margin: 5px 0 0 0;
}

.no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .columns-container > .container  {
        width: 1024px !important;
        max-width: 1024px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    html {
        overflow-x: hidden !important;
    }
}

@media (min-width: 1280px) {
    .header_menu_bg > .container,
    .header_menu_bg > .container > .row,
    .nav > .container  {
        width: 1280px !important;
        max-width: 1280px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    html {
        overflow-x: hidden !important;
    }
}

@media (max-width: 1023px) {
    #kewconf {
        margin-left: -15px !important;
        margin-right: -15px !important;
        width: calc(100% + 30px) !important;
    }
}

@media print {

    html, body {
      height:auto !important; 
      margin: 0 !important; 
      padding: 0 !important;
      overflow: hidden !important;
    }

}

.to-favorites-block.inactive, .add-to-favorites-block.inactive {
    display: none !important;
}


#main-header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
} 

#main-header-content #search_block_top {
    width: 100%;
}

#main-header-content #search_block_top::after {
    content: '';
    flex-basis: 100%;
    height: 0;
}

#main-header-content #logo {
    margin-top: -4px;
    margin-left: 15px;
}
  
#main-header-content #header-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100px;
}

#main-header-content #menu {
    display: none;
}

#main-header-content #burger-logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: calc(100% - 120px);
}

@media screen and (min-width:768px) {
    #main-header-content #search_block_top::after {
        content: none;
    }

    #main-header-content #burger-logo {
        order: 1;
        width: auto;
    }

    #main-header-content #menu {
        order: 2;
    }

    #main-header-content #search_block_top {
        width: auto;
        order: 3;
        padding-top: 0;
    }

    #main-header-content #header-buttons {
        order: 4;
        width: auto;
    }

    #main-header-content #logo {
        width: 165px;
        margin-top: 10px;
    }

    .header_menu_bg.diff #main-header-content #logo {
        margin-top: 0;
    }

}

@media screen and (min-width:1024px) {
    #main-header-content #burger-logo .burger {
        display: none;
    }

    #main-header-content #menu {
        display: block;
    }

    #main-header-content #logo {
        margin-left: 0;
    }

    #main-header-content #menu {
        margin-left: 15px;
    }

    .header_menu_bg > .container,
    .nav > .container {
        padding: 0;
    }
}

@media screen and (min-width:1200px) {
    #main-header-content #logo {
        width: 185px;
    }
}
