body{
background: #f8f8f8;
font-family: 'Open-Sans',sans-serif;
}
#wrapper{
width:100%;
}
a{
    color:#c9302c;
}
#main{
    background:#f8f8f8;
    box-shadow:none;
    -webkit-box-shadow:none;
    margin-top:70px !important;   
}
.home #main{
    margin-top:60px !important;
}
.mopen{
    left:0 !important;
}
header[role='banner'] {
    box-shadow: rgba(166,166,166,0.6) 0 2px 2px;
    font-size: 16px;
    border-top: 2px solid #1c1c1c;
    height: 50px;
    margin: 0 auto;
    padding: 10px 10px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    display:block;
}
.box{
    background:#f8f8f8;
}
.mobile-menu {
    display: none;
    left: 0;
    position: fixed; 
    width: 100%;
    z-index: 10;
}

.mobile-menu .mobile-nav:before{
    border-bottom: 0.3em solid #c9302c;
    border-top: 0.85em double #c9302c;
    content: "";
    cursor: pointer;
    height: 0.3em;
/*    left: 0;*/
    position: absolute;
    top: 0.75em;
    width: 1.55em;
    z-index: 100000;
}
.close-nav {
/*  position: absolute;*/
/*  right: 32px;*/
/*  top: 32px;*/
/*  width: 32px;*/
/*  height: 32px;*/
/*  opacity: 0.3;*/
}
.close:hover {
/*  opacity: 1;*/
}
.close-nav:before, .close-nav:after {
  position: absolute;
/*  left: 15px;*/
  content: ' ';
  height: 28px !important;
  width: 3px !important;
  background: #c9302c;
  top:20px;
  left:25px;
}
.close-nav:before {
  transform: rotate(45deg);
}
.close-nav:after {
  transform: rotate(-45deg);
}
.header-wrapper {  
    transition: all .4s;
    margin: 0 auto;
/*    max-width: 1230px;*/
/*    float:left;*/
    width:95%;
    overflow: visible;
}
.mobile-nav.open-nav {
    display: block;
}
.mobile-nav {
    margin: -10px -20px 0 0;
    padding: 10px 20px;
}
.header-wrapper>* {
    float: left;
    line-height: 37px;
}
header[role='banner'] .logo img {
    display: block;
    max-width: 200px;
}
.mobile-menu .logo img {
    margin: 0 auto;   
}
img {
    border: 0;
}
.clearfix:before{
    content: '\0020';
    display: block;
    height: 0;
    overflow: hidden;
}
.mobile-nav.close-nav{
    display:none;
    left:0;
}
header[role='banner'] .menu-item {
    font-family: Helvetica,Arial,sans-serif;
    font-weight: 400;
    display: block;
    text-transform: uppercase;
}
.nav-list-menu {
    color: #1c1c1c;
    max-width: 125px;
    position: relative;
    margin-left:40px;
}
.nav-list-categories, .nav-list-options, .nav-list-menu {
    font-family: Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-size: 14px;
    position: relative;
    width: 100%;
}
.nav-list-menu p {
    font-size: 16px;
}
.nav-list-categories>p, .nav-list-options>p, .nav-list-menu>p {
    display: inline;
}

.nav-list-categories>p:after, .nav-list-categories div:after, .nav-list-options>p:after, .nav-list-options div:after, .nav-list-menu>p:after, .nav-list-menu div:after {
    display: inline-block;
    vertical-align: middle;
    content: '';
}
.nav-list-menu>p::after {
    height: 7px;
    width: 11px;
    margin: 0 0 0 10px;
    background-repeat: no-repeat repeat;
}
.nav-list-categories>p::after, .nav-list-menu>p::after, .nav-list-options>p::after {
    display: inline-block;
    vertical-align: middle;
}
.mobile-nav::after{
    content:'';
}
.nav-list-menu ul {
    box-shadow: rgba(166,166,166,0.4) 0 3px 3px;
    right: -95px;
    text-transform: none;
    top: 50px;
    width: 240px;
}
.nav-list-categories ul, .nav-list-options ul, .nav-list-menu ul {
    box-shadow: rgba(166,166,166,0.4) 0 2px 2px;
    background-color: #fff;
    border-radius: 0 0 3px 3px;
    border-top: 4px solid #da0751;
    position: absolute;
    display: none;
    z-index: 95;
}
.nav-list-categories li, .nav-list-options li, .nav-list-menu li {
    height: 40px;
    line-height: 40px;
    text-align: left;
}
.nav-list-menu a:hover, .nav-list-menu a:focus, .nav-list-menu a.on {
    color: #da0751;
}
.nav-list-menu a {
    color: #666;
    padding: 0 15px;
    transition:all 0.4s;
}
.nav-list-categories a, .nav-list-options a, .nav-list-menu a {
    background-color: #fff;
    border-top: 1px solid #e6e6e6;
    color: #666;
    display: block;
}
#search {
  /*  margin-left: 45px; */
/*    max-width: 400px;*/
    float:left;
    width:50%;
}
#search {
    font-family: Helvetica,Arial,sans-serif;
    font-weight: 400;
    color: #666;
/*    width: 100%;*/
}
#search [type='text'] {
    border-radius: 3px 0 0 3px;
    border-right: 0;
    color: #666;
/*    float: left;*/
    float: right;
    max-width: 365px;
    padding: 3px 5px 1px 10px;
    width: 100%;
    border:1px solid #e6e6e6; 
}
#search button{
    border:1px solid #e6e6e6;
}
#search [type='text'], #search button {
    font-size: 14px;
    background-color: #fafafa;
    height: 35px;
}
#search button {
    border-radius: 0 3px 3px 0;
    padding: 0;
    vertical-align: top;
    width: 41px;
    height:41px;
    position:relative;
    left:-6px;
    float:right;
}
#search button .fa-search{
    color:#aaa;
}

