/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
    max-height:340px;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Slider */


/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 30%;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border-width:1px;
    border-style:solid;
    border-color:#333;
    outline: none;
    border-radius: 0px;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: #00000090;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    position:relative;
    margin-left: 4px;
    bottom: 1px;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left:-30px;
    z-index:2;
}


[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}
/*
.slick-prev:before {
    content: '\2190';
}
[dir='rtl'] .slick-prev:before {
    content: '\2192';
}
*/
.slick-next {
    right: -30px;
}
[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}
/*
.slick-next:before {
    content: '\2192';
}
[dir='rtl'] .slick-next:before {
    content: '\2190';
}*/

/* Dots */
.slick-dotted.slick-slider {
    padding-bottom:54px;
}

.slick-dots {
    position: absolute;
    bottom: 14px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    background: #ccd8f0;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 4px 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

.slick-nav-button:hover {
  transition: all .05s ease-in-out;
  font-weight:bold;
}

.slick-nav.slick-initialized.slick-slider > div {
    width:100%;
    padding:0 !important;
}

#this-weeks-deals {
    border-top: 1px solid #CCD8f0;
    color: #135dbe;
    font-weight: bold;
    font-size: 24px;
    font-family: 'Roboto', Arial;
    background: #f2f6f9;
    padding: 0 !important;
    margin: 0 !important;
    display: block;
    text-align: center;
}

.CarouselAdvert:nth-of-type(1n+2){
    position:relative;
    margin-top:18px;
}

.slick-nav > .slick-list > .slick-track{
    transform: translate3d(0px, 0px, 0px)!important;
}

