@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
@import '../fonts/icomoon/style.css';
@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100;8..144,200;8..144,300;8..144,400;8..144,500;8..144,600;8..144,700;8..144,800;8..144,900;8..144,1000&display=swap');

.text-underline {
  text-decoration: underline;
}

.fw-normal {
  font-weight: normal;
}

.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-light, .fw-300 {
  font-weight: 300;
}

.fw-book, .fw-400 {
  font-weight: 400;
}

.fw-medium, .fw-500 {
  font-weight: 500;
}

.fw-semibold, .fw-600 {
  font-weight: 600;
}

.fw-bold, .fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-extrabold, .fw-900 {
  font-weight: 900;
}

.img-responsive {
  max-width: 100%;
  height: auto;
  width: auto;
}

img.alignnone {
  display: block;
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignnone {
  display: block;
}

a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.animated-all {
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.ul-plain, .ol-plain {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

/* ========================= */
body {
  font-family: "Roboto", sans-serif;
  color: #403e3d;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: inherit;
}
a:hover {
  color: #ed202c;
  text-decoration: none;
}

.bgcolor-grey {
  background-color: #f5f6f5;
}

.color-blue-lt {
  color: #4aa7d9;
}

.color-red {
  color: #e01e1f;
}

.tooltip.show {
  opacity: 1;
}
.tooltip-inner {
  background-color: #fff;
  color: #5c5a5a;
  opacity: 1;
  border-radius: 0;
  padding: 5px;
  font-size: 13px;
  line-height: 1.3em;
  box-shadow: 0 0 5px #ccc;
}
.tooltip.bs-tooltip-right .arrow:before {
  border-right-color: #fff !important;
}
.tooltip.bs-tooltip-right .arrow:after {
  content: "";
  position: absolute;
  left: 100%;
  z-index: -1;
  border: 5px solid #fff;
  transform-origin: 0 0;
  transform: rotate(45deg);
  box-shadow: -2px 0px 5px 0px #ccc;
}
.tooltip.bs-tooltip-left .arrow:before {
  border-right-color: #fff !important;
}
.tooltip.bs-tooltip-bottom .arrow:before {
  border-right-color: #fff !important;
}
.tooltip.bs-tooltip-top .arrow:before {
  border-right-color: #fff !important;
}

.dropdown-no-arrow .dropdown-toggle:after {
  display: none;
}

.dropdown-item.active,
.dropdown-item:active,
.show > .btn-outline-secondary.dropdown-toggle {
  background-color: #4c4c4c;
  border-color: #4c4c4c;
}

.category-icon {
  display: block;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  margin: 5px 0;
  font-size: 12px;
  text-transform: uppercase;
}
.category-icon-border {
  border: 1px solid #dadada;
}
.category-icon > span {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  padding: 10px;
  transform: translateY(-50%);
}
.category-icon > span img {
  max-height: 30%;
  max-width: 80%;
  height: auto;
  width: auto;
  transform: scale(1);
  transition: transform ease-in-out 0.2s;
}
.category-icon > span span {
  display: block;
  margin-top: 15px;
}
.category-icon:hover {
  color: inherit;
}
.category-icon:hover img {
  transform: scale(1.15);
}

.btn {
  border-radius: 0;
  text-transform: uppercase;
}

.btn-link {
  text-transform: none;
  color: inherit;
  font-size: 14px;
}
.btn-link:hover {
  color: inherit;
}

.btn-icon-text span {
  font-size: 1.5em;
  float: left;
  margin-right: 10px;
}

.btn-primary {
  background-color: #4c4c4c;
  color: #fff;
  border-color: #4c4c4c;
  font-size: 15px;
  transition: all ease-in-out 0.2s;
  height: 45px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 11px !important;
}
.btn-primary:hover {
  color: #4c4c4c;
  background-color: #fff;
  border-color: #4c4c4c;
}

.btn-outline-secondary {
  border-color: #e1e2e1;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #4c4c4c;
}

.btn-top {
  position: fixed;
  bottom: 90px;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  width: 42px;
  height: 42px;
  color: #fff;
  line-height: 42px;
  outline: none !important;
  transition: all ease-in-out 0.2s;
}
.btn-top .icon-caret-down {
  display: block;
  transform: rotate(180deg);
}
.btn-top:hover {
  background: rgba(0, 0, 0, 0.9);
}

.post-nav {
  margin-top: 60px;
}
.post-nav a {
  font-size: 14px;
  padding: 0.375rem 0.75rem;
  display: inline-block;
  font-weight: 400;
  color: #4c4c4c;
  border: 1px solid #e1e2e1;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.post-nav a:hover {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #4c4c4c;
}

.title-box {
  display: inline-block;
  font-size: 36px;
  font-weight: 500;
  line-height: 1em;
  padding: 5px 40px;
  min-width: 340px;
  border: 1px solid #c1bfbf;
  text-align: center;
}

.single-product-banner {
  height: 300px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}
.single-product-banner:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: all ease-in-out 0.2s;
}
.single-product-banner .container {
  position: absolute;
  top: 52%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  opacity: 0;
  z-index: 2;
  transition: all ease 0.2s;
}
.single-product-banner .container h1, .single-product-banner .container h2, .single-product-banner .container h3, .single-product-banner .container h4, .single-product-banner .container h5, .single-product-banner .container h6 {
  font-size: 30px;
  font-weight: 500;
}
.single-product-banner .container p {
  font-size: 24px;
}
.single-product-banner .container p:last-child {
  margin-bottom: 0;
}
.single-product-banner .container span {
  display: inline-block;
  font-size: 18px;
  line-height: 1em;
  padding: 5px 25px;
  background-color: #4aa7d9;
}
.single-product-banner:hover:before {
  opacity: 1;
}
.single-product-banner:hover .container {
  opacity: 1;
  top: 50%;
}

.form-control {
  border-radius: 0;
}

.footer-primary {
  background-color: #403e3d;
  color: #fff;
  padding: 25px 0;
}
.footer-primary .menu-footer {
  margin-top: 20px;
}
.footer-primary .menu-footer span {
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  margin-bottom: 5px;
}
.footer-primary .menu-footer a {
  display: block;
  color: #bcbdc0;
  font-size: 14px;
}
.footer-primary .newsletter-wrapper {
  border: 1px solid #888a8b;
  padding: 20px 15px;
  margin-bottom: 10px;
}
.footer-primary .newsletter-wrapper .newsletter-title {
  text-transform: uppercase;
  font-size: 16px;
  color: #f6891f;
}
.footer-primary .newsletter-wrapper p {
  font-size: 14px;
  color: #bcbdc0;
}
.footer-primary .newsletter-wrapper .form-control {
  height: 26px;
  font-size: 14px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.footer-primary .newsletter-wrapper .btn {
  font-size: 20px;
  background-color: #f6891f;
  color: #fff;
  height: 26px;
  line-height: 23px;
  padding: 1px 5px;
}
.footer-primary .menu-redes {
  margin-top: 25px;
  text-align: center;
}
.footer-primary .menu-redes a {
  color: #fff;
  font-size: 24px;
  margin: 0 7px;
  opacity: 0.7;
  transition: opacity ease-in-out 0.2s;
}
.footer-primary .menu-redes a:hover {
  opacity: 1;
  text-decoration: none;
}
.footer-secondary {
  background-color: #f5f5f5;
  color: #403e3d;
  padding: 25px 0;
}
.footer-secondary .logo-footer {
  max-width: 180px;
  height: auto;
}
.footer-copyright {
  color: #403e3d;
  font-size: 11px;
  padding: 20px 0;
}

.the-content h1 {
  font-size: 30px;
  font-weight: normal;
}
.the-content h2 {
  font-size: 26px;
  font-weight: normal;
}
.the-content h3 {
  font-size: 22px;
  font-weight: normal;
}
.the-content h4 {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: normal;
}
.the-content h5 {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: normal;
}
.the-content h6 {
  font-size: 11px;
  line-height: 1.5em;
  font-weight: normal;
}
.the-content p {
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 300;
}
.the-content p:last-child {
  margin-bottom: 0;
}
.the-content a {
  color: #ed202c;
  text-decoration: underline;
}
.the-content blockquote {
  background-color: #f5f6f5;
  padding: 15px 30px;
  margin-bottom: 25px;
}
.the-content blockquote p {
  font-size: 18px;
}
.the-content .gallery {
  margin-bottom: 10px !important;
}
.the-content .gallery-item {
  width: auto !important;
  margin-right: 10px;
}
.the-content .gallery-item img {
  border: 0 !important;
}
.the-content .btn {
  background-color: #4ba7d7;
  border-color: #4ba7d7;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  min-width: 105px;
  text-decoration: none;
}
.the-content .btn:hover {
  background-color: #fff;
  color: #4ba7d7;
}

.accordion .card {
  border: 0;
  border-radius: 0;
  margin-bottom: 5px;
}
.accordion .card-header {
  background: #f5f5f5;
  border: 0;
  border-radius: 0;
  padding: 0;
}
.accordion .card-header button {
  width: 100%;
  text-align: left;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  padding: 13px 15px;
}
.accordion .card-header button:after {
  content: "";
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  width: 20px;
  text-align: center;
  float: right;
}
.accordion .card-header button[aria-expanded=true]:after {
  content: "";
}
.accordion .card-body {
  padding-left: 15px;
  padding-right: 15px;
}

.bloque-descargas {
  display: block;
  width: 100%;
  padding-bottom: 56.6%;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all ease-in-out 0.2s;
  overflow: hidden;
}
.bloque-descargas:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  transition: inherit;
}
.bloque-descargas:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0.71) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(39%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.71)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0.71) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0.71) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0.71) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0.71) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#000000", GradientType=0 );
  z-index: 1;
}
.bloque-descargas div {
  padding: 10px 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  z-index: 1;
  transform: translate3d(0, 0, 0);
}
.bloque-descargas div .icon-cloud-computing {
  color: #ed202c;
}
.bloque-descargas:hover:after {
  transform: scale(1.1);
}

