/* ================================ */
/* By Atypic - www.atypic.be
/* Update: 24 novembre 2016
/* ================================ */

/* ===== Import des fichiers fontes EOT, WOFF, TTF,... ===== */

@font-face {
    font-family: 'flamabold';
    src: url('../fonts/../fonts/flama-bold-webfont.woff2') format('woff2'),
        url('../fonts/flama-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.flamabold {
    font-weight: normal;
    font-family: 'flamabold';
}

/*@font-face {
    font-family: 'flamaregular';
    src: url('../fonts/flama-webfont.woff2') format('woff2'),
         url('../fonts/flama-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}*/

/* ===== Fonte principale du site ===== */

body,input,textarea,select,button {
 /*   html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td,
    article, aside, canvas, details, embed,
    figure, figcaption, footer, header, hgroup,
    menu, nav, output, ruby, section, summary,
    time, mark, audio, video { */
    /*color: #666;*/
    color: #4e4d4d;
    font-size: 1.8rem;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    line-height: 1.6;
}

/* ===== Liens ===== */

a,
a:active,
a:focus {
    color: #888;
    /*color: #ffc300;*/
    /*text-decoration: underline;*/
}
a:hover,
.current-menu-item > a,
.current-page-item > a,
.current-page-ancestor > a {
    color: #333333;
    text-decoration: underline;
}


/* ===== Titres ===== */

h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6 {
    color: #333;
    font-weight: 300;
    line-height: 1.3;
}
h1,.h1 {
    font-size: 4.5rem;
}
h2,.h2 {
    font-size: 3.1rem;
}
h3,.h3 {
    font-size: 2.8rem;
}
h4,.h4 {
    font-size: 2.5rem;
}
h5,.h5 {
    font-size: 2.2rem;
}
h6,.h6 {
    font-size: 1.9rem;
}

/* ===== Titres avec lien ===== */

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a,
.h1 a,.h2 a,.h3 a,.h4 a,.h5 a,.h6 a {

}

/* ===== Font weight ===== */

.thin {

}
.extralight {

}
.light {
    font-weight: 300;
}
.regular {
    font-weight: 400;
}
.medium {

}
.semibold {
    font-weight: 600;
}
.bold, .strong, strong, 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;
}
.black {

}
.extrabold {

}

.white {
    color: #fff;
}

/* ===== Couleurs de fond ===== */

.bg-black {
    background: #000;
    color: #fff;
}
.bg-black a {
    color: #fff;
}

.bg-darkgray {
    background: #222222;
    color: #fff;
}
.bg-darkgray a {
    color: #fff;
}

.bg-white {
    background: #fff;
}
button .fa {
    margin-right: 0;
}

/* ===== Formulaires ===== */

/* Tous les champs textes + boutons */

input,
textarea,
select {
    box-shadow: none !important;
    /*padding: 7px;*/
}

/* Tous les champs textes uniquement */

.kewloxpress input:not([type="button"]):not([type="submit"]),
.kewloxpress textarea,
.kewloxpress select {
    border: 0;
    border-radius: 0;
}

#newsletter input:not([type="button"]):not([type="submit"]) {
    border-bottom: 1px #000 solid;
}
.kewloxpress button .fa {
    margin-left: 10px;
}
#newsletter button .fa {
    margin-left: 0;
}

.kewloxpress input:not([type="button"]):not([type="submit"]):focus,
.kewloxpress textarea:focus,
.kewloxpress select:focus {
    background-color: #f8f8f8;
}

/* Tous les boutons uniquement */

.kewloxpress .btn,
.kewloxpress button,
.kewloxpress input[type="button"],
.kewloxpress input[type="submit"] {
    font-family: 'flamabold';
    font-size: 1.5rem;
    padding: 10px 25px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none !important;
}

.btn-transparent {
    border: 1px #454646 solid;
    background: none;
    color: #454646;
    text-transform: uppercase;
}
.btn-transparent:hover {
    background: #454646;
    color: #fff;
}
.btn-arrow::after {
    content: "\2192";
    font-size: 1.1em;
    font-family: entypo;
    font-style: normal;
    display: inline-block;
    text-align: center;
    margin-left: 15px;
}

.btn:hover,
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
    text-decoration: none;
}

.btn:active,
button:active,
input[type="button"]:active,
input[type="submit"]:active {

}


/* ===== Tableaux ===== */

/* Les <table> sont automatiquement mis dans un .table-container. */

/* La couleur de fond s'applique sur le container */
.table-container {
    background: #fff;
}
.table-container table {

}


