/* nexus */
.widgetlogo .logo img {
  max-height: 90px !important;
}
.fc1 .footLogo img{
  max-height:86px;
}

.trustpilot-widget{
    margin:20px 0;
}

.footersection-3 .footersection-3 {
	background: #fff;
	color: #3f3f3f;
}

.stripBox{
  position:relative;
}
.stripBox img{
  transition:0.35s all;
}
.stripBox:hover img{
  transform: scale(0.9);
}

.strip{
    padding: 15px 0 !important;
}

.bannerGrid.nFlex{
    margin:0 !important;
}

.homeDeals {
    margin: 40px auto !important;
}

.homeSalesBoxes {
    margin:0 auto;
}

#search_72 .ajax-search.relsearch input, #search_72 .ajax-search.relsearch input::placeholder {
	font-size: 18px;
}

.oslpTopcats .nFlex{
  flex-wrap:wrap;
  align-items:stretch;
}

.oslpTopcats,
.osCatBoxes{
  margin: 60px 0;
}

.oslpTopcats .catBox{
  width:calc(100% / 6);
}

.osCatBoxes .nFlex{
  flex-wrap:wrap;
}

.osCatBox{
  width:24%;
  margin:8px 0;
  border: 2px solid #d41a1f;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  padding: 20px;
  height:210px;
  position:relative;
  overflow:hidden;
  transition:0.425s;
}

.osCatBox img{
  float:right;
}

.osCatBox h3{
  color:#fff;
  font-size:20px;
  width:260px;
  max-width:calc(100% - 30px);
  background:url('https://eu.evocdn.io/dealer/1249/content/media/Content_Pages/office_supplies_landing_page/fs-oslp-oscatbox-arrow.png') no-repeat center right;
  position:absolute;
  bottom:15px;
  left:15px;
  padding:0 30px 0 0;
  margin:0;
}

.osCatBox h3:before {
  content: "View Category";
  position: absolute;
  top: -15px;
  left: -20px;
  opacity: 0;
  transition: 0.425s;
  text-transform: uppercase;
  font-size: 12px;
}
.osCatBox:hover h3:before{
  opacity:1;
  left:0px;
}

.oscbOverlay {
  width: 490px;
  height: 210px;
  border-radius: 50%;
  background: #eb1511;
  opacity: 0.9;
  transition: 0.425s;
  position: absolute;
  left: -135px;
  bottom: -125px;
}

.osCatBox:hover .oscbOverlay{
  bottom:0;
  left:0;
  border-radius:0;
  width: 100%;
	height: 100%;
  background: #2e4259;
}
.osCatBox:hover{
  border-color: #2e4259;
}


.saleBoxes.nFlex{
    flex-wrap:wrap;
    align-items:stretch;
    margin-bottom: 50px;
}

.saleBox{
    width:23%;
    margin:20px 0;
    border:2px solid #2e4259;
    padding:20px;
    position:relative;
    overflow:hidden;
    display:flex;
    flex-direction:column;
    transition:0.35s border;
}

.saleBox h1{
    color:#2e4259;
    font-size:24px;
    margin:0 0 20px;
    padding-right:40px;
}

.saleBox p{
    font-size:16px;
    font-weight:300;
    color:#2e4259;
    margin:0 0 30px;
}

.saleBox .nFlex{
    align-items:flex-end;
    margin-top:auto;
    align-self: flex-end;
}

.saleBox .nFlex p{
    color:#eb1511;
    font-size:14px;
    font-weight:300;
    width:130px;
    line-height:22px;
    margin:0;
}

.saleBox .nFlex p span{
    font-size:35px;
    font-weight:700;
}

.saleBox .nFlex img{
    width:calc(100% - 140px);
    height:auto;
}

.sbTriangle{
    color:#fff;
    width:130px;
    height:130px;
    font-weight:700;
    padding:5px;
    position:absolute;
    top:-65px;
    right:-65px;
    background:#eb1511;
    text-align:center;
    display:flex;
    align-items:flex-end;
    justify-content:center;
    transform:rotate(45deg);
    font-size:14px;
    transition:0.35s all;
}

.saleBox:hover{
    border-color:#eb1511;
}
.saleBox:hover .sbTriangle{
    width:180px;
    height:180px;
    top:-90px;
    right:-90px;
}

/* plp */

.catalog-grid .tile .rrp span,
.catalog-grid .tile .footer span.uom.uomblock,
.catalog-grid .tile .list-attribute.product-category,
.catalog-grid .tile .product-sku,
.catalog-grid .list-attribute.product-stock .stock-qty,
.catalog-grid .tile .brand-label,
.catalog-grid .list-attribute.product-volume{
    display:none;
}

.catalog-grid #grid .brand-label{
    line-height:20px;
}

 .catalog-grid .tile .footer .brand-label a{
    font-size:14px;
    color:#68717a !important;
    line-height:20px;
    font-weight:700;
}

.catalog-grid .tile .product-name{
    min-height:90px;
}

.catalog-grid .tile .product-name a{
  color:#010101;
  font-size:15px;
  font-weight: 700;
  line-height: 1.5;
}

.catalog-grid .tile .product-name a:hover{
  color:#a51916;
}

.catalog-grid .tile .price-label{
    color:#f51206;
    font-weight:900;
    font-size:24px;
}

.catalog-grid .tile .footer span.has-vat-price{
    display:inline;
}

.catalog-grid .tile .footer span.price-label-inc-vat,
.catalog-grid .tile .footer span.has-vat-price{
  color:#5b6062;
  font-size:12px;
  font-weight: 400;
}

.catalog-grid .label.save{
    font-size: 14px;
    font-weight: 700;
    text-transform: none;
    padding: 8px 10px;
    background:#2e4259;
}

.catalog-grid #grid .label.save{
  position: absolute;
  top: 3px;
  right: 3px;
  border-radius: 5px;
}

.catalog-grid .save:before {
    content: "Save ";
}

.priceStockWrap {
    display: flex;
    justify-content: space-between;
    margin:15px 0;
}

.catalog-grid .list-attribute.product-stock strong{
    font-size:14px;
    font-weight:700;
    color:#099502;
    padding:5px 15px;
    display:block;
    text-align:center;
    background: #e5f5e5;
    border:none;
}

.catalog-grid .list-attribute.product-stock strong:before{
  content:"";
  width:10px;
  height:10px;
  border-radius: 50%;
  background:#099502;
  display: inline-block;
  margin-right: 5px;
}

.catalog-grid .list-attribute.product-stock strong.out-stock{
  color:#2e4259;
  background:#e7f9fe;
}

.catalog-grid .list-attribute.product-stock strong.out-stock:before{
  border-radius: 0;
  background:#2e4259;
}

.catalog-grid .list-attribute.product-stock{
    margin:0;
}

.catalog-grid .tile .footer .footer-wrapper-price{
    margin:0 5px 0 0;
}

.catalog-grid .footer > small,
.catalog-grid .cfa{
  font-size:12px;
  color:#2e4259;
  width:100%;
  display:block;
  text-align:center;
  margin:0;
}

.catalog-grid .cfa{
  font-size:14px;
  margin-top:10px;

}

.catalog-grid .tile .footer .footer-wrapper{
    min-height:150px;
}

.catalog-grid .tile .footer .btn-primary{
  font-size:14px;
  color:#fff;
  font-weight:700;
  background:#2e4259;
  border-radius:0;
  width: calc(100% - 42px);
  max-width: none;
  display: inline-block;
  min-height:35px;
  line-height: 15px;
  margin-right: 0;
}

.catalog-grid .tile .buttons.group{
    margin-right:7px;
}

.catalog-grid .tile .footer .btn-primary:hover{
    background:#a51916;
}

.catalog-grid .tile input.qty-list.form-control{
  border-radius:0;
  border:2px solid #2e4259;
  height:35px;
  width:35px;
}

.catalog-grid .gridtools{
  background:none;
  padding: 0 6px 5px;
  font-size: 14px;
  color:#000;
  margin-top:0;
}

.listtools .listgrid{
  color:#972822;
  border:none;
}

.listtools .listgrid a{
  color:#000;
  font-size:14px;
  display:inline-block;
  padding:0 5px;
}

.listtools .listgrid a:hover{
  color:#a51916;
}

.listtools .listgrid a:first-of-type{
  /*background:url('https://eu.evocdn.io/dealer/1249/content/media/My_Theme/fs-icon-list.png')no-repeat right center;*/
  background: none;
}

.listtools .listgrid a:last-of-type{
  /*background:url('https://eu.evocdn.io/dealer/1249/content/media/My_Theme/fs-icon-grid.png')no-repeat right center;*/
  background: none;
}

.filters-mobile{
  margin-top:0;
}

