.apiship_product_widget_bg {
    position:fixed;
    left:-110%;
    top:0;
    width:100%;
    bottom:0;
    z-index:996;
    background:#000;
    opacity:0;
    transition: left 0s linear 0.5s, opacity 0.5s linear 0s;
}
.apiship_product_widget_bg.show {
    left:0;
    opacity:0.5;
    transition: left 0s linear 0s, opacity 0.5s linear 0s;
}

.apiship_product_widget_pvz {
    position:fixed;
    left:-110%;
    top:0;
    width:100%;
    bottom:0;
    opacity:0;
    z-index:997;
    transition: left 0s linear 0.5s, opacity 0.5s linear 0s;
}
.apiship_product_widget_pvz.show {
    left:0;
    opacity:1;
    transition: left 0s linear 0s, opacity 0.5s linear 0s;
}
.apiship_product_widget_pvz > .in {
    height: 100%;
    display: flex;
    width: 80%;
    margin: 0 auto;
    align-content: center;
    align-items: center;
}

/* Override SKADTemplate Styles */
.apiship_component {
    margin-bottom:20px;
}

.apiship_component .apiship_product_widget {
    max-width:600px;
    min-height:130px;
    position:relative;
    overflow:hidden;
}
.apiship_component .apiship_product_widget .dlvtypes {
    position:relative;
}
.apiship_component .apiship_product_widget .selectcity a,
.apiship_component .apiship_product_widget .dlvtypes a {
    color:#136793;
}
.apiship_component .apiship_product_widget .selectcity p.h1 {
    margin-bottom:5px;
    font-weight:700;
}
.apiship_component .apiship_product_widget .selectcity p.city {
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 16px;
}
.apiship_component .apiship_product_widget .selectcity p.city a {
    margin-left:10px;
}

.apiship_component .apiship_product_widget .dlvtypes {
    width:100%;
    display:flex;
}
.apiship_component .apiship_product_widget .dlvtypes > div {
    flex-basis: 50%;
}
.apiship_component .apiship_product_widget .dlvtypes > div:first-child {
    padding-right:20px;
}

.apiship_component .apiship_product_widget .dlvtypes p {
    margin-bottom:0;
    font-weight:500;
    font-size:16px;
    line-height:1.2em;
}
.apiship_component .apiship_product_widget .dlvtypes a {
    font-weight:300;
}
.apiship_component .apiship_product_widget .dlvtypes p.price {
    color:#a1a1a1;
    font-weight:300;
}

/* Loading... */
.apiship_component .apiship_product_widget_loading {
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    z-index:1;
}
.apiship_component .apiship_product_widget_loading.hide {
    opacity:0;
    left:-100000%;
    transition: opacity 0.5s linear 0s, left 0s linear 0.5s;
}
.apiship_component .apiship_product_widget_loading > div {
    display: flex;
    align-items: center;
    justify-content: center;
    height:100%;
    background-color: #FFFFFF;
}
.apiship_component .apiship_product_widget_loading svg {
    max-width: 15rem;
    width: 100%;
    height: auto;
    stroke-linecap: round;
    max-height:120px;
}
.apiship_component .apiship_product_widget_loading circle {
    fill: none;
    animation-name: preloader;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    transform-origin: 65px 65px;
    will-change: transform;
    stroke-width:2;
}
.apiship_component .apiship_product_widget_loading circle:nth-of-type(1) {
    stroke-dasharray: 170px;
    animation-delay: -0.15s;
}
.apiship_component .apiship_product_widget_loading circle:nth-of-type(2) {
    stroke-dasharray: 130px;
    animation-delay: -0.3s;
}
.apiship_component .apiship_product_widget_loading circle:nth-of-type(3) {
    stroke-dasharray: 100px;
    animation-delay: -0.45s;
}
.apiship_component .apiship_product_widget_loading circle:nth-of-type(4) {
    stroke-dasharray: 50px;
    animation-delay: -0.6s;
}

@keyframes preloader {
    50% {
        transform: rotate(360deg);
    }
}

.apiship_component .dlvtypes p.dlvimpossible {
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    z-index:2;
    background:#fff;
    justify-content: center;
    display:flex;
    align-items: center;
    align-content:center;
    font-size:20px !important;
}
.apiship_component .dlvtypes p.dlvimpossible.hide {
    display:none;
}

.apiship_component .dlvtypes span.tryagain {
    cursor:pointer;
    padding-top:5px;
    color:#136793;
    text-decoration:underline;
    font-size:14px;
}

/* Override Original Styles */
#apiship_pvz {
    position:         relative !important;
    display:          block !important;
    width: 100% !important;

    /* WO Expanded && scripts */
    height: 500px !important;

}
#apiship_head {
    padding: 0 !important;
    height:40px !important;
}
#apiship_map {
    height: calc( 100% - 40px ) !important;
}
#apiship_info {
    top: 70px !important;
    position:absolute !important;
    bottom:50px;
    height: auto !important;
}
#apiship_description {
    margin-bottom:0 !important;
}
.apiship_pvz_info {
    padding: 10px;
    display:none;
}
