.white {
    background-color: #fff;
}

fieldset {
    width: 100%;
    display: flex;
}

.fieldset-wrapper {
    width: 100%;
}

.fill-div {
    width: 100%;
    display: flex;
}

.posljiPackage .form-type-item {
    display: flex;
    width: 100%;
}

.posljiPackage .form-type-item .form-type-textfield {
    margin-right: 15px;
    margin-bottom: 0;
}

.parcel-inner > div{
    align-items: center;
    display: flex;
}

.parcel-inner > div > div{
    margin-right: 10px;
    display: flex;
}

.parcel-inner > div > div > div {
    width: 100%
}

.parcel-inner span{
    color: #061AB1;
    margin-top: 20px;
    align-self: center;
}

.parcel-inner > div > div:not(:first-child){
    margin-left: 25px;
}

.parcel-inner > div > div > div.quantity-wrapper{
    position: relative;
    width: 119px;
    margin-right: 50px;
    margin-left: 50px;
}

.parcel-inner > div > div.cod-wrapper{
    margin-left: 40px;

}

.parcel-inner > div > div.qd-wrapper{
    margin-right: 0;
}

.pp-icon-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pp-icon-container-hidden {
    visibility: hidden;
}

.pp-icon-container {
    margin-top: 20px;
    cursor: pointer;
}

.parcel-inner > div > div {
    margin-right: 10px;
    display: flex;
}


.parcel-inner.hidden-cod > div > div:nth-child(4), .parcel-inner.hidden-cod > div > span:nth-child(5){
    display: none;
};

.parcel-inner .quantity-wrapper .quantity-control{
    width: 130px;
}

.quantity-control{
    margin: 0 !important;
}

.quantity-control input{
    width: 50px;
    height: 50px;
    border-radius: 25px;
    text-align: center;
    margin-inline: auto;
    margin-top: .25rem;
}

.quantity-control .js-form-item{
    margin-bottom: 0;
}

.quantity-controler{
    width: 18px !important;
    height: 18px !important;
    position: absolute;
}

.quantity-controler.plus {
    background-color: #061AB1;
    border-radius: 25px;
    right: -10px;
    top: 47px;
}

.quantity-controler.plus label {
    color: white !important;
}

.quantity-controler.minus {
    border: 1px solid #061AB1;
    border-radius: 25px;
    top: 47px;
    left: -10px;
}

.quantity-controler.minus label{
    color: #061AB1 !important;
}

.quantity-controler label{
    width: 100%;
    text-align: center !important;
    padding-left: 0 !important;
    cursor: pointer;
    line-height: 15px;
}

@media (max-width: 1200px){

    .parcel-inner > div{
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .parcel-inner .d-none{
        display: block !important;
    }

    .parcel-inner label{
        font-size: 16px;
    }

    .parcel-inner > div > div{
        margin-right: 0;
        width: 48%;
    }

    .parcel-inner > div > div.qd-wrapper{
        margin-right: 0;
        width: 100%;
    }

    .pp-icon-wrapper{
        justify-content: flex-start;
    }

    .pp-icon-container{
        margin-right: 30px;
    }


    .parcel-inner > div > div.pp-icon-container{
        margin-right: 0;
        width: 48%;
    }

    .parcel-inner > div > div:not(:first-child) {
        margin-left: 0;
    }

    .parcel-inner > div > div > div.quantity-wrapper {
        width: 85px;
        margin-left: 0;
    }
}



input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quantity-control input[type=number] {
    -moz-appearance: textfield;
}

.form-item {
    width: 100%;
    margin-top: 0px !important;
}

#addPckgBtn {
    margin-left: 8.33333%;
    font-size: 18px;
    font-weight: bold;
    color: #061AB1;
}
.rmPckgBtn {
    font-size: 18px;
    font-weight: bold !important;
    color: #061AB1 !important;
}

.hiddenForm {
    display: none;
}
#collection_address_container {
    display: none;
}
.tabcontenthidden {
    display: none;
}
.delete-contact {
    background: transparent;
    border: none;
}
/*Inputs - Form Control*/
.form-control-new input{
    border: 1px solid #061AB1;
    min-height: 38px;
    border-radius: 0;
    font-size: 20px;
    margin-bottom: 10px;
    background: #fff;
    box-shadow: none;
    padding: 3px 15px;
    border-radius: 2px;

    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);

    font-weight: 400;
    line-height: 1.5;
    color: #495057;

    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media (max-width: 991px) {
    .form-control-new input{
        font-size: 15px;
    }
}