/* MOBILE MEDIA QUERY */
@media (max-width:608px){

    /** Slick Carousel **/
    /** Slick Carousel **/

    .slick-top-carousel {
        max-height:448px;
        background:#ffffff;
        display:none;
    }

    .slick-nav-button{
        height:80px;
    }

    #genuine-hp-supplies h2 {
        font-size: 30px;
        color:#ffffff;
        text-shadow: 2px 2px 0px rgba(0,0,0,1);
        display:inline-block;
        text-align:center;
        position:relative;
        z-index:3;

    }

    #genuine-hp-supplies h3 {
        font-size: 22px;
        color:#ffffff;
        text-shadow: 2px 2px 0px rgba(0,0,0,1);
        display:inline-block;
        text-align:center;
        position:relative;
        z-index:3;
    }

    #hp-carousel-background {
        height: 190px;
        width: 100%;
        background: #01aef0;
        position: absolute;
    }

    #genuine-hp-supplies{
        height: 370px;
        background: #ffffff;
    }

    #platinum-first {
        bottom: 10px;
        max-width: 150px;
        position: absolute;
        /* top: 305px; */
        left: 10px; 
    }

    #printer-search-carousel > .row {
        position:relative;

    }

    .printer-carousel-text {
        position:absolute;
        top:0;
    }

    #carousel-printer-title {
        color: #ffffff;
        text-shadow: 1px 4px 11px rgba(5,26,58,1);
        font-size: 36px;
        letter-spacing: 0px;
        font-family: 'HPSimplifiedLight';
        font-weight: bold;
        margin-bottom: 0;

    }

    #carousel-printer-quantity {
        font-size: 21px;
        text-align: center;
        font-family: 'Roboto';
        color: #fff655;
        text-shadow: 0px 2px 3px #c55b00;
        margin: 0px;
    }

    #carousel-printer-model {
        color: #ffffff;
        font-size: 27px;
        font-family: 'HPSimplifiedLight';
        text-shadow: -2px 3px 1px #196892;
        text-align: center;
        padding-top: 0;
        margin-bottom: 0;
    }

    #match-guarantee {
        display:inline-block;
        width: 90%;
        height: 40px;
        border-radius: 0px 6px 0px 6px;	background:-webkit-linear-gradient(176deg, rgb(255, 240, 121) 0%, rgb(255, 174, 88) 23%, rgb(255, 127, 64) 50%, rgb(255, 127, 64) 80%);
        background:-o-linear-gradient(176deg, rgb(255, 240, 121) 0%, rgb(255, 174, 88) 23%, rgb(255, 127, 64) 50%, rgb(255, 127, 64) 80%);
        background:-moz-linear-gradient(176deg, rgb(255, 240, 121) 0%, rgb(255, 174, 88) 23%, rgb(255, 127, 64) 50%, rgb(255, 127, 64) 80%);
        background:linear-gradient(176deg, rgb(255, 240, 121) 0%, rgb(255, 174, 88) 23%, rgb(255, 127, 64) 50%, rgb(255, 127, 64) 80%);
        border:1px solid #f95858; transition: all .35s ease-in-out;
        cursor:pointer;
        text-align:Center;
    }

    #match-guarantee h2 {
        color: #ffffff;
        font-size: 22px;
        font-family: 'Roboto';
        text-shadow: 0px 2px 2px rgba(133,18,40,1);
        margin-top:0;
        padding-top:6px;
        text-align: center;
        text-transform:uppercase;
        letter-spacing: 2px;
        margin-bottom:10px;
    }

    #match-guarantee h3{
        font-size: 16px;
        text-align: Center;
        font-family: 'Roboto';
        color: #ffffff;
        text-shadow: 0px 2px 2px rgba(133,18,40,1);
        margin-top: 0px;
        padding: 4px;
        background: #0000005e;
        border: 1px solid #123054;
    }

    #search-carousel-products {
        position: absolute;
        bottom: -20px;
        left: 0;
        max-width: 80%;
    }

    #carousel-search-now {
        clear:both;
        float:right;
        display:inline-block;
        width: 180px;
        height: 50px;
        background:-webkit-linear-gradient(176deg, rgb(2, 255, 148) 0%, rgb(1, 213, 120) 23%, rgb(1, 158, 89) 50%, rgb(1, 158, 89) 80%);
        background:-o-linear-gradient(176deg, rgb(2, 255, 148) 0%, rgb(1, 213, 120) 23%, rgb(1, 158, 89) 50%, rgb(1, 158, 89) 80%);
        background:-moz-linear-gradient(176deg, rgb(2, 255, 148) 0%, rgb(1, 213, 120) 23%, rgb(1, 158, 89) 50%, rgb(1, 158, 89) 80%);
        background:linear-gradient(176deg, rgb(2, 255, 148) 0%, rgb(1, 213, 120) 23%, rgb(1, 158, 89) 50%, rgb(1, 158, 89) 80%);
        margin:10px 20px 0 0;
        border:1px solid #01dc7c; transition: all .35s ease-in-out;
        cursor:pointer;
    }

    #carousel-search-now h2{
        font-size:22px;
    }

    #hp-image-bg {
        width:100%;
        margin-top:0 !important;
    }

    .HomeAd{
        width:100%;
    }

    #this-weeks-deals {
        border-top:1px solid #CCD8f0;
        color:#135dbe;
        font-weight:bold;
        font-size:26px;
        font-family: 'Roboto',Arial;
        background:#f2f6f9;
        padding:15px 0px;
        margin:0 !important;
        display:block;
        text-align:center;
        position:relative;
    }

    .slick-nav{
        max-width:400px;
					height:30px;
					margin:0 auto;

    }

   

    .slide-progress{
        background:greenyellow;
        height:20px;
        width:100px;
    }
    
    .slick-nav-button:first-of-type{
        border-width:10px 0 0 0!important;
        box-sizing: border-box;
    }
    
    .slick-nav-button.slick-current {
        border-color:#cc0000 ;
        color:#cc0000;
    }

    .HomeAd:nth-of-type(1n+2){
        display:none !important;
    }

    .slick-nav-button:nth-of-type(3n+4){
        clear:both;
        float:left;
    }

}

/* END OF MOBILE QUERY */

/* DESKTOP QUERY */

@media (min-width: 550px) {

/*** Slick Carousel ***/

.slick-top-carousel{
    max-height:360px;
    opacity:0;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1 ease-in-out;
}

.slick-top-carousel.initialised{
    opacity:1;
}

.HomeAd {
    width:33.33333%;
    float:left;
}
/** Slide 1 **/

#genuine-hp-supplies{
	background:#ffffff;
	text-align:center;
	height:360px;
	font-family:'HPSimplifiedLight';
	overflow:hidden;
}

#genuine-hp-supplies h2{
	font-size:54px;
	color:#ffffff;
	text-shadow: 2px 2px 0px rgba(0,0,0,1);
	display:inline-block;
	text-align:center;
	position:relative;
	z-index:3;
	margin-top:10px;
}

