.archive.post-type-archive-product  .site-inner,
.archive.tax-product_cat  .site-inner{
    clear: both;
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
    width: 100%;
}

.single.single-product .site-inner{
    clear: both;
    margin: 0 auto;
    padding: 0;
    max-width: 1080px;
    width: 100%;
}


.hyp_product_inner {
    max-width: 1080px;
    margin: 0 auto 80px;
}
.woocommerce ul.products li.product .button {
    display: inline-block;
    margin-top: 1em;
    text-decoration: none;
    background: #ff8c00;
    padding: 14px 60px 14px 20px;
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0;
}
.woocommerce div.product form.cart .button{
    display: inline-block;
    margin-top: 1em;
    text-decoration: none;
    background: #ff8c00;
    padding: 14px 20px 14px 20px;
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0;
}
.woocommerce ul.products li.product .button:hover,
.woocommerce div.product form.cart .button:hover{
    color: #fff;
    background: #000000;   
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    padding: 0.5em 0;
    margin: 0;
    font-size: 1em;
    color: #000;
    font-family: Lato;
    font-style: normal;
    font-weight: 900;
    line-height: 120%;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.woocommerce ul.products li.product .price {
    color: #000;
}
.product_meta {
    display: none;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt{
    background-color: #ff8c00 !important;
}
.woocommerce div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0;
    font-size: 50px;
    margin-bottom: 0;
    font-weight: 700;
    letter-spacing: 0;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #ff8c00;
    font-size: 1.25em;
    font-weight: 700;
}

/* Booking form wrapper */
.wc-appointments-appointment-form {
    background-color: #fff;
    border: 1px solid #ddd;
    margin: 0 0 1em;
    padding: 1em 1em 0;
}

/* Month header */
.wc-appointments-date-picker .ui-datepicker-header {
    background-color: #fff;
}

/* Previous/Next month arrow */
.wc-appointments-date-picker .ui-datepicker .ui-datepicker-next, 
.wc-appointments-date-picker .ui-datepicker .ui-datepicker-prev {
    background-color: #fff;
}

/* Previous/Next month arrow hover */
.wc-appointments-date-picker .ui-datepicker .ui-datepicker-prev.ui-state-hover,
.wc-appointments-date-picker .ui-datepicker .ui-datepicker-next.ui-state-hover {
    background: rgba(0,0,0,.05);
}

/* Previous/Next month arrows if not allowed, and calendar dates that are not available */
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: 0.35;
}

/* Days of the week header */
.ui-datepicker-calendar thead {
    background-color: #fff;
}

/* Days of the week header */
.wc-appointments-date-picker .ui-datepicker th {
    color: #999;
    font-size: .6em;
    padding: .6em 0!important;
}

/* Available calendar days */
.wc-appointments-date-picker .ui-datepicker td.appointable a {
    color: #000000;
}

/* Available calendar day hover */
.wc-appointments-date-picker .ui-datepicker td.appointable a:hover {
    background-color: rgba(0,0,0,.05);
}

/* Today's date on calendar */
.wc-appointments-date-picker .ui-datepicker td.ui-datepicker-today,
.wc-appointments-date-picker .ui-datepicker td.ui-datepicker-today a {
    color: #f6563e;
}

/* Selected day */
.wc-appointments-date-picker .ui-datepicker td.ui-datepicker-current-day a,
.wc-appointments-date-picker .ui-datepicker td.ui-datepicker-current-day a:hover {
    background-color: #935386;
    color: #fff;
    opacity: 1;
}

/* Partially scheduled */
.wc-appointments-date-picker .ui-datepicker td.partial_scheduled a:before {
    background-color: rgba(0,0,0,.2);
}

/* Partially scheduled progress */
.wc-appointments-date-picker .ui-datepicker td.remaining_scheduled_9 a:before { width: 10%; }
.wc-appointments-date-picker .ui-datepicker td.remaining_scheduled_8 a:before { width: 20%; }
.wc-appointments-date-picker .ui-datepicker td.remaining_scheduled_7 a:before { width: 30%; }
.wc-appointments-date-picker .ui-datepicker td.remaining_scheduled_6 a:before { width: 40%; }
.wc-appointments-date-picker .ui-datepicker td.remaining_scheduled_5 a:before { width: 50%; }
.wc-appointments-date-picker .ui-datepicker td.remaining_scheduled_4 a:before { width: 60%; }
.wc-appointments-date-picker .ui-datepicker td.remaining_scheduled_3 a:before { width: 70%; }
.wc-appointments-date-picker .ui-datepicker td.remaining_scheduled_2 a:before { width: 80%; }
.wc-appointments-date-picker .ui-datepicker td.remaining_scheduled_1 a:before { width: 90%; }


/* Slot picker wrapper */
.wc-appointments-appointment-form .slot-picker {
    background-color: rgba(0,0,0,.03);
    border: solid #ddd;
    border-width: 1px 0;
    margin: 1em -1em -1px;
    padding: 1em;
}

/* Slot picker slot heading (Morning/Afternoon/Evening) */
.wc-appointments-appointment-form .slot-picker li.slot_heading {
    color: #999;
    display: block;
    margin-bottom: 7px;
    font-size: .6em;
    text-align: center;
}

/* Time Slots */
.wc-appointments-appointment-form .slot-picker li.slot a {
    color: #333;
    padding: 8px 5px;
}

/* Time Slots Hover */
.wc-appointments-appointment-form .slot-picker li.slot:focus a,
.wc-appointments-appointment-form .slot-picker li.slot:hover a {
    background-color: #dadada;
    color: #2b2b2b;
}

.wp-block-woocommerce-proceed-to-checkout-block .wp-element-button,
.wc-block-components-checkout-place-order-button{
    display: inline-block;
    margin-top: 1em;
    text-decoration: none;
    background: #ff8c00;
    padding: 14px 20px 14px 20px;
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0;
    border: 0;
}