@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: "Montserrat"; 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: "Montserrat"; 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;
}
/* top 100 product */
.top100 {position:relative;display: inline-block;width: 100%;}
.top100 h3 {font-family:Montserrat, 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 {
    display: block;
    vertical-align: top;
    transition: ease-in .1s;
    width: auto;
    background: #e1f0fa;
    text-align: center;
    float: left;
    margin-right: 1%;
    margin-bottom: 1%;
    flex-basis: 32.3333333%;
    display: flex;
    justify-content: center;
}
.category-landing-style ul li a {
    font-weight: bold;
    color: #172f75;
    font-family: 'Montserrat', arial, sans-serif;
    line-height: 1.5em;
    padding: 10px;
    font-size: 14px;
    text-decoration: none;
    display: flex;
}
.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 {
    background:#efefef;
}
.category-landing-style ul > li > ul > li {
    display: block;
    width: auto;
}
.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%;
}
#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: 4% 0% 4% 4%;
    color: #666;
    height: 41px;
}

#refine-search a {
    display: block;
    color: black;
    text-decoration: none;
}
#refine-search a:hover {
    color: #172f72;
    text-decoration: underline;
    font-weight: bold;
}
#refine-search dt {
    overflow: hidden;
    white-space: nowrap;
}
#refine-search dt.active,  #refine-search strong {
    text-decoration:underline;
    color:#00a3d3;
    border-bottom:#1c931d;
}
#refine-search dd {
    border-top: 0;
    font-size: 12px;
    margin: 0;
    height:auto;
    padding:5px;
    border-left:1px solid #ccc;
    border:1px solid #ccc;
    border-width: 0 1px;
    display: none;
}
#refine-search dd a, #refine-search dd strong {
    /* height:17px;*/
        padding:4px;
}
#refine-search dt {
    border-right:1px solid #ccc;
    border-left:1px solid #ccc;
    border-top: 1px solid #ccc;
    cursor: pointer;
    display: block;
    font-weight: 400;
    min-height: 30px;
    line-height: 35px;
    padding: 5px 0 5px 10px;
    position: relative;
    background: none;
    font-size: 12px;
    color: #333;
    font-family: 'Montserrat',arial,sans-serif;
}
#refine-search dt:hover {
    background: none repeat scroll 0 0 #f2f2f2;
    color: #172F72;
}
#refine-search dt:after {
    color: #172f72;
    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: #418523;
}
#refine-search dd a.refined {
    font-weight: bold;
}
#refine-search dd a.refined::before {
    font-family: FontAwesome;
    content: "\f00c";
    padding-right: 3px;
}
#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: #00a3d3;
}
#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;
    }
}
#keyword:before {content:'Filter by keywords';padding: 7px 10px;line-height:30px;font-family:'Montserrat', arial, sans-serif;font-size:14px;font-weight:bold;width:100%;display:inline-block;border-bottom: 1px solid #ccc;background: #deeef8;}
#keyword {
    background-color: #ffffff;
    background: #ffffff;
    border-radius: 0px;
    color: #172f71;
    padding: 0px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
}

#keyword h2 {color: #172f71;margin:0;padding: 5px 5px 5px 8px;font-family: 'Montserrat',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;}


#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;}
#refine-search .accordion:before {content:'Filter by';padding: 7px 10px;line-height:30px;font-family:'Montserrat', arial, sans-serif;font-size:14px;font-weight:bold;width:100%;display:inline-block;border:1px solid #ccc;border-bottom:none;background: #deeef8;color: #172f71;}

.refine-accordion-bottom-line{
    border-top: 1px solid #ccc;
    border-left: none;border-right: none;
    border-bottom: none;
    position: relative;
    top: -13px;
}
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;
}
.page-options p,  .page-options form,  .page-options label,  .page-options input {
    display: inline-block;
    margin: 0 5px;
}
.page-options form.include-out-of-stock {
    margin-bottom: 13px;
    margin-left: -10px;
}
.page-options label {float:left;padding-top: 13px;margin-right: 10px;margin-left: 12px;}
.page-options input[type=checkbox] {
    float: none;
    margin-right: 10px;
}
.page-options p:first-child {
        /*display: block;
        float: left;
        /*margin: 5px 0;*/
        float: right;
        margin-top: -8px;
        margin-right: 1%;
        top: 0px;
        right: 0px;
        display: block;
        position: absolute;
        color: #999;
        }