.bloque-mosaico {
  position: relative;
  display: block;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 30px;
  overflow: hidden;
  transition: all ease-in-out 0.2s;
}
.bloque-mosaico-square {
  padding-bottom: 100%;
}
.bloque-mosaico-rect {
  padding-bottom: calc(100% / 2 - 30px / 2 );
}
.bloque-mosaico:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0.71) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(39%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.71)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0.71) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0.71) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0.71) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0.71) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#000000", GradientType=0 );
  z-index: 1;
}
.bloque-mosaico:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  transition: inherit;
}
.bloque-mosaico--content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  transform: translate3d(0, 0, 0);
  padding: 20px;
}
.bloque-mosaico--tag {
  display: inline-block;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  padding: 5px 10px 4px;
  font-size: 16px;
  line-height: 1em;
}
.bloque-mosaico--title {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  display: block;
}
.bloque-mosaico--desc {
  font-size: 16px;
  color: #fff;
  display: block;
}
.bloque-mosaico:hover:after {
  transform: scale(1.1);
}
.bloque-mosaico-serie .bloque-mosaico--title {
  display: inline-block;
  padding: 6px 13px 5px;
  background: rgba(0, 0, 0, 0.4);
  font-size: 22px;
  line-height: 1em;
  text-transform: none;
  font-weight: 500;
  margin-bottom: 13px;
}
.bloque-mosaico-amb .bloque-mosaico--title {
  font-size: 22px;
  line-height: 1em;
  font-weight: 400;
}
.bloque-mosaico-amb .bloque-mosaico--buttons a {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  padding: 0 8px;
}
.bloque-mosaico-amb .bloque-mosaico--buttons a:hover {
  color: #ed202c;
}
.bloque-mosaico-amb .bloque-mosaico--buttons a:last-child {
  padding-right: 0;
}

/* ============================================================
  ARCHIVE PAGINATION
============================================================ */
.custom-pagination {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.custom-pagination ul.page-numbers {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border: 1px solid #d3ced2;
  border-right: 0;
  margin: 1px;
}
.custom-pagination ul.page-numbers li {
  border-right: 1px solid #d3ced2;
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
  display: inline-block;
}
.custom-pagination ul.page-numbers li a,
.custom-pagination ul.page-numbers li span {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1;
  font-size: 1em;
  font-weight: 400;
  padding: 0.5em;
  min-width: 1em;
  display: block;
}
.custom-pagination ul.page-numbers li span.current,
.custom-pagination ul.page-numbers li a:hover {
  background: #ebe9eb;
  color: #8a7e88;
}

/* ===================================================
 DONDE ESTAMOS (DISENIO VIEJO)
====================================================*/
#mapContainer #wpsl-gmap {
  width: 100% !important;
}

.inner-container.donde-estamos #wpsl-gmap {
  width: 66% !important;
  float: right !important;
}

#mapContainer #wpsl-result-list {
  width: 100% !important;
  display: inline-block;
}

#mapContainer .vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

#mapContainer .wpsl-search{
    margin-bottom: 0px !important;
    padding-bottom: 2px;
    width: 100%;
    transform: translateX(-50%);
    left: 50%;
    position: relative;
    z-index: 1;
}

#mapContainer .wpsl-search>#wpsl-search-wrap{
    max-width: 1170px;
    margin: 0 auto;
    float: none;
    padding: 0 15px;
}

#mapContainer .wpsl-input label, #mapContainer #wpsl-radius label, #mapContainer #wpsl-category label,
#mapContainer #wpsl-search-wrap div label{
    width:auto!important;
    font-weight:normal;
    font-size:14px;
    height: 38px;
    line-height: 38px;
}

#mapContainer .wpsl-input{width:350px;}

#mapContainer .wpsl-input div {
  width: fit-content !important;
}

#mapContainer .wpsl-dropdown {
  width: 108px !important;
}

#mapContainer .wpsl-input>div{
    display: table-cell;
    width: 155px;
    float: none!important;
    vertical-align: middle;
}

#mapContainer .wpsl-input>input{
    float: none;
    width: 100%!important;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #cccccc!important;
    height: 38px!important;
}

#mapContainer .wpsl-search-btn-wrap{
    float: right!important;
    margin: 0!important;
}

#mapContainer #wpsl-search-btn{
    width: 100px!important;
    float: right;
    border-radius: 0!important;
    height: 38px!important;
    text-decoration: none!important;
    font-size: 14px!important;
    margin-top: 0;
    color: white;
    background: #808080;
    border: 0!important;
    margin: 0!important;
}

#mapContainer #wpsl-search-btn:hover{
    color: white;
    background-color: #808080;
    box-shadow: inset 0px 0px 10px rgba(0,0,0,0.4);
}

#mapContainer #wpsl-wrap #wpsl-result-list ul li{
    padding: 10px;
    list-style-type:none!important;
}

#mapContainer #wpsl-wrap.wpsl-store-below #wpsl-result-list #wpsl-stores>ul>li{
    min-height: 92px;
    border: 1px solid #e4e4e4;
    margin-bottom: 30px;
    width:100%;
}

#mapContainer #wpsl-wrap.wpsl-store-below #wpsl-result-list #wpsl-stores>ul>li.wpsl-no-results-msg{
     padding: 10px;
}

#mapContainer #wpsl-wrap.wpsl-store-below #wpsl-result-list #wpsl-stores>ul>li.no-results,
#mapContainer #wpsl-wrap.wpsl-store-below #wpsl-result-list #wpsl-stores>ul>li.wpsl-preloader{border:0;}


#mapContainer #wpsl-wrap.wpsl-store-below #wpsl-stores .wpsl-store-thumb{
    height: auto!important;
    width: auto!important;
    max-width: 100%;
    max-height: 100%;
    min-height: 60px;
    float: none;
    margin: 0 auto;
    display: block;
}

#mapContainer #wpsl-result-list li ul.extra-data{
    float:right;
    overflow:hidden;
}

#mapContainer #wpsl-wrap.wpsl-store-below #wpsl-result-list  ul.extra-data>li{
    float:left;
    text-align:center;
}

#mapContainer #wpsl-wrap.wpsl-store-below #wpsl-result-list  ul.extra-data>li a{
    color:#444;
    text-decoration:none;
}

#mapContainer #wpsl-result-list li ul>li .wpsl-label{
    font-size:12px;
}

#mapContainer #wpsl-result-list li ul>li .wpsl-button{
    font-weight:600;
    height:40px;
    line-height:40px;
    margin-bottom:5px;
}

#mapContainer #wpsl-result-list li ul>li .wpsl-button [class^="icon-"],
#mapContainer #wpsl-result-list li ul>li .wpsl-button .icon{
    font-size:40px;
    display:inline-block;
}

#mapContainer .wpsl-directions{
    font-size:12px;
    line-height:normal;
    font-weight:normal;
}

#mapContainer .wpsl-directions:before{
    content: "\e904";
    
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
    
    font-size:34px;
    margin-bottom:5px;
    height:40px;
    display:block;
}

#mapContainer #wpsl-wrap #wpsl-stores{height:auto!important; }


.single .title-donde{
    background-color: #828282;
    color:#fff;
    text-align: center;
    font-size:30px;
    height:62px;
    line-height:60px;
    position:relative;
}

.single .title-donde strong{font-weight:600;}

.single .title-donde .icon{
    position: absolute;
    right: 15px;
    top: 12px;
    color: #bdbdbd;
    font-size: 36px;
}


#mapContainer .page #wpsl-wrap{overflow:visible; margin-top:-30px;}

#mapContainer .page #wpsl-gmap{
    width: 100vw;
    transform: translateX(-50%);
    left: 50%;
    top: 0;
}
/*--------------------------------------------------------------*/

/*------------------------------------------------------------
/* DISENIO NUEVO
--------------------------------------------------------------*/
.inner-container.donde-estamos {
  padding-top: 10px;
}
.inner-container.donde-estamos .wpsl-search {
  padding: 12px 12px 5px 12px;
}
.inner-container.donde-estamos #wpsl-search-wrap {
  display: flex;
  align-items: center;
}
.inner-container.donde-estamos #wpsl-search-wrap form {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}
@media (max-width: 600px) {
  .inner-container.donde-estamos #wpsl-search-wrap form {
    flex-direction: column;
  }
}
.inner-container.donde-estamos #wpsl-search-wrap form div.wpsl-input {
  width: 40%;
}
@media (max-width: 600px) {
  .inner-container.donde-estamos #wpsl-search-wrap form div.wpsl-input {
    width: 100%;
  }
}
.inner-container.donde-estamos #wpsl-search-wrap form div.wpsl-input div {
  width: 20%;
}
@media (max-width: 600px) {
  .inner-container.donde-estamos #wpsl-search-wrap form div.wpsl-input div {
    width: 100%;
  }
}
.inner-container.donde-estamos #wpsl-search-wrap form div.wpsl-input #wpsl-search-input {
  width: 50%;
}
@media (max-width: 600px) {
  .inner-container.donde-estamos #wpsl-search-wrap form div.wpsl-input #wpsl-search-input {
    width: 100%;
  }
}
.inner-container.donde-estamos #wpsl-search-wrap form div.wpsl-select-wrap {
  width: 40%;
}
@media (max-width: 600px) {
  .inner-container.donde-estamos #wpsl-search-wrap form div.wpsl-select-wrap {
    width: 100%;
  }
}
.inner-container.donde-estamos #wpsl-search-wrap form div.wpsl-search-btn-wrap {
  width: 10%;
}
@media (max-width: 600px) {
  .inner-container.donde-estamos #wpsl-search-wrap form div.wpsl-search-btn-wrap {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
  }
}
.inner-container.donde-estamos #wpsl-search-wrap form label {
  line-height: 40px;
}
.inner-container.donde-estamos #wpsl-search-wrap #wpsl-radius label {
  width: auto;
}
.inner-container.donde-estamos #wpsl-search-wrap #wpsl-search-btn {
  margin-top: -10px;
}
/*----------------------------------------------------------------------*/




.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  flex: none;
  max-width: none;
}

