/**
* Theme Name: Clotya Child
* Description: This is a child theme of Clotya, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/KlbTheme">KlbTheme (Sinan ISIK)</a>
* Template: clotya
* Version: 1.4.6
*/

/* Modificaciones Cuévano*/

/*General*/
body a, 
body .iconbox-contact .detail p a {
    color: #f4344f;
}
body a:hover,
body .iconbox-contact .detail p a:hover {
    color: #000000;
}
body .wpcf7 .wpcf7-list-item {
    margin-left: 0;
}

/*Header*/
body .site-header .header-mobile .site-brand img {
    width: 65px;
    height: auto;
}
body .site-header .header-button a .count:not(.style-2) {
    background-color: #f4344f;
} 
body .site-header .header-topbar .header-message p a {
    font-weight: 400;
}
body .site-header .header-topbar .header-message p a:hover {
    color: #000000 !important;
}

/*Home*/
@media only screen and (min-width: 768px) and (max-width: 993px) {
  body .banner-box3 .banner-content .entry-title {
        font-size: 1.625rem;
    }
}

/*Woocommerce*/
body .my-account-wrapper .woocommerce-MyAccount-content a {
    color: #f4344f;
    font-weight: 400;
}
body .my-account-wrapper .woocommerce-info a,
body .my-account-wrapper .woocommerce-orders-table a,
body .my-account-wrapper .woocommerce-cart-form a  {
    color: #ffffff;
}
body .my-account-wrapper .woocommerce-orders-table a {
    margin-right: 5px;
}
body .my-account-wrapper .woocommerce-orders-table a.cancel {
    background-color: #f4344f;
    margin: 1px solid #f4344f;
}

/*Cart*/
a.shipping-calculator-button {
    color: #f4344f;
}

/*Footer*/
footer .footer-contact-wrapper a:hover {
    color: #ffffff !important;
}
footer .footer-row-wrapper .download-app img {
    height: 100px;
    width: auto;
}
footer .widgets-row .col:last-child p {
    width: auto;
    display: inline-block;
}
footer .widgets-row img.tiktok {
    padding: 17px;
}
footer #mc4wp-form-1 p a:hover {
    color: #ffffff;
}
body .site-footer .footer-copyright .site-copyright p a {
    font-weight: 400;
}
body .site-footer .footer-copyright .site-copyright p a:hover {
    color: #000000 !important;
}
body aside .site-copyright  p a:hover {
    color: #000000 !important;
}
body #menu-footer-menu a {
    color: #f4344f;
}
body #menu-footer-menu a:hover {
    color: #000000  ;
}