.shop-filters .filter-title{
    background:#982822;
    border-radius:0;
    color:#fff;
    font-size:18px;
    font-weight:400;
    bottom:0;
}

.shop-filters .arrow-down{
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #982822;
    bottom:0;
    margin-bottom:20px;
    display: none;
}

.shop-filters{
    background:#fff;
    border:1px solid #a6a8a9;
    border-radius:0;
}

.shop-filters .filter-section-header{
  background:#f5f5f5;
  padding:15px 25px;
  position: relative;
}

.shop-filters .filter-section h5{
  font-size:16px;
  color:#2e4259;
  text-transform: none;
  margin:0;
}

.shop-filters .showhide-indicator{
  left:inherit;
  right:25px;
  top:calc(50% - 8px);
  width:16px;
  height:16px;
  display:flex;
  align-items: center;
  justify-content: center;
  color:#2e4259;
}

.shop-filters .showhide-indicator .fa-plus-square:before{
  content:"\F067";
}
.shop-filters .showhide-indicator .fa-minus-square:before{
  content:"\F068";
}

.shop-filters .filter-options{
  margin:10px 0 10px 15px;
}
.shop-filters .filter-options a{
    color:#000;
    font-size:14px;
}

.shop-filters .filter-options a:hover{
    color:#a51916;
}

.shop-filters .filter-options a.active{
    color:#a51916;
    font-weight:400;
}

.shop-filters .filter-section label{
    margin:0 0 .2em 10px;
}

.searchpills p{
    font-size:16px;
    font-weight:400;
    text-align:center;
    margin:10px 0 20px;
}

.shop-filters section.search .select2-container{
    border:0;
}

.shop-filters section.search .search-form button[type="submit"]{
    top:1px;
    right:1px;
    height:43px;
    width:43px;
    background:none;
}

.shop-filters section.search .search-form button[type="submit"] i{
    color:#5c6062;
}

.shop-filters section.search .search-form .form-group input{
    border:1px solid #a8aaab;
}

.shop-filters section.filter-section{
    margin:5px 0 0;
}

.shop-filters section.filter-section.filtername-instock,
.shop-filters section.filter-section.filtername-incontract{
  margin-left:25px;
  margin-right: 25px;
}

.filterOptionCount {
  margin-left: 5px;
  color: #5b6062;
}

#breadcrumb{
    padding:15px 0;
}

#breadcrumb li a{
  font-size:14px;
  background:#f7f7f7;
  padding:10px 15px;
  color:#181616;
  font-weight:400;
  transition:0.35s all;
}

#breadcrumb > li{
  margin:5px 0;
}

#breadcrumb > li + li:before{
  display:none;
}

#breadcrumb > li + li{
  margin-left:5px;
}

#breadcrumb li a:hover{
  background:#a51916;
  color:#fff;
}

#breadcrumb i{
    display:none;
}

.catalog-grid .catalog-name{
  font-size:32px;
  font-weight: 400;
  color:#000;
}

.itemsfound b{
  color:#972822;
}

.listtools select, .product-shopping-actions-options select, .toollistfixed select{
  border-radius: 0;
  border-color:#5b6062;
  color:#5b6062;
}

.tileparent{
  border-color:#5b6062;
}

.catalog-grid .tile{
  border-color:#c8caca;
}

.catalog-grid .tile .addtoquicklist-wrapper,
.catalog-grid .tile .product-compare-action{
  display:block;
}

.prodToolsWrap{
    display:flex;
    justify-content:space-between;
    padding: 12px 0;
    margin: 5px 0 3px;
    border-top:1px solid #7d7f82;
}

.catalog-grid .tile .product-compare-action,
.catalog-grid .tile .footer .addtoquicklist-wrapper{
    margin:0;
    padding:0;
    border:none;
    font-size:12px;
    line-height:12px;
    width:auto;
}

.catalog-grid .tile .footer .addtoquicklist-wrapper a{
  font-size:0;
}