.woocommerce form.login, .woocommerce form.register {
  max-width: 600px;
}
.woocommerce form.login label, .woocommerce form.login .password-input, .woocommerce form.register label, .woocommerce form.register .password-input {
  width: 100%;
}
.woocommerce form.login input, .woocommerce form.login textarea, .woocommerce form.register input, .woocommerce form.register textarea {
  border: 1px solid #CCC;
  width: 100%;
  padding: 10px;
}
.woocommerce form.login .woocommerce-form__label-for-checkbox, .woocommerce form.login .woocommerce-form__input-checkbox, .woocommerce form.register .woocommerce-form__label-for-checkbox, .woocommerce form.register .woocommerce-form__input-checkbox {
  width: auto;
}
.woocommerce form.login .woocommerce-form-register__submit,
.woocommerce form.login .woocommerce-form-login__submit, .woocommerce form.register .woocommerce-form-register__submit,
.woocommerce form.register .woocommerce-form-login__submit {
  clear: both;
  float: none;
  width: 100%;
  border: 0px solid #CCC;
  background-color: #4c4c4c;
  color: #fff;
  border-color: #4c4c4c;
  font-size: 15px;
  transition: all ease-in-out 0.2s;
  height: 45px;
  padding-left: 25px;
  padding-right: 25px;
}

.lost_reset_password {
  max-width: 800px;
}
.lost_reset_password input, .lost_reset_password textarea {
  border: 1px solid #CCC;
  width: 100%;
  padding: 10px;
}
.lost_reset_password .form-row-first {
  width: 100% !important;
}
.lost_reset_password button.button {
  clear: both !important;
  float: none !important;
  width: 100% !important;
  border: 0px solid #CCC !important;
  background-color: #4c4c4c !important;
  color: #fff !important;
  border-color: #4c4c4c !important;
  font-size: 15px !important;
  transition: all ease-in-out 0.2s !important;
  height: 45px !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.wpcf7 input, .wpcf7 textarea {
  border: 1px solid #CCC;
  width: 100%;
}
.wpcf7 label {
  width: 100%;
}
.wpcf7 .wpcf7-submit {
  border: 0px solid #CCC;
  background-color: #4c4c4c;
  color: #fff;
  border-color: #4c4c4c;
  font-size: 15px;
  transition: all ease-in-out 0.2s;
  height: 45px;
  padding-left: 25px;
  padding-right: 25px;
  width: auto;
}

.woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-flow: row wrap;
}

.woocommerce-billing-fields__field-wrapper .form-row {
  width: 100%;
}

#billing_first_name_field {
  order: 0;
}

#billing_last_name_field {
  order: 1;
}

#billing_company_field {
  order: 2;
}

#billing_country_field {
  order: 3;
}

#billing_address_1_field {
  order: 4;
}

#billing_address_2_field {
  order: 5;
}

#billing_city_field {
  order: 7;
}

#billing_state_field {
  order: 6;
}

#billing_postcode_field {
  order: 8;
}

#billing_phone_field {
  order: 9;
}

#billing_email_field {
  order: 10;
}

#billing_customer_note_field {
  order: 11;
}

#calc_shipping_city {
  line-height: 38px;
  font-size: 14px;
  color: #444;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
}

h1 {
  font-size: 28px;
  font-weight: 500;
}
@media (min-width: 78.75em) {
  h1 {
    font-size: 35px;
  }
}
h1:last-child {
  margin-bottom: 0;
}

h3 {
  font-size: 24px;
  font-weight: 300;
}
h3:last-child {
  margin-bottom: 0;
}

.navbar-top {
  background-color: #403e3d;
  padding: 10px 0;
  text-align: right;
}
.navbar-top nav a {
  color: inherit;
  font-size: 14px;
  padding: 0 5px;
  display: inline-block;
  color: #fff;
}
.navbar-top nav a:after {
  content: "|";
  margin-left: 10px;
}
.navbar-top nav a:last-child:after {
  display: none;
}

