.form-row input.input-text.ng-invalid.ng-touched {
    box-shadow: inset 2px 0 0 #e2401c;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    padding-left: 16px !important;
    padding-right: 16px !important;
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
    font-size: 10px;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}


.colourGroup {
    color: #525252;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.02px;
    line-height: 18.61px;
    text-align: left;
    padding-left: 6px;
}
.colourGroupContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    min-height: 124px;
    align-items: center;
}
.colourBox {
    width: 124px;
    height: 124px;
    display:flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    border: 1px solid #EFEFEF;
}
.carouselBoxContainer,
.colourBoxContainer {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-top: 4px;
    padding-bottom: 4px;
    cursor: pointer;
}
.colourBoxContainer.single {
    cursor: default;
}
.simpleGroupContainer > div,
.carouselGroupContainer > div,
.colourGroupContainer > div {
    padding-left: 5px;
    padding-right: 5px;
}
.colourName {
    display: none;
    color: #484848;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.8px;
    line-height: 14.62px;
    text-align: left;
}
.carouselBoxContainer .colourName {
    display: block;
    white-space: normal;
}
.colourBoxContainer:hover .colourName {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    color: white;
    font-size: 10px;
    font-weight: 400;
}
.filter-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-right: 1px;
    margin-bottom: 10px;
}
.filter-close {
    font-size: 23px;
    padding: 8px;
    padding-right: 18px;
    max-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.filter-search {
    flex: 1;
    margin-left: 8px;
    margin-right: 8px;
}
.filter-search:first-child {
    margin-left: 0;
}
.filter-search:last-child {
    margin-right: 0;
}
.filter-search.textSearch {
    background-color: #FFFFFF;
    border: 1px solid #DDDEE1;
    border-radius: 10px;
    outline: none;
    padding: 7px 20px;
    color: #1D2133;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 17px;
    opacity: 0.5969587053571429;
    text-align: left;
}
.filter-search.textSearch::placeholder {
    color: #1D2133;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 17px;
}
.filter-search.filterSearch {
    background-color: #FFFFFF;
    border: 1px solid #DDDEE1;
    border-radius: 10px;
    outline: none;
    padding: 8px 15px;
    color: #1D2133;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 17px;
    opacity: 0.5969587053571429;
    text-align: left;
}
.filter-search.filterSearch::placeholder {
    color: #8B8B8B;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.68px;
    line-height: 19px;
}
.changeButton {
    background-color: #323232;
    border-radius: 8px;
    padding: 6px 12px;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.8px;
    line-height: 17px;
    text-align: center;
}
.colourNameSingle {
    color: #484848;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.8px;
    line-height: 14.62px;
    text-align: left;
    white-space: normal;
}
.carouselBoxContainer {
    padding-top: 8px;
    display: flex;
    flex-direction: column;
}
.carouselGroupContainer {
    flex: 1;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    white-space: nowrap;
    scroll-behavior: smooth;
}
.simpleGroupContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 4px;
    padding-bottom: 4px;
    cursor: pointer;
}
.ra-picker-container {
    margin: 0 0 1.41575em
}
.ra-label {
    color: #3F3F3F;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.87px;
    line-height: 15.95px;
    text-align: left;
    margin-bottom: 8px;
}
.categoryContainer {
    padding-top: 8px;
}

.carouselButtonContainer {
    display: flex;
    flex-direction: row;
}
.carouselScrollButton {
    background-color: #fff;
    color: #8B8B8B;
    font-size: 20px;
    border-radius: 10px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
    cursor: pointer;
    transition: background-color 0.1s linear;
}
.carouselScrollButton:hover {
    background-color: #DDDEE1;
    color: #3F3F3F;
}

.ra-summary-parent-container {
    position: absolute !important;
    float: unset !important;
    opacity: 1;
    transition: opacity 0.2s linear;
}

.ra-grey-box {
    background-color: #E8E8EA;
    padding: 15px 20px;
    border-radius: 10px;
}
.ra-gray-box-title {
    color: #3F3F3F;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1.45px;
    line-height: 24px;
    text-align: left;
    margin-bottom: 5px;
}
.ra-gray-box-option-container {
    display: flex;
    flex-direction: column;
    margin-top: 5px;
}
.ra-gray-box-option-container-row {
    display: flex;
    flex-direction: row;
}
.ra-gray-box-option-title {
    flex: 1;
    color: #323232;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 14px;
    text-align: left;
    margin-right: 10px;
}
.ra-gray-box-option-value {
    flex: 2;
    color: #323232;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 14px;
    text-align: left;
    margin-left: 10px;
}
.ra-gray-box-divider {
    height: 0.5px;
    width: 100%;
    background-color: #BBBCC1;
    margin-top: 20px;
    margin-bottom: 10px;
}
.ra-gray-box-price-container {
    display: flex;
    flex-direction:row;
    justify-content: flex-end;
}
.ra-gray-box-price {
    color: #3F3F3F;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1.31px;
    line-height: 22px;
    text-align: right;
}
.ra-gray-box-add-to-cart-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 10px;
}
.entry-summary {
    padding-top: 2em;
    padding-left: unset;
    padding-right: unset;
}
@media screen and (max-width: 768px) {
    .entry-summary {
        padding-top: unset;
        padding-left: 2em;
        padding-right: 2em;
    }
}