/* ===== Release the Kraken ===== */

/* Header */

/*
#header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    background: #fff;
     padding: 5px 0;
    transition: box-shadow .3s ease;
}

*/

/*
body.scrolled #header {
    box-shadow: 0 0 3px rgba(0,0,0,.2);
}*/

#oldie-warning {
    display: none;
    background: #fff6b1;
}
#oldie-warning a {
    text-decoration: underline;
}
html.ltie11 #header {
    position: static;
}
html.ltie11 #main {
    padding-top: 0;
}
html.ltie11 #oldie-warning {
    display: block;
}
#header a {

    text-decoration: none;
}

#header-bottom {
    position: relative;
}

#header-bottom .menu {
    position: static;
}

#header-menu {
    text-transform: uppercase;
    font-size: 1.8rem;
}
#header-menu a {
    color: #666666;
}
#header-menu a:hover {
    color: #333 !important;
}
#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;
}
#header-menu > li {
    margin-left: 10px;
}
#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;
}
#header-menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    /*transform: translateY(0);*/
}
#header-menu .sub-menu a {
    padding: 3px 13px 3px 29px;
    color: #888;
    display: block;
}
#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;
}
#mykewlox {
    display: inline-block;
    padding: 0 10px;
}
#wpml-menu {
    margin-left: 5px;
}
#wpml-menu #wpml-menu-other-langs {
    background: #ffffff;
}

/* Main */

/*#main #head + section:not(#products) a:not(.btn) {
    text-decoration: underline;
    color: #888;
}
#main #head + section:not(#products) a:not(.btn):hover {
    text-decoration: underline;
    color: #333;
}*/

/* Footer */

#footer {

}
#footer a {

    text-decoration: none;
}
#footer-menu {

}

#head {
    /*background-image: url(../img/bgs/bg-default-header.jpg);*/
    background-color: #f5f5f5;
    background-position: 50% 0;
    background-repeat: no-repeat;
    min-height: 600px;
}
#head h1,
#head .h1 {
    line-height: 1.2;
}
#head h1:last-child,
#head .h1:last-child {
    margin-bottom: 0;
}
#head > div {
    position: relative;
    z-index: 1;
}
#head::after {
    content: "";
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: .3;
    display: none;
}
body.home #head,
body.news #head {
    background-image: url(../img/bgs/bg-home-header.jpg);
}
body.concept #head,
body.services #head {
    color: #fff;
    background-image: url(../img/bgs/bg-concept-header.jpg);
}
body.concept #head *,
body.services #head * {
    color: #fff;
}
body.inspiration #head {
    /*background-image: url(../img/bgs/bg-concept-header.jpg);*/
}
body.home #head .h1 {
    text-align: right;
}
/*#head #squares ul {*/
    /*width: 400px;*/
    /*height: 400px;*/
    /*font-size: 1.9rem;*/
    /*background: rgba(255,255,255,.3);*/
/*}*/
/*#head #squares li {*/
    /*float: left;*/
    /*width: 50%;*/
    /*height: 200px;*/
/*}*/

/*#head #squares a {*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*align-items: center;*/
    /*text-align: center;*/
    /*padding: 10px;*/
    /*text-decoration: none;*/
    /*color: #333;*/
/*}*/
/*html.ltie10 #head #squares a {*/
    /*display: block;*/
/*}*/
/*#head #squares strong {*/
    /*display: block;*/
    /*font-size: 2.4rem;*/
/*}*/

/*#head #squares li a:hover {*/
    /*background: rgba(255,255,255,.85);*/
    /*transform: scale(1.05)*/
/*}*/

#inspirations {
    font-size: 2em;
}
#inspirations h1 {
}
#inspirations-gallery .row > div:not(:first-child) {
    margin-top: 30px;
}
#inspirations-gallery a img {
    width: 100%;
    transition: all .3s ease;
}
#inspirations-gallery a:hover img {
    transform: scale(1.05);
    opacity: 1;
}
#concept {
    background: url(../img/bgs/bg-home-concept.jpg) 50% 50% no-repeat;
    background-size: cover;
}
#concept-gallery {
    margin-top: 60px;
}
#concept-gallery figure a {
    display: block;
    overflow: hidden;
}
#concept-gallery figure a img {
    width: 100%;
    transition: all .3s ease;
    transform: translateY(25px);
}
#concept-gallery .flex > div:hover img {
    transform: translateY(0);
}
#newsletter .h2 {
    margin: 0;
}
#easyuse-content > div {
    max-width: 250px;
    margin: 0 auto;
}
#easyuse-gallery {
    margin-top: -250px;
}