.navbar-primary {
  background-color: #fff;
  border-bottom: 1px solid #cdcdce;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: padding 0.4s ease 0s;
}
.navbar-primary.floating {
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
}
@media (min-width: 62em) {
  .navbar-primary.floating {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.navbar-primary .navbar {
  padding-left: 0;
  padding-right: 0;
}
.navbar-primary .navbar-brand {
  max-width: 150px;
}
@media (min-width: 62em) {
  .navbar-primary .navbar-brand {
    max-width: 270px;
  }
}
.navbar-primary .navbar-brand img {
  width: 100%;
  height: auto;
}
.navbar-primary .navbar .navbar-nav .nav-link {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
.navbar-primary .navbar .navbar-nav .nav-link:hover {
  color: inherit;
}
@media (min-width: 81.25em) {
  .navbar-primary .navbar .navbar-nav .nav-link {
    font-size: 17px;
  }
}
.navbar-primary .navbar .navbar-nav .nav-link:before {
  display: block;
}
@media (max-width: 61.99em) {
  .navbar-primary .navbar .navbar-nav .nav-link:before {
    content: "";
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 0;
    top: 11px;
    border: 0;
    transform: rotate(270deg);
  }
}
@media (min-width: 62em) {
  .navbar-primary .navbar .navbar-nav .nav-link:before {
    content: "";
    width: 0%;
    height: 2px;
    background-color: #ed202c;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: width ease 0.4s;
  }
}
.navbar-primary .navbar .navbar-nav .nav-link.dropdown-toggle:before {
  display: none;
}
.navbar-primary .navbar .navbar-nav .nav-item {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 81.25em) {
  .navbar-primary .navbar .navbar-nav .nav-item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 62em) {
  .navbar-primary .navbar .navbar-nav .nav-item:hover .nav-link:before {
    width: 100%;
  }
}
.navbar-primary .navbar .navbar-nav-dark {
  background-color: #403e3c;
  padding: 3px 0;
}
.navbar-primary .navbar .navbar-nav-dark .nav-link {
  color: #fff !important;
  font-size: 12px;
}
.navbar-primary .navbar .navbar-nav-dark .dropdown .dropdown-toggle {
  padding-left: 20px;
}
.navbar-primary .navbar .navbar-nav-dark .dropdown .dropdown-toggle:after {
  right: auto !important;
  left: 0 !important;
}
.navbar-primary .navbar .navbar-nav-dark .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0);
  border: 0;
  margin: 0;
  padding: 0;
}
.navbar-primary .navbar .navbar-nav-dark .dropdown .dropdown-menu .dropdown-item {
  color: #fff !important;
  font-size: 12px;
  background: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 61.99em) {
  .navbar-primary .navbar .navbar-collapse {
    position: absolute;
    bottom: 0;
    transform: translateY(100%);
    background: #fff;
    width: calc(100% + 30px);
    left: -15px;
    max-height: calc(100vh - 90px);
    overflow: auto;
  }
}
@media (max-width: 61.99em) {
  .navbar-primary .navbar .navbar-collapse .dropdown .dropdown-toggle:after {
    display: block;
    content: "";
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 0;
    top: 11px;
    border: 0;
  }
}
@media (max-width: 61.99em) {
  .navbar-primary .navbar .navbar-collapse .dropdown.show .dropdown-toggle:after {
    transform: rotate(180deg);
  }
}
.navbar-primary .navbar .nav .nav-link:hover {
  color: inherit;
}
.navbar-primary .navbar .dropdown .dropdown-toggle:after {
  display: none;
}
@media (min-width: 62em) {
  .navbar-primary .navbar .dropdown .dropdown-menu {
    display: block;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.4s;
    margin-top: 20px;
    left: 75%;
    transform: translateX(-50%);
  }
}
@media (min-width: 62em) {
  .navbar-primary .navbar .dropdown .dropdown-menu:hover, .navbar-primary .navbar .dropdown .dropdown-menu.show {
    pointer-events: all;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
  }
}
.navbar-primary .menu-search-form {
  width: 270px;
}
.navbar-primary .menu-search-form .form-control {
  width: 150px;
}
.navbar-primary .menu-search-form .btn-primary {
  height: 38px;
  font-size: 13px;
}

.dropdown-mega .dropdown-menu {
  border-radius: 0;
  padding: 0;
  border: 0;
  width: 100%;
}
@media (max-width: 61.99em) {
  .dropdown-mega .dropdown-menu {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
    margin-bottom: 20px;
  }
}
@media (min-width: 62em) {
  .dropdown-mega .dropdown-menu {
    box-shadow: 0 0 2px #ccc;
    width: 660px;
  }
  .dropdown-mega .dropdown-menu:before {
    content: "";
    display: block;
    width: 17px;
    height: 17px;
    position: absolute;
    top: -12px;
    left: 44%;
    background-color: #fff;
    transform-origin: 0 0;
    transform: rotate(45deg);
    box-shadow: 0px 0px 2px #ccc;
  }
  .dropdown-mega .dropdown-menu:after {
    content: "";
    display: block;
    width: 50px;
    height: 20px;
    position: absolute;
    top: 0px;
    left: 40%;
    background-color: #fff;
  }
}
.dropdown-mega .dropdown-menu .row {
  margin-left: 0;
  margin-right: 0;
}
.dropdown-mega .dropdown-menu .dropdown-mega-primary {
  padding-top: 20px;
  padding-bottom: 20px;
}
.dropdown-mega .dropdown-menu .dropdown-mega-primary div[class*=col-] {
  padding-left: 5px;
  padding-right: 5px;
}
.dropdown-mega .dropdown-menu .dropdown-mega-primary-column {
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.dropdown-mega .dropdown-menu .dropdown-mega-primary .dropdown-item-full {
  border: 1px solid #dadada;
  padding: 0.6rem 1.5rem;
  text-align: center;
  margin-top: 5px;
}
.dropdown-mega .dropdown-menu .dropdown-mega-side {
  background-color: #f5f6f5;
  border-left: 1px solid #e7e7e7;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
}
.dropdown-mega .dropdown-menu .dropdown-item {
  font-size: 12px;
  text-transform: uppercase;
}

.nav-icons .nav-link {
  font-size: 18px;
  padding: 0.5rem 0.75rem;
}
@media (min-width: 78.75em) {
  .nav-icons .nav-link {
    font-size: 22px;
    padding: 0.5rem 1rem;
  }
}

.home-categories-container {
  margin: 40px 0;
}

.title-container {
  border-bottom: 1px solid #cdcdce;
  padding: 15px 0;
}

.inner-container {
  padding: 40px 0;
}

.loop-container {
  width: 100%;
}

.ambientaciones-wrapper {
  background: url(../images/bg-ambientaciones.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
.ambientaciones-wrapper h1 {
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-weight: 500;
}

.capsule-ambientaciones {
  display: block;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 60%;
  position: relative;
  overflow: hidden;
  transition: all ease-in-out 0.2s;
}
.capsule-ambientaciones--title {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  padding: 3px 15px;
  z-index: 1;
}
.capsule-ambientaciones:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  transition: inherit;
}
.capsule-ambientaciones:hover:after {
  transform: scale(1.1);
}

.big-round-icon--icon {
  display: flex;
  width: 150px;
  height: 150px;
  align-items: center;
  justify-content: center;
  background: #bcb9b9;
  border-radius: 50%;
  color: #fff;
  font-size: 90px;
  margin: 0 auto;
  transition: all ease-in-out 0.2s;
}
.big-round-icon--text {
  font-size: 20px;
  font-weight: 300;
  margin-top: 25px;
  text-align: center;
  line-height: 1.3em;
}
.big-round-icon--text strong {
  font-size: 24px;
  font-weight: 700;
  display: block;
}
.big-round-icon:hover {
  text-decoration: none;
  color: inherit;
}
.big-round-icon:hover .big-round-icon--icon {
  background-color: #4aa7d9;
}

.showroom-container {
  position: relative;
}
.showroom-container img {
  width: 100%;
  height: auto;
}
.showroom-container--content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  color: #fff;
  background: rgba(8, 8, 8, 0);
  background: -moz-linear-gradient(top, rgba(8, 8, 8, 0) 0%, rgba(0, 0, 0, 0.59) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(8, 8, 8, 0)), color-stop(100%, rgba(0, 0, 0, 0.59)));
  background: -webkit-linear-gradient(top, rgba(8, 8, 8, 0) 0%, rgba(0, 0, 0, 0.59) 100%);
  background: -o-linear-gradient(top, rgba(8, 8, 8, 0) 0%, rgba(0, 0, 0, 0.59) 100%);
  background: -ms-linear-gradient(top, rgba(8, 8, 8, 0) 0%, rgba(0, 0, 0, 0.59) 100%);
  background: linear-gradient(to bottom, rgba(8, 8, 8, 0) 0%, rgba(0, 0, 0, 0.59) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#080808", endColorstr="#000000", GradientType=0 );
}
.showroom-container--title {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
}
@media (min-width: 78.75em) {
  .showroom-container--title {
    font-size: 36px;
  }
}
.showroom-container--subtitle {
  font-size: 18px;
  line-height: 1.4em;
}
.showroom-container--address {
  font-size: 14px;
}

.capsule-series {
  display: block;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 170px;
  position: relative;
  overflow: hidden;
  transition: all ease-in-out 0.2s;
}
.capsule-series-expanded {
  height: calc(170px * 2);
}
@media (min-width: 78.75em) {
  .capsule-series-expanded {
    height: 100%;
  }
}
.capsule-series--title {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  padding: 3px 15px;
  z-index: 1;
}
.capsule-series:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  transition: inherit;
}
.capsule-series:hover:after {
  transform: scale(1.1);
}

.slick-slider-to-be {
  opacity: 0;
}
.slick-slider-to-be.slick-initialized {
  opacity: 1;
}
.slick-slider-to-be .slick-slide {
  outline: none !important;
}

.hero-container {
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-page {
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: flex-end;
  display: flex;
  position: relative;
}
.hero-page:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(8, 8, 8, 0);
  background: -moz-linear-gradient(top, rgba(8, 8, 8, 0) 0%, rgba(0, 0, 0, 0.59) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(8, 8, 8, 0)), color-stop(100%, rgba(0, 0, 0, 0.59)));
  background: -webkit-linear-gradient(top, rgba(8, 8, 8, 0) 0%, rgba(0, 0, 0, 0.59) 100%);
  background: -o-linear-gradient(top, rgba(8, 8, 8, 0) 0%, rgba(0, 0, 0, 0.59) 100%);
  background: -ms-linear-gradient(top, rgba(8, 8, 8, 0) 0%, rgba(0, 0, 0, 0.59) 100%);
  background: linear-gradient(to bottom, rgba(8, 8, 8, 0) 0%, rgba(0, 0, 0, 0.59) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#080808", endColorstr="#000000", GradientType=0 );
}
.hero-page h1 {
  color: #fff;
  margin-bottom: 30px;
}

.hero-slider-container .hero-slider-slide {
  height: 440px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  outline: none;
  text-decoration: none;
}
.hero-slider-container .hero-slider-slide--text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  background-color: rgba(0, 0, 0, 0.2);
  text-align: center;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.hero-slider-container .hero-slider-slide--text h1, .hero-slider-container .hero-slider-slide--text h3 {
  margin-bottom: 0px;
  opacity: 0;
  transform: translateY(20px);
  transition: all ease 0.4s;
}
.hero-slider-container .hero-slider-slide--text h3 {
  transition-delay: 0.2s;
}
.hero-slider-container .hero-slider-slide.slick-current .hero-slider-slide--text h1, .hero-slider-container .hero-slider-slide.slick-current .hero-slider-slide--text h3 {
  opacity: 1;
  transform: translateY(0px);
}
.hero-slider-container .hero-slider-slide.slick-current .hero-slider-slide--text h3 {
  transition-delay: 0s;
}

.slick-dots {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
}
.slick-dots > li {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin: 0 8px;
  background: #5f5a53;
}
.slick-dots > li.slick-active {
  background: #e8e3d9;
}
.slick-dots > li > button {
  width: 100%;
  height: 100%;
  padding: 0;
  visibility: hidden;
}

.product-slider-wrapper .slick-list {
  margin-left: -15px;
  margin-right: -15px;
  padding: 20px 0;
}
@media (max-width: 78.74em) {
  .product-slider-wrapper .slick-list {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
}
.product-slider-wrapper .slick-arrow {
  width: 45px;
  height: 45px;
  font-size: 20px;
  background-color: #fff;
  border: 1px solid #c1bfbf;
  color: #8b8685;
  line-height: 46px;
  padding: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  z-index: 1;
}
.product-slider-wrapper .slick-arrow.slick-prev {
  left: 0;
}
@media (min-width: 78.75em) {
  .product-slider-wrapper .slick-arrow.slick-prev {
    left: -35px;
  }
}
.product-slider-wrapper .slick-arrow.slick-next {
  right: 0;
}
@media (min-width: 78.75em) {
  .product-slider-wrapper .slick-arrow.slick-next {
    right: -35px;
  }
}
.product-slider-wrapper .product-capsule {
  margin-bottom: 0px !important;
}
.product-slider-wrapper .product-capsule.hidden {
  display: none;
}

.slider-novedades--item {
  height: 500px;
  overflow: hidden;
  background: #f5f6f5;
}
.slider-novedades--item .row {
  height: 100%;
}
.slider-novedades--item_img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 78.74em) {
  .slider-novedades--item_img {
    height: 250px;
  }
}
.slider-novedades--item_img a {
  display: block;
  width: 100%;
  height: 100%;
}
.slider-novedades--item a:hover {
  text-decoration: none;
}
.slider-novedades--item_label {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background-color: #f6891f;
  padding: 3px 20px;
  display: inline-block;
  margin-bottom: 20px;
}
@media (min-width: 78.75em) {
  .slider-novedades--item_label {
    margin-bottom: 40px;
  }
}
.slider-novedades--item_title {
  font-size: 26px;
  text-transform: uppercase;
  line-height: 1.3em;
  margin-bottom: 30px;
}
@media (min-width: 78.75em) {
  .slider-novedades--item_title {
    font-size: 34px;
    line-height: 38px;
  }
}
.slider-novedades--wrapper {
  position: relative;
}
@media (max-width: 78.74em) {
  .slider-novedades--wrapper {
    padding-bottom: 50px;
  }
}
.slider-novedades--arrows {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  z-index: 10;
  overflow: hidden;
}
@media (max-width: 78.74em) {
  .slider-novedades--arrows {
    bottom: 0px;
  }
}
.slider-novedades--arrows .slick-arrow {
  width: 35px;
  height: 35px;
  font-size: 20px;
  border: 1px solid #c1bfbf;
  color: #8b8685;
  line-height: 38px;
  padding: 0;
  text-align: center;
  margin-right: 10px;
}
.slider-novedades--arrows .btn {
  display: inline-block;
  border: 1px solid #c1bfbf;
  color: #8b8685;
  height: 35px;
  line-height: 36px;
  padding: 0 15px;
  text-align: center;
}

.woocommerce-breadcrumb {
  margin: 0 !important;
}
.woocommerce-breadcrumb .breadcrumb-container {
  background-color: #9a9a9b;
  color: #fff;
  font-size: 14px;
}
.woocommerce-breadcrumb .breadcrumb-container .breadcrumb {
  background: rgba(0, 0, 0, 0);
  margin: 0;
}
.woocommerce-breadcrumb .breadcrumb-container .breadcrumb-item.active, .woocommerce-breadcrumb .breadcrumb-container .breadcrumb-item a {
  color: inherit;
}
.woocommerce-breadcrumb .breadcrumb-container .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "|";
  color: inherit;
}

.woocommerce-ordering,
.woocommerce-result-count {
  font-size: 14px;
  font-weight: 500;
}

.price {
  margin-bottom: 25px;
}
.price .woocommerce-Price-amount {
  display: inline-block;
}
.price .woocommerce-Price-currencySymbol:after {
  content: " ";
}
.price del {
  opacity: 1 !important;
}
.price del .woocommerce-Price-amount {
  text-decoration: line-through;
  font-weight: normal;
}
.price ins {
  text-decoration: none;
}
.price .price-full {
  font-size: 18px;
  margin-top: 5px;
}
.price .price-full .woocommerce-Price-amount {
  font-size: inherit !important;
  font-weight: 700 !important;
}

