/* 
Theme Name: Kiosko Child
Version: 1.0.12
Description: Child theme for Kiosko. 
Author: Alex Steiner
Author URI: https://www.facebook.com/alex.steiner.5 
Template: kiosko
Text Domain: kioskochild
 */

.flex-active-slide:hover a img {
  opacity: 0;
}

.product-tags {
	padding-left: 10px;
    font-style: italic;
    font-size: 86%;
}

footer {
  margin: 0 !important;
}

.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input, .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:hover, .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus {
    border-width: 1px;
  	min-height: 46px;
}

.dgwt-wcas-search-form .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  margin: 0 !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation li:first-child {
	padding: 1rem;
}
.woocommerce-account .woocommerce-MyAccount-navigation li {
  	padding: 1rem;
}
.woocommerce-account .woocommerce-MyAccount-navigation li:hover {
  	background-color: #D9E5EA;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active {
  	background-color: white;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active::before {
  	content: "";
}

.woocommerce-account .favorites-list {
  	max-height: 26.8rem;
  	margin: 0;
  	overflow-y: scroll;
}

.favorites-list .add_to_cart_inline {
	border: none !important;
  	text-align: center;
  	margin: 0;
}

.favorites-list .add_to_cart_inline .add_to_cart_button {
	margin: 0 0 0 20px;
}

.woocommerce-MyAccount-content .favorites-list li {
  	border-top: 4px solid #004f71;
}

.favorites-list li a {
  	font-family: Oswald, sans-serif, arial;
}

.simplefavorites-clear {
  	padding: 1rem 2rem;
    border-radius: 0.25rem;
    border-color: transparent;
  	font-size: medium;
    font-family: Roboto, sans-serif, arial;
  	margin-top: 1rem;
}
.simplefavorites-clear:hover {
  	background-color: #FFB08E;
  	cursor: pointer;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  	/*background-color: #FFB08E;*/
}

.woocommerce-account .wp-block-post-title {  	
    background-color: #004F71;
    color: white;
    padding: 20px;
}