﻿:root {
    --black: #000000;
    --primary: #2C262D;
    --dark: #848080;
    --main-bg: #E8E9EE;
    --light: #CDCBCC;
    --superlight: #00A1DE;
    --white: #FFFFFF;
    --blue: #00A1DE;
    --deals: #00A1DE;
    --unit: 40px;
    --page-padding: 40px;
    --constrained-padding: calc(50% - 645px);
    --shadow: 0 3px 6px rgba(0,0,0,0.1);
    --small-border-radius: 3px;
    --medium-border-radius: 7px;
}

button {
    -webkit-appearance: none;
}

.header-logo {
    margin-top: 24px;
}

@media (max-width: 1025px) {
    .netgear .master-header-wrapper,
    .netgear.home-page-body .master-header-wrapper {
        margin: 0;
    }
}

.netgear.font-open-sans, .font-open-sans {
    font-family: 'Montserrat', sans-serif;
}

body.netgear {
    background-color: var(--main-bg);
}

.netgear .master-wrapper-content {
    width: 100%;
    margin: 0 auto;
}

.netgear .page {
    text-align: unset;
}

.netgear .anywhere-slider .slick-dots button {
    background-color: transparent;
    border: 2px solid var(--white);
}

.netgear .anywhere-slider .slick-active button {
    background-color: var(--white);
}

.netgear .center-1 {
    margin-bottom: 0;
}
/* Home page */
.netgear.home-page-body .page-body > div {
    width: 100%;
}
/* Category page */
.netgear .page-title {
    border-bottom: none;
    text-align: left;
    margin: 0;
    padding: 0;
}

    .netgear .page-title h1 {
        font-weight: 100;
        font-size: 55px;
        line-height: 67px;
        background-color: white;
        display: inline-block;
        padding: 6px 40px;
        text-transform: uppercase;
        margin-bottom: 40px;
        box-shadow: var(--shadow);
        text-align: left;
    }

.netgear .page {
    padding: 0 var(--page-padding);
}

.netgear .page-body {
    background: transparent;
}

.netgear .product-grid {
    padding: 0;
    width: auto;
}

.netgear.category-page-body .category.full-width-image {
    height: 768px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    margin-bottom: -320px;
    position: relative;
    z-index: -1;
}

    .netgear.category-page-body .category.full-width-image:after {
        content: '';
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        z-index: 1;
        top: 0;
        left: 0;
        background-image: linear-gradient(0deg, rgba(232,233,238,1) 0%, rgba(232,233,238,0) 60%);
    }

.netgear .item-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 24px;
}

/* Product item box (list) */

.netgear-item-box .product-item {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    padding: 15px;
    height: 100%;
}

    .netgear-item-box .product-item .item-left,
    .netgear-item-box .product-item .item-right {
        width: 47.5%;
        display: flex;
        flex-wrap: wrap;
        align-content: space-between;
    }

.netgear-item-box .sku {
    font-size: 12px;
    margin-bottom: 15px;
}

.netgear-item-box h2.product-title {
    font-size: 17px;
    line-height: 125%;
    font-weight: normal;
}

.netgear-item-box .prices {
    font-size: 22px;
    font-weight: 600;
}

.netgear-item-box .price.old-price {
    color: #666;
    margin-bottom: 10px;
    font-size: 70%;
    text-decoration: line-through;
    display: block;
}

.netgear-item-box .price.discount-price {
    color: red;
    display: block;
}

.netgear-item-box .picture {
    width: 100%;
    display: block;
    padding-top: 100%;
    position: relative;
}

    .netgear-item-box .picture a {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .netgear-item-box .picture img {
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
        object-position: center;
    }

.netgear .button,
.netgear .button-1,
.netgear .button-2 {
    display: inline-block;
    background-color: var(--black);
    color: var(--white);
    /*font-size: 12px;*/
    /*font-size: 16px;*/
    font-size: 14px;
    line-height: 40px;
    padding: 0 36px;
    border-radius: var(--medium-border-radius);
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    border: 0;
    -webkit-user-select: none;
}

.netgear-item-box .buttons-wrapper {
    margin-top: 15px;
    width: 100%;
}

    .netgear-item-box .buttons-wrapper button {
        padding: 0;
        width: 100%;
    }

    .netgear-item-box .buttons-wrapper div.button-2 {
        width: 100%;
        padding: 0;
        cursor: pointer;
    }

        .netgear-item-box .ajax-cart-button-wrapper,
        .netgear-item-box .buttons-wrapper div.button-2 a {
            display: block;
        }

.item-type-1 .product-grid .netgear-item-box .buttons-wrapper .product-box-add-to-cart-button:before,
.item-type-1 .product-grid .netgear-item-box .buttons-wrapper .product-box-add-to-cart-button:after {
    content: none;
}
/* Product Ribbons */
.ribbon-placeholder.mobile {
    display: none !important;
}

@media screen and (max-width: 870px) {
    .ribbon-placeholder.desktop {
        display: none !important;
    }

    .ribbon-placeholder.mobile {
        display: block !important;
    }
}

.netgear .ribbon-wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    padding-top: 100%;
}

.netgear .product-essential .ribbon-wrapper {
    padding-top: 0;
}

.netgear .product-ribbon {
    margin-top: 15px;
    padding: 5px 10px 5px 15px;
    text-align: center;
    min-width: 110px;
}

    .netgear .product-ribbon .ribbon-text {
        color: white;
        font-weight: 600;
        font-size: 16px;
    }

    .netgear .product-ribbon:after {
        content: "";
        position: absolute;
        right: -15px;
        top: 0;
        width: 0;
        height: 0;
        border-right: 15px solid transparent;
    }
    /* Product Ribbon - SALE */
    .netgear .product-ribbon.sale {
        background-color: red;
    }

        .netgear .product-ribbon.sale:after {
            border-top: 30px solid red;
        }
    /* Product Ribbon - NEW */
    .netgear .product-ribbon.newproduct {
        background-color: rgb(63,58,64);
    }

        .netgear .product-ribbon.newproduct:after {
            border-top: 30px solid rgb(63,58,64);
        }
    /* Product Ribbon - PROMO Html */
    .netgear .product-ribbon.promo,
    .netgear .product-ribbon.pre-order {
        background-color: var(--blue);
    }

        .netgear .product-ribbon.promo:after,
        .netgear .product-ribbon.pre-order:after {
            border-top: 30px solid var(--blue);
        }

.netgear .product-essential .ribbon-placeholder .product-ribbon.promo {
    width: auto;
    padding: 5px 15px;
}
/* Product Ribbon - PROMO Img */
.netgear .product-ribbon.promo-img {
    margin-top: unset;
    width: 100%;
    padding: 0;
}
/* Product Ribbon - EXCLUSIVE */
.netgear .product-ribbon.exclusive {
    background-color: red;
}

    .netgear .product-ribbon.exclusive:after {
        border-top: 30px solid red;
    }

a.ribbon-position.bottom-right {
    top: unset;
    left: unset;
    width: 80%;
}

a.ribbon-position.top-left {
    bottom: unset;
    right: unset;
}

/* Categories Grid */
.netgear .netgear-category-grid {
    padding: 40px var(--page-padding);
    background-color: white;
    margin-top: 80px;
}

    .netgear .netgear-category-grid .title {
        border-bottom: none;
        text-align: left;
        padding: 0;
    }

        .netgear .netgear-category-grid .title h2 {
            font-weight: 400;
            font-size: 32px;
            line-height: 37px;
            text-transform: uppercase;
            margin-bottom: 30px;
        }

    .netgear .netgear-category-grid .item-grid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-gap: 24px;
    }

.netgear-category-grid .item-box {
    width: 100%;
    margin: 0;
}

    .netgear-category-grid .item-box .picture {
        border-radius: var(--medium-border-radius);
        box-shadow: var(--shadow);
    }

    .netgear-category-grid .item-box img {
        height: calc(25vw - 35px);
        object-fit: cover;
        object-position: top right;
    }

    .netgear-category-grid .item-box h3.title {
        text-align: center;
        font-size: 18px;
        line-height: 22px;
        margin-top: 12px;
        text-transform: uppercase;
    }