.ra-styled .changeButton {
    background-color: #DDDDE1;
    border-radius: 10px;
    color: #323232;
    padding: 8px 15px
}
.ra-styled .changeButton:hover {
    background-color: rgba(0, 162, 255, 0.637);
    border-radius: 10px;
    color: #FFF;
    padding: 8px 15px;
}
.single_add_to_cart_button,
.ra-gray-box-add-to-cart-button {
    background-color: #00DEA6 !important;
    border-radius: 10px !important;
}
.single_add_to_cart_button:hover,
.ra-gray-box-add-to-cart-button:hover {
    background-color: rgba(0, 222, 167, 0.658) !important;
    border-radius: 10px !important;
}
.ra-row {
    display: flex;
    flex-direction: row;
}
.form-row label.ra-row {
    display: flex;
}
.ra-drawer-row {
    display: flex;
    flex-direction: row;
    margin: auto;
    margin-bottom: 10px;
    margin-right: 1px;
}
.ra-drawer-row-drop-left {
    flex: 1;
}
.ra-drawer-row-drop-right {
    flex: 1;
}
.ra-input-padding {
    padding: 0.6180469716em;
}
.ra-input-padding-dr {
    padding-right: 1.2360939432em;
}
.ra-indented-section {
    padding-left: 19px;
}

.ra-summary-scrolled-past {
    position: fixed !important;
    top: 40px !important;
    z-index: 9;
}
.ra-summary-scrolled-past-hidden {
    opacity: 0 !important;
    pointer-events: none;
}
.ra-gray-box-indented-section .ra-gray-box-option-title {
    margin-left: 8px;
    margin-right: 2px;
}
.ra-required-label {
    color: red;
}

div.form-row {
    display: flex;
    flex-direction: column;
    margin: 0 0 1.41575em;
}
.ra-validation-error {
    color: maroon;
    font-size: 12px;
}
.ra-styled .input-select {
    background-color: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    outline: none;
    padding: 7px 15px;
    color: #3F3F3F;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 17px;
    text-align: left;
}
.ra-styled .input-text {
    color: #3F3F3F;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    padding: 8px 15px;
    line-height: 17px;
    text-align: left;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1500; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.modal-content-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.ra-max-height {
    height: 100%;
}
/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    color: #323232;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 16px;
    text-align: left;
    border-radius: 10px;
}
.modal-row > p,
.modal-column > p {
    margin: 0;
    margin-bottom: 8px;
}
.modal-row {
    display: flex;
    flex-direction: row;
}
.modal-column {
    display: flex;
    flex-direction: column;
}
.modal-image {
    max-height: 200px;
}
.modal-title {
    color: #3F3F3F;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1.45px;
    line-height: 24px;
    text-align: left;
    margin-bottom: 8px;
}
  
/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    line-height: 6px;
    font-weight: bold;
    font-family: Arial;
    user-select: none;
}
  
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


.info-modal-button-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    user-select: none;
}
.info-button-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.info-button {
    width: 16px;
    height: 16px;
    background-color: #fff;
    z-index: 2;
    border-radius: 100px;
    content: url("/wp-content/plugins/rediapps-single-product-details-form/js/components/icons/info.png");
}
.info-button:hover {
    content: url("/wp-content/plugins/rediapps-single-product-details-form/js/components/icons/info-h.png");
}

.ra-styled .woocommerce-input-wrapper > input {
    background-color: #FFF;
    border: 1px solid #DDDEE1;
    border-radius: 10px;
    box-shadow: unset;
    outline: none;
}
div.woocommerce > .login input,
.ra-styled .input-text {
    background-color: #FFF;
    border: 1px solid #DDDEE1;
    border-radius: 10px;
    box-shadow: unset;
    outline: none;
}

.input-text.qty {
    background-color: #FFF;
    border: 1px solid #DDDEE1;
    border-radius: 10px;
    padding: 8px 15px;
    box-shadow: unset;
    outline: none;
}
.ra-styled .input-text:focus {
    background-color: #ededed;
}
.input-text.qty:focus {
    background-color: #ededed;
}
.required {
    text-decoration: none;
}
div.site-content > div.col-full > .site-main > div.product > div.summary > div.woocommerce-product-details__short-description li,
div.site-content > div.col-full > .site-main > div.product > div.summary > div.woocommerce-product-details__short-description {
    color: #323232;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 20px;
    text-align: left;
}
.woocommerce-breadcrumb .breadcrumb-separator {
    padding: 0px 0.740791em !important;
}
.woocommerce-breadcrumb .breadcrumb-separator::after {
    content: "-" !important;
    top: 37% !important;
    opacity: 0.5 !important;
}
.woocommerce-breadcrumb a {
    color: #3F3F3F;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.8px;
    line-height: 13px;
    text-align: left;
}
.woocommerce-breadcrumb {
    color: #3F3F3F;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.8px;
    line-height: 13px;
    text-align: left;
}
h1.product_title.entry-title {
    color: #3F3F3F;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1.45px;
    line-height: 24px;
    text-align: left;
}
.price .woocommerce-Price-amount {
    color: #3F3F3F;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.02px;
    line-height: 17px;
    text-align: left;
}

/* CUSTOM CHECKBOX */
.ra-styled input[type=checkbox] + label {
    display: block;
    margin: 0.2em;
    cursor: pointer;
    padding: 0.2em;
}

.ra-styled input[type=checkbox] {
    display: none;
}

