.scrollAnchor-module__anchor {
    top: calc(
        var(--venia-global-header-minHeight) * -1 - 5px
    ); /* TODO @TW: review */
}

.shippingInformation-module__root {
    display: flex;
    flex-direction: column;
   
}

.shippingInformation-module__root_editMode {

    /* TODO @TW: review (B6) */
   
}

.shippingInformation-module__container {
    display: flex;
    flex-direction: column;
    gap: 20px;
   
}

@media (min-width: 1120px) {

    .shippingInformation-module__container {
        gap: 36px;
   
    }
   
}

.shippingInformation-module__root_updated {

    animation: shippingInformation-module__flash var(--venia-global-anim-bounce) 640ms 2;
}

.shippingInformation-module__cardHeader {
}

.shippingInformation-module__cardTitle {
}

.shippingInformation-module__editButton {
}

.shippingInformation-module__editWrapper {
    /* composes: pb-sm from global; */
    margin-top: 20px;
    padding-bottom: 0px;
}

@media (min-width: 1120px) {

    .shippingInformation-module__editWrapper {
        padding-bottom: 1.5rem;
   
    }
   
}

.shippingInformation-module__editTitle {
    font-size: 16px;
    font-weight: 700;
}

.shippingInformation-module__editIcon {
}

.shippingInformation-module__editText {
}

.shippingInformation-module__loading {
}

.shippingInformation-module__shippingAddres {
    --tw-border-opacity: 1;
    border-color: rgba(112, 112, 112, var(--tw-border-opacity));
    font-size: 14px;
    text-transform: capitalize;
}

.shippingInformation-module__shippingAddres .shippingInformation-module__name {
    padding-top: 0.5rem;
    font-size: 0.813rem;
    font-weight: 700;
   
}

@media (min-width: 1120px) {

    .shippingInformation-module__shippingAddres .shippingInformation-module__name {
        font-size: 0.875rem;
   
    }
   
}

.shippingInformation-module__shippingAddresText {
    width: 100%;
    max-width: 19rem;
    word-break: break-all;
    padding-top: 0.5rem;
    font-size: 0.813rem;
    --tw-text-opacity: 1;
    color: rgba(112, 112, 112, var(--tw-text-opacity));
   
}

@media (min-width: 1120px) {

    .shippingInformation-module__shippingAddresText {
        font-size: 0.875rem;
   
    }
   
}

@media (max-width: 767px) {
    /* .root{
        @apply gap-5;
    } */
    .shippingInformation-module__shippingAddres {
        padding: 15px;
   
    }
    .shippingInformation-module__editTitle {
        padding-top: 1rem;
   
    }
    .shippingInformation-module__editWrapper {
        margin-bottom: 1.25rem;
   
    }
}

@keyframes shippingInformation-module__flash {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    display: block;
}

@media (min-width: 1120px) {

    .shippingInformation-module__button {
        width: 21rem;
   
    }
   
}

.shippingInformation-module__button button {
    width: 100%;
    border-radius: 0.5rem;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 17px;
    padding-bottom: 17px;
    font-size: 16px;
    font-weight: 700;
   
}

.shippingInformation-module__button button:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
   
}

@media (min-width: 1120px) {

    .shippingInformation-module__button button:hover {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
   
    }

    .shippingInformation-module__button button:hover span {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
   
    }
   
}

@media (max-width: 767px){
    .shippingInformation-module__button button {
        width: 100%;
   
    }
    .shippingInformation-module__button button {
        padding-top: 13px;
        padding-bottom: 13px;
   
    }
    .shippingInformation-module__button button {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
   
    }
    .shippingInformation-module__editText{
        display: block;
        font-size: 13px;
        font-weight: bold;
        line-height: 1.1;
    }
}

.react-calendar {
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-width: 0px;
}

.react-calendar__navigation {
    justify-content: space-between;
    --tw-text-opacity: 1;
    color: rgba(168, 153, 104, var(--tw-text-opacity));
    height: -moz-fit-content;
    height: fit-content;
}

.react-calendar__navigation__label {
    width: -moz-fit-content;
    width: fit-content;
    flex-grow: 0 !important;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgba(168, 153, 104, var(--tw-text-opacity));
    font-family: 'Lato';
}

.react-calendar__navigation {
    margin-bottom: 0px;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
    padding-bottom: 30px;
}

.react-calendar__month-view__days__day--weekend,
.react-calendar__month-view__weekdays__weekday--weekend,
.react-calendar__month-view__days__day--neighboringMonth {
 color: black;
}

.react-calendar__navigation__label {
    pointer-events: none;
}

@media screen and (max-width:767px) {
    .react-calendar__navigation {
        padding-bottom: 20px;
    }
}

.react-calendar__navigation button:disabled {
    background-color: unset;
    color: #cacaca;
}

abbr[title] {
    text-decoration: none;
}

.react-calendar__tile--now.react-calendar__tile--active {
    background: #A89968;
    color: white;
    border-radius: 50%;
    
}

.react-calendar__tile--active {
    background: #A89968;
    color: white;
    border-radius: 50%;
    
}

.react-calendar__tile--active:enabled:hover, 
.react-calendar__tile--active:enabled:focus {
    background: #97895a;
}

.react-calendar .react-calendar__month-view__days__day {
    max-width: 37px;
    height: 37px;
    font-size: 1rem;
    font-weight: normal !important;
}

.react-calendar__month-view__days {
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: repeat(7, 1fr);
    gap: 15px;
    margin-top: 15px;
    font-size: 1rem;
    font-family: 'Lato';
}

.react-calendar__tile--now {
    background-color: white;
}

/* .react-calendar__month-view__days__day--weekend,
.react-calendar__month-view__weekdays__weekday--weekend {
 color: #cacaca;
} */

/*ALLOW WEEKENDS IF DAYS ARE ALLOWED*/

.react-calendar__navigation__arrow {
    height: auto;
    font-size: 24px;
}

.react-calendar__navigation__arrow:hover, .react-calendar__navigation__arrow:focus {
    font-size: 30px;
}

.react-calendar__navigation button:enabled:hover, .react-calendar__navigation button:enabled:focus {
    background-color: transparent;
}

.react-calendar__tile:disabled{
    background-color: unset;
}

@media screen and (max-width: 767px){
    .react-calendar__month-view__days{
        display: grid !important;
        flex-wrap: wrap;
        grid-template-columns: repeat(7, 1fr);
        align-items: center;
        justify-content: center;
        justify-items: center;
        gap: 4px;
    }
    .react-calendar .react-calendar__month-view__days__day{
        width: 100%;
        font-weight: 500;
    }
    .react-calendar .react-calendar__month-view__days__day:disabled{
        font-weight: 100;
    }
    

    .react-calendar__tile--now.react-calendar__tile--active{
        background-color: #A8986B;
        border-radius: 50%;
        border : 1px solid #A8986B;
    }
    .react-calendar__tile--now{
        background-color: white;
        border-radius: 50%;
        border : 1px solid #A8986B;
    }

    .btn-secondary:hover {
        --tw-text-opacity: 1 !important;
        color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
    }

    .btn-primary:hover {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }
}
