.bottom_spacing{
    margin-bottom: 15px;
}
.mt-2{
    margin-top: 20px;
}


.obt_products_links {
text-decoration: underline;
color: #000;
}

.obt_products_links:hover {
color: #d2232a;
}
.pui-custom-buttons.mf-initial {
justify-content: left;
}

/*bootstrap css*/
/* Container */
.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

/* Row */
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

/* Column padding */
[class*="col-md-"] {
    padding-right: 15px;
    padding-left: 15px;
}

/* Column sizes for medium screens and up */
@media (min-width: 768px) {
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-8 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-md-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
}


#qodef-woo-page  .woocommerce-product-details__short-description {
  font-size: 16px;
  color: #d50000;
  margin-top: 2px !important;
}
#qodef-woo-page .woocommerce-Price-amount.amount {
  font-size: 30px;
  color: #974f4f;
}



/*-------*/
.product-info-main .question h2 {
  font-size: 25px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.24;
  letter-spacing: 0.5px;
  text-align: left;
  color: #763231;
  font-family: inherit !important;
  margin: 0px;
    margin-top: 0px;
  margin-top: 20px;
  text-align: center;
  padding-top: 10px;
  border-top: 1px solid #060606;
}

.question p {
/*  font-style: italic;*/
  color: #393938;
  font-size: 13px;
  margin: 0;
  text-align: center;
  font-weight: bold;
}


.form_select_input {
  width: 60%;
  border-radius: 5px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .06);
  border: solid 1px #e9e9e9;
  background-color: #fff;
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  text-align: left;
  color: #777;
  font-family: 'Work Sans';
  height: 43px;
  cursor: pointer;
}

.simple_pro_obt_btn{
    height: 45px;
    margin-right: 10px;
    padding: 10px 15px !important;
}


.loading-mask {position: absolute;display: flex;justify-content: center;top: 0;left: 0;right: 0;bottom: 0;width: 100%;height: 100%;background-color: #ffffffed;z-index: 99;}
.loading-mask .popup-loading {position: relative;top: 13%;}

.product_input_qty{
        border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding-left: 10px;
    width: 50%;
}

.label_2{
    font-size: 25px;
    font-weight: 300;
    margin-top: 10px;
}



.custom-file-upload .update-file-btn {
  background: #ccc;
  color: #221f1f;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #978e8e;
}