#genuine-hp-supplies h3{
	font-size: 32px;
	color:#ffffff;
	text-shadow: 2px 2px 0px rgba(0,0,0,1);
	display:inline-block;
	text-align:center;
	position:relative;
	z-index:3;
}


#hp-carousel-background {
	width: 130%;
    height: 0px;
    border: 30px solid transparent;
    border-bottom: 210px solid #179cd7;
    position: absolute;
    top: -60px;
    right: -40px;
    z-index: 2;
  }
#hp-carousel-background:after {
content: '';
position: absolute;
right: -30px;
top: 210px;
width: 130%;
height: 0;
border: 30px solid transparent;
border-top: 180px solid #179cd7;
z-index: 2;
}

#platinum-first{
max-width: 150px;
position: absolute;
top: 20px;
right: 20px;
}

/** Slide 2 **/
#search-carousel-products {
	position: absolute;
	bottom: -40px;
	left: -20px;
}

#carousel-printer-title{
    font-size: 62px;
	letter-spacing: 2px;
	text-align: right;
    font-family: 'HPSimplifiedLight';
	font-weight: bold;
	color: #ffffff;
	text-shadow: 1px 4px 11px rgba(5,26,58,1);
	margin: 10px 23px 0 0;
}

#carousel-printer-quantity{
	font-size: 22px;
    text-align: right;
    font-family: 'Roboto';
    color: #fff655;
    text-shadow: 0px 2px 3px #c55b00;
    margin: 0px 25px 0 0;
}

#carousel-printer-model{
	font-size: 46px;
	text-align: right;
	font-family: 'HPSimplifiedLight';
	color: #ffffff;
    text-shadow: -2px 3px 1px #196892;
    margin: 10px 23px 0px 0px;
	padding-top: 0;
}

#match-guarantee{
    width: 366px;
    height: 50px;
    display: inline-block;
    border: 1px solid #f95858;
    border-radius: 0px 6px 0px 6px;
    background: -webkit-linear-gradient(176deg, rgb(255, 240, 121) 0%, rgb(255, 174, 88) 23%, rgb(255, 127, 64) 50%, rgb(255, 127, 64) 80%);
    background: -o-linear-gradient(176deg, rgb(255, 240, 121) 0%, rgb(255, 174, 88) 23%, rgb(255, 127, 64) 50%, rgb(255, 127, 64) 80%);
    background: -moz-linear-gradient(176deg, rgb(255, 240, 121) 0%, rgb(255, 174, 88) 23%, rgb(255, 127, 64) 50%, rgb(255, 127, 64) 80%);
    background: linear-gradient(176deg, rgb(255, 240, 121) 0%, rgb(255, 174, 88) 23%, rgb(255, 127, 64) 50%, rgb(255, 127, 64) 80%);
    margin: 20px 0 0 340px;
    cursor: pointer;
    transition: all .35s ease-in-out;
}

#match-guarantee h2{
	font-size: 30px;
	text-align: center;
	text-transform:uppercase;
	font-family: 'Roboto';
	color: #ffffff;
	text-shadow: 0px 2px 2px rgba(133,18,40,1);
	margin-top:0;
    padding-top:6px;
    margin-bottom:0px;
}

#match-guarantee h3{
    font-size: 16px;
    text-align: Center;
    font-family: 'Roboto';
    color: #ffffff;
    text-shadow: 0px 2px 2px rgba(133,18,40,1);
    margin-top: 4px;
    padding: 4px;
    background: #0000005e;
    border: 1px solid #123054;
    border-radius: 0px 3px 0px 3px;
}

#carousel-search-now{
	float: right;
    display: inline-block;
    width: 21%;
    height: 50px;
    background: -webkit-linear-gradient(176deg, rgb(2, 255, 148) 0%, rgb(1, 213, 120) 23%, rgb(1, 158, 89) 50%, rgb(1, 158, 89) 80%);
    background: -o-linear-gradient(176deg, rgb(2, 255, 148) 0%, rgb(1, 213, 120) 23%, rgb(1, 158, 89) 50%, rgb(1, 158, 89) 80%);
    background: -moz-linear-gradient(176deg, rgb(2, 255, 148) 0%, rgb(1, 213, 120) 23%, rgb(1, 158, 89) 50%, rgb(1, 158, 89) 80%);
    background: linear-gradient(176deg, rgb(2, 255, 148) 0%, rgb(1, 213, 120) 23%, rgb(1, 158, 89) 50%, rgb(1, 158, 89) 80%);
    margin: 40px 20px 0 0;
    border: 1px solid #01dc7c;
    transition: all .35s ease-in-out;
    cursor: pointer;
}