.catalog-grid .tile .product-compare-action,
.catalog-grid .tile .footer .addtoquicklist-wrapper a:after{
  content:"Add to Quicklist";
  font-size:12px;
  color:#5b6062;
  line-height:16px;
  font-weight:400;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.catalog-grid .tile .product-compare-action .fa-stack{
  width: 22px;
  height: 17px;
  line-height: 1em;
  vertical-align: bottom;
}

.catalog-grid .tile .footer .addtoquicklist-wrapper i,
.catalog-grid .tile .product-compare-action i{
  font-size:20px;
  color:#2b4151;
  vertical-align:middle;
  margin-right:5px;
}

.catalog-grid .tile .product-compare-action i{
  font-size:16px;
  position: relative;
  top:-0.5px;
  margin:0;
}

.catalog-grid .tile .product-compare-action i.fa-check{
  margin-left: -2px;
  margin-top: 1px;
}

.catalog-grid .tile .product-compare-action i.fa-square-o,
.catalog-grid .tile .footer .addtoquicklist-wrapper i{
  width:16px;
  height:16px;
  border:1px solid #5e6264;
}
.catalog-grid .tile .product-compare-action i.fa-square-o:before,
.catalog-grid .tile .footer .addtoquicklist-wrapper i:before{
    content:"";
}

.catalog-grid .tile .product-compare-action i.fa-square-o{
  border-radius: 50%;
}

.catalog-grid .tile .footer .addtoquicklist-wrapper i{
  width:16px;
  height:16px;
  background: url('https://eu.evocdn.io/dealer/1249/content/media/My_Theme/fs-plp-plus2.png')no-repeat center;
  border:none;
  position: relative;
  margin-right: 8px;
}

.catalog-grid .tile .product-compare-action{
  position: relative;
  top:2px;
}

.catalog-grid .product-compare-action.selected .fa-check{
  display: none;
}

.catalog-grid .tile .product-compare-action.selected i.fa-square-o{
  background: url('https://eu.evocdn.io/dealer/1249/content/media/My_Theme/fs-plp-tick.png')no-repeat center;
}

.tierBoxes.nFlex{
  justify-content:center;
  margin-top:20px;
  border-left: 1px solid #2e4259;
  flex-wrap: wrap;
}

.productsgrid_container .tierBoxes.nFlex{
  justify-content:flex-start;
  height:72px;
  overflow:hidden;
}

.tierBox{
  border:1px solid #2e4259;
  border-left:none;
  display:flex;
  flex-direction:column;
  align-items:stretch;
  text-align:center;
  height:72px;
}

.catalog-grid .tile .footer .tierBox span,
.tierBox span{
  padding:5px;
  font-size:12px;
  font-weight:700;
  background:#fff;
  color:#2e4259;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  line-height: 1;
}

.catalog-grid .tile .footer .tierBox .tierQty,
.tierBox .tierQty{
  background:#f4f9ff;
  border-bottom:1px solid #2e4259;
}

/* end plp */

/* PDP */

.catalog-single .product-shopping-actions .product-shopping-actions-tierpricing .group-focus > div:after{
  content:" (ex. VAT)"
}

.productsummary_container .product-brand{
    display:none;
}

.ex-product .productaddtocart_container{
    margin-top:0;
}

.catalog-single .softgraybackground, .softgraybackground{
  background:none;
  padding:0;
}

.catalog-single .softgraybackground > .row{
  margin-left:0;
  margin-right:0;
}

.catalog-single .product-shopping-actions-prices{
  border:1px solid #2e4259;
  background:#f5f5f5;
  padding:25px;
}

.catalog-single .product-shopping-actions .price{
  background:none;
  padding:0;
  margin:0;
}

.catalog-single .product-shopping-actions .price .has-price{
  font-size:30px;
  font-weight:900;
  color:#f51206;
}


.catalog-single .softgraybackground span.price-label-inc-vat{
    font-size:12px;
    color:#5b6062;
    font-weight:400;
    margin:0;
}

.catalog-single .price {
    margin-top:15px;
}

.catalog-single .has-price {
    font-size: 30px;
    color: #e4222e;
    font-weight:900;
}

.catalog-single .has-price:after{
    /*content:" Ex VAT";*/
    color:#1f2123;
    font-size:12px;
    font-weight:400;
}

.catalog-single .product-shopping-actions-prices .product-price-rrp{
  display:flex;
  justify-content: space-evenly;
  align-items: center;
}

.catalog-single .product-shopping-actions .rrp{
  font-size:14px;
  color:#5b6062;
}

.catalog-single .product-shopping-actions .theRRP{
  text-decoration: line-through;
}

.catalog-single .product-shopping-actions .pack-size{
  font-size:14px;
  font-weight: 700;
}

.catalog-single .product-shopping-actions .label.save{
  font-size:14px;
  background:#2e4259;
  border-radius: 5px;
  padding:8px 10px;
  bottom: 14px;
}

.catalog-single .product-shopping-actions .label.save:before{
  content:"Save "
}

.catalog-single .product-shopping-actions-tierpricing{
  border:1px solid #2e4259;
  border-top:0;
  padding:20px 25px;
}

.catalog-single .product-shopping-actions-tierpricing .group-focus,
.catalog-single .product-shopping-actions-tierpricing .arrow-down{
  display:none;
}

.tierBoxesTitle{
  font-size:14px;
  font-weight: 700;
  color:#2e4259;
  margin:0;
}

.catalog-single .product-shopping-actions-tierpricing .tierBox {
  border: 1px solid #2e4259;
  margin-left: -1px;
  height:92px;
}

.catalog-single .product-shopping-actions-tierpricing .tierBoxes.nFlex {
	display: inline-flex;
	border: 0;
  height:92px;
  overflow:hidden;
  width:100%;
}

.catalog-single .product-shopping-actions-tierpricing .tierBox span{
  font-size:14px;
  font-weight: 400;
  padding:5px 8px;
  height:46px;
}

.catalog-single .product-shopping-actions .addtocartWrap{
  border:1px solid #2e4259;
  padding:25px;
  margin-top:20px;
}

.catalog-single .buttons .qnt-count .incr-btn{
  background:none;
  border:2px solid #9fa1a3;
  width: 42px;
  height:42px;
  color:#9fa1a3;
}

.catalog-single .buttons .qnt-count .incr-btn:hover{
  background:#a51916;
  border-color:#a51916;
  color:#fff;
}

.catalog-single .buttons .qnt-count .form-control{
  width:42px;
  height:42px;
  border-width: 2px;
  font-weight: 700;
}


.catalog-single .product-shopping-actions .prodToolsWrap {
  margin:0;
  border:none;
}

.catalog-single .product-shopping-actions .prodToolsWrap > .row{
  margin:0;
}

.catalog-single .product-shopping-actions .product-compare-action,
.catalog-single .product-shopping-actions  .product-shopping-actions-addtoquicklist{
    margin:0;
    padding:0;
    border:none;
    font-size:12px;
    line-height:14px;
    width:auto;
}

.catalog-single .product-shopping-actions  .product-shopping-actions-addtoquicklist a{
  font-size:0;
}

.catalog-single .product-shopping-actions .product-compare-action,
.catalog-single .product-shopping-actions .product-shopping-actions-addtoquicklist a:after{
  content:"Add to Quicklist";
    font-size:12px;
    color:#5b6062;
    line-height:12px;
    font-weight:500;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.catalog-single .product-shopping-actions .product-compare-action .fa-stack{
    width: 22px;
    height: 15px;
    line-height: 1em;
    vertical-align: bottom;
}

.catalog-single .product-shopping-actions .product-shopping-actions-addtoquicklist i,
.catalog-single .product-shopping-actions .product-compare-action i{
    font-size:20px;
    color:#5b6062;
    vertical-align:middle;
    margin-right:5px;
}

.catalog-single .product-shopping-actions .product-compare-action i{
    font-size:16px;
    position: relative;
    top:-0.5px;
    margin:0;
}

.catalog-single .product-shopping-actions .product-compare-action i.fa-check{
    margin-left: -2px;
    margin-top: 1px;
}

.catalog-single .product-shopping-actions .product-compare-action i.fa-square-o,
.catalog-single .product-shopping-actions .product-shopping-actions-addtoquicklist i{
    width:14px;
    height:14px;
    border:1px solid #5b6062;
}
.catalog-single .product-shopping-actions .product-compare-action i.fa-square-o{
  border-radius: 50%;
}
.catalog-single .product-shopping-actions .product-compare-action i.fa-square-o:before,
.catalog-single .product-shopping-actions .product-shopping-actions-addtoquicklist i:before{
    content:"";
}

.catalog-single .product-shopping-actions  .product-shopping-actions-addtoquicklist i{
  width:14px;
  height:14px;
  border:1px solid #5b6062;
  position: relative;
  top:-2px;
  margin-right: 10px;
}

.catalog-single .product-shopping-actions .product-compare-action{
  position: relative;
  top:2px;
}

.catalog-single .product-compare-action.selected .fa-check{
  display: none;
}

.catalog-single .product-shopping-actions .product-compare-action.selected i.fa-square-o{
  background: url('https://eu.evocdn.io/dealer/1249/content/media/My_Theme/fs-plp-tick.png')no-repeat center;
}


.catalog-single .social-links{
    display:none;
}


.catalog-single .product-title .product-name{
    font-size: 24px;
    font-weight: 900;
    color:#030000;
}

.catalog-single .softgraybackground  .price .uom.uomblock{
    display:none;
}

.catalog-single .product-shopping-actions .product-shopping-actions-addtocart button{
  width:100%;
  margin:0;
  max-width:none;
  display:inline-block;
  background:#2e4259;
  border-radius: 0;
  color:#fff;
  font-size:18px;
  font-weight: 900;
  line-height: 12px;
  min-height: 45px;
  padding:7px;
  transition:0.35s all;
}

.catalog-single .product-shopping-actions .product-shopping-actions-addtocart button i{
  display:none;
}

.catalog-single .product-shopping-actions .product-shopping-actions-addtocart button:hover{
  color:#fff;
  background:#373736;
}

.catalog-single .product-title{
    padding-bottom:10px;
    margin-bottom:10px;
}

.productimage_container .productimagesolo,
.productimage_container .prod-gal.master-slider{
  border:2px solid #ededed;
}

.ex-product .productdescription_container{
    margin-top:30px;
}

.ex-product .productdescription_container,
.ex-product .productspecs_container{

}

.catalog-single .product-panel .panel{
    box-shadow:none;
    border:1px solid #e6e6e6;
    border-radius:0;
}

#accordion .panel-border{
    border-color:#e6e6e6;
}

.panel-group .panel-heading{
    padding:10px 25px;
    border-bottom:1px solid #f9f9f9;
    background:#f9f9f9;
}

.panel-group .panel-heading.collapsed{
    border-color:#f9f9f9;
}

.panel-group .panel-heading h3{
    font-size:18px;
    color:#1f2123;
    font-weight:900;
}

.catalog-single .product-description{
    padding:35px 50px 25px 25px !important;
    font-size:16px;
}

.panel-heading h3:after{
    font-family:"Lato", sans-serif;
    content:"-";
    font-weight:700;
}

.panel-heading.collapsed h3:after{
    content:"+";
}

.ex-product .productdetails{
    position:relative;
}

.ex-product .productdetails .list-attribute.product-stock{
    position:absolute;
    top:0;
    right:15px;
}

.ex-product .productdetails .list-attribute.product-stock > strong{
  font-size:14px;
  font-weight:700;
  color:#099502;
  padding:5px 15px;
  display:block;
  text-align:center;
  background: #e5f5e5;
  border:none;
}

.ex-product .productdetails .list-attribute.product-stock > strong:before{
  content:"";
  width:10px;
  height:10px;
  border-radius: 50%;
  background:#099502;
  display: inline-block;
  margin-right: 5px;
}

.ex-product .productdetails .list-attribute.product-stock strong.out-stock {
  color:#2e4259;
  background:#e7f9fe;
}

.ex-product .productdetails .list-attribute.product-stock strong.out-stock:before{
  border-radius: 0;
  background:#2e4259;
}

.trustpilot-widget {
  margin: 20px 0;
  padding: 20px;
  border: 1px solid #a6a8a9;
}

@media only screen and (max-width:991px){
  .ex-product .productdetails .list-attribute.product-stock{
    position: relative;
  }
}

@media only screen and (max-width:768px){
  .catalog-single .product-shopping-actions .product-shopping-actions-addtoquicklist{
    margin-top:20px;
  }
}

/* end PDP */

/* Product Badges*/ 

.badges-wrapper{
  left:0;
}

.owl-item .tile .badges-wrapper{
  left:22px;
}

.ex-contractitems .badges-wrapper{
  left:22px;
}

.ex-product .productimage_container .badges-wrapper{
  left:0;
  position: relative;
  display:flex;
}

.ribbon-wrapper .ribbon,
.ribboncart-wrapper .ribboncart{
  font-size:0;
  background-repeat: no-repeat;
  background-size: auto 25px;
  image-rendering: -webkit-optimize-contrast;
  background-position: center;
  border-radius: 4px;
  width:25px;
  height:25px;
}

.ex-product .productimage_container .badges-wrapper .ribbon-wrapper{
  margin:0 5px 0 0;
  top:0;
}

.ex-product .productimage_container .badges-wrapper .ribbon-wrapper .ribbon{
  padding:6px 10px;
  max-width:150px;
  white-space: break-spaces;
  line-height:18px;
  font-size:14px;
  border-radius: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  min-height:50px;
  position: relative;
  background-size: auto 40px;
  background-position: left 10px center;
  width: auto;
  height: auto;
}

.ribbon-wrapper.b1895 .ribbon,
.ribboncart-wrapper.b1895 .ribboncart{ background-image:url('https://eu.evocdn.io/dealer/1249/content/media/My_Theme/badges/plp-contract.png');}
.ribbon-wrapper.b1325 .ribbon,
.ribboncart-wrapper.b1325 .ribboncart{ background-image:url('https://eu.evocdn.io/dealer/1249/content/media/My_Theme/badges/plp-assembly.png');}
.ribbon-wrapper.b1559 .ribbon,
.ribboncart-wrapper.b1559 .ribboncart{ background-image:url('https://eu.evocdn.io/dealer/1249/content/media/My_Theme/badges/plp-substitute.png'); }
.ribbon-wrapper.b446 .ribbon,
.ribboncart-wrapper.b446 .ribboncart{ background-image:url('https://eu.evocdn.io/dealer/1249/content/media/My_Theme/badges/plp-value.png'); }
.ribbon-wrapper.b1595 .ribbon,
.ribboncart-wrapper.b1595 .ribboncart{ background-image:url('https://eu.evocdn.io/dealer/1249/content/media/My_Theme/badges/plp-3-day.png'); }
.ribbon-wrapper.b1324 .ribbon,
.ribboncart-wrapper.b1324 .ribboncart{ background-image:url('https://eu.evocdn.io/dealer/1249/content/media/My_Theme/badges/plp-7-day.png'); }
.ribbon-wrapper.b1517 .ribbon,
.ribboncart-wrapper.b1517 .ribboncart{ background-image:url('https://eu.evocdn.io/dealer/1249/content/media/My_Theme/badges/plp-15-day.png'); }

.ex-product .productimage_container .badges-wrapper .ribbon-wrapper.b1895 .ribbon{ background-image:url('https://eu.evocdn.io/dealer/1249/content/media/My_Theme/badges/pdp-contract.png'); padding-left:60px; }
.ex-product .productimage_container .badges-wrapper .ribbon-wrapper.b1325 .ribbon{ background-image:url('https://eu.evocdn.io/dealer/1249/content/media/My_Theme/badges/pdp-assembly.png'); padding-left:60px; }
.ex-product .productimage_container .badges-wrapper .ribbon-wrapper.b1559 .ribbon{ background-image:url('https://eu.evocdn.io/dealer/1249/content/media/My_Theme/badges/pdp-substitute.png'); padding-left:60px; }
.ex-product .productimage_container .badges-wrapper .ribbon-wrapper.b446 .ribbon{ background-image:url('https://eu.evocdn.io/dealer/1249/content/media/My_Theme/badges/pdp-value.png'); padding-left:60px; }
.ex-product .productimage_container .badges-wrapper .ribbon-wrapper.b1595 .ribbon{ background-image:url('https://eu.evocdn.io/dealer/1249/content/media/My_Theme/badges/pdp-3-day.png'); padding-left:60px; }
.ex-product .productimage_container .badges-wrapper .ribbon-wrapper.b1324 .ribbon{ background-image:url('https://eu.evocdn.io/dealer/1249/content/media/My_Theme/badges/pdp-7-day.png'); padding-left:60px; }
.ex-product .productimage_container .badges-wrapper .ribbon-wrapper.b1517 .ribbon{ background-image:url('https://eu.evocdn.io/dealer/1249/content/media/My_Theme/badges/pdp-15-day.png'); padding-left:60px; }

.ex-product .productimage_container .badges-wrapper .ribbon-wrapper.b1595 .ribbon span,
.ex-product .productimage_container .badges-wrapper .ribbon-wrapper.b1324 .ribbon span,
.ex-product .productimage_container .badges-wrapper .ribbon-wrapper.b1517 .ribbon span{
  font-size:0;
}

.ex-product .productimage_container .badges-wrapper .ribbon-wrapper.b1595 .ribbon span:after,
.ex-product .productimage_container .badges-wrapper .ribbon-wrapper.b1324 .ribbon span:after,
.ex-product .productimage_container .badges-wrapper .ribbon-wrapper.b1517 .ribbon span:after{
  font-size:14px;
}

.ex-product .productimage_container .badges-wrapper .ribbon-wrapper.b1595 .ribbon span:after{ content:"3 Working Day Delivery"; }
.ex-product .productimage_container .badges-wrapper .ribbon-wrapper.b1324 .ribbon span:after{ content:"7 Working Day Delivery"; }
.ex-product .productimage_container .badges-wrapper .ribbon-wrapper.b1517 .ribbon span:after{ content:"15 Working Day Delivery"; }


.ribbon-wrapper .ribbon-side,
.ribbon-tips,
.ribboncart-tips{
  display:none;
}

.ribbon-wrapper .ribbon span,
.ribboncart-wrapper .ribboncart span{
  height:100%;
  display:flex;
  justify-content: center;
  align-items:center;
  min-height: 36px;
  text-align: left;
}

/* End Badges */

/* Start of add Sticky header EvoX */
.menubarStick {
  position: fixed !important;
  top: 0;
  width:100%;
  z-index: 150;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,.2);
}

