@keyframes wpcsb-spinner {
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes wpcsb-spinner {
    to {
        -webkit-transform: rotate(360deg);
    }
}

.wpcsb-wrapper {
    z-index: 999;
    width: 100%;
    display: flex;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 0;
    margin: 0;
    opacity: 0;
    transition: all 0.2s;
    transform: translate3d(0, 100%, 0);
}

.wpcsb-wrapper.wpcsb-active {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.wpcsb-wrapper.wpcsb-wrapper-top {
    transform: translate3d(0, -100%, 0);
    top: 0;
    bottom: auto;
    border-width: 0 0 1px 0;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}

.wpcsb-wrapper.wpcsb-wrapper-top.wpcsb-active {
    transform: translate3d(0, 0, 0);
}

.wpcsb-wrapper .wpcsb-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    padding: 15px;
    background-color: #ffffff;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #e5e5e5;
    -webkit-box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.05);
}

.wpcsb-wrapper .wpcsb-container .wpcsb-product {
    width: 100%;
    max-width: 1170px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-info {
    display: flex;
    align-items: center;
    flex-grow: 1;
}

.wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-info .wpcsb-product-image {
    width: 48px;
    flex: 0 0 48px;
    margin-right: 10px;
}

.wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-info .wpcsb-product-image img {
    width: 100%;
    height: auto;
}

.wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-info .wpcsb-product-data {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-info .wpcsb-product-data > div {
    margin-right: 10px;
}

.wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-info .wpcsb-product-name {
    flex-grow: 1;
    max-width: 260px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-info .wpcsb-product-btn .woosq-btn, .wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-info .wpcsb-product-btn .woosc-btn, .wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-info .wpcsb-product-btn .woosw-btn {
    margin-right: 5px;
}

.wpcsb-btn {
    margin-bottom: 0px !important;
}

.wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-action .wpcsb-add-to-cart {
    display: flex;
    align-items: center;
}

.wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-action .wpcsb-add-to-cart > div {
    margin-left: 5px;
}

.wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-action .single_add_to_cart_button {
    margin-bottom: 0;
}

.wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-action .wpcsb-variations {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-action .wpcsb-variations .wpcsb-variation-field {
    margin-right: 4px;
}

.wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-action .wpcsb-variations .wpcsb-variation-select {
    box-sizing: border-box;
    display: block;
    height: 32px;
    width: 90px !important;
    margin: 0 !important;
    padding: 0 20px 0 8px;
    line-height: 30px;
    border: 1px solid rgba(17, 10, 31, 0.2);
    border-radius: 8px;
    background-color: #ffffff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath fill='%23110A1F' fill-opacity='.5' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 9px 6px;
}

.wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-action .wpcsb-addon-fields {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-action .wpcsb-addon-fields > * {
    margin-right: 4px;
}

.wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-action .wpcsb-addon-fields > div,
.wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-action .wpcsb-addon-fields .hdpco-options-wrap,
.wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-action .wpcsb-addon-fields .hdpco-form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border: unset;
    border-radius: unset;
    background: unset;
    box-shadow: unset;
}

.wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-action .wpcsb-addon-fields .hdpco-field {
    flex: 0 0 auto;
    margin: 0 4px 0 0 !important;
}

.wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-action .wpcsb-addon-fields .hdpco-field-label,
.wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-action .wpcsb-addon-fields .hdpco-field-error {
    display: none;
}

.wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-action .wpcsb-addon-fields select.wpcsb-variation-select {
    box-sizing: border-box;
    display: block;
    height: 32px;
    margin: 0 !important;
    padding: 0 20px 0 8px;
    line-height: 30px;
    border: 1px solid rgba(17, 10, 31, 0.2);
    border-radius: 8px;
    background-color: #ffffff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath fill='%23110A1F' fill-opacity='.5' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 9px 6px;
}

.wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-action .wpcsb-addon-fields .wpcsb-addon-text-field {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-action .wpcsb-addon-fields .wpcsb-addon-counter {
    position: absolute;
    right: 6px;
    font-size: 10px;
    color: rgba(17, 10, 31, 0.4);
    pointer-events: none;
}

.wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-action .wpcsb-addon-fields input[type='text'],
.wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-action .wpcsb-addon-fields input[type='number'],
.wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-action .wpcsb-addon-fields input[type='email'],
.wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-action .wpcsb-addon-fields textarea {
    box-sizing: border-box;
    display: block;
    height: 32px;
    width: 90px !important;
    margin: 0 !important;
    padding: 0 8px;
    line-height: 30px;
    border: 1px solid rgba(17, 10, 31, 0.2);
    border-radius: 8px;
}

.wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-action .wpcsb-addon-fields input.wpcsb-has-counter {
    padding-right: 26px;
}

.wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-action .wpcsb-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    margin: 0 !important;
    padding: 0 16px !important;
    background-color: #5b20e6 !important;
    border: none !important;
    border-radius: 8px !important;
    color: #ffffff !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    white-space: nowrap;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(91, 32, 230, 0.25);
    transition: background-color 0.15s ease;
}

.wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-action .wpcsb-btn:hover,
.wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-action .wpcsb-btn:focus {
    background-color: #4c1abd !important;
    color: #ffffff !important;
}

.wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-action .wpcsb-btn span {
    color: inherit;
}

.wpcsb-disabled {
    opacity: 0.5 !important;
    cursor: not-allowed !important;
}

.wpcsb-addon-choice-field{
    margin:0px !important;
}

@media screen and (max-width: 767px) {
    .wpcsb-wrapper .wpcsb-container .wpcsb-product {
        flex-direction: column;
    }

    .wpcsb-wrapper .wpcsb-container .wpcsb-product-info,
    .wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-action {
        width: 100%;
    }

    .wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-action {
        margin-top: 10px;
    }

    .wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-action .wpcsb-add-to-cart {
        flex-wrap: wrap;
        width: 100%;
    }

    .wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-action .wpcsb-add-to-cart > div {
        margin-left: 0;
    }

    .wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-action .wpcsb-variations,
    .wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-action .wpcsb-addon-fields {
        flex: 1 0 100%;
        max-width: 100%;
        margin-bottom: 8px;
    }

    .wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-action .wpcsb-variations .wpcsb-variation-field,
    .wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-action .wpcsb-addon-fields .hdpco-field {
        width: 100% !important;
        margin: 0 0 8px 0 !important;
    }

    .wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-action .wpcsb-addon-fields > div,
    .wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-action .wpcsb-addon-fields .hdpco-options-wrap,
    .wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-action .wpcsb-addon-fields .hdpco-form {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }

    .wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-action .wpcsb-addon-fields .hdpco-field-label {
        display: block !important;
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.02em;
        color: rgba(17, 10, 31, 0.6);
        margin-bottom: 4px;
    }

    .wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-action .wpcsb-variations .wpcsb-variation-select,
    .wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-action .wpcsb-addon-fields select.wpcsb-variation-select,
    .wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-action .wpcsb-addon-fields input[type='text'],
    .wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-action .wpcsb-addon-fields input[type='number'],
    .wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-action .wpcsb-addon-fields input[type='email'],
    .wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-action .wpcsb-addon-fields textarea {
        width: 100% !important;
    }

    .wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-action .wpcsb-addon-fields .wpcsb-addon-text-field {
        width: 100%;
        display: flex;
    }

    .wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-action .wpcsb-quantity {
        flex: 0 0 auto;
    }

    .wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-action .wpcsb-atc {
        flex: 1 1 auto;
    }

    .wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-action .wpcsb-btn {
        width: 100%;
    }
}

/*# sourceMappingURL=frontend.css.map */