/** Slide 3 **/
#this-weeks-deals{
    border-top:1px solid #CCD8f0;
	color:#135dbe;
	font-weight:bold;
	font-size:26px;
	font-family: 'Roboto',Arial;
	background:#f2f6f9;
	padding:15px 0px;
	margin:0 !important;
	display:block;
	text-align:center;
	}




#itemscope-container{
    max-height:262px;
}

#printer-search-carousel:hover #carousel-search-now{
    transition: all .35s ease-in-out;
    box-shadow: 0px 14px 15px -3px #0b324e;
    margin: 30px 20px 0 0;
}

}

/* END OF DESKTOP QUERY */

/* Tablet / Inbetween Desktop QUERY */

@media all and (min-width: 610px) and (max-width: 1140px) { 

	/** SLick Carousel**/
	#genuine-hp-supplies h2 {
		font-size: 48px;
	}

	#carousel-search-now{
		margin: 20px 30px 0 0;
		width: 33%;
	}

	#match-guarantee{
		margin: 10px 30px 24px 200px;
   		float: right;
	}

	#carousel-printer-title{
		font-size:50px;
	}

	#carousel-printer-model{
		font-size:38px;
	}

	#search-carousel-products{
		left: -30px;
		bottom: -50px;
		max-width: 650px;
	}
	#printer-search-carousel:hover #carousel-search-now {
		margin: 15px 30px 0 0;
		box-shadow: 0px 14px 15px -3px #0b324e;
		transition: all .35s ease-in-out;
	}
}

 /* Mobile Only */
 @media (max-width: 549px) {
    .slick-nav-button{
        width: 33.3333% !important;
    }
}

/* Top Carousel - Animation Fade In */
#loader-container-top{
    opacity:1;
    -webkit-transition: opacity 0.7s ease-in-out;
    -moz-transition: opacity 0.7s ease-in-out;
    -ms-transition: opacity 0.7s ease-in-out;
    -o-transition: opacity 0.7s ease-in-out;
    transition: opacity 0.7 ease-in-out;
    background-color: rgb(243, 243, 243);
    border-radius:10px;
    height:100%;
    padding-top:60px;
    box-sizing:border-box;
    max-height:394px;
}

#loader-container-top.initialised{
    opacity:0;
}

.loader-top,
.loader-top:after {
border-radius: 50%;
width: 10em;
height: 10em;
}
.loader-top {
margin: 60px auto;
font-size: 10px;
position: relative;
text-indent: -9999em;
border-top: 1.1em solid rgb(177, 177, 177);
border-right: 1.1em solid rgb(177, 177, 177);
border-bottom: 1.1em solid rgb(177, 177, 177);
border-left: 1.1em solid #ffffff;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation: loadTop 1.1s infinite linear;
animation: loadTop 1.1s infinite linear;

}
@-webkit-keyframes loadTop {
0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
@keyframes loadTop {
0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}

/* Essential Products Carousel - Animation Fade In */
#loader-container-essentials{
    opacity:1;
    -webkit-transition: opacity 0.7s ease-in-out;
    -moz-transition: opacity 0.7s ease-in-out;
    -ms-transition: opacity 0.7s ease-in-out;
    -o-transition: opacity 0.7s ease-in-out;
    transition: opacity 0.7 ease-in-out;
    background-color: rgb(243, 243, 243);
    border-radius:10px;
    height:100%;
    max-height:378px;
    padding-top:60px;
    box-sizing:border-box;
}

#loader-container-essentials.initialised{
    opacity:0;
}

.loader,
.loader:after {
border-radius: 50%;
width: 10em;
height: 10em;
}
.loader {
margin: 60px auto;
font-size: 10px;
position: relative;
text-indent: -9999em;
border-top: 1.1em solid rgb(177, 177, 177);
border-right: 1.1em solid rgb(177, 177, 177);
border-bottom: 1.1em solid rgb(177, 177, 177);
border-left: 1.1em solid #ffffff;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation: load8 1.1s infinite linear;
animation: load8 1.1s infinite linear;

}
@-webkit-keyframes load8 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes load8 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}