.ra-styled input[type=checkbox] + label:before {
    content: "\2714";
    border: 1px solid #BBBCC1;
    border-radius: 6px;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 0.2em;
    color: transparent;
    transition: .2s;
    padding: 2px;
}

.ra-row.ra-input-reduced {
    align-items: center;
}
.ra-row.ra-input-reduced > div.clwrap,
.ra-row.ra-input-reduced > select,
.ra-row.ra-input-reduced > input {
    flex: 1;
}
.ra-row.ra-input-reduced > div {
    flex: 2;
    margin-left: 8px;
    color: #323232;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 15.95px;
    text-align: left;
}
.ra-grey-line {
    height: 0.5px;
    background-color: rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

.ra-styled input[type=checkbox] + label:active:before {
    transform: scale(0);
}

.ra-styled input[type=checkbox]:checked + label:before {
    background-color: #00A2FF;
    border-color: #00A2FF;
    color: #fff;
}

.ra-styled input[type=checkbox]:disabled + label:before {
    transform: scale(1);
    border-color: #aaa;
}

.ra-styled input[type=checkbox]:checked:disabled + label:before {
    transform: scale(1);
    background-color: rgb(153, 218, 255);
    border-color: rgb(153, 218, 255);
}

.related.products > ul.products > li.product,
div.site-content > div.col-full > div.content-area > .site-main > ul.products > li.product {
    text-align: left !important;
}
.related.products > ul.products > li.product > a > h2,
div.site-content > div.col-full > div.content-area > .site-main > ul.products > li.product > a > h2 {
    color: #3F3F3F;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.02px;
    line-height: 18.61px;
    text-align: left;
    margin-top: 10px;
}
div.site-content > div.col-full > div.content-area > .site-main > ul.product-cats > li.category > a > h2,
div.site-content > div.col-full > div.content-area > .site-main > ul.product-categories > li.category > a > h2 {
    color: #3F3F3F;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.87px;
    line-height: 15.95px;
    text-align: left;
    margin-top: 10px;
}
div.site-content > div.col-full > div.content-area > .site-main > ul.product-cats > li.category > a > h2,
div.site-content > div.col-full > div.content-area > .site-main > ul.product-categories > li.category > a > h2 {
    padding-bottom: 20px;
}
.related.products > ul.products > li.product > a > span.price > span.amount,
div.site-content > div.col-full > div.content-area > .site-main > ul.products > li.product > a > span.price > span.amount {
    color: #3F3F3F;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.02px;
    line-height: 18.61px;
    text-align: left;
}
section.related.products {
    padding-left: 10px;
    padding-right: 10px;
}
section.related.products > ul.products > li.product,
div.site-content > div.col-full > div.content-area > .site-main > ul.products > li.product,
div.site-content > div.col-full > div.content-area > .site-main > ul.product-cats > li.category,
div.site-content > div.col-full > div.content-area > .site-main > ul.product-categories > li.category {
    background-color: #FFF;
    border-radius: 10px;
    box-shadow: 0px 4px 10px 2px #DDDEE1;
}
section.related.products > ul.products > li.product:hover,
div.site-content > div.col-full > div.content-area > .site-main > ul.products > li.product:hover,
div.site-content > div.col-full > div.content-area > .site-main > ul.product-cats > li.category:hover,
div.site-content > div.col-full > div.content-area > .site-main > ul.product-categories > li.category:hover {
    
    box-shadow: 0px 4px 10px 4px #DDDEE1;
}
section.related.products > ul.products > li.product > a > img,
div.site-content > div.col-full > div.content-area > .site-main > ul.products > li.product > a > img,
div.site-content > div.col-full > div.content-area > .site-main > ul.product-cats > li.category > a > img,
div.site-content > div.col-full > div.content-area > .site-main > ul.product-categories > li.category > a > img {
    margin: 16px;
    width: calc(100% - 32px);
    height: auto;
}
section.related.products > ul.products > li.product > a > h2,
section.related.products > ul.products > li.product > a > span,
div.site-content > div.col-full > div.content-area > .site-main > ul.products > li.product > a > h2,
div.site-content > div.col-full > div.content-area > .site-main > ul.products > li.product > a > span {
    margin-left: 16px;
    margin-right: 16px;
}
div.site-content > div.col-full > div.content-area > .site-main > ul.product-cats > li.category > a > h2,
div.site-content > div.col-full > div.content-area > .site-main > ul.product-categories > li.category > a > h2 {
    text-align: center;
}
.related.products > ul.products > li.product > a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
div.site-content > div.col-full > div.content-area > .site-main > ul.products > li.product > a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    display: none;
}

.storefront-primary-navigation > #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-right-width: 5px;
    border-left-width: 5px;
    border-radius: 15px;
}
.storefront-primary-navigation > #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > .mega-menu-item > .mega-menu-link {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.87px;
    line-height: 15.95px;
    text-align: left;
}
.storefront-primary-navigation > #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > .mega-menu-item > ul.mega-sub-menu > li.mega-menu-item {
    margin-top: 2px;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    background-color: #FFF !important;
    border-radius: 10px !important;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
    background-color: #EFEFEF!important;
}

div.site-content > div.col-full > div.content-area > .site-main > ul.product-cats li
div.site-content > div.col-full > div.content-area > .site-main > ul.product-categories li {
    margin-bottom: 2.118em;
}

div.site-content > div.col-full > div.content-area > .site-main > ul.products li.product {
    margin-bottom: 2.117900516em;
}