#search button::after, .mobile-nav.close-nav::after, .mobile-nav::after, .share-btn::before {
    background-repeat: no-repeat repeat;
}
.user-header {
    float: right;
}
header[role='banner'] .btn {
    font-weight: 600;
    margin: 0 10px 0 0;
    box-sizing:border-box;
}
.btn.up {
    text-transform: uppercase;
}
.btn.xs {
    font-size: 13px;
    height: auto;
    line-height: 1;
    padding: 11px 10px;
    width: auto;
}
.rds3 {
    border-radius: 3px;
}
.btn{
    background-color:#c9302c;
    color:#fff;
    text-align: center;
    transition:all 0.4s;
}
.btn:hover, .btn:focus {
    background-color: #a90641;
/*    background-color: #eb3e45 ;*/
    color:#fff;
}
.mobile-nav.close-nav:after {
    background-position: 0 -2461px;
    background-repeat: repeat-y;
    height: 21px;
    width: 21px;
}
.slick-slide {
  margin: 0px 5px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
    display: block;
    vertical-align: middle;
/*    content: '' !important;*/
    margin: auto;
}
.slick-arrow{
    border-radius: 50%;
    background: none;
    border: 0;
    cursor: pointer;
    display: inline-block;
    height: 40px;
    padding: 5px 0 0;
    position: absolute;
    top: 113px;
    width: 40px;
}
.slick-next{
    right:-65px;
/*    transition:all 0.4s;*/
}
.slick-prev{
    left:-65px;
/*    transition:all 0.4s;*/
}
.slick-next:before{
/*    background-position: 0 -1226px;*/
/*    background-repeat: repeat-y;*/
    height: 29px;
    width: 18px;
    content : '\203a' !important;
    font-size:75px !important;
/*    font-family: inherit !important;*/
/*    font-family: 'Zapf Dingbats' !important;*/
    font-family: 'Open Sans Condensed' !important;
    background:none !important;
}
.slick-next:hover:before,.slick-next:focus:before,.slick-next:active:before{
/*    background-position: 0 -1260px;*/
    color:#c9302c; 
    content : '\203a' !important;
    font-size:75px !important;                               

}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus{
    color:#c9302c !important;
    
}
.slick-prev:before{
/*    background-position: 0 -1294px;*/
/*    background-repeat: repeat-y;*/
    height: 29px;
    width: 18px;
    content : '\2039' !important;
    font-size:75px !important;
/*    font-family: inherit !important;*/
font-family: 'Open Sans Condensed' !important;
}
.slick-prev:hover:before{
/*    background-position: 0 -1328px;*/
    color:#c9302c;
}
.slider{
    width:90%;
    margin:0px auto;
    display:flex;
}

#sliderContainer{
    float:left;
    width:100%;