#edit-data, #edit-address2 {
    display: flex;
    flex-wrap: wrap;
}
.h2margin {
    margin-top: 50px;
}
.form-checkbox {
    text-align: left;
}
.form-checkbox label{
    font-size: 15px;
}

.inactive {
    display: none;
}
.active {
    display: block;
}

.main-content #edit-container > :first-child {
    display: flex;
}
#edit-data > :first-child {
    display: flex;
    flex-wrap: inherit;
}
.main-content-0 {
    padding-top: 50px;
    padding-bottom: 40px;
}

@media (max-width: 991px) {
    .main-content-0 {
        padding-top: 30px;
        padding-bottom: 20px;
    }
}
.backbtn {
    background: none;
    border:none;
}

.list-group {
    display: block;
}
.list-group li {
    display: inline-block !important;
    font-size: 14px;
}
.cart_order {
    display: flex;
    flex-direction: column;
    margin-top: 5px;
}
.cart_order_commands {
    display: flex;
    flex-direction: row;
}

.cart_order_commands a:hover {
    text-decoration: underline !important;
}
.cart_order_commands a {
    display: flex;
    width: 35%;
    text-align: left;
    padding: 0px !important;
    margin: 0px !important;
    min-height: 0px !important;
    font-size: 13px !important;
    box-shadow: none;
    border: none;
    text-transform: uppercase;
    padding: 0;
    font-size: .7rem;
    cursor: pointer;
    color: #fff;
}
.cart_order_mobile_commands {
    display: flex;
    width: 50%;
    text-align: left;
    padding: 0px !important;
    margin: 0px !important;
    min-height: 0px !important;
    font-size: 12px !important;
    box-shadow: none;
    border: none;
    text-transform: uppercase;
    padding: 0;
    font-size: .7rem;
    cursor: pointer;
    color: #fff;
}
.cart_order_price {
    text-align: right;
    width: 50%;
}
.cart_order_name {
    text-align: left;
    width: 50%;
}

.cart_order_description {
    width: 100%;
    display: flex;
}

.cart-dropdown .header {
    min-height: 30px;
}
#cart-items-price {
    margin-top: 20px;
    margin-bottom: 10px;
    width: 100%;
    border-top: solid 1px white;
    font-size: 18px;
}
#cart_pay {
    background: #FFD100;
    border-radius: 400px;
}
#cart_pay a {
    font-size: 16px;
    color: #000 !important;
}
#cart .cart-dropdown {
    display: none;
    opacity: 1 !important;
    visibility: visible !important;
}
#cart-mobile .cart-dropdown {
    display: none;
    opacity: 1 !important;
    visibility: visible !important;
}
.cart-dropdown {
    z-index: 100;
}

.form-item label{
    font-size: 18px;
    text-transform: none;
}

.form-item label:not(.option) {
    padding-left: 20px;
    margin-bottom: 1px;
}

@media (max-width: 991px){
    .form-item label{
        font-size: 16px;
    }
}

.form-item input:not([type="submit"]), select.form-select {
    color: #061AB1 !important;
    font-size: 18px !important;
}

.custom-checkbox{
    cursor: pointer;
}


.custom-checkbox input{
    height: 0;
    position: relative;
}

.custom-checkbox input:checked ~ label p::before{
    content: "";
    position: absolute;
    left: 12px;
    top: 6px;
    width: 16px;
    height: 16px;
    background-color: #061AB1;
    border-radius: 50%;
}

.custom-checkbox label p::after{
    content: "";
    cursor: pointer;
    position: absolute;
    left: 6px;
    top: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid #061AB1;

}

.custom-checkbox label p{
    padding-left: 3.5rem;
    margin-bottom: 0;
    font-weight: bold;
    position: relative;
    cursor: pointer;
}


#packages-wrapper{
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(5, 26, 176, 0.1);
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
}


#packages-wrapper .form-item{
    margin-bottom: 0;
    margin-top: 0;
}

#edit-container--2 {
    display: flex;
    flex-wrap: inherit;
    width: 100%;
}
#edit-details-1-container, #edit-details-2-container,#edit-details-3-container, #edit-details-4-container {
    display: flex;
}
.edit-form-field-container {
    display: flex;
    flex-direction: row;
}
.edit-form-field-container input {
    width: 80%;
}
.edit-form-field-container .link {
    top: auto !important;
    bottom: auto  !important;
}

