.ip-loading-wipe {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    opacity: .7;
    z-index:9999;
    cursor: progress;
    display: none;
}

/**
 Address Form CSS
 */
.ip-address-form select {
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 3px;
    font-size: 14px;
}

.ip-address-form label {
    display: inline !important;
}

.ip-shipping-method-selector-container label{
    display: inline !important;
}

.ip-address-form .form-row {
    margin:0.25em;
}

.ip-address-form input[type=text] {
    width: 100%;
}

.ip-address-form select {
    width: 100%;
}

.ip-address-fields-container-wrapper {
    text-align:left
}

.ip-address-fields-container [name="calc_shipping_country"]{
    height: 3em;
    margin-bottom: 0.5em;
}

.ip-address-fields-container [name="calc_shipping_state"]{
    height: 3em;
    margin-bottom: 0.5em;
}

.ip-shipping-method-selector-container-wrapper {
    text-align:left;
}

.ip-shipping-method-selector-container-wrapper > div:first-of-type {
    margin:15px 0 25px 0;
    font-size: 1em;
}
.ip-shipping-method-selector-container-wrapper li {
    margin:10px 0;
}

.ip-shipping-method-selector-container-wrapper h6  {
    display: none;
}

#ip-shipping-filters {
    clear:both;
}

#ip-shipping-filters .ip-shipping-method-selector-container {
    margin-top: 15px;
}

.ip-formatted-address {
    font-size: medium;
}

#ip-shipping-filters .ip-formatted-address {
    border-color: #ccc;
    border-style: solid;
    border-width: 1px 0 0px 0;
    margin-top: 20px;
    padding:5px 0;
    font-size: small;
}

.ip-formatted-address address {
    display: inline;
    font-weight: bold;
    font-style: normal;
}

a[data-prompt-change-shipping], a[data-prompt-change-address] {
    font-style: normal;
    text-decoration: underline;
}

.hidden{
    display: none !important;
}

.ip-shipping-method-selector-container ul{
    list-style: none;
    padding: 0;
}

.ip-shipping-method-selector-container li{
    display:flex !important;
    align-items:center !important;
}

.ip-shipping-method-selector-container label {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.ip-shipping-method-selector-container input {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-right: 0.5em !important;
}
.ip-no-products-found{
    max-width: 600px;
    margin:auto;

}
.ip-no-products-found p{
    text-align:center !important;
}

.change-shipping-link{
    text-decoration: underline !important;
    cursor: pointer !important;
    font-size:unset !important;
}
.split-shipping-cart-notice{
    display:flex;
    width:100%;
    background:#eee;
    justify-content:center;
    padding:1em;
    margin-top: 1em;
}
ul.woocommerce-shipping-methods{
    font-size: initial !important;
}
.ip-cart-package-details-items-ul{
    margin-top:0;
    list-style: none;
    padding-left:0;
    padding:0;
    line-height: 1em;
    font-size: small;
}
/* The switch - the box around the slider */
.ip-switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    transform: scale(0.5);
}

/* Hide default HTML checkbox */
.ip-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.ip-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.ip-slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .ip-slider {
    background-color: #2196F3;
}

input:focus + .ip-slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .ip-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.ip-slider.round {
    border-radius: 34px;
}

.ip-slider.round:before {
    border-radius: 50%;
}