/* Pager */
.netgear .pager {
    border-top: none;
    text-align: right;
    background: transparent;
    padding: 0;
}

    .netgear .pager ul {
        display: inline-block;
        background: var(--white);
        padding: 20px;
        margin-top: 20px;
        box-shadow: var(--shadow);
    }

/* Nop-JCarousel Products */

.netgear .nop-jcarousel.product-grid {
    padding: var(--unit);
}

.netgear .nop-jcarousel .carousel-title {
    text-align: left;
    border-bottom: none;
}

.netgear .nop-jcarousel.product-grid {
    background: transparent;
    border-bottom: none;
}

    .netgear .nop-jcarousel.product-grid .title h2 {
        text-transform: uppercase;
        margin-bottom: 12px;
        font-weight: 400;
        font-size: 32px;
        line-height: 37px;
    }

    .netgear .nop-jcarousel.product-grid .title p {
        font-size: 18px;
        line-height: 22px;
        text-transform: none;
    }

.netgear .nop-jcarousel .slick-prev, .nop-jcarousel .slick-next {
    top: 27%;
    z-index: 100;
}

    .netgear .nop-jcarousel .slick-prev:after {
        content: '\25C0 \FE0E';
    }

.netgear .nop-jcarousel .slick-next:after {
    content: '\25B6 \FE0E';
}

.nop-jcarousel .netgear-item-box .product-item {
    flex-direction: column;
    background-color: transparent;
}

.nop-jcarousel .netgear-item-box .picture {
    background-color: white;
    box-shadow: var(--shadow);
}

.nop-jcarousel .netgear-item-box h2.product-title {
    font-size: 20px;
    line-height: 30px;
    margin: 20px 0;
    min-height: 90px;
}

.nop-jcarousel .netgear-item-box .buttons-wrapper .button-2 {
    width: auto;
    padding: 0 36px;
}

.netgear .white-box {
    padding: 0 var(--page-padding);
}

.home-page-product-grid:before, .home-page-product-grid:after,
.white-box .bestsellers:before, .white-box .bestsellers:after {
    background-color: var(--main-bg);
}

.netgear .white-box .nop-jcarousel.product-grid {
    background-color: var(--white);
    margin-top: 50px;
}
/*@media only screen and (max-width: 875px) {
    .netgear .nop-jcarousel .button,
    .netgear .nop-jcarousel .button-2 {
        font-size: 16px;
    }
    .nop-jcarousel .netgear-item-box .buttons-wrapper button {
        padding: 0 15px;
    }
}*/

/* HTML widget - 3 Banner Campaign */

.three-campaigns {
    display: grid;
    padding: 80px var(--page-padding);
    grid-gap: 24px;
    grid-template-columns: 1fr 1fr 1fr;
}

    .three-campaigns .campaign-image img {
        box-shadow: var(--shadow);
        height: auto;
    }

.netgear .footer {
    background-color: var(--main-bg);
}
/* Footer - Reassurance */
.netgear .footer-upper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 50px;
    text-align: center;
    background-color: var(--main-bg);
    padding: 0 var(--page-padding);
}

    .netgear .footer-upper .reassurance {
        padding: 80px 0;
    }

        .netgear .footer-upper .reassurance img {
            width: 100px;
            height: 100px;
            margin: 0 auto;
            margin-bottom: var(--unit);
        }

        .netgear .footer-upper .reassurance h3 {
            font-weight: 500;
            font-size: 18px;
            line-height: 24px;
            text-transform: uppercase;
        }

        .netgear .footer-upper .reassurance p {
            font-size: 14px;
            line-height: 18px;
            margin-top: 24px;
            font-weight: 300;
        }

.netgear .footer-bottom {
    background-color: var(--white);
}

    .netgear .footer-bottom .wrap {
        padding: 0 var(--constrained-padding);
        margin: 0 auto;
    }

    .netgear .footer-bottom .disclaimer {
        /*    padding: 12px 40px;
    padding-bottom: 24px;*/
        /*display: grid;
    grid-template-columns: 750px auto;
    align-items: end;*/
        display: flex;
        flex-direction: column-reverse;
        justify-content: flex-start;
        /*        align-items: flex-start;*/
        font-size: 11px;
        color: var(--dark);
        line-height: 16px;
    }

.netgear .exertisDisclaimer {
    text-align: left;
}

    .netgear .exertisDisclaimer .mainDisclaimer {
        color: var(--primary);
        font-size: 14px;
        margin-bottom: 12px;
    }

.netgear .klarna-disclaimer-wrapper {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    /*    margin: 40px 0 auto;*/
    padding: 40px;
}

@media all and (max-width: 1134px) {
    .netgear .klarna-disclaimer-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .netgear .disclaimer {
        margin-top: 40px;
        align-items: center;
        flex-direction: column;
        grid-gap: 40px;
    }

    /*    .netgear .footer-electra-disclaimer {
        margin-top: 10px;
    }*/
}

.netgear .footer-bottom img {
    display: inline-block;
    height: 40px;
    margin-left: 4px;
    /*    margin-top: -6px;*/
}

.netgear .footer-bottom .klarna-footer img {
    max-width: 100%;
    height: auto;
}

.netgear .footer-disclaimer {
    text-align: left;
    /*    float: none;*/
}

.netgear .footer-electra-disclaimer {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    text-align: left;
    font-size: 16px;
    line-height: 32px;
    color: var(--primary);
}

.netgear .footer-nav ul {
    padding: 40px;
    text-align: center;
    border-bottom: 1px solid var(--light);
    display: flex;
    justify-content: space-between;
}

.netgear .footer-nav li {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    padding: 0 7px;
    text-transform: uppercase;
}

/* Info pages - Topics */

.netgear .page.topic-page {
    padding: 80px var(--constrained-padding) 0;
}

.netgear.topic-page-body .page-title {
    margin: 0 0 20px 0;
    border-bottom: none;
    padding: 0;
}

    .netgear.topic-page-body .page-title h1 {
        font-weight: 100;
        font-size: 55px;
        line-height: 67px;
        text-align: left;
        text-transform: capitalize;
    }

.netgear.topic-page-body .page-body {
    display: grid;
    grid-template-columns: 1fr 300px;
    grid-gap: 24px;
}

.netgear.topic-page-body .content-left {
    padding: 20px;
    background-color: var(--white);
    padding-right: 20%;
}

    .netgear.topic-page-body .content-left strong {
        font-weight: 600;
    }

.netgear .topic-page .page-body {
    line-height: 2em;
    font-size: 16px;
    color: var(--black);
}

