/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/*slider loading & registration loading*/

.register-loading {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
    background: rgba(255, 255, 255, 0.75);
}

.register-loading .loading-text {
    top: 54%;
    color: #EA822C;
}

.slider-loading {
    position: absolute;
    z-index: 100;
    width: 100%;
    max-height: 650px;
    height: calc(100vh - 124px);
    background: #eee;
}

.spinner {
    top: 50%;
    left: 0;
    right: 0;
    position: absolute;
    text-align: center;
}

.spinner > div {
    width: 18px;
    height: 18px;
    background-color: #EA822C;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

/*end loading & registration loading*/

/* notification */
.pdwp-cart-alert {
    padding: 20px;
    background-color: #f44336;
    color: white;
    opacity: 1;
    transition: opacity 0.6s;
    margin-top: 15px;
    display: none;
}

.pdwp-cart-alert.success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    font-weight: 300;
}

.pdwp-cart-alert.failed {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    font-weight: 300;
}

.pdwp-cart-closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.pdwp-cart-closebtn:hover {
    color: black;
}

/*end of notification*/

/*Grid System*/
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.pdwp-cart-responsive {
    overflow-x: auto
}

.pdwp-cart-offset {
    opacity: 0;
}

.pdwp-cart-container:after {
    content: "";
    display: table;
    clear: both
}

.pdwp-cart-container-padding, .pdwp-cart-container-padding > .pdwp-cart-col {
    padding: 0 8px
}

.pdwp-cart-col {
    float: left;
    width: 100%
}

.pdwp-cart-col.s1 {
    width: 8.33333% !important
}

.pdwp-cart-col.s2 {
    width: 16.66666% !important
}

.pdwp-cart-col.s3 {
    width: 24.99999% !important
}

.pdwp-cart-col.s4 {
    width: 33.33333% !important
}

.pdwp-cart-col.s5 {
    width: 41.66666% !important
}

.pdwp-cart-col.s6 {
    width: 49.99999% !important
}

.pdwp-cart-col.s7 {
    width: 58.33333% !important
}

.pdwp-cart-col.s8 {
    width: 66.66666% !important
}

.pdwp-cart-col.s9 {
    width: 74.99999% !important
}

.pdwp-cart-col.s10 {
    width: 83.33333% !important
}

.pdwp-cart-col.s11 {
    width: 91.66666% !important
}

.pdwp-cart-col.s12 {
    width: 99.99999% !important
}

@media only screen and (min-width: 601px) {
    .pdwp-cart-col.m1 {
        width: 8.33333% !important
    }

    .pdwp-cart-col.m2 {
        width: 16.66666% !important
    }

    .pdwp-cart-col.m3, .pdwp-cart-quarter {
        width: 24.99999% !important
    }

    .pdwp-cart-col.m4, .pdwp-cart-third {
        width: 33.33333% !important
    }

    .pdwp-cart-col.m5 {
        width: 41.66666% !important
    }

    .pdwp-cart-col.m6, .pdwp-cart-half {
        width: 49.99999% !important
    }

    .pdwp-cart-col.m7 {
        width: 58.33333% !important
    }

    .pdwp-cart-col.m8, .pdwp-cart-twothird {
        width: 66.66666% !important
    }

    .pdwp-cart-col.m9, .pdwp-cart-threequarter {
        width: 74.99999% !important
    }

    .pdwp-cart-col.m10 {
        width: 83.33333% !important
    }

    .pdwp-cart-col.m11 {
        width: 91.66666% !important
    }

    .pdwp-cart-col.m12 {
        width: 99.99999% !important
    }
}

@media only screen and (min-width: 993px) {
    .pdwp-cart-col.l1 {
        width: 8.33333% !important
    }

    .pdwp-cart-col.l2 {
        width: 16.66666% !important
    }

    .pdwp-cart-col.l3, .pdwp-cart-quarter {
        width: 24.99999% !important
    }

    .pdwp-cart-col.l4, .pdwp-cart-third {
        width: 33.33333% !important
    }

    .pdwp-cart-col.l5 {
        width: 41.66666% !important
    }

    .pdwp-cart-col.l6, .pdwp-cart-half {
        width: 49.99999% !important
    }

    .pdwp-cart-col.l7 {
        width: 58.33333% !important
    }

    .pdwp-cart-col.l8, .pdwp-cart-twothird {
        width: 66.66666% !important
    }

    .pdwp-cart-col.l9, .pdwp-cart-threequarter {
        width: 74.99999% !important
    }

    .pdwp-cart-col.l10 {
        width: 83.33333% !important
    }

    .pdwp-cart-col.l11 {
        width: 91.66666% !important
    }

    .pdwp-cart-col.l12 {
        width: 99.99999% !important
    }
}
