html {
  scroll-behavior: smooth;
}
header.fixed {
    z-index: 10;
}
#contentMainWrapper {
    padding-top:0;
}
.navNextPrevWrapper ul {
    margin:0;
}
.word-break {
    word-break: break-all;
}
code {
    word-break: break-all;
}
section.product-section.product-section--products {
    padding-top: 40px;
}

/* Hero */
.oprc-product-hero-section {
    min-height: 734px;
    display: flex;
    padding: 23px 160px 120px;
    background-image: url(../../images/oprc_product_page/oprc_product_hero_bg.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.oprc-product-hero-section .nmx-wrap-container {
    margin:0 auto;
    max-width: 1560px;
    width:100%;
}
.oprc-product-hero-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.oprc-product-hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 95px;
    height:100%;
}
.oprc-product-hero-text h1 {
    font-weight: 700;
    font-size: 64px;
    line-height: 130%;
    max-width:732.5px;
    margin-bottom:24px;
}
.oprc-product-hero-text h1 .oprc-hero-heading-img {
    position: relative;
}
.oprc-product-hero-text h1 .oprc-hero-heading-img img {
    display: block;
    width: 115%;
    height: 120%;
    max-width: unset;
    max-height: unset;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(calc(-50% + 14px), -50%);
}
.oprc-product-hero-text h1 .oprc-hero-heading-line {
    position: relative;
}
.oprc-product-hero-text h1 .oprc-hero-heading-line::after {
    content: '';
    display: block;
    width: 100%;
    height: 6px;
    position: absolute;
    background: rgba(228, 123, 58, 1);
    left: 0;
    bottom: 5px;
}
.oprc-product-hero-text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 40px;
}
.oprc-product-hero-image {
    display: flex;
    align-items: center;
}
.oprc-hero-buttons {
    display:flex;
    flex-wrap:wrap;
    gap:16px;
}
.oprc-hero-buttons .btn-custom-order {
    background-image: linear-gradient(90deg, rgba(73, 198, 255, 1) 0%, rgba(6, 78, 162, 1) 33%, rgba(0, 161, 235, 1) 66%, rgba(0, 68, 148, 1) 100%) !important;
    background-size: 300% 100%;
    border-radius: 58px;
    color: white;
    outline: none;
    border: none;
    font-size: 18px !important;
    line-height: 30px !important;
    letter-spacing: 0.3px !important;
    cursor: pointer;
    font-weight: 500;
    transition: all 1s;
    height: 60px;
    display: inline-block;
    width: auto !important;
}
.oprc-hero-buttons .btn-custom-order:hover {
    background-position: 100% 0;
    background-size: 300% 100%;
}
.oprc-hero-buttons .button_in_cart {
    background:#fff;
    color:rgba(6, 143, 206, 1);
    background-image: unset !important;
    font-weight: 500;
    font-size: 18px !important;
    line-height: 30px !important;
    letter-spacing: 0.3px !important;
    text-align: center;
    text-transform: capitalize;
}
@media (max-width:1280px) {
    .oprc-product-hero-text h1 {
        font-weight: 700;
        font-size: 32px;
        line-height: 45px;
        text-align: left;
        margin-bottom:16px;
    }
    .oprc-product-hero-text p {
        font-size: 15px;
        line-height: 22px;
        margin-bottom:24px;
    }
    .oprc-hero-buttons .btn-custom-order,
    .oprc-hero-buttons .button_in_cart {
        font-size:15px !important;
        line-height:18px !important;
        height:52px;
        display:flex;
        align-items:center;
        justify-content:center;
        text-align:center;
    }
    .oprc-product-hero {
        gap: 56px;
    }
}
@media (max-width:1023px) {
    .oprc-product-hero-section {
        padding-left:60px;
        padding-right:60px;
    }
}
@media (max-width:768px) {
    .oprc-product-hero-section {
        padding-top:32px;
    }
    .oprc-product-hero {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }
    .oprc-product-hero-text {
        align-items: center;
    }
    .oprc-product-hero-text h1 {
        align-items:center;
        text-align:center;
    }
    .oprc-product-hero-text p {
        align-items:center;
        text-align:center;
    }
    .oprc-hero-buttons {
        width:100%;
    }
    .oprc-hero-buttons .btn-custom-order {
        width: 100% !important;
    }
    .oprc-hero-buttons .button_in_cart {
        width:100% !important;
    }
    .oprc-product-hero-text h1 .oprc-hero-heading-img img {
        transform:translate(calc(-50% + 5px), -50%);
    }
    .oprc-product-hero-section {
        background-image:url(../../images/oprc_product_page/oprc_product_hero_bg_mobile.png)
    }
    .oprc-product-hero-text h1 .oprc-hero-heading-line::after {
        bottom:0;
    }
}
@media (max-width:575px) {
    .oprc-product-hero-section {
        padding-left:15px;
        padding-right:15px;
    }
}