#newsletter .social {
    font-size: 6rem;
    margin: 0 auto;
    margin-top: 80px;
    max-width: 60%;
}
#footer .social {
    font-size: 3rem;
}
#footer .social li:not(:first-child) {
    margin-left: 10px;
}

#footer {
    font-size: .8em;
    line-height: 1.3;
}
#footer * {
    color: #fff;
}
#footer .menu a {
}
#footer .sub-menu a {
    font-size: 1.5rem;
    font-weight: 300;
    opacity: .8;
}
#footer .menu > .menu-item-has-children > a {
    font-size: 2.4rem;
    font-weight: 400;
}
#footer .menu a:hover {
    opacity: 1;
}

#bykewlox .step-content {
    font-size: 1.8em;
}
#bykewlox .step-number {
    font-size: 3.3em;
    color: #333;
    margin-bottom: 50px;
    position: relative;
}
#bykewlox .step-number::after {
    content: '';
    background: #333;
    height: 10px;
    border-radius: 4px;
    position: absolute;
    bottom: 2px;
    width: 55px;
    left: 50%;
    margin-left: -27px;
}

#bykewlox .step {
    margin: 25px 0;
}
#bykewlox .step:nth-child(n+2) .step-column:nth-child(1) {
    -ms-flex-order: 2;
    order: 2;
}
#bykewlox .step:nth-child(n+2) .step-column:nth-child(2) {
    -ms-flex-order: 1;
    order: 1;
}
#bykewlox .step:nth-child(n+2) .step-column:nth-child(3) {
    -ms-flex-order: 3;
    order: 3;
}

#bykewlox .step:nth-child(n+3) .step-column:nth-child(1) {
    -ms-flex-order: 2;
    order: 2;
}
#bykewlox .step:nth-child(n+3) .step-column:nth-child(2) {
    -ms-flex-order: 3;
    order: 3;
}
#bykewlox .step:nth-child(n+3) .step-column:nth-child(3) {
    -ms-flex-order: 1;
    order: 1;
}

#advantages figure img {
    height: 100px;
}
#advantages figure figcaption {
    font-size: 1.4em;
    font-weight: 700;
    margin-top: 40px;
    color: #333;
}
#advantages-keys {
    margin-top: 60px;
}

#products-nav {
    font-size: 1.2em;
    max-width: 900px;
    margin-bottom: 25px;
}
#products-nav li {
    float: left;
    margin-right: 2px;
    margin-bottom: 2px;
}
#products-nav a {
    color: #fff;
    background: #333333;
    display: block;
    padding: 10px 15px;
    text-decoration: none;
}
#products-nav a:hover {
    background: #000000;
}
#products-nav li.current-page-item a {
    background: #000000;
    font-weight: 600;
}
.masonry  {
    margin-left: -10px;
}
.masonry a {
    text-decoration: none;
}
.masonry a.product {
    font-size: 1.2em;
    display: block;
    color: #666;
    line-height: 1.1;
}
.masonry a.product:hover {
    color: #333;
}
.masonry a.product .product-author,
.masonry a.product .product-size {
    transition: all .3s ease;
    color: #aaa;
}
.masonry a.product:hover .product-author,
.masonry a.product:hover .product-size {
    color: #333;
}
.masonry figure {
    position: relative;
}
.masonry figure img {
    display: block;
    margin: 0 auto;
}
.masonry figure .product-price {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-size: 1.4em;
    background: #000000;
    padding: 5px 10px;
    color: #fff;
}
.products .masonry a figure {
    transition: all .2s ease;
    transform: scale(1)
}
.products .masonry a:hover figure {
    transform: scale(1.02)
}
.masonry .grid {
    margin: 0 auto;
}
.masonry .grid .grid-item {
    background: #fff;
    float: left;
    border: 10px transparent solid;
}

#furniture .masonry a figure {
    background: #f4f4f4;
    padding: 15px;
}
#furniture .masonry figure .product-price {
    position: static;
    display: inline-block;
    margin-top: 15px;
}

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

.step > div > div {
    width: 100%;
}


#pointsales iframe {
    width: 100%;
    margin: 0;
    margin-top: 20px;
}
#pointsales-list a {
    transition-property: color;
    color: #888;
}
#pointsales-list .current-menu-item a,
#pointsales-list a:hover {
    color: #333;
}
#pointsales-list .current-menu-item {
    font-weight: 600;
}
#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;
}