.netgear .topic-page .side-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.netgear .topic-page .side-menu li {
    display: block;
    color: var(--blue);
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

    .netgear .topic-page .side-menu li a {
        text-decoration: none;
    }

.accordion .card {
    border: 1px solid #e2e2e2;
    border-radius: var(--small-border-radius);
    margin-bottom: 10px;
}

    .accordion .card .hidden {
        display: none;
    }

.accordion .card-header {
    background: #eee;
}

    .accordion .card-header a {
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 14px;
        line-height: 25px;
        padding: 15px;
        display: block;
    }

.accordion .card-body {
    padding: 15px;
}

.netgear_table {
    font-size: 16px;
    width: 100%;
}

    .netgear_table th, .netgear_table td {
        border: 1px solid black;
        padding: 0 5px;
    }

@media only screen and (max-width: 1290px) {
    :root {
        --page-padding: 25px;
        --constrained-padding: 25px;
    }

    .netgear .item-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media only screen and (max-width: 1024px) {
    .netgear .page-title h1,
    .netgear.topic-page-body .page-title h1 {
        font-size: 1.5rem;
        text-align: left;
        line-height: 2.5rem;
    }
}

@media only screen and (max-width: 900px) {
    :root {
        --page-padding: 20px;
        --constrained-padding: 20px;
        --unit: 20px;
    }

    .netgear .item-grid {
        grid-template-columns: 1fr 1fr;
        grid-gap: 12px;
    }

    .netgear .netgear-category-grid .item-grid {
        grid-template-columns: 1fr 1fr;
    }

    .netgear-category-grid .item-box img {
        height: calc(50vw - 30px);
    }

    .netgear .footer-upper {
        grid-template-columns: 1fr;
        max-width: 300px;
        margin: 0 auto;
        grid-gap: 0;
        padding: 20px 0;
    }

        .netgear .footer-upper .reassurance {
            padding: 20px 0;
        }

    .netgear .footer-bottom .disclaimer {
        grid-template-columns: 1fr;
        grid-gap: 40px;
    }

    .netgear .footer-nav ul {
        display: block;
    }

    .netgear .footer-nav li {
        width: 100%;
        display: block;
        padding: 12px 0;
    }
}

@media only screen and (max-width: 900px) {
    .netgear.topic-page-body .page-body {
        display: block;
    }

    .netgear .topic-page .side-menu {
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    :root {
        --page-padding: 15px;
        --constrained-padding: 15px;
        --unit: 15px;
    }

    .netgear .item-grid {
        grid-template-columns: 1fr;
    }

    .three-campaigns {
        grid-template-columns: 1fr;
    }

    .netgear.category-page-body .category.full-width-image {
        background-size: 250vw;
        height: 150vw;
        margin-bottom: -90vw;
    }

    .netgear-category-grid .item-box img {
        height: calc(50vw - 25px);
    }
}

/* Product Page */

.netgear .product-details-page {
    padding: 0;
}

    .netgear .product-details-page .more {
        background-color: var(--white);
        padding: 40px var(--constrained-padding);
        margin: 25px auto;
    }

@media screen and (max-width:1400px) {
    .netgear .product-details-page .more {
        padding: var(--unit);
    }
}

.netgear .breadcrumb {
    padding: 80px 0 10px;
    display: block;
    text-align: left;
}

    .netgear .breadcrumb ul {
        border-bottom: solid 1px var(--primary);
    }

    .netgear .breadcrumb li:first-child:before {
        content: none;
    }

    .netgear .breadcrumb li {
        font-size: 14px;
        line-height: 18px;
        text-transform: uppercase;
        letter-spacing: .2em;
    }

        .netgear .breadcrumb li .delimiter {
            position: relative;
            display: inline-block;
            margin: 0 10px 0 5px;
            width: auto;
            height: auto;
            vertical-align: initial;
            font-size: inherit;
        }

            .netgear .breadcrumb li .delimiter:after {
                content: none;
            }

        .netgear .breadcrumb li a {
            color: inherit;
        }

.netgear .product-essential {
    margin: 80px auto;
}

.netgear .breadcrumb,
.netgear .product-essential {
    padding-left: var(--constrained-padding);
    padding-right: var(--constrained-padding);
}

/*@media screen and (max-width: 1370px) {
        .netgear .breadcrumb,
        .netgear .product-essential {
            padding-left: var(--unit);
            padding-right: var(--unit);
        }
    }*/

.netgear .product-content-left.sticky {
    position: sticky;
    top: 20px;
    align-self: start
}

.netgear .product-content-wrapper .teaser {
    max-height: 300px;
    position: relative;
    overflow: hidden;
}

    .netgear .product-content-wrapper .teaser .read-more {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        margin: 0;
        padding: 30px 0;
        background-image: linear-gradient(to bottom, rgba(232,233,238,0) 0%,rgba(232,233,238,0.5) 20%,rgba(232,233,238,0.8) 50%, var(--main-bg) 100%);
    }

    .netgear .product-content-wrapper .teaser .read-less {
        margin-top: 30px;
        display: block;
        text-align: center;
    }

        .netgear .product-content-wrapper .teaser .read-more .button,
        .netgear .product-content-wrapper .teaser .read-less .button {
            background-color: var(--dark);
        }

@media (max-width: 1024px) {
    .netgear .breadcrumb {
        padding-top: 0;
    }
}

/*.netgear .product-essential .product-content-wrapper,
    .netgear .product-essential .ribbon-placeholder {
        display: grid;
        grid-template-columns: 2fr 1fr;
        grid-gap: 30px;
    }*/
.netgear .product-essential .product-content-wrapper, .netgear .product-essential .ribbon-placeholder {
    display: grid;
    grid-template-columns: minmax(0,2fr) minmax(315px,1fr);
    grid-gap: 30px;
}

.slider-pictures {
    margin: var(--unit) auto;
}

.netgear .product-content-right {
    min-width: 315px;
}

.netgear .product-essential .ribbon-placeholder {
    position: relative;
}

    .netgear .product-essential .ribbon-placeholder > div {
        position: relative;
    }

    .netgear .product-essential .ribbon-placeholder .product-ribbon {
        top: -65px;
        min-width: 130px;
        text-transform: uppercase;
    }

.netgear .product-content-wrapper .product-names .manufacturer-part-number {
    color: var(--dark);
    font-size: 18px;
    letter-spacing: .2em;
    font-weight: 600;
    margin-bottom: 12px;
}

.netgear .product-content-wrapper .product-names .product-name-big {
    font-weight: 100;
    font-size: 40px;
    line-height: 45px;
}

.netgear .product-content-wrapper .product-names .product-name-small {
    font-size: 22px;
    margin-top: 12px;
    margin-bottom: 20px;
}

.netgear .product-content-wrapper .buy-product-container {
    background-color: var(--white);
    padding: 15px;
    border: 1px solid var(--light);
    border-radius: var(--small-border-radius);
    max-width: 420px;
    margin: auto;
}

    .netgear .product-content-wrapper .buy-product-container .price-availability {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        padding-bottom: 10px;
    }

@media screen and (max-width: 1200px) {
    .netgear .product-content-wrapper .buy-product-container .price-availability.pre-order {
        flex-direction: column;
        align-items: center;
        grid-gap: 10px;
    }
}

.netgear .product-content-wrapper .buy-product-container .prices {
    font-size: 24px;
    font-weight: 600;
}

    .netgear .product-content-wrapper .buy-product-container .prices .non-discounted-price {
        color: #666;
        font-size: 70%;
        text-decoration: line-through;
    }

    .netgear .product-content-wrapper .buy-product-container .prices .discounted-price {
        color: red;
    }

.netgear .product-content-wrapper .buy-product-container .availability {
    color: var(--dark);
    font-weight: 600;
}

.netgear .buy-product-container .add-to-cart-wrap {
    display: flex;
    margin-top: 20px;
    padding-top: 20px;
    border-top: solid 1px grey;
}

    .netgear .buy-product-container .add-to-cart-wrap .overview-buttons {
        flex: 1;
    }

    .netgear .buy-product-container .add-to-cart-wrap .quantity-container {
        flex: 0 0 115px;
    }

    .netgear .buy-product-container .add-to-cart-wrap .qty-input {
        width: 36px;
        height: 36px;
    }

    .netgear .buy-product-container .add-to-cart-wrap .qty-wrapper span {
        background-color: var(--main-bg);
    }

        .netgear .buy-product-container .add-to-cart-wrap .qty-wrapper span:after {
            color: var(--dark);
        }

    .netgear .buy-product-container .add-to-cart-wrap .add-to-cart-button {
        width: 100%;
        line-height: 46px;
        border-radius: var(--small-border-radius);
    }

    .netgear .buy-product-container .add-to-cart-wrap .overview-buttons .add-to-cart {
        margin-left: 0;
        width: 100%;
    }

.netgear #cart-quantity-err,
.netgear .shopping-cart-page .message-error {
    color: red;
    font-size: 12px;
}

    .netgear #cart-quantity-err li:before,
    .netgear .shopping-cart-page .message-error li:before {
        content: '\e901';
        font-family: 'prisma';
        font-size: 8px;
        border-radius: 50%;
        padding: 3px;
        margin-right: 5px;
        background-color: #f34c2f;
        color: white;
    }

.netgear .product-details-page .product-full-description {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    padding: 0 var(--constrained-padding);
    margin: 30px 0;
}

    .netgear .product-details-page .product-full-description p {
        padding-left: 30px;
        font-size: 16px;
    }

        .netgear .product-details-page .product-full-description p:before {
            content: '\2022';
            display: inline-block;
            width: 20px;
            font-size: 30px;
            font-weight: 600;
            margin-left: -20px;
        }

    .netgear .product-details-page .product-full-description ul {
        list-style: disc;
        color: var(--dark);
        line-height: 32px;
        list-style-position: inside;
    }

.netgear .gallery {
    width: 90%;
}

/*
    .netgear .picture-thumbs .slick-prev,
    .netgear .picture-thumbs .slick-next {
        width: 22px;
        height: 22px;
        border-radius: 50%;
        background-size: contain;
        background-position: center;
        z-index: 10;
        background-color: transparent;
    }

    .netgear .picture-thumbs .slick-list {
        margin: 0px -2px;
    }

    .netgear .picture-thumbs .slick-prev {
        background-image: url(../img/prev.svg);
    }

    .netgear .picture-thumbs .slick-next {
        background-image: url(../img/next.svg);
    }

    */

@media screen and (max-width: 1000px) {
    .netgear .product-essential .product-content-wrapper, .netgear .product-essential .ribbon-placeholder {
        grid-template-columns: calc(100% - 345px) 315px;
    }
}

@media screen and (max-width: 870px) {
    .netgear .product-essential .product-content-wrapper,
    .netgear .product-essential .ribbon-placeholder {
        display: block;
    }

        .netgear .product-essential .ribbon-placeholder .product-ribbon {
            top: -15px;
        }

    .netgear .product-details-page {
        padding-top: 30px;
    }

    .netgear .product-content-wrapper .buy-product-container {
        max-width: 400px;
        margin: auto;
    }

    .netgear .gallery {
        margin: 30px auto;
    }
}

@media screen and (max-width: 570px) {
    .netgear .product-details-page .product-full-description p {
        padding-left: 20px;
    }
}

@media screen and (max-width: 400px) {
    .gallery.sevenspikes-cloudzoom-gallery {
        margin: 45px 0;
    }

    .netgear .product-content-right {
        min-width: auto;
    }
}

@media screen and (max-width: 350px) {
    .netgear .gallery .picture {
        width: 100%;
    }
}

/* Header */

.netgear .header-menu {
    width: 270px;
}

.netgear-header {
    display: flex;
    width: calc(100% - 100px);
    flex-wrap: wrap;
}

.netgear-header-menu-margin-padding {
    width: 100%;
    align-items: center;
    display: flex;
    position: relative;
}

.netgear-menu-container {
    display: flex;
    position: relative;
}

.netgear-header-logo {
    margin: 24px 40px 0 0;
}

.netgear-menu {
    display: flex;
    align-items: center;
}

.netgear-menu-item {
    position: relative;
    display: inline-block;
    color: #fff;
}

ul.netgear-menu li.netgear-menu-item-has-children::after {
    content: '';
    display: block;
    position: absolute;
    right: 20px;
    top: 8px;
    background-image: url(https://store.netgear.co.uk/wp-content/themes/exertis-netgear/img/svg/smallCaretDown.svg);
    height: 10px;
    width: 10px;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.2s;
}

ul.netgear-menu li.netgear-menu-item-has-children:hover:after {
    transform: rotate(180deg);
}

ul.netgear-menu li.netgear-menu-item-has-children ul {
    background-color: #ffffff;
    color: #000;
}

ul.netgear-menu li.netgear-menu-item-has-children:hover {
    cursor: pointer;
}

ul.netgear-menu li.netgear-menu-item-has-children ul li {
    display: block;
    position: relative;
    background-color: #fff;
    line-height: 18px;
    padding: 12px 12px;
    text-align: left;
    font-size: initial;
    transition: 0.2s;
}

    ul.netgear-menu li.netgear-menu-item-has-children ul li:hover {
        background-color: #E8E9EE;
        color: #00A1DE;
    }

        ul.netgear-menu li.netgear-menu-item-has-children ul li:hover a {
            transform: translateX(4px);
        }

ul.netgear-sub-menu li a {
    display: block;
    transition: 0.2s;
}

ul.netgear-sub-menu li {
    display: block;
    width: 100%;
}

ul.netgear-sub-menu {
    position: absolute;
    transition: 0.6s;
    overflow: hidden;
    max-height: 0;
    z-index: 1;
    width: 100%;
}

ul.netgear-menu li.netgear-menu-item-has-children:hover .netgear-sub-menu {
    position: absolute;
    max-height: 500px;
}

ul.netgear-menu li.netgear-menu-item > a {
    font-size: 16px;
    font-weight: 100;
    text-transform: uppercase;
    line-height: 30px;
    display: inline-block;
    margin-right: 40px;
}

.netgear-dropdown-arrow {
    height: 0;
    width: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    position: relative;
    top: 25px;
    left: 160px;
}

.netgear-menu-links:hover .netgear-dropdown-arrow {
    top: 25px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
    border-top: 5px solid transparent;
}

.netgear-header-utilities {
    margin-left: auto;
}

.netgear-search-container {
    margin-left: auto;
    max-width: 600px;
    /*    min-width: 21rem !important;*/
}

.netgear-search-box {
    max-width: 300px;
    margin: 0;
    margin-top: 13px;
    margin-bottom: 13px;
    border-radius: 3px;
}

.netgear-store-search-box {
    display: inline-block;
    margin: 13px auto 10px;
    width: 510px;
    height: 45px;
    background: #fff;
    font-size: 0;
}

.netgear-search-box.search-box input.search-box-text {
    width: 100%;
    vertical-align: top;
    padding-left: 45px;
}

.netgear .store-search-box span.search-box-text {
    width: 100%;
}

.netgear .ui-autocomplete,
.netgear .instantSearch {
    border-radius: var(--small-border-radius);
}

    .netgear .ui-autocomplete a {
        background: white;
    }

        .netgear .ui-autocomplete a:hover {
            background: #f6f6f6;
        }

.netgear-ico-magnifier {
    /*height: 50%;*/
    /*margin: auto;*/
    max-height: 20px;
    /*width: 100%;*/
    max-width: 20px;
    left: 12px;
    top: 12px;
    opacity: .5;
    fill: #000;
    position: absolute;
}

.netgear-search-box-input {
    width: calc(100% - 45px);
    border: none;
    height: 45px;
    color: #666;
}

.netgear .search-box-text {
    border-radius: 3px;
}

#small-search-box-form {
    /*display: flex;
    flex-direction: row-reverse;*/
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.netgear-search-box-button {
    background-color: #a9a9a9 !important;
}

.netgear-cart-qty {
    background: #00A1DE !important;
}

@media all and (min-width: 1025px) {
    .top-menu.notmobile {
        display: none;
    }
}

@media all and (max-width: 1024px) {
    .netgear-menu-container {
        display: none;
    }

    .netgear-header {
        width: calc(100% - 150px);
        margin-left: 85px;
    }

    .store-search-box {
        position: relative;
        margin: 13px auto;
        top: 0;
        background-color: #fff;
        box-shadow: none;
    }

    .netgear-search-container {
        margin-left: auto;
    }

    .store-search-box input.search-box-button {
        background: #a9a9a9 url(../img/search.png) no-repeat center;
    }

    #small-searchterms, #small-searchterms::placeholder {
        color: #666;
    }

    #small-searchterms {
        font-size: 16px;
    }

    .responsive-nav-wrapper {
        display: flex;
    }

    /*        .netgear-header-logo {
            margin: 25px 210px 40px 110px;
        }*/

    .menu-title {
        position: absolute;
        left: 30px;
        top: 20px;
    }

    .personal-button {
        position: absolute;
        top: 20px;
        right: 60px;
    }

    .shopping-cart-link {
        position: absolute;
        top: 20px;
        right: 15px;
    }

    .responsive-nav-wrapper .menu-title > span::after {
        font-size: 45px;
    }

    .netgear-menu-item-responsive > a {
        text-transform: uppercase;
        font-weight: bold;
        padding: 16px;
        margin-top: 15px;
    }

    .header-menu > ul li {
        border: none;
        background-color: #eee;
    }

        .header-menu > ul li a.netgear-menu-item-title {
            color: #000;
            font-size: 18px;
            padding-top: 20px;
        }

        .header-menu > ul li a.netgear-sub-menu-item {
            color: #000;
            font-size: 16px;
            /*line-height: 10px;*/
            padding: 10px 30px;
        }
}

@media all and (max-width: 1190px) {
    .netgear-header-logo {
        margin: 24px 30px 0 0;
    }

    ul.netgear-menu li.netgear-menu-item > a {
        font-size: 12px;
        line-height: 24px;
        margin-right: 32px;
    }

        ul.netgear-menu li.netgear-menu-item > a:last-child {
            margin-right: 5px;
        }

    ul.netgear-menu li.netgear-menu-item-has-children:last-child::after {
        right: -6px !important;
    }
}

.netgear-search-box-button {
    background-color: #a9a9a9 !important;
}

.netgear-cart-qty {
    background: #00A1DE !important;
}

/*@media all and (max-width: 481px) {*/
@media all and (max-width: 584px) {
    .netgear-header {
        display: block;
        width: 100%;
        margin-left: 0;
    }

    .netgear-header-logo {
        margin: 25px auto auto;
    }

    .responsive-nav-wrapper .menu-title > span::after {
        font-size: 35px;
        left: 20%;
    }

    .netgear .footer-electra-disclaimer {
        flex-direction: column;
        align-items: center;
    }

    .netgear .footer-bottom .disclaimer {
        align-items: center;
    }

    .netgear .footer-disclaimer {
        text-align: center;
        margin-top: 15px;
    }

    .netgear-search-box {
        max-width: calc(100% - var(--page-padding)*2);
    }

    .netgear-search-container {
        margin-left: auto;
    }

    .netgear .klarna-disclaimer-wrapper {
        padding: 40px 0;
    }
}

/* SalePage plugin */

.salepage-top-img {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.salepage-body {
    padding: 0 var(--page-padding);
}

@media all and (max-width: 1024px) {
    .salepage-top-img {
        margin-top: -70px;
    }
}

/* Product Twisters */
.netgear .twister-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    margin-top: 45px;
}

.netgear .twister-item a {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media screen and (max-width: 870px) {
    .netgear .twister-wrap {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

@media screen and (max-width: 770px) {
    .netgear .twister-wrap {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media screen and (max-width: 570px) {
    .netgear .twister-wrap {
        grid-template-columns: 1fr 1fr;
    }
}

.netgear .twister-item {
    padding: 10px 5px;
    border: solid 1px var(--light);
    background-color: var(--white);
    color: var(--dark);
    position: relative;
}

    .netgear .twister-item.active {
        border: solid 1px var(--blue);
        color: var(--primary);
    }

    .netgear .twister-item:hover {
        border: solid 1px var(--primary);
        color: var(--primary);
    }

    .netgear .twister-item .prices {
        padding-top: 9px;
        font-size: 120%;
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end;
        flex-wrap: wrap;
    }

        .netgear .twister-item .prices > div {
            min-width: 78px;
        }

    .netgear .twister-item .non-discounted-price {
        color: #666;
        font-size: 90%;
        text-decoration: line-through;
    }

    .netgear .twister-item .discounted-price {
        color: var(--blue);
        margin-right: 10px;
    }

    .netgear .twister-item .availability {
        position: absolute;
        bottom: 1px;
        right: 4px;
        color: var(--dark);
        text-transform: uppercase;
        font-size: 10px;
    }
/* Fix for Cloud Zoom - img with transparent background */
.netgear .cloudzoom-zoom-inside {
    background-color: white;
}

@media all and (max-width: 1024px) {
    .salepage-top-img {
        margin-top: -70px;
    }
}

.nop-jcarousel.product-grid .netgear-item-box .picture img {
    width: 92%;
    height: 92%;
    /* max-width: 94%; */
    /* max-height: 94%; */
    object-fit: contain;
    object-position: center;
    margin: 8% 4% 0 4%;
}

.netgear .product-details-bottom-zone {
    padding: 20px var(--constrained-padding);
}

    .netgear .product-details-bottom-zone .nop-jcarousel.product-grid {
        padding: 0;
    }

    .netgear .product-details-bottom-zone .netgear .nop-jcarousel .carousel-title {
        padding-left: 20px;
    }

/* Search results page */
.netgear .search-results {
    background: transparent;
    padding: 0;
}

.netgear .search-page .page-title {
    margin-top: 40px;
}

/* Instant search */
.netgear .instant-search-item .detail .title {
    margin-bottom: 12px;
    font-size: 13px;
    color: #666;
}

.netgear .instant-search-item .price {
    font-size: 16px;
    font-weight: bold;
    color: black;
}

    .netgear .instant-search-item .price .old-price {
        color: #666;
        font-size: 13px;
        text-decoration: line-through;
        font-weight: normal;
        margin-right: 10px;
    }

    .netgear .instant-search-item .price .discounted-price {
        color: red;
    }

/*.netgear .instant-search-item .price .product-price {
        color: var(--dark);
        font-weight: normal;
    }*/

/*    @media screen and (max-width: 700px) {
        input[type="text"] {
            font-size: 16px;
        }
    }*/

@media all and (max-width: 1024px) {
    .salepage-top-img {
        margin-top: -70px;
    }
}

/* removes loading overlay, shopping cart popup */
.k-overlay {
    display: none !important;
}

.ajaxCart {
    display: none !important;
}

.nopAjaxCartPanelAjaxBusy {
    display: none !important;
}

.ajax-loading-block-window {
    display: none !important;
}

/* CART */

@media screen and (min-width: 1360px) {
    .netgear.shopping-cart-page-body .center-1 {
        padding: var(--unit) var(--constrained-padding);
    }

    .netgear .shopping-cart-page {
        padding: 0;
    }
}

@media screen and (max-width: 1359px) {
    .netgear .cart-title.page-title {
        margin: var(--unit) var(--page-padding) 0;
        background: transparent;
    }
}
/*.netgear .cart-footer {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
}*/
.netgear .cart-footer:after {
    content: none;
}

.netgear .cart-footer .totals {
    margin: 0;
}

.netgear .cart-footer .cart-collaterals {
    background-color: #f6f6f6
}
/*.netgear .shopping-cart-page .totals {
    min-width: 400px;
}*/
.netgear .cart-collaterals .deals .coupon-box {
    /*width: 95%;*/
    border: none;
}
/*.netgear .coupon-code input {
    max-width: 450px;
}*/
.netgear .cart-options .common-buttons button {
    max-width: unset;
}

/* NEW */
.netgear #shopping-cart-form {
    display: grid;
    grid-template-columns: auto 400px;
    grid-gap: 15px;
    margin-bottom: var(--unit);
}

    /*.netgear #shopping-cart-form > div {*/
    .netgear #shopping-cart-form .cart-item,
    .netgear #shopping-cart-form .cart-options,
    .netgear #shopping-cart-form .deals,
    .netgear #shopping-cart-form .total-sum {
        background-color: white;
        padding: var(--unit);
        box-shadow: var(--shadow);
        /*text-align: left;*/
    }

    .netgear #shopping-cart-form strong {
        font-weight: 600;
    }

    .netgear #shopping-cart-form .title {
        font-size: 16px;
        padding: 15px 0;
        text-transform: uppercase;
    }

    .netgear #shopping-cart-form .totals-details ul li {
        display: grid;
        grid-template-columns: 0 2fr 1fr;
        font-size: 16px;
    }

    .netgear #shopping-cart-form .total-amount {
        font-size: 20px !important;
        color: var(--blue);
        /*margin-top: var(--unit);*/
        margin-top: 28px;
        padding-top: calc(var(--unit)/2);
        border-top: solid 1px #eee;
    }

input.discount-coupon-code {
    width: 100%;
    margin: 15px 0;
    display: block;
}

input.apply-discount-coupon-code-button.button-2 {
    margin: 15px 0 0;
    display: block;
}

span.applied-discount-code {
    color: var(--blue);
}

.total-sum {
    /*margin-top: var(--unit);*/
    padding-top: var(--unit);
    border-top: solid 1px #eee;
}

.netgear #shopping-cart-form .deals {
    margin-top: 20px;
}