.paymentOptionsContainer .radio-full {
    height: auto !important;
}
/* HOBEX */
.wpwl-form-card {
    background-image: none !important;
    border-radius: 0px !important;
    background-color: transparent !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border: 1px solid #061AB1 !important;
    border-radius: 2px !important;
    padding: 30px !important;
}
.wpwl-group-cardNumber, .wpwl-group-cardHolder {
    width: 100% !important;
}
.wpwl-button-pay {
    width: 100% !important;
    background-color: #FFD100 !important;
    border-color: #FFD100 !important;
    color: #000000 !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    padding: 5px 30px !important;
    border-radius: 2px !important;
    font-size: 20px !important;
    transition: all 0.35s ease-in-out !important;
    border-radius: 400px !important;
}
.wpwl-button-pay:hover, .wpwl-button-pay:active, .wpwl-button-pay:focus {
    background-color: #D6AF00 !important;
    border-color: #D6AF00 !important;

}
.wpwl-control, .wpwl-group-registration {
    border-radius: 2px !important;
}
.wpwl-label-brand {
    display: none !important;
}
.wpwl-group-brand {
    display: flex !important;
    flex-direction: row !important;
}

.wpwl-group-brand .wpwl-wrapper-brand{
    flex: 3 0 0;
}

.wpwl-group-brand .wpwl-brand-card {
    flex: 1 0 0;
}

@media (min-width: 1210px) {
  .wpwl-control-expiry {
    width: 110% !important;
  }
}

@media (min-width: 991px) and (max-width: 1210px) {
  .wpwl-control-expiry {
    width: 210% !important;
  }
}


#register-form-container input, #login-form-container input {
    border: 1px solid #061AB1;
    min-height: 38px;
    border-radius: 0;
    font-size: 20px;
    margin-bottom: 10px;
    background: #fff;
    box-shadow: none;
    padding: 3px 15px;
    border-radius: 2px;
    max-width: 60%;
}

#edit-submit--2, #edit-submit--3 {
    background-color: #FFD100 !important;
    border-color: #FFD100 !important;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.35s ease-in-out;
}
#edit-submit--2:focus, #edit-submit--3:focus {
    background-color: #D6AF00 !important;
    border-color: #D6AF00 !important;
}
#edit-submit--2:hover, #edit-submit--3:hover {
    background-color: #D6AF00 !important;
    border-color: #D6AF00 !important;
    transition: all 0.35s ease-in-out;
}
.password-strength {
    display: none !important;
}
.pricinghidden {
    display: none;
}

#map-container {
    height: 690px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
#map {
    width: 100%;
    height: 100%;
}

#cluster-info-container{
    position: absolute;
    left: 64px;
    top: 109px;
    padding: 35px;
    height: calc(488px - 70px);
    width: calc(343px - 70px);
    background-color: white;
    box-shadow: 0px 0px 30px rgba(5, 26, 176, 0.1);
    border-radius: 25px;
    z-index: 2;
}

#cluster-info h4{
    margin: 0;
}

#cluster-info p{
    margin-top: 1rem;
}

.gmaps-legend {
    display: flex;
    flex-direction: row-reverse;
}
.btn-narocilo {
    font-size: 22px !important;
    min-width: auto !important;
}

.invoice-para a {
    color: white !important;
    cursor: pointer;
}
#start-vracilo {
    text-align: center;
}
.gimme-padding-top {
    padding-top: 5%;
}
#totalPrice-carriage {
    display: none;
}
#totalPrice-carriage-val {
    display: none;
}

#header-nav-bottom .secondary-navigation ul li a.active {
    border-radius: 4px 4px 4px 4px !important;
}
.vracilo-header img {
    height: 45px;
}

#edit-fildset-package-delivery-selection {
    width: 100%;
}
.btn-bottom-next {
    float: right;
    background: #FFD100;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 1.1rem;
    line-height: 1.4;
    color: #000;
    padding: .5rem 3.5rem !important;
}
.btn-bottom-back {
    float: left;
    font-size: 1.1rem;
    white-space: normal;
    padding: .5rem 3.5rem;
    background: #FFF;
    color: #061AB1;
    border: 1px solid #061AB1;
    box-sizing: border-box;
    border-radius: 400px;
}

.btn-bottom-back:hover, .btn-bottom-back:active, .btn-bottom-back:focus {
    background-color: #061AB1;
    color: white;
}

.controls{
    display: flex;
    flex-wrap: wrap;
}

