.woocommerce-page .header-title h1.page-title {
    color: #fff;
}

.woocommerce-page .header-title .bg-image {
    background: url(https://juniceyewear.com.au/wp-content/uploads/2024/02/K3A4098-Edit.jpg);
    background-position: center 61%;
    background-size: cover !important;
}
}

@media (max-width: 750px) {
.tp-leftarrow {
   display: none !Important;
}
}

.menu-sub-items {
display: none;
}

.single-product .woo_c-product .woo_c-product-details-title {
    font-size: 1.55em;
}

.single-product .woo_c-product-nav {
   display: none;
}

.wapf-field-description {
    font-weight: bold;
}

.single-product .wapf-checkable {
    background: #fff;
    margin-bottom: 10px;
    padding: 10px;
    border: 2px solid #eee;
}

.single-product .wapf-checkable .wapf-label-text {
    font-size: 18px;
    line-height: 33px;
}

.single-product input[type="radio"] {
    display: inherit !important; 
    margin-top: 10px
}

.wapf-swatch-label {
    text-align: center;
    padding: 4px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
}

.single-product .woo-c_related {
    display: none !important;
}

.header-title.without-cap {
    background: #e7e9ed;
}

.back-link {
   display: none;
}

.site-footer .widgets {
    display: none;
}

.site-header {
    background: #fff;
}



.wapf input[type=number] {
    width: 100%;
    box-sizing: border-box;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fafafa;
    border: 1px solid #24262b33;
    border-radius: 5px;
}

.woo-c_cart_table_item_name .variation dt, .widget_shopping_cart_content .mini_cart_item .variation dt {
    color: #7676db;
    font-weight: bold;
    margin-top: 10px;
}

.hidelab .wapf-field-label {
   display: none !Important;
}

.nolabelcolor  .wapf-field-label {
    background: transparent !important;
    color: #000 !important;
    padding: 0px !IMPORTANT;
}

.righteye .wapf-field-label, .lefteye .wapf-field-label, .blue .wapf-field-label{
    background: #96b6df !Important;
    border-radius: 5px;
}

.green .wapf-field-label {
    background: green !important;
    border-radius: 5px;
}

.wapf-field-input a {
    display: block !Important;
}

@media screen and (min-width: 1025px) {
[class*="type1"] .woo_c-product:not(.modal-content) .woo_c-product-details, [class*="type4"] .woo_c-product:not(.modal-content) .woo_c-product-details {
    height: 100%;
}
}

.woo_c-product .woo_c-product-details-variations, .product-popup .woo_c-product-details-variations {
    margin-top: 20px;
    width: 100%;
    text-align: left;
    border-top: 1px solid #f0f0f0;
    background: #f7f7f7;
    padding: 20px;
    border: 5px solid #eee;
}

.wapf-field-container {
    transition: 0.5s;
}

.wapf-swatch--image.wapf-checked img {
    border-color: #000000;
}

.wapf-swatch--image.wapf-checked {
    border-color: transparent;
}

.wapf-swatch--image img {
    border: 5px solid #eee;
    transition: 0.5s;
}

.wapf-swatch--image img:hover {
    border: 5px solid #1b1b1b;
    transition: 0.5s;
}


.label-above .wapf-field-label {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
    background: #000000;
    padding: 10px;
    color: #fff;
}

#hide, .hide {
   display: none !Important;
}



div.quantity, .woocommerce .button[name=add-to-cart] {
    display:none; /*Hide Add to Cart button until last step*/
}

.wapf-wrapper {
    border-radius: 4px;
    border: 1px solid #ededed;
    padding: 15px 20px;
    margin-bottom:20px;
}

.wapf-field-group .step{
    display:none;
}

.wapf-field-group .step:first-child{
    display:flex;
}

.wapf_step_buttons {
    margin-bottom:20px;
    overflow:hidden;
}

.wapf_btn_next {
    float:right !important;
}

.wapf-progress {
    position:relative;
    max-width:450px;
    width:100%;
    margin: 0 auto;
}

.wapf-progress:before, .wapf-progress-bar {
    content:'';
    position:absolute;
    height:3px;
    width:100%;
    background:#ededed;
    top:14px;
    left:0;
}

.wapf-progress-steps {
    margin-bottom: 30px;
    overflow: hidden;
    counter-reset: step;
    display: flex;
    justify-content: space-between;
}

.wapf-progress-steps div {
    position:relative;
}

.wapf-progress-steps div:before {
    content: counter(step);
    counter-increment: step;
    width: 30px;
    height:30px;
    font-size:16px;
    line-height:30px;
    border-radius:50%;
    text-align:center;
    display: block;
    font-size: 10px;
    background: #ededed;
}

.wapf-progress-steps div.active:before {

    background:#f0632b; /*The finished step color. Feel free to change*/
    color:white;
}

.wapf-progress-bar {
    background:#f0632b; /*The finished step color. Feel free to change*/
    width:0%;
}