.woocommerce button.button {
  border-radius: 0 !important;
  font-size: 14px !important;
  height: 39px !important;
}
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  font-size: 14px;
  line-height: 1.4em !important;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  padding: 10px 15px;
  border: 1px solid rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
}
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:before {
  display: none;
}
.woocommerce .woocommerce-error a.button,
.woocommerce .woocommerce-info a.button,
.woocommerce .woocommerce-message a.button {
  border-radius: 0;
  background-color: #4c4c4c;
  color: #fff;
  border: 1px solid #4c4c4c;
  font-size: 13px;
  transition: all ease-in-out 0.2s;
  height: 36px;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 20px;
  margin-left: auto;
}
@media (max-width: 78.74em) {
  .woocommerce .woocommerce-error a.button,
.woocommerce .woocommerce-info a.button,
.woocommerce .woocommerce-message a.button {
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap;
    margin-left: 10px;
  }
}
.woocommerce .woocommerce-error a.button:hover,
.woocommerce .woocommerce-info a.button:hover,
.woocommerce .woocommerce-message a.button:hover {
  color: #4c4c4c;
  background-color: rgba(0, 0, 0, 0);
  border-color: #4c4c4c;
}
.woocommerce .woocommerce-message {
  border-color: rgba(143, 174, 27, 0.7);
  background-color: rgba(143, 174, 27, 0.25);
}
.woocommerce .woocommerce-info {
  border-color: rgba(30, 133, 190, 0.7);
  background-color: rgba(30, 133, 190, 0.25);
  justify-content: flex-end;
}
.woocommerce .woocommerce-error {
  border-color: rgba(184, 28, 35, 0.7);
  background-color: rgba(184, 28, 35, 0.25);
}
.woocommerce div.product.product-capsule {
  display: block;
  padding: 14px;
  border: 1px solid #cdcdce;
  background-color: #fff;
  margin-bottom: 30px;
}
.woocommerce div.product.product-capsule a:hover {
  text-decoration: none;
}
.woocommerce div.product.product-capsule .product-capsule--img {
  overflow: hidden;
}
.woocommerce div.product.product-capsule .product-capsule--img img {
  transform: scale(1);
  transition: transform ease 0.2s;
  width: 100%;
  height: auto;
}
.woocommerce div.product.product-capsule .product-capsule--img-tags {
  position: absolute;
  top: 22px;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
  z-index: 10;
}
.woocommerce div.product.product-capsule .product-capsule--img-tags .tag-destacado {
  margin-left: 0;
}
.woocommerce div.product.product-capsule .product-capsule--info {
  padding-top: 25px;
}
.woocommerce div.product.product-capsule .product-capsule--info-name h2 {
  color: #4e4e4e;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}
.woocommerce div.product.product-capsule .product-capsule--info-price .price {
  color: #000;
  font-size: 12px;
  font-weight: 500;
}
.woocommerce div.product.product-capsule .product-capsule--info-price .price .woocommerce-Price-amount {
  font-size: 18px;
}
.woocommerce div.product.product-capsule .product-capsule--info-price .price ins .woocommerce-Price-amount {
  color: #f6891f;
}
.woocommerce div.product.product-capsule .product-capsule--info-buttons {
  padding-top: 15px;
  display: inline-flex;
  align-items: center;
}
.woocommerce div.product.product-capsule .product-capsule--info-buttons a,
.woocommerce div.product.product-capsule .product-capsule--info-buttons a.button {
  color: #b3b3b3;
  font-size: 24px;
  line-height: 1em;
  display: inline-block;
  padding: 2px 12px;
  background: rgba(0, 0, 0, 0);
  transition: all ease-in-out 0.1s;
  transition: color ease 0.2s;
}
.woocommerce div.product.product-capsule .product-capsule--info-buttons a:hover,
.woocommerce div.product.product-capsule .product-capsule--info-buttons a.button:hover {
  text-decoration: none;
  color: inherit;
}
.woocommerce div.product.product-capsule .product-capsule--info .button.compare {
  color: #b3b3b3;
  font-size: 24px;
  line-height: 1em;
  display: inline-block;
  padding: 2px 12px;
  background: rgba(0, 0, 0, 0);
  transition: all ease-in-out 0.1s;
  transition: color ease 0.2s;
  margin-left: -4px;
}
.woocommerce div.product.product-capsule .product-capsule--info .button.compare:hover {
  text-decoration: none;
  color: inherit;
}
.woocommerce div.product.product-capsule:hover {
  border: 1px solid #fff;
  background-color: #f9f9f9;
  box-shadow: 0 0 20px #b4b4b4;
}
.woocommerce div.product.product-capsule:hover .product-capsule--info-buttons a,
.woocommerce div.product.product-capsule:hover .product-capsule--info a.button {
  color: inherit;
}
.woocommerce div.product.product-capsule:hover .product-capsule--img img {
  transform: scale(1.1);
}

.button.compare {
  position: relative;
  text-indent: -9999px;
  width: 48px;
  display: inline-block;
  outline: none !important;
}
.button.compare:before {
  content: "";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 2px;
  left: 12px;
  text-indent: 0;
}
.button.compare[class$=added]:after {
  position: absolute;
  top: -5px;
  right: 0;
  text-indent: 0;
  display: block;
  width: 17px;
  height: 17px;
  background-color: #ed202c;
  color: #fff;
  font-size: 9px;
  text-align: center;
  z-index: 1;
  border-radius: 50%;
  font-weight: 700;
  line-height: 18px;
  margin-right: 0 !important;
}

.woosw-btn {
  position: relative;
  text-indent: -9999px;
  width: 48px;
  display: inline-block;
  outline: none !important;
}
.woosw-btn:after {
  content: "";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 2px;
  left: 12px;
  text-indent: 0;
}
.woosw-btn[class$=added]:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "" !important;
  position: absolute;
  top: -5px;
  right: 0;
  text-indent: 0;
  display: block;
  width: 17px;
  height: 17px;
  background-color: #ed202c;
  color: #fff;
  font-size: 9px;
  text-align: center;
  z-index: 1;
  border-radius: 50%;
  font-weight: 700;
  line-height: 18px;
  margin-right: 0 !important;
}

.button,
.btn {
  position: relative;
}
.button.added:after,
.btn.added:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "" !important;
  position: absolute;
  top: -5px;
  right: 0;
  text-indent: 0;
  display: block;
  width: 17px;
  height: 17px;
  background-color: #ed202c;
  color: #fff;
  font-size: 9px;
  text-align: center;
  z-index: 1;
  border-radius: 50%;
  font-weight: 700;
  line-height: 18px;
}

.mobile-filters-wrapper .mobile-filters-filtros ul,
#sidebar ul {
  margin: 0;
  padding: 0;
}
.mobile-filters-wrapper .mobile-filters-filtros .berocket_single_filter_widget .berocket_aapf_widget-title_div,
#sidebar .berocket_single_filter_widget .berocket_aapf_widget-title_div {
  height: auto;
  padding: 0;
}
.mobile-filters-wrapper .mobile-filters-filtros .berocket_single_filter_widget .berocket_aapf_widget,
#sidebar .berocket_single_filter_widget .berocket_aapf_widget {
  font-size: 13px;
  padding: 10px 10px 20px;
  display: flex;
  flex-wrap: wrap;
  /*
  li{
    position: relative;

    input{
      visibility: hidden;
      opacity: 0;
      position: absolute;
    }

    .berocket_checked{
      font-weight: 700;
    }
  }
  */
}
.mobile-filters-wrapper .mobile-filters-filtros .berocket_single_filter_widget .berocket_aapf_widget li,
#sidebar .berocket_single_filter_widget .berocket_aapf_widget li {
  width: 50%;
  flex-grow: 0;
  flex-shrink: 0;
}
.mobile-filters-wrapper .mobile-filters-filtros .berocket_single_filter_widget .berocket_aapf_widget li a.br_unselect_all,
#sidebar .berocket_single_filter_widget .berocket_aapf_widget li a.br_unselect_all {
  display: none;
}
.mobile-filters-wrapper .mobile-filters-filtros .berocket_single_filter_widget .berocket_aapf_widget li > span > input[type=checkbox] + .berocket_label_widgets,
#sidebar .berocket_single_filter_widget .berocket_aapf_widget li > span > input[type=checkbox] + .berocket_label_widgets {
  display: block;
  cursor: pointer;
}
.mobile-filters-wrapper .mobile-filters-filtros .berocket_single_filter_widget .berocket_aapf_widget li > span > input[type=checkbox] + .berocket_label_widgets:before,
#sidebar .berocket_single_filter_widget .berocket_aapf_widget li > span > input[type=checkbox] + .berocket_label_widgets:before {
  float: right;
  border: 0;
  margin-top: 3px;
}
.mobile-filters-wrapper .mobile-filters-filtros .widget-title,
#sidebar .widget-title {
  font-size: 14px;
  text-transform: uppercase;
  border: 1px solid #dfdddd;
  background-color: #f5f6f5;
  font-weight: 500;
  line-height: 1em;
  padding: 5px 10px 3px;
  margin-bottom: 5px;
}
.mobile-filters-wrapper .mobile-filters-filtros .brw-product_cat .berocket_aapf_widget,
#sidebar .brw-product_cat .berocket_aapf_widget {
  display: flex !important;
  padding: 10px 0 20px;
}
.mobile-filters-wrapper .mobile-filters-filtros .brw-product_cat .berocket_aapf_widget li,
#sidebar .brw-product_cat .berocket_aapf_widget li {
  height: auto !important;
  width: calc(33% - 10px);
  margin: 0 5px;
}
.mobile-filters-wrapper .mobile-filters-filtros .brw-product_cat .berocket_aapf_widget li .berocket_label_widgets,
#sidebar .brw-product_cat .berocket_aapf_widget li .berocket_label_widgets {
  width: 100%;
  padding-bottom: 100%;
  height: auto;
  position: relative;
}
.mobile-filters-wrapper .mobile-filters-filtros .brw-product_cat .berocket_aapf_widget li .berocket_label_widgets .berocket_color_span_block,
#sidebar .brw-product_cat .berocket_aapf_widget li .berocket_label_widgets .berocket_color_span_block {
  display: block !important;
  border: 0 !important;
  width: 55px !important;
  height: 46px !important;
  margin: 0 auto 2px !important;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
}
.mobile-filters-wrapper .mobile-filters-filtros .brw-product_cat .berocket_aapf_widget li .berocket_label_widgets .berocket_color_text,
#sidebar .brw-product_cat .berocket_aapf_widget li .berocket_label_widgets .berocket_color_text {
  display: block !important;
  margin-left: 0 !important;
  text-align: center;
  font-size: 11px;
  text-transform: uppercase;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}