.coupon-box .message-failure {
    color: red;
}

.netgear #shopping-cart-form .cart-item {
    display: grid;
    padding-bottom: 20px;
    /*margin-bottom: 40px;*/
    margin-bottom: 20px;
    border-bottom: solid 1px #eee;
    grid-column-gap: 20px;
    grid-auto-columns: 1fr 3fr;
    grid-template-areas:
        "img details"
        "img details"
        "img details"
        "img details"
        "msg msg";
}

    .netgear #shopping-cart-form .cart-item + .cart-item {
    }

.netgear #shopping-cart-form .product-picture {
    text-align: center;
    width: 195px;
    height: 150px;
}

    .netgear #shopping-cart-form .product-picture img {
        max-height: 150px;
        width: auto;
    }

.netgear #shopping-cart-form .product-price {
}

.netgear #shopping-cart-form .product-names {
    display: grid;
    grid-template-areas:
        "sku rm"
        "name name"
}

.netgear #shopping-cart-form .sku {
    font-size: 16px;
    line-height: 24px;
    color: var(--dark);
}

.netgear #shopping-cart-form .name {
    font-size: 18px;
    line-height: 24px;
}

.netgear #shopping-cart-form .remove-from-cart {
    text-align: right;
}

.netgear #shopping-cart-form .product-price {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    font-size: 18px;
    margin-top: 5%;
    align-items: center;
}

