.mobile_product_wrap {
    padding: 2rem;
    margin: 1rem;
    border: 1px solid #a37b16;
    display: flex;
    align-items: center;
}
.mobile_product_photo {
    width:100%;
}
.mobile_product_wrap h5 {
    text-align:left;
    font-weight: 300;
    text-transform: uppercase;
}
.mobile_product_wrap span {
    display:flex;
    flex-direction: column;
    margin-left: 50px;
}
.mobile_product_wrap span h6 {
    text-transform: uppercase;
    font-weight: 300;
}
.mobile_product_wrap img {
    max-width:50px;
}
/* The Modal (background) */

  
/* The Close Button */
.close {
position: absolute;
right: 10px;
top: 10px;
color:#fff;
}

.close:hover,
.close:focus {
color: #a37b16;
text-decoration: none;
cursor: pointer;
}
.modal-dialog {
z-index: 1041;
}
.modal-header {
    padding: 0;
}
.mob .modal-dialog {
    margin: 0;
}
.mob .modal-content {
    text-align: center;
    background-color: #fefefe;
    margin:  20% 5%; /* 15% from the top and centered */
}
.mob .modal-body {
    padding: 0;
}
.mob .modal-footer {
    text-align:center;
    padding: 20px 0 0 0;
}
.mob .generic_price_tag {
    color: #272727;
    font-family: Montserrat, sans-serif;
}
.mob .generic_price_btn {
    background: #a37b16;
    padding: 20px 0;
}
.mob .generic_price_btn a {
    font-family: Montserrat, sans-serif;
    color: #fff!important;
    font-size: 20px;
    text-transform: uppercase;
}
.mob .generic_product_size {
    padding: 1rem!important;
}
.pre-text {
    text-transform: uppercase;
}
.mob-only {
    display:none;
}

.form-section {
 padding-top: 100px;   
 padding-bottom: 100px;
}