#product-listing {
    margin: 1em 0 1em 280px;
    padding: 0;
}
.product-list {
    list-style: none;
    margin: 1em 0 1em 280px;
    padding: 0;
}
.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 {
    border: 1px solid #cccccc;
    padding: 5px;
    margin-bottom: 10px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: relative;
}
.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;}
.product-list .points p.spend, .product-list .points p.free, .product-grid .points p.free, .product-grid .points p.spend {font-size:11px;color:#428522;font-family:'montserrat', 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 {min-height: 21px;margin-bottom: 0px;margin-top: 0px;padding-top: 6px;}
.product-grid .points p.spend {color:#faa61d;}

.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: Montserrat;
    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: Montserrat;
    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%;
    min-height: 150px;
    vertical-align: middle;
    text-align: center;
    position: relative !important;
}
.ie7 .col-product-thumbnail {
    width: 32%;
}
.col-product-thumbnail a {
    width: 85%;
    display: block;
    margin: 0 auto;
}
.col-product-thumbnail a img {
    width: 80%;
}
.col-product-thumbnail a img.market-as-new {
    width: auto;
}
.col-product-description-spec p {
    clear: both;
    margin-bottom: 0;
}
.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: 0;
    list-style: none;
    font-size: 11px;
    color: #333333;
}
.quick-spec .quick-spec-content {
    overflow: hidden;
}
.quick-spec .show-spec {
    display: none;
}
.saving {
    font-size: 13px;
    max-height: 2.4em;
    color: #333;
    font-weight: bold;
}
.quick-spec .saving {
    color: #cb003a;
    font-size: 11px;
    max-height:3.5em;
    margin-bottom:8px;
}
.product-list h2 {
    font-size: 13px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
.product-list h2 a {
    color: #172f72;
}
.product-list a {
    text-decoration: none;
}
.product-list .price, .product-list .stock {
    color: #666666;
    display: grid;
    z-index: -5;
    position: relative;
}
.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: #cb003a;
    font-weight: bold;
    font-size: 19px;
    display: block;
    margin-bottom: 0px;
    margin-top: 5px;
    float: left;
    text-align: left;
}
.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;
}
a.link-overlay {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    top: 0px;
    left: 0px;
}
.product-grid > li {
    border-right: 1px dotted #ddd;
    border-bottom: 1px dotted #ddd;
    border-left: none;
    border-top: none;
    display: inline-block;
    margin-bottom: 0;
    overflow: hidden;
    padding: 10px;
    width: 25%;
    display: flex;
    align-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0s;
    position: relative;
    padding-bottom: 160px;
    margin-top: 15px;
}
.product-grid > li img {transition:0.3s;}
.product-grid > li:hover img {
transform:scale(1.1); transition:0.3s;
}
.hl-product .product-image {padding-top:10px !important;}
.product-grid > li:hover {outline:1px solid #ddd;border-right:0px;border-bottom:0px;border-left:0px;margin-left:0px;margin-bottom:1px;}
.product-grid h2 {
    font-size: 13px;
    max-height: 55px;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    text-align: left;
}
.product-grid .col-product-description-spec h2 {text-align:center;}
.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 {display: table;width: 100%;height: auto;margin-bottom: 0%;padding-top: 5%;padding-right: 0px;}
.product-grid .col-product-description-spec,
.product-grid .col-product-price-info {
    width: 100%;
    display: block;
    height: auto;
    margin-top: 5%;
    padding-right: 0px;
    left:4%;
}
.product-grid .col-product-price-info {
    position: absolute;
    bottom: 0px;
    padding-top: 0px;
    padding: 0px;
    width: 90%;
    margin-left: 1%;
    margin-right: 0%;
    }

.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: #7d7d7d;
    font-family: Montserrat;
    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;}

.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: inline;
    margin: 0 0.2em;
}
#product-logos img {
    max-height: 30px;
}
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;
}

#you-may-also-need-hero .slides li {
    padding: 5px 5px 33px 5px;
    text-align: center;
    font-size: 12px;
    color: #999999;
}
#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.5em 1em;
}

