/*
 Theme Name:   MartivansThm
 Theme URI:    https://agencia51.com/
 Description:
 Author:       Javier Domínguez
 Author URI:   https://agencia51.com/
 Template:     generatepress
 Version:      1
*/

.main-navigation li a:hover {
    border: 1px solid #fff;
}

@media (max-width: 768px) {
    .main-navigation .main-nav ul li a {
        background: #fff;
        color: #000 !important;
    }
    .site-header .header-image {
        width: 80px;
    }
}

.yith-booking--simple-style .yith-wcbk-booking-form .yith-wcbk-booking-form__label {
    font-size: 16px !important;
}

.yith-wcbk-form-section-services-wrapper {
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 24px;
}

.woocommerce-cart table.cart img {
    width: 250px;
}


/* Hide the default coupon form @ WooCommerce Cart table */

div.coupon:not(.under-proceed) {
    display: none !important;
}


/* Estilo para boton fijo  */

.masinfo {
    display: block;
    cursor: pointer;
    z-index: 99;
    background-color: #5bc0de;
    color: #fff;
    position: fixed;
    top: 50%;
    right: 0;
    padding: 14px 0px 14px 20px;
    -webkit-box-shadow: 0 0 14px 0 #00000047;
    box-shadow: 0 0 14px 0 #00000047;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.masinfo::before {
    content: "";
    background: url(img/information.svg) no-repeat scroll center center;
    background-size: 100%;
    display: inline-block;
    vertical-align: middle;
    width: 45px;
    height: 44px;
    margin-right: 20px;
}

.masinfo a {
    visibility: hidden;
    display: none;
    color: #fff;
    font-weight: 400;
    font-size: 24px;
    margin-right: 2rem;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.masinfo:hover a {
    visibility: visible;
    display: inline-block;
    vertical-align: middle;
}

@media (max-width:769px) {
    .masinfo a {
        font-size: 16px;
        font-weight: bold;
    }
}

.woocommerce-checkout .product-quantity {
    display: none;
}

.yith-booking--simple-style #ui-datepicker-div.yith-wcbk-datepicker.ui-widget-content,
.yith-booking--simple-style .yith-wcbk-date-picker--inline .ui-widget-content {
    z-index: 999 !important;
}

.caravan-description {
    color: #54595f !important;
    font-size: 15px !important;
    font-weight: 300!important;
}

.single-product .elementor-widget-woocommerce-product-price .caravan-description {
    display: none;
}


/* Single Post Links */

.single-post .elementor-col-66 a {
    color: #5bc0de;
}

.single-post .elementor-col-66 a:hover {
    text-decoration: underline;
}

/* Woocommerce coupon checkout */

.woocommerce-checkout .woocommerce-form-coupon-toggle {
  /*  display: none !important;*/
}