/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/


#bx-soa-order.orderform--v1 #bx-soa-delivery, #bx-soa-order.orderform--v1 #bx-soa-paysystem {
    width: calc(100% - 15px) !important;
}

#bx-soa-order.orderform--v1 #bx-soa-delivery .bx-soa-pp-company-description {
    width: 100%;
}

.required-fields-note__container {
    display: none;
}

.bx-soa-pp-list-description {
    padding-left: 0px !important;
}

.samovivoz-button {
    display: block;
    background: #055ca0;
    padding: 15px;
    color: white !important;
    width: 200px;
    text-align: center;
}

#bx-soa-delivery {
    margin-left: 0px !important;
}

#bx-soa-paysystem {
    margin-right: 0px !important;
}

.bx-soa-editstep {
	display: none !important;

}

.cookie-banner{
    display: none;
}

.cookie-banner.active{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background:#044b82;
    color: #fff;
    z-index: 99999999;
    padding-top: 1em;
}

.cookie-banner.active .string{
    margin-bottom: 1em;
}

.cookie-banner.active .string a{
    color: #fff;
    font-weight: 500;
    text-decoration: underline;
    margin-right: 20px;
    white-space: nowrap;
}

.cookie-banner.active button{
    border-radius: 3px;
    background: #fff;
    padding: 7px 24px;
    border: none;
    color: #044b82;
    cursor: pointer;
    text-transform: uppercase;
}

@media screen and (max-width: 767px) {
    .cookie-banner.active .string{font-size: 12px;padding-left: 10px;padding-right: 10px}
}