.single-product .site-inner{
    background: #F1DECE;
   clear: both;
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
    width: 100%;
    overflow: hidden;
}
.single-product .site-inner main.content {
    max-width: 1680px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    display: block;
    padding: 6% 40px 10% 40px;
    position: relative;
}
.single-product .site-inner main.content > article {
    color: #004156;
    max-width: 1200px;
    margin: 80px auto 0;
    width: 100%;
}
div.woocommerce {
background: #004156;
    padding: 50px;
    color: #fff;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    font-size: 18px;
    overflow: hidden;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
    padding: 10px 20px;
    font-size: 18px;
}

.woocommerce-page .woocommerce-checkout>.col2-set {
    float: left;
    width: 100%;
}
.woocommerce-page .woocommerce-checkout h3#order_review_heading {
    float: right;
    width: 100%;
}
.woocommerce-page .woocommerce-checkout #order_review {
    float: right;
    width: 100%;
}

.woocommerce div.product p.price {
    font-size: 24px !important;
}
.woocommerce div.product p.price > .duration {
    display: none;
}
section.coupon-wrapper {
    margin-top: 80px;
}

.number_of_hours .nf-input-limit {
    display: none;
}
section.coupon-wrapper {
    margin-top: 40px;
    width: 100%;
    float: left;
}
.page-template-default.woocommerce-checkout .site-inner main.content > article,
.page-template-default.woocommerce-checkout .site-inner main.content > article{
    margin-top: 0;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: left;
    width: 100%;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: right;
    width: 100%;
    margin-top: 30px;
}
.hba_checkout_left {
    float: left;
    width: 47%;
}
.hba_checkout_right {
    float: right;
    width: 47%;
}
.form-row.place-order {
    color: #000;
    font-size: 16px;
}
.select2-results__option {
    font-size: 18px !important;
}
.woocommerce table.shop_table {
    border: 1px solid rgba(255,255,255,0.5);
}
tbody {
    border-bottom: 1px solid rgba(255,255,255,0.5);
}
.woocommerce table.shop_table td {
    border-top: 1px solid rgba(255,255,255,0.5)
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    border-top: 1px solid rgba(255,255,255,0.5)
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #004156;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    padding: 13px 50px;
    border:  2px solid #004156;
    font-weight: 500;
    text-shadow: none;
    font-size: 20px;
}
.woocommerce .wc-proceed-to-checkout a.button.alt {
    background-color: #fff;
    color: #004156;
    padding: 15px 50px;
    border: 2px solid #004156;
    font-weight: 500;
    text-shadow: none;
    font-size: 20px;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #ffffff;
    border:  2px solid #004156;
    color: #004156;
}
.select2-container .select2-selection--single {
    padding: 5px 10px;
    height: auto;
}
.woocommerce .cart .button, .woocommerce .cart input.button {
    float: none;
    background-color: #fff;
    color: #004156;
    padding: 15px 50px;
    border: 2px solid #004156;
    font-weight: 500;
    text-shadow: none;
    font-size: 20px;
}
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    float: left;
    box-sizing: border-box;
    border: 1px solid #d3ced2;
    padding: 13px 20px;
    margin: 2px 4px 0 0;
    outline: 0;
    width: 200px;
    font-size: 18px;
    border-radius: 0;
    line-height: 1;
}
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
    color: inherit;
    cursor: not-allowed;
    opacity: .5;
    padding: 15px 50px;
    color: #004156;
}

.hba_product_grid {
    background: #004156;
    color: #fff;
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 40px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    font-size: 16px;
}
.hba_product_grid_wrap {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}
.hba_product_image {
    width: 45%;
    float: left;
    display: block;
}
.hba_product_image img {
    display: block;
    width: 100%;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
}
.hba_product_content {
    width: 50%;
    display: block;
    position: relative;
    float: right;
}
.hba_product_content h2{
    color:  #fff;
}
dl.variation {
    font-size: 14px;
    line-height: 1.6;
    font-style: italic;
}
.hba_product_content em.service_field_desc {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.5;
}

div.woocommerce h3 {
    color: #fff;
}


.myaccount_template .hba_section_header_img {
    height: auto;
    width: 100%;
    position: relative;
    overflow: hidden
}
.myaccount_template  .hba_home_header_image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
    height: 100%;
    width: 100%;
    position: absolute;
}
.myaccount_template  .hba_curve1 {
    position: absolute;
    bottom: -20px;
    width: 100%;
}
.myaccount_template .hba_home_header_content {
    position: relative;
    height: 100%;
    display: block;
    width: 100%;
    max-width: 1680px;
    margin: 0 auto
}
.myaccount_template .hba_home_header_content_wrap {
    height: 100%;
    width: 100%;
    display: block;
    vertical-align: middle;
    padding: 0 40px;
}
.myaccount_template .hba_home_header_title {
    max-width: 50%;
    width: 100%;
    float: left;
    margin-top: 20%;
    padding-bottom: 20%;
}
.myaccount_template .hba_home_header_title h1 {
    font-size: 50px;
    color: #fff;
    line-height: 1;
}
.myaccount_template .hba_home_header_title p{
    color: #fff;
    font-size: 22px;
}
.myaccount_template  .hba_home_header_title a.button {
    font-family: 'bebasregular';
    background: #FFFFFF;
    border-color: #fff;
    color: #E6A719;
    font-size: 25px;
    font-weight: normal;
    margin-top: 15px;
}

.myaccount_template div.woocommerce{
    background: transparent !important;
    padding: 0;
    border-radius: 0;  
}
.myaccount_template div.woocommerce button.button {
    font-family: 'bebasregular';
    background: #FFFFFF;
    border-color: #fff;
    color: #E6A719;
    font-size: 25px;
    font-weight: normal;
    margin-top: 15px;
}
.myaccount_template div.woocommerce a{
    color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 100%;
    font-size: 18px;
    height: 400px;
    overflow-y: auto;
}
.woocommerce-account .woocommerce-MyAccount-content p{
    font-size: 18px;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    display: block;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    display: inline-block;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 5px 10px;
    margin-bottom: 10px;
    border: 1px solid #004156;
    background: #004156;
    color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:focus{
    border: 1px solid #fff;
    background: #fff;
    color: #004156;
}
tr.woocommerce-table__line-item.order_item ul.wc-item-meta strong {
    color: #fff;
}
.woocommerce ul.order_details li strong {
    color: #fff !important;
}
td.woocommerce-table__product-name.product-name > ul {
    margin-bottom: 0;
}
td.woocommerce-table__product-name.product-name strong{
    color: #fff;
}
.woocommerce form .form-row strong {
    color: #fff;
}
.woocommerce-checkout #payment ul.payment_methods li label {
    color: #000;
}
@media only screen and (max-width: 1024px){
.myaccount_template .hba_home_header_title {
    max-width: 100%;
    width: 100%;
    float: left;
    margin-top: 30%;
    padding-bottom: 20%;
}
.myaccount_template .hba_home_header_image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;
    position: absolute;
}
.myaccount_template .genesis-nav-menu a {
    color: #BB703E;
}
}

@media only screen and (max-width: 768px){
.hba_checkout_left {
    float: left;
    width: 100%;
}
.hba_checkout_right {
    float: right;
    width: 100%;
}
.hba_product_image {
    width: 100%;
    float: left;
    display: block;
    margin-bottom: 50px;
}
.hba_product_content {
    width: 100%;
}
}