.prod-det-mob-usps .elementor-image-box-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;

}

.form-accordian .e-opened i,
.form-accordian .e-closed i {
    line-height: 1;
}

.pdp-usps .elementor-image-box-content {
    line-height: 1.5em;
}

/****Contact Form*******/
.prod-enquiry-from p.gform_description {
    display: none !important;
}

.prod-enquiry-from input,
.prod-enquiry-from textarea {
    height: 52px;
    padding: 13px !important;
    font-size: 16px !important;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
}

.prod-enquiry-from input:focus,
.prod-enquiry-from textarea:focus {
    border-color: #1f1f1f;
}

.gform_wrapper input:focus::placeholder,
.gform_wrapper textarea:focus::placeholder {
    opacity: 0.8 !important;
}

.prod-enquiry-from textarea {
    display: block;
    height: 140px !important;
}

.prod-enquiry-from .gform_button {
    width: 100% !important;
    cursor: pointer;
    line-height: 1 !important;
    border: none;
    margin: 8px auto 3px auto !important;
    height: 44px;
    font-size: 14px !important;
}

.prod-enquiry-from .gform_button:focus {
    outline: 0;
}

.prod-enquiry-from .gform_validation_errors {
    display: none
}

.prod-enquiry-from .gravity-theme .gform-body .validation_message {
    background: transparent;
    border: none;
    padding: 8px 0 0 0;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    margin: 0;
    color: #790000;
}

.gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
    border: 1px solid #790000 !important;
}

.gform_confirmation_message {
    background: #2C5655;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin: 10px 0;
}

.gform_ajax_spinner {
    position: absolute;
    left: 50%;
    bottom: -30px;
}

.gform_wrapper.gravity-theme .gform_footer {
    margin: 0 !important;
    padding-bottom: 0 !important;
    flex-direction: column;
}

.gform_wrapper.gravity-theme .gfield.gfield--width-half {
    grid-column: span 12 !important;
}

.prod-enquiry-from .charleft {
    display: none;
}

/***Specs table*****/

.prod-specs-table table * {
    border: none !important;
    background-color: transparent !important;
    padding: 0px 0px 14px 0 !important;
    font-size: 14px;
    text-align: left;
}

.prod-specs-table table th {
    padding-left: 0px;
    font-weight: normal;
}

.prod-specs-table table th {
    width: 112px
}

/* ============================================
   ALT COLORS CAROUSEL SECTION
   ============================================ */
.fl-woocommerce-product-alt-colours-image div.product-title {
    margin-top: 16px;
}

.fl-woocommerce-product-alt-colours-image .product-title .color-code {
    margin-top: 4px;
}

.fl-woocommerce-product-alt-colours-image span.product-title {
    font-weight: 500 !important;
}

/* Slick Slider Styles */
.slick-slide {
    min-width: 0;
    width: 100%;
}

.slick-list {
    overflow: hidden;
}

.slick-track {
    display: flex;
    align-items: center;
}

.alt-colors {
    text-align: center !important;
}

.alt-colors a {
    text-decoration: none !important;
}

.alt-colors .product-title {
    padding-top: 0px;
}

.alt-colors span.product-title {
    display: block !important;
}

.alt-colors .product-title span {
    display: none;
    color: #1F1F1F;
    font-weight: 400;
    text-align: center;
    padding: 0 40px;
}

.alt-colors .product-title span.color-code {
    display: block;
}

.alt-colors .fb-code,
selector .product-link {
    display: none;
}

.alt-colors .fl-photo-content.fl-photo-img-jpg {
    height: 97px;
    display: flex;
    align-items: center;
    padding: 0px;
}

.alt-colors img.fl-photo-img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    max-height: 100%;
}

.alt-colors ul.slick-dots {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: center;
    gap: 8px;
}

.alt-colors ul.slick-slider {
    padding: 0;
    margin: 0;
}

.alt-colors ul.slick-dots li button {
    padding: 0;
    background: #C4C4C4;
    font-size: 0;
    width: 10px;
    height: 10px;
    border: none;
    border-radius: 10px;
}

.alt-colors ul.slick-dots li.slick-active button {
    background: #5A5A5A;
}

.alt-colors .slick-arrow {
    position: absolute;
    top: 50%;
    font-size: 0;
    margin-top: -11px;
    z-index: 999;
    left: -40px;
    width: 37px;
    height: 37px;
    border-radius: 100%;
    background: url(/wp-content/uploads/2026/04/chevron-left-2.svg) no-repeat center #F5F5F5;
    background-size: 7px;
}

.alt-colors .next-icon.slick-arrow {
    right: -40px;
    left: auto;
    background: url(/wp-content/uploads/2026/04/chevron-left-1.svg) no-repeat center center #F5F5F5;
    background-size: 7px;
}