#contact {

}
#contact textarea {
    min-height: 300px;
}
#contact div[class*='col-'] {
    margin-bottom: 10px;
}

/*.loop-posts article:not(:first-child)::before {*/
    /*border-bottom: 1px #666666 solid;*/
/*}*/
.loop-posts article:first-child {
    font-size: 1.2em;
}
.loop-posts article .post-title{
    font-size: 1.7em;
}
.loop-posts article .post-date{
    margin-bottom: -15px;
}


.PM_ASForm select,
.PM_ASForm input[type='text'] {
    border: 1px #ddd solid;
}
.PM_ASCriterionsGroup {
    border-bottom: 1px #ccc solid;
    padding-bottom: 10px;
}
.PM_ASCriterionsGroupTitle {
    color: #333;
    text-transform: uppercase;
}
.PM_ASCriterionGroupCheckbox {
    list-style: none;
    margin: 0 0 0 5px;
}


.checkbox, .radio {
    margin-top: 5px;
    margin-bottom: 5px;
}
.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"], .radio input[type="radio"], .radio-inline input[type="radio"] {
    margin-left: -5px;
    top: 3px;
}

.megamenu {
    position: absolute;
    background: #fff;
    left: 0;
    width: 100%;
    border-top: 5px solid #fff;
    display: none;
}
#header-menu > li.menu-item-has-children:hover > .megamenu {;
    display: block;
}

.megamenu-lvl2 {
    display: none;
    position: absolute;
    width: 100%;
    background: #fff;
    left: 0;
    top: 100%;
}

li.open > .megamenu-lvl2 {
    display: block;
}
.megamenu-lvl1,
.megamenu-lvl2 {
    padding: 35px 60px;
    border-top: 1px #ccc solid;
}
.megamenu-lvl3 > * {
    display: none;
}

li.open > .megamenu-lvl3 {
    display: block;
}



/* Custom */

#login {
    color: #666666;
    font-size: 15px;
    /*line-height: 1.3em;*/
    /*margin-right: 10px;*/
    font-weight: 500;
    margin-top: 14px;
    margin-left: 10px;
}

#wpml-menu a {
    color: #666666;
    font-size: 15px;
    /*line-height: 1.3em;*/
    font-weight: 400;
    padding: 10px;
}

.breadcrumb {
    /*padding: 8px 0px;*/
    padding: 0;
    list-style: none;
    background-color: white;
    border-radius: 4px;
    font-size: 13px;
    margin: 5px 0 5px 0;
}


.breadcrumbitemListElement > a {
    text-decoration: none;
    color: #989898;
}
/*#logo > a > img{*/
    /*margin-top: -10px;*/
/*}*/

#squares ul {
    max-width: 400px;
    min-width: 200px;
    max-height: 400px;
    min-height: 200px;
    font-size: 1.9rem;
    /*background: rgba(255,255,255,.3);*/
    margin: auto;
}
#squares li {
    float: left;
    width: 47%;
    height: 200px;
    background-color: #ffffff;
    margin: 3px;
}

#squares a {
    width: 100%;
    height: 100%;
    align-items: center;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    color: #333;
}
html.ltie10 #squares a {
    display: block;
}
#squares strong {
    display: block;
    font-size: 2.4rem;
}

#squares li a:hover {
    background: rgba(255,255,255,.85);
    transform: scale(1.05)
}

/*
#header {
    z-index: 1000;
    padding-top: 10px;
    padding-bottom: 0px;
}
*/

.postTitle {
    display: none;
}


#wpml-menu {
    /*border: 1px solid black;*/
    /*margin-left: 10px;*/
}

#wpml-menu > li {
     margin-top: 10px;
 }

#wpml-menu #wpml-menu-other-langs {
    margin-top: 5px;
    margin-left: 216px;
}

/* TODO improve this */
@media only screen and (max-width : 1200px) {
    #wpml-menu #wpml-menu-other-langs {
        margin-left: 106px;
    }
}

@media only screen and (max-width : 1100px) {
    #wpml-menu #wpml-menu-other-langs {
        margin-left: 80px;
    }
}


/*#wpml-menu #wpml-menu-other-langs a {*/
    /*color: #ffffff;*/
/*}*/



#menu-cta {
    text-transform: none;
    font-weight: 700;
    border: 1px solid black;
    font-family: 'Source Sans Pro', sans-serif;
    margin-top: 9px;
    line-height: 6px;
}


#logo {
    margin-top: 10px;
}