.headersection-2.menubarStick > .row-2 {
  max-width: 1450px;
  margin: 0 auto;
}

.headersection-2.menubarStick .vertical-align.container{
  padding:0;
}
/* change me to the height of the sticky row */
.menubarHeader {
  margin-top:128px;
}
/* end of add Sticky header EvoX */



@media only screen and (max-width:1200px) {
    .oslpTopcats .catBox{
       width:calc(100% / 4);
    }

     .saleBox .nFlex{
        flex-direction:column-reverse;
        align-items:center;
    }
    .saleBox .nFlex p{
        width:100%;
        text-align:center;
    }
    .saleBox .nFlex img{
        margin:0 0 20px;
        width:auto;
    }

    .osCatBox{
        width:48%;
    }
}

@media only screen and (max-width:991px) {
    .saleBox{
        width:48%;
    }

    .oslpTopcats .catBox{
       width:calc(100% / 3);
    }
}

@media only screen and (max-width:768px) {

    .mobShopByCat{
        margin: 7px -15px 15px -15px;
        overflow: hidden;
    }

     .mobCat{
        display: flex;
        align-items: center;
        position:relative;
        padding:6px 42px 6px 10px;
        border-bottom:1px solid #aeaeae;
        background:url('https://eu.evocdn.io/dealer/1249/content/media/My_Theme/fs-mob-cat-arrow.png')no-repeat right 15px center;
    }
    .mobCat:first-of-type{
        border-top:1px solid #aeaeae;
    }
    .mcImg{
        width:32px;
        height:32px;
        display:flex;
        align-items:center;
        justify-content:center;
        margin-right:15px;
    }
    .mobCat h2{
        margin:0;
        font-size:16px;
        font-family:"Lato", sans-serif;
        font-weight:400;
        color:#201d1d;
    }

  .mobStrip{
    margin:15px 0 0;
  }

  .mobStripBox{
    background:#2e4259;
    padding:15px;
    margin:0 0 3px;
    display: flex;
    justify-content: center;
    align-items:center;
  }

  .mobStripImg{
    width:45px;
    height:34px;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-right:10px;
  }

  .mobStripImg img{
    filter:brightness(0) invert(1);
  }

  .mobStripBox p{
    color:#fff;
    font-size:12px;
    width:150px;
    max-width:60%;
    margin:0;
  }

  .header-search{
    width:100%;
    border-top:3px solid #f0f0f0;
  }

  header .header-mobile{
    text-align:left;
    justify-content:space-between;
  }

  header .header-mobile .header-right{
    margin-left:0;
  }

  header .header-mobile .header-menu{
    margin-top:-12px;
  }
  header .header-mobile .header-cart{
     margin-top:-4px;
  }

  header .header-mobile .header-search a{
    display:block;
    width:100%;
    padding:10px 20px;
  }

  header .header-mobile .header-search i{
    padding:0;
  }

  header .header-mobile span{
    color:#000;
    margin-left:15px;
  }

  .header-mobile .cd-dropdown-wrapper:after {
    content: "Menu";
    color: #3f3f3f;
    font-size: 10px;
    font-weight: 900;
    position: absolute;
    bottom: 3px;
    left: 16px;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
  }
  .header-mobile .minicart_icon:after {
    content: "Basket";
    color: #3f3f3f;
    font-size: 10px;
    font-weight: 900;
    position: absolute;
    bottom: 5px;
    left: 9px;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
  }
  .header-mobile .fa-shopping-cart:before{
    display:none;
  }
  .header-mobile .fa-shopping-cart{
    background:url('https://eu.evocdn.io/dealer/1249/content/media/My_Theme/fs-mob-head-cart.png')no-repeat center;
    width: 56px;
    height: 56px;
  }
  header .header-mobile .header-cart .minicart_count{
    bottom:40px;
    left:-7px;
  }
   /*pdp mobile changes*/
  .catalog-single .product-title .product-name {
    font-size: 16px;
    font-weight: 700;
    color: #1d1d1b;
  }
  .catalog-single .product-title {
    border-bottom: none;
  }
  .catalog-single .product-item-spacing {
    padding-bottom: 0;
  }
  .ex-product .productdetails{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .ex-product .productdetails .product-item-spacing{
    order:1;
    margin:0 10px;
  }
  .ex-product .productdetails .list-attribute.product-stock{
    order:2;
    margin:0 10px;
    padding: 0;
    position:initial;
  }
  .ex-product .productdetails .margindiv:not(.product-item-spacing){
    order:3;
    width: 100%;
  }
  .ex-product .productdetails .product-item-spacing .label{
    display: inline-block;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 24px;
    border-radius: 0;
    border:1px solid #2e4259;
    font-weight: 900;
  }
  .ex-product .productdetails .list-attribute.product-stock > strong {
  	display: inline-block;
    line-height: 24px;
  }
  .catalog-single .softgraybackground, .softgraybackground {
  	background-color: #fff;
  	margin: 0;
    padding:15px 0;
  }
  .catalog-single .price {
  	margin-top: 0;
  }
  .catalog-single .has-price {
  	font-size: 24px;
  	color: #a51916;
  }
  .ex-product .productaddtocart_container{
    padding:0;
  }
  .product-shopping-actions-addtocart .buttons.group {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding:20px 0;
    background:#a51916;
  }
  .product-shopping-actions-addtocart .buttons.group:after {
    display: none;
  }
  .catalog-single .product-shopping-actions-addtocart .buttons .qnt-count{
    position: initial;
    width: 160px;
    height: auto;
    padding: 0;
  }
  .ex-product .btn-add-to-cart{
    width: 130px;
    margin:0;
    background: #efefef;
    border: none;
    font-size: 16px;
    font-weight: 900;
    padding:0;
    color:#000;
    border-radius: 5px;
  }
  .ex-product .btn-add-to-cart i{
       display:none;
    }
  .catalog-single .product-shopping-actions-addtocart .buttons .qnt-count .incr-btn:first-child{
    background:#fff;
    color: #000;
    margin-right: 5px;
  }
  .catalog-single .product-shopping-actions-addtocart .buttons .qnt-count .incr-btn:last-child{
    background:#fff;
    color: #000;
    margin-left: 5px;
  }
  .catalog-single .product-shopping-actions-addtocart .buttons .qnt-count .incr-btn:hover{
    background:#000;
    color:#fff;
  }
  .catalog-single .buttons .qnt-count .form-control.inputquantity{
    border:none;
  }
  .catalog-single .product-compare-action{
    display:none;
  }
  .catalog-single .product-points ul{
    max-width: none;
    margin: 0 auto;
  }
  .catalog-single .product-points ul li {
  	max-width: 100%;
  }
  .catalog-single .prod-gal .ms-view {
     border: 1px solid #e6e6e6;
  }

 .product-shopping-actions-addtocart{
    position: fixed;
    bottom: 0;
    z-index: 2;
    width: 100%;
    padding: 0;
  }

  .mobAccord .accordList h3 {
    padding: 30px 20px !important;
    text-align: left;
    font-size: 16px;
  }
  .mobAccord .accordList h3::after {
    transform: scale(2);
    font-weight:100;
  }
  .footBot .nFlex > div:first-of-type {
    margin-bottom: 0 !important;
  }
  .fc1 p:last-of-type{
    display:none;
  }
  .footMain {
    padding: 25px 0 !important;
  }
  .footMain .footCol {
    margin: 0 !important;
  }
  .mobAccord .accordList > div {
	max-height: 0;
	overflow: hidden;
	transition: max-height 1s ease-out;
	padding: 0;
   }
  .mobAccord .accordList.open > div {
	height: auto;
	max-height: 1000px;
	transition: max-height 1s ease-in-out !important;
  }

   .footersection-4{
      display:none;
   }
   .catalog-single{
      overflow:hidden;
   }

  header {
    position: sticky;
    top: 0;
    z-index: 100;
    background:#fff;
  }
}

@media only screen and (max-width:550px) {
    .saleBox,
    .osCatBox{
        width:100%;
    }

    .oslpTopcats .catBox{
       width:calc(100% / 2);
    }

    .oslpStrip .container > .nFlex{
      flex-direction: column;
    }

    .stripBox.nFlex {
	margin: 10px 0;
    }
}

@media only screen and (max-width:481px) {
    .bannerSmallWrap {
        display:none !important;
    }
}


/*opening times page*/
.xmasTimes thead{
  background: #2e4259;
  color: #fff;
}
.xmasTimes td,
.xmasTimes th{
  padding:5px 30px;
  border:2px solid #f5f5f5;
}
/**/

/* furniture popup */
.bulkdelivery {
  background: #dddddd;
  width: 100%;
  margin-bottom: 17px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #222222;
  font-weight: 900;
  font-size: 16px;
  transition: all .35s ease;
}

#bulkbuymodal .modal-dialog {
  max-width: 730px;
  width: 100%;
}

