/*
 * Custom style goes here.
 * A template should always ship with an empty custom.css
 */

#header .right-nav .customer-signin-module,  #header .right-nav .shopping-cart-module {
    display: none;
}
.header-nav-wrapper {
    flex-wrap: wrap;
}

 @media (max-width: 768px) {
    .left-nav.d-flex {
        width: 100%;
    }
    
    .right-nav.d-flex {
        justify-content: space-between;
        width: 100%;
        margin-bottom: 10px;
    }
}

p.pfooter {
    margin: 0px 0px 10px 0px;
    font-size: 0.85rem;
    line-height: 21px;
}

input.form-control {
    margin-bottom: 20px;
}

.sld-block-newsletter #gdpr_consent {
    margin-top: 0 !important;
}

.sld-block-newsletter #gdpr_consent input:checked + span {
    border-color: #0075ff;
    background-color: #0075ff;
}

.custom-checkbox input[type="checkbox"] + span .check-icon, .custom-checkbox input[type="radio"] + span .check-icon, .custom-radio input[type="checkbox"] + span .check-icon, .custom-radio input[type="radio"] + span .check-icon {
    display: none;
    font-size: 11px;
    padding-top: 0px;
    padding-left: 1px;
    font-weight: 700;
}

.custom-checkbox input[type="checkbox"] + span, .custom-checkbox input[type="radio"] + span, .custom-radio input[type="checkbox"] + span, .custom-radio input[type="radio"] + span {
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid #c7c7c7;
    background-color: #ffffff;
}

.soc_tiktok {
    fill: #ffffff;
}
.soc_tiktok svg {
    height: 17px;
    margin-bottom: 4px;
}
.soc_tiktok:hover {
    fill: #003242;
}