/*included_file__apps/s1e-fr.poweredbygravit-e.co.uk/php_theme_includes/custom.css*/body {
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size:62.5%;
  font-weight:regular;
  color: #878786;
  font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif;
}

a, a:hover {
  color: #04A64A;
  text-decoration: none;
}

.text-grey { 
  color: #878786 !important;
}

a:visited { 
  color: #04A64A;
}
#cookieplate a, #cookieplate a:hover, #cookieplate a:visited{
  color: #fff;
}
#cookieplate a.btn-light{
  color: #000;
}

#logo {
	max-height: 52px;
}

body {
	/* font-family: 'Open Sans', sans-serif; */
  font-size:0.9rem;
}

/* TEXT */

.s1e-small {
  font-size: 0.7rem;
}

.s1e-subtitle-and-category {
  font-size: 1.2rem;
  font-weight: bold;
}

.s1e-large-bullets {
  font-size: 0.9rem;
}



.s1e-large-intro-text {
  font-size: 1.5rem;
  font-weight:bold;
  color:#04A64A;
}

h1 {
  font-size:2.2rem;
  font-weight:400;
}

h2 {
  font-size:1.8rem;
  font-weight:400;
}

h3, h2.title {
  font-size:1.6rem;
  font-weight:400;
}

h4 {
  font-size: 1.5rem;
  font-weight:bold;
}

h5 { 
  font-size:1.25rem;
}

h6 {
  font-size: 1.0rem;
  font-weight:bold;
}

/* COLOURS */

.text-s1e-green {
  color:#04A64A;
}
.bg-s1e-green {
  background-color:#04A64A;
}

.text-s1e-dark-grey {
  color:#878786;
}
.bg-s1e-dark-grey {
  background-color:#878786;
}

.text-s1e-mid-grey {
  color:#B2B2B1;
}
.bg-s1e-mid-grey {
  background-color:#B2B2B1;
}



.text-s1e-really-light-grey {
  color:#ececec !important;
}
.bg-s1e-really-light-grey {
  background-color:#ececec;
}

.text-s1e-light-grey {
  color:#DADAD9;
}
.bg-s1e-light-grey {
  background-color:#DADAD9;
}

.text-s1e-pd-blue {
  color:#004C9C;
}
.bg-s1e-pd-blue {
  background-color:#004C9C;
}

.text-white {
  color:#ffffff;
}
.bg-white {
  background-color:#ffffff;
}

.red { 
  color:#ff0000;
}

.green { 
  color:#04A64A;
}


/* BUTTON */
.s1e-cart-button-green {
  background-color:#04A64A;
  color:#ffffff;
  text-transform:uppercase;
  border-radius:0%;
  font-size:0.9rem;
}

.s1e-cart-button-product-page, .s1e-cart-button-product-page:visited {
  background-color:#04A64A;
  color:#ffffff;
  text-transform:uppercase;
  border-radius:0%;
  font-size:0.8rem;
}
.s1e-cart-button-product-page:hover {
  background-color:#878786;
  color:#ffffff;
}


.s1e-cart-button, .btn-primary{
  border-color: #000;
  color:#000;
  text-transform:uppercase;
  border-radius:0%;
  font-size:0.8rem;
  border-color: #000;
  background-color: unset;
}
.btn-primary:hover, .btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle,
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  background-color:#04A64A;
  color:#ffffff;
  text-transform:uppercase;
  border-radius:0%;
  border-color: #000;
  box-shadow: unset;
}

.s1eButton, .btn-primary {
  border-radius: 0px;
  font-size: 0.9rem;
  padding: 5px 25px;
}

/* UTILITY */

.equal-height-image {
  object-fit: cover;
  height: 5vw;
  max-height: 175px;
  width: 100%;
}

/*Header banner*/
.alert-warning.banner-green {
  color: white;
  background-color: #0ab35a;
  border-color: #0ab35a;
  margin-bottom: 0px;
}


/* BRAND BAR */
.s1eBrandBarOuter {
  background: #B2B2B1;
  background-size: 100% 7px;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  width:100%;
  min-height: 7px;
  height:7px;
  line-height:7px;
}

.s1eBrandBarCentre {
  background-image: -webkit-linear-gradient(right,
    #B2B2B1,
    #B2B2B1 67%,
    #878786 67%,
    #878786 70%,
    #DADAD9 70%,
    #DADAD9 75%,
    #04A64A 75%,
    #04A64A 95%,
    #B2B2B1 95%
  );
  background-image: -moz-linear-gradient(to right,
    #B2B2B1,
    #B2B2B1 67%,
    #878786 67%,
    #878786 70%,
    #DADAD9 70%,
    #DADAD9 75%,
    #04A64A 75%,
    #04A64A 95%,
    #B2B2B1 95%
  );
  background-image: -o-linear-gradient(to right,
    #B2B2B1,
    #B2B2B1 67%,
    #878786 67%,
    #878786 70%,
    #DADAD9 70%,
    #DADAD9 75%,
    #04A64A 75%,
    #04A64A 95%,
    #B2B2B1 95%
  );
  background-image: linear-gradient(to right,
    #B2B2B1,
    #B2B2B1 67%,
    #878786 67%,
    #878786 70%,
    #DADAD9 70%,
    #DADAD9 75%,
    #04A64A 75%,
    #04A64A 95%,
    #B2B2B1 95%
  );
  background-size: 100% 7px;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  width:100%;
  min-height: 7px;
  height:7px;
  line-height:7px;
}



/* BANNERS  - this part unused



.banner img {
	width: 100%;
}

.banner {
	background-size: cover;
 	background-position: top center;
	background-repeat: no-repeat;
 	height: 480px;
}

.banner .row {
	height: 280px;
}

.banner .col {
	background: rgba(0,0,0,0.8);
	color: white;
	padding: 20px;
}

#banner .banner-text {
  position:absolute;
  bottom:50px;
  left:50px;
  background-color:#333333;
  padding:25px;
}
#banner .banner-header {
  font-size:45px;
  color:#ffffff;
}
#banner .banner-header-small {
  font-size:20px;
  color:#dddddd;
} */