/*    background-image: url(/lebondev/wp-content/themes/lebon/images/nimg/bon-plan-printemps.jpg);
    background-image: url(/wp-content/themes/lebon/images/nimg/bon-plan-automne.jpg);
background-image: url(/wp-content/themes/lebon/images/nimg/bon-plan-noel.jpg);
background-image: url(/wp-content/themes/lebon/images/nimg/bon-plan-hiver.jpg);
*/
/*background-image: url(/wp-content/themes/lebon/images/nimg/bon-plan-automne.jpg);*/
    padding:20px 0;
}
.slick-dots{
    bottom:-40px !important;
}
.slick-dots li{
    width:12px !important;
    height:12px !important;
    border-radius:50%;
    background-color:#fff;
}
.slick-dots li.slick-active{
/*    background-color:#DA0751;*/
    background-color:#c9302c;
}
.hdeals header{
    font-family: 'Open Sans',sans-serif;
    padding : 2px 10px 15px;
    text-shadow : 0 0 3px rgba(48,50,58,0.6), 0 2px 2px rgba(48,50,58,0.6);
    color:#fff;
    font-size:28px;
    text-align: center;
}
.layout-3col{
    background:#f8f8f8;
    max-width:1230px;
    margin:0px auto;
    top:40px;
}
#content-wrapper.nhomeContainer{
    position: initial;
}
#content-wrapper{
    float:none;
}
.layout-3col:before,.nav-list:before{
    content: '\0020';
    display: block;
    height: 0;
    overflow: hidden;
}                    
.layout-3col #home-main{
/*    width:70%;         */
    width:73%;         
}
.homepage-middle-left-first-inner{
    margin:0;
    padding:0 10px;
}
#archive-wrapper,.homepage-middle-left-first-inner{
    box-sizing:border-box;
}
.deals-cstContainer{
    background:#fff;
    padding: 10px;
    box-sizing: border-box;
    height:auto !important;
}
.deals-img,.deals-txt{
    float:left;
}
.deals-img{
    min-height: 140px;
    width:100%;
}
#sliderContainer .deals-img img{
 transition: all 0.4s;   
}
#sliderContainer .deals-img img:hover{
    opacity:0.6;
}
.deals-txt a{
    color:#1c1c1c;
}
.slick-track{
    display:flex !important;
}
.deals-txt{
    margin-top:20px;
}
.deals-txt .title {
    font-family: 'Open Sans',sans-serif;
    text-decoration: none;
    display: inline;
    line-height: 1.2;
    font-size:14px;
}
.layout-3col #home-main .hsm{
    font-size:24px;
    color:#1c1c1c;
    font-family: 'Open Sans',sans-serif;
    line-height: 1.3;
}
#home-main hr{
    border:2px solid #a6a6a6;
    width:100%;
}
.nav-list {
    margin: 6px 0 0;
    padding: 20px 0 0;
}
.nav-list>* {
    float: left;
    height: 35px;
    margin-left: 10px;
}
.nav-list-filter {
    margin-left: 0;
/*    max-width: 330px;*/
}
.nav-list-filter li {
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
}
.nav-list-filter li:first-of-type span {
    border-radius: 3px;
}
.nav-list-filter span {
/*    background-color: #da0751;*/
/*    background-color: #eb3e45;*/
    background-color: #c9302c;
    font-size: 14px;
    border-right: 0;
    color: #fff;
    display: block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 110px;
    border:1px solid #e6e6e6;
    transition:all 0.4s;
}                            
.nav-list-filter .stay{
    color: #666;
    background-color: #fff;
}
.nav-list-filter li span:hover{
/*    background-color: #da0751;*/
    background-color: #c9302c ;
    color:#fff;
}
.dposts{
    width:100%;
    border:1px solid #E7E9EC;
    border-radius:6px;
    background:#fff;
    box-sizing:border-box;
    padding:10px;
    float:left;
    margin-top:20px;
}
.ldposts{
    float:left;
    width:30%;
}
.rdposts{
    float:left;
    width:70%;
    box-sizing:border-box;
    padding-left:10px;
}
.rdshop {
    float: right;
    width: 100%;
    text-align: right;
}
.rdshop {
    color: #A3ABB2;
    font-size: 14px;
    font-family: 'Open Sans',sans-serif;
}
.rdtitle,.rddesc {
    float: left;
    width: 100%;
    margin-top:10px;
    font-family: 'Open Sans';
}
.rdtitle a {
    font-size: 18px;
    color: #1c1c1c;
	font-weight: 600;
}
.rddesc {
    float: left;
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
    color: #1c1c1c;
    line-height: 1.3;
}
.rlay{
    float:left;
    width:70%;
    margin-top:30px;
}
.rlview{
    float:left;
    width:100%;
    text-align: right;
}
.rlayprice{
    width:20%;
    float:left;
    color:#A3ABB2;
    font-size:14px;
    text-align: center;
}
.rlayprice:first-child{
    width:40%;
}                     
.rlayprice:first-child img{
    width:35px;
    float:left;
}
.rlayprice:first-child span{
    float:left;
    margin-top:8px;
    font-size:12px;
    width:calc(85% - 40px);
    text-align: right;
    color:#A3ABB2;
    max-width:60px;
}
.rlayprice:first-child span.prixPromo {
    font-size: 30px;
    color: #c9302c;
    margin:0;
    width:100%;
    text-align: left;
    max-width:none;
}     
.rlay .oremise{
  width:100% !important;  
}
.rlay .oremise span.prixPromo{
    font-size: 25px;
}
.rlview a,#viewMore a {
    color: #C9302C;
    font-size: 18px;
    border: 2px solid #C9302C;
    padding: 10px;
    border-radius: 7px;
    font-family: 'Open Sans';
    font-weight: 600;
    display: inline-block;
    margin-top:5px;
    transition:all 0.4s;
}
#viewMore a{
    border-radius: 5px;
    background: #fff;
    width: 40%;
    max-width: 300px;
}
.rlview a:hover,#viewMore a:hover{
   text-decoration: none;
    background: #c9302c;
    color: #fff !important;
}
.rdtitle a, .deals-txt a{
    transition:all 0.4s;
}
.rdtitle a:hover,.deals-txt a:hover{
    color:#c9302c;
    text-decoration: none;
}
.ldposts img{
    transition:all 0.4s;
}
.ldposts img:hover{
    opacity:0.6;
}
#viewMore{
    text-align: center;
    margin: 20px auto;
    float: left;
    width: 100%;
}
#sidebar-homewrapper{
/*    width:30%;*/
    width:27%;
    float:left;
    box-sizing:border-box;
    padding-left:20px;
}
.sidebar-boxes {
/*    float: left;*/
    float: right;
/*    width: 100%;*/
    width: 300px;
    box-sizing: border-box;
/*    padding: 20px;*/
    padding: 20px 10px;
    background:#fff;
    margin-bottom:15px;
    font-family: 'Open Sans';
}
.sidebar-adbox{
    height:600px;
    padding:0;
}
.sidebar-boxes .sidebar-header{
    font-size: 18px;
    font-weight: normal;    
}
.sred{
    color:#c9302c;
}
.sidebar-boxes hr{
    border:1px solid #e6e6e6;
}
.sidebar-boxes p {
    margin-bottom: 20px;
}
.sidebar-boxes p.bHeading {
    font-size: 16px;
    line-height: 1.3;
    color: #666;
}
.sidebar-boxes p.bContent {
    color: #a8a8a8;
    font-size: 14px;
    font-weight: 100;
    line-height: 1.3;
}
.sidebar-boxes p.bContent strong{
    color: #a6a6a6;
}
.appImg{
    text-align: center;
}
.appImg img{
    width:60%;
    max-width: 180px;
}
.layout-3col #home-main{
    margin-bottom:100px;
}
[role='contentinfo'] {
    background-color: #f2f2f2;
    padding: 35px 0 0;
    width:100%;
    float:left;
}
.col2, .register .col2, .col3 {
    margin: 0 auto;
    width: 98%;
	max-width: 1450px;
}
footer>div{
/*    max-width: 1230px;*/
}
footer .col3:before, footer .col3:after{
    content: '\0020';
    display: block;
    height: 0;
    overflow: hidden;
}
[role='contentinfo'] .col {
    min-width: 240px;
    padding: 0 10px;
    padding-bottom: 35px;
}
.col3 .col {
    width: 25%;
    box-sizing:border-box;
}
.col3 .col {
    display: block;
    float: left;
    vertical-align: top;
}
[role='contentinfo'] .title {
    color: #1c1c1c;
    font-size: 18px;
    margin: 0 0 30px;
    padding: 0;
    text-transform: uppercase;
}
[role='contentinfo'] a, [role='contentinfo'] p, [role='contentinfo'] span{
    display: block;
    line-height: 22px;
    font-size: 14px;
    padding: 0 10px 10px 0;
}
[role='contentinfo'] ul {
    float: left;
    margin-bottom: 10px;
    width: 50%;
}
[role='contentinfo'] a, [role='contentinfo'] span {
    color: #666;
    text-decoration: none;
}
[role='contentinfo'] .fbpink, [role='contentinfo'] .twpink, [role='contentinfo'] .gppink {
/*    display: inline-block;*/
/*    margin: 0 10px 0 0;*/
}
.fbpink {

/*    background-position: 0 -1923px;                                                        */
/*    background-repeat: repeat-y;*/
/*    height: 46px;*/
/*    width: 46px;*/
/*    transition:all 0.4s;*/
}
.fbpink:hover {

/*    background-position: 0 -1975px;*/
/*    background-repeat: repeat-y;*/
/*    height: 46px;*/
/*    width: 46px;*/
}
.twpink {

/*    background-position: 0 -3787px;*/
/*    background-repeat: repeat-y;*/
/*    height: 46px;*/
/*    width: 46px;*/
}
.twpink:hover {

/*    background-position: 0 -3838px;*/
/*    background-repeat: repeat-y;*/
/*    height: 46px;*/
/*    width: 46px;*/
/*    transition:all 0.4s;*/
}
.gppink {

/*    background-position: 0 -2073px;*/
/*    background-repeat: repeat-y;*/
/*    height: 46px;*/
/*    width: 46px;*/
/*    transition:all 0.4s;*/
}
.gppink:hover {

/*    background-position: 0 -2124px;*/
/*    background-repeat: repeat-y;*/
/*    height: 46px;*/
/*    width: 46px;*/
}
[role='contentinfo'] a, [role='contentinfo'] span{
    transition:all 0.4s;
}
[role='contentinfo'] a:hover, [role='contentinfo'] a:focus, [role='contentinfo'] span:hover, [role='contentinfo'] span:focus {
    text-decoration: underline;
}
[role='contentinfo'] .appImg{
    text-align: left;
}
.gototop.show {
    opacity: 1;
}
.gototop{
    transition:all 0.4s;
}
.gototop:hover, .gototop:focus {
/*    background-color: #a90641;*/
    background-color: #eb3e45;
}
.gototop {
/*    background-color: #da0751;*/
    background-color: #c9302c;
    border-radius: 2px;
    bottom: 30px;
    height: 50px;
    opacity: 0;
    position: fixed;
    right: 20px;
    transition: opacity 1s;
    width: 50px;
    z-index: 2000;
    text-align: center;
}
.gototop .fa-angle-up{
    color:#fff;
    font-size:45px;
}
.hsm.search:before {
/*    display: inline-block;*/
/*    vertical-align: middle;*/
/*    content: '';*/

/*    background-position: 0 -3167px;*/
/*    background-repeat: repeat-y;*/
/*    height: 20px;*/
/*    width: 20px;*/
/*    margin-bottom: 5px;*/
/*    margin-right: 5px;*/
}
.hsm.search .fa-search{
    margin-right:10px;
}
.nav-list-categories {
    max-width: 240px;
    cursor: pointer;
    transition:all 0.4s;
}
.nav-list-categories:hover{
    color:#c9302c;
}
.nav-list-categories, .nav-list-options, .nav-list-menu {
    font-family: Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-size: 14px;
    position: relative;
    width: 100%;
}
.nav-list>* {
    float: left;
    height: 35px;
    margin-left: 10px;
}
.nav-list-categories, .nav-list-options {
    float: right;
}
.box{
    background: #fff;
}
.rds3{
    border-radius:3px;
}
.brdr{
    border:1px solid #e6e6e6;
}
.nav-list-categories p.all {
    background: none;
    padding: 0 0 0 14px;
    line-height: 35px;
}
.nav-list-categories>p, .nav-list-options>p, .nav-list-menu>p {
    display: inline;
}
.nav-list-categories>p:after, .nav-list-categories div:after, .nav-list-options>p:after, .nav-list-options div:after {
/*    background-image: url(/lebondev/wp-content/themes/lebon/images/nimg/sort.png);*/
    background-image: url(/wp-content/themes/lebon/images/nimg/sort.png);
/*    background-position: 0 -1843px;*/
/*    background-repeat: repeat-y;*/
    height: 16px;
    width: 14px;
    margin: 9px 8px;
    position: absolute;
    right: 5px;
    background-repeat:no-repeat;
    background-size:cover;
/*    content : '\f0dc' !important;*/
}
.nav-list-categories>p:after, .nav-list-categories div:after, .nav-list-options>p:after, .nav-list-options div:after, .nav-list-menu>p:after, .nav-list-menu div:after {
    display: inline-block;
    vertical-align: middle;
    content: '';
}
.nav-list-categories>p::after, .nav-list-options>p::after {
    /*height: 13px;
    width: 10px;
    margin: 11px 8px;
    position: absolute;
    right: 5px;
    background-repeat: no-repeat repeat;  */
}
.nav-list-categories>p::after, .nav-list-menu>p::after, .nav-list-options>p::after {
    /*display: inline-block;
    vertical-align: middle;*/
}
.nav-list-categories ul {
    right: 0px;
    width: 240px;
    overflow: auto;
    height:400px;
    border:none;
}
.nav-list-categories ul, .nav-list-options ul {
    top: 35px;
}

