@media screen {
    .ie7 .category-landing-style ul > li {
        float:left;
    }
    .ie7 .category-landing-style ul > li ul li {
        float: none;
    }
    .ie8 .category-landing-style ul > li {
        float:left;
    }
    .ie8 .category-landing-style ul > li ul li {
        float: none;
    }
    
    .ie9 .gradient {
      filter: none;
    }
    
    .event-header {
        max-width: 100%;
        display: table;
        clear: both;
    }
    .event-header img {
        width: 100%;
    }
    .event-header .mobile {
            display: none;
        }
    
    .event-header a.nav-r { display: none;}
    .event-header a.nav-r { display: none; background: #0b0011; color: #fff; font-family: Currys Sans; padding: 10px 15px; text-decoration: none; font-size: 15px; cursor: pointer;}
    .event-header a.nav-r i { float: right;}
    .event-header ul.nav {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    /* NAV */
    .event-header ul.nav { width: 100%; margin: 0; padding: 0; clear: left; margin: 0 0 10px 0; display: table;}
    .event-header ul.nav li { border: none; list-style: none; width: 20%; float: left; padding: 1px;}
    .event-header ul.nav li a { display: block; color: #fff;  background: #0b0011; padding: 15px 10px; text-align: center; text-decoration: none; font-size: 13px; cursor: pointer; font-family: Currys Sans; font-weight: lighter;}
    .event-header ul.nav li a:hover,
    .event-header ul.nav li a.active { background: #5ebae0;}
    .event-header ul.nav li a i { float: right; font-size: 13px; padding-top: 8px;}
    
    .event-header .nav-r {
        display: none;
    }
    /* consenna button */
    .webflowbubble {background:transparent !important;}
    .webflowbubble .content-wrapper {display:block !important;margin: 0px !important;}
    /* top 100 product */
    .top100 {position:relative;display: inline-block;width: 100%;}
    .top100 h3 {font-family:Currys Sans, arial, sans-serif;color: #fca700;font-size: 14px;}
    .fire {
      position: relative;
      width: 35px;
      height: 35px;
      float: left;
      margin-right: 10px;
    }
    .fire .flame {
      position: absolute;
      bottom: 0%;
      left: 7%;
      opacity: .9;
      width: 0%;
      height: 0%;
      border-bottom-right-radius: 70%;
      border-bottom-left-radius: 70%;
      border-top-left-radius: 70%;
      transform: rotate(-45deg) skew(-10deg, -10deg);
      background-color: #ff2200;
      background-image: linear-gradient(top right, rgba(255, 34, 0, 0.9), rgba(255, 106, 0, 0.7));
      z-index: 1;
      animation-iteration-count: infinite;
      animation-fill-mode: forwards;
      animation-name: burn-left;
      animation-duration: 300ms;
    }
    .fire .flame:nth-of-type(2n) {
      animation-name: burn-right;
      animation-duration: 400ms;
    }
    .fire .flame:nth-of-type(2) {
      height: 73%;
      width: 70%;
      left: 15%;
      background-color: #ff4700;
      background-image: linear-gradient(top right, rgba(255, 106, 0, 0.1), rgba(255, 200, 0, 0.1));
      z-index: 2;
    }
    .fire .flame:nth-of-type(3) {
      height: 44%;
      width: 44%;
      bottom: 0.5%;
      left: 27.5%;
      background-color: #ffb600;
      z-index: 3;
    }
    .fire .flame:nth-of-type(4) {
      height: 0%;
      width: 0%;
      left: 0%;
      background-color: #ffb50e;
      background-image: linear-gradient(top right, rgba(255, 255, 255, 0.3), rgba(0, 55, 255, 0.9));
      opacity: 1;
      z-index: 4;
    }
    
    @keyframes burn-left {
      0%, 100% {
        transform: rotate(-45deg) skew(-10deg, -10deg) scale(1);
      }
      30%, 60% {
        transform: rotate(-44deg) skew(-12deg, -12deg) scale(1.01);
      }
    }
    @keyframes burn-right {
      0%, 100% {
        transform: rotate(-45deg) skew(-10deg, -10deg) scale(1);
      }
      30%, 60% {
        transform: rotate(-46deg) skew(-6deg, -6deg) scale(1.01);
      }
    }
    @keyframes fly-up-burnout-1 {
      0% {
        transform: translate(0, 0);
        opacity: 1;
      }
      33% {
        transform: translate(12px, -70px);
      }
      66% {
        transform: translate(0, -140px);
        opacity: .6;
      }
      100% {
        transform: translate(6px, -200px);
        opacity: 0;
      }
    }
    @keyframes fly-up-burnout-2 {
      0% {
        transform: translate(0, 0);
        opacity: 1;
      }
      50% {
        transform: translate(-10px, -80px);
      }
      80% {
        transform: translate(-4px, -140px);
        opacity: .6;
      }
      100% {
        transform: translate(-6px, -160px);
        opacity: 0;
      }
    }
    
    .top100 i {font-size:230%; float:left; padding-right:5%; padding-left:5%}
    /* end top 100 product */
    .category-landing-style ul {
        margin:0;
        padding: 0;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .ie8 .category-landing-style ul {
        margin-right: 1em;
    }
    .ie8 .category-landing-style ul li {
        margin-right: 1em;
        width: 180px;
    }
    .category-landing-style ul > li > ul {
        /* background:#dedede; */
        display:block;
        -webkit-column-count: auto;
        -webkit-column-gap: 0px;
        -webkit-column-fill: auto;
        -moz-column-count: auto;
        -moz-column-gap: 0px;
        -moz-column-fill:auto;
        column-count: 1;
        column-gap: 0px;
        column-fill: auto;
    }
    .category-landing-style ul > li {
        vertical-align: top;
        transition: ease-in .1s;
        width: auto;
        background: #ffffff;
        border-radius: 10px;
        color: #4c11a1;
        text-align: left;
        float: left;
        margin-right: 1%;
        margin-bottom: 1%;
        flex-basis: 32.3333333%;
        justify-content: center;
        list-style: none;
    }
    .category-landing-style ul li a {
        font-weight: bold;
        color: #4c11a1;
        font-family: 'Currys Sans', arial, sans-serif;
        line-height: 1.5em;
        padding: 10px;
        font-size: 15px;
        text-decoration: none;
        display: block;
        width: 100%;
        float: none;
    }
    .category-landing-style ul li a:after {content:'\f054'; font-size:75%; margin-left:5px; font-family:'fontAwesome';}
    .ie8 .category-landing-style ul li a {
    /*    float: left;*/
    }
    
    .category-landing-style ul li ul li a {
        color: #444;
        font-weight: normal;
        background:transparent;
        clear: both;
    }
    .category-landing-style ul li ul li:hover > a {
    }
    .category-landing-style ul > li > ul > li {
        display: block;
        width: 100%;
    }
    .category-landing-style ul > li > ul > li:first-child a {
        display: block;
    }
    .category-landing-style ul > li > ul > li a {
        /* border-top: 1px solid #CCCCCC; */
        padding: 0.3em 0 0.3em 1.1em;
        text-decoration: none;
    }
    .save-message {
        text-align: center;
    }
    .save-message img {
        max-width: 100%;
        border-radius: 10px;
    }
    #search-categories h2 {
        font-size: 13px;
        color: #72246d;
    }
    #search-categories ul {
        margin: 0.5em 0;
        padding: 0;
        list-style: none;
    }
    #search-categories li {
        display: inline-block;
     *display: inline;
        zoom: 1;
        vertical-align: middle;
    }
    #search-categories li img {
        vertical-align: middle;
    }
    #refine-search {
        background: none repeat scroll 0 0 #fff;
        clear: both;
        float: left;
        margin: 0 0 10px 0;
        padding: 0;
        width: 260px;
    }
    #refine-search h2 {
        margin: 0.2em 0;
        color: #333333;
        font-size: 13px;
    }
    #refine-search input {
        width: 76%;
        display: inline;
        margin: 5% 0% 4% 4%;
        color: #666;
        background: #fff;
        border: 1px solid #dddddd;
        height: 41px;
        outline: none;
        position: relative;
        border-radius: 10px 0px 0px 10px;
        border-right: 0px;
    }
    #refine-search a {
        display: block;
        color: #787878;
        text-decoration: none;
        font-size: 14px;
    }
    #refine-search .closefilters {display:none}
    #refine-search a:hover {
        color: #000000;
        text-decoration: underline;
        /* font-weight: bold; */
    }
    #refine-search dt {
        overflow: hidden;
        white-space: nowrap;
    }
    #refine-search dt.active,  #refine-search strong {
        /* text-decoration:underline; */
        font-weight: bold;
        color: #4c11a1;
    }
    #refine-search dt:before {content:'';margin-top:8px;width:16px;height:16px;display:block;float:left;border: 1px solid transparent;border-radius:3px;margin-right:5px;display: none;}
    #refine-search dt.active:before {content:'\f00c';font-family:'fontAwesome';color: #4c11a1;display:block;padding:0px;line-height: 17px;padding-left:1px;}
    #refine-search dd {
        border-top: 0;
        font-size: 12px;
        margin: 0;
        height:auto;
        padding:5px;
        background: #fff;
        /* border-left: 1px solid #4a12a1; */
        /* border: 1px solid #4a12a1; */
        border-width: 0 1px;
        display: none;
    }
    #refine-search dd a:before {content:'';width:16px;height:16px;display:inline-block;float:left;border: 1px solid #bdbcbd;border-radius:3px;margin-right:5px;}
    #refine-search dd a, #refine-search dd strong {
        /* height:17px; */
        padding:4px;
    }
    #refine-search dt {
        /* border-right: 1px solid #4a12a1; */
        /* border-left: 1px solid #4a12a1; */
        border-top: 1px solid #cdd8df;
        cursor: pointer;
        display: block;
        font-weight: 400;
        min-height: 30px;
        line-height: 35px;
        padding: 5px 0 5px 10px;
        position: relative;
        background: #fff;
        font-size: 14px;
        color: #333;
        font-family: 'Currys Sans',arial,sans-serif;
        width: 100%;
    }
    #refine-search dt.overlay {background: #f5f7fd;color:#4d12a1;}
    #refine-search dt.overlay:hover {background: #f5f7fd;color:#4d12a1;font-weight:800;}
    #refine-search dt.overlay + dd {text-transform:uppercase;background: #ffffff;}
    #refine-search dt.overlay:after{color:#4d12a1}
    #refine-search dt:hover {
    }
    #refine-search dt:after {
        color: #444444;
        content: "\f078";
        display: block;
        font-family: fontawesome;
        height: 28px;
        position: absolute;
        right: 0;
        top: 6px;
        width: 29px;
    }
    
    #refine-search dt:after .refine_i{
        color: #5c0d57;
        content: "\f078";
        display: block;
        font-family: fontawesome;
        height: 28px;
        position: absolute;
        right: 0;
        top: 6px;
        width: 29px;
    }
    #refine-search dt .help {
        position: absolute;
        height: 33px;
        width: 33px;
        right: 24px;
        top: 14px;
        font-size: 18px;
        color: #cccccc;
    }
    #refine-search dd a.refined {
        font-weight: bold;
        color: #4c12a1;
    }
    #refine-search dd a.refined::before {
        font-family: FontAwesome;
        content: "\f00c";
        font-size: 14px;
        padding-right: 3px;
        color: #4c12a1;
    }
    #refine-search .slider-range {
        display: none;
    }
    #refine-search .slider-range {
        padding: 0.25em;
    }
    #refine-search .slider-range > div.noUi-target {
        margin: 10px 20px;
    }
    #refine-search .slider-range div.noUi-connect {
        background: #f0f0f0;
    }
    #refine-search .slider-range > div.slider-value,
    #refine-search .slider-range > div.slider-value > span {
        background: inherit;
        font-weight: normal;
    }
    #refine-search .slider-range > div.slider-value {
        display: block;
        text-align: center;
        padding: 0;
        padding-top: 0.25em;
    }
    #refine-search .slider-range > div.slider-value > span {
        display: inline;
        padding: 0;
    }
    
    #category-ads {
        clear: both;
        float: left;
        margin: 0;
        padding: 0;
        width: 260px;
        text-align: center;
        list-style: none;
    }
    
    #category-ads > li {
        margin-bottom: 10px;
    }
    
    #category-ads > li > a > img { border: 1px solid #ddd;}
    
    @media (max-width: 1024px) {
        #category-ads {
            display: none;
        }
                .col-product-price-info .sim-monthly-contract {border-top:10px solid #fff;}
    }
    #keyword:before {content:'Filter by keywords';padding: 12px 10px;line-height:30px;font-family:'Currys Sans', arial, sans-serif;font-size: 17px;font-weight: normal;width:100%;color: #213038;display:inline-block;border-bottom: 1px solid #cdd8df;background: #ffffff;border-radius: 10px 10px 0px 0px;}
    #keyword {
        background-color: #ffffff;
        background: #ffffff;
        border-radius: 0px;
        color: #172f71;
        padding: 0px;
        margin-bottom: 20px;
        border-radius: 10px 10px 10px 10px;
    }
    #keyword button {background:transparent;color: #213038;border: 1px solid #dddddd;font-size: 14px;padding: 0px;width: 18%;height: 50px;float: right;display: block;top: 0px;right: 0px;border-left: 0px;border-radius: 0px 10px 10px 0px;}
    #refine-search #keyword button {height:41px}
    #keyword h2 {color: #172f71;margin:0;padding: 5px 5px 5px 8px;font-family: 'Currys Sans',arial,sans-serif;font-size: 13px;margin-bottom: 5px;display: none;}
    
    .refine_h { color: #333; font-size: 15px; text-align: left; font-weight: bold; margin: 0; display: none;}
    
    #add-to-basket-fix {display: none;}
    #refine-search-header {
        background: #172f72; /* Old browsers */
        color: #fff;
        cursor: pointer;
        float: left;
        font-size: 13px;
        font-weight: bold;
        margin: 0 auto;
        padding: 10px;
        text-align: left;
        text-shadow: none;
        width: 260px;
        display: none;
    }
    
    #caret { float: right; padding: 0px 5px; color: #fff; display: none;}
    
    #refine-search .accordion {margin: 0 0 12px 0;display: flex;flex-flow: wrap;border-radius: 12px;overflow: hidden;}
    #refine-search .accordion:before {content:'Filter by';padding: 12px 10px;line-height:30px;font-family:'Currys Sans', arial, sans-serif;font-size: 17px;color: #213038 !important;font-weight: normal;width:100%;display:inline-block;border-bottom:none;background: #ffffff;border-radius: 10px 10px 0px 0px;}
    
    .refine-accordion-bottom-line{
        border-left: 1px solid #4b12a1;
        border-right: 1px solid #4b12a1;
        border-top: none;
        border-bottom: 1px solid #4b12a1;
        border-radius: 0px 0px 10px 10px;
        position: relative;
        height: 10px;
        top: -13px;
        background: #fff;
        display: none;
    }
    h2.top-selling {
        margin-left: 280px;
        clear: none;
        font-size: 15px;
    }
    #top-selling .col-product-thumbnail a,
    #top-selling-remainder .col-product-thumbnail a {
        position: relative;
    }
    #top-selling .col-product-thumbnail a:after,
    #top-selling-remainder .col-product-thumbnail a:after {
        content: "";
        display: block;
        background: url("/ui/hot_offers.png") no-repeat top left;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .ie8 #top-selling .col-product-thumbnail a:after,
    .ie8 #top-selling-remainder .col-product-thumbnail a:after {
        z-index: 2!important;
        top:10px;
    
    }
    .ie8 #top-selling .col-product-thumbnail a > img.product-image,
    .ie8 #top-selling-remainder .col-product-thumbnail a > img.product-image {
     margin-top: 52px;
    }
    
    .ie8 .col-product-thumbnail {vertical-align: top;}
    
    #top-selling-remainder {
        display: none;
    }
    p.top-selling {
        background: url("/ui/hot-offers-expand.png") no-repeat center bottom;
        margin: 1.5em 0 1.5em 280px;
        text-align: center;
        font-size: 11px;
        font-weight: bold;
        padding-bottom: 13px;
        cursor: pointer;
    }
    p.top-selling span {
        display: inline-block;
     *display: inline; /* IE7 */
        zoom: 1;
        background: #ededed;
        min-width: 316px;
        padding: 5px;
    }
    .page-options {
        margin: 0.5em 0 0.5em 280px;
        text-align: left;
        position: relative;
        min-height: 55px;
        /* border-bottom: 1px solid #ccc; */
        display: flex;
        flex-flow: wrap;
    }
    .page-options p,  .page-options form,  .page-options label,  .page-options input {
        display: inline-block;
        margin: 0 5px;
        font-family: 'Currys Sans',arial, sans-serif !important;
        font-size: 14px;
    }
    .page-options p.count {width:100%;font-weight: 400;padding-top:10px;font-family:'Currys Sans',arial, sans-serif;}
    .page-options form.include-out-of-stock {
        margin-bottom: 13px;
        margin-left: -10px;
        width: 49%;
    }
    .page-options label {float:left;padding-top: 13px;margin-right: 10px;margin-left: 12px;}
    .page-options label:first-of-type {margin-left:0px;}
    .page-options input[type=checkbox] {
        float: none;
        margin-right: 8px;
    }
    .page-options p:first-child {
            /*display: block;
            float: left;
            /*margin: 5px 0;*/
            display: block;
            width: 95%;
            margin-bottom: 10px;
            color: #565656;
            }
    #product-listing {
        margin: 1em 0 1em 280px;
        padding: 0;
    }
    .product-list {
        list-style: none;
        margin: 1em 0 1em 280px;
        padding: 0;
        border-radius: 10px;
        overflow: hidden;
    }
    
    .product-list.no-refinements,
    #product-listing .product-list {
        margin-left: 0;
    }
    #product-listing .search-help-button {
        padding-right: 93px;
        margin-top: -3.5em;
        display: none;
    }
    #product-listing .product-list h2 {
        clear: none;
    }
    .product-list > li {
        padding: 6px 4px;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        position: relative;
        background: #fff;
        /* border-radius: 10px; */
        }
    .product-list #save {padding:5px;overflow:hidden;background: #f2f3f4;margin-bottom: 10px;border-radius: 0px 5px 5px 0px;}
    .product-list  div#save p {text-align:left; padding-left:5px}
    .product-list > li:hover a.location {transform: scale(1);transition: 0.3s;}
    .product-list > li a.location {transform: scale(0.9); transition:0.3s}
    .ie7 .product-list > li {
        zoom: 1;
    }
    .hl {
        border: 2px solid #004469 !important;
        position: relative;
        display: none;
    }
    p.more-info {display:none;}
    .product-grid .points {min-height: 26px;margin-top: 10px;}
    #pcwbcontent .product-list .points p.spend, #pcwbcontent .product-list .points p.free, #pcwbcontent .product-grid .points p.free, #pcwbcontent .product-grid .points p.spend {font-size: 13px;color: #213038;font-family:'Currys Sans', arial, sans-serif;/* margin-top: 8px; *//* margin-bottom: 8px; */}
    #pcwbcontent .product-grid .points p.free i, #pcwbcontent .product-grid .points p.spend i {font-size:12px;margin-right: 4px;}
    #pcwbcontent .product-grid .points p.free {min-height: 21px;margin-bottom: 0px;margin-top: 0px;padding-top: 6px;}
    #pcwbcontent .product-grid .points p.spend {color: #213038;min-height: 21px;margin-bottom: 0px;margin-top: 0px;padding-top: 6px;}
    
    .product-list .points p.spend, .product-list .points p.free, .product-grid .points p.free, .product-grid .points p.spend {font-size: 14px;color: #213038;font-family:'Currys Sans', arial, sans-serif;/* margin-top: 8px; *//* margin-bottom: 8px; */}
    .product-grid .points p.free i, .product-grid .points p.spend i {font-size:12px;margin-right: 4px;}
    .product-grid .points p.free, .product-list .points p.free {min-height: 21px;text-align: center;margin-bottom: 0px;margin-top: 10px;padding: 7px;background: #f5f7fd;border-radius: 10px;font-weight: normal;}
    .product-grid .points p.spend {color: #213038;min-height: 21px;margin-bottom: 0px;margin-top: 0px;padding: 8px;font-size: 12px;background: #f5f7fd;border-radius: 10px;}
    .product-grid > .hl {
      display: none;
      overflow: visible;
    }
    .hl:before {
        content: "Featured product";
        background: #fff none repeat scroll 0 0;
        border: 2px solid #004469;
        border-radius: 5px;
        color: #004469;
        font-family: Currys Sans;
        font-size: 13px;
        left: 0;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        position: absolute;
        right: 0;
        text-align: center;
        top: -12px;
        width: 140px;
        white-space: nowrap;
    }
    .product-grid .hl:before {
        content: "Featured product";
        background: #fff none repeat scroll 0 0;
        border: 2px solid #004469;
        border-radius: 5px;
        color: #004469;
        font-family: Currys Sans;
        font-size: 13px;
        left: 0;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0px;
        width: 100%;
        white-space: nowrap;
    }
    #hl-1.hl, #hl-2.hl, #hl-3.hl, #hl-4.hl, #hl-5.hl, #hl-6.hl {border:1px solid #172f71 !important;margin-top: 15px;}
    
    .product-grid #hl-1.hl:hover, .product-grid #hl-2.hl:hover, .product-grid #hl-3.hl:hover, .product-grid #hl-4.hl:hover, .product-grid #hl-5.hl:hover, .product-grid #hl-6.hl:hover
    {outline:none;border-right:0px;border-left:0px;}
    
    .product-list .hl:before {background:#172f71;border:1px solid #172f71;border-radius:0px;padding:2px;color:#fff;z-index: 2;}
    
    .col-product-thumbnail,  .col-product-description-spec,  .col-product-price-info {
        display: table-cell;
        padding-right: 1em;
        width:39%;
    }
    .ie7 .col-product-thumbnail,  .ie7 .col-product-description-spec,  .ie7 .col-product-price-info {
        display: inline;
        zoom: 1;
        vertical-align: middle;
    }
    .col-product-thumbnail {
        max-width: 100%;
        height: 100%;
        width: 22%;
        vertical-align: middle;
        text-align: center;
        position: relative !important;
    }
    .ie7 .col-product-thumbnail {
        width: 32%;
    }
    .col-product-thumbnail a {
        /* width: 100%; */
        /* display: block; */
        /* margin: 0 auto; */
        /* position: relative; */
        /* align-self: baseline; */
    }
    .col-product-thumbnail a img {max-width: 180px;}
    .col-product-thumbnail a img.market-as-new {
        width: auto;
    }
    .col-product-description-spec p * {
        clear: both;
        margin-bottom: 0;
        font-family: 'Currys Sans',arial,sans-serif !important;
        font-size: 11px;
        color: #213038;
    }
    .col-product-price-info {
        max-width: 74%;
        width: 25%;
    }
    a.learn-more {
        float:left;
    }
    .quick-spec dl {
        font-size: 11px;
        color: #333333;
    }
    .quick-spec dt {
        color: #666666;
        float: left;
        clear: left;
        overflow: hidden;
        width: 20%;
    }
    .quick-spec dd {
        padding: 0;
        margin: 0;
        float: left;
        width: 80%;
    }
    .quick-spec ul {
        margin: 0;
        padding-left: 10%;
    }
    .quick-spec ul * {
        font-size: 14px;
        font-family: 'Currys Sans', arial, sans-serif;
        font-weight:400;
        color: #213038;
        text-align:left;
        list-style-type: initial;
    }
    .quick-spec ul li {margin-bottom: 7px;}
    .quick-spec .quick-spec-content {
        overflow: hidden;
    }
    .quick-spec .show-spec {
        display: none;
    }
    .saving {
        font-size: 15px;
        max-height: 2.4em;
        color: #333;
        font-weight: bold;
    }
    .quick-spec .saving.tag {
        color: #ee9022;
        background-color: #fefaf1;
        border: solid 1px #ee9022;
        border-radius: 10px;
        display:inline-block;
        padding: 5px 10px;
        font-size: 12px;
        max-height:3.5em;
        margin-bottom:8px;
        list-style: none;
    }
    .quick-spec .saving br {display:none;}
    .product-list h2 {
        font-size: 17px;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .product-list h2 a {
        color: #213038;
    }
    .product-list a {
        text-decoration: none;
    }
    .product-list .price, .product-list .stock {
        color: #666666;
        z-index: 0;
        position: relative;
        display: inline-block;
        font-family: 'Currys Sans', arial, sans-serif;
        font-size: 12px;
    }
    .stock .fine-print {
        color: #ffcc00;
        font-weight: bold;
        text-decoration: none;
        display: none;
        /*display: inline!important;*/
    }
    .stock .subdued, .stock .subdued a {
        color: #999999;
    }
    .product-list .price strong {
        color: #213038 !important;
        font-weight: bold;
        font-size: 20px;
        font-family: 'Currys Sans',arial, sans-serif;
        margin: 0px 5px;
        margin-bottom: 0px;
    }
    .product-list .comparison {
        margin: 0 -5px -5px -5px;
        padding: 0 5px 5px 5px;
        display: none;
    }
    .ie7 .product-list .comparison,  .ie8 .product-list .comparison {
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d4d4d4', GradientType=0 );
        zoom: 1;
    }
    .ie9 .product-list .comparison {
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNGQ0ZDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    }
    .product-list .comparison input {
        clear: none;
        float: none;
        display: inline;
        vertical-align: middle;
    }
    .product-list .comparison label {
        float: none;
        clear: none;
        display: inline;
        margin-left: 0;
        font-weight: bold;
        vertical-align: middle;
    }
    .product-list .comparison a {
        display: none;
        padding: 2px 5px;
        vertical-align: middle;
    }
    .product-list .comparison.ready a {
        display: inline-block;
     *display: inline;
        zoom: 1;
    }
    .product-list .comparison .product-compare { color: #555; font-size: 11px;}
    .product-list .comparison p {
        display: inline;
        vertical-align: middle;
        font-size: 11px;
        color: #666;
    }
    
    /* PRODUCT GRID */
    .product-grid {
        display: flex;
        flex-wrap: wrap;
        text-align: center;
        background: #fff;
        border-radius: 10px;
    }
    li a.link-overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 10;
        top: 0px;
        left: 0px;
        /* display: none; */
        border-right: 1px solid #f2f3f4;
        border-bottom: 1px solid #f2f3f4;
    }
    .product-list li:first-of-type:hover a.link-overlay {border-radius:10px 10px 0px 0px}
    .product-list li:last-of-type:hover a.link-overlay {border-radius:0px 0px 10px 10px}
    li a.link-overlay:hover  {border: 1px solid #4c12a1;}
    .product-list.product-grid li:first-of-type:hover  a.link-overlay {border-radius:10px 0px 0px 0px}
    .product-list.product-grid li:last-of-type:hover  a.link-overlay {border-radius:0px 0px 10px 0px}
     li a.link-overlay:hover .col-product-thumbnail a.link-overlay {}
    .product-grid > li:before {/* content:''; */display:block;height:1px;background: #f2f3f4;position:absolute;left: 20px;right: 20px;top: -15px;}
    .product-grid > li:after {
        content: "";
        display: block;
        position: absolute;
        top: -3px;
        bottom: -3px;
        /* left: 5px; */
        right: 5px;
        z-index: -2;
        transition: border 0.1s ease;
        border-left: none;
        border-radius:10px;
        /* background: #fff; */
        }
        .product-grid > li:nth-of-type(4n) {border-right:0px;} /* need to remove hooklogic as it moves 4th li */
    .product-grid > li:hover:after {border: none;transition: 0s;border-radius: 10px;}
    .product-grid > li {
        margin-bottom: 0;
        padding: 15px 10px;
        padding-bottom: 25px;
        width: 25%;
        display: flex;
        flex-flow: column wrap;
        position: relative;
        background: #fff0;
        border: none;
        justify-content: space-around;
        align-content: stretch;
    }
    
    .product-grid > li img {transition:0.3s;}
    .hl-product .product-image {padding-top:10px !important;}
    #content .product-grid h2 * {
      font-size: 16px;
      font-weight: 400;
      font-family: 'Currys Sans',arial, sans-serif !important;
      display: inline-block;
      width: 100%;
      color: #213038;
    }
    .product-grid .col-product-description-spec h2 {text-align:center;display: flex;margin: 0px;flex-grow: 0;padding: 5px;padding-top: 12px;padding-bottom: 0px;flex-flow: column;justify-self: start;min-height: 80px;text-align: left;}
    .product-grid .quick-spec .quick-spec-content { text-align: left;}
    .product-grid .quick-spec dt { width: 30%; padding: 3px 0; display: none;}
    .product-grid .quick-spec dd::before { content: "\f057";}
    .product-grid .quick-spec dd { width: 100%; padding: 3px 0;}
    
    .product-grid .col-product-thumbnail {width: auto;height: auto;margin-bottom: 0%;padding-right: 0px;padding-top: 10px;order: 1;position: relative !important;z-index: 0;flex-grow: 0;min-height: 230px;}
    .product-grid .col-product-thumbnail a {border-right:0px; border-bottom:0px}
    .product-grid .col-product-description-spec {
        width: 100%;
        padding-right: 0px;
        order: 2;
        flex-grow: 1;
        display: flex;
        flex-flow: column wrap;
        margin-bottom: 20px;
    }
      .product-grid .col-product-description-spec .quick-spec {display:flex;flex-flow: column;justify-content: start;width: 100%;flex-shrink: 0;padding-top: 10px;/* flex-grow: 1; */}
        .product-list.product-grid .col-product-description-spec p:before, .product-list .col-product-description-spec p:before {content:'\2022  ';font-size: 17px;font-weight:800;margin-right: 10px;margin-left: 6px;padding-left: 0px;width: auto;}
        .product-grid .col-product-description-spec p , .product-list .col-product-description-spec p {margin: 0px;margin-bottom: 10px;margin-left:6px;text-align: left;}
         .product-list .col-product-description-spec p:before {
    padding-left: 4%;
    margin-left: 0px;
    display: block;
    width: 10%;
    text-align: center;
    float: left;
    margin-right: 0px;
    content: '\2022';
}
.product-list .col-product-description-spec p {margin:0px;margin-bottom: 10px;}
          .product-grid .col-product-description-spec p small, .product-list .col-product-description-spec p small  {font-size: 14px;color:#213038;}
    .product-grid .col-product-price-info {
        bottom: 0px;
        padding-top: 0px;
        padding: 0px;
        width: 100%;
        margin-right: 0%;
        flex-grow: 0;
        order: 3;
        }
    
    .product-grid .col-product-price-info.hl-price-info {
        margin-bottom: 44px;
    }
    .product-grid .comparison {
            -webkit-align-self: flex-end;
            align-self: flex-end;
            display: none;
            }
    
    .col-product-price-info {
            max-width: 100%;
            -webkit-align-self: flex-end;
            align-self: flex-end;
            }
    
    .listing-view {
        width: 100px;
        cursor: pointer;
        color: #213038;
        font-family: Currys Sans;
        font-size: 14px;
        display: inline-block;
        position: absolute;
        right: 0;
        bottom: 8px;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        }
    .listing-view i {padding-left:6px;font-size: 30px;vertical-align: middle;color: #cdd8df;}
    
    .listing-view:hover { opacity: 0.9;}
    
    /**/
    
    #folder-description {
        color: #999999;
        font-size: 14px;
        width: 100%;
        padding: 2%;
        padding-top: 1%;
        text-align: center;
        float: none;
        display: inline-block;
    }
    .ie8 #folder-description {
        float: left;
    }
    .ie7 #folder-description,  .ie8 #folder-description {
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec', GradientType=0 ); /* IE6-8 */
        zoom: 1;
    }
    .ie9 #folder-description {
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNGQ0ZDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    }
    #images-section {
        float: left;
        width: 320px;
    }
    #product-images {
        margin: 0;
        position: relative;
    }
    #product-images .flex-control-nav, #product-images .flex-direction-nav {
        display: none;
    }
    #product-thumbnails {
        margin: 8px 25px 0 25px;
    }
    #product-thumbnails img {
        max-height: 116%;
        width: 102%;
    }
    
    .logo-video { width: 100%; clear: both; margin: 0 0 45px 0; padding: 0; display: table;}
    
    #product-logos {
        list-style: none;
        text-align: center;
        padding: 0;
        margin: 1em 0;
        /* border-top: 2px solid #efefef; */
        padding-top: 0.5em;
    }
    #product-logos li {
        display: block;
        position: relative;
        float: right;
        margin: 0 0.2em;
        width: 85%;
    }
    #product-logos img {
        max-height: 30px;
    }
    #product-logos.plp {text-align:right;margin-top: -20%;width: 25%;margin-left: 75%;}
    #product-logos.plp img {
        width: 97%;
        max-width: 50px;
        max-height: none;
    }
    a.similar-products {
        background: #003d59;
        text-align: center;
        color: #FFF;
        font-size: 15px;
        width: 150px;
        font-weight: bold;
        padding: 6px;
        display: block;
        text-decoration: none;
        margin: 5px auto;
        overflow: hidden;
        -webkit-transition: 0.3s;
           -moz-transition: 0.3s;
            -ms-transition: 0.3s;
             -o-transition: 0.3s;
                transition: 0.3s;
    }
    a.similar-products:hover, a.market-as-new-item-page:hover { -webkit-border-radius: 5px;
            border-radius: 5px;}
    
    .cashback-product { margin: 5px 0;}
    a.market-as-new-item-page {
        background: #de1a21;
        text-align: center;
        color: #FFF;
        font-size: 15px;
        width: 150px;
        font-weight: bold;
        padding: 6px;
        display: block;
        text-decoration: none;
        margin: 0 auto;
        overflow: hidden;
        -webkit-transition: 0.3s;
           -moz-transition: 0.3s;
            -ms-transition: 0.3s;
             -o-transition: 0.3s;
                transition: 0.3s;
    }
    
    h2 {
        clear: both;
    }
    .you-may-also-need-borders {
        border-bottom: 1px solid #DDDDDD;
        border-top: 1px solid #DDDDDD;
        float: left;
        clear: left;
    
    }
    p.also-need-text-limit {
        height: 3.7em;
        overflow: hidden;
        margin-bottom: 0;
    }
    .ie8 p.also-need-text-limit {
        height: 3.8em;
    }
    p.ellipses {
        padding: 0!important;
        margin:0;
        line-height: 0.2em;
    }
    span.fade-out-text {
    bottom: 116px;
        display: block;
        height: 1.1em;
        margin: 0;
        opacity: 0.38;
        padding: 0;
        position: absolute;
        width: 100%;
        z-index: 10;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    }
    
    /* related items
    
    #you-may-also-need-hero-wrapper {
        float: left;
        /*min-width: 83%; */
        max-width: 760px;
    }
    #you-may-also-need-hero-wrapper h2 {
        color: #772a72;
        font-size: 15px;
    }
    #you-may-also-need-hero {
        margin: 0;
        margin-bottom: 20px;
    }
    #you-may-also-need-hero .slides {display:flex;}
    #you-may-also-need-hero .slides li {
        padding: 10px 5px 5px 5px;
        text-align: center;
        font-size: 12px;
        color: #999999;
        display: flex !important;
        flex-direction: column;
        align-items: center;
    }
    #you-may-also-need-hero .slides > li > a {
        font-weight: bold;
        text-decoration: none;
        color: #999999;
        display: block;
    }
    #you-may-also-need-hero .slides img {
        max-width: 90px;
    }
    #you-may-also-need-hero a.add {
        margin: 0;
        bottom: 0;
        color: white;
        display: inline-block;
    }
    button.add-also-need-btn {
        line-height: 0.2em;
        padding: 0 3px 8px 4px;
        width: 140%;
    }
    
    .responsive-tabs > div {
    /*min-height: 1000px;*/
        }
    .responsive-tabs > .bundles ul {
        display: table;
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .responsive-tabs > .bundles ul li {
        display: table-row;
        vertical-align: middle;
    }
    .responsive-tabs > .bundles h3 a {
        display: block;
        color: black;
    }
    .responsive-tabs > .bundles .saving {
        color: #cc0000;
        font-size: smaller;
        float: right;
    }
    .responsive-tabs > .bundles a {
        text-decoration: none;
        /*display: inline-block;*/
    }
    .responsive-tabs > .bundles img {
        vertical-align: middle;
        max-width: 10%;
    }
    .responsive-tabs > .bundles .bigplus {
        font-size: 2.5em;
        vertical-align: middle;
        padding: 0 4px;
    }
    .responsive-tabs > .bundles .location {
        margin-left: 2em;
        border-radius: 2px;
    }
    .responsive-tabs > .bundles .price {
        display: inline-block;
        vertical-align: middle;
        margin-left: 2em;
    }
    .responsive-tabs > .bundles .price strong {
        display: block;
        font-size: larger;
        color: #72246d;
    }
    .responsive-tabs > .bundles .add-to-basket {
        margin-left:2em;
        margin-top: 2%;
        float: right;
    
    }
    
    .cnet-bullets { padding: 10px;}
    .cnet-bullets li { list-style: none; padding: 5px 0;}
    .cnet-bullets li::before {color: #172f72;
        content: "\f058";
        font-size:75%;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        padding-right: 7px;}
    
    .accessories {
        margin: 1em 0;
        padding: 0;
        list-style: none;
        display: table;
     *display: block; /* IE7 */
    }
    .accessories li {
        display: table-row;
     *display: block; /* IE7 */
        font-size: 12px;
    }
    .accessories .accessories-image,  .accessories .desc,  .accessories .stock,  .accessories .price,  .accessories .add, .add-accessory{
        display: table-cell;
     *
        display: inline; /* IE7 */
        zoom: 1;
        vertical-align: middle;
        padding: 0.8em 1em;
    }
    
    .added {background: #ccc;padding: 0.5em;border-radius: 5px;width: 56px;margin: 15%;}
    
    .accessories img {
        max-width: 90px;
    }
    .accessories h4 {
        margin: 5px 0;
    }
    .accessories p {
        margin: 0;
    }
    .accessories a {
        text-decoration: none;
    }
    .accessories .price {
        color: #cb003a;
        font-size: 13px;
        text-align: right;
    }
    .accessories .price .vat-info {
        font-size: 11px;
        color: #999999;
        display: block;
    }
    .kit-components {
        margin: 1em 0;
        padding: 0;
        list-style: none;
        display: table;
    }
    .kit-components > li {
        display: table-row;
    }
    .kit-components ul,  .kit-components .quantity,  .kit-components .kit-image,  .kit-components .description {
        display: table-cell;
        vertical-align: middle;
        padding: 0.5em;
    }
    .kit-components .quantity {
        font-size: 18px;
        font-weight: bold;
        white-space: nowrap;
    }
    .kit-components .kit-image img {
        width: 75px;
        vertical-align: middle;
    }
    .kit-components .description a {
        font-size: 15px;
        font-weight: bold;
        text-decoration: none;
        color: #000000;
    }
    .kit-components ul {
        margin: 1em 0;
        font-size: 11px;
        list-style-type: disc;
        padding-left: 2em;
    }
    
    /*Tooltips*/
    
    div.tooltip {outline:none; }
    div.tooltip strong {line-height:30px;}
    div.tooltip:hover {text-decoration:none;}
    
    div.tooltip span {
        z-index:10;
        display:none;
        padding:14px 20px;
        margin-top:-50px;
        margin-left:240px;
        width:240px;
        line-height:16px;
    }
    
    div.tooltip:hover span{
        display:inline;
        position:absolute;
        color:#111;
        border:1px solid #ccc;
        background:#FFFAF2;}
    
        .callout {
            z-index:20;
            position:absolute;
            top:30px;
            border:0;
            left:-12px;
           }
    
    /*CSS3 extras*/
    div.tooltip span {
        border-radius:4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
    
        -moz-box-shadow: 5px 5px 8px #CCC;
        -webkit-box-shadow: 5px 5px 8px #CCC;
        box-shadow: 5px 5px 8px #CCC;
    
    }
    }
    
    /* Reevoo Reviews */
    
     .reevoo-container { width: 70%;}
    
    /* Tab Overlay */
    .product-grid .tab-overlay {position: absolute;max-width: 62px;width: 100%;position: absolute;top: -12px;z-index: 2;left: -10px;}
    .product-list.product-grid .tab-overlay {position: absolute;position: absolute;top: -15px;z-index: 2;left: -16px;}
    .tab-overlay img {width: 80%;position: relative;max-width: 56px;border-radius: 0px 0px 10px 0px;}
    .product-list .tab-overlay {position: absolute;max-width: 60px;width: 100%;position: absolute;top: -6px;z-index: 2;left: -12px;}
    
    #images-section .tab-overlay { max-width: 120px; top: 15px; left: 15px;}
    
    #sidebar-item button.add-to-basket img { width:23px !important;}
    #product-page .shoplive {background: #FFECB7;padding: 10px 5px;border-radius:10px;text-align: center;}
    #product-page .shoplive a {color: #D4309F;text-decoration: none;font-weight: 800;}
    #product-page .shoplive.mobile {display:none;}
    /***************************************
    *                                      *
    *         SMALL DESKTOP STYLES         *
    *                                      *
    ***************************************/
    
    @media only screen and (min-width:1025px) and (max-width:1239px) {
        #folder-description {
        color: #999999;
        font-size: 12px;
        width: 700px;
        float: right;
        margin: 30px 0px;
    }
    #refine-search {display:block !important;}
        .product-grid {margin-top: 0px;}
        .product-grid > li {min-height:185px;}
    .product-grid .hl {border: 1px solid #172f71 !important;margin: 0% 0.5%;border-radius:5px;}
    .product-grid .hl:before {border-radius:0px;background: #172f71;border:1px solid #172f71;padding:1px; color:#fff; top:-10x}
    /*.col-product-thumbnail a {
        width: 63%;
    }*/
    .col-product-thumbnail, .col-product-description-spec, .col-product-price-info {
        /* width: 41%!important; */
    }
    .you-may-also-need-borders {
        min-width: 780px;
    }
    }
    
    
    
    /***************************************
    *                                      *
    *         LARGE DESKTOP STYLES         *
    *                                      *
    ***************************************/
    
    @media screen and (min-width: 1240px) {
    .product-grid #hl-1.hl:hover, .product-grid #hl-2.hl:hover, .product-grid #hl-3.hl:hover, .product-grid #hl-4.hl:hover, .product-grid #hl-5.hl:hover, .product-grid #hl-6.hl:hover {margin-left:auto}
    .product-grid {margin-top: 0px;}
    .product-grid .hl {border: 1px solid #172f71 !important;width:24%;margin: 0% 0.5%;border-radius:5px;}
    .product-grid .hl:before {border-radius:0px;background: #172f71;border:1px solid #172f71;padding:3px;color:#fff;z-index: 1;}
    #refine-search {display: block !important;background: transparent;}
    #images-section {
        width: 400px;
    }
    #you-may-also-need-hero-wrapper {
        clear: left;
        max-width: 1020px;
    }
    .you-may-also-need-borders {
        min-width: 1040px;
    }
    .col-product-description-spec {
        width: 37%;
    }
    .col-product-price-info {
        width: 18%;
    }
    .col-product-thumbnail {
          width: 20%;
    }
     .col-product-thumbnail  a.link-overlay {border:none;}
     .product-list .col-product-thumbnail {z-index:0;}
    }
    
    
    
    /***************************************
    *                                      *
    *            TABLET STYLES             *
    *                                      *
    ***************************************/
    
    @media only screen and (max-width:1024px) {
        .page-options p:first-child {
        top: 5px;
        }
    #refine-search .closefilters {/*width:100%;text-align: right;position: fixed;bottom: 0%;background: rgba(214, 214, 214,0.5);left:0px;padding: 5% 0%;display:block;*/ display:none;}
    #refine-search .closefilters button {font-size:18px;height: auto;width: 100%;display: inline-block;}
    #folder-description {
        width: 100%;
        padding:5%;
        margin-top:0px;
    
    }
    #refine-search {
        padding: 3%;
        padding-bottom: 1%;
        margin-top: -1px;
        display: none;
        position:relative;
        /* position: fixed; to fix it to top */
        /* top: auto; */
        /* bottom: -10px; */
        height: auto;
        width: 100%;
        float: none;
        background: #fff;
        padding-top: 10px;
        z-index: 1;
        /* box-shadow: 0px 4px 7px #565656; */
    }
    .scroll #refine-search {
        padding: 3%;
        padding-bottom: 5%;
        margin-top: -1px;
        display: none;
        /* position: fixed; */
        /* top: 86px; */
        width: 100%;
        float: none;
        background: #fff;
        padding-top: 10px;
        /* z-index: 1000; */
    }
    #refinemob {/* position: fixed; *//* top: 119px; */left: 0px;right: 0px;display: inline-block;width: 100%;z-index: 49;height: auto;}
    #refinemob.scroll {/* position: fixed; *//* top: 50px; *//* left: 0px; *//* right: 0px; */display: inline-block;z-index: 49;height: auto;}
    #refine-search-header {
        width: auto;
        float: none;
        display: inline-block;
        /* top: 120px; */
        width: 100%;
        /* left: -3px; */
        /* right: -3px; */
        font-size: 14px;
        font-weight: 500;
        border-radius: 10px;
        background: #4b12a1;
        color: #ffffff;
        z-index: 100;
    }
    #refine-search-header #caret {color: #ffffff;}
    .refine_h { display: none;}
    
    #caret { display: block;}
    
    #sidebar-item .smartplan {
        float: right;
        width: 96%;
        bottom: 30px;
    }
    
    #sidebar-item .smartplan img {
        margin-top: 5px;
        max-width: 45%;
        float: left;
    }
    
    #sidebar-item .smartplan p {
        font-size: 12px;
    }
    
    #sidebar-item button.add-to-basket {
        float: right;
        margin: px 0;
        width: 60% !important;
        position: relative;
        top: -58px;
    }
    
    #product-listing .search-help-button {
       margin-top: 1em;
       padding-right: 0.3em;
    }
    #product-listing .product-list h2 {
        clear: both;
    }
    
    h2.top-selling,
    .top-selling.expand,
    .page-options,
    #product-listing,
    .product-list {
        margin-left: 0;
    }
    .col-product-description-spec {
        margin: 0 11px 0 18px;
        max-width: 33%;
    }
    
    .product-grid .col-product-description-spec {
        margin: 0 11px 0 18px;
        max-width: 100% !important;
        text-align: center !important;
    }
    
    #images-section {
        width: 400px;
    }
    .product-image {
        width: 100%;
        max-width: 69%;
    }
    .product-list {
        clear: both;
        margin-top: 0px;
    }
    .product-list > li {
        min-height: 175px;
        /* padding: 10px !important; */
        position: relative;
    }
    .product-list.product-grid > li {/* padding-bottom: 160px !important; */}
    
    .product-grid .col-product-price-info {width: 100%;padding-top: 10px !important;}
    .product-list a {
        font-size: 13px;
    }
    .product-list h2 {
        color: #172f72;
        font-size: 1.0rem;
    }
    .quick-spec .show-spec {
        color: #4d0249;
        float: left;
        font-size: 1em;
        border: 1px solid #666;
        display: none;
        padding: 0.5em;
        font-weight: bold;
        cursor: pointer;
        margin-bottom: 0;
        border-radius: 5px;
        text-align: center;
        text-decoration: none;
        max-width: 75px;
        background: #ffffff url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWNkZGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); /* Old Browsers and IE9 */
        background: -moz-linear-gradient(top, #ffffff 0%, #decddd 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #decddd)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #ffffff 0%, #decddd 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #ffffff 0%, #decddd 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #ffffff 0%, #decddd 100%); /* IE10+ */
        background: linear-gradient(to bottom, #ffffff 0%, #decddd 100%); /* W3C */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#decddd', GradientType=0 ); /* IE6-8 */
    }
    /*.quick-spec img {
        max-width:15%;
        vertical-align:middle;
        margin-right: 0.2rem;
    }
    .quick-spec .quick-spec-content {
        position: absolute;
        opacity: 0;
        height: 0;
        overflow: hidden;
        border-radius: 5px;
        background: white;
        color: #333333;
        -moz-transition: opacity 0.3s ease-in-out;
        -webkit-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out;
        z-index: 5;
        margin: 0;
        top: 5px;
        bottom: 5px;
        right: 5px;
        left: 30%;
    }
    .quick-spec .quick-spec-content:target,  .quick-spec .quick-spec-content.active {
        border: 2px solid #e72f93;
        padding: 8px;
        height: auto;
        opacity: 1;
    }
    .quick-spec .quick-spec-content:after {
        content: "\f057";
        font-family: FontAwesome;
        display: block;
        color: #e72f93;
        font-size: 32px;
        line-height: 32px;
        height: 32px;
        position: absolute;
        right: 8px;
        bottom: 5px;
        z-index: 8;
    }*/
    .quick-spec h3 {
        font-size: 0.8rem;
        max-width: 100px;
    }
    .quick-spec h3 img {
        max-width: 20%;
    }
    .product-list .price,  .product-list .stock {
        font-size: 13px;
        text-align: left;
    }
    .product-list .price strong {
        font-size: 1.3rem;
        margin-bottom: 3%;
    }
    .product-grid span.price span {width:100%;text-align:center;margin-top: 0px;}
    .product-list .price strong {width:100%; text-align:Center;}
    .product-list .location {
        position: absolute;
        bottom: 5%;
        right: 1%;
        font-size: 11px;
        line-height: 16px;
        padding: 0.6em 1em;
        text-align: center;
        float: right;/* z-index: -1; */
        }
    .product-list a.location {
    transform:scale(0.5);
    }
    .product-list .comparison {
        position: absolute;
        bottom: 5px;
        left: 5px;
        right: 5px;
        padding: 8px;
        z-index: -2;
        display: none;
    }
    .product-list .comparison .location {
        position: static;
        float: none;
    }
    .product-grid > li {
        width: 22.5%;
    }
    .product-grid .col-product-thumbnail,
    .product-grid .col-product-description-spec,
    .product-grid .col-product-price-info {
        margin: 0;
        padding: 0;
    }
    .product-grid .col-product-description-spec {margin-top:20px;}
    .product-grid .quick-spec .quick-spec-content {
        height: auto !important;
    }
    .product-grid .location {
        position: static;
        float: none;
    }
    .product-grid .price,
    .product-grid .stock {
        font-size: 11px;
        text-align: center;
    }
    
    .responsive-tabs > div {
        min-height: 0;
    }
    #sidebar-item #upsells-wrapper {
        position: absolute;
        left: -428px;
        top: 325px;
        max-width: 400px;
        display: none;
    }
    #sidebar-item .social {
        display: none;
    }
    #sidebar-item .person-recommends-banner {
        display: none;
    }
    #you-may-also-need-hero-wrapper {
        float: none;
        width: auto!important;
        max-width: 100%;
    }
    .you-may-also-need-borders {
       width: 100%;
    }
    }
    /* hide eu energy ratings temporarily */
    /* .ccs-logo-ls-euenergy {display:none} */
    /* PRODUCT PAGE */
    *,
    *:after,
    *:before {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

li .overlay {
    left: -5px !important;
    top: 0px !important;
}
li .overlay img{
    border-radius: 0px 0px 10px 0px !important;
}
.product-list .overlay {
    left: 0px !important;
    top: 0px !important;
    width: 45px !important;
}
.product-list .overlay img {width: 100% !important;border-radius: 0px 0px 10px 0px !important;}
    
    .category-landing-style {
        margin-bottom: 20px;
    }
    
    .freedelivery a small {
        font-size: 9px;
        color: #4e4e4b;
        text-decoration: none;
        margin-left:5px;
    }
    
    .freedelivery a {
        text-decoration: none !important;
    }
    .freedelivery a small:hover {color:#4e4e4b; text-decoration:underline;}
    .freedelivery {
        font-family: Currys Sans, arial, sans-serif;
        color: #213038;
        font-size: 14px;
        display: inline-block;
        margin-top: 15px;
        margin-bottom: 15px;
        background: #f5f7fd;
        padding: 10px 10px;
        border-radius: 10px;
        width: 100%;
    }
    
    /* visit product button */
    .visitbtn {display:none;}
    @media only screen and (max-width:1024px){
      .visitbtn {display:block;background: #4c0fa1;border-radius: 20px;margin:5px 0px;padding:7px;font-family:Currys Sans, arial, sans-serif;font-size:13px;color:#fff;font-weight:bold;}
    }
    
    /* restyle Reevoo */
    *[id^='reevoomark']{width: 100%;text-align: center;display: inline-block;min-height: 20px;}
    *[id^='reevoomark'] .reevoomark_badge {text-align:center;width: 150px !important;display: inherit;}
    *[id^='reevoomark'] .reevoomark_badge.reevoomark_badge_pcworld-business-mark-category-star-en-gb-09jan2015 a.reviews span {clear: both;float: none; font-family:'Currys Sans',arial,sans-serif !important}
    
    /* related items pop-up on item added to cart */
    h3.ymn {font-family:'Currys Sans', arial, sans-serif;font-size:16px;background: #4c11a1;padding:1%;color:#fff;margin:0px;margin-top:20px;}
    #ymn {width:100%;max-width: 1240px;display: block;max-height: 240px;margin-bottom: -3px;}
    #ymn h2 {background: #ddeef6;color: #193173;margin: 0px;}
    #ymn .flexslider {background:transparent;}
    #ymn ul {list-style:none;padding:0px;width:100%;margin: 0px;display: inline-block;max-height: 240px;overflow-y: scroll;overflow-x: hidden;}
    #ymn ul li {width:100%;float:left;padding: 1%;overflow: hidden;background: #fff;}
    #ymn ul li:nth-of-type(odd) {/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ddeef6+100 */background: #ffffff; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ /* IE6-9 */}
    #ymn ul li .accessories-image {width: 12%;display: block;float: left;text-align: center;}
    #ymn ul li a {font-family:'Currys Sans', arial, sans-serif;text-decoration:none;font-size: 14px;font-weight:600;text-overflow: ellipsis;color: #4c11a1;}
    
    #ymn ul li a.add {
        color: #fff;
    }
    #ymn ul li a.add {padding:13px;font-size:12px;width: 50px;margin-top: 4px;}
    #ymn ul li:hover .add {transform:scale(1.1); transition:0.3s;}
    #ymn ul li a img {max-width:100%;max-height: 60px;font-size: 10px;font-weight: 400;}
    #ymn ul li .desc {width: 42%;float:left;padding-left: 2%;font-size: 12px;font-family: 'Currys Sans', arial, sans-serif;color: #4c11a1;}
    #ymn ul li .desc h4 {margin:0px;overflow: hidden;text-overflow: ellipsis;color: #4c11a1;}
    #ymn ul li .desc p {display:none;}
    #ymn ul li .stock, #ymn ul li .price {width: 17%;float:left;text-align: right;padding: 1.1em 0.1em;font-size: 12px;}
    #ymn ul li .price strong {font-size:16px;font-weight:400;font-family:'Currys Sans', arial, sans-serif;color: #33434A;display: block;}
    #ymn ul li .price strong:after {content:' ex VAT'; font-size:75%;}
    #ymn ul li .price span {font-family:'Currys Sans', arial, sans-serif; font-size:11px; color:#999}
    #ymn ul li .add-accessory {display: inline-block;width: 12%;text-align: right;}
    #ymn # p {float:left;}
    #ymn p.also-need-text-limit:first-of-type {width: 68%;float:left; text-align:left;}
    #bounce-modal{font-family:'Open Sans',sans-serif;display: none;width:100%;position: relative;height:100%;margin-top: 20px;}#bounce-modal .underlay{width:100%;height:100%;position: fixed;top:0;left:0;background-color:rgba(0,0,0,.5);cursor:pointer;-webkit-animation:fadein .5s;animation:fadein .5s;z-index: 1000;}#bounce-modal .modal{width: 70%;height: auto;position: absolute;margin:auto;margin: 0% 15%;-webkit-animation:popin .3s;animation:popin .3s;z-index: 1000;border-radius: 10px;overflow: hidden;}#bounce-modal .modal-title{font-size:18px;background-color: #4c11a1;color:#fff;padding: 1px;margin:0;text-align:center;}
    #bounce-modal a {text-decoration:none;}#bounce-modal a:after {margin: 0 0.2em;font-weight: lighter;font-size: 11px;}#bounce-modal a.continue {margin-left: 10%;color:#172f71;text-decoration:none;background:#fff;border:1px solid #000;padding:1%;cursor: pointer;}#bounce-modal a:after {}
    #bounce-modal .modal-body {display: inline-block;padding-top: 0px;width: 100%;}#bounce-modal h3{color:#fff;font-size: 18px;margin: 0.2em;padding: 4px;font-weight:500;font-family: Currys Sans, arial, sans-serif;border-radius: 10px 10px 0px 0px;}#bounce-modal h4{}#bounce-modal h4 figure { width: 100%; margin: 0px; margin-top: 10px;}#bounce-modal h4 figure img { width: 30%;
    }#bounce-modal h4 span {font-weight: 100;font-size: 26px;letter-spacing: -0.2px;};
    #bounce-modal .modal-body{padding:20px 35px;font-size:.9em}#bounce-modal p{color: #4c11a1;margin-bottom: 20px;text-align: center;font-family: Currys Sans, arial, sans-serif;font-size: 16px;padding: 0% 4%;font-weight: 400;}
    #bounce-modal p small {font-size: 9px;text-align: center;display: block;margin-top: 0px;margin-bottom: -20px;}#bounce-modal form{text-align:center;margin-top:35px}
    #bounce-modal form input[type=text]{padding:12px;font-size:1.2em;width:300px;border-radius:4px;border:1px solid #ccc;-webkit-font-smoothing:antialiased}#bounce-modal form input[type=submit]{text-transform:uppercase;font-weight:700;padding:12px;font-size:1.1em;border-radius:4px;color:#fff;background-color:#4ab471;border:none;cursor:pointer;-webkit-font-smoothing:antialiased}
    #bounce-modal form p{text-align:left;margin-left:35px;opacity:.8;margin-top:1px;padding-top:1px;font-size:.9em}
    #bounce-modal .modal-footer{position: relative;width:100%;background: #e4e4e4;display: inline-block;padding: 2%;border-top: 1px solid #c1c1c1;}
    #bounce-modal .modal-footer .basket-contents {display:inline-block;width: 54%;margin-top: -14px;position: relative;}
    #bounce-modal .modal-footer p{text-align:right; padding:0px; margin:0px; font-size:12px;}
    #bounce-modal .modal-footer p span {font-family:'Currys Sans', arial, sans-serif; font-size:75%}
    #bounce-modal .modal-footer p:nth-of-type(1) {margin-bottom:4px;font-weight:400;text-align: center;}
    #bounce-modal .modal-footer p:nth-of-type(1) span {font-weight:bold;font-size: 13px;}
    #bounce-modal .modal-footer p:nth-of-type(2) {font-weight:400;font-size: 19px;color: #213038;/* border-bottom:1px solid #bf0000; */display:inline-block;float:right;width: 100%;text-align: center;padding-bottom:2px;}
    #bounce-modal .modal-footer p:nth-of-type(3) {float:right;display:inline-block;width:100%;margin-top: 3px;color:#519122;font-weight:bold;text-align: center;}
    #bounce-modal .modal-footer p:nth-of-type(3):before {content:'\f058';font-family:'fontawesome';margin-right: 4px;}
    @-webkit-keyframes fadein{0%{opacity:0}100%{opacity:1}}@-ms-keyframes fadein{0%{opacity:0}100%{opacity:1}}@keyframes fadein{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes popin{0%{-webkit-transform:scale(0);transform:scale(0);opacity:0}85%{-webkit-transform:scale(1.05);transform:scale(1.05);opacity:1}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@-ms-keyframes popin{0%{-ms-transform:scale(0);transform:scale(0);opacity:0}85%{-ms-transform:scale(1.05);transform:scale(1.05);opacity:1}100%{-ms-transform:scale(1);transform:scale(1);opacity:1}}@keyframes popin{0%{-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);opacity:0}85%{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05);opacity:1}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}}
    #bounce-modal .modal-footer a {float:left;background: #6e6e6e;cursor: grab;padding: 14px 0px;border-radius: 25px;height: 44px;color:#fff;font-size: 14px;font-weight:800;width: 23%;margin-top: 0.5%;text-align: center;font-family:'Currys Sans', arial, sans-serif;}
    #bounce-modal .modal-footer a.basket {float:right;background: #4c10a1;border-radius: 25px;}
    /* bounce modal v2 */
    #bounce-modal-two {z-index:1000;font-family:'Open Sans',sans-serif;position: relative;display: none;top:0;left:0;width:100%;height:100%;margin-top: 10px;}#bounce-modal-two .underlay{width:100%;height:100%;position:absolute;top:0;left:0;background-color:rgba(0,0,0,.5);cursor:pointer;-webkit-animation:fadein .5s;animation:fadein .5s}#bounce-modal-two .modal{width: 100%;height: auto;background-color: #e1f0f9;z-index:1;position: relative;margin:auto;border-radius:4px;-webkit-animation:popin .3s;animation:popin .3s;}#bounce-modal-two .modal-title{font-size:18px;background-color: #172f72;color:#fff;padding:10px;margin:0;border-radius:4px 4px 0 0;text-align:center;}
    #bounce-modal-two a {background:#172f71; padding:1%; border:1px solid #172f71; color:#fff; text-decoration:none;}#bounce-modal-two a:after {font-family: FontAwesome;content: " \f054 ";margin: 0 0.2em;font-weight: lighter;font-size: 11px;}#bounce-modal-two a.continue {margin-left: 10%;color:#172f71;text-decoration:none;background:#fff;border:1px solid #000;padding:1%;cursor: pointer;}#bounce-modal-two a:after {}
    #bounce-modal-two .modal-body {display: inline-block;padding-top: 0px;}#bounce-modal-two h3{color:#fff;font-size:1em;margin:.2em;text-transform:uppercase;font-weight:500;font-family: Currys Sans, arial, sans-serif;}#bounce-modal-two h4{font-size: 31px;padding:2%;padding-bottom: 9px;margin:20px;margin-bottom: 16px;margin-top: -5px;font-weight: 600;text-align: center;letter-spacing: -1px;line-height: 34px;font-family: Currys Sans;color: #172f71;width: 50%;float: left;}#bounce-modal-two h4 figure {width: 14%;margin: 0px;margin-top: 10px;}#bounce-modal-two h4 figure img {width: 100%;float: left;}#bounce-modal-two h4 span {font-weight: 100;font-size: 26px;letter-spacing: -0.2px;};#bounce-modal-two .modal-body{padding:20px 35px;font-size:.9em}#bounce-modal-two p{color: #172f71;margin-bottom: 20px;text-align: center;font-family: Currys Sans, arial, sans-serif;font-size: 16px;padding: 0% 4%;font-weight: 400;}#bounce-modal-two p small {font-size: 9px;text-align: center;display: block;margin-top: 0px;margin-bottom: -20px;}#bounce-modal-two form{text-align:center;margin-top:35px}#bounce-modal-two form input[type=text]{padding:12px;font-size:1.2em;width:300px;border-radius:4px;border:1px solid #ccc;-webkit-font-smoothing:antialiased}#bounce-modal-two form input[type=submit]{text-transform:uppercase;font-weight:700;padding:12px;font-size:1.1em;border-radius:4px;color:#fff;background-color:#4ab471;border:none;cursor:pointer;-webkit-font-smoothing:antialiased}#bounce-modal-two form p{text-align:left;margin-left:35px;opacity:.8;margin-top:1px;padding-top:1px;font-size:.9em}#bounce-modal-two .modal-footer{position:absolute;text-align: right;top: 0.5%;right: -1%;width:100%;}#bounce-modal-two .modal-footer p{text-transform:capitalize;cursor:pointer;display: inline;color: #e1f0f9;font-size: 36px;font-weight: 100;padding-right: 2%;}@-webkit-keyframes fadein{0%{opacity:0}100%{opacity:1}}@-ms-keyframes fadein{0%{opacity:0}100%{opacity:1}}@keyframes fadein{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes popin{0%{-webkit-transform:scale(0);transform:scale(0);opacity:0}85%{-webkit-transform:scale(1.05);transform:scale(1.05);opacity:1}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@-ms-keyframes popin{0%{-ms-transform:scale(0);transform:scale(0);opacity:0}85%{-ms-transform:scale(1.05);transform:scale(1.05);opacity:1}100%{-ms-transform:scale(1);transform:scale(1);opacity:1}}@keyframes popin{0%{-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);opacity:0}85%{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05);opacity:1}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}}
    #bounce-modal-two .modal-body .line-two {float:left;width: 45%;}#bounce-modal-two .modal-body p.buttons {display:none;}
    
    @media only screen and (max-width:920px){
      #bounce-modal .modal-body,#bounce-modal .underlay, #bounce-modal .modal-title, #bounce-modal .modal-footer {display:none;}
      #bounce-modal-two .modal-body,#bounce-modal-two .underlay, #bounce-modal-two .modal-title, #bounce-modal-two .modal-footer {display:none;}
    }
    
    div#save p {margin:0px;width: 107.9%;background: #ede7f5;color: #4c12a1;margin-left: -5px;margin-top: 0px;font-size: 15px;font-weight: bold;font-family: 'Currys Sans', sans-serif;text-align: center;border-bottom: 0px solid #f8e500;}
    .col-product-price-info div#save, #product-container .product-info div#save {text-align: left;display: block;background: #ffffff;color: #213038 !important;padding: 8px 12px;margin-bottom: 5px;width: 100%;overflow: hidden;border-radius: 10px;border: 1px solid #cdd8df;}
     #product-container .product-info div#save {width:auto;display: inline-block;}
    .product-grid .col-product-price-info div#save .you-save, #product-container .product-info div#save .you-save {width:100%;display: block;font-size: 12px;line-height: 17px;}
    .product-grid .col-product-price-info div#save .you-save .saving,  #product-container .product-info div#save .you-save .saving {color:#e4006c}
         .product-grid .col-product-price-info div#save .vat, #product-container .product-info div#save .vat{font-size:10px}
    .product-grid .col-product-price-info div#save span.saving-amnt, #product-container .product-info div#save span.saving-amnt {color: #e61374 !important;font-size: 15px;}
    .product-grid .col-product-price-info .monthly-charge div#save {display: none !important;}
        .product-list .col-product-price-info .monthly-charge div#save, .product-list .col-product-price-info .sim-free div#save {display: none !important;}
    /* GRID */
    #pcwbwrapper .grid { width: 100%;}
    #pcwbwrapper .grid:after { content: ""; display: table; clear: both;}
    #pcwbwrapper .grid-pad { padding: 20px; overflow: hidden;}
    #pcwbwrapper .grid-top { padding: 20px 0; overflow: hidden;}
    #pcwbwrapper .grid-sides { padding: 0 20px 0; overflow: hidden;}
    #pcwbwrapper .col-1-2 { width: 50%;}
    #pcwbwrapper .col-1-3 { width: 33%;}
    #pcwbwrapper .col-1-4 { width: 25%;}
    #pcwbwrapper .col-2-3 { width: 66%;}
    #pcwbwrapper [class*='col-'] { float: left; -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;}
    /*  #pcwbwrapper #content [class*='col-'] img { width: 80%; float: right;}*/
    
    /* FONTS */
    #pcwbwrapper h1 {
        font-family: 'Currys Sans', sans-serif;
        font-size: 24px;
        font-weight: normal;
        color: #4c11a1;
        margin: 0;
        padding: 5px 0;
    }
    #pcwbwrapper h2 {
        font-family: arial;
        font-size: 22px;
        font-weight: lighter;
        color: #999;
        margin: 0;
        padding: 5px 0;
    }
    /* Header */
    
    #pcwbwrapper header {
        clear: both;
        margin: 0 0 20px 0;
        width: 100%;
    }
    #pcwbwrapper header img {
        width: 100%;
    }
    /* Product page */
    #ccs-logos {display: flex;}
    .ccs-logo-ls>table td {
        display: block;
        border-radius: 10px;
        padding: 5px;
    }
    #product-page {
        width: 100%;
    }
    /* Product container */
    
    #product-container {
        width: 75%;
        float: left;
        padding-right: 10px;
        position: relative;
    }
    #product-container h1 {
        overflow: hidden;
        /* height: 60px; */
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
        color:#4b12a1 !important;
    }
    #product-container .butn.ratings {background:#4c14a1;padding:5px; border-radius:5px;color:#fff; font-size:13px; text-decoration:none;}
    .buying-guide {padding: 10px 15px;background: #f2f3f4;border-radius: 10px;text-align: center;display: flex;flex-direction: row;justify-content: center;align-items: center;/* width: max-content; */ /* display:inline-block; */ display:none;}
    .buying-guide img {max-width: 65px;width: 100%;float: left;margin-left: -10px;}
    .buying-guide i {font-size:75%;margin-left: 5px;margin-bottom: -5px;}
    
    /* Pricepromise */
    #product-container .pricepromise {
        display: none;
        position: absolute;
        z-index: 24;
        top: 40px;
        background: #f2f3f4;
        width: 400px;
        height: auto;
        -webkit-box-shadow: 0 4px 5px 0 rgb(76, 18, 161);
        box-shadow: 1px 3px 3px 0px rgb(35, 5, 80);
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -webkit-transition: 0.1s;
        -moz-transition: 0.1s;
        -ms-transition: 0.1s;
        -o-transition: 0.1s;
        transition: 0.1s;
    }
    #product-container .pricepromise .header {
        background: #4c12a1;
        position: relative;
        padding: 10px;
        color: #fff;
        font-family: Currys Sans;
        font-size: 16px;
        -webkit-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
    }
    #product-container .pricepromise .header::after {
        content: "";
        position: absolute;
        top: -10px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 20px 20px 20px;
        border-color: transparent transparent #172f72 transparent;
    }
    #product-container .pricepromise .info {
        padding: 0 10px 10px 10px;
        font-size: 14px;
    }
    #product-container .pricepromise .info p {
        color: #333333;
    }
    #product-container .pricepromise .info a {
        font-family: Currys Sans;
        color: #4c12a1;
        text-decoration: none;
        font-size: 15px;
    }
    #product-container .pricepromise.display {
        display: block;
    }
    #product-container .pricepromise .close {
        position: absolute;
        top: 3%;
        right: 2%;
        cursor: pointer;
        color: #fff;
        font-size: 20px;
    }
    
    #product-container #product-content {
        width: 55%;
        float: left;
        margin: 0px;
        border-right: 1px dashed #ccc;
        position: relative;
        background: #fff;
        padding: 12px;
        border: 1px solid #d3d3d3;
        border-radius: 10px;
        margin-top: 8px;
        margin-bottom: 20px;
    }
    #product-container #product-gallery {
        width: 100%;
        float: left;
        margin-bottom: 10px;
    }
    #product-container .overlay {
        position: absolute;
        left: 20%;
        top: 0;
        z-index: 10;
    }
    #product-container .overlay img {
        width: 60px;
    }
    #product-container .logo-video {
        margin: 10px;
        padding: 0;
        position: relative;
        /* float: right; */
        width: auto;
        display: inline-block;
    }
    #product-container .product-logo-cta {
        float: left;
        width: 50%;
    }
    #product-container #product-logos {
        list-style: outside none none;
        text-align: center;
        margin: 0;
        padding: 0;
        border: none;
        display: inline-block;
        width: 100%;
    }
    #product-container #product-logos li {
        display: inline;
    }
    #product-container #product-logos li img {
        max-height: 80px;
        margin-top: 0px;
        max-width: 100px;
    }
    a.product-video-icon {
        cursor: pointer;
        display: block;
        float: left;
        height: 61px;
        width: 50%;
        text-align: center;
    }
    a.product-video-icon img {
        height: 55px;
        width: 83px;
        margin: 0 0 0 25%;
    }
    a.product-video-mobile {
        display: none;
        text-decoration: none;
        color: #172F72;
        max-width: 120px;
        margin: 0 auto;
        padding: 5px 8px 10px 8px;
        -webkit-transition: 0.3s;
           -moz-transition: 0.3s;
            -ms-transition: 0.3s;
             -o-transition: 0.3s;
                transition: 0.3s;
    }
    a.product-video-mobile:hover {
        opacity: 0.8;
    }
    #product-container .fullwidth {
        max-width: 100%;
    }
    #product-container .product-info {
        width: 45%;
        float: left;
        padding: 20px;
        padding-top: 10px;
        position: relative;
    }
    #product-container .product-info .price {
        display: none;
        font-family: 'Currys Sans', sans-serif;
        color: #213038;
        font-size: 30px;
        clear: both;
        margin-top: 19px;
    }
    #product-container .product-info .price .vat-info {
        font-size: 15px;
    }
    #product-container .product-info .price.inc-vat {
        font-family: 'Currys Sans', sans-serif;
        color: #999999;
        font-size: 15px;
        margin-top:0px;
    }
    #product-container .product-info .standard-price {
        color: rgb(170, 170, 170);
        font-family: 'Currys Sans', sans-serif;
        font-size: 15px;
    }
    #product-container .product-info .standard-price span {
        background: rgb(240, 240, 240);
        color: black;
        display: block;
        margin: 10px -12px;
        padding: 5px 0;
    }
    #product-container .saving {
        color: #333;
        font-size: 13px;
        font-weight: bold;
        max-height: 2.4em;
        margin-top: 10px;
        clear: both;
    }
    #product-container .offer {
        color: #ee9022;
        background: #fefaf1;
        border-radius: 10px;
        font-size: 13px;
        font-weight: bold;
        margin-top: 0px;
        clear: both;
        border: solid 1px #ee9022;
    }
    #product-container .offer p {padding:5px;margin-top:0px;margin-bottom: 0px;}
    #product-container .stock {
        font-size: 13px;
        color: #444;
        margin-top: 10px;
        clear: both;
    }
    #pcwbcontent .product-grid .stock {font-size:12px; display:block; margin-bottom:10px;}
    #product-container .product-info .bundle-button, #product-container .product-info .details {
        font-family: 'Currys Sans', sans-serif;
        /* border: 2px solid #e5006d; */
        color: #e5006d;
        display: block;
        font-size: 13px;
        margin: 5px 0;
        /* border-radius: 25px; */
        overflow: hidden;
        padding: 6px;
        text-align: left;
        text-decoration: none;
        width: 150px;
        clear: both;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
    a.similar-products {
        font-family: 'Currys Sans', sans-serif;
        background: none;
        border: 2px solid #e5066d;
        border-radius: 25px;
        color: #e5066d;
        display: block;
        font-size: 13px;
        font-weight: normal;
        margin: 5px 0;
        overflow: hidden;
        padding: 6px;
        margin: 0 0 15px 0;
        text-align: center;
        text-decoration: none;
        width: 150px;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
    #product-container .product-info .bundle-button, #product-container .product-info .details:hover,
    a.similar-products:hover {
        -webkit-border-radius: 5px;
        border-radius: 25px;
    }
    #product-container .product-info .bundle-button {margin-top:10px}
    #product-container .product-info .bundle-button:after {
        content: "\f13a";
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        padding-left:5px;
    }
    #product-container ul.features {
        font-size: 14px;
        padding-left: 0px;
        clear: both;
        /* background: #CAE7E6; */
        padding: 20px;
        padding-bottom: 5px;
        padding-left: 0px;
        border-radius: 10px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    #product-container ul.features li {
        padding: 4px 0;
        color: #333;
        list-style: none;
    }
    #product-container .product-info .product-codes {
        width: 100%;
        margin: 15px 0;
        font-size: 12px;
        color: #222;
        font-weight: bold;
        clear: both;
    }
    #product-container .product-info .product-codes dt {
        float: left;
    }
    #product-container .product-info .product-codes dd {
        margin: 0;
        padding: 0;
    }
    .product-video-container {
        border: medium none;
        clear: both;
        display: none;
        position: relative;
    }
    .product-video-container a {
        background: rgba(255,255,255,0.1);
        color: #333;
        cursor: pointer;
        display: block;
        float: right;
        padding: 10px;
        position: absolute;
        right: 1%;
        top: 2%;
        z-index: 2;
        -webkit-transition: 0.5s;
           -moz-transition: 0.5s;
            -ms-transition: 0.5s;
             -o-transition: 0.5s;
                transition: 0.5s;
    }
    .product-video-container a:hover {
        -webkit-transform: rotate(90deg);
           -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
             -o-transform: rotate(90deg);
                transform: rotate(90deg);
    }
    .product-video-container a i {
        font-size: 20px;
    }
    .product-video-container iframe {
        border: medium none;
        height: 550px;
        width: 100%;
    }
    .product-video-container .product-video {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
    }
    /* You May Also Need */
    .you-may-also-need-borders {
        border: none;
        width: 100%;
        min-width: auto;
        display: inline-block;
    }
    #add-phone .you-may-also-need-borders {display:none;}
    #you-may-also-need-hero-wrapper {
        width: 100%;
    }
    #you-may-also-need-hero-wrapper h2 {
        font-family: 'Currys Sans', sans-serif;
        color: #4c11a1;
        font-weight: normal;
        font-size: 18px;
        /* border-bottom: 2px solid #4c11a1; */
        padding: 10px 0 10px 10px;
        /* margin-bottom: 15px; */
    }
    #you-may-also-need-hero a.add:hover {
        opacity: 0.8;
    }
    
    /* -- IE8 */
    .ie8 .accessories,
    .ie8 .accessories .accessories-image,
    .ie8 .accessories .desc,
    .ie8 .accessories .stock,
    .ie8 .accessories .add {
        display: block;
    }
    
    /* TABS  DT-DD (Specs) */
    .r-tabs dl {
        width: 100%;
        clear: both;
        display: table;
    }
    .r-tabs dl dt,
    .r-tabs dl dd {
        padding: 10px 0;
    }
    .r-tabs dl dt {
        width: 30%;
        float: left;
        clear: both;
    }
    .r-tabs dl dd {
        width: 60%;
        float: right;
        color: #666;
        margin-left: 10px;
    }
    /* product variants */
    #product-container ul#product-variants {float: left;padding:0px;margin:0px;padding-left: 5px;display: inline-flex;width: 100%;flex-wrap: wrap;border-width: 1px 0px 1px 0px;/* border-style: solid; *//* border-color: #ddd; */}
    #product-container ul#product-variants li {transition:0.3s;text-align:center;margin-right: 1%;margin-bottom: 2%;display: flex;flex-direction: column;justify-content: space-evenly;font-size:12px;padding: 1%;border: 3px solid #f2f3f4;border-radius:10px;background: #ffffff;min-width: 19.2%;flex-basis: 19.2%;}
    #product-container ul#product-variants li a {display: flex;flex-direction: column;justify-content: space-between;flex: 1 1 auto;color: #333333;}
    #product-container ul#product-variants li:last-of-type {margin-right:0px;}
    #product-container ul#product-variants li img {max-width:100%;max-height:50px;display: inline-flex;align-self: center;}
    #product-container ul#product-variants li.current {font-weight:800;color: #222222;}
    #product-container ul#product-variants li.current, #product-container ul#product-variants li:hover {border: 3px solid #4d11a1;transition:0.3s;background: #ffffff;}
    #product-container ul#product-variants li a {text-decoration:none;}
    #product-container ul#product-variants p:first-child {display:inline-block;width:100%;font-weight: 800;margin: 0px;margin-bottom: 10px;margin-left: 5px;padding-top: 10px;font-weight: normal;font-size: 18px;color: #4d10a1;}
    #product-container ul#product-variants .price {display: flex;font-size:15px;margin: 5px 2px;margin-bottom:0px;justify-content: center;align-items: baseline;color: #213038;}
    #product-container ul#product-variants .price span {font-size:12px;}
    
    /* Sidebar */
    #sidebar-item {
        width: 25%;
        float: right;
        margin: 0;
        padding: 12px;
        padding-bottom: 0px;
        border: 1px solid #d3d3d3;
        border-radius: 10px;
        text-align: center;
        position: sticky;
        top: 140px;
        margin-bottom: 20px;
        margin-top: 10px;
        background: #ffffff;
    }
    #sidebar-item .price {
        font-family: 'Currys Sans', sans-serif;
        color: #213038;
        font-size: 32px;
        clear: both;
    }
    #sidebar-item .vat-info {
        font-size: 15px;
    }
    #sidebar-item .price.inc-vat {
        font-family: 'Currys Sans', sans-serif;
        color: #999999;
        font-size: 18px;
        margin-top:0px;
        margin-bottom: 15px;
    }
    #sidebar-item .standard-price {
        color: rgb(170, 170, 170);
        font-family: 'Currys Sans', sans-serif;
        font-size: 15px;
    }
    #sidebar-item .standard-price span {
        background: rgb(240, 240, 240);
        color: black;
        display: block;
        margin: 10px -12px;
        padding: 5px 0;
        font-family: 'Currys Sans', arial, sans-serif;
    }
    #sidebar-item .stock {font-size:11px;}
    #sidebar-item .quantity {
        font-family: 'Currys Sans', sans-serif;
        font-size: 15px;
        margin-bottom: 10px;
        color: #333;
        font-weight: normal;
    }
    #sidebar-item input {
        border: 1px solid #d3d3d3;
        border-radius: 10px;
        color: #4c11a1;
        display: block;
        font-size: 16px;
        margin: 0.2em auto 1em;
        padding: 10px;
        text-align: center;
        outline: none;
        padding-right: 0px;
        width: 60px !important;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        transition:0.3s;
    }
    #sidebar-item input:focus {border:2px solid #e5006d; transition:0.3s;}
    #sidebar-item .person-recommends-banner {
        text-align: center;
    }
    #sidebar-item .person-recommends-banner a {
        display: block;
    }
    #sidebar-item .person-recommends-banner img {
        width: 100%;
        margin: 5px 0;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
    #sidebar-item .person-recommends-banner img:hover {
        opacity: 0.9;
    }
    
    /* Unavailable item*/
    #sidebar-item .unavailable {
        font-family: 'Currys Sans', sans-serif;
        color: #222222;
        font-size: 18px;
        font-weight: bold;
        padding-bottom: 10px;
        text-align: center;
        border-bottom: 2px solid #222222;
        margin-bottom: 10px;
    }
    #sidebar-item .unavailable span {
        font-size: larger;
        display: block;
        color: #cb003a;
    }
    #sidebar-item .unavailable-form select,
    #sidebar-item .unavailable-form textarea {
        display: none;
    }
    #sidebar-item .unavailable-form input {
        font-family: 'Currys Sans', sans-serif;
        padding: 8px;
        font-size: 12px;
    }
    #sidebar-item .unavailable-form .button input[type="submit"] {
        color: #FFF;
    }
    #sidebar-item .unavailable-form span {
        color: #666;
        font-size: 13px;
    }
    
    #sidebar-item a.payncollect {
        width: 100%;
        display: block;
    }
    #sidebar-item a.payncollect > img {
        width: 100%;
    }
    
    /* Upsells / Alternatives */
    #sidebar-item #upsells-wrapper {
        border: 2px solid #cae7e5;
        padding: 5px;
        border-radius: 10px;
        margin: 20px 0px;
    }
    #sidebar-item #upsells-wrapper .flexslider {border:none;}
    #sidebar-item #upsells-wrapper h2 {
        background: #cae7e5;
        font-size: 15px;
        border-radius: 2px 2px 0px 0px;
        font-weight: 400;
        margin: 0;
        color: #4b12a1;
        margin: -5px -5px 0 -5px;
        padding: 5px;
        text-align: center;
    }
    #sidebar-item #upsells {
        margin: 0;
    }
    #sidebar-item #upsells li {
        max-width: 50%;
    }
    #sidebar-item #upsells a {
        text-decoration: none;
        font-weight: bold;
        color: #666666;
        font-size: 11px;
        display: block;
    }
    #sidebar-item #upsells p {
        margin: 2px 0;
    }
    #sidebar-item #upsells .price {
        font-size: 13px;
    }
    #sidebar-item #upsells .vat-info {
        font-size: 11px;
    }
    #sidebar-item #upsells .slides { width: 100% !important;}
    #sidebar-item #upsells li { width: 50% !important;}
    #sidebar-item #upsells a {
        -webkit-transition: 0.3s;
           -moz-transition: 0.3s;
            -ms-transition: 0.3s;
             -o-transition: 0.3s;
                transition: 0.3s;
    }
    #sidebar-item #upsells a:hover {
        opacity: 0.8;
    }
    #sidebar-item #upsells-wrapper h2 {
        font-family: 'Currys Sans', sans-serif;
    }
    
    /* Add to basket */
    #sidebar-item button.add-to-basket {
        font-family: 'Currys Sans', sans-serif;
        font-weight: normal;
        font-size: 18px;
        margin: 5px 0;
        padding: 10px;
        position: static;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        width: 100% !important;
        -webkit-border-radius: 0;
        border-radius: 25px;
    }
    #sidebar-item button.add-to-basket:hover,
    #add-to-basket-fix .add-basket:hover {
        -webkit-border-radius: 25px;
        border-radius: 25px;
        background: #4c13a1cf;
        opacity:1;
    }
    #add-to-basket-fix {
        background: rgba(255, 255, 255, 0.95);
        position: fixed;
        top: 95px;
        max-width: 1240px;
        width: 100%;
        padding: 10px 15px;
        border-bottom: 1px solid #ddd;
        z-index: 25;
        display: none;
    }
    #add-basket-mobile { display: none;}
    .basket-fix-menu {
        top: 145px !important;
    }
    .basket-fix-nomenu {
        top: 100px !important;
    }
    .ie8 #add-to-basket-fix {
        background: #FFF;
        width: 980px;
    }
    #add-to-basket-fix .add-basket {
        float: right;
        width: 150px;
        margin: 0px;
        /* margin-top: 10px; */
    }
    #add-to-basket-fix .product-title-fix {
        width: 40%;
        float: left;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    #add-to-basket-fix .product-title-fix h1 {
        font-size: 18px;
    }
    #add-to-basket-fix .price-fix {
        width: 30%;
        float: left;
        font-family: 'Currys Sans', sans-serif;
        padding: 10px;
    }
    #add-to-basket-fix .price-fix .price-fix-no {
        width: 50%;
        float: left;
        color: #bd0000;
        font-size: 15px;
    }
    #add-to-basket-fix .price-fix .price-fix-vat {
        width: 50%;
        float: left;
        color: #999999;
        font-size: 14px;
    }
    
    /* Smartplan */
    #sidebar-item .smartplan {
        width: 100%;
        background: #f2f3f4;
        border: 2px solid #f2f3f4;
        border-radius: 10px;
        margin: 10px 0;
        padding: 5px;
        position: relative;
        text-align: center;
    }
    .ie8 #sidebar-item .smartplan {
        display: table;
    }
    #sidebar-item .smartplan img {
        margin-left: 5px;
        margin-top: 10px;
        max-width: 100px;
        float: left;
    }
    #sidebar-item .smartplan p.rent-from {
        color: #4b12a1;
        font-size: 14px;
        margin-top: 6px;
        margin-bottom: 12px;
        font-family: Currys Sans;
        font-weight: normal;
    }
    #sidebar-item .smartplan p {
        margin: 0 0 8px;
        font-weight: bold;
        font-size: 13px;
        clear: both;
        color: #777777;
    }
    #sidebar-item .smartplan span {
        font-size: 9px;
    }
    .smartplan a.rent-price {
        color: #ED9B1B;
        text-decoration: none;
        display: block;
        margin: 8px 0;
        font-family: Currys Sans;
    }
    .smartplan a.rent-price span {
        font-size: 9px;
    }
    #sidebar-item .smartplan a.location {
        background: #F5F7FD;
        text-decoration: none;
        padding: 10px;
        color: #4a12a1;
        margin: 5px auto;
        border-radius: 25px;
        border: 1px solid #4a12a1;
        display: block;
        width: 110px;
    }
    .smartplan a.rent-price,
    #sidebar-item .smartplan a.location {
        -webkit-transition: 0.3s;
           -moz-transition: 0.3s;
            -ms-transition: 0.3s;
             -o-transition: 0.3s;
                transition: 0.3s;
    }
    .smartplan a.rent-price:hover,
    #sidebar-item .smartplan a.location:hover {
        opacity: 0.8;
    }
    
    /* Product icons */
    #sidebar-item .product-icons {
        width: 100%;
        clear: both;
        margin: 15px auto;
        font-size: 20px;
        display: table;
    }
    #sidebar-item .product-icons a.icon {
        width: 25%;
        /* background: #f2f3f4; */
        color: #4b12a1;
        /* border: 2px solid #fff; */
        text-decoration: none;
        padding: 12px 5px;
        float: left;
        text-align: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
    #sidebar-item .product-icons a.icon:hover {
        background: none;
        -webkit-box-shadow: 0 0 0 2px #172f72 inset;
        box-shadow: 0 0 0 2px #4c11a1 inset;
        color: #4b12a1;
    }
    
    #sidebar-item .payncollect {
        color: #555;
        font-size: 13px;
        text-align: left;
        border: 1px solid #ddd;
        border-radius: 10px;
        clear: both;
        margin-top: 5px;
    }
    #sidebar-item .payncollect .row {
        position: relative;
        padding: 20px 10px 20px 60px;
        clear: both;
        min-height: 70px;
    }
    #sidebar-item .payncollect .row img {
        left: 10px;
        top: 20px;
        position: absolute;
        max-width: 40px;
        width: 100%;
    }
    
    /* Button */
    button,
    input[type="submit"],
    input[type="reset"],
    a.action,
    label.action {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6dad2e+28,508120+57 */
        background: #4c13a1;
        border: medium none;
        color: white;
        cursor: pointer;
        display: block;
        font-size: 14px;
        /*  max-height: 41px; */
        font-weight: bold;
        float: right;
        margin: 5%;
        margin-left: -4%;
        padding: 14px;
        text-align: center;
        text-decoration: none;
        position: relative;
        z-index: 20;
        font-family: Currys Sans;
        width: auto;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
    button.compare {display:none;}
    /*================================================================================================================*/
    /*                                                                                                                */
    /*                                                  RESPONSIVE                                                    */
    /*                                                                                                                */
    /*================================================================================================================*/
    @media only screen and (min-width: 1025px) and (max-width: 1239px) {
        .listing-view {
            bottom: 6px;
        }
    
    }
    @media only screen and (min-width: 0px) and (max-width: 1239px) {
        #add-to-basket-fix { left: 0;}
    
        .page-options p, .page-options form, .page-options label, .page-options input {
            display: inline-block;
            margin: 3px 5px;
            margin-left: 12px;
            margin-right: 10px;
        }
    .page-options form {display: block;margin-right: 5%;}
    
    form.page-size {
    }
    }
    
    @media only screen and (min-width: 0px) and (max-width: 1024px) {
         .listing-view {
             position: absolute;
             float: right;
             top: 10px !important;
         }
         .product-grid span.price {display:inline-block; width:100%;}
    .page-options label {
        padding-top: 11px;
    }
    form.include-out-of-stock {margin-left:0px !important; width:60%;}
    }
    
    @media only screen and (min-width: 0px) and (max-width: 1024px) {
        #add-to-basket-fix {top: auto;bottom: -100px;display: none; /* -100px to not show, as display is controlled by js */}
    }
    
    @media only screen and (min-width: 0px) and (max-width: 799px) {
      #product-container ul#product-variants li {flex-basis:31.3333%;}
      .product-grid .col-product-description-spec {padding: 0% 2%;}
      .category-landing-style ul > li {flex-basis:49%;}
    .product-grid .col-product-thumbnail {min-height:0px;}
        #product-container {width: 65%;}
        #product-container #product-content,
        #product-container .product-info {
            width: 100%;
        }
    
        #sidebar-item {width: 35%;}
    
        .r-tabs dl dt { width: 35%;}
        .r-tabs dl dd { width: 50%;}
    
        .event-header ul.nav { display: none; width: 100%;}
        .event-header a.nav-r { display: block;}
        .event-header ul.nav li {
            width: 100%;
            float: left;
        }
        .event-header .desktop {
            display: none;
        }
        .event-header .mobile {
            display: block;
        }
    }
    @media only screen and (min-width: 0px) and (max-width: 768px) {
        .r-tabs dl dt { width: 45%;}
         #add-to-basket-fix .product-title-fix h1 {font-size:14px;width: 100%;/* float: left; */white-space: initial;line-height: 16px;}
         #sidebar-item {top:62px}
    }
    
    @media only screen and (min-width: 0px) and (max-width: 775px) {
    
    }
    @media only screen and (min-width: 0px) and (max-width: 599px) {
        #pcwbwrapper .col-1-2,
        #pcwbwrapper .col-1-3,
        #pcwbwrapper .col-1-4,
        #pcwbwrapper .col-2-3,
        #product-container .product-info,
        #sidebar-item,
        #product-container,
        #product-container #product-content {
            width: 100% !important;
        }
        #product-logos.plp {
        margin-top: -5%;}
        #product-container #product-content {
            /* border-right: none; */
        }
        a.link-overlay {
    }
        .product-list.product-grid > li { padding-bottom:0px !important;}
             #product-page #add-to-basket-fix {bottom: 0px;z-index: 1001;display: block;}
             .gis-circle-right {bottom:63px !important;}
        #add-to-basket-fix .product-title-fix { width: 65%;}
        #add-to-basket-fix .add-basket { width: 30%;}
        #add-basket-mobile {
            position: absolute;
            right: 0;
            top: 0px;
            background: #4c13a1;
            color: #fff;
            width: auto;
            text-align: center;
            display: block;
        }
        #product-page .shoplive {display:none;}
        #product-page .shoplive.mobile {display:block;}
    }
    
    @media only screen and (min-width: 361px) and (max-width: 599px) {
        #add-to-basket-fix .price-fix { display: none;}
        #add-to-basket-fix .product-title-fix {width: 58%;}
        #add-to-basket-fix .add-basket {width: 140px;margin: 0px;}
    }
    @media only screen and (min-width: 0px) and (max-width: 480px) {
        .r-tabs dl dt { width: 47%;}
          .category-landing-style ul > li {flex-basis:100%; margin-right:0px;}
    }
    
    @media only screen and (min-width: 0px) and (max-width: 360px) {
        #add-to-basket-fix .price-fix { display: none;}
        #add-to-basket-fix .product-title-fix { display: none;}
        #add-to-basket-fix .add-basket {width: 100%;}
      .product-grid > li {width:100% !important;}
    }
    
    
    /***************************************
    *                                      *
    *        PORTRAIT TABLET STYLES        *
    *                                      *
    ***************************************/
    
    @media only screen and (max-width: 1239px) {
        .reevoo-container { width: 100%;}
        .product-grid > li {width: 33.333333333%;}
       .product-grid > li:nth-of-type(4n){/* border-right:1px solid #e5e5e5; */}
        .product-grid > li:nth-of-type(3n){border-right:0px;}
    }
    
    @media only screen and (min-width: 700px) and (max-width: 1024px) {
        .quick-spec .quick-spec-content {height: 39px !important; -ms-overflow-y: hidden; overflow-y: hidden; text-overflow: ellipsis;}
        .quick-spec .show-spec { display: none;}
    }
    
    @media only screen and (max-width: 768px) {
    #images-section {
        width: 320px;
    }
    #sidebar-item #upsells-wrapper {
        position: absolute;
        left: -348px;
        top: 305px;
        max-width: 320px;
    }
    .responsive-tabs > .bundles img {
        max-width: 10%;
    }
    }
    
    
    /***************************************
    *                                      *
    *       MOBILE  + TABLET fix           *
    *  for bundles button alignment        *
    *                                      *
    ***************************************/
    
    @media only screen and (max-width:847px) {
    .responsive-tabs > .bundles .add-to-basket {
        float: right;
    }
    .responsive-tabs > .bundles img {
        max-width: 10%;
    }
    }
    
    @media only screen and (min-width: 0px) and (max-width: 650px) {
      .product-grid > li {border-right:none;}
          .product-grid > li:nth-of-type(4n) {border-right:0px;} /* need to remove hooklogic as it moves 4th li */
            .product-grid > li:nth-of-type(1n) {}
             .product-grid > li:nth-of-type(2n) {border-right:none;}
        .product-list.product-grid > li {width: 50%;/* margin-top: 15px; */}
        .page-options label {
        float: left;
        padding-top: 12px;
        margin-right: 0px;
        margin-left: 0px;
        font-size: 11px;
        overflow-wrap: break-word;
    }
    .nice-select .current {font-size:11px;}
    .nice-select {padding-right:20px !important}
    .nice-select:after {right:7px !important;}
    .page-options form {width: 42%;margin: 0px;}
    form.page-size {float: left;width: 55%;z-index: 35;position: relative;margin: 0px;}
    .page-options {margin-bottom:0px}
    .page-options p:first-child {margin-bottom:20px}
    }
    
    /***************************************
    *                                      *
    *            MOBILE STYLES             *
    *                                      *
    ***************************************/
    @media only screen and (min-width: 0px) and (max-width: 435px) {
        .reevoo-container, .reevoomark, .reevoomark_badge, .reviews {width: 100% !important;}
        .more-info {display:none; margin: 0; position: absolute; right:10px; bottom:10px; width: 87px;}
        .product-grid .more-info { position: static; margin: 10px auto; display:none;}
        .col-product-price-info { width: 95%; clear: both;}
        .product-video-container iframe { height: 350px;}
    
    }
    
    @media only screen and (min-width: 0px) and (max-width: 701px) {
        .product-image { width: 125px;}
        .quick-spec dt { display: none;}
        .quick-spec .quick-spec-content { height: 40px !important;}
        .quick-spec dd { white-space: nowrap;
        overflow:hidden !important;
        text-overflow: ellipsis; width: 200px;
        clear: both;}
        .quick-spec dd:before { content: "";}
    }
    
    @media only screen and (max-width: 599px) {
      .product-grid > li {width: 50% !important;}
    .responsive-tabs > .bundles img {
        max-width: 15%;
    }
    .product-list > li {
        min-height: 150px;
        padding: 6px !important;
        clear: both;
    }
    .product-grid .col-product-price-info {position:relative;border-top:none;padding-top:10px !important;padding: 8px;}
    .product-list h2 {
        max-height: auto;
    }
    .quick-spec dd { width: 150px;}
    .quick-spec h3 {
        font-size: 11px;
        max-width: 75px;
        margin-bottom: 3px;
    }
    .quick-spec h3 img {
        max-width: 15%;
    }
    .product-list .price, .product-list .stock, .product-grid .col-product-price-info .stock {
        font-size: 11px;
    }
    .product-list .price strong {
      width:100%;
      text-align:center;
        font-size: 0.975rem;
        margin-bottom: 0;
    }
    .location {
        bottom: 5px;
        right: 5px;
        font-size: 90% !important;
        font-weight: bold;
    }
    .product-list .comparison {
        display: none;
    }
    .quick-spec ul {
        display: none;
    }
    #images-section {
        float: none;
        width: auto;
    }
    #product-images {
        margin: 0 0 60px;
    }
    #product-images .flex-control-nav,  #product-images .flex-direction-nav {
        display: block;
    }
    #product-thumbnails {
        display: none;
    }
    #upsells-wrapper {
        display: none;
    }
    .accessories,  .accessories li,  .accessories .accessories-image,  .accessories .desc,  .accessories .stock,  .accessories .price,  .accessories .add {
        display: block;
    }
    .accessories .price {
        text-align: left;
    }
    .responsive-tabs > .bundles h3 {
        clear: both;
    }
    .responsive-tabs > .bundles .saving {
        display: block;
        float: none;
    }
    .responsive-tabs > .bundles .bigplus {
        padding: 0 5px;
    }
    .responsive-tabs > .bundles .location {
        float: right;
        border-radius: 2px;
    }
    .responsive-tabs > .bundles .price {
       margin-left: 1em;
       float: left;
       clear: both;
       margin-top: 3em;
    }
    .responsive-tabs > .bundles .add-to-basket {
    margin-right: 0;
    }
    
    .col-product-thumbnail, .col-product-description-spec, .col-product-price-info, .product-list .price, .product-list .stock, .col-product-thumbnail a {
        width: 100%;
        padding: 0px;
        margin: 0px;
        max-width: 100%;
        display:inline-block;
        text-align: center;
    }
    div#save p {width:102%;margin:-1%;margin-bottom: 2px;}
    a.market-as-new-item-page {font-size: 13px;}
    a.cashback-resize-list { width: 100px !important; font-size: 13px;}
    .col-product-thumbnail a img{
        width: 125px;
        max-width: 100%;
    }
    .product-grid .tab-overlay img {width: 80%;}
    .product-image {
        max-width: 100%;
    }
    .kit-components {
        display: block;
    }
    .kit-components > li {
        display: block;
    }
    .kit-components .quantity,  .kit-components .kit-image,  .kit-components .description {
        display: inline-block;
    }
    .kit-components ul {
        display: block;
    }
    #product-container .product-info {
        padding-top: 0;
    }
    #product-container .product-info .price {
        display: block;
    }
    #product-container .product-info .price .standard-price span {
        background: transparent;
        margin: 0;
    }
    #product-container #product-content {
        margin-bottom: 0;
    }
    #sidebar-item {
    min-height: 0;
    }
    #sidebar-item > .price {
        display: none;
    }
    #product-container .product-logo-cta,
    a.product-video-icon,
    #sidebar-item label,
    #sidebar-item input,
    #sidebar-item button.add-to-basket,
    #sidebar-item .smartplan {
        display: none;
    }
    a.product-video-mobile {
        display: block;
    }
    div.tooltip span {
        width: auto;
        left:0;
        margin:0 30px;
    
    }
    
    .product-video-container { width: 95%;}
    
    #product-container .pricepromise {
        display: none !important;
    }
    }
    
    
    /***************************************
    *                                      *
    *             PRINT STYLES             *
    *                                      *
    ***************************************/
    
    @media print {
    label,  input,  button,  a.expand,  a.location,  #product-images li,  #product-thumbnails,  .jump-to-details, .jump-to-details-save,  .social,  .person-recommends-banner,  #upsells-wrapper,  #you-may-also-need-hero-wrapper {
        display: none!important;
    }
    #images-section {
        float: left;
        margin-right: 1em;
        margin-bottom: 1em;
        width: 150px;
    }
    #product-images .flex-viewport {
        overflow: visible!important;
    }
    #product-images .slides {
        width: auto!important;
        margin: 1em 0;
        padding: 0;
        list-style: none;
    }
    #product-images .slides li:first-child {
        display: block!important;
        width: auto!important;
    }
    #product-images .slides li:first-child img {
        width: 100%;
    }
    #product-logos {
        margin: 1em 0;
        padding: 0;
        list-style: none;
        text-align: center;
    }
    #product-logos li {
        display: inline;
    }
    #product-logos li img {
        max-height: 15px;
    }
    .responsive-tabs h3 {
        display: none;
    }
    .responsive-tabs .responsive-tabs__panel {
        display: none!important;
    }
    .responsive-tabs #description,  .responsive-tabs #description + div,  .responsive-tabs #specifications,  .responsive-tabs #specifications + div {
        display: block!important;
    }
    }
    