/* FEATURED CATEGORY SQUARES */


.featured-category-bg {
  background-size: contain;
 	background-position: top center;
	background-repeat: no-repeat;
  display:flex;
  height: 180px;
}
.featured-category-bg a {
  display:block;
}

.featured-category-label {
  position:absolute;
  bottom:0;
  background-color:rgba(0,0,0,0.75);
  color:#ffffff;
  font-size:1.2rem;
  text-align:center;
  padding:5px;
  width:90%;
  margin: 0 3% 0 3%;
}


/* PRODUCT SQUARES */

.cta_4 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.cta_4_item {
  width: calc(25% - 1px);
  float: left;
  flex-grow: 1;
  margin-right: 1px;
  text-align: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  border:#000000 1px solid;
}

.cta_4_item a {
  margin: auto;
  display: inline-flex;
  padding: 0;
  padding-top: 150px;
  display: block;
  background: 0 none;
  -webkit-transition: all 0.05s ease-in-out;
  transition: all 0.05s ease-in-out;
}

.cta_4_item a:hover {
  padding-top: 75px;
  padding-bottom: 75px;
  background: rgba(255,255,255,0.7);
}
.cta_4_item a span {
color: #fff;
padding: 10px 25px;
background: [[theme:Theme/PrimaryColour]];
display: inline-block;
}
.cta_4_item a:hover, .cta_4_item a:active, .cta_4_item a:focus { color: #000000; }


/* HOMEPAGE */

.s1e-message-banner a[href^=tel] {
  color:unset;
}
#cta-hp-pre-product-section {
  font-size: 1.5rem
  font-weight:bold;
  color:#ececec;
}


#homepage-products-area .homepage-product .name {
  font-size:0.9rem;
  max-height:36px;
  text-overflow: ellipsis;
  overflow:hidden;
}
#homepage-products-area .homepage-product .price {
    font-size:1rem;
    color:#04A64A;
    font-weight:bold;
}
#homepage-products-area .homepage-product .image {
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border:#dadad9 2px solid;
    display:block;
}



/* HOMEPAGE BLOG STORIES */
#homepage-blog-area .homepage-blog-large a {
  color:#04A64A;
}
#homepage-blog-area .homepage-blog-large a img {
  object-fit:cover;
  width:100%;
  height:254px;
}
#homepage-blog-area .homepage-blog-small img {
  height:20px !important;
}



/* FEATURED CATEGORY CIRCLES */

.category-hp-circle {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 7px SOLID #dadad9;
  text-align: center;
  display: table;
  color:#04A64A;
}
.category-hp-circle:hover {
  background-color:#04A64A;
  border:#04A64A 5px solid;
  color:#ececec;
}
.category-hp-circle span {
  display: table-cell;
  vertical-align: middle;
  padding: 0 25px;
  font-size: 1.0rem;
  font-weight:bold;
}

/* FOOTER */

.s1eSocialIconFooter {
  width:55px;
}

.policy-area a {
  color: #04A64A;
  text-decoration:underline;
}
.policy-area a:hover {
  color: #878786;
}
.policy-area {
  font-size:0.75rem;
}
.accreditations .img-fluid{
  float: right;
}

/* ABOUT & BLOG SECTION */

#homepage-about .thumb-img {
  width:100%;
  object-fit:contain;
  object-position:center center;
  height:140px !important;
}



.carousel-control-next-icon, .carousel-control-prev-icon {
  filter: invert(1);
  border-color: #aaaaaa;
}

/* .product.multiple .img-container {
	height: 200px;
	overflow: hidden;
}

.product.multiple .img-container img {
	max-height: 100%;
	width: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
} */


/* PRODUCT PAGE */

#s1e_product_tabs {
  font-size:1.2rem;
}
#s1e_product_tabs .nav.nav-tabs {
  border-bottom:#04A64A 1px solid;
}
#s1e_product_tabs a.active {
  color:#ECECEC;
  background-color:#04A64A;
}
#s1e_product_tabs a.active:hover {
  color:#ECECEC;
  border-bottom:#04A64A 1px solid;
}
#s1e_product_tabs a {
  color:#04A64A;
  border-bottom:#04A64A 1px solid;
}
#s1e_product_tabs a:hover {
  color:#878786;
  border-bottom:#04A64A 1px solid;
  border-top-color: #ffffff;
  border-left-color: #ffffff;
  border-right-color: #ffffff;
}
.reviewLink, .documentLink {
  color:#04A64A;
}
.reviewLink:hover, .documentLink:hover {
  color:#878786;
}
.reviewHeader {
  color:#04A64A;
  font-weight:normal;
}
.review .fa.fa-star {
  color:#04A64A;
}




.product .card .card-body img:first-of-type {
    height:150px;
}

.pricing .small {
    font-style:italic;
}

#searchform{
    margin-bottom: 0px;
}

footer a, footer a:hover {
	color: 04A64A;
}



/* Stock take */
input.stocktake-count {	color: navy; }
input.stocktake-reorder {	color: green;	}
input.stocktake-uplift { color: red; }


/*Menu*/
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu.level2>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu.level2:hover>.dropdown-menu {
  display: block;
}

.dropdown-submenu.level2>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu.level2:hover>a:after {
  border-left-color: #fff;
}

.dropdown-submenu.level2.pull-left {
  float: none;
}

.dropdown-submenu.level2.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.dropdown-submenu.level2.child2 > .rightarrow {
  rotate: 90deg;
}
.dropdown-submenu.level2.child2 > .dropdown-menu {
  width: 100%;
  position: initial;
  display: inline-block;
  font-size: 12px;
  border: 0px;
}

.grid { width: 100%;
}
.grid-item { padding: 0px;}
.grid-item img { width: 100%; }
/* .grid-item .card { padding: 6px; } */


