
 @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800italic,800);


@font-face {
    font-family: s;  
    src: url(https://www.3sdm.co.uk/wp-content/themes/toolset-starter-child/fonts/Korolev-Light-Compressed.otf);
    font-weight: 300 !important;
}

@font-face {
  font-family: 'Arvo2';
  src: url('https://www.3sdm.co.uk/wp-content/themes/toolset-starter-child/fonts/Korolev-Light-Compressed.otf');
}


@media (min-width:992px) {

  .container {

    width: 975px;

  }

}
.header  { max-width: 100% ; }

body {
 text-align:center;
 background:url();
 background-position: top center;
 background-repeat: no-repeat;
 background-color: black;
 margin-bottom: 0px !important;
 overflow-x: hidden;
 background-size:auto;
}

header {
 background-position: bottom top;
 background-repeat: no-repeat;
 background-color: transparent;
 overflow-x: hidden;
 background-size:auto;
}


.panel-body {font-size:14px;}

/* ---- Header (Normal) --------------------------------------------------------------------------------------------- */

header .logo img {  }

#side-column section { margin-bottom: 10px; }

.section-header { background: #107933; color: #fff; padding: 5px; }


.navbar { background: #262626;

border-bottom: none; border-top: none; border-right: none; border-left: none; margin-bottom: 10px; 

font-family: 'Open Sans', sans-serif !important; text-decoration: none; font-size: 13px !important; color: #fff;

}


.navbar li {
	position: relative; 
	float: left; 
	list-style: none; 
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px; 
	border-right-width: 1px; 
	border-right-style: solid; 
	border-right-color: #bc7610;
	text-transform: uppercase;
	text-transform: uppercase;

}

.navbar li:last-of-type {
    border-right: none;
}


.panel-default>.panel-heading {	background-color: grey; border-bottom: none; border-top: none; border-right: none; border-left: none; margin-bottom: 0px; color:#ffffff; }

.navbar-default .navbar-nav>li>a { color: #ffffff; padding: 15px 11px; top: -11px; text-transform: uppercase;}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus { text-decoration: underline; color: #fff;  }



.usp { background: #282828; color: white; padding: 10px; margin-bottom: 10px; text-align:center; border: solid 3px #ff7e00; }



/* on tablet (header width 720px) */

/*@media (max-width:992px) { header .header-image { height: 177px; background-image: url(https://jarilo.co.uk/ebaystores2016/stancedlisting/listing/images/720x177.png); } }*/



/* on mobile (header is fixed height, variable width) */

/*@media (max-width:768px) { header .header-image { height: 80px; background-image: url(https://jarilo.co.uk/ebaystores2016/stancedlisting/listing/images/Autox80.png); } }*/




/* ---- Header (Wrapped) -------------------------------------------------------------------------------------------- */

body.wrapped header .header-image {

  /*background: url(https://jarilo.co.uk/ebaystores2016/cosmicvintage/listing/images/913x240.png) top center no-repeat;*/

  background-size: cover;

  height: auto;
  
  margin-bottom: -100px; 

}





/* on tablet (header width 678px) */

/*@media (max-width:992px) {body.wrapped header .header-image { height: 177px; background-image: url(https://jarilo.co.uk/ebaystores2016/cosmicvintage/listing/images/678x177.png); } }*/



/* on mobile (header is fixed height, variable width) */



@media (max-width:992px) {body header .header-image { background-size: cover; height: auto; background: url(https://jarilo.co.uk/ebaystores2016/stancedlisting/listing/images/headertablet.jpg) top left no-repeat; }
.navbar-default .navbar-nav>li>a { color: #fff; padding: 15px 23px; font-size:80%; }


 }



/* on mobile (header is fixed height, variable width) */

@media (max-width:768px) {
.slider {display:none !important;}
.usp {display:none !important;}
.logo {display:block;}

#main-column > section:nth-child(1) {display:none}

.panel-body {
    padding: 30px !important;
}

.img-responsive {
    /*margin-left: -16px !important; */
	margin-bottom: -40px;
	width: 100%;
    margin-left: 0px !important;
}

body header .header-image {

  background: url(https://jarilo.co.uk/ebaystores2016/stancedlisting/listing/images/headermobile.jpg) top left no-repeat;

  background-size: cover;

  height: auto;

}


.header {display: none; }
 }
 
 
 
 @media (max-width:460px) {
#NewFooter .pull-right {float:left !important; padding-top:10px; width: 100%;}
 }


.wrapped { padding-top: 0px; }


.slider {
  max-width: 695px;
  height: 180px;
  position: relative;
  margin-bottom: 10px;
  /* margin-top: -150px; */
}
.slide1,.slide2,.slide3,.slide4,.slide5 {
  position: absolute;
  width: 100%;
  height: 100%;
}
.slide1 {
  background: url(https://jarilo.co.uk/ebaystores2016/stancedlisting/js/img/banner1.jpg)no-repeat center;
      background-size: cover;
    animation:fade 8s infinite;
-webkit-animation:fade 8s infinite;

} 
.slide2 {
  background: url(https://jarilo.co.uk/ebaystores2016/stancedlisting/js/img/banner2.jpg)no-repeat center;
      background-size: cover;
    animation:fade2 8s infinite;
-webkit-animation:fade2 8s infinite;
}
.slide3 {
    background: url(https://jarilo.co.uk/ebaystores2016/stancedlisting/js/img/banner3.jpg)no-repeat center;
      background-size: cover;
    animation:fade3 8s infinite;
-webkit-animation:fade3 8s infinite;
}
@keyframes fade
{
  0%   {opacity:1}
  33.333% { opacity: 0}
  66.666% { opacity: 0}
  100% { opacity: 1}
}
@keyframes fade2
{
  0%   {opacity:0}
  33.333% { opacity: 1}
  66.666% { opacity: 0 }
  100% { opacity: 0}
}
@keyframes fade3
{
  0%   {opacity:0}
  33.333% { opacity: 0}
  66.666% { opacity: 1}
  100% { opacity: 0}
}

body > div > div > div > div > div > div > article > nav > div > div.navbar-header.visible-xs > a {color:#fff;}

.promo {padding:0;}


.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff !important;
}

.navbar-default .navbar-brand {
    color: #fff;
}

#snippet {background-color:#eeeeee;}

#ds_div > div > div > div > div > div > div > article > header {margin-bottom:0;}

#main-column > section:nth-child(3) > div.panel-body > h5 {font-weight:bold;}

#MainImage {    max-height: 400px;}

/* Style the footer jarilo banner */
#jar_banner { background: url(https://jarilo.co.uk/ebaystores2016/stancedlisting/listing/images/footerjarilologo.png) no-repeat center; height: 30px; margin: auto; position:relative; background-size: 200px 30px ;
    margin-top: -12px; }
#jar_banner a { display: block; height:100%; width:200px; text-decoration: none; margin:auto; }

#NewFooter { background-color: #02cdd1; border-bottom: none; border-top: none; border-right: none; border-left: none; color:#fff; padding:15px; margin: 0px 10px 10px 10px;}

#NewFooter p {margin:0;}

#NewFooter a {color:#fff;}

#phoneicon {    max-height: 20px;}

.accordion label {max-width:100%; background-color:#01aef0;}

.acc-header { background-color:#eee !important; font-weight:normal; color:#333 !important;}

.accordion label div {    background-color: #fff;
border: 1px solid #dddddd;
font-family: 'Open Sans', sans-serif;
font-size:14px;
font-weight:normal;
}
.accordionicons {margin:0px; cursor:pointer; font-weight:normal;}

.accordion .glyphicon {top: 15px;
right: 15px;}

.accordionbold {font-weight:bold;}

.visitshopmobile {margin-bottom:10px;}



#side-column .panel-heading {background-color: #004c9f; font-weight:bold; text-transform:uppercase;}


@media (min-width:992px) { #main-column { padding-right:0; } }

#side-column > div:nth-child(2) > div:nth-child(3) > section {border:none; box-shadow:none;}

#JarSidePromo {border:none; box-shadow:none;}

@media (min-width:992px) {
#main-column { width:99%; }
#side-column { width:24%; }
}

header {
    margin-bottom: 0px !important;
}


.accordion label input+div {
    padding: 12px 16px;
    background: #fff;
}

#mobile-splitter {
	border-bottom: 10px solid grey;
	display:none!important;
}

.accordion > label:not(:first-of-type) {
	margin-top: 11px;
}


.panel-body span[property=description] img { max-width:100%; }


.jcatpromo td a {
opacity: 1;
}
.jcatpromo td a:hover {
opacity: 0.8;
}


.strikethrough {text-decoration:line-through;}
.newprice {font-size:125%; color:red; font-weight:bold;}
.mainfeatures {color:#C670BB; font-weight:bold;}
.qualitycheck {color:#80b42f;}

.heading { font-size: 16px !important; }

.floatleft {float:left; width:60%;}

.floatright {float:right; width: 40%; padding:10px;}

.strikethrough {text-decoration:line-through;}
.newprice {font-size:125%; color:red; font-weight:bold;}
.mainfeatures {color:#C670BB; font-weight:bold;}
.qualitycheck {color:#80b42f;}

.heading { font-size: 16px !important; }


@media (max-width:768px) {
.floatleft {float:none; width:100%;}

.floatright {float:none; width: 100%; padding:10px;}
}


.pull-right {text-align: left;  }


.panel-default {
    border-color: #ddd;
    text-align: left;
    border-radius:  3px;
    margin-top:  35px;
}


img {
    vertical-align: middle;
    max-width: 100%;
}

 #topbar { background-color: #000000; border-bottom: 50px solid black; margin-bottom: -40px; } 

.wrapped {padding-top: 0px !important; }

.leftcat {padding:0; padding-right:3px;}
.rightcat {padding:0; padding-left:3px;}
.middlecat {padding:0;}
.middlecatinner {padding:0;}
.middlecatinner2 {padding:0; padding-top:3px;}


.logo a {
    color: #fff !important;
}


.jarilo_cred {
    color: #fff !important;
}



.jarlogo {
    margin: auto;
    display: block;
}



@media (max-width: 768px)
.panel-body1 {
    padding: 50px 140px 100px 140px !important;
}

















/*
RESPONSIVE CSS3 SLIDE CAROUSEL GALLERY
http://stackoverflow.com/a/34696029/383904
*/

.CSSgal{
  position: relative;
  overflow: hidden;
  height: 450px; /* Or set a fixed height */
}

/* SLIDER */
.CSSgal .slider{
  height:      100%;
  white-space: nowrap;
  font-size:   0;
  transition:  0.8s;
  /* margin-top:  -150px; */
}

/* SLIDES */
.CSSgal .slider > *{
  font-size:       1rem;
  display:         inline-block;
  vertical-align:  top;
  height:          100%;
  width:           100%;
  background:      none 50% no-repeat;
  background-size: cover;
  /* margin-top: -50px; */
}

/* PREV/NEXT, CONTAINERS & ANCHORS */
.CSSgal .prevNext{
  position: absolute;
  z-index:  1;
  top:      50%;
  width:    100%;
  height:   0;
}
.CSSgal .prevNext > div+div{
  visibility: hidden; /* Hide all but first P/N container */
} 
.CSSgal .prevNext a{
  background:  #fff;
  position:    absolute;
  width:       40px;
  height:      40px;
  line-height: 40px;
  text-align:  center;
  opacity:     0.7;
  text-decoration:   none;
  -webkit-transform: translateY( -50% );
          transform: translateY( -50% );
}
.CSSgal .prevNext a:hover{
  opacity: 1;
}
.CSSgal .prevNext a+a{
  right: 0px;
}

/* NAVIGATION */
.CSSgal .bullets{
  position:   absolute;
  z-index:    2;
  bottom:     0;
  padding:    10px 0;
  width:      100%;
  text-align: center;
}
.CSSgal .bullets > a{
  display:         inline-block;
  width:           20px;
  height:          20px;
  line-height:     20px;
  text-decoration: none;
  text-align:      center;
  border-radius:   50%;
  background:      rgba(255,255,255,1);
}
.CSSgal .bullets > a+a{
  background: rgba(255,255,255,0.5); /* Dim all but first */
}
.CSSgal .bullets > a:hover{
  background: rgba(0,255,255,0.9);
}

/* ACTIVE NAVIGATION ANCHOR */
.CSSgal >s:target ~ .bullets >* { background: rgba(255,255,255,0.5); }
#s1:target ~ .bullets >*:nth-child(1){ background: rgba(255,255,255,  1); }
#s2:target ~ .bullets >*:nth-child(2){ background: rgba(255,255,255,  1); }
#s3:target ~ .bullets >*:nth-child(3){ background: rgba(255,255,255,  1); }
#s4:target ~ .bullets >*:nth-child(4){ background: rgba(255,255,255,  1); }

/* PREV/NEXT CONTAINERS VISIBILITY */
.CSSgal >s:target ~ .prevNext >* { visibility:  hidden; }
#s1:target ~ .prevNext >*:nth-child(1){ visibility: visible; }
#s2:target ~ .prevNext >*:nth-child(2){ visibility: visible; }
#s3:target ~ .prevNext >*:nth-child(3){ visibility: visible; }
#s4:target ~ .prevNext >*:nth-child(4){ visibility: visible; }

/* SLIDER ANIMATION POSITIONS */
#s1:target ~ .slider{ transform: translateX(   0%); -webkit-transform: translateX(   0%); }
#s2:target ~ .slider{ transform: translateX(-100%); -webkit-transform: translateX(-100%); }
#s3:target ~ .slider{ transform: translateX(-200%); -webkit-transform: translateX(-200%); }
#s4:target ~ .slider{ transform: translateX(-300%); -webkit-transform: translateX(-300%); }