#edit-bottomcontrols {
    width: 100%;
}


.field-type-text .form-item input, #edit-account .form-item input {
    margin-top: 0.25rem;
}

.field-type-text .form-item .description, #edit-account .form-item .description {
    display: none;
}

#user-profile-form #edit-submit:hover, #user-profile-form #edit-submit:active, #user-profile-form #edit-submit:focus {
    background-color: #D6AF00;
    border-color: D6AF00;
}
#user-profile-form #edit-submit {
    background-color: #FFD100;
    color: #000;
    font-weight: 700;
    transition: all .3s;
    border: none;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    outline: 0;
    border-radius: 0;
    padding: 0;
    padding: .5rem 3rem;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 400px;
}

.delete-contact-1 {
    left: 3px;
    position: absolute;
    top: -10px;
}

.delete-contact-2 {
    position: absolute;
    top: -10px;
}
#orders-chooser-container {
    max-height: 200px;
    overflow-y: scroll;
}

.profile-order-container {
    border-bottom: 1px solid #061AB1;
}
.orderchooser {
    padding-right: 20%;
}

#chosen-order-data-display .col-lg-12 .form-item {
    display: flex !important;
}
.order-data-row {
    flex-direction: column;
    padding-top: 50px;
}
.tracking-flex-cont {
    text-align: center;
}

.logo-container {
    width: 100%;
    text-align: center;
    padding-top: 40px;
}
#return-company-data img, .logo-container img{
    max-width: 100%;
}

.step2-vracilo-checkbox a {
    text-decoration: underline;
}
.step2-vracilo-checkbox label {
    font-size: 22px;

}
.paketomat-disabled {
    opacity: 0,5;
    cursor: default;
}
.dobropisfilters {
    text-align: left;
}

.dobropisfilters .fieldset-wrapper {
    display: flex;
}
.results-container {
    padding-top: 50px;
}
#results-dobropis-table {
    width: 100%;
}
.dobropis-checkbox {
    display: flex;
    flex-direction: row;
    padding-top: 5px;
    padding-bottom: 5px;
}
.dobropis-item-field {
    display: flex;
    flex: 1 0 0;
}
.dobropis-item-field-big {
    display: flex;
    flex: 2 0 0;
}
.dobropis-item-field-biggest {
    display: flex;
    flex: 3 0 0;
}
.fieldset-wrapper-dobropis-header {
    display: flex;
}
.dobropis-result {
    background-color: transparent !important;
}
.dobropis-anchors-first {
    text-align: right;
}
.dobropis-anchors-container a {
    font-size: 22px;
}
.dobropis-anchor-active {
    text-decoration: underline;
}
.navigation-next {
    margin-top: 50px;
}
#login img {
    height: 35px;
}

#page-body-title {
    display: none;
}
.posljipaket-article  {
padding: 5% 10% 5% 10%;
}
.order-package-vouchers a {
    color: white !important;
}

#results-dobropis-table tr {
    border-bottom: 1px solid black;
}
@media screen and (max-width: 1000px) {
    .steps li span strong {
        display: block !important;
    }
    #edit-details-1-container, #edit-details-2-container,#edit-details-3-container, #edit-details-4-container {
        flex-direction: column;
    }
    .postavke-wrapper .fieldset-wrapper {
        flex-direction: column !important;
    }
    .btn-mass-rm {
        width: 100% !important;
    }
    .bottom-back input {
        width: 50%;
        margin-left: 25%;
    }

    .bottom-next input {
        width: 50%;
        margin-right: 25%;
        margin-top: 10px;
    }
}

#mobile-menu .sub-menu a {
    font-size: 18px;
}
.always_seen {
    display: block !important;
}
#edit-posljipaket-reports .fieldset-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.postavke-wrapper .fieldset-wrapper {
    display: flex;
    flex-direction: row;
}
.mrp-10 {
    margin-right: 10%;
}
.mtp-5 {
    margin-top: 5%;
}
.btn-mass-rm {
    position: absolute;
    bottom: 0px;
    width:50% !important;
    font-size: 10px !important;
}
.kurirtable {
  width: 100% !important;
}
.kurirtable tr {
  min-height: 50px !important;
}

#edit-timezone, #edit-locale, #edit-htmlmail-plaintext--2, #edit-mimemail, #edit-ckeditor, #edit-field-gls-id {
    display: none !important;
}

@media (min-width: 991px) {
    .onlymobile {
        display: none;
    }
}