.nav-list-categories li {
/*    display: inline-block;*/
/*    width: 50%;*/
}
.nav-list-categories li, .nav-list-options li, .nav-list-menu li {
    height: 40px;
    line-height: 40px;
    text-align: left;
}
.nav-list-categories li:nth-child(odd) a {
    border-right: 1px solid #e6e6e6;
}
.nav-list-categories a, .nav-list-options a, .nav-list-menu a {
    background-color: #fff;
/*    border-top: 1px solid #e6e6e6;*/
    color: #666;
    display: block;
    padding-left:14px;
    transition:all 0.4s;
}                           
.nav-list-categories a:hover{
    background: #c9302c;
    color:#fff;
    text-decoration: none;
}
.nCatContainer #viewMore a{
    max-width:400px;
    width:50%;
}
.dsubcatContainer{
    padding-left: 10px;
    margin-bottom: 20px;
    float: left;
    width: 100%;
    box-sizing: border-box;
}
.dsubcatContainer .rdtitle, .singletemp .rdtitle{
    font-size: 30px;
    color:#c9302c;
    font-weight: normal;    
}
.singletemp .rdtitle{
    font-size:25px;
}
.dsubcatContainer .rdtitle b, .singletemp .rdtitle b{
    font-weight:700;
}
.dsubcatContainer .rdtitle img{
    width:25px;
}
.singletemp .rdtitle img{
    width:20px;
}
.dsubcatContainer .dposts{
    background: #f2f2f2;
    display: flex;
}
.dsubcatContainer .ldposts{
    margin-right:2%;
}
.dsubcatContainer .rdposts{
/*    width:68%;*/
    width:100%;
    padding-left:2%;
}
.dsubcatContainer .ldposts, .dsubcatContainer .rdposts{
    background:#fff;
    border-radius:7px;
}
#main.singletemp{
    margin-top:50px !important;
}
.singletemp .breadcrumb{
    font-size: 13px;
    color: #1c1c1c;
    line-height: 20px;
    margin: 0 auto 20px;
    max-width: 1230px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: 'Open Sans';
    border: 0;
    padding: 0;
    width: 100%;
}
.singletemp .breadcrumb .sep {
/*    display: inline-block;*/
/*    vertical-align: middle;*/

/*    background-position: 0 -3132px;*/
/*    background-repeat: repeat-y;*/
/*    height: 11px;*/
/*    width: 7px;*/
/*    margin: 0 5px;*/
}
i.fa.fa-angle-right {
    margin: 0 2px;
    color: #aaa;
}
.singletemp .breadcrumb a, .singletemp .breadcrumb .current{
    color: #a6a6a6;
    font-size: 13px;
    transition:all 0.4s;
}
.singletemp .breadcrumb a:hover{
    color:#c9302c;
    text-decoration: none;
}
.singletemp .headline {
    font-size: 30px;
    font-family:'Open Sans';
    color:#1c1c1c;
	font-weight:600px;
}
.singletemp #title-main{
    border:none;
    padding-right:10px;
    width:100%;
    box-sizing:border-box;
}   
.singletemp .nhomeContainer{
    background:#fff;
}
.singletemp .pdate{
    font-size:14px;
    color:#a6a6a6;
}
.singletemp #post-fields{
    float: left;
    width: 40%;
    min-width: 350px;
    border: 2px solid #e8e8e8;
    border-radius: 7px;
    box-sizing: border-box;
    padding: 10px;
    margin : 0 20px 20px 0;
}
.singletemp .rdtitle{
    text-align: center;
    margin: 0 auto;
    font-size: 22px;
}
.singletemp #post-fields-top{
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    color: #a6a6a6;
}
.singletemp #post-fields-top b,.promo_code{
/*    color:#000;*/
    color:#1c1c1c;
}
.singletemp #post-fields-top b#prix_promo{
    font-size: 30px;
}
.singletemp #post-fields-middle{
    float: left;
    width: 100%;
    margin-top: 20px;
}
.singletemp .post-fields-content {
    float: left;
    width: 25%;
}
.singletemp .post-fields-content-header{
    color:#a6a6a6;
    text-align: center;
    width:100%;
    float:left;
}
.singletemp .post-fields-content-header.post-content{
    color:#1c1c1c;
}
.singletemp .rlview{
    margin-top:20px;
    margin-bottom:10px;
}
.singletemp .rlview a{
    font-size:14px;
    border:1px solid #c9302c;
    padding: 5px 10px;
}
.singletemp #content-area{
    width:100%;
    box-sizing:border-box
}
.mobHeaderMenu{
    width: 100%;
    float: left;
    margin-top: 30px;
    box-sizing: border-box;
}
.mobHeaderMenu ul a{
    width:100%;
    border-bottom:1px solid #e0e0e0;
    color:#c9302c;
    display:block;
    padding:5px 0;
}
.mobHeaderMenu ul a:hover{
    background: #c9302c;
    color:#fff;
    text-decoration: none;
}
.mobHeaderMenu ul li{
    width:100%;
    box-sizing:border-box;
    padding-left:10px;
}