.netgear #shopping-cart-form .price .base-price {
    font-size: 13px;
    color: #666;
    text-decoration: line-through;
}

.netgear #shopping-cart-form .price .base-price-label {
    font-size: 13px;
    color: #666;
}

.netgear #shopping-cart-form .price .discounted {
    color: red;
}

.netgear #shopping-cart-form .availability {
    line-height: 25px;
    margin-top: 10px;
}

.netgear #shopping-cart-form .product-price .product-total {
    text-align: right;
    font-weight: 600;
    font-size: 20px;
    min-width: 110px;
}

.netgear #shopping-cart-form .item-details .discount {
    text-align: right;
}

.netgear #shopping-cart-form .item-details .emph {
    color: red;
}

.netgear #shopping-cart-form .item-details .qty input[type="text"] {
    width: 60px;
    text-align: center;
}

.netgear .cart-options {
    margin: 0;
    text-align: unset;
}

    .netgear .cart-options .common-buttons {
        margin-bottom: 0;
        padding: 0;
        background: transparent;
        font-size: 0;
        display: flex;
        justify-content: space-between;
        flex-flow: row-reverse;
    }

        .netgear .cart-options .common-buttons button {
            margin: 0;
            width: auto;
            padding: 0;
            min-width: auto;
        }

.netgear .shopping-cart-page .message-error {
    margin: 20px 0 0;
}

