@charset "UTF-8";

@font-face{font-family:'CurrysSans';src:url('https://currysie-ssl.cdn.dixons.com/css/themes/fonts/currys/CurrysSans-Regular.woff';) format('woff');font-weight:normal;font-style:normal}

@font-face{font-family:'CurrysSans';src:url('https://currysie-ssl.cdn.dixons.com/css/themes/fonts/currys/CurrysSans-Headline.woff';) format('woff');font-weight:700;font-style:normal}

/* Fix header/nav bar gap after re-brand */

#wrapper #header {
    margin-bottom:10px;
}

.features,
.breadcrumb {
    display: none;
}

#content,
body {
    background: #FFF;
    border-top: 1px solid #ccc
}

@media (max-width: 975px) {
    #dsgContent {
        overflow: hidden;
    }
}

#content {
    padding-right: 0px;
    padding-left: 0px;
}

@media only screen and (min-width:1362px) {
    #content:after {
        bottom: -20px;
        height: 20px
    }
}

/* ***HEADER RESTTER*** */
div#wrapper div[role=navigation] {
    margin: 0;
}


.homepage-wrapper {
    font-family: "CurrysSans", Arial, sans-serif;
}

.homepage-wrapper * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.homepage-wrapper img {
    max-width: 100%;
}

.homepage-wrapper i {
    font-size: 9px;
}

.homepage-wrapper a {
    text-decoration: none;
}

@media only screen and (min-width:1025px) {
    #page:before {
        content: "";
        background: #fff;
        width: 100%;
        height: 20px;
        position: absolute;
        top: -10px
    }

    #page:after {
        content: "";
        background: #fff;
        width: 100%;
        height: 90px;
        position: absolute;
        bottom: -90px
    }

    #content:after {
        background: #f2f2f2;
        width: 100%;
        height: 13px;
        position: absolute;
        bottom: -13px;
        content: ""
    }

    #desktop-nav ul.nav {
        position: relative;
        background: #fff
    }

    #desktop-nav ul.nav:after {
        content: "";
        background: #fff;
        position: absolute;
        right: -100%;
        top: -1px;
        bottom: 0;
        width: 100%;
        border-bottom: 1px solid #ccc;
        height: 42px;
        border-top: 1px solid #ccc
    }

    #desktop-nav ul.nav:before {
        content: "";
        background: #fff;
        position: absolute;
        left: -100%;
        top: -1px;
        bottom: 0;
        width: 100%;
        border-bottom: 1px solid #ccc;
        height: 42px;
        border-top: 1px solid #ccc
    }

    #header:before {
        content: "";
        background: #fff;
        position: absolute;
        left: -100%;
        top: -10px;
        /*bottom: 0;*/
        width: 100%;
        height: 73px
    }

    #header:after {
        content: "";
        background: #fff;
        position: absolute;
        right: -100%;
        top: -10px;
        /*bottom: 0;*/
        width: 100%;
        height: 73px
    }

    #footer {
        overflow: visible;
        background-color: #fff
    }

    #footer:before {
        content: "";
        background: #fff;
        position: absolute;
        left: -100%;
        top: -1px;
        bottom: 0;
        width: 100%;
        border-bottom: 1px solid #e3e3e3;
        border-top: 1px solid #ccc;
        height: 154px;
        padding-top: 1px
    }

    #footer:after {
        content: "";
        background: #fbfbfb;
        position: absolute;
        right: -99%;
        top: -1px;
        bottom: 0;
        width: 100%;
        border-bottom: 1px solid #e3e3e3;
        border-top: 1px solid #ccc;
        height: 154px;
        padding-top: 1px
    }

    p.contentInfo:before {
        content: "";
        background: #fff;
        position: absolute;
        left: -100%;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 56px
    }

    p.contentInfo:after {
        content: "";
        background: #fff;
        position: absolute;
        right: -100%;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 56px
    }

    #footer .storeFinder {
        border-top: 1px solid #ccc
    }
}


