@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; 
}

#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: #666;
    cursor: pointer;
}


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

#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: 16px;
    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);*/
/*}*/


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

.cart_icon span .ajax_cart_quantity {
    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: #989898;
    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.sofort a, p.payment_module.paypal a{
    padding: 10px 0 10px 15px!important;
}



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 */

#logo {
    margin-top: 5px;
    padding-right: 12px;
    padding-left: 12px;
}

.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;
    padding-right: 0;
}

#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: #666666;
    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 {
    position: relative;
}

header .row #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);
        padding-bottom: 0;
    }
}

.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
    {
        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
}

header .banner {
    background: #2E3F53;
}

.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;
}

