#quick-buy-button.single_buy_now_button {
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 7px 0;
    border-radius: 0;
    font-size: 16px;
    line-height: normal;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    background: #fd6e1d;
    background: -webkit-gradient(linear,0% 0%,0% 100%,from(#fd6e1d),to(#f59000));
    background: -webkit-linear-gradient(top,#f59000,#fd6e1d);
    background: -moz-linear-gradient(top,#f59000,#fd6e1d);
    background: -ms-linear-gradient(top,#f59000,#fd6e1d);
    background: -o-linear-gradient(top,#f59000,#fd6e1d);
    border: 0;
}

#quick-buy-button.single_buy_now_button span {
    font-size: 13px;
    display: block;
    text-transform: initial;
    font-weight: normal;
    padding-top: 3px;
}

#poka-quick-buy-popup .single_buy_now_button, #poka-quick-buy-popup .single_callnow_button {
    display: none;
}

.poka-popup-quick_buy,
.poka-popup-quick_buy * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.poka-popup-title {
    background: var(--primary-color);
    color: #fff;
    height: 48px;
    line-height: 48px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
}

.poka-popup-title span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.poka-popup-content {
    width: 100%;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 15px;
}

.poka-popup-info {
    overflow: hidden;
    margin-bottom: 10px
}


span.poka_title {
    display: block;
    font-size: 18px;
    color: #333;
    font-weight: 700;
    padding-bottom: 5px;
}

span.poka_price {
    font-size: 16px;
    color: red;
    font-weight: 700;
    padding-bottom: 5px;
    display: block
}

span.poka_price del {
    font-size: 12px;
    color: #ccc;
    font-weight: 400
}

span.poka_price ins {
    text-decoration: none
}

.poka-popup-content-left {
    width: 40%;
    padding-right: 10px;
}

.poka-popup-content-right {
    width: 60%;
    float: right;
    padding-left: 10px;
}

.popup-customer-info-title {
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
    font-weight: 700
}

.popup-customer-info-group {
    width: 100%;
    margin-bottom: 6px
}

.popup-customer-info-item-13 {
    width: 30%;
    float: left
}

.popup-customer-info-item-23 {
    width: 70%;
    float: left
}

.popup-customer-info-group:after {
    display: block;
    content: " ";
    clear: both
}

.popup-customer-info-item-2 {
    width: 50%;
    float: left
}

.popup-customer-info-group .popup-customer-info-item-2:first-child,
.popup-customer-info-item-13 {
    padding-right: 3px
}

.popup-customer-info-group .popup-customer-info-item-2:last-child,
.popup-customer-info-item-23 {
    padding-left: 3px
}

body .popup-customer-info-group input,
body .popup-customer-info-group select,
body .popup-customer-info-group textarea {
    font-size: 14px;
    padding: 5px 5px;
    border: 1px solid #ccc;
    width: 100%;
    height: 36px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0;
    background: #fff;
}

body .popup-customer-info-group input:focus,
body .popup-customer-info-group select,
body .popup-customer-info-group textarea:focus {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none
}

form#poka_cusstom_info {
    margin-bottom: 0
}

body .popup-customer-info-group textarea {
    height: 45px;
    min-height: inherit
}

.popup-customer-info-group .poka-order-btn {
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    border: none;
    border-radius: 2px;
    outline: none;
    margin: 0;
    padding: 0;
}

.popup-customer-info-group .error {
    border-color: red
}

.popup-customer-info-group label.error {
    display: none !important
}

.popup_loading {
    position: relative;
    opacity: .5;
    pointer-events: none
}

.popup-customer-info-group .poka-order-btn.loading:after,
.popup_loading:after {
    -webkit-animation: poka_spin 500ms infinite linear;
    animation: poka_spin 500ms infinite linear;
    border: 2px solid #fff;
    border-radius: 32px;
    border-right-color: transparent !important;
    border-top-color: transparent !important;
    content: "";
    display: block;
    height: 16px;
    top: 50%;
    margin-top: -8px;
    left: 50%;
    margin-left: -8px;
    position: absolute;
    width: 16px
}

.popup_loading:after {
    border: 2px solid #c29a44
}

@-webkit-keyframes poka_spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes poka_spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.popup-customer-info-group .poka-order-btn.loading {
    opacity: 1 !important;
    position: relative;
    color: rgba(255, 255, 255, 0.05);
    pointer-events: none !important
}

.poka_prod_variable a.contact_to_buy_ajax,
.poka_prod_variable .single_add_to_cart_button {
    display: none !important
}



.poka_prod_variable {
    margin: 0 0 20px
}

.poka_prod_variable .label {
    color: #333;
    font-size: 14px;
    padding-right: 10px !important
}

.poka_prod_variable .variations td {
    padding: 0 0 10px;
    vertical-align: text-bottom;
    border: 0
}

.poka-popup-quick_buy table.variations {
    margin: 0;
    border: 0
}

.poka_prod_variable a.reset_variations {
    margin: 0 0 0 10px
}

.poka_prod_variable span.price {
    color: #e03232;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px
}

.poka_prod_variable span.price ins {
    text-decoration: none
}

.poka_prod_variable span.price del {
    color: #ccc;
    font-weight: 400;
    font-size: 12px
}

.popup-customer-info-radio label {
    display: inline-block;
    font-weight: 400;
    position: relative;
    cursor: pointer;
    margin: 0
}

.popup-customer-info-radio label input {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.popup-customer-info-radio label span:before,
.popup-customer-info-radio label span:after {
    width: 16px;
    height: 16px;
    content: "";
    position: absolute;
    border: 1px solid #a6a6a6;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    top: 1px;
    left: 0
}

.popup-customer-info-radio label span {
    padding-left: 23px
}

.popup-customer-info-radio label input:checked~span:before {
    border: 1px solid #fd7518
}

.popup-customer-info-radio label input:checked~span:after {
    background: #fd7518;
    border: 1px solid #fd7518;
    width: 8px;
    height: 8px;
    top: 5px;
    left: 4px
}

.popup-customer-info-radio label~label {
    margin-left: 20px
}

.popup-message.success {
    background-color: #fff;
    text-align: center;
    width: 100%;
}

[class*="popup-customer-info-item-3-"] {
    width: 33.333%;
    float: left
}

.popup-customer-info-item-3-13 {
    padding-right: 2px
}

.popup-customer-info-item-3-23 {
    padding-right: 2px
}

.woocommerce .popup_quick_buy_shipping_calc ul#shipping_method li,
.popup_quick_buy_shipping_calc ul#shipping_method li {
    padding: 0;
    margin: 0 0 5px;
    position: relative;
    text-indent: inherit;
    list-style: none
}

.woocommerce .popup_quick_buy_shipping_calc ul#shipping_method li input,
.popup_quick_buy_shipping_calc ul#shipping_method li input {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.woocommerce .popup_quick_buy_shipping_calc ul#shipping_method li label,
.popup_quick_buy_shipping_calc ul#shipping_method li label {
    font-weight: 400;
    display: block;
    cursor: pointer;
    position: relative;
    padding: 0 0 0 23px;
    margin: 0
}

.woocommerce .popup_quick_buy_shipping_calc ul#shipping_method li label:after,
.woocommerce .popup_quick_buy_shipping_calc ul#shipping_method li label:before,
.popup_quick_buy_shipping_calc ul#shipping_method li label:after,
.popup_quick_buy_shipping_calc ul#shipping_method li label:before {
    width: 16px;
    height: 16px;
    content: "";
    position: absolute;
    border: 1px solid #a6a6a6;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    top: 1px;
    left: 0
}