.mobile-filters-wrapper .mobile-filters-filtros .brw-product_cat .berocket_aapf_widget li .berocket_label_widgets.berocket_checked,
#sidebar .brw-product_cat .berocket_aapf_widget li .berocket_label_widgets.berocket_checked {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
.mobile-filters-wrapper .mobile-filters-filtros .brw-product_cat .berocket_aapf_widget li.brw-product_cat-uncategorized.berocket_color_with_value,
#sidebar .brw-product_cat .berocket_aapf_widget li.brw-product_cat-uncategorized.berocket_color_with_value {
  display: none !important;
}
.mobile-filters-wrapper .mobile-filters-filtros .brw-color .berocket_aapf_widget li .berocket_label_widgets,
#sidebar .brw-color .berocket_aapf_widget li .berocket_label_widgets {
  height: auto !important;
  display: block !important;
}
.mobile-filters-wrapper .mobile-filters-filtros .brw-color .berocket_aapf_widget li .berocket_label_widgets.berocket_checked:before,
#sidebar .brw-color .berocket_aapf_widget li .berocket_label_widgets.berocket_checked:before {
  content: "";
  font-family: FontAwesome;
  font-size: 14px;
  height: 0.7em;
  line-height: 0.7em;
  text-indent: -0.08em;
  width: 0.7em;
  cursor: pointer;
  box-sizing: content-box;
  color: #787878;
  display: inline-block;
  margin-top: 2px;
  margin-right: 2px;
}
.mobile-filters-wrapper .mobile-filters-filtros .brw-color .berocket_aapf_widget li .berocket_label_widgets .berocket_color_span_block,
#sidebar .brw-color .berocket_aapf_widget li .berocket_label_widgets .berocket_color_span_block {
  border: 1px solid rgba(0, 0, 0, 0.3) !important;
  width: 14px !important;
  height: 14px !important;
  float: left;
}
.mobile-filters-wrapper .mobile-filters-filtros .brw-color .berocket_aapf_widget li .berocket_label_widgets .berocket_color_text,
#sidebar .brw-color .berocket_aapf_widget li .berocket_label_widgets .berocket_color_text {
  margin-left: 15px !important;
  line-height: 15px;
}
.mobile-filters-wrapper .mobile-filters-filtros .berocket_aapf_selected_area_block,
#sidebar .berocket_aapf_selected_area_block {
  display: block !important;
}
.mobile-filters-wrapper .mobile-filters-filtros .berocket_aapf_selected_area_block .berocket_aapf_widget-title_div,
#sidebar .berocket_aapf_selected_area_block .berocket_aapf_widget-title_div {
  display: none;
}
.mobile-filters-wrapper .mobile-filters-filtros .berocket_aapf_selected_area_block .berocket_aapf_widget,
#sidebar .berocket_aapf_selected_area_block .berocket_aapf_widget {
  padding: 0;
  margin-bottom: 15px;
  min-height: 28px;
}
.mobile-filters-wrapper .mobile-filters-filtros .berocket_aapf_selected_area_block .berocket_aapf_widget ul,
#sidebar .berocket_aapf_selected_area_block .berocket_aapf_widget ul {
  display: inline-block;
}
.mobile-filters-wrapper .mobile-filters-filtros .berocket_aapf_selected_area_block .berocket_aapf_widget ul li,
#sidebar .berocket_aapf_selected_area_block .berocket_aapf_widget ul li {
  display: inline-block;
  margin-bottom: 3px;
  margin-left: 3px;
  width: auto;
}
.mobile-filters-wrapper .mobile-filters-filtros .berocket_aapf_selected_area_block .berocket_aapf_widget_selected_filter,
#sidebar .berocket_aapf_selected_area_block .berocket_aapf_widget_selected_filter {
  display: inline-block;
}
.mobile-filters-wrapper .mobile-filters-filtros .berocket_aapf_selected_area_block .berocket_aapf_widget_selected_filter > span,
#sidebar .berocket_aapf_selected_area_block .berocket_aapf_widget_selected_filter > span {
  display: none;
}
.mobile-filters-wrapper .mobile-filters-filtros .berocket_aapf_selected_area_block a,
#sidebar .berocket_aapf_selected_area_block a {
  background-color: #fbf4d2;
  border-radius: 12px;
  padding: 1px 8px;
  display: inline-block;
  margin-top: 0;
}
.mobile-filters-wrapper .mobile-filters-filtros .berocket_aapf_selected_area_block a .fa,
#sidebar .berocket_aapf_selected_area_block a .fa {
  float: right;
  margin: 3px 0 0 6px;
}
.mobile-filters-wrapper .mobile-filters-filtros .berocket_aapf_selected_area_block a:hover,
#sidebar .berocket_aapf_selected_area_block a:hover {
  text-decoration: none;
}

.single-product .product .product_title {
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 0;
  margin-right: 5px;
}
.single-product .product .woocommerce-product-gallery,
.single-product .product .summary {
  float: none !important;
  width: 100% !important;
}
.single-product .product .woocommerce-product-gallery {
  border: 1px solid #e1e2e1;
  padding: 12px;
}
.single-product .product .woocommerce-product-gallery__container {
  position: relative;
}
.single-product .product .woocommerce-product-gallery__container .view-360 {
  text-indent: -999px;
  overflow: hidden;
  display: block;
  width: 104px;
  height: 36px;
  background: url("../images/view-360.jpg") no-repeat 0 0;
  position: absolute;
  bottom: 15px;
  left: 15px;
}
.single-product .product .woocommerce-product-gallery .woocommerce-product-gallery__thumbnails {
  margin-top: 16px;
  position: relative;
}
.single-product .product .woocommerce-product-gallery .woocommerce-product-gallery__thumbnails-buttons {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  width: calc(25% / 2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.single-product .product .woocommerce-product-gallery .woocommerce-product-gallery__thumbnails-buttons button {
  display: block;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  box-shadow: none;
  margin: 5px 0;
}
.single-product .product .woocommerce-product-gallery .woocommerce-product-gallery__thumbnails .woocommerce-product-gallery__image {
  margin: 0 10px;
  cursor: pointer;
}
.single-product .product .woocommerce-product-gallery .woocommerce-product-gallery__image {
  border: 5px solid #e1e2e1;
  border-radius: 7px;
}
.single-product .product .woocommerce-product-gallery small {
  font-size: 11px;
  display: block;
  margin-top: 20px;
  text-align: center;
}
.single-product .product .price {
  color: #403e3d !important;
  font-size: 16px !important;
}
.single-product .product .price .woocommerce-Price-amount {
  font-size: 26px;
  font-weight: 700;
}
.single-product .product .price del .woocommerce-Price-amount {
  font-size: 18px;
  font-weight: normal;
}
.single-product .product .price ins .woocommerce-Price-amount {
  color: #f6891f;
}
.single-product .product .product_meta .tagged_as {
  padding: 0 15px;
}
.single-product .product .product_meta .categorized_as {
  display: flex;
}
@media (max-width: 78.74em) {
  .single-product .product .product_meta .categorized_as {
    flex-wrap: wrap;
  }
}
.single-product .product .product_meta .categorized_as div {
  width: 95px;
}
@media (max-width: 78.74em) {
  .single-product .product .product_meta .categorized_as div {
    width: 80px;
  }
}
.single-product .product .product_meta .producto-table {
  table-layout: fixed;
  margin-top: 20px;
  margin-bottom: 40px;
}
.single-product .product .product_meta .producto-table td {
  width: 33%;
}
.single-product .product .product_meta .producto-table td label {
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.single-product .product .product_meta .producto-table td p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3em;
  margin-bottom: 0;
}
@media (max-width: 78.74em) {
  .single-product .product .product_meta .producto-table td p {
    font-size: 16px;
  }
}
.single-product .product .product_meta .sku_wrapper {
  font-size: 14px;
  text-transform: uppercase;
}
.single-product .product .single-cart {
  margin-top: 45px;
  margin-bottom: 20px;
}
.single-product .product .single-cart .cart {
  margin-bottom: 0;
}
.single-product .product .single-cart .quantity-group .input-group-prepend .btn,
.single-product .product .single-cart .quantity-group .input-group-append .btn {
  width: 28px;
  height: 45px;
  line-height: 34px;
  padding-left: 5px;
  padding-right: 5px;
}
.single-product .product .single-cart .quantity-group .input-group-prepend .btn:focus,
.single-product .product .single-cart .quantity-group .input-group-append .btn:focus {
  box-shadow: none;
  outline: none;
}
.single-product .product .single-cart .quantity-group .quantity {
  float: none !important;
  margin: 0 !important;
}
.single-product .product .single-cart .quantity-group .quantity input {
  height: 45px;
  border: 0;
  border-top: 1px solid #e1e2e1;
  border-bottom: 1px solid #e1e2e1;
}
.single-product .product .single-cart .quantity-group .quantity input[type=number]::-webkit-inner-spin-button,
.single-product .product .single-cart .quantity-group .quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.single-product .product .single-cart .single-product-cart-buttons .btn,
.single-product .product .single-cart .single-product-cart-buttons .button.compare,
.single-product .product .single-cart .single-product-cart-buttons .woosw-btn {
  width: 45px;
  height: 45px;
  margin-left: 8px;
}
@media (max-width: 78.74em) {
  .single-product .product .single-cart .single-product-cart-buttons #calculatorDropdown {
    margin-left: 0px;
  }
}
.single-product .product .single-cart .single-product-cart-buttons .btn {
  font-size: 20px;
  line-height: 35px;
}
.single-product .product .single-cart .single-product-cart-buttons .btn.active {
  background-color: #4c4c4c;
  border-color: #4c4c4c;
  color: #fff;
}
.single-product .product .single-cart .single-product-cart-buttons .button.compare,
.single-product .product .single-cart .single-product-cart-buttons .woosw-btn {
  border: 1px solid #e1e2e1;
  transition: all ease 0.2s;
  font-size: 20px;
  background-color: #fff;
  border-radius: 0;
}
.single-product .product .single-cart .single-product-cart-buttons .button.compare:after,
.single-product .product .single-cart .single-product-cart-buttons .woosw-btn:after {
  top: 12px;
}
.single-product .product .single-cart .single-product-cart-buttons .button.compare:hover,
.single-product .product .single-cart .single-product-cart-buttons .woosw-btn:hover {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #4c4c4c;
}
.single-product .product .single-cart .single-product-cart-buttons .button.compare:before {
  top: 11px;
}
.single-product .product .single-cart .single-product-cart-buttons .button.compare:after {
  top: -5px;
}
.single-product .product .related,
.single-product .product .upsells {
  padding: 50px 0;
}
.single-product .product .related h2,
.single-product .product .upsells h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
}