.clwrap {
    flex: 1;
    margin-right: 20px;
}
.clwrap .input {
    padding: 8px 15px;
}
.ping {
    position:absolute;
    top: -8px;
    left: -8px;
    width: 32px;
    height: 32px;
    border: solid #00a2ff 3px;
    border-radius: 100px;
    transform: scale(.25);
    z-index: 1;
}
@-webkit-keyframes ping {
    from {
        transform: scale(.25);
        -ms-transform: scale(.25);
        /* IE 9 */
        -webkit-transform: scale(.25);
        /* Safari and Chrome */
        -o-transform: scale(.25);
        /* Opera */
        -moz-transform: scale(.25);
        /* Firefox */
        opacity: 1;
    }
    to {
        transform: scale(1);
        -ms-transform: scale(1);
        /* IE 9 */
        -webkit-transform: scale(1);
        /* Safari and Chrome */
        -o-transform: scale(1);
        /* Opera */
        -moz-transform: scale(1);
        /* Firefox */
        opacity: 0;
    }
}
.ping-height-rule .lowest-height-rule-info .info-button-animation {
    -webkit-animation-name: cssAnimation;
    -webkit-animation-iteration-count: 3;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-duration: .75s;
    -webkit-animation-name: ping;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    letter-spacing: 0.87px !important;
    line-height: 15.95px !important;
    text-align: left !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover {
    color: #00a2ff !important;
}
.mega-sub-menu {
    background-color: #393D5A !important;
}
/* LEFT LINES ON DROP DOWN MENU */
#mega-menu-item-239, #mega-menu-item-263, #mega-menu-item-262, #mega-menu-item-274, #mega-menu-item-275 {
    box-shadow: -10px 9px 0 -9px rgba(255, 255, 255, 0.2) !important;
}
/* RIGHT LINES ON DROP DOWN MENU */
#mega-menu-item-202 {
    box-shadow: 10px 9px 0 -9px rgba(255, 255, 255, 0.2) !important;
}
@media screen and (min-width: 768px) {
    div.site .col-full {
        max-width: 80em;
    }
}
ul#mega-menu-primary > li.mega-current_page_item,
ul#mega-menu-primary > li.mega-current_page_item > a,
#mega-menu-item-12968,
#mega-menu-item-12968 > a {
    background-color: #6758FF !important;
}

ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-current-menu-item > a {
    border-bottom: none !important;
}

table:not( .has-background ) th {
    background-color: #00A2FF !important;
    color: #fff !important;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.71px;
    line-height: 13px;
}

table.shop_table th.product-price,
table.shop_table th.product-subtotal {
    text-align: right;
}

table.shop_table th.product-quantity {
    text-align: center;
}

table.shop_table td.product-name > a {
    color: #1A0DAB;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 18px;
    text-align: left;
}

table.shop_table tr.order-total > td,
table.shop_table tr.tax-total > td,
table.shop_table tr.cart-subtotal > td {
    display: flex !important;
    justify-content: flex-end;
}

table.shop_table.order_details > tfoot > tr > td,
table.shop_table tr.order_item > td.product-total,
table.shop_table tr.cart_item > td.product-total,
table.shop_table tr.order-total > td,
table.shop_table tr.tax-total > td,
table.shop_table tr.cart-subtotal > td,
table.shop_table td.product-subtotal > span,
table.shop_table td.product-price > span {
    color: #1D2133;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 18px;
    text-align: right;
}
table.shop_table td.product-quantity > div.quantity > input.input-text {
    border: 1px solid #BBBCC1;
    border-radius: 10px;
    height: 28px;
    color: #1D2133;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 18px;
    text-align: center;
}
table.shop_table td.product-quantity > div.quantity > input.input-text::-webkit-outer-spin-button,
table.shop_table td.product-quantity > div.quantity > input.input-text::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

table.shop_table dl.variation > dt.variation-Details {
    color: #1D2133;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.42px;
    line-height: 18px;
    text-align: left;
} 
table.shop_table dl.variation > dd.variation-Details > p {
    color: #1D2133;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.4px;
    line-height: 15px;
    text-align: left;
}
table.shop_table tr.woocommerce-shipping-totals.shipping {
    color: #1D2133;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 18px;
    text-align: left;
}
table.shop_table tr.woocommerce-shipping-totals.shipping > td {
    background-color: #FFF;
}
table.shop_table > tbody > tr > th {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.86px;
    line-height: 15.95px;
    text-align: left;
}
table.shop_table tr.order-total > th {
    text-transform: uppercase;
}
@media screen and (min-width: 768px) and (max-width: 949px) {
    div.cart-collaterals > div.cart_totals {
        width: 50%;
    }
}
@media screen and (min-width: 950px) {
    div.cart-collaterals > div.cart_totals {
        width: 33%;
    }
}
div.cart-collaterals > div.cart_totals > h2 {
    display: none;
}