.woocommerce .popup_quick_buy_shipping_calc ul#shipping_method li input:checked~label:before,
.popup_quick_buy_shipping_calc ul#shipping_method li input:checked~label:before {
    border: 1px solid #fd7518
}

.woocommerce .popup_quick_buy_shipping_calc ul#shipping_method li input:checked~label:after,
.popup_quick_buy_shipping_calc ul#shipping_method li input:checked~label:after {
    background: #fd7518;
    border: 1px solid #fd7518;
    width: 8px;
    height: 8px;
    top: 5px;
    left: 4px
}

.popup-customer-info-item-1 {
    overflow: hidden
}

.popup_quick_buy_shipping {
    display: flex
}

.popup_quick_buy_shipping_title {
    padding-right: 10px
}

.popup-customer-info-group .poka_quick_buy_mess label.error {
    display: block !important;
    font-weight: 400;
    color: red
}

.popup_quick_buy_total_calc {
    font-weight: 700
}

.poka-popup-prod {
    margin-bottom: 15px;
}

.poka-popup-img {
    text-align: center;
    margin-bottom: 15px;
}

.poka-popup-img img {
    text-align: center;
    width: 153px;
}

.poka-popup-info {
    display: table-cell;
    float: none;
    overflow: inherit;
    vertical-align: middle;
    padding-left: 10px
}

@media (max-width: 750px) {
    .poka-popup-inner {
        width: 500px
    }

    .poka-popup-content-left,
    .poka-popup-content-right {
        width: 100%;
        padding-right: 0;
        padding-left: 0
    }

    .poka-popup-content-left.popup_quick_buy_hidden_mobile {
        display: none !important
    }

    .poka-popup-content-left {
        margin-bottom: 20px
    }
}

@media (max-width: 500px) {
    .poka-popup-inner {
        width: 320px
    }
}