   .shipping-logo{
    position: absolute;
   }

   .novaposhta-row.with-logo{
    min-height: 32px;
   }

   .novaposhta-row{
     margin-bottom: 5px;
     position: relative;
   }

   .novaposhta-row .novaposhta-name{
    position: relative;
    padding-left: 25px;
   }

   .novaposhta-row.with-logo .novaposhta-name{
    padding-left: 40px;
    margin-left: 25px;
   }

   .novaposhta-row.with-logo .novaposhta-name span{
    display: inline-block;
    padding-top: 3px;
   }

   .novaposhta-row input[type=radio]{
    position: absolute;
    left: 0;
    top: 0;
   }

   .novaposhta-row.with-logo input[type=radio]{
    top: 5px;
   }

   .shipping-logo{
    left: 0;
   }

   .shipping-select select{
      width: 100% !important;
      font-size: 13px;
       -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
   }

   .shipping-select select option{
       font-size: 13px;
       width: 20px !important;
   }

   .cart-address_1-group{
    height: 0;
    overflow: hidden;
   }

   .shipping-additional{
    max-width: 100%;
    position: relative;
   }

   .shipping-select{
    margin-bottom: 8px;
   }

   .select2-selection__rendered{
    line-height: 25px !important;
   }

   .shipment-error{
      color: #d61f1c;
      display: none;
      font-size: 13px;
      padding-left: 10px;
   }

   .select2-container{
    width: 50% !important;
   }

   #shipment_fulldiv input[type=radio],
        #shipment_fulldiv .shipping-additional,
         .select2-selection__clear{
   		display: none;
   }

 .select2-container--default .select2-search--dropdown .select2-search__field{
    outline: none;
 }  

 .lighttext{
   background-color: yellow;
   color: #555371;
 }

 .script-hidden{
   width: 0;
   height: 0;
   overflow: hidden;
 }

 .select2-results__options li{
    background-image: none;
 }


.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
    background-color: #6b6754;
}

@media screen and  (max-width: 568px){
    .select2-container{
        width: 100% !important;
    }
}