.dropdown-toggle::after {
    /* display: none; */
}

li.megamenu-li {
    position: static;
}

.dropdown-menu.megamenu{
    position: absolute;
left: 0;
margin-left: 5vw;
margin-right: 5vw;
margin-left: -239.6px;
width: 1509px;
}
.dropdown-menu.megamenu.show {
    /* min-width: 1200px; */
    max-height: 75vh;
    /*  overflow: scroll; */
}
.dropdown-menu.megamenu .dropdown-item {
    white-space: normal;
}

#addToCartButton {
    margin-top:1em;
}

.breadcrumbs a {
    margin-right: 3px;
}
.glyphicon-triangle-right::after {
   content: ' \2794';
   font-style:normal;
   margin-right:4px;
   color:#aaaaaa;
}

.navbar {
  margin: 20px 0px;
}

.dropdown-toggle::after{
  display: none;
}
.dropdown-menu, .dropdown-submenu.level2 > .dropdown-menu {
  font-size: inherit;
  margin: 0;
  border: 2px SOLID #04A64A;
  opacity: 95%;
  border-radius: 0px;
  padding: 0px;
}
.dropdown-menu li:last-child .dropdown-item {
  border-bottom: 0px;
}
.navbar .show.nav-item a.nav-link[aria-expanded="true"]{
  background-color: #04A64A;
  color: #fff;
}

.dropdown-menu .dropdown-item {
  border-bottom: 1px SOLID #ccc;
  margin: 0px 15px;
  width: 90%;
  padding: 10px 35px 10px 0px;
}
.dropdown-submenu.level2 > a::after {
  display: none;
}

.dropdown-submenu.level2:hover > .dropdown-menu{
  display: inline-block;
}
.dropdown-submenu.level2 > .dropdown-menu {
  width: 90%;
}
.rightarrow {
  position: absolute;
  right: 27px;
  top: 13px;
}
.dropdown-submenu a:visited{
  color: inherit;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 15px;
  padding-left: 15px;
}

/*Mini cart*/

#topNavigation nav {
  font-size: 1.0rem;
}
#topNavigation nav .active {
  color:#04A64A;
}
#dynamicCartIcon {
  height:40px;
}

.cartTotal {
  position: relative;
  left: -21px;
  top: -10px;
  color: #04A64A;
  font-size: 0.65rem;
  font-weight: bold;
}
.cartTotal.tens {
  font-size: 11px;
  left: -24px;
}
.cartTotal.hundreds {
  font-size: 7px;
  left: -23px;
}
.cartTotal.thousands {
  font-size: 6px;
  left: -25px;
}
#checkout .col-xs-12{
  float: left;
}



  /* Product Page */
  /* .product_options {
    display: inline-block !important;
  } */
  .addToCartForm .product_options.op2 .option.qty {
    width: 100%;
    margin: 3px 10px 0px 0px;
  }

  .product-excerpt {
    line-height:145%;
    font-size: 14px;
  }

  .product-excerpt ul {
    padding: 10px;
  }




  #addToCartButton {
    margin-top: -4px !important;
  }
  .options p {
    margin: 0px;
  }
  .select-area { margin-bottom:8px !important; }
  .select-area input { height:20px; }
  .form-control.addQty { height: 38px !important;}

  .greybg {
    background-color:#eeeeee;
  }

  .product .AddOnName {
      font-size: 14px;
      font-weight: bold;
      line-height: 35px;
      margin-left: 10px;
  }

  /* Cart */
.cart_img, .cart_img a {
    display:block;
    background-repeat: no-repeat;
    background-size: contain;
    padding:0px;
}
.cart_item {
  font-size:1rem;
}
.cart_item .grey {
  color:#555555;
  font-size:1rem;
  text-transform:uppercase;
}



  /*Checkout*/

  .checkout_progress { margin-bottom: 25px; margin-top: 15px; }
  .checkout_progress h1 {
      display: inline-block;
      border-bottom: 0;
      margin-bottom: 0!important;
      padding-bottom: 25px;
      padding-top: 10px;
  }
  .checkout_progress .pull-right { margin-top: -5px; }
  .checkout_progress hr { margin: 0; position: relative; top: 5px; }
  .checkout_progress_step {
      font-size: 0.9rem;
      position: relative;
      padding: 0 15px 5px;
      display: inline-block;
      margin-bottom: -15px;
      color: #555;
      z-index: 10;
  }
  .checkout_progress_step.todo {
    color: #BBBBBB;
    z-index: 10;
  }
  .checkout_progress_step.todo svg {
    opacity:0.2 !important;
  }
  .checkout_progress_step img, .checkout_progress_step svg {
      max-width: 50px;
      max-height: 35px;
      display: block;
      margin: 0 auto;
  }
  .checkout_progress_step:after {
      display: block;
      position: absolute;
      content: '\2022';
      font-size: 1.4rem;
      bottom: 0; left: 50%;
      font-size: 1.4rem;
      -webkit-transform: translate(-50%, 45%);
      -moz-transform: translate(-50%, 45%);
      transform: translate(-50%, 45%);
  }
  .cityCountyState .state{
    display: none;
  }



  #ecom-cart th {
    text-align:left;
  }




/* Filters */
.filter_list { margin-top: 0; }
.filter_list ul { padding-left: 0px; }
.filter_list ul ul { padding-bottom:10px; border-bottom:#dddddd 1px solid;}

.filter_list ul li { margin-bottom: 10px; padding-left:0px; padding-right:5px;}

.filter_list li { list-style-type: none; padding-left:0px;}
.filter_list li a { color: inherit; }

.filters_radio ul li li { margin-top: 5px; position: relative; }                /* item */
.filters_radio ul li li:before {
    display: block; content: ''; position: absolute; left: 0; top: 5.5px;
    width: 15px; height: 15px; border: 1px solid #ccc; z-index: -1;
}                                                                               /* Box */

.filters_radio ul li li a {                                                     /* Box Link */
    display: block; padding: 7px 5px 7px 23px; font-size: 0.9rem; line-height: 14px; color: #333;
}
.filters_radio ul li li a:hover { text-decoration: none; }                      /* Box Link Hover */




#PriceFilters {
	max-width: 200px;
}