/*Media Queries*/
@media (min-width:1700px){
    .nextSlick,.prevSlick{
        top:170px;
    }
}
@media (min-width:1450px) and (max-width:1699px){
    .nextSlick,.prevSlick{
        top:140px;
    }
}
@media (min-width:1241px){
    .deals-img {
    min-height: 16.5vw;
}

}

@media (max-width:1250px){
    #content-wrapper{
        width:97%;
    }
}
@media(max-width:1240px){
    .deals-img{
        min-height: 20vw;
    }
    .layout-3col #home-main{
        width:70%;
    }
    #sidebar-homewrapper{
        width:30%;
    }
}
@media (max-width:1220px){
    #search{
        width:40%;
    }
    #search [type='text']{
        width:70%;
    }
}
@media (max-width:1080px){
    .nCatContainer .nav-list-filter{
        width:calc(100% - 10px);
    }
    .nCatContainer .nav-list-categories{
        margin-top:20px;
    }
    #content-wrapper.layout-3col{
    display:table;
    margin-bottom:50px;
    }
    .layout-3col #home-main,#sidebar-homewrapper{
        float:none;
        width:80%;
        margin:0 auto;
        display: table;
    }
    #sidebar-homewrapper{
        padding-left: 0;
        max-width::590px;
        margin:30px auto;
    }
    .sidebar-boxes{
        float:none;
        margin:0 auto 15px auto;
        display:table;
    }
    .recentPostsText{
        float: none !important;
        margin:20px auto !important;
        display: table !important;
    }
}
@media(max-width:1024px){
    .deals-img{
        min-height: 27vw;
    }
}
@media only screen and (max-width:1023px){
    .slick-dots li {
        width:8px;
        height:8px;
    }
}
@media only screen and (min-width:991px){
    .mobHeaderMenu{
     display: none;   
    }
}
@media only screen and (max-width: 990px){
.desktop-menu {
    left: -100%;
    max-height: 100%;
    overflow-y: auto;
    padding: 10px 0 20px;
    position: fixed;
    top: 5px;
    width: 320px;
    z-index: 100;
    height:100%;
}
.desktop-menu .mobile-nav {
    display: block;
}
header[role='banner'] .logo {
    float: none;
    margin: auto;
    position: static;
    width: 220px;                     
}
#search {
    float: none;
    margin-left: 0;
    max-width: none;
    width:auto;
}
#search input[type="text"] {
/*    float: none;*/
    margin-left: 20px;
    max-width: none;
    width: 180px;
}
.btn.xs{
    padding:15px 10px;
    width:94%;
}
.desktop-menu .user-header {
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
    top: 40px;
    width: 100%;
/*    left:5px;*/
    text-align: center;
/*    float:none;*/
    float:left;
    box-sizing:border-box;
}
.user-header a{
    font-size: 15px !important;
}
.mobile-menu {
    display: block;
}
.desktop-menu .logo {
    display: none;
}