/* Tabs */
.services-tabs {
    max-width:100%;
}
.services-tabs .tab-header {
    border-top: 1px solid rgba(230, 230, 230, 1);
    border-bottom: 1px solid rgba(230, 230, 230, 1);
    padding-bottom:0 !important;
    justify-content:space-evenly;
    gap:24px;
}
.services-tabs .tab-header > li {
    padding-top: 12px;
    padding-bottom: 12px;
    margin:0 !important;
}
.services-tabs .tab-header li.active {
    color: rgba(6, 143, 206, 1);
    border-color: rgba(6, 143, 206, 1);
}
#customer-review.in-tab .product-section__reviews--title {
    display: none;
}
.reviews-section-container .content-header a {
    border-bottom:none;
}
.services-tabs .list-inline {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    max-width: 780px;
}
.services-tabs .tab-content table {
    max-width:780px;
    table-layout:fixed;
    border-color:rgba(230, 230, 230, 1);
}
.services-tabs .tab-content table td {
    border-color:rgba(230, 230, 230, 1);
}
.services-tabs .tab-content table td.change_date {
    text-align:center;
}
.services-tabs .tab-content table td.change_link {
    text-align:right;
}
.services-tabs .tab-content table td a {
    color:rgba(24, 155, 234, 1);
}
.product-history .get-more-version {
    margin-top:10px;
    font-weight:400;
}
ol.list-alpha {
    list-style-type: lower-alpha;
}
ul.list-disc {
    list-style-type: disc;
}
.tab-content-details h4 {
    font-weight: 500;
    font-size: 25px;
    line-height: 32px;
    letter-spacing: 0%;
    margin-bottom:20px;
    color: rgba(23, 23, 23, 1);
}
.tab-content-details p, 
.tab-content-details li {
    font-size: 18px;
    line-height: 30px;
    color: rgba(23, 23, 23, 1);
    font-weight: 400;
}
.faqs-item {
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid rgba(222, 226, 230, 1);
    cursor:pointer;
}
.faqs-item + .faqs-item {
    margin-top:24px;
}
.faqs-item h5 {
    padding: 12.5px 17.5px;
    background: rgba(248, 249, 250, 1);
    display: flex;
    align-items: center;
    gap: 10px;
    margin:0;
}
.faqs-item h5 svg {
    transition:0.3s;
}
.faqs-item.active h5 svg {
    transform:rotateZ(180deg);
}
.faqs-item-content {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
}
.faqs-item.active .faqs-item-content {
    max-height:1000px;
}
.faqs-item-content p {
    padding: 17.5px;
    margin: 0;
    border-top: 1px solid rgba(222, 226, 230, 1);
}

@media (max-width: 768px) {
    .services-tabs .list-inline li {
        width: 100%;
    }
}
@media (max-width: 480px) {
    .services-tabs .tab-content .tab-content-item {
        height:auto;
    }
    .services-tabs .tab-content .btn-see-more {
        display:none;
    }
    .tab-content-item-container {
        border-bottom: 1px solid rgba(230, 230, 230, 1);
        padding-top:16px;
        padding-bottom:16px;
    }
    .tab-content-item-container:first-of-type {
        border-top: 1px solid rgba(230, 230, 230, 1);
    }
    .services-tabs .tab-content .tab-content-title {
        margin-bottom:0;
        font-size:16px;
        line-height:24px;
        font-weight:600;
        display:flex;
        align-items:center;
        justify-content:space-between;
    }
    .services-tabs .tab-content .tab-content-title::after {
        content:'+';
        font-size:30px;
        font-weight:300;
        line-height:100%;
    }
    .services-tabs .tab-content .tab-content-item-container.active .tab-content-title::after {
        content:'-';
    }
    .services-tabs .tab-content .tab-content-item-container.active .tab-content-title {
        color:rgba(6, 143, 206, 1);
    }
    .services-tabs .tab-content .tab-content-item-container:first-of-type .tab-content-details {
        display:block;
    }
    .tab-content .tab-content-details {
        display: none;
        padding-top:20px;
        padding-bottom:20px;
    }
    .services-tabs .tab-content > div {
        margin-bottom:0;
    }
    .tab-content-details p, 
    .tab-content-details li {
        font-size:15px;
        line-height:22px;
    }
    .product-description p {
        margin-bottom:0;
    }
    .services-tabs .tab-content table {
        table-layout: auto;
    }
    .tab-content-details h4,
    .product-description h5 {
        font-size: 20px;
        line-height: 24px;
    }
    .faqs-item h5 {
        font-size: 15px;
        line-height: 18px;
    }
}

