.custom-padding-1 {
    padding: 0.7rem 0.8rem !important;
}
.mapouter {
    position: relative;
    text-align: right;
    height: 100%;
    width: 100%;
}
.mapouter.fixed-height {
    height: 400px;
}
.gmap_canvas {
    overflow: hidden;
    background: none !important;
    height: 100%;
    width: auto;
}
.mapouter iframe {
    width: 100%;
    height: 100%;
}
.listadoproductos{
    min-height: 300px;
}
h4.titulproducto{
    font-size: 15px !important;
    font-weight: 400 !important;
}
a h4.titulproducto{
    color: #111 !important;
}
a h4.titulproducto:hover{
    color: #0088CC !important;
}
.product-thumb-info .product-thumb-info-image::before {
    background: none;
}
#header .header-body{
    border-top: 0px;
}
#header .header-top{
    min-height: 0px;
}
.cart-totals p{
    margin: unset;
}
.main{
    margin-top: 10px;
}

.portfolio-list .portfolio-item{
    margin-bottom: 0px;
}
.product-thumb-info{
    background: none;
}
#header .header-nav.header-nav-links nav > ul > li > a, #header .header-nav.header-nav-links nav > ul > li:hover > a, #header .header-nav.header-nav-line nav > ul > li > a, #header .header-nav.header-nav-line nav > ul > li:hover > a{
    padding: 9px;
}
#header .header-logo{
    margin: 0px;
}

#callbell-iframe{
    margin-bottom: 30px;
}
h1.titulocategoria{
    font-size: 1em;
    font-weight: 600;
    line-height: 18px;
    margin: 0 0 14px 0;
    text-transform: uppercase;
}

.header-row nav .social-links li{
    display: inline-block;
    margin-right: 15px;
}
#header .header-row nav .social-links > li > a{
    font-size: 14px;
    font-weight: 400;
    color:#0088CC;
}
.shop table.cart .product-name{
    width: 50%;
}
.shop table.cart td{
    padding: 0px 10px;
}
article.post-large{
    margin-left: 0px;
}
article.post-large .post-image, article.post-large .post-date{
    margin-left: 0px;
}


.navmenumain:not(.jsfied) {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.navmenumain .hidden {
  display: none !important;
}
.navmenumain .-primary .-more .btn{
    background: #0088CC;
    color: #FFF;
}
.navmenumain.show-secondary .-primary .-more > button span {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.navmenumain .-secondary {
  min-width: 200px;
  display: none;
  position: absolute;
  top: 80%;
  left: auto;
  margin-top: -1px !important;
  box-shadow: 0 0.3em 0.5em rgba(0, 0, 0, 0.3);
  -webkit-animation: nav-secondary 0.2s;
          animation: nav-secondary 0.2s;
}
.navmenumain .-secondary a,
.navmenumain .-secondary button {
  padding: 0.6em;
  color: #444;
  font-weight: 700;
  font-size: 12px;
  font-style: normal;
  text-transform: uppercase;
}

.navmenumain.show-secondary .-secondary {
  display: block;
}

.shop .products .superofertas{
    margin-bottom: 0px;
}
.shop .products .product .price{
    display: inline;
}
#footer .faqcard a:not(.btn):hover{
   color: #0088CC; 
}
.ms-options-wrap > .ms-options{
    width: 500px;
}

.ms-options-wrap {
    position: absolute;
    right: 30px;
}

@media (min-width: 992px) {
  .ms-options-wrap {
    display: none;
  }
}

@-webkit-keyframes nav-secondary {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
            transform: translateY(-1em);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes nav-secondary {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
            transform: translateY(-1em);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.thumb-info img{
    width: auto;
}