.nhomeContainer #home-main{
/*    margin-bottom:100px;*/
    padding:20px;
    box-sizing:border-box;
}
.col2, .register .col2, .col3{
    margin:0 auto;
    width:75%;
    float:none;
}
.col3 .col{
    width:50%;
}
.rlayprice{
    margin-top:5px;
}
.rlayprice:first-child{
    margin-top:0;
}
.rlay{
    width:100%;
    margin:30px 0;
}

}

@media (max-width:767px){
    .layout-3col #home-main,#sidebar-homewrapper,.col2, .register .col2, .col3{
        width:90%;
    }
    [role='contentinfo'] ul{
        width:100%;
    }
    .rlview a, #viewMore a{
        font-size: 15px;
    }
    .dsubcatContainer .rdtitle img{
        width:20px;
    }
    .dsubcatContainer .rdtitle, .singletemp .rdtitle{
        font-size: 24px;
    }
    
    
}
@media (max-width:600px){
    .col3 .col{
        width:100%;
        float:none;
        margin:0 auto;
    }           
    #viewMore a{
        width:80%;
    }
    .rlayprice {
     width: 50%;
     text-align: left;
     min-height: 60px;
    }
    .rlayprice:first-child{
        width:50%;
    }
    .nav-list>*{
        height: auto;
    }
    .nav-list-filter li{
        margin-bottom: 5px;
    }
    .deals-img{
        width:100%;
        min-height: 40vw;
    }
    .home .nav-list-filter{
        width: calc(100% - 10px);
    }
    .nav-list-filter a{
    width:49%;
    float:left;
    margin-right:1%;
    }
    .nav-list-filter a:nth-child(2n){
        margin-left:1%;
        margin-right:0
    }
    .nav-list-filter li,.nav-list-filter span{
        width:100%;
    }
    .nav-list-categories{
        width:calc(100% - 12px);
        max-width: none;
    }
    .nav-list-categories ul{
        width:100%;
    }
    .nextSlick,.prevSlick{
        font-size:60px !important;
    }
    .prevSlick{
        left:-20px !important;
    }
}
@media (max-width:480px){
    .deals-img{
        min-height: 48vw;
    }
    .slick-next{
        right:-20px !important;
    }
    .slick-prev{
        left:-20px !important;
    }
    .layout-3col #home-main, #sidebar-homewrapper, .col2, .register .col2, .col3{
        width:98%;
    }
    .nhomeContainer #home-main{
        padding:0;
    }
    .dsubcatContainer .rdtitle img{
        width:16px;
    }
    .dsubcatContainer .rdtitle, .singletemp .rdtitle{
        font-size: 20px;
    }
    .fa-bookmark-o{
        font-size:27px !important;
    }
    .single-post .socialShareLinks img{
        width:30px !important;
    }
    .single-post .post-btmContent .socialShareLinks{
        font-size: 20px !important;
    }
    .slider{
        width:85%;
    }
    .nextSlick,.prevSlick{
        width:40px
    }
}
@media (max-width:479px){
    .apsc-theme-4 .apsc-each-profile, .apsc-theme-3 .apsc-each-profile{
        float:left;
    }
    #main.singletemp{
        margin-top:60px !important;
    }
}                    
@media (max-width:450px){
    .singletemp #post-fields{
        min-width: 0;
        margin-right:0;
        width:100%;
    }
}
@media (max-width:350px){
    .rlayprice,.rlayprice:first-child{
        width:100%;
    }
}
@media (-webkit-min-device-pixel-ratio: 1.5), not all, not all, (min-resolution: 144dpi){
.mobile-nav.close-nav:after {

/*    background-size: 300px 3935px;*/
/*    background-position: 0 -2461px;*/
}
}
@media (-webkit-min-device-pixel-ratio: 1.5), not all, not all, (min-resolution: 144dpi){
/*.mobile-nav:after {
    
    background-size: 300px 3935px;
    background-position: 0 -2441px;
}                */
}
@media (-webkit-min-device-pixel-ratio: 1.5), not all, not all, (min-resolution: 144dpi)
{
#search button:after {

/*    background-size: 300px 3935px;*/
/*    background-position: 0 -3148px;*/
}
}