.hot-categories,
.category-blocks,
.new,
.supplier {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    padding: 10px 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.slides {
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin-left: calc(-1 * ((100vw - 100%) / 2));
    margin-bottom: 10px;
    margin-top: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media (max-width: 975px) {
    .slides {
        width: 100%;
        margin-left: 0px;
        margin-top: 0px;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.slides .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.slides .owl-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 100%;
}

.slides .slide-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.slides span {
    color: #E5006D;
}

@media (max-width: 600px) {
    .slides {
        height: auto;
    }
}

.slides picture {
    -webkit-transition: -webkit-transform 0.7s ease-in-out;
    transition: -webkit-transform 0.7s ease-in-out;
    transition: transform 0.7s ease-in-out;
    transition: transform 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
}

.slides picture img {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
}

@media (max-width: 600px) {
    .slides picture img {
        height: auto;
        width: 100%;
    }
}

.yellow {
    background: #FFECB7;
}

.pastel-blue {
    background: #d1e4f4;
}

.green {
    background: #CAE7E6;
}

.purple {
    background: #CFC8F7;
}

.pink {
    background: #F9D2E5;
}

.navy {
    background: #20327a;
}

.btn-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-self: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 25px;
    padding-top:8px;
}

@media (max-width: 960px) {
    .btn-container {
        padding-bottom: 10px;
    }
}

@media (max-width: 600px) {
    .btn-container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 400px) {
    .btn-container {
        padding-bottom: 0px;
    }
}

.btn {
    background: #FFFFFF;
    border: 2px solid #4C12A1;
    border-radius: 22px;
    font-family: "CurrysSans", Arial, sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #4C12A1;
    text-align: center;
    line-height: 15px;
    padding: 10px 30px;
    text-decoration: none;
    margin: 5px;
}

@media (max-width: 600px) {
    .btn {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 45%;
        flex: 1 0 45%;
        padding: 10px 15px;
    }
}

@media (max-width: 975px) {
    #content {
        width: 100vw;
        margin-left: calc(-1 * ((100vw - 100%) / 2));
        padding-left: 0px;
        padding-right: 0px;
        overflow: hidden;
    }
}

@media (max-width: 600px) {
    #content {
        overflow: hidden;
    }
}

.dc-tabbed-slider {
    border: none;
}

.dc-tabbed-slider.dc-slider--with-tabs .dc-slider__slides {
    width: 100% !important;
    margin: 0px !important;
}

.dc-tabbed-slider .dc-slider__slide {
    height: 100%;
}

