.cart-modal .modal-inner-wrap{
    max-width: 638px !important;
    border-radius: 4px;
    margin: 12% auto;
}

.cart-modal .cart-modal-button {
    display: none;
}

.cart-modal .modal-title {
    text-align: center;
    font-weight: 600;
    border: none;

}

.cart-modal .modal-footer {
    border: none !important;
}

#cart_country_code_form {
    text-align: center;
}

.cart-form-group {
    width: 100%;
    padding: 2px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.country-labels {
    display: flex;
    align-items: center;
}

.country-labels img{
    margin-right: 8px;
}

.btn-country-form-gr {
    background: none;
    width: auto;
    height: auto;
    margin: 16px 50px;
    border: none;
    box-shadow: none !important;
}

.btn-country-form-gr:hover {
    background: none;
    border: none;
    box-shadow: none !important;
}

.btn-country-form-cy {
    background: none;
    width: auto;
    height: auto;
    margin: 16px 50px;
    border: none;
    box-shadow: none !important;
}

.btn-country-form-cy:hover {
    background: none;
    border: none;
    box-shadow: none !important;
}

.change-country-summary {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    font-size: 1.6rem;
    font-weight: 600;
    text-transform: uppercase;
}

.change-country-summary .summary-country {
    display: flex;
}

.change-country-summary .summary-country .country-label {
    font-weight: 400;
    text-transform: capitalize;
    font-size: 1.4rem;
    margin-right: 5px;
}

.change-country-summary .summary-country-button a {
    color: #c8196a;
    text-transform: capitalize;
}

@media only screen and (max-width: 768px) {
    .change-country-summary {
        justify-content: space-around;
        padding-bottom: 40px;
    }

    .cart-modal.modal-slide {
        padding: 200px 50px;
        left: 0;
    }

    .cart-form-group {
        display: flex;
        flex-direction: column;
    }

    .btn-country-form-gr {
        margin: 30px auto;
    }

    .btn-country-form-cy {
        margin: 39px auto;
    }
}

