.section-banner .swiper-container {
  z-index: inherit;
}

.section-banner:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 11px;
  z-index: 105;
  content: "";
  background: url("/assets/images/backgrounds/sombra.png") no-repeat;
}

.banner-item {
  display: block;
  background-color: #F4F4F4;
}

.banner-image {
  max-width: 100%;
  width: auto;
  display: block;
}

@media screen and (max-width: 480px) {
  .banner-image {
    max-width: none;
    width: 200%;
    margin-left: -30%;
  }
}

.banner-navigation {
  position: relative;
  top: 0px;
  font-size: 0;
  line-height: 0;
  text-align: center;
  -webkit-transform: skewY(3deg);
  -moz-transform: skewY(3deg);
  -o-transform: skewY(3deg);
}

.banner-navigation .banner-button-prev,
.banner-navigation .banner-button-next {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  width: 30px;
  height: 42px;
  line-height: 50px;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  background: url("/assets/images/sections/buttons.png") no-repeat;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
}

.banner-navigation .banner-button-prev:before,
.banner-navigation .banner-button-next:before {
  position: relative;
  font-family: "Fontawesome";
  font-size: 15px;
  line-height: 1em;
  content: "\F104";
  color: #331914;
}

.banner-navigation .banner-button-next {
  margin-left: 3px;
  background-position: -33px 0;
}

.banner-navigation .banner-button-next:before {
  content: "\F105";
}

.section-about {
  position: relative;
  z-index: 2;
  padding: 40px 0 120px;
  background: url("/assets/images/backgrounds/about.jpg") no-repeat center bottom;
}

.section-about .mask-top,
.section-about .mask-bottom {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  height: 125px;
  overflow: hidden;
  background: #FFF;
  -webkit-transform: skewY(-3deg);
  -moz-transform: skewY(-3deg);
  -o-transform: skewY(-3deg);
}

@media screen and (min-width: 1800px) {
  .section-about .mask-top,
  .section-about .mask-bottom {
    -webkit-transform: skewY(-2.5deg);
    -moz-transform: skewY(-2.5deg);
    -o-transform: skewY(-2.5deg);
  }
}

.section-about .mask-top:before,
.section-about .mask-bottom:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  z-index: 105;
  content: "";
  background: url("/assets/images/sections/line.png") no-repeat center top;
}

.section-about .mask-bottom {
  top: auto;
  bottom: -40px;
  height: 70px;
  background: #ebe6d8 url("/assets/images/backgrounds/products.png") repeat;
  -webkit-transform: skewY(2.5deg);
  -moz-transform: skewY(2.5deg);
  -o-transform: skewY(2.5deg);
}

@media screen and (min-width: 1800px) {
  .section-about .mask-bottom {
    -webkit-transform: skewY(2deg);
    -moz-transform: skewY(2deg);
    -o-transform: skewY(2deg);
  }
}

.section-about .section-content {
  position: relative;
  padding: 40px 30px 0;
  z-index: 106;
  text-align: left;
}

@media screen and (max-width: 992px) {
  .section-about .section-content {
    padding: 0;
  }
}

.section-about .row {
  margin: 0 -35px;
}

.section-about .col {
  padding: 0 35px;
}

.section-about .col-title {
  position: relative;
  text-align: right;
}

@media screen and (max-width: 992px) {
  .section-about .col-title {
    margin-bottom: 40px;
    text-align: left;
  }
}

.section-about .col-title:before {
  position: absolute;
  top: 12px;
  right: -6px;
  width: 13px;
  height: 346px;
  content: "";
  background: url("/assets/images/sections/limiter.jpg") no-repeat;
}

@media screen and (max-width: 992px) {
  .section-about .col-title:before {
    display: none;
  }
}

.section-about .section-title {
  font-family: "BodoniFLFRoman", Helvetica, Arial, sans-serif;
  font-size: 27px;
  line-height: 1.1em;
  color: #452923;
}

@media screen and (max-width: 992px) {
  .section-about .section-title br {
    display: none;
  }
}

.section-about .section-title strong {
  font-family: "BodoniFLFBold", Helvetica, Arial, sans-serif;
  font-size: 36px;
  line-height: 1em;
  display: block;
  color: #452923;
}

