/*
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 */
body {
	color: #333;
}
#site-logo #site-logo-inner a img, #site-header.center-header #site-navigation-wrap .middle-site-logo a img {
    max-width: 350px;
    height: 100px;
}
#site-header, #top-bar-wrap, .degradado-fondo {
	background: #DC0011;
background: linear-gradient(90deg,rgba(220, 0, 17, 1) 0%, rgba(220, 0, 17, 1) 50%, rgba(234, 112, 17, 1) 100%);
	color:#fff;
	font-weight:700;
}
#top-bar-wrap {
    border-bottom: none;
}
#top-bar-wrap a {
	color: #fff;
	font-weight: 700;
}
body.content-full-screen.page-id-13 #content-wrap {
    width: 90% !important;
    max-width: none !important;
    padding: 15px !important;
    border: 15px !important;
}
.copy-text p {
	color:#fff;
	margin-bottom:0;
	font-size:0.8em;
}
.copy-text a {
	color:#fff;
	margin-bottom:0;
}
.copy-text a:hover {
	color:#fff;
	text-decoration: underline;
	margin-bottom:0;
}
h2 {
	color: #DB0010;
	font-weight:bold;
	text-transform: uppercase;
	margin-bottom: 7px;
}
h3 {
	color: #000;
	font-weight:bold;
	
}
#site-header.top-header #site-navigation-wrap .dropdown-menu>li>a {
    font-size: 17px;
    line-height: 40px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.datos-contacto p, .datos-contacto a {
	font-size: 0.9em!important;
	margin-bottom:5px;
}
.current-shop-items-dropdown ul.woocommerce-mini-cart {
    max-height: 50vh;
    overflow-y: auto;
    padding: 10px !important;
}
.woocommerce-mini-cart-item img {
    position: relative!important;
    top: 10px;
    left: 0;
    width: 80px;
    height: 80px;
    margin: 0 10px 0 0!important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#producto-home .woo-entry-image-swap, #producto-home .image-wrap {
	display: none;
}
#producto-home ul, #producto-home .has-post-thumbnail {list-style: none;}
#producto-home .category {font-size:14px;}
#producto-home h2 {font-size:16px;}
#producto-home .rating {display:none}
#producto-home .woo-entry-inner li {
    text-align: center;
}
.woocommerce div.product .summary .added_to_cart {
    font-size: 12px;
    margin-left: 6px;
    text-transform: uppercase;
    letter-spacing: .6px;
    display: block;
    background: #cb2424;
    width: fit-content;
    padding: 10px 15px!important;
    color: #fff;
}
.woocommerce div.product .summary .added_to_cart:hover {
    background: #ab1212;
}
.page-id-13 .woocommerce ul.order_details {
    border: 1px solid;
    padding: 10px;
    margin: 0 0 10px;
    border-color: #eaeaea;
    border-color: #eaeaea;
    display: block;
}
.page-id-13 .woocommerce ul.order_details li {
    font-size: 12px;
}
 @media only screen and (min-width: 768px) {
.woocommerce div.product .summary .added_to_cart {
    font-size: 12px;
    margin-left: 6px;
    text-transform: uppercase;
    letter-spacing: .6px;
    display: inline-block;
    background: #cb2424;
    width: fit-content;
    padding: 10px 15px!important;
    color: #fff;
}	 
.page-id-13 .woocommerce ul.order_details {
    border: 1px solid;
    padding: 10px;
    margin: 0 0 10px;
    border-color: #eaeaea;
    border-color: #eaeaea;
    display: inline-flex;
}
.page-id-13 .woocommerce ul.order_details li {
    font-size: 15px;
}
}