.reportsrow {
    display: flex;
    flex-wrap: wrap;
    margin-left: 20%;
    margin-right: 20%;
}

.ransom_view_container {
    display: flex;
    flex-direction: column;
}
.ransom_view_controls div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.ransom_view_controls_button {
    margin: 5%;
}

.ransom_view_subcontainer {
    display: flex;
    flex-direction: column;
    border-left:  1px solid black;
    border-right: 1px solid black;
    width: 25%;
    padding: 1%;
    text-align: center;
}
.ransom_view_container_error {
    background-color: #fef5f1;
    border-color: #ed541d;
}
.track_input_container_error {
    border-color: #ed541d !important;
}
#edit-overview {
    display: flex;
    flex-direction: row;
    width: 100%;
}
.w-60 {
    width: 60%;
}

.footer-buttons a {
    border-radius: 400px;
}

.views-table {
    width: 100%;
}
.form_error_step {
    display: none;
}
#step-0-wrapper, #step-1-wrapper, #step-2-wrapper, #step-3-wrapper {
    display: block !important;
}
.row {
    height: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}


.checkbox-button{
    align-self: center;
}

.checkbox-button input{
    display: none;
}

.checkbox-button label{
    cursor: pointer;
    padding: 15px 40px;
    border: 1px solid #858585;
    border-radius: 25px;
    color: #858585;
    transition: all 0.2s ease-in-out;
}

.checkbox-button input:not(:checked) ~ label:hover{
    border: 1px solid rgba(6, 26, 177, 0.8);
    color: rgba(6, 26, 177, 0.8);
}

.checkbox-button input:checked ~ label {
    border: 1px solid #061AB1;
    color: #061AB1;
}

@media (max-width: 991px){
    .checkbox-button label{
        padding: 13px 40px;
    }
}

.date-box{
    text-align: center;
}

.date-box span{
    padding: 14px 74px;
    border: 1px solid #858585;
    border-radius: 25px;
    color: #858585;
}

.date-box.block{
    text-align: left;
}

.date-box.block span{
    max-width: 230px;
    display: block;
    text-align: center;
    padding: 14px 30px;

}

@media (max-width: 991px) {
    .date-box{
        margin-top: 10px;
        margin-bottom: 60px;
        text-align: left;
    }

    .date-box span{
        padding: 12px 43px;
    }

}

.summary-container{
    padding: 40px;
    max-width: 1280px;
}

.summary-container--button-text{
    align-self: flex-end;
}

@media (max-width: 991px) {
    .summary-container{
        padding: 20px 0;
    }

    .summary-container--button-text{
        align-self: center;
        margin-top: 15px;
    }

    .summary-container .date-box{
        margin-bottom: 0;
    }

    .summary-container h4{
        margin-bottom: 0;
    }

}

.sr-data p:first-child{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: .5 rem;
}

.sr-data p{
    color: #333333
}

.sr-data p:not(:first-child){
    margin-bottom: 0;
    font-size: 18px;
    margin-bottom: 3px;
}

@media (max-width: 991px){
    .sr-container{
        margin-top: 40px;
    }
}

label p.payment-option{
    margin-bottom: 35px;
}

.payment-option--img{
    padding-left: 55px;
    padding-top: 7px;
}

.payment-info {
    padding: 60px 60px 20px 60px;
}


.payment-total{
    padding-bottom: 60px;
}

.payment-total > div{
    border: 1px solid #858585;
    border-radius: 30px;
    display: flex;
    justify-content: space-between;
    padding: 10px 40px 4px 40px;
    margin: 0 20px;
}

.payment-info--vat{
    margin-top: 60px;
}

.payment-info p, .payment-total p{
    font-size: 24px;
    margin-bottom: 0;
}