/* Better Checkout */
.oprc-product-section {
    padding-top:120px;
    padding-bottom:120px;
}
.oprc-product-section.wide {
    padding-left: 160px;
    padding-right: 160px;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.oprc-product-section.wide .nmx-wrap-container {
    margin: 0 auto;
    max-width: 1560px;
    width: 100%;
}
.oprc-product-title {
    font-weight: 400;
    font-size: 50px;
    line-height: 62px;
    text-align: center;
    text-transform: capitalize;
    margin-bottom:24px;
}
.oprc-product-desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    margin-bottom:40px;
}
.better-checkout-section {
    background: rgba(245, 249, 255, 1);
}
.better-checkout-cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
}
.better-checkout-card {
    padding: 40px;
    display: flex;
    align-items: center;
    flex-direction: column;
    background: #fff;
    box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.07);
    border-radius:8px;
    position: relative;
}
.better-checkout-card::before {
    content: '';
    width: calc(100% - 24px);
    height: calc(100% - 24px);
    position: absolute;
    border: 1px solid rgba(230, 230, 230, 1);
    top: 12px;
    left: 12px;
    box-sizing: border-box;
}
.better-checkout-card svg {
    margin-bottom: 24px;
}
.better-checkout-card h3 {
    font-weight: 500;
    font-size: 25px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 16px;
    margin-top: 0;
    text-transform:capitalize;
}
.better-checkout-card p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    margin: 0;
}
@media (max-width:1380px) {
    .better-checkout-cards {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 1023px) {
    .oprc-product-section.wide {
        padding-left: 60px;
        padding-right: 60px;
    }
}
@media (max-width:992px) {
    .better-checkout-cards {
        grid-template-columns: 1fr;
    }
}
@media (max-width:768px) {
    .oprc-product-section {
        padding-top:40px;
        padding-bottom:40px;
    }
    .oprc-product-title {
        font-size:32px;
        line-height:45px;
    }
    .better-checkout-card h3 {
        font-size:20px;
        line-height:24px;
    }
    .better-checkout-card p {
        font-size:15px;
        line-height:18px;
    }
}
@media (max-width: 575px) {
    .oprc-product-section.wide {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* How to install */
.howto-install-section {
    position:relative;
    z-index:9;
}
.howto-install-section::after {
    content: '';
    position: absolute;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(/includes/templates/nmn/images/oprc_product_page/howto-install-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.howto-install-section .oprc-product-title,
.howto-install-section .oprc-product-desc,
.howto-install-container {
    position:relative;
    z-index:1;
}
.howto-install-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 1330px;
    margin: 0 auto;
}
.howto-install-video-inner {
    position: relative;
    cursor:pointer;
    margin-right:-30%;
}
.howto-install-video-inner .video-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.howto-install-video-inner .video-thumbnail {
    width: 100%;
    height: auto;
}
.howto-install-video-zoom {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    background: #000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.howto-install-video-zoom.active {
    display:flex;
}
.howto-install-video-zoom::after {
    content: '+';
    color: #aaa;
    font-size: 5rem;
    transform: rotate(45deg);
    font-weight: 100;
    line-height: 60px;
    position: absolute;
    top: 0;
    right: 0;
}
.howto-install-video-zoom img {
    height:100%;
    object-fit:cover;
    transform:scale(0);
}
.howto-install-video-zoom.active img {
    animation-name:scaleup;
    animation-delay:1s;
    animation-duration:0.5s;
    animation-iteration-count:1;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
    animation-direction: normal;
}
@keyframes scaleup {
    0% {transform:scale(0)}
    100% {transform:scale(1)}
}
.howto-install-review {
    position: relative;
    z-index: 1;
}
.howto-install-review-inner {
    background: #fff;
    box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.07);
    padding: 24px;
    margin-top: 54px;
    border-radius: 8px;
}
.howto-install-review-inner .review-text {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom:24px;
}
.review-author-container {
    display: flex;
    align-items: center;
    gap: 12px;
}
.review-author-info h4 {
    font-weight: 500;
    font-size: 25px;
    line-height: 32px;
    text-transform: capitalize;
    margin-bottom: 7px;
}
.review-author-info p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0;
}
@media (max-width:768px) {
    .howto-install-container {
        grid-template-columns: 1fr;
    }
    .howto-install-video-inner {
        margin-right: 0;
    }
    .howto-install-review-inner {
        margin-top: -30px;
    }
    .howto-install-video {
        margin-left: -30px;
        margin-right: -30px;
    }
    .howto-install-video-inner {
        overflow:hidden;
    }
    .howto-install-section::after {
        background-position: right top;
    }
    .howto-install-video-inner .video-thumbnail {
        width: auto;
        margin-left: -5px;
        margin-right: -5px;
        max-width: calc(100% + 10px);
    }
}
@media (max-width:575px) {
    .howto-install-section {
        padding-bottom: 80px;
    }
    .howto-install-video {
        margin-left: -15px;
        margin-right: -15px;
    }
    .howto-install-review-inner .review-text {
        font-size: 15px;
        line-height: 22px;
        margin-bottom:16px;
    }
    .review-author-info h4 {
        font-size: 20px;
        line-height: 24px;
    }
    .review-author-info p {
        font-size: 15px;
        line-height: 22px;
    }
    .howto-install-video-inner .video-play-icon {
        width: 48px;
        height: 48px;
    }
}

/* Achievements section */
.oprc-product-section.achievement-section {
    padding-top: 0;
}
.achievements {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    border-radius: 40px;
    position: relative;
    z-index: 1;
}
.achievement {
    padding:12px;
}
.achievement + .achievement {
    border-left:3px solid rgba(230, 230, 230, 1);
}
.achievement-icon {
    display:none;
}
.achievement h3 {
    font-weight: 700;
    font-size:64px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    background: linear-gradient(256.76deg, #49C6FF -6.54%, #064EA2 134.17%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    margin-bottom:8px;
}
.achievement h3 strong {
    font-weight:700;
}
.achievement p {
    font-weight: 500;
    font-size: 25px;
    line-height: 32px;
    text-align: center;
    background: rgba(19, 19, 19, 1);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip:text;
    margin: 0;
}
@media (max-width:768px) {
    .achievements {
        grid-template-columns:1fr;
    }
    .achievement {
        padding:24px 12px;
    }
    .achievement + .achievement {
        border-left:none;
        border-top:3px solid rgba(230, 230, 230, 1);
    }
    .achievement h3 {
        font-size:48px;
    }
    .achievement p {
        font-size:20px;
        line-height:24px;
    }
}

/* Product main image */
.productMainImage-container {
    position: relative;
}
.productMainImage-carousel {
    border: 1px solid rgba(238, 238, 238, 1);
    border-radius:8px;
}
.productMainImage-carousel .slick-track {
    display: flex;
    align-items: stretch;
}
.productMainImage-carousel .slick-slide {
    height:unset;
    display:flex;
    align-items:center;
    justify-content:center;
    aspect-ratio:5/4;
    padding:30px;
}
.productMainImage-carousel .slick-slide img {
    display:block;
    width:100%;
    height:100%;
    object-fit:contain;
    transition:0.3s;
}
.productMainImage-carousel .slick-dots {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    bottom: 0;
    transform: translateY(calc(100% + 20px));
    gap:16px;
}
.productMainImage-carousel .slick-dots li {
    width:100%;
    height:0;
    padding:0 0 100%;
    position: relative;
    border: 1px solid rgba(238, 238, 238, 1);
    margin:0;
    border-radius:8px;
    overflow:hidden;
}
.productMainImage-carousel .slick-dots li button {
    position:absolute;
    width:100%;
    height:100%;
    padding:0;
    margin:0;
    display:flex;
    align-items:center;
    justify-content:center;
}
.productMainImage-carousel .slick-dots li button::before {
    display:none;
}
.productMainImage-carousel .slick-dots li button img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.productMainImage-carousel button.slick-arrow {
    width:46px;
    height:46px;
    background: rgba(238, 238, 238, 1);
    z-index: 1;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
}
.productMainImage-carousel button.slick-prev.slick-arrow {
    left: 27px;
}
.productMainImage-carousel button.slick-prev.slick-arrow::before {
    content: "";
    width: 12px;
    height: 12px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    display: block;
    transform: rotateZ(-45deg);
    margin-left:4px;
}
.productMainImage-carousel button.slick-next.slick-arrow {
    right: 27px;
}
.productMainImage-carousel button.slick-next.slick-arrow::before {
    content: "";
    width: 12px;
    height: 12px;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    display: block;
    transform: rotateZ(-45deg);
    margin-right:4px;
}
.product-image.product-image-mb {
    width: 100%;
    display:none;
}
@media (max-width:1024px) {
    .product .product-image.product-image-mb {
        display:block;
    }
    .product-image.product-image-mb .productMainImage-carousel .slick-dots {
        display:none !important;
    }
}
@media (max-width:575px) {
    .productMainImage-carousel button.slick-next.slick-arrow {
        background:none;
        right:0;
    }
    .productMainImage-carousel button.slick-prev.slick-arrow {
        left: 0;
        background: none;
    }
}

/* Customize order */
.product-get-info {
    border: 1px solid #EFEFEF;
    box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.07);
    border-radius: 8px;
    padding:40px 30px;
}
.product-get-info h2 {
    font-weight: 400;
    font-size: 42px;
    line-height: 100%;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.product-get-info form[name="cart_quantity"] #productAttributes {
    padding:0;
    border:none;
}
#cartAdd {
    padding:30px 0;
    border:none;
}
#cartAdd .button_in_cart {
    font-size: 18px !important;
}
#cartAdd .button_view_demo {
    background: #fff;
    color: rgba(6, 143, 206, 1);
    background-image: unset !important;
    font-weight: 500;
    font-size: 18px !important;
    line-height: 30px !important;
    letter-spacing: 0.3px !important;
    text-align: center;
    text-transform: capitalize;
    border:1px solid rgba(24, 155, 234, 1);
    margin-top:15px;
}
#cartAdd_2 {
    padding: 30px 0 0 !important;
    border-top: 1px solid #EFEFEF !important;
    border-right: 0 !important;
    border-left: 0 !important;
    border-bottom: 0 !important;
}
#cartAdd_2 .notify_form {
    margin-top:0;
}
#cartAdd_2 .notify_form label {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}
#oprc-review-price-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap:wrap;
    gap:10px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(230, 230, 230, 1);
}
.oprc-review-container {
    display: flex;
    align-items: center;
    gap: 10px;
}
.oprc-review-count {
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
}
.info-price {
    font-size: 25px;
    line-height: 100%;
    font-weight: 700;
    color: rgba(24, 155, 234, 1);
}
.product-get-info form[name="cart_quantity"] #productAttributes::before {
    content: 'CUSTOMIZE ORDER';
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 5px;
    margin-bottom: 24px;
}
.attribute .optionValue.forward {
    row-gap:0;
}
.oprc_custom_selector {
    width:100%;
}
#productAttributes .attributeWrapper select, 
#productAttributes .attributeWrapper input {
    height: 54px;
    border-radius: 8px;
    border: 0.5px solid rgba(230, 230, 230, 1);
    background-color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0px;
    color: rgba(23, 23, 23, 1);
    max-width:100%;
}
.oprc_custom_selector .oprc_item {
    min-height: 54px;
    border-radius: 8px;
    border: 0.5px solid rgba(230, 230, 230, 1);
    background-color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: rgba(23, 23, 23, 1);
    padding: 5.5px 15px 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.oprc_custom_selector .oprc_item.active {
    background:rgba(227, 246, 255, 1);
    border:0.5px solid rgba(24, 155, 234, 1);
}
.oprc_custom_selector .oprc_item + .oprc_item {
    margin-top:8px;
}
.oprc_custom_selector .oprc_item .oprc_price {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: rgba(24, 155, 234, 1);
}
#attribute_Installation select,
#attribute_BillingFrequency select {
    position: absolute;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
}
#oprc_billingfrequency_selector {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8px;
}
#oprc_billingfrequency_selector .oprc_item {
    margin-top: 0;
    max-width: 100%;
    text-align: center;
    padding: 11.5px 4px 10px;
    font-size: 16px;
    display: inline-block;
}
#oprc_billingfrequency_selector .oprc_item .oprc_price {
    font-size: 16px;
    color: #171717;
    font-weight: 400;
}
.attribute-title {
    align-items:center;
    justify-content:flex-start;
    gap:5px;
}
.custom-control.custom-checkbox {
    width: 100%;
    border: 0.5px solid rgba(230, 230, 230, 1);
    padding: 5.5px 10px 4px 43px;
    box-sizing: border-box;
    max-width: 100%;
    height: 54px;
    display: flex;
    align-items: center;
    border-radius: 8px;
}
.custom-checkbox-label-wrapper {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: rgba(24, 155, 234, 1);
    align-items:center;
}
.custom-checkbox-label-wrapper span {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: rgba(23, 23, 23, 1);
}
#attribute_OptionalServices {
    margin-bottom: 0;
}
.notify_group input[type="text"] {
    border: 0.5px solid rgba(230, 230, 230, 1);
    background:none;
}
@media (max-width:1024px) {
    #oprc_billingfrequency_selector {
        grid-template-columns:1fr;
    }
    .product-get-info h2 {
        font-weight: 500;
        font-size: 26px;
        line-height: 35px;
        text-transform: capitalize;
    }
    .oprc-review-count {
        font-weight: 400;
        font-size: 15px;
        line-height: 22px;
    }
    .info-price {
        font-size: 22px;
        line-height: 30px;
    }
    .attribute-title span, 
    .attribute-title label {
        font-size: 16px;
        line-height: 24px;
    }
    #cartAdd .button_in_cart,
    #cartAdd .button_view_demo {
        font-size:15px !important;
        line-height:18px !important;
        height:52px;
    }
    #cartAdd_2 .notify_form label {
        font-size:16px;
        line-height:22px;
    }
    .notify_group input:last-of-type {
        font-size:15px;
        line-height:18px;
    }
    .oprc_custom_selector .oprc_item,
    .custom-checkbox-label-wrapper span {
        line-height:18px;
    }
    #oprc_billingfrequency_selector .oprc_item {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 5.5px 4px 4px;
    }
}
@media (max-width:575px) {
    #contentMainWrapper .product {
        margin-top:0;
    }
    .product-get-info {
        margin-right: -15px;
        margin-left: -15px;
        width: calc(100% + 30px) !important;
        max-width: unset !important;
        border: none;
        border-radius: 0;
        padding:30px 15px;
        box-shadow:none;
    }
}

