/* Aquí van todos los CSS personalizados que Doublet quiera añadir al diseño */
.footer-wrapper {
    background: #0089d0;
}

.footer-area h6, .footer-area h5 {
	color: #FFFFFF;
}

.footer-inner li a:hover {
    color: #FFFFFF;
	text-decoration: underline;
}

#block_3 {
    border-left-color: transparent !important;
    border: 0px;
}

#block_4 {
    border-right-color: transparent !important;
    border: 0px;
}
.footer-bottom {
	border-top-color: transparent !important;
    border: 0px;
}

.footer-inner .footer-bottom li a:hover {
    color: #FFFFFF;
	text-decoration: underline;
}

.modal-inner-wrap button.action-hide-popup {
    background: #FFFFFF;
    color: #1979c3;
    border: solid 2px #1979c3;
}

.post-content table {
    width: auto;
}

.post-content td {
	padding: 0;
}

.post-content .post-description td img {
	margin: 0;
}


#m-cookienotice {
    bottom: 40px !important;
    left: 40px;
    max-width: 440px;
    border-radius: 8px;
    color: #000 !important;
}

#m-cookienotice .m-message {
    text-align: center;
    display: block;
}

#m-cookienotice #message-custom-css {
    text-align: left;
    font-size: 11px;
}

#m-cookienotice #action-custom-css { width: 100%; padding-right: 0; }

#m-cookienotice .titlecookie { color: #2A65A0; border-bottom: none !important; }
.slider-wrapper .tns-nav-active {
    background-color: #0189CF;
    border-color: #0189CF;
}
.slider-wrapper .tns-nav {
    bottom: -20px !important;
}
.slider-wrapper .tns-controls {
    display: none;
}
.slider-wrapper .tns-nav button {
    margin-left: 10px;
    margin-right: 10px;
    padding: 2px 32px !important;
    border-radius: 0px;
}
@media (min-width: 1024px) {
    .slides-list .slide.tns-item {
        margin-left: -1px;
        height: 220px !important;
    }
    .slides-list {
        height: 220px !important;
    }
}

@media (max-width: 420px) {
    #m-cookienotice { bottom: 10px !important; left: 50%; transform: translateX(-50%); max-width: 90%; }
}

.product-info-main .disponible{
    background: green;
    color: #fff;
    padding: 4px 30px;
    border-radius: 25px;
}
body .skiptranslate iframe.skiptranslate {
    position: relative;
    margin-bottom: -7px;
}
