/*------------------------------------------------------------------------
------------------------------------------------------------------------ */
/**/
/**/
/**/
/* --------------------------------------------------------------------- */
/* HOME 1 SLIDESHOW
/* --------------------------------------------------------------------- */
.home-1 .icon-box-home-1 {
  background-color: #3f3f3f;
  padding: 50px 0;
}

.about-us-content p {
    font-size: 17px;
}
.home-2 .our-home-2 .row-col > div {
  border: 1px solid #ddd;
  float: left;
  margin: -0.5px;
}
.home-2 .our-home-2 .row-col .col-4 {
  width: 33.33%;
}
.home-2 .our-home-2 .row-col .col-8 {
  width: 66.66%;
}
.home-2 .our-home-2 .row-col img {
  width: 100%;
  height: 300px;
}
.home-2 .countdown-home-2 {
  background-image: url("../images/demo/bg-countdown.jpg");
  background-size: cover;
}
.home-2 .countdown-home-2 .count-downt.style-1 {
  margin-top: 100px;
}
.home-2 .countdown-home-2 figure {
  text-align: center;
}
.home-2 .recent-news-home_2 .recent-news-container {
  position: relative;
}
.home-2 .recent-news-home_2 .recent-news-container .recent-news-absolute {
  background-color: #fff;
  color: #333;
  left: 50%;
  padding: 50px 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  z-index: 3;
}
.home-2 .recent-news-home_2 .recent-news-container .recent-news-absolute h3 {
  font-weight: 600;
  font-size: 40px;
  letter-spacing: 1px;
}
.home-2 .recent-news-home_2 .recent-news-container .recent-news-absolute::before {
  position: absolute;
  left: -8px;
  right: -8px;
  top: -8px;
  bottom: -8px;
  border: 1px solid #fff;
  content: "";
}
.home-2 .icon-box-home-2 {
  background-color: #3f3f3f;
  padding: 110px 0;
}
.home-2 section,
.home-2 .section {
  margin-bottom: 90px;
}
.home-3 section,
.home-3 .section {
  margin-bottom: 90px;
}
.home-3 .slide-home {
  padding: 0;
}
.home-3 .banner-shortcode-5-content {
  background-color: #fff;
  padding: 40px;
  position: relative;
  top: -30px;
  z-index: 11;
}
.home-3 .countto-home-3 {
  background-image: url("../images/demo/bg-cowntto.jpg");
  background-size: cover;
  padding: 70px 0;
}
.home-3 .latest-home-3 .owl-nav > div.owl-prev {
  left: -50px;
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.home-3 .latest-home-3 .owl-nav > div.owl-next {
  right: -50px;
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.home-3 .latest-home-3:hover .owl-nav > div.owl-prev {
  left: -10px;
  opacity: 1;
  transition: all 0.3s ease 0s;
}
.home-3 .latest-home-3:hover .owl-nav > div.owl-next {
  right: -10px;
  opacity: 1;
  transition: all 0.3s ease 0s;
}
.home-3 .owl-nav > div {
  background-color: #fff;
  box-shadow: 2px 2px 5px 2px #ccc;
  font-size: 30px;
  font-weight: 900;
  height: 50px;
  line-height: 50px;
  position: absolute;
  text-align: center;
  top: 45%;
  width: 50px;
}
.home-3 .relative-home-3 .owl-next {
  right: -10px;
}
.home-3 .relative-home-3 .owl-prev {
  left: -10px;
}
.home-3 .relative-home-3 .price > del {
  color: #333;
  font-size: 14px;
  margin-right: 10px;
}
.home-4 .banner-sub-page {
  background-image: url(../images/background/banner-home-4.jpg);
}
.home-4 .banner-sub-page h2.sub-page-name {
  color: rgba(128, 128, 128, 0.25);
}
.home-4 .banner-sub-page .container {
  min-height: 500px;
}
.home-4 .sofa-left .row {
  margin-left: 0;
  margin-right: 0;
}
.home-4 .sofa-left .row .col-md-4 {
  padding-left: 0;
  padding-right: 0;
}
.home-4 .banner-shortcode-wrap.style_2 .banner-overlay {
  padding: 15px 120px;
}
.home-4 .shortcode-single-product-wrap .product-item-wrap.product-style_1 .attachment-shop_catalog {
  height: auto;
}
.home-4 .home-4-sofa-product,
.home-4 .home-4-chair-product {
  padding-top: 90px;
}
.home-5 {
  padding: 0 60px;
}
.home-5 section {
  margin-top: 85px;
}
.home-5 .home-5-other-deals .owl-nav,
.home-5 .home-5-blog .owl-nav {
  display: block;
}
.home-5 .home-5-other-deals .owl-nav > div,
.home-5 .home-5-blog .owl-nav > div {
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #eee;
  box-shadow: 1px 1px 2px 1px #eff;
  font-size: 30px;
  height: 50px;
  line-height: 46px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 35%;
  transition: all 0.3s ease 0s;
  width: 50px;
}
.home-5 .home-5-other-deals .owl-nav > div.owl-prev,
.home-5 .home-5-blog .owl-nav > div.owl-prev {
  left: -35px;
}
.home-5 .home-5-other-deals .owl-nav > div.owl-next,
.home-5 .home-5-blog .owl-nav > div.owl-next {
  right: -35px;
}
.home-5 .home-5-other-deals:hover .owl-nav > div,
.home-5 .home-5-blog:hover .owl-nav > div {
  transition: all 0.3s ease 0s;
  opacity: 1;
}
.home-5 .home-5-other-deals:hover .owl-nav > div.owl-prev,
.home-5 .home-5-blog:hover .owl-nav > div.owl-prev {
  left: -10px;
}
.home-5 .home-5-other-deals:hover .owl-nav > div.owl-next,
.home-5 .home-5-blog:hover .owl-nav > div.owl-next {
  right: -10px;
}
.home-5 .home-5-colection-sale .sperator {
  margin-top: 130px;
}
.home-5 .home-5-colection-sale .sperator a {
  background-color: #ddd;
  color: #333;
  display: inline-block;
  margin-top: 25px;
  padding: 10px 20px;
  text-transform: uppercase;
}
.home-5 .home-5-colection-sale .row {
  margin-left: 0;
  margin-right: 0;
}
.home-5 .home-5-colection-sale .row .col-md-6 {
  padding: 0;
  min-height: 440px;
}
.home-5 .home-5-colection-sale .row .col-md-6 h3 {
  font-size: 24px;
}
.home-5 .banner-home-5-style-6 .row {
  margin: 0;
}
.home-5 .banner-home-5-style-6 .row .col-md-4,
.home-5 .banner-home-5-style-6 .row .col-sm-4 {
  padding: 0;
}
.home-5 .banner-home-5-style-6 .row .col-md-4 h3,
.home-5 .banner-home-5-style-6 .row .col-sm-4 h3 {
  font-size: 24px;
}
.home-6 {
  padding: 0 60px;
}
.home-6 section {
  margin-top: 85px;
}
.home-lookbook-1 .home-7-banner {
  margin-top: 90px;
}
.home-lookbook-1 .home-7-banner .row {
  margin-bottom: 80px;
}
.home-lookbook-1 .home-7-newletter {
  margin-bottom: 80px;
}
.home-lookbook-2 section,
.home-lookbook-2 .section {
  margin-bottom: 76px;
}
.home-lookbook-2 .shortcode-single-product-wrap .product-item-wrap.product-style_1 .attachment-shop_catalog {
  height: auto;
}
.home-blog section,
.home-blog .section {
  margin-bottom: 85px;
}
.home-blog-content .home-blog-content-col {
  margin: 0 -15px;
}
.home-blog-content .post-item {
  width: 33.33%;
  float: left;
  padding: 0 15px;
}
.home-blog-content .post-item:nth-child(3n+1) {
  clear: both;
}
.home-blog-content .entry-wrap .entry-content-wrap .entry-detail .btn-readmore {
  display: none;
}
.home-blog-content .entry-wrap .entry-content-wrap .entry-detail .entry-excerpt {
  text-align: center;
}
.home-blog-content .button-home-blog {
  text-align: center;
}
.home-blog-content .button-home-blog a {
  background-color: #eee;
  color: #ffff;
  padding: 10px 25px;
}
.home-sidebar #example-wrapper {
  padding: 15px;
}
.home-full-sreen {
  padding: 0 !important;
}
.home-full-sreen .slide-home {
  position: relative;
}
.header-top-left aside i {
    color: #ffef00;
    margin: 0 10px 0 0;
    font-size: 16px;
}
.main-nav > .nav > li.menu-item.menu-blog ul li a::before {
  background-color: #f09300;
  bottom: 50%;
  height: auto;
  left: 0;
  top: 50%;
  transition: all 0.4s ease 0s;
  width: 2px;
}
.main-nav > .nav > li.menu-item.menu-blog ul li a:hover {
  transition: all 0.4s ease 0s;
  padding: 8px 15px 8px 20px;
  color: #f09300;
}
.slide-home-3 .slide1-content .text {
    border-bottom: 1px solid #fff;
    font-size: 30px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-weight: 700;
}
i.fa.fa-whatsapp {
    color: #0cea15;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background-color: transparent;
  color: #ffef00;
}
.nav > li.active > a {
  background-color: transparent;
  color: #ffef00;
}
.suscribir{
    background: url(../images/background/parallax.jpg) no-repeat;
    padding: 50px 0 50px;
    background-size: cover;
    background-position: center bottom;
        margin: 0 !important;
    background-attachment: scroll;
}
.botom-dark {
    background: #000;
    padding: 15px 35px;
    margin: 25px 0 0;
    display: inline-block;
}
.botom-dark:hover{
   color: #fff;
}
.footer-top h4 {
    color: #fff;
    border-bottom: 1px solid #FFEB3B;
    margin: 12px;
    text-align: center;
    display: inline-block;
    padding-bottom: 10px;
}
.modal-open {
	overflow: hidden;
}
.mobiliario a{
    color: #fff;
    text-align: left !important;
}
.mobiliario a:hover{
    color: #FFEB3B;
}
.mobiliario a i{
    color: #FFEB3B;
    padding-right: 5px;
}
.datos-info i{
      color: #FFEB3B;
    padding-right: 5px;
}
.datos-info {
      color: #fff;
}

span.highlight {
    color: #fff;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
}
img.ls-preloaded {
    width: 80%;
}

.padding-90{
    padding: 0 90px;
}
.redes-footer a i {
    display: inline-block;
    float: left;
    font-size: 25px;
}
.redes-footer a {
     width: 35px !important;
    padding: 0 13px;
    color: #fff;
}
.redes-footer a:hover{
    color: #FFEB3B;
}
.footer-style-1 .footer-top {
    padding: 80px 0;
}
img.logo-img-footer {
    padding: 0px 0 35px;
}
.footer-style-1 .footer-bottom {
    background-color: #000;
    text-align: center;
    padding: 10px 0;
}
.footer-style-1 .footer-top {
    padding: 80px 0 30px;
}
.banner-sub-page .container h2 {
color: #000000;
    text-transform: uppercase;
    position: relative;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    font-size: 50px;
    line-height: 55px;
    font-weight: 300;
    font-family: Ubuntu;
    text-align: center;
    margin-top: 7%;
    background: #f09300;
    padding: 8px 25px;
    display: table;
}
.banner-sub-page .container .breadcrumbs {
    position: absolute;
    top: 65%;
    left: 49%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 0;
    background: #fff;    background: #fff;
}
.banner-sub-page .container .breadcrumbs .breadcrumbs-list {
    background-color: #fff;
    display: inline-block;
    padding: 15px 40px;
    box-shadow: 4px 4px 2px #d9d9d9;
    width: 110%;
}
.slide-home-3 .slide-content {
    position: absolute;
    left: 50%;
    top: 75%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}
.slide-home-3 .slide1-content .text {
    border-bottom: 0px solid #fff;
    font-size: 25px;
    margin-bottom: 10px;
    padding-bottom: 0px;
    font-weight: 700;
}
.slide-home-3 .slide1-content figure {
    margin-bottom: 15px;
    width: 80%;
    margin: 0 auto;
}
.breadcrumbs-list a{
    color: #333;
}
.woocommerce .product-item-wrap.active .product-link, .single-product .product-item-wrap.active .product-link, .woocommerce .product-item-wrap:hover .product-link, .single-product .product-item-wrap:hover .product-link {
    opacity: 1;
    visibility: visible;
    background: rgba(0, 0, 0, 0.44);
}
.products-in-category-tabs-wrapper .products-content {
    transition: all 0.35s ease;
    margin-top: 8%;
}
.products-in-category-tabs-wrapper .products-content .woocommerce .product-item-wrap .product-item-inner .product-info a h3 {
    position: relative;
    margin: 10px 0;
    padding-right: 0;
    text-align: center;
}
.products-in-category-tabs-wrapper .products-content .product-listing.columns-3 .product-item-wrap {
    width: 33.333333%;
    float: left;
    margin-bottom: 3%;
}
.sidebar-product {
    margin-top: 0px;
}
.sidebar-product .categorie li a:hover {
  padding: 5px 30px;
  color: #ffdc73;
  transition: all 0.5s ease 0s;
}
.sidebar-product .categorie li a {
  transition: all 0.5s ease 0s;
  display: inline-block;
  width: 100%;
  color: #808080;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  padding: 5px 20px;
  font-size:13px;
}
.about-us .about-us-content {
    background-color: #fff;
    display: inline-block;
    position: relative;
    padding: 0px 60px 0px;
    top: 50px;
    z-index: 3;
    margin-bottom: 50px;
}
.about-us .about-us-content h2, .contact-us h2 {
    color: #3f3f3f;
    font-family: Lato;
    font-size: 30px;
    font-weight: 600;
    height: 30px;
    line-height: 30px;
    padding-left: 75px;
    position: relative;
    margin-bottom: 35px;
    margin-top: 35px;
}
.contact-bottom h5 {
    font-size: 18px;
    text-align: left;
    line-height: 30px;
    padding-left: 75px;
}
.contact-bottom-left {
    margin: 60px 0 0px;
}
.contact-bottom-left form input, .contact-bottom-left form textarea {
    border: 2px solid #ddd;
    color: #878787;
    display: inline-block;
    font-size: 14px;
    line-height: 40px;
    padding: 0 15px;
    width: 95%;
    margin-bottom: 0px;
}
.sidebar-product .categorie li a.active{
  transition: all 0.5s ease 0s;
  display: inline-block;
  width: 100%;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  padding: 5px 20px;
 font-weight:700;
}
.sidebar-product .categorie li a.active::before {
  background-color: #ffdc73;
  transition: all 0.5s ease 0s;
  left: 0px;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
    z-index: 0 !important;
    background: #fff;
} 
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    background: rgba(0, 0, 0, 0.49);
}
.modal-dialog {
    top: 15%;
}
.modal-body p{
   text-align: center !important;
}
@media(max-width:2000px) and (min-width:1701px){
    img.ls-preloaded {width: 90%; margin-left: 45px;}
}
@media(max-width:1700px) and (min-width:1501px){
    img.ls-preloaded {width: 90%;}
}
@media(max-width:1500px) and (min-width:1400px){
    img.ls-preloaded {width: 88%;}
}
@media(max-width:1286px){
    img.ls-preloaded {width: 76%;}
}
@media(max-width: 1200px){
    .padding-90 {
    padding: 0 50px;
}
    img.ls-preloaded {width: 69%;}
}
@media(max-width:1091px){
    img.ls-preloaded {width: 62%;}
}
@media(max-width: 991px){
    .bienvenidos p {
    font-family: 'Ubuntu', sans-serif;
    color: #000;
    padding: 5px 20px;
    font-size: 16px;
}
    .mobiliario a {
    color: #fff;
    text-align: center!important;
}
    img.ls-preloaded {
    width: 56%;
}
}
@media(max-width:910px){
    img.ls-preloaded {width: 54%;}
}

@media(max-width:520px){
.about-us .about-us-content {
    padding: 0;
}
    img.ls-preloaded {
    width: 53%;
}
}