/* Recommended Products */
.product-section--products > h2.h1 {
    font-weight: 500;
    font-size: 25px;
    line-height: 32px;
    padding-bottom: 0;
    margin-bottom: 24px;
}
.product-section .listing-image {
    background:none;
}
.product-section .listing-image img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    max-height: 100% !important;
    object-fit: contain;
}
.product-section .xsell-add-to-cart,
.product-section .nmx-product {
    display: flex;
    flex-direction: column;
}
.listing-name {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    padding: 17px 15px 0;
    margin-bottom:0;
    order:1;
}
.listing-price {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    padding: 0 15px;
    margin: 0;
    order:3;
}
.downloadproductinfo .stars {
    order:2;
    padding: 0 15px;
    margin-top:5px;
    margin-bottom:5px !important;
}
.nmx-products-list {
    margin-right:0 !important;
    margin-left:0 !important;
    display:grid;
    grid-template-columns:repeat(5, 1fr);
    gap:57px;
    margin-top:0;
}
.product-section--products li {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width:100% !important;
    padding-top:0;
}
@media (max-width: 1380px) {
    .nmx-products-list {
        gap:20px;
    }
}
@media (max-width: 992px) {
    .nmx-products-list {
        grid-template-columns:repeat(4, 1fr);
    }
}
@media (max-width: 768px) {
    .nmx-products-list {
        grid-template-columns:repeat(2, 1fr);
    }
    .listing-name {
        font-size: 15px;
        line-height: 22px;
    }
    .downloadproductinfo .stars {
        margin-top:7px;
    }
    .listing-price {
        font-size:16px;
        line-height:24px;
    }
    .product-section--products li {
        border: 1px solid rgba(250, 250,250, 1);
        padding-bottom: 17px;
        border-radius: 8px;
        overflow: hidden;
    }
    .product-section .listing-image {
        background: #f7f7f7;
    }
    .product-section .listing-image img {
        object-position:center;
        max-height: 80% !important;
        max-width: 80%;
        width: 80%;
        height: 80%;
    }
}