#bulkbuymodal .modal-content {
  padding: 40px;
}

#bulkbuymodal .modal-header {
  margin-bottom: 17px;
}

#bulkbuymodal .modal-header h5 {
  color: #871024;
  font-size: 24px;
  margin: 0;
  margin-bottom: 30px;
  text-transform: capitalize;
}

#bulkbuymodal .modal-header h2 {
  font-size: 18px;
  font-weight: 500;
  color: black;
  margin: 0;
  margin-bottom: 20px;
  text-transform: none;
}

#bulkbuymodal .modal-header p {
  font-size: 14px;
  font-weight: 300;
  color: black;
  margin: 0;
}

#bulkbuymodal .modal-header .close {
  border: 1px solid #982820;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  top: 30px;
  right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#bulkbuymodal .modal-header .close span {
  width: 20px;
  height: 20px;
  font-size: 18px;
  color: #982820;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

#bulkbuymodal .modal-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
}

#bulkbuymodal .modal-body .form-group {
  margin-bottom: 15px;
}

#bulkbuymodal .modal-body .form-group label {
  color: black;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
}

#bulkbuymodal .modal-body .form-group label span {
  color: red;
}

#bulkbuymodal .modal-body .form-group input,
#bulkbuymodal .modal-body .form-group textarea {
  border-color: #871024;
  border-radius: 5px;
  font-size: 12px;
  color: black;
}

#bulkbuymodal .modal-body .form-group input {
  height: 30px;
}

#bulkbuymodal .modal-body .left {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
}

#bulkbuymodal .modal-body .left-bottom {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: span 3;
  display: flex;
  align-self: start;
  flex-wrap: wrap;
  justify-content: center;
}

#bulkbuymodal .modal-body .left-bottom button {
  order: -1;
  width: 100%;
  background: red;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 15px;
  height: 45px;
}

#bulkbuymodal .modal-body .right {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: span 2;
}

@media only screen and (max-width: 768px) {
  #bulkbuymodal .modal-body {
    display: flex;
    flex-direction: column;
  }
  #bulkbuymodal .modal-body .left {
    order: 1;
    width: 100%;
  }
  #bulkbuymodal .modal-body .left-bottom {
    order: 3;
    width: 100%;
  }
  #bulkbuymodal .modal-body .right {
    order: 2;
    width: 100%;
  }
  .top-bar{
    display:none;
  }
}
/**/
/* end nexus */

.footer-certs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.singlebanner_wrapper a img { transition: 0.3s opacity; }
.singlebanner_wrapper a:hover img { opacity: 0.75; } 

.homebanners .row {
  margin: 0 -7px;
}
.homebanners .col {
  padding: 0 7px;
}
@media (max-width: 767px) {
  .homebanners6 > .row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .homebanners6 > .row::before {
    display: none;
  }
}
@media (max-width: 450px) {
  .homebanners6 > .row {
    grid-template-columns: 1fr 1fr;
  }
}

.homerewards {
  padding: 10px 0;
}
.homerewards .rewardlogo {
  flex-shrink: 0;
}
.homerewards h3 {
  color: #2e4259;
  font-size: 24px;
  font-weight: 900;
  margin: 0 0 3px;
}
.homerewards p {
  margin: 0;
  color: #2e4259;
  opacity: 0.8;
}
.homerewards .present {
  flex-shrink: 0;
  width: 134px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.homerewards .present img {
  position: absolute;
  width: 134px;
  height: 122px;
}

.rewardbuttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 20px;
}
.rewardbuttons a {
  display: inline-block;
  width: 190px;
  text-align: center;
  background: #2e4259;
  border-radius: 10px;
  color: #fff;
  font-weight: 900;
  padding: 10px;
  transition: 0.3s opacity;
}
.rewardbuttons a:last-child {
  background: #e52e2e;
}
.rewardbuttons a:hover {
  opacity: 0.75;
}