table.shop_table > tbody > tr:not(.cart_item):last-child,
table.shop_table > tbody > tr:not(.cart_item):last-child > td {
    background-color: #FFF;
}
table.shop_table > tbody > tr:not(.cart_item):last-child > td > button {
    background-color: #949599;
    border-radius: 8px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.86px;
    line-height: 15.95px;
    text-align: left;
    padding: 7px 20px;
}
table.shop_table.woocommerce-checkout-review-order-table > tbody > tr:not(:nth-child(2)),
table.shop_table.woocommerce-checkout-review-order-table > tbody > tr:not(:nth-child(2)) > td,
table.shop_table.cart > tbody > tr:not(:last-child):not(:nth-child(2)),
table.shop_table.cart > tbody > tr:not(:last-child):not(:nth-child(2)) > td {
    background-color: #FFF;
}
table.shop_table.woocommerce-checkout-review-order-table > tbody > tr:nth-child(2),
table.shop_table.woocommerce-checkout-review-order-table > tbody > tr:nth-child(2) > td,
table.shop_table.cart > tbody > tr:not(:last-child):nth-child(2),
table.shop_table.cart > tbody > tr:not(:last-child):nth-child(2) > td {
    background-color: #FAFAFC;
}
div.cart-collaterals > div.cart_totals > div.wc-proceed-to-checkout > a.checkout-button {
    color: #FFFFFF;
    font-size: 16px !important;
    font-weight: 600 !important;
    letter-spacing: 1px;
    line-height: 21px;
    text-align: center;
}