.added {background: #ccc;padding: 0.5em;border-radius: 5px;width: 50px;}

.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 */

.tab-overlay {max-width: 60px;width: 100%;position: absolute;top: 5px;z-index: 2;left: 5px;}
.tab-overlay img { width: 90%;}

#images-section .tab-overlay { max-width: 120px; top: 15px; left: 15px;}

#sidebar-item button.add-to-basket img { width:23px !important;}

/***************************************
*                                      *
*         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;
}
    .product-grid {margin-top:30px}
    .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:30px}
.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;}

#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%;
}
}



/***************************************
*                                      *
*            TABLET STYLES             *
*                                      *
***************************************/

@media only screen and (max-width:1024px) {
    .page-options p:first-child {
    top: 5px;
    }
#folder-description {
    width: 100%;
    padding:5%;
    margin-top:0px;

}
#refine-search {
    display: none;
    width: auto;
    float: none;
}
#refine-search-header {
    width: auto;
    float: none;
    display: block;
}

.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;
}
.product-list > li {
    min-height: 175px;
    padding: 10px !important;
    position: relative;
    overflow: hidden;
}
.product-list.product-grid > li {padding-bottom: 160px !important;}

.product-grid .col-product-price-info {width: 80%;margin-left: 8% !important;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 .quick-spec .quick-spec-content {
    height: auto !important;
}
.product-grid .location {
    position: static;
    float: none;
}
.product-grid .price,
.product-grid .stock {
    font-size: 14px;
    text-align: center;
}

.responsive-tabs > div {
    min-height: 0;
}
#sidebar-item #upsells-wrapper {
    position: absolute;
    left: -428px;
    top: 325px;
    max-width: 400px;
}
#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%;
}
}

/* PRODUCT PAGE */
*,
*:after,
*:before {
    /* -webkit-box-sizing: border-box; */
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* related items pop-up on item added to cart */
h3.ymn {font-family:'Montserrat', arial, sans-serif; font-size:16px; background:#172f72; 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 */
background: -moz-linear-gradient(left, #ffffff 5%, #ddeef6 150%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #ffffff 5%,#ddeef6 150%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #ffffff 5%,#ddeef6 150%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ddeef6',GradientType=1 ); /* IE6-9 */}
#ymn ul li .accessories-image {width: 12%;display: block;float: left;text-align: center;}
#ymn ul li a {font-family:'Montserrat', arial, sans-serif;text-decoration:none;font-size: 13px;font-weight:600;text-overflow: ellipsis;}
#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: 'Montserrat', arial, sans-serif;}
#ymn ul li .desc h4 {margin:0px;overflow: hidden;text-overflow: ellipsis;}
#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:'Montserrat', arial, sans-serif;color: #bd0000;display: block;}
#ymn ul li .price strong:after {content:' ex VAT'; font-size:75%;}
#ymn ul li .price span {font-family:'Montserrat', 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;}#bounce-modal .modal-title{font-size:18px;background-color: #172f72;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;border: 1px solid #172f72;padding-top: 0px;width: 100%;}#bounce-modal h3{color:#fff;font-size: 18px;margin: 0.2em;padding: 4px;font-weight:500;font-family: Montserrat, arial, sans-serif;}#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: #172f71;margin-bottom: 20px;text-align: center;font-family: Montserrat, 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:'Montserrat', 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:16px;color: #be0000;/* 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:#172f75;cursor: grab;padding: 1% 2%;border-radius:5px;color:#fff;font-size: 14px;font-weight:800;width: 23%;margin-top: 0.5%;text-align: center;font-family:'Montserrat', arial, sans-serif;}
#bounce-modal .modal-footer a.basket {float:right; background:#539130}
@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 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: Montserrat, 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: Montserrat;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: Montserrat, 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-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%;background: #ca013c;color: #ffffff;margin-left: -5px;margin-top: -6px;font-size: 13px;font-weight: bold;font-family: 'Montserrat', sans-serif;text-align: center;}
.product-info div#save {text-align: center;display: block;border: 1px solid #ca013c;background: #ffffff;padding: 5px 5px;margin-bottom: -4px;width: 60%;overflow: hidden;}
.product-grid .col-product-price-info div#save {text-align: center;display: block;border: 1px solid #ca013c;background: #ffffff;padding: 5px 5px;margin-bottom: -4px;width: 100%;overflow: hidden;}

/* 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: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: lighter;
    color: #172f72;
    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 */

#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;
}
/* Pricepromise */
#product-container .pricepromise {
    display: none;
    position: absolute;
    z-index: 24;
    top: 40px;
    background: #e1f0f9;
    width: 400px;
    height: auto;
    -webkit-box-shadow: 0 4px 5px 0 rgba(91, 186, 225, 0.3);
            box-shadow: 0 4px 5px 0 rgba(91, 186, 225, 0.3);
    -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: #172f72;
    position: relative;
    padding: 10px;
    color: #fff;
    font-family: Montserrat;
    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: #172F72;
}
#product-container .pricepromise .info a {
    font-family: Montserrat;
    color: #172F72;
    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: 20px 0;
    border-right: 1px dashed #ccc;
    position: relative;
}
#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 {
    clear: both;
    display: table;
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
}
#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;
}
#product-container #product-logos li {
    display: inline;
    margin: 0 0.2em;
}
#product-container #product-logos li img {
    max-height: 40px;
    margin-top: 5px;
}
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;
    position: relative;
}
#product-container .product-info .price {
    display: none;
    font-family: 'Montserrat', sans-serif;
    color: #bd0000;
    font-size: 22px;
    clear: both;
    margin-top:10px;
}
#product-container .product-info .price .vat-info {
    font-size: 15px;
}
#product-container .product-info .price.inc-vat {
    font-family: 'Montserrat', sans-serif;
    color: #999999;
    font-size: 15px;
    margin-top:0px;
}
#product-container .product-info .standard-price {
    color: rgb(170, 170, 170);
    font-family: 'Montserrat', 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: #cb003a;
    font-size: 12px;
    font-weight: bold;
    max-height: 2.4em;
    margin-top: 5px;
    clear: both;
}
#product-container .stock {
    font-size: 11px;
    color: #444;
    margin-top: 10px;
    clear: both;
}