.payment-info > div, .payment-total > div{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.payment-info > div p:last-child, .payment-total > div p:last-child{
    font-weight: 700;
}

@media (max-width: 1440px){
    .payment-info p, .payment-total p{
        font-size: 18px;
    }
}

@media (max-width: 600px){

    .payment-info {
        padding: 40px 40px 20px 40px
    }

    .payment-info--vat{
        margin-top: 40px;
    }

    .payment-info p{
        font-size: 16px;
    }

    .payment-total {
        padding-bottom: 15px;
    }

    .terms-container p{
        font-size: 14px;
    }

}


@media (max-width: 400px){
    .payment-info p{
        font-size: 14px;
    }

}

.forget_register_container{
    display: flex;
    justify-content: space-between;
    padding: 35px 60px;
    max-width: 685px;
    margin: 0 auto;
}

.forget_register_container a{
    text-decoration: underline;
}

.user-form-container{
    padding: 60px;
    max-width: 685px;
    margin: 0 auto;
}

@media (max-width: 768px){
    .forget_register_container{
        padding: 20px;
    }

    .user-form-container{
        padding: 20px;
    }

    .user-register-form input[type="submit"], .user-form-container input[type="submit"]{
        width: 100%
    }
}

.user-register-form .custom-checkbox label p a, a.underlined{
    color: #061AB1;
    text-decoration: underline;
}

.user-register-form .custom-checkbox label p{
    font-weight: normal;
}

.user-register-form .custom-checkbox .form-required:after{
    display: none;
}

body .form-required::after{
    content: '*';
    background-image: none;
    vertical-align: unset;
    color: #858585;
    height: 100%;
}

body .confirm-parent, .password-parent{
    max-width: 100%;
}

body .password-parent{
    margin-bottom: 1em;
}

body .js-password-confirm-message{
    display: none;
}


/* User profile */

@media(max-width: 991px){
    #recipient-info .btn{
        width: 100%;
    }
}

.order-container{
    margin-bottom: 20px;
    padding: 20px 35px 30px 35px;
    display: flex;
    flex-direction: column;
}

.order-container .cart-actions{
    display: flex;
    align-items: center;
}

.order-container small{
    font-size: 14px;
    color: #858585;
}

.order-container h4{
    margin-top: 10px;
    margin-bottom: 5px;
}

.order-container p{
    margin-bottom: 0;
}

.order-container--cart{
    margin-bottom: 80px;
    display: flex;
    flex-direction: row;
}

.order-form-button{
    background: linear-gradient(180deg, #001FFF 0%, #051AB0 100%);
    width: 35px;
    height: 35px;
    border: none;
    border-radius: 50%;
    font-weight: bold;
    position: relative;
    margin: auto;
}

.order-form-button::before, .order-form-button::after{
    content: '';
    position: absolute;
    width: 25px;
    height: 3px;
    background-color: white;
    border-radius: 2px;
    top: 16px;
    box-shadow :0 0 2px 0 #ccc;
    z-index: 100;
}

.order-form-button:before{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    left :5px;
}
.order-form-button:after{
    -webkit-transform :rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 5px;
}

.order-form-button-container{
    margin: auto;
    display: flex;
    height: 100%;
}

.order-container .cart-actions > div{
    padding-right: 10px;
}


@media (max-width: 991px){
    .user-container #content{
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .form-item-recipient-select{
        margin-bottom: 60px;
    }

    .order-container .cart-actions{
        position: absolute;
        right: 10px;
        justify-content: flex-end;
    }
    .order-container{
        padding-left: 10px;
        padding-bottom: 0;
    }
}


/* GLS Paketomati */

#parcel-options{
    list-style: none;
    position: absolute;
    width: 100%;
    top: 50px;
    z-index: 10;
    left: 0;
    padding: 0 15px;
}

#parcel-options li{
    height: 50px;
    border: 1px solid #061AB1;
    color: #061AB1;
    border-top: 0;

    padding: 8px 32px 8px 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    font-size: 16px;
    background-color: white;
    z-index: 10;
    cursor: pointer;
}

#parcel-options li:hover{
    background: linear-gradient(180deg,#001FFF 0%,#051AB0 100%);
    color: #fff;
}

#parcel-locker.visible{
    border-radius: 25px 25px 0 0px;
}

#parcel-options li.last{
    border-radius: 0px 0px 25px 25px;
}

#parcel-locker-container{
    max-width: 750px;
}

#parcel-locker-container #parcel-locker, #parcel-locker-container #parcel-locker::placeholder{
    color: #061AB1;
}
.step-price-container {
    display: flex;
}
.step-price-container .step-price-container-price {
    padding-left: 1%;
}

#custom_vracila_selects_wrapper h2 {
    text-align: center;
    font-size: 23px;
    font-weight: 700;
    color: black;
}

#custom_vracila_selects_wrapper {
    flex-direction: column;
    display: flex;
    justify-content: center;
    width:50%;
    margin: auto;
}
#custom_vracila_selects_wrapper > * {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 991px){
    #custom_vracila_selects_wrapper {
        width:100%;
    }
}
#custom_vracila_selects {
    width: 50%;
}