.alt-colors .slick-arrow.slick-disabled {
    opacity: 0.4;
    cursor: no-drop;
}

/* ============================================
   BREADCRUMB SECTION
   ============================================ */

.breadcrumbs_nav .separate_icon {
    padding: 0 8px;
}

/* ============================================
   BRAND LOGO SECTION
   ============================================ */
.pdp-brand-logo img {
    width: auto;
    max-width: 115px;
}

/****/

@media (min-width: 769px) {
    .alt-colors .slick-track {
        display: flex;
        justify-content: space-between;
        width: 100% !important;
    }
}

@media (max-width: 768px) {
    .pdp-brand-logo img {
        width: auto;
        max-width: 100px;
    }

    .alt-colors .slick-arrow {
        display: none !important;
    }
}

/* ============================================
   Recently Viewed section
   ============================================ */
.recently-viewed .mobile-only {
    display: none;
}

.rv-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.rv-heading a {
    color: #1f1f1f;
    font-size: 14px;
}

.rv-heading h3 {
    margin: 0 0 0px 0px;
}

.rv-heading span {
    font-size: 18px;
    font-weight: 400;
}

.recently-viewed .slick-track {
    display: flex;
}

li.wvs-pro-product {
    padding: 24px 12px 0px;
    height: -webkit-fill-available;
}

li.wvs-pro-product:hover .text-box {
    border-bottom: 1px solid #1f1f1f;
}

li.wvs-pro-product>a {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

li.wvs-pro-product .image-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
}

li.wvs-pro-product .text-box {
    padding: 16px;
    border-bottom: 1px solid #EAEAEA;
    transition-duration: 0.5s;
}

li.wvs-pro-product .brand_with_lenses_color {
    display: flex;
    justify-content: space-between;
}

li.wvs-pro-product .brand_with_lenses_color .brand_name {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    color: #1f1f1f;
}

li.wvs-pro-product .brand_with_lenses_color .custom_data {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    color: #666;
}

li.wvs-pro-product .text-box h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
    color: #1f1f1f;
    margin: 0 0 2px 0;
}

li.wvs-pro-product .text-box .amount {
    font-size: 16px;
    font-weight: 500;
    color: #1f1f1f;
}

.rv-heading a:hover {
    text-decoration: underline;
}

.recently-viewed ul .product img {
    aspect-ratio: 3/2;
    object-fit: contain;
    max-width: 232px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    display: block;
}

.recently-viewed ul.slick-dots li.slick-active button {
    background: #5A5A5A;
}

.recently-viewed .slick-arrow {
    position: absolute;
    top: 50%;
    font-size: 0;
    margin-top: -11px;
    z-index: 999;
    left: -40px;
    width: 37px;
    height: 37px;
    border-radius: 100%;
    background: url(/wp-content/uploads/2026/04/chevron-left-2.svg) no-repeat center #F5F5F5;
}

.recently-viewed .next-icon.slick-arrow {
    right: -40px;
    left: auto;
    background: url(/wp-content/uploads/2026/04/chevron-left-1.svg) no-repeat center center #F5F5F5;
}

.recently-viewed .slick-arrow.slick-disabled {
    opacity: 0.4;
    cursor: no-drop;
}

@media screen and (max-width: 1460px) {
    .recently-viewed a.prev-icon.slick-arrow {
        left: -20px;
    }

    .recently-viewed a.next-icon.slick-arrow {
        right: -20px;
    }

    .recently-viewed ul.slick-slider {
        margin: 0 20px;
    }
}

@media screen and (max-width: 992px) {
    .recently-viewed a.prev-icon.slick-arrow {
        left: -40px;
    }

    .recently-viewed a.next-icon.slick-arrow {
        right: -40px;
    }

    .recently-viewed ul.slick-slider {
        margin: 0 40px;
    }

    .recently-viewed .text-box {
        padding: 0px 20px;
    }
}

@media screen and (max-width: 768px) {
    .rv-heading {
        margin-bottom: 16px;
    }

    .rv-heading a {
        padding-right: 24px;
    }

    .recently-viewed .text-box {
        padding: 0px 0px;
    }

    .recently-viewed .mobile-only {
        margin-top: 30px;
        display: none;
    }

    .rv-heading h3 {
        font-size: 18px;
    }

    .rv-heading h3 span {
        font-size: 16px;
    }

    .recently-viewed a.slick-arrow {
        display: none !important;
    }

    .recently-viewed ul.slick-slider {
        margin: 0 0px;
        padding: 0;
    }

    .product_description {
        position: relative;
        max-height: 150px;
        overflow: hidden;
    }
}