.section-about .selo {
  margin: 0;
  max-width: 298px;
  display: inline-block;
}

@media screen and (max-width: 992px) {
  .section-about .selo {
    margin: 0 auto;
    display: block;
    width: 298px;
  }
}

.section-about .selo img {
  display: inline-block;
  max-width: 100%;
}

.section-about p {
  margin-top: 16px;
  font-family: 'BookAntiquaRegular';
  font-size: 13px;
  color: #808080;
}

.section-about p:first-child {
  margin-top: 0;
}

.section-products {
  padding: 40px 0 80px;
  background: #ebe6d8 url("/assets/images/backgrounds/products.png") repeat;
}

@media screen and (max-width: 992px) {
  .section-products {
    padding: 40px 0;
  }
}

.section-products .row {
  margin: 0 10px;
}

.section-products .col {
  padding: 0 10px;
}

.filters-list {
  margin-bottom: 10px;
  font-size: 0;
  line-height: 0;
}

.filters-item {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 992px) {
  .filters-item {
    margin: 5px 0;
    display: block;
  }
}

.filters-item:first-child {
  margin-left: 0;
}

.filters-link {
  position: relative;
  padding: 10px 20px 12px;
  font-family: "BodoniFLFItalic", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1em;
  display: block;
  color: #452923;
  background-image: -webkit-gradient(linear, left top, right top, from(#926119), to(#b28e42)), -webkit-gradient(linear, left top, right top, from(#926119), to(#b28e42));
  background-image: linear-gradient(to right, #926119 0%, #b28e42 100%), linear-gradient(to right, #926119 0%, #b28e42 100%);
  background-position: 0 0px, 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 2px;
  border-left: 2px solid #926119;
  border-right: 2px solid #b28e42;
}

.filters-link:before {
  position: absolute;
  top: 4px;
  left: 2px;
  right: 2px;
  bottom: 4px;
  content: "";
  background: #452923;
  visibility: hidden;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
}

.filters-link.active, .filters-link:hover {
  color: #dbb762;
}

.filters-link.active:before, .filters-link:hover:before {
  visibility: visible;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
}

.filters-link:focus, .filters-link:visited {
  color: #452923;
}

.filters-link span {
  position: relative;
  z-index: 2;
  display: inline-block;
}

.product-snipet {
  padding: 18px 15px 0;
  width: 228px;
  height: 295px;
  margin-top: 15px;
  display: block;
  background: url("/assets/images/sections/product.png") no-repeat;
}

@media screen and (max-width: 992px) {
  .product-snipet {
    margin: 15px auto 0;
  }
}

.product-image {
  margin: 0 15px 0 7px;
  height: 170px;
  display: block;
  background: #FFF;
}

.product-image .image {
  width: auto;
  max-width: 100%;
  max-height: 168px;
  display: inline-block;
}

.product-description {
  position: relative;
  padding-right: 35px;
  margin-top: 2px;
  text-align: left;
}

.product-description:after {
  position: absolute;
  top: 7px;
  right: 25px;
  bottom: 0;
  width: 1px;
  content: "";
  background: #dbb762;
}

.product-description .add-wishlist {
  position: absolute;
  top: 7px;
  right: 0;
  width: 20px;
  height: 16px;
  background: url("/assets/images/icons/heart.png") no-repeat;
  background-size: 20px 32px;
}

.product-description .add-wishlist:hover, .product-description .add-wishlist.active {
  background-position: 0 -16px;
}

.product-title {
  font-family: "BodoniFLFBoldItalic", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1em;
  color: #452923;
  display: block;
}

.product-title:hover {
  color: #b28e42;
}

.product-title:focus, .product-title:visited {
  color: #452923;
}

.product-weight,
.product-reference {
  padding-top: 2px;
  font-family: "BodoniFLFItalic", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1em;
  display: block;
  color: #452923;
}

.product-reference {
  font-size: 13px;
  color: #808080;
}

.content-gallery {
  overflow: hidden;
  height: 0;
  visibility: hidden;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
}

.gallery-item {
  background: #FFF;
  height: 490px;
}

@media screen and (max-width: 992px) {
  .gallery-item {
    height: 390px;
  }
}

.gallery-item img {
  width: auto;
  max-width: 100%;
  max-height: 390px;
  display: inline-block;
}

.gallery-pagination {
  position: relative;
  bottom: 0;
  text-align: center;
}

.gallery-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 3px;
}

.gallery-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #452923;
}

.pagination {
  margin-top: 20px;
  font-size: 0;
  line-height: 0;
  text-align: center;
}

.pagination-item {
  vertical-align: middle;
  margin-left: 6px;
  display: inline-block;
}

.pagination-item:first-child {
  margin-left: 0;
}

.pagination-item.active .pagination-link {
  color: #452923;
  border-color: #442922;
}

.pagination-link {
  width: 32px;
  height: 38px;
  font-family: "BodoniFLFBoldItalic", Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 36px;
  display: block;
  color: #452923;
  border: 2px solid transparent;
  transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
}

.pagination-link:hover {
  border-color: #b28e42;
  color: #b28e42;
}

.pagination-link:focus, .pagination-link:visited {
  color: #452923;
}

.pagination-link-nav {
  width: 36px;
  height: 38px;
  font-size: 17px;
  line-height: 35px;
  display: block;
  color: #452923;
  background: url("/assets/images/sections/pagination.png") no-repeat;
  transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
}

.pagination-link-nav:hover {
  color: #452923;
  opacity: 0.9;
  -moz-opacity: 0.9;
  -webkit-opacity: 0.9;
}

.pagination-link-nav:focus, .pagination-link-nav:visited {
  color: #452923;
}

.pagination-link-nav.next {
  background-position: -38px 0;
}

.section-location {
  height: 450px;
  text-align: left;
  border-top: 4px solid #dbb762;
  background-color: #F4F4F4;
}

@media screen and (max-width: 992px) {
  .section-location {
    height: 430px;
  }
}

.map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("/assets/images/sections/mapa.jpg") no-repeat center center;
  background-size: cover;
}