.netgear #shopping-cart-form .remove-from-cart label {
    font-size: 0;
}

.netgear #shopping-cart-form input[type=checkbox] + label:before {
    content: '\e901';
    color: var(--blue);
    position: absolute;
    left: 0;
    top: 50%;
    width: 15px;
    height: 15px;
    background: transparent;
    -webkit-transform: translateY(-65%);
    -ms-transform: translateY(-65%);
    transform: translateY(-65%);
    text-indent: 0;
    font-size: 15px;
    font-family: 'prisma';
}

.netgear #shopping-cart-form input[type=checkbox]:checked + label:after {
    content: "";
    background: none;
}

.netgear #shopping-cart-form .cart-qty-wrapper {
    display: flex;
}

    .netgear #shopping-cart-form .cart-qty-wrapper span {
        background-color: var(--main-bg);
        position: relative;
        display: inline-block;
        width: 40px;
        height: 40px;
        vertical-align: top;
        font-size: 0;
        cursor: pointer;
    }

#shopping-cart-form .cart-qty-wrapper span:after {
    position: absolute;
    top: calc(50% - 8px);
    left: calc(50% - 8px);
    text-align: center;
    font-family: prisma;
    font-size: 15px;
    color: grey;
}

#shopping-cart-form .decrease:after {
    content: '\e93d';
}

#shopping-cart-form .increase:after {
    content: '\e944';
}

@media screen and (max-width: 1100px) {
    .netgear #shopping-cart-form {
        display: flex;
        flex-direction: column;
    }

    .netgear .cart-right-col {
        display: grid;
        /*grid-template-columns: 400px auto;*/
        grid-template-columns: 49% 49%;
        column-gap: 2%;
    }

    .netgear #shopping-cart-form .cart-right-col .deals {
        /*justify-self: left;*/
        margin-top: 0;
        width: 100%;
    }

    .netgear .cart-right-col .total-sum {
        margin-top: 0;
        padding-top: 10px;
        border-top: none;
    }
}

@media screen and (max-width: 890px) {
    .netgear .cart-right-col {
        display: block;
    }

        .netgear .cart-right-col .total-sum {
            margin-top: 40px;
            padding-top: 40px;
            border-top: solid 1px #eee;
        }

    .netgear #shopping-cart-form .cart-right-col .deals {
        margin-top: 20px;
    }

    .netgear #shopping-cart-form .product-picture img {
        max-height: 100px;
        max-width: 100px;
    }

    .netgear #shopping-cart-form .product-picture {
        width: auto;
        height: auto;
    }
}

@media screen and (max-width: 550px) {
    .netgear #shopping-cart-form .cart-item {
        display: block;
        position: relative;
    }

    .netgear #shopping-cart-form .remove-from-cart {
        position: absolute;
        top: 5px;
        right: 5px;
    }

    .netgear #shopping-cart-form .product-names {
        display: block;
    }

    .netgear #shopping-cart-form .product-price {
        grid-template-columns: 2fr 1fr 2fr;
    }

    .netgear #shopping-cart-form .cart-item {
        padding-bottom: 40px;
    }

    .netgear #shopping-cart-form .cart-left-col {
        /*padding-top: 40px;*/
    }

    .netgear #shopping-cart-form .product-price {
        grid-template-columns: 1fr;
    }

        .netgear #shopping-cart-form .product-price .price {
            display: flex;
            justify-content: center;
        }

        .netgear #shopping-cart-form .product-price .product-total {
            text-align: center;
        }

    .netgear #shopping-cart-form .cart-qty-wrapper {
        margin: 20px auto;
        justify-content: center;
    }

    .netgear #shopping-cart-form .item-details .discount {
        text-align: center;
    }

    .netgear #shopping-cart-form .product-picture {
        text-align: left;
    }
}

@media screen and (max-width: 450px) {
    .netgear .cart-options .common-buttons {
        flex-flow: column;
    }
}
/* END NEW */
/* cart table */
.netgear td.remove-from-cart, .netgear td.quantity {
    min-width: 75px;
}

.netgear td.product-picture {
    min-width: 150px;
}

.netgear td.unit-price,
.netgear td.subtotal {
    min-width: 125px;
}

.netgear td.remove-from-cart label {
    font-size: 0;
}

@media screen and (max-width: 770px) {
    .netgear .cart-footer {
        flex-direction: column;
    }

    .netgear .cart-collaterals .deals .coupon-box {
        width: 100%;
        border-bottom: 4px solid #fff;
    }

    .netgear .coupon-code input {
        max-width: 100%;
    }
}

.netgear .page.checkout-page .page-title,
.netgear .page.order-details-page .page-title {
    padding-top: var(--page-padding);
}

/* slick height fix */
.nop-jcarousel.product-grid .slick-track {
    display: flex;
}

    .nop-jcarousel.product-grid .slick-track .slick-slide {
        display: flex;
        height: auto;
    }

.nop-jcarousel.product-grid .slick-slide .netgear-item-box {
    width: 100%;
}

.nop-jcarousel .netgear-item-box .buttons-wrapper div.button-2 {
    padding: 0 36px;
    width: auto;
}

/* Order Details */
.netgear .page.order-details-page {
    padding: 0 var(--constrained-padding);
}

.netgear .order-details-page .page-body {
    display: grid;
    grid-template-columns: 400px auto;
    grid-gap: 15px;
    font-size: 16px;
}

    .netgear .order-details-page .page-body strong {
        font-weight: 600;
    }

.netgear .order-details-page .title {
    font-size: 16px;
    padding: 15px 0;
}

.netgear .order-details-page .page-body > div {
    background-color: white;
    padding: var(--unit);
    box-shadow: var(--shadow);
    text-align: left;
}

.netgear .order-details-page .general-info {
    max-width: 400px;
}

.netgear .order-details-page .detailed-info {
}

