/*-----------------------------------------------------------------------------------------*/
/*	Product info new paragraph item   */                                                                  
/*-----------------------------------------------------------------------------------------*/
  
  .region_type_product_info {
    padding: 3.43rem;
    text-align: center;
  }
  
  .region_type_product_info .wrapper1 {
    text-align: left;
    margin: 0 auto;
    max-width: 93.14rem;
  }
   
  .region_type_product_info .image img {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
  }
  
  .region_type_product_info .text {
    padding-top: 3.43rem; 
  }
  
  .region_type_product_info .text > *:first-child {
    margin-top: 0px;
  }
  
  .region_type_product_info .text > *:last-child {
    margin-bottom: 0px;
  }
  
  .region_type_product_info .text img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
  }
  
  .region_type_product_info .buttons {
    margin: -0.42875rem !important;
    font-size: 0px;
  }
 
 .region_type_product_info .buttons .order_now {
   display: inline-block;
   vertical-align: top;
   padding: 0.42875rem;
   font-size: 1.0rem;
 }
 
  .region_type_product_info .startingat_button {
    display: inline-block;
    vertical-align: top;
    padding: 0.42875rem;
    font-size: 1.0rem;
  } 
  
  .region_type_product_info .startingat_button .txt {
    padding: 1.2rem;
    text-transform: uppercase;
    color: #fff;
    font-weight: 900;
    line-height: 1.2rem;
    background-color: #373737;
    font-size: 1.39rem; 
    line-height: 1.2em;
  } 
  
  
  .region_type_product_info .buttons .order_now .button {
    line-height: 1.2em;
    font-size: 1.39rem;
  }
  
  .region_type_product_info .bisonAddToCart_wrapper_price {
    margin-top: 0.8575rem;
  }
  
  
  .region_type_product_info .form-actions {
    width: 100%;
    display: inline-block;
    margin: 0px;   
  }
  
  .region_type_product_info .form-actions .form-submit {
    width: 100%; 
  }
    
  
  @media only screen 
  and (min-width : 800px){
    
    .region_type_product_info .form-actions {
      width: auto; 
    }
    
  }
    
  @media only screen 
  and (min-width : 700px){
    
    .region_type_product_info .wrapper2:after {
      
      content: "";
      display: block;
      clear: both;
      width: 100%;
      height: 0px;
    
    }
    
    .region_type_product_info .wrapper2 > .image {
      float: right;
      width: 42%;
    }
    
    .region_type_product_info .wrapper2 > .text {
      float: left;
      width: 58%;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      padding: 0px 3.43rem 0px 0px;  
    } 
    
    .region_type_product_info .wrapper2 > .bisonAddToCart_wrapper_qtyattr.add_to_cart {
      float: left;
      width: 48%;
      padding: 0px;
    }
    
    .region_type_product_info .wrapper2 > .text.add_to_cart {
      float: left;
      width: 48%;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      padding: 0px 3.43rem 0px 0px;  
    } 
        
 
  }
  
/*-----------------------------------------------------------------------------------------*/
/*	End   */                                                                  
/*-----------------------------------------------------------------------------------------*/ 
