div#opc_delivery_methods > div.opc-overlay,
div#opc_payment_methods > div.opc-overlay {
    position: absolute;
    z-index: 9999;
    width: 100%;
    height: 100%;
}

a.disabled {
    opacity: 0.3;
    pointer-events: none;
}

.row.carrier-extra-content {
    height: auto;
    margin-bottom: 0.9375rem;
    margin-top: -0.9375rem;
}

.vp_hidden {
  /*  padding: 0 0 .9375rem 0;*/
   /* background: #f6f6f6;*/
  /*  position: relative;
    padding-left: 15px;
    padding-right: 15px;
    /*display: flex;*/
    justify-content: space-between; */
    
    display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10px 15px 1px 15px;
  padding-bottom: 3px;
}
}

.vp_hiddenx {
  /*  padding: 0 0 .9375rem 0;*/
   /* background: #f6f6f6;*/
  /*  position: relative;
    padding-left: 15px;
    padding-right: 15px;
     margin: 0.1rem 0.1rem;
    width: 99%;*/
    /*display: flex;*/
    justify-content: space-between;
    
    display: flex;
  flex-direction: column;
  align-items: center;
  margin: -10px 15px 15px 15px;
  padding-bottom: 3px;
}

.vp_hidden select {
background-image: unset;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 0.3rem;
    margin: 0.1rem 0.1rem;
    width: 99%;
    
    
    
    
    
    
    
/*
    flex: 1 1 40%;
    max-width: 50%;*/
}

.vp_hiddenx select {
/*background-image: unset;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 0.3rem;
    margin: 0.1rem 0.1rem;
    width: 99%;*/
    
     display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0px 15px 15px 16px;
  padding-bottom: 3px;
  width: 91%;
    
    
    
    
    
    
/*
    flex: 1 1 40%;
    max-width: 50%;*/
}

.vp_hidden select.veebipoed_carrier, .vp_hidden a {
   /* margin-left: 10px;*/
}

.vp_hidden select.veebipoed_carrier.vp_dpd,
.vp_hidden.vp_smartcarrier select.veebipoed_carrier {
    margin-left: 0;
}

.vp_dpd {
    width: 210px;
}

#thecheckout-shipping .delivery-options .active_extra {
    display: block !important;
}

#thecheckout-shipping .delivery-options .active_extra .vp_hidden, #thecheckout-shipping .delivery-options .active_extra .vp_hidden .vp_smartcarrier {
    bottom: 4px;
    padding-left: 15px;
}

#thecheckout-shipping .delivery-options .carrier-extra-content.vp_omniva .vp_hidden .terminal_cities {
    max-width: 35%;
    width: 35%
}

#thecheckout-shipping .delivery-options .carrier-extra-content.vp_omniva .vp_hidden .veebipoed_carrier {
    max-width: 90%;
    width: 90%
}

@media only screen and (max-width: 1199px) {
    .vp_hidden {
        padding-left: 135px;
    }
}

@media only screen and (max-width: 991px) {
    .row.carrier-extra-content {
        margin-left: 0;
        margin-right: 0;
    }
}

@media only screen and (max-width: 768px) {
    .vp_hidden {
        padding-left: 50px;
    }

    .vp_hidden.vp_smartcarrier {
        flex-wrap: wrap;
    }

    .vp_hidden.vp_smartcarrier a {
        margin-left: 0;
        margin-top: 10px;
    }

    .vp_hidden.vp_smartcarrier select {
        flex: 1 0 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .vp_hidden {
        padding-left: 40px;
    }

    .vp_hidden {
        flex-wrap: wrap;
    }

    .vp_hidden select {
        flex: 1 0 50%;
        max-width: 100%;
    }

    .vp_hidden select.veebipoed_carrier {
   
   /*  width: 99%;
      margin-left: 0;
        margin-top: 10px;*/
    }
}