.slick-essential-carousel{
opacity:0;
-webkit-transition: opacity 1s ease-in-out;
-moz-transition: opacity 1s ease-in-out;
-ms-transition: opacity 1s ease-in-out;
-o-transition: opacity 1s ease-in-out;
transition: opacity 1 ease-in-out;
max-height:378px;

}

.slick-essential-carousel.initialised{
opacity:1;

}
#essential-carousel-row-two{
display:none;
}

#essential-carousel-row-two.initialised{
display:inline-block;
}


	/* For devices larger than 550px */
    @media (max-width: 749px){
        div.slick-top-carousel > div > div > a {
            display:none !important;
        }

        div.slick-top-carousel > div > div > a:nth-of-type(1){
            display:block !important;
            height:400px !important;
        }

        .slick-nav{
            display:none !important;
        }

        #slick-pause-button{
            display:none !important;
        }
        
    }

    @media (min-width: 750px) {
        div.slick-top-carousel > div > div > a {
            width: 100%;
            height: calc(100vw * 0.24);
        }
    }

    .slick-nav{
        height:54px;
        margin:0 auto;
        padding:20px 0;
        box-sizing:border-box;
        background:#f3f3f3;
        opacity:0;
        -webkit-transition: opacity 3s ease-in-out;
        -moz-transition: opacity 3s ease-in-out;
        -ms-transition: opacity 3s ease-in-out;
        -o-transition: opacity 3s ease-in-out;
        transition: opacity 3 ease-in-out;
    }

    .slick-nav.initialised{
        opacity:1;
    }

    .slick-nav-button{
        height:14px;
        width:70px !important;
        cursor:pointer;
        background:#ccc;
        border-radius:4px;
        margin-top:15px;
     
        overflow:hidden;
        box-sizing:border-box;
        margin:0 10px;
    }

    .slick-nav-button:nth-of-type(4){
        margin-left:40px;
    }

    .slick-nav > .slick-list > .slick-track {
        max-width:570px;
    }

    .slide-progress{
        background:#cc0001;
        height:20px;
        width:100px;
    }

    #slick-pause-button{
        position: absolute;
        z-index: 11;
        padding: 0px;
        background: #7c7c7c;
        color: white;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        text-align: center;
        bottom: 4px;
        border: 1px solid #5d5d5d;
        border-radius: 100%;
        height: 26px;
        width: 26px;
        -webkit-transition: opacity 2s ease-in-out;
        -moz-transition: opacity 2s ease-in-out;
        -ms-transition: opacity 2s ease-in-out;
        -o-transition: opacity 2s ease-in-out;
        transition: opacity 2 ease-in-out;
        opacity:0;

    }

    #slick-pause-button.initialised{
        opacity:1;
    }

    .slick-top-carousel{
        max-height:385px !important;
    }

    #slick-pause-button:hover{
        background:#5d5d5d;
    }

    #slick-pause-button i {
        position: Relative;
        top: -6px;
    }

    #slick-pause-button .fa-pause {
        left:0;
    }

    #slick-pause-button .fa-play {
        left:1px;
    }

    /*Clearance Carousel Styles */
    

    #loader-container-subsection {
        opacity:1;
        -webkit-transition: opacity 0.7s ease-in-out;
        -moz-transition: opacity 0.7s ease-in-out;
        -ms-transition: opacity 0.7s ease-in-out;
        -o-transition: opacity 0.7s ease-in-out;
        transition: opacity 0.7 ease-in-out;
        background-color: rgb(243, 243, 243);
        border-radius:10px;
        padding-top:60px;
        box-sizing:border-box;
        height:260px;
        opacity:1;
        z-index:2;
    }
    #loader-container-subsection.initialised{
        opacity:0;
    }
    
    .slick-subsection-products-carousel {
        -webkit-transition: opacity 2s ease-in-out;
        -moz-transition: opacity 2s ease-in-out;
        -ms-transition: opacity 2s ease-in-out;
        -o-transition: opacity 2s ease-in-out;
        transition: opacity 2 ease-in-out;
        opacity:0;
    }

    .slick-subsection-products-carousel.initialised {
        opacity:1;
        z-index:3;
    }