.netgear .order-details-page .general-info ul li {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}

.netgear .order-details-page .shipment-details {
    margin-top: var(--unit);
}

.netgear .order-details-page .general-info ul li.tracking-link {
    margin-top: 15px;
}

.netgear .order-details-page .products-list > div {
    display: grid;
    grid-template-columns: 2fr 3fr 1fr 1fr 1fr;
}

.netgear .order-details-page .products-header {
    font-weight: 600;
    margin-bottom: 20px;
}

.netgear .order-details-page .item {
    margin: 15px 0;
}

.netgear .order-details-page .totals-details {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #eee;
}

    .netgear .order-details-page .totals-details li {
        display: grid;
        grid-template-columns: 5fr 2fr 1fr;
    }

@media screen and (max-width: 1200px) {
    .netgear .order-details-page .page-body {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 700px) {
    .netgear .order-details-page .general-info {
        max-width: 100%;
    }

    .netgear .order-details-page .products-list .products-header {
        display: none;
    }

    .netgear .order-details-page .products-list > div {
        grid-template-columns: none;
        grid-auto-rows: minmax(30px, auto);
        grid-template-areas:
            "sku sku sku"
            "name name name"
            "price qty total";
    }

    .products-list .item .sku {
        grid-area: sku;
    }

    .products-list .item .name {
        grid-area: name;
    }

    .products-list .item .price {
        grid-area: price;
        font-weight: 600;
    }

    .products-list .item .qty {
        grid-area: qty;
        font-weight: 600;
    }

    .products-list .item .total {
        grid-area: total;
        font-weight: 600;
        text-align: right;
    }

    .netgear .order-details-page .totals-details li {
        display: grid;
        grid-template-columns: 0fr 2fr 1fr;
    }

        .netgear .order-details-page .totals-details li span:last-child {
            text-align: right;
        }
}

.netgear .bar-notification.success {
    background: var(--blue);
}

.netgear .bar-notification.error {
    background: red;
}
/* Discount accordion */
.netgear #shopping-cart-form .title {
    background: var(--main-bg);
    position: relative;
    padding: 15px;
    cursor: pointer;
}

.netgear .coupon-box .title strong:after {
    text-align: right;
    font-size: 16px;
    position: absolute;
    right: 15px;
}

.netgear .coupon-box .title.closed strong:after {
    content: '\25B6 \FE0E';
}

.netgear .coupon-box .title.opened strong:after {
    content: '\25BC \FE0E';
}

.netgear .coupon-box .coupon-code {
    display: none;
}

.netgear .flyout-cart .item .price.base-price {
    display: inline-block;
}

    .netgear .flyout-cart .item .price.base-price span {
        font-size: 13px;
        color: #666;
        text-decoration: line-through;
        font-weight: normal;
        margin-right: 10px;
    }

.netgear .flyout-cart .item .price.discounted {
    display: inline-block;
}

    .netgear .flyout-cart .item .price.discounted span {
        color: red;
    }

.category.full-width-image.connected-home {
    background-position: center;
}

.netgear-category-grid.sub-category-grid {
    padding: 0;
    background-color: transparent;
}

.netgear .category-page .item-box .content-wrapper {
    margin: 0;
}

.product-content-picture-admin img {
    width: 100px;
}

/* Product A+ Content */
.netgear-plus-content-wrap {
    background-color: white;
}

    .netgear-plus-content-wrap .constrained {
        padding: 0 var(--constrained-padding);
    }

    .netgear-plus-content-wrap .full-width-img {
        padding: var(--unit) 0;
    }

        .netgear-plus-content-wrap .full-width-img img {
            width: 100%;
            height: auto;
        }

    .netgear-plus-content-wrap .tiles-grid {
        display: grid;
        /*grid-template-columns: repeat(3, 1fr);*/
        grid-template-columns: 31% 38% 31%;
        padding-top: var(--unit);
        padding-bottom: var(--unit);
    }

    .netgear-plus-content-wrap .full-width-img-wrap .constrained:nth-child(even) {
        background-color: var(--main-bg);
    }

    .netgear-plus-content-wrap .tiles-grid .inner {
        width: 85%;
        padding: 20px 0;
    }

    .netgear-plus-content-wrap .tile-wrap {
        position: relative;
    }

        .netgear-plus-content-wrap .tile-wrap:after {
            content: '';
            position: absolute;
            border-left: 1px solid var(--light);
            height: 90%;
            top: 5%;
            right: 0;
        }

        .netgear-plus-content-wrap .tile-wrap:nth-child(3):after,
        .netgear-plus-content-wrap .tile-wrap:last-child:after {
            display: none;
        }

        .netgear-plus-content-wrap .tile-wrap:before {
            content: '';
            display: block;
            position: absolute;
            border-top: 1px solid var(--light);
            width: 90%;
            left: 0;
        }

        .netgear-plus-content-wrap .tile-wrap:nth-child(-n+3):before {
            display: none;
        }

        .netgear-plus-content-wrap .tile-wrap:nth-child(5):before {
            left: 5%;
        }

        .netgear-plus-content-wrap .tile-wrap:nth-child(6):before {
            left: 10%;
        }

        .netgear-plus-content-wrap .tile-wrap:nth-child(2) .inner,
        .netgear-plus-content-wrap .tile-wrap:nth-child(5) .inner {
            margin: auto;
            width: 69%;
        }

        .netgear-plus-content-wrap .tile-wrap:nth-child(3) .inner,
        .netgear-plus-content-wrap .tile-wrap:nth-child(6) .inner {
            margin-right: 0;
            margin-left: auto;
        }

        .netgear-plus-content-wrap .tile-wrap .title {
            font-weight: 600;
            padding: 10px 0;
        }

@media only screen and (max-width: 900px) {
    .netgear-plus-content-wrap .tiles-grid {
        grid-template-columns: 1fr 1fr;
        grid-gap: 15px;
    }

    .netgear-plus-content-wrap .tile-wrap:nth-child(-n+6) .inner {
        width: 100%;
    }

    .netgear-plus-content-wrap .tile-wrap:before {
        display: none;
    }

    .netgear-plus-content-wrap .tile-wrap:after {
        display: none;
    }
}

@media only screen and (max-width: 450px) {
    .netgear-plus-content-wrap .tiles-grid {
        grid-template-columns: 1fr;
        grid-gap: 15px;
    }
}

@media screen and (max-width: 550px) {
    .netgear .bar-notification {
        top: 0;
        bottom: unset;
        padding: 25px;
    }
}

.netgear .availability .stock .value {
    font-size: 15px;
}

.netgear .availability .stock .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #2bbf2b;
    margin-right: 7px;
}

.netgear .availability .stock .no-stock .dot {
    background-color: red;
}

.netgear .availability .stock .low-stock .dot {
    background-color: orange;
}

.netgear .availability .stock .pre-order .dot {
    background-color: var(--blue);
}

/* TOPIC PAGE - Responsive HTML table */
.netgear .topic-page .table {
    width: 120%;
    display: grid;
    grid-template-columns: repeat(6,1fr);
    grid-gap: 2px;
}

    .netgear .topic-page .table > div {
        display: grid;
        grid-template-rows: repeat(8,1fr);
    }

        .netgear .topic-page .table > div > p:nth-child(even) {
            background-color: var(--main-bg);
        }

        .netgear .topic-page .table > div > p:nth-child(odd) {
            background-color: var(--light);
        }

    .netgear .topic-page .table p {
        margin: 1px 0;
        padding: 0 2px;
    }

.netgear .topic-page .table-title {
    font-weight: 600;
}

@media only screen and (max-width: 1024px) {
    .netgear .topic-page .table {
        width: 100%;
    }

    .netgear.topic-page-body .content-left {
        padding-right: 20px;
    }
}

@media only screen and (max-width: 660px) {
    .netgear .topic-page .table {
        grid-template-columns: 1fr;
        grid-gap: 10px;
    }

        .netgear .topic-page .table .table-title {
            display: none;
        }

    .topic-page .table .table-col p:before {
        font-weight: 600;
        width: 70%;
        display: inline-block;
        text-align: left;
    }

    .topic-page .table .table-col p:nth-of-type(1):before {
        content: "Fast delbetalning";
    }

    .topic-page .table .table-col p:nth-of-type(2):before {
        content: "Exempelbelopp";
    }

    .topic-page .table .table-col p:nth-of-type(3):before {
        content: "Uppläggningsavgift";
    }

    .topic-page .table .table-col p:nth-of-type(4):before {
        content: "Administrativ avgift";
    }

    .topic-page .table .table-col p:nth-of-type(5):before {
        content: "Kreditränta";
    }

    .topic-page .table .table-col p:nth-of-type(6):before {
        content: "Effektiv ränta (APR)";
    }

    .topic-page .table .table-col p:nth-of-type(7):before {
        content: "Delbetalningsbelopp (minskar per månad)";
    }

    .topic-page .table .table-col p:nth-of-type(8):before {
        content: "Sammanlagt belopp att betala";
    }
}

@media only screen and (max-width: 415px) {
    .netgear .topic-page .table p {
        font-size: 12px;
        line-height: 12px;
        padding: 10px 2px;
    }

    .topic-page .table .table-col p:before {
        width: 57%;
    }
}

.topic-page .table-two-col .row {
    display: flex;
}

    .topic-page .table-two-col .row .col-title {
        font-weight: 600;
        flex: 0 0 200px;
    }

@media only screen and (max-width: 500px) {
    .topic-page .table-two-col .row {
        display: block;
    }

        .topic-page .table-two-col .row .col-title {
            margin-bottom: -10px;
        }
}

@media screen and (max-width: 700px) {
    .netgear .topic-page table, .netgear .topic-page thead,
    .netgear .topic-page tbody, .netgear .topic-page th,
    .netgear .topic-page td, .netgear .topic-page tr {
        display: block;
    }

        .netgear .topic-page tr:first-child {
            display: none;
        }

        .netgear .topic-page table tr td p {
            padding-left: 0 !important;
        }

    .netgear .topic-page td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }

        .netgear .topic-page td:before {
            position: absolute;
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            font-weight: 600;
        }
    /* data lables */
    td:nth-of-type(1):before {
        content: "Ändamål";
    }

    td:nth-of-type(2):before {
        content: "Personuppgifter";
    }

    td:nth-of-type(3):before {
        content: "Laglig grund";
    }

    td:nth-of-type(4):before {
        content: "Lagringstid";
    }
}

@media screen and (max-width: 500px) {
    .netgear .topic-page td {
        padding-top: 25px;
        padding-left: 0;
    }

        .netgear .topic-page td:before {
            top: 5px;
            left: 0;
        }

    .netgear .topic-page tr {
        margin-bottom: 30px;
        border-bottom: 2px solid var(--dark);
    }
}

.netgear .login-page .returning-wrapper {
    max-width: 550px;
}

/* Products Compare Table */
.netgear-product-compare {
    padding: 20px var(--constrained-padding);
    text-align: center;
}

    .netgear-product-compare .col-specs {
        text-align: left;
    }

    .netgear-product-compare p.title {
        text-transform: uppercase;
        font-weight: 400;
        font-size: 32px;
        line-height: 37px;
        margin-bottom: 40px;
    }

    .netgear-product-compare .row-header {
        height: 160px;
    }

        .netgear-product-compare .row-header h4 {
            font-size: 17px;
            margin-top: 15px;
            font-weight: 600;
        }

    .netgear-product-compare .row-data > div {
        padding: 25px 20px;
    }

    .netgear-product-compare .row-data .col-specs {
        border-right: 1px solid var(--dark);
        /*border-left: 1px solid var(--light);*/
    }

    .netgear-product-compare .row-data .col-product:not(:last-child) {
        border-right: 1px solid var(--light);
    }

    .netgear-product-compare .row-footer {
        padding: 20px 0;
    }

    .netgear-product-compare .compare-table .row-data:nth-child(even) > div {
        background-color: rgb(244,244,244);
    }

    .netgear-product-compare .compare-table .col-product.current {
        background-color: rgb(200,222,230);
    }

    .netgear-product-compare .compare-table .row-data:nth-child(even) .col-product.current {
        background-color: rgb(211,229,237);
    }

@media only screen and (max-width: 900px) {
    .netgear-product-compare .compare-table {
        max-width: 100vw;
        overflow-x: scroll;
    }

        .netgear-product-compare .compare-table > div > div {
            min-width: 180px;
            word-break: break-word;
        }
}

/* CART USP:ar */
.netgear .key-selling-points {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    margin: 0 auto;
    padding: 0 var(--constrained-padding) var(--unit);
    justify-content: space-between;
    max-width: 700px;
}

    .netgear .key-selling-points .reassurance {
        text-align: center;
    }

    .netgear .key-selling-points img {
        width: 70px;
        height: 70px;
    }

    .netgear .key-selling-points h3 {
        font-weight: 600;
        font-size: 14px;
        color: var(--dark);
    }

@media screen and (max-width: 1359px) {
    .netgear .key-selling-points {
        padding: var(--unit) var(--constrained-padding);
    }
}

@media screen and (max-width: 650px) {
    .netgear .key-selling-points img {
        width: 50px;
        height: 50px;
    }

    .netgear .key-selling-points h3 {
        font-size: 11px;
    }
}

@media screen and (max-width: 549px) {
    .netgear .key-selling-points img {
        width: 70px;
        height: 70px;
    }

    .netgear .key-selling-points h3 {
        display: none;
    }
}

/* Product Pictures gallery*/
.netgear-picture-thumbs .slick-current {
    border: 1px solid var(--blue);
}

.netgear-picture-thumbs .thumb {
    background: white;
    border-radius: 3px;
    padding: 5px;
    margin: 0 10px;
}
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: auto;
    min-height: 1px;
}

    .slick-slide img {
        display: block;
        margin: auto;
    }

    .slick-slide.slick-loading img {
        display: none;
    }

    .slick-slide.dragging img {
        pointer-events: none;
    }

.slick-initialized .slick-slide {
    display: grid;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Arrows */
.gallery .slick-prev,
.gallery .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 100000;
}

    .gallery .slick-prev:hover,
    .gallery .slick-prev:focus,
    .gallery .slick-next:hover,
    .gallery .slick-next:focus {
        color: transparent;
        outline: none;
        background: transparent;
    }

        .gallery .slick-prev:hover:before,
        .gallery .slick-prev:focus:before,
        .gallery .slick-next:hover:before,
        .gallery .slick-next:focus:before {
            opacity: 1;
        }

    .gallery .slick-prev.slick-disabled:before,
    .gallery .slick-next.slick-disabled:before {
        opacity: .25;
    }

    .gallery .slick-prev:before,
    .gallery .slick-next:before {
        font-family: 'prisma';
        font-size: 40px;
        line-height: 1;
        opacity: .75;
        color: grey;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.gallery .slick-prev {
    left: 0;
}

    .gallery .slick-prev:before {
        content: '\25C0 \FE0E';
    }

.gallery .slick-next {
    right: 0;
}

    .gallery .slick-next:before {
        content: '\25B6 \FE0E';
    }

.gallery .slick-prev {
    left: -25px;
}

.gallery .slick-next {
    right: -25px;
}

.order-summary-content .no-data {
    width: 100%;
}

.master-header-wrapper-parent .statements {
    padding: 0 var(--constrained-padding);
    display: block;
    background-color: var(--white);
    border-bottom: 1px solid var(--black);
}

.master-header-wrapper-parent .statements-slider {
    display: grid;
    /*grid-template-columns: 1fr 1fr 1fr;*/
}

.master-header-wrapper-parent .statement {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 0;
}

    .master-header-wrapper-parent .statement .icon {
        margin-right: 8px;
        display: inline-block;
        height: 24px;
    }

        .master-header-wrapper-parent .statement .icon img {
            height: 24px;
            object-fit: contain;
            object-position: center;
        }

    .master-header-wrapper-parent .statement .text {
        font-size: 14px;
    }

.master-header-wrapper-parent .statements-slider.mobile {
    grid-template-columns: 1fr;
}

.order-summary-content {
    margin-top: var(--page-padding);
}
/* CookieHub */
.ch2-switch input + label:before {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
}