.content-address {
  padding: 63px 55px 0;
  margin-top: 70px;
  width: 310px;
  height: 380px;
  z-index: 2;
  text-align: center;
  background: url("/assets/images/sections/address.png") no-repeat;
}

@media screen and (max-width: 992px) {
  .content-address {
    padding: 63px 45px;
    margin: 20px auto 0;
    width: 290px;
    height: 382px;
    background-size: 290px 382px;
  }
}

.pin {
  width: 92px;
  height: 115px;
  margin: 0 auto 30px;
  display: block;
  background: url("/assets/images/icons/pin.png") no-repeat;
}

.address-title {
  margin-bottom: 10px;
  font-size: 23px;
  line-height: 1em;
  color: #FFF;
}

.address-title span {
  margin: 0 9px;
  font-size: 18px;
  line-height: 1em;
  display: inline-block;
}

.address {
  margin-bottom: 30px;
  font-size: 17px;
  line-height: 1.2em;
  color: #a68b60;
}

.section-contact {
  padding: 90px 0 200px;
  background: url("/assets/images/backgrounds/contact.jpg") no-repeat center bottom;
  background-size: cover;
}

@media screen and (max-width: 992px) {
  .section-contact {
    padding: 40px 0;
  }
}

.section-contact .row {
  margin: 0 -40px;
}

.section-contact .col {
  padding: 0 40px;
}

.section-contact .col-form {
  position: relative;
}

.section-contact .col-form:before {
  position: absolute;
  top: 0;
  left: -8px;
  bottom: 30px;
  width: 16px;
  content: "";
  background: url("/assets/images/sections/listras.png") repeat-y;
}

@media screen and (max-width: 992px) {
  .section-contact .form {
    margin-top: 40px;
  }
}

.section-contact .contacts {
  text-align: right;
}

@media screen and (max-width: 992px) {
  .section-contact .contacts {
    text-align: left;
  }
}

.section-contact .contacts .title {
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 1em;
  color: #FFF;
}

.section-contact .contacts p {
  margin-top: 2px;
}

.section-contact .contact-link {
  font-size: 17px;
  display: inline-block;
  color: #a68b60;
}

.section-contact .contact-link:hover {
  color: #FFF;
}

.section-contact .contact-link.phone {
  font-size: 23px;
  line-height: 1em;
}