.grey-background {
    width: 90%;
    height: 195px;
    background-color: #ffffff;
    border: #d3d3d3 2px solid;
    top: 35px;
    left: 15px;
}

    @media(max-width: 1300px) {
        .grey-background {
            height: 230px;
        }
        .red-border {
            height: 230px!important;
        }
    }
    
    .red-border {
        border: #cc0001 2px solid;
        width: 90%;
        height: 195px;
        margin-top: 50px;
    }

    .slick-subsection-products-carousel > .slick-list {
        min-height: 260px;
        margin-left: 20px !important;
    }

    @media(max-width: 1300px) {
        .slick-subsection-products-carousel > .slick-list {
            min-height: 290px;
        }
    }

    @media(min-width:100px) {
        .slick-subsection-products-carousel > .slick-prev {
            border: 0 !important;
            height: 59px !important;
            width: 22px !important;
            background: url(/Images/stationeryPro/SlickCarousel/slick-arrow-prev.png) !important;
        }

        .slick-subsection-products-carousel > .slick-next {
            border: 0 !important;
            height: 59px !important;
            width: 22px !important;
            background: url(/Images/stationeryPro/SlickCarousel/slick-arrow-next.png) !important;
        }
    }

    @media(max-width:1000px) {
        .slick-subsection-products-carousel > .slick-prev {
            margin-left: 20px !important;
        }

        .slick-subsection-products-carousel > .slick-next {
            margin-right: 20px !important;
        }

        .slick-subsection-products-carousel > .slick-slider {
            padding: 0 20px;
        }
    }

    @media (min-width: 1001px) and (max-width: 1299px) {
        .slick-subsection-products-carousel > .slick-slider {
            padding: 0px 30px;
        }

        .slick-subsection-products-carousel > .slick-prev {
            margin-left: 20px;
        }

        .slick-subsection-products-carousel > .slick-next {
            margin-right: 10px;
        }
    }

    @media (min-width: 1300px) and (max-width: 1400px) {
        .slick-subsection-products-carousel > .slick-next {
            margin-right: 20px;
        }

        .slick-subsection-products-carousel > .slick-prev {
            margin-left: 20px;
        }
    }

    .slick-subsection-products-carousel .slick-slide img {
        width: 110px;
        height: 110px;
    }



    @media (min-width:1300px) {
        .slick-subsection-products-carousel .slick-slide img {
            float: left;
        }

        .price-large {
            float: left;
            padding-left: 10px;
        }
    }

    @media (max-width:767px) {
        .mobile-title {
            font-size: 15px !important;
            max-width: 100% !important;
            float: none !important;
            padding-left: 0px !important;
        }
    }

    @media (max-width:1200px) {
        .mobile-title {
            font-size: 16px !important;
            max-width: 100% !important;
            float: none !important;
            padding-left: 0px !important;
        }
    }


    .slick-subsection-products-carousel .pricePoundLrg30 {
        text-align: left;
        color: #000000;
        font-size: 22px;
        position: relative;
        font-weight: bold;
    }

    .slick-subsection-products-carousel .pricePoundLrg30 > .vatText {
        font-size: 12px;
        position: relative;
        display: inline !important;
    }

    @media(max-width: 767px) {
        .slick-subsection-products-carousel h3 {
            margin-bottom: 0rem;
        }
    }

    .slick-subsection-products-carousel h4 {
        text-align: left;
        color: #5b5b5b;
    }

    @media(min-width: 768px) and (max-width: 900px) {
        .message-box {
            left: 12% !important;
        }
    }

    @media(min-width: 901px) and (max-width: 1200px) {
        .message-box {
            left: 8% !important;
        }
    }

    @media(max-width: 767px) {
        .message-box {
            left: 8% !important;
        }
    }

    @media(max-width: 359px) {
        .message-box {
            max-width: 225px !important;
        }
    }

    @media(max-width: 1200px) {
        .message-text {
            font-size: 17px !important;
        }
    }

    .message-box {
        background: #ffffff;
        border: #cc0001 4px solid;
        width: 250px;
        height: 25px;
        margin-top: 30px;
        left: 20%;
        padding-top: 5px;
    }

    .message-text {
        color: #000000 !important;
        font-size: 18px;
        text-align: center !important;
    }
