/*

Theme Name:  Howes Child

Description: Child theme for the Howes theme

Author:      Theme Mount

Author URI:  http://themeforest.net/user/thememount

Template:    howes

Version:     0.1

Tags:        light, white, two-columns, three-columns, four-columns, right-sidebar, left-sidebar, responsive, retina

*/





/* =Parent theme style.css file

-------------------------------------------------------------- */

@import url("../howes/style.min.css");





/* =Theme customization starts here

-------------------------------------------------------------- */


footer.site-footer > div.site-info {
    background-color: #ff0000 !important;
}


.site-footer .copyright span.thememount_footer_text ,
.site-footer .copyright span.thememount_footer_text a{
	color: white !important;
    font-weight: 500 !important;
    font-style: normal !important;
	
}



.woocommerce nav.woocommerce-pagination, .woocommerce-page nav.woocommerce-pagination {
	text-align: center !important;
}





.woocommerce .woocommerce-message, .woocommerce-page .woocommerce-message, .woocommerce .woocommerce-info, .woocommerce-page .woocommerce-info{
	background: #e5e5e5 !important;
}

.page-id-15 .woocommerce-form-login .form-row button,
.page-id-15 .woocommerce-form-register .form-row button {
	color: #ffffff !important;
}

.page-id-15 .woocommerce-form-login .form-row button:hover,
.page-id-15 .woocommerce-form-register .form-row button:hover {
	color: #ff0000 !important;
}


.woocommerce .woocommerce-error, .woocommerce-page .woocommerce-error{
	background: #ffd5d5 !important;
	font-size: 15px !important;
}


.woocommerce-checkout .amount{
	color: black;
    font-weight: 600;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-link{
	    color: red;
    text-decoration: underline;
}

.site-footer{
	border-top: ridge;
}
/** Anexo para Mi Cuenta LP 21/04/2021 **/
.woocommerce-MyAccount-navigation-link {
    list-style: none;
    border: 1px solid rgba(0,0,0,.1);
    border-bottom-width: 0;
	
}
.woocommerce-MyAccount-navigation>ul {
    margin: 0;
}
.woocommerce-MyAccount-navigation-link.is-active a {
    color: #ff5151;
}
.woocommerce-MyAccount-navigation-link.is-active a {
    background-color: #fbfbfb;
	font-weight: 700;
  
}
.woocommerce-MyAccount-navigation-link a {
    display: block;
    padding: .5em 1em;
	font-family: "Roboto Slab",'Trebuchet MS', Helvetica, sans-serif;
    line-height: 16px;
    font-weight: normal;
    font-style: normal;
    font-size: 13px;
}
.woocommerce-MyAccount-navigation-link:last-child {
    border-bottom-width: 1px;
}
.featured-box-primary .box-content {
    border-top-color: #ff5151;
}

.woocommerce-MyAccount-content {
    border-radius: 8px;
}
.woocommerce-account .woocommerce-MyAccount-content{
    padding: 20px;
	padding-top: 30px;
    border-top-color: #dfdfdf;
}
.woocommerce-MyAccount-content  {
   border-top: 4px solid #ff5151;
	background: #fff;
    border-bottom: 1px solid #dfdfdf;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    position: relative;
    top: -1px;
}