/*PRODUCT PAGE TABS STARTS HERE */
#hometabs {

   width: 100%;
    height:30px; 
   border-bottom: solid 1px #CCC;
   padding-right: 2px;
   margin-top: 30px;
   

}
a {cursor:pointer;}

#hometabs li {
    float:left; 
    list-style:none; 
    border-top:1px solid #ccc; 
    border-left:1px solid #ccc; 
    border-right:1px solid #ccc; 
    margin-right:5px; 
    border-top-left-radius:3px;  
    border-top-right-radius:3px;
      outline:none;
}

#hometabs li a {

    font-family:Arial, Helvetica, sans-serif; 
    font-size: 12px;
    font-weight: bold; 
    color: #c9302c;;
   padding-top: 5px;
   padding-left: 7px;
   padding-right: 7px;
    padding-bottom: 8px; 
    display:block; 
    background: #FFF;
    border-top-left-radius:3px; 
    border-top-right-radius:3px; 
    text-decoration:none;
    outline:none;
    transition:all 0.4s;
}

#hometabs li a.inactive{
    padding-top:5px;
    padding-bottom:8px;
  padding-left: 8px;
  padding-right: 8px;
    color:#F2F2F2;
    background: #EEE;
   outline:none;
   border-bottom: solid 1px #CCC;

}

#hometabs li a:hover, #hometabs li a.inactive:hover {
    color: #5685bc;
      outline:none;
}

.homecontainer {

    clear:both;           
    width:100%; 
    border-left: solid 1px #CCC;
      border-right: solid 1px #CCC;
  border-bottom: solid 1px #CCC;
    text-align:left;
  padding-top: 20px;

}