.dc-slider__dots {
    position: absolute;
    bottom: -25px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.dc-slider__dot.active {
    background: #4C12A1;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
}

.dc-slider__dot {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background: #ccc;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.dc-owl .animated {
    -webkit-animation-duration: 100ms;
    animation-duration: 100ms;
}

.dc-owl .dc-owl-item {
    text-align: left;
    margin-left: 2px;
    width: 100% !important;
}

@media (max-width: 1362px) {
    .dc-owl .dc-owl-item {
        overflow: hidden;
        padding: 0px;
    }
}

.dc-owl .dc-owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@keyframes animateIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.homepage-wrapper h1 {
    font-size: 18px;
    color: #323232;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500;
    text-align: left;
    flex-basis: 100%
}

.category-blocks {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-top: 10px;
    text-align: center;
    justify-content: space-around
}

.category-blocks a {
    display: flex;
    flex-basis: 24%;
    text-decoration: none;
    margin-top: 10px;
    border-radius: 10px;

}

@media (max-width:600px) {
    .category-blocks a {
        flex-basis: 100%;
    }
}

.category-blocks figure {
    position: relative;
    background: #fff;
    display: flex;
    flex-direction: column;
    width: 100%;
    border: none;
}

/*
Blocks fix
*/

.category-blocks {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-top: 10px;
    text-align: center;
    justify-content: space-around
}

.category-blocks a {
    display: flex;
    flex-basis: 24%;
    text-decoration: none;
    margin-top: 10px
}

@media (max-width:600px) {
    .category-blocks a {
        flex-basis: 100%
    }
}



@media (max-width:600px) {
    .category-blocks figure {
        flex-direction: row;
        border: 1px solid #ebebeb;
    }
}

.category-blocks figure h3 {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
    text-decoration: none
}

@media (max-width:1020px) {
    .category-blocks figure h3 {
        font-size: 13px
    }
}

@media (max-width:600px) {
    .category-blocks figure h3 {
        font-size: 14px
    }
}

.category-blocks figure h3 span {
    color: #e5006d !important;
}


.category-blocks figure h4 {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
    text-decoration: none
}

@media (max-width:1020px) {
    .category-blocks figure h4 {
        font-size: 13px
    }
}

@media (max-width:600px) {
    .category-blocks figure h4 {
        font-size: 14px
    }
}

.category-blocks figure h4 span {
    color: #e5006d !important;
}

.category-blocks figure h4 b.tv {
    color: #4C12A1 !important;
    font-weight:700;
    display:inline-block;
    padding:3px;
}

.category-blocks figure h4 b.tv:before {
    color: #4C12A1 !important;
    display:inline-block;
    padding:3px;
    content: "\e611";
    font-family: 'dcg-icons';
    font-size: 12px;
    font-weight:normal!important;
}

.category-blocks figure h4 span.tv {
    color: #4C12A1 !important;
    font-weight:700;
    display:inline-block;
    padding:3px;
}

.category-blocks figure h4 span.tv:before {
    color: #4C12A1 !important;
    display:inline-block;
    padding:3px;
    content: "\e611";
    font-family: 'dcg-icons';
    font-size: 12px;
    font-weight:normal!important;
}


.category-blocks figure img {
    min-height: 1px;
    max-width: 100%;
    border-radius: 10px;
    background-color: #ededed;
}

@media (max-width:600px) {
    .category-blocks figure img {
        width: 33%;
        align-self: flex-start;
        border-radius: 0px;
    }
}

.category-blocks figcaption {
    padding: 10px;
    flex: 1;
    display: flex;
    justify-content: space-around;
    flex-direction: column
}

@media (max-width:600px) {
    .category-blocks figcaption {
        text-align: left;
    }
}

.category-blocks figcaption h3 i {
    font-size: 10px
}

.category-blocks figcaption small {
    display: block;
    font-weight: 400
}

.category-blocks .nom-now {
    color: #e5006d !important;
}

.grey-bg {
    width: 100vw;
    margin-left: calc(-1 * ((100vw - 100%) / 2));
    background: #F2F3F4;
    padding-bottom: 20px;
}

.homepage-wrapper.full-banner {
    margin: 20px 0;
    padding-top: 10px !important;
    display: block;
}

@media (max-width: 600px) {
    #rr_placement_0 {
        padding: 0 10px;
        margin-top: 15px;
    }
}

#rr_placement_0 h4 {
    text-align: left;
    font-size: 18px;
    color: #323232;
    margin-top: 10px;
    font-weight: 500;
    font-family: "CurrysSans", Arial, sans-serif;
    font-style: normal;
    display: inline !important;
}

#rr_placement_0 ul,
#rr_placement_0 .availability {
    display: none;
}

#rr_placement_0 .productTitle {
    text-align: center;
}

#rr_placement_0 .shopList .col2 {
    background: #fff;
}

#rr_placement_1 .shopList .col2 {
    background: #fff;
}

.homepage-wrapper.skinny.flex {
    width: 100%;
    max-width: 100%;
    margin-top: 15px;
    background-color: #ed1c24;
}

@media (max-width:600px) {
    .homepage-wrapper.skinny.flex {
        margin: 0 auto;
        padding: 0;
        width: 94%
    }
}

.homepage-wrapper.skinny.flex a {
    display: flex;
    margin-bottom: 0;
    text-decoration: none;
    padding: 10px;
    font-size: 16px;
    display: flex;
    flex-direction: row;
    transition: background .75s ease;
    justify-content: space-evenly;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ccc
}

@media (max-width:600px) {
    .homepage-wrapper.skinny.flex a {
        font-size: 12px;
        justify-content: center
    }
}

.homepage-wrapper.skinny.flex a .small {
    font-size: 12px;
    margin-top: 4px
}

@media (max-width:600px) {
    .homepage-wrapper.skinny.flex a .small {
        font-size: 10px
    }
}

.homepage-wrapper.skinny.flex a .cta {
    font-size: 14px;
    font-weight: 500;
    margin-top: 2px;
    margin-left: 5%
}

@media (max-width:600px) {
    .homepage-wrapper.skinny.flex a .cta {
        font-size: 10px;
        margin-top: 4px
    }
}

.homepage-wrapper.skinny.flex a .cta i {
    font-size: 70%
}