div.woocommerce-checkout-review-order > table.shop_table > thead > tr > th.product-name {
    width: 80%;
}
.ra-estimated {
    color: #1D2133;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 18px;
    text-align: right;
}
div.site-content > div.col-full > div.content-area > .site-main > .page > div.entry-content > div.woocommerce > div.woocommerce-order > .woocommerce-order-details > table.shop_table {
    margin-bottom: 0;
}
div.site-content > div.col-full > div.content-area > .site-main > .page > div.entry-content > div.woocommerce > div.woocommerce-order > .woocommerce-order-details > table.shop_table > tfoot {
    float: right;
    margin-right: -100px;
    margin-top: 20px;
}
div.site-content > div.col-full > div.content-area > .site-main > .page > div.entry-content > div.woocommerce > div.woocommerce-order > .woocommerce-order-details > table.shop_table > tfoot,
div.woocommerce-checkout-review-order > table.shop_table > tfoot {
    display: table-caption;
    caption-side: bottom;
}
div.site-content > div.col-full > div.content-area > .site-main > .page > div.entry-content > div.woocommerce > div.woocommerce-order > .woocommerce-order-details > table.shop_table > tfoot > tr,
div.woocommerce-checkout-review-order > table.shop_table > tfoot > tr {
    display: flex;
}
div.site-content > div.col-full > div.content-area > .site-main > .page > div.entry-content > div.woocommerce > div.woocommerce-order > .woocommerce-order-details > table.shop_table > tfoot > tr > th,
div.woocommerce-checkout-review-order > table.shop_table > tfoot > tr > th {
    padding-left: 17px;
    padding-right: 17px;
}
div.site-content > div.col-full > div.content-area > .site-main > .page > div.entry-content > div.woocommerce > div.woocommerce-order > .woocommerce-order-details > table.shop_table > tfoot > tr > td {
    text-align: right;
}
@media screen and (max-width: 1031px) {
    div.woocommerce-checkout-review-order > table.shop_table > tfoot > tr > th:first-child {
        width: 31%;
    }
    div.site-content > div.col-full > div.content-area > .site-main > .page > div.entry-content > div.woocommerce > div.woocommerce-order > .woocommerce-order-details > table.shop_table > tfoot > tr > th:first-child {
        width: 41%;
        justify-content: flex-start;
        display: flex;
        align-items: center;
    }
}
@media screen and (min-width: 1032px) {
    div.woocommerce-checkout-review-order > table.shop_table > tfoot > tr > th:first-child {
        width: 20%;
    }
    div.site-content > div.col-full > div.content-area > .site-main > .page > div.entry-content > div.woocommerce > div.woocommerce-order > .woocommerce-order-details > table.shop_table > tfoot > tr > th:first-child {
        width: 30%;
        justify-content: flex-start;
        display: flex;
        align-items: center;
    }
}
div.woocommerce-checkout-review-order > table.shop_table > tfoot > tr > td{
    width: 80%;
}
div.site-content > div.col-full > div.content-area > .site-main > .page > div.entry-content > div.woocommerce > div.woocommerce-order > .woocommerce-order-details > table.shop_table > tfoot > tr > td {
    width: 70%;
}
div.woocommerce-checkout-review-order > table.shop_table > tbody > tr.cart_item > td.product-name > strong {
    flex: 1;
    text-align: right;
    font-family: Helvetica;
    font-weight: 500;
}
div.woocommerce-checkout-review-order > table.shop_table > tbody > tr.cart_item > td.product-name {
    display: flex;
    flex-wrap: wrap;
    width: unset;
    color: #1D2133;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 18px;
    text-align: left;
}
div.woocommerce-checkout-review-order > table.shop_table > tbody > tr.cart_item > td.product-name:nth-child(3) {
    flex: 1;
}
table.shop_table > tfoot > tr.cart-subtotal {
    margin-top: 30px;
}
.ra-product-white-order-review{
    flex: 1;
}
div.woocommerce-checkout-review-order > table.shop_table > thead > tr > th.product-name::before {
    content: 'Products';
    font-size: 10px;
    height: 28px;
    padding-left: 17px;
    margin-top: 13px;
    flex: 1;
}
div.woocommerce-checkout-review-order > table.shop_table > thead > tr > th.product-name::after {
    content: 'Qty';
    font-size: 10px;
    height: 28px;
    padding-right: 17px;
    margin-top: 13px;
}
div.woocommerce-checkout-review-order > table.shop_table > thead > tr > th.product-name {
    content: none;
    font-size: 0px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
table.shop_table.woocommerce-checkout-review-order-table > tfoot > tr.cart-subtotal > td,
table.shop_table.woocommerce-checkout-review-order-table > tfoot > tr.tax-total > td {
    background-color: #FAFAFC;
}
div.woocommerce > .login label,
p.my-field-class > label,
.woocommerce-additional-fields > div.woocommerce-additional-fields__field-wrapper > p > label,
.woocommerce-billing-fields > div.woocommerce-billing-fields__field-wrapper > p > label {
    color: #3F3F3F;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.87px;
    line-height: 15.95px;
    text-align: left;
    margin-bottom: 8px;
}

.woocommerce-billing-fields > div.woocommerce-billing-fields__field-wrapper > p > span.woocommerce-input-wrapper > span.select2 > span.selection > span.select2-selection > span.select2-selection__rendered {
    line-height: 20px;
    padding-left: 0;
}
p.my-field-class > span.woocommerce-input-wrapper > select,
p.my-field-class > span.woocommerce-input-wrapper > input,
.woocommerce-billing-fields > div.woocommerce-billing-fields__field-wrapper > p > span.woocommerce-input-wrapper > span.select2 > span.selection > span.select2-selection,
.woocommerce-billing-fields > div.woocommerce-billing-fields__field-wrapper > p > span.woocommerce-input-wrapper > input,
.woocommerce-additional-fields > div.woocommerce-additional-fields__field-wrapper > p > span.woocommerce-input-wrapper > textarea {
    background-color: #FFF;
    border: 1px solid #DDDEE1;
    border-radius: 10px;
    box-shadow: unset;
    outline: none;
    color: #3F3F3F;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    padding: 8px 15px;
    line-height: 17px;
    text-align: left;
}
p.my-field-class > span.woocommerce-input-wrapper > select,
p.my-field-class > span.woocommerce-input-wrapper > input,
.woocommerce-billing-fields > div.woocommerce-billing-fields__field-wrapper > p > span.woocommerce-input-wrapper > span.select2 > span.selection > span.select2-selection,
.woocommerce-billing-fields > div.woocommerce-billing-fields__field-wrapper > p > span.woocommerce-input-wrapper > input {
    height: 40px;
}
span.select2-container > span.select2-dropdown > span.select2-search {
    display: none;
}

div.ui-datepicker.ui-widget.ui-widget-content {
    background-color: #FFF;
    border: 1px solid #DDDEE1;
    border-radius: 10px;
}
div.ui-datepicker-header {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 458px;
    justify-content: center;
}
a.ui-datepicker-prev {
    flex: 1;
    text-align: left;
    cursor: pointer;
    padding-left: 8px;
}
a.ui-datepicker-next {
    cursor: pointer;
    text-align: right;
    flex: 1;
    padding-right: 8px;
}
div.ui-datepicker-title {
    min-width: 380px;
    text-align: center;
}
table.ui-datepicker-calendar a {
    color: #00A2FF;
}
table.ui-datepicker-calendar td.ui-state-disabled > span {
    color: rgb(170, 170, 170);
}
div.site-content > div.col-full > div.content-area > .site-main > .page > .entry-header > h1.entry-title,
div.site-content > div.col-full > div.content-area > .site-main > .woocommerce-products-header > h1.page-title {
    color: #00A2FF;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 39.87px;
    text-align: left;
}
div.site-content > div.col-full > div.content-area > .site-main > .page > .entry-header,
div.site-content > div.col-full > div.content-area > .site-main > .woocommerce-products-header {
    padding-bottom: 0;
}
div.site-content > div.col-full > div.content-area > .site-main > .page > div.entry-content > div.woocommerce > h2 {
    display: none;
}
@media screen and (max-width: 768px) {
    div.site-content > div.col-full > div.content-area > .site-main > ul.product-cats,
    div.site-content > div.col-full > div.content-area > .site-main > ul.product-categories {
        margin: 0;
        margin-left: 2em;
        margin-right: 2em;
    }
}
div.site-content > div.col-full > div.content-area > .site-main > .page > div.entry-content > div.woocommerce > div.woocommerce-order > .woocommerce-order-details > table.shop_table {
    background-color:#FFF;
}

div.site-content > div.col-full > div.content-area > .site-main > .page > div.entry-content > div.woocommerce > div.woocommerce-order > ul.order_details {
    display: flex;
    background-color: #FFF;
}
div.site-content > div.col-full > div.content-area > .site-main > .page > div.entry-content > div.woocommerce > div.woocommerce-order > ul.order_details > li {
    flex: 1;
    padding: 1.6em;
    border-bottom: none;
    background-color: #FAFAFC;
    margin-left: 1em;
    margin-right: 1em;
}
div.site-content > div.col-full > div.content-area > .site-main > .page > div.entry-content > div.woocommerce > div.woocommerce-order > ul.order_details::after,
div.site-content > div.col-full > div.content-area > .site-main > .page > div.entry-content > div.woocommerce > div.woocommerce-order > ul.order_details::before {
    display: none;
}
div.site-content > div.col-full > div.content-area > .site-main > .page > div.entry-content > div.woocommerce > div.woocommerce-order > .woocommerce-order-details > table.shop_table > tbody > tr.order_item,
div.site-content > div.col-full > div.content-area > .site-main > .page > div.entry-content > div.woocommerce > div.woocommerce-order > .woocommerce-order-details > table.shop_table > tbody > tr.order_item > td {
    background-color: #FFF;
}
div.site-content > div.col-full > div.content-area > .site-main > .page > div.entry-content > div.woocommerce > div.woocommerce-order > .woocommerce-order-details > table.shop_table > tbody > tr.order_item:nth-child(2),
div.site-content > div.col-full > div.content-area > .site-main > .page > div.entry-content > div.woocommerce > div.woocommerce-order > .woocommerce-order-details > table.shop_table > tbody > tr.order_item:nth-child(2) > td {
    background-color: #FAFAFC;
}
/*
p.form-row > button.woocommerce-form-login__submit {
    background-color: #6758FF;
    border-radius: 8px;
    padding: 7px 50px;
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.86px;
    line-height: 15.95px;
    text-align: center;
}
*/
p.lost_password::before {
    content: 'Forgotten your password? ';
    color: #3F3F3F;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.73px;
    line-height: 13px;
    text-align: left;
}
p.lost_password {
    content: 'Click here';
    color: #6758FF;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.73px;
    line-height: 13px;
    text-align: left;
}
body.home .page.hentry {
    padding-bottom: 0;
    margin-bottom: 0;
}
body.home div.content-area > .site-main {
    margin-bottom: 0px;
}
body.home div.content-area {
    margin-bottom: 0;
}
.ra-category-name {
    padding-left: 16px;
    padding-bottom: 16px;
    color: #3F3F3F;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.87px;
    line-height: 15.95px;
    text-align: left;
}
.ra-category-count {
    padding-right: 16px;
    padding-bottom: 16px;
    flex: 1;
    color: #1D2133;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.43px;
    line-height: 15.95px;
    opacity: 0.5969587053571429;
    text-align: right;
}
div.site > footer.site-footer {
    padding-bottom: 0;
}
div.site > footer.site-footer > div.col-full {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    max-width: unset;
}
@media screen and (min-width: 768px) {
    div.site > footer.site-footer > div.col-full > div.site-info {
        text-align: center;
        padding: 0;
        border-top: 1px solid #5D5F70;
    }
    div.site > footer.site-footer > div.col-full > div.footer-widgets {
        padding: 0 2.617924em;
        max-width: 80em;
        margin-left: auto;
        margin-right: auto;
    }
}
div.site > footer.site-footer > div.col-full > div.footer-widgets > div.footer-widget-2 li {
    margin-bottom: 0;
}
div.site > footer.site-footer > div.col-full > div.footer-widgets > div.footer-widget-2 a {
    color: #FFFFFF;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.71px;
    line-height: 13px;
    opacity: 0.6043759300595238;
    text-align: left;
}
div.site > footer.site-footer > div.col-full > div.footer-widgets > div.footer-widget-2 a:hover {
    color: #FFF;
    opacity: 1 !important;
}
div.site > footer.site-footer > div.col-full > div.footer-widgets > div.footer-widget-2 > div.widget {
    margin: 0;
    padding-bottom: 1.618em;
}
div.site > footer.site-footer > div.col-full > div.site-info {
    background-color: #1D2133;
    color: #FFFFFF;
    font-size: 8px;
    font-weight: 400;
    letter-spacing: 0.57px;
    line-height: 10.63px;
    text-align: center;
    padding: 10px 0;
}
.storefront-handheld-footer-bar a {
    color: #1D2133 !important;
}

.ra-message-recieved-good {
    color: #1D2133;
    font-size: 12px;
    font-weight: 500;
}
.ra-message-recieved-bad {
    color: red;
    font-size: 12px;
    font-weight: 500;
}
.ra-home-h3 {
    color: #00A2FF;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 40px;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 30px;
}
.ra-home-p {
    color: #323232;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 18px;
    text-align: center;
    padding-bottom: 30px;
    margin-left: 100px;
    margin-right: 100px;
}
.ra-home-tri-image img {
    border-radius: 8px;
}
div.site > header.site-header > div.col-full > div.site-search > div.woocommerce > form.woocommerce-product-search::before {
    top: 0.55em;
    left: 0.55em;
}
div.site > header.site-header > div.col-full > div.site-search > div.woocommerce > form.woocommerce-product-search > input.search-field {
    border-radius: 8px;
    height: 30px;
    color: #1D2133;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.43px;
    line-height: 16px;
    text-align: left;
}
div.redi-upper-header > div.col-full > ul.site-header-cart > li > a.cart-contents > span.amount {
    color: #1D2133;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.36px;
    line-height: 13px;
    text-align: left;
}
div.redi-upper-header > div.col-full > ul.site-header-cart > li > a.cart-contents > span.count {
    color: #1D2133;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.36px;
    line-height: 13px;
    opacity: 0.5969587053571429;
    text-align: left;
}

div.redi-upper-header > div.col-full > ul.site-header-cart > li > div.widget_shopping_cart > div.widget_shopping_cart_content > ul > li > a:not(.remove) {
    color: #1D2133;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.36px;
    line-height: 13px;
    text-align: left;
    min-height: 40px;
}
div.redi-upper-header > div.col-full > ul.site-header-cart > li > div.widget_shopping_cart > div.widget_shopping_cart_content > ul > li > dl.variation {
    color: #1D2133;
    font-size: 9px;
    font-weight: 400;
    letter-spacing: 0.36px;
    line-height: 13px;
    text-align: left;
}
div.redi-upper-header > div.col-full > ul.site-header-cart > li > div.widget_shopping_cart > div.widget_shopping_cart_content > ul > li > span.quantity {
    color: #1D2133;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.36px;
    line-height: 13px;
    text-align: right;
    float: right;
}
div.redi-upper-header > div.col-full > ul.site-header-cart > li > div.widget_shopping_cart > div.widget_shopping_cart_content > p.total {
    color: #1D2133;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.36px;
    line-height: 13px;
    text-align: right;
}
div.redi-upper-header > div.col-full > ul.site-header-cart > li > div.widget_shopping_cart {
    background-color: #FFF;
    box-shadow: 0px 4px 10px 4px rgba(54, 61, 91, 0.2);
}
div.redi-upper-header > div.col-full > ul.site-header-cart > li > div.widget_shopping_cart p.total,
div.redi-upper-header > div.col-full > ul.site-header-cart > li > div.widget_shopping_cart p.buttons {
    background-color: #FFF;
}
div.redi-upper-header > div.col-full > ul.site-header-cart > li > div.widget_shopping_cart > div.widget_shopping_cart_content > p.buttons > a {
    border-radius: 8px;
}
div.redi-upper-header > div.col-full > ul.site-header-cart > li > div.widget_shopping_cart > div.widget_shopping_cart_content > p.buttons > a.checkout {
    background-color: #00A2FF;
    color: #FFF;
}
div#change-pickup-label,
div#change-delivery-label {
    margin-right: 20px;
}
div#change-delivery-button {
    border-radius: 8px;
    background-color: #00A2FF;
    color: #FFF;
    cursor: pointer;
    padding: 4px 8px;
}
div#delivery-spinner {
    text-align: center;
}
div#delivery-spinner > img {
    height: 50px;
    width: 50px;
}
div#wc-stripe-payment-request-wrapper > p#wc-stripe-payment-request-button-separator,
div#wc-stripe-payment-request-wrapper > div#wc-stripe-payment-request-wrapper {
    display: none !important;
}
button {
    outline: none !important
}