.columns-3 .col {
  width: 100%;
  flex-basis: 100%;
  flex-shrink: 0;
  flex-grow: 0;
}
@media (min-width: 30em) and (max-width: 78.74em) {
  .columns-3 .col {
    width: calc(100% / 2);
    flex-basis: calc(100% / 2);
  }
}
@media (min-width: 78.75em) {
  .columns-3 .col {
    width: calc(100% / 3);
    flex-basis: calc(100% / 3);
  }
}
.columns-4 .col {
  width: 100%;
  flex-basis: 100%;
  flex-shrink: 0;
  flex-grow: 0;
}
@media (min-width: 30em) and (max-width: 78.74em) {
  .columns-4 .col {
    width: calc(100% / 2);
    flex-basis: calc(100% / 2);
  }
}
@media (min-width: 78.75em) {
  .columns-4 .col {
    width: calc(100% / 4);
    flex-basis: calc(100% / 4);
  }
}

.tag-destacado {
  font-size: 13px;
  text-transform: uppercase;
  padding: 0.25rem 0.5rem 0.3rem;
  line-height: 1em;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1px;
  background-color: #4aa7d9;
  margin-left: 10px;
}
.tag-destacado:hover {
  color: #fff;
  text-decoration: none;
}
.tag-orange {
  background-color: #f6891f;
}
.tagged_as {
  font-size: 11px;
  text-transform: uppercase;
}
.tagged_as a {
  display: inline-block;
  font-size: 14px;
  text-transform: none;
  border: 1px solid #e2e3e2;
  background-color: #f3f3f3;
  line-height: 1em;
  padding: 0.3rem 0.5rem 0.25rem;
  text-decoration: none;
  margin-left: 10px;
  transition: all ease-in-out 0.2s;
}
.tagged_as a:hover {
  background-color: #4c4c4c;
  color: #fff;
}

.calculator-wrapper {
  position: relative;
  box-shadow: 0 0 2px #ccc;
  max-height: 0;
  height: auto;
  opacity: 0;
  transition: all ease 0.4s;
  margin-bottom: 25px;
  width: 100%;
}
.calculator-wrapper.show {
  max-height: 200px;
  opacity: 1;
}
.calculator-wrapper:before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  position: absolute;
  top: -12px;
  left: 54%;
  background-color: #fff;
  transform-origin: 0 0;
  transform: rotate(45deg);
  box-shadow: 0px 0px 2px #ccc;
}
.calculator-wrapper:after {
  content: "";
  display: block;
  width: 50px;
  height: 20px;
  position: absolute;
  top: 0px;
  left: 50%;
  background-color: #fff;
}
.calculator-wrapper .row {
  margin-left: 0;
  margin-right: 0;
}
.calculator-wrapper .dropdown-mega-primary {
  padding-top: 20px;
  padding-bottom: 10px;
}
.calculator-wrapper .dropdown-mega-primary div[class*=col-] {
  padding-left: 5px;
  padding-right: 5px;
}
.calculator-wrapper .dropdown-mega-primary-column {
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.calculator-wrapper .dropdown-mega-side {
  background-color: #f5f6f5;
  border-left: 1px solid #e7e7e7;
  padding: 20px;
}
@media (min-width: 78.75em) {
  .calculator-wrapper .dropdown-mega-side {
    padding-left: 0;
  }
}
.calculator-wrapper table {
  width: 100%;
  table-layout: fixed;
  font-size: 14px;
}
.calculator-wrapper table th {
  font-weight: 500;
  padding-bottom: 10px;
}
.calculator-wrapper table td {
  height: 40px;
  vertical-align: middle;
}
.calculator-wrapper table .form-control {
  height: 40px;
  width: 65px;
  border-radius: 0;
  display: inline-block;
  margin-right: 5px;
}
.calculator-wrapper table .custom-checkbox {
  font-size: 12px;
  line-height: 24px;
}
.calculator-wrapper .dropdown-menu {
  left: 50% !important;
  transform: translateX(-50%) !important;
  top: 60px !important;
}
.calculator-wrapper .dropdown-menu:before {
  left: 50% !important;
}
.calculator-wrapper .dropdown-menu:after {
  left: 50% !important;
}
.calculator-wrapper .dropdown-menu .dropdown-mega-side {
  padding: 20px 15px;
}

.destacados-wrapper .destacados-filters button {
  background: #f5f6f5;
  border: 0;
  font-size: 14px;
  padding: 3px 15px;
  margin: 0 3px;
  font-weight: 500;
}
.destacados-wrapper .destacados-filters button:hover, .destacados-wrapper .destacados-filters button.active {
  background: #f6891f;
  color: #fff;
}

.woosw-content-items {
  width: 100%;
}
.woosw-content-item--stock {
  float: left;
  height: 36px;
  line-height: 36px;
}
.woosw-content-item--add {
  width: 36px;
  float: right;
}

.woosw-list .woosw-content-item--add {
  width: 100px !important;
  text-align: center;
}
.woosw-list .woosw-content-item--add a.button {
  width: 36px !important;
}

.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--remove {
  vertical-align: middle;
  max-width: 0px;
}

.yith_woocompare_colorbox {
  background-color: #fff;
  border: 1px solid #4f4f4f;
}
.yith_woocompare_colorbox #cboxTopLeft,
.yith_woocompare_colorbox #cboxTopCenter,
.yith_woocompare_colorbox #cboxTopRight,
.yith_woocompare_colorbox #cboxMiddleLeft,
.yith_woocompare_colorbox #cboxMiddleRight,
.yith_woocompare_colorbox #cboxBottomLeft,
.yith_woocompare_colorbox #cboxBottomCenter,
.yith_woocompare_colorbox #cboxBottomRight {
  display: none;
}
.yith_woocompare_colorbox #cboxContent,
.yith_woocompare_colorbox #cboxLoadedContent {
  width: 100% !important;
  text-align: center;
}
.yith_woocompare_colorbox #cboxLoadedContent {
  margin-bottom: 15px;
  border-bottom: 1px solid #4f4f4f;
}
.yith_woocompare_colorbox #cboxClose {
  position: relative;
  bottom: auto;
  right: auto;
  margin: 0 auto;
  padding: 10px 23px;
  text-indent: 0;
  width: auto;
  background: #4c4c4c;
  line-height: 1em;
  font-size: 16px;
  text-transform: uppercase;
  height: auto;
  color: #fff;
}

.mobile-filters-wrapper .col-6 {
  border-top: 1px solid #dfdddd;
  border-bottom: 1px solid #dfdddd;
}
.mobile-filters-wrapper .col-6:first-child {
  border-right: 1px solid #dfdddd;
}
.mobile-filters-wrapper .col-6 .btn {
  padding: 0;
  width: 100%;
  text-align: left;
  height: 100%;
  box-shadow: none !important;
  font-size: 14px;
}
.mobile-filters-wrapper .col-6 .btn:after {
  content: "";
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  width: 20px;
  text-align: center;
  float: right;
  transform: rotate(180deg);
  margin-top: 4px;
}
.mobile-filters-wrapper .col-6 .btn.collapsed:after {
  transform: rotate(0deg);
}
.mobile-filters-wrapper .mobile-filters-order .woocommerce-ordering {
  float: none;
  width: 100%;
  margin: 0;
  position: relative;
}
.mobile-filters-wrapper .mobile-filters-order .woocommerce-ordering:after {
  content: "";
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  width: 26px;
  text-align: right;
  position: absolute;
  top: 11px;
  right: 0px;
  font-size: 1rem;
  background-color: #fff;
  pointer-events: none;
}
.mobile-filters-wrapper .mobile-filters-order .woocommerce-ordering label {
  color: #fff;
  font-size: 0;
  margin: 0;
}
.mobile-filters-wrapper .mobile-filters-order .woocommerce-ordering label .orderby {
  font-size: 14px;
  width: 100%;
  margin-top: -15px;
  border: 0;
  height: 40px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none !important;
  font-size: 14px;
  text-transform: uppercase;
  overflow: hidden;
  background-color: #fff;
}
.mobile-filters-wrapper #collapseFilters .card {
  padding: 0;
  border-radius: 0;
  border: 0;
}
.mobile-filters-wrapper #collapseFilters .card .mobile-filters-filtros {
  width: 100%;
}
.mobile-filters-wrapper #collapseFilters .card .mobile-filters-filtros .berocket_aapf_widget-wrapper {
  border-bottom: 1px solid #dfdddd;
}
.mobile-filters-wrapper #collapseFilters .card .mobile-filters-filtros .berocket_aapf_widget-wrapper .berocket_aapf_widget {
  max-height: 0;
  overflow: hidden;
  height: auto;
  padding: 0 10px 0;
}
.mobile-filters-wrapper #collapseFilters .card .mobile-filters-filtros .berocket_aapf_widget-wrapper .berocket_aapf_widget.open {
  padding: 10px 15px;
  max-height: 400px;
}
.mobile-filters-wrapper #collapseFilters .card .mobile-filters-filtros .berocket_aapf_widget-wrapper .berocket_aapf_widget-title {
  border: 0;
  background-color: #fff;
  padding: 9px 15px 8px;
  margin-bottom: 0;
}
.mobile-filters-wrapper #collapseFilters .card .mobile-filters-filtros .berocket_aapf_widget-wrapper .berocket_aapf_widget-title:after {
  content: "";
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  width: 20px;
  text-align: center;
  float: right;
}
.mobile-filters-wrapper #collapseFilters .card .mobile-filters-filtros .berocket_aapf_widget-wrapper .berocket_aapf_widget-title.open:after {
  transform: rotate(180deg);
}