#product-container .product-info .bundle-button, #product-container .product-info .details {
    font-family: 'Montserrat', sans-serif;
    border: 2px solid #172F72;
    color: #172f72;
    display: block;
    font-size: 13px;
    margin: 5px 0;
    overflow: hidden;
    padding: 6px;
    text-align: center;
    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: 'Montserrat', sans-serif;
    background: none;
    border: 2px solid #172F72;
    color: #172f72;
    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: 5px;
}
#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: 13px;
    padding-left: 20px;
    clear: both;
}
#product-container ul.features li {
    padding: 2px 0;
    color: #333;
}
#product-container .product-info .product-codes {
    width: 100%;
    margin: 15px 0;
    font-size: 11px;
    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: 430px;
    width: 100%;
}
.product-video-container .product-video {
    clear: both;
    margin: 0 auto;
    max-width: 900px;
}

/* You May Also Need */
.you-may-also-need-borders {
    border: none;
    width: 100%;
    min-width: auto;
    display: inline-block;
}
#you-may-also-need-hero-wrapper {
    width: 100%;
}
#you-may-also-need-hero-wrapper h2 {
    font-family: 'Montserrat', sans-serif;
    color: #172f72;
    font-weight: normal;
    font-size: 18px;
    border-bottom: 1px solid #172f72;
    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;
}

/* Sidebar */
#sidebar-item {
    width: 25%;
    float: right;
    margin: 0;
    padding: 12px;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    text-align: center;
}
#sidebar-item .price {
    font-family: 'Montserrat', sans-serif;
    color: #bd0000;
    font-size: 22px;
    clear: both;
}
#sidebar-item .vat-info {
    font-size: 15px;
}
#sidebar-item .price.inc-vat {
    font-family: 'Montserrat', sans-serif;
    color: #999999;
    font-size: 15px;
    margin-top:0px;
}
#sidebar-item .standard-price {
    color: rgb(170, 170, 170);
    font-family: 'Montserrat', 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: 'Montserrat', arial, sans-serif;
}
#sidebar-item .stock {font-size:11px;}
#sidebar-item .quantity {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    margin-bottom: 10px;
    color: #333;
    font-weight: normal;
}
#sidebar-item input {
    border: 1px solid #ddd;
    color: #666;
    display: block;
    font-size: 15px;
    margin: 0.2em auto 1em;
    padding: 13px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#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: 'Montserrat', sans-serif;
    color: #172F72;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
    text-align: center;
    border-bottom: 2px solid #172F72;
    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: 'Montserrat', 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: 1px solid #172f72;
    padding: 5px;
}
#sidebar-item #upsells-wrapper h2 {
    background: #172f72;
    color: #fff;
    font-size: 13px;
    margin: 0;
    color: white;
    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: 'Montserrat', sans-serif;
}