div.woocommerce > .woocommerce-checkout h3 {
    color: #3F3F3F;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1.45px;
    line-height: 26.58px;
    text-align: left;
}

@media (min-width: 768px) {
    .woocommerce-active .site-header #mega-menu-wrap-primary {
        width: 100% !important;
        float: left;
        margin-right: 0 !important;
        clear: both;
    }
}

/* Custom Gallery Styles */
.rediapps-custom-gallery-wrapper {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.rediapps-gallery-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}

.rediapps-main-image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    background: #ffffff00;
    border-radius: 10px;
    padding: 2em;
    max-width: 30em;
    max-height: 30em;
}

/* Square sizing override when dynamically set */
.rediapps-main-image-wrapper.rediapps-square-sized {
    /* Remove max constraints when square sizing is active */
    max-width: none;
    max-height: none;
    /* Ensure the wrapper maintains its square dimensions */
    flex-shrink: 0;
}

.rediapps-main-image-container {
    position: relative;
    width: 100%;
    padding-bottom: 100%; /* 1:1 Aspect Ratio */
}

.rediapps-image-overlay-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rediapps-main-image {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.rediapps-zoom-trigger {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease;
    z-index: 10;
}

.rediapps-zoom-trigger:hover {
    background: rgba(255, 255, 255, 1);
}

.rediapps-thumbnails-wrapper {
    width: 100%;
}

.rediapps-thumbnails-container {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 5px 0;
    scrollbar-width: thin;
}

.rediapps-thumbnails-container::-webkit-scrollbar {
    height: 6px;
}

.rediapps-thumbnails-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.rediapps-thumbnails-container::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
}

