.calc_btn {
    color: #fff !important;
    background: #722163;
    width: 100%;
    margin: 0 auto;
    padding: 63px 20px;
    font-size: 26px;
    line-height: 26px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
    cursor: pointer;
    transition: all .15s ease-in-out;
    display: grid;
    place-items: center;
    flex: 1;
}

.calc_btn.calc_btn2 {
    background: #a9c444;
    margin: 0;
}

.calc_btn:hover {
    background-color: #6f6f6f;
}

.calc_modal {
    display: none;
    z-index: 1060;
    position: fixed;
    width: 1000px;
    background: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.calc_backdrop {
    background: rgba(0, 0, 0, 0.15);
    z-index: 1050;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    display: none;
}

.calc_modal_body {
    margin: 20px;
    display: flex;
}

.calc_modal_close {
    font-size: 24px;
    color: #212121;
    cursor: pointer;
    position: absolute;
    top: 3px;
    right: 5px
}

.calc_modal_close:hover {
    color: #575757;
}

.product_wrap.m_calc {
    background: none !important;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    height: 100%
}

.calc_modal_body .owl-item {
    margin-right: 2px;
}

.calc_modal_body .owl-buttons .owl-next, .calc_modal_body .owl-buttons .owl-prev {
    top: 31%;
}

.calc_modal_body .owl-theme .owl-controls .owl-buttons div {
    opacity: .7;
}

.calc_modal_body .owl-prev:before {
    right: -26px;
}

.calc_modal_body .owl-next:before {
    right: 8px;
}

.calc_modal_body .owl-next:before, .calc_modal_body .owl-prev:before {
    color: #fff;
    font-size: 55px;
}

.calc_modal_body .owl-controls.clickable {
    position: static;
}

.calc_modal_body .product_title, .calc_modal_body .product_title.pc {
    color: #702965;
    margin-top: 0;
    font-weight: normal;
    font-size: 25px;
    line-height: 29px !important;
    text-transform: none;
}

.calc_modal_body .product_sku_wr {
    float: left;
    margin-right: 30px;
}

.calc_modal_body .raiting_container {
    margin-top: 10px;
    padding-top: 0;
    height: 32px;
}

.calc_modal_body .mod_rating_star {
    float: left;
    height: 22px;
    top: -1px;
}

.calc_modal_body .owl-item .item {
    width: 100%;
}

.calc_modal_body .addtocart-bar {
    max-width: 362px;
    margin: 0 auto;
}

.calc_modal_body .productdetails .addtocart-bar .form-group .addtocart-button {
    margin-top: 10px;
}

.calc_modal_body .product-field-type-S .selectboxit-container .selectboxit {
    width: 100% !important;
}

.calc_modal_body .product-field-type-S .selectboxit-container {
    float: right;
    width: 100%;
}

.calc_modal_body .product-field-type-S .product-field-display {
    width: 60%;
}

.calc_modal_body .product-field-type-S .product-fields-title {
    font-weight: bold;
    color: #000;
}

.calc_modal_body .product-field-type-S .selectboxit-text {
    color: #6c6c6c;
    font-weight: normal;
}

.calc_modal_body .product_price-wrap {
    background: #F7F7F7;
}

.calc_modal_body .product_price {
    line-height: 19px !important;
}

.calc_modal_body .product-field.product-field-type-S {
    background: #fff;
}

.calc_modal_body .product-fields {
    padding-bottom: 0;
    margin-bottom: 10px;
}

.calc_modal_body .raiting_container .mod_rating_star:after {
    color: #eeee00;
}

.calc_price {
    text-align: center;
}

.calc_lbl {
    font-weight: bold;
}

.calc_modal_body.productdetails .addtocart-bar .form-group .addtocart-button {
    margin-top: 0;
}

.calc_length_wr {
    margin-top: 10px;
}

.calc_length_wr input {
    width: 70px;
    padding: 5px;
    font-size: 14px;
    margin-right: 5px;
}

.calc_calc {
    padding: 10px 0;
    background: #E1E0E1;
    color: #000 !important;
    margin-bottom: 15px;
}

.calc_clear {
    clear: both;
    height: 12px;
}

@media (max-width: 756px) {
    .calc_btn {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .calc_modal {
        width: 90%;
        height: 90%;
        overflow-y: auto;
    }

    .calc_modal_body .owl-theme .owl-wrapper-outer {
        margin-bottom: 20px;
    }

    .calc_modal_body .owl-theme .owl-controls .owl-page span {
        width: 22px;
        height: 22px;
        margin: 5px 4px;
        background: #702965;
    }

    .calc_modal_body {
        display: block;
        margin-left: 0;
        margin-right: 0;
    }

    body .calc_modal_body .product_title {
        font-size: 20px;
        line-height: 24px;
        margin: 25px 0 30px 0;
        color: #702965;
        text-transform: none;
    }

    .calc_modal_body .product_sku_wr {
        float: none;
    }

    .calc_length_wr {
        margin-bottom: 20px;
    }

    .calc_modal_body .addtocart-button {
        width: 100% !important;
    }
}