#custom_vracilo_selects_starter {
    width: 100%;
}

#custom_vracilo_selects_starter > *{
    text-align: center;
}

#vracilo_starter_form {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#custom_vracila_selects_wrapper_form, #custom_track_selects_wrapper_form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 300px;
}
.payment_item_container {
    display: flex;
    flex-direction: row;
}
.payment_item_container p {
    margin-right: 10%;
    font-size: 18px;
}
.faq-container-top {
    padding-bottom: 5%;
}
.faq-container-top-inactive {
    padding-bottom: 0.5% !important;
    padding-top: 0.5% !important;
}
.faq-container {
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(5, 26, 176, 0.1);
    border-radius: 25px;
    display: flex;
    flex-direction: row;
    padding-left:2%;
    padding-right: 2%;
}
.faq-container-inactive {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    box-shadow: none !important;
}
.faq-container-second {
    margin-left: 2%;
}
.faq-container-first {
    cursor: pointer;
}
.faq-title {
    font-family: 'Verdana';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #333333;
    padding-bottom: 2%;
}

.faq-subtitle {
    font-family: 'Verdana';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}

.faq-description-inactive {
    display: none;
}
.faq-expand-all {
    font-family: 'Verdana';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;

    text-align: right;
    text-decoration-line: underline;

    color: #051AB0;
    cursor: pointer;
}
.faq-constainer-first-img-hidden {
    display: none;
}
@media (max-width: 991px){
    .faq-container-top {
        padding-bottom: 15%;
    }
    .faq-expand-all {
        font-size: 12px;
    }
    .faq-container-second {
        margin-right: 5%;
    }
}

.main-footer-container {
    display: flex;
    flex-wrap: wrap;
}
#paketomat {
    display: flex;
}
#paketomat .paketomat_icon_container {
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;
}
#paketomat .paketomat_icon_container img {
    height: 75px;
}

#adoption_type3 .select-box-menu,
#delivery_type3 .select-box-menu,
#custom_vracilo_selects_starter .select-box-menu {

    max-height: 400px;
    overflow-x: hidden;
    overflow-y: scroll;
}

/* width */
#adoption_type3 .select-box-menu::-webkit-scrollbar,
#delivery_type3 .select-box-menu::-webkit-scrollbar,
#custom_vracilo_selects_starter .select-box-menu::-webkit-scrollbar,
#map-container .select-box-menu::-webkit-scrollbar {
    width: 7px;
}

/* Track */
#adoption_type3 .select-box-menu::-webkit-scrollbar-track,
#delivery_type3 .select-box-menu::-webkit-scrollbar-track,
#custom_vracilo_selects_starter .select-box-menu::-webkit-scrollbar-track,
#map-container .select-box-menu::-webkit-scrollbar-track
 {
    background-color: transparent;
    margin-top: 15px;
    margin-bottom: 15px;
}

/* Handle */
#adoption_type3 .select-box-menu::-webkit-scrollbar-thumb,
#delivery_type3 .select-box-menu::-webkit-scrollbar-thumb,
#custom_vracilo_selects_starter .select-box-menu::-webkit-scrollbar-thumb,
#map-container .select-box-menu::-webkit-scrollbar-thumb
 {
    background-color: #051AB0;
    border-radius: 25px;
}
.vracilo-company-image-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.vracilo-company-image {
    width: auto;
    height: fit-content;
    max-width: 100%;
}
#return-data #edit-data {
    flex-direction: row-reverse;
}
.bg-track-icon {
    background: url('/themes/custom/posljipaket_theme/img/2022_icons/find.svg') no-repeat scroll right;
    background-position: right 30px center;
}
#creditnote-issue-form .form-item {
    width: auto !important;
}
#import_auth_error {
    display: none;
}
.region-messages {
    cursor: pointer;
}
.cart-dropdown-mobile a {
    margin-inline: 0px !important;
}
.cart-dropdown-mobile .cart-icon {
    height: 30px;
}
.step-4-wrapper-container {
    display: flex;
    flex-direction: column;
}
#wpso_extra_cod_export {
    display: none;
}
#sender_data_caption_import {
    display: none;
}
#specific_address_specific {
    display: none;
}

.faq-container-second img {
    max-width: 90%;
}
.order-form-button {
    cursor: pointer;
}