.mini-cart .dropdown-menu {
  min-width: 380px;
  padding: 0.5rem;
}
.mini-cart .dropdown-toggle .badge {
  background-color: #ed202c;
  color: #fff;
  font-size: 10px;
  line-height: 1.2em;
  text-align: center;
  position: absolute;
  top: 4px;
  right: 4px;
  border-radius: 50%;
  font-weight: normal;
  padding: 0.25em 0.53em;
}
.mini-cart .woocommerce-mini-cart {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 7px !important;
}
.mini-cart .woocommerce-mini-cart-item {
  padding: 6px 0 !important;
  display: flex;
  align-items: center;
  font-size: 14px;
  text-transform: uppercase;
  border-bottom: 1px solid #dfdddd;
}
.mini-cart .woocommerce-mini-cart-item a {
  align-items: center;
  display: flex !important;
  font-weight: 700;
}
.mini-cart .woocommerce-mini-cart-item img {
  max-width: 50px;
  height: auto;
  margin-left: 0px !important;
  margin-right: 10px;
  float: right;
  width: 32px;
  height: auto;
  box-shadow: none;
}
.mini-cart .woocommerce-mini-cart-item .quantity {
  margin-left: auto;
}
.mini-cart .woocommerce-mini-cart-item a.remove {
  display: block !important;
  font-size: 1.5em;
  height: 1em;
  width: 1em;
  text-align: center;
  line-height: 1;
  border-radius: 100%;
  color: red !important;
  text-decoration: none;
  font-weight: 700;
  border: 0;
  margin-right: 10px;
}
.mini-cart .woocommerce-mini-cart-item a.remove:hover {
  color: #fff !important;
  background: red;
}
.mini-cart .woocommerce-mini-cart__total {
  text-align: right;
  font-size: 14px;
}
.mini-cart .woocommerce-mini-cart__buttons {
  margin-bottom: 0;
  text-align: center;
}
.mini-cart .woocommerce-mini-cart__buttons .button {
  margin: 0 5px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 0;
  border: 1px solid #4c4c4c;
  background-color: #4c4c4c;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  line-height: 1.3em;
}
.mini-cart .woocommerce-mini-cart__buttons .button:hover {
  color: #4c4c4c;
  background-color: #fff;
  border-color: #4c4c4c;
  text-decoration: none;
}
.mini-cart .woocommerce-mini-cart__empty-message {
  font-size: 14px;
  text-align: center;
  padding-top: 15px;
}

.woocommerce table.shop_table {
  border-radius: 0 !important;
  border: 0 !important;
}
.woocommerce table.shop_table thead {
  background-color: #f5f5f5;
}
.woocommerce table.shop_table thead tr th {
  font-size: 14px;
}
.woocommerce table.shop_table tr td {
  border-color: #dfdddd;
  font-size: 14px;
}
.woocommerce table.shop_table tr:first-child td {
  border: 0;
}
.woocommerce table.shop_table td.product-name {
  text-transform: uppercase;
}
.woocommerce table.shop_table .actions .button {
  background-color: #4c4c4c;
  color: #fff !important;
  border: 1px solid #4c4c4c;
  font-size: 15px;
  transition: all ease-in-out 0.2s;
  height: 45px;
  padding-left: 25px !important;
  padding-right: 25px !important;
  border-radius: 0;
  font-weight: normal;
}
.woocommerce table.shop_table .actions .button:hover {
  color: #4c4c4c !important;
  background-color: #fff;
  border-color: #4c4c4c;
}
.woocommerce table.cart img {
  width: 68px !important;
}
.woocommerce table.cart .quantity-group .input-group-prepend .btn,
.woocommerce table.cart .quantity-group .input-group-append .btn {
  width: 28px;
  height: 45px;
  line-height: 34px;
  padding-left: 5px;
  padding-right: 5px;
}
.woocommerce table.cart .quantity-group .input-group-prepend .btn:focus,
.woocommerce table.cart .quantity-group .input-group-append .btn:focus {
  box-shadow: none;
  outline: none;
}
.woocommerce table.cart .quantity-group .input-group-prepend .btn {
  border-right: 0;
}
.woocommerce table.cart .quantity-group .input-group-append .btn {
  border-left: 0;
}
.woocommerce table.cart .quantity-group .quantity {
  float: none !important;
  margin: 0 !important;
}
.woocommerce table.cart .quantity-group .quantity input {
  height: 45px;
  border: 0;
  width: 25px;
  border-top: 1px solid #e1e2e1;
  border-bottom: 1px solid #e1e2e1;
}
.woocommerce table.cart .quantity-group .quantity input[type=number]::-webkit-inner-spin-button,
.woocommerce table.cart .quantity-group .quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce .cart-collaterals .cart_totals {
  float: none !important;
  width: 100% !important;
}
.woocommerce .cart-collaterals .cart_totals h2 {
  background: #413f3d;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  height: 39px;
  line-height: 39px;
  font-weight: normal;
  margin-bottom: 0;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  padding-top: 0;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button {
  border-radius: 0;
  color: #fff;
  text-align: center;
  font-size: 14px;
  height: 39px;
  background-color: #ed202c;
}
.woocommerce .cart-collaterals .cart_totals table.shop_table {
  border-left: 1px solid #dfdddd !important;
  border-right: 1px solid #dfdddd !important;
  margin-bottom: 0 !important;
  padding: 15px 0;
}
.woocommerce .cart-collaterals .cart_totals table.shop_table tr th {
  border: 0 !important;
  font-size: 14px;
  max-width: 155px;
}
.woocommerce .cart-collaterals .cart_totals table.shop_table tr td {
  border: 0 !important;
  font-size: 14px;
}
@media (min-width: 600px) {
  .woocommerce .cart-collaterals .cart_totals table.shop_table tr td {
    max-width: 155px;
  }
  .woocommerce .cart-collaterals .cart_totals table.shop_table tr td .select2-container {
    max-width: 125px;
  }
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
  text-align: left;
}

.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper,
.create-account {
  padding: 0 15px;
  margin-bottom: 20px;
}

.form-row {
  flex-direction: column;
}
.form-row.form-row-first, .form-row.form-row-last {
  width: 49%;
}
.form-row label {
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 500;
}
.form-row .input-text {
  width: 100%;
  height: 38px;
  box-shadow: 0;
  border: 1px solid #dfdddd;
  padding: 0 10px;
  font-size: 14px;
}
.form-row textarea.input-text {
  padding: 5px 10px;
  height: calc(38px * 2);
}
.form-row .select2-container--default .select2-selection--single {
  border: 1px solid #dfdddd;
  border-radius: 0;
  height: 38px;
}
.form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px;
  font-size: 14px;
}
.form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 4px;
}

.woocommerce-checkout .checkout_totals h2 {
  background: #413f3d;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  height: 39px;
  line-height: 39px;
  font-weight: normal;
  margin-bottom: 0;
}
.woocommerce-checkout .checkout_totals .wc-proceed-to-checkout {
  padding-top: 0;
}
.woocommerce-checkout .checkout_totals .wc-proceed-to-checkout a.checkout-button {
  border-radius: 0;
  color: #fff;
  text-align: center;
  font-size: 14px;
  height: 39px;
  background-color: #ed202c;
}
.woocommerce-checkout .checkout_totals table.shop_table {
  border-left: 1px solid #dfdddd !important;
  border-right: 1px solid #dfdddd !important;
  border-bottom: 1px solid #dfdddd !important;
  margin-bottom: 0 !important;
  padding: 15px 0;
  border-collapse: collapse;
}
.woocommerce-checkout .checkout_totals table.shop_table tfoot {
  background: #f5f5f5;
}
.woocommerce-checkout .checkout_totals table.shop_table tr th {
  border: 0 !important;
  font-size: 14px;
  padding: 15px 12px;
}
.woocommerce-checkout .checkout_totals table.shop_table tr td {
  border: 0 !important;
  font-size: 14px;
  padding: 15px 12px;
}
.woocommerce-checkout .checkout_totals table.shop_table tr td.product-name {
  width: 60%;
}
.woocommerce-checkout #add_payment_method #payment,
.woocommerce-checkout .woocommerce-cart #payment,
.woocommerce-checkout .woocommerce-checkout #payment {
  border-radius: 0;
  margin-top: 10px;
}
.woocommerce-checkout #add_payment_method #payment .place-order,
.woocommerce-checkout .woocommerce-cart #payment .place-order,
.woocommerce-checkout .woocommerce-checkout #payment .place-order {
  padding: 0;
  background-color: #fff;
}
.woocommerce-checkout #add_payment_method #payment #place_order,
.woocommerce-checkout .woocommerce-cart #payment #place_order,
.woocommerce-checkout .woocommerce-checkout #payment #place_order {
  border-radius: 0;
  color: #fff;
  text-align: center;
  font-size: 14px;
  height: 39px;
  background-color: #ed202c;
  float: none;
  width: 100%;
}
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
  font-size: 12px;
  line-height: 1.4em;
  padding: 1em;
  padding-bottom: 0;
  margin-bottom: 10px;
  background: #ebe9eb;
}
.woocommerce-checkout #customer_details h3 {
  background: #f5f5f5;
  color: #413f3d;
  text-transform: uppercase;
  font-size: 14px;
  height: 39px;
  line-height: 39px;
  font-weight: 500;
  margin-bottom: 10px;
  padding: 0 15px;
}
.woocommerce-checkout #customer_details .create-account {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #f5f5f5;
}
.woocommerce-checkout .woocommerce-form.woocommerce-form-login {
  border-radius: 0;
  font-size: 14px;
}
.woocommerce-checkout .woocommerce-form.woocommerce-form-login .woocommerce-form-login__submit {
  float: none;
  margin-right: 0;
}

.select2-container {
  z-index: 10 !important;
}

.select2-results {
  font-size: 14px;
}

#billing_postcode_field,
#shipping_postcode_field,
#calc_shipping_postcode_field {
  display: none !important;
}

/*
.test h1{
  font-size:30px;

  @include mq($from: tablet, $until: desktop) {
    font-size:40px;
  }

  @include mq($from: desktop, $until: desktopExtraLarge) {
    font-size:50px;
  }

  @include mq($from: desktopExtraLarge) {
    font-size:70px;
  }
}
*/

/*# sourceMappingURL=main.css.map */


.donde-comprar-producto {
  padding: 0;
  padding-top: 25px;
}

.donde-comprar-producto .title-donde-comprar {
  background-color: #828282;
    padding: 0;
    text-align: center;
    color: #fff;
    text-align: center;
    font-size: 30px;
    height: 62px;
    line-height: 60px;
}

.fs-14 {
  font-size: 14px;
}