/*
Theme Name:   OnePress Child
Theme URI:    https://varaderobsas.com.ar/onepress-child/
Description:  Child theme para modificaciones varias
Author:       LG Systems
Author URI:   https://varaderobsas.com.ar
Template:     onepress
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         bootstrap
Text Domain:  onepress-child
*/


.entry-meta .posted-on, .entry-meta .byline {
	display: none;
}

.entry-meta .comments {
	display: none;
}

.single .default-wp-page {
	display: none;
}

.followWrap {
	height: 75px !important;
}

.price-container {	
	background-color: #435781 !important;
}

.price-table td {
	color: #ffffff !important;
}

.table-striped>tbody>tr:nth-child(odd)>td {
   background-color: #cfdbf5;   
 }
 
 th, td {
	border: 0px !important;
}

.thead-color thead th {
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	background-color: #435781;
}

th {
	text-align: inherit;
}

.centrar-td>tbody>tr>td {
   text-align: center;
   vertical-align: middle;
}
 
.ch4 {
	 font-size: 1.5rem;
	 text-align: center;
}
 
.tdato {
	font-weight: bold;
 }
 
.table-striped {
	border: 5px solid #435781 !important;
}	 
 
.features-table {
	border: 5px solid #435781 !important;
 }
 
.features-table tr:nth-child(even){
	background-color: #cfdbf5 !important;
}

.boxed #product_features table td, .boxed .product-features table td, table.ic-block td {
  background-color: transparent;
  background: transparent;  
}
 
.price-label {
	font-size: 25px !important;
 }
 
 /* *** Portada *** */
 
 /* colores #001034 #435781 #5e697f #f8f9f9 */
.section-about {
	color: #ffffff !important;	
	background: rgb(0,16,52) !important;
	background: linear-gradient(180deg, rgba(0,16,52,1) 0%, rgba(67,87,129,1) 100%) !important;	
}
 
.section-services {	
	color: #ffffff !important;	
	background: rgb(94,105,127) !important;
	background: linear-gradient(180deg, rgba(67,87,129,1) 0%, rgba(94,105,127,1) 100%) !important;
}

.section-contact {
	/*background: rgb(0,16,52) !important;
	background: linear-gradient(0deg, rgba(0,16,52,1) 0%, rgba(248,249,249,1) 100%) !important;*/
	
	color: #ffffff !important;	
	background: rgb(17,17,17) !important;
	background: linear-gradient(180deg, rgba(94,105,127,1) 0%, rgba(248,249,249,1) 100%) !important;
}

.section-title {
	color: inherit;
}

.service-item  {	
	align-items: center;
}

@media screen and (min-width: 576px) {
	.service-item  {	
		display: flex;	
	}
}

.service-content p {
	display: none;
}

.redes {
	font-size: 40px;
}

.section-contact a:hover {
  color: inherit;
}


/* *** Sección Categoría *** */
.taxonomy-image {
	text-align: center;
}

.entry-content img.product-category-image, .product-category-image {
	float: none;
}


/* *** Sección Catálogo *** */
.product-price.big-price {
	font-size: 1.5rem !important;
}

#product_search_form.green-box #searchsubmit {
	background-color: #03c4eb !important;
}

.green-box .price-filter-submit[type="submit"], .green-box .product-search-submit {
	background-color: #03c4eb !important; 
}

.responsive-filters-button {
	background-color: #03c4eb !important; 
}

.al_archive { 
	background-color: #03c4eb !important;
	box-shadow: 0 0 5px #03c4eb;
}

.al_archive .product-name {
	font-size: 1rem;
	background-color: #03c4eb !important;
	box-shadow: 0 0 5px #ffffff !important;
}

.al_archive .product-price {
	background-color: #435781 !important;
}

.price-filter-form .number-box, .price-filter-form .number-box {    
	width: 80px !important;
}

.product-sort-bar #product_search_form .ic-search-container {
	max-width: 200px !important;
	width: 200px !important;
}

.product-search-box {
	max-width: 200px !important;
	width: 200px !important;
}

#after-product-details {
	display: none;
}

#ficha-embarcacion {	
    box-sizing: border-box;
	width: 100%;
	border: solid #435781 7px;
	padding: 15px;	
}

.related-products {
	background-color: #ffffff !important;
	border: solid #435781 7px !important;
	padding: 15px !important;
}

/* Redes sociales */
.redes a {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  text-align: center;
  margin-right: 10px;
  font-size: 22px;
  color: white;
}
.redes a.facebook { background-color: #1877F2; }
.redes a.instagram { background-color: #E1306C; }
.redes a.whatsapp { background-color: #25D366; }
.redes a:hover { transform: scale(1.1); transition: all 0.2s ease; }