#cmd {
    margin-left: 10px;
}


.btn_kewpress {
    border-width: 1px;
}

/*!* Language *!*/

/*p.selected_language {*/
    /*font-weight: bold !important;*/
    /*font: 11px Arial,Verdana,sans-serif;*/
    /*text-transform: uppercase;*/
    /*margin: 0px;*/
    /*margin-right: 6px;*/
    /*padding: 3px 0px 3px 0px;*/
/*}*/

/*p.selected_language {*/
  /*font-weight: bold !important;*/
  /*font: 11px Arial,Verdana,sans-serif;*/
  /*text-transform: uppercase;*/
  /*margin: 0px;*/
  /*margin-right: 6px;*/
  /*padding: 3px 0px 3px 0px;*/
/*}*/

/*#countries .countries_ul {*/
    /*z-index: 10000;*/
    /*padding: 0px;*/
    /*margin: 0px 0px 0px 7px;*/
    /*list-style-type: none;*/
    /*float: left;*/
/*}*/

/*.countries_ul li a {*/
    /*color: #aaaaaa;*/
    /*padding: 3px 5px;*/
    /*border: 1px solid #ddd;*/
/*}*/

/*.countries_ul li a {*/
    /*background: none;*/
    /*padding: 5px;*/
    /*border: 1px solid #555;*/
    /*border-top: 0;*/
    /*border-right: 0;*/
    /*color: #555;*/
    /*font-weight: bold;*/
/*}*/

/*#countries .selected_language {*/
    /*border: 1px solid #555;*/
    /*border-top: 0;*/
    /*border-right: 0;*/
    /*padding: 3px 5px 5px 5px;*/
    /*top: -1px;*/
    /*left: 13px;*/
    /*background-color: #555;*/
    /*color: #fff;*/
/*}*/

/*#countries {*/
    /*cursor: pointer;*/
    /*position: relative;*/
    /*top: 1px;*/
/*}*/
/*#languages_block_top ul#first-languages li {*/
    /*float: left;*/
    /*margin-top: 2px;*/
/*}*/


.footer-title {
    /*font-size: 2.4rem;*/
    font-size: 28px;
    font-weight: 400;
}

#no-results{
    margin-top: 100px;
    margin-bottom: 100px;
}

.icon-phone-header{
    margin-top: 10px;
}

#search-txt-field {
    border-bottom: 1px black solid;
    margin-bottom: 0px;
}


#search-btn {
    background: #ffffff;
    margin-top: -4px;
    font-size: 1.2em;
    width: 40px;
}

/*#block-search-header {*/
    /*border-bottom: 1px solid #666;*/
/*}*/

#searchform input {
    /*display: inline-block;*/
    border-bottom: 1px solid #666;
    font-size: 15px;
}

button > .icon-search {
    color: #666666;
    /*font-size: 1.2em;*/
    /*text-shadow: 1px 1px 1px #ccc;*/
}

#product_reference_lookup {
    line-height: 20px;
    width: 285px;
    font-size: 12px;
    display: inline-block;
    height: 20px;
    padding: 6px 6px;
    margin-bottom: 9px;
    border: 1px solid rgba(171, 170, 170, 0.76);
}





.container {
    /*padding-right: 0px;*/
    /*padding-left: 0px;*/
    margin-right: auto;
    margin-left: auto;
}

#menu2 {
    margin-top: 7px;
}

#header-line-separator{
    height:2px;
    /*border-bottom:1px solid #989898;*/
    border-bottom:1px solid #dedede;
}

.kewpress-form input:not([type="button"]):not([type="submit"]), select {
    border-bottom: 1px solid #666;
}

.caption {
    font-size: 30px;
}


/* Allow scrolling in the menu if screen is smaller */
@media only screen and (max-width : 890px) {
    #header {
        /*position:relative;*/
    }
    #main {
        /*padding-top: 20px;*/
    }
}




.shop-infos{
    color: #FFFFFF;
    list-style-type: none;
    font-size: 20px;
}

.shop-infos > li > i{
    margin-right: 20px;
    font-size: 25px;
}

.shop-infos > li > span{
    margin-left: 20px;
}

@media only screen and (max-width : 480px) {
    .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column, .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column-auto {
        min-width: 50%;
    }
}

#kewfr {
    margin-bottom: 30px;
}

.kewfr-icon{
    margin-bottom: 0px;
}
.kewfr-text{
    margin-top: -25px;
}

/*.kewfr-subtext{*/
    /*margin-top: -25px;*/
/*}*/