.track-desc-div {
    text-align: center;
    margin-bottom: 10px;
}
.track-desc-div p {
    font-size: 20px;
    font-weight: 600;
}
.track-event-div {
    display: flex;
    flex-direction: row;
    justify-content: cetner;
}
.track-event-div-date {
    flex: 1 0 0;
    text-align: center;
}
.track-event-div-desc {
    flex: 5 0 0;
    position: relative;
}
.track-event-separator {
    content: '';
    width: 10px;
    background: #ffd100;
    border: 3px solid white;
    z-index: 3;
}

.track-error-div {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}
.track-event-div-desc-address {
    position: absolute;
    right: 5px;
    bottom: 5px;
    color: #858585;
    font-size: 14px;
}
.company-data-logo img {
    max-width: 30%;
}
#parcel-view-select {
    padding: 0 25% 2% 25%;
}

#map-container .select-box-menu {
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 700px;
}
.paketomati-depo-container {
    top: 60px;
    position: relative;
}
#gls-depot-container {
    margin-top: 80px;
}
@media (max-width: 991px) {
    #parcel-view-select {
        padding: 0 0 10% 0 !important;
    }
}
#ransom-desc-row {
    pointer-events: none;
}

/** AUTOLOGOUT DIALOG **/
.ui-dialog .ui-dialog-titlebar {
    background: #051AB0 !important;
    color: white !important;
}
.ui-dialog .ui-widget-content.ui-dialog-content {
    font-size: 16px;
    font-weight: 600;
}
.ui-dialog .ui-widget-content.ui-dialog-buttonpane {
    background: #fff !important;
    border-top: 0px;
}
.ui-dialog {
    text-align: center;
    border: 1px solid #061AB1 !important;
}
.ui-dialog-buttonset button {
    background: linear-gradient(180deg,#001FFF 0%,#051AB0 100%);
    position: relative;
    border-radius: 25px;
    color: white;
    z-index: 1;
    padding: 10.5px 60px;
    font-size: 18px;
    font-weight: normal;
    transition: all 0.35s ease-in-out;
}

.ui-dialog-buttonset button:focus {
    background-color: #001FFF !important;
}

.select-wrapper-dispatch, .select-wrapper-pickup {
    z-index: 1300;
}

#wpso_form {
    padding-bottom: 50px;
}

/** NEWSLETTER **/
.newsletter-hero {
    width: 100%;
    background-image: url(../img/2022_assets/GLS_mailing.png);
    font-family: 'Verdana';
}

.newsletter-form-container {
    flex-direction: row;
}
.input-group-email label {
    font-size: 14px;
    padding-top: 0px;
    margin-top: 0px;
    float: left;
    padding-left: 30px;
    text-transform: none;
}
.newsletter-form-container .input-group-email input {
    background-color: transparent;
    margin-bottom: 0px;

}
.newsletter-form-container .input-group {
    flex: 5 0 0;
}
.newsletter-form-container .input-group-actions {
    flex: 2 0 0;
}


@media (min-width: 991px) {
    .newsletter-hero .newsletter-desc {
        font-size: 20px;
        line-height: 34px;
    }
    .newsletter-hero h1 {
        font-size: 48px;
        line-height: 88px;
    }
    .newsletter-form-container .custom-checkbox p {
        font-size: 18px;
        line-height: 26px;
        font-weight: 400;
        text-align: left;
    }
}
@media (max-width: 991px) {
    .newsletter-form-container {
        flex-direction: column;
    }
    .newsletter-hero .newsletter-desc {
        font-size: 18px;
        line-height: 25px;
    }
    .newsletter-hero h1 {
        font-size: 32px;
        line-height: 38px;
    }
}

.LPMcontainer {
  top: 200px !important;
}

.text-wrap-balance {
    text-wrap: balance;
}

.table-multiple-sametwo {
    width: 150%;
    margin: auto;
    overflow: scroll;
    right: 25%;
    position: relative;
}

#sameday-recipient-name .description {
    padding-top: 50px;
}
.summary-invoice-submit-button {
    max-width: 250px;
    margin: auto;
    padding: 0px;
    text-align: center;
}
.d-none-sum {
    display: none;
}
#sameday-companies-data-table {
    width: 700px;
}
.batch-summary-table {
    width: 100%;
}
.batch-summary-table th, .batch-summary-table tr, .batch-summary-table td {
    padding: 10px;
}
.batch-summary-table tbody .sameday-issue-form-tr:nth-child(even) {
    background-color: rgb(6,26,177,0.1);
}
.captcha {
    flex-direction: column;
}