.homepage-wrapper.skinny.flex.invert {
    background: #fff
}

.homepage-wrapper.skinny.flex.invert a span {
    background-color: #ed1c24;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    .homepage-wrapper.skinny.flex.invert a span {
        color: #ed1c24;
        background: 0 0
    }
}

.homepage-wrapper.skinny.flex.invert a span .dcg-icon-chevron-right:before {
    color: #7f287a
}

.half {
    display: flex;
    justify-content: space-between
}

.bottom {
    margin: 20px 0;
    padding-top: 10px
}

.bottom .left {
    border: 1px solid #ccc
}

.bottom .right {
    border: 1px solid #ccc;
}

.half .left {
    display: flex;
    flex-basis: 50%;
    width: 610px;
    border: 1px #ccc solid
}

.half .right {
    display: flex;
    flex-basis: 50%;
    width: 610px;
    border: 1px #ccc solid
}

@media (max-width:600px) {
    .half {
        display: block
    }

    .half .left {
        margin-bottom: 5px
    }
}

.homepage-wrapper.top-services {
    width: 100%;
    max-width: 1240px;
    display: flex;
    justify-content: space-between;
    overflow: visible;
}

.homepage-wrapper.top-services a {
    display: flex;
    flex-basis: 24.3%;
    text-decoration: none;
    padding: 10px;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    background: #fff
}

@media (min-width:1362px) {
    .homepage-wrapper.top-services a {
        flex-basis: 24%
    }
}

@media (max-width:1020px) {
    .homepage-wrapper.top-services a {
        flex-basis: 32.3% !important
    }

    .homepage-wrapper.top-services a:last-child {
        display: none !important
    }
}

.homepage-wrapper.top-services a figure {
    display: flex;
    align-items: center
}

.homepage-wrapper.top-services a figure h5 {
    margin: 0;
    line-height: 1em;
    font-weight: 500;
    font-size: 1.05em;
    color: #4c12a1;
}

@media (max-width:1020px) {
    .homepage-wrapper.top-services a figure h5 {
        font-size: .9em
    }
}

.homepage-wrapper.top-services a figure span {
    display: block;
    font-size: .8em
}

.homepage-wrapper.top-services a figure svg {
    fill: #4854a0;
    stroke-width: 0;
    height: 30px;
    width: auto
}

.homepage-wrapper.top-services a figure img {
    height: 30px;
    margin-right: 15px;
    width: auto
}

.homepage-wrapper.top-services a figure .dc-icon {
    margin-right: 15px
}

.homepage-wrapper.service-msg {
    background: #fff;
    padding: 10px;
    text-align: center;
    border: 1px solid #ccc;
    box-sizing: border-box
}

.homepage-wrapper.service-msg a {
    font-size: 14px
}

.homepage-wrapper.service-msg a i:before {
    font-size: 9px
}

@media (max-width:600px) {
    @keyframes service-bar {
        0% {
            opacity: 1;
            z-index: 3
        }

        27% {
            opacity: 1;
            z-index: 3
        }

        33% {
            opacity: 0;
            z-index: 1
        }

        94% {
            opacity: 0;
            z-index: 1
        }

        100% {
            opacity: 1;
            z-index: 3
        }
    }

    .homepage-wrapper.top-services {
        position: relative;
        height: 40px;
        width: 100%;
        margin-top: 3px;
        padding: 0 !important
    }

    .homepage-wrapper.top-services a h5 {
        font-size: .9em !important
    }

    .homepage-wrapper.top-services a:first-child {
        animation-delay: 4s;
        opacity: 1;
        z-index: 3
    }

    .homepage-wrapper.top-services a:nth-child(2) {
        animation-delay: 8s;
        opacity: 1;
        z-index: 2
    }

    .homepage-wrapper.top-services a:nth-child(3) {
        animation-delay: 12s;
        opacity: 1;
        z-index: 1
    }

    .homepage-wrapper.top-services a:last-child {
        display: flex !important
    }

    .homepage-wrapper.top-services:hover {
        animation-play-state: paused
    }

    .top-services:active {
        animation-play-state: paused
    }

    .homepage-wrapper.top-services a {
        flex-basis: 100%;
        width: 100%;
        position: absolute;
        animation: service-bar 12s infinite;
        transition: all 2s
    }
}