/* Add to basket */
#sidebar-item button.add-to-basket {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 18px;
    margin: 5px 0;
    padding: 12px;
    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: 0;
}
#sidebar-item button.add-to-basket:hover,
#add-to-basket-fix .add-basket:hover {
    opacity: 0.9;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
#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: 18%;
}
#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: 'Montserrat', 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%;
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-top: 2px solid #F1960D;
    border-bottom: 2px solid #F1960D;
    font-weight: bold;
    margin: 10px 0;
    padding: 5px;
    position: relative;
    text-align: center;
    position: static;
    display: table;
    -webkit-border-radius: 0;
            border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.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: #F1960D;
    font-size: 13.5px;
    font-family: Montserrat;
    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: Montserrat;
}
.smartplan a.rent-price span {
    font-size: 9px;
}
#sidebar-item .smartplan a.location {
    background: #ed9b1b;
    text-decoration: none;
    padding: 10px;
    color: #fff;
    margin: 0 auto;
    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: 10px auto;
    font-size: 20px;
    display: table;
}
#sidebar-item .product-icons a.icon {
    width: 25%;
    background: #e1f0f9;
    color: #172f72;
    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 #172f72 inset;
    color: #172f72;
}

#sidebar-item .payncollect {
    color: #555;
    font-size: 13px;
    text-align: left;
    border: 1px solid #ddd;
    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: #428522;
    border: medium none;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    height: 41px;
    font-weight: bold;
    margin: 0;
    margin-left: -4%;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    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;
    }
}

@media only screen and (min-width: 0px) and (max-width: 1024px) {
     .listing-view {
         position: absolute;
         float: right;
         bottom: 5px !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: 70px;}
}

@media only screen and (min-width: 0px) and (max-width: 799px) {
  .category-landing-style ul > li {flex-basis:49%;}
.product-grid .col-product-thumbnail {min-height:0px;}
    #product-container { width: 70%;}
    #product-container #product-content,
    #product-container .product-info {
        width: 100%;
    }

    #sidebar-item { width: 30%;}

    .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 { top: 50px;}
}

@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-container #product-content {
        border-right: none;
    }
    a.link-overlay {
    margin: -5px;
}
    .product-list.product-grid > li { padding-bottom:0px !important;}
    #add-to-basket-fix .price-fix { display: none;}
    #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: #4ca200;
        color: #fff;
        width: auto;
        text-align: center;
        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: 65%;}
    #add-to-basket-fix .add-basket { width: 30%;}
}
@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%;}
}


/***************************************
*                                      *
*        PORTRAIT TABLET STYLES        *
*                                      *
***************************************/

@media only screen and (max-width: 1239px) {
    .reevoo-container { width: 100%;}
    .product-grid > li {width: 33%;}
}

@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-list.product-grid > li { width: 50%;}
    .page-options label {
    float: left;
    padding-top: 12px;
    margin-right: 5px;
    margin-left: 8px;
    font-size:12px
}
.nice-select .current {font-size:12px;}
form.page-size {float:none;width:100%;}
}

/***************************************
*                                      *
*            MOBILE STYLES             *
*                                      *
***************************************/
@media only screen and (min-width: 0px) and (max-width: 435px) {
    .reevoo-container, .reevoomark, .reevoomark_badge, .reviews {width: 80% !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) {

.responsive-tabs > .bundles img {
    max-width: 15%;
}
.product-list > li {
    min-height: 150px;
    padding: 5px !important;
    clear: both;
}
.product-grid .col-product-price-info {position:relative; border-top:none; padding-top:10px !important;}
.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 {
    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-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;
}
}