#cmd2 > #menu-cta {
    font-size: 11px;
    padding: 11px 6px;
}

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

.payment-method > .row > .col-xs-2 {
    margin: 0;
}
.payment-icon{
    width: 110%;
}
.payment-icon2{
    width: 115%;
}

#search-txt-field-page{
    border-bottom: 1px solid #666;
    font-size: 23px;
    width: 50%;
    float: left;
    margin-left: 50px;
}

#search-btn-page{
    float: left;
    margin-left: 20px;
}

.title{
    font-size: 38px;
    /*font-weight: 400;*/
    color: black;
}


/*.yellowbutton > a{*/
    /*background-color:#ffc300;*/
    /*color:#ffffff;*/
    /*letter-spacing: 1px;*/
    /*font-weight: 700;*/
/*}*/

.buy-btn > a {
    font-size: 20px !important;
    padding: 14px 26px !important;
}

.notshowing{
    display: none;
}

.icon-title{
    margin-right: 10px;
    margin-left: 5px;
}


@media screen and (max-width: 959px){
    .ubermenu-responsive-default.ubermenu-responsive.ubermenu .ubermenu-nav {
        width: 145px;
    }
}

.carousel-slider .owl-nav [class*="owl-"]:first-child {
    left: -15px !important;
}

.carousel-slider .owl-nav [class*="owl-"]:last-child {
    right: -15px !important;
}

@media screen and (max-width: 767px){
    .carousel-slider .owl-nav [class*="owl-"]:first-child {
        left: -5px !important;
    }

    .carousel-slider .owl-nav [class*="owl-"]:last-child {
        right: -5px !important;
    }
}

.carousel-slider .owl-nav {
    display: inline !important;
}

.carousel-slider .owl-nav [class*="owl-"] {
    opacity: 1 !important;
}

.carousel-slider-nav-icon{
    fill: #6f6d6d !important;
}

.carousel-slider-nav-icon:hover{
    fill: #868484 !important;
}

.carousel-slider__caption {
    margin: -10px;
}
.carousel-slider .carousel-slider__caption .caption {
    color: black;
    font-size: 22px;
    margin: 0 0 0;
}
.carousel-slider .carousel-slider__caption .title {
    font-size: 15px;
    font-weight: 200;
}
.lgp > div > p{
    font-size: 23px;
    line-height: 22pt;
}
.lgp > div > p > a{
    font-size: 14px;
}
.sound {
    margin: 0 0 10px;
}

.breadcrumb a.home {
    display: inline-block;
}

article .separator{
    border-bottom: 1px #959595 solid;
    margin-top: 10px;
    margin-left:auto;
    margin-right:auto;
    width:50%;
}

.kewloxpress .h1, .kewloxpress .h2, .kewloxpress .h3, .kewloxpress .h4, .kewloxpress .h5, .kewloxpress .h6, .kewloxpress h1, .kewloxpress h2, .kewloxpress h3, .kewloxpress h4, .kewloxpress h5, .kewloxpress h6{color:#333;font-weight:300;line-height:1.3}
.kewloxpress .bg-black, .kewloxpress .bg-black a, .kewloxpress .bg-darkgray a, .kewloxpress .white{color:#fff}
.kewloxpress .h1, .kewloxpress h1{font-size:3.5rem}
.kewloxpress .h2, .kewloxpress h2{font-size:3.1rem}
.kewloxpress .h3, .kewloxpress h3{font-size:2.8rem}
.kewloxpress .h4, .kewloxpress h4{font-size:2.5rem}
.kewloxpress .h5, .kewloxpress h5{font-size:2.2rem}
.kewloxpress .h6, .kewloxpress h6{font-size:1.9rem}
.kewloxpress .light{font-weight:300}
.kewloxpress .regular{font-weight:400}
.kewloxpress .semibold{font-weight:600}
.kewloxpress .bold, .kewloxpress .strong, .kewloxpress b, .kewloxpress strong{font-weight:700}
.kewloxpress .bg-black{background:#000}
.kewloxpress .bg-darkgray{background:#222;color:#fff}
.kewloxpress .bg-white{background:#fff}
.kewloxpress button .fa{margin-right:0}
.kewloxpress input, .kewloxpress select, .kewloxpress textarea{box-shadow:none!important}


a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-custom {
    font-weight: 600;
}


.show-more-btn{
    text-align: center;
}

.more-content{
    display: none;
}

.vc_btn3-size-md{
    padding: 10px 16px !important;
}

.yellowbutton {
    margin-top: -26px;
}