.devvn-popup-quickbuy,
.devvn-popup-quickbuy * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.devvn-popup-content:after,
.devvn-popup-prod:after {
    content: "";
    display: table;
    clear: both;
}
a.devvn_buy_now_style {
    display: inline-block;
    overflow: hidden;
    clear: both;
    padding: 9px 0;
    border-radius: 4px;
    font-size: 18px;
    line-height: normal;
    text-transform: uppercase;
    color: #fff !important;
    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);
    margin: 0 0 20px;
    text-decoration: none;
    border-bottom: 0 !important;
    max-width: 350px;
    width: 100%;
}
a.devvn_buy_now_style:hover,
a.devvn_buy_now_style:focus {
    text-decoration: none !important;
    background: #f59000;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f59000), to(#fd6e1d));
    background: -webkit-linear-gradient(top, #fd6e1d, #f59000);
    background: -moz-linear-gradient(top, #fd6e1d, #f59000);
    background: -ms-linear-gradient(top, #fd6e1d, #f59000);
    background: -o-linear-gradient(top, #fd6e1d, #f59000);
    color: #fff;
}
a.devvn_buy_now_style span {
    display: block;
    font-size: 14px;
    color: #fff;
    text-transform: none;
    margin: 2px 0 0;
}
.devvn-popup {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 9999999999;
}
.devvn-popup-inner {
    min-height: 200px;
    min-width: 300px;
    width: 750px;
    top: 50%;
    left: 50%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 1);
    border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    background: #fff;
    overflow: hidden;
}
.devvn-popup-title {
    background: #c69a39;
    background: -moz-linear-gradient(top, #c69a39 0%, #c19a4b 100%);
    background: -webkit-linear-gradient(top, #c69a39 0%, #c19a4b 100%);
    background: linear-gradient(to bottom, #c69a39 0%, #c19a4b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c69a39',endColorstr='#c19a4b',GradientType=0);
    color: #fff;
    height: 42px;
    line-height: 42px;
    padding-left: 20px;
    padding-right: 40px;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
}
.devvn-popup-title span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.devvn-popup-content {
    padding: 10px;
}
.devvn-popup-close:focus {
    text-decoration: none;
    background-color: transparent;
}
.devvn-popup-close {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
    transition: ease 0.25s all;
    -moz-transition: ease 0.25s all;
    -webkit-transition: ease 0.25s all;
    text-align: center;
    line-height: 100%;
    color: #fff;
    background: url(../images/close.png) no-repeat center center;
    background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    overflow: hidden;
    text-indent: -9999px;
    border: 0 solid transparent;
    outline: none;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    margin: auto;
    padding: 0;
    min-height: inherit;
}
.devvn-popup-close:hover {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    background-color: transparent;
}
.devvn-popup-img {
    width: 100px;
    height: auto;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.devvn-popup-info {
    overflow: hidden;
    margin-bottom: 10px;
}
.devvn-popup-quickbuy {
    display: none;
    line-height: 20px;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3125;
}
span.devvn_title {
    font-size: 18px;
    color: #333;
    font-weight: 700;
    padding-bottom: 10px;
}
span.devvn_price {
    font-size: 16px;
    color: red;
    font-weight: 700;
    padding-bottom: 5px;
    display: block;
}
span.devvn_price del {
    font-size: 12px;
    color: #ccc;
    font-weight: 400;
}
span.devvn_price ins {
    text-decoration: none;
}
.devvn-popup-content-left {
    width: 50%;
    float: left;
    padding-right: 10px;
}
.devvn-popup-content-right {
    width: 50%;
    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: 12px;
    padding: 2px 5px;
    border: 1px solid #ccc;
    width: 100%;
    height: 26px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0;
    font-family: Tahoma, Arial, sans-serif;
    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#devvn_cusstom_info {
    margin-bottom: 0;
}
body .popup-customer-info-group textarea {
    height: 45px;
    min-height: inherit;
}
.popup-customer-info-group .devvn-order-btn {
    width: 100%;
    height: 36px;
    background: #c69a39;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    outline: none;
    position: relative;
    overflow: hidden;
    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: 0.5;
    pointer-events: none;
}
.popup-customer-info-group .devvn-order-btn.loading:after,
.popup_loading:after {
    -webkit-animation: devvn_spin 500ms infinite linear;
    animation: devvn_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 devvn_spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes devvn_spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.popup-customer-info-group .devvn-order-btn.loading {
    opacity: 1 !important;
    position: relative;
    color: rgba(255, 255, 255, 0.05);
    pointer-events: none !important;
}
.devvn_prod_variable a.contact_to_buy_ajax,
.devvn_prod_variable .single_add_to_cart_button {
    display: none !important;
}
.devvn_prod_variable .quantity .screen-reader-text {
    clip: inherit;
    height: inherit;
    position: absolute !important;
    width: inherit;
    white-space: nowrap;
    top: 6px;
    left: 0;
    font-size: 14px;
}
.devvn_prod_variable .quantity {
    padding-left: 84px;
    position: relative;
}
.devvn_prod_variable {
    margin: 0 0 20px;
}
.devvn_prod_variable .label {
    color: #333;
    font-size: 14px;
    padding-right: 10px !important;
}
.devvn_prod_variable .variations td {
    padding: 0 0 10px;
    vertical-align: text-bottom;
    border: 0;
}
.devvn-popup-quickbuy table.variations {
    margin: 0;
    border: 0;
}
.devvn_prod_variable a.reset_variations {
    margin: 0 0 0 10px;
}
.devvn_prod_variable span.price {
    color: #e03232;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
}
.devvn_prod_variable span.price ins {
    text-decoration: none;
}
.devvn_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;
}
[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_quickbuy_shipping_calc ul#shipping_method li,
.popup_quickbuy_shipping_calc ul#shipping_method li {
    padding: 0;
    margin: 0 0 5px;
    position: relative;
    text-indent: inherit;
    list-style: none;
}
.woocommerce .popup_quickbuy_shipping_calc ul#shipping_method li input,
.popup_quickbuy_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_quickbuy_shipping_calc ul#shipping_method li label,
.popup_quickbuy_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_quickbuy_shipping_calc ul#shipping_method li label:after,
.woocommerce .popup_quickbuy_shipping_calc ul#shipping_method li label:before,
.popup_quickbuy_shipping_calc ul#shipping_method li label:after,
.popup_quickbuy_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_quickbuy_shipping_calc ul#shipping_method li input:checked ~ label:before,
.popup_quickbuy_shipping_calc ul#shipping_method li input:checked ~ label:before {
    border: 1px solid #fd7518;
}
.woocommerce .popup_quickbuy_shipping_calc ul#shipping_method li input:checked ~ label:after,
.popup_quickbuy_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_quickbuy_shipping {
    display: flex;
}
.popup_quickbuy_shipping_title {
    padding-right: 10px;
}
.popup-customer-info-group .devvn_quickbuy_mess label.error {
    display: block !important;
    font-weight: 400;
    color: red;
}
.popup_quickbuy_total_calc {
    font-weight: 700;
}
.devvn-popup-prod {
    display: table;
    width: 100%;
    margin-bottom: 15px;
}
.devvn-popup-img {
    display: table-cell;
    float: none;
    vertical-align: middle;
    margin: 0;
}
.devvn-popup-info {
    display: table-cell;
    float: none;
    overflow: inherit;
    vertical-align: middle;
    padding-left: 10px;
}
@media (max-width: 750px) {
    .devvn-popup-inner {
        width: 500px;
    }
    .devvn-popup-content-left,
    .devvn-popup-content-right {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
    .devvn-popup-content-left.popup_quickbuy_hidden_mobile {
        display: none !important;
    }
    .devvn-popup-content-left {
        margin-bottom: 20px;
    }
}
@media (max-width: 500px) {
    .devvn-popup-inner {
        width: 320px;
    }
}
