/*
 * Theme Name: Deseo
 * Text Domain: deseo
 * Version: 1.16
 * Requires at least: 4.7
 * Requires PHP: 7.1
 * Description: DESEO Patisserie & Chocolaterie Wordpress Theme with WooCommerce Support
 * Author: Rockon team
 * Author URI: https://rockon.tech/
 * 
 **/


/**
 * InPost paczkomaty - picker w podsumowaniu zamówienia
 */
#select-point-container {
    display: inline-block;
    margin: 0 10px;
}

#select-point {
    color: #bf883b;
    text-decoration: underline;
}

#select-point:hover {
    color: #000;
}

/** 
* Zapis na nawsletter - w podsumowaniu zamówienia
*/

.woocommerce form .mc4wp-checkbox-woocommerce label {
    cursor: pointer;
    padding-left: 32px;
    position: relative;
    align-items: center;
    min-height: 20px;
    font-size: 14px;
}

.woocommerce form .mc4wp-checkbox-woocommerce input {
    display: none;
}

.woocommerce form .mc4wp-checkbox-woocommerce input:checked+span:after {
    transform: scale(1) rotateX(0);
}

/* .mailchimp-newsletter label span {} */

.woocommerce form .mc4wp-checkbox-woocommerce span::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 0;
}

.woocommerce form .mc4wp-checkbox-woocommerce span::after {
    content: "";
    display: block;
    background-image: url("./assets/img/svg/checkbox-checkmark.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 14px;
    height: 10px;
    position: absolute;
    left: 3px;
    top: 5px;
    transform: scale(0) rotate(-20deg);
    /* opacity: 0; */
    /* visibility: hidden; */
    transition: transform .2s ease-in-out;
}

@media all and (max-width: 768px){
    .mobile-hide{
        display: none;
    }
    .mobile-space{
       margin-bottom: 15px;
    }
}

.woocommerce-MyAccount-navigation-link--customer-coupons {
	display:none !important;
}

/*override baner*/

.app__main .page-banner{
    align-items: flex-end;
    padding-bottom: 40px;
}
.app__main .page-banner__header {
    color: #fff;
    font-size: 2.4rem;
    font-weight: 700;
    max-width: 66.25rem;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.8);
}
.page__content--additional-text .download-catalog{
    border: 2px solid #bf883b;
    border-radius: 1.25rem;
    font-size: .875rem;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
    font-weight: 700;
    color: #5f534d;
    display: inline-flex;
}
.page__content--additional-text .download-catalog:hover, 
.page__content--additional-text .download-catalog:focus{
    background: #bf883b;
    color: #fff;
    text-decoration: none;
}