.rediapps-thumbnail-wrapper {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    border: 2px solid transparent;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    transition: border-color 0.2s ease;
}

.rediapps-thumbnail-wrapper.active {
    border-color: #323232;
}

.rediapps-thumbnail-wrapper:hover {
    border-color: #666;
}

.rediapps-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Focus states for accessibility */
.rediapps-thumbnail-wrapper:focus-within {
    outline: 2px solid #005ccc;
    outline-offset: 2px;
}

.rediapps-zoom-trigger:focus {
    outline: 2px solid #005ccc;
    outline-offset: 2px;
}

/* Loading state */
.rediapps-main-image.loading {
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.rediapps-main-image:not(.loading) {
    opacity: 1;
    transition: opacity 0.3s ease;
}

/* Lightbox Styles */
.rediapps-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.rediapps-lightbox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.rediapps-lightbox-content {
    position: relative;
    max-width: 90vw;
    max-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rediapps-lightbox-image {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.rediapps-lightbox-close {
    position: absolute;
    top: -40px;
    right: -40px;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease;
}

.rediapps-lightbox-close:hover {
    background: rgba(255, 255, 255, 1);
}
.rediapps-extra-data {
    position: absolute;
    color: #DDDEE1;
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 1.45px;
    line-height: 24px;
    text-align: left;
    z-index: 10;
}
.rediapps-extra-data.highlight {
    color: #3F3F3F;
}

/* Responsive Design */
@media (max-width: 768px) {
    .rediapps-custom-gallery-wrapper {
        max-width: 100%;
    }

    .rediapps-thumbnail-wrapper {
        width: 60px;
        height: 60px;
    }

    .rediapps-zoom-trigger {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }

    .rediapps-lightbox-close {
        top: 10px;
        right: 10px;
        width: 35px;
        height: 35px;
        font-size: 20px;
    }
}