.mt-fbt-heading {
    margin: 0;
    width: 100%;
    line-height: 3;
}

.mt-fbt-additional-text {
    margin-top: 5px;
    margin-bottom: 15px;
}

.mt-fbt-additional-text p {
    margin: 0;
}

.mt-fbt-form a {
    text-decoration: none;
}

.mt-fbt-item {
    display: flex;
}

.mt-fbt-item .mt-fbt-check-input {
    margin-top: 5px;
    margin-right: 5px;
}

.mt-fbt-item-price {
    color: #ca1e1e;
}

.mt-fbt-plus {
    margin: 0 10px;
    font-size: 30px;
    font-weight: bold;
    display: inline-block;
}

.mt-fbt-price-label {
    color: #585858;
    font-weight: bold;
}

.mt-fbt-image-box {
    display: flex;
    /* flex-wrap: wrap; */
    align-items: center;
}

.mt-fbt-price-ammount {
    padding-right: 10px;
}

.mt-fbt-image {
    line-height: 0;
    display: inline-block;
    margin-right: 24px;
    position: relative;
}

.mt-fbt-image img {
    border: 1px solid #afafaf;
}

.mt-fbt-total-price {
    margin: 15px 0;
}

.mt-fbt-total-price-ammount {
    color: #ca1e1e;
}

.mt-fbt-button {
    background-color: #FA8900;
    border: 1px solid transparent;
    color: #fff;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
}

.mt-fbt-check-label {
    margin-right: 5px;
}

.mt-fbt-check-label span a {
    margin-right: 0;
}

.mt-fbt-form-v1 .mt-fbt-top-box {
    display: block;
    margin-bottom: 20px;
}

.mt-fbt-items {
    margin-bottom: 10px;
}

.mt-fbt-form-v1 .mt-fbt-image-box {
    margin-right: 20px;
    margin-bottom: 0px;
}

.mt-fbt-form-v1 .mt-fbt-item:not(:last-child) , .mt-fbt-form-v3 .mt-fbt-item:not(:last-child) {
    margin-bottom: 10px;
}

.mt-fbt-form-v2 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.mt-fbt-form-v2 .mt-fbt-additional-text {
    width: 100%;
}

.mt-fbt-form-v2 .mt-fbt-image {
    max-width: 240px;
    padding: 20px;
    background-color: #add8e6;
    height: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.mt-fbt-image img {
    width: 130px;
    height: 100%;
}

.mt-fbt-form-v2 .mt-fbt-item {
    line-height: normal;
    margin-top: 10px;
}

.mt-fbt-form-v2 .mt-fbt-image-box {
    align-items: flex-start;
    margin-right: 40px;
    overflow: hidden;
}

.mt-fbt-form-v2 .mt-fbt-plus {
    align-self: center;
}

.mt-fbt-form-v2 .mt-fbt-price-box {
    width: 240px;
    padding: 20px;
    background-color: #add8e6;
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: 10px;
}

.mt-fbt-form-v2 .mt-fbt-total-price span {
    display: block;
}

.mt-fbt-form-v2 .mt-fbt-item-rating {
    margin-top: 5px;
    margin-left: 20px;
}

.mt-fbt-form-v3 .mt-fbt-image-box {
    margin-bottom: 20px;
}

.mt-fbt-form-v3 .mt-fbt-total-price .mt-fbt-total-price-label,
.mt-fbt-form-v3 .mt-fbt-total-price .mt-fbt-price-label {
    display: block;
}

.mt-fbt-form-v3 .mt-fbt-total-price .mt-fbt-discount-badge {
    background-color: #ca1e1e;
    display: table;
    padding: 6px 12px;
    border-radius: 4px;
    color: #fff;
    position: relative;
    margin-top: 10px;
}

.mt-fbt-form-v3 .mt-fbt-total-price .mt-fbt-discount-badge:before {
    content: "";
    position: absolute;
    top: -18px;
    left: 10px;
    border: 10px solid transparent;
    border-bottom-color: #ca1e1e;
}

.mt-fbt-form-v3 .mt-fbt-price-box {
    margin-bottom: 20px;
}


/* Plus icon */

.add_plus_icon + .add_plus_icon:before {
    content: " + ";
    font-weight: bold;
    font-size: 23px;
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translate(-50%, -50%);
}

.viewProductModal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 140px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}


/* Modal Content */

.fbt-modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
}


/* The Close Button */

.variation_close {
    color: #aaaaaa;
    float: right;
    font-size: 14px;
    font-weight: bold;
}

.variation_close:hover,
.variation_close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.variation_product,
.variations {
    width: 49%;
}

.variation_option select {
    border-radius: 5px;
    padding: 7px 3px;
    width: 100%;
}

.add_product {
    width: 100% !important;
    margin-top: 20px !important;
}

.add_product button {
    padding: 7px 0px !important;
    width: 100% !important;
    border-radius: 5px !important;
    background: black !important;
    color: white !important;
    border: none;
}

.variation {
    display: flex;
}

.variations {
    padding: 0px 20px;
}

.variation_option {
    margin-bottom: 20px;
}

@media (max-width:700px) {
    .variation {
        display: block;
    }
}

@media (max-width: 767px) {
    .variation_product,
    .variations {
        width: 100% !important;
    }
}

.mt-regular-price {
    opacity: 0.7;
    padding-right: 5px;
}

.variation_value {
    text-transform: capitalize;
}

.in_stock_number p {
    margin: 0px 0px;
    font-size: 15px;
    color: grey;
}

.product_availability {
    font-size: 15px;
    color: #5e5959;
}

.mt-fbt-item * {
    line-height: normal;
}

#variation_product_name {
    text-transform: uppercase;
    font-weight: 700;
    color: #2e2a2a;
    text-align: center;
}

.product_attribute , .variable_product_label {
    text-transform: capitalize;
}

.in_stock_number {
    padding: 5px 0px;
}

/*# sourceMappingURL=main.css.map */