.homerewards-inner {
  background: #e1ebf7;
  padding: 15px 30px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  gap: 20px 10px;
  align-items: center;
}

@media (max-width: 1100px) {
  .rewardbuttons {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 700px) {
  .homerewards-inner {
    flex-direction: column;
  }

  .homerewards .present {
    width: auto;
    height: auto;
  }
  .homerewards .present img {
    position: static;
  }
}

.newbrands {
  background: #f5f5f5;
  padding: 70px 0;
  margin-top: 50px;
  margin-bottom: 70px;
}
.newbrands .item-merchandising {
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: center;
  gap: 30px 60px;
}
.newbrands h3 {
  margin: 0;
  color: #2e4259;
  font-size: 24px;
  font-weight: 900;
  text-align: left !important;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
}
.newbrands h3::after {
  content: "Explore our extensive collection and effortlessly locate the brands you already love, making shopping a breeze. ";
  display: block;
  font-size: 16px;
  font-weight: 400;
  opacity: 0.8;
  margin-top: 20px;
}
.newbrands .tile {
  margin: 7px 0 !important;
  max-width: none !important;
}
.newbrands .tile .imgthumbnail {
  display: block;
  height: 100px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #ededed;
  transition: 0.3s border-color;
}
.newbrands .tile .imgthumbnail img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.newbrands .tile a:hover .imgthumbnail {
  border-color: #e52e2e;
}
.newbrands h3 .search-form {
  order: 1;
  margin-top: 30px;
}
.newbrands h3 .search-form .form-group input {
  border: 1px solid #ededed;
  border-radius: 20px;
  height: 54px;
  padding-left: 25px;
  color: #343536;
  font-size: 16px;
}
.newbrands h3 .search-form .form-group input::placeholder {
 color: #2e4259;
  opacity: 0.8;
}
.newbrands h3 .search-form button[type=submit] {
  background: none;
  border: none;
  cursor: pointer;
  filter: alpha(opacity=100);
  opacity: 1;
  position: absolute;
  right: 4px;
  transition: opacity 0.3s;
  z-index: 2;
  top: 0;
  right: 0;
  padding: 0;
  height: 52px;
  width: 54px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  font-size: 18px;
}
.newbrands h3 .search-form .relsearch button i {
  color: #e20613;
}

@media (max-width: 767px) {
  .newbrands .item-merchandising {
    grid-template-columns: 1fr;
  }
}

.titleWithLine {
  font-size: 24px;
  font-weight: 900;
  color: #2e4259 !important;
  margin: 0 0 20px;
  display: flex;
  text-align: left !important;
  gap: 50px;
  align-items: center;
}
.titleWithLine::after {
  content: "";
  height: 1px;
  background: #e0e0e0;
  flex-grow: 1;
  display: block;
}

.popboxes {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
  margin-top: 40px;
}
.popboxes .box {
  width: 19%;
  max-width: 205px;
}
.popboxes .box > a > img {
  display: block;
  margin: 0 auto 20px;
  height: 160px;
}
.popboxes .box > a:hover > img {
 opacity: 0.7; 
}
.popboxes .box h5 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #2e4259;
  font-weight: 700;
  font-size: 20px;
  margin: 0 0 10px;
}
.popboxes .box h5 a {
  color: #2e4259;
}
.popboxes .box h5 a:hover {
  color: #e52e2e;
}
.popboxes .box p {
  margin: 0 0 20px;
  color: #282828;
  font-weight: 900;
  font-size: 30px;
  line-height: 1.2;
}
.popboxes .box p::before {
  content: "from";
  display: block;
  font-size: 16px;
  font-weight: 400;
}
.popboxes .box .popboxbutton {
  display: inline-block;
  width: 190px;
  text-align: center;
  background: #e52e2e;
  border-radius: 10px;
  color: #fff;
  font-weight: 900;
  padding: 10px;
  transition: 0.3s opacity;
}
.popboxes .box .popboxbutton:hover {
  opacity: 0.7;
}

@media (max-width: 1469px) {
  .popboxes {
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 50px 20px;
  }
  .popboxes .box {
    width: 205px;
  }
}

.popouttab {
  position: fixed;
  top: calc(50% - 176px);
  left: calc(100% - 44px);
  z-index: 1;
  height: 355px;
  padding: 44px 44px 44px 88px;
  width: 707px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #e3e3e3;
  transition: 0.5s all;
}
.popouttab::after {
  content: "";
  width: 10px;
  height: 14px;
  position: absolute;
  top: 32px;
  left: 17px;
  background: url("https://eu.evocdn.io/dealer/1249/content/media/Home/arrow.png");
  filter: brightness(0) invert(1);
  transition: 0.3s all;
  transform: rotateY(180deg);
}
.popouttab.tabopen {
  left: calc(100% - 707px);
}
.popouttab.tabopen::after {
   transform: rotateY(0deg); 
}
.popouttab > img {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  transition: 0.3s opacity;
}
.popouttab > img:hover {
 opacity: 0.7; 
}
.popouttab .row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 0;
  gap: 17px;
}
.popouttab .row::before {
  display: none;
}
.popouttab .col {
  width: 100%;
  padding: 0;
}
.popouttab .singlebanner_wrapper {
  margin: 0;
}

@media (max-width: 768px) {
 .popouttab {
   display: none;
  }
}

@media only screen and (min-width: 1100px) {
  .ex-cart .col-md-10 {
    width: 74%;
  }

  .ex-cart .col-md-2 {
    width: 26%;
  }
}
@media only screen and (max-width: 1099px) {
  .ex-cart .col-md-10 {
    width: 100%;
  }

  .ex-cart .col-md-2 {
    width: 100%;
  }
}
.shopping-cart .cart-resume {
  float: none;
}

.shopping-cart .cart-sidebar .cart-totals {
  padding: 25px;
}

.shopping-cart .softgraybackground {
  background: none;
  border: 1px solid #e0e0e0;
}

.shopping-cart table tbody {
  border: none;
}

.shopping-cart table td {
  border: 0;
}

.shopping-cart .cart-sidebar .cart-totals .devider {
  border-bottom: 1px solid #e0e0e0;
}

.shopping-cart .cart-sidebar .cart-totals .cart-order-total {
  font-size: 1em;
}

.shopping-cart .cart-sidebar .cart-totals .cart-order-total td {
  border: 0;
}

.shopping-cart .cart-sidebar .cart-totals .btn {
  width: 100%;
  border-radius: 12px;
  background: #e20613;
  font-size: 16px;
  font-weight: bold;
  margin-top: 16px;
}

.shopping-cart .cart-sidebar .cart-totals .btn[name="show-save-cart"] {
  margin-bottom: 15px;
}

.shopping-cart .cart-sidebar .cart-totals .btn:hover {
  background: #2e4259;
}

.shopping-cart .to-checkout {
  padding: 8px 10px;
}

.shopping-cart .softgraybackground .promotion_discount .row {
  display: flex;
  position: relative;
  margin: 0;
  gap: 5px;
}

.shopping-cart .softgraybackground .promotion_discount .row::before,
.shopping-cart .softgraybackground .promotion_discount .row::after {
  display: none;
}

.shopping-cart .softgraybackground .promotion_discount .col-xs-6 {
  width: calc(100% - 47px);
  padding: 0 !important;
}

.shopping-cart .softgraybackground .promotion_discount .col-xs-6 + .col-xs-6 {
  width: 47px;
  height: 42px;
  flex-shrink: 0;
}

.shopping-cart .softgraybackground .promotion_discount .coupon_code {
  border-color: #e7e7e7;
}

.shopping-cart .softgraybackground .promotion_discount .coupon_apply {
  margin: 0;
  border-radius: 0;
  border: none;
  background: #2e4259;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
}
.shopping-cart .softgraybackground .promotion_discount .coupon_apply i {
  display: block;
  font-size: 16px;
  width: 16px;
}
.shopping-cart .softgraybackground .promotion_discount .coupon_apply i::before {
  content: "\f067";
}
.shopping-cart .softgraybackground .promotion_discount .coupon_apply:hover {
  background: #e20613;
}

.shopping-cart .cartproductlines_container table th {
  font-weight: 700;
  color: #535353;
}

@media only screen and (min-width: 768px) {
  .shopping-cart .cartproductlines_container table td {
    padding: 30px 0;
    border-bottom: 1px solid #e0e0e0;
  }
}

