

/* Start:/local/components/yokel/delivery.page/templates/.default/style.css?17220972061064*/
.delivery-info {
    border-top: 1px solid #eee;
    margin-top: 40px;
}
.delivery-info__item {
    border-bottom: 1px solid #eee;
}
.delivery-info__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 27px 0;
}
.delivery-info__name {
    font-size: 24px;
    padding-right: 16px;
    font-weight: 700;
}
.delivery-info__icon {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}
.delivery-info__icon svg {
    width: 24px;
    min-width: 24px;
    height: 24px;
}
.delivery-info__text {
    padding-bottom: 20px;
    display: none;
}
.delivery-info__top:hover .delivery-info__icon {
    background: #000000;
    color:  #ffffff;
}
.delivery-info__top.is-active .delivery-info__icon {
    transform: rotate(-45deg);
}
@media screen and (max-width: 768px){
    .delivery-info__name {
        font-size: 20px;
    }
    .delivery-info__top {
        padding: 15px 0;
    }
}
/* End */


/* Start:/local/components/yokel/refund.form/templates/.default/style.css?1722097206227*/
.refund_form__error {
    bottom: 0;
    color: #e30202;
    font-size: 14px;
    margin-bottom: -24px;
    position: absolute;
}

#frmRefund .refund_form__error + .base-input {
    border-color: #e30202 !important;
}
/* End */
/* /local/components/yokel/delivery.page/templates/.default/style.css?17220972061064 */
/* /local/components/yokel/refund.form/templates/.default/style.css?1722097206227 */