.homecontainer h2 { margin-left: 15px;  margin-right: 15px;  margin-bottom: 10px; color: #5685bc; }

.homecontainer p { margin-left: 15px; margin-right: 15px;  margin-top: 10px; margin-bottom: 10px; line-height: 1.3; font-size: small; }

.homecontainer ul { margin-left: 25px; font-size: small; line-height: 1.4; list-style-type: disc; }

.homecontainer li { padding-bottom: 5px; margin-left: 5px;}

.prodpage-middle-left-title a {
    color: #666 !important;
    font-size: 13px;
}
/*PRODUCT PAGE TABS ENDS HERE */
.apsc-theme-4 .media-name{
    display:none;
}
.apsc-theme-4 .apsc-each-profile{
    width:45%;
}
.apsc-theme-4 .apsc-each-profile a{
    padding:6px 10px 6px 5px;
    min-width:67px;
}
.apsc-theme-4 .apsc-count{
    float:right;
    margin-top:10px;
    font-family: 'MyriadPro-Regular';
}
.apsc-theme-4 .social-icon{
    padding-top:6px;
}
.apsc-inner-block{
    transition: all .4s;
}
.hiddenIcon{
    display: none;
    position: relative;
    top: 8px;
    left: 6px;
    transition: all .4s;
}
.iconHover{
    background:transparent;
    padding-top:0 !important;        
    height:26px;     
}
.iconHover .hiddenIcon{
    display:inline !important; 
}
.iconHover .apsc-inner-block{
    display:none !important;
}
.sidebar-boxes #hometabs{
    margin-top:0;
    border:0;
    display:flex;
}
.sidebar-boxes #hometabs li{
    width:99px;
    border : 0;
    border-right:1px solid #ccc;
    border-top:1px solid #ccc;
    margin-right: 0;
    border-radius: 0;
}
.sidebar-boxes #hometabs li a{
    border-radius:0 !important;
    border-top:3px solid #c9302c;
    padding-left:0;
    padding-right:0;
    text-align: center;
    font-weight: normal;
    height:15px;
}
.sidebar-boxes #hometabs li a.inactive{
    border-radius:0 !important;
    padding-left:0;
    padding-right:0;
    text-align: center;
    color:#000;         
    border-top:0;
}
.sidebar-boxes #hometabs li a:hover{
    color:#c9302c;
}
.sidebar-boxes .prodpage-middle-left-title a{
    color:#000 !important;
}
.sidebar-boxes #hometabs li:last-child{
    width:100px;
    border-right:0;
}
.sidebar-boxes .homecontainer{
    border:0;
    float:left;
    padding-top:10px;
}
.sidebar-boxes .homepage-middle-left-first{
    width:100%;
    box-sizing:border-box;
    padding-top:0
}
.sidebar-boxes .homepage-middle-left-first-inner{
    width:100%;
    box-sizing:border-box;
    padding:10px !important;
}
.sidebar-boxes.recentPosts{
    padding:0;
}
.sidebar-boxes .sidebarBou{
    font-size:13px;
    color:#000;
}
.sidebar-boxes .homepage-middle-left-photo img, .sidebar-boxes .homepage-middle-left-first a{
    transition:all 0.4s;
}
.sidebar-boxes .homepage-middle-left-photo img{
    height:auto;
}
.sidebar-boxes .homepage-middle-left-photo img:hover{
    opacity:0.6;
}
.sidebar-boxes .homepage-middle-left-first a:hover{
    color:#c9302c !important;
    text-decoration: none;
}
.single-post #bottom_link{
    margin-top:20px;
}
.single-post #content-area a{
    color:#c9302c;
}
.single-post div#bottom_link a, .single-post a.btn-lg{
    background:#fff;
    border:1px solid #c9302c;
    color:#c9302c;
    width:70%;
    margin:0 auto;
}
.single-post div#bottom_link a:hover,.single-post a.btn-lg:hover{
    background:#c9302c;
    color:#fff;
}
.single-post #post-area{
    background:#f8f8f8;
}
.single-post #post-area #content-area{
    background: #fff;
    margin-bottom:20px;
}
.single-post .post-btmContent{
    padding:0px 20px 10px;
    box-sizing:border-box;
    width:100%;
    background: #fff;
    float:left;
    margin-bottom:30px;
}
.single-post .post-btmContent .socialShareLinks{
    color: #000;
    font-size: 25px;
    font-family: 'MyriadPro-Regular';
    line-height: 1.5;
}
.single-post .really_simple_share,.really_simple_share_facebook_like{
    display: none;
}
.single-post .socialShareLinks img{
    width:35px;
    position: relative;
    top:8px;
    transition: all 0.4s;
}
.single-post .socialShareLinks a:hover{
    text-decoration: none;
}
.single-post .socialShareLinks a:hover img{
    opacity:0.6;
}
.tagsbtm{
    float:right;
}
.tagsbtm a{
    color:#999;
}
.tagsbtm img{
    width:18px;
    position: relative;
    top:4px;
}
.spAd{
    float:left;
    width:100%;
    padding:10px 20px 0;
    box-sizing:border-box;
    min-height: 30px;
    margin-bottom:25px;
}
.btmContentAd{
    background: #fff;
    width:100%;
    box-sizing:border-box;
    margin-bottom: 20px;
}
.single-post #comments{
    border:0;
    background:#f8f8f8;
    width:100%;
}
.single-post .comment-header{
    width: 100%;
    box-sizing: border-box;
    margin-left: 0;
    background: none !important;
    color: #c9302c;
    font-family: "MyriadPro-Regular";
    font-size: 20px;
    margin-top: 30px;
    text-transform: capitalize;
}
.single-post ol.commentlist{
    width:100%;
    box-sizing:border-box;   
}
.single-post .comment-reply a,#cancel-comment-reply-link{
    background: #f8f8f8;
    /* width: 50px; */
    font-size: 15px;
    padding: 10px 15px;
    font-family: Open Sans;
    border: 1px solid #c9302c;
    color:#c9302c;
    transition: all 0.4s;
}                                  
.single-post .comment-reply a:hover,#cancel-comment-reply-link:hover{
    background: #c9302c;
    /* width: 50px; */
    font-family: Open Sans;
    color:#fff;
}
.single-post .comment a{
    color:#c9302c;
}
#respond .comment-notes{
    font-size:15px;
}
#respond input, #respond textarea{
   margin-bottom: 7px;
   max-width: 100%; 
   height:35px;
   padding: 2%;
   width: 100%;
   border:1px solid #e6e6e6;
   background:#fff;
   box-shadow:none;
   box-sizing:border-box;
   font: 400 14px/normal helvetica,arial,sans-serif;
   max-width:870px;
}
#respond textarea{
    min-height: 80px;
    height:80px;
}
#respond #submit{
    border:0;
    color:#fff;
    font-size:16px;
    height:40px;
    margin:5px auto;
    padding: 8px 20px;
    text-align: center;
/*    max-width: 150px;*/
    float:right;
    display:block;
    background-color: #c9302c;
    width:auto;
    font-family: "Open Sans";
    font-weight: normal;
}
#respond #submit:hover{
    background-color:#eb3e45;
}
#respond form{
    width:100%;
    box-sizing:border-box;
}
#respond .logged-in-as a{
    color:#c9302c;
}
.nhomeContainer .comment-inner{
    border:0;
}
.recentPostsText{
    width:300px;
    float:right;
    margin:20px 0;
    font-size:20px;
    color:#000;
}
.recentPostsText .rphl{
    color:#c9302c;
    text-transform: uppercase;
    font-size:22px;
}
.recentPosts .rpostsPrice{
    margin-top:10px;
    font-size:14px;
    width:190px;
    float:right;
}
.sidebar-boxes .prodpage-middle-left-title{
    padding-left:10px;
    box-sizing:border-box;
}
.user-header a:hover{
    background-color: #eb3e45
}
.rddesc p:last-child{
    margin-bottom:30px;
}
.rddesc p{
    margin-bottom:10px;
}
.fa-bookmark-o{
    font-size:30px !important;
    color:#000;
}
#nosearchAd{
    max-width:100%;
    margin-top:20px;
}
.nextSlick{
    right:0px;
    color:#fff;
    font-size:80px;
    width:0;         
}
.prevSlick{
    left:-25px;
    width:0;
    color:#fff;
    font-size:80px;             
}
.nextSlick:hover,.prevSlick:hover{
    color:#c9302c;
}
.slick-prev, .slick-next{
    top:40% !important;
    height:auto !important;
}
.slick-next:before,.slick-prev:before{
    height:auto !important;
}
.proposer .breadcrumb{
    display:none;
}