.shopping-cart table img {
  max-width: 100%;
  padding-right: 30px;
}

.shopping-cart .item_discount_label {
  margin-bottom: 5px;
}

@media only screen and (min-width: 768px) {
  .shopping-cart table td.name {
    width: 40%;
  }
}

.shopping-cart table td.name a:not(.show-more-info) {
  display: block;
  color: #2e4259;
  margin-bottom: 5px;
}

.shopping-cart table td.name a:hover {
  color: #a51916;
}

.shopping-cart table td span.smaller {
  color: #535353;
}

.shopping-cart table td.name a.ref-label {
  margin-top: 5px;
}

.shopping-cart table td.total .content_value {
  background: #f8f0f0;
  border-radius: 12px;
}

.shopping-cart table td.total .item_line_total {
  font-size: 1em;
  font-weight: normal;
}

.shopping-cart table td.qnt-count .incr-btn {
  width: 33px;
  height: 33px;
  background: #fff !important;
  border: 1px solid #e0e0e0;
  color: #2e4259;
  font-size: 16px;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.shopping-cart table td.qnt-count .incr-btn:hover {
  color: #fff;
}

.shopping-cart table td.qnt-count .form-control {
  width: 33px;
  height: 33px;
  border: 1px solid #2e4259;
  font-size: 14px;
}

.shopping-cart table td.delete .delete-btn {
  padding: 0;
  background: url("https://eu.evocdn.io/dealer/1249/content/media/Content_Pages/bin_icon.png") no-repeat center !important;
  color: #2e5259;
  line-height: 33px;
  height: 33px;
  width: 33px;
  font-size: 0;
  border: 1px solid transparent;
}

.shopping-cart table td.delete .delete-btn:hover {
  background: url("https://eu.evocdn.io/dealer/1249/content/media/Content_Pages/bin_icon.png") no-repeat center !important;
  border: 1px solid red;
}

.cartclear_container .btn {
  border-radius: 12px;
  border: 0;
  background: #2e4259;
  font-weight: 700;
  padding: 8px 35px;
}

.cartclear_container .btn:hover {
  background: #e20613;
}

.cartheader_container {
  margin-top: 20px;
}

.cartheader_container h2 {
  font-size: 30px;
  color: #535353;
}

.cart-topbuttons .btn {
  border-radius: 12px;
  border: 0;
  background: #2e4259;
  font-weight: 700;
  padding: 8px 35px;
}

.cart-topbuttons .btn:hover {
   background: #e20613;
}

.cart-topbuttons .btn.to-checkout {
  font-size: 16px;
  background: #e20613;
  line-height: 1;
}

.cart-topbuttons .btn.to-checkout:hover {
  background: #2e4259;
}

.basketProducts {
  padding: 25px !important;
  border: 1px solid #e0e0e0;
}

.basketProducts .indicators-grid,
.basketProducts .brand-label,
.basketProducts .product-sku,
.basketProducts .addtoquicklist-wrapper,
.basketProducts .product-compare-action,
.basketProducts .uom,
.basketProducts .product-category strong,
.basketProducts .inputquantity,
.basketProducts .rrp {
  display: none !important;
}

.basketProducts h3 {
  background: #f8f0f0;
  text-align: left !important;
  padding: 20px 30px;
  color: #e20613;
  font-size: 24px;
  line-height: 1.7
}

.basketProducts h3::after {
  content: "Products often bought with items in your basket";
  display: block;
  font-size: 18px;
  color: #2e4259;
}

.basketProducts .tile {
  width: auto !important;
}

.basketProducts .tile .footer {
  padding: 0;
}

.basketProducts .tile .footer .footer-wrapper {
  display: flex;
  flex-direction: column;
}

.basketProducts .tile .product-name a {
  color: #2e4259;
}

.basketProducts .tile .product-name a:hover {
  color: #e52e2e;
}

.basketProducts .product-category {
  order: -1;
}

.basketProducts .product-category a {
  color: #777;
  font-size: 12px;
}

.basketProducts .product-category a:hover {
  text-decoration: underline;
}

.basketProducts .tile .footer .price-label {
  margin-top: 10px;
  line-height: 1.2
}

.basketProducts .tile .footer .price-label::before {
  display: block;
  content: "Only";
  font-size: 12px;
  color: #777;
  font-weight: 400;
}

.basketProducts .owl-nav div {
  background: #fff;
  padding: 10px;
  border: 1px solid #e0e0e0;
}

.basketProducts .owl-nav div::before {
   font-size: 16px;
}

.basketProducts .owl-nav .owl-prev {
  left: 0;
}

.basketProducts .owl-nav .owl-next {
  right: 0;
}


.basketProducts .owl-gradient {
  display: none;
}

.basketProducts .inner {
  max-width: 100%;
}

.basketProducts .tile .footer .btn {
  width: 100%;
  background: #1d1d1b
}

.basketProducts .tile .footer .btn:hover {
  background: #e52e2e;
}

.basketRewards {
  background: url("https://eu.evocdn.io/dealer/1249/content/media/Content_Pages/basketrewards.png");
  padding: 30px;
  color: #fff;
  max-width: 347px;
  background-position: bottom center;
  background-size: cover;
}

.basketRewards p {
  font-size: 18px;
  font-weight: 700;
}

.basketPoints {
  color: #e8b46e;
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 10px;
}

.basketRewards div:last-child {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 18px;
}

.basketRewards img {
  margin-right: 10px;
}

.menu ul.catalog > li > a {
  font-size: 14px;
  font-weight: 900;
}

.menu.expanded .catalog li .submenu .submenucontainer {
  flex-wrap: wrap;
  flex-direction: row;
  overflow: auto;
}

.menu.expanded .catalog > li > ul.submenu > div > li {
  width: 25%;
}

.menu.expanded .catalog .submenu .submenucontainer > li > a {
  padding-left: 0;
}

.menu.expanded .catalog li.has-submenu .submenu li.has-submenu ul {
  white-space: normal;
}

.menu.expanded .catalog li.has-submenu .submenu li.has-submenu li {
  display: inline-flex;
  padding: 0;
  align-items: center;
}
.menu.expanded .catalog li.has-submenu .submenu li.has-submenu li a {
  color: #616161;
}
.menu.expanded .catalog li.has-submenu .submenu li.has-submenu li a:hover {
  color: #e00613;
  text-decoration: underline;
}

.menu.expanded .catalog li.has-submenu .submenu li.has-submenu li:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 15px;
  background: #7d7d7d;
  margin: 0 15px;
}

.menu.expanded .catalog li.has-submenu .submenu li.has-submenu li:last-child {
  display: block;
}
.menu.expanded .catalog li.has-submenu .submenu li.has-submenu li:last-child a {
  color: #e00613;
}

.menu.expanded .catalog li.has-submenu .submenu li.has-submenu li a {
  padding: 0;
}

#modalRewardsNew .modal-dialog {
  width: 95%;
  max-width: 1270px;
}
#modalRewardsNew .modal-content {
  padding: 0 30px 30px !important;
}

#modalRewardsNew .modal-header {
  border: 0;
}

.modalRewardsWrap {
  display: flex;
  align-items: stretch;
  gap: 30px;
}
@media (max-width: 768px) {
 .modalRewardsWrap {
   display: flex;
   flex-direction: column;
  }
  .modalRewardsWrap > div {
   width: 100% !important;
  }
}

.modalRewardsLeft {
  width: 34%;
  flex-shrink: 0;
  background: url("https://eu.evocdn.io/dealer/1249/content/media/popupBG.jpg") no-repeat center;
  background-size: cover;
  padding: 45px;
}
.modalRewardsLeft > img {
  margin-bottom: 20px;
}
.modalRewardsLeft p {
  font-size: 18px !important;
}
.modalRewardsLeft p strong {
  font-weight: black;
  text-transform: uppercase;
  max-width: 250px;
  display: block;
}

.modalRewardsRight {
  width: calc(66% - 30px);
}
.modalRewardsRight h2 {
  color: #2e4259;
  font-size: 24px;
  font-weight: 900;
  text-transform: none;
  margin: 0 0 30px;
}
.modalRewardsRight h2 span {
  color: #e20613;
}
.modalRewardsRight h3 {
  color: #e20613;
  font-weight: 900;
  text-transform: none;
  font-size: 18px;
  margin: 0 0 30px;
}

.pointsBoxes {
  margin: 0 0 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 18px;
}
@media only screen and (max-width: 991px) {
  .pointsBoxes {
  grid-template-columns: 1fr;
}
}
.pointsBoxes::before, .pointsBoxes::after {
  display: none;
}
.pointsBoxes > div {
  background: #fdedee;
  width: 100%;
  padding: 20px 15px;
  display: flex;
  align-items: flex-start;
}
.pointsBoxes > div > img {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  object-fit: none;
  margin-right: 20px;
}
.pointsBoxes > div p {
  color: #575757;
  font-size: 16px;
  margin: 0 !important;
}
.pointsBoxes > div p strong {
  display: block;
  color: #2e4259;
  font-weight: 700;
  font-size: 18px;
}

