.rz_delivery_select {
    border-radius: 0 !important;
}
.rz_delivery_select .select2-selection__arrow b {
	
}
label[for=shipping_method_0_rozetka_delivery_method]
{
    position: absolute;
    right: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border-radius: 0;
}
#shipping_method li {
    position: relative;
    list-style: none !important;
    padding: 1.387em 3px !important;
    border-bottom: 1px dotted #ddd;
    margin-left: 0;
}
#shipping_method li:last-child {
    position: relative;
    list-style: none !important;
    padding: 1.387em 3px 0.387em 3px !important;
    border-bottom: 0px dotted #ddd;
    margin-left: 0;
}
#shipping_method li label>span {
    position: absolute;
    right: 0;
    top: auto !important;
}
.woocommerce-shipping-methods li:last-child{
	border-bottom: 0px;
}
.roz-banner__img {
    width: 100%;
    background-repeat: no-repeat;
    display: block;
    height: 53px;
    background-size: cover;
    background-position: center;
}
.a_gef_roz-banner__img {
	
}
.shipping_box {
    padding: 1.387em;
    margin: 1.387em -1.387em -1.387em -1.387em;
    background: rgba(0, 0, 0, .035);
    border-top: 1px dotted #ddd;
}
@media screen and (min-width: 320px) and (max-width: 600px) {
.roz-banner__img {
    width: 100%;
    background-repeat: no-repeat;
    display: block;
    height: 23px;
    background-size: 225%;
    background-position: center;
}
}