.homepage-wrapper.top-services a figure span.reevoo img {
    height: 25px !important
}

.homepage-wrapper.top-services a.mobile.purple-credit {
    text-align: center;
    height: 100%
}

.homepage-wrapper.top-services a.invert {
    background: #fff
}

.homepage-wrapper.top-services a.invert figure h5 {
    background-color: #ed1c24;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent
}

/* ***START SUPPLIER CAROUSEL*** */

.supplier {
    max-width: 1240px;
    margin: 0 auto;
    padding-top: 0px;
}

.supplier {
    padding-bottom: 2%
}

.supplier ul {
    padding-bottom: 2%
}

.supplier img {
    border-radius: 10px;
}

/* ***END SUPPLIER CAROUSEL*** */


/* ***START APPLE SUPPLIER CAROUSEL*** */

.applesupplier {
    max-width: 1240px;
    margin: 0 auto;
    padding-top: 0px;
}

.applesupplier {
    padding-bottom: 2%
}

.applesupplier ul {
    padding-bottom: 2%
}

.applesupplier img {
    border-radius: 10px;
}

/* ***END APPLE SUPPLIER CAROUSEL*** */



/* ***START NOM STICKER*** */

.nom-sticker {
    display: flex;
    background-color: #000;
    height: 60px;
    width: 60px;
    align-items: center;
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;


}

.nom-sticker h1 {
    color: #fff;
    text-align: center;
    text-transform: none;
    font-weight: 700;
    line-height: 1.1;
    font-size: 120%
}

@media only screen and (max-width:600px) {
    .nom-sticker {
        height: 45px;
        width: 45px
    }

    .nom-sticker h1 {
        font-size: 85%
    }
    
    .nom-sticker h3 {
        font-size: 13px!important;
    }
}

.nom-now {
    color: #e5006d !important;
    font-size: 18px !important;
    font-weight: 700 !important
}

.nom-sticker h1 {
    color: #fff !important;
}

.nom-sticker h3 {
    color: #fff !important;
    text-align: center;
    text-transform: none;
    font-weight: 700!important;
    line-height: 1.1;
    font-size: 120%!important;
}

@media (max-width: 600px) {
    .nom-sticker h3 {
        font-size: 13px!important;
    }
}

.nom-sticker span {
    font-size: 70%;
}

@media only screen and (max-width:600px) {
    .nom-sticker {
        height: 45px;
        width: 45px
    }

    .nom-sticker h1 {
        font-size: 85%
    }

}



/* END NOM STICKER */

.tv {
    color: #000 !important
}



figcaption h3 span {
    color: #e5006d !important;
    font-weight: 700!important;
}

figcaption h4 span {
    color: #e5006d !important;
    font-weight: 700!important;
}

.flex {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (min-width: 1239px) {
    .flex {
        padding: 0px
    }
}

.grey-flex {
    max-width: 1240px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.blocks__item {
    margin: 10px 5px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
}

.line-title {
    font-family: "CurrysSans", Arial, sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    margin-left: calc(-1 * ((100vw - 100%) / 2));
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-weight: 500;
    font-size: 22px;
    color: #213038;
    letter-spacing: 0.09px
}

.line-title:before,
.line-title:after {
    content: "";
    border-top: 1px solid #56707A;
    margin: 0 20px 0 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 20px;
    flex: 1 0 20px
}

.line-title:after {
    margin: 0 0 0 20px
}

.line-title {
    font-weight: 700;
}

.mega-laptops {
    background: #ffcf05 !important;
}

.mega-sale {
    background: #ed1c24 !important;
}

/* ***START SHOP CATEGORIES BANNER*** */
.hot-categories {
    margin-top: 0px;
    margin-bottom: 25px;
    padding-top: 25px !important;
}

@media (max-width: 600px) {
    .hot-categories .flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.cat__item {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out
}

.cat__item:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

@media (max-width: 600px) {
    .cat__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 19%;
        flex: 1 1 19%;
        margin: 5px
    }
}

@media (max-width: 340px) {
    .cat__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 25%;
        flex: 1 1 25%
    }
}

.cat__img {
    max-height: 125px;
    padding-top: 20px
}

.cat__title {
    font-size: 16px;
    color: #213038;
    letter-spacing: 0.06px;
    text-align: center;
    margin: 15px 0 0 0
}

@media (max-width: 600px) {
    .cat__title {
        margin-top: 5px
    }
}



/* ***END SHOP CATEGORIES BANNER*** */


/* ***START COVID BANNER*** */
.homepage-wrapper.covid-banner {
    padding-top: 1%
}

@media screen and (max-width:599px) {
    .homepage-wrapper.covid-banner {
        padding: 2% 1%
    }
}

/* ***END COVID BANNER*** */


/* ***START SHOPLIVE BANNER*** */
@media only screen and (min-width: 600px) {
    #shoplive {
        padding-top: 3%;
    }

    @media only screen and (max-width: 600px) {
        #shoplive {
            padding-top: 5%;
        }
    }

    /* ***END SHOPLIVE BANNER*** */


    /* *** START DELIVERY DROPDOWN *** */
    .delivery-dropdown {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-top: 10px;
        margin-bottom: 11px
    }

    .delivery-dropdown .toggleControler:after {
        display: none
    }

    .delivery-dropdown .content-wrap {
        background: #f2f3f5 !important;
        padding: 10px 15px;
        text-align: center
    }

    .delivery-dropdown .content-wrap ul {
        list-style: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-padding-start: 0;
        -moz-padding-start: 0;
        padding-inline-start: 0;
        margin-bottom: 0px
    }

    .delivery-dropdown .content-wrap ul li {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .delivery-dropdown .content-wrap h4 {
        font-size: 19px;
        font-weight: bold;
        margin-bottom: 10px;
        margin-top: 5px;
        color: #4C12A1
    }

    .delivery-dropdown .content-wrap a {
        color: #000
    }

    .delivery-dropdown .content-wrap .inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .delivery-dropdown .content-wrap .inner div {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .delivery-dropdown .content-wrap .inner div:last-child {
        border-left: 1px solid #b3b3b3
    }

    .delivery-dropdown .content-wrap .inner div p {
        font-weight: normal;
        font-size: 14px
    }

    .delivery-dropdown .content-wrap .inner div h5 {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 5px
    }

    @media (max-width: 975px) {
        .delivery-dropdown {
            margin-bottom: 10px
        }

        .delivery-dropdown .content-wrap {
            padding: 10px 0px;
        }

        .delivery-dropdown .content-wrap ul {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }
    }

}

@media only screen and (max-width: 674px) {
    .delivery-dropdown {
        padding: 0px !important;
        margin: 10px !important;
    }

    .delivery-dropdown .toggleControler {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .delivery-dropdown .toggleControler h3 {
        font-size: 1em;
    }

    .delivery-dropdown .content-wrap {
        padding: 10px;
        text-align: left;
    }


    .delivery-dropdown .content-wrap .inner {
        display: block;
        font-size: 90%;
    }

    .delivery-dropdown .content-wrap .inner div:last-child {
        border: none;
    }
}

/* *** START DELIVERY DROPDOWN *** */

.easter {
    background: #569043;
}

.easter .btn {
    color: #569043;
    background-color: #ffffff;
    border: 1px solid white;
    font-weight: bold;
}

.sos {
    background: #FFFFFF;
}

.megasalenew .btn {
    color: #FFFFFF;
    background-color: #ed1c24;
    border: 1px solid white;
    font-weight: bold;
}

.whiteSports {
    background: #FFFFFF;
}

.epicdealsRed {
    background: #e4003c;
    background-color:#e4003c;
}

.epicdealsRed .btn-container {
    background: #e4003c;
    background-color:#e4003c;
    padding-top: 8px;
}

.epicdealsRed .btn {
    background:#fff;
    color:#e4003c;
    border:2px solid #fff;
    transition: 0.2s;
}

.epicdealsRed .btn:hover {
    color:#fff;
    background:#e4003c;
}

div.side-by-side-banner-wrapper {display: flex; flex-direction: row; align-items:center; align-content:center; justify-content: space-between; margin: 10px auto;}

@media (max-width:600px) {
    div.side-by-side-banner-wrapper {flex-direction:column;}
}

.side-by-side-banner-wrapper div {display:block; max-width:49%;}

@media (max-width: 600px) {
    .side-by-side-banner-wrapper div {margin:5px auto; max-width:100%;}
}

.dyson {
    background-color:#12100e;
    background:#12100e;
}

.dyson .btn-container {
    background-color:#12100e;
    background:#12100e;
    padding-top:8px;
}

.delonghi {
    background-color:#0a243f;
    background:#0a243f;
}

.delonghi .btn-container {
    background-color:#0a243f;
    background:#0a243f;
}

.delonghi .btn {
    background:#fff;
    color:#0C2340;
    border:2px solid #0C2340;
    transition: 0.2s;
}

.delonghi .btn:hover {
    color:#fff;
    background:#0C2340;
    border:2px solid #fff;
}

.samsung {
    background-color:#f5f5f5;
    background:#f5f5f5;
}

.samsung .btn-container {
    background-color:#f5f5f5;
    background:#f5f5f5;
    padding-top:8px;
}

.samsung .btn-container a.btn {
    background: white;
    background-color: white;
    border: 2px solid black;
    color: black;
    transition: 0.2s;
}

.samsung .btn-container a.btn:hover {
    border: 2px solid #555;
    color: #555;
}
    

.iPhone12 {
    background: #f2f2f2;
}

.block__descApple {
    font-size: 15px;
    line-height: 20px;
    color: #213038;
    letter-spacing: 0.06px;
    text-align: center;
    margin: 0;
    padding-top: 10px;
}

.block__titleApple {
    font-size: 15px;
    line-height: 20px;
    color: #213038;
    letter-spacing: 0.06px;
    text-align: center;
    margin: 0;
    font-weight: 600;
}

.category-blockssApple {
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (max-width: 975px) {
    .category-blockss {
        padding-left: 20px !important;
        flex-wrap: nowrap;
        overflow: scroll;
        justify-content: flex-start;
    }
}

.category-blockss {
    padding: 0px 0px !important;
}

.category-blockss {
    display: flex;
    justify-content: space-between;
    padding: 15px !important;
}

.category-blockss.three .blocks__item {
    flex: 0 0 31%;
}

.category-blockss.three .blocks__item img {
    width: 100%;
    background: #F3F3F3;
    border-radius: 10px;
}

@media (max-width: 975px) {
    .category-blockss.three .blocks__item {
        flex: 0 0 40%;
    }
}

@media (max-width: 600px) {
    .category-blockss.three .blocks__item {
        flex: 0 0 65%;
    }

    .category-blockss.three .blocks__item:last-child {
        padding-right: 20px;
        box-sizing: content-box;
    }
}

.category-blockss.three .block__titleApple {
    color: #E5006D;
}

.scroll {
    text-align: right;
    padding-right: 10px;
    color: #213038;
    font-size: 12px;
}


@media only screen and (min-width: 599px) {
    .homepage-wrapper #more-from-us {
        display: block !important;
    }
}

@media (max-width: 600px) {
    .homepage-wrapper.more-from-us {
        margin: 10px 0px;
        padding-top: 5px;
    }

    .black {
        background: #080808;
    }

    /*  Apple Four Block CSS*/
    .category-blockss {
        display: flex;
        justify-content: space-between;
        padding: 15px !important;
    }

    @media (min-width: 1239px) {
        .category-blockss {
            padding: 0px 0px !important;
        }
    }

    @media (max-width: 975px) {
        .category-blockss {
            margin-top: 0px;
            padding-top: 0px !important;
        }
    }

    @media (max-width: 600px) {
        .category-blockss {
            margin-bottom: 0px !important;
        }
    }

    .category-blockss.four .blocks__item {
        flex: 0 0 23%;
    }

    .category-blockss.four .blocks__item img {
        width: 100%;
        background: #F3F3F3;
    }

    @media (max-width: 975px) {
        .category-blockss.four .blocks__item {
            flex: 0 0 40%;
        }
    }

    @media (max-width: 600px) {
        .category-blockss.four .blocks__item {
            flex: 0 0 65%;
        }

        .category-blockss.four .blocks__item:last-child {
            padding-right: 20px;
            box-sizing: content-box;
        }
    }

    .category-blockss.four .block__title {
        color: #E5006D;
    }
    
    .row .col12 {
        margin-bottom: 0px;
    }
  