.rewardsSlider .slick-slide {
  margin: 0 8px;
}
.rewardsSlider .slick-list {
  margin: 0 -8px;
}

.rewardSlide {
  padding: 25px;
  border: 1px solid #e0e0e0;
  text-align: center;
}
.rewardSlide h4 {
  color: #303030;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 30px;
  text-transform: none;
}
.rewardSlide img {
  max-width: 163px;
  margin: 0 auto;
  width: 100%;
}
.rewardSlide .rewardButton {
  background: #000103;
  padding: 10px;
  display: block;
  width: 112px;
  margin: 30px auto 0;
  border-radius: 5px;
}
.rewardSlide .rewardButton:hover {
  background: #e20613;
}
.rewardsSlider .slick-next::before {
  content: "\f054";
  font-family: fontawesome;
  color: #000;
}
.rewardsSlider .slick-prev::before {
  content: "\f053";
  font-family: fontawesome;
  color: #000;
}
.mainRewardButton {
  display: inline-block;
  margin-top: 25px;
  padding: 12px 38px;
  background: #e20613;
  border-radius: 15px;
  font-size: 14px;
  font-weight: 900;
}
.mainRewardButton:hover {
  background: #2e4259;
}
#rewardsModal .modal-dialog {
  width: 95% !important;
  max-width: 1270px !important;
}
#rewardsModal .modal-content {
  padding: 30px 40px;
}
#rewardsModal .modalRewardsLeft p {
  color: #fff;
}
#rewardsModal .rewardButton {
  color: #fff;
}
#rewardsModal .mainRewardButton {
  color: #fff;
}
#rewardsModal .modalRewardsRight {
  width: calc(66% - 30px);
}
#rewardsModal .modalRewardsRight h2 {
  color: #2e4259;
  font-size: 24px;
  font-weight: 900;
  text-transform: none;
  margin: 0 0 30px;
}
#rewardsModal .modalRewardsRight h2 span {
  color: #e20613 !important;
}
#rewardsModal .modalRewardsRight h3 {
  color: #e20613;
  font-weight: 900;
  text-transform: none;
  font-size: 18px;
  margin: 0 0 30px;
}

.rewardsbg {
  min-height: 495px;
  position: relative;
  overflow: hidden;
}
.rewardsbg > img {
  width: 100%;
  min-width: 1430px;
  height: 100%;
  object-fit: cover;
  object-position: bottom right;
  position: absolute;
  top: 0;
  left: 0;
}
.rewardsbg > div {
  position: relative;
  z-index: 1;
  padding: 90px;
}
.rewardsbg h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 900;
  margin: 20px 0 10px;
}
.rewardsbg p {
  margin: 0 0 20px;
  color: #fff;
  font-size: 24px;
}
.rewardsbg .rewardsInfo h2 {
  color: #fff;
  font-size: 24px !important;
}
.rewardsbg .rewardsInfo h2 strong {
  font-size: 36px !important;
  color: #e8b46e !important;
  font-weight: 900;
}
.rewardsbg .rewardsInfo small {
  color: #fff;
  font-size: 24px !important;
}
.rewardsbg .rewardsInfo small strong {
  font-weight: 400;
  font-size: 24px !important;
}

.rewardsSlider {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

@media (max-width: 991px) {
  .rewardsSlider {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .rewardsbg {
    min-height: 0;
  }
  .rewardsbg > div {
    padding: 40px;
  }
  .rewardsbg h1 {
    font-size: 30px;
  }
}
/* Fixes a custom design issue with the cart button showing cut out in the PDP for live inventory v2 */
.ex-product .catalog-single .product-shopping-actions .product-shopping-actions-addtocart .live-inventory-v2-add-to-cart-wrapper button {
  width: 100%;
}
.ex-product .catalog-single .product-shopping-actions .product-shopping-actions-addtocart .live-inventory-v2-add-to-cart-wrapper {
  max-width: none;
}

.dogsTrustBanner {
  background: url("https://eu.evocdn.io/dealer/1126/content/media/My_Theme/bg2.png") no-repeat;
  background-position: bottom center;
  background-size: cover;
  padding: 30px 30px;
  width: 362px;
  float: right;
  text-align: center;
  border: 1px solid #ffc800;
}
@media (max-width: 420px) {
  .dogsTrustBanner {
    width: 100%;
  }
}
.dogsTrustBanner h3 {
  font-size: 20px;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
}
.dogsTrustBanner h3 + p {
  font-size: 18px;
  font-weight: 700;
}
.dogsTrustBanner h3 + p strong {
  font-weight: 900;
}
.dogsTrustBanner p {
  margin: 0 0 20px;
}
.dogsTrustBanner button {
  border: 0;
  background: #2d2d2d;
  color: #fff;
  font-weight: 900;
  display: block;
  width: 100%;
  border-radius: 12px;
  padding: 7px 10px;
  transition: 0.3s background;
}
.dogsTrustBanner button img {
  margin-right: 10px;
}
.dogsTrustBanner button:hover {
  background: #5693c9;
}
.location-content-title {
  background: url("https://eu.evocdn.io/dealer/1249/content/media/My_Theme/office-supplies.jpg") no-repeat center;
  background-size: cover;
  padding: 70px 0;
  margin-bottom: 40px;
}

.location-content-title h1 {
  color: #fff;
  margin: 0;
}

.section-margin-bottom {
 margin-bottom: 40px; 
}

.location-page-section h2 {
  margin-bottom: 20px;
}

.location-page-section p {
  margin-bottom: 20px;
}

.location-page-section ul {
  margin-bottom: 20px;
}

.location-page-section .row {
 display: flex;
  gap: 20px 0;
  align-items: center;
  flex-wrap: wrap;
}

/* free delivery banner basket */

.basket-free-delivery {
	 background-color: #edf5ff;
	 padding: 20px 30px 20px 15px;
	 border-radius: 10px;
	 position: relative;
	 margin: 20px 0;
	 isolation: isolate;
	 overflow: hidden;
	 transition: 0.5s all;
	 display: flex;
	 align-items: center;
	 gap: 20px;
}
 .basket-free-delivery > img {
	 flex-shrink: 0;
}
 .basket-free-delivery-text {
	 flex-grow: 1;
}
 .basket-free-delivery-met {
	 display: none;
}
 .basket-free-delivery-met span {
	 color: #53ae6d !important;
}
 .basket-free-delivery h3 {
	 font-size: 18px;
	 font-weight: 600;
	 color: #3c5a7e;
	 margin: 0 0 15px;
	 line-height: 28px;
	 min-height: 58px;
}
 .basket-free-delivery h3 span {
	 font-size: 22px;
	 font-weight: 700;
	 color: #e20613;
}
 .basket-free-delivery p {
	 margin: 0;
	 color: #5d7492;
}
 .basket-free-delivery-graphics {
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 z-index: -1;
}
 .basket-free-delivery-graphics img {
	 position: absolute;
	 transition: 0.5s all;
}
 .basket-free-delivery-graphics .circle1 {
	 bottom: 0;
	 left: 0;
}
 .basket-free-delivery-graphics .circle2 {
	 top: 0;
	 right: 0;
}
 .basket-free-delivery-graphics .confetti1 {
	 top: 10px;
	 left: 10px;
	 transform: translateY(-200px);
}
 .basket-free-delivery-graphics .confetti2 {
	 top: 10px;
	 right: 10px;
	 transform: translateY(-200px);
}
 .basket-free-delivery.delivery-met {
	 background-color: #edfff2;
}
 .basket-free-delivery.delivery-met .basket-free-delivery-unmet {
	 display: none;
}
 .basket-free-delivery.delivery-met .basket-free-delivery-met {
	 display: block;
}
 .basket-free-delivery.delivery-met .circle1 {
	 transform: translateY(200px) translateX(-200px);
}
 .basket-free-delivery.delivery-met .circle2 {
	 transform: translateY(-200px) translateX(200px);
}
 .basket-free-delivery.delivery-met .confetti1, .basket-free-delivery.delivery-met .confetti2 {
	 transform: translateX(0) translateY(0);
}
 

/**/

img.rewardsPopup {
 width: 145px; 
}

div.rewards-tab {
  background-image: url("https://eu.evocdn.io/dealer/1249/content/media/My_Theme/allstar/png/rewards-sticky.png");
  width: 145px;
  height: 73px;
  background-size: contain;
}

#rewardsModal div.modalRewardsRight h3 {
 color: #d4a658;
}