#PriceFilters div {
	width: 50%;
	display: inline-block;
	font-size: 0.9rem;
	color: inherit;
	color: #333;
	margin-top: 3px;
	font-weight: 400;
}

#PriceFilters div div {
	display: block;
	width: 90%;
}

#PriceFilters .form-item select.form-control {
	font-size: 0.9rem;
	padding-left: 3px;
	padding: 3px;
	height: 27px!important;
}

#PriceFilters .form-item i.fa.fa-caret-down {
	right: 7px;
	bottom: 8px;
}
.saving{
  display: block;
  text-decoration: line-through;
  font-size: 15px;
  color: red;
}

.filter_list h4,
.filter_list span.title,
.filter_list h2 {
	line-height: 24px;
	margin-bottom: 0!important;
	padding-bottom: 0!important;
	font-weight: bold!important;
	border-bottom: 0!important;
	margin-top: 0px!important;
	display: block!important;
}

.filter_list h4 {
	font-size: 1.4rem!important;
	margin-bottom: 15px!important;
}

.filters_radio ul li li a {
	display: block;
	padding: 7px 5px 7px 0px;
	font-size: 14px;
	line-height: 14px;
	color: #333;
}

.filters_radio ul li li a .checkbox {                                                     /* Box Link */
  display: inline-block;
  margin-right: 8px; 
}
.filters_radio ul li li a:hover {
	text-decoration: none;
}

.filters_radio ul li li {
	margin-top: 5px;
	position: relative;
}

.filters_radio ul li li:before {
	display: none;	
}
.form-item i.fa.fa-caret-down {
	position: absolute;
	right: 15px;
	bottom: 13px;
	color: #999;
	pointer-events: none;
  display: none; /*Added as the position does not look right*/
}

.form-item i.fa.fa-caret-down {
	z-index: 9;
}


/*Blog post*/
.blog-filter ul {
  margin: 0px;
  padding: 0px;
}

.blog-filter h6 {
  border-bottom: 1px SOLID #ececec;
  padding: 10px 0px;
}
.blog-filter li {
  list-style: none;
  border-bottom: 1px SOLID #ececec;
  padding: 10px 0px;
}
.post_banner {
  background-size: cover;
}

/* Product */


.product_img_multi { text-align: center; position: relative; min-height: 400px; max-height: 400px; overflow: hidden; }
.product_img_multi img { min-height: 0px; max-height: 400px; width: auto; overflow: hidden; }

.product_img_multi iframe {
	height: 100%; width: 100%;
	position: absolute; z-index: 99;
	top: 0; left: 0; bottom: 0; right: 0;
}

.image_thumbs_multi a {
    display: inline-block;
    height: 150px;
    min-height: 150px!important;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #ccc;
    border-right: 0 none;
    margin: 0;
    margin-left: -2px!important;
    width: 125px;
}
.image_thumbs_multi a:first-child {
    margin-left: 0!important;
}
.image_thumbs_multi a:last-child {
    border-right: 1px solid #ccc;
}
.image_thumbs_multi, .image_thumbs_multi .slick-track { max-height: 160px; }
.image_thumbs_multi .slick-list.draggable { max-height: 150px; border-right: 2px solid #ccc; border-left: 1px solid #ccc; }

.image_thumbs, .image_thumbs_multi {
    width: 100%;
}
.image_thumbs a, .image_thumbs_multi a {
    display: inline-block;
    width: 25%;
}




  .product .optionArea {
    background-color: #efefef;
    padding: 5px;
    display: inline-block;
    width: 100%
  }

  select.option {
    margin-bottom:10px;
  }

  .product .optionPricing{
    border-top: 2px solid #fd6c29;
  }

  .product .tab {
    overflow: hidden;
    margin-top: 15px;
  }

  .product .tab button:hover {
    background-color: #efefef;
  }

  .product .tab button.active {
    background-color: #fd6c29;
    color: white;
  }

  .product .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 5px 14px;
    transition: 0.3s;
  }

  .product .option {
    display: inline-block;
    /* width: 15%; */
    /* text-align: center; */
    /* margin-left: 8px;
    margin-top: 20px; */
  }
  /* Hide --- */
  .product .option i {
    display:none;
  }




 /* Options around here */

  .product .option span {
    display: block;
    color:#04A64A;
    padding-bottom:5px;
    font-size: 1.2rem;
  }

  .product_options .op2 .qty {
    display:inline-block !important;
  }
  .product_options .select-area, .qty {
    font-size:1.3rem;
    padding:2px;
  }



  .product .opName {
    font-size: 1rem;
  }
  .product .prod_prices{
    font-size: 1.2rem;
    font-weight: bold;
    color: #fd6c29;
  }
  .product .price small {
      font-size: 11px;
      margin-top: 10px;
      display: inline-block;
  }

  .product .optionArea small {
      font-size: 0.7rem;
      line-height: 12px;
      padding: 5px 0px;
      display: inline-block;
      height: 22px;
  }
  .product .option input.form-control {
    padding: 5px;
    border: 3px SOLID #ccc;
    max-width: 60px;
    display: inline-block;
    text-align: center;
    font-size: 0.95rem;
    height: 30px;
    margin: 5px;
  }
  .product .optionArea .price.small {
    font-size: 0.7rem;
    margin: 0px;
    padding: 0px;
    width: 100%;
  }
  .product .AddtoBasket{
    font-size: 0.75rem;
    position: relative;
    width: 20rem;
    height: 5rem;
    margin-right: 2rem;

  }
  .product .AddtoBasket .fa.fa-shopping-basket {
    font-size: 1rem;
    left: 14px;
    top: -9px;
    position: relative;
  }
  .product .btn-text{
    display: inline-block;
    font-size: 0.8rem;
    font-weight: initial;
    text-transform: uppercase;
  }
  .product .infobox {
    color: #999;
    font-size: 1.3rem;
    padding: 20px 0px 12px 0px;
  }
  .product .infobox .infotitle {
    margin-right: 20px;
  }
  .product .infotext {
    display: inline-block;
    font-size: 0.7rem;
  }
  .product .infobox a {
    font-size: 0.8rem;
    color: #e06300;
  }
  .product .extraButtons {
    margin-top: 20px;
  }

  .product .price .SellPrice {
    font-weight:bold;
    font-size:1.1rem;
  }
  .product .price .small {
    font-style:italic;
  }





/* Product Options

.product_options .select-area-multi {
  background-color: #efefef;
  max-height: 250px;
  overflow-y: scroll;
  margin-bottom: 20px;
  padding-right: 0px;
  padding-left: 0px;
}
.option .select-area-multi > div {
  display: flex;
}
.product_options .select-area-multi div {
  padding: 8px 10px;
  border-bottom: 1px SOLID #ccc;
}

.select-area-multi div.proname{
  font-weight: bold;
}
.select-area-multi div.proname small{
  font-weight: normal;
}

.product_options .select-area-multi div.pricefs, .product_options .select-area-multi div.proname{
  font-size: 15px;
  padding: 0px;
  border-bottom: 0px;
}

.product_options .select-area-multi div.pricefs {
  font-weight: bold;
  padding-left: 10px;
  line-height: 40px;
}

*/

.product_options .select-area-multi div span input,
.product_options .select-area input,
.product_options .option span input {
  width: 40px;
  text-align: center;
  border: 1px SOLID #ccc;
  padding: 12px 0px;
  font-size: 0.8rem;
  margin-left: 0px;
  height: 40px;
  float: left;
}

.product_options .select-area-multi div .qty-box,
.product_options div .qty-box {
    padding: 0px;
    float: left;
    width: 25px;
    border: 0px;
}
.product .option .select-area-multi > div {
  height: unset;
  display: inline-block;
}

.product.multiple .card-title a {
  color: black;
  font-size: 1rem;
}
.product.multiple .SellPrice {
  color: #04A64A;
  font-size: 1rem;
}

  /* Pagination */
.btns.listtype a {
  font-size: 1.5rem;
  line-height: 13px;
}

ul.pagination {
  position: relative;
  margin: auto;
  width: 100px;
  font-size: 1.1rem;
}
.page-link{
  border: 0px;
}
.page-item.active {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
}
.page-link {
  color: unset;
}
.page-link:hover {
  color: #000;
}

.sortby {
  position: relative;
  float: right;
  margin-left: 30px;
}
.sortby .dropdown-menu.show {
  opacity: 100;
}
.sortby .dropdown-menu .dropdown-item{
  border-bottom: 0px;
  margin: 0px 10px;
  width: 85%;
  padding: 7px 0px;
}
.sortby hr {
  margin: 3px;
}
.procount {
  font-size: 0.9rem;
}
.breadcrumbs {
  font-size: 0.9rem;
}
.breadcrumbs .glyphicon.glyphicon-triangle-right::after {
  content: " >> ";
}
.product-wishlist-card {
    border:#eeeeee 1px solid;
}
.product-list-card .card-bg-image-a {
  border:#eeeeee 3px solid;
}
.card-bg-image-a {
  height:200px;
  background-position:center center;
  background-size:contain;
  background-repeat:no-repeat;
 }

 .card-bg-image-pr-a {
  height:250px;
  width:250px;
  background-position: center center;
  background-size:contain;
  background-repeat:no-repeat;
 }


.product-list-card .card-bg-image {
    background-position:center center;
    background-size:cover;
    background-repeat:no-repeat;
}

.product-wishlist-card .card-bg-image {
  background-position:center center;
   background-size:cover;
   background-repeat:no-repeat;
}



.product-row-image {
    background-position:center center;
    background-size:cover;
    background-repeat:no-repeat;
    width:555px;
}



.brandList {
  border: 1px solid gainsboro;
  text-align: center;
  padding: 5px;
  height:160px;
}


/* My Account */
.newsletter-signup-checkbox {
  margin-right:10px;
}
.addressListItem .edit {
  margin-top:8px;
  font-size:0.9rem;
}
.addressListItem .edit a {
  margin-right:15px;
}
.addressListItem .edit a:hover {
  color:#666666;
  text-decoration:none;
}


/* My Account / Wishlist */
.wish-list-remove a {
  font-size:0.9rem;
}

.magnify {
    width:100% !important;
}
.magnify-lens {
  border-radius: 75% !important;
}


#imageSlideshowDC {
  height:325px;
}
#imageSlideshowDC .carousel-item {
  height: 325px;
  min-height:325px;
}

.carousel-bg-image-wrapper {
  background-position:center;
  background-repeat:no-repeat;
  background-size:contain;
  height:325px;
}

/*
#imageSlideshowDC .carousel-item img {
  position: absolute;
  object-fit: contain;
  height: 100%;
  width:  100%;
  min-height: 325px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}*/
/*Catalogue*/

.elippsis {
  text-overflow: ellipsis;
  overflow:hidden;
}
.banners {
  display: contents;
}



.op3, .op2{
  width: 100%;
}
.product_options .select-area-multi div .qty-box, .product_options div .qty-box{
  width: 100% !important;
}
.addToCartForm .product_options.op2 .option.qty{
    width: unset;
    margin: 3px 30px 0px 0px;
}

.cart .qty select {
  font-size: 15px;
  min-height: 30;
  padding: 10px;
  min-width: 150px;
  background-color: white;
  border: 2px solid rgba(0,0,0,.125);
  color: #878786;
}
.option.qty{
    float: left;
    width: 100%;
}
.addtoCartButton .btn {
      margin-top: 3px;
}
.qty-box {
  display: flex;
}
.textQTY {
  padding: 0px 20px;
  border-top: 2px solid rgba(0,0,0,.125);
  border-bottom: 2px solid rgba(0,0,0,.125);
  font-size: 1.0rem;
  line-height: 28px;
}
.qty-update {
    width: 60px;
    height: 32px;
    text-align: center;
    border: 2px solid rgba(0,0,0,.125);
}
.qty-box a {
  display: inline-block;
  width: auto;
  border: 2px solid rgba(0,0,0,.125);
  padding: 0px 8px;
  color: #aaa;
  height: 32px;
  width: 32px;
  text-align: center;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.qty-box a:hover,.qty-box a:focus,.qty-box a:active {
    text-decoration: none;
    background: #04A64A;
    color: white;
}
.qty-box a i {
    position: static;
    color: #ccc;
}
.product_options .qty-box input.option, .qty-box input.option {
    width: auto;
    min-width: unset;
    max-width: 50px;
    margin: 0 15px;
    border: 1px solid rgba(0,0,0,.125);
    padding: 7px 10px;
    color: #666;
    height: 40px; line-height: 40px;
    text-align: center;
    font-size: 1.1rem;
}
.product .option span {
      font-size: 0.9rem;
      font-weight: bold;
  }
  .product .option select {
      background-color: white;
      font-size: 0.9rem;
      padding: 6px;
      min-width: 50%;
  }
  .product_options .select-area, .qty {
      padding: 0px;
  }
  .product .price {
      font-size: 1.2rem;
  }
  .product .stockmessage {
      text-transform: uppercase;
      font-weight: 400;
      display: inline-block;
      font-size: 0.8rem;
      padding: 2px 8px;
  }

  .blog_banner {
    width: 35%;
    margin-top: 5%;
    margin-bottom: 5%;
    color: white;
  }




/* CATALOGUE */

  

 
  

  .catalogue-card-bg-image { 
    background-position:center center;
    background-size:cover;
    background-repeat:no-repeat;
    height:415px;
  }




@media (min-width: 576px) {
  .catalogue_banner {
      height:127px;
  }
  /* .catalogue_banner .catalogue_banner_text_area {
    position: relative;
    top: 30%;
    left: 5%;
    width:30%;
    text-align:left;
    overflow:hidden;
    background-color:unset;
    padding:unset;
 } */

  .catalogue_banner .catalogue_banner_text_area .catalogue_banner_headline {
      font-size:1rem;
  }
  .catalogue_banner .catalogue_banner_text_area .catalogue_banner_excerpt {
      font-size:0.8rem;
  }
  .catalogue-card-bg-image {
    height:200px;
  }  
  
}
@media (min-width: 768px) {
  .catalogue_banner {
      height:169px;
  }
  .catalogue_banner .catalogue_banner_text_area .catalogue_banner_headline {
      font-size:1.5rem;
  }
  .catalogue_banner .catalogue_banner_text_area .catalogue_banner_excerpt {
      font-size:1.2rem;
  }
  .catalogue-card-bg-image {
    height:200px;
  }
}
@media (min-width: 992px) {
  .catalogue_banner {
      height:226px;
  }
  .catalogue_banner .catalogue_banner_text_area .catalogue_banner_headline {
      font-size:2.2rem;
  }
  .catalogue_banner .catalogue_banner_text_area .catalogue_banner_excerpt {
      font-size:1.3rem;
  }
  .catalogue-card-bg-image {
    height:210px;
  }
}
@media (min-width: 1200px) {
  .catalogue_banner {
      height:268px;
  }
  /* .catalogue_banner .catalogue_banner_text_area {
    position: relative;
    left: 10% !important;
    width:30%;
    background-color:unset;
    padding:unset;
 } */
  .catalogue_banner .catalogue_banner_text_area .catalogue_banner_headline {
      font-size:2.5rem;
  }
  .catalogue_banner .catalogue_banner_text_area .catalogue_banner_excerpt {
      font-size:1.5rem;
  }
  .catalogue-card-bg-image {
    height:210px;
  }
}


#html {
color: rgb(151,151,151)
}
#html h2, #html h3, #html h4, #html h5 {
color: #04A64B;
}
#html h2 {
font-size: 1.3rem;
}
#html h3 {
font-size: 1.1rem;
}
#html h4, #html h5 {
font-size: 0.8rem;
}
#html img {
max-width: 30%;
height: auto;
margin-left: 14px;
clear: both;
margin-bottom: 14px;
}

.catalogue #html img {
  max-width: 100%;

  }


/* Homepage Banner */
#masterBanner {
  width:100%;
  background-position: center center;
  background-size: cover;
  height:350px;
  color:#ECECEC;
}

#masterBanner .carousel-item { 
  background-position:center center;background-size:cover;
}

.homepage_banner_text_area { 

  position: absolute;
  left: 3%;
  width:30%;
  top: 50%;
  text-shadow: 1px 1px 13px #000000;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color:#ececec;
  
  /*position: relative;
  left: 10%;
  top:25px;
  overflow:hidden;
  background-color:rgba(0,0,0,0.4);
  padding:5%;
  text-align:left;
  border-radius: 10px;
  width:80% !important;
  text-align:center;
  color:#ECECEC !important;*/
}

.homepage_banner_excerpt {
  font-size:1.5rem;
  text-overflow: ellipsis;
} 


/* CONTENT BANNER (e.g. not homepage - referred to as catalogue_banner) */

.catalogue_banner {
    width:100%;
    background-position: center center;
    background-size: cover;
    height:150px;
    color:#ECECEC;
    position:relative;
  }
  
  .catalogue_banner .catalogue_banner_text_area {
    position: absolute;
    left: 3%;
    width:32%;
    top: 50%;
    text-shadow: 1px 1px 13px #000000;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    color:#ececec;
    /* position: relative;
    top: 30%;
    left: 10%;
    right:10%;
    overflow:hidden;
    background-color:rgba(0,0,0,0.4);
    padding:5%;
    text-align:left;
    border-radius: 10px;
    width:80% !important;
    text-align:center; */
 }
    
  .catalogue_banner .catalogue_banner_text_area .catalogue_banner_headline {
    font-size:1rem;
  }
  .catalogue_banner .catalogue_banner_text_area .catalogue_banner_excerpt {
    font-size:0.8rem;
    text-overflow: ellipsis;
  }



/* UNDER SMALL - DEFAULT */
@media (max-width: 575.98px) {

  .s1e-message-banner {
    font-size: 1rem;
    font-weight: bold;
  }

  #masterBanner { 
    height:200px;
  }
  #masterBanner .carousel-item { 
    height:200px !important;
  }
  #masterBanner h1.homepage_banner_headline { 
    font-size:1.25em;
  }
  #masterBanner .homepage_banner_excerpt { 
    font-size:0.8em;
  }
  

  .dropdown-menu.megamenu.show {

    margin-left: 0px;
    width: 100%;
  }
  #search {
    width: 80%;
  }
  #search, #searchsubmit {
      position: relative;
  }
  ul.pagination {
    /*font-size:12px;*/
  }

  .product-wishlist-card {
      height:500px;
  }
  .product-wishlist-card .card-bg-image {
    height:150px;
  }

  .product.multiple .product-list-card {
    height:550px;
  }

  .product-list-card {
      height:450px;
  }
  .product-list-card .card-bg-image {
      height:250px;
  }

  .product-row-image {
      height:250px !important;
      width:100%;
  }
  .checkout_progress_step {
      margin:5px;
  }
  
 
  /* .catalogue_banner .catalogue_banner_text_area {
    width: 25vw;
    overflow:hidden;
  } */


}

/* SM & ABOVE */
@media (min-width: 576px) {

  .s1e-message-banner {
    font-size: 1.2rem;
    font-weight: bold;
  }

  #masterBanner { 
    height:250px;
  }
  #masterBanner .carousel-item { 
    height:250px !important;
  }
  #masterBanner h1.homepage_banner_headline { 
    font-size:1.75em;
  }
  #masterBanner .homepage_banner_excerpt { 
    font-size:1.25em;

  }
  #masterBanner .homepage_banner_text_area { 
    /* left:30px !important;
    top: 90px !important;
    text-shadow: 1px 1px #000000;
    background-color:unset;
    padding:unset;
    border-radius: unset;
    width:35% !important;
    text-align:unset;
     */
  }
 
 .catalogue_banner { 
   height:250px;
 } 
  .catalogue_banner .catalogue_banner_text_area {
    width:29%;
  }
  .catalogue_banner .catalogue_banner_text_area .catalogue_banner_headline {
    font-size:1.75rem;
  }
  .catalogue_banner .catalogue_banner_text_area .catalogue_banner_excerpt {
    font-size:1.3rem;
  }
  
  

    .dropdown-menu.megamenu.show {
      /* min-width: 576px; */
    }

   .product-wishlist-card {
      height:600px;
    }
    .product-wishlist-card .card-bg-image {
      height:250px;
    }

    .product.multiple .product-list-card {
      height:550px;
    }

    .product-list-card {
        height:475px;
    }
    .product-list-card .card-bg-image {
        height:250px;
    }
    .brandList {
        border: 1px solid gainsboro;
        text-align: center;
        padding: 5px;
        height:160px;
    }
}

/* MD & ABOVE */
@media (min-width: 768px) {

  .s1e-message-banner {
    font-size: 1.5rem;
    font-weight: bold;
  }
  #masterBanner { 
    height:300px;
  }
  #masterBanner .carousel-item { 
    height:300px !important;
  }
  #masterBanner h1.homepage_banner_headline { 
    font-size:2.5em;
  }
  #masterBanner .homepage_banner_excerpt { 
    font-size:1.5em;

  }
  /* #masterBanner .homepage_banner_text_area { 
    left:80px !important;
  } */
  
  
  .catalogue_banner { 
     height:300px;
   } 
    .catalogue_banner .catalogue_banner_text_area {
      width:32%;
    }
    .catalogue_banner .catalogue_banner_text_area .catalogue_banner_headline {
      font-size:2.25rem;
    }
    .catalogue_banner .catalogue_banner_text_area .catalogue_banner_excerpt {
      font-size:1.75rem;
    }
    
    
    


  .product-wishlist-card {
    height:500px;
  }
  .product-wishlist-card .card-bg-image {
  height:150px;
  }

  .product.multiple .product-list-card {
    height:500px;
  }

  .product-list-card {
    height:475px;
  }
  .product-list-card .card-bg-image {
    height:175px;
  }

  #store-stripe1 {
    background-image: none;
  }
  .productrow {

  }
  #homepage-stripe1 .col-12.col-md-6,
  #homepage-stripe3 .col-12.col-md-6,
  #homepage-stripe4 .col-12.col-md-6,
  #store-stripe1 .col-12.col-md-6 {
      padding: 15px;
  }
  .container-mob{
      max-width: 960px;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto;
      margin-left: auto;
  }
  .brandList {
    border: 1px solid gainsboro;
    text-align: center;
    padding: 5px;
    height:130px;
  }
}

/* LG & ABOVE */
@media (min-width: 992px) {

  #masterBanner { 
    height:400px;
  }
  #masterBanner .carousel-item { 
    height:400px !important;
  }
  #masterBanner h1.homepage_banner_headline { 
    font-size:3.0em;
  }
  #masterBanner .homepage_banner_excerpt { 
    font-size:2em;

  }
  /* #masterBanner .homepage_banner_text_area { 
    top: 80px;
    text-shadow: unset;
  } */
  
  .catalogue_banner { 
     height:325px;
   } 
    .catalogue_banner .catalogue_banner_text_area {
      
    }
    .catalogue_banner .catalogue_banner_text_area .catalogue_banner_headline {
      font-size:2.5rem;
    }
    .catalogue_banner .catalogue_banner_text_area .catalogue_banner_excerpt {
      font-size:2rem;
    }
    
    
    


  .product-wishlist-card {
      height:500px;
  }
  .product-wishlist-card .card-bg-image {
    height:150px;
  }
  .product.multiple .product-list-card {
    height:475px;
  }

  .product-list-card {
      height:465px;
  }
  .product-list-card .card-bg-image {
      height:160px;
  }
  .brandList {
    border: 1px solid gainsboro;
    text-align: center;
    padding: 5px;
    height:180px;
  }
}

/* XL & ABOVE */
@media (min-width: 1200px) {
  #masterBanner { 
    height:350px;
  }
  #masterBanner .carousel-item { 
    height:350px !important;
  }
  
  .catalogue_banner { 
     height:375px;
   } 
    .catalogue_banner .catalogue_banner_text_area {
      width:32vw;
    }
    .catalogue_banner .catalogue_banner_text_area .catalogue_banner_headline {
      font-size:3rem;
    }
    .catalogue_banner .catalogue_banner_text_area .catalogue_banner_excerpt {
      font-size:2.5rem;
    }
    
  

    .product-wishlist-card {
        height:500px;
    }
    .product-wishlist-card .card-bg-image {
      height:150px !important;
    }

    .product-list-card {
        height:500px;
    }
    .product-list-card .card-bg-image {
        height:175px;
    }

    .product-row-image {
        height:225px;
    }
    .brandList {
        border: 1px solid gainsboro;
        text-align: center;
        padding: 5px;
        height:555px;
    }
}











/* Banners */

/* Extra small devices (portrait phones, less than 576px) */

.carousel {
  width: auto;
  max-height: 550px;
  overflow: hidden;
}
.carousel-item {
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
  height:250px;
}
.banner-text {
  background-color:rgba(0,0,0,0.25);
  padding:15px;
  color:#ffffff;
}
.banner-header {
  font-size:1.4em;
}
.banner-header-small {
  font-size:1.2em;
}
a .banner-header, a .banner-header-small {
  color:#ffffff;
}



@media (max-width: 768px) {
  .dropdown-submenu.level2 > .dropdown-menu{
    width: 100%;
    border: 0px;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .carousel-item { height:250px; }

  .category-hp-circle {
    width: 150px;
    height: 150px;
  }

  #homepage-blog-area .homepage-blog-large a img {
    height:354px;
  }


}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .carousel-item { height:350px; }
  .banner-header { /*font-weight:bold;*/font-size:30px; }
  /*.banner-header-small { font-size:13px;}*/

  /* #homepage-products-area .homepage-product .name {
    font-size:7pt;
    max-height:25px;
    text-overflow: ellipsis;
    overflow:hidden;
  }
  #homepage-products-area .homepage-product .price {
      font-size:7pt;
      color:#04A64A;
      font-weight:bold;
  } */
  #homepage-products-area .homepage-product .image {
      width: 65px;
      height: 65px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      border:#dadad9 2px solid;
      display:block;
  }

  .category-hp-circle {
    width: 160px;
    height: 160px;
  }

  #homepage-blog-area .homepage-blog-large a img {
    height:474px;
  }





}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .carousel-item { height:450px; }
  .banner-header { font-weight:bold; /*font-size:40px;*/ }
  .banner-header-small { /*font-size:16px; */}

  /* #homepage-products-area .homepage-product .name {
    font-size:7pt;
    max-height:25px;
    text-overflow: ellipsis;
    overflow:hidden;
  }
  #homepage-products-area .homepage-product .price {
      font-size:7pt;
      color:#04A64A;
      font-weight:bold;
  } */
  #homepage-products-area .homepage-product .image {
      width: 100px;
      height: 100px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      border:#dadad9 2px solid;
      display:block;
  }
  .category-hp-circle {
    width: 175px;
    height: 175px;
  }

  #homepage-blog-area .homepage-blog-large a img {
    height:196px;
  }


}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .carousel-item {  height:550px; }
  .banner-header { font-weight:bold; /*font-size:50px;*/ }
  /*.banner-header-small { font-size:20px;}*/

  #homepage-blog-area .homepage-blog-large a img {
    height:240px;
  }

}

span.exvat {
  padding-left: 5px;
  font-weight: 300;
}/*included_file__q/theme/launchpad/php_theme_includes/owl/owl.carousel.min.css*//**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}/*included_file__q/theme/launchpad/php_theme_includes/owl/owl.theme.default.min.css*//**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}/*included_file__q/theme/launchpad/php_theme_includes/css/magnify.css*/html.magnifying > body {
  overflow-x: hidden !important;
}
.magnify {
  position: relative;
  display: inline-block;
}
.magnify .magnify-lens {
  /* Create the magnifying lens */
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  /* Multiple box shadows to achieve the glass lens effect */
  -webkit-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85),
    0 0 7px 7px rgba(0, 0, 0, 0.25),
    inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85),
    0 0 7px 7px rgba(0, 0, 0, 0.25),
    inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
  /* Hide the mouse pointer */
  cursor: none;
  /* Hide the lens by default */
  display: none;
  /* Place the lens on top of other elements */
  z-index: 100;
}

/*ADDED FOR LAUNCHPAD DESIGN*/
.magnify .magnify-lens {
    border-radius: 5%;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), 0 0 40px 2px rgba(0, 0, 0, 0.25) inset;
    height: 300px;
    width: 300px;
}


.magnify .magnify-lens.loading {
  background: #333 !important;
  opacity: 0.75;
}
.magnify .magnify-lens.loading:after {
  /* Loading text */
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  color: #fff;
  content: 'Loading...';
  font: italic normal 16px/1 Calibri, sans-serif;
  text-align: center;
  text-shadow: 0 0 2px rgba(51, 51, 51, 0.8);
  text-transform: none;
}