/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

@media (max-width: 767px) {
img.custom-logo {
    height: 165px !important;
	margin-top: -15px !important;
}

#site-logo #site-logo-inner a img {
    height: 165px !important;
	margin-top: -15px !important;
}
    
#mobile-fullscreen ul ul.sub-menu li a {
    font-size: 16px !important;
}
    
span#cn-notice-text {
    text-align: center !important;
    margin-right: 0px !important;
    line-height: 1.5em !important;
    width: 100% !important;
    margin-top: 0px !important;
}
    
#mobile-fullscreen #mobile-search input, #mobile-fullscreen #mobile-search label {
    font-size: 16px !important;
    text-transform: none !important;
    letter-spacing: 0.3px !important;
}

.woocommerce div.product .product_title {
    margin-top: 30px !important;
}

.woocommerce-cart table.cart img {
    width: auto;
    max-width: 260px !important;
}

.widget_shopping_cart_content .buttons .button {
    width: 100% !important;
    letter-spacing: 1px !important;
    margin-top: 10px !important;
}
    
div#qlwapp {
    display: none !important;
}
}


@media only screen and (min-width: 959px) { 
div#qlwapp {
    display: block;
}
}


img.custom-logo {
    height: 170px;
	margin-top: -15px;
}

#site-logo #site-logo-inner a img {
    width: auto !important;
    height: 170px;
	margin-top: -15px;
}

#site-logo #site-logo-inner {
    position: fixed;
}

#site-logo #site-logo-inner a:hover img {
    -moz-opacity: 1 !important;
    -webkit-opacity: 1 !important;
    opacity: 1 !important;
}

.navigation .megamenu>li>a.menu-link {
    font-size: 15px !important;
    font-weight: 500 !important;
}

.is-sticky #site-header.fixed-scroll {
    border-bottom: 1px solid #ceacab;
}

.page-header {
    border-bottom: 3px solid #ceacab;
}

a {
	outline: none !important;
}

a:focus {
	outline: none !important;
}

.ubicacion i.icon.line-icon.icon-location-pin {
    color: #ceacab !important;
    background: #ffffff !important;
    padding: 6px !important;
    border-radius: 50% !important;
    font-size: 26px !important;
    vertical-align: middle !important;
    border: 2px solid #ceacab !important;
}

.ubicacion i.icon.line-icon.icon-location-pin:hover {
    color: #ffffff !important;
    background: #ceacab !important;
    padding: 6px !important;
    border-radius: 50% !important;
    font-size: 26px !important;
    vertical-align: middle !important;
    border: 2px solid #ffffff !important;
}

.elementor-slideshow__title {
    display: none !important;
}


/* COTIZADOR */
.addquotelistlink {
    clear: none !important;
    padding-top: 0px !important;
    text-align: center !important;
    display: flow-root;
    line-height: 1.4em;
}

.quotelistadd {
    display: inline-block !important;
}

a.button.wc-forward.minicart-button {
    text-transform: none !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    margin-top: 15px !important;
    width: 100% !important;
}
/* COTIZADOR */



.dc-whatsapp-container {
    margin-top: 20px;
    background-color: #00bb2d;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    border-bottom:3px solid #009e1e;
}

.dc-whatsapp-container:hover {
    margin-top: 20px;
    background-color: #009e1e;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    border-bottom:3px solid #00bb2d;
}

a.dc-link {
    color: #ffffff;
}

a.dc-link:hover {
    color: #ffffff;
}

div#right-sidebar-inner {
    border: 1px solid #E6E6E6;
    border-radius: 6px;
    padding: 30px 20px;
}

.content-area {
    padding-right: 10px;
    border-right-width: 0px;
}

.content-left-sidebar .content-area {
    padding-left: 10px;
    border-left-width: 0px;
}

figure.woocommerce-product-gallery__wrapper {
    border: 1px solid #E6E6E6;
}

.woocommerce ul.products li.product .button, .woocommerce ul.products li.product .product-inner .added_to_cart {
    letter-spacing: 0 !important;
}

/* ESTILOS CATEGORIAS WIDGETS */

.woocommerce .widget_product_categories li.current-cat a:before {
    border-color: #113135;
    top: 10px;
}

.woocommerce .widget_product_categories li a:before {
  top: 10px;
}

.widget_product_categories  .current-cat-parent a:before {
  background-color: #113135;
}

/* ESTILOS CATEGORIAS WIDGETS */


.woocommerce .cart-collaterals h2 {
    text-transform: normal;
}


.woocommerce .related.products h2 {
    text-transform: capitalize !important;
    font-family: Montserrat Alternates !important;
    font-weight: 500 !important;
    letter-spacing: 0px !important;
    color: #BC7371 !important;
    padding-bottom: 0px !important;
    margin-bottom: 30px !important;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
    text-transform: capitalize !important;
    font-family: Montserrat Alternates !important;
    font-weight: 500 !important;
    letter-spacing: 0px !important;
    color: #BC7371 !important;
    padding-bottom: 0px !important;
    margin-bottom: 30px !important;
}

.woocommerce div.product div.summary p.in-stock {
    margin-top: 20px;
    text-transform: capitalize;
}

div.sharedaddy h3.sd-title {
    font-weight: 500 !important;
}

.woocommerce table.shop_table td {
    text-transform: none !important;
}

.pswp__caption__center {
    display: none;
}

.woocommerce-cart table.cart img {
    width: auto;
    max-width: 100px !important;
}

.woocommerce ul.products li.product:not(.product-category) .image-wrap .button {
    width: 90% !important;
        left: 10px !important;
}

.woocommerce #order_review table.shop_table ul#shipping_method.woocommerce-shipping-methods {
    text-align: right !important;
}

#qlwapp .qlwapp-box .qlwapp-description p, #qlwapp .qlwapp-box .qlwapp-description h3 {
    font-size: 15px;
    line-height: 1.2em !important;
}

a.tels-servicios {
    color: #B06B69;
}

a.tels-servicios:hover {
    color: #ffffff;
}

tr.ancho-campos {
    display: grid !important;
}

.grecaptcha-badge {
    display: none !important;
}