.dcg-global-accordions {
    padding: 72px 0 61px;
    max-width: 100%
}

.dcg-global-accordions .card {
    border-radius: 7px;
    border: 1px solid #cdd8df;
    background: #fff;
    margin: 0 0 24px;
    padding: 16px
}

.dcg-global-accordions .card-link {
    font-size: 18px;
    line-height: 22px;
    color: #213038!important;
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
    display: block;
    position: relative
}

.dcg-global-accordions .card-link.active .accordion-up-arrow {
    background: url(../../images/icon-arrow-up.svg) no-repeat 50%;
    display: inline-block;
    width: 16px;
    height: 8px;
    right: 16px;
    top: 50%;
    position: absolute;
    margin-top: -3px
}

.dcg-global-accordions .card-link .accordion-up-arrow,.dcg-global-accordions .card-link.active .accordion-down-arrow {
    display: none
}

.dcg-global-accordions .card-link .accordion-down-arrow {
    background: url(../../images/icon-arrow-down.svg) no-repeat 50%;
    position: absolute;
    top: 50%;
    display: block;
    width: 16px;
    height: 8px;
    right: 16px;
    text-align: left;
    margin-top: -3px
}

.accordion-up-arrow {
    background: url(../../images/icon-arrow-up.svg) no-repeat 50%;
    width: 24px;
    height: 24px
}

.dcg-global-accordions .card-link .accordion-name {
    display: inline-block;
    margin-right: 20px
}

.dcg-global-accordions .card .collapse.show {
    background: #fff;
    margin-bottom: 0
}

.dcg-global-accordions .card-body {
    font-size: 14px;
    padding: 12px 0 4px;
    color: #213038;
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
    line-height: 21px
}

.dcg-global-accordions .card .card-header {
    border-bottom: none;
    padding: 4px 0
}

.dcg-global-accordions .accordion-up {
    background: url(../../images/icon-arrow-up.svg) no-repeat 50%;
    display: inline-block;
    width: 16px;
    height: 8px;
    right: 16px;
    top: 8px;
    position: absolute
}

div#cartcollapseTwo .card .card-link .accordion-down-arrow {
    display: inline-block!important
}

div#cartcollapseTwo .card .card-link .accordion-up-arrow,div#cartcollapseTwo .card .card-link.active .accordion-down-arrow {
    display: none!important
}

div#cartcollapseTwo .card .card-link.active .accordion-up-arrow {
    display: inline-block!important
}

.alert {
    padding: 16px 16px 16px 64px;
    text-align: left!important;
    background: #fff!important;
    color: #213038!important;
    border: 2px solid #cdd8df!important;
    border-radius: 10px;
    min-height: 70px
}

.alert .alert-heading {
    font-family: Currys Sans Headline,Helvetica,Arial,Sans-Serif;
    margin-bottom: 4px
}

.alert.alert-success {
    border-color: #008827!important
}

.alert.alert-success:before {
    width: 32px;
    height: 32px;
    content: " ";
    background-image: url("../../images/alert-icon-success.svg");
    position: absolute;
    background-repeat: no-repeat;
    left: 16px;
    background-position: 50%
}

.alert.alert-danger {
    border-color: #c90404!important
}

.alert.alert-danger:before {
    width: 32px;
    height: 32px;
    content: " ";
    background-image: url("../../images/alert-icon-error.svg");
    position: absolute;
    background-repeat: no-repeat;
    left: 16px;
    background-position: 50%
}

.alert.alert-warning {
    border-color: #ee9022!important
}

.alert.alert-warning:before {
    width: 32px;
    height: 32px;
    content: " ";
    background-image: url("../../images/alert-icon-warning.svg");
    position: absolute;
    background-repeat: no-repeat;
    left: 16px;
    background-position: 50%
}

.alert.alert-info {
    border-color: #4c12a1!important
}

.alert.alert-info:before {
    width: 32px;
    height: 32px;
    content: " ";
    background-image: url("../../images/alert-icon-info.svg");
    position: absolute;
    background-repeat: no-repeat;
    left: 16px;
    background-position: 50%
}

.breadcrumb,.container .breadcrumb {
    border-bottom: 0;
    padding: 3.5px 0 6px;
    margin: 0;
    color: #4c12a1;
    font-size: 12px
}

@media (min-width: 768px) {
    .breadcrumb,.container .breadcrumb {
        display:block;
        padding: 3.5px 0 6px
    }
}

.breadcrumb a,.container .breadcrumb a {
    color: #4c12a1!important;
    font-size: 12px;
    display: inline-block
}

@media (min-width: 768px) {
    .breadcrumb a,.container .breadcrumb a {
        display:inline
    }
}

.breadcrumb a:focus-visible,.container .breadcrumb a:focus-visible {
    outline: none;
    box-shadow: inset 0 -2px 0 0 #4c12a1;
    background: #ffecb7
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 1rem;
    position: relative
}

.breadcrumb-item+.breadcrumb-item:before {
    content: "";
    background: url("../images/icon-br-arrowright.svg") no-repeat;
    position: absolute;
    height: 10px;
    top: 6px;
    left: 6px
}

@media (min-width: 768px) {
    .breadcrumb-item+.breadcrumb-item:before {
        top:3px
    }
}

.breadcrumb-item+.breadcrumb-item:before:last-child {
    display: none
}

.section-breadcrumbs {
    padding: 0 3%;
    background: #fff;
    max-width: 1600px;
    margin: 0 auto
}

.section-breadcrumbs-wrapper {
    background: #fff;
    border-bottom: 1px solid #cdd8df
}

@media only screen and (max-width: 767px) {
    ol.breadcrumb {
        overflow-x:auto;
        overflow-y: hidden;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    ol.breadcrumb li {
        white-space: nowrap
    }

    ol.breadcrumb::-webkit-scrollbar {
        display: none;
        width: 0;
        background: transparent
    }

    .breadcrumb,.container .breadcrumb {
        padding: 2.5px 0
    }
}

@media (min-width: 768px) and (max-width:1023.98px) {
    .breadcrumb,.container .breadcrumb {
        padding:2.5px 0 0
    }
}

.breadcrumb a,.container .breadcrumb-item:last-child {
    color: #213038
}

@media (min-width: 768px) {
    .breadcrumb a,.container .breadcrumb-item:last-child {
        overflow:hidden;
        display: inline;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 200px
    }
}

@media only screen and (min-width: 768px) {
    .breadcrumb li.breadcrumb-item {
        overflow:hidden;
        display: inline
    }
}

@media (max-width: 767.98px) {
    .bc-fade-overlay {
        padding-top:1px;
        position: absolute;
        height: 26px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
        z-index: 10;
        pointer-events: none
    }

    .fade-left,.fade-right {
        width: 4%;
        height: 100%
    }

    .fade-left {
        background: linear-gradient(270deg,hsla(0,0%,100%,0),#fff)
    }

    .fade-right {
        background: linear-gradient(90deg,hsla(0,0%,100%,0),#fff)
    }
}

@media (min-width: 544px) {
    .bc-fade-overlay {
        display:none
    }
}

@media print {
    .container .breadcrumb {
        display: -ms-flexbox;
        display: flex
    }
}

.cta-primary-btn {
    min-width: 137px;
    height: 3rem;
    padding: 14px 48px;
    border-radius: 24px;
    background-color: #4c12a1;
    color: #fff!important;
    font-size: 16px;
    line-height: 20px;
    border: none
}

@media only screen and (min-width: 992px) {
    .cta-primary-btn:hover:not([disabled]) {
        background-color:#5c21b2;
        color: #fff!important
    }
}

.cta-primary-btn:active {
    outline: none!important;
    box-shadow: none;
    background-color: #5c21b2
}

.cta-primary-btn:focus {
    outline: none!important;
    box-shadow: none;
    color: #fff
}

.cta-primary-btn:focus-visible {
    outline: 2px solid #4c12a1!important;
    outline-offset: 2px!important
}

.cta-primary-btn:disabled {
    background-color: #cdd8df;
    color: #fff!important;
    cursor: not-allowed
}

.cta-primary-btn .cta-btn-text {
    display: inline-block;
    min-width: 40px;
    height: 20px;
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
    font-size: 16px;
    line-height: 1.25
}

.cta-primary-left-icon-btn,.cta-primary-right-icon-btn {
    min-width: 169px;
    height: 48px;
    padding: 12px 48px;
    border-radius: 24px;
    background-color: #4c12a1;
    color: #fff!important;
    font-size: 16px;
    line-height: 20px;
    border: none
}

@media only screen and (min-width: 992px) {
    .cta-primary-left-icon-btn:hover:not([disabled]),.cta-primary-right-icon-btn:hover:not([disabled]) {
        background-color:#5c21b2;
        color: #fff!important
    }
}

.cta-primary-left-icon-btn:active,.cta-primary-right-icon-btn:active {
    outline: none!important;
    box-shadow: none;
    background-color: #5c21b2
}

.cta-primary-left-icon-btn:focus,.cta-primary-right-icon-btn:focus {
    outline: none!important;
    box-shadow: none;
    color: #fff
}

.cta-primary-left-icon-btn:focus-visible,.cta-primary-right-icon-btn:focus-visible {
    outline: 1px auto #000!important
}

.cta-primary-left-icon-btn:disabled,.cta-primary-right-icon-btn:disabled {
    background-color: #cdd8df;
    color: #fff!important;
    cursor: not-allowed
}

.cta-primary-left-icon-btn .cta-btn-text,.cta-primary-right-icon-btn .cta-btn-text {
    display: inline-block;
    min-width: 40px;
    height: 20px;
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
    font-size: 16px;
    line-height: 1.25;
    vertical-align: middle
}

.cta-primary-left-icon-btn img,.cta-primary-right-icon-btn img {
    width: 24px;
    height: 24px
}

.cta-secondary-btn {
    min-width: 137px;
    height: 3em;
    padding: 12px 14px;
    border-radius: 24px;
    border: 2px solid #4c12a1;
    background-color: #fff;
    font-size: 16px;
    line-height: 20px;
    text-align: center
}

@media (max-width: 767.98px) {
    .cta-secondary-btn {
        padding:12px
    }
}

@media only screen and (min-width: 992px) {
    .cta-secondary-btn:hover:not([disabled]) {
        background-color:#faf5ff
    }
}

.cta-secondary-btn:active {
    background-color: #faf5ff
}

.cta-secondary-btn:active,.cta-secondary-btn:focus {
    outline: none!important;
    box-shadow: none
}

.cta-secondary-btn:focus-visible {
    outline: 2px solid #4c12a1!important;
    outline-offset: 2px!important
}

.cta-secondary-btn:disabled {
    background-color: #fff;
    cursor: not-allowed;
    border: 1px solid #cdd8df
}

.cta-secondary-btn:disabled .cta-sec-btn-text {
    color: #abb3b9
}

.cta-secondary-btn .cta-sec-btn-text {
    display: inline-block;
    min-width: 40px;
    height: 20px;
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
    font-size: 1em;
    line-height: 1.25;
    text-align: center;
    color: #4c12a1
}

.cta-secondary-left-icon-btn,.cta-secondary-right-icon-btn {
    min-width: 169px;
    height: 48px;
    padding: 9px 48px;
    border-radius: 24px;
    border: 2px solid #4c12a1;
    background-color: #fff
}

@media only screen and (min-width: 992px) {
    .cta-secondary-left-icon-btn:hover:not([disabled]),.cta-secondary-right-icon-btn:hover:not([disabled]) {
        background-color:#faf5ff
    }
}

.cta-secondary-left-icon-btn:active,.cta-secondary-right-icon-btn:active {
    outline: none!important;
    box-shadow: none;
    background-color: #faf5ff
}

.cta-secondary-left-icon-btn:focus,.cta-secondary-right-icon-btn:focus {
    outline: none!important;
    box-shadow: none
}

.cta-secondary-left-icon-btn:disabled,.cta-secondary-right-icon-btn:disabled {
    background-color: #fff;
    cursor: not-allowed;
    border: 1px solid #cdd8df
}

.cta-secondary-left-icon-btn:disabled .cta-sec-btn-text,.cta-secondary-right-icon-btn:disabled .cta-sec-btn-text {
    color: #abb3b9
}

.cta-secondary-left-icon-btn .cta-sec-btn-text,.cta-secondary-right-icon-btn .cta-sec-btn-text {
    display: inline-block;
    min-width: 40px;
    height: 20px;
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
    font-size: 16px;
    line-height: 1.25;
    text-align: center;
    color: #4c12a1;
    vertical-align: middle
}

.cta-secondary-left-icon-btn img,.cta-secondary-right-icon-btn img {
    width: 24px;
    height: 24px
}

.out-of-stock-btn-trade-up:disabled {
    background-color: #cdd8df;
    cursor: not-allowed;
    border: 1px solid #cdd8df
}

.cta-tertiary-btn {
    min-width: 137px;
    height: 3rem;
    padding: 12px 48px 14px;
    border-radius: 24px;
    border: 2px solid #cdd8df;
    background-color: #fff;
    font-size: 16px;
    line-height: 20px
}

@media (min-width: 1024px) {
    .cta-tertiary-btn:hover:not([disabled]) {
        background-color:#f9fbfc
    }
}

.cta-tertiary-btn:focus {
    outline: none!important;
    box-shadow: none
}

.cta-tertiary-btn:focus-visible {
    outline: 2px solid #4c12a1!important;
    outline-offset: 2px!important
}

.cta-tertiary-btn:disabled {
    background-color: #fff;
    cursor: not-allowed;
    border: 1px solid #cdd8df
}

.cta-tertiary-btn:disabled .cta-ter-btn-text {
    color: #abb3b9
}

.cta-tertiary-btn .cta-ter-btn-text {
    display: inline-block;
    min-width: 40px;
    height: 20px;
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
    font-size: 16px;
    line-height: 1.25;
    text-align: center;
    color: #56707a
}

.cta-tertiary-left-icon-btn,.cta-tertiary-right-icon-btn {
    min-width: 169px;
    height: 48px;
    padding: 9px 48px;
    border-radius: 24px;
    border: 2px solid #cdd8df;
    background-color: #fff
}

@media (min-width: 1024px) {
    .cta-tertiary-left-icon-btn:hover:not([disabled]),.cta-tertiary-right-icon-btn:hover:not([disabled]) {
        background-color:#f9fbfc
    }
}

.cta-tertiary-left-icon-btn:active,.cta-tertiary-right-icon-btn:active {
    outline: none!important;
    box-shadow: none;
    background-color: #f9fbfc
}

.cta-tertiary-left-icon-btn:focus,.cta-tertiary-right-icon-btn:focus {
    outline: none!important;
    box-shadow: none
}

.cta-tertiary-left-icon-btn:disabled,.cta-tertiary-right-icon-btn:disabled {
    background-color: #fff;
    cursor: not-allowed;
    border: 1px solid #cdd8df
}

.cta-tertiary-left-icon-btn:disabled .cta-sec-btn-text,.cta-tertiary-right-icon-btn:disabled .cta-sec-btn-text {
    color: #abb3b9
}

.cta-tertiary-left-icon-btn .cta-ter-btn-text,.cta-tertiary-right-icon-btn .cta-ter-btn-text {
    display: inline-block;
    min-width: 40px;
    height: 20px;
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
    font-size: 16px;
    line-height: 1.25;
    text-align: center;
    color: #56707a;
    vertical-align: middle
}

.cta-tertiary-left-icon-btn img,.cta-tertiary-right-icon-btn img {
    width: 24px;
    height: 24px
}

.btn-primary.focus,.btn-primary:focus {
    box-shadow: none
}

.btn-primary,.btn-primary:hover,.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active {
    border-color: inherit
}

.cta-primary-container,.cta-secondary-container,.cta-tertiary-container {
    position: relative
}

.cta-filter-btn {
    min-width: 136px;
    height: 48px;
    padding: 9px 32px;
    border-radius: 6px;
    border: 2px solid #cdd8df;
    background-color: #fff
}

@media only screen and (min-width: 992px) {
    .cta-filter-btn:hover {
        background-color:#f9fbfc
    }
}

.cta-filter-btn:active,.cta-filter-btn:focus {
    outline: none!important;
    box-shadow: none
}

.cta-filter-btn .cta-filter-btn-text {
    display: inline-block;
    min-width: 40px;
    height: 20px;
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
    font-size: 16px;
    line-height: 1.25;
    text-align: center;
    color: #56707a;
    vertical-align: middle
}

.cta-filter-btn img {
    width: 24px;
    height: 24px
}

.btn {
    position: relative;
    overflow: hidden;
    transition: background .4s
}

.btn.cta-filter-btn span.ripple,.btn.secondary-round span.ripple {
    background-color: rgba(205,216,223,.3)
}

.btn.cta-secondary-btn span.ripple,.btn.cta-secondary-left-icon-btn span.ripple,.btn.cta-secondary-right-icon-btn span.ripple {
    background-color: rgba(76,18,161,.2)
}

.btn.cta-tertiary-btn span.ripple,.btn.cta-tertiary-left-icon-btn span.ripple,.btn.cta-tertiary-right-icon-btn span.ripple {
    background-color: rgba(205,216,223,.3)
}

.custom-checkbox-input {
    width: 24px;
    height: 24px
}

.custom-checkbox-input.smaller-width {
    width: 16px;
    height: 16px
}

.custom-checkbox-label {
    position: relative;
    vertical-align: top;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.custom-checkbox-label:before {
    width: 24px;
    height: 24px;
    border: 1px solid #56707a!important;
    border-radius: 6px!important;
    top: 0
}

.custom-checkbox-label.smaller-width:before,.custom-checkbox-label:before {
    background: #fff!important;
    position: relative;
    display: inline-block;
    margin: 0 8px 0 0;
    left: 0
}

.custom-checkbox-label.smaller-width:before {
    width: 16px;
    height: 16px;
    border-radius: 4px!important;
    border: 1px solid #56707a!important;
    top: 1px
}

.custom-checkbox-label:after {
    width: 24px;
    height: 24px;
    left: 0;
    top: 0
}

.custom-checkbox-label.smaller-width:after {
    width: 16px;
    height: 16px;
    left: 0;
    top: 0
}

.custom-control-input:checked:hover~.custom-control-label:before,.custom-control-input:checked~.custom-control-label:before {
    content: "";
    border: 1px solid #4c12a1!important;
    background: #4c12a1!important
}

.custom-control-input:checked:hover~.custom-control-label:after,.custom-control-input:checked~.custom-control-label:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 8px;
    width: 8px;
    height: 17px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

.custom-control-input:checked:hover~.custom-control.smaller-width-label:after,.custom-control-input:checked~.custom-control-label.smaller-width:after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 7px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

.custom-checkbox-label.checked.smaller-width:after {
    content: "";
    position: absolute;
    top: 4px;
    left: 6px;
    width: 6px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

.custom-checkbox-input:not(:disabled):active~.custom-checkbox-label:before {
    background: #fff;
    border: 1px solid #56707a
}

.custom-control-input:focus:not(:checked)~.custom-control-label:before {
    border-color: #56707a
}

.custom-control-input:focus~.custom-control-label:before {
    box-shadow: none
}

.custom-control-input:hover~.custom-control-label:before {
    box-shadow: 0 0 6px 0 rgba(33,48,56,.2);
    background: #faf5ff!important
}

.custom-checkbox-label.indeterminate:hover,.custom-checkbox-label:disabled:hover,.custom-control-input:checked:hover~.custom-control-label:hover {
    box-shadow: none;
    background: inherit!important
}

.custom-control-input:disabled~.custom-control-label:before {
    border: 1px solid #abb3b9;
    background: #e9eaeb!important;
    box-shadow: none!important
}

.custom-checkbox-label.indeterminate:after {
    top: 4px;
    left: 11px;
    height: 16px
}

.custom-checkbox-label.indeterminate.smaller-width:after,.custom-checkbox-label.indeterminate:after {
    content: "";
    position: absolute;
    width: 2px;
    border: solid #fff;
    border-width: 0 2px 0 0;
    transform: rotate(90deg);
    border-radius: 1px
}

.custom-checkbox-label.indeterminate.smaller-width:after {
    top: 6px;
    left: 7px;
    height: 10px
}

.custom-control-input:focus-visible+label:before {
    border: 2px solid #4c12a1!important;
    border-radius: 6px!important;
    box-shadow: 0 0 6px 0 rgba(33,48,56,.2);
    background-color: #ffecb7!important
}

.custom-radio-btn {
    display: inline-block;
    margin: 0 8px 0 0;
    width: 24px;
    height: 24px;
    border: 1px solid #56707a;
    background: #fff;
    -webkit-appearance: none;
    border-radius: 32px;
    cursor: pointer
}

.custom-radio-btn.smaller-width {
    width: 16px;
    height: 16px;
    border-radius: 8.5px
}

.custom-radio-btn:checked {
    background: #4c12a1;
    border: 1px solid #4c12a1
}

.custom-radio-btn:checked:focus-visible {
    outline: 2px solid #4c12a1;
    outline-offset: 4px;
    box-shadow: 0 0 0 5px #ffecb7
}

.radio-label {
    margin: 0;
    cursor: pointer;
    color: #213038
}

.custom-radio-btn:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    margin: 6px auto;
    border-radius: 32px
}

.custom-radio-btn.smaller-width:before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    margin: 3.5px auto;
    border-radius: 8.5px
}

.custom-radio-btn:checked:before {
    background: #fff
}

.custom-radio-btn:focus {
    outline: none
}

.custom-radio-btn:hover {
    box-shadow: 0 0 6px 0 rgba(33,48,56,.2)!important;
    background: #faf5ff
}

.custom-radio-btn:checked:hover {
    box-shadow: none!important;
    background: #4c12a1
}

.custom-radio-btn:disabled,.custom-radio-btn:disabled:hover {
    border: 1px solid #abb3b9;
    background: #e9eaeb;
    box-shadow: none!important
}

select.custom-select {
    border-radius: 6px;
    border: 1px solid #cdd8df;
    background-color: #fff;
    color: #56707a
}

select.custom-select:disabled {
    color: #cdd8df
}

select.custom-select:hover {
    box-shadow: 0 0 6px 0 rgba(33,48,56,.2)
}

select.custom-select:active,select.custom-select:focus {
    box-shadow: 0 0 6px 0 rgba(33,48,56,.2);
    border: 1px solid #4c12a1
}

select.custom-select option:checked,select.custom-select option:focus,select.custom-select option:hover {
    border-radius: 6px;
    background-color: #faf5ff!important
}

.dropdown-wrapper {
    width: 300px;
    margin: 20px 0
}

.globaldropdown-input,.select2-container .selection .select2-selection {
    width: 286px;
    height: 3.5em;
    padding: 0 8px 0 15.6px;
    border-radius: 6px;
    border: 1px solid #cdd8df;
    background-color: #fff;
    text-align: left;
    font-size: 14px;
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif
}

.globaldropdown-input:focus,.select2-container .selection .select2-selection:focus {
    border: 2px solid #4c12a1;
    box-shadow: 0 0 6px 0 rgba(33,48,56,.2);
    outline: none
}

.globaldropdown-input:hover,.select2-container .selection .select2-selection:hover {
    box-shadow: 0 0 6px 0 rgba(33,48,56,.2)!important
}

@media (max-width: 767.98px) {
    .globaldropdown-input,.select2-container .selection .select2-selection {
        width:138px
    }
}

.globaldropdown-disable {
    border: 1px solid #cdd8df
}

.globaldropdown-disable:active,.globaldropdown-disable:focus,.globaldropdown-disable:hover {
    box-shadow: none!important;
    border: 1px solid #cdd8df!important
}

.global-down-arrow,.select2-container--default .select2-selection--single .select2-selection__arrow {
    cursor: pointer
}

.global-down-arrow,.global-up-arrow,.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 24px;
    height: 24px;
    right: 16px;
    position: absolute;
    top: 12px;
    left: 267px;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.dcg-global-dropdown .dropdown-item {
    color: #000!important;
    padding: 8px;
    font-size: 13px;
    cursor: pointer;
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif
}

.dcg-global-dropdown .dropdown-item:hover {
    background-color: #faf5ff;
    border-radius: 6px
}

.dcg-global-dropdown .dropdown-menu {
    width: 300px;
    padding: 8px;
    border-radius: 10px;
    background-color: #fff;
    margin-top: 4px;
    border: unset!important
}

.dcg-global-dropdown .dropdown-menu,.dcg-global-dropdown.show {
    box-shadow: 0 0 6px 0 rgba(33,48,56,.2)!important
}

.dcg-global-dropdown.show .global-down-arrow,.dcg-global-dropdown.show .select2-container--default .select2-selection--single .select2-selection__arrow,.select2-container--default .select2-selection--single .dcg-global-dropdown.show .select2-selection__arrow {
    transform: rotate(180deg)
}

.select2-container .selection {
    box-shadow: 0 0 6px 0 rgba(33,48,56,.2)!important
}

.select2-container .selection .select2-selection {
    position: relative;
    outline: 1px solid #cdd8df;
    border: none
}

.select2-container .selection .select2-selection:focus {
    outline: 2px solid #4c12a1;
    border: none
}

.select2-container--open .select2-dropdown--below {
    margin-top: 4px;
    border: none!important
}

.select2-container--open .select2-dropdown--above {
    margin-top: -4px;
    border: none!important
}

.select2-container--open .select2-selection--single .select2-selection__arrow {
    transform: rotate(180deg)
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: none!important;
    padding: 8px!important;
    border-radius: 10px!important;
    background-color: #fff!important;
    box-shadow: 0 0 6px 0 rgba(33,48,56,.2)!important;
    border: unset!important
}

.select2-container--default .select2-selection--single {
    border-bottom-left-radius: 6px!important;
    border-bottom-right-radius: 6px!important;
    border-top-left-radius: 6px!important;
    border-top-right-radius: 6px!important
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 24px!important;
    height: 24px!important;
    right: 8px!important;
    top: 12px!important;
    left: unset;
    background-image: url("../../images/icon-arrow-down.svg");
    background-repeat: no-repeat;
    background-position: 50%
}

.select2-container--default .select2-selection--single .select2-selection__arrow b[role=presentation] {
    display: none
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 48px!important;
    padding: 0!important;
    color: #213038!important
}

@media (max-width: 767.98px) {
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        overflow:hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 127px
    }
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: inherit!important
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #faf5ff!important;
    border-radius: 6px!important;
    outline: 2px solid #4c12a1
}

.select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
    outline: none!important
}

.select2-container--default .select2-results__option {
    color: #213038!important;
    padding: 8px!important;
    font-size: 13px!important;
    cursor: pointer!important;
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif!important
}

.select2-container--default .select2-results__option:focus,.select2-container--default .select2-results__option:hover {
    background-color: #faf5ff!important;
    border-radius: 6px!important
}

.select2-container--default .select2-results__option:focus-visible {
    outline: none;
    border: 2px solid #4c12a1
}

select.global-inputtext.custom-select.is-invalid+.select2-container--default .select2-selection {
    border: 1px solid #c90404;
    background-image: none
}

select.global-inputtext.custom-select.is-invalid+.select2-container--default .select2-selection:active,select.global-inputtext.custom-select.is-invalid+.select2-container--default .select2-selection:focus,select.global-inputtext.custom-select.is-invalid+.select2-container--default .select2-selection:hover {
    border: 2px solid #c90404
}

select.global-inputtext.custom-select.is-invalid~.global-label {
    color: #213038
}

select.global-inputtext.custom-select.is-invalid~.focused-label {
    color: #c90404
}

.h1,h1 {
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif
}

.h1,.h1-headline,h1 {
    font-size: 24px;
    line-height: 29px
}

.h1-headline {
    font-family: Currys Sans Headline,Helvetica,Arial,Sans-Serif
}

.h2,h2 {
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif
}

.h2,.h2-headline,h2 {
    font-size: 20px;
    line-height: 24px
}

.h2-headline {
    font-family: Currys Sans Headline,Helvetica,Arial,Sans-Serif
}

.h3,h3 {
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif
}

.h3,.h3-headline,h3 {
    font-size: 18px;
    line-height: 22px
}

.h3-headline {
    font-family: Currys Sans Headline,Helvetica,Arial,Sans-Serif
}

.h4,h4 {
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
    font-size: 16px;
    line-height: 20px
}

.h4-headline {
    font-size: 16px
}

.h4-headline,.smaller-headline {
    font-family: Currys Sans Headline,Helvetica,Arial,Sans-Serif;
    line-height: 22px
}

.smaller-headline {
    font-size: 14px
}

.headline {
    font-family: Currys Sans Headline,Helvetica,Arial,Sans-Serif
}

.pagination-wrapper {
    padding-top: 24px
}

.pagination-wrapper .page-item:first-child .page-link,.pagination-wrapper .page-item:last-child .page-link {
    border-radius: 24px!important;
    padding: 4px 0
}

.pagination-wrapper .page-item.first-last {
    line-height: 32px
}

.pagination-wrapper .page-item.pagination-arrrow-left {
    margin-right: 15px
}

.pagination-wrapper .page-item.pagination-arrrow-left img {
    margin-left: 0;
    margin-top: -1px
}

.pagination-wrapper .page-item.pagination-arrrow-left .svg-pagination-arrow-left {
    margin-left: -1px;
    margin-top: -1px;
    margin-right: 5px
}

.pagination-wrapper .page-item.pagination-arrrow-left i {
    width: 13px;
    height: 24px;
    background: url("../images/arrow-left.svg") no-repeat 50%
}

.pagination-wrapper .page-item.pagination-arrrow-left a {
    width: 100px;
    color: #56707a;
    margin: 0
}

.pagination-wrapper .page-item.pagination-arrrow-next {
    margin-left: 5px
}

.pagination-wrapper .page-item.pagination-arrrow-next img {
    margin-left: 2px;
    margin-top: -1px
}

.pagination-wrapper .page-item.pagination-arrrow-next i {
    width: 13px;
    height: 24px;
    background: url("../images/arrow-right.svg") no-repeat 50%
}

.pagination-wrapper .page-item.pagination-arrrow-next a {
    width: 80px;
    color: #56707a
}

.pagination-wrapper .page-item.pagination-arrrow-next .svg-pagination-arrow-right {
    margin-left: 4px;
    margin-top: -1px
}

.pagination-wrapper .page-link {
    position: relative;
    display: block;
    border-radius: 24px;
    width: 32px;
    height: 32px;
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    padding: 5px 0;
    margin: 0 8px 0 0;
    border: 2px solid #cdd8df;
    background-color: #fff;
    color: #4c12a1
}

.pagination-wrapper .page-link:hover {
    background-color: #f9fbfc
}

.pagination-wrapper .page-link:focus {
    box-shadow: none;
    outline: none;
    border: 2px solid #4c12a1
}

.pagination-wrapper .current-page.page-link {
    background-color: #4c12a1;
    border: none;
    color: #fff;
    padding: 7px 0
}

.pagination-wrapper .current-page.page-link:focus-visible {
    outline: 2px solid #4c12a1;
    outline-offset: 2px
}

.pagination-wrapper .current-page.page-link:hover {
    background-color: #5c21b2
}

.round-button .page-link {
    border-radius: 24px;
    width: 32px;
    height: 32px;
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    padding: 5px 0;
    margin: 0 8px 0 0;
    border: 2px solid #cdd8df;
    background-color: #fff;
    color: #4c12a1!important
}

.round-button .page-link:hover {
    background-color: #f9fbfc
}

.round-button .current-page.page-link {
    background-color: #4c12a1;
    border: none!important;
    color: #fff!important;
    padding: 6px 0!important
}

.round-button .current-page.page-link:hover {
    background-color: #5c21b2
}

.round-button .round-button-arrow img {
    margin-left: 0;
    margin-top: -4px
}

.pill-button {
    width: 64px;
    height: 32px;
    padding: 2px 18px;
    border-radius: 24px;
    border: 2px solid #cdd8df;
    background-color: #fff
}

.pill-button:hover {
    background-color: #f9fbfc!important
}

.progress {
    background-color: #fff;
    height: 6px;
    margin-bottom: 24px
}

.progress,.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.progress-bar {
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    background-color: transparent;
    position: relative
}

.progress-bar span.progress-indicator {
    width: 95%;
    height: 6px;
    border-radius: 6px;
    background-color: #cdd8df;
    position: absolute;
    bottom: 0
}

.progress-bar span.progress-indicator.active {
    background-color: #4c12a1
}

form .global-label {
    pointer-events: none
}

input[type=text]:hover {
    box-shadow: 0 0 6px 0 #cdd8df!important
}

.global-form {
    position: relative
}

.global-label {
    position: absolute;
    left: 16px;
    top: 12px;
    color: #56707a;
    transition: all .2s cubic-bezier(.76,0,.24,1);
    font-size: 14px
}

.global-inputtext {
    font-size: 1em;
    border: 1px solid #cdd8df;
    border-radius: 6px;
    height: 3.5em;
    padding: 8px 16px 0;
    width: 240px;
    transition: .2s;
    transition: all .2s cubic-bezier(.76,0,.24,1)
}

.global-inputtext:focus,.global-inputtext:hover {
    box-shadow: 0 0 6px 0 #cdd8df!important
}

.global-inputtext:focus {
    border: 2px solid #4c12a1
}

.global-inputtext:focus~.global-label {
    top: 3px;
    font-size: 12px
}

.global-inputtext:disabled {
    background-color: #fff
}

.global-inputtext:disabled:hover {
    box-shadow: none!important
}

.global-inputtext:disabled~label {
    color: #cdd8df
}

.global-inputtext.is-invalid {
    border: 1px solid #c90404;
    color: #213038!important
}

.global-inputtext.is-invalid+.global-label {
    color: #213038
}

.global-inputtext.is-invalid+.focused-label {
    color: #c90404
}

.global-inputtext.is-invalid:active,.global-inputtext.is-invalid:focus,.global-inputtext.is-invalid:hover {
    border: 2px solid #c90404
}

.form-group.is-invalid .global-label {
    color: #c90404
}

.form-group.is-invalid .global-inputtext {
    border: 2px solid #c90404;
    color: #213038
}

.global-label.focused-label {
    top: 3px;
    font-size: .85em
}

.global-invalid {
    width: 100%;
    margin: 4px 0 0 16px;
    font-size: 12px;
    color: #c90404
}

@media (max-width: 767.98px) {
    .global-invalid {
        width:110%
    }
}

@media (max-width: 767.98px) {
    #defaultPostalCode {
        width:90%
    }
}

.countdown {
    min-width: 24px;
    min-height: 24px;
    margin: 4px 7px 0 6px;
    background-color: #ffecb7;
    border-radius: 24px;
    display: inline-block;
    padding: 3px 6px;
    box-sizing: border-box;
    text-align: center
}

.countdown.bg-color-change {
    background-color: #f9d2e5
}

.text-area-count-sec {
    float: right;
    font-size: 12px;
    color: #56707a;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

textarea.form-control {
    min-height: 106px;
    padding: 17px 16px 0;
    width: 100%
}

.textarea-form {
    width: 300px
}

.textarea-form .global-label {
    background: #fff
}

.global-autocomplete {
    padding: 5px 50px;
    margin: 5px 0;
    position: relative;
    width: 450px
}

.textfield-disabled {
    width: 299px;
    height: 48px;
    padding: 0 40.4px 0 15.6px;
    border-radius: 6px;
    border: 1px solid #cdd8df
}

.textfield-disabled:-ms-input-placeholder {
    opacity: .3
}

.textfield-disabled::placeholder {
    opacity: .3
}

.textfield-error {
    width: 299px;
    height: 3.5em;
    padding: 0 40.4px 0 15.6px;
    border-radius: 6px;
    border: 1px solid #cdd8df
}

.textfield-error:hover {
    box-shadow: 0 0 6px 0 rgba(33,48,56,.2)
}

.textfield-error:focus {
    border: 2px solid #c90404
}

.textfield-error:focus~.global-label {
    top: 3px;
    font-size: 12px;
    color: #c90404
}

.textfield-selected:active {
    color: #213038;
    font-size: 14px;
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif
}

.textfield-icon {
    position: absolute;
    height: 24px;
    width: 24px;
    right: 110px;
    top: 18px;
    background-image: url("../images/search-store-1.svg")
}

.custom-switches {
    padding-left: 2.25rem
}

.custom-switches:focus-visible {
    outline: 2px solid #4c12a1!important;
    outline-offset: 4px
}

.custom-toggle {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

input[type=checkbox],input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

.custom-toggle-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-toggle-label {
    position: relative;
    margin-bottom: 20px;
    vertical-align: top
}

.custom-toggle-label:focus .acs-highlight-toggle-addedtext {
    border: 0;
    clip: rect(0 0 0 0);
    height: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 0
}

.custom-switches .custom-toggle-label:before {
    left: -2.25rem;
    pointer-events: all;
    width: 52px;
    height: 28px;
    border-radius: 16px
}

.custom-switches .standard-disabled-label:before {
    opacity: .5
}

.custom-toggle-label:before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #56707a;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.custom-switches .custom-toggle-label:after {
    top: calc(.25rem + 4px);
    left: calc(-1.25rem + -1px);
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 16px;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transform: translateX(-.75rem)
}

.custom-toggle-label:after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 50% 50%
}

.custom-toggle-input.checked~.custom-toggle-label:before,.custom-toggle-input:checked~.custom-toggle-label:before {
    color: #fff;
    border-color: #4c12a1;
    background: url(../../images/toggle-tick-icon.svg) no-repeat 100% #4c12a1
}

.checked-disabled-input.checked~.checked-disabled-label:before,.checked-disabled-input:checked~.checked-disabled-label:before {
    opacity: .5
}

.custom-switches .custom-toggle-input.checked~.custom-toggle-label:after,.custom-switches .custom-toggle-input:checked~.custom-toggle-label:after {
    background-color: transparent;
    transform: translateX(.75rem)
}

#checkoutLoginModal .modal-content button.close {
    top: 22px!important
}

.login-modal .modal-dialog {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

@media (min-width: 1024px) {
    .login-modal .modal-dialog {
        max-width:850px
    }

    .login-modal .modal-dialog.sns-login-modal {
        max-width: 550px
    }
}

.login-modal .modal-dialog .modal-content {
    border-radius: 10px;
    box-shadow: 0 2px 6px 0 rgba(33,48,56,.2)
}

.login-modal .modal-dialog .modal-content .login-header-title {
    font-size: 20px;
    line-height: 1.25;
    font-weight: 400;
    color: #213038;
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
    padding-top: 7px
}

.login-modal .modal-dialog .modal-content button.close {
    opacity: 1;
    position: absolute;
    right: 24px;
    top: 24px;
    z-index: 9999;
    font-size: medium;
    outline: 0
}

@media (max-width: 767.98px) {
    .login-modal .modal-dialog .modal-content button.close {
        top:13px!important
    }
}

.login-modal .modal-dialog .modal-content .modal-body {
    padding: 0
}

.login-modal .modal-dialog .modal-content .modal-body iframe {
    min-height: 80vh
}

@media screen and (max-device-width: 767px) {
    .login-modal .modal-dialog .modal-content .modal-body iframe {
        min-height:605px
    }
}

@media only screen and (min-device-width: 367px) and (max-device-width:376px) {
    .login-modal .modal-dialog .modal-content .modal-body iframe {
        min-height:540px
    }
}

@media screen and (max-device-width: 767px) and (orientation:landscape) {
    .login-modal .modal-dialog .modal-content .modal-body iframe {
        min-height:300px
    }
}

@media screen and (min-device-width: 768px) and (max-device-width:1023px) and (orientation:portrait) {
    .login-modal .modal-dialog .modal-content .modal-body iframe {
        min-height:575px
    }
}

@media screen and (min-device-width: 768px) and (max-device-width:1023px) and (orientation:landscape) {
    .login-modal .modal-dialog .modal-content .modal-body iframe {
        min-height:350px
    }
}

@media (min-width: 1024px) {
    .login-modal .modal-dialog .modal-content .modal-body iframe {
        min-height:95vh
    }
}

.loginsuccess {
    padding: 24px;
    border-radius: 10px;
    box-shadow: 0 2px 6px 0 rgba(33,48,56,.2);
    position: fixed;
    top: 60px;
    right: 40px;
    z-index: 10;
    min-width: 310px;
    left: auto;
    background-color: #fff;
    transition: right .5s cubic-bezier(.76,0,.24,1);
    -webkit-transition: right .5s cubic-bezier(.76,0,.24,1);
    -moz-transition: right .5s cubic-bezier(.76,0,.24,1);
    -o-transition: right .5s cubic-bezier(.76,0,.24,1)
}

@media (max-width: 1023.98px) {
    .loginsuccess {
        border-radius:0;
        top: 0;
        width: 100%;
        left: 0;
        right: 0
    }

    .loginsuccess .welcome-labeltext {
        float: left
    }

    .loginsuccess .myaccount-labeltext {
        float: right
    }
}

.loginsuccess .login-success-alert,.loginsuccess .myaccount-labeltext {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.loginsuccess .login-success-alert {
    font-size: 14px;
    line-height: 1.5;
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
    width: 100%;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 1023.98px) {
    .loginsuccess .login-success-alert {
        display:block
    }
}

.loginsuccess .login-success-alert .myaccount-link {
    color: #4c12a1;
    padding-left: 10px
}

.loginsuccess .login-success-alert .myaccount-link:hover {
    text-decoration: none
}

.loginsuccess .login-success-alert .close-btn {
    cursor: pointer;
    padding-top: 1px;
    padding-left: 20px;
    display: -ms-inline-flexbox;
    display: inline-flex
}

@media print {
    .account-page #footercontent,.account-page .section-header {
        display: none
    }
}

.rounded-4 {
    border-radius: 4px
}

.rounded-6 {
    border-radius: 6px
}

.rounded-8 {
    border-radius: 8px
}

.rounded-10 {
    border-radius: 10px
}

.rounded-50 {
    border-radius: 50%
}

.shadow-1 {
    box-shadow: 0 2px 6px 0 rgba(33,48,56,.2)
}

.shadow-2 {
    box-shadow: 0 0 6px 0 rgba(33,48,56,.2)
}

.energy-details-container .energy-message a {
    color: #4c12a1;
    font-size: 12px;
    line-height: 18px;
    max-width: -webkit-fit-content;
    max-width: fit-content
}

.energy-label-uk .energy-message a {
    color: #213038;
    text-decoration: underline
}

@media (max-width: 767.98px) {
    .energy-label-uk .energy-message {
        padding-top:0!important
    }
}

.global-link {
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
    font-size: 14px;
    line-height: 1.5;
    color: #213038;
    background-color: transparent;
    text-decoration: underline;
    cursor: pointer
}

.global-link:focus-visible {
    outline: none;
    border: 2px solid #4c12a1;
    text-decoration: none
}

.link-bold {
    font-family: Currys Sans Headline,Helvetica,Arial,Sans-Serif;
    display: inline
}

.link-small {
    font-size: 12px
}

body {
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
    background-color: #fff;
    font-size: 14px;
    line-height: 21px
}

body.overlay-open {
    overflow: hidden
}

input {
    font-size: 16px!important
}

.card,.card-header,.hero,body {
    color: #213038
}

.curry-sansreg-font,.global-label,.radio-label {
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif
}

.curry-sansreg-headline {
    font-family: Currys Sans Headline,Helvetica,Arial,Sans-Serif
}

.curry-black-font {
    color: #000
}

.currys-orange-font {
    color: #b06000
}

.font-size-12 {
    font-size: 12px
}

.font-size-14 {
    font-size: 14px
}

.font-size-16 {
    font-size: 16px
}

.font-size-18 {
    font-size: 18px
}

.font-size-20 {
    font-size: 20px
}

.font-size-24 {
    font-size: 24px
}

.font-color-regular {
    color: #213038
}

.font-color-grey {
    color: #56707a
}

.line-height-21 {
    line-height: 21px
}

.line-height-22 {
    line-height: 22px
}

.btn.active,.btn:active,button:active,button:focus:not(:focus-visible),button:hover,input[type=text]:active,input[type=text]:focus:not(:focus-visible),input[type=text]:hover,label:focus:not(:focus-visible),textarea:active,textarea:focus:not(:focus-visible),textarea:hover {
    outline: none!important;
    -webkit-appearance: none;
    box-shadow: none!important
}

.modal-background {
    background-color: #213038;
    opacity: .75;
    z-index: 20
}

img {
    max-width: 100%
}

.main-container {
    width: 100%;
    margin: 0 auto
}

@media (min-width: 1366px) {
    .main-container {
        max-width:1600px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width:unset!important;
        margin: 0 auto!important
    }
}

@media (max-width: 769px) {
    .container {
        max-width:unset!important
    }
}

h6 {
    color: #e5006d
}

.border-line {
    border-top: 1px solid #cdd8df;
    margin: 0 auto!important
}

#maincontent {
    background-color: #fff
}

#maincontent.grey-background {
    background-color: #f2f2f2;
    min-height: 100vh
}

#maincontent .homepage-section {
    background-color: #fff
}

#maincontent .homepage-section .amp-service-bar-main img a:focus-visible {
    outline: none;
    box-shadow: inset 0 -2px 0 0 #4c12a1;
    background: #ffecb7
}

#maincontent .homepage-section .amp-service-bar-main .slick-slide.slick-active:focus-within {
    outline: none;
    box-shadow: inset 0 -2px 0 0 #4c12a1;
    background: #ffecb7
}

#maincontent .homepage-section .amp-service-bar-main .slick-slide .service-center a:focus-visible {
    outline: none
}

#maincontent .homepage-section .amp-service-bar-topline a:focus-visible {
    outline: none;
    box-shadow: inset 0 -2px 0 0 #4c12a1;
    background: #ffecb7
}

#maincontent .homepage-section .amp-card-block-wrapper a:focus-visible {
    outline: 2px solid #4c12a1;
    outline-offset: 5px
}

#maincontent .homepage-section #hp-row-3 a:focus-visible,#maincontent .homepage-section #hp-row-4 a:focus-visible,#maincontent .homepage-section #hp-row-5 a:focus-visible,#maincontent .homepage-section #hp-row-6 a:focus-visible,#maincontent .homepage-section #hp-row-7 a:focus-visible,#maincontent .homepage-section .amp-brand-blocks a:focus-visible {
    outline: 2px solid #4c12a1
}

#maincontent .homepage-section #hp-row-3 button:focus-visible,#maincontent .homepage-section #hp-row-4 button:focus-visible,#maincontent .homepage-section #hp-row-5 button:focus-visible,#maincontent .homepage-section #hp-row-6 button:focus-visible,#maincontent .homepage-section #hp-row-7 button:focus-visible {
    outline: 2px solid #4c12a1;
    background: #ffecb7
}

#maincontent .homepage-section .amp-home-carousel-slider .a:focus-visible {
    outline: 2px solid #4c12a1
}

#maincontent .homepage-section .amp-home-carousel-slider .button:focus-visible {
    outline: 2px solid #4c12a1;
    offset: 3px;
    box-shadow: inset 0 0 5px #ffecb7
}

#maincontent .homepage-section .custome-top-row .slick-slide a:focus-visible {
    outline: 2px solid #4c12a1!important
}

#maincontent .homepage-section .amp-brand-banner-wrapper .a:focus-visible,#maincontent .homepage-section .amp-card-block-margin-control .a:focus-visible,#maincontent .homepage-section .amp-card-block-margin-control .slick-slide .a:focus-visible,#maincontent .homepage-section .custome-top-row .a:focus-visible {
    outline: 2px solid #4c12a1
}

#maincontent .homepage-section .category-wrapper a:focus-visible {
    outline: 2px solid #4c12a1;
    border-radius: 2px
}

#maincontent .homepage-section .skeleton-syntasa-tile {
    margin: 24px 3% 72px
}

.skip-to-main-content {
    position: absolute;
    left: -999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -999
}

.skip-to-main-content:focus-visible {
    left: 3px;
    top: 3px;
    min-width: 12%;
    height: auto;
    overflow: auto;
    text-align: center;
    font-size: 1em;
    z-index: 999;
    background-color: #ffecb7;
    outline: 2px solid #4c12a1;
    font-family: Currys Sans Headline,Helvetica,Arial,Sans-Serif;
    border-radius: 3px;
    padding: 2px 0
}

@media (max-width: 767.98px) {
    .app-search .form-control {
        padding-top:13px;
        padding-bottom: 13px
    }

    .input-group-append .btn {
        width: 15px;
        height: 15px
    }

    .input-group-append .btn .svg-icon.mobile-view {
        position: absolute;
        left: 12px
    }
}

@media only screen and (min-width: 992px) {
    .desktopheight {
        max-width:1366px!important
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .desktopheight {
        max-width:768px!important
    }
}

.global_link,.text-decoration-underline {
    text-decoration: underline
}

.global_link {
    color: #4c12a1!important;
    border: none;
    background: none;
    padding: 0
}

.global_link:focus-visible {
    outline: none;
    box-shadow: inset 0 -2px 0 0 #4c12a1;
    background: #ffecb7;
    text-decoration: none
}

.body-small {
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
    font-size: 12px;
    line-height: 18px
}

.body-small-headline {
    font-family: Currys Sans Headline,Helvetica,Arial,Sans-Serif;
    font-size: 12px;
    line-height: 18px
}

.body-link {
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
    font-size: 14px;
    line-height: 21px
}

@media only screen and (max-width: 1023px) {
    #toTopBtn {
        display:none;
        position: fixed;
        bottom: 16px;
        right: 16px;
        z-index: 98;
        width: 48px;
        height: 72px;
        margin: 0;
        padding: 36px 11px 16px;
        border-radius: 24px;
        font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        color: #4c12a1!important;
        background-color: #fff!important;
        text-decoration: none!important
    }

    .cd-top {
        box-shadow: 0 0 6px 0 rgba(33,48,56,.2);
        background: url(../../images/icon-arrowup.svg) no-repeat top;
        background-position: right 12px top 8px
    }
}

.global-wrapper {
    height: 250px
}

.ui-widget-content {
    list-style: none;
    border-radius: 10px;
    width: 300px;
    box-shadow: 0 0 6px 0 rgba(33,48,56,.2)
}

.ui-menu-item,.ui-widget-content {
    padding: 8px;
    background-color: #fff
}

.ui-menu-item {
    width: 284px;
    border-radius: 6px
}

.ui-menu-item:hover {
    background-color: #faf5ff;
    border-radius: 6px
}

.autocomplete-inp {
    width: 300px!important
}

.popover {
    width: 270px;
    height: auto;
    padding: 24px;
    border-radius: 10px;
    box-shadow: 0 0 6px 0 rgba(33,48,56,.2);
    background-color: #fff;
    border: 0!important
}

.popover-body {
    width: 222px;
    height: auto;
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
    font-size: 14px;
    line-height: 21px;
    color: #213038;
    padding: 0!important
}

header~#maincontent .container a:not(.btn-primary):not(.btn-outline-primary) {
    color: #4c12a1
}

.spinner {
    background: url(./../images/Interwind-1.6s-200px-purple-whiteCircle.svg) no-repeat 50%;
    animation: none;
    width: 200px;
    height: 200px;
    margin-top: -100px;
    margin-left: -100px
}

.veil-delivery,.veil-delivery .underlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.veil,.veil-delivery {
    z-index: 1090
}

.veil-delivery .underlay,.veil .underlay {
    background-color: transparent
}

.veil-delivery .underlay.grayed-spinner-overlay,.veil .underlay.grayed-spinner-overlay {
    background-color: #213038;
    opacity: .75
}

.veil-delivery .checkout-underlay.underlay,.veil .checkout-underlay.underlay {
    background-color: #fff;
    opacity: 1
}

.slot-padding {
    padding: 0 3%
}

.static-page {
    padding: 3% 12px
}

@media (min-width: 768px) {
    .static-page {
        padding:3% 24px
    }
}

@media (min-width: 1024px) {
    .static-page {
        padding:3% 45px
    }
}

.svg-icon {
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle
}

.rotating-spin {
    position: relative;
    animation: spin 1s linear infinite
}

@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

.line-item-name {
    white-space: normal
}

.pointer-events-none {
    pointer-events: none
}

.login-modal iframe {
    width: 100%;
    border-radius: 10px
}

.mobile-app~#maincontent .pdp-details-full-width-wrapper .currys-mobile-app,.mobile-app~.currys-mobile-app {
    display: none
}

b {
    font-family: Currys Sans Headline,Helvetica,Arial,Sans-Serif;
    font-weight: 400
}

.nvda_star_reading {
    border: 0;
    clip: rect(0 0 0 0);
    height: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 0
}

.svg-icon.svg-star-empty,.svg-icon.svg-star-half,i.svg-icon.svg-star-full {
    width: 1em;
    height: 1em;
    background-size: 43em
}

@media (max-width: 543.98px) {
    .w-sm-65 {
        width:65%!important
    }
}

.width-20 {
    width: 20px
}

.category-container {
    padding: 16px 3% 32px
}

.category-container .grid-wrapper {
    margin: 0 -3%
}

.sticky-col-left {
    position: -webkit-sticky;
    top: 0
}

.spinner-message {
    width: 252px;
    height: 160px;
    background-size: contain;
    background-color: #fff;
    border-radius: 16px;
    background-position: 45px -35px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 18px 38px;
    margin-top: -80px;
    margin-left: -125px
}

.spinner-message .fade-in {
    opacity: 0;
    animation: fadeIn .2s .5s forwards
}

.add-to-cart-messages {
    transform: none;
    position: static
}

.add-to-cart-messages .add-to-basket-alert-heading {
    font-size: 16px;
    line-height: 22px;
    font-family: Currys Sans Headline,Helvetica,Arial,Sans-Serif
}

.add-to-cart-messages .close {
    top: 10px;
    right: 12px
}

.add-to-cart-message-overlay,.cart-message-overlay {
    background: #213038;
    left: 0;
    top: 0;
    z-index: 10;
    opacity: .67
}

.add-to-basket-error-alert,.cart-error-alert {
    transform: translate(-50%,-50%);
    left: 50%;
    top: 232px;
    z-index: 11;
    width: 840px
}

@media (max-width: 1023.98px) {
    .add-to-basket-error-alert,.cart-error-alert {
        width:720px
    }
}

@media (max-width: 767.98px) {
    .add-to-basket-error-alert,.cart-error-alert {
        width:350px
    }
}

.add-to-basket-error-alert.fade,.cart-error-alert.fade {
    animation: fade .5s linear forwards
}

@keyframes fade {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.average-reviews {
    font-size: 12px;
    line-height: 18px;
    vertical-align: middle;
    color: #213038
}

.giftcard-link {
    color: #213038
}

.giftcard-link:hover {
    text-decoration: none;
    color: #213038
}

.coupon-price-adjustment {
    background-color: #fff;
    border-radius: 10px
}

.coupon-price-adjustment .coupon-code {
    color: #328636
}

.coupon-price-adjustment .offer-applied-amount {
    color: #e5006d;
    font-size: 12px;
    font-family: Currys Sans Headline,Helvetica,Arial,Sans-Serif
}

.coupon-price-adjustment .coupon-promotion-relationship {
    color: #56707a
}

.order-discount .discounted-label {
    color: #328636
}

.order-discount .discounted-price {
    color: #e5006d
}

.close {
    opacity: unset;
    color: #213038
}

.close:hover {
    opacity: unset!important
}

.cursor-pointer {
    cursor: pointer
}

.tab-focus-border-box:focus-visible {
    border: 2px solid #4c12a1!important;
    outline: none!important;
    box-shadow: none!important
}

.tab-focus-border-bottom:focus-visible {
    border-bottom: 2px solid #4c12a1!important
}

.tab-focus-border-bottom:focus-visible,.tab-focus-border:focus-visible {
    box-shadow: none!important;
    outline: none!important;
    background-color: #ffecb7!important
}

.tab-focus-border:focus-visible {
    border: 2px solid #4c12a1!important
}

.modal-header .modal-img-close:focus-visible {
    outline: 2px solid #4c12a1
}

.modal-content .login-modal-dismiss:focus,.modal-content .login-modal-dismiss:focus-visible {
    border: 2px solid #4c12a1
}

.card-header {
    padding: 0;
    border-bottom: none
}

.card-header .flex-pay-tooltip,.card-header .tooltip {
    position: relative;
    display: inline-block;
    opacity: 1;
    z-index: auto
}

.card-header .flex-pay-tooltip .tooltip-info-window,.card-header .tooltip .tooltip-info-window {
    margin-left: 8px
}

.card-header .flex-pay-tooltip .tooltiptext,.card-header .tooltip .tooltiptext {
    display: none;
    min-height: 0;
    position: absolute;
    left: 50%;
    padding: 24px;
    transform: translate(-51%,-2%);
    background: #fff;
    box-shadow: 0 0 6px 0 rgba(33,48,56,.2);
    border-radius: 12px;
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif
}

@media (max-width: 767.98px) {
    .card-header .flex-pay-tooltip .tooltiptext,.card-header .tooltip .tooltiptext {
        width:220px;
        height: auto;
        transform: translate(-50%,-1%)
    }
}

@media (min-width: 768px) {
    .card-header .flex-pay-tooltip .tooltiptext,.card-header .tooltip .tooltiptext {
        top:62px
    }
}

.card-header .flex-pay-tooltip .tooltiptext.tooltip-show,.card-header .tooltip .tooltiptext.tooltip-show {
    display: block
}

.card-header .flex-pay-tooltip .tooltiptext .tooltip__arrow,.card-header .tooltip .tooltiptext .tooltip__arrow {
    width: 50px;
    height: 30px;
    position: absolute;
    top: 1px;
    left: 48%;
    transform: translate(-36%,-100%);
    overflow: hidden
}

@media (max-width: 767.98px) {
    .card-header .flex-pay-tooltip .tooltiptext .tooltip__arrow,.card-header .tooltip .tooltiptext .tooltip__arrow {
        transform:translate(-42%,-100%)
    }
}

.card-header .flex-pay-tooltip .tooltiptext .tooltip__arrow:after,.card-header .tooltip .tooltiptext .tooltip__arrow:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff;
    transform: translateX(-50%) translateY(100%) translateZ(0) rotate(45deg);
    top: 0;
    left: 50%;
    box-shadow: 0 0 6px 0 rgba(33,48,56,.2)
}

.card-header .flex-pay-tooltip .tooltiptext .tooltip-ok,.card-header .tooltip .tooltiptext .tooltip-ok {
    text-align: right;
    margin-top: 16px;
    color: #4c12a1;
    font-size: 14px;
    font-family: Currys Sans Headline,Helvetica,Arial,Sans-Serif;
    cursor: pointer;
    margin-bottom: 0;
    float: right
}

#flexPayMobileSlideOut .modal.right .modal-dialog {
    width: 600px;
    max-width: 100%;
    transform: translateZ(0)
}

@media (max-width: 767.98px) {
    #flexPayMobileSlideOut .modal.right .modal-dialog {
        width:100%;
        background-color: #fff;
        height: 100vh
    }
}

#flexPayMobileSlideOut .modal.right .modal-content {
    overflow: hidden auto
}

#flexPayMobileSlideOut .modal.right .modal-header {
    border-bottom: 1px solid #cdd8df;
    padding: 16px 13px;
    top: 0;
    background: #fff;
    z-index: 1
}

#flexPayMobileSlideOut .modal.right .modal-body {
    -ms-flex: 1;
    flex: 1
}

#flexPayMobileSlideOut .modal.right .modal-title {
    line-height: 24px
}

#flexPayMobileSlideOut .modal.right.fade .modal-dialog {
    right: -600px;
    transition: opacity .5s linear,right .5s cubic-bezier(.76,0,.24,1)
}

#flexPayMobileSlideOut .modal.right.fade.show .modal-dialog {
    right: 0
}

#flexPayMobileSlideOut .modal.fade.show.right .modal-dialog {
    transform: none
}

.myaccount-head {
    position: relative
}

.myaccount-head:focus-visible {
    background: #ffecb7;
    outline: none;
    box-shadow: inset 0 -2px 0 0 #4c12a1
}

.myaccount-head span.tickicon {
    position: absolute;
    right: -10px;
    top: -8px;
    z-index: 1
}

.myaccount-head-slide-navi,.myaccount-head-tickicon-position {
    cursor: pointer;
    display: inline-block;
    font-size: 14px
}

@media (min-width: 1301px) {
    .myaccount-head-slide-navi,.myaccount-head-tickicon-position {
        display:-ms-flexbox!important;
        display: flex!important
    }
}

.myaccount-head-slide-navi span,.myaccount-head-tickicon-position span {
    font-size: 14px;
    display: inline-block;
    width: 100%;
    padding: 0
}

.top-header-help-section #topbar .container {
    padding: 0 12px
}

@media (min-width: 768px) {
    .top-header-help-section #topbar .container {
        padding:0 24px
    }
}

@media (min-width: 1024px) {
    .top-header-help-section #topbar .container {
        padding:0 3%
    }
}

#topbar {
    background: #f2f2f2;
    max-height: 25px;
    width: 100%;
    height: 25px;
    box-sizing: border-box;
    margin: 0 auto
}

@media only screen and (max-width: 1023px) {
    #topbar {
        height:0;
        margin: 0!important
    }
}

#topbar ul li a {
    font-size: 12px;
    color: #213038;
    display: inline-block
}

#topbar .list-unstyled .svg-circle {
    margin: 0 -3px
}

.homepage-content {
    padding: 0 3%
}

.homepage-content img {
    width: 100%
}

#maincontent {
    display: inline-block;
    width: 100%
}

.desktop-show {
    display: block
}

.ipad-show,.mobile-show {
    display: none
}

.amp-accordion,.amp-boxout-container,.amp-brand-blocks,.amp-card-block-main,.amp-dc-external-block,.amp-drop-down,.amp-dynamic-product,.amp-free-text,.amp-hero-banner-bg,.amp-hero-video,.amp-home-carousel-slider,.amp-img-block,.amp-offer-blocks,.amp-page-navigation-nav,.amp-section-title,.amp-shop-by-category,.amp-shoppable-img,.amp-split-block-wrapper,.amp-text-blocks-wrapper,.banner-image,.banner-text,.btn-container,.display-banner-amp,.iframe-container,.tab-index {
    max-width: 1504px;
    margin: 0 auto
}

.amp-home-carousel-slider {
    max-width: 100%;
    opacity: 0;
    transition: all 1s ease
}

.lazyload {
    visibility: hidden
}

.lazyloaded {
    visibility: visible
}

img.lazyload:not([src]) {
    visibility: hidden;
    color: transparent
}

.animate__animated {
    animation-fill-mode: none!important
}

#final-slider {
    margin: 0 -3.2%
}

.amp-card-block,.amp-dynamic-product-row,.amp-offer-block-wrapper,.amp-service-bar-main,.grid-slider,.mobile-image-grid,.responsive-display-block1,.responsive-row-text-block,.responsive-shop-category,.responsive-shoppable-image,.tab-slider-slick {
    opacity: 0;
    transition: all 1s ease
}

.amp-card-block.slick-initialized,.amp-dynamic-product-row.slick-initialized,.amp-home-carousel-slider.slick-initialized,.amp-offer-block-wrapper.slick-initialized,.amp-service-bar-main.slick-initialized,.grid-slider.slick-initialized,.mobile-image-grid.slick-initialized,.responsive-display-block1.slick-initialized,.responsive-row-text-block.slick-initialized,.responsive-shop-category.slick-initialized,.responsive-shoppable-image.slick-initialized,.tab-slider-slick.slick-initialized {
    opacity: 1
}

@media only screen and (max-width: 1023px) {
    .desktop-show {
        display:none
    }

    .ipad-show {
        display: block
    }

    .mobile-show {
        display: none
    }
}

@media (max-width: 767.98px) {
    .desktop-show,.ipad-show {
        display:none
    }

    .mobile-show {
        display: block;
        padding: 0
    }
}

.section-header {
    max-width: 1600px
}

@media (min-width: 768px) and (max-width:1023.98px) {
    .section-header {
        margin-top:0
    }
}

@media (max-width: 767.98px) {
    .section-header {
        margin-top:10px
    }
}

.section-header .header-main {
    padding: 0 3%;
    margin: 0 auto;
    max-width: 1600px;
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif
}

.section-header .toast-message-section {
    top: 45px;
    z-index: 9;
    width: 375px;
    right: -380px;
    border: 0 solid #4c12a1;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
    color: #213038;
    border-radius: 0;
    padding: 12px 16px
}

@media (max-width: 1023.98px) {
    .section-header .toast-message-section {
        top:-155px;
        width: 100%;
        right: 0
    }
}

@media (min-width: 1024px) {
    .section-header .toast-message-section {
        border-radius:6px
    }
}

.section-header .toast-message-section .closetoast-slide {
    left: -16px;
    cursor: pointer;
    width: 24px;
    height: 24px
}

.section-header .toast-message-section.active {
    right: 45px
}

@media (max-width: 1023.98px) {
    .section-header .toast-message-section.active {
        right:0;
        top: 0
    }
}

.section-header .toast-message-section .view-vulnerability {
    cursor: pointer
}

.section-header .collapse:not(.sideMenu-collapse) {
    display: block!important
}

.section-header .navbar-toggler {
    display: block;
    border: 0;
    padding: 0 .5rem;
    outline: none
}

@media (min-width: 768px) {
    .section-header .navbar-toggler {
        padding-left:.75rem;
        padding-right: 0
    }
}

@media (min-width: 1024px) {
    .section-header .navbar-toggler {
        padding-left:1.5rem
    }
}

.section-header .navbar-toggler .navbar-toggler-icon {
    line-height: 0;
    height: unset;
    vertical-align: bottom
}

.section-header .navbar-toggler img {
    width: 26px;
    height: 26px
}

@media (min-width: 1024px) {
    .section-header .navbar-toggler.handle-hamberger {
        display:none
    }
}

.section-header .navbar-toggler:focus-visible {
    background: #ffecb7;
    outline: none;
    box-shadow: inset 0 -2px 0 0 #4c12a1;
    border-radius: unset
}

.section-header .navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 768px) {
    .mobile-header {
        margin:16px 0!important;
        max-width: 100%
    }
}

.mobile-header .search-monile {
    margin-top: 34px
}

@media (min-width: 1024px) {
    .mobile-header .search-monile {
        padding-left:20px!important
    }
}

@media (max-width: 767.98px) {
    .mobile-header .search-monile {
        -ms-flex-order:2;
        order: 2;
        width: 84%;
        -ms-flex: unset;
        flex: unset;
        max-width: 100%;
        margin-top: 8px
    }
}

@media (min-width: 768px) and (max-width:1023.98px) {
    .mobile-header .search-monile {
        width:86%
    }
}

@media (min-width: 768px) {
    .mobile-header .search-monile {
        margin-top:16px
    }
}

@media (min-width: 1024px) {
    .mobile-header .search-monile {
        margin-top:40px
    }
}

@media (min-width: 1024px) {
    .mobile-header {
        margin:0!important
    }

    .mobile-header .logo img {
        margin: 20px 0
    }
}

@media (min-width: 1024px) and (max-width:1301px) {
    .mobile-header .logo img {
        width:76px;
        height: 76px
    }
}

.site-search {
    width: 100%
}

.site-search.active-search {
    z-index: 15
}

@media (max-width: 767.98px) {
    .site-search {
        z-index:unset
    }
}

.navbar.bg-inverse .navbar-nav.deal-brand-sec a.nav-link.deals-link:hover {
    color: #fff;
    text-decoration: none
}

@media (min-width: 1024px) {
    .navbar.bg-inverse .navbar-nav.deal-brand-sec a.nav-link.deals-link:hover {
        border-bottom:0
    }

    .navbar.bg-inverse .navbar-nav.deal-brand-sec a.nav-link.deals-link:hover span {
        color: #e5006d;
        background: #fff;
        border: 1px solid #e5006d;
        padding: 1px 9px 3px
    }
}

.deal-brand-sec a,.navbar.bg-inverse .navbar-nav .nav-link {
    color: #213038;
    font-size: 14px;
    line-height: 1.5;
    padding: 1rem .75rem
}

@media only screen and (min-width: 1024px) {
    .deal-brand-sec a,.navbar.bg-inverse .navbar-nav .nav-link {
        padding:1rem 7px 8px;
        margin: 0 0 12px;
        min-height: 44px
    }

    .deal-brand-sec a:hover,.navbar.bg-inverse .navbar-nav .nav-link:hover {
        border-bottom: 2px solid #e5006d
    }

    .menu-double-line~.mobile-padding .deal-brand-sec a:hover,.menu-double-line~.mobile-padding .navbar.bg-inverse .navbar-nav .nav-link:hover {
        border-bottom: none
    }
}

.deal-brand-sec a .brands-link,.navbar.bg-inverse .navbar-nav .nav-link .brands-link {
    padding-left: 7px
}

@media only screen and (min-width: 1024px) {
    .navbar.bg-inverse .navbar-nav .nav-item.dropdown.show.highlighted .nav-link {
        border-bottom:none
    }

    .navbar.bg-inverse .navbar-nav .nav-item.dropdown.show .nav-link {
        border-bottom: 2px solid #e5006d
    }

    .menu-double-line~.mobile-padding .navbar.bg-inverse .navbar-nav .nav-item.dropdown.show .nav-link {
        border-bottom: none
    }
}

.deals-link {
    padding: 1rem 0 7px 8px!important
}

.deals-link span {
    background: #e5006d;
    padding: 1px 10px 3px;
    color: #fff;
    border-radius: 10px;
    margin-top: 1px
}

.menu-double-line~.mobile-padding .deals-link span {
    border-bottom: none
}

.mobile-search-block {
    display: none
}

@media only screen and (min-width: 1100px) {
    .menu-navigation {
        margin:3px 0 0!important
    }
}

@media only screen and (max-width: 1024px) {
    .brands {
        display:block
    }
}

@media only screen and (min-width: 1301px) {
    .logo img {
        width:100px!important;
        height: 100px!important;
        max-width: 100px
    }
}

@media only screen and (min-width: 768px) and (max-width:1024px) {
    .logo img {
        width:76px;
        height: 76px
    }
}

@media (max-width: 767.98px) {
    .logo img {
        width:56px;
        height: 56px
    }
}

.logo a.brand-wrap {
    display: block
}

@media only screen and (min-width: 992px) and (max-width:1198px) {
    .ipad-search-blk {
        margin-left:32px;
        padding: 0
    }
}

@media (max-width: 1023.98px) {
    div.logo {
        width:14%
    }

    .ipad-search-blk {
        width: 54%;
        padding: 0
    }

    .mobile-myaccount {
        width: 43%
    }

    .logo svg {
        min-width: unset;
        margin-top: 0;
        max-width: 76px
    }
}

@media (max-width: 767.98px) {
    div.logo {
        width:16%;
        margin-top: 8px
    }

    .logo svg {
        max-width: 56px;
        max-height: 56px
    }

    .mobile-myaccount {
        -ms-flex-order: 1;
        order: 1
    }

    .ipad-search-blk {
        -ms-flex-order: 2;
        order: 2;
        display: none
    }

    .mobile-search-block {
        display: block;
        -ms-flex-order: 3;
        order: 3;
        width: 100%;
        margin: 16px 0
    }

    .widget-header a span {
        color: #213038
    }
}

.navbar .nav-item a {
    color: #213038
}

.navbar .nav-item a:focus-visible {
    outline-style: none;
    border: 2px solid #4c12a1
}

.fa-search:before {
    display: none
}

.menu-group ul li.nav-item:first-child a.nav-link {
    padding-left: 0
}

.minicart {
    margin: 0
}

.minicart .minicart-quantity {
    background-color: #e5006d!important;
    top: -6px;
    left: 28px;
    width: auto;
    right: unset;
    position: absolute;
    height: unset;
    font-size: 14px;
    padding: 2px 5px;
    border-radius: 20px;
    min-width: 20px;
    max-width: unset;
    letter-spacing: 1px;
    font-family: Currys Sans Headline,Helvetica,Arial,Sans-Serif
}

@media (max-width: 767.98px) {
    .minicart .minicart-quantity {
        left:55%
    }
}

.user {
    position: relative
}

.user .notify {
    color: #fff;
    position: absolute;
    top: 3px;
    right: 15px;
    border: none
}

.user:focus-visible {
    outline: 2px solid #4c12a1
}

.simpleSearch {
    position: relative
}

.simpleSearch .fa-search {
    right: 3px;
    padding: 1px!important;
    top: 0!important;
    font-size: inherit
}

@media only screen and (min-width: 768px) {
    .simpleSearch .fa-search .svg-icon.mobile-view {
        display:none
    }
}

@media (max-width: 767.98px) {
    .simpleSearch .fa-search {
        top:-46px;
        font-size: 16px
    }
}

.site-search .reset-button {
    top: 7px;
    right: 45px;
    z-index: 100;
    transform: scale(.7);
    color: #495057
}

@media (max-width: 767.98px) {
    .site-search .reset-button {
        right:3em
    }
}

.flexpay-tooltip-open {
    overflow: hidden
}

@media (min-width: 1366px) {
    .flexpay-tooltip-open {
        margin-right:17px
    }
}

.flexpay-container .flex-pay-tooltip .modal-header,.flexpay-container .modal-dialog .modal-header,.flexpay-mobile-slideout .flex-pay-tooltip .modal-header,.flexpay-mobile-slideout .modal-dialog .modal-header {
    border-bottom: 1px solid #cdd8df
}

@media (max-width: 767.98px) {
    .flexpay-container .flex-pay-tooltip .modal-header .title,.flexpay-container .modal-dialog .modal-header .title,.flexpay-mobile-slideout .flex-pay-tooltip .modal-header .title,.flexpay-mobile-slideout .modal-dialog .modal-header .title {
        font-size:20px;
        line-height: 24px
    }
}

.flexpay-container .flex-pay-tooltip .modal-header .close,.flexpay-container .modal-dialog .modal-header .close,.flexpay-mobile-slideout .flex-pay-tooltip .modal-header .close,.flexpay-mobile-slideout .modal-dialog .modal-header .close {
    top: 14px;
    right: 16px;
    opacity: 1
}

.flexpay-container .flex-pay-tooltip .flexpay-badge,.flexpay-container .modal-dialog .flexpay-badge,.flexpay-mobile-slideout .flex-pay-tooltip .flexpay-badge,.flexpay-mobile-slideout .modal-dialog .flexpay-badge {
    top: -6px;
    right: 2px;
    cursor: pointer
}

@media (min-width: 544px) {
    .flexpay-container .flex-pay-tooltip .flexpay-badge,.flexpay-container .modal-dialog .flexpay-badge,.flexpay-mobile-slideout .flex-pay-tooltip .flexpay-badge,.flexpay-mobile-slideout .modal-dialog .flexpay-badge {
        right:4px
    }
}

@media (min-width: 1024px) {
    .flexpay-container .flex-pay-tooltip .flexpay-badge,.flexpay-container .modal-dialog .flexpay-badge,.flexpay-mobile-slideout .flex-pay-tooltip .flexpay-badge,.flexpay-mobile-slideout .modal-dialog .flexpay-badge {
        right:16px
    }
}

.flexpay-container .flex-pay-tooltip .tooltip-show,.flexpay-container .modal-dialog .tooltip-show,.flexpay-mobile-slideout .flex-pay-tooltip .tooltip-show,.flexpay-mobile-slideout .modal-dialog .tooltip-show {
    z-index: 999
}

@media (min-width: 544px) {
    .flexpay-container .flex-pay-tooltip .modal-body,.flexpay-container .flex-pay-tooltip .tooltiptext,.flexpay-container .modal-dialog .modal-body,.flexpay-container .modal-dialog .tooltiptext,.flexpay-mobile-slideout .flex-pay-tooltip .modal-body,.flexpay-mobile-slideout .flex-pay-tooltip .tooltiptext,.flexpay-mobile-slideout .modal-dialog .modal-body,.flexpay-mobile-slideout .modal-dialog .tooltiptext {
        width:332px
    }
}

.flexpay-container .flex-pay-tooltip .modal-body .icon-close,.flexpay-container .flex-pay-tooltip .tooltiptext .icon-close,.flexpay-container .modal-dialog .modal-body .icon-close,.flexpay-container .modal-dialog .tooltiptext .icon-close,.flexpay-mobile-slideout .flex-pay-tooltip .modal-body .icon-close,.flexpay-mobile-slideout .flex-pay-tooltip .tooltiptext .icon-close,.flexpay-mobile-slideout .modal-dialog .modal-body .icon-close,.flexpay-mobile-slideout .modal-dialog .tooltiptext .icon-close {
    right: 8px;
    top: 8px;
    width: 24px;
    cursor: pointer
}

.flexpay-container .flex-pay-tooltip .modal-body .flexpay-credit-balance,.flexpay-container .flex-pay-tooltip .modal-body .title,.flexpay-container .flex-pay-tooltip .tooltiptext .flexpay-credit-balance,.flexpay-container .flex-pay-tooltip .tooltiptext .title,.flexpay-container .modal-dialog .modal-body .flexpay-credit-balance,.flexpay-container .modal-dialog .modal-body .title,.flexpay-container .modal-dialog .tooltiptext .flexpay-credit-balance,.flexpay-container .modal-dialog .tooltiptext .title,.flexpay-mobile-slideout .flex-pay-tooltip .modal-body .flexpay-credit-balance,.flexpay-mobile-slideout .flex-pay-tooltip .modal-body .title,.flexpay-mobile-slideout .flex-pay-tooltip .tooltiptext .flexpay-credit-balance,.flexpay-mobile-slideout .flex-pay-tooltip .tooltiptext .title,.flexpay-mobile-slideout .modal-dialog .modal-body .flexpay-credit-balance,.flexpay-mobile-slideout .modal-dialog .modal-body .title,.flexpay-mobile-slideout .modal-dialog .tooltiptext .flexpay-credit-balance,.flexpay-mobile-slideout .modal-dialog .tooltiptext .title {
    font-size: 18px;
    font-family: Currys Sans Headline,Helvetica,Arial,Sans-Serif
}

.flexpay-container .flex-pay-tooltip .modal-body .purple-box,.flexpay-container .flex-pay-tooltip .tooltiptext .purple-box,.flexpay-container .modal-dialog .modal-body .purple-box,.flexpay-container .modal-dialog .tooltiptext .purple-box,.flexpay-mobile-slideout .flex-pay-tooltip .modal-body .purple-box,.flexpay-mobile-slideout .flex-pay-tooltip .tooltiptext .purple-box,.flexpay-mobile-slideout .modal-dialog .modal-body .purple-box,.flexpay-mobile-slideout .modal-dialog .tooltiptext .purple-box {
    color: #000;
    background-color: #faf5ff
}

.flexpay-overlay {
    background-color: #213038;
    opacity: .7;
    z-index: 999
}

.widget-header {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: center
}

.widget-header .wishlist-count {
    position: absolute;
    right: unset;
    left: 28px;
    top: -6px;
    min-width: 20px;
    max-width: unset;
    width: auto;
    height: unset;
    font-size: 14px;
    border-radius: 20px;
    font-family: Currys Sans Headline,Helvetica,Arial,Sans-Serif;
    background-color: #e5006d;
    color: #fff;
    padding: 0 5px;
    letter-spacing: 1px
}

@media (max-width: 543.98px) {
    .widget-header .wishlist-count {
        left:25px
    }
}

.widget-header a {
    color: #343a40;
    font-size: 14px
}

.widget-header a .minicart-icon-empty,.widget-header a .minicart-icon-not-empty {
    height: 24px
}

.widget-header a:focus-visible {
    background: #ffecb7;
    outline: none;
    box-shadow: inset 0 -2px 0 0 #4c12a1
}

.widget-header a span {
    display: inline-block;
    width: 100%
}

.widget-header a span.wishlist-hide {
    display: none
}

.widget-header a span.user-message {
    font-size: 14px;
    padding: 0
}

.widget-header a span.user-message .acs-reader-added-text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 0
}

.widget-header>a,.widget-header a.account-modal-login,.widget-header a.minicart-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center
}

.icontext {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle
}

.icontext .icon {
    position: relative;
    margin-right: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

.icontext .text {
    width: 100%;
    line-height: 1.2
}

.app-search .form-control-new {
    border: 1px solid;
    height: 38px;
    padding-left: 35px;
    padding-right: 0;
    color: #000;
    background: #fff;
    box-shadow: none;
    border-radius: 30px;
    border-color: #dedede;
    border-top-right-radius: 30px!important;
    border-bottom-right-radius: 30px!important;
    border-top-left-radius: 30px!important;
    border-bottom-left-radius: 30px!important;
    outline: none;
    width: 100%
}

.app-search.input-group {
    width: 50%
}

@media only screen and (min-width: 768px) and (max-width:1023px) {
    .app-search.input-group {
        width:100%
    }
}

.input-group-append {
    margin-left: -40px
}

@media (max-width: 767.98px) {
    .mobile-searchwidth {
        z-index:99
    }
}

.input-group-append .btn {
    background: #4c12a1;
    color: hsla(0,0%,100%,.7);
    border-color: transparent;
    box-shadow: none!important;
    height: 38px;
    width: 38px;
    margin: 3px 1px 3px 16px;
    border-radius: 22px
}

.input-group-append .btn:focus-visible {
    outline: 1px solid #4c12a1;
    outline-offset: 2px
}

.desktop-view {
    line-height: unset;
    width: 24px;
    height: 24px
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display:-ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

.nav-item a {
    color: #000
}

.navbar-collapse .nav-link {
    padding: .5rem .75rem!important;
    color: #213038;
    font-size: 14px
}

.bage-service {
    color: #fff;
    background: #4c12a1
}

.notify {
    background-color: #4c12a1
}

.badge-pill {
    border-radius: 50%!important;
    padding-right: .2em;
    padding-left: .2em
}

.badge {
    padding: 0!important
}

.badge-cart {
    background: red;
    color: #fff
}

.notify-cart {
    position: absolute;
    top: -7px;
    right: 15px;
    border: none
}

.header-account-section.deal {
    padding-right: 12px;
    font-size: 14px
}

@media only screen and (min-width: 768px) and (max-width:1023px) {
    .header-account-section.deal {
        display:none
    }
}

@media (max-width: 767.98px) {
    .header-account-section.deal {
        display:none
    }
}

.header-account-section .widget-wrapper {
    width: 4.38rem
}

.header-account-section .widget-header {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: center;
    margin-left: .5rem
}

@media (min-width: 768px) {
    .header-account-section .widget-header {
        margin-left:.75rem
    }
}

@media (min-width: 1024px) {
    .header-account-section .widget-header {
        margin-left:1.5rem
    }
}

.header-account-section .widget-header a {
    color: #213038
}

.header-account-section .account-modal-login {
    cursor: pointer
}

.basket-icon .badge-pill {
    padding-right: .3em!important;
    padding-left: .3em!important
}

@media (max-width: 767.98px) {
    .mobile-myaccount {
        width:75%;
        max-width: 100%;
        -ms-flex: unset;
        flex: unset
    }
}

@media only screen and (min-width: 544px) and (max-width:766px) {
    .mobile-myaccount {
        width:83%
    }
}

@media only screen and (max-width: 480px) {
    .mobile-myaccount {
        width:85%
    }
}

.logo a:focus-visible {
    outline: 2px solid #4c12a1;
    border-radius: 5px
}

@media (max-width: 767.98px) {
    .logo {
        width:25%
    }
}

.ham-menu-title {
    font-size: 14px;
    line-height: 1.5;
    color: #343a40;
    display: block
}

@media only screen and (max-width: 1023px) {
    .search-monile .search {
        padding-top:0!important
    }
}

.mobile-search-bar {
    display: none
}

@media only screen and (max-width: 1023px) {
    .search-monile .search .search {
        padding-top:0!important
    }
}

@media (max-width: 767.98px) {
    .app-search.input-group {
        width:100%;
        padding-left: 0!important;
        position: relative
    }

    .site-search input:focus {
        padding-top: 11px;
        padding-left: 43px
    }

    .suggestions-wrapper {
        z-index: 99;
        margin: 0 -12px;
        position: absolute
    }

    .search-field:active~.suggestions-wrapper,.search-field:focus~.suggestions-wrapper {
        z-index: 999
    }

    .white-overlay {
        position: fixed;
        padding: 0;
        margin: 0;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        z-index: 9
    }

    .back-arrow,.mobile-searchwidth,.search-field {
        margin: 0;
        transition: all .2s cubic-bezier(.76,0,.24,1)
    }

    .back-arrow {
        padding: 0;
        position: absolute;
        left: 0;
        bottom: 18px;
        z-index: 99;
        cursor: pointer
    }

    .simpleSearch input[type=search]::-webkit-search-cancel-button {
        z-index: 99;
        position: relative
    }

    .input-group-append .btn img.mobile-search {
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        top: 57%
    }

    .app-search .form-control {
        background-color: #f2f2f2;
        padding-left: 48px;
        border: 0;
        position: relative
    }

    .mobile-search-bar {
        display: block
    }
}

@media only screen and (max-width: 1023px) {
    .ipad-menu {
        display:none
    }
}

.site-search input {
    border-radius: 30px;
    min-height: 44px;
    padding-left: 24px;
    border: 1px solid #cdd8df;
    font-size: 14px
}

@media (max-width: 767.98px) {
    .logo {
        -ms-flex-order:1;
        order: 1
    }

    .suggestions {
        top: 155px
    }
}

@media only screen and (max-width: 767px) {
    .secure-checkout {
        padding:22px 0;
        color: #213038;
        margin-right: 17.7px;
        font-size: 18px
    }

    .minicart-icon-not-empty {
        margin: 0!important
    }

    .checkout-header-logo {
        padding-left: 19px
    }

    .checkout-header-logo img {
        width: 52px;
        height: 52px
    }
}

@media only screen and (min-width: 768px) and (max-width:1023px) {
    .secure-checkout {
        padding:30px 0;
        margin-right: 22.7px;
        font-size: 18px;
        color: #213038
    }

    .checkout-header-logo {
        padding-left: 26px
    }

    .checkout-header-logo img {
        width: 63px;
        height: 63px
    }
}

@media only screen and (min-width: 1024px) {
    .secure-checkout {
        padding:41px 0;
        margin-right: 43.7px;
        font-size: 18px;
        color: #213038
    }

    .checkout-header-logo {
        padding-left: 40px
    }

    .checkout-header-logo img {
        width: 106px;
        height: 106px
    }
}

@media (min-width: 992px) {
    .header-containerwidth {
        max-width:100%
    }
}

.userbtn-details {
    vertical-align: unset!important;
    border: 0 solid transparent!important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #213038;
    max-width: 65px!important
}

@media (min-width: 480px) and (max-width:768px) {
    .userbtn-details {
        max-width:75px!important
    }
}

@media (min-width: 769px) {
    .userbtn-details {
        max-width:84px!important
    }
}

.userbtn-details .acs-hello-reader-text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 0
}

.search-overlay {
    background-color: #213038;
    opacity: .75;
    top: 0;
    left: 0
}

.search-overlay.fade {
    visibility: hidden
}

.search-overlay.fade:not(.show) {
    transition: visibility 0s .5s,opacity .5s
}

.search-overlay.show {
    visibility: visible
}

.desktop-menu-view .dropdown-toggle:after,.desktop-menu-view .mobile-padding {
    display: none
}

.desktop-menu-view .dropdown-nav-second-level {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.desktop-menu-view .multilevel-dropdown {
    overflow: unset
}

.desktop-menu-view .multilevel-dropdown .menu-single-line {
    padding-right: 0
}

.desktop-menu-view .dropdown-item.active,.desktop-menu-view .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #fff
}

.desktop-menu-view .modal-background {
    display: none!important
}

.desktop-menu-view .navbar.bg-inverse .navbar-nav {
    display: -ms-flexbox!important;
    display: flex!important
}

.desktop-menu-view .navbar.bg-inverse .navbar-nav .nav-link {
    padding: 1rem 12px 5px!important
}

@media only screen and (min-width: 1024px) {
    .desktop-menu-view .navbar.bg-inverse .navbar-nav .nav-link {
        min-height:40px;
        height: 40px;
        display: block
    }
}

.desktop-menu-view .menu-group ul li.nav-item.child-seprator {
    -ms-flex-positive: 1;
    flex-grow: 1
}

.desktop-menu-view .menu-group ul li.nav-item.highlighted .nav-link span {
    background: #e5006d;
    padding: 1px 10px 3px;
    color: #fff;
    border-radius: 10px;
    margin-top: 1px
}

.desktop-menu-view .menu-group ul li.nav-item.highlighted .nav-link:hover {
    border-bottom: none
}

.desktop-menu-view .menu-group ul li.nav-item.highlighted .nav-link:hover span {
    color: #e5006d;
    background: #fff;
    border: 1px solid #e5006d;
    padding: 1px 9px 3px
}

.desktop-menu-view .menu-group ul li.nav-item.highlighted.show .nav-link {
    border-bottom: none
}

.desktop-menu-view .menu-group ul li.nav-item.highlighted.show .nav-link span {
    color: #e5006d;
    background: #fff;
    border: 1px solid #e5006d;
    padding: 1px 9px 3px
}

.desktop-menu-view .menu-group ul li.nav-item:first-child a.nav-link {
    margin-left: -12px
}

.desktop-menu-view .menu-group ul li.nav-item:first-child a.nav-link.services-link {
    margin-left: 0
}

.desktop-menu-view .menu-group ul li.nav-item:first-child a.nav-link.brands {
    margin: 0
}

.desktop-menu-view .menu-group ul li.nav-item:last-child.right-aligned .nav-link {
    padding: 1rem 0 5px 12px!important
}

@media (min-width: 1024px) {
    .top-header-help-section {
        display:block
    }
}

@media (max-width: 1023.98px) {
    .top-header-help-section {
        display:none
    }
}

.show-help-services-device {
    display: block!important;
    width: 100%;
    background-color: #f2f2f2
}

.show-help-services-device #topbar .list-unstyled .svg-circle {
    display: none
}

.show-help-services-device ul {
    width: 100%;
    display: block!important
}

.show-help-services-device ul li {
    padding: 12px 0 12px 16px;
    border-top: 0!important;
    width: 100%
}

.show-help-services-device ul li a {
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
    font-size: 14px!important;
    color: #213038
}

.show-help-services-device ul li:last-child {
    padding-bottom: 31px
}

.show-help-services-device ul li:first-child {
    padding-top: 24px
}

.meun-icon,.shop-by-category {
    margin-bottom: 16px;
    font-family: Currys Sans Headline,Helvetica,Arial,Sans-Serif;
    display: block;
    color: #213038!important;
    padding: 10px 24px 8px;
    font-size: 14px
}

.menu-toggleable-left .close-menu {
    background: #fff;
    border: 0;
    display: block!important;
    box-sizing: border-box;
    height: 56px;
    margin-bottom: 24px;
    border-bottom: 1px solid #d8d8d8;
    padding: 0 16px
}

.stickymenu {
    overflow: hidden
}

.meun-icon {
    display: block;
    padding: 0 0 0 20px
}

@media (max-width: 1023.98px) {
    .meun-icon {
        margin-bottom:0
    }
}

.menu-toggleable-left.in .dropdown {
    position: relative
}

.menu-toggleable-left.tab-view.navbar-toggleable-sm {
    transition: opacity .3s linear,right .5s ease-out;
    position: fixed!important;
    right: -600px;
    top: 0!important;
    bottom: 0!important;
    display: block!important;
    max-width: 100%!important
}

.menu-toggleable-left.tab-view.navbar-toggleable-sm.in {
    right: 0;
    left: unset;
    overflow-y: scroll;
    overflow-x: scroll;
    width: 600px;
    min-width: unset;
    box-sizing: border-box;
    z-index: 99999;
    margin: 0!important;
    max-height: unset
}

.menu-toggleable-left .menu-group {
    box-sizing: border-box
}

.mobile-padding {
    padding: 0;
    max-width: 100%
}

.navbar.navbar-expand-md {
    display: block
}

.menu-toggleable-left.in .dropdown-menu {
    right: -800px;
    left: unset;
    position: absolute;
    top: 0;
    width: 100%;
    height: 0;
    border: 0 none;
    display: block;
    box-shadow: unset;
    color: #213038!important;
    overflow-y: scroll;
    overflow-x: hidden
}

.menu-toggleable-left.in .show>.dropdown-menu {
    left: unset;
    right: 0;
    position: fixed;
    width: 600px;
    padding: 0;
    transition: opacity .3s linear,left .5s ease-out,right .5s ease-out;
    height: 100%;
    max-width: 100%
}

@media screen and (max-device-width: 544px) and (orientation:portrait) {
    .menu-toggleable-left.in .show>.dropdown-menu {
        width:100%
    }
}

@media screen and (min-device-width: 544px) and (max-device-width:1023px) and (orientation:landscape) {
    .menu-toggleable-left.in .show>.dropdown-menu {
        width:600px
    }
}

.navbar.bg-inverse .navbar-nav .nav-link {
    padding: 10px 16px 8px;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.hide-nav-section {
    overflow: hidden;
    height: 0
}

.multilevel-dropdown {
    padding: 0
}

.multilevel-dropdown .dropdown-item.top-category>.nav-link {
    padding-left: 0!important
}

.multilevel-dropdown .dropdown-item+.dropdown-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    border-top: 0!important;
    background-color: #fff;
    color: #213038!important
}

.multilevel-dropdown .dropdown-item.dropdown>.dropdown-toggle:after {
    border: 0;
    margin-top: .28em;
    right: 16px
}

.multilevel-dropdown .dropdown-item .dropdown-link {
    display: inline-block;
    width: 100%;
    color: #213038!important;
    font-size: 14px;
    padding: 2.5px 0!important;
    outline: none
}

.multilevel-dropdown .dropdown-item .dropdown-link:focus-visible {
    box-shadow: inset 0 -1px 0 0 #4c12a1;
    outline: none
}

.multilevel-dropdown .dropdown-item .dropdown-link:-webkit-direct-focus {
    outline: none
}

.multilevel-dropdown .dropdown-item.top-category {
    margin: 0 0 12px;
    font-family: Currys Sans Headline,Helvetica,Arial,Sans-Serif
}

.multilevel-dropdown .dropdown-item.top-category a {
    height: 26px;
    outline: none;
    text-decoration: none;
    color: #213038!important;
    padding-top: 10px!important
}

.multilevel-dropdown .close-menu .back .caret-left {
    border: 0;
    width: 9px;
    height: 16px
}

.multilevel-dropdown .close-menu .back .caret-left img {
    margin-bottom: 3px
}

.menu-toggleable-left.in .nav-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border-top: 0!important;
    color: #213038!important;
    overflow: hidden;
    height: 48px
}

.menu-toggleable-left.in .nav-item.right-aligned {
    border-top: 1px solid #cdd8df!important;
    padding: 28px 0
}

.menu-toggleable-left.in .nav-item.right-aligned .nav-link {
    padding: 12px 16px;
    margin: 0
}

.menu-toggleable-left.in .nav-item.right-aligned .meun-icon {
    display: none
}

.menu-toggleable-left.in .nav-item.right-aligned:first-child {
    margin-top: 16px
}

.main-menu .navbar .close-button button,.main-menu .navbar .close-menu button {
    padding: 0
}

.main-menu .navbar .close-button button:focus-visible,.main-menu .navbar .close-menu button:focus-visible {
    outline: 2px solid #4c12a1
}

.menu-toggleable-left.in .dropdown-toggle:after {
    background: url("../images/right-arrow.svg") no-repeat;
    height: 24px;
    width: 24px;
    border: 0;
    margin: 0;
    right: 15px;
    position: absolute
}

.menu-toggleable-left.in .dropdown-toggle {
    position: relative
}

.menu-toggleable-left.in .dropdown-toggle:before {
    content: "";
    height: 24px;
    width: 24px;
    top: 6px;
    left: -24px;
    position: absolute
}

.close-button {
    width: 100%;
    text-align: right;
    padding: 16px 0;
    color: #213038!important
}

.close-button img {
    width: 17px;
    height: 17px
}

.back-to-main-menu,.back-to-main-menu-txt,.back-to-menu {
    font-size: 14px;
    color: #213038
}

.back-to-main-menu {
    padding-left: 15px
}

.dropdown-item:focus,.dropdown-item:hover {
    background-color: #fff
}

.back.pull-left {
    height: 26px;
    margin-bottom: 15px;
    width: 100%;
    margin-top: 24px;
    float: left
}

.nav-item.login-mobile {
    display: none!important
}

.login-mobile {
    display: none
}

.mobile-top-nav {
    height: auto!important
}

.mobile-top-nav,.top-header-links {
    max-height: unset!important;
    padding: 0!important
}

.top-header-links {
    height: unset!important;
    margin: 0!important
}

.top-header-links ul li a:focus-visible {
    outline: none;
    box-shadow: inset 0 -2px 0 0 #4c12a1;
    background: #ffecb7
}

.navbar-expand-md .navbar-nav {
    display: inline-block!important;
    width: 100%;
    font-size: 0
}

.menu-toggleable-left.navbar-toggleable-sm.in.desktop-navbar {
    min-width: unset;
    width: 100%;
    z-index: 9999
}

.tab-view.multilevel-dropdown .dropdown-item+.dropdown-item {
    padding: 12px 16px
}

.menu-toggleable-left.in .show>.dropdown-menu.desktop-menu {
    width: 100%;
    padding: 0
}

@media print {
    .navbar-expand-md .navbar-nav {
        display: -ms-flexbox!important;
        display: flex!important
    }

    .menu-toggleable-left.tab-view.navbar-toggleable-sm.in,.navbar.navbar-expand-md,.navbar.navbar-expand-md.navbar-nav {
        display: none!important
    }
}

.add-menu-transition {
    transition: opacity .3s linear,left .5s ease-out,right .5s ease-out!important;
    right: -800px!important;
    left: unset!important;
    position: absolute!important;
    top: 0;
    width: 100%!important;
    height: 100%!important;
    border: 0 none!important;
    display: block!important;
    box-shadow: unset!important;
    color: #213038!important;
    overflow-y: scroll!important;
    overflow-x: hidden!important;
    visibility: hidden
}

.apply-slide-transition {
    left: unset!important;
    right: 0!important;
    position: fixed!important;
    width: 600px!important;
    padding: 0!important;
    visibility: visible
}

@media screen and (max-device-width: 544px) and (orientation:portrait) {
    .apply-slide-transition {
        width:100%!important
    }
}

@media screen and (min-device-width: 544px) and (max-device-width:1023px) and (orientation:landscape) {
    .apply-slide-transition {
        width:600px!important
    }
}

.nav-item.dropdown.perks-list-dropdown {
    position: relative!important
}

.nav-item.dropdown.perks-list-dropdown>.dropdown-menu {
    left: unset;
    padding: 0
}

@media (min-width: 1024px) {
    .nav-item.dropdown.perks-list-dropdown>.dropdown-menu {
        width:300px;
        right: 0
    }
}

.nav-item.dropdown.perks-list-dropdown>.dropdown-menu.show .indiv-col {
    max-width: 100%!important
}

.nav-item.dropdown.perks-list-dropdown>.dropdown-menu .nav-dropdown-category a {
    font-size: 14px!important
}

.nav-item.dropdown.perks-list-dropdown>.dropdown-menu .menu-seperator {
    display: none
}

.nav-item.dropdown.perks-list-dropdown>.dropdown-menu .nav-dropdown-category {
    margin-top: 0
}

.nav-item.dropdown.perks-list-dropdown>.dropdown-menu .dropdown-nav-second-level {
    padding-top: 12px
}

@media only screen and (min-width: 1600px) {
    .desktop-main-nav .dropdown-menu.show {
        left:0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        max-width: 1600px
    }
}

@media (min-width: 1024px) {
    .menu-overlay-bg {
        z-index:3
    }
}

@media only screen and (min-width: 1024px) {
    .menu-overlay-bg {
        background-color:#213038;
        display: none;
        height: 100%;
        position: absolute;
        opacity: .75;
        width: 100%;
        top: 220px;
        left: 0
    }

    .desktop-main-nav .dropdown-menu .full-width-dropdown-menu {
        max-width: 1600px;
        width: 100%;
        margin: 0 auto
    }

    .desktop-main-nav .dropdown-menu.show {
        border: 0;
        margin: 0;
        box-shadow: none;
        border-bottom: 2px solid #e5006d;
        width: 96vw;
        left: calc(-48vw + 50%);
        padding: 0 5px 27px;
        display: -ms-flexbox;
        display: flex;
        max-width: unset;
        margin-top: 2px
    }

    .desktop-main-nav .dropdown-menu.show .indiv-col {
        float: left
    }

    .desktop-main-nav .dropdown-menu.show .indiv-col li.dropdown-item,.desktop-main-nav .dropdown-menu.show .indiv-col ul {
        padding-left: 0;
        background-color: unset;
        white-space: normal
    }

    .desktop-main-nav .dropdown-menu.show .indiv-col li.dropdown-item:last-child a.dropdown-link {
        margin-bottom: 0!important
    }

    .desktop-main-nav .dropdown-menu.show .indiv-col li.dropdown-item .fmo-redirect {
        font-size: 14px!important;
        font-family: Currys Sans,Helvetica,Arial,Sans-Serif!important
    }

    .desktop-main-nav .dropdown-menu .nav-dropdown-category a.dropdown-link:focus-visible {
        box-shadow: inset 0 -1px 0 0 #4c12a1;
        background: #ffecb7!important;
        outline: none
    }

    .desktop-main-nav .dropdown-menu .nav-dropdown-category a.nav-link.fmo-redirect,.desktop-main-nav .dropdown-menu .nav-dropdown-category a.nav-link.fmo-redirect-url {
        padding: 0!important;
        min-height: 21px!important;
        height: 21px
    }

    .desktop-main-nav .dropdown-menu .nav-dropdown-category a.nav-link.fmo-redirect-url:focus-visible,.desktop-main-nav .dropdown-menu .nav-dropdown-category a.nav-link.fmo-redirect:focus-visible {
        box-shadow: inset 0 -1px 0 0 #4c12a1;
        background: #ffecb7!important;
        outline: none
    }

    .desktop-main-nav .dropdown-menu .nav-dropdown-category a.nav-link.fmo-redirect-url:hover,.desktop-main-nav .dropdown-menu .nav-dropdown-category a.nav-link.fmo-redirect:hover {
        text-decoration: underline
    }

    .desktop-main-nav .dropdown-menu .nav-dropdown-category a.nav-link.fmo-redirect+ul .dropdown-item a.dropdown-toggle,.desktop-main-nav .dropdown-menu .nav-dropdown-category a.nav-link.fmo-redirect-url+ul .dropdown-item a.dropdown-toggle {
        font-family: Currys Sans,Helvetica,Arial,Sans-Serif
    }

    .desktop-main-nav.navbar .nav-item.dropdown .dropdown-menu.show a {
        padding: 0;
        margin-bottom: 8px!important;
        border: 0;
        font-size: 14px;
        display: inline-block;
        color: #213038;
        white-space: break-spaces
    }

    .desktop-main-nav.navbar .nav-item.dropdown .dropdown-menu.show a:active,.desktop-main-nav.navbar .nav-item.dropdown .dropdown-menu.show a:focus,.desktop-main-nav.navbar .nav-item.dropdown .dropdown-menu.show a:hover,.desktop-main-nav.navbar .nav-item.dropdown .dropdown-menu.show a:visited {
        background-color: #fff;
        color: #213038;
        font-size: 14px
    }

    .desktop-main-nav.navbar .nav-item.dropdown .dropdown-menu.show a.dropdown-toggle {
        font-family: Currys Sans Headline,Helvetica,Arial,Sans-Serif;
        font-size: 16px
    }

    .desktop-main-nav .nav-dropdown-category,.desktop-main-nav .nav-dropdown-category.dropdown {
        margin-top: 24px
    }

    .desktop-main-nav .nav-dropdown-category.dropdown .menu-seperator,.desktop-main-nav .nav-dropdown-category .menu-seperator {
        border-bottom: 1px solid #cdd8df
    }

    .lg-pos-static {
        position: static!important
    }

    .lg-pos-static .nav-item.display-inline {
        display: inline-block
    }

    .lg-pos-static .nav-item.display-inline .nav-link.dropdown-toggle:after {
        display: none
    }

    .menu-single-line .nav-item {
        display: inline-block
    }

    .menu-double-line {
        display: none
    }

    .section-header {
        position: relative;
        margin: 0 auto
    }
}

@media (max-width: 1023.98px) {
    .navbar.desktop-main-nav.navbar-expand-md {
        display:none
    }
}

@media (-webkit-min-device-pixel-ratio: 2.5) {
    .navbar.desktop-main-nav.navbar-expand-md {
        display:none
    }
}

@media screen and (min-device-width: 1024px) {
    .desktop-main-nav .nav-item.dropdown>a {
        pointer-events:none
    }
}

@media screen and (min-device-width: 1024px) and (orientation:landscape) {
    .desktop-main-nav .nav-item.dropdown>a {
        pointer-events:none
    }
}

.account-slide-menu-container .leftnav p {
    margin-bottom: 1.5rem
}

.account-slide-menu-container .leftnav a {
    color: #213038
}

.account-slide-menu-container .leftnav a:focus-visible {
    padding: 10px 10px 10px 46px;
    margin-top: -10px;
    margin-bottom: -10px;
    left: -30px;
    position: relative;
    z-index: 0
}

.account-slide-menu-container .account-nav-links {
    padding: 0 12px
}

@media (min-width: 768px) {
    .account-slide-menu-container .account-nav-links {
        padding:0 44px
    }
}

.account-slide-menu-container .account-nav-links.telesales .editpwd {
    pointer-events: none
}

.account-slide-menu-container .account-nav-links i.svg-icon {
    z-index: 1
}

.account-slide-menu-container h4 a.profile-signout-link {
    font-size: 14px;
    color: #4c12a1;
    padding: 0;
    display: inline;
    text-decoration: none;
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif
}

.account-slide-menu-container h4 a.profile-signout-link:before {
    content: ".";
    color: #56707a;
    font-size: 28px;
    position: relative;
    bottom: 2px;
    padding: 8px 4px
}

.account-slide-menu-container .slide-account-headline {
    border-bottom: 1px solid #cdd8df;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 12px
}

@media (min-width: 768px) {
    .account-slide-menu-container .slide-account-headline {
        padding-left:44px
    }
}

.account-slide-menu-container .slide-account-headline .mobile-expand-heading img {
    width: 24px;
    height: 24px
}

.account-slide-menu-container .slide-account-headline button {
    top: 8px
}

@media (max-width: 767.98px) {
    .account-slide-menu-container .slide-account-headline button {
        right:4px
    }
}

.account-slide-menu-container .navbar-collapse {
    position: fixed;
    top: 0;
    right: -600px;
    padding-bottom: 15px;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    background: #fff;
    overflow-y: auto;
    transition: opacity .5s linear,right .5s cubic-bezier(.76,0,.24,1)
}

@media (max-width: 1023.98px) {
    .account-slide-menu-container .navbar-collapse {
        right:-100%
    }
}

@media (min-width: 768px) {
    .account-slide-menu-container .navbar-collapse {
        width:600px
    }
}

.account-slide-menu-container .navbar-collapse.show {
    right: 0
}

.account-slide-menu-container .account-accordion-separator {
    border-top: 1px solid #cdd8df;
    margin: 1rem -3% 1.5rem
}

@media (min-width: 1024px) {
    .account-slide-menu-container .account-accordion-separator {
        display:none
    }
}

.account-slide-menu-container .myaccount-landingpage-content-slots {
    font-size: 24px;
    color: #213038;
    opacity: .79;
    border-radius: 8px;
    padding: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 84px;
    margin-top: 86px;
    margin-bottom: 40px;
    text-align: center
}

@media (min-width: 768px) {
    .account-slide-menu-container .myaccount-landingpage-content-slots {
        margin-top:80px
    }
}

.account-slide-menu-container .myaccount-landingpage-content-slots p {
    color: #56707a;
    font-size: 14px;
    margin-bottom: 0;
    line-height: normal
}

.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list,.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,.slick-slider .slick-track {
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url("./ajax-loader.gif") 50% no-repeat
}

@font-face {
    font-family: slick;
    src: url("../../fonts/slick.eot");
    src: url("../../fonts/slick.eot?#iefix") format("embedded-opentype"),url("../../fonts/slick.woff") format("woff"),url("../../fonts/slick.ttf") format("truetype"),url("../../fonts/slick.svg#slick") format("svg");
    font-weight: 400;
    font-style: normal
}

.slick-next,.slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    border: none
}

.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover {
    background: transparent;
    color: transparent;
    outline: none
}

.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "\2190"
}

[dir=rtl] .slick-prev:before {
    content: "\2192"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "\2192"
}

[dir=rtl] .slick-next:before {
    content: "\2190"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0
}

.slick-dots li,.slick-dots li button {
    height: 20px;
    width: 20px;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px
}

.slick-dots li button:focus,.slick-dots li button:hover {
    outline: none
}

.slick-dots li button:focus:before,.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\2022";
    width: 20px;
    height: 20px;
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

@media (max-width: 767.98px) {
    .shop-live-sec {
        max-width:100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-right: 0
    }
}

@media (min-width: 768px) and (max-width:1023.98px) {
    .shop-live-sec {
        max-width:unset;
        width: 100%
    }
}

@media (max-width: 767.98px) {
    .techtalk-sec {
        max-width:100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 32px 0 0
    }
}

@media (min-width: 768px) and (max-width:1023.98px) {
    .techtalk-sec {
        -ms-flex:0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 0;
        padding-bottom: 24px
    }
}

@media (min-width: 1024px) {
    .techtalk-sec {
        padding-left:15px;
        padding-right: 0;
        padding-bottom: 32px
    }
}

.container {
    max-width: 100%
}

@media only screen and (min-width: 1601px) {
    .container {
        max-width:1600px!important;
        margin: 0 auto!important
    }

    .container.mobile-header {
        margin: 16px 0 0!important
    }
}

.slick-loading .slick-list {
    background: #fff url("../../images/ajax-loader.gif") 50% no-repeat
}

@font-face {
    font-family: Currys Sans Headline;
    src: url("./../fonts/CurrysSans-Headline.woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Currys Sans Light;
    src: url("./../fonts/CurrysSans-Light.woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

.tick-icon {
    background-image: url(../../images/icon-service-tick.svg);
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 1px
}

.icon-adjust {
    margin-right: 6px
}

.cross-icon {
    background-image: url("../../images/icon-service-cross.svg");
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 1px
}

.accordion-down-arrow {
    background: url(../../images/icon-arrow-down.svg) no-repeat 50%;
    display: inline;
    width: 16px;
    height: 8px;
    right: 16px
}

.accordion-up-arrow {
    background: url("../../images/icon-arrow-up.svg") no-repeat 50%;
    display: inline-block;
    width: 16px;
    height: 8px
}

.close-icon {
    background: url("../../images/icon-service-close.svg") no-repeat 50%;
    display: inline-block;
    width: 32px;
    height: 32px
}

.icon-plus {
    background: url("../../images/icon-plus.svg") no-repeat 50%
}

.compare-icon-close,.icon-plus {
    display: inline-block;
    width: 24px;
    height: 24px
}

.compare-icon-close {
    background: url("../../images/svg-icons/close24.svg") no-repeat 50%
}

.download-icon {
    background: url("../../images/icon-download.svg") no-repeat 50%;
    display: inline-block;
    width: 24px;
    height: 25px
}

.pac-image-location-icon {
    display: inline-block;
    float: left;
    background-size: unset!important;
    background-image: url(../../images/icon-location.svg);
    background-repeat: no-repeat;
    height: 24px;
    width: 24px;
    margin-top: 4px
}

.site-search {
    width: 435px
}

.site-search.site-index {
    z-index: 101
}

.site-search input {
    padding-right: 3rem
}

.site-search input:-ms-input-placeholder {
    color: #213038
}

.site-search input::placeholder {
    color: #213038
}

.site-search input:focus {
    border: 2px solid #4c12a1!important;
    box-shadow: none
}

@media (max-width: 767.98px) {
    .site-search input:focus {
        border:none!important
    }
}

.site-search input:focus:-ms-input-placeholder {
    color: #abb3b9
}

.site-search input:focus::placeholder {
    color: #abb3b9
}

.site-search input:hover {
    box-shadow: 0 0 6px 0 #cdd8df!important
}

@media (max-width: 767.98px) {
    .site-search input:hover {
        box-shadow:none!important
    }
}

.site-search input:hover:focus {
    box-shadow: none!important
}

.site-search .simpleSearch .mobile-searchwidth:active {
    background-color: transparent
}

.suggestions {
    width: 419px;
    border-radius: 10px;
    box-shadow: 0 0 6px 0 rgba(33,48,56,.2);
    right: 9px;
    top: 4px;
    z-index: 9999;
    border: none
}

.suggestions .swatch-circle {
    float: left;
    margin-right: 1.313em;
    width: 60px;
    height: 53px;
    top: 5px;
    border-radius: 0;
    border: none
}

.suggestions .items {
    padding: .313em 8px;
    text-align: left;
    color: #56707a
}

.suggestions .items a {
    text-decoration: none
}

.suggestions .items~header div {
    display: none
}

.suggestions .item {
    padding: 8px
}

.suggestions .item:hover {
    background-color: #faf5ff;
    border-radius: 6px;
    cursor: pointer
}

.suggestions .item .name {
    display: block;
    margin-top: 0;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: normal;
    color: #213038
}

.suggestions .item .name.bold-text {
    font-weight: 700
}

.suggestions .item .text-grey {
    color: #56707a;
    text-transform: capitalize;
    font-weight: 400
}

.suggestions .item .star-rating {
    padding-left: 5.7em
}

.suggestions .item .star-rating .rating-count {
    text-decoration: underline
}

@media (max-width: 1023.98px) {
    .suggestions .item .star-rating .rating-count {
        display:block
    }
}

.suggestions .item .pricing {
    text-align: right;
    color: #213038;
    font-weight: 400
}

.suggestions .item .pricing .rating {
    font-size: 14px;
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
    line-height: 21px
}

.suggestions .item.recent-search-item .clock-icon {
    min-width: 24px;
    min-height: 24px
}

.suggestions .item.recent-search-item .name {
    margin-left: 8px;
    padding: 0;
    width: 88%
}

.suggestions .item .popular-search-item .name a,.suggestions .item.recent-search-item .name a {
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
    font-size: 14px;
    line-height: 21px;
    color: #213038
}

.suggestions .ttl_suggestion {
    font-size: 14px;
    color: #213038;
    padding: 5px 0 5px 19px;
    width: 100%;
    text-align: left;
    font-family: Currys Sans Headline,Helvetica,Arial,Sans-Serif
}

@media (max-width: 543.98px) {
    .suggestions .ttl_suggestion {
        padding-left:28px
    }
}

@media (max-width: 767.98px) {
    .suggestions .ttl_suggestion {
        padding-left:28px
    }
}

@media (max-width: 767.98px) {
    .suggestions .category {
        padding:9px 4px
    }
}

.suggestions .category-parent {
    color: #999;
    font-size: .875em
}

.suggestions .selected {
    background-color: #eee
}

.suggestions .container {
    list-style-type: none
}

@media (max-width: 1365.98px) {
    .suggestions .container {
        margin-bottom:0
    }
}

.suggestions .header .display-heading {
    display: block;
    font-family: Currys Sans Headline,Helvetica,Arial,Sans-Serif;
    font-size: 14px;
    line-height: 21px;
    color: #213038;
    text-align: left
}

.suggestions .recent-search-header~.items {
    padding-top: 0;
    padding-bottom: 8px
}

@media (max-width: 767.98px) {
    .suggestions .recent-search-header~.items {
        padding:0 16px 14px
    }
}

.suggestions li:first-child {
    padding-top: 0
}

.suggestions li.items.suggestion-content {
    padding: 0 9px
}

.suggestions li.items.productList {
    padding-top: 0
}

.suggestions li.header:not(:first-child) {
    margin-top: 10px;
    margin-left: -16px;
    margin-right: -16px
}

.suggestions ul.container {
    padding: 16px 16px 8px
}

.suggestions .delivery-details .prod-delivery,.suggestions .delivery-details .prod-out-stock,.suggestions .delivery-details .prod-preorder {
    padding-left: 5.7em
}

.suggestions .delivery-details span.preorder-icon,.suggestions .delivery-details span.svg-icon-delivery-green,.suggestions .delivery-details span.svg-icon-store,.suggestions .delivery-details span.svg-icon-store-green {
    display: block;
    width: 100%;
    background-image: none;
    height: auto;
    margin-top: 8px;
    font-family: Currys Sans Headline,Helvetica,Arial,Sans-Serif
}

.suggestions .delivery-details span.svg-icon-delivery-green,.suggestions .delivery-details span.svg-icon-store-green {
    color: #328636
}

.suggestions .delivery-details span.svg-icon-store .prod-delivery-text {
    color: #56707a
}

.suggestions .delivery-details span.preorder-icon {
    color: #ee9022
}

.suggestions .recent-search-header .display-heading {
    padding: 0 16px 8px
}

@media (max-width: 767.98px) {
    .suggestions .recent-search-header .display-heading {
        padding:8px 24px
    }
}

.suggestions .popular-search-header {
    padding-top: 16px
}

.suggestions .popular-search-header.header:not(:first-child) {
    margin-top: 0
}

@media (max-width: 767.98px) {
    .suggestions .popular-search-header {
        padding-top:16px
    }
}

.suggestions .popular-search-header .display-heading {
    padding: 0 16px 8px
}

@media (max-width: 767.98px) {
    .suggestions .popular-search-header .display-heading {
        padding:8px 24px
    }
}

.suggestions .popular-search-header~.items {
    padding-bottom: 4px
}

@media (max-width: 767.98px) {
    .suggestions .popular-search-header~.items {
        padding:0 16px 24px
    }
}

@media (max-width: 767.98px) {
    .suggestions ul.container {
        padding:16px 0 0;
        overflow: hidden
    }

    .suggestions li.items.suggestion-content {
        padding: 0 24px
    }

    .suggestions li.items.suggestion-category {
        padding: 0 24px 10px
    }

    .suggestions li.items.productList {
        padding: 9px 24px 24px
    }

    .suggestions li.items.productList span.item {
        padding: 9px 4px
    }
}

@media (min-width: 768px) and (max-width:1023.98px) {
    .site-search {
        width:336px
    }

    .suggestions {
        width: 336px;
        border-radius: 10px;
        box-shadow: 0 0 6px 0 rgba(33,48,56,.2);
        right: 0
    }

    .suggestions .delivery-details .prod-delivery.break-all,.suggestions .item .star-rating {
        padding-left: 5.6em
    }
}

@media (max-width: 767.98px) {
    .mobile-search-block .site-search {
        width:100%;
        padding: 0;
        height: auto
    }

    .mobile-search-block .site-search .search-field {
        padding: 0 18px;
        height: auto
    }

    .mobile-search-block .site-search .search-field.search-focused {
        width: 92%;
        right: 0;
        position: absolute;
        margin-top: -50px!important;
        z-index: 99!important
    }

    .mobile-search-block .site-search .mobile-search-focused .mobile-searchwidth {
        z-index: 99;
        top: -50px!important
    }

    .mobile-search-block .site-search .mobile-search-focused .reset-button {
        top: -42px
    }

    .suggestions {
        box-shadow: none;
        width: 100%;
        top: 4px;
        left: 0;
        border: 0;
        border-radius: 0;
        position: relative
    }

    .suggestions .item .prod-detail {
        width: 75%
    }

    .suggestions .item .pricing {
        width: 24%
    }

    .suggestions .delivery-details .prod-delivery.break-all,.suggestions .item .star-rating {
        padding-left: 5.6em
    }
}

@media only screen and (max-width: 767px) {
    .suggestions ul li:nth-child(3) .item .name {
        width:auto;
        max-height: 105px
    }
}

.error-modal-container.modal {
    padding-right: 0!important
}

.error-modal-container .modal-dialog {
    top: 30%
}

.error-modal-container .modal-content {
    width: 620px;
    max-width: 620px;
    margin-left: calc(100% - 690px);
    border-radius: 10px
}

.error-modal-container .modal-header {
    padding: 25px 32px;
    border-radius: 10px 10px 0 0;
    background: #fff;
    border-bottom: 1px solid;
    border-color: #cdd8df
}

.error-modal-container .modal-body {
    padding: 25px 32px
}

.error-modal-container .modal-title-content {
    text-align: center;
    width: 100%;
    font-size: 20px;
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif
}

.error-modal-container .close-modal-btn {
    width: 263px;
    height: 48px;
    margin: 0 0 16px;
    padding: 14px 121px 14px 122px;
    cursor: pointer
}

.error-modal-container .modal-footer {
    border-radius: 0 0 10px 10px
}

@media screen and (max-width: 768px) {
    .error-modal-container .modal-content {
        width:90%;
        margin: 0 auto;
        margin-left: auto
    }
}

@media screen and (max-width: 480px) {
    .error-modal-container .modal-content {
        width:100%
    }

    .error-modal-container .modal-header {
        width: 100%;
        padding: 25px 15px
    }
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0!important;
    clip: rect(0 0 0 0)!important;
    -webkit-clip-path: inset(50%)!important;
    clip-path: inset(50%)!important;
    height: 1px!important;
    overflow: hidden!important;
    padding: 0!important;
    position: absolute!important;
    width: 1px!important;
    white-space: nowrap!important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #000;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: #fff
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: linear-gradient(180deg,#fff 50%,#eee);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(180deg,#eee 50%,#ccc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFCCCCCC",GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: linear-gradient(180deg,#fff 0,#eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: linear-gradient(180deg,#eee 50%,#fff);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFFFFFFF",GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

.svg-additional-assistance-icon,.svg-alert-icon-error,.svg-alert-icon-error-new,.svg-alert-icon-error-small,.svg-alert-icon-info-big,.svg-alert-icon-warning-new,.svg-alert-icon-warning-small,.svg-alert-icon-warning-xs,.svg-Alert_Icon_Info,.svg-arrow-left,.svg-arrow-right-grey-16,.svg-arrow-right-purple,.svg-arrow-right-purple-16-16,.svg-brand-currys-logo,.svg-checkout-earliest-delivery,.svg-circle,.svg-circular-plus,.svg-close,.svg-close24,.svg-collection-green-small,.svg-collection-grey-small,.svg-credit-card-payment,.svg-currys-close,.svg-currys-close-purple,.svg-feefo-star-empty,.svg-feefo-star-full,.svg-feefo-star-half,.svg-group-12,.svg-group-737,.svg-group-392628,.svg-icon-24-disabled,.svg-icon-24-disabled-store,.svg-icon-24-guarantee-3,.svg-icon-24-hot,.svg-icon-24-location,.svg-icon-24-parking,.svg-icon-24-plus,.svg-icon-24-pound,.svg-icon-add-more,.svg-icon-address-book,.svg-icon-alert,.svg-icon-alert-info,.svg-icon-alert-warning-large,.svg-icon-arrow-down,.svg-icon-arrowback,.svg-icon-arrowdown,.svg-icon-arrowdown-grey,.svg-icon-arrowdown-purple,.svg-icon-arrowdown-purple-small,.svg-icon-arrowright,.svg-icon-arrowright-24,.svg-icon-arrowright-avm,.svg-icon-arrowright-grey,.svg-icon-arrowright-sec,.svg-icon-arrowright-small,.svg-icon-arrowright-ter,.svg-icon-arrowup-purple,.svg-icon-arrowup-purple-small,.svg-icon-badge,.svg-icon-basket,.svg-icon-basket-sec,.svg-icon-basket-ter,.svg-icon-basket-white,.svg-icon-big-plus,.svg-icon-big-tick-green,.svg-icon-brand-currys-logo-small,.svg-icon-bundle-basket,.svg-icon-calendar,.svg-icon-care-repair,.svg-icon-care-repair-32,.svg-icon-checkout-next-step-1,.svg-icon-checkout-next-step-2,.svg-icon-checkout-next-step-3,.svg-icon-checkout-step-1,.svg-icon-checkout-step-2,.svg-icon-checkout-step-3,.svg-icon-clock,.svg-icon-clock-pdp,.svg-icon-clock-techtalk,.svg-icon-close,.svg-icon-close-16px,.svg-icon-close-32px,.svg-icon-close-dark-red,.svg-icon-close-gray,.svg-icon-close-red,.svg-icon-collection-green,.svg-icon-collection-grey,.svg-icon-compare-back,.svg-icon-complete-tick,.svg-icon-copy,.svg-icon-copy-grey,.svg-icon-coupon,.svg-icon-credit-score,.svg-icon-dark-tick,.svg-icon-delivery,.svg-icon-delivery-dark-grey,.svg-icon-delivery-green,.svg-icon-delivery-grey,.svg-icon-delivery-not-available,.svg-icon-delivery-not-available-small,.svg-icon-delivery-purple,.svg-icon-delivery-thick-green,.svg-icon-delivery-thick-green-small,.svg-icon-delivery-time,.svg-icon-disabled,.svg-icon-disabled-access,.svg-icon-disabled-parking,.svg-icon-document,.svg-icon-download,.svg-icon-download-bundle,.svg-icon-gift-box,.svg-icon-gift-card,.svg-icon-giftcard-payment,.svg-icon-hamburguer-narrow,.svg-icon-heart-blue,.svg-icon-heart-empty,.svg-icon-heart-filled,.svg-icon-home,.svg-icon-home-instalation,.svg-icon-info,.svg-icon-info-20,.svg-icon-info-light,.svg-icon-info-tooltip,.svg-icon-info-tooltip-grey,.svg-icon-info-tooltip-purple,.svg-icon-instant-replacement,.svg-icon-list-view,.svg-icon-list-view-purple,.svg-icon-location,.svg-icon-location-purple,.svg-icon-mobile-service-search,.svg-icon-mouse,.svg-icon-notifications,.svg-icon-parking,.svg-icon-pay-pal-disable,.svg-icon-payment,.svg-icon-payment-grey,.svg-icon-payment-purple,.svg-icon-payment-spread-the-cost,.svg-icon-pennies-donation,.svg-icon-pickup-in-store,.svg-icon-pickup-in-store-grey4,.svg-icon-plus-add-new,.svg-icon-plus-gray,.svg-icon-pound,.svg-icon-pre-order,.svg-icon-price-promise,.svg-icon-price-promise-euro,.svg-icon-printer,.svg-icon-qrcode,.svg-icon-recycling,.svg-icon-search-grey,.svg-icon-search-purple,.svg-icon-secure,.svg-icon-service-arrowright,.svg-icon-service-basket,.svg-icon-service-basket-empty,.svg-icon-service-care-n-repair,.svg-icon-service-clock,.svg-icon-service-close,.svg-icon-service-cross,.svg-icon-service-delivery-24-green,.svg-icon-service-delivery-gray,.svg-icon-service-delivery-purple,.svg-icon-service-download-grey,.svg-icon-service-download-white,.svg-icon-service-edit-purple,.svg-icon-service-email,.svg-icon-service-filters,.svg-icon-service-filters-purple,.svg-icon-service-global-filters,.svg-icon-service-grid-view-large,.svg-icon-service-home_instalation,.svg-icon-service-insurance-shield,.svg-icon-service-list-view,.svg-icon-service-pickup-in-store,.svg-icon-service-plus,.svg-icon-service-price_promise_3,.svg-icon-service-search,.svg-icon-service-share,.svg-icon-service-store-24-green,.svg-icon-service-store-gray,.svg-icon-service-store-purple,.svg-icon-service-tick,.svg-icon-service-trade-in,.svg-icon-service-user,.svg-icon-service-voucher,.svg-icon-spread-the-cost,.svg-icon-spread-the-cost-bundle,.svg-icon-store,.svg-icon-store-full-grey,.svg-icon-store-green,.svg-icon-store-grey,.svg-icon-store-order-collection,.svg-icon-store-purple,.svg-icon-tick,.svg-icon-tick-dark,.svg-icon-tick-green,.svg-icon-tick-green-dark,.svg-icon-tick-psa,.svg-icon-tick-white,.svg-icon-toilets,.svg-icon-trade-in,.svg-icon-trade-in-black,.svg-icon-trade-in-grey,.svg-icon-user,.svg-icon-user-sign-in,.svg-icon-video-play,.svg-icon-voucher,.svg-icon-your-orders,.svg-icon_paypal,.svg-icon_service_arrowleft,.svg-icons-24-close,.svg-info-grey,.svg-info-icon,.svg-insurance-shield-grey,.svg-manage-address-icon,.svg-more-info-interactive,.svg-more-info-question,.svg-pagination-arrow-left,.svg-pagination-arrow-right,.svg-pay-by-link,.svg-pay-pal,.svg-pdp-accordion-arrow,.svg-personal-details-icon,.svg-phone,.svg-play,.svg-play-filled,.svg-qudini-logo,.svg-search-store-1,.svg-services,.svg-signed-in,.svg-social-icon-facebook,.svg-social-icon-hotukdeals,.svg-social-icon-pinterest,.svg-social-icon-twitter,.svg-star-empty,.svg-star-full,.svg-star-half,.svg-update-password-icon,.svg-wishlist-icon-close {
    background: url("svg-sprite-08914154.svg") no-repeat
}

.svg-Alert_Icon_Info {
    background-position: 6.8728522336769755% 96.05911330049261%;
    width: 18px;
    height: 18px
}

.svg-additional-assistance-icon {
    background-position: 57.570422535211264% 42.3469387755102%;
    width: 32px;
    height: 32px
}

.svg-alert-icon-error {
    background-position: 63.20422535211268% 42.3469387755102%;
    width: 32px;
    height: 32px
}

.svg-alert-icon-error-new {
    background-position: 46.017699115044245% 42.673521850899746%;
    width: 35px;
    height: 35px
}

.svg-alert-icon-error-small {
    background-position: 9.965635738831615% 96.05911330049261%;
    width: 18px;
    height: 18px
}

.svg-alert-icon-info-big {
    background-position: 95.65972222222223% 35.5%;
    width: 24px;
    height: 24px
}

.svg-alert-icon-warning-new {
    background-position: 99.82638888888889% 35.5%;
    width: 24px;
    height: 24px
}

.svg-alert-icon-warning-small {
    background-position: 13.058419243986254% 96.05911330049261%;
    width: 18px;
    height: 18px
}

.svg-alert-icon-warning-xs {
    background-position: 28.595890410958905% 29.41176470588235%;
    width: 16px;
    height: 16px
}

.svg-arrow-left {
    background-position: 30.96446700507614% 29.41176470588235%;
    width: 9px;
    height: 16px
}

.svg-arrow-right-grey-16 {
    background-position: 32.87671232876713% 29.41176470588235%;
    width: 16px;
    height: 16px
}

.svg-arrow-right-purple {
    background-position: 9.027777777777779% 60.5%;
    width: 24px;
    height: 24px
}

.svg-arrow-right-purple-16-16 {
    background-position: 35.61643835616438% 29.41176470588235%;
    width: 16px;
    height: 16px
}

.svg-brand-currys-logo {
    background-position: 0 43.82716049382716%;
    width: 100px;
    height: 100px
}

.svg-checkout-earliest-delivery {
    background-position: 0 29.850746268656717%;
    width: 101px;
    height: 22px
}

.svg-circle {
    background-position: 13.194444444444445% 60.5%;
    width: 24px;
    height: 24px
}

.svg-circular-plus {
    background-position: 100% 59.9009900990099%;
    width: 20px;
    height: 20px
}

.svg-close {
    background-position: 64.33447098976109% 95.1219512195122%;
    width: 14px;
    height: 14px
}

.svg-close24 {
    background-position: 17.36111111111111% 60.5%;
    width: 24px;
    height: 24px
}

.svg-collection-green-small {
    background-position: 21.52777777777778% 60.5%;
    width: 24px;
    height: 24px
}

.svg-collection-grey-small {
    background-position: 25.694444444444443% 60.5%;
    width: 24px;
    height: 24px
}

.svg-credit-card-payment {
    background-position: 77.0796551724138% 90.5940594059406%;
    width: 20px;
    height: 20px
}

.svg-currys-close {
    background-position: 29.86111111111111% 60.5%;
    width: 24px;
    height: 24px
}

.svg-currys-close-purple {
    background-position: 34.02777777777778% 60.5%;
    width: 24px;
    height: 24px
}

.svg-feefo-star-empty {
    background-position: 99.65811965811966% 44.8780487804878%;
    width: 15px;
    height: 14px
}

.svg-feefo-star-full {
    background-position: 66.6098807495741% 95.1219512195122%;
    width: 13px;
    height: 14px
}

.svg-feefo-star-half {
    background-position: 68.82453151618398% 95.1219512195122%;
    width: 13px;
    height: 14px
}

.svg-group-12 {
    background-position: 0 0;
    width: 600px;
    height: 120px
}

.svg-group-392628 {
    background-position: 37.67123287671233% 95.82309582309583%;
    width: 16px;
    height: 17px
}

.svg-group-737 {
    background-position: 80.52793103448276% 90.5940594059406%;
    width: 20px;
    height: 20px
}

.svg-icon-24-disabled {
    background-position: 38.19444444444444% 60.5%;
    width: 24px;
    height: 24px
}

.svg-icon-24-disabled-store {
    background-position: 42.361111111111114% 60.5%;
    width: 24px;
    height: 24px
}

.svg-icon-24-guarantee-3 {
    background-position: 46.52777777777778% 60.5%;
    width: 24px;
    height: 24px
}

.svg-icon-24-hot {
    background-position: 91.78321678321679% 51.88916876574307%;
    width: 28px;
    height: 27px
}

.svg-icon-24-location {
    background-position: 50.69444444444444% 60.5%;
    width: 24px;
    height: 24px
}

.svg-icon-24-parking {
    background-position: 54.861111111111114% 60.5%;
    width: 24px;
    height: 24px
}

.svg-icon-24-plus {
    background-position: 59.02777777777778% 60.5%;
    width: 24px;
    height: 24px
}

.svg-icon-24-pound {
    background-position: 63.19444444444444% 60.5%;
    width: 24px;
    height: 24px
}

.svg-icon-add-more {
    background-position: 67.36111111111111% 60.5%;
    width: 24px;
    height: 24px
}

.svg-icon-address-book {
    background-position: 71.52777777777777% 60.5%;
    width: 24px;
    height: 24px
}

.svg-icon-alert {
    background-position: 75.69444444444444% 60.5%;
    width: 24px;
    height: 24px
}

.svg-icon-alert-info {
    background-position: 79.86111111111111% 60.5%;
    width: 24px;
    height: 24px
}

.svg-icon-alert-warning-large {
    background-position: 68.83802816901408% 42.3469387755102%;
    width: 32px;
    height: 32px
}

.svg-icon-arrow-down {
    background-position: 38.35616438356164% 28.846153846153847%;
    width: 16px;
    height: 8px
}

.svg-icon-arrowback {
    background-position: 84.02777777777777% 60.5%;
    width: 24px;
    height: 24px
}

.svg-icon-arrowdown {
    background-position: 88.19444444444444% 60.5%;
    width: 24px;
    height: 24px
}

.svg-icon-arrowdown-grey {
    background-position: 92.36111111111111% 60.5%;
    width: 24px;
    height: 24px
}

.svg-icon-arrowdown-purple {
    background-position: 96.52777777777777% 60.5%;
    width: 24px;
    height: 24px
}

.svg-icon-arrowdown-purple-small {
    background-position: 40.480274442538594% 95.82309582309583%;
    width: 17px;
    height: 17px
}

.svg-icon-arrowright {
    background-position: 48% 35.5%;
    width: 25px;
    height: 24px
}

.svg-icon-arrowright-24 {
    background-position: 0 67.5%;
    width: 24px;
    height: 24px
}

.svg-icon-arrowright-avm {
    background-position: 4.166666666666667% 67.5%;
    width: 24px;
    height: 24px
}

.svg-icon-arrowright-grey {
    background-position: 8.333333333333334% 67.5%;
    width: 24px;
    height: 24px
}

.svg-icon-arrowright-sec {
    background-position: 52.34782608695652% 35.5%;
    width: 25px;
    height: 24px
}

.svg-icon-arrowright-small {
    background-position: 83.97620689655173% 90.5940594059406%;
    width: 20px;
    height: 20px
}

.svg-icon-arrowright-ter {
    background-position: 12.5% 67.5%;
    width: 24px;
    height: 24px
}

.svg-icon-arrowup-purple {
    background-position: 16.666666666666668% 67.5%;
    width: 24px;
    height: 24px
}

.svg-icon-arrowup-purple-small {
    background-position: 43.39622641509434% 95.82309582309583%;
    width: 17px;
    height: 17px
}

.svg-icon-badge {
    background-position: 87.4244827586207% 90.5940594059406%;
    width: 20px;
    height: 20px
}

.svg-icon-basket {
    background-position: 56.69565217391305% 35.5%;
    width: 25px;
    height: 24px
}

.svg-icon-basket-sec {
    background-position: 20.833333333333332% 67.5%;
    width: 24px;
    height: 24px
}

.svg-icon-basket-ter {
    background-position: 25% 67.5%;
    width: 24px;
    height: 24px
}

.svg-icon-basket-white {
    background-position: 29.166666666666668% 67.5%;
    width: 24px;
    height: 24px
}

.svg-icon-big-plus {
    background-position: 51.228070175438596% 52.28426395939086%;
    width: 30px;
    height: 30px
}

.svg-icon-big-tick-green {
    background-position: 74.47183098591549% 42.3469387755102%;
    width: 32px;
    height: 32px
}

.svg-icon-brand-currys-logo-small {
    background-position: 17.857142857142858% 43.229166666666664%;
    width: 40px;
    height: 40px
}

.svg-icon-bundle-basket {
    background-position: 61.04347826086956% 35.5%;
    width: 25px;
    height: 24px
}

.svg-icon-calendar {
    background-position: 33.333333333333336% 67.5%;
    width: 24px;
    height: 24px
}

.svg-icon-care-repair {
    background-position: 37.5% 67.5%;
    width: 24px;
    height: 24px
}

.svg-icon-care-repair-32 {
    background-position: 80.1056338028169% 42.3469387755102%;
    width: 32px;
    height: 32px
}

.svg-icon-checkout-next-step-1 {
    background-position: 56.3922942206655% 52.151898734177216%;
    width: 29px;
    height: 29px
}

.svg-icon-checkout-next-step-2 {
    background-position: 61.47110332749562% 52.151898734177216%;
    width: 29px;
    height: 29px
}

.svg-icon-checkout-next-step-3 {
    background-position: 66.54991243432575% 52.151898734177216%;
    width: 29px;
    height: 29px
}

.svg-icon-checkout-step-1 {
    background-position: 71.62872154115587% 52.151898734177216%;
    width: 29px;
    height: 29px
}

.svg-icon-checkout-step-2 {
    background-position: 76.70753064798599% 52.151898734177216%;
    width: 29px;
    height: 29px
}

.svg-icon-checkout-step-3 {
    background-position: 81.78633975481611% 52.151898734177216%;
    width: 29px;
    height: 29px
}

.svg-icon-clock {
    background-position: 46.23287671232877% 95.58823529411765%;
    width: 16px;
    height: 16px
}

.svg-icon-clock-pdp {
    background-position: 41.666666666666664% 67.5%;
    width: 24px;
    height: 24px
}

.svg-icon-clock-techtalk {
    background-position: 70.12089810017271% 90.81885856079404%;
    width: 21px;
    height: 21px
}

.svg-icon-close {
    background-position: 45.833333333333336% 67.5%;
    width: 24px;
    height: 24px
}

.svg-icon-close-16px {
    background-position: 48.97260273972603% 95.58823529411765%;
    width: 16px;
    height: 16px
}

.svg-icon-close-32px {
    background-position: 85.7394366197183% 42.3469387755102%;
    width: 32px;
    height: 32px
}

.svg-icon-close-dark-red {
    background-position: 50% 67.5%;
    width: 24px;
    height: 24px
}

.svg-icon-close-gray {
    background-position: 54.166666666666664% 67.5%;
    width: 24px;
    height: 24px
}

.svg-icon-close-red {
    background-position: 73.6285602943763% 90.5940594059406%;
    width: 20.062px;
    height: 20px
}

.svg-icon-collection-green {
    background-position: 51.936619718309856% 42.45524296675192%;
    width: 32px;
    height: 33px
}

.svg-icon-collection-grey {
    background-position: 91.37323943661971% 42.3469387755102%;
    width: 32px;
    height: 32px
}

.svg-icon-compare-back {
    background-position: 58.333333333333336% 67.5%;
    width: 24px;
    height: 24px
}

.svg-icon-complete-tick {
    background-position: 86.86514886164623% 52.151898734177216%;
    width: 29px;
    height: 29px
}

.svg-icon-copy {
    background-position: 62.5% 67.5%;
    width: 24px;
    height: 24px
}

.svg-icon-copy-grey {
    background-position: 66.66666666666667% 67.5%;
    width: 24px;
    height: 24px
}

.svg-icon-coupon {
    background-position: 90.87275862068967% 90.5940594059406%;
    width: 20px;
    height: 20px
}

.svg-icon-credit-score {
    background-position: 25% 43.229166666666664%;
    width: 40px;
    height: 40px
}

.svg-icon-dark-tick {
    background-position: 65.3913043478261% 35.5%;
    width: 25px;
    height: 24px
}

.svg-icon-delivery {
    background-position: 16.151202749140893% 96.05911330049261%;
    width: 18px;
    height: 18px
}

.svg-icon-delivery-dark-grey {
    background-position: 70.83333333333333% 67.5%;
    width: 24px;
    height: 24px
}

.svg-icon-delivery-green {
    background-position: 19.243986254295532% 96.05911330049261%;
    width: 18px;
    height: 18px
}

.svg-icon-delivery-grey {
    background-position: 75% 67.5%;
    width: 24px;
    height: 24px
}

.svg-icon-delivery-not-available {
    background-position: 97.00704225352112% 42.3469387755102%;
    width: 32px;
    height: 32px
}

.svg-icon-delivery-not-available-small {
    background-position: 79.16666666666667% 67.5%;
    width: 24px;
    height: 24px
}

.svg-icon-delivery-purple {
    background-position: 83.33333333333333% 67.5%;
    width: 24px;
    height: 24px
}

.svg-icon-delivery-thick-green {
    background-position: 17.6056338028169% 52.55102040816327%;
    width: 32px;
    height: 32px
}

.svg-icon-delivery-thick-green-small {
    background-position: 87.5% 67.5%;
    width: 24px;
    height: 24px
}

.svg-icon-delivery-time {
    background-position: 91.66666666666667% 67.5%;
    width: 24px;
    height: 24px
}

.svg-icon-disabled {
    background-position: 95.83333333333333% 67.5%;
    width: 24px;
    height: 24px
}

.svg-icon-disabled-access {
    background-position: 100% 67.5%;
    width: 24px;
    height: 24px
}

.svg-icon-disabled-parking {
    background-position: 0 73.5%;
    width: 24px;
    height: 24px
}

.svg-icon-document {
    background-position: 4.166666666666667% 73.5%;
    width: 24px;
    height: 24px
}

.svg-icon-download {
    background-position: 8.333333333333334% 73.5%;
    width: 24px;
    height: 24px
}

.svg-icon-download-bundle {
    background-position: 22.33676975945017% 96.05911330049261%;
    width: 18px;
    height: 18px
}

.svg-icon-gift-box {
    background-position: 23.239436619718308% 52.55102040816327%;
    width: 32px;
    height: 32px
}

.svg-icon-gift-card {
    background-position: 94.32103448275863% 90.5940594059406%;
    width: 20px;
    height: 20px
}

.svg-icon-giftcard-payment {
    background-position: 12.5% 73.5%;
    width: 24px;
    height: 24px
}

.svg-icon-hamburguer-narrow {
    background-position: 16.666666666666668% 73.5%;
    width: 24px;
    height: 24px
}

.svg-icon-heart-blue {
    background-position: 20.833333333333332% 73.5%;
    width: 24px;
    height: 24px
}

.svg-icon-heart-empty {
    background-position: 25% 73.5%;
    width: 24px;
    height: 24px
}

.svg-icon-heart-filled {
    background-position: 29.166666666666668% 73.5%;
    width: 24px;
    height: 24px
}

.svg-icon-home {
    background-position: 33.333333333333336% 73.5%;
    width: 24px;
    height: 24px
}

.svg-icon-home-instalation {
    background-position: 37.5% 73.5%;
    width: 24px;
    height: 24px
}

.svg-icon-info {
    background-position: 41.666666666666664% 73.5%;
    width: 24px;
    height: 24px
}

.svg-icon-info-20 {
    background-position: 97.76931034482759% 90.5940594059406%;
    width: 20px;
    height: 20px
}

.svg-icon-info-light {
    background-position: 45.833333333333336% 73.5%;
    width: 24px;
    height: 24px
}

.svg-icon-info-tooltip {
    background-position: 50% 73.5%;
    width: 24px;
    height: 24px
}

.svg-icon-info-tooltip-grey {
    background-position: 54.166666666666664% 73.5%;
    width: 24px;
    height: 24px
}

.svg-icon-info-tooltip-purple {
    background-position: 58.333333333333336% 73.5%;
    width: 24px;
    height: 24px
}

.svg-icon-instant-replacement {
    background-position: 62.5% 73.5%;
    width: 24px;
    height: 24px
}

.svg-icon-list-view {
    background-position: 69.73913043478261% 35.5%;
    width: 25px;
    height: 24px
}

.svg-icon-list-view-purple {
    background-position: 74.08695652173913% 35.5%;
    width: 25px;
    height: 24px
}

.svg-icon-location {
    background-position: 78.43478260869566% 35.5%;
    width: 25px;
    height: 24px
}

.svg-icon-location-purple {
    background-position: 82.78260869565217% 35.5%;
    width: 25px;
    height: 24px
}

.svg-icon-mobile-service-search {
    background-position: 66.66666666666667% 73.5%;
    width: 24px;
    height: 24px
}

.svg-icon-mouse {
    background-position: 70.83333333333333% 73.5%;
    width: 24px;
    height: 24px
}

.svg-icon-notifications {
    background-position: 75% 73.5%;
    width: 24px;
    height: 24px
}

.svg-icon-parking {
    background-position: 79.16666666666667% 73.5%;
    width: 24px;
    height: 24px
}

.svg-icon-pay-pal-disable {
    background-position: 19.53125% 35.5%;
    width: 88px;
    height: 24px
}

.svg-icon-payment {
    background-position: 32.142857142857146% 43.229166666666664%;
    width: 40px;
    height: 40px
}

.svg-icon-payment-grey {
    background-position: 83.33333333333333% 73.5%;
    width: 24px;
    height: 24px
}

.svg-icon-payment-purple {
    background-position: 87.5% 73.5%;
    width: 24px;
    height: 24px
}

.svg-icon-payment-spread-the-cost {
    background-position: 0 96.53465346534654%;
    width: 20px;
    height: 20px
}

.svg-icon-pennies-donation {
    background-position: 91.66666666666667% 73.5%;
    width: 24px;
    height: 24px
}

.svg-icon-pickup-in-store {
    background-position: 95.83333333333333% 73.5%;
    width: 24px;
    height: 24px
}

.svg-icon-pickup-in-store-grey4 {
    background-position: 100% 73.5%;
    width: 24px;
    height: 24px
}

.svg-icon-plus-add-new {
    background-position: 87.1304347826087% 35.5%;
    width: 25px;
    height: 24px
}

.svg-icon-plus-gray {
    background-position: 0 61.111111111111114%;
    width: 28px;
    height: 28px
}

.svg-icon-pound {
    background-position: 51.71232876712329% 95.58823529411765%;
    width: 16px;
    height: 16px
}

.svg-icon-pre-order {
    background-position: 0 79.5%;
    width: 24px;
    height: 24px
}

.svg-icon-price-promise {
    background-position: 4.166666666666667% 79.5%;
    width: 24px;
    height: 24px
}

.svg-icon-price-promise-euro {
    background-position: 8.333333333333334% 79.5%;
    width: 24px;
    height: 24px
}

.svg-icon-printer {
    background-position: 91.47826086956522% 35.5%;
    width: 25px;
    height: 24px
}

.svg-icon-qrcode {
    background-position: 12.5% 79.5%;
    width: 24px;
    height: 24px
}

.svg-icon-recycling {
    background-position: 16.666666666666668% 79.5%;
    width: 24px;
    height: 24px
}

.svg-icon-search-grey {
    background-position: 96.00694444444444% 51.62907268170426%;
    width: 24px;
    height: 25px
}

.svg-icon-search-purple {
    background-position: 20.833333333333332% 79.5%;
    width: 24px;
    height: 24px
}

.svg-icon-secure {
    background-position: 25% 79.5%;
    width: 24px;
    height: 24px
}

.svg-icon-service-arrowright {
    background-position: 99.16587837837838% 89.70588235294117%;
    width: 8px;
    height: 16px
}

.svg-icon-service-basket {
    background-position: 29.166666666666668% 79.5%;
    width: 24px;
    height: 24px
}

.svg-icon-service-basket-empty {
    background-position: 33.333333333333336% 79.5%;
    width: 24px;
    height: 24px
}

.svg-icon-service-care-n-repair {
    background-position: 37.5% 79.5%;
    width: 24px;
    height: 24px
}

.svg-icon-service-clock {
    background-position: 41.666666666666664% 79.5%;
    width: 24px;
    height: 24px
}

.svg-icon-service-close {
    background-position: 28.87323943661972% 52.55102040816327%;
    width: 32px;
    height: 32px
}

.svg-icon-service-cross {
    background-position: 25.42955326460481% 96.05911330049261%;
    width: 18px;
    height: 18px
}

.svg-icon-service-delivery-24-green {
    background-position: 45.833333333333336% 79.5%;
    width: 24px;
    height: 24px
}

.svg-icon-service-delivery-gray {
    background-position: 50% 79.5%;
    width: 24px;
    height: 24px
}

.svg-icon-service-delivery-purple {
    background-position: 54.166666666666664% 79.5%;
    width: 24px;
    height: 24px
}

.svg-icon-service-download-grey {
    background-position: 58.333333333333336% 79.5%;
    width: 24px;
    height: 24px
}

.svg-icon-service-download-white {
    background-position: 62.5% 79.5%;
    width: 24px;
    height: 24px
}

.svg-icon-service-edit-purple {
    background-position: 66.66666666666667% 79.5%;
    width: 24px;
    height: 24px
}

.svg-icon-service-email {
    background-position: 70.83333333333333% 79.5%;
    width: 24px;
    height: 24px
}

.svg-icon-service-filters {
    background-position: 75% 79.5%;
    width: 24px;
    height: 24px
}

.svg-icon-service-filters-purple {
    background-position: 79.16666666666667% 79.5%;
    width: 24px;
    height: 24px
}

.svg-icon-service-global-filters {
    background-position: 83.33333333333333% 79.5%;
    width: 24px;
    height: 24px
}

.svg-icon-service-grid-view-large {
    background-position: 54.45205479452055% 95.58823529411765%;
    width: 16px;
    height: 16px
}

.svg-icon-service-home_instalation {
    background-position: 87.5% 79.5%;
    width: 24px;
    height: 24px
}

.svg-icon-service-insurance-shield {
    background-position: 25.601374570446737% 29.41176470588235%;
    width: 18px;
    height: 16px
}

.svg-icon-service-list-view {
    background-position: 71.160409556314% 94.66019417475728%;
    width: 14px;
    height: 12px
}

.svg-icon-service-pickup-in-store {
    background-position: 91.66666666666667% 79.5%;
    width: 24px;
    height: 24px
}

.svg-icon-service-plus {
    background-position: 95.83333333333333% 79.5%;
    width: 24px;
    height: 24px
}

.svg-icon-service-price_promise_3 {
    background-position: 100% 79.5%;
    width: 24px;
    height: 24px
}

.svg-icon-service-search {
    background-position: 0 85.5%;
    width: 24px;
    height: 24px
}

.svg-icon-service-share {
    background-position: 4.166666666666667% 85.5%;
    width: 24px;
    height: 24px
}

.svg-icon-service-store-24-green {
    background-position: 8.333333333333334% 85.5%;
    width: 24px;
    height: 24px
}

.svg-icon-service-store-gray {
    background-position: 12.5% 85.5%;
    width: 24px;
    height: 24px
}

.svg-icon-service-store-purple {
    background-position: 16.666666666666668% 85.5%;
    width: 24px;
    height: 24px
}

.svg-icon-service-tick {
    background-position: 28.522336769759452% 96.05911330049261%;
    width: 18px;
    height: 18px
}

.svg-icon-service-trade-in {
    background-position: 56.802721088435376% 95.58823529411765%;
    width: 12px;
    height: 16px
}

.svg-icon-service-user {
    background-position: 20.833333333333332% 85.5%;
    width: 24px;
    height: 24px
}

.svg-icon-service-voucher {
    background-position: 25% 85.5%;
    width: 24px;
    height: 24px
}

.svg-icon-spread-the-cost {
    background-position: 29.166666666666668% 85.5%;
    width: 24px;
    height: 24px
}

.svg-icon-spread-the-cost-bundle {
    background-position: 4.861111111111111% 60.65162907268171%;
    width: 24px;
    height: 25px
}

.svg-icon-store {
    background-position: 31.61512027491409% 96.05911330049261%;
    width: 18px;
    height: 18px
}

.svg-icon-store-full-grey {
    background-position: 33.333333333333336% 85.5%;
    width: 24px;
    height: 24px
}

.svg-icon-store-green {
    background-position: 34.707903780068726% 96.05911330049261%;
    width: 18px;
    height: 18px
}

.svg-icon-store-grey {
    background-position: 37.5% 85.5%;
    width: 24px;
    height: 24px
}

.svg-icon-store-order-collection {
    background-position: 41.666666666666664% 85.5%;
    width: 24px;
    height: 24px
}

.svg-icon-store-purple {
    background-position: 45.833333333333336% 85.5%;
    width: 24px;
    height: 24px
}

.svg-icon-tick {
    background-position: 99.82698961937716% 51.243781094527364%;
    width: 22px;
    height: 22px
}

.svg-icon-tick-dark {
    background-position: 3.4482758620689653% 96.53465346534654%;
    width: 20px;
    height: 20px
}

.svg-icon-tick-green {
    background-position: 50% 85.5%;
    width: 24px;
    height: 24px
}

.svg-icon-tick-green-dark {
    background-position: 54.166666666666664% 85.5%;
    width: 24px;
    height: 24px
}

.svg-icon-tick-psa {
    background-position: 58.333333333333336% 85.5%;
    width: 24px;
    height: 24px
}

.svg-icon-tick-white {
    background-position: 6.6439522998296425% 99.7566909975669%;
    width: 13px;
    height: 13px
}

.svg-icon-toilets {
    background-position: 62.5% 85.5%;
    width: 24px;
    height: 24px
}

.svg-icon-trade-in {
    background-position: 66.66666666666667% 85.5%;
    width: 24px;
    height: 24px
}

.svg-icon-trade-in-black {
    background-position: 70.83333333333333% 85.5%;
    width: 24px;
    height: 24px
}

.svg-icon-trade-in-grey {
    background-position: 75% 85.5%;
    width: 24px;
    height: 24px
}

.svg-icon-user {
    background-position: 79.16666666666667% 85.5%;
    width: 24px;
    height: 24px
}

.svg-icon-user-sign-in {
    background-position: 83.33333333333333% 85.5%;
    width: 24px;
    height: 24px
}

.svg-icon-video-play {
    background-position: 59.24657534246575% 95.58823529411765%;
    width: 16px;
    height: 16px
}

.svg-icon-voucher {
    background-position: 87.5% 85.5%;
    width: 24px;
    height: 24px
}

.svg-icon-your-orders {
    background-position: 91.66666666666667% 85.5%;
    width: 24px;
    height: 24px
}

.svg-icon_paypal {
    background-position: 0 100%;
    width: 13px;
    height: 14px
}

.svg-icon_service_arrowleft {
    background-position: 61.88034188034188% 95.35452322738386%;
    width: 15px;
    height: 15px
}

.svg-icons-24-close {
    background-position: 95.83333333333333% 85.5%;
    width: 24px;
    height: 24px
}

.svg-info-grey {
    background-position: 100% 85.5%;
    width: 24px;
    height: 24px
}

.svg-info-icon {
    background-position: 0 91.5%;
    width: 24px;
    height: 24px
}

.svg-insurance-shield-grey {
    background-position: 4.166666666666667% 91.5%;
    width: 24px;
    height: 24px
}

.svg-manage-address-icon {
    background-position: 34.50704225352113% 52.55102040816327%;
    width: 32px;
    height: 32px
}

.svg-more-info-interactive {
    background-position: 8.333333333333334% 91.5%;
    width: 24px;
    height: 24px
}

.svg-more-info-question {
    background-position: 12.5% 91.5%;
    width: 24px;
    height: 24px
}

.svg-pagination-arrow-left {
    background-position: 16.666666666666668% 91.5%;
    width: 24px;
    height: 24px
}

.svg-pagination-arrow-right {
    background-position: 20.833333333333332% 91.5%;
    width: 24px;
    height: 24px
}

.svg-pay-by-link {
    background-position: 66.43598615916954% 90.81885856079404%;
    width: 22px;
    height: 21px
}

.svg-pay-pal {
    background-position: 36.71875% 35.5%;
    width: 88px;
    height: 24px
}

.svg-pdp-accordion-arrow {
    background-position: 25% 91.5%;
    width: 24px;
    height: 24px
}

.svg-personal-details-icon {
    background-position: 40.140845070422536% 52.55102040816327%;
    width: 32px;
    height: 32px
}

.svg-phone {
    background-position: 29.166666666666668% 91.5%
}

.svg-phone,.svg-play {
    width: 24px;
    height: 24px
}

.svg-play {
    background-position: 33.333333333333336% 91.5%
}

.svg-play-filled {
    background-position: 37.5% 91.5%;
    width: 24px;
    height: 24px
}

.svg-qudini-logo {
    background-position: 18.297101449275363% 29.41176470588235%;
    width: 48px;
    height: 16px
}

.svg-search-store-1 {
    background-position: 41.666666666666664% 91.5%;
    width: 24px;
    height: 24px
}

.svg-services {
    background-position: 39.285714285714285% 43.229166666666664%;
    width: 40px;
    height: 40px
}

.svg-signed-in {
    background-position: 100% 40.88669950738916%;
    width: 17px;
    height: 18px
}

.svg-social-icon-facebook {
    background-position: 45.833333333333336% 91.5%;
    width: 24px;
    height: 24px
}

.svg-social-icon-hotukdeals {
    background-position: 50% 91.5%;
    width: 24px;
    height: 24px
}

.svg-social-icon-pinterest {
    background-position: 54.166666666666664% 91.5%;
    width: 24px;
    height: 24px
}

.svg-social-icon-twitter {
    background-position: 58.333333333333336% 91.5%;
    width: 24px;
    height: 24px
}

.svg-star-empty {
    background-position: 2.2146507666098807% 100%;
    width: 13px;
    height: 14px
}

.svg-star-full {
    background-position: 4.429301533219761% 100%;
    width: 13px;
    height: 14px
}

.svg-star-half {
    background-position: 8.858603066439523% 99.7566909975669%;
    width: 13px;
    height: 13px
}

.svg-update-password-icon {
    background-position: 45.774647887323944% 52.55102040816327%;
    width: 32px;
    height: 32px
}

.svg-wishlist-icon-close {
    background-position: 62.5% 91.5%;
    width: 24px;
    height: 24px
}

#addToBasketModal .modal-dialog {
    width: 600px;
    max-width: 100%;
    transform: translateZ(0)
}

@media (max-width: 767.98px) {
    #addToBasketModal .modal-dialog {
        width:100%
    }
}

#addToBasketModal.fade .modal-dialog {
    right: -600px;
    transition: opacity .5s linear,right .5s cubic-bezier(.76,0,.24,1)
}

#addToBasketModal.fade.show .modal-dialog {
    right: 0;
    transform: none
}

#addToBasketModal .modal-content {
    overflow: hidden auto;
    border-radius: 0
}

#addToBasketModal .modal-header {
    border-bottom: 1px solid #cdd8df;
    top: 0;
    background: #fff;
    z-index: 1
}

#addToBasketModal .modal-header .close {
    cursor: pointer
}

#addToBasketModal .modal-title {
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
    font-size: 16px;
    color: #213038;
    padding-top: 5px;
    padding-bottom: 5px;
    min-width: 116px;
    min-height: 22px;
    display: inline-block;
    vertical-align: middle
}

#addToBasketModal .product-info {
    padding-left: 18px
}

#addToBasketModal .product-info .product-name {
    max-width: 272px;
    display: inline-block;
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif
}

#addToBasketModal .product-info .product-name,#addToBasketModal .product-info .product-price {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #213038
}

#addToBasketModal .product-info .product-price {
    font-family: Currys Sans Headline,Helvetica,Arial,Sans-Serif;
    text-align: right;
    vertical-align: top;
    position: absolute;
    right: 0;
    margin-right: 18px
}

#addToBasketModal .product-info .product-price .price-date,#addToBasketModal .product-info .product-price .worse-price {
    display: none
}

#addToBasketModal .title-section {
    margin-bottom: 11px;
    margin-left: 14px;
    padding-left: 0
}

#addToBasketModal .modal-body {
    background: #f2f2f2;
    width: 100%;
    min-width: 375px;
    top: 0
}

@media (max-width: 767px) {
    #addToBasketModal .modal-body {
        min-height:100vh
    }
}

#addToBasketModal .modal-body .moreInfoAccordion .card {
    border: none;
    margin: 0
}

@media (min-width: 768px) {
    #addToBasketModal .modal-body .moreInfoAccordion .card {
        margin:8px 0 0
    }
}

#addToBasketModal .modal-body .moreInfoAccordion .card-header {
    padding: 0
}

#addToBasketModal .modal-body .moreInfoAccordion .card-header .card-body {
    padding: 0!important
}

#addToBasketModal .modal-body .moreInfoAccordion .card-header .panel-collapse {
    margin-top: 0
}

#addToBasketModal .modal-body .moreInfoAccordion .card-header .panel-collapse .card-body {
    padding-top: 0
}

#addToBasketModal .modal-body .moreInfoAccordion .card-header .card-link {
    display: inline-block;
    line-height: 0;
    padding: 0
}

#addToBasketModal .modal-body .moreInfoAccordion .card-header .card-link .accordion-up-arrow {
    background: url(../images/icon-arrowup-purple.svg) no-repeat 50%;
    display: none;
    position: relative;
    right: 0
}

#addToBasketModal .modal-body .moreInfoAccordion .card-header .card-link .accordion-down-arrow {
    background: url(../images/icon-arrowdown-purple.svg) no-repeat 50%;
    display: inline-block;
    position: relative;
    right: 0
}

#addToBasketModal .modal-body .moreInfoAccordion .card-header .card-link.active .accordion-up-arrow,#addToBasketModal .modal-body .moreInfoAccordion .card-header .card-link[aria-expanded=true] .accordion-up-arrow {
    display: inline-block
}

#addToBasketModal .modal-body .moreInfoAccordion .card-header .card-link.active .accordion-down-arrow,#addToBasketModal .modal-body .moreInfoAccordion .card-header .card-link[aria-expanded=true] .accordion-down-arrow {
    display: none
}

#addToBasketModal .modal-body .moreInfoAccordion .card-header .card-link .accordion-name {
    color: #4c12a1;
    font-size: 14px;
    margin-right: 8px
}

#addToBasketModal .modal-footer {
    min-height: 64px;
    max-height: 64px;
    bottom: 0;
    background: #fff;
    min-width: 100%;
    padding: 8px 17px 8px 18px;
    z-index: 1
}

#addToBasketModal .continue-shopping-link {
    left: 0;
    display: inline-block;
    color: #4c12a1;
    padding-top: 15px;
    padding-bottom: 13px;
    margin-right: 31px;
    cursor: pointer
}

#addToBasketModal .continue-shopping-link,#addToBasketModal .goto-basket {
    width: 50%;
    font-size: 16px;
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
    text-align: center
}

#addToBasketModal .goto-basket {
    min-width: 182px;
    margin-left: 0;
    padding: 14px 0;
    border-radius: 24px;
    background-color: #4c12a1;
    color: #fff;
    height: 48px;
    line-height: 20px
}

#addToBasketModal .service-installation #cartcollapseTwo .moreInfoAccordion {
    padding-bottom: 27px
}

#addToBasketModal .service-installation #cartcollapseTwo .moreInfoAccordion:last-child {
    padding-bottom: 0
}

@media only screen and (min-width: 768px) and (max-width:1023px) {
    #addToBasketModal .modal-header .row {
        width:100%
    }

    #addToBasketModal .modal-header .modal-title {
        min-width: 334px;
        min-height: 22px;
        display: inline-block
    }

    #addToBasketModal .modal-header .product-info .product-price {
        position: absolute;
        float: right;
        right: -39px;
        margin-top: 3px;
        margin-right: 26px
    }

    #addToBasketModal .modal-body {
        min-height: 100vh;
        min-width: 600px;
        top: 0;
        background-color: #f2f2f2
    }

    #addToBasketModal .modal-footer {
        padding: 16px 24px;
        min-width: 600px
    }

    #addToBasketModal .modal-footer .continue-shopping-link {
        padding-top: 14px;
        padding-bottom: 14px;
        width: 264px;
        margin-right: 24px
    }

    #addToBasketModal .modal-footer .goto-basket {
        margin: 0 0 0 24px;
        border-radius: 24px;
        background-color: #4c12a1;
        font-size: 16px;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.25;
        letter-spacing: normal;
        text-align: center;
        color: #fff;
        position: absolute;
        right: 24px;
        width: 264px
    }
}

@media (min-width: 1024px) {
    #addToBasketModal .modal-header .title-section {
        padding-right:0;
        margin-left: 0;
        padding-left: 0
    }

    #addToBasketModal .modal-header .title-section .modal-title {
        min-width: 334px;
        min-height: 22px;
        display: inline-block
    }

    #addToBasketModal .modal-header .header-section {
        width: 100%;
        margin-left: 0
    }

    #addToBasketModal .modal-header .product-info {
        padding-right: 0;
        padding-left: 0
    }

    #addToBasketModal .modal-header .product-info .product-price {
        margin-right: 0;
        margin-left: 36px
    }

    #addToBasketModal .modal-body {
        min-width: 600px;
        max-width: 600px;
        top: 0;
        height: auto;
        background-color: #f2f2f2;
        min-height: 100vh
    }

    #addToBasketModal .modal-footer {
        min-width: 600px;
        max-width: 600px;
        width: 100%;
        padding: 16px 43px 16px 45px
    }

    #addToBasketModal .modal-footer .continue-shopping-link {
        margin-right: 32px;
        min-width: 239px;
        min-height: 20px;
        padding: 14px 0
    }

    #addToBasketModal .modal-footer .goto-basket {
        padding: 14px 65px
    }
}

.bundle-product-info {
    padding: 0
}

@media (max-width: 1023.98px) {
    .bundle-product-info {
        margin:0 18px
    }
}

@media (max-width: 767.98px) {
    .bundle-product-info {
        margin:0;
        padding: 0 18px
    }
}

.bundle-product-info .product-name {
    display: block;
    margin-bottom: 8px
}

.bundle-product-info .bundle-product-accordian {
    line-height: 24px
}

.bundle-product-info .bundle-product-accordian .card-link {
    color: #4c12a1
}

.bundle-product-info .bundle-product-accordian .card-link .accordion-down-arrow {
    display: inline-block;
    background: url(../../images/icon-arrowdown-purple.svg) no-repeat 50%;
    width: 24px;
    height: 10px
}

.bundle-product-info .bundle-product-accordian .card-link .accordion-up-arrow {
    display: none;
    background: url(../../images/icon-arrowup-purple.svg) no-repeat 50%;
    width: 24px;
    height: 10px
}

.bundle-product-info .bundle-product-accordian .card-link.active .accordion-down-arrow {
    display: none
}

.bundle-product-info .bundle-product-accordian .accordion-name,.bundle-product-info .bundle-product-accordian .card-link.active .accordion-up-arrow {
    display: inline-block
}

.bundle-product-info .bundle-product-accordian .product-price {
    float: right;
    font-family: Currys Sans Headline,Helvetica,Arial,Sans-Serif
}

.bundle-product-info .bundle-product-accordian #bundle-product-list {
    margin: 16px 0 0
}

.bundle-product-info .bundle-product-accordian #bundle-product-list>span {
    margin: 0 0 16px;
    display: block
}

.bundle-product-info .bundle-product-accordian #bundle-product-list>span:last-child {
    margin: 0
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
        display: none
    }

    to {
        opacity: 1;
        display: block
    }
}

.wishlist-confirmation-slide {
    position: fixed;
    top: 45px;
    z-index: 9;
    width: 375px;
    right: -380px;
    box-shadow: 0 2px 6px 0 rgba(33,48,56,.2);
    background-color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
    color: #213038;
    transition: right .5s cubic-bezier(.76,0,.24,1),top .5s cubic-bezier(.76,0,.24,1);
    -webkit-transition: right .5s cubic-bezier(.76,0,.24,1),top .5s cubic-bezier(.76,0,.24,1);
    -moz-transition: right .5s cubic-bezier(.76,0,.24,1),top .5s cubic-bezier(.76,0,.24,1);
    -o-transition: right .5s cubic-bezier(.76,0,.24,1),top .5s cubic-bezier(.76,0,.24,1)
}

@media (max-width: 1023.98px) {
    .wishlist-confirmation-slide {
        top:-155px;
        width: 100%;
        right: 0
    }
}

@media (min-width: 1024px) {
    .wishlist-confirmation-slide {
        border-radius:10px
    }
}

.wishlist-confirmation-slide .remove-wishlist-msg {
    text-align: left
}

.wishlist-confirmation-slide .svg-icon-close-32px:focus-visible,.wishlist-confirmation-slide a:focus-visible {
    outline: 2px solid #4c12a1
}

.wishlist-confirmation-slide .undo-wishlist-product,.wishlist-confirmation-slide .view-wishlist-product {
    text-decoration: underline;
    font-size: 14px;
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
    font-weight: 400;
    line-height: 21px;
    display: inline-block;
    text-align: right;
    padding-right: 0;
    padding-left: 0;
    left: 8px;
    z-index: 9999
}

.wishlist-confirmation-slide .undo-wishlist-product a,.wishlist-confirmation-slide .view-wishlist-product a {
    color: #4c12a1
}

@media (max-width: 767.98px) {
    .wishlist-confirmation-slide .undo-wishlist-product,.wishlist-confirmation-slide .view-wishlist-product {
        left:-20px
    }
}

@media (min-width: 1024px) {
    .wishlist-confirmation-slide .undo-wishlist-product,.wishlist-confirmation-slide .view-wishlist-product {
        left:-28px
    }
}

.wishlist-confirmation-slide .closewishlist-slide,.wishlist-confirmation-slide .closewishlistslide {
    display: inline-block;
    text-align: right;
    padding-right: 0;
    padding-left: 0;
    left: -8px
}

@media (min-width: 1024px) {
    .wishlist-confirmation-slide .closewishlist-slide,.wishlist-confirmation-slide .closewishlistslide {
        left:-16px
    }
}

.wishlist-confirmation-slide .close-saveditems-slide {
    cursor: pointer
}

.wishlist-confirmation-slide.active {
    right: 45px
}

@media (max-width: 1023.98px) {
    .wishlist-confirmation-slide.active {
        right:0;
        top: 0
    }
}

@media (min-width: 1024px) {
    .wishlist-confirmation-slide .wishlist-display-message {
        padding:24px 19px
    }
}

@media (min-width: 768px) and (max-width:1023.98px) {
    .wishlist-confirmation-slide .wishlist-display-message {
        padding:24px
    }
}

@media (max-width: 767.98px) {
    .wishlist-confirmation-slide .wishlist-display-message {
        padding:16px 16px 12px
    }
}

.wishlist-confirmation-slide .wishlist-display-message .remove-wishlist-msg:focus-visible,.wishlist-confirmation-slide .wishlist-display-message .signedinuser-message:focus-visible {
    outline: none
}

.wishlist-confirmation-slide .text-center {
    text-align: left!important
}

.anonymous-wishlist {
    margin-left: 0;
    margin-right: 0
}

.anonymous-wishlist .wishlist-display-message-anonymous {
    padding: 24px;
    background-color: #f2f2f2
}

@media (max-width: 767.98px) {
    .anonymous-wishlist .wishlist-display-message-anonymous {
        padding:16px
    }
}

@media (max-width: 1023.98px) {
    .anonymous-wishlist .wishlist-display-message-anonymous {
        width:100%
    }
}

@media (min-width: 1024px) {
    .anonymous-wishlist .wishlist-display-message-anonymous {
        border-radius:0 0 10px 10px
    }
}

.anonymous-wishlist .wishlist-display-message-anonymous .wishlist-register-signin {
    text-decoration: underline;
    color: #4c12a1;
    display: inline-block
}

.Responsivecls {
    width: 40%;
    padding-left: 10px
}

@media (min-width: 1024px) {
    .Responsivecls.pdp-wishlistIcon {
        width:38%;
        padding-left: 10px
    }
}

@media (min-width: 1024px) {
    .pdp-socialIcons {
        padding:0 5px;
        margin-left: auto;
        width: 29%
    }
}

@media (max-width: 1023.98px) {
    .pdp-socialIcons {
        padding:0
    }
}

@media (max-width: 767.98px) {
    .pdp-socialIcons {
        padding:0;
        margin-left: auto
    }
}

.wishlistblock {
    margin-top: 26px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: left;
    justify-content: left;
    -ms-flex-align: center;
    align-items: center
}

.wishlistblock a:focus-visible {
    box-shadow: inset 0 -2px 0 0 #4c12a1;
    outline: none;
    background: #ffecb7
}

@media (min-width: 768px) and (max-width:1023.98px) {
    .wishlistblock {
        display:inline-block;
        -ms-flex-pack: normal;
        justify-content: normal;
        -ms-flex-align: normal;
        align-items: normal;
        float: right
    }
}

.wishlistblock .pdp-wishlistprod-add,.wishlistblock .wishlistprod-remove {
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.wishlistblock .pdp-wishlistprod-add span,.wishlistblock .wishlistprod-remove span {
    font-size: 14px;
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
    font-weight: 400;
    line-height: normal;
    color: #4c12a1;
    padding-top: 4px;
    margin-left: 8px
}

@media (min-width: 768px) and (max-width:1023.98px) {
    .pdp-details-main-wrapper .pdp-compare .compare .custom-check-box-container {
        margin:24px 0 0
    }

    .Responsivecls.pdp-socialIcons {
        margin-top: 26px
    }

    .Responsivecls.pdp-socialIcons.wishlist-disable-share {
        width: 50%;
        padding: 0
    }

    .Responsivecls.pdp-socialIcons.wishlist-disable-share .pdp-social-icons {
        text-align: right
    }

    .Responsivecls.pdp-socialIcons.wishlist-disable-share .pdp-social-icons .tooltip {
        padding-top: 24px
    }

    .Responsivecls {
        width: 50%
    }

    .pdp-compare,.pdp-socialIcons,.pdp-wishlistIcon {
        padding: 0
    }

    .pdp-socialIcons .pdp-social-icons .tooltip {
        padding-top: 0
    }

    .pdp-socialIcons .pdp-social-icons.tabLeft {
        float: left
    }

    .pdp-socialIcons .pdp-social-icons.tabRight {
        float: right
    }
}

.addwishlistprod,.removewishlistprod {
    position: relative
}

.addwishlistprod a:focus-visible,.removewishlistprod a:focus-visible {
    box-shadow: none!important;
    outline: none!important;
    background: none!important;
    border: 2px solid #4c12a1!important
}

.tooltip-container {
    width: 280px;
    height: auto;
    border-radius: 10px;
    background-color: #fff;
    position: absolute;
    top: -150px;
    margin: auto;
    padding: 25px;
    z-index: 999;
    line-height: 21px;
    font-size: 14px;
    color: #213038;
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif
}

@media (min-width: 768px) and (max-width:1023.98px) {
    .tooltip-container {
        left:auto;
        right: 0
    }
}

.tooltip-container .max-limit-header {
    line-height: 21px;
    font-size: 14px;
    color: #213038;
    font-family: Currys Sans Headline,Helvetica,Arial,Sans-Serif;
    padding-bottom: 15px
}

.tooltip-container .savedLink {
    text-decoration: underline;
    color: #4c12a1;
    line-height: 21px;
    font-size: 14px;
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif
}

.tooltip-container .tooltip__arrow {
    width: 50px;
    height: 30px;
    position: absolute;
    bottom: -30px;
    left: 42%;
    transform: rotate(180deg);
    overflow: hidden
}

@media (min-width: 768px) and (max-width:1023.98px) {
    .tooltip-container .tooltip__arrow {
        left:57%
    }
}

.tooltip-container .tooltip__arrow:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff;
    transform: translateX(-50%) translateY(100%) rotate(45deg);
    top: 10%;
    left: 55%;
    box-shadow: 0 0 6px 0 rgba(33,48,56,.2)
}

.compare-products-header {
    padding-bottom: 20px
}

.compare-products-header.sticky-header {
    padding-bottom: 0
}

.compare-products-header.sticky-header .compare-products-container .product-header .addwishlistprod,.compare-products-header.sticky-header .compare-products-container .product-header .removewishlistprod {
    display: none
}

.compare-products-header .compare-products-container .product-header .addwishlistprod,.compare-products-header .compare-products-container .product-header .removewishlistprod {
    display: block;
    text-align: left;
    position: unset;
    right: 0;
    top: 0;
    padding: 0
}

.compare-products-header .compare-products-container .product-header .addwishlistprod .wishlistTile,.compare-products-header .compare-products-container .product-header .addwishlistprod .wishlistTileRemove,.compare-products-header .compare-products-container .product-header .removewishlistprod .wishlistTile,.compare-products-header .compare-products-container .product-header .removewishlistprod .wishlistTileRemove {
    float: left;
    width: 24px;
    height: 24px
}

.compare-products-header .compare-products-container .product-header .addwishlistprod .wishlistTile i.fa-stack,.compare-products-header .compare-products-container .product-header .addwishlistprod .wishlistTileRemove i.fa-stack,.compare-products-header .compare-products-container .product-header .removewishlistprod .wishlistTile i.fa-stack,.compare-products-header .compare-products-container .product-header .removewishlistprod .wishlistTileRemove i.fa-stack {
    margin-top: 8px;
    bottom: -12px
}

.compare-products-header .compare-products-container .product-header .addwishlistprod {
    z-index: 1
}

.header-max-limit-container {
    width: 280px;
    position: absolute;
    right: -113px;
    top: 65px;
    left: auto;
    z-index: 999;
    border-radius: 10px;
    background-color: #fff;
    padding: 25px
}

.header-max-limit-container .header-max-limit-text {
    text-align: left
}

@media (min-width: 768px) and (max-width:1023.98px) {
    .header-max-limit-container {
        right:-93px
    }
}

@media (max-width: 767.98px) {
    .header-max-limit-container {
        right:-98px
    }
}

.header-max-limit-container .reached-limit-header {
    line-height: 21px;
    font-size: 14px;
    font-family: Currys Sans Headline,Helvetica,Arial,Sans-Serif;
    padding-bottom: 15px
}

.header-max-limit-container .reached-limit-body {
    line-height: 21px;
    font-size: 14px;
    color: #213038;
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif
}

.header-max-limit-container .reached-limit-body .saved-txt {
    text-decoration: underline;
    color: #4c12a1
}

.header-max-limit-container .down-arrow {
    width: 50px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 50%;
    overflow: hidden;
    transform: translate(-60%,-100%)
}

@media (max-width: 1023.98px) {
    .header-max-limit-container .down-arrow {
        transform:translate(-12%,-100%)
    }
}

.header-max-limit-container .down-arrow:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff;
    transform: translateX(-50%) translateY(100%) rotate(45deg);
    top: 0;
    box-shadow: 0 0 6px 0 rgba(33,48,56,.2)
}

.wishlistTile,.wishlistTileRemove {
    color: #4c12a1
}

.wishlistTile:hover,.wishlistTileRemove:hover {
    text-decoration: none;
    color: #4c12a1
}

#fmo_modal {
    padding: 0 1rem!important
}

#fmo_modal .fmo-modal-header {
    border-radius: 10px 10px 0 0;
    border-bottom: 1px solid #cdd8df;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding: 1.3rem 1rem
}

@media (max-width: 767.98px) {
    #fmo_modal .fmo-modal-header {
        padding:16px 24px
    }
}

#fmo_modal .fmo-modal-header h5 {
    font-size: 20px;
    color: #213038;
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
    font-weight: 500
}

#fmo_modal .fmo-modal-header .close {
    padding: 0;
    top: -50%;
    transform: translateY(50%);
    position: absolute;
    right: 15px;
    height: 100%;
    display: block;
    margin: 0;
    outline: none
}

#fmo_modal .fmo-modal-header .close:hover {
    opacity: .5
}

#fmo_modal .fmo-modal-content {
    border-radius: 10px!important
}

@media (min-width: 768px) and (max-width:1023.98px) {
    #fmo_modal .fmo-modal-content {
        width:472px;
        left: 86px;
        height: auto
    }
}

#fmo_modal .fmo-modal-body {
    padding: 1.5rem 2rem 0
}

@media (max-width: 767.98px) {
    #fmo_modal .fmo-modal-body {
        padding:16px 24px 0
    }
}

#fmo_modal .fmo-modal-footer {
    border-top: 0;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 1rem 2rem 2rem
}

@media (min-width: 768px) and (max-width:1023.98px) {
    #fmo_modal .fmo-modal-footer {
        gap:24px;
        padding-top: 14px;
        padding-bottom: 25px
    }
}

@media (max-width: 767.98px) {
    #fmo_modal .fmo-modal-footer {
        padding:7px 24px 16px
    }
}

.fmo-modal-footer .btn {
    width: 80%;
    box-sizing: border-box;
    min-width: 263px;
    margin-left: 0
}

@media (min-width: 768px) and (max-width:1023.98px) {
    .fmo-modal-footer .btn {
        min-width:192px
    }
}

.fmo-modal-footer .btn-active {
    background-color: #4c12a1;
    border: 2px solid #4c12a1;
    color: #fff!important
}

.fmo-modal-footer .btn-inactive {
    border: 2px solid #cdd8df;
    color: #56707a!important
}

.modal-footer>.btn:not(:last-child) {
    margin-right: 32px
}

@media (min-width: 768px) and (max-width:1023.98px) {
    .modal-footer>.btn:not(:last-child) {
        margin-right:0
    }
}

.fmo-modal-footer .cta-tertiary-btn {
    padding: 12px 44px 14px
}

@media only screen and (max-width: 767px) {
    #fmo_modal .fmo-modal-footer .btn {
        width:80%
    }

    #fmo_modal .fmo-modal-footer {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    #fmo_modal .fmo-modal-footer .btn:last-child {
        margin-bottom: 16px
    }

    .modal-footer>.btn:not(:last-child) {
        margin-right: 0
    }
}

@media only screen and (min-width: 544px) {
    #fmo_modal .modal-dialog {
        max-width:622px
    }
}

#error-paylink-modal {
    background: rgba(33,48,56,.2)
}

#error-paylink-modal .modal-content {
    border-radius: 10px
}

#error-paylink-modal .modal-content .modal-header {
    background-color: #fff;
    font-size: 20px;
    border-bottom: 1px solid #cdd8df;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

#error-paylink-modal .modal-content .modal-header .close-icon {
    position: absolute;
    right: 24px
}

#error-paylink-modal .modal-content .modal-body {
    border: 1px solid #cdd8df;
    border-radius: 10px;
    width: 300px
}

@media (min-width: 768px) {
    #error-paylink-modal .modal-content .modal-body {
        width:320px
    }
}

#error-paylink-modal .modal-content .modal-body .error-icon {
    float: left
}

#error-paylink-modal .modal-content .modal-body .modal-content-text {
    float: left;
    width: 82%;
    margin-left: 16px
}

@media (max-width: 767.98px) {
    #error-paylink-modal .modal-content .modal-body .modal-content-text {
        width:78%
    }
}

#error-paylink-modal .modal-content .modal-footer {
    -ms-flex-pack: center;
    justify-content: center
}

#error-paylink-modal .modal-content .modal-footer .close-modal-btn {
    width: 300px
}

@media (min-width: 768px) {
    #error-paylink-modal .modal-content .modal-footer .close-modal-btn {
        width:320px
    }
}

#error-paylink-modal #errorPayByLink,#error-paylink-modal .quick-view-dialog {
    width: 22rem;
    margin: 0 auto
}

@media (min-width: 768px) and (max-width:1023.98px) {
    #error-paylink-modal #errorPayByLink,#error-paylink-modal .quick-view-dialog {
        width:29.5rem
    }
}

@media (min-width: 1024px) {
    #error-paylink-modal #errorPayByLink,#error-paylink-modal .quick-view-dialog {
        width:39rem;
        max-width: 39rem
    }
}

#error-paylink-modal #errorPayByLink {
    top: 25vh
}

.pac-container {
    border-radius: 10px;
    padding: 8px 8px 72px;
    box-shadow: 0 0 6px 0 rgba(33,48,56,.2);
    margin-top: 4px;
    z-index: 10000!important;
    position: absolute!important;
    width: 100%
}

.pac-container .pac-item {
    padding: 8px;
    border: 0 solid red;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
    width: 100%
}

.pac-container .pac-item:hover {
    background-color: #faf5ff;
    cursor: pointer
}

.pac-container .pac-item span {
    white-space: normal
}

.current-location .pac-item-query {
    font-size: 14px!important;
    color: #4c12a1!important
}

.pac-item-query {
    line-height: normal;
    display: block
}

.pac-icon {
    display: none
}

.pac-item>span:last-child {
    color: #56707a;
    font-size: 14px;
    text-align: right;
    line-height: 21px;
    display: block
}

.pac-item.current-location>span:last-child {
    display: block;
    text-align: left;
    color: #000;
    font-size: 13px;
    float: left;
    padding: 5px
}

.current-location {
    position: absolute;
    bottom: 0;
    left: 0;
    cursor: pointer;
    width: 100%;
    border-top: 1px solid #cdd8df!important;
    text-align: left;
    padding: 16px!important
}

.current-location .pac-icon {
    display: inline-block;
    float: left;
    background-size: unset!important;
    background-image: url("../../images/icon-location-purple.svg");
    background-repeat: no-repeat;
    height: 24px;
    width: 24px;
    margin-top: 4px
}

@media (min-width: 768px) and (max-width:1023.98px) {
    .current-location .pac-icon {
        margin-right:0
    }
}

.pac-logo:after {
    display: none
}

.product-item-element .add-to-cart,.product-item-element .add-to-nemo-cart {
    height: 32px;
    margin-top: 0;
    padding: 0!important;
    display: inline-block
}

@media (min-width: 768px) {
    .product-item-element .add-to-cart,.product-item-element .add-to-nemo-cart {
        margin-top:16px
    }
}

.product-item-element .add-to-cart:focus-visible,.product-item-element .add-to-nemo-cart:focus-visible {
    outline-offset: 4px;
    outline: 2px solid #4c12a1!important;
    box-shadow: 0 0 0 5px #ffecb7
}

.product-item-element .add-to-cart .add-to-basket-text,.product-item-element .add-to-nemo-cart .add-to-basket-text {
    font-size: 14px
}

.product-item-element .add-to-cart .svg-icon,.product-item-element .add-to-nemo-cart .svg-icon {
    display: none
}

.product-item-element .add-to-cart a,.product-item-element .add-to-nemo-cart a {
    color: #4c12a1;
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
    font-size: 14px;
    line-height: 26px;
    padding: 0;
    margin: 0
}

.product-item-element .add-to-cart a:focus,.product-item-element .add-to-cart a:hover,.product-item-element .add-to-nemo-cart a:focus,.product-item-element .add-to-nemo-cart a:hover {
    text-decoration: none
}

@media (max-width: 767.98px) {
    .product-item-element .add-to-cart,.product-item-element .add-to-nemo-cart {
        display:none
    }
}

.grid_cart {
    opacity: 0;
    width: 100%;
    display: block;
    text-align: center
}

.grid_cart .add-to-cart:not(.cta-secondary-btn):focus-within {
    outline-offset: 4px;
    outline: 2px solid #4c12a1;
    box-shadow: 0 0 0 5px #ffecb7
}

.grid_cart .add-to-cart:not(.cta-secondary-btn) a:focus-visible {
    outline: none
}

.grid-structure .grid_cart {
    background: none;
    opacity: 1;
    visibility: visible;
    height: 80px
}

.grid-structure .grid_cart .add-to-cart {
    width: 100%;
    margin: 0;
    position: relative;
    height: 32px;
    background: #fff;
    text-align: center
}

.grid-structure .grid_cart .addToCartActionButton .add-to-cart {
    margin-top: 16px;
    background-color: #5c21b2
}

.grid-structure .grid_cart .addToCartActionButton .add-to-cart.out-of-stock-btn {
    display: none
}

@media (max-width: 767.98px) {
    .add_basket {
        display:none
    }
}

#careServicesOverlay .modal-dialog {
    max-width: 90%;
    margin: .5rem auto
}

@media (min-width: 768px) {
    #careServicesOverlay .modal-dialog {
        max-width:720px;
        margin-top: 0;
        margin-bottom: 0;
        height: auto;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        max-height: unset
    }
}

@media (min-width: 1024px) {
    #careServicesOverlay .modal-dialog {
        max-width:840px;
        margin: 1.75rem auto
    }
}

#careServicesOverlay .care-service-close {
    color: #4c12a1
}

#product-video-overlay .modal-header {
    border: none;
    position: static;
    padding: 0
}

#product-video-overlay .modal-header button {
    width: 40px;
    height: 40px;
    background: url(../../images/icon-close1.svg) no-repeat 0 0;
    background-size: 100%
}

#product-video-overlay .modal-header button i {
    display: none
}

@media (min-width: 544px) and (max-width:767.98px) {
    #product-video-overlay .modal-header {
        position:relative;
        right: 0;
        top: 0;
        border-bottom: 1px solid #cdd8df;
        padding-bottom: 25px;
        padding-top: 25px
    }

    #product-video-overlay .modal-header button {
        position: absolute;
        right: 5px;
        top: 5px
    }
}

#product-video-overlay .slick-initialized .slick-slide {
    width: auto;
    max-width: unset
}

#product-video-overlay .slick-initialized .slick-slide.slick-active {
    opacity: 1!important
}

#product-video-overlay .slick-initialized .slick-track {
    width: auto;
    max-width: unset
}

#product-video-overlay .modal-dialog {
    max-width: 90%;
    margin: .5rem auto;
    margin-top: 0;
    margin-bottom: 0;
    height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width: 768px) {
    #product-video-overlay .modal-dialog {
        max-width:720px;
        margin: 1.75rem auto
    }
}

@media (min-width: 1024px) {
    #product-video-overlay .modal-dialog {
        max-width:1276px;
        margin: 1.75rem auto
    }
}

#product-video-overlay .care-service-close {
    color: #4c12a1
}

#product-video-overlay #carouselinner {
    width: 100%
}

#product-video-overlay .slick-list {
    width: 100%;
    display: block
}

#product-video-overlay .slick-slide,#product-video-overlay .slick-track {
    width: 764px
}

#product-video-overlay .modal-body,#product-video-overlay .slick-slider {
    height: inherit
}

#product-video-overlay .slick-track {
    display: -ms-flexbox!important;
    display: flex!important
}

#product-video-overlay .carouselinnerprimary {
    max-width: 764px;
    width: 100%;
    display: block;
    margin: auto
}

#product-video-overlay .carouselitem {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-pack: center;
    justify-content: center
}

#product-video-overlay .carouselitem.zoom {
    cursor: url(../../images/button-zoom-in.svg),auto
}

#product-video-overlay .carouselitem.zoom-in {
    cursor: url(../../images/button-zoom-out.svg),auto
}

#product-video-overlay .modal-body {
    display: block
}

@media (max-width: 1023.98px) {
    #product-video-overlay .modal-body {
        padding:10px
    }
}

@media (min-width: 1024px) {
    #product-video-overlay .primary-img {
        width:45px;
        height: 45px;
        z-index: 100
    }

    #product-video-overlay .primary-img.next,#product-video-overlay .primary-img.prev {
        background-position: 7px 6px
    }
}

#product-video-overlay .carerepair-modal-content {
    display: block
}

#product-video-overlay .carerepair-modal-content .modal-header {
    padding: 16px
}

@media (min-width: 768px) {
    #product-video-overlay .carerepair-modal-content .modal-header {
        padding:24px 32px
    }
}

@media (min-width: 1024px) {
    #product-video-overlay .carerepair-modal-content {
        min-height:745px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width: 543.98px) {
    #product-video-overlay .carerepair-modal-content {
        max-height:unset
    }
}

#product-video-overlay .carerepair-modal-content .modal-body {
    padding: 16px 16px 24px
}

@media (min-width: 768px) {
    #product-video-overlay .carerepair-modal-content .modal-body {
        padding:27px 32px 32px
    }
}

#product-video-overlay .carerepair-modal-content .modal-body .pdp-accordions.minicart-accordions {
    border-radius: 0;
    margin-bottom: 0!important
}

#product-video-overlay .carerepair-modal-content .modal-body .psa-careplan-terms-extended-warranties-container {
    padding-top: 0
}

@media (min-width: 768px) {
    #product-video-overlay .carerepair-modal-content .modal-body .plan-features {
        padding-left:32px
    }
}

#product-video-overlay .carerepair-modal-content .modal-body .care-repair-tick-icon {
    background-image: url("../../images/icon-tick-carerepair.svg");
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 1px
}

#product-video-overlay .carerepair-modal-content .modal-body .care-repair-cross-icon {
    width: 20px;
    height: 20px
}

#product-video-overlay .carerepair-modal-content .carePlans {
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 16px 0
}

@media (min-width: 768px) {
    #product-video-overlay .carerepair-modal-content .carePlans {
        -ms-flex-direction:row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 32px 0
    }
}

#product-video-overlay .carerepair-modal-content .carePlans .planes {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width: 767.98px) {
    #product-video-overlay .carerepair-modal-content .carePlans .planes {
        padding:15px 0;
        border: none;
        border-radius: 0;
        border-top: 1px solid #dae2e7;
        position: relative;
        margin-bottom: 0!important;
        -ms-flex-align: start;
        align-items: start
    }
}

@media (min-width: 768px) {
    #product-video-overlay .carerepair-modal-content .carePlans .planes {
        text-align:center;
        margin-bottom: 0!important;
        -ms-flex-align: center;
        align-items: center
    }

    #product-video-overlay .carerepair-modal-content .carePlans .planes.threePlan {
        width: 203px
    }

    #product-video-overlay .carerepair-modal-content .carePlans .planes.twoPlan {
        width: 316px
    }

    #product-video-overlay .carerepair-modal-content .carePlans .planes.onePlan {
        width: 472px
    }
}

@media (min-width: 1024px) {
    #product-video-overlay .carerepair-modal-content .carePlans .planes.threePlan {
        width:237px
    }

    #product-video-overlay .carerepair-modal-content .carePlans .planes.twoPlan {
        width: 372px
    }

    #product-video-overlay .carerepair-modal-content .carePlans .planes.onePlan {
        width: 404px
    }
}

#product-video-overlay .carerepair-modal-content .carePlans .planes .cart-promo {
    display: block;
    margin-bottom: 4px
}

@media (min-width: 1024px) {
    #product-video-overlay .carerepair-modal-content .carePlans .planes .cart-promo {
        margin-bottom:6px
    }
}

#product-video-overlay .carerepair-modal-content .carePlans .planes .cart-promo .percent-off {
    font-size: 12px;
    font-family: Currys Sans Headline,Helvetica,Arial,Sans-Serif;
    border-radius: 2px;
    padding: 4px 12px;
    line-height: 1.4
}

#product-video-overlay .carerepair-modal-content .carePlans .planes .careplan-title {
    margin-bottom: 8px
}

@media (min-width: 768px) {
    #product-video-overlay .carerepair-modal-content .carePlans .planes .careplan-title {
        margin-bottom:16px
    }
}

#product-video-overlay .carerepair-modal-content .carePlans .planes .cost-value {
    text-align: left
}

@media (min-width: 768px) {
    #product-video-overlay .carerepair-modal-content .carePlans .planes .cost-value {
        text-align:center;
        margin-bottom: 17px
    }
}

#product-video-overlay .carerepair-modal-content .carePlans .planes .cost-value .cost-value-item,#product-video-overlay .carerepair-modal-content .carePlans .planes .cost-value .cost-value-item-text {
    font-size: 16px
}

#product-video-overlay .carerepair-modal-content .carePlans .planes .cost-value .was-value-item {
    display: block;
    font-size: 14px
}

#product-video-overlay .carerepair-modal-content .carePlans .planes .cost-value .cost-value-item-total {
    font-size: 12px;
    color: #213038
}

@media (min-width: 1024px) {
    #product-video-overlay .carerepair-modal-content .carePlans .planes .cost-value .cost-value-item-total {
        font-size:14px
    }
}

@media (max-width: 767.98px) {
    #product-video-overlay .carerepair-modal-content .carePlans .planes .selectPlanBtn {
        width:106px;
        min-width: unset;
        float: right;
        position: absolute;
        right: 0;
        bottom: 15px;
        padding: 12px 0 14px
    }
}

@media (min-width: 768px) {
    #product-video-overlay .carerepair-modal-content .carePlans .planes .selectPlanBtn {
        width:100%;
        margin: auto 0 0
    }
}

@media (max-width: 767.98px) {
    #product-video-overlay .carerepair-modal-content .carePlans .planes:last-child {
        border-bottom:1px solid #dae2e7
    }
}

@media (min-width: 768px) {
    #product-video-overlay .carerepair-modal-content .carePlans .planes.planSelected {
        border-color:#4c12a1
    }
}

@media (min-width: 768px) {
    #product-video-overlay .carerepair-modal-content .carePlans .planes:not(:first-child):not(:last-child) {
        padding:16px
    }
}

#product-video-overlay .carerepair-modal-content .carerepair-terms-conditions {
    margin-bottom: 0
}

#product-video-overlay .carerepair-modal-content .care-service-agreement {
    position: sticky;
    bottom: 0;
    background-color: #fff;
    z-index: 1;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 -2px 6px 0 rgba(33,48,56,.2)
}

@media (max-width: 767.98px) {
    #product-video-overlay .carerepair-modal-content .care-service-agreement {
        padding:22px 24px 24px
    }
}

@media (min-width: 768px) {
    #product-video-overlay .carerepair-modal-content .care-service-agreement {
        padding:32px
    }
}

#product-video-overlay .carerepair-modal-content .care-service-agreement .checkboxes-wrapper {
    margin-bottom: 15px
}

@media (min-width: 768px) {
    #product-video-overlay .carerepair-modal-content .care-service-agreement .checkboxes-wrapper {
        padding:16px;
        border-radius: 10px;
        background-color: #f5f7fd
    }
}

#product-video-overlay .carerepair-modal-content .care-service-agreement .checkboxes-wrapper label {
    font-size: 14px;
    color: #213038
}

#product-video-overlay .carerepair-modal-content .care-service-agreement .checkboxes-wrapper label:before {
    margin: 0 16px 0 0
}

@media (min-width: 768px) {
    #product-video-overlay .carerepair-modal-content .care-service-agreement .care-service-buttons {
        -ms-flex-align:center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (max-width: 767.98px) {
    #product-video-overlay .carerepair-modal-content .care-service-agreement .care-service-buttons .care-service-next {
        margin-bottom:16px
    }
}

@media (min-width: 768px) {
    #product-video-overlay .carerepair-modal-content .care-service-agreement .care-service-buttons .care-service-next {
        max-width:316px
    }
}

@media (min-width: 1024px) {
    #product-video-overlay .carerepair-modal-content .care-service-agreement .care-service-buttons .care-service-next {
        max-width:372px
    }
}

#product-video-overlay .carerepair-modal-content .care-service-agreement .care-service-buttons .care-service-close {
    font-size: 16px;
    text-align: center
}

#product-video-overlay .carerepair-modal-content .psa-careplan-select-disclaimer {
    display: none
}

@media (max-width: 1023.98px) {
    #product-video-overlay .modal-body,#product-video-overlay .slick-slider {
        height:inherit
    }

    #product-video-overlay .slick-list {
        max-width: 520px;
        margin: 0;
        left: 0
    }
}

@media (max-width: 767.98px) {
    #product-video-overlay .modal-dialog {
        max-width:100%
    }

    #product-video-overlay .modal-header {
        border-bottom: 1px solid #cdd8df;
        min-height: 40px
    }

    #product-video-overlay .modal-header button {
        background-size: 24px;
        background-position: 50%
    }

    #product-video-overlay .carerepair-modal-content {
        height: auto;
        border-radius: 0
    }

    #product-video-overlay .carerepair-modal-content .primary-img.prev {
        left: 41%;
        top: unset;
        bottom: 90px
    }

    #product-video-overlay .carerepair-modal-content .primary-img.next {
        right: 41%;
        top: unset;
        bottom: 90px
    }

    #product-video-overlay .carouselinnerprimary {
        margin-top: 0
    }
}

@media screen and (min-width: 400px) and (max-width:600px) {
    #product-video-overlay .modal-body.videoSlider .slick-list {
        top:10%
    }

    #product-video-overlay .modal-body.videoSlider .slick-list .carouselitem.NoZoom {
        height: 75vh
    }
}

@media (max-width: 543.98px) {
    #product-video-overlay .slick-list {
        position:absolute;
        top: 18%;
        left: 0
    }

    #product-video-overlay .modal-body.videoSlider .slick-list {
        top: 10%
    }

    #product-video-overlay .modal-body.videoSlider .slick-list .carouselitem.NoZoom {
        height: 60vh;
        max-width: 340px
    }

    #product-video-overlay .modal-body.videoSlider .carouselvideoindicators .slick-list {
        top: 0
    }

    #product-video-overlay .carerepair-modal-content {
        height: 100vh
    }

    #product-video-overlay .carerepair-modal-content .primary-img.prev {
        left: 35%;
        bottom: 40px
    }

    #product-video-overlay .carerepair-modal-content .primary-img.next {
        right: 35%;
        bottom: 40px
    }
}

@media screen and (max-width: 375px) and (max-height:750px) {
    #product-video-overlay .modal-body.videoSlider .slick-list .carouselitem.NoZoom {
        height:72vh
    }
}

@media only screen and (min-device-width: 414px) and (max-height:736px) and (orientation:portrait) {
    #product-video-overlay .modal-body.videoSlider .slick-list .carouselitem.NoZoom {
        height:72vh
    }
}

@media screen and (min-width: 480px) and (max-width:767px) {
    .product-video-overlay-content {
        border-radius:0
    }

    #product-video-overlay #productVideoOverlayCarousel,#product-video-overlay .videoCarouselitem {
        max-width: 300px;
        -ms-flex-pack: start;
        justify-content: flex-start;
        max-height: 375px
    }

    #product-video-overlay .modal-body {
        height: 375px
    }

    #product-video-overlay .slick-list {
        max-width: 300px
    }

    #product-video-overlay #productVideoOverlayCarousel.videoSlider .primary-img.prev {
        left: -30%;
        bottom: unset;
        top: 40%
    }

    #product-video-overlay #productVideoOverlayCarousel.videoSlider .primary-img.next {
        right: -30%;
        bottom: unset;
        top: 40%
    }

    #product-video-overlay .carerepair-modal-content .primary-img.prev {
        left: -30%;
        bottom: unset;
        top: 40%
    }

    #product-video-overlay .carerepair-modal-content .primary-img.next {
        right: -30%;
        bottom: unset;
        top: 40%
    }
}

@media screen and (min-width: 767px) and (max-width:1023px) and (orientation:landscape) {
    #product-video-overlay #productVideoOverlayCarousel,#product-video-overlay .videoCarouselitem {
        max-width:300px;
        -ms-flex-pack: start;
        justify-content: flex-start;
        max-height: 375px
    }

    #product-video-overlay .modal-body {
        height: 375px
    }

    #product-video-overlay .slick-list {
        max-width: 300px
    }

    #product-video-overlay #productVideoOverlayCarousel.videoSlider .primary-img.prev {
        left: -30%;
        bottom: unset;
        top: 40%
    }

    #product-video-overlay #productVideoOverlayCarousel.videoSlider .primary-img.next {
        right: -30%;
        bottom: unset;
        top: 40%
    }

    #product-video-overlay .carerepair-modal-content .primary-img.prev {
        left: -30%;
        bottom: unset;
        top: 40%
    }

    #product-video-overlay .carerepair-modal-content .primary-img.next {
        right: -30%;
        bottom: unset;
        top: 40%
    }
}

.carerepair-modal-content {
    border-radius: 10px
}

.carerepair-modal-content .modal-header {
    padding: 16px;
    border-bottom: 1px solid #cdd8df;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    top: 0;
    z-index: 1;
    background: #fff
}

@media (min-width: 768px) {
    .carerepair-modal-content .modal-header {
        padding:24px 32px
    }
}

.carerepair-modal-content .modal-header .modal-title {
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif
}

.carerepair-modal-content .modal-body {
    padding: 16px 16px 24px
}

@media (min-width: 768px) {
    .carerepair-modal-content .modal-body {
        padding:27px 32px 32px
    }
}

.carerepair-modal-content .modal-body .pdp-accordions.minicart-accordions {
    border-radius: 0;
    margin-bottom: 0!important
}

.carerepair-modal-content .modal-body .psa-careplan-terms-extended-warranties-container {
    padding-top: 0
}

@media (min-width: 768px) {
    .carerepair-modal-content .modal-body .plan-features {
        padding-left:32px
    }
}

.carerepair-modal-content .modal-body .care-repair-tick-icon {
    background-image: url("../../images/icon-tick-carerepair.svg");
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 1px
}

.carerepair-modal-content .modal-body .care-repair-cross-icon {
    width: 20px;
    height: 20px
}

.carerepair-modal-content .carePlans {
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 16px 0
}

@media (min-width: 768px) {
    .carerepair-modal-content .carePlans {
        -ms-flex-direction:row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 32px 0
    }
}

.carerepair-modal-content .carePlans .planes {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width: 767.98px) {
    .carerepair-modal-content .carePlans .planes {
        padding:15px 0;
        border: none;
        border-radius: 0;
        border-top: 1px solid #dae2e7!important;
        position: relative;
        margin-bottom: 0!important;
        -ms-flex-align: start;
        align-items: start
    }
}

@media (min-width: 768px) {
    .carerepair-modal-content .carePlans .planes {
        text-align:center;
        margin-bottom: 0!important;
        -ms-flex-align: center;
        align-items: center
    }

    .carerepair-modal-content .carePlans .planes.threePlan {
        width: 203px
    }

    .carerepair-modal-content .carePlans .planes.twoPlan {
        width: 316px
    }

    .carerepair-modal-content .carePlans .planes.onePlan {
        width: 472px
    }
}

@media (min-width: 1024px) {
    .carerepair-modal-content .carePlans .planes.threePlan {
        width:237px
    }

    .carerepair-modal-content .carePlans .planes.twoPlan {
        width: 372px
    }

    .carerepair-modal-content .carePlans .planes.onePlan {
        width: 404px
    }
}

.carerepair-modal-content .carePlans .planes .careplan-discount {
    font-size: 12px;
    text-align: center;
    color: #fff;
    background: #e5006d;
    padding: 4px 12px;
    border-radius: 2px;
    margin-bottom: 4px
}

.carerepair-modal-content .carePlans .planes .cart-promo {
    display: block;
    margin-bottom: 4px
}

@media (min-width: 1024px) {
    .carerepair-modal-content .carePlans .planes .cart-promo {
        margin-bottom:6px
    }
}

.carerepair-modal-content .carePlans .planes .cart-promo .percent-off {
    font-size: 12px;
    font-family: Currys Sans Headline,Helvetica,Arial,Sans-Serif;
    border-radius: 2px;
    padding: 4px 12px;
    line-height: 1.4
}

.carerepair-modal-content .carePlans .planes .careplan-title {
    margin-bottom: 8px
}

@media (min-width: 768px) {
    .carerepair-modal-content .carePlans .planes .careplan-title {
        margin-bottom:16px
    }
}

.carerepair-modal-content .carePlans .planes .cost-value {
    text-align: left
}

@media (min-width: 768px) {
    .carerepair-modal-content .carePlans .planes .cost-value {
        text-align:center;
        margin-bottom: 17px
    }
}

.carerepair-modal-content .carePlans .planes .cost-value .cost-value-item,.carerepair-modal-content .carePlans .planes .cost-value .cost-value-item-text {
    font-size: 16px
}

.carerepair-modal-content .carePlans .planes .cost-value .was-value-item {
    display: block;
    font-size: 14px
}

.carerepair-modal-content .carePlans .planes .cost-value .wasPrice {
    font-size: 14px;
    color: #e5006d
}

.carerepair-modal-content .carePlans .planes .cost-value .cost-value-item-total {
    font-size: 12px;
    color: #213038
}

@media (min-width: 1024px) {
    .carerepair-modal-content .carePlans .planes .cost-value .cost-value-item-total {
        font-size:14px
    }
}

@media (max-width: 767.98px) {
    .carerepair-modal-content .carePlans .planes .selectPlanBtn {
        width:106px;
        min-width: unset;
        float: right;
        position: absolute;
        right: 0;
        bottom: 15px;
        padding: 12px 0 14px
    }
}

@media (min-width: 768px) {
    .carerepair-modal-content .carePlans .planes .selectPlanBtn {
        width:100%;
        margin: auto 0 0
    }
}

@media (max-width: 767.98px) {
    .carerepair-modal-content .carePlans .planes:last-child {
        border-bottom:1px solid #dae2e7
    }
}

@media (min-width: 768px) {
    .carerepair-modal-content .carePlans .planes.planSelected {
        border-color:#4c12a1
    }
}

@media (min-width: 768px) {
    .carerepair-modal-content .carePlans .planes:not(:first-child):not(:last-child) {
        padding:16px
    }
}

.carerepair-modal-content .carerepair-terms-conditions {
    margin-bottom: 0
}

.carerepair-modal-content .care-service-agreement {
    position: sticky;
    bottom: 0;
    background-color: #fff;
    z-index: 1;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 -2px 6px 0 rgba(33,48,56,.2)
}

@media (max-width: 767.98px) {
    .carerepair-modal-content .care-service-agreement {
        padding:22px 16px 24px
    }
}

@media (min-width: 768px) {
    .carerepair-modal-content .care-service-agreement {
        padding:32px
    }
}

.carerepair-modal-content .care-service-agreement .checkboxes-wrapper {
    margin-bottom: 15px;
    padding-left: 16px
}

.carerepair-modal-content .care-service-agreement .checkboxes-wrapper.with-error-msg {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .carerepair-modal-content .care-service-agreement .checkboxes-wrapper {
        padding:16px;
        border-radius: 10px;
        background-color: #f5f7fd
    }
}

.carerepair-modal-content .care-service-agreement .checkboxes-wrapper label {
    font-size: 14px;
    color: #213038
}

.carerepair-modal-content .care-service-agreement .checkboxes-wrapper label:before {
    margin: 0 16px 0 0
}

.carerepair-modal-content .care-service-agreement .agreement-Checkbox-error-msg {
    margin-bottom: 15px;
    width: 100%
}

@media (min-width: 768px) {
    .carerepair-modal-content .care-service-agreement .care-service-buttons {
        -ms-flex-align:center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (max-width: 767.98px) {
    .carerepair-modal-content .care-service-agreement .care-service-buttons .care-service-next {
        margin-bottom:16px
    }
}

@media (min-width: 768px) {
    .carerepair-modal-content .care-service-agreement .care-service-buttons .care-service-next {
        max-width:316px
    }
}

@media (min-width: 1024px) {
    .carerepair-modal-content .care-service-agreement .care-service-buttons .care-service-next {
        max-width:372px
    }
}

.carerepair-modal-content .care-service-agreement .care-service-buttons .care-service-close {
    font-size: 16px;
    text-align: center
}

.carerepair-modal-content .psa-careplan-select-disclaimer {
    display: none
}

#carePlanConsentModal {
    padding: 0!important
}

#carePlanConsentModal .modal-dialog {
    max-width: 100%;
    margin: 2.5rem .8rem
}

@media (min-width: 768px) {
    #carePlanConsentModal .modal-dialog {
        max-width:720px;
        height: auto;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        max-height: unset
    }
}

@media (min-width: 768px) and (max-width:1023.98px) {
    #carePlanConsentModal .modal-dialog {
        max-width:472px;
        margin: 2.5rem auto
    }
}

@media (min-width: 1024px) {
    #carePlanConsentModal .modal-dialog {
        max-width:622px;
        margin: 5rem auto
    }

    #carePlanConsentModal .modal-dialog .checkout-psa-care-plan-next {
        width: 264px;
        margin-left: 0;
        padding: 14px 22px
    }

    #carePlanConsentModal .modal-dialog .checkout-psa-care-plan-next.last-btn {
        padding: 14px 48px
    }
}

@media (min-width: 768px) and (max-width:1023.98px) {
    #carePlanConsentModal .modal-dialog.digital-download-dialog {
        margin:5rem auto
    }
}

#carePlanConsentModal .modal-dialog.digital-download-dialog .carerepair-consent-content {
    border: none
}

#carePlanConsentModal .modal-dialog .carerepair-consent-content {
    border-radius: 10px
}

#carePlanConsentModal .modal-dialog .carerepair-consent-content .modal-header {
    padding: 16px 24px;
    border-bottom: 1px solid #cdd8df;
    font-size: 20px
}

@media (min-width: 768px) {
    #carePlanConsentModal .modal-dialog .carerepair-consent-content .modal-header {
        padding:24px 32px
    }
}

#carePlanConsentModal .modal-dialog .modal-body {
    padding: 0
}

#carePlanConsentModal .modal-dialog .modal-body .dynamic-careplan-header {
    font-size: 20px;
    line-height: 1.5;
    padding: 16px 24px;
    border-bottom: 1px solid #cdd8df
}

@media (min-width: 768px) {
    #carePlanConsentModal .modal-dialog .modal-body .dynamic-careplan-header {
        padding:24px 32px
    }
}

#carePlanConsentModal .modal-dialog .modal-body .dynamic-careplan-body {
    padding: 16px 24px 24px
}

@media (min-width: 768px) {
    #carePlanConsentModal .modal-dialog .modal-body .dynamic-careplan-body {
        padding:16px 32px 24px
    }
}

#carePlanConsentModal .modal-dialog .modal-body .dynamic-careplan-body .dynamic-dd-body {
    padding: 0
}

@media (min-width: 768px) {
    #carePlanConsentModal .modal-dialog .modal-body .dynamic-careplan-body .progress {
        margin-bottom:32px
    }
}

#carePlanConsentModal .modal-dialog .modal-body .dynamic-careplan-body .progress-bar {
    width: 26.5%!important
}

@media (max-width: 1023.98px) {
    #carePlanConsentModal .modal-dialog .modal-body .dynamic-careplan-body .progress-bar {
        width:36.2%!important
    }
}

@media (max-width: 767.98px) {
    #carePlanConsentModal .modal-dialog .modal-body .dynamic-careplan-body .progress-bar {
        width:49%!important
    }
}

#carePlanConsentModal .modal-dialog .modal-body .careplan-product-index {
    margin-bottom: 8px;
    text-align: center;
    line-height: 17px
}

#carePlanConsentModal .modal-dialog .modal-body .careplan-consent-events {
    margin-top: 24px;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 1023.98px) {
    #carePlanConsentModal .modal-dialog .modal-body .careplan-consent-events {
        -ms-flex-direction:column-reverse;
        flex-direction: column-reverse;
        gap: 24px
    }

    #carePlanConsentModal .modal-dialog .modal-body .careplan-consent-events .checkout-psa-care-plan-next {
        overflow: unset
    }
}

#carePlanConsentModal .modal-dialog .modal-body .careplan-consent-events img {
    width: 48px;
    height: 48px
}

@media only screen and (min-width: 992px) and (max-width:1024px) {
    #carePlanConsentModal .modal-dialog .modal-body .careplan-consent-events .col-sl-6 {
        max-width:100%
    }

    #carePlanConsentModal .modal-dialog .modal-body .careplan-consent-events .col-sl-6 .shoplive-callback-link {
        max-width: 24%
    }
}

#carePlanConsentModal .modal-dialog .modal-body .checkboxes-wrapper {
    margin: 0;
    background-color: #f5f7fd;
    padding: 16px;
    border-radius: 10px
}

@media (max-width: 767.98px) {
    #carePlanConsentModal .modal-dialog .modal-body .checkboxes-wrapper {
        width:302px
    }
}

#carePlanConsentModal .modal-dialog .modal-body .checkboxes-wrapper label {
    font-size: 14px;
    color: #213038
}

#carePlanConsentModal .modal-dialog .modal-body .checkboxes-wrapper label:after {
    top: auto
}

#carePlanConsentModal .modal-dialog .modal-body .checkout-cp-image {
    width: 120px;
    height: 106px
}

#carePlanConsentModal .modal-dialog .modal-body .padding12 {
    padding: 12px 16px
}

#carePlanConsentModal .modal-dialog .modal-body .careplan-product-name {
    display: -webkit-box!important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: break-word;
    white-space: normal;
    overflow: hidden
}

@media (max-width: 767.98px) {
    #carePlanConsentModal .modal-dialog .modal-body .cp-name-amount {
        padding-left:24px
    }
}

@media (min-width: 768px) {
    #carePlanConsentModal .modal-dialog .modal-body .cp-name-amount {
        padding-top:16px
    }
}

#carePlanConsentModal .modal-dialog .modal-body .shoplive-callback-link {
    cursor: pointer;
    text-decoration: none
}

@media (max-width: 543.98px) {
    #carePlanConsentModal .modal-dialog .modal-body .shoplive-callback-link {
        max-width:22%
    }
}

#carePlanConsentModal .modal-dialog .modal-body .shoplive-event {
    color: #4c12a1;
    text-decoration: underline
}

@media (min-width: 768px) and (max-width:1023.98px) {
    #carePlanConsentModal .modal-dialog .modal-body .shoplive-event {
        display:inline!important
    }
}

#carePlanConsentModal .modal-dialog .modal-body .monthly-plan-details {
    margin-top: 16px!important
}

#carePlanConsentModal .modal-dialog .modal-body .monthly-plan-details .card,#carePlanConsentModal .modal-dialog .modal-body .monthly-plan-details .card-header {
    background-color: unset;
    border: none
}

#carePlanConsentModal .modal-dialog .modal-body .monthly-plan-details.checkboxes-wrapper label:before {
    margin: 0
}

#carePlanConsentModal .modal-dialog .modal-body .moreInfoAccordion .card-header {
    padding: 8px 0 0 1px
}

#carePlanConsentModal .modal-dialog .modal-body .moreInfoAccordion .card-body {
    padding: 0;
    padding-top: 8px
}

#carePlanConsentModal .modal-dialog .modal-body .moreInfoAccordion .accordion-down-arrow {
    display: inline-block
}

#carePlanConsentModal .modal-dialog .modal-body .moreInfoAccordion .accordion-up-arrow {
    display: inline
}

#carePlanConsentModal .modal-dialog .modal-body .moreInfoAccordion .card-link.active .accordion-up-arrow {
    display: inline-block
}

#carePlanConsentModal .modal-dialog .modal-body .moreInfoAccordion .card-link.active .accordion-down-arrow {
    display: inline
}

#carePlanConsentModal .modal-dialog .modal-body .moreInfoAccordion .card-link,#carePlanConsentModal .modal-dialog .modal-body .moreInfoAccordion .consent-terms-and-conditions {
    font-size: 14px;
    color: #4c12a1;
    text-decoration: underline
}

#carePlanConsentModal .modal-dialog .modal-body .carerepair-terms-conditions {
    padding: 16px 1px 24px 0
}

#carePlanConsentModal .modal-dialog .modal-body .terms-and-condition-header {
    font-size: 18px;
    font-family: Currys Sans Headline,Helvetica,Arial,Sans-Serif;
    margin-bottom: 20px;
    line-height: 22px
}

#carePlanConsentModal .modal-dialog .modal-body .careplan-duration-details {
    font-size: 14px;
    margin: 6px 0;
    font-family: Currys Sans Headline,Helvetica,Arial,Sans-Serif;
    line-height: 22px
}

#carePlanConsentModal .modal-dialog .modal-body .careplan-amount-details {
    font-family: Currys Sans Headline,Helvetica,Arial,Sans-Serif;
    font-size: 18px
}

#carePlanConsentModal .modal-dialog .modal-body .careplan-annual-amount-details {
    font-size: 12px;
    line-height: 18px
}

#carePlanConsentModal .modal-dialog .modal-body .display-price {
    display: inline-block;
    font-size: 18px;
    font-family: Currys Sans Headline,Helvetica,Arial,Sans-Serif;
    text-transform: lowercase
}

#carePlanConsentModal .modal-dialog .modal-body .agreemonthlycheckox {
    padding: 0;
    margin-right: 12px
}

@media (min-width: 768px) {
    #carePlanConsentModal .modal-dialog .modal-body .agreemonthlycheckox {
        max-width:7%
    }
}

#carePlanConsentModal .modal-dialog .modal-body .agreemonthlydetails {
    padding: 0
}

@media (max-width: 767.98px) {
    #carePlanConsentModal .modal-dialog .modal-body .agreemonthlydetails {
        width:88%
    }
}

@media (max-width: 767.98px) {
    #carePlanConsentModal .modal-dialog .modal-body .cp-product-info {
        display:-ms-flexbox;
        display: flex;
        margin-bottom: 24px
    }
}

@media (min-width: 768px) {
    #carePlanConsentModal .modal-dialog .modal-body .plan-features {
        padding-left:16px
    }
}

#carePlanConsentModal .modal-dialog .modal-body #agreementCheckboxCheckoutlabel1:before {
    margin-right: 12px
}

#carePlanConsentModal .modal-dialog .modal-body .dynamic-dd-body {
    padding: 24px
}

@media (min-width: 768px) {
    #carePlanConsentModal .modal-dialog .modal-body .dynamic-dd-body {
        padding:32px 32px 24px
    }
}

#carePlanConsentModal .modal-dialog .modal-body .dynamic-dd-body .cp-product-info {
    padding: 22px 0 24px;
    border-top: 1px solid #cdd8df;
    margin-bottom: 0
}

#carePlanConsentModal .modal-dialog .modal-body .dynamic-dd-body .cp-product-info:first-child {
    padding: 0 0 24px;
    border-top: none
}

#carePlanConsentModal .modal-dialog .modal-body .dynamic-dd-body .cp-product-info .careplan-product-name {
    width: 135px
}

#carePlanConsentModal .modal-dialog .modal-body .dynamic-dd-body .cp-product-info .cp-name-amount {
    padding: 0 0 0 16px
}

@media (max-width: 1023.98px) {
    #carePlanConsentModal .modal-dialog .modal-body .dynamic-dd-body .cp-product-info .cp-name-amount {
        padding:0 0 0 24px
    }
}

#carePlanConsentModal .modal-dialog .modal-body .dynamic-dd-body .dd-consent-checkbox-main {
    background: #f5f7fd;
    padding: 12px 16px 11px 15px;
    border-radius: 10px
}

#carePlanConsentModal .modal-dialog .modal-body .dynamic-dd-body .dd-consent-checkbox-main .custom-checkbox-label:before {
    position: absolute
}

#carePlanConsentModal .modal-dialog .modal-body .dynamic-dd-body .dd-consent-checkbox-main .download-tnc-asset {
    margin-left: 37px
}

#carePlanConsentModal .modal-dialog .modal-body .dynamic-dd-body .dd-consent-checkbox-main .dd-consent-more-info {
    margin: 2px 0 0 37px
}

#carePlanConsentModal .modal-dialog .modal-body .dynamic-dd-body .amp-auto-dd-accordion {
    background: #f5f7fd;
    margin: 0
}

#carePlanConsentModal .modal-dialog .modal-dialog.digital-download-dialog {
    margin: 0 auto
}

@media (min-width: 1024px) {
    #carePlanConsentModal .modal-dialog .modal-dialog.digital-download-dialog {
        margin:0 auto
    }
}

#carePlanConsentModal .dynamic-dd-header {
    font-size: 20px;
    line-height: 1.5;
    padding: 16px 24px 24px;
    border-bottom: 1px solid #cdd8df;
    padding: 18px 32px
}

@media (min-width: 768px) {
    #carePlanConsentModal .dynamic-dd-header {
        padding:24px 32px
    }
}

@media (min-width: 768px) and (max-width:1023.98px) {
    #carePlanConsentModal .dynamic-dd-header .dynamic-dd-header-inner {
        width:95%
    }
}

.pdp-accordions.minicart-accordions {
    border-radius: 7px;
    margin-bottom: 16px!important
}

.pdp-accordions.minicart-accordions .accordion-name img {
    padding-right: 7px
}

.pdp-accordions.minicart-accordions .custom-checkbox-label:before {
    margin: 0 16px 0 0
}

.pdp-accordions.minicart-accordions .icon-arrowdown-accordion {
    background: url(../../images/icon-arrowdown-accordion.svg) no-repeat 50%;
    display: inline;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0;
    top: 5px
}

.pdp-accordions.minicart-accordions .icon-arrowup-accordion {
    background: url(../../images/icon-arrowup-accordion.svg) no-repeat 50%;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0;
    top: 5px;
    display: none
}

.pdp-accordions.minicart-accordions .active .icon-arrowdown-accordion {
    display: none
}

.pdp-accordions.minicart-accordions .active .icon-arrowup-accordion {
    display: block
}

.pdp-accordions.minicart-accordions .card-header {
    margin: 0;
    border: 0;
    padding: 24px;
    box-sizing: border-box
}

@media (max-width: 767.98px) {
    .pdp-accordions.minicart-accordions .card-header {
        padding:16px
    }
}

.pdp-accordions.minicart-accordions .accordion-name {
    font-size: 16px;
    margin: 0;
    line-height: 22px
}

.pdp-accordions.minicart-accordions .panel-collapse {
    margin-top: 16px
}

.pdp-accordions.minicart-accordions .planes {
    padding: 16px;
    border: 2px solid #dae2e7;
    border-radius: 10px
}

.pdp-accordions.minicart-accordions .planes.popular-promo-space {
    position: relative;
    padding: 35px 16px 16px!important
}

@media (max-width: 767.98px) {
    .pdp-accordions.minicart-accordions .planes.popular-promo-space {
        padding:16px 0!important
    }
}

@media (max-width: 767.98px) {
    .pdp-accordions.minicart-accordions .planes {
        border-bottom:none;
        border-left: none;
        border-right: none;
        border-radius: 0;
        padding: 16px 0
    }
}

.pdp-accordions.minicart-accordions .planes.selected-plan {
    border: 2px solid #4c12a1;
    padding: 16px
}

.pdp-accordions.minicart-accordions .planes .custom-radio {
    -ms-flex-align: center;
    align-items: center
}

.pdp-accordions.minicart-accordions .planes .most-popular {
    color: #fff;
    background: #4c12a1;
    width: inherit;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    font-size: 12px;
    margin: -16px 0 16px;
    padding: 3px 0
}

@media (max-width: 767.98px) {
    .pdp-accordions.minicart-accordions .planes .most-popular {
        position:static;
        width: auto;
        margin: 0 0 8px;
        padding: 2px 16px;
        border-radius: 2px
    }
}

@media (max-width: 767.98px) {
    .pdp-accordions.minicart-accordions.service-installation .planes,.pdp-accordions.minicart-accordions.service-recycling .planes {
        padding:16px;
        border: 2px solid #dae2e7;
        border-radius: 10px
    }

    .pdp-accordions.minicart-accordions.service-installation .planes.selected-plan,.pdp-accordions.minicart-accordions.service-recycling .planes.selected-plan {
        border: 2px solid #4c12a1
    }
}

.pdp-accordions.minicart-accordions .planes label {
    margin: 0
}

.pdp-accordions.minicart-accordions .cart-promo {
    width: 100%;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -ms-flexbox;
    display: flex
}

.pdp-accordions.minicart-accordions .cart-promo span.percent-off {
    background: #e5006d;
    color: #fff;
    text-align: center;
    display: inline-block;
    margin-bottom: 8px;
    padding: 4px 20px
}

.pdp-accordions.minicart-accordions .cost-value-item-total {
    color: #56707a;
    font-size: 12px
}

.pdp-accordions.minicart-accordions .cost-value-item-total.money-saved {
    background-color: #f9d2e5;
    padding: 2px 7px;
    border-radius: 2px;
    margin-top: 4px
}

@media (max-width: 767.98px) {
    .pdp-accordions.minicart-accordions .cost-value-item-total.money-saved {
        margin-top:8px
    }
}

.pdp-accordions.minicart-accordions .was-value-item {
    color: #e5006d;
    font-size: 12px
}

.pdp-accordions.minicart-accordions .cost-value-item,.pdp-accordions.minicart-accordions .was-value-item {
    font-family: Currys Sans Headline,Helvetica,Arial,Sans-Serif
}

.pdp-accordions.minicart-accordions .cost-value {
    text-align: right
}

.care-Terms-conditions-container {
    display: inline-block
}

.care-Terms-conditions-container .terms-condition-apply {
    padding: 16px 24px;
    background: #f0f6eb;
    margin: 8px 0 16px;
    border-radius: 6px
}

@media (max-width: 767.98px) {
    .care-Terms-conditions-container .terms-condition-apply {
        padding:8px 16px
    }
}

.care-repair-content {
    padding-bottom: 8px
}

.care-repair-content:last-child {
    padding-bottom: 0
}

.care-repair-content .prod-delivery-text {
    margin: 0 0 0 6px;
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif
}

.care-repair-content .care-repair-cross-icon,.care-repair-content .care-repair-tick-icon {
    margin-right: 8px;
    margin-top: 2px
}

.care-repair-tick-icon {
    background-image: url("../../images/icon-service-tick-repair.svg");
    width: 15px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 1px
}

.care-repair-success-tick-icon {
    background-image: url("../../images/care-success-icon-tick.svg");
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle
}

.care-repair-cross-icon {
    background-image: url("../../images/icon-service-close-gray.png");
    background-size: cover;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 1px
}

.psa-careplan-terms-extended-warranties-container {
    padding-top: 8px
}

.psa-careplan-terms-information a.link-care-repair {
    color: #4c12a1;
    text-decoration: underline
}

.psa-careplan-terms-information a.link-care-repair:focus-visible {
    outline: none;
    border-bottom: 2px solid #4c12a1;
    background-color: #ffecb7;
    text-decoration: none
}

.psa-careplan-terms-information.compare {
    padding-top: 16px
}

.modal-header {
    border-bottom: none
}

#addToBasketModal .modal-body {
    padding: 16px 45px 64px
}

@media (min-width: 768px) and (max-width:1023.98px) {
    #addToBasketModal .modal-body {
        padding:16px 24px 64px
    }
}

@media (max-width: 767.98px) {
    #addToBasketModal .modal-body {
        padding:16px 12px
    }
}

.plane-added-content {
    padding: 18px 0;
    background: #f0f6eb;
    margin: -8px 0 24px;
    border-radius: 6px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 767.98px) {
    .plane-added-content {
        margin:-16px 0 24px
    }
}

span.month-plan {
    font-family: Currys Sans Headline,Helvetica,Arial,Sans-Serif
}

.care-added-val {
    font-size: 14px;
    text-align: right;
    float: right;
    margin-right: 32px
}

.care-added-val .currys-bold,.on-delivery-heading {
    font-family: Currys Sans Headline,Helvetica,Arial,Sans-Serif
}

.on-delivery-heading {
    font-size: 14px;
    line-height: 21px;
    color: #213038;
    padding: 8px 0;
    margin-bottom: 0;
    display: -ms-flexbox;
    display: flex;
    gap: 9px
}

@media (max-width: 767.98px) {
    .on-delivery-heading {
        gap:4px
    }
}

@media (max-width: 1023.98px) {
    .on-delivery-heading {
        gap:4px
    }
}

@media (max-width: 767.98px) {
    #cartcollapseTwo .justify-content-between.planes .d-flex {
        width:75%
    }
}

@media (max-width: 767.98px) {
    #cartcollapseTwo .wallMountInstall label.custom-control-label.custom-checkbox-label:before {
        max-width:24px;
        width: 100%
    }
}

@media (max-width: 767.98px) {
    #cartcollapseTwo .packageStandInstall label.custom-control-label.custom-checkbox-label:after,#cartcollapseTwo .wallMountInstall label.custom-control-label.custom-checkbox-label:after {
        top:9px
    }
}

@media (max-width: 767.98px) {
    #cartcollapseTwo .packageStandInstall label.custom-control-label.custom-checkbox-label:before {
        max-width:24px;
        width: 100%
    }
}

@media (max-width: 767.98px) {
    #cartcollapseTwo .packageStandInstall.install-recycle-checkbox-pricing label.custom-control-label.custom-checkbox-label:after,#cartcollapseTwo .wallMountInstall.install-recycle-checkbox-pricing label.custom-control-label.custom-checkbox-label:after {
        top:2px
    }
}

@media (max-width: 767.98px) {
    .pdp-accordions.minicart-accordions .moreInfoAccordion .card-header {
        padding-top:16px!important
    }
}

.recommended-products-container .might-like-label {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 22px;
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif
}

@media (max-width: 767.98px) {
    .recommended-products-container .might-like-label {
        font-size:18px;
        line-height: 22px;
        font-family: Currys Sans,Helvetica,Arial,Sans-Serif
    }
}

.recommended-products-container .rec-prod-heading {
    font-family: Currys Sans Headline,Helvetica,Arial,Sans-Serif;
    margin-bottom: 16px
}

.recommended-products-container .recommended-product-tile {
    background-color: #fff;
    padding: 24px;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
    border-radius: 10px
}

@media (max-width: 767.98px) {
    .recommended-products-container .recommended-product-tile {
        padding:16px;
        margin-bottom: 13px
    }
}

.recommended-products-container .recommended-product-tile .prod-img-container {
    min-width: 174px;
    width: 174px;
    height: 124px;
    background-color: #fff;
    margin-right: 57px
}

@media (min-width: 768px) and (max-width:1023.98px) {
    .recommended-products-container .recommended-product-tile .prod-img-container {
        margin-right:78px
    }
}

@media (max-width: 767.98px) {
    .recommended-products-container .recommended-product-tile .prod-img-container {
        min-width:140px;
        width: 140px;
        height: 100px;
        margin-right: 19px
    }
}

.recommended-products-container .recommended-product-tile .prod-img-container .prod-image {
    width: auto;
    height: 100%;
    object-fit: contain
}

.recommended-products-container .recommended-product-tile .prod-info-section .buy-together-label {
    font-family: Currys Sans Headline,Helvetica,Arial,Sans-Serif;
    color: #e5006d;
    margin-top: -8px;
    margin-bottom: 8px
}

.recommended-products-container .recommended-product-tile .prod-info-section .prod-title {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 16px;
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif
}

.recommended-products-container .recommended-product-tile .prod-info-section .prod-price {
    font-family: Currys Sans Headline,Helvetica,Arial,Sans-Serif;
    font-size: 16px;
    line-height: 22px;
    color: #213038
}

.recommended-products-container .recommended-product-tile .prod-info-section .prod-discount {
    color: #e5006d;
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
    margin-left: 8px
}

.recommended-products-container .recommended-product-tile .prod-info-section .prod-separate {
    font-size: 12px;
    line-height: 18px;
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
    color: #56707a
}

.recommended-products-container .recommended-product-tile .prod-info-section .addToCartActionButton {
    margin-top: 16px
}

@media (max-width: 767.98px) {
    .recommended-products-container .recommended-product-tile .prod-info-section .addToCartActionButton .cart-and-ipay {
        padding-bottom:0
    }
}

.recommended-products-container .recommended-product-tile .prod-info-section .add-to-basket-btn {
    padding: 12px;
    color: #4c12a1;
    width: 231px;
    text-align: center
}

@media (min-width: 768px) and (max-width:1023.98px) {
    .recommended-products-container .recommended-product-tile .prod-info-section .add-to-basket-btn {
        width:252px;
        padding: 12px
    }
}

@media (max-width: 767.98px) {
    .recommended-products-container .recommended-product-tile .prod-info-section .add-to-basket-btn {
        width:auto;
        min-width: 159px;
        padding: 5px;
        line-height: 10px
    }
}

.recommended-products-container .recommended-product-tile .prod-info-section .added-to-basket-btn {
    padding: 10px 40px;
    margin-top: 16px;
    width: 231px
}

@media (min-width: 768px) and (max-width:1023.98px) {
    .recommended-products-container .recommended-product-tile .prod-info-section .added-to-basket-btn {
        width:252px
    }
}

@media (max-width: 767.98px) {
    .recommended-products-container .recommended-product-tile .prod-info-section .added-to-basket-btn {
        width:160px;
        min-width: 160px;
        padding: 10px 39px
    }
}

.recommended-products-container .recommended-product-tile .prod-info-section .added-to-basket-btn .cta-sec-btn-text {
    padding: 2px 0;
    margin-left: 2px;
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
    vertical-align: top
}

.recommended-products-container .recommended-product-tile .prod-info-section .added-to-basket-btn .cta-sec-btn-text .tablet-text {
    display: inline-block;
    white-space: nowrap
}

.recommended-products-container .recommended-product-tile .prod-info-section .added-to-basket-btn .check-icon {
    vertical-align: top
}

.recommended-products-container .syntasa-prod-heading {
    font-family: Currys Sans Headline,Helvetica,Arial,Sans-Serif;
    margin-bottom: 16px
}

.recommended-products-container .syntasa-product-tile {
    background-color: #fff;
    padding: 24px;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
    border-radius: 10px
}

@media (max-width: 767.98px) {
    .recommended-products-container .syntasa-product-tile {
        padding:16px;
        margin-bottom: 23px
    }
}

.recommended-products-container .syntasa-product-tile .prod-img-container {
    min-width: 140px;
    width: 140px;
    height: 140px;
    margin-right: 91px
}

@media (min-width: 768px) and (max-width:1023.98px) {
    .recommended-products-container .syntasa-product-tile .prod-img-container {
        margin-right:112px
    }
}

@media (max-width: 767.98px) {
    .recommended-products-container .syntasa-product-tile .prod-img-container {
        margin-right:19px
    }
}

.recommended-products-container .syntasa-product-tile .prod-img-container .prod-image {
    width: auto;
    height: 100%;
    object-fit: contain
}

.recommended-products-container .syntasa-product-tile .prod-info-section .prod-title {
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 16px
}

.recommended-products-container .syntasa-product-tile .prod-info-section .prod-price {
    font-family: Currys Sans Headline,Helvetica,Arial,Sans-Serif;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 16px;
    display: -ms-flexbox;
    display: flex
}

.recommended-products-container .syntasa-product-tile .prod-info-section .prod-price .value {
    display: inline-block;
    min-width: 223px;
    height: 22px;
    color: #213038
}

@media (min-width: 768px) and (max-width:1023.98px) {
    .recommended-products-container .syntasa-product-tile .prod-info-section .prod-price .value {
        min-width:244px
    }
}

@media (max-width: 767.98px) {
    .recommended-products-container .syntasa-product-tile .prod-info-section .prod-price .value {
        min-width:161px
    }
}

.recommended-products-container .syntasa-product-tile .prod-info-section .prod-price .prod-discount {
    height: 21px;
    color: #e5006d;
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
    margin-left: 8px;
    font-size: 14px
}

.recommended-products-container .syntasa-product-tile .prod-info-section .buy-together-label-bundle {
    font-family: Currys Sans Headline,Helvetica,Arial,Sans-Serif;
    color: #e5006d;
    margin-top: -8px;
    margin-bottom: 8px
}

.recommended-products-container .syntasa-product-tile .prod-info-section .bundle-saving-price {
    -ms-flex-align: center;
    align-items: center
}

.recommended-products-container .syntasa-product-tile .prod-info-section .bundle-saving-price .prod-discount {
    color: #e5006d;
    margin-left: 8px;
    font-size: 14px;
    line-height: 22px;
    padding-left: 4px
}

.recommended-products-container .syntasa-product-tile .prod-info-section .prod-bundle-separate {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 16px;
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
    color: #56707a
}

.recommended-products-container .syntasa-product-tile .prod-info-section .save-price-exists .price-info .value {
    min-width: 49px
}

@media (min-width: 768px) and (max-width:1023.98px) {
    .recommended-products-container .syntasa-product-tile .prod-info-section .save-price-exists .price-info .value {
        min-width:50px
    }
}

@media (max-width: 767.98px) {
    .recommended-products-container .syntasa-product-tile .prod-info-section .save-price-exists .price-info .value {
        min-width:51px
    }
}

.recommended-products-container .syntasa-product-tile .prod-info-section .add-to-basket-btn {
    padding: 12px;
    color: #4c12a1;
    width: 231px;
    text-align: center
}

@media (min-width: 768px) and (max-width:1023.98px) {
    .recommended-products-container .syntasa-product-tile .prod-info-section .add-to-basket-btn {
        width:252px;
        padding: 12px
    }
}

@media (max-width: 767.98px) {
    .recommended-products-container .syntasa-product-tile .prod-info-section .add-to-basket-btn {
        width:auto;
        min-width: 159px;
        padding: 5px;
        line-height: 10px
    }
}

.recommended-products-container .syntasa-product-tile .prod-info-section .added-to-basket-btn {
    padding: 10px 40px;
    width: 231px
}

@media (min-width: 1024px) {
    .recommended-products-container .syntasa-product-tile .prod-info-section .added-to-basket-btn {
        display:-ms-inline-flexbox;
        display: inline-flex
    }
}

@media (min-width: 768px) and (max-width:1023.98px) {
    .recommended-products-container .syntasa-product-tile .prod-info-section .added-to-basket-btn {
        width:252px
    }
}

@media (max-width: 767.98px) {
    .recommended-products-container .syntasa-product-tile .prod-info-section .added-to-basket-btn {
        width:160px;
        min-width: 160px;
        padding: 10px 39px
    }
}

.recommended-products-container .syntasa-product-tile .prod-info-section .added-to-basket-btn .cta-sec-btn-text {
    vertical-align: top
}

.recommended-products-container .syntasa-product-tile .prod-info-section .added-to-basket-btn .cta-sec-btn-text .tablet-text {
    padding: 2px 0;
    margin-left: 2px;
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
    vertical-align: middle;
    display: inline-block;
    white-space: nowrap
}

.recommended-products-container .syntasa-product-tile .prod-info-section .added-to-basket-btn .check-icon {
    vertical-align: top
}

@media (max-width: 767.98px) {
    #addToBasketModal .modal-body {
        padding:24px 13px 64px 12px
    }
}

.skeleton-syntasa-heading {
    width: 139px;
    height: 16px;
    margin: 4px 371px 17px 0
}

.skeleton-syntasa-title {
    height: 194px;
    width: 510px;
    border-radius: 10px;
    margin: 16px 0 24px;
    padding: 24px
}

@media (max-width: 1023.98px) {
    .skeleton-syntasa-title {
        width:552px
    }
}

@media (max-width: 767.98px) {
    .skeleton-syntasa-title {
        width:350px;
        height: 200px
    }
}

.skeleton-syntasa-tile {
    border-radius: 10px;
    margin: 24px auto 72px;
    min-height: 392px
}

.skeleton-loader {
    background: linear-gradient(90deg,#eaebec,#cecfd0,#eaebec);
    background-size: 200%;
    animation: loading 1.5s infinite reverse
}

@keyframes loading {
    0% {
        background-position: -100% 0
    }

    to {
        background-position: 100% 0
    }
}

.techtalk-pages {
    padding: 40px 0 6px
}

@media (min-width: 768px) {
    .techtalk-pages {
        padding:32px 0 21px
    }
}

@media (min-width: 1024px) {
    .techtalk-pages {
        padding:40px 0 0
    }
}

@media (min-width: 768px) {
    .techtalk-pages #tech-talk-catogery-slot-1 {
        margin:0 24px
    }
}

@media (min-width: 1024px) {
    .techtalk-pages #tech-talk-catogery-slot-1 {
        margin:0 45px
    }
}

@media (max-width: 767.98px) {
    .techtalk-pages #tech-talk-catogery-slot-1 {
        margin:0 12px
    }
}

.techtalk-pages #tech-talk-catogery-slot-2 {
    margin-bottom: 32px
}

.techtalk-pages .html-slot-container.grid-item {
    height: 140px
}

@media (min-width: 768px) {
    .grid {
        margin:0 24px
    }
}

@media (min-width: 1024px) {
    .grid {
        margin:0 45px
    }
}

@media (max-width: 767.98px) {
    .grid {
        margin:0 12px
    }
}

.grid-wrapper {
    background-color: #faf5ff
}

.grid-wrapper .category-article-section {
    margin: 0;
    padding: 37px 0 32px
}

.grid-wrapper .category-article-section .grid-moreArticles .category-article-item {
    width: 100%
}

.grid-wrapper .category-article-section .grid-moreArticles .category-article-item .grid-item__wrapper {
    padding: 0 16px
}

.grid-wrapper .category-article-section .category-article-item {
    min-height: 370px;
    padding: 0;
    background-color: unset!important
}

@media (min-width: 1024px) {
    .grid-wrapper .category-article-section .category-article-item {
        width:100%
    }
}

@media (min-width: 768px) and (max-width:1023.98px) {
    .grid-wrapper .category-article-section .category-article-item {
        width:348px!important
    }
}

.grid-wrapper .category-article-section .category-article-item .grid-item__wrapper {
    padding: 0
}

@media (min-width: 768px) and (max-width:1023.98px) {
    .grid-wrapper .category-article-section .category-article-item .grid-item__wrapper {
        padding:0
    }
}

.grid-wrapper .category-article-section .category-article-item .category-article-img {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    width: 100%
}

.grid-wrapper .category-article-section .slick-next,.grid-wrapper .category-article-section .slick-prev {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    z-index: 1;
    background: #fff
}

.grid-wrapper .category-article-section .slick-next.slick-disabled,.grid-wrapper .category-article-section .slick-prev.slick-disabled {
    opacity: 0;
    pointer-events: none
}

.grid-wrapper .category-article-section .slick-prev {
    background-color: rgba(86,112,122,.75);
    left: 2.8%
}

@media (max-width: 1023.98px) {
    .grid-wrapper .category-article-section .slick-prev {
        left:1.5%
    }
}

@media (max-width: 767.98px) {
    .grid-wrapper .category-article-section .slick-prev {
        left:0
    }
}

.grid-wrapper .category-article-section .slick-prev.slick-disabled:before {
    opacity: .3;
    background: url("../images/arrow-left.svg") no-repeat 50%
}

.grid-wrapper .category-article-section .slick-prev:before {
    content: "";
    background: url("../images/icon-arrowleft-white.svg") no-repeat 50%;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 3px;
    opacity: 1;
    transform: translateY(-50%)
}

.grid-wrapper .category-article-section .slick-next {
    background-color: rgba(86,112,122,.75);
    right: 2.2%
}

@media (max-width: 1023.98px) {
    .grid-wrapper .category-article-section .slick-next {
        right:1.5%
    }
}

@media (max-width: 767.98px) {
    .grid-wrapper .category-article-section .slick-next {
        right:0
    }
}

.grid-wrapper .category-article-section .slick-next.slick-disabled:before {
    opacity: .3;
    background: url("../images/arrow-right.svg") no-repeat 50%
}

.grid-wrapper .category-article-section .slick-next:before {
    content: "";
    background: url("../images/icon-arrowright-white.svg") no-repeat 50%;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 3px;
    opacity: 1;
    transform: translateY(-50%)
}

.grid .grid-item {
    border-radius: 10px;
    margin-bottom: 32px;
    background-color: #fff;
    overflow: hidden
}

.grid .grid-item__wrapper {
    display: block;
    color: inherit
}

.grid .grid-item__wrapper:hover {
    text-decoration: none
}

.grid .grid-item__content {
    position: relative;
    padding: 19px 15px 15px
}

.grid .grid-item .category-article-content {
    background-color: #fff;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    min-height: 200px;
    width: 100%
}

.grid .grid-item .category-article-content .grid-item__subtitle,.grid .grid-item .category-article-content .grid-item__title {
    max-width: unset
}

.grid .grid-item__category {
    position: absolute;
    top: -14px;
    left: 15px;
    background-color: #4c12a1;
    color: #fff;
    padding: 2px 15px;
    font-size: 12px;
    border-radius: 2px;
    font-family: Currys Sans Headline,Helvetica,Arial,Sans-Serif
}

.grid .grid-item__date {
    color: #56707a;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 8px
}

.grid .grid-item__title {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 8px;
    font-family: Currys Sans Headline,Helvetica,Arial,Sans-Serif
}

@media (min-width: 1024px) {
    .grid .grid-item__title {
        max-width:260px
    }
}

.grid .grid-item__subtitle {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0
}

@media (min-width: 1024px) {
    .grid .grid-item__subtitle {
        max-width:260px
    }
}

.grid .grid-item__publishedDays {
    color: #56707a
}

.grid .grid-item .svg-icon-clock-techtalk {
    margin-right: 8px;
    vertical-align: top
}

.grid .grid-item .published-days {
    font-size: 12px
}

.grid .grid-item img {
    height: 214px;
    width: 100%;
    object-fit: cover
}

.grid .grid-item.grid-item-first {
    width: 100%
}

@media (min-width: 1024px) {
    .grid .grid-item.grid-item-first {
        width:66%
    }
}

.grid .grid-item.grid-item-first img {
    height: 305px
}

@media (min-width: 768px) {
    .grid .grid-item.grid-item-first img {
        height:356px
    }
}

@media (min-width: 1024px) {
    .grid .grid-item.grid-item-first img {
        height:455px
    }
}

@media (min-width: 1024px) {
    .grid .grid-item.grid-item-first .grid-item__subtitle,.grid .grid-item.grid-item-first .grid-item__title {
        max-width:500px
    }
}

.grid .grid-item.grid-item-big img {
    height: 354px
}

.grid .grid-item,.grid .grid-sizer {
    width: 100%
}

@media (min-width: 768px) {
    .grid .grid-item,.grid .grid-sizer {
        width:48%
    }
}

@media (min-width: 1024px) {
    .grid .grid-item,.grid .grid-sizer {
        width:32%
    }
}

@media (min-width: 768px) {
    .grid .gutter-sizer {
        width:4%
    }
}

@media (min-width: 1024px) {
    .grid .gutter-sizer {
        width:2%
    }
}

.popular-articles-wrapper {
    width: 404px;
    border-radius: 10px
}

.popular-articles-wrapper .popular-articles-title {
    border-bottom: 1px solid #cdd8df;
    font-size: 20px;
    padding: 16px 0;
    text-align: center
}

.popular-articles-wrapper .popular-articles-list {
    height: auto
}

.popular-articles-wrapper .grid-item__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 24px
}

.popular-articles-wrapper .grid-item__wrapper img {
    width: 73px;
    height: 73px
}

.popular-articles-wrapper .grid-item__content {
    padding: 0 16px
}

.popular-articles-wrapper .popular-articles {
    margin: 24px 16px 24px 17px
}

@media (max-width: 767.98px) {
    .popular-articles-wrapper .grid-item__content {
        width:70%
    }

    .popular-articles-wrapper .grid-item__wrapper img {
        width: 30%
    }
}

@media (max-width: 767.98px) {
    .popular-articles-wrapper.desktop-mobile {
        display:block
    }
}

@media (min-width: 768px) {
    .popular-articles-wrapper.desktop-mobile {
        display:none
    }
}

@media (min-width: 1024px) {
    .popular-articles-wrapper.desktop-mobile {
        display:block
    }
}

@media (max-width: 767.98px) {
    .popular-articles-wrapper.tablet-only {
        display:none
    }
}

@media (min-width: 768px) {
    .popular-articles-wrapper.tablet-only {
        display:block
    }
}

@media (min-width: 1024px) {
    .popular-articles-wrapper.tablet-only {
        display:none
    }
}

@media (max-width: 767.98px) {
    .tech-talk-catogery-slot-3 .desktop-only {
        display:none
    }
}

@media (min-width: 768px) {
    .tech-talk-catogery-slot-3 .desktop-only {
        display:none
    }
}

@media (min-width: 1024px) {
    .tech-talk-catogery-slot-3 .desktop-only {
        display:block
    }
}

@media (max-width: 767.98px) {
    .tech-talk-catogery-slot-3 .tablet-mobile {
        display:block
    }
}

@media (min-width: 768px) {
    .tech-talk-catogery-slot-3 .tablet-mobile {
        display:block
    }
}

@media (min-width: 1024px) {
    .tech-talk-catogery-slot-3 .tablet-mobile {
        display:none
    }
}

.pagination-wrapper.pagination.tech-talk {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden
}

@media (min-width: 1024px) {
    .catagory-section .category-twoArticles .category-article-content,.catagory-section .category-twoArticles .category-article-img,.catagory-section .category-twoArticles .slick-current .category-article-item {
        width:100%
    }

    .catagory-section .category-twoArticles .slick-list .slick-track {
        width: 100%!important
    }

    .catagory-section .category-twoArticles .slick-list .slick-track .slick-slide:first-child {
        width: 65%!important
    }

    .catagory-section .category-twoArticles .slick-list .slick-track .slick-slide:nth-child(2) {
        width: 32%!important;
        margin-left: 32px
    }
}

.refinement-section .device-show-width .guide-content-wrapper {
    display: none
}

.techtalk-article {
    margin: 32px -28px 28px
}

.techtalk-article .techtalk-article-heading h2 {
    padding-left: 16px
}

.techtalk-article .techtalk-article-heading .all-articles {
    color: #4c12a1;
    text-decoration: underline;
    padding-right: 16px
}

.techtalk-article .grid-wrapper {
    background-color: #f2f2f2
}

.techtalk-article .grid-wrapper .slot-padding {
    padding: 0
}

.techtalk-article .grid-wrapper .category-article-section {
    padding: 24px 0 0
}

.techtalk-article .grid-wrapper .category-article-section .slick-prev {
    left: 0
}

.techtalk-article .grid-wrapper .category-article-section .slick-next {
    right: 0
}

.techtalk-article .grid-wrapper .category-article-section .category-article-item {
    height: 387px;
    margin-bottom: 0
}

.techtalk-article .grid-wrapper .category-article-section .category-article-item .category-article-content {
    min-height: 173px
}

.techtalk-article .grid-wrapper .category-article-section .category-article-item .category-article-content .grid-item__category {
    line-height: 18px;
    padding: 3px 15px
}

.techtalk-article .grid-wrapper .category-article-section .category-article-item .category-article-content .grid-text-wrap {
    display: -webkit-box!important;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: break-word;
    white-space: normal;
    overflow: hidden
}

.techtalk-article .grid-wrapper .category-article-section .category-article-item .category-article-content .grid-item__title {
    max-height: 42px;
    -webkit-line-clamp: 2
}

.techtalk-article .grid-wrapper .category-article-section .category-article-item .category-article-content .grid-item__subtitle {
    max-height: 66px;
    -webkit-line-clamp: 3
}

@media (max-width: 1023.98px) {
    .refinement-section .device-show-width .guide-content-wrapper {
        display:block
    }

    .techtalk-article {
        margin: 0 -12px 15px
    }

    .techtalk-article .techtalk-article-heading h2 {
        padding-left: 12px
    }

    .techtalk-article .grid-wrapper .category-article-section {
        padding: 16px 0 0
    }

    .techtalk-article .grid-wrapper .category-article-section .category-article-item {
        width: auto!important;
        height: 397px
    }

    .techtalk-article .grid-wrapper .category-article-section .grid-item__wrapper {
        padding: 0 12px!important
    }
}

@media (max-width: 767.98px) {
    .refinement-section .device-show-width .guide-content-wrapper {
        display:block;
        margin-left: 7px
    }

    .techtalk-article {
        margin: 0 -2px 40px
    }

    .techtalk-article>div:first-child {
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px
    }

    .techtalk-article .techtalk-article-heading h2 {
        padding-left: 7px
    }

    .techtalk-article .techtalk-article-heading .all-articles {
        padding: 0 0 0 7px
    }

    .techtalk-article .grid-wrapper .category-article-section {
        padding-top: 12px
    }

    .techtalk-article .grid-wrapper .category-article-section .slick-prev {
        left: -3px
    }

    .techtalk-article .grid-wrapper .category-article-section .category-article-item {
        height: 364px;
        min-height: 350px
    }

    .techtalk-article .grid-wrapper .category-article-section .category-article-item .category-article-content {
        min-height: 150px
    }

    .techtalk-article .grid-wrapper .category-article-section .category-article-item .category-article-content .grid-item__subtitle {
        max-height: 44px;
        -webkit-line-clamp: 2
    }

    .techtalk-article .grid-wrapper .category-article-section .slick-list {
        overflow: unset
    }

    .techtalk-article .grid-wrapper .category-article-section .grid-item__wrapper {
        padding: 0 8px!important
    }
}

.d-lg-block.desktop-only {
    display: none!important
}

@media only screen and (min-width: 1024px) {
    .d-lg-block.desktop-only {
        display:block!important
    }
}

.mobile-ratings {
    display: none
}

.ratings {
    text-align: left
}

select.custom-select,select.sort-page {
    background: url("../../images/icon-service-arrowdown.svg") no-repeat 100%;
    background-position: calc(100% - 8px) 10px,calc(100% - 20px) 0,100% 0;
    background-color: #fff!important;
    border-color: #cdd8df;
    height: 3.5em;
    padding-left: 15.6px;
    font-size: 14px
}

select::-ms-expand {
    display: none
}

.compare-box-wrapper .popover {
    min-width: 387px
}

.selected-product .popover-body {
    animation: fadeIn .2s;
    animation-fill-mode: forwards
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.selected-product .compare-product-hover-container {
    display: -ms-flexbox;
    display: flex
}

.selected-product .compare-product-hover-container .product-image a {
    width: 95px;
    height: 76px;
    margin-right: 16px;
    display: inline-block
}

.selected-product .compare-product-hover-container .product-image a .compare-hover-image {
    height: inherit;
    object-fit: contain
}

.selected-product .compare-product-hover-container .product-data {
    min-width: 228px;
    max-width: 228px
}

.selected-product .product-data .product-hover-name {
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
    font-size: 14px;
    line-height: 1.5
}

.selected-product .product-data .product-hover-name a {
    color: #4c12a1!important
}

.selected-product .product-data .product-hover-name:focus-visible {
    border: 2px solid #4c12a1!important;
    outline: none!important;
    background: none;
    text-decoration: none
}

.selected-product .product-data .product-hover-price {
    font-family: Currys Sans Headline,Helvetica,Arial,Sans-Serif;
    font-size: 14px;
    line-height: 1.5;
    color: #213038
}

.html-slot-container .noresult-block {
    background-color: #d8d8d8;
    border-radius: 10px;
    display: block;
    margin-bottom: 16px;
    font-weight: 400;
    height: 118px;
    padding: 47px;
    text-align: center;
    font-size: 20px
}

.search-tips p {
    font-size: 20px;
    line-height: 1.2
}

.search-tips ul {
    padding-left: 25px;
    line-height: 1.5;
    margin: 16px 0 50px
}

.search-tips li {
    font-size: 14px;
    padding-left: 14px;
    margin-bottom: 21px
}

.download-product {
    background-color: #f5f7fd;
    color: #213038;
    width: 100%;
    padding: 16px 37px 16px 16px;
    border-radius: 10px;
    margin: 16px 0;
    display: inline-block
}

.download-product .download {
    margin: 2px 6px 0 0
}

@media only screen and (min-width: 768px) and (max-width:1023px) {
    .download-product {
        padding:16px 18px 16px 16px;
        max-width: 237px
    }
}

@media only screen and (max-width: 767px) {
    .download-product {
        background-color:#fff;
        padding: 16px 5px 16px 0;
        margin: 0
    }
}

.z-index3 {
    z-index: 3
}

@media only screen and (max-width: 767px) {
    .visit-button-wrapper {
        display:none!important
    }
}

.avm-container {
    width: 100%;
    padding-bottom: 8px
}

@media (min-width: 768px) and (max-width:1023.98px) {
    .avm-container {
        width:240px;
        padding-left: 0
    }
}

@media (max-width: 767.98px) {
    .avm-container {
        padding-left:0;
        padding-right: 0;
        margin-top: 0
    }
}

.avm-block {
    padding: 8px;
    border-radius: 4px;
    border: 1px solid #cdd8df;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.avm-block .avm-title,.avm-title-block a:hover {
    text-decoration: none
}

.avm-title-block a:focus-visible {
    outline: none;
    text-decoration: underline 2px #4c12a1;
    background: #ffecb7
}

.avm-block .avm-img {
    margin-right: 8px;
    width: 24px;
    height: 24px
}

.avm-block .avm-title-block span.avm-title {
    color: #213038;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
    white-space: pre-wrap
}

.avm-block .avm-title-block span.avm-more-offers {
    color: #e5006d
}

.gird-view-wrapper .avm-container {
    padding-left: 0
}

.gird-view-wrapper .avm-block {
    margin-bottom: 0
}

.block-avm-wrapper-mobile {
    display: none
}

@media (max-width: 767.98px) {
    .block-avm-wrapper-mobile {
        display:block
    }

    .block-avm-wrapper-mobile .avm-container {
        padding-bottom: 0
    }
}

.block-avm-wrapper {
    display: none
}

@media (min-width: 1024px) {
    .block-avm-wrapper {
        display:block;
        padding-left: 30px;
        clear: both
    }
}

@media (min-width: 768px) and (max-width:1023.98px) {
    .block-avm-wrapper {
        display:block;
        padding-left: 35px
    }
}

@media (max-width: 1365.98px) {
    .h-oos-wrapper {
        color:#213038;
        font-family: Currys Sans,Helvetica,Arial,Sans-Serif
    }
}

.grid-structure .year-of-gaurantee {
    margin: 7px 0 9px;
    padding-left: 16px;
    font-size: 14px;
    height: 20px
}

.grid-structure .year-of-gaurantee img {
    margin-right: 4px;
    margin-top: 2px
}

.grid-structure .grid-product-tile-name {
    font-size: 16px;
    padding: 16px;
    line-height: 22px
}

.grid-structure .grid-product-tile-name .pdp-link .text-truncate {
    text-overflow: unset;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: unset
}

.grid-structure .grid-product-tile-name .pdp-link .text-truncate:focus-visible {
    outline: 2px solid #4c12a1!important;
    text-decoration: underline #4c12a1
}

.grid-structure .grid-product-tile-name .pdp-grid-product-name {
    font-size: 16px;
    line-height: 22px
}

.grid-structure .tile-body-footer:focus-visible {
    outline: 2px solid #4c12a1
}

.grid-structure .price-info .inner-price {
    display: block!important
}

@media (max-width: 767.98px) {
    .grid-structure .grid-avm-block {
        display:none!important
    }
}

@media (max-width: 1023.98px) {
    .grid-structure .grid-avm-block {
        display:none!important
    }
}

.grid-structure .preorder-message {
    padding: 8px 16px
}

.grid-structure .preorder-message img {
    width: 16px;
    height: 16px
}

.grid-structure .preorder-message span {
    display: inline-block;
    font-size: 14px;
    font-family: Currys Sans Headline,Helvetica,Arial,Sans-Serif;
    color: #213038;
    margin-left: 5px;
    vertical-align: middle
}

@media (max-width: 767.98px) {
    .grid-structure .grid-prod-delivery {
        display:none!important
    }
}

@media (max-width: 1023.98px) {
    .grid-structure .grid-prod-delivery {
        display:none!important
    }
}

@media (min-width: 768px) {
    .grid-structure .grid-prod-delivery {
        width:100%
    }
}

.grid-structure .list-icons-stickers {
    float: none;
    padding-left: 16px;
    padding-bottom: 0;
    min-height: 40px
}

.monthly-amount {
    color: #213038;
    margin-bottom: 16px
}

@media (max-width: 767.98px) {
    .monthly-amount {
        padding-left:0;
        margin-bottom: 8px
    }
}

@media only screen and (min-width: 768px) and (max-width:1024px) {
    .monthly-amount {
        margin-bottom:8px
    }
}

.by-category.d-none+hr,.mobile-div {
    display: none
}

@media (max-width: 767.98px) {
    .mobile-div {
        padding-right:16px;
        clear: both
    }

    .mobile-div,.mobile-div .addToCartActionButton .add-to-cart {
        display: block
    }

    .mobile-div .addToCartActionButton .add-to-cart.out-of-stock-btn {
        display: none
    }
}

.mobile-div .mobile-preorder-block .preorder-message {
    margin-bottom: 8px
}

.mobile-div .mobile-preorder-block .preorder-message img {
    width: 16px;
    height: 16px
}

.mobile-div .mobile-preorder-block .preorder-message span {
    display: inline-block;
    font-size: 14px;
    font-family: Currys Sans Headline,Helvetica,Arial,Sans-Serif;
    color: #213038;
    margin-left: 5px;
    vertical-align: middle
}

@media (max-width: 767.98px) {
    .mobile-div .outof-stock-messsage {
        display:block
    }

    .mobile-div .outof-stock-messsage .alert.alert-info:before {
        float: left;
        margin-right: 16px
    }
}

.grid-avm-block {
    padding: 0 16px
}

.grid-avm-block .deals-and-offers {
    max-height: 100px;
    margin-top: 8px
}

.grid-avm-block .avm-container {
    padding-bottom: 0;
    margin-bottom: 16px
}

.grid-prod-delivery {
    padding: 0 16px;
    position: absolute;
    bottom: 41px
}

.pac-container .pac-item>span:last-child {
    display: none
}

.pac-container .pac-item.current-location>span:last-child {
    display: block
}

.pac-container .pac-container .pac-item:hover {
    background-color: #faf5ff;
    border-radius: 6px
}

.pac-container.hide {
    display: none!important;
    visibility: hidden
}

.pac-container.show {
    display: block!important;
    width: 100%!important;
    visibility: visible;
    background: #fff
}

.year-of-gaurantee.mobile-only {
    display: block
}

@media (min-width: 768px) {
    .year-of-gaurantee.mobile-only {
        display:none
    }
}

header~#maincontent .container .grid-structure .pdp-link a:not(.btn-primary):not(.btn-outline-primary) {
    color: #213038
}

#google-ad-bottom,#google-ad-top,.criteo-ad-ingrid {
    height: 106px
}

@media (max-width: 767.98px) {
    #google-ad-bottom,#google-ad-top,.criteo-ad-ingrid {
        height:66px
    }
}

.criteo-link {
    visibility: hidden;
    animation: 2s showCriteo;
    animation-fill-mode: forwards;
    display: inline-block;
    position: relative
}

@keyframes showCriteo {
    0% {
        opacity: 0
    }

    to {
        visibility: visible;
        opacity: 1
    }
}

.custom-arrow-style .select2-container .select2-selection {
    width: 148px
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 10px!important;
    border-top-right-radius: 10px!important
}

.flexible-credit-min-order {
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
    font-size: 14px;
    color: #4c12a1
}

.flexible-wrapper-desktop,.flexible-wrapper-mobile {
    margin-top: 8px;
    margin-bottom: 16px
}

.flexible-wrapper-grid {
    margin: 8px 0 16px 16px
}

.gird-view-wrapper .flexible-wrapper-desktop {
    margin-left: 16px;
    margin-top: 0
}

.gird-view-wrapper .monthly-amount {
    padding-left: 16px
}

.max-limit-wishlist-msg {
    width: 292px;
    border-radius: 10px;
    box-shadow: 0 0 6px 0 rgba(33,48,56,.2);
    top: -10px!important
}

.max-limit-wishlist-msg .popover-body {
    width: 232px
}

.max-limit-wishlist-msg .popover-body .max-limit-header {
    font-size: 14px;
    font-family: Currys Sans Headline,Helvetica,Arial,Sans-Serif;
    color: #213038
}

.max-limit-wishlist-msg .popover-body .max-limit-body {
    margin-top: 14px;
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif
}

.max-limit-wishlist-msg .popover-body .max-limit-body a {
    color: #4c12a1;
    text-decoration: underline
}

.add-to-cart-popup-plp .card {
    border: 0
}

.inner-wrapper-sticky {
    position: relative;
    transform: translate(0);
    transform: translateZ(0);
    will-change: position,transform
}

.tablet-padding {
    padding: 0
}

@media (min-width: 768px) {
    .tablet-padding {
        padding:0 15px
    }
}

.list-page-wrapper.new-list-view .list-image-wrapper .list-icons-stickers {
    padding: 0 0 12px 54px;
    float: left
}

@media (max-width: 1023.98px) {
    .list-page-wrapper.new-list-view .list-image-wrapper .list-icons-stickers.lg-and-md {
        max-width:176px;
        margin: 0;
        padding: 0
    }

    .list-page-wrapper.new-list-view .list-image-wrapper .list-icons-stickers.lg-and-md .productIcons {
        margin: 0 8px 8px 0
    }
}

@media (max-width: 767.98px) {
    .list-page-wrapper.new-list-view .list-image-wrapper .list-icons-stickers,.list-page-wrapper.new-list-view .list-image-wrapper .list-icons-stickers.lg-and-md {
        padding:0
    }

    .list-page-wrapper.new-list-view .list-image-wrapper .list-icons-stickers.lg-and-md {
        max-width: 144px
    }
}

.list-page-wrapper.new-list-view .list-image-wrapper .list-icons-stickers .productimageIcons>.productIcons:last-child {
    margin-right: 0
}

.list-page-wrapper.new-list-view .list-image-wrapper .list-icons-stickers .productimageIcons>.productIcons:first-child {
    margin-right: 8px
}

.list-page-wrapper.new-list-view .list-image-wrapper .list-icons-stickers .productimageIcons>.productIcons:only-child {
    margin-right: 0
}

.list-page-wrapper.new-list-view .list-image-wrapper .energy-savings {
    box-sizing: initial;
    display: none;
    padding-left: 10px;
    width: -webkit-fill-available
}

.list-page-wrapper.new-list-view .list-image-wrapper .energy-savings .energy-efficiency-wrapper {
    margin: 8px 0 0 -7px
}

@media (min-width: 768px) and (max-width:1023.98px) {
    .list-page-wrapper.new-list-view .list-image-wrapper .energy-savings {
        display:-ms-inline-flexbox;
        display: inline-flex
    }
}

@media only screen and (min-width: 1024px) {
    .list-page-wrapper.new-list-view .list-image-space {
        -ms-flex:0 0 24%;
        flex: 0 0 24%
    }
}

.list-page-wrapper.new-list-view .tablet-structure {
    padding-left: 0
}

.list-page-wrapper.new-list-view .tablet-structure .tile-body-footer {
    padding-left: 25px
}

.list-page-wrapper.new-list-view .tablet-structure .list-product-tile-name.desktop-only a:hover {
    text-decoration: none
}

.list-page-wrapper.new-list-view .tablet-structure .list-product-tile-name.desktop-only .tile-body-footer {
    padding: 0
}

.list-page-wrapper.new-list-view .tablet-structure .list-product-tile-name.desktop-only .energy-savings .energy-efficiency-wrapper {
    margin-left: -7px
}

.list-page-wrapper.new-list-view .tablet-structure .list-product-tile-name.desktop-only .energy-savings .energy-efficiency-wrapper .energy-details-container {
    padding-top: 10px
}

@media (min-width: 768px) and (max-width:1023.98px) {
    .list-page-wrapper.new-list-view .tablet-structure .list-preorder-block .preorder-message {
        color:#213038;
        padding: 0 5px 0 30px;
        width: 250px
    }
}

@media only screen and (min-width: 1024px) {
    .list-page-wrapper.new-list-view .tablet-structure .list-preorder-block .preorder-message {
        padding-left:22px;
        margin-bottom: 8px
    }
}

@media (min-width: 768px) and (max-width:1023.98px) {
    .list-page-wrapper.new-list-view .tablet-structure {
        -ms-flex-preferred-size:75%;
        flex-basis: 75%;
        padding-left: 0
    }

    .list-page-wrapper.new-list-view .tablet-structure .row-alignement {
        clear: both;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 15px
    }
}

@media (max-width: 767.98px) {
    .list-page-wrapper.new-list-view .tablet-structure {
        position:relative;
        width: unset;
        padding-right: 0;
        padding-left: 0;
        overflow: hidden
    }

    .list-page-wrapper.new-list-view .tablet-structure .row-alignement {
        display: block
    }

    .list-page-wrapper.new-list-view .mobile-div .addToCartActionButton .cart-and-ipay {
        padding-bottom: 12px
    }

    .list-page-wrapper.new-list-view .mobile-div .addToCartActionButton .cart-and-ipay .add-to-cart {
        margin-bottom: 0
    }

    .list-page-wrapper.new-list-view .mobile-ratings .tile-body-footer {
        margin: 0
    }
}

#rep-example-slot {
    background: #fff;
    text-align: center;
    margin: 0 0 16px;
    border-radius: 10px;
    padding: 16px;
    font-size: 14px;
    width: 100%
}

@media (min-width: 768px) {
    #rep-example-slot {
        margin:0 15px 16px
    }
}

@media (min-width: 1024px) {
    #rep-example-slot {
        margin-bottom:24px
    }
}

i[class*=svg-feefo-star-],i[class^=svg-feefo-star-] {
    filter: drop-shadow(.5px .5px .5px rgba(0,0,0,.5))
}

.grid-view .list-page-wrapper {
    display: none
}

.grid-view .single-list-view {
    -ms-flex-direction: column;
    flex-direction: column
}

.sort-order-menu .select2-container {
    width: 100%!important
}

.sort-order-menu .select2-container .select2-selection {
    width: 100%
}

.google-pac-container {
    display: block!important;
    z-index: 10000!important;
    position: absolute!important;
    top: 48px!important;
    left: 0!important
}

.google-pac-container.hidden {
    display: none!important
}

.google-pac-container.pac-container .current-location {
    border-top: 1px solid #cdd8df!important
}

.plp-representative-section h3 {
    margin: 56px 0 24px;
    color: #213038
}

.plp-representative-section .plp-credit-infmtn {
    background-color: #e9eaeb;
    padding: 27px 0 26px;
    border-radius: 10px;
    margin-bottom: 0
}

.plp-representative-section .plp-credit-infmtn li {
    list-style-type: none;
    width: 33.33%;
    color: #213038;
    overflow-wrap: break-word
}

.plp-representative-section .credit-faq {
    margin-top: 16px;
    margin-bottom: 16px
}

.plp-representative-section .credit-faq a:focus-visible {
    outline: none;
    border-bottom: 2px solid #4c12a1;
    background: #ffecb7;
    text-decoration: none
}

@media (max-width: 767.98px) {
    .plp-representative-section .credit-faq {
        margin-top:13px
    }
}

.plp-representative-section .credit-faq a {
    color: #4c12a1;
    margin-right: 13px;
    text-decoration: underline
}

.plp-representative-section .available-credit p {
    font-size: 12px;
    color: #213038;
    margin-bottom: 12px
}

@media (max-width: 767.98px) {
    .plp-representative-section .plp-credit-infmtn {
        padding:24px 68px
    }

    .plp-representative-section .plp-credit-infmtn li {
        width: 100%
    }

    .plp-representative-section .plp-credit-infmtn li:nth-child(2) {
        margin: 24px 0
    }

    .plp-representative-section .available-credit {
        margin-bottom: 24px
    }
}

.plp-bundle-container {
    border: 2px solid #e5006d;
    border-radius: 16px;
    -ms-flex-align: center;
    align-items: center;
    width: 163px;
    height: 32px
}

@media (min-width: 768px) and (max-width:1023.98px) {
    .plp-bundle-container {
        margin-bottom:16px
    }
}

.plp-bundle-container .big-plus-icon {
    position: relative;
    left: -1px
}

.plp-bundle-container .plp-bundle-right-arrow {
    position: relative;
    left: 20px;
    height: 21px
}

.plp-bundle-container:focus-visible {
    outline-offset: 4px;
    outline: 2px solid #4c12a1;
    box-shadow: 0 0 0 5px #ffecb7
}

.experience-component .container {
    padding-left: 0;
    padding-right: 0
}

.currys-magenta {
    color: #e5006d!important
}

.currys-green,.currys-magenta {
    font-family: Currys Sans Headline,Helvetica,Arial,Sans-Serif
}

.currys-green {
    color: #008827
}

[class*=amp-] strong {
    font-family: Currys Sans Headline,Helvetica,Arial,Sans-Serif
}

#clp-row-5 .item-image-block img,#uni-row-5 .item-image-block img {
    max-height: 100px;
    width: auto!important
}

.sub-cat-container .amp-img-block-img-height a img {
    width: auto!important
}

.margin-default {
    padding-top: 40px;
    padding-bottom: 40px
}

.margin-none {
    padding-top: 0;
    padding-bottom: 0
}

.margin-xtra-small {
    padding-top: 8px;
    padding-bottom: 8px
}

.margin-small {
    padding-top: 16px;
    padding-bottom: 16px
}

.margin-medium {
    padding-top: 24px;
    padding-bottom: 24px
}

.margin-large {
    padding-top: 32px;
    padding-bottom: 32px
}

.margin-xtra-large {
    padding-top: 40px;
    padding-bottom: 40px
}

.margin-ultra {
    padding-top: 48px;
    padding-bottom: 48px
}

#pdp-size-packaging {
    padding-left: 20px;
    padding-top: 4px;
    background: #f2f2f2;
    border-left: 4px solid #4c12a1;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin: 20px 0 2rem 15px
}

@media (max-width: 767.98px) {
    .margin-default {
        padding-top:24px;
        padding-bottom: 24px
    }

    .margin-none {
        padding-top: 0;
        padding-bottom: 0
    }

    .margin-xtra-small {
        padding-top: 8px;
        padding-bottom: 8px
    }

    .margin-small {
        padding-top: 16px;
        padding-bottom: 16px
    }

    .margin-large,.margin-medium,.margin-ultra,.margin-xtra-large {
        padding-top: 24px;
        padding-bottom: 24px
    }

    .list-third-section {
        max-width: 100%;
        -ms-flex: 1;
        flex: 1
    }

    .list-page-wrapper .row.m-0 {
        display: block
    }

    .list-icons-stickers {
        float: none
    }

    .image-container {
        margin-bottom: 8px!important;
        margin-right: 16px!important
    }

    .list-page-wrapper .col-lg-5.list-price-.col-sm-4.d-sm-block.d-lg-block.d-none {
        display: none!important
    }

    #pdp-size-packaging {
        margin: 0
    }
}

@media screen and (max-width: 375px) and (min-width:320px) {
    .list-page-wrapper .worse-price {
        display:block
    }
}

@media screen and (min-width: 1024px) {
    .experience-commerce_assets-brandNav {
        position:sticky;
        position: -webkit-sticky;
        top: 0
    }
}

@media screen and (min-width: 1600px) {
    .amp-card-block-margin-control,.amp-dynamic-product-margin-control,.amp-offer-block-margin-control,.amp-service-bar-margin-control,.amp-shoppable-image-margin-control,.margin-control {
        margin:0 auto!important;
        max-width: 1504px!important
    }
}

.techtalk .amp-dc-external-block.js_dc_external_block .inline-youtube-video {
    background-size: cover;
    height: 0;
    padding-bottom: 56.25%;
    position: relative
}

.techtalk .amp-dc-external-block.js_dc_external_block .inline-youtube-video iframe {
    height: 100%!important;
    position: absolute
}

.techtalk .article-page-header-wrapper .parent-categories-list button {
    display: none
}

.custom-row,.custom-row-card-block {
    margin-right: -16px;
    margin-left: -16px
}

.amp-card-block-main a:focus-visible {
    outline: 2px solid #4c12a1!important;
    border-radius: 10px
}

.amp-card-block-main button:focus-visible {
    border-radius: 50%
}

.amp-card-block-main button.slick-next:focus-visible {
    top: 35%;
    right: 4px!important;
    z-index: 1;
    background: url(https://currysnonprod.a.bigcontent.io/v1/static/Chev-Right-purple-arrow) no-repeat!important;
    display: block;
    height: 32px;
    width: 32px;
    background-color: #ffecb7!important;
    border-radius: 50%;
    background-position: 50%!important
}

.amp-card-block-main button.slick-prev:focus-visible {
    top: 35%;
    left: 4px!important;
    z-index: 1;
    background: url(https://currysnonprod.a.bigcontent.io/v1/static/Chev-Left-purple-arrow) no-repeat!important;
    display: block;
    height: 32px;
    width: 32px;
    background-color: #ffecb7!important;
    border-radius: 50%;
    background-position: 50%!important
}

.amp-card-block-main a:hover {
    text-decoration: none
}

.amp-card-block-main .slick-prev {
    left: 0!important;
    background: url(https://currysprod.a.bigcontent.io/v1/static/icon-arrowright_2-svg) no-repeat;
    background-color: #56707a;
    background-position: 50%
}

.amp-card-block-main .slick-next,.amp-card-block-main .slick-prev {
    top: 50%;
    z-index: 1;
    content: "";
    display: block;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    opacity: .75
}

.amp-card-block-main .slick-next {
    right: 0!important;
    background: url(https://currysprod.a.bigcontent.io/v1/static/icon-arrowright_1-svg) no-repeat;
    background-color: #56707a;
    background-position: 50%
}

.amp-card-block-main .slick-next:before,.amp-card-block-main .slick-prev:before {
    content: ""
}

.amp-card-block-main .slick-active {
    opacity: 1
}

.amp-card-block-main .slick-slide {
    margin: 0;
    padding: 0 16px;
    height: auto;
    opacity: 1
}

.amp-card-block-main .slick-arrow.slick-disabled {
    display: none!important
}

.amp-card-block-main .card {
    border: none;
    border-radius: 10px;
    height: 100%;
    background-color: transparent;
    margin-bottom: 0!important
}

.amp-card-block-main .slick-track .slick-slide>div,.amp-card-block-main .slick-track .slick-slide>div>a,.amp-card-block-main .slick-track .slick-slide>div>a>div {
    height: 100%
}

.amp-card-block-main .card-title {
    font-size: 16px;
    color: #213038
}

.amp-card-block-main .card-text,.amp-card-block-main .card-title {
    padding: 0;
    line-height: 22px;
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif
}

.amp-card-block-main .card-text {
    font-size: 14px;
    color: #e5006d
}

.amp-card-block-main .card-header {
    border-bottom: none;
    overflow: hidden
}

.amp-card-block-main .slick-track {
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px
}

@media (min-width: 768px) and (max-width:1023.98px) {
    .amp-card-block-main .slick-slide {
        padding:0 8px
    }

    .amp-card-block-main .slick-track .slick-slide>div,.amp-card-block-main .slick-track .slick-slide>div>a,.amp-card-block-main .slick-track .slick-slide>div>a>div {
        height: 100%
    }

    .amp-card-block-main .slick-track {
        display: -ms-flexbox;
        display: flex
    }

    .amp-card-block-main .slick-prev {
        left: -3px!important
    }

    .amp-card-block-main .slick-next {
        right: -3px!important
    }
}

@media (max-width: 767.98px) {
    .amp-card-block-main .slick-slide {
        padding:0 4px
    }

    .amp-card-block-main .slick-prev {
        left: -8px!important
    }

    .amp-card-block-main .slick-next {
        right: -8px!important
    }
}

@media screen and (min-width: 1349px) {
    .amp-card-block-main .slick-next,.amp-card-block-main .slick-prev {
        top:39%
    }
}

.amp-card-block-main .mobile-checked {
    padding-bottom: 16px!important
}

.amp-card-block-wrapper {
    border-radius: 10px;
    width: 100%;
    text-align: center
}

.amp-card-block-wrapper .card-title p {
    margin-bottom: 0
}

.amp-card-block {
    margin-bottom: 0!important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.amp-card-block-body {
    padding-top: 16px!important;
    padding-bottom: 16px!important;
    background-color: #e9eaeb
}

.amp-card-block-body .card-text p {
    margin-bottom: 0
}

.amp-bg-border-radius {
    border-radius: 10px 10px 0 0!important
}

.amp-bg-border-body-radius {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.amp-card-block-img {
    object-fit: contain;
    transition: transform 1s
}

.amp-card-block-img:hover {
    transform: scale(1.03)
}

.amp-card-block-one-by-six .amp-card-block-wrapper {
    width: 16.66%
}

.amp-card-block-one-by-four .amp-card-block-wrapper {
    width: 25%
}

.amp-card-block-one-by-three .amp-card-block-wrapper {
    width: 33.33%
}

.amp-card-block-one-by-two .amp-card-block-wrapper {
    width: 50%
}

.amp-card-block-title-wrapper {
    font-family: Currys Sans Headline,Helvetica,Arial,Sans-Serif;
    font-size: 20px;
    text-align: center;
    line-height: 24px;
    color: #213038;
    margin-bottom: 24px
}

.card-container-slider .amp-card-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.amp-card-block-stack-view {
    padding: 0!important;
    height: 100%
}

.amp-card-block-stack-view>div {
    height: 100%
}

.amp-card-block-stack-view.amp-card-one-by-six a {
    width: 16.666%;
    padding: 0 16px
}

.amp-card-block-stack-view.amp-card-one-by-four a {
    width: 25%;
    padding: 0 16px
}

.amp-card-block-stack-view.amp-card-one-by-three a {
    width: 33.333%;
    padding: 0 16px
}

.amp-card-block-stack-view.amp-card-one-by-two a {
    width: 50%;
    padding: 0 16px
}

.amp-card-block-stack-view .amp-card-block-wrapper {
    height: 100%
}

@media (min-width: 768px) and (max-width:1023.98px) {
    .custom-row-card-block {
        margin-right:-8px!important;
        margin-left: -8px!important
    }

    .amp-card-block-one-by-six .amp-card-block-wrapper {
        width: 33.33%
    }

    .amp-card-block-one-by-four .amp-card-block-wrapper {
        width: 50%
    }

    .amp-card-block-one-by-three .amp-card-block-wrapper {
        width: 33.33%
    }

    .amp-card-block-one-by-two .amp-card-block-wrapper {
        width: 100%
    }

    .amp-card-block-stack-view.amp-card-one-by-six a,.amp-card-block-stack-view.amp-card-one-by-three a {
        width: 33.333%;
        padding: 0 8px
    }

    .amp-card-block-stack-view.amp-card-one-by-four a {
        width: 50%;
        padding: 0 8px
    }

    .amp-card-block-stack-view.amp-card-one-by-two a {
        width: 100%;
        padding: 0 8px
    }
}

@media (max-width: 767.98px) {
    .custom-row-card-block {
        margin-right:-4px!important;
        margin-left: -4px!important
    }

    .amp-card-block-one-by-six .amp-card-block-wrapper {
        width: 50%
    }

    .amp-card-block-one-by-four .amp-card-block-wrapper,.amp-card-block-one-by-three .amp-card-block-wrapper,.amp-card-block-one-by-two .amp-card-block-wrapper {
        width: 100%
    }

    .amp-card-block-title-wrapper {
        margin-bottom: 16px
    }

    .card-container-slider.mobile-checked .amp-card-block.one,.card-container-slider.mobile-checked .amp-card-block.three,.card-container-slider.mobile-checked .amp-card-block.two {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .card-container-slider.mobile-checked .one .slide {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .card-container-slider.mobile-checked .two .slide {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        padding: 4px
    }

    .card-container-slider.mobile-checked .three .slide {
        -ms-flex-preferred-size: 33.33333333333333333%;
        flex-basis: 33.33333333333333333%;
        padding: 4px
    }

    .amp-card-block-stack-view.amp-card-one-by-six a {
        width: 50%;
        padding: 0 4px
    }

    .amp-card-block-stack-view.amp-card-one-by-four a,.amp-card-block-stack-view.amp-card-one-by-three a,.amp-card-block-stack-view.amp-card-one-by-two a {
        width: 100%;
        padding: 0 4px
    }
}

@media screen and (max-width: 578px) {
    .card-container-slider.mobile-checked .one .slide,.card-container-slider.mobile-checked .three .slide,.card-container-slider.mobile-checked .two .slide {
        -ms-flex-preferred-size:100%;
        flex-basis: 100%
    }
}

.custom-row-dynamic-product-row {
    margin-right: -15px;
    margin-left: -15px
}

.amp-dynamic-product a:focus-visible {
    outline: 2px auto #4c12a1
}

.amp-dynamic-product .slick-slider .slick-list,.amp-dynamic-product .slick-slider .slick-track {
    display: -ms-flexbox;
    display: flex
}

.amp-dynamic-product .slick-prev {
    left: 4px;
    z-index: 1;
    background: 0 0
}

.amp-dynamic-product .slick-next {
    right: 12px;
    z-index: 1;
    background: 0 0
}

.amp-dynamic-product .slick-next:before {
    background: url(https://currysprod.a.bigcontent.io/v1/static/icon-arrowright_1-svg) no-repeat;
    content: "";
    display: block;
    height: 32px;
    width: 32px;
    background-color: #56707a;
    border-radius: 50%;
    background-position: 50%
}

.amp-dynamic-product .slick-prev:before {
    background: url(https://currysprod.a.bigcontent.io/v1/static/icon-arrowright_2-svg) no-repeat;
    content: "";
    display: block;
    height: 32px;
    width: 32px;
    background-color: #56707a;
    border-radius: 50%;
    background-position: 50%
}

.amp-dynamic-product .slick-active {
    opacity: 1
}

.amp-dynamic-product .slick-slide {
    margin: 0;
    padding: 0 16px
}

.amp-dynamic-product .slick-arrow.slick-disabled {
    display: none!important
}

.amp-dynamic-product .amp-dynamic-productrow-rating {
    height: 14px;
    width: 100px;
    display: inherit;
    color: #4c12a1;
    font-size: 12px;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.amp-dynamic-product .rating-count {
    display: inherit;
    -ms-flex-align: center;
    align-items: center
}

.amp-dynamic-product-card,.amp-dynamic-product-wrapper .amp-dynamic-product-carousel,.amp-dynamic-product-wrapper>div,.amp-dynamic-product .slick-track .slick-slide>div,.amp-dynamic-product .slick-track .slick-slide>div>a,.amp-dynamic-product .slick-track .slick-slide>div>a>div {
    height: 100%
}

.amp-dynamic-product-wrapper {
    height: 100%;
    text-align: center
}

.amp-dynamic-productrow-price {
    min-height: 43px
}

.amp-dynamic-productrow-mrp div {
    font-size: 20px;
    margin-right: 2px;
    color: #213038;
    font-family: Currys Sans Headline,Helvetica,Arial,Sans-Serif
}

.amp-dynamic-productrow-save div {
    font-size: 14px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Currys Sans Headline,Helvetica,Arial,Sans-Serif;
    line-height: 17px;
    color: #e5006d
}

.amp-dynamic-product-stack-view {
    margin-bottom: 32px;
    padding: 0 16px;
    height: auto
}

.amp-dynamic-product-carousel .card {
    border: 1px solid #cdd8df;
    padding: 0 8px;
    border-radius: 10px;
    margin-bottom: 32px
}

.amp-dynamic-product-carousel .card-header {
    background-color: #fff;
    border-bottom: none;
    padding: 24px 10px 15px
}

.amp-dynamic-product-carousel .card-body {
    padding: 0;
    margin: 16px 0 0
}

.amp-dynamic-product-carousel .card-footer {
    background-color: #fff;
    border-top: none;
    padding: 0 0 16px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: end;
    align-items: end;
    word-break: break-all;
    height: auto;
    display: block
}

.amp-dynamic-product-title {
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
    font-size: 14px;
    line-height: 21px;
    color: #213038
}

.amp-dynamic-product-row {
    display: none
}

.amp-dynamic-productrow-mrp {
    -ms-flex-pack: center;
    justify-content: center
}

.amp-dynamic-productrow-save {
    margin-left: 0
}

@media (min-width: 768px) and (max-width:1023.98px) {
    .custom-row-dynamic-product-row {
        margin-left:-8px;
        margin-right: -8px
    }

    .amp-dynamic-product .slick-slide {
        padding: 0 8px
    }

    .amp-dynamic-product-stack-view {
        padding-left: 8px;
        padding-right: 8px
    }

    .amp-dynamic-product-carousel .card,.amp-dynamic-product-wrapper {
        margin-bottom: 16px
    }

    .amp-dynamic-product .slick-prev {
        left: -3px
    }

    .amp-dynamic-product .slick-next {
        right: 7px
    }
}

@media (max-width: 767.98px) {
    .custom-row-dynamic-product-row {
        margin-left:-4px;
        margin-right: -4px
    }

    .amp-dynamic-product .slick-slide {
        padding: 0 4px
    }

    .amp-dynamic-product .slick-prev {
        left: -7px
    }

    .amp-dynamic-product .slick-next {
        right: 5px
    }

    .amp-dynamic-product-stack-view {
        padding-left: 4px;
        padding-right: 4px
    }

    .amp-dynamic-product-wrapper {
        margin-bottom: 8px
    }

    .amp-dynamic-product-card {
        margin-bottom: 8px!important
    }

    .amp-dynamic-product-carousel .card {
        margin-bottom: 8px
    }
}

@media (min-width: 1366px) {
    .amp-dynamic-product .slick-next {
        right:18px
    }
}

.page-header {
    border-radius: 10px
}

.amp-hero-banner-bg a:focus-visible {
    outline: 2px auto #4c12a1
}

.amp-hero-banner-no-img {
    max-width: none;
    padding: 22px 0
}

.amp-herobanner-headline {
    font-size: 42px;
    font-family: Currys Sans Headline,Helvetica,Arial,Sans-Serif;
    color: #4c12a1;
    letter-spacing: 0;
    margin-bottom: 8px
}

.amp-herobanner-text * {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 24px;
    margin-top: 16px
}

.amp-herobanner-text h4 {
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
    font-size: 16px;
    line-height: 22px;
    color: #4c12a1
}

.amp-herobanner-bg-image {
    position: relative
}

.amp-herobanner-text>* {
    font-size: 16px;
    line-height: 22px
}

@media (min-width: 768px) {
    .amp-hero-banner-no-img .amp-hero-banner-alignment-Center {
        max-width:50%
    }
}

.amp-shop-by-category .custome-top-row .slick-slide a:focus-visible {
    outline: 2px auto #4c12a1!important;
    outline-offset: -1px
}

.custome-top-row {
    margin-right: -15px;
    margin-left: -15px
}

.amp-shop-by-cat-title-wrapper {
    font-family: Currys Sans Headline,Helvetica,Arial,Sans-Serif;
    font-size: 20px;
    text-align: center;
    line-height: 24px;
    color: #213038;
    margin-bottom: 30px
}

.amp-shop-by-category .slick-arrow.slick-disabled {
    display: none!important
}

.amp-shop-by-category .slick-next {
    top: calc(50% - 13px);
    right: 0;
    width: auto;
    height: auto;
    border-radius: 50%
}

.amp-shop-by-category .slick-next:focus:before,.amp-shop-by-category .slick-next:hover:before {
    opacity: .75
}

.amp-shop-by-category .slick-next:before {
    background: url(https://currysprod.a.bigcontent.io/v1/static/icon-arrowright_1-svg) no-repeat;
    content: "";
    display: block;
    height: 32px;
    width: 32px;
    background-color: #56707a;
    border-radius: 50%;
    background-position: 5px
}

.amp-shop-by-category .slick-prev {
    top: calc(50% - 13px);
    left: 0;
    width: auto;
    height: auto;
    z-index: 99;
    border-radius: 50%
}

.amp-shop-by-category .slick-prev:focus:before,.amp-shop-by-category .slick-prev:hover:before {
    opacity: .75
}

.amp-shop-by-category .slick-slide {
    margin: 0;
    height: auto;
    padding: 0 15px
}

.amp-shop-by-category .slick-active {
    opacity: 1
}

.amp-shop-by-category a {
    text-decoration: none
}

.amp-shop-by-category .slick-prev:before {
    background: url(https://currysprod.a.bigcontent.io/v1/static/icon-arrowright_2-svg) no-repeat;
    content: "";
    display: block;
    height: 32px;
    width: 32px;
    background-color: #56707a;
    border-radius: 50%;
    background-position: 2px
}

.amp-shop-by-category .slick-slide img:hover {
    transform: translateZ(0) scale(1.1);
    transform-origin: center center
}

.categories-image {
    margin: 0 auto;
    margin-bottom: 8px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    -ms-flex-pack: center;
    justify-content: center;
    transition: transform .3s ease-out;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0
}

.amp-shop-by-category .slick-slide img {
    display: block;
    max-width: 100%;
    transition: .5s cubic-bezier(.76,0,.24,1);
    transform: translateZ(0);
    width: 100px;
    height: 100px
}

.categories-image img {
    object-fit: contain;
    transition: transform 2s
}

.heading {
    padding-top: 0;
    color: #213038;
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: center
}

.category-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.true .categories-image img:hover {
    transform: scale(1.1)
}

@media (min-width: 768px) and (max-width:1023.98px) {
    .custome-top-row {
        margin-right:-8px;
        margin-left: -8px
    }
}

@media (max-width: 767.98px) {
    .custome-top-row {
        margin-right:-4px;
        margin-left: -4px
    }

    .shop-by-category-item {
        width: 50%!important
    }

    .amp-shop-by-cat-title-wrapper {
        font-family: Currys Sans Headline,Helvetica,Arial,Sans-Serif;
        font-size: 20px;
        text-align: center;
        line-height: 24px;
        color: #213038;
        margin-bottom: 16px
    }
}

.amp-split-block {
    border-radius: 10px
}

.isitetv-video video {
    max-width: 100%
}

.split-block-column.True {
    border-color: #cdd8df
}

.amp-split-block-wrapper a:focus-visible {
    outline: 2px auto #4c12a1
}

.amp-split-block-content,.amp-split-block-padding {
    padding: 32px
}

.amp-split-block-ratio-Fifty-by-fifty div {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

.amp-split-block-ratio-Seventy-by-thirty .amp-split-block-seventy {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%
}

.amp-split-block-ratio-Seventy-by-thirty .amp-split-block-thirty {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%
}

.amp-split-block-Left.amp-split-block div img {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

.amp-split-block-Right.amp-split-block div img {
    border-radius: 0 10px 10px 0
}

.amp-split-block picture img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.amp-split-block-Left {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.amp-split-block-title {
    font-size: 20px;
    line-height: 24px;
    color: #213038;
    font-family: Currys Sans Headline,Helvetica,Arial,Sans-Serif
}

.amp-split-block-sub-content {
    color: #213038
}

.amp-split-block-sub-content * {
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
    line-height: 21px;
    margin-bottom: 0
}

.amp-split-block-sub-content .amp-split-block-text-color .pb-3 p {
    margin-left: 0!important
}

.amp-split-block-cta {
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
    font-size: 18px;
    line-height: 21px;
    color: #4c12a1
}

@media (min-width: 768px) and (max-width:1023.98px) {
    .amp-split-block {
        display:-ms-flexbox!important;
        display: flex!important
    }
}

@media (max-width: 767.98px) {
    .amp-split-block-Left {
        -ms-flex-direction:column;
        flex-direction: column
    }

    .amp-split-block picture img {
        width: 100%;
        object-fit: cover;
        height: auto
    }

    .amp-split-block-Left.amp-split-block div img {
        border-radius: 10px 10px 0 0
    }

    .amp-split-block-Right.amp-split-block div img {
        border-radius: 0 0 10px 10px
    }

    .amp-split-block-order {
        -ms-flex-order: 2;
        order: 2
    }

    .amp-split-block-ratio-Fifty-by-fifty div {
        width: 100%
    }

    .amp-split-block div img {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: unset
    }

    .amp-split-block-padding {
        padding: 32px 16px
    }
}

.amp-table-main-wrapper {
    border: 1px solid #cdd8df;
    border-radius: 10px
}

.amp-table-main-wrapper table {
    border-radius: 10px
}

.amp-table-head {
    font-size: 18px;
    line-height: 22px;
    color: #213038;
    font-family: Currys Sans Headline,Helvetica,Arial,Sans-Serif;
    border-bottom: 2px solid #4c12a1!important;
    background-color: #f2f2f2;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.amp-table-subheading {
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
    font-weight: 400
}

.amp-table-price,.amp-table-subheading {
    font-size: 14px;
    line-height: 21px;
    color: #213038
}

.amp-table-price {
    font-family: Currys Sans Headline,Helvetica,Arial,Sans-Serif;
    width: 20%
}

.amp-table-price span {
    font-size: 12px;
    line-height: 18px
}

.amp-table-price span,.amp-table-text {
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
    color: #213038
}

.amp-table-text {
    font-size: 14px;
    line-height: 21px
}

.amp-table-text span {
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
    font-size: 12px;
    line-height: 18px;
    color: #213038
}

.amp-table-row {
    border-top: 1px solid #cdd8df
}

.amp-table-row:hover {
    background-color: #faf5ff;
    border-radius: 10px
}

.amp-table-row:first-child,.amp-table-row td,.amp-table-row th {
    border-top: none
}

.amp-table-one-by-three-wrapper .table-responsive {
    border-radius: 10px
}

@media (min-width: 992px) {
    .amp-table-one-by-two-wrapper .amp-table-one-by-two:nth-child(odd) {
        padding-right:16px!important
    }

    .amp-table-one-by-two-wrapper .amp-table-one-by-two:nth-child(2n) {
        padding-left: 16px!important
    }
}

@media (max-width: 578px) {
    .amp-table-body td,.amp-table-body th {
        min-width:100px
    }

    .amp-table-body td {
        padding: 16px 8px!important
    }

    .amp-table-full-width tr>:first-child {
        position: sticky;
        left: 0;
        box-shadow: inset -2px 0 #0000001a;
        z-index: 9;
        background-color: #fff;
        padding: 16px 8px!important;
        border-radius: 0
    }

    .amp-table-css-wrapper {
        width: 100%;
        overflow-x: auto;
        display: block
    }
}

@media (max-width: 767.98px) {
    .amp-table-full-width {
        display:-ms-grid;
        display: grid
    }
}

.bs-example {
    position: relative;
    padding-top: 0
}

.bs-example .tab-content {
    padding: 0 15px
}

#tab-body .out-wrap .sub-tab .tabs-parent #tabs {
    border-bottom: none
}

#tab-body .out-wrap .sub-tab .tabs-parent #tabs li {
    margin: 0 15px;
    padding: 0
}

#tab-body .out-wrap .sub-tab .tabs-parent .arrow-sub-control {
    top: 0
}

.tab-wrapper-content .tab-content #content-search-results .contents-tab .contentsearch-box .card.content-search {
    background: #fff!important;
    border-radius: 10px;
    padding: 0 24px
}

.tab-wrapper-content .tab-content #content-search-results .contents-tab .contentsearch-box .card.content-search .search-articles-section {
    border-bottom: 1px solid #cdd8df;
    border-radius: 0;
    margin-bottom: 0;
    margin-top: 0;
    background: none;
    padding: 24px 0
}

.tab-wrapper-content .tab-content #content-search-results .contents-tab .contentsearch-box .card.content-search .search-articles-section:last-child {
    border-bottom: 0
}

.tab-wrapper-content .tab-content #content-search-results .contents-tab .contentsearch-box .card.content-search .search-articles-section .right-content-arrow {
    top: 37%;
    right: 0
}

.tab-wrapper-content .tab-content #content-search-results .contents-tab .contentsearch-box .card.content-search .search-articles-section .card-header.tabbed-header {
    margin-bottom: 0
}

.tab-wrapper-content .tab-content #content-search-results .contents-tab .contentsearch-box .card.content-search .search-articles-section .card-header.tabbed-header a {
    padding: 0!important
}

.tab-wrapper-content .tab-content #content-search-results .contents-tab .contentsearch-box .card.content-search .search-articles-section:hover {
    box-shadow: none!important
}

.tab-index a:focus-visible {
    outline: 2px solid #4c12a1
}

.tab-index .nav-item .nav-link:hover {
    background-color: transparent!important
}

.sub-tab .nav-tabs {
    border-bottom: none
}

.sub-tab .nav-item a {
    padding-bottom: 0;
    display: block;
    border: none
}

.sub-tab .bs-example .nav-tabs {
    position: relative
}

.sub-tab .sub-tab-ul .nav-item a {
    padding: 16px;
    border-radius: 10px;
    border: 1px solid #cdd8df;
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    display: -ms-flexbox!important;
    display: flex!important
}

.sub-tab .nav-item a:hover {
    border: 1px solid #cdd8df
}

.sub-tab .nav-link.active {
    border: 2px solid #4c12a1!important;
    border-color: #4c12a1;
    color: #4c12a1
}

.sub-tab .nav-link.active:hover {
    border: 2px solid #4c12a1;
    background-color: #fff
}

.sub-tab .slick-arrow.slick-disabled {
    display: none!important
}

.sub-tab .slick-slide {
    padding: 0 15px;
    height: inherit;
    margin: 0
}

.sub-tab .slick-prev {
    left: 0;
    width: auto;
    height: auto;
    z-index: 99;
    border-radius: 50%
}

.sub-tab .slick-prev:focus:before,.sub-tab .slick-prev:hover:before {
    opacity: .75
}

.sub-tab .slick-next {
    right: 0;
    width: auto;
    height: auto;
    border-radius: 50%
}

.sub-tab .slick-next:before {
    background: url(https://currysprod.a.bigcontent.io/v1/static/icon-arrowright_1-svg) no-repeat;
    content: "";
    display: block;
    height: 32px;
    width: 32px;
    background-color: #56707a;
    border-radius: 50%;
    background-position: 5px
}

.sub-tab .slick-next:focus:before,.sub-tab .slick-next:hover:before {
    opacity: .75
}

.sub-tab .slick-prev:before {
    background: url(https://currysprod.a.bigcontent.io/v1/static/icon-arrowright_2-svg) no-repeat;
    content: "";
    display: block;
    height: 32px;
    width: 32px;
    background-color: #56707a;
    border-radius: 50%;
    background-position: 2px
}

.sub-tab .slick-active {
    opacity: 1
}

.sub-tab .mySlidesTab {
    width: 100%
}

.sub-tab .slick-track {
    display: -ms-flexbox!important;
    display: flex!important
}

.sub-tab .tab-slider-slick {
    display: none
}

.new-nav {
    overflow-x: auto;
    white-space: nowrap;
    overflow-y: hidden;
    display: block!important;
    float: none;
    width: 100%;
    padding-bottom: 0;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.new-nav li {
    display: inline-block
}

.new-nav::-webkit-scrollbar {
    display: none
}

.arrow-control-main {
    position: absolute;
    right: 5px;
    top: -15px
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.sub-tab .arrow-control .prev img {
    position: absolute;
    left: 4px;
    background: #56707a;
    border-radius: 50%;
    padding: 4px 4px 4px 3px;
    opacity: .75
}

.sub-tab .arrow-control .next img {
    position: absolute;
    right: 6px;
    background: #56707a;
    border-radius: 50%;
    padding: 4px 2px 4px 5px;
    opacity: .75
}

.main-tab .nav-link img {
    margin-right: 5px;
    margin-top: -3px;
    height: 24px;
    width: 24px
}

.sub-tab .nav-link img {
    height: 32px;
    width: 32px;
    margin: 0 auto
}

.main-tab a.nav-link {
    font-size: 18px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: center;
    color: #213038;
    text-decoration: none;
    padding-left: 0;
    padding-right: 0
}

.main-tab a.nav-link.active {
    color: #4c12a1
}

.sub-tab a.nav-link {
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: center;
    color: #213038;
    text-decoration: none;
    white-space: normal
}

.main-tab .main-tab-ul a.nav-link {
    border: none
}

.nav-tab a {
    text-decoration: none
}

.fade.active {
    opacity: 1
}

.sub-tab .disabled-arrow {
    display: none!important
}

.disabled-arrow {
    pointer-events: none;
    cursor: not-allowed;
    box-shadow: none;
    opacity: .65
}

.arrow-control-display {
    display: none
}

.arrow-control-tab {
    display: block
}

.main-tab .one-by-two-tab .amp-tab-one-by-six {
    min-width: 50%
}

.main-tab .one-by-three-tab .amp-tab-one-by-six {
    min-width: 33.33%
}

.main-tab .one-by-four-tab .amp-tab-one-by-six {
    min-width: 25%
}

.main-tab .one-by-five-tab .amp-tab-one-by-six {
    min-width: 20%
}

.main-tab .one-by-six-tab .amp-tab-one-by-six {
    min-width: 16.66%
}

.min-tab .nav-item {
    margin-bottom: 16px
}

.nav-link.active {
    margin-bottom: 0;
    font-family: Currys Sans Headline,Helvetica,Arial,Sans-Serif
}

.main-tab .main-tab-ul .nav-item .active:after {
    height: 4px;
    display: block;
    width: 100%;
    background: #4c12a1;
    content: "";
    border-radius: 2px
}

.new-nav .nav-item a {
    padding-bottom: 0
}

.new-nav .nav-item a span {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    line-height: 38px
}

.sub-tab .new-nav .nav-item a {
    padding: 20px 0;
    border-radius: 10px;
    width: 100%;
    display: -ms-flexbox!important;
    display: flex!important;
    vertical-align: middle;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.sub-tab .new-nav .nav-item a p {
    margin-bottom: 12px
}

.tab-section {
    border-bottom: 1px solid #cdd8df
}

.amp-tab-parent #tabs {
    border-bottom: none
}

.tab-section-main {
    display: block
}

.nav-tabs .nav-item {
    margin-bottom: 0
}

.main-tab .nav-link.active .tab_image_with_hover {
    display: initial
}

.sub-tab .nav-link.active .tab_image_with_hover {
    display: block
}

.nav-link.active .tab_image_without_hover,.nav-link .tab_image_with_hover {
    display: none
}

.main-tab .main-tab-ul .nav-link:hover:after {
    height: 4px;
    display: block;
    width: 100%;
    background: #cdd8df;
    content: "";
    border-radius: 2px
}

.main-tab .main-tab-ul .nav-item .active:hover:after {
    height: 4px;
    display: block;
    width: 100%;
    background: #4c12a1;
    content: "";
    border-radius: 2px
}

.sub-tab .nav-link:hover {
    background-color: #f9fbfc
}

.arrow-control a {
    cursor: pointer
}

#tab-body .out-wrap #tabs {
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-bottom: 1px solid #cdd8df;
    transition: all 1s
}

#tab-body .out-wrap #tabs::-webkit-scrollbar {
    display: none
}

#tab-body .out-wrap #tabs li {
    width: auto;
    white-space: nowrap;
    -ms-flex: 1;
    flex: 1;
    padding: 0 15px
}

#tab-body .out-wrap .tab-content {
    overflow: hidden
}

@media (min-width: 768px) and (max-width:1023.98px) {
    .main-tab .main-tab-ul.one-by-four-tab .amp-tab-one-by-six {
        min-width:25%
    }

    .main-tab .main-tab-ul.one-by-five-tab .amp-tab-one-by-six,.main-tab .main-tab-ul.one-by-six-tab .amp-tab-one-by-six {
        min-width: 20%
    }

    .amp-tab-parent {
        margin: 0 -8px
    }
}

@media (max-width: 767.98px) {
    .amp-tab-one-by-six {
        width:100%
    }

    .main-tab .one-by-five-tab .amp-tab-one-by-six,.main-tab .one-by-four-tab .amp-tab-one-by-six,.main-tab .one-by-six-tab .amp-tab-one-by-six,.main-tab .one-by-two-tab .amp-tab-one-by-six {
        min-width: 50%
    }

    .amp-tab-parent {
        margin: 0
    }

    .new-nav {
        width: 100%
    }
}

.offer-block-custom-row {
    margin-right: -15px;
    margin-left: -15px
}

.amp-offer-blocks-items-wrapper {
    padding: 0 16px
}

.amp-offer-blocks-items-wrapper .card {
    border-radius: 10px;
    border: 1px solid #cdd8df
}

.amp-offer-blocks-items-wrapper .card-header:first-child {
    border-radius: 10px 10px 0 0
}

.amp-offer-block-wrapper .slick-arrow.slick-disabled {
    display: none!important
}

.amp-offer-blocks-content-cta {
    padding-bottom: 12px;
    color: #4c12a1;
    font-size: 14px;
    line-height: 21px
}

.amp-offer-block-tab-wrapper {
    color: #213038
}

.amp-offer-block-tab-wrapper * {
    overflow: hidden;
    min-height: 44px;
    margin-bottom: 0;
    padding: 9px 5px;
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif
}

.amp-offer-blocks-items-img {
    height: 164px;
    margin: 0 auto
}

.amp-offer-blocks-content * {
    font-family: Currys Sans Headline,Helvetica,Arial,Sans-Serif;
    color: #4c12a1;
    margin: 24px 0 4px
}

.amp-offer-blocks-content-para * {
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
    color: #56707a;
    margin-bottom: 16px
}

.amp-offer-blocks-icon {
    height: 17px
}

.amp-offer-blocks-small-text * {
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
    color: #56707a;
    margin-bottom: 0
}

.amp-offer-blocks a:hover {
    text-decoration: none
}

.amp-offer-blocks a:focus-visible {
    outline: 2px auto #4c12a1
}

.amp-offer-blocks .card-body {
    padding: 32px 14px
}

.amp-offer-blocks .slick-track {
    display: -ms-flexbox!important;
    display: flex!important
}

.amp-offer-blocks .slick-slide {
    height: auto
}

.amp-offer-blocks .slick-slide>div {
    height: 100%
}

.amp-offer-blocks .slick-next,.amp-offer-blocks .slick-next:focus,.amp-offer-blocks .slick-next:hover,.amp-offer-blocks .slick-prev,.amp-offer-blocks .slick-prev:focus,.amp-offer-blocks .slick-prev:hover {
    opacity: 1%
}

.amp-offer-block-wrapper {
    display: none
}

.amp-offer-block-wrapper .slick-next:before {
    background: url(https://currysprod.a.bigcontent.io/v1/static/icon-arrowright_1-svg) no-repeat;
    content: "";
    display: block;
    height: 32px;
    width: 32px;
    background-color: #56707a;
    border-radius: 50%;
    background-position: 50%;
    opacity: 1
}

.amp-offer-block-wrapper .slick-prev:before {
    background: url(https://currysprod.a.bigcontent.io/v1/static/icon-arrowright_2-svg) no-repeat;
    content: "";
    display: block;
    height: 32px;
    width: 32px;
    background-color: #56707a;
    border-radius: 50%;
    background-position: 50%;
    opacity: 1
}

.amp-offer-block-wrapper .slick-next {
    background: 0 0;
    z-index: 1;
    right: 17px
}

.amp-offer-block-wrapper .slick-next:focus,.amp-offer-block-wrapper .slick-next:hover {
    background: 0 0
}

.amp-offer-block-wrapper .slick-prev {
    background: 0 0;
    z-index: 1;
    left: 5px
}

.amp-offer-block-wrapper .slick-prev:focus,.amp-offer-block-wrapper .slick-prev:hover {
    background: 0 0
}

.amp-offer-blocks-one-by-four .amp-offer-blocks-items-wrapper {
    width: 25%;
    margin-bottom: 32px
}

.amp-offer-blocks-one-by-three .amp-offer-blocks-items-wrapper {
    width: 33.33%;
    margin-bottom: 32px
}

.amp-offer-blocks-one-by-two .amp-offer-blocks-items-wrapper {
    width: 50%;
    margin-bottom: 32px
}

@media (min-width: 768px) and (max-width:1023.98px) {
    .offer-block-custom-row {
        margin-right:-8px;
        margin-left: -8px
    }

    .amp-offer-blocks-items-wrapper {
        padding: 0 8px
    }

    .amp-offer-block-wrapper .slick-prev {
        left: -3px
    }

    .amp-offer-block-wrapper .slick-next {
        right: 9px
    }

    .amp-offer-blocks-one-by-four .amp-offer-blocks-items-wrapper {
        width: 50%;
        margin-bottom: 16px
    }

    .amp-offer-blocks-one-by-three .amp-offer-blocks-items-wrapper {
        width: 33.33%;
        margin-bottom: 16px
    }

    .amp-offer-blocks-one-by-two .amp-offer-blocks-items-wrapper {
        width: 50%;
        margin-bottom: 16px
    }
}

@media (max-width: 767.98px) {
    .offer-block-custom-row {
        margin-right:-4px;
        margin-left: -4px
    }

    .amp-offer-blocks-items-wrapper {
        padding: 0 4px
    }

    .amp-offer-block-wrapper .slick-next {
        right: 4px
    }

    .amp-offer-block-wrapper .slick-prev {
        left: -8px
    }

    .amp-offer-blocks-one-by-four .amp-offer-blocks-items-wrapper,.amp-offer-blocks-one-by-three .amp-offer-blocks-items-wrapper,.amp-offer-blocks-one-by-two .amp-offer-blocks-items-wrapper {
        width: 100%;
        margin-bottom: 8px
    }
}

.amp-text-blocks-wrapper {
    width: 100%;
    padding-left: 0;
    padding-right: 0
}

.amp-text-blocks-wrapper a:focus-visible {
    outline: 2px auto #4c12a1
}

.amp-text-blocks-wrapper .amp-text-blocks-items p a {
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif
}

.amp-text-blocks-wrapper .slick-next:before {
    background: url(https://currysprod.a.bigcontent.io/v1/static/icon-arrowright_1-svg) no-repeat;
    content: "";
    display: block;
    height: 32px;
    width: 32px;
    background-color: #56707a;
    border-radius: 50%;
    background-position: 50%
}

.amp-text-blocks-wrapper .slick-prev:before {
    background: url(https://currysprod.a.bigcontent.io/v1/static/icon-arrowright_2-svg) no-repeat;
    content: "";
    display: block;
    height: 32px;
    width: 32px;
    background-color: #56707a;
    border-radius: 50%;
    background-position: 50%
}

.amp-text-blocks-wrapper .amp-text-blocks-items {
    background: #fff;
    border: 1px solid #4c12a1;
    border-radius: 10px;
    position: relative;
    border-color: #cdd8df;
    -ms-flex: 1;
    flex: 1;
    padding: 41px 17px 20px;
    height: 100%
}

.amp-text-blocks-wrapper .slick-track .slick-slide {
    height: auto;
    margin-bottom: 0
}

.amp-text-blocks-wrapper .slick-track .slick-slide div:first-child {
    height: 100%
}

.amp-text-blocks-wrapper .slick-track .slick-slide .amp-text-blocks-items-img {
    height: 50px!important
}

.amp-text-blocks-wrapper .slick-next {
    right: 0;
    width: auto;
    height: auto;
    z-index: 99;
    border-radius: 50%;
    top: 57%
}

.amp-text-blocks-wrapper .slick-next:focus:before,.amp-text-blocks-wrapper .slick-next:hover:before {
    opacity: .75
}

.amp-text-blocks-wrapper .slick-prev {
    width: auto;
    height: auto;
    z-index: 99;
    border-radius: 50%;
    top: 57%;
    left: 0
}

.amp-text-blocks-wrapper .slick-prev:focus:before,.amp-text-blocks-wrapper .slick-prev:hover:before {
    opacity: .75
}

.amp-text-blocks-wrapper .image-padding {
    padding-top: 30px
}

.amp-text-blocks-wrapper .slick-track {
    display: -ms-flexbox;
    display: flex
}

.amp-text-blocks-wrapper .slick-slide img.amp-text-blocks-arrow-img {
    display: inline-block
}

.amp-text-blocks-wrapper .slick-next.slick-disabled:before,.amp-text-blocks-wrapper .slick-prev.slick-disabled:before {
    opacity: 0
}

.amp-text-blocks-wrapper .custom-row-stack {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    -ms-flex-pack: center;
    justify-content: center
}

.amp-text-blocks {
    padding-left: 16px;
    padding-right: 16px
}

.amp-text-blocks-one-by-six .amp-text-blocks-size {
    width: 16.66%;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 48px
}

.amp-text-blocks-one-by-four .amp-text-blocks-size {
    width: 25%;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 48px
}

.amp-text-blocks-one-by-three .amp-text-blocks-size {
    width: 33.3%;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 48px
}

.amp-text-blocks-align-left {
    text-align: left
}

.amp-text-blocks-align-right {
    text-align: right
}

.amp-text-blocks-align-center {
    text-align: center
}

.amp-text-blocks-wrapper .amp-text-blocks-items-border {
    background: #fff;
    border: 1px solid #4c12a1;
    border-radius: 10px;
    border-color: #cdd8df;
    position: relative;
    -ms-flex: 1;
    flex: 1;
    padding: 13px 16px 15px;
    height: 100%
}

.amp-text-blocks-items-img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 100%;
    border: 1px solid #000;
    border-color: #cdd8df;
    padding: 10px;
    background-color: #fff
}

.amp-text-blocks-wrapper .amp-text-blocks-items .amp-text-blocks-items-icon {
    width: 35px;
    height: 35px
}

.amp-text-blocks-items-no-border {
    padding: 41px 25px 20px
}

.amp-text-blocks-items-border h4,.amp-text-blocks-items-no-border h4,.amp-text-blocks-wrapper .amp-text-blocks-items h4 {
    color: #213038;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 2px;
    margin-top: 0;
    font-family: Currys Sans Headline,Helvetica,Arial,Sans-Serif;
    padding-left: 0
}

.amp-text-blocks-items-border *,.amp-text-blocks-items-no-border *,.amp-text-blocks-wrapper .amp-text-blocks-items * {
    color: #213038;
    font-family: Currys Sans Headline,Helvetica,Arial,Sans-Serif;
    margin-bottom: 4px
}

.amp-text-blocks-items-border p,.amp-text-blocks-items-no-border p,.amp-text-blocks-wrapper .amp-text-blocks-items p {
    color: #213038;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 8px;
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif
}

.amp-text-blocks-arrow-img {
    width: 24px;
    height: 24px
}

.amp-text-blocks-cta-link {
    margin-top: 16px;
    font-size: 14px;
    line-height: 21px;
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif!important;
    color: #4c12a1!important
}

.text-blocks-cta-margin {
    margin-top: 16px
}

#leftLst-text-block {
    position: relative;
    left: 2px;
    top: 3px
}

#rightLst-text-block {
    position: relative;
    left: 5px;
    top: 3px
}

.amp-text-blocks-accordion-wrapper {
    width: 100%;
    padding-right: 45px;
    padding-left: 45px
}

.amp-text-blocks-accordion-wrapper .amp-text-blocks-accordion-items {
    background: #fff;
    border: 1px solid #4c12a1;
    border-radius: 10px;
    border-color: #cdd8df;
    position: relative;
    -ms-flex: 1;
    flex: 1;
    padding: 17px 16px 17px 56px;
    margin-bottom: 48px
}

.amp-text-blocks-accordion-wrapper .amp-text-blocks-accordion-items .amp-text-blocks-accordion-items-icon {
    width: 35px;
    height: 35px
}

.amp-text-blocks-accordion-wrapper .amp-text-blocks-accordion-items * {
    line-height: 22px;
    color: #213038;
    font-family: Currys Sans Headline,Helvetica,Arial,Sans-Serif;
    margin-bottom: 0
}

.amp-text-blocks-accordion-wrapper .amp-text-blocks-accordion-items p {
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
    font-size: 14px;
    line-height: 21px;
    color: #213038;
    margin: 0;
    margin-bottom: 0
}

.amp-text-blocks-accordion-wrapper .amp-text-blocks-accordion-arrow-img img {
    width: 24px!important;
    height: 24px!important
}

.amp-text-blocks-accordion-items a {
    text-decoration: none
}

.amp-text-blocks-accordion-items-img {
    position: absolute;
    top: 50%;
    left: -42px;
    transform: translate(-50%,-50%);
    border-radius: 100%;
    border: 1px solid #000;
    border-color: #cdd8df;
    padding: 10px;
    background-color: #fff
}

.amp-text-blocks-accordion-arrow-img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center
}

.amp-text-blocks-accordion-cta-link {
    margin-top: 16px;
    font-size: 14px
}

#amp-row-text-blocks-accordion-more {
    display: none;
    margin-bottom: 0
}

#text-blocks-dropdown-padding,#text-blocks-icon-padding,#text-blocks-section-padding,.acc-with-img {
    padding-left: 0
}

.amp-text-blocks-size {
    display: -ms-flexbox;
    display: flex
}

.amp-text-blocks-size>a {
    width: 100%
}

.amp-text-blocks-accordion-items-img,.amp-text-blocks-items-img {
    height: 50px;
    width: 50px;
    padding: 0;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.amp-text-blocks-accordion-items-img .amp-text-blocks-accordion-items-icon,.amp-text-blocks-items-img .amp-text-blocks-items-icon {
    max-width: 35px;
    max-height: 35px;
    padding: 0;
    margin: 0;
    object-fit: contain
}

@media (min-width: 768px) and (max-width:1023.98px) {
    .custom-row-stack {
        display:-ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .custom-row,.custom-row-stack {
        margin-right: -8px;
        margin-left: -8px
    }

    .amp-text-blocks {
        padding-left: 8px;
        padding-right: 8px
    }

    .amp-text-blocks-one-by-six .amp-text-blocks-size {
        padding-left: 8px;
        padding-right: 8px;
        width: 33.3%
    }

    .amp-text-blocks-one-by-four .amp-text-blocks-size {
        padding-left: 8px;
        padding-right: 8px;
        width: 50%
    }

    .amp-text-blocks-one-by-three .amp-text-blocks-size {
        padding-left: 8px;
        padding-right: 8px
    }

    .amp-text-blocks-accordion-wrapper,.amp-text-blocks-wrapper {
        padding-left: 16px;
        padding-right: 16px
    }

    .amp-with-img-acc .text-blocks-padding {
        padding-left: 24px
    }
}

@media (max-width: 767.98px) {
    .custom-row-stack {
        display:-ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .custom-row,.custom-row-stack {
        margin-right: -4px;
        margin-left: -4px
    }

    .amp-text-blocks-wrapper {
        padding-left: 8px;
        padding-right: 8px
    }

    .amp-text-blocks-wrapper .slick-prev {
        left: -7px
    }

    .amp-text-blocks-wrapper .slick-next {
        right: -7px
    }

    .amp-text-blocks {
        padding-left: 4px;
        padding-right: 4px
    }

    .amp-text-blocks-one-by-six .amp-text-blocks-size {
        padding-left: 4px;
        padding-right: 4px;
        width: 50%
    }

    .amp-text-blocks-one-by-four .amp-text-blocks-size,.amp-text-blocks-one-by-three .amp-text-blocks-size {
        padding-left: 4px;
        padding-right: 4px;
        width: 100%
    }

    .amp-text-blocks-accordion-wrapper {
        padding-left: 8px;
        padding-right: 8px
    }

    .amp-text-blocks-accordion-wrapper .amp-text-blocks-accordion-items {
        padding: 17px 16px 17px 46px
    }

    .amp-text-blocks-accordion-items-img {
        left: -32px
    }

    #amp-row-text-blocks-accordion-more,#text-blocks-section-padding {
        padding-left: 15px
    }

    .amp-with-img-acc #amp-row-text-blocks-accordion-more,.amp-with-img-acc #text-blocks-section-padding {
        padding-left: 7px
    }

    .amp-with-img-acc .text-blocks-padding {
        padding-left: 21px
    }
}

.amp-cust-quote {
    padding: 80px;
    -ms-flex-wrap: initial;
    flex-wrap: nowrap;
    display: -ms-flexbox;
    display: flex
}

.left-quote {
    padding: 0 80px
}

.quote {
    border-radius: 10px
}

.quote-sec {
    background-color: #fff!important;
    padding: 0 32px
}

.bg-main-amp {
    overflow: hidden;
    padding: 0;
    border-radius: 10px;
    position: relative
}

.bg-main-amp .quote {
    margin-top: 0
}

.bg-main-amp img {
    border-radius: 10px
}

.centered {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    top: 50%;
    transform: translateY(-50%)
}

.quote-mark img {
    width: 37px;
    height: 21px;
    margin-right: 8px;
    max-width: none
}

.quote .user-img {
    width: 100%;
    margin-top: -36px
}

.quote-content-data * {
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #213038;
    margin-bottom: 16px;
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
    padding-top: 4px
}

.quote-content-data h1 {
    font-size: 24px;
    line-height: 1.21
}

.citation * {
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #213038;
    margin: 0;
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif
}

.citation h4 {
    line-height: 1.38;
    font-size: 16px
}

.quote-left .quote .quote-content,.quote-left .quote .quote-mark,.quote-right .quote .quote-content,.quote-right .quote .quote-mark {
    padding: 80px 0
}

.bg-amp-quote a:focus-visible,.quote-left a:focus-visible,.quote-right a:focus-visible {
    outline: 2px auto #4c12a1
}

.quote-no-img .quote {
    padding: 80px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%
}

.quote-bg {
    background-color: #ffecb700!important
}

@media (min-width: 768px) and (max-width:1023.98px) {
    .left-quote {
        padding:0 40px!important
    }

    .tabWidthCust {
        -ms-flex: 0 0 50%!important;
        flex: 0 0 50%!important;
        max-width: 50%!important
    }

    .tabCustFlex {
        display: -ms-flexbox!important;
        display: flex!important
    }

    .quote-left .quote .quote-content,.quote-left .quote .quote-mark,.quote-right .quote .quote-content,.quote-right .quote .quote-mark {
        padding: 40px 0
    }

    .amp-cust-quote,.quote-no-img .quote {
        padding: 40px
    }
}

@media (max-width: 767.98px) {
    .quote-right .quote .quote-mark {
        padding:40px 0 0 40px
    }

    .quote {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .quote-right .quote .quote-content {
        padding: 0 40px;
        width: 100%
    }

    .quote-right .quote .quote-img {
        width: 100%;
        padding-right: 40px!important;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .quote .user-img {
        width: auto;
        height: 196px;
        float: right;
        clear: right;
        margin-top: 8px;
        padding: 0;
        position: relative
    }

    .quote-left .quote .quote-content {
        padding: 0 40px;
        width: 100%
    }

    .quote-left .quote .quote-img {
        position: relative;
        width: 100%;
        margin-right: 40px;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .quote-left .quote .quote-mark {
        padding: 40px 0 0 40px
    }

    .order-mbl-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .quote-no-img .quote {
        padding: 40px
    }

    .quote-mark img {
        margin-bottom: 8px
    }

    .quote-padding {
        padding: 0 8px
    }

    .amp-cust-quote {
        padding: 40px;
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .quote p {
        padding-top: 0
    }

    .left-quote {
        padding: 0!important
    }
}

.amp-image-block-pad {
    margin: 0 -15px
}

.amp-shoppable-img .slick-track {
    display: -ms-flexbox;
    display: flex
}

.amp-shoppable-img .slick-arrow.slick-disabled {
    display: none!important
}

.amp-shoppable-img .slick-next {
    right: 0;
    width: auto;
    height: auto;
    border-radius: 50%
}

.amp-shoppable-img .slick-prev {
    left: 0;
    width: auto;
    height: auto;
    z-index: 99;
    border-radius: 50%
}

.amp-shoppable-img .slick-prev:before {
    background: url(https://currysprod.a.bigcontent.io/v1/static/icon-arrowright_2-svg) no-repeat;
    content: "";
    display: block;
    height: 32px;
    width: 32px;
    background-color: #56707a;
    border-radius: 50%;
    background-position: 2px
}

.amp-shoppable-img .slick-next:before {
    background: url(https://currysprod.a.bigcontent.io/v1/static/icon-arrowright_1-svg) no-repeat;
    content: "";
    display: block;
    height: 32px;
    width: 32px;
    background-color: #56707a;
    border-radius: 50%;
    background-position: 5px
}

.amp-shoppable-img a:focus-visible {
    outline: 2px solid #4c12a1!important
}

.amp-shoppable-img .slick-slide {
    margin: 0;
    height: auto
}

.display-images-shoppable-image {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: transform .3s ease-out;
    text-decoration: none;
    padding: 0 16px;
    box-sizing: border-box;
    margin-bottom: 24px
}

.display-images-shoppable-image img {
    object-fit: contain;
    transition: transform 2s;
    width: 100%
}

.display-image-true .display-images-shoppable-image img {
    padding: 20px 13px 20px 11px
}

.true .display-images-shoppable-image img:hover {
    transform: scale(1.1)
}

.onebythree .full-bleed-fullimage-heroimage {
    width: 100%;
    padding: 0
}

.onebythree .stacked-view.display-images-shoppable-image {
    margin-bottom: 24px
}

.MultiCarousel-shoppable-image .display-border,.MultiCarousel-shoppable-image .display-images-shoppable-image {
    width: 100%
}

@media (min-width: 768px) and (max-width:1023.98px) {
    .MultiCarousel-shoppable-image .display-images-shoppable-image {
        float:none
    }

    .display-padding {
        padding: 0
    }

    .display-images-shoppable-image {
        -ms-flex-align: initial;
        align-items: initial
    }

    .amp-image-block-hotspot {
        padding-left: 7px;
        padding-right: 7px
    }
}

.display-images-shoppable-image-container {
    padding: 0!important
}

@media (max-width: 767.98px) {
    .onebythree .display-images-shoppable-image {
        width:100%
    }

    .spot .hotspot-cont.tooltip-right {
        left: -78%
    }

    .spot .hotspot-cont.tooltip-right:before {
        left: 80%
    }

    .shoppable-image-onebythree {
        width: 100%
    }

    .display-images-shoppable-image,.display-padding {
        padding: 0
    }

    .amp-image-blocked {
        padding-left: 0;
        padding-right: 0
    }

    .amp-image-blocked .row {
        margin: 0
    }

    .MultiCarousel-shoppable-image {
        padding: 0 12px
    }

    .MultiCarousel-shoppable-image .MultiCarousel-shoppable-image-block {
        margin: 0!important
    }

    .MultiCarousel-shoppable-image .MultiCarousel-shoppable-image-block .amp-image-blocks-onebyfou,.MultiCarousel-shoppable-image .MultiCarousel-shoppable-image-block .amp-image-blocks-onebytwo {
        width: 100%!important;
        margin-right: 12px
    }

    .MultiCarousel-shoppable-image .MultiCarousel-shoppable-image-block .shoppable-image-onebythree {
        width: 100%!important;
        margin-right: 0!important
    }

    .MultiCarousel-shoppable-image .MultiCarousel-shoppable-image-block .item-shoppable-image>div {
        padding: 0
    }

    .shoppable-image-onebythree .display-border {
        width: 351px!important
    }

    .amp-image-block-hotspot .MultiCarousel-shoppable-image .leftLst-shoppable-image {
        left: 12px
    }

    .amp-image-block-hotspot .MultiCarousel-shoppable-image .rightLst-shoppable-image {
        right: 12px
    }

    .amp-image-block-hotspot {
        padding-left: 0!important;
        padding-right: 0!important
    }

    .manage-margin {
        margin: 0!important
    }

    .display-images-shoppable-image-container {
        padding: 0 15px!important
    }

    .shoppable-image-onebythree .display-images-shoppable-image {
        width: auto!important
    }

    .amp-shoppable-img {
        padding: 0 8px
    }

    .amp-image-block-hotspot .MultiCarousel-shoppable-image .MultiCarousel-shoppable-image-block .shoppable-image-onebythree {
        padding: 0 12px
    }
}

.amp-containers {
    position: relative;
    width: 100%
}

.amp-containers img.hotspot-img {
    width: 100%;
    height: auto;
    border-radius: 10px
}

.spot {
    position: absolute;
    cursor: pointer
}

.spot .hotspot-cont {
    display: none;
    width: 270px;
    height: auto;
    background-color: #fff;
    padding: 24px 24px 16px;
    border-radius: 8px;
    position: relative;
    box-sizing: border-box;
    left: -43.6%;
    top: 14px;
    cursor: default;
    z-index: 9;
    box-shadow: 0 0 6px 0 #21303833
}

.spot .hotspot-cont.tooltip-small {
    width: 180px
}

.spot .hotspot-cont.tooltip-medium {
    width: 200px
}

.spot .hotspot-cont.tooltip-large {
    width: 270px
}

.spot:hover .hotspot-cont {
    display: block
}

.spot .hotspot-cont:before {
    content: "";
    display: block;
    position: absolute;
    left: 46%;
    bottom: 100%;
    width: 0;
    height: 0;
    border-bottom: 10px solid #fff;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent
}

.spot .hotspot-cont1 {
    display: none;
    width: 270px;
    height: auto;
    background-color: #fff;
    padding: 24px 24px 16px;
    border-radius: 8px;
    position: relative;
    box-sizing: border-box;
    left: -43.6%;
    top: 14px;
    cursor: default;
    z-index: 9;
    box-shadow: 0 0 6px 0 #21303833
}

.spot .hotspot-cont1.tooltip-small {
    width: 180px
}

.spot .hotspot-cont1.tooltip-medium {
    width: 200px
}

.spot .hotspot-cont1.tooltip-large {
    width: 270px
}

.spot:hover .hotspot-cont1 {
    display: block
}

.spot .hotspot-cont1:before {
    content: "";
    display: block;
    position: absolute;
    left: 46%;
    bottom: 100%;
    width: 0;
    height: 0;
    border-bottom: 10px solid #fff;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent
}

.spot .hotspot-cont2 {
    display: none;
    width: 270px;
    height: auto;
    background-color: #fff;
    padding: 24px 24px 16px;
    border-radius: 8px;
    position: relative;
    box-sizing: border-box;
    left: -43.6%;
    top: 14px;
    cursor: default;
    z-index: 9;
    box-shadow: 0 0 6px 0 #21303833
}

.spot .hotspot-cont2.tooltip-small {
    width: 180px
}

.spot .hotspot-cont2.tooltip-medium {
    width: 200px
}

.spot .hotspot-cont2.tooltip-large {
    width: 270px
}

.spot:hover .hotspot-cont2 {
    display: block
}

.spot .hotspot-cont2:before {
    content: "";
    display: block;
    position: absolute;
    left: 46%;
    bottom: 100%;
    width: 0;
    height: 0;
    border-bottom: 10px solid #fff;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent
}

.spot .hotspot-cont3 {
    display: none;
    width: 270px;
    height: auto;
    background-color: #fff;
    padding: 24px 24px 16px;
    border-radius: 8px;
    position: relative;
    box-sizing: border-box;
    left: -43.6%;
    top: 14px;
    cursor: default;
    z-index: 9;
    box-shadow: 0 0 6px 0 #21303833
}

.spot .hotspot-cont3.tooltip-small {
    width: 180px
}

.spot .hotspot-cont3.tooltip-medium {
    width: 200px
}

.spot .hotspot-cont3.tooltip-large {
    width: 270px
}

.spot:hover .hotspot-cont3 {
    display: block
}

.spot .hotspot-cont3:before {
    content: "";
    display: block;
    position: absolute;
    left: 46%;
    bottom: 100%;
    width: 0;
    height: 0;
    border-bottom: 10px solid #fff;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent
}

.full-bleed-fullimage-heroimage .spot {
    display: none
}

img.map,map area {
    outline: none
}

.hotspot-btn {
    width: 32px;
    height: 32px;
    border-radius: 50px;
    display: block;
    background-color: #4c12a14d;
    position: relative
}

a.hotspot-btn:before {
    content: " ";
    width: 16px;
    height: 16px;
    position: absolute;
    background-color: #fff;
    border-radius: 50px;
    left: 50%;
    top: 50%;
    margin-left: -8px;
    margin-top: -8px
}

.hotspot-btn:hover {
    background-color: #4c12a1;
    transition: .3s ease-in;
    border: 0 solid #4c12a1!important
}

a.hotspot-btn:hover:before {
    width: 12px;
    height: 12px;
    margin-left: -6px;
    margin-top: -6px;
    transition: .3s ease-in
}

.hotspot-cont {
    display: none
}

.hotspot-cont .hotspot-title {
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
    font-size: 16px;
    line-height: 22px;
    color: #213038
}

.hotspot-cont1 {
    display: none
}

.hotspot-cont1 .hotspot-title {
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
    font-size: 16px;
    line-height: 22px;
    color: #213038
}

.hotspot-cont2 {
    display: none
}

.hotspot-cont2 .hotspot-title {
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
    font-size: 16px;
    line-height: 22px;
    color: #213038
}

.hotspot-cont3 {
    display: none
}

.hotspot-cont3 .hotspot-title {
    font-size: 16px;
    line-height: 22px
}

.amp-dynamic-productrow-mrp,.hotspot-cont3 .hotspot-title {
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
    color: #213038
}

.amp-dynamic-productrow-mrp {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    margin-top: 6px
}

.amp-dynamic-productrow-save {
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
    font-size: 14px;
    line-height: 21px;
    color: #e5006d;
    margin-left: 8px;
    font-weight: 700
}

.hotspot-cont1 .hotspot-link,.hotspot-cont2 .hotspot-link,.hotspot-cont3 .hotspot-link,.hotspot-cont .hotspot-link {
    width: 100%;
    border-radius: 24px;
    border: 2px solid #4c12a1;
    background-color: #fff;
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
    font-size: 16px;
    color: #4c12a1;
    text-align: center;
    display: block;
    padding: 11px 0 13px;
    text-decoration: none;
    margin-top: 16px
}

.stacked-view .hotspot-shop-all-btn-cont {
    display: none
}

.full-bleed-fullimage-heroimage .hotspot-shop-all-btn-cont {
    display: block
}

.hotspot-shop-all-btn {
    background-color: #fff;
    color: #4c12a1;
    text-decoration: none!important;
    border-radius: 60px;
    height: 48px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    width: auto;
    max-width: 300px;
    transition: max-width .5s;
    border: 2px solid #4c12a1;
    position: absolute;
    bottom: 9px;
    left: 9px;
    padding: 0
}

.hotspot-shop-all-icon {
    margin-right: 15px;
    padding: 0 8px;
    display: contents;
    -ms-flex-align: center;
    align-items: center
}

.hotspot-shop-all-icon img {
    width: 24px;
    height: 24px;
    margin-right: 12px;
    margin-left: 12px
}

.hotspot-shop-all-text {
    white-space: nowrap;
    padding-right: 15px;
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
    font-size: 16px;
    color: #4c12a1
}

.amp-image-block-hotspot .MultiCarousel-shoppable-image .MultiCarousel-shoppable-image-block {
    margin: 0 8px
}

.onebythree.item-shoppable-image .amp-containers {
    padding: 0 4px;
    border: 1px solid green
}

.amp-image-block-hotspot .MultiCarousel-shoppable-image .MultiCarousel-shoppable-image-block .shoppable-image-onebythree {
    padding: 0 6px
}

@media (min-width: 768px) {
    .full-bleed-fullimage-heroimage .spot {
        display:block
    }

    .hotspot-shop-all-btn {
        max-width: 48px;
        bottom: 16px;
        left: 2.2%
    }

    .hotspot-shop-all-btn:hover {
        max-width: 300px
    }

    .spot .hotspot-cont1.tooltip-left,.spot .hotspot-cont2.tooltip-left,.spot .hotspot-cont3.tooltip-left,.spot .hotspot-cont.tooltip-left {
        left: -10%
    }

    .spot .hotspot-cont1.tooltip-left:before,.spot .hotspot-cont2.tooltip-left:before,.spot .hotspot-cont3.tooltip-left:before,.spot .hotspot-cont.tooltip-left:before {
        left: 12%
    }

    .spot .hotspot-cont1.tooltip-right,.spot .hotspot-cont2.tooltip-right,.spot .hotspot-cont3.tooltip-right,.spot .hotspot-cont.tooltip-right {
        left: -78%
    }

    .spot .hotspot-cont1.tooltip-right:before,.spot .hotspot-cont2.tooltip-right:before,.spot .hotspot-cont3.tooltip-right:before,.spot .hotspot-cont.tooltip-right:before {
        left: 80%
    }

    .onebythree .stacked-view.display-images-shoppable-image {
        margin-bottom: 0;
        padding: 0 12px
    }

    .amp-image-block-hotspot .MultiCarousel-shoppable-image {
        padding-left: 12px;
        padding-right: 12px;
        overflow: unset
    }

    .amp-image-block-hotspot .MultiCarousel-shoppable-image .MultiCarousel-shoppable-image-block {
        margin: 0
    }

    .amp-image-block-hotspot .MultiCarousel-shoppable-image .MultiCarousel-shoppable-image-block .item-shoppable-image>div {
        padding: 0 12px
    }

    .amp-image-block-hotspot .MultiCarousel-shoppable-image .MultiCarousel-shoppable-image-block .shoppable-image-onebythree {
        padding: 0
    }

    .amp-image-block-hotspot {
        padding-left: 0!important;
        padding-right: 0!important
    }
}

@media (min-width: 1024px) {
    .amp-image-block-hotspot,.amp-image-block-hotspot .MultiCarousel-shoppable-image .MultiCarousel-shoppable-image-block .item-shoppable-image>div,.MultiCarousel-shoppable-image .MultiCarousel-shoppable-image-block .item-shoppable-image>div {
        padding:0 16px
    }

    .onebythree .stacked-view.display-images-shoppable-image {
        margin-bottom: 0;
        padding: 0 16px
    }

    .hotspot-shop-all-btn {
        left: 1.25%
    }

    .spot .hotspot-cont.tooltip-left {
        left: -10%
    }

    .spot .hotspot-cont.tooltip-left:before {
        left: 12%
    }

    .spot .hotspot-cont.tooltip-right {
        left: -78%
    }

    .spot .hotspot-cont.tooltip-right:before {
        left: 80%
    }

    .spot .hotspot-cont.tooltip-large,.spot .hotspot-cont.tooltip-medium,.spot .hotspot-cont.tooltip-small {
        width: 270px
    }

    .spot .hotspot-cont1.tooltip-left {
        left: -10%
    }

    .spot .hotspot-cont1.tooltip-left:before {
        left: 12%
    }

    .spot .hotspot-cont1.tooltip-right {
        left: -78%
    }

    .spot .hotspot-cont1.tooltip-right:before {
        left: 80%
    }

    .spot .hotspot-cont1.tooltip-small {
        width: 270px
    }

    .spot .hotspot-cont2.tooltip-left {
        left: -10%
    }

    .spot .hotspot-cont2.tooltip-left:before {
        left: 12%
    }

    .spot .hotspot-cont2.tooltip-right {
        left: -78%
    }

    .spot .hotspot-cont2.tooltip-right:before {
        left: 80%
    }

    .spot .hotspot-cont2.tooltip-small {
        width: 270px
    }

    .spot .hotspot-cont3.tooltip-left {
        left: -10%
    }

    .spot .hotspot-cont3.tooltip-left:before {
        left: 12%
    }

    .spot .hotspot-cont3.tooltip-right {
        left: -78%
    }

    .spot .hotspot-cont3.tooltip-right:before {
        left: 80%
    }

    .spot .hotspot-cont3.tooltip-small {
        width: 270px
    }
}

@media (max-width: 767.98px) {
    .amp-shoppable-img {
        padding:0
    }

    .amp-shoppable-img .slick-prev {
        left: -10px
    }

    .amp-shoppable-img .slick-next {
        right: -10px
    }

    .amp-shoppable-img .slick-slide {
        margin: 0;
        padding: 0 8px
    }

    .amp-shoppable-img .slider {
        margin: 0 -8px
    }

    .amp-shoppable-img .slider button.slick-arrow {
        z-index: 1
    }
}

.intro-blog p {
    font-size: 18px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif
}

.blog-parent-class {
    margin: 32px 0
}

.blog-parent-class a:focus-visible {
    outline: 2px solid #4c12a1!important
}

.blog-parent-class .amp-carousel-centered-image-left {
    width: 268px
}

.blog-parent-class .amp-carousel-centered-image-right {
    width: 195px
}

.blog-parent-class .amp-home-carousel-slider .Image-left {
    width: 299px
}

.blog-parent-class .amp-home-carousel-slider .Image-right {
    width: 333px
}

.blog-parent-class .amp-cust-quote {
    padding: 40px
}

.blog-parent-class .left-quote {
    padding-left: 40px;
    padding-right: 40px
}

.blog-parent-class p {
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
    margin-bottom: 1rem!important
}

.blog-parent-class .quote {
    margin: 0
}

.blog-parent-class .bannger_padding {
    width: 100%;
    box-sizing: border-box
}

.blog-parent-class .margin-control {
    padding-top: 0;
    padding-bottom: 0
}

.blog-parent-class:last-child {
    margin-bottom: 0
}

@media (min-width: 768px) and (max-width:1023.98px) {
    .blog-parent-class {
        margin:24px 0
    }
}

@media (max-width: 767.98px) {
    .blog-parent-class {
        margin:24px 0
    }

    .blog-parent-class .left-quote {
        padding-left: 0;
        padding-right: 0
    }
}

.left-quote {
    padding-left: 80px;
    padding-right: 80px
}

.intro-blog * {
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif
}

.article-page-title {
    font-family: Currys Sans Headline,Helvetica,Arial,Sans-Serif;
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 1.21
}

.article-page-description,.article-page-title {
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center
}

.article-page-description {
    margin-bottom: 17px;
    font-size: 20px;
    line-height: 1.2;
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif
}

.article-page-related-title {
    text-align: center;
    font-family: Currys Sans Headline,Helvetica,Arial,Sans-Serif;
    padding-bottom: 24px;
    font-size: 20px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    border-bottom: 1px solid #cdd8df
}

.article-page-related-article-title {
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
    font-size: 14px
}

.article-page-related-product-name-wrapper {
    padding-top: 24px;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #213038
}

h2.article-page-related-products-title {
    font-size: 20px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif
}

.article-page-content-left {
    padding-left: 0
}

@media (min-width: 768px) and (max-width:1023.98px) {
    .article-page-content {
        padding:0 16px
    }

    .amp-blog-article {
        margin: 0 -15px
    }

    .search-articles-section .amp-blog-article {
        margin: 0
    }

    .article-page-content-left {
        padding-left: 15px
    }
}

@media (max-width: 767.98px) {
    .article-page-content {
        padding:0 12px
    }

    .amp-blog-article {
        margin: 0 -15px
    }

    .search-articles-section .amp-blog-article {
        margin: 0
    }

    .article-page-content-left {
        padding-left: 15px
    }
}

.grid-alignment a:focus-visible {
    outline: 2px auto #4c12a1
}

.bg-amp-image-grid .slick-next:before {
    background: url(https://currysprod.a.bigcontent.io/v1/static/icon-arrowright_1-svg) no-repeat;
    content: "";
    display: block;
    height: 32px;
    width: 32px;
    background-color: #56707a;
    border-radius: 50%;
    background-position: 5px
}

.bg-amp-image-grid .slick-prev:before {
    background: url(https://currysprod.a.bigcontent.io/v1/static/icon-arrowright_2-svg) no-repeat;
    content: "";
    display: block;
    height: 32px;
    width: 32px;
    background-color: #56707a;
    border-radius: 50%;
    background-position: 2px
}

.bg-amp-image-grid .slick-next {
    right: 24px;
    z-index: 9;
    width: 32px;
    height: 32px
}

.bg-amp-image-grid .slick-prev {
    left: 24px;
    z-index: 9;
    width: 32px;
    height: 32px
}

.dekstop-grid .slick-track {
    margin: 0 -15px
}

.BgActive .Scrollingview.amp-image-grid .image-grid-main {
    padding-left: 3%
}

.BgActive .Stackview.amp-image-grid .image-grid-main {
    padding-left: 3%;
    padding-right: 3%
}

.BgActive .image-grid-3 .amp-image-grid-title {
    padding: 0
}

.BgActive .Stackview.image-grid-3 .amp-image-grid-title {
    padding: 0 3%
}

.image-grid-3.BgActive .Scrollingview.amp-image-grid .image-grid-main {
    padding-left: 0
}

.Bginactive .bg-amp-image-grid .slick-next,.image-grid-3.BgActive .bg-amp-image-grid .slick-next {
    right: -15px
}

.Bginactive .bg-amp-image-grid .slick-prev,.image-grid-3.BgActive .bg-amp-image-grid .slick-prev {
    left: -15px
}

.BgActive .amp-image-grid-title {
    padding: 0 3%
}

.image-grid-3.BgActive .Scrollingview.amp-image-grid {
    padding-left: 3%;
    padding-right: 3%
}

.Bginactive.image-grid-3 .amp-image-grid-title {
    padding: 0
}

.Stackview.image-grid-6 {
    overflow: hidden
}

.amp-image-grid {
    padding: 32px 0 80px
}

.Scrollingview .amp-grid-container {
    position: relative;
    max-width: 1504px!important;
    padding: 0
}

.amp-grid-container {
    max-width: 100%;
    padding: 0
}

.Stackview .variable-width-Stackview {
    margin: 0 -16px
}

.inner {
    position: relative;
    width: 100%
}

.image-grid-caption {
    position: absolute;
    padding: 15px;
    background: #ffffff8c;
    margin: 0 15px
}

.image-grid-caption p {
    font-size: 16px;
    line-height: 1.38;
    margin-bottom: 4px
}

.image-grid-caption .grid-cap *,.image-grid-caption p {
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal
}

.image-grid-caption .grid-cap * {
    color: #213038;
    margin-bottom: 0
}

.image-grid-caption a {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #4c12a1;
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
    text-decoration: none
}

.grid-alignment.BgActive {
    margin: 0 -3.2%
}

.static-page .grid-alignment.BgActive {
    margin: 0 -45px
}

.Top-left .image-grid-caption {
    top: 0;
    left: 0
}

.Top-right .image-grid-caption {
    top: 0;
    right: 0
}

.Bottom-left .image-grid-caption {
    bottom: 0;
    left: 0
}

.Bottom-right .image-grid-caption {
    bottom: 0;
    right: 0
}

.inner img {
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    object-fit: cover
}

.grid-position {
    height: 100%;
    position: relative
}

.image-grid-big-one {
    height: 352px;
    width: 50%;
    padding: 0 8px
}

.Scrollingview .image-grid-big-one,.Stackview .image-grid-6 .image-grid-big-one {
    min-width: 622px;
    max-width: 622px
}

.dekstop-grid .image-grid-3 .slick-track {
    width: 100%!important;
    display: -ms-flexbox;
    display: flex;
    margin: 0
}

.image-grid-big-two .inner:first-child {
    margin-bottom: 16px
}

.Stackview .image-grid-3 .image-grid-big-two {
    width: 50%;
    max-width: 50%
}

.image-grid-big-two {
    width: 34%;
    padding: 0 8px
}

.Scrollingview .image-grid-big-two {
    min-width: 224px;
    max-width: 224px;
    height: auto
}

.Stackview .image-grid-6 .image-grid-big-two {
    min-width: 404px;
    max-width: 404px
}

.Stackview .image-grid-3 .image-grid-big-one {
    width: 50%;
    max-width: 50%
}

.Stackview .image-grid-6 .image-grid-main {
    overflow: hidden
}

.Stackview .image-grid-5 .image-grid-big-two .inner:first-child {
    padding-right: 32px
}

.Scrollingview .image-grid-3 .slick-slide {
    width: 50%
}

.Scrollingview .image-grid-3 .image-grid-big-two {
    padding-right: 0;
    max-width: 100%
}

.Scrollingview .image-grid-3 .image-grid-big-one {
    padding-left: 0;
    max-width: 100%;
    min-width: 100%
}

.image-grid-big-two .inner {
    height: 295px
}

.image-grid-3 .image-grid-big-two .inner {
    height: 168px
}

.image-grid-5 .last-grid-inner .inner {
    height: 622px
}

.last-grid-inner .inner {
    height: 295px
}

.last-grid-inner .inner:first-child {
    margin-bottom: 32px
}

.Stackview .image-grid-4 .image-grid-big-one {
    height: 622px;
    width: 33.33%;
    padding: 0 16px
}

.image-grid-5 .last-grid-inner .inner:first-child {
    margin-bottom: 0
}

.image-grid-4 .last-grid-inner {
    margin: 0
}

.stack-grid-five {
    display: -ms-flexbox;
    display: flex
}

.stack-image-grid-big-two {
    width: 50%
}

.Stackview .image-grid-5 .image-grid-big-one {
    width: 43%
}

.image-grid-big-two .stack-grid-five-one .inner {
    height: 295px;
    width: 53%
}

.stack-grid-five-one .inner:first-child {
    width: 47%
}

.image-grid-big-two .stack-grid-five-two .inner {
    height: 295px;
    width: 43%
}

.stack-grid-five-two .inner:first-child {
    width: 57%
}

.image-grid-3 .last-grid-inner,.image-grid-4 .last-grid-inner {
    display: none
}

.amp-image-grid h3 {
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
    font-size: 20px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #213038;
    margin-bottom: 24px
}

.image-grid-3 .arrow-control {
    display: none
}

.image-grid-5 .stack-image-grid-big-two {
    width: 57%
}

.Stackview .image-grid-4 .image-grid-big-two {
    width: 33.33%
}

.variable-width-Stackview {
    display: -ms-flexbox;
    display: flex;
    opacity: 1
}

.slot-padding-amp {
    padding: 0
}

.mobile-grid {
    display: none
}

.dekstop-grid {
    display: block
}

@media (min-width: 768px) and (max-width:1023.98px) {
    .Scrollingview .image-grid-big-one {
        min-width:348px;
        max-width: 348px
    }

    .Stackview .amp-grid-container {
        padding: 0 8px
    }

    .static-page .grid-alignment.BgActive {
        margin: 0 -24px
    }

    .Stackview .image-grid-5 .image-grid-big-two .inner:first-child {
        padding-right: 16px
    }

    .Stackview .variable-width-Stackview {
        margin: 0 -8px
    }

    .image-grid-big-two .inner:first-child {
        margin-bottom: 16px
    }

    .Scrollingview .image-grid-big-two {
        min-width: 224px;
        max-width: 224px;
        height: auto
    }

    .image-grid-3 .image-grid-big-two {
        width: 50%
    }

    .image-grid-3 .image-grid-big-one {
        width: 50%;
        max-width: 50%;
        min-width: 50%
    }

    .image-grid-big-two .inner,.last-grid-inner .inner {
        height: 168px
    }

    .last-grid-inner .inner:first-child {
        margin-bottom: 16px
    }

    .Stackview .image-grid-5 .image-grid-big-one {
        min-width: 288px
    }

    .image-grid-big-two .stack-grid-five-one .inner {
        height: 168px
    }

    .stack-image-grid-big-two {
        min-width: 384px
    }

    .image-grid-5 .stack-image-grid-big-two {
        width: 57%
    }

    .image-grid-3 .image-grid-big-two .inner,.image-grid-big-two .stack-grid-five-two .inner,.stack-grid-five-one .inner:first-child,.stack-grid-five-two .inner:first-child {
        height: 168px
    }

    .image-grid-5 .last-grid-inner .inner {
        height: 352px
    }

    .amp-image-grid {
        padding: 40px 0 27px
    }

    .Stackview .image-grid-4 .image-grid-big-one {
        height: 352px;
        min-width: 224px;
        padding: 0 8px
    }

    .image-grid-caption {
        padding: 8px;
        margin: 0 8px
    }

    .image-grid-big-one,.image-grid-big-two {
        padding: 0 8px
    }

    .dekstop-grid .slick-track {
        margin: 0 -8px
    }

    .bg-amp-image-grid .slick-next {
        right: 19px
    }

    .bg-amp-image-grid .slick-prev {
        left: 19px
    }
}

@media (max-width: 767.98px) {
    .BgActive .amp-image-grid-title {
        padding:0
    }

    .BgActive .Scrollingview.amp-image-grid,.BgActive .Stackview.amp-image-grid,.image-grid-3.BgActive .Scrollingview.amp-image-grid {
        padding-left: 3%;
        padding-right: 0
    }

    .static-page .grid-alignment.BgActive {
        margin: 0 -12px
    }

    .image-grid-caption {
        position: relative;
        padding: 8px;
        background: #fff;
        min-height: 37px;
        margin: 0
    }

    .image-grid-caption h4 {
        display: none
    }

    .bg-amp-image-grid .slick-next {
        right: 15px
    }

    .bg-amp-image-grid .slick-prev {
        left: 15px
    }

    .Bginactive .bg-amp-image-grid .slick-next {
        right: -10px
    }

    .Bginactive .bg-amp-image-grid .slick-prev {
        left: -10px
    }

    .image-grid-3.BgActive .bg-amp-image-grid .slick-next {
        right: 8px
    }

    .image-grid-3.BgActive .bg-amp-image-grid .slick-prev {
        left: 8px
    }

    .Bginactive .mobile-image-grid .slick-track,.mobile-image-grid .slick-track {
        margin: 0 -8px
    }

    .Top-left .image-grid-caption {
        top: auto;
        left: auto
    }

    .Top-right .image-grid-caption {
        top: auto;
        right: auto
    }

    .Bottom-left .image-grid-caption {
        bottom: auto;
        left: auto
    }

    .Bottom-right .image-grid-caption {
        bottom: auto;
        right: auto
    }

    .amp-image-grid {
        padding: 16px 0 52px
    }

    .mobile-grid {
        display: block
    }

    .dekstop-grid {
        display: none
    }

    .mobile-image-grid .slick-slide {
        height: auto;
        padding: 0 8px;
        width: 228px
    }

    .grid-position {
        height: auto;
        position: relative
    }

    .inner img {
        width: -webkit-fill-available;
        height: 233px;
        object-fit: cover
    }
}

@media screen and (max-width: 1200px) {
    .bg-amp-image-grid .slick-next {
        right:20px
    }

    .bg-amp-image-grid .slick-prev {
        left: 20px
    }
}

@media screen and (max-width: 850px) {
    .bg-amp-image-grid .slick-next {
        right:16px
    }

    .bg-amp-image-grid .slick-prev {
        left: 16px
    }
}

@media screen and (max-width: 570px) {
    .bg-amp-image-grid .slick-next {
        right:8px
    }

    .bg-amp-image-grid .slick-prev {
        left: 8px
    }
}

@media screen and (min-width: 1600px) {
    .amp-image-grid {
        max-width:100%!important
    }

    .BgActive .Stackview.image-grid-3 .amp-image-grid-title {
        padding: 0!important
    }

    .BgActive .Scrollingview.amp-image-grid .image-grid-main {
        padding-left: 0
    }

    .BgActive .Stackview.amp-image-grid .image-grid-main {
        padding-left: 0;
        padding-right: 0
    }

    .BgActive .amp-image-grid-title {
        padding: 0
    }

    .Stackview .amp-grid-container {
        position: relative;
        max-width: 1504px!important;
        padding: 0
    }

    .bg-amp-image-grid .slick-next {
        right: -15px
    }

    .bg-amp-image-grid .slick-prev {
        left: -15px
    }
}

.image-block-amp a:focus-visible {
    outline: 2px auto #4c12a1;
    border: 2px solid #4c12a1;
    outline-offset: 0;
    height: 100%;
    border-radius: 8px
}

.image-block-amp .slick-list,.image-block-amp .slick-track {
    display: -ms-flexbox;
    display: flex
}

.image-block-amp .slick-arrow.slick-disabled {
    display: none!important
}

.image-block-amp .slick-slide {
    padding: 0 15px;
    height: 100%;
    margin: 0
}

.image-block-amp .slick-slide>div,.image-block-amp .slick-slide>div .item-image-block,.image-block-amp .slick-slide>div .item-image-block .item-image-block,.image-block-amp .slick-slide>div .item-image-block .item-image-block .display-images-scroll {
    height: 100%
}

.image-block-amp .slick-prev {
    left: 0;
    width: auto;
    height: auto;
    z-index: 99;
    border-radius: 50%
}

.image-block-amp .slick-prev:focus:before,.image-block-amp .slick-prev:hover:before {
    opacity: .75
}

.image-block-amp .slick-next {
    right: 0;
    width: auto;
    height: auto;
    border-radius: 50%
}

.image-block-amp .slick-next:before {
    background: url(https://currysprod.a.bigcontent.io/v1/static/icon-arrowright_1-svg) no-repeat;
    content: "";
    display: block;
    height: 32px;
    width: 32px;
    background-color: #56707a;
    border-radius: 50%;
    background-position: 5px
}

.image-block-amp .slick-next:focus:before,.image-block-amp .slick-next:hover:before {
    opacity: .75
}

.image-block-amp .slick-prev:before {
    background: url(https://currysprod.a.bigcontent.io/v1/static/icon-arrowright_2-svg) no-repeat;
    content: "";
    display: block;
    height: 32px;
    width: 32px;
    background-color: #56707a;
    border-radius: 50%;
    background-position: 2px
}

.image-block-amp .slick-slide img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 10px
}

.image-block-amp .slick-active {
    opacity: 1
}

.amp-img-block .btn-container {
    display: block!important
}

.amp-img-block .image-block-btn {
    width: 100%;
    min-height: 32px;
    height: auto;
    padding: 0 8px;
    min-width: auto
}

.amp-image-blocks-button {
    padding-bottom: 12px
}

.amp-image-blocks-button:last-child {
    padding-bottom: 0
}

.amp-img-block .cta-sec-btn-text {
    font-size: 14px
}

.stack-display-image.onebysix .col-12 {
    max-width: 16.66%
}

.stack-display-image.onebyfour .col-12 {
    max-width: 25%
}

.stack-display-image.onebythree .col-12 {
    max-width: 33.33%
}

.stack-display-image.onebytwo .col-12 {
    max-width: 50%
}

.display-images {
    height: 100%
}

.display-images img {
    object-fit: contain;
    transition: transform 2s;
    width: 100%
}

.true .display-images img:hover {
    transform: scale(1.1)
}

.display-image-true .display-images img {
    padding: 20px 13px 20px 11px
}

.amp-img-block-img-height {
    border-radius: 8px
}

.amp-img-block-img-height .border {
    border: none!important
}

.display-border {
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.onebythree .display-border {
    border-radius: 10px;
    padding: 0
}

.responsive-display-block1 {
    margin: 0 -15px;
    display: none
}

@media (min-width: 768px) and (max-width:1023.98px) {
    .image-block-amp .slick-slide {
        padding:0 8px
    }

    .stack-display-image.onebysix .col-12 {
        max-width: 33.33%
    }

    .stack-display-image.onebyfour .col-12 {
        max-width: 50%
    }

    .stack-display-image.full .col-12,.stack-display-image.onebytwo .col-12 {
        max-width: 100%
    }

    .stack-display-image .col-12 {
        padding: 0 8px
    }

    .row.stack-display-image {
        margin: 0 -4px
    }

    .responsive-display-block1 {
        margin: 0 -8px
    }

    .image-block-amp .slick-next {
        right: -5px
    }

    .image-block-amp .slick-prev {
        left: -5px
    }
}

@media (max-width: 767.98px) {
    .image-block-amp .slick-slide {
        padding:0 4px
    }

    .stack-display-image.onebysix .col-12 {
        max-width: 50%
    }

    .stack-display-image.onebyfour .col-12,.stack-display-image.onebythree .col-12,.stack-display-image.onebytwo .col-12 {
        max-width: 100%
    }

    .stack-display-image .col-12 {
        padding: 0 4px
    }

    .responsive-display-block1,.row.stack-display-image {
        margin: 0 -4px
    }

    .image-block-amp .slick-next {
        right: -5px
    }

    .image-block-amp .slick-prev {
        left: -5px
    }
}

.amp-page-navigation-nav a:focus-visible {
    outline: 2px solid #4c12a1
}

.amp-page-navigation-nav li:before {
    content: " "
}

.amp-page-navigation-nav li:after {
    content: " ";
    background-color: #56707a;
    height: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    width: 3px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 10px;
    white-space: normal;
    word-spacing: 1em;
    background-image: radial-gradient(circle,#56707a,#56707a 17%,transparent 0,transparent 35%,transparent 55%);
    background-size: 1em 1em;
    background-repeat: no-repeat;
    background-position: 50%
}

.amp-page-navigation-nav li:last-child:after {
    display: none
}

.amp-page-nav-headline {
    font-size: 14px;
    line-height: 1.5;
    color: #56707a;
    font-family: Currys Sans Headline,Helvetica,Arial,Sans-Serif
}

.amp-page-nav-list-inline-item a {
    color: #4c12a1;
    font-size: 14px;
    line-height: 1.5;
    text-decoration: none;
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif
}

.amp-service-bar-main {
    padding: 8px 3%
}

.amp-service-bar-main img {
    max-width: unset
}

.amp-service-bar-main .slick-slide {
    margin-right: 32px
}

.amp-service-bar-main .slick-track {
    display: -ms-flexbox;
    display: flex
}

.amp-service-bar .slick-list {
    max-width: 1600px;
    margin: 0 auto
}

.slick-initialized,.slick-slider.slick-initialized {
    opacity: 1
}

.amp-service-bar-with-cta .slick-track {
    -ms-flex-align: start;
    align-items: start
}

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

.amp-service-bar-img {
    margin-right: 8px
}

.amp-service-bar-main-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.storepage #amp-service-main-bar {
    width: 100vw;
    margin-left: calc(50% - 50vw)!important
}

#amp-service-main-bar {
    margin: 0 -3.2%
}

.amp-service-bar-bleed-True {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%!important
}

.amp-service-bar-cta-icon {
    margin-right: 8px
}

.amp-service-bar a:hover {
    text-decoration: none
}

.amp-service-bar a:focus-visible {
    background: #ffecb7;
    outline: none;
    box-shadow: inset 0 -2px 0 0 #4c12a1;
    display: block
}

.amp-service-bar .service-center {
    padding-bottom: 5px
}

.amp-service-bar .card {
    border: none;
    background-color: transparent
}

.amp-service-bar .card-body {
    padding: 0 8px
}

.amp-service-bar-topline {
    font-family: Currys Sans Headline,Helvetica,Arial,Sans-Serif;
    font-size: 14px;
    line-height: 17px;
    color: #213038
}

.amp-service-bar-bottomline {
    min-height: 73px
}

.amp-service-bar-bottomline,.amp-service-bar-bottomline-without-cta {
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
    font-size: 14px;
    line-height: 21px;
    color: #213038
}

.amp-service-bar-align-left {
    text-align: left
}

.amp-service-bar-align-right {
    text-align: right
}

.amp-service-bar-align-center {
    text-align: center
}

.amp-service-bar-cta-text {
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
    font-size: 14px;
    line-height: 21px;
    color: #4c12a1
}

@media (min-width: 768px) and (max-width:1023.98px) {
    .amp-service-bar-main {
        padding:8px 3%
    }

    .amp-service-bar-main .slick-slide {
        margin-right: 16px
    }
}

@media (max-width: 767.98px) {
    .amp-service-bar-bottomline {
        min-height:50px
    }

    .amp-service-bar-main .slick-slide {
        margin-right: 8px
    }

    .amp-service-bar .card-body {
        padding: 0 16px
    }

    .amp-service-bar-main {
        padding: 8px 3%
    }
}

@media screen and (min-width: 1600px) {
    .amp-service-bar .slick-list {
        max-width:1504px!important;
        margin: 0 auto
    }
}

@media screen and (max-width: 578px) {
    .service-center {
        -ms-flex-align:center;
        align-items: center
    }
}

@keyframes ripple {
    to {
        transform: scale(4);
        opacity: 0
    }
}

.btn-amp,a.btn-anchor {
    text-decoration: none
}

.btn-amp {
    transition: background-color .4s;
    color: #fff;
    background-color: #4c12a1;
    padding: 14px 48px;
    height: 48px;
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    outline: 0;
    border: 10px;
    border-radius: 999px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

.btn-amp.primary:hover {
    background-color: #5c21b2;
    color: #fff
}

.btn-amp.primary .icon-btn,.btn-amp.secondary .icon-btn {
    margin-right: 8px;
    height: 24px;
    width: 24px
}

.btn-amp.primary .arrow-btn {
    margin-left: 8px;
    height: 24px;
    width: 24px
}

.btn-amp.secondary {
    background-color: #fff;
    color: #4c12a1;
    border: 2px solid #4c12a1
}

.btn-amp.secondary .arrow-btn {
    margin-left: 8px;
    height: 24px;
    width: 24px
}

.btn-amp.secondary:hover {
    background-color: #faf5ff;
    color: #4c12a1;
    border-color: #4c12a1
}

.btn-amp.secondary:focus {
    outline: 0
}

span.ripple {
    position: absolute;
    border-radius: 999px;
    transform: scale(0);
    animation: ripple .6s linear;
    background-color: hsla(0,0%,100%,.3)
}

button.amp-btn-secondary span.ripple {
    background-color: rgba(76,18,161,.2)
}

.amp-btn-secondary:hover {
    background-color: #faf5ff;
    color: #4c12a1;
    border-color: #4c12a1;
    text-decoration: none
}

.amp-btn-secondary {
    padding: 14px 48px;
    border-radius: 24px;
    background-color: #fff;
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #faf5ff;
    border: 2px solid #faf5ff;
    text-decoration: none
}

div.btn-container a:focus-visible {
    outline: 2px auto #4c12a1
}

div.btn-container.Right {
    -ms-flex-pack: end;
    justify-content: end
}

div.btn-container.AlignCenter {
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 767.98px) {
    div.btn-container.Full-width .btn-amp,div.btn-container.Full-width .btn-anchor {
        width:100%
    }
}

.amp-image-banner-bleed-True {
    margin: 0;
    position: relative
}

.amp-image-banner-bleed-True,.display-banner-wrapper {
    padding-left: 0;
    padding-right: 0
}

.amp-image-banner-bleed-False {
    position: relative;
    padding: 0
}

.amp-image-banner-text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 16px;
    top: 8%;
    width: 358px;
    background-color: #fff;
    border-radius: 8px;
    opacity: 1%;
    position: unset;
    margin: 2rem
}

.amp-image-banner-text * {
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
    line-height: 24px;
    color: #213038;
    margin: 0
}

.display-banner-amp a:focus-visible {
    outline: 2px auto #4c12a1
}

.display-banner-amp img {
    border-radius: 8px
}

.amp-image-banner-bleed-False.display-banner-amp.container,.amp-image-banner-bleed-True.display-banner-amp.container {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    min-height: 200px
}

.amp-reverse-Right {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.amp-video-padding {
    margin: 80px 32px!important
}

.amp-image-banner-bleed-False.display-banner-amp.container img,.amp-image-banner-bleed-False.display-banner-amp.container video,.amp-image-banner-bleed-True.display-banner-amp.container img,.amp-image-banner-bleed-True.display-banner-amp.container video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute
}

.banner_bg {
    width: 100%;
    object-fit: cover
}

@media (min-width: 768px) and (max-width:1023.98px) {
    .amp-image-banner-img {
        height:320px
    }

    .amp-image-banner-bleed-False {
        position: relative;
        padding: 0
    }

    .banner_bg {
        background: #cae7e6;
        width: 100%;
        object-fit: cover
    }
}

@media (max-width: 767.98px) {
    .amp-image-banner-text {
        width:100%;
        margin: 24px
    }

    .amp-reverse-Left {
        display: -ms-flexbox;
        display: flex
    }

    .amp-image-banner-Image-above {
        margin-top: 40%
    }

    .amp-image-banner-Image-below {
        margin-bottom: 40%
    }

    .amp-image-banner-bleed-False {
        position: relative;
        padding: 0
    }
}

.amp-free-text-content p {
    margin-bottom: 8px
}

.bf-magenta {
    color: #ff529f
}

.amp-free-text p strong {
    font-size: 16px!important
}

.markdown-text ol,.markdown-text ul {
    margin: 0;
    padding: 0 0 0 16px
}

.markdown-text ol li,.markdown-text ul li {
    font-size: 14px;
    line-height: 21px;
    color: #213038;
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
    margin-bottom: 10px
}

.markdown-text ol li p,.markdown-text ul li p {
    margin-bottom: 0
}

.amp-free-text {
    color: #213038
}

.amp-free-text a:focus-visible {
    outline: 2px auto #4c12a1
}

.amp-free-text-content * {
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
    margin-bottom: 0;
    color: #213038
}

.Text-center {
    text-align: center
}

.Text-left {
    text-align: left
}

.Text-right {
    text-align: right
}

.amp-desktop-column-count-1 {
    column-count: 1;
    -moz-column-count: 1;
    -webkit-column-count: 1
}

.amp-desktop-column-count-2 {
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2
}

.amp-desktop-column-count-3 {
    column-count: 3;
    -moz-column-count: 3;
    -webkit-column-count: 3
}

.amp-desktop-column-count-4 {
    column-count: 4;
    -moz-column-count: 4;
    -webkit-column-count: 4
}

.amp-desktop-column-count-5 {
    column-count: 5;
    -moz-column-count: 5;
    -webkit-column-count: 5
}

.amp-desktop-column-count-6 {
    column-count: 6;
    -moz-column-count: 6;
    -webkit-column-count: 6
}

.amp-free-text-bg-color {
    border-radius: 10px;
    padding: 32px
}

.amp-free-text p,.markdown-text a {
    margin-bottom: 0
}

.amp-free-text p a,.markdown-text a a {
    color: #4c12a1;
    text-decoration: underline
}

@media (min-width: 768px) and (max-width:1023.98px) {
    .amp-free-text-bg-color {
        padding:24px
    }

    .amp-tab-column-count-1 {
        column-count: 1;
        -moz-column-count: 1;
        -webkit-column-count: 1
    }

    .amp-tab-column-count-2 {
        column-count: 2;
        -moz-column-count: 2;
        -webkit-column-count: 2
    }

    .amp-tab-column-count-3 {
        column-count: 3;
        -moz-column-count: 3;
        -webkit-column-count: 3
    }

    .amp-tab-column-count-4 {
        column-count: 4;
        -moz-column-count: 4;
        -webkit-column-count: 4
    }

    .amp-tab-column-count-5 {
        column-count: 5;
        -moz-column-count: 5;
        -webkit-column-count: 5
    }

    .amp-tab-column-count-6 {
        column-count: 6;
        -moz-column-count: 6;
        -webkit-column-count: 6
    }
}

@media (max-width: 767.98px) {
    .amp-free-text-bg-color {
        padding:16px
    }

    .amp-mobile-column-count-1 {
        column-count: 1;
        -moz-column-count: 1;
        -webkit-column-count: 1
    }

    .amp-mobile-column-count-2 {
        column-count: 2;
        -moz-column-count: 2;
        -webkit-column-count: 2
    }

    .amp-mobile-column-count-3 {
        column-count: 3;
        -moz-column-count: 3;
        -webkit-column-count: 3
    }

    .amp-mobile-column-count-4 {
        column-count: 4;
        -moz-column-count: 4;
        -webkit-column-count: 4
    }

    .amp-mobile-column-count-5 {
        column-count: 5;
        -moz-column-count: 5;
        -webkit-column-count: 5
    }

    .amp-mobile-column-count-6 {
        column-count: 6;
        -moz-column-count: 6;
        -webkit-column-count: 6
    }
}

.iframe-container a:focus-visible {
    outline: 2px auto #4c12a1
}

.iframe-container iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    padding-bottom: 40px
}

.height-iframe.iframe-container {
    position: relative;
    padding-bottom: 56.25%!important;
    height: 800px!important;
    overflow: hidden
}

@media (max-width: 376px) {
    .height-iframe.iframe-container {
        height:1450px!important;
        padding-bottom: 0!important
    }
}

@media (min-width: 376px) and (max-width:500px) {
    .height-iframe.iframe-container {
        height:1350px!important;
        padding-bottom: 0!important
    }
}

@media (min-width: 501px) and (max-width:814px) {
    .height-iframe.iframe-container {
        height:1270px!important;
        padding-bottom: 0!important
    }
}

@media (min-width: 815px) and (max-width:991px) {
    .height-iframe.iframe-container {
        height:800px!important;
        padding-bottom: 0!important
    }
}

#accordion {
    padding-left: 0;
    padding-right: 0
}

#accordion .card-header.accordion:hover {
    cursor: pointer
}

.drop-down-header {
    border-top-left-radius: 10px!important;
    border-top-right-radius: 10px!important
}

.drop-down-header,.drop-down-header button {
    padding: 0!important
}

.drop-down-para {
    margin-top: 10px!important;
    margin-bottom: 10px!important;
    float: right;
    padding: 0 26px;
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
    font-size: 18px!important;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    color: #213038!important
}

.pull-right {
    float: right
}

.drop-down-arrow {
    height: 30px;
    width: auto
}

.drop-down-text {
    border: 1px solid #c3c2c2;
    border-radius: 5px;
    padding: 15px
}

#myDIV2 {
    display: none
}

.amp-drop-down a:focus-visible {
    outline: 2px solid #4c12a1!important
}

.amp-drop-down .card-body {
    padding: 0
}

.amp-drop-down .card {
    border: none;
    background-color: #fff
}

.custome_container {
    padding: 16px
}

.amp-drop-down .card-header {
    background-color: #fff
}

.accordion-parent-class .margin-control {
    padding-top: 0!important;
    padding-bottom: 0!important
}

.amp-drop-down-padding {
    padding: 10px!important
}

.amp-drop-down-btn-link {
    background-color: transparent!important;
    cursor: pointer
}

.amp-drop-down-btn-link:focus {
    outline: 0!important
}

@media (min-width: 768px) and (max-width:1023.98px) {
    #accordion {
        padding-left:0;
        padding-right: 0
    }
}

@media (max-width: 767.98px) {
    #accordion {
        padding-left:0;
        padding-right: 0
    }

    #accordion .amp-image-banner-text {
        width: 300px
    }

    #accordion .amp-image-banner-Image-above {
        right: 3%
    }

    .custome_container {
        padding: 8px
    }

    .drop-down-para {
        padding: 0 13px;
        margin-right: 5px
    }

    .drop-down-header button {
        padding: 0!important;
        height: 30px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.amp-drop-down-wrapper .dcg-global-accordions .card {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.amp-drop-down-wrapper .dcg-global-accordions .card .card-header {
    border-radius: 7px;
    padding: 16px 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.amp-drop-down-wrapper .bottomslideup .svg-icon-arrow-down {
    transform: rotate(180deg)
}

.amp-oval {
    width: 64px;
    height: 64px;
    padding: 13px 11px 14px 16px;
    border: 1px solid #cdd8df;
    background-color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 100%;
    color: #fff;
    cursor: pointer;
    z-index: 9999999;
    position: absolute
}

.isitetv-video video {
    height: 100%
}

.amp-oval img {
    width: 37px;
    height: 37px;
    object-fit: contain
}

.amp-hero-video-wrapper-True {
    padding: 0
}

.amp-hero-video a:focus-visible {
    outline: 2px solid #4c12a1!important
}

.amp-hero-video a:hover {
    text-decoration: none
}

.amp-hero-video-text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 40px 45px;
    position: absolute;
    width: 547px;
    background-color: #fff;
    border-radius: 10px;
    left: 15%;
    text-align: center
}

.amp-hero-video-text * {
    color: #4c12a1;
    margin-bottom: 24px;
    font-family: Currys Sans Headline,Helvetica,Arial,Sans-Serif
}

.amp-hero-video-text h1 {
    font-size: 55px
}

.amp-hero-video-text p {
    color: #4c12a1;
    font-size: 24px;
    margin-bottom: 32px;
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
    line-height: 30px
}

.amp-hero-vedio-text-wrapper {
    overflow-wrap: break-word;
    position: absolute;
    top: 50%;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.amp-hero-video-text a {
    border: 2px solid #4c12a1;
    padding: 14px 30px;
    font-size: 16px;
    border-radius: 24px;
    margin: 0 10px;
    color: #4c12a1!important;
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
    background-color: #fff;
    text-align: center;
    text-decoration: none
}

.amp-hero-video-text a:hover {
    text-decoration: none
}

.currys-black:after {
    content: "\A";
    white-space: pre
}

@media (min-width: 768px) and (max-width:1023.98px) {
    .amp-hero-video-item {
        max-width:100%!important
    }

    .amp-hero-video-text {
        color: #f2f2f2;
        font-size: 15px;
        padding: 12px 16px;
        position: absolute;
        width: 295px;
        background-color: #fff;
        border-radius: 10px;
        left: 45px;
        text-align: center
    }

    .amp-hero-video-text h1 {
        color: #4c12a1;
        font-size: 41px;
        margin-bottom: 16px;
        font-family: Currys Sans Headline,Helvetica,Arial,Sans-Serif
    }

    .amp-hero-video-text p {
        color: #4c12a1;
        font-size: 20px;
        margin-bottom: 10px
    }

    .amp-hero-video-text a,.amp-hero-video-text p {
        font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
        line-height: 24px
    }

    .amp-hero-video-text a {
        border: 2px solid #4c12a1;
        padding: 14px 30px;
        border-radius: 24px;
        margin: 8px 25px 0;
        font-size: 16px;
        color: #4c12a1!important;
        display: block;
        text-decoration: none
    }

    .amp-hero-video-text a:hover {
        text-decoration: none
    }
}

@media (max-width: 767.98px) {
    .amp-oval {
        display:none
    }

    .amp-hero-video-item {
        max-width: 100%!important;
        height: 512px
    }

    .amp-hero-video-text {
        color: #f2f2f2;
        font-size: 15px;
        padding: 12px 16px;
        position: absolute;
        width: 295px;
        background-color: #fff;
        border-radius: 10px;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        text-align: center
    }

    .amp-hero-video-text h1 {
        color: #4c12a1;
        font-size: 41px;
        font-family: Currys Sans Headline,Helvetica,Arial,Sans-Serif;
        margin-bottom: 10px
    }

    .amp-hero-video-text p {
        color: #4c12a1;
        font-size: 20px;
        margin-bottom: 10px
    }

    .amp-hero-video-text a,.amp-hero-video-text p {
        font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
        line-height: 24px
    }

    .amp-hero-video-text a {
        border: 2px solid #4c12a1;
        padding: 14px 30px;
        border-radius: 24px;
        margin: 8px 25px 0;
        font-size: 16px;
        color: #4c12a1!important;
        display: block;
        text-decoration: none
    }

    .amp-hero-video-text a:hover {
        text-decoration: none
    }
}

.amp-brand-blocks-content p {
    margin-bottom: 0
}

.amp-brand-blocks-content .card-text {
    min-height: 63px
}

.amp-brand-banner-bg-image img {
    height: 156px;
    position: absolute;
    right: 20%
}

.width10 img {
    width: 24px!important;
    height: 24px!important
}

.amp-brand-blocks a:focus-visible {
    outline: 2px auto #4c12a1!important
}

.amp-brand-blocks a {
    text-decoration: none
}

.amp-brand-blocks .width60 {
    z-index: 2
}

.amp-brand-blocks .card-title {
    font-family: Currys Sans Headline,Helvetica,Arial,Sans-Serif;
    font-size: 16px;
    line-height: 1.38;
    margin-bottom: 8px;
    padding-left: 0
}

.amp-brand-blocks .card-text *,.amp-brand-blocks .card-title {
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #000
}

.amp-brand-blocks .card-text * {
    width: auto;
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
    font-size: 14px;
    line-height: 1.5
}

.amp-brand-blocks .product_img {
    position: absolute;
    width: auto!important;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 2;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    padding-top: 15px
}

.amp-brand-blocks .card {
    border-radius: 10px;
    overflow: hidden
}

.amp-brand-blocks .align-self-center.text-right img {
    width: 24px;
    height: 24px
}

.amp-brand-blocks .card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-right: 10px;
    padding-left: 25px;
    padding-top: 20px
}

@media (min-width: 768px) and (max-width:1023.98px) {
    .amp-brand-blocks .row {
        margin:0 -16px
    }
}

@media (max-width: 767.98px) {
    .amp-brand-blocks .amp-brand-blocks-one-by-four-wrapper .product_img {
        padding:0
    }
}

.amp-brand-blocks-full-intended-wrapper .product_img,.amp-brand-blocks-full-wrapper .product_img {
    object-fit: contain!important
}

@media (min-width: 1024px) {
    .amp-brand-banner-width:nth-child(3n) {
        margin-right:1px
    }

    .amp-brand-banner-width-center:nth-child(odd) {
        margin-left: 16.666667%
    }
}

.amp-text-banner-bleed-true {
    padding-left: 0;
    padding-right: 0
}

.banner-text a:focus-visible {
    outline: 2px solid #4c12a1!important
}

.amp-text-banner-wrapper {
    padding: 16px!important;
    border-radius: 10px;
    background-color: unset
}

.amp-banner-text-wrapper {
    margin: 0 -3.2%
}

.amp-banner-text-wrapper .banner-text {
    max-width: 100%!important
}

.amp-banner-text-compact-margin-true {
    padding-top: 16px!important;
    padding-bottom: 16px!important
}

.amp-text-banner-title {
    color: #213038
}

.amp-text-banner-title * {
    font-size: 14px;
    line-height: 21px
}

.amp-text-banner-subtitle,.amp-text-banner-title * {
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
    margin-bottom: 0
}

.amp-text-banner-subtitle {
    color: #213038;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    margin-top: 0!important
}

.amp-text-banner-cta-item {
    color: #000!important;
    line-height: 21px;
    font-size: 14px;
    text-align: left;
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
    text-decoration: underline
}

.amp-text-banner-img {
    height: 24px
}

@media (min-width: 768px) and (max-width:1023.98px) {
    .amp-banner-text-wrapper {
        margin:0 -2.9%
    }
}

@media (max-width: 767.98px) {
    .amp-text-banner-cta {
        display:-ms-flexbox;
        display: flex;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 16px
    }

    .amp-text-banner-cta-item {
        padding-left: 32px!important
    }

    .amp-banner-text-main-div,.amp-banner-text-wrapper {
        margin: 0 -1.9%
    }
}

.accordion-custom .svg-icon-arrow-down {
    transform: rotate(0deg)
}

.accordion-custom .active .svg-icon-arrow-down {
    transform: rotate(180deg)
}

.accordion-custom .card-header a {
    text-decoration: none
}

.accordion-custom .card-header h3 .icon-append {
    float: left
}

.accordion-custom .card-header h3 .icon-down,.accordion-custom .card-header h3 span {
    float: right
}

.amp-accordion-wrapper a:focus-visible {
    border: 2px solid #4c12a1;
    outline: 2px solid #ffecb7;
    outline-offset: -4px;
    border-radius: 5px
}

.amp-accordion-wrapper .dcg-global-accordions {
    padding: 0
}

.amp-accordion-wrapper .dcg-global-accordions .card {
    margin: 0;
    padding: 0
}

.amp-accordion-wrapper .dcg-global-accordions .card .collapse.show {
    background: #fff;
    margin-bottom: 0
}

.amp-accordion-wrapper .dcg-global-accordions .card .card-header {
    border-bottom: none;
    padding: 4px 0!important
}

.amp-accordion-wrapper .dcg-global-accordions .card-body {
    padding: 0 16px 16px
}

.amp-accordion-wrapper .dcg-global-accordions .card-body p a {
    color: #4c12a1;
    text-decoration: underline
}

.amp-accordion-wrapper .dcg-global-accordions .accordion-up {
    right: 4px
}

.amp-accordion-wrapper .icon-append {
    display: inline-block;
    margin-right: 16px!important
}

.amp-accordion-wrapper .icon-append img {
    margin-top: -5px;
    height: auto;
    width: 32px
}

.amp-accordion-wrapper .amp-accordion-contents {
    padding: 0
}

.amp-accordion-wrapper #final-slider {
    margin: 0
}

.amp-accordion-wrapper .amp-card-block-main .card {
    padding: 0
}

.amp-accordion-wrapper .amp-text-blocks-wrapper .slick-prev {
    left: -12px!important
}

.amp-accordion-wrapper .amp-text-blocks-wrapper .slick-next {
    right: -12px!important
}

.amp-accordion-wrapper .amp-free-text {
    padding: 0
}

.amp-accordion-wrapper .banner-text {
    padding-left: 0;
    padding-right: 0
}

.amp-accordion-wrapper>.card {
    border: 1px solid #cdd8df!important;
    border-radius: 7px!important;
    background-color: #fff;
    margin-bottom: 0
}

.amp-accordion-wrapper .card-header {
    background-color: transparent;
    padding: 0!important
}

.amp-accordion-wrapper .card-header a {
    padding: 16px;
    display: block
}

.amp-accordion-wrapper .card-header a,.amp-accordion-wrapper .card-header a:hover {
    color: #213038;
    text-decoration: none;
    cursor: pointer
}

.amp-accordion-wrapper .card-header h3 {
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
    font-size: 18px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    color: #213038;
    margin-bottom: 0
}

.amp-accordion-wrapper .card-header .accordion-arrow-icon {
    background-image: url(https://currysnonprod.a.bigcontent.io/v1/static/icon-arrowdown-accordion);
    width: 24px;
    height: 24px;
    position: absolute;
    top: 20px;
    right: 16px
}

.amp-accordion-wrapper .card-body .row>.card-body-block:first-child section {
    padding: 0!important
}

.amp-accordion-wrapper .card-header .accordion-arrow-icon:not(.icon-rotate) {
    transform: rotate(180deg)
}

.accordion-arrow-icon1,.accordion-bottom-arrow-icon {
    background-image: url(https://currysnonprod.a.bigcontent.io/v1/static/icon-arrowdown-accordion);
    width: 24px;
    height: 24px;
    position: absolute;
    right: 16px
}

.accordion-bottom-arrow-icon {
    transform: rotate(180deg);
    bottom: 13px
}

.bottomslideup {
    cursor: pointer;
    display: none;
    float: right
}

.amp-accordion-wrapper .active .accordion-arrow-icon1,.bottomslideup {
    transform: rotate(180deg)
}

.amp-accordion-wrapper .accordion-arrow-icon1 {
    transform: rotate(0deg)
}

@media (min-width: 1024px) {
    .amp-accordion-wrapper {
        padding-left:0!important;
        padding-right: 0!important
    }
}

@media (min-width: 768px) and (max-width:1023.98px) {
    .amp-accordion-wrapper {
        padding-left:0!important;
        padding-right: 0!important
    }
}

@media (max-width: 767.98px) {
    .amp-accordion-wrapper {
        padding-left:0!important;
        padding-right: 0!important
    }

    .amp-accordion-wrapper .image-block-amp .slick-prev {
        left: -12px!important
    }

    .amp-accordion-wrapper .image-block-amp .slick-next {
        right: -12px!important
    }
}

.amp-boxout-wrapper-padding {
    padding-left: 32px!important;
    padding-right: 32px!important
}

.amp-boxout-main-container {
    margin: 0 -3.2%!important
}

.amp-boxout-fullbleed-true {
    padding-left: 0;
    padding-right: 0;
    width: 100vw;
    max-width: 100vw!important;
    margin-left: calc(-1 * ((100vw - 100%) / 2))!important
}

.amp-boxout-container a:focus-visible {
    outline: 2px solid #4c12a1!important
}

.amp-boxout-container .amp-text-blocks-wrapper {
    padding-left: 0;
    padding-right: 0
}

.amp-boxout-container #final-slider {
    margin: unset
}

.amp-boxout-container.amp_box_area {
    padding-top: 0!important
}

.amp-boxout-container.amp_box_area .amp-text-blocks-wrapper {
    padding: 0!important
}

.amp-boxout-container .MultiCarousel-text-block {
    padding: 0;
    position: unset
}

.amp-boxout-container .MultiCarousel-text-block .MultiCarousel-inner-text-block .item-text-block {
    padding: 16px
}

.amp-boxout-container .MultiCarousel-text-block .rightLst-text-block {
    right: -12px
}

.amp-boxout-container .MultiCarousel-text-block .leftLst-text-block {
    left: -12px
}

.amp-boxout-container .amp-text-blocks-wrapper .amp-text-blocks-items-border {
    margin-bottom: 0;
    padding: 22px 27px 20px
}

.amp-boxout-container .amp-text-blocks-wrapper.margin-stack .amp-text-blocks-one-by-four {
    padding-top: 16px
}

.amp-boxout-container .amp-text-blocks-wrapper.margin-stack .amp-text-blocks-one-by-four:last-child {
    padding-bottom: 16px
}

.amp-boxout-container.amp-boxout-fullbleed-true {
    padding: 16px 0
}

.amp-boxout-container .MultiCarousel-img-block .display-images {
    margin-bottom: 0
}

@media (min-width: 1024px) {
    .amp-boxout-container {
        margin:0 auto;
        max-width: 100%
    }

    .amp-boxout-container .amp-text-blocks-wrapper.margin-stack>.row,.amp-boxout-container .amp-text-blocks-wrapper>.row {
        margin-left: 32px;
        margin-right: 32px;
        padding-left: 27px;
        padding-right: 27px
    }

    .amp-boxout-container .amp-text-blocks-wrapper .amp-text-blocks-items-border {
        padding: 22px 24px 20px
    }

    .amp-boxout-container .amp-text-blocks-wrapper.margin-stack>.row {
        padding-top: 21px;
        padding-bottom: 21px
    }

    .amp-boxout-container .MultiCarousel-text-block .MultiCarousel-inner-text-block .item-text-block {
        padding: 37px 15px
    }

    .amp-boxout-container .MultiCarousel-img-block .MultiCarousel-img-text-block .item-image-block>div {
        padding: 0 16px
    }

    .amp-boxout-container .display-padding {
        padding: 0 29px
    }

    .amp-boxout-container .boxout-image-row {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width: 768px) and (max-width:1023.98px) {
    .amp-boxout-container .boxout-image-row {
        margin-left:6px;
        margin-right: 6px;
        padding-left: 10px;
        padding-right: 10px
    }

    .amp-boxout-container .amp-text-blocks-wrapper>.row {
        margin-left: 16px;
        margin-right: 16px;
        padding-left: 16px;
        padding-right: 16px
    }

    .amp-boxout-container .MultiCarousel-text-block .MultiCarousel-inner-text-block .item-text-block {
        padding: 32px 16px
    }

    .amp-boxout-container .amp-text-blocks-wrapper.margin-stack .amp-text-blocks-one-by-four,.amp-boxout-container .amp-text-blocks-wrapper.margin-stack>.row {
        padding: 16px
    }

    .amp-boxout-container .MultiCarousel-img-block {
        padding: 12px
    }

    .amp-boxout-container .MultiCarousel-img-block .MultiCarousel-img-text-block .item-image-block>div {
        padding: 0 12px
    }

    .amp-boxout-container.amp-boxout-fullbleed-true {
        padding: 12px 0
    }

    .amp-boxout-container .boxout-text-row {
        padding-left: 11px;
        padding-right: 11px
    }

    .amp-boxout-container .amp-img-block {
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width: 767.98px) {
    .amp-boxout-container .amp-image-blocks-onebythree .display-border {
        width:340px!important
    }

    .amp-boxout-container .boxout-image-row {
        padding-left: 22px;
        padding-right: 22px
    }

    .amp-boxout-container .boxout-text-row {
        padding-left: 8px;
        padding-right: 8px
    }

    .amp-boxout-container .boxout-text-row .amp-text-blocks-wrapper>.row {
        margin-left: 10px;
        margin-right: 10px
    }
}

.amp-boxout-border-true {
    border: 1px solid #cdd8df;
    border-radius: 10px
}

.boxout-text-row .responsive-row-text-block.custom-row {
    margin: 0;
    padding: 0
}

.boxout-text-row .amp-text-blocks-wrapper .slick-list {
    padding: 0!important;
    margin: 37px 26px
}

.boxout-text-row .amp-text-blocks-wrapper .slick-next.slick-arrow {
    right: -18px!important
}

.boxout-text-row .amp-text-blocks-wrapper .slick-prev.slick-arrow {
    left: -18px!important
}

.amp-boxout-onebythree-true {
    width: 100%;
    background-color: #fff
}

.amp-boxout-onebythree-true .amp-free-text {
    max-width: 100%;
    padding: 16px;
    margin-left: 12px;
    margin-right: 12px;
    border-radius: 10px
}

.amp-boxout-onebythree-true .amp-free-text-content h4 {
    font-weight: 700
}

.amp-boxout-onebythree-true .amp-free-text ol {
    padding-left: 20px;
    margin-bottom: 12px
}

.amp-boxout-onebythree-true .amp-free-text ol:last-child {
    margin-bottom: 0
}

.amp-boxout-onebythree-true .amp-free-text ol:last-child li:last-child {
    padding-bottom: 0
}

.amp-boxout-onebythree-true .amp-free-text ol li {
    padding-bottom: 8px;
    padding-left: 10px
}

@media (min-width: 1024px) {
    .amp-boxout-onebythree-true .amp-free-text {
        max-width:62%;
        margin: 0 auto;
        padding: 24px
    }
}

@media (min-width: 768px) and (max-width:1023.98px) {
    .amp-boxout-wrapper-padding {
        padding-left:16px!important;
        padding-right: 16px!important
    }
}

@media (max-width: 767.98px) {
    .amp-boxout-wrapper-padding {
        padding-left:8px!important;
        padding-right: 8px!important
    }

    .boxout-text-row .amp-text-blocks-wrapper .slick-list {
        padding: 0!important;
        margin: 16px 12px
    }

    .boxout-text-row .amp-text-blocks-wrapper .slick-next.slick-arrow {
        right: -11px!important
    }

    .boxout-text-row .amp-text-blocks-wrapper .slick-prev.slick-arrow {
        left: -11px!important
    }
}

@media (min-width: 768px) {
    .amp-boxout-onebythree-true .amp-free-text {
        padding:32px;
        margin-left: 24px;
        margin-right: 24px;
        max-width: 100%
    }

    .amp-boxout-onebythree-true .amp-free-text ol {
        margin-bottom: 16px
    }

    .amp-boxout-container .amp-text-blocks-wrapper>.row {
        border-radius: 10px;
        position: relative;
        margin-left: 8px;
        margin-right: 8px
    }

    .amp-boxout-container .MultiCarousel-text-block .MultiCarousel-inner-text-block .item-text-block {
        padding: 32px 16px
    }

    .amp-boxout-container .amp-text-blocks-wrapper.margin-stack .amp-text-blocks-one-by-four,.amp-boxout-container .amp-text-blocks-wrapper.margin-stack>.row {
        padding: 16px
    }

    .amp-boxout-container .MultiCarousel-img-block {
        padding: 12px
    }

    .amp-boxout-container .MultiCarousel-img-block .MultiCarousel-img-text-block .item-image-block>div {
        padding: 0 12px
    }

    .amp-boxout-container.amp-boxout-fullbleed-true {
        padding: 12px 0
    }

    .amp-boxout-container .boxout-image-row {
        padding-left: 10px;
        padding-right: 10px
    }

    .amp-boxout-container .boxout-text-row {
        padding-left: 11px;
        padding-right: 11px
    }

    .amp-boxout-container .amp-img-block {
        padding-left: 0;
        padding-right: 0
    }
}

.outer-anchor {
    display: block;
    max-width: 1600px;
    margin: 0 auto;
    text-decoration: none!important
}

.amp-carousel-subheading img {
    margin: 0 auto
}

#final-slider .amp-slider-block {
    -ms-flex-align: center;
    align-items: center
}

#final-slider a:focus-visible {
    outline: 2px solid #4c12a1!important
}

#final-slider .amp-home-carousel-slider {
    margin-bottom: 0;
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif
}

#final-slider .amp-home-carousel-slider a:hover {
    text-decoration: none
}

#final-slider .amp-home-carousel-slider .slick-next {
    opacity: 1;
    right: 25px!important;
    z-index: 1;
    background-image: url(https://currysprod.a.bigcontent.io/v1/static/right-arrow-white-circle_updated-svg)!important;
    height: 48px;
    width: 48px;
    background-color: transparent!important
}

#final-slider .amp-home-carousel-slider .slick-next:focus,#final-slider .amp-home-carousel-slider .slick-next:hover {
    opacity: 1;
    outline: 2px solid #4c12a1!important;
    border-radius: 50%
}

#final-slider .amp-home-carousel-slider .slick-next:before,#final-slider .amp-home-carousel-slider .slick-prev:before {
    content: ""
}

#final-slider .amp-home-carousel-slider .slick-slide {
    margin: 0
}

#final-slider .amp-home-carousel-slider .slick-dots {
    bottom: 8px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 8px
}

#final-slider .amp-home-carousel-slider .slick-dots #playPauseCarousel:focus-visible {
    opacity: 1;
    outline: 2px solid #4c12a1!important;
    border-radius: 50%
}

#final-slider .amp-home-carousel-slider .slick-dots li {
    margin: 3px;
    margin-top: -2px
}

#final-slider .amp-home-carousel-slider .slick-dots li button:before {
    font-size: 60px!important;
    opacity: 1;
    color: #fff;
    width: 25px;
    height: 25px;
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif
}

#final-slider .amp-home-carousel-slider .slick-dots li.slick-active button:before {
    color: #4c12a1;
    font-size: 80px!important
}

#final-slider .amp-home-carousel-slider .slick-active {
    opacity: 1
}

#final-slider .amp-home-carousel-slider .slick-prev {
    left: 25px!important;
    z-index: 1;
    background-image: url(https://currysprod.a.bigcontent.io/v1/static/left-arrow-white-circle_updated-svg)!important;
    height: 48px;
    width: 48px;
    background-color: transparent!important
}

@media (max-width: 578px) {
    #final-slider .amp-home-carousel-slider p {
        margin-bottom:8px
    }

    #final-slider .amp-home-carousel-slider .amp-carousel-btn {
        margin-top: 4px;
        margin-bottom: 4px
    }

    #final-slider .amp-home-carousel-slider .amp-carousel-copy {
        width: 95%;
        margin: auto
    }

    #final-slider .amp-home-carousel-slider .slick-dots {
        bottom: 0
    }

    #final-slider .amp-home-carousel-slider .slick-dots li.slick-active button:before {
        font-size: 80px!important
    }

    #final-slider .amp-home-carousel-slider .slick-dots li button:before {
        font-size: 60px!important
    }
}

@media (max-width: 767.98px) {
    #final-slider .amp-home-carousel-slider .slick-next,#final-slider .amp-home-carousel-slider .slick-prev {
        display:none!important
    }
}

#final-slider .amp-carousel-btn-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 1rem
}

#final-slider .amp-carousel-btn-wrapper a {
    margin-bottom: .5rem
}

#final-slider .amp-carousel-btn-wrapper a:focus-visible {
    border: 2px solid #faf5ff!important;
    outline: 2px solid #4c12a1!important;
    outline-offset: 2px
}

#final-slider .amp-carousel-btn-wrapper button {
    margin-bottom: .5rem
}

#final-slider .amp-carousel-headline {
    font-family: Currys Sans Headline,Helvetica,Arial,Sans-Serif;
    color: #4c12a1;
    margin-bottom: 16px;
    line-height: normal
}

#final-slider .headline-Default {
    font-size: clamp(2.4rem,1.5rem + 3.7273vw,3.5rem)
}

#final-slider .headline-Large {
    font-size: clamp(3rem,2.9rem + 9.6516vw,8rem);
    line-height: clamp(3rem,2.9rem + 9.6516vw,8rem)
}

#final-slider .headline-Small {
    font-size: clamp(2rem,1.5645rem + 1.9355vw,3.5rem)
}

#final-slider .image-only {
    padding-top: 0!important;
    padding-bottom: 0!important;
    margin: 0!important
}

#final-slider .image-only a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

#final-slider .image-only img {
    width: 100%;
    max-width: 1366px;
    justify-self: center;
    margin-top: auto
}

#final-slider .amp-carousel-subheading {
    font-family: Currys Sans Light,Helvetica,Arial,Sans-Serif;
    font-size: 24px;
    line-height: 28px;
    font-weight: light
}

#final-slider .amp-carousel-subheading strong {
    font-family: Currys Sans Headline,Helvetica,Arial,Sans-Serif
}

#final-slider .amp-carousel-subheading p {
    margin-bottom: 0
}

#final-slider .promotional .amp-carousel-subheading {
    padding: 0
}

#final-slider .promotional .amp-carousel-copy a {
    transform: translateY(-21px)
}

#final-slider .amp-carousel-smalltext {
    font-family: Currys Sans Light,Helvetica,Arial,Sans-Serif;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0
}

#final-slider .amp-carousel-bg-image {
    z-index: 0;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex
}

#final-slider .amp-carousel-btn {
    background: #fff;
    border: 2px solid #4c12a1;
    border-radius: 22px;
    font-size: 13px;
    font-weight: 500;
    color: #4c12a1;
    text-align: center;
    line-height: 15px;
    padding: 10px 30px;
    text-decoration: none;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 10px
}

#final-slider .amp-carousel-btn a {
    color: #4c12a1;
    font-size: 14px;
    line-height: 14px
}

#final-slider .slick-prev {
    opacity: 1
}

#final-slider .slick-prev:focus,#final-slider .slick-prev:hover {
    opacity: 1;
    outline: 2px solid #4c12a1!important;
    border-radius: 50%
}

#final-slider .slick-dots li button:before {
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif!important
}

#final-slider .amp-carousel-btn:hover {
    box-shadow: 0 0 6px 0 #21303833;
    background: #faf5ff;
    cursor: pointer
}

#final-slider .slick-track {
    display: -ms-flexbox!important;
    display: flex!important
}

#final-slider .slick-slide {
    height: inherit!important
}

#final-slider .slick-slide>div {
    height: 100%
}

#final-slider .amp-slide {
    padding: 5px 40px 40px;
    height: 100%;
    position: relative;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-pack: center;
    justify-content: center
}

#final-slider .amp-carousel-copy {
    -ms-flex: 1;
    flex: 1;
    z-index: 2
}

#final-slider .amp-carousel-img {
    -ms-flex: 0.5;
    flex: 0.5
}

.amp-play-pause {
    background-color: #fff;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    border: none;
    padding: 5px;
    margin-left: 8px;
    outline: none!important
}

.aling-content-cc {
    position: relative;
    height: 100%
}

.amp-slider-play {
    content: url(https://currysprod.a.bigcontent.io/v1/static/play-btn)!important;
    margin-left: 1px;
    margin-top: -4px
}

.amp-slider-pause {
    content: url(https://currysprod.a.bigcontent.io/v1/static/pause-btn);
    padding: 4px;
    margin-left: 0;
    margin-top: -4px
}

@media (min-width: 1024px) {
    .amp-carousel-template-wrapper {
        padding:0 32px
    }
}

@media (min-width: 768px) and (max-width:1023.98px) {
    .amp-carousel-content-wrapper {
        width:470px
    }

    .amp-carousel-headline-Default {
        font-size: 50px
    }

    .amp-carousel-headline {
        margin-bottom: 3px;
        padding: 0 15px
    }

    .amp-carousel-subheading {
        padding: 0 70px
    }

    .amp-carousel-subheading * {
        line-height: 28px
    }

    .amp-carousel-btn {
        margin: 5px
    }

    .amp-carousel-centered-image {
        margin-bottom: 40%
    }

    .amp-carousel-promotional-content {
        margin-bottom: 5%
    }

    .amp-carousel-video-wrapper {
        padding: 0 20px;
        width: 330px
    }
}

@media (max-width: 543.98px) {
    .amp-carousel-img-template-wrapper {
        height:auto!important
    }
}

@media (max-width: 767.98px) {
    .amp-carousel-headline-Default {
        font-size:50px;
        line-height: 50px
    }

    .amp-carousel-subheading {
        padding: 0
    }

    .amp-carousel-btn-wrapper {
        margin-top: 15px
    }

    .amp-carousel-Contain {
        object-fit: contain;
        height: auto
    }

    .amp-carousel-promotional-btn {
        margin-top: 15%
    }

    .amp-carousel-headline-Small {
        font-size: 40px
    }

    .amp-carousel-content-wrapper {
        padding: 0 10px;
        width: auto!important
    }

    .amp-carousel-promotional-content {
        margin-bottom: 0
    }

    .amp-carousel-promotional-headline {
        margin-top: 1rem
    }

    .amp-carousel-video-wrapper {
        width: 200px
    }

    #final-slider .amp-slide {
        padding-bottom: 50px
    }
}

@media screen and (max-width: 570px) {
    .amp-carousel-btn-wrapper {
        margin-top:15px
    }
}

@media (max-width: 900px) {
    #final-slider .amp-carousel-btn-wrapper {
        padding:1rem!important
    }
}

@media (min-width: 600px) {
    #final-slider .amp-carousel-img {
        -ms-flex:0.75;
        flex: 0.75
    }
}

@media screen and (max-width: 578px) {
    #final-slider .amp-carousel-headline {
        margin-bottom:8px
    }

    #final-slider .amp-slide {
        padding-bottom: 40px
    }
}

@media (min-width: 768px) {
    #final-slider .img-right {
        -ms-flex-order:2;
        order: 2
    }

    #final-slider .amp-carousel-subheading {
        padding-left: 100px;
        padding-right: 100px
    }
}

@media (max-width: 900px) {
    #final-slider .amp-carousel-btn {
        padding:8px 32px;
        font-size: 12px
    }

    #final-slider .amp-slide {
        padding: 32px 0 50px
    }

    #final-slider .amp-carousel-subheading {
        font-size: 22px
    }
}

@media (min-width: 375px) and (max-width:578px) {
    #final-slider .promotional .amp-carousel-headline {
        margin-top:20%
    }
}

@media (max-width: 578px) {
    #final-slider .amp-carousel-copy a {
        justify-self:center;
        margin-top: auto
    }

    #final-slider .promotional .amp-carousel-copy a {
        justify-self: center;
        margin-top: auto;
        transform: translateY(-60px)
    }

    #final-slider .amp-slide {
        margin-bottom: 25px!important;
        padding-bottom: 45px;
        padding-top: 0
    }

    #final-slider .amp-carousel-btn {
        -ms-flex: 1 0 28%;
        flex: 1 0 28%;
        padding: 8px;
        margin-right: 4px;
        margin-left: 4px;
        max-width: 230px
    }

    #final-slider .amp-carousel-btn-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-self: flex-end;
        margin-top: 8px
    }
}

@media (max-width: 767.98px) {
    #final-slider .amp-slider-block {
        -ms-flex-direction:column!important;
        flex-direction: column!important
    }

    #final-slider .img-hide-mobile {
        display: none!important
    }
}

@media screen and (min-width: 1504px) {
    .aling-content-cc {
        max-width:1504px;
        margin: 0 auto;
        height: 100%
    }
}

.banner-image a:focus-visible {
    outline: 2px solid #4c12a1!important
}

.banner-image img {
    border-radius: 8px
}

.banner-image .banner_padding {
    padding: 0;
    margin: 0 auto;
    width: 100%
}

.banner-image .banner_bg {
    width: 100%;
    object-fit: cover
}

@media (min-width: 768px) and (max-width:1023.98px) {
    .amp-banner-image .banner_padding {
        padding:0
    }

    .amp-banner-image .banner_bg {
        background: #cae7e6;
        width: 100%;
        object-fit: cover
    }
}

@media (max-width: 1023.98px) {
    .amp-banner-image .banner_padding {
        padding:0
    }
}

.amp-video-main-div {
    margin: 0 -3.2%
}

.amp-video-main-div a:focus-visible {
    outline: 2px solid #4c12a1!important
}

.amp-video-container video,.amp-video-wrapper video {
    max-width: 100%
}

.isitetv-video video {
    width: 100%
}

@media (min-width: 768px) and (max-width:1023.98px) {
    .amp-video-item {
        max-width:100%!important;
        width: 100%!important
    }
}

@media (max-width: 767.98px) {
    .amp-video-item {
        max-width:100%!important;
        width: 100%!important
    }
}

.amp-section-title-padding {
    padding-left: 0;
    padding-right: 0
}

.amp-section-title a:focus-visible {
    outline: 2px auto #4c12a1!important
}

.amp-section-title-text-left {
    text-align: left
}

.amp-section-title-text-right {
    text-align: right
}

.amp-section-title-text-center {
    text-align: center
}

.section-title {
    border-color: #828383
}

.section-title h5 {
    font-family: Currys Sans Headline,Helvetica,Arial,Sans-Serif;
    font-size: 20px;
    line-height: 24px
}

.section-title-link {
    text-decoration: none!important
}

@media (min-width: 768px) and (max-width:1023.98px) {
    .section-title {
        padding:0!important
    }

    .amp-section-title-padding {
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width: 767.98px) {
    .amp-section-title-text-left {
        text-align:left
    }

    .amp-section-title-text-right {
        text-align: right
    }

    .amp-section-title-text-center {
        text-align: center
    }

    .amp-section-title-padding {
        padding-left: 0;
        padding-right: 0
    }

    .section-title {
        padding: 0!important
    }
}

.installation-box {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 4px
}

.installation-content-IncludeICON {
    background-image: url("https://bggl-018.dx.commercecloud.salesforce.com/on/demandware.static/Sites-curryspcworlduk-Site/-/en_GB/images/icon-service-tick-repair.svg");
    width: 15px
}

.installation-content-ExcludeICON,.installation-content-IncludeICON {
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    margin-top: 2px
}

.installation-content-ExcludeICON {
    background-image: url("https://bggl-018.dx.commercecloud.salesforce.com/on/demandware.static/Sites-curryspcworlduk-Site/-/en_GB/images/icon-service-close-gray.png");
    background-size: cover;
    width: 16px
}

.model-installation-box>div {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 4px
}

.installation-text {
    margin: 0 0 0 6px;
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif
}

.installation-content {
    padding-bottom: 8px
}

.model-installation-box {
    padding: 24px 45px
}

.model-installation-box p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 1rem
}

.installation-heading {
    padding-top: 0!important;
    color: #213038;
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: center;
    margin-bottom: 8px!important
}

.installation-cost {
    border: 1px solid #cdd8df;
    padding: 16px;
    border-radius: 10px
}

.installation-title {
    font-size: 14px;
    line-height: 17px;
    color: #4c12a1;
    margin-bottom: 8px
}

.installation-cost-value-item,.installation-title {
    font-family: Currys Sans Headline,Helvetica,Arial,Sans-Serif
}

.installation-cost-value-item {
    line-height: 21px;
    padding: 0 16px 0 0
}

.model-installation-box p a {
    color: #4c12a1;
    text-decoration: underline
}

.amp-installation-checklist-wrapper p {
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
    font-size: 14px;
    line-height: 21px;
    color: #213038;
    margin-bottom: 16px
}

.amp-installation-wrapper>a {
    color: #4c12a1;
    font-size: 14px;
    line-height: 21px
}

.amp-installation-wrapper .card {
    border: none;
    padding: 0;
    margin-bottom: 0
}

.amp-installation-wrapper p {
    margin-bottom: 0
}

.amp-installation-wrapper .icon-down {
    padding-left: 8px
}

.amp-installation-checklist-wrapper a[aria-expanded=false] span img {
    transform: rotate(180deg)
}

.amp-installation-div {
    margin-top: 16px
}

.amp-container-installation {
    padding: 16px;
    border-radius: 10px
}

.amp-installation-title-block span {
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
    font-size: 14px;
    line-height: 21px;
    color: #213038
}

.amp-installation-message {
    border: 1px solid #cdd8df;
    width: 50%;
    margin-left: auto;
    margin-right: auto
}

.amp-installation-error-block span {
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
    font-size: 14px;
    line-height: 21px;
    color: #c90404
}

.amp-installation-heading {
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
    font-size: 20px;
    line-height: 24px;
    color: #213038
}

@media (max-width: 480px) {
    .amp-installation-message {
        width:100%
    }
}

@media (max-width: 768px) {
    .amp-installation-heading {
        font-size:16px!important;
        line-height: 22px!important
    }
}

.store-list h3 {
    padding-bottom: 32px
}

.store-list-data {
    border: 1px solid #cdd8df;
    border-radius: 10px;
    padding: 25px;
    height: 100%
}

.store-list-data a {
    color: #4c12a1;
    margin-bottom: 0;
    display: block
}

.store-list-amp {
    margin-bottom: 24px
}

.store-list-slick {
    padding-left: 16px;
    padding-right: 16px
}

.storefinder-slick {
    margin: 0 -16px
}

.storefinder-slick .slick-next:before {
    background: url(https://currysprod.a.bigcontent.io/v1/static/icon-arrowright_1-svg) no-repeat;
    content: "";
    display: block;
    height: 32px;
    width: 32px;
    background-color: #56707a;
    border-radius: 50%;
    background-position: 50%
}

.storefinder-slick .slick-prev:before {
    background: url(https://currysprod.a.bigcontent.io/v1/static/icon-arrowright_2-svg) no-repeat;
    content: "";
    display: block;
    height: 32px;
    width: 32px;
    background-color: #56707a;
    border-radius: 50%;
    background-position: 50%
}

.storefinder-slick .slick-arrow.slick-disabled {
    display: none!important
}

.storefinder-slick .slick-next {
    right: 0;
    z-index: 99;
    width: 34px
}

.storefinder-slick .slick-prev {
    left: 0;
    z-index: 99;
    width: 34px
}

.storefinder-slick .slick-track .slick-slide div:first-child {
    height: 100%
}

.storefinder-slick .slick-slide {
    height: auto
}

.storefinder-slick .slick-track {
    display: -ms-flexbox;
    display: flex
}

@media (min-width: 768px) and (max-width:1023.98px) {
    .store-list-data {
        margin-bottom:24px
    }

    .store-list-slick {
        padding-left: 8px;
        padding-right: 8px
    }

    .storefinder-slick {
        margin: 0 -8px
    }
}

@media (max-width: 767.98px) {
    .store-list-amp,.store-list-data {
        margin-bottom:16px
    }

    .store-list-slick {
        padding-left: 4px;
        padding-right: 4px
    }

    .storefinder-slick {
        margin: 0 -4px
    }
}

.media-slider .cta-secondary-btn {
    min-width: 137px;
    height: 3em;
    padding: 12px 14px;
    border-radius: 24px;
    border: 2px solid #4c12a1;
    background-color: #fff;
    font-size: 16px;
    line-height: 20px;
    text-align: center
}

.media-slider .amp-slider-play {
    content: url(https://currysnonprod.a.bigcontent.io/v1/static/play-btn)!important
}

.media-slider .amp-slider-pause {
    content: url(https://currysnonprod.a.bigcontent.io/v1/static/pause-btn)
}

.media-slider .playPauseCarousel-btn {
    width: 32px!important;
    height: 32px!important
}

.media-slider .isitetv-video video {
    height: auto!important
}

.media-slider .slick-list,.media-slider .slick-slider {
    display: -ms-flexbox;
    display: flex
}

.media-slider .slick-slide>div {
    display: -ms-flexbox!important;
    display: flex!important;
    height: 100%
}

.media-slider .slick-slide picture img {
    max-width: 100%;
    width: 100%
}

.media-slider .slick-dots li {
    border: 1px solid #eee;
    border-radius: 50%;
    background: #fff;
    width: 16px;
    height: 16px;
    transition: all .3s ease
}

.media-slider .slick-dots li button {
    opacity: 0
}

.media-slider .slick-dots li button:before {
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif!important
}

.media-slider .slick-dots li.slick-active {
    background: #4c12a1;
    transform: scale(1.5);
    border: 1px solid #4c12a1
}

.media-slider .amp-home-carousel-slider {
    margin-bottom: 0;
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif
}

.media-slider .amp-home-carousel-slider .slick-prev {
    left: 25px!important;
    z-index: 1;
    background-image: url(https://currysprod.a.bigcontent.io/v1/static/left-arrow-white-circle_updated-svg)!important;
    height: 48px;
    width: 48px;
    background-color: transparent!important
}

.media-slider .amp-home-carousel-slider .slick-prev:before {
    content: "";
    display: none
}

.media-slider .amp-home-carousel-slider .slick-next {
    right: 25px!important;
    z-index: 1;
    background-image: url(https://currysprod.a.bigcontent.io/v1/static/right-arrow-white-circle_updated-svg)!important;
    height: 48px;
    width: 48px;
    background-color: transparent!important
}

.media-slider .amp-home-carousel-slider .slick-next:focus,.media-slider .amp-home-carousel-slider .slick-next:hover {
    opacity: 1;
    outline: 2px solid #4c12a1!important;
    border-radius: 50%
}

.media-slider .amp-home-carousel-slider .slick-next:before {
    content: ""
}

.media-slider .amp-home-carousel-slider a:hover {
    text-decoration: none
}

.media-slider .amp-home-carousel-slider .slick-slide {
    margin: 0
}

.media-slider .amp-home-carousel-slider .slick-dots {
    bottom: 8px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 8px
}

.media-slider .amp-home-carousel-slider .slick-dots #playPauseCarousel:focus-visible {
    opacity: 1;
    outline: 2px solid #4c12a1!important;
    border-radius: 50%
}

.media-slider .amp-home-carousel-slider .slick-active,.media-slider .slick-prev {
    opacity: 1
}

.media-slider .slick-prev:focus,.media-slider .slick-prev:hover {
    opacity: 1;
    outline: 2px solid #4c12a1!important;
    border-radius: 50%
}

.media-slider .slick-next {
    opacity: 1
}

.media-slider .slick-next:before {
    display: none
}

.media-slider a:focus-visible {
    outline: 2px solid #4c12a1!important
}

.media-slider .slick-track {
    display: -ms-flexbox!important;
    display: flex!important
}

.media-slider .slide-content.h-100 {
    max-width: 1600px;
    margin: 0 auto
}

.media-slider .full-width .slide-content {
    max-width: 1504px;
    margin: 0 auto
}

.media-slider.full-width {
    margin: 0 -3.2%
}

@media (max-width: 578px) {
    .media-slider .amp-home-carousel-slider p {
        margin-bottom:8px
    }

    .media-slider .amp-home-carousel-slider .amp-carousel-btn {
        margin-top: 4px;
        margin-bottom: 4px
    }

    .media-slider .amp-home-carousel-slider .amp-carousel-copy {
        width: 95%;
        margin: auto
    }

    .media-slider .amp-home-carousel-slider .slick-dots {
        bottom: 0
    }

    .media-slider .amp-home-carousel-slider .slick-dots li.slick-active button:before {
        font-size: 80px!important
    }

    .media-slider .amp-home-carousel-slider .slick-dots li button:before {
        font-size: 60px!important
    }
}

@media (max-width: 767.98px) {
    .media-slider .amp-home-carousel-slider .slick-next,.media-slider .amp-home-carousel-slider .slick-prev {
        display:none!important
    }
}

/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */
:root {
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1
}

.animate__animated {
    animation-duration: 1s;
    animation-duration: var(--animate-duration);
    animation-fill-mode: both
}

.animate__animated.animate__slow {
    animation-duration: 2s;
    animation-duration: calc(var(--animate-duration) * 2)
}

@keyframes bounceInDown {
    0%,60%,75%,90%,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0,-3000px,0) scaleY(3)
    }

    60% {
        opacity: 1;
        transform: translate3d(0,25px,0) scaleY(.9)
    }

    75% {
        transform: translate3d(0,-10px,0) scaleY(.95)
    }

    90% {
        transform: translate3d(0,5px,0) scaleY(.985)
    }

    to {
        transform: translateZ(0)
    }
}

.animate__bounceInDown {
    animation-name: bounceInDown
}

@keyframes bounceInLeft {
    0%,60%,75%,90%,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px,0,0) scaleX(3)
    }

    60% {
        opacity: 1;
        transform: translate3d(25px,0,0) scaleX(1)
    }

    75% {
        transform: translate3d(-10px,0,0) scaleX(.98)
    }

    90% {
        transform: translate3d(5px,0,0) scaleX(.995)
    }

    to {
        transform: translateZ(0)
    }
}

.animate__bounceInLeft {
    animation-name: bounceInLeft
}

@keyframes bounceInRight {
    0%,60%,75%,90%,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: translate3d(3000px,0,0) scaleX(3)
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px,0,0) scaleX(1)
    }

    75% {
        transform: translate3d(10px,0,0) scaleX(.98)
    }

    90% {
        transform: translate3d(-5px,0,0) scaleX(.995)
    }

    to {
        transform: translateZ(0)
    }
}

.animate__bounceInRight {
    animation-name: bounceInRight
}

@keyframes bounceInUp {
    0%,60%,75%,90%,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0,3000px,0) scaleY(5)
    }

    60% {
        opacity: 1;
        transform: translate3d(0,-20px,0) scaleY(.9)
    }

    75% {
        transform: translate3d(0,10px,0) scaleY(.95)
    }

    90% {
        transform: translate3d(0,-5px,0) scaleY(.985)
    }

    to {
        transform: translateZ(0)
    }
}

.animate__bounceInUp {
    animation-name: bounceInUp
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0,-100%,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.animate__fadeInDown {
    animation-name: fadeInDown
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%,0,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.animate__fadeInLeft {
    animation-name: fadeInLeft
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.animate__fadeInRight {
    animation-name: fadeInRight
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.animate__fadeInUp {
    animation-name: fadeInUp
}

@keyframes slideInDown {
    0% {
        transform: translate3d(0,-100%,0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.animate__slideInDown {
    animation-name: slideInDown
}

@keyframes slideInLeft {
    0% {
        transform: translate3d(-100%,0,0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.animate__slideInLeft {
    animation-name: slideInLeft
}

@keyframes slideInRight {
    0% {
        transform: translate3d(100%,0,0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.animate__slideInRight {
    animation-name: slideInRight
}

@keyframes slideInUp {
    0% {
        transform: translate3d(0,100%,0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.animate__slideInUp {
    animation-name: slideInUp
}

.card-container-slider .slick-track .slide {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 0!important
}

.card-container-slider div.slider {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.card-container-slider .slide {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 32px
}

.card-container-slider .slick-next,.card-container-slider .slick-prev {
    top: 50%!important
}

.card-container-slider .amp-card-block a,.card-container-slider .slick-list {
    width: 100%
}

.amplience-image-grid .slide {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 50vh
}

.amplience-image-grid .container-one,.amplience-image-grid .container-two {
    width: 50%
}

.amplience-image-grid .inner-container-one,.amplience-image-grid .inner-container-two {
    height: 50%
}

.amplience-image-grid img {
    object-fit: cover;
    height: 100%
}

.amplience-image-grid .slick-next,.amplience-image-grid .slick-prev {
    top: 50%
}

.amplience-image-grid .container-one,.amplience-image-grid .container-two,.amplience-image-grid .inner-container-one,.amplience-image-grid .inner-container-two {
    position: relative
}

.amplience-image-grid .caption {
    position: absolute;
    padding: 16px;
    background: #ffffffbf
}

.amplience-image-grid .caption.top-left {
    top: 0;
    left: 16px
}

.amplience-image-grid .caption.top-right {
    top: 0;
    right: 16px
}

.amplience-image-grid .caption.bottom-left {
    bottom: 0;
    left: 16px
}

.amplience-image-grid .caption.bottom-right {
    bottom: 0;
    right: 16px
}

.amplience-image-grid .caption span {
    display: block;
    margin-bottom: 8px;
    font-size: 16px
}

.amplience-image-grid .caption a {
    color: #4c12a1
}

.amplience-image-grid .inner-container-one .caption.bottom-right {
    bottom: 32px
}

.amplience-image-grid .container-one .caption.top-right {
    right: 48px
}

.amplience-image-grid .container-one {
    padding-right: 32px
}

.amplience-image-grid .inner-container-one {
    padding-bottom: 32px
}

.amp-offer-block-main .slick-prev {
    top: 50%;
    left: 4px!important
}

.amp-offer-block-main .slick-next {
    top: 50%;
    right: 4px!important
}

.amp-offer-block-main .amp-offer-blocks-items-wrapper {
    padding: 0
}

.amp-top-categories-arrow-wrapper .slick-list {
    width: 100%
}

.amp-img-block-main .slick-slide {
    padding: 0 16px;
    height: 100%;
    margin: 0
}

.amp-img-block-main .slick-prev {
    top: 50%;
    left: 0!important;
    z-index: 1;
    height: auto;
    width: auto;
    background: 0 0!important
}

.amp-img-block-main .slick-prev:before {
    background: url(https://currysprod.a.bigcontent.io/v1/static/icon-arrowright_2-svg) no-repeat;
    content: "";
    display: block;
    height: 32px;
    width: 32px;
    background-color: #56707a;
    border-radius: 50%;
    background-position: 50%
}

.amp-img-block-main .slick-next {
    top: 50%;
    right: 0;
    width: auto;
    height: auto;
    border-radius: 50%
}

.amp-img-block-main .slick-next:before {
    background: url(https://currysprod.a.bigcontent.io/v1/static/icon-arrowright_1-svg) no-repeat;
    content: "";
    display: block;
    height: 32px;
    width: 32px;
    background-color: #56707a;
    border-radius: 50%;
    background-position: 5px
}

.amp-service-bar-img {
    max-width: unset
}

.amp-slider-full-width .slick-list {
    max-width: 1600px;
    margin: 0 auto
}

.amp-brand-blocks-slide {
    border-radius: 10px
}

.amp-brand-block-main .slick-list {
    width: 100%
}

.amp-brand-block-main .slick-next,.amp-brand-block-main .slick-prev {
    top: 50%
}

.amp-brand-block-img {
    width: 24px;
    height: auto
}

.amp-brand-blocks-content {
    z-index: 1
}

.amp-brand-banner-slide-bg-image {
    top: 0;
    left: 0;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
    border-radius: 10px
}

.amp-dynamic-productrow-slide-main .slick-prev {
    top: 50%;
    left: 4px!important
}

.amp-dynamic-productrow-slide-main .slick-next {
    top: 50%;
    right: 4px!important
}

.amp-dynamic-productrow-save {
    margin-left: 0!important
}

@media screen and (min-width: 1600px) {
    .amp-slider-full-width .slick-list {
        max-width:1504px!important;
        margin: 0 auto
    }
}

.amp-slider-full-width {
    margin: 0 -3.2%;
    padding-left: 32px;
    padding-right: 32px
}

.amp-card-container-bg-wrapper {
    padding: 32px
}

.amp-service-bar-slider-main {
    background-color: #f2f2f2
}

@media (min-width: 768px) and (max-width:1023.98px) {
    .card-container-slider .slide {
        margin-bottom:16px
    }

    .amp-img-block-main .slick-slide {
        padding: 0 8px
    }

    .amp-img-block-main .slick-next {
        right: -4px!important
    }

    .amp-img-block-main .slick-prev {
        left: -6px!important
    }

    .amp-dynamic-productrow-slide-main .slick-prev {
        left: -5px!important
    }

    .amp-dynamic-productrow-slide-main .slick-next {
        right: -5px!important
    }

    .amp-offer-block-main .slick-prev {
        top: 50%;
        left: -4px!important
    }

    .amp-offer-block-main .slick-next {
        top: 50%;
        right: -4px!important
    }
}

@media (max-width: 767.98px) {
    .card-container-slider.mobile-checked .one .slide {
        -ms-flex-preferred-size:100%;
        flex-basis: 100%
    }

    .card-container-slider.mobile-checked .two .slide {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        padding: 4px
    }

    .card-container-slider.mobile-checked .three .slide {
        -ms-flex-preferred-size: 33.33333333333333333%;
        flex-basis: 33.33333333333333333%;
        padding: 4px
    }

    .card-container-slider.mobile-checked .slider {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .card-container-slider .slide {
        margin-bottom: 8px
    }

    .amplience-image-grid .slide {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: 100%
    }

    .amplience-image-grid .container-one,.amplience-image-grid .container-two {
        width: 100%
    }

    .amplience-image-grid .container-one {
        padding: 0 0 32px
    }

    .amplience-image-grid .inner-container-one {
        padding-bottom: 32px
    }

    .amplience-image-grid .container-one .caption.top-right {
        right: 32px
    }

    .amplience-image-grid .container-one .caption.bottom-left {
        bottom: 32px
    }

    .amp-img-block-main .slick-slide {
        padding: 0 8px
    }

    .amp-img-block-main .slick-next {
        right: -4px!important
    }

    .amp-img-block-main .slick-prev {
        left: -6px!important
    }

    .amp-dynamic-productrow-slide-main .slick-slide {
        padding: 0 5px
    }

    .amp-dynamic-productrow-slide-main .slick-next {
        right: -5px!important
    }

    .amp-dynamic-productrow-slide-main .slick-prev {
        left: -8px!important
    }

    .amp-offer-block-main .slick-prev {
        top: 50%;
        left: -7px!important
    }

    .amp-offer-block-main .slick-next {
        top: 50%;
        right: -7px!important
    }

    .mobile-checked .amp-card-block {
        opacity: 1
    }
}

@media screen and (max-width: 578px) {
    .card-container-slider.mobile-checked .one .slide,.card-container-slider.mobile-checked .three .slide,.card-container-slider.mobile-checked .two .slide {
        -ms-flex-preferred-size:100%;
        flex-basis: 100%
    }

    .card-container-slider.mobile-checked .two .slide {
        -ms-flex-preferred-size: 50%!important;
        flex-basis: 50%!important
    }

    .card-container-slider .flex-wrap {
        -ms-flex-pack: center;
        justify-content: center
    }
}

.auto-renewal-order-main {
    padding: 0;
    margin-bottom: 0
}

.amp-product-availability-wrapper {
    border-radius: 4px;
    width: auto;
    height: auto
}

.auto-renewal {
    position: relative;
    left: -56px;
    margin: 25px 0 0
}

.amp-plp-download {
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif
}

.auto-renewal-text {
    padding-left: 32px!important
}

.amp-product-availability-message-content * {
    margin-bottom: 0
}

.amp-product-availability p:nth-child(2) {
    margin-top: 8px
}

.auto-renewal-text a {
    color: #4c12a1
}

.amp-auto-dd-accordion-wrapper {
    padding: 8px 0 5px
}

.amp-auto-dd-accordion-wrapper>a {
    color: #4c12a1
}

.amp-auto-dd-accordion-wrapper a[aria-expanded=false] span img {
    transform: rotate(180deg)
}

.amp-auto-dd-accordion-wrapper span img {
    width: 24px;
    height: 24px
}

.amp-auto-dd-accordion-wrapper .card {
    border: none;
    padding: 0;
    margin-bottom: 0
}

.amp-auto-dd-accordion p {
    margin-bottom: 0
}

.amp-auto-dd-accordion p a {
    text-decoration: underline;
    color: #4c12a1
}

.amp-auto-dd-accordion p:nth-child(2) {
    margin-top: 16px
}

.amp-auto-renewal-acceptance *,.amp-download-oc-delivery-block-1 * {
    margin-bottom: 8px!important
}

.amp-myaccount-order-link a {
    text-decoration: none!important;
    position: relative;
    padding-left: 12px;
    margin-left: 12px;
    -ms-flex-order: 1;
    order: 1;
    color: #4c12a1
}

.amp-myaccount-order-link a:before {
    content: ".";
    color: #56707a;
    font-size: 28px;
    position: absolute;
    transform: translateY(-50%);
    left: -4px;
    top: 2px
}

.amp-myaccount-order-activation-msg-link p a {
    text-decoration: none
}

.amp-care-repair-consent-header *,.amp-digital-download-consent-title * {
    font-size: 14px;
    color: #000;
    margin-bottom: 14px
}

.amp-digital-download-consent-title * strong {
    font-size: 14px
}

.amp-download-tnc-copy-checkout * {
    font-size: 12px;
    margin-bottom: 0;
    color: #000
}

.amp-download-tnc-copy-checkout * a {
    color: #4c12a1;
    text-decoration: underline
}

.amp-digital-download-consent-checkbox-text * {
    font-size: 12px;
    line-height: 18px;
    color: #000;
    margin-bottom: 0
}

.amp-dd-terms-conditions p {
    color: #213038;
    line-height: 1.5
}

.amp-dd-terms-conditions p:first-child {
    line-height: 1.38;
    margin-bottom: 0!important
}

.amp-dd-terms-conditions p:nth-child(2) {
    margin-top: 8px;
    margin-bottom: 0
}

.amp-dd-terms-conditions a {
    color: #4c12a1;
    padding-left: 0;
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
    font-size: 13px;
    text-decoration: underline
}

.amp-dd-terms-conditions strong {
    font-size: 16px
}

.amp-pdp-product-availability-message {
    margin-bottom: 8px
}

.amp-product-availability {
    color: #213038;
    font-size: 14px;
    line-height: 21px;
    padding-left: 8px
}

.amp-product-availability * {
    margin-bottom: 0
}

.amp-product-oos-availability-wrapper {
    width: auto;
    height: auto;
    border-radius: 4px;
    padding: 8px
}

.amp-product-availability-content {
    background-color: #f5f7fd;
    padding: 8px;
    margin: 0
}

.amp-product-availability-message-wrapper img,.amp-product-oos-availability-img {
    width: 22px;
    height: 22px
}

.amp-product-oos-availability {
    line-height: normal;
    padding-left: 2px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.amp-product-oos-availability * {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 21px;
    color: #213038
}

.amp-product-availability-message-content {
    color: #213038;
    padding-left: 8px
}

.amp-download-autorenewal {
    margin-bottom: 24px;
    background: #f5f7fd;
    padding: 8px 16px;
    border-radius: 10px
}

.amp-download-autorenewal img {
    width: 32px;
    height: 32px
}

.amp-download-autorenewal p:first-child {
    margin-bottom: 8px
}

.amp-download-autorenewal p {
    margin-bottom: 0;
    line-height: 17px
}

.amp-download-autorenewal p strong {
    font-size: 14px
}

.amp-download-autorenewal p a {
    font-size: 14px;
    line-height: 18px
}

.amp-download-autorenewal-wrapper {
    padding-left: 16px
}

.amp-icon-description-wrapper {
    padding: 0!important
}

.auto-renewal-icon {
    left: -55px;
    padding-top: 2px;
    position: unset
}

.amp-download-unverified p,.amp-icon-and-description-auto-renewal *,.amp-product-availability *,.amp-product-availability-message-content *,.auto-renewal-order-details *,.mixed-basket-dd p {
    margin-bottom: 0
}

.mixed-basket-dd {
    padding: 16px 16px 16px 60px
}

.amp-dd-terms-conditions.mixed-basket-dd p {
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif
}

.amp-download-delivery-option-message-auto-renewal * {
    font-size: 14px;
    line-height: 21px;
    color: #56707a;
    margin-bottom: 0
}

.amp-renewal-consent-title * {
    font-size: 14px;
    color: #000;
    margin-bottom: 14px
}

.download-specific-return {
    line-height: normal
}

.amp-auto-renewal-consent-text * {
    font-size: 12px;
    color: #000;
    margin-bottom: 0
}

.amp-auto-renewal-consent-text * a {
    color: #4c12a1;
    text-decoration: underline
}

.amp-auto-renewal-consent-checkbox-text * {
    font-size: 12px;
    line-height: 18px;
    color: #000;
    margin-bottom: 0
}

.amp-downloadable-text {
    background: #f2f2f2;
    margin: 0 0 8px;
    padding: 8px
}

.amp-downloadable-text,.amp-downloadable-time {
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif
}

.amp-downloadable-time {
    margin: 0 16px
}

.amp-downloadable-time-text {
    width: 35%;
    display: inline-block
}

.amp-downloadable-time a {
    color: #4c12a1;
    text-decoration: underline;
    cursor: pointer;
    font-size: 14px;
    line-height: 21px
}

.returning-downloads {
    border-top: 1px solid #e9eaeb;
    margin: 20px 0 0;
    padding: 25px 0 0;
    color: #000;
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif
}

.returning-downloads * {
    margin-bottom: 0
}

.returning-downloads p {
    font-size: 14px
}

.returning-downloads a {
    text-decoration: underline;
    cursor: pointer;
    color: #4c12a1
}

.currys-black {
    color: #000
}

.auto-renewal-download .amp-product-availability-message-wrapper {
    height: auto;
    border-radius: 0;
    background-color: transparent;
    padding: 0;
    margin: 0
}

.plp-productitem-id .auto-download {
    margin-top: 4px!important
}

.auto-renewal-download .auto-download {
    margin: 0!important
}

.auto-renewal-download .auto-download img {
    width: 22px
}

.auto-renewal-download .auto-download .amp-product-availability {
    padding-left: 8px!important
}

.auto-renewal-download {
    width: auto;
    height: auto;
    border-radius: 4px;
    background-color: #f5f7fd;
    padding: 8px;
    margin: 0
}

.auto-renewal-download div.outof-stock-messsage {
    padding: 8px 4px
}

.grid-structure .amp-product-oos-availability-wrapper {
    padding: 8px
}

.auto-renewal-download .outof-stock-messsage .amp-product-oos-availability-wrapper {
    border-radius: 0;
    padding: 0
}

.grid-structure .amp-product-oos-availability {
    padding-left: 4px
}

.amp-download-autorenewal-giftcard-message p:nth-child(2) {
    margin-top: 16px!important
}

.amp-region-restriction-message-pdp p:first-child {
    margin-bottom: 8px!important
}

.cart-page .amp-product-availability {
    padding-left: 16px!important
}

.auto-renewal-order-details p:first-of-type {
    margin-top: 0!important
}

.amp-dd-pdp-accordion .accordion-custom .accordion-name {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400
}

.amp-dd-pdp-accordion .accordion-custom .icon-append img {
    max-width: 32px;
    height: 32px
}

.amp-dd-pdp-accordion .accordion-custom .icon-down {
    width: 24px;
    height: 24px
}

.amp-dd-pdp-accordion .accordion-custom .card {
    border: none;
    background-color: #faf5ff
}

.amp-dd-pdp-accordion .accordion-custom .card-body {
    padding: 0 16px 8px
}

.amp-dd-pdp-accordion .accordion-custom ul,.amp-dd-pdp-accordion .accordion-custom ul li p:last-child {
    margin-bottom: 0
}

.amp-dd-pdp-accordion .accordion-custom ul li {
    list-style-type: none;
    text-indent: -2em;
    margin-bottom: 16px
}

.amp-dd-pdp-accordion .accordion-custom ul li p:before {
    content: "";
    border-radius: 100%;
    height: 4.5px;
    width: 4.5px;
    margin-right: 24px;
    background-color: #000;
    display: inline-block
}

.amp-dd-pdp-accordion .accordion-custom ul li:last-child {
    margin-bottom: 0
}

.amp-dd-accordion-title {
    font-size: 14px;
    line-height: 21px;
    color: #213038;
    font-family: Currys Sans Headline,Helvetica,Arial,Sans-Serif
}

.amp-dd-pdp-accordion .card-header a {
    padding: 8px 8px 8px 16px
}

.amp-dd-pdp-accordion .icon-down {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: end
}

.amp-dd-pdp-accordion .amp-dd-icon-append {
    margin-top: 4px
}

@media (min-width: 768px) and (max-width:1023.98px) {
    .amp-auto-dd-accordion-wrapper {
        padding:8px 0 5px
    }

    .amp-download-autorenewal {
        margin-bottom: 16px;
        padding: 8px 4px 8px 8px
    }

    .amp-download-autorenewal-wrapper {
        width: 100%
    }

    .amp-dd-pdp-accordion .accordion-custom {
        padding-left: 0
    }

    .amp-dd-accordion-title {
        line-height: 17px
    }

    .amp-dd-pdp-accordion .card-header a {
        padding: 8px 4px 8px 8px
    }

    .amp-dd-pdp-accordion .icon-append {
        margin-right: 8px!important
    }

    .amp-dd-pdp-accordion .accordion-custom .icon-append img {
        max-width: 32px;
        height: 32px
    }

    .amp-dd-icon-down {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: end;
        align-items: end;
        height: 24px
    }

    .amp-dd-icon-down .svg-icon-arrow-down {
        width: 24px
    }
}

@media (min-width: 1024px) {
    .amp-dd-icon-down {
        display:-ms-flexbox;
        display: flex;
        height: 24px;
        -ms-flex-align: end;
        align-items: end
    }

    .amp-dd-icon-down .svg-icon-arrow-down {
        width: 24px
    }
}

@media (max-width: 1023.98px) {
    .amp-download-autorenewal-wrapper {
        padding-left:8px
    }

    .amp-download-autorenewal p {
        margin-bottom: 0
    }

    .amp-download-autorenewal p strong {
        font-size: 13px
    }

    .amp-download-autorenewal p a {
        padding-left: 0;
        font-size: 13px
    }

    .amp-downloadable-text {
        padding: 8px 16px
    }

    .amp-downloadable-time {
        margin: 0 24px
    }

    .amp-downloadable-time-text {
        width: 50%
    }

    .returning-downloads {
        margin: 15px 0 0;
        padding: 17px 0 0
    }
}

@media (max-width: 767.98px) {
    .amp-product-availability-wrapper {
        padding:0 0 16px
    }

    .auto-renewal {
        left: -40px;
        margin: 16px 0 0
    }

    .auto-renewal-text {
        padding-left: 16px
    }

    .amp-auto-dd-accordion-wrapper {
        padding: 8px 0 0
    }

    .amp-product-availability-content {
        margin: 0 0 16px
    }

    .amp-download-autorenewal {
        padding: 8px
    }

    .amp-download-autorenewal p a,.amp-download-autorenewal p strong {
        font-size: 14px
    }

    .auto-renewal-icon {
        left: -40px;
        position: unset
    }

    .amp-downloadable-text {
        padding: 8px
    }

    .amp-downloadable-time {
        display: -ms-flexbox;
        display: flex;
        margin: 0;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .amp-downloadable-time a {
        text-align: right
    }

    .auto-renewal-download {
        margin: 0 0 8px!important
    }

    .amp-dd-pdp-accordion .accordion-custom ul,.amp-dd-pdp-accordion .accordion-custom ul li p:last-child {
        margin-bottom: 0
    }

    .amp-dd-pdp-accordion .accordion-custom .card-body {
        padding: 8px 16px 16px
    }

    .amp-dd-pdp-accordion .card-header a {
        padding: 8px
    }

    .amp-dd-pdp-accordion .accordion-custom .icon-append img {
        width: 32px;
        height: 32px
    }

    .amp-accordion-wrapper .icon-append {
        margin-right: 8px!important
    }

    .amp-dd-icon-down {
        display: -ms-flexbox;
        display: flex;
        height: 24px;
        -ms-flex-align: end;
        align-items: end
    }

    .amp-dd-icon-down .svg-icon-arrow-down {
        width: 24px
    }
}

.amp-credit-container {
    border: 1px solid #cdd8df;
    border-radius: 10px
}

.amp-credit {
    margin: 0 6px 0 0
}

.amp-credit p {
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
    font-size: 14px;
    font-weight: 400;
    color: #213038;
    margin-top: 0
}

.amp-credit p,.amp-credit p strong {
    margin-bottom: 8px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal
}

.amp-credit p strong {
    font-family: Currys Sans Headline,Helvetica,Arial,Sans-Serif;
    font-size: 16px;
    font-weight: Bold
}

.amp-credit-padding li,.amp-credit-padding ul {
    padding-left: 12px
}

.amp-credit p strong ul {
    margin-top: 16px
}

.amp-credit li:first-child {
    padding-top: 8px
}

.amp-credit-padding ul li::marker {
    font-size: .7em
}

.amp-credit-tnc p {
    font-size: 12px;
    color: #56707a
}

@media only screen and (max-width: 576px) {
    .amp-credit-container {
        padding:16px
    }
}

.amp-big-builder-title {
    font-family: Currys Sans Headline,Helvetica,Arial,Sans-Serif;
    font-size: 16px;
    line-height: 1.38;
    color: #4c12a1;
    box-sizing: border-box
}

.amp-big-builder-title p {
    margin-bottom: 0!important
}

.amp-builder-image-column {
    padding-left: 20px
}

.amp-big-builder-desc-padding:last-child {
    padding-bottom: 0!important
}

.amp-big-builder-desc {
    font-size: 14px;
    line-height: l .5;
    color: #213038;
    text-align: left;
    padding-left: 8px
}

.amp-big-builder-tick-icon {
    width: 20px;
    height: 20px;
    box-sizing: border-box
}

.amp-big-builder-image {
    object-fit: cover;
    object-position: 100% 0
}

@media (max-width: 767px) {
    .amp-big-builder-desc-padding {
        padding-left:16px
    }

    .amp-big-builder-image {
        object-position: 100% 0
    }

    .amp-builder-image-column {
        padding-left: 0;
        padding-right: 0!important
    }
}

@media (min-width: 768px) and (max-width:1023px) {
    .amp-big-builder-desc-padding {
        padding-left:20px
    }
}

.amp-split-block-article-width {
    max-width: 1540px;
    margin: 0 auto
}

.tech-talk-articles-placement {
    clear: both
}

.amp-tech-talk-fifty-by-fifty {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

.amp-tech-talk-seventy {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%
}

.amp-tech-talk-thirty {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%
}

.amp-tech-talk-split-block-image {
    position: relative
}

.amp-tech-talk-split-block-image span {
    position: absolute;
    bottom: 0;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -ms-flexbox;
    display: flex
}

.amp-tech-talk-split-block-image span figure {
    color: #fff;
    font-size: 20rem;
    font-style: italic;
    padding: 16px 16px 0;
    line-height: 72%
}

.amp-tech-talk-split-block-image img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.amp-tech-talk-split-block-text {
    padding: 96px 32px 96px 60px
}

.amp-tech-talk-split-block-text h2 {
    font-size: 24px;
    margin-bottom: 36px
}

.amp-tech-talk-split-block-text p {
    margin-bottom: 0
}

.amp-tech-talk-split-block-text .article-button {
    display: block;
    min-width: 137px;
    height: 3em;
    padding: 12px 14px;
    border-radius: 24px;
    border: 2px solid #4c12a1;
    background-color: #fff;
    font-size: 16px;
    line-height: 20px;
    text-align: center
}

.amp-tech-talk-split-block-text .margin-control {
    margin: 0!important
}

.amp-modal-dialog-tt {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)!important;
    margin: 0!important
}

.modal.amp-tt-link-wrapper {
    background: #010101b3;
    opacity: 1;
    padding-right: 0!important
}

.modal-dialog.amp-modal-dialog-tt {
    max-width: 50%
}

@media (min-width: 768px) and (max-width:1023.98px) {
    .amp-tech-talk-split-block-text {
        padding:96px 16px 96px 60px
    }

    .cta-tertiary-btn {
        min-height: 3.1rem
    }

    .modal-dialog.amp-modal-dialog-tt {
        max-width: 80%
    }
}

@media (max-width: 767.98px) {
    .amp-tech-talk-fifty-by-fifty,.amp-tech-talk-seventy,.amp-tech-talk-thirty {
        -ms-flex-preferred-size:100%;
        flex-basis: 100%
    }

    .amp-tech-talk-split-block-text {
        padding: 48px 15px
    }

    .amp-tech-talk-split-block-image span figure {
        font-size: 8rem;
        line-height: 64%
    }

    .modal-dialog.amp-modal-dialog-tt {
        max-width: 95%
    }
}

.amp-scrollbar-radius {
    border-radius: 10px
}

footer#version-2 {
    background-color: #33434a
}

footer#version-2 .modal-dialog {
    margin: 0;
    width: 60%;
    max-width: 95%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

footer#version-2 .modal-content {
    border-radius: 1rem
}

footer#version-2 div.email-sign-up-form {
    border-bottom: 1px solid #fff;
    margin-bottom: 40px
}

footer#version-2 div.menu-links.primary {
    padding-bottom: 32px;
    max-width: 1600px;
    margin: 0 auto
}

footer#version-2 div.menu-links.primary h5 {
    font-family: Currys Sans Headline,Helvetica,Arial,Sans-Serif;
    font-size: 14px;
    padding: 0;
    margin: 0 0 24px;
    color: #fff;
    min-width: 91px
}

footer#version-2 div.menu-links.primary div {
    padding: 0 64px;
    transition: all .3s ease
}

footer#version-2 div.menu-links.secondary {
    border-top: 1px solid #fff;
    padding-top: 40px
}

footer#version-2 div.menu-links.secondary li {
    margin: 0 8px
}

footer#version-2 div.menu-links.secondary li:after {
    content: "|";
    color: #fff;
    display: inline-block;
    padding-left: 16px
}

footer#version-2 div.menu-links.secondary li.icon:after,footer#version-2 div.menu-links.secondary li:last-child:after {
    content: ""
}

footer#version-2 form {
    margin-bottom: 40px
}

footer#version-2 form label {
    font-family: Currys Sans Headline,Helvetica,Arial,Sans-Serif;
    font-size: 24px;
    margin: 40px 0 16px;
    color: #fff;
    line-height: 19px;
    padding: 16px
}

footer#version-2 form input {
    width: 347px;
    height: 48px;
    border-radius: 6px;
    border: 1px solid #cdd8df;
    background-color: #fff;
    font-size: 14px!important;
    padding: 0 48px 0 16px
}

footer#version-2 form input:-ms-input-placeholder {
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
    font-size: 14px;
    text-align: left;
    color: #56707a
}

footer#version-2 form input::placeholder {
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
    font-size: 14px;
    text-align: left;
    color: #56707a
}

footer#version-2 form button {
    min-width: 186px;
    margin: -5px 0 0 32px;
    border: 2px solid #cdd8df;
    color: #56707a
}

footer#version-2 ul {
    padding-left: 0
}

footer#version-2 ul.inline {
    margin-right: 0
}

footer#version-2 ul li {
    list-style-type: none
}

footer#version-2 ul li a {
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
    font-size: 14px;
    color: #fff!important;
    text-decoration: none
}

footer#version-2 ul li a:hover {
    text-decoration: underline
}

footer#version-2 p {
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    max-width: 1276px;
    margin: 0
}

footer#version-2 li.icon.amp-social-meida-icons img:hover {
    transform: scale(1.1);
    transition: all .3s ease
}

footer#version-2 .amp-footer-bottom-text {
    margin: 0 auto;
    padding: 0 48px 40px
}

footer#version-2 .amp-social-meida-icons {
    width: 25px;
    height: 25px;
    margin: 0 12px!important
}

footer#version-2 .amp-privacy-content-list {
    margin-bottom: 16px
}

footer#version-2 .modal-header {
    border-bottom: 1px solid #cdd8df;
    padding: 1.5rem
}

footer#version-2 .text-btn-parent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 35px
}

footer#version-2 .amp-footer-headings {
    margin-top: 32px!important
}

@media (max-width: 1450px) {
    footer#version-2 div.menu-links.primary div {
        padding:0 40px
    }
}

@media (max-width: 1124.98px) {
    footer#version-2 form input {
        width:472px
    }

    footer#version-2 form button {
        margin-left: 24px
    }

    footer#version-2 div.menu-links.primary div {
        padding: 0 24px
    }

    footer#version-2 p {
        max-width: 716px
    }
}

@media (min-width: 768px) and (max-width:1023.98px) {
    footer#version-2 .amp-footer-bottom-text {
        padding:0 0 40px
    }

    footer#version-2 .modal-dialog {
        width: 55%;
        max-width: 95%
    }
}

@media (min-width: 1600px) {
    footer#version-2 .modal-content iframe {
        height:500px
    }
}

@media (min-width: 1920px) {
    footer#version-2 .modal-content iframe {
        height:600px
    }
}

@media (min-width: 2560px) {
    footer#version-2 .modal-content iframe {
        height:800px
    }
}

@media (max-width: 767.98px) {
    footer#version-2 form {
        display:-ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 32px
    }

    footer#version-2 form label {
        width: 100%;
        margin: 32px 0 16px
    }

    footer#version-2 form input {
        width: 100%;
        margin: 0 16px 24px
    }

    footer#version-2 form button {
        margin: 0;
        width: 228px
    }

    footer#version-2 div.menu-links.primary {
        margin: 0;
        padding-bottom: 0
    }

    footer#version-2 div.menu-links.primary div {
        width: 100%;
        margin: 0 16px;
        padding: 0;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border-bottom: 1px solid #fff
    }

    footer#version-2 div.menu-links.primary div:last-child {
        border-bottom: 0
    }

    footer#version-2 div.menu-links.primary div ul {
        height: 0;
        overflow: hidden;
        margin: 0
    }

    footer#version-2 div.menu-links.primary div ul.show {
        height: auto;
        overflow: visible;
        margin: 0 0 24px
    }

    footer#version-2 div.menu-links.primary div ul.show li {
        opacity: 1;
        max-height: 50em
    }

    footer#version-2 div.menu-links.primary div ul li {
        max-height: 0;
        opacity: 0;
        transition: all .3s ease
    }

    footer#version-2 div.menu-links.primary div h5 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        margin: 24px 0;
        transform: translateY(5px);
        cursor: pointer
    }

    footer#version-2 div.menu-links.primary div h5.show:after {
        transition: all .3s ease;
        transform: rotateX(-180deg)
    }

    footer#version-2 div.menu-links.secondary {
        padding: 24px 16px 0
    }

    footer#version-2 div.menu-links.secondary li {
        margin: 0
    }

    footer#version-2 div.menu-links.secondary li:last-child {
        margin-right: 0
    }

    footer#version-2 div.menu-links.secondary li:after {
        padding-left: 8px;
        padding-right: 8px
    }

    footer#version-2 div.menu-links.tertiary {
        padding: 0 16px;
        margin: 24px 0 32px!important
    }

    footer#version-2 div.menu-links.tertiary p {
        margin: 0
    }

    footer#version-2 div.email-sign-up-form {
        margin-bottom: 0
    }

    footer#version-2 .amp-privacy-social-media-icons {
        display: block!important
    }

    footer#version-2 .amp-privacy-content-list {
        margin-bottom: 24px
    }

    footer#version-2 .amp-social-media-wrapper {
        margin-bottom: 0!important
    }

    footer#version-2 .amp-footer-headings {
        margin-top: 0!important
    }

    footer#version-2 .amp-footer-menu-links {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    footer#version-2 .modal-dialog {
        width: 85%;
        max-width: 95%
    }
}

.amp-sm-builder-title * {
    font-size: 20px;
    color: #4c12a1
}

.amp-sm-builder-subtitle *,.amp-sm-builder-title * {
    font-family: Currys Sans Headline,Helvetica,Arial,Sans-Serif;
    line-height: 22px;
    margin-bottom: 0
}

.amp-sm-builder-subtitle * {
    font-size: 14px;
    text-align: left;
    color: #213038
}

.amp-sm-builder-content {
    background-color: #fff;
    border-radius: 10px
}

.amp-sm-builder-description {
    font-family: Currys Sans,Helvetica,Arial,Sans-Serif;
    font-size: 14px;
    line-height: 21px;
    color: #213038
}

.amp-sm-builder-price {
    line-height: 21px
}

.amp-sm-builder-price,.amp-sm-builder-price-content {
    font-family: Currys Sans Headline,Helvetica,Arial,Sans-Serif;
    font-size: 14px;
    color: #213038
}

.amp-sm-builder-price-content {
    line-height: 17px;
    text-decoration: underline
}

.amp-quick-links-title {
    font-family: Currys Sans Headline,Helvetica,Arial,Sans-Serif;
    font-size: 14px;
    line-height: 21px;
    color: #000
}

.amp-quick-links-btn {
    min-width: 111px;
    height: 36px;
    font-size: 14px;
    line-height: 21px;
    color: inherit
}

.amp-quick-links-btn * {
    margin-bottom: 0
}

.amp-quick-links-sub-wrapper {
    margin: 0 -.4%
}

.amp-quick-links-main {
    border: 1px solid #4c12a1;
    background-color: #fff;
    color: #4c12a1;
    border-radius: 6px;
    margin: 0 4px 8px
}

.amp-quick-links-standard a {
    border: 1px solid #4c12a1;
    background-color: #fff;
    color: #4c12a1!important
}

.amp-quick-links-standard a:hover {
    background-color: #faf5ff;
    color: #4c12a1!important
}

.amp-quick-links-standard button:hover {
    color: #4c12a1!important
}

.amp-quick-links-black-friday a:hover {
    background-color: #2130381a;
    color: #213038!important
}

.amp-quick-links-black-friday button:hover {
    color: #213038!important
}

.amp-quick-links-black-friday a {
    border: 1px solid #213038;
    background-color: #fff;
    color: #213038!important
}

.amp-quick-links-sale a:hover {
    background-color: #c904040f;
    color: #c90404!important
}

.amp-quick-links-sale button:hover {
    color: #c90404!important
}

.amp-quick-links-sale a {
    border: 1px solid #c90404;
    background-color: #fff;
    color: #c90404!important
}

.amp-quick-links-wrapper .active .amp-quick-links-btn {
    color: #fff
}

.amp-quick-links-wrapper .amp-quick-links-standard .active {
    background-color: #4c12a1;
    color: #fff
}

.amp-quick-links-wrapper .amp-quick-links-standard .active:hover {
    color: #fff!important
}

.amp-quick-links-wrapper .amp-quick-links-black-friday .active {
    background-color: #213038;
    color: #fff
}

.amp-quick-links-wrapper .amp-quick-links-sale .active {
    background-color: #c90404;
    color: #fff
}

.amp-quick-links-wrapper .amp-quick-links-black-friday .active:hover,.amp-quick-links-wrapper .amp-quick-links-sale .active:hover {
    color: #fff!important
}
