/*
Theme Name: Safetycare
Description: Safteycare Multilingual website
Author: Marken
Author URI: http://marken.com.au
Template: basic
Version: 2016.01
*/

@-ms-viewport {
  width: device-width;
}


.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1; /* ie 6/7 */
}

*:focus {
	outline: none;
}

#body {
	-webkit-box-shadow: inset 0 10px 10px -13px rgba(0,0,0,0.6);
    -moz-box-shadow: inset 0 10px 10px -13px rgba(0,0,0,0.6);
    box-shadow: inset 0 10px 10px -13px rgba(0,0,0,0.6);
}

.home #content {
  padding-top: 0;
}

.sidebar1 #content {
	width: 68%;
	margin: 0 5% 0 0;
}

#headertop {
	background-color: #f2f2f2;
	z-index: 200;
	position: relative;
	-webkit-box-shadow: inset 0 -9px 10px -13px rgba(0,0,0,0.6);
    -moz-box-shadow: inset 0 -9px 10px -13px rgba(0,0,0,0.6);
    box-shadow: inset 0 -9px 10px -13px rgba(0,0,0,0.6);
	text-align: right;
}

#header {
	height: 80px;
	width: 90%;
}

#site-logo {
	width: 300px;
	position: static;
	top: 3px;
	float: left;
	margin-top: 5px;
}

#sc-primary-nav {
	float: right;
	margin-top: 15px;
}

#sc-main-nav {
	margin: 5px 0;
	text-align: center;
}

#sc-main-nav a:hover {
	color: #414141;
	border-bottom: 1px dashed;
	text-decoration: none;
}

#sc-main-nav .menu-item-has-children a:hover {
	color: #414141;
	border-bottom: 0px solid;
	text-decoration: none;
}

.sc-main-nav > li {
	list-style: none;
	margin: 0;
	margin: 0 20px;
	display: inline-block;
	vertical-align: top;
}

#sc-primary-nav .sc-main-nav li a {
	padding: 10px 0;
	width: 100%;
	font-size: 14px;
	display: inline-block;
}

#sc-main-nav > .current-menu-item > a::after, #sc-main-nav > .current-menu-parent > a::after {
	content: '';
	background-color: #F4BF1E;
	display: block;
	height: 5px;
	left: -20px;
	position: relative;
	top: -49px;
	width: calc(100% + 40px);
}

#sc-main-nav .sub-menu,
#headertop .sub-menu {
	border: 1px solid #e0e0e0;
}

#fulllistblock {
	max-width: 960px;
	padding: 0 2em;
	margin:0 auto;
	margin-bottom: 40px;
	display:none;
}

#fulllistblock ul {
	-moz-column-count: 3;
	-moz-column-gap: 30px;
	-webkit-column-count: 3;
	-webkit-column-gap: 30px;
	column-count: 3;
	column-gap: 30px;
	list-style: none;
	margin:0;
}

#fulllistblock ul li {
	padding: 0.4em;
	margin:0;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}


@media screen and (max-width: 1250px) {
	#header {
		height: 150px;
		width: 90%;
	}

	#sc-primary-nav {
		float: none;
		margin: 0 auto;
	}

	#site-logo {
		margin: auto;
		float: none;
	}

}

/*.menu-item a:hover {
	content: '';
	background-color: #F4BF1E;
	display: block;
	height: 5px;
	left: 0;
	position: relative;
	top: -49px;
	width: 100%;
}*/

#sc-primary-nav .sub-menu,
#headertop .sub-menu {
	display: none;
	z-index: 100;
	margin-top: 0;
  position: absolute;
  margin-left: 0px;
}

#headertop .sub-menu {
	margin: 0;
	padding-top: 10px;
}

#headertop a:hover {
	border-bottom: 1px dashed;
}

#sc-primary-nav .menu-item-has-children:hover .sub-menu,
#headertop .menu-item-has-children:hover .sub-menu,
#language .item-has-children:hover .sub-menu {
	display: block;
	position: absolute;
}

#sc-primary-nav .sub-menu,
#headertop .sub-menu {
	background-color: #fff;
}

#sc-primary-nav .sub-menu > li,
#headertop .sub-menu > li {
	float: none;
	z-index: 1001;
	text-align: left;
	list-style-type: none;
	display: block;
	padding: 5px 15px;
}

#sc-mobile-nav-toggle {
	width: 50px;
	height: 50px;
	background: #fff url('img/menu.svg') no-repeat;
	background-position: center;
	background-size: 30px 30px;
	float: right;
	display: none;
}

.shiftnav-nav .sub-menu li a {
	font-size: 12px;
}

.shiftnav-nav .sub-menu li a:before {
	content: '> ';
}

@media screen and (max-width: 840px) {
	#sc-mobile-nav-toggle {
		display: block;
	}

	#sc-primary-nav {
		display: none;
	}

	#site-logo {
		float: left;
	}

	#header {
		height: 50px;
	}

	#site-logo {
		width: 225px;
		float: left !important;
	}


#fulllistblock ul {
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
	list-style: none;
	margin:0;
}



}

#layout {
	max-width: 960px;
	padding: 0 2em;
}

#footer {
	max-width: 960px;
	padding: 2em;
}

#footer .one, #footer .two {
	text-align: center;
}

#footer .menu-item {
	padding: 15px 0;
}

/* Social Links */

.social-link-item .fa:hover {
    background-color: #ffce00 !important;
    transition: background-color .25s ease-in-out;
   -moz-transition: background-color .25s ease-in-out;
   -webkit-transition: background-color .25s ease-in-out;
   color: #fff !important;
}

.social-link-item .fa-twitter:hover {
    background-color: #4099FF !important;
}

.social-link-item .fa-facebook:hover {
    background-color: #3b5998 !important;
}

.social-link-item .fa-google-plus:hover {
    background-color: #dd4b39 !important;
}

.social-link-item .fa-youtube:hover {
    background-color: #e52d27 !important;
}

#main-nav {
	float: right;
	top: -43px !important;
}

.menu-top-bar {
	margin: 0 auto;
	padding: 10px 0;
	display: inline-block;
}

#menu-top-bar {
	margin: 0
}
.menu-top-bar li, #headertop span li {
	list-style: none;
	margin: 0px;
  padding: 5px 10px;
	display: inline-block;
  border-bottom: 1px solid transparent;
}

.menu-top-bar li a:hover, #headertop span li a:hover {
  color: #242114;
  border-bottom: 1px dashed #242114;
  text-decoration: none;
}

.menu-top-bar li:last-child {
	margin-right: 20px;
}

.widget_nav_menu li {
  border-top: none;
  line-height: 0.56;
}
.widget_nav_menu li:before {
  content: "> ";
}
.widget_nav_menu a {
  text-decoration: none;
}
.widget_nav_menu a:hover {
  text-decoration: underline;
}

.social-links li i {
	border-radius: 0;
}


#main-nav .current_page_item a:hover, #main-nav .current-menu-item a:hover {
	color: inherit;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	background: 1px solid #ffc02f;
	text-align: center;
	border-radius: 5px;
}

.woocommerce div.product div.images img {
    display: block;
    height: auto;
    box-shadow: none;
    margin: 0 auto;
    max-height: 400px;
    width: auto;
}

@media only screen and (max-width: 768px) {
  .woocommerce div.product div.images img {
    max-height: 340px;
  }
}


/* Contact Form */

input[type=text], input[type=search], input[type=email], input[type=url] {
  max-width: inherit;
}

.gform_wrapper input {
  border: none;
  border-bottom: 1px solid;
  border-color: #e6e6e6;
  border-radius: 0;
  background-color: #fff;
}

.gform_wrapper input:focus {
  border: none;
  border-bottom: 2px solid;
  border-color: #ffce00;
  border-radius: 0;
  background-color: #fff;
  outline-offset: -2px;
  transition: 400ms;
}

.gform_wrapper input[type=submit] {
  border: none;
  background-color: #ffce00;
}

.gform_wrapper textarea.textarea {
	padding: 5px 10px;
}

.gform_wrapper textarea {
  background-color: #fff;
  border: 1px solid;
  border-color: #e6e6e6;
  border-radius: 3;
  margin-top: 25px;
}

.gm-style {
  -webkit-box-shadow: inset 0px 10px 5px -6px rgba(0,0,0,0.63);
  -moz-box-shadow: inset 0px 10px 5px -6px rgba(0,0,0,0.63);
  box-shadow: inset 0px 10px 5px -6px rgba(0,0,0,0.63);
}

.gform_wrapper input[type=submit] {
	background-color: #FEBF13;
}

.sc-category {
/*	border: 2px dotted green; */
	list-style: none;
	padding: 0;
	margin: 0;
}

.sc-sub {
	box-sizing: border-box;
	text-align: center;
	width: 16.66666667%;
	padding: 5px 10px 10px 10px;
	display: inline-block;
	vertical-align: top;
}

/* Responsive Categories */

@media screen and (max-width: 960px) {
	.sc-sub {
		width: 20%;
	}
}

@media screen and (max-width: 768px) {
	.sc-sub {
		width: 25%;
	}
}

@media screen and (max-width: 640px) {
	.sc-sub {
		width: 33.3333%;
	}
}

@media screen and (max-width: 480px) {

	.lang-list, #headertop {
		text-align: center;
		margin-right: 0;
	}

	.sc-sub {
		width: 50%;
	}
}


.sc-sub img {
	padding-top: 10px;
}

.sc-sub div {
	margin-bottom: 10px;
}

.sc-subcategory {
	list-style: none;
	vertical-align: top;
	display: block;
	float: left;
	margin: 0;
	padding: 0 2em;
	box-sizing: border-box;
	max-width: 65%;
}

.sc-products {
/*	border: 1px dotted green; */
/*	display: inline-block; */
/*	max-width: 245px; */
	font-size: 14px;
	vertical-align: top;
	color: #fff;
	list-style: disc;
	margin: 0;
}

ul.sc-products {
	-moz-column-count: 2;
    -moz-column-gap: 30px;
    -webkit-column-count: 2;
    -webkit-column-gap: 30px;
    column-count: 2;
    column-gap: 30px;
}

.sc-products a {
	color: #fff;
}

.sc-products li {
	margin:	0px 3px 0.4em 5px;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
  list-style: none;
}

.sc-cat-block {
	display: none;
/*	background: rgba(50,150,50,0.025); */
	background: url('img/banner-bg.jpg');
	background-position: center center;
	background-size: cover;
    padding: 50px 0;
	min-height: 350px;
}

.sc-cat-all {
    display: block;
    /* background: rgba(50,150,50,0.025); */
    background: rgba(65,65,65,0.75);
    padding: 10px 0;
    min-height: 0;
}
.sc-cat-block-3 {
	background: url('img/banner-bg-2.jpg');
	display: none;
/*	background: rgba(50,150,50,0.025); */
	background-position: center center;
	background-size: cover;
    padding: 50px 0;
	min-height: 350px;
}

.sc-cat-block-2 {
	background: url('img/banner-bg-3.jpg');
	display: none;
/*	background: rgba(50,150,50,0.025); */
	background-position: center center;
	background-size: cover;
    padding: 50px 0;
	min-height: 350px;
}

.sc-cat-block-inner {
	border: 0px solid;
    margin: 0 auto;
    max-width: 960px;

}

.sc-cat-img-container {
	width: 35%;
	display: block;
	float: left;
	box-sizing: border-box;
	margin: auto;
}

.sc-cat-img-container img {
	max-width: 100%;
	margin: auto;
	display: block;
}

@media screen and (max-width: 480px) {
	.sc-cat-img-container {
		width: 100%;
		float: none;
	}

	.sc-subcategory {
		max-width: 100%;
		float: none;
	}
}

@media screen and (max-width: 650px) {
	ul.sc-products {
		-moz-column-count: 1;
		-moz-column-gap: 30px;
		-webkit-column-count: 1;
		-webkit-column-gap: 30px;
		column-count: 1;
		column-gap: 30px;
	}
}

.sc-sub:hover {
	cursor: pointer;
}

.tax-product_cat #sidebar {
	display: none;
}

.woocommerce-breadcrumb {
	margin-bottom: 3em !important;
}

/* , .tax-product_cat #content .woocommerce-breadcrumb  */

.single-product .woocommerce-main-image img {
/*	max-width: 40%; */
}

/*
	.woocommerce ul.products li.product a img, .add_to_cart_button, .price {display:none !important;}
*/

.shortcode.map {
/*	margin-left: -26%; */
}

@media screen and (max-width: 480px){
	#footerwrap{
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
}

/* Product Page Single */

/*.title-icon:before {
	content: url(img/safetycare-icon.svg);
	display: inline-block;
	width: 34px;
	height: 34px;
	position: relative;
	top: 5px;
}*/

.single-product_desc {
	font-family: Open Sans;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.5;
	margin-bottom: 15px;
}

.single-product .product-price {
	font-size: 27px;
	font-family: Open Sans;
	font-weight: 300;
	color: rgba(64,64,64,1);
	display: inline-block;
}

@media only screen and (max-width: 500px) {
  .single-product .product-price {
    font-size: 18px;
  }
}

.media_types {
	margin: 10px 0;
}

.media_types > span {
	padding: 0 0 0 5px;
	font-size: 14px;
	font-family: Open Sans;
	color: #999;
	display: inline-block;
	line-height: 10px;
	text-transform: uppercase;
}

.type_dvd:before, [class^="type_dvd-"]:before {
	content: url(img/dvd.svg);
	display: inline-block;
	width: 15px;
	height: 15px;
	position: relative;
	top: 2px;
	margin-right: 2px;
}

.type_pdf:before, [class^="type_pdf-"]:before {
	content: url(img/pdf.svg);
	display: inline-block;
	width: 15px;
	height: 15px;
	position: relative;
	top: 2px;
	margin-right: 2px;
}

.type_manual:before, [class^="type_manual-"]:before {
	content: url(img/manual.svg);
	display: inline-block;
	width: 15px;
	height: 15px;
	position: relative;
	top: 2px;
	margin-right: 2px;
}

.product-subtext {
	padding: 0 0 0 5px;
	font-size: 14px;
	font-family: Open Sans;
	color: #999;
	display: inline-block;
	line-height: 10px;
}

div[itemprop="offers"] {
    padding: 25px 0 20px 20px;
    float: left;
    height: 25px;
}

form.cart {
	float: right;
	padding: 20px 20px 20px 0;
	margin-bottom: 0 !important;
}

form.cart > button {
	float: right;
}

.quantity input {
	border-radius: 5px;
    border: 1px solid;
    border-color: #404040;
    padding: 5px;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background: #404040;
	color: #ffce00;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: #ffce00;
	color: #404040;
	border-radius: 5px;
}

.sc-product-tab {
	height: 100px;
	font-size: 18px;
	color: #999;
	width: 150px;
	text-align: center;
	border-radius: 0;
	border-top: 0;
	position: relative;
	font-family: Open Sans;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background: #f2f2f2;
	vertical-align: top;
	border-top: 0;
	border-bottom: 0;
	border-radius: 0;
}

.sc-product-tab > a {
	text-align: center;
	margin: 15px auto;
	color: #404040;
	-webkit-user-drag: none;
    -moz-user-drag: none;
    -ms-user-drag: none;
    user-drag: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: #404040;
}

.sc_demo_video {
  position: relative;
  margin-top: 25px;
}

.description_tab > a:before {
	content: url(../../uploads/2016/01/tab-description.svg);
	display: block;
	width: 35px;
	height: 35px;
	margin: auto;
}

.demo_tab_tab > a:before {
	content: url(../../uploads/2016/01/tab-video.svg);
	display: block;
	width: 35px;
	height: 35px;
	margin: auto;
}

.packages_tab_tab > a:before {
	content: url(../../uploads/2016/01/tab-packages.svg);
	display: block;
	width: 35px;
	height: 35px;
	margin: auto;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	max-width: 960px;
	margin: auto;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before, .woocommerce div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce div.product .woocommerce-tabs ul.tabs li.active:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after {
	border: 0px solid;
}

.sc-tabs-wrapper {
	background-color: #f2f2f2;
	width: 400%;
	margin-left: -150%;
}

/* Responsive Product Page */

@media screen and (max-width: 960px) {
	.sc-tabs-wrapper {
		width: 100%;
		margin-left: 0;
	}
}

@media screen and (max-width: 768px) {
	.sc-product-tab {
		box-sizing: border-box;
		width: 50%;
		height: 75px;
	}

	.sc-tabs-wrapper {
		background: #fff;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs li {
		background: #fff;
		border: 0px solid;
	}

	.sc-product-tab > a {
		text-align: center;
		margin: 0px auto;
		border: 1px solid;
		border-radius: 5px;
		width: 95%;
		font-size: 14px;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs li.active > a {
		background: #ffce00;
		border-color: #ffce00;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs {
		height: 100px;
	}

}

/* Carousel */

.sc-homepage-carousel {

}

.sc-homepage-carousel-item {
	opacity: .5;
	transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}

.sc-homepage-carousel-item > img {
	margin: auto;
	height: 80px;
	width: 80px;
}

.sc-carousel-cat-label {
	text-align: center;
	font-family: Open Sans;
	font-size: 14px;
	padding: 0 7px;
}

.sc-homepage-carousel a:hover {
	color: #404040;
}

.sc-homepage-carousel-item:hover {
	opacity: 1
}


/* Slick Carousel Styling */

/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         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;
}
.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;
}
.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;
}

/* Slick Theme */
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./img/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    margin-top: -10px\9; /*lte IE 8*/
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.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
{
    opacity: .5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: url(img/arrow-l.svg);
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: url(img/arrow-r.svg);
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-slider
{
    margin-bottom: 45px;
}

.slick-dots
{
    position: absolute;
    bottom: -30px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 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: 6px;
    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;
}

.shiftnav-loading{
  display:none !important;
}

.variations_form .single_add_to_cart_button,
.variations_form .quantity {
	float: right !important;
}

.variations {
	margin-bottom: 0 !important;
	margin-top: 3em;
}

.variations label {
	font-size: 12px;
	font-family: Open Sans;
	color: #999;
	font-weight: 300;
}

.variations .value select {
	margin-right: 0 !important;
}

.variations .reset_variations {
	display: none !important;
}

.search-bar {
	display: none;
	height: 75px;
	background: #414141;
}

.search-bar .search-form {
	position: relative;
    top: 12px;
    width: 90%;
    margin: auto;
}

.search-bar .search-field {
	width: 100%;
    height: 50px;
    border-radius: 3px;
    border: 0px solid;
}

.search-bar .search-submit {
	position: absolute;
    top: 5px;
    right: 5px;
    height: 40px;
    width: 40px;
    padding: 5px;
    background-color: #ffce00;
}

.search-bar .search-submit:after {
	content: '';
	width: 30px;
	height: 30px;
	background: url(img/search.svg) no-repeat;
	background-size: 30px 30px;
	background-position: center;
	display: block;
}


.bundled_product_summary {
	display: inline-block;
  margin-top: 15px;
}

.bundle_wrap {
  border: 1px solid #404040;
  border-radius: 5px;
  width: 100%;
  max-width: 430px;
  margin-bottom: 30px;
  padding: 20px 20px 20px 20px;
  float: right;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  .bundle_wrap {
    float: none;
  }
}

.bundled-product {
  -webkit-columns: 300px 2;
  -moz-columns: 300px 2;
  columns: 300px 2;
}

@media screen and (max-width: 768px) {
  .bundled-product {
    -webkit-columns: 300px 1;
    -moz-columns: 300px 1;
    columns: 300px 1;
  }
}

.term-description {
	border: 0px solid;
    margin: 0 auto;
    max-width: 960px;
    box-sizing: border-box;
 /*   padding: 0 2.5em; */
}

#modal {
  background: #424242;
  width: 640px;
  height: 264px;
  font-family: open sans-serif;
  opacity: 0.97;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1000;
}

#replay-video {
  font-size: 1.5em;
  text-align: center;
  color: white;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.replay-icon {
  height: 150px;
  width: 150px;
  margin: auto;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjIuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA1MCA1MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTAgNTA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTI1LjQsNDMuNGMtMC4yLDAtMC41LDAtMC43LDBjMCwwLTAuMSwwLTAuMSwwYy0wLjctMC4xLTEuMy0wLjEtMS45LTAuMmMtMS0wLjEtMi0wLjQtMy0wLjcKCWMtMS40LTAuNC0yLjYtMS0zLjktMS43QzE0LjQsNDAsMTMuMSwzOS4xLDEyLDM4Yy0xLjQtMS40LTIuNS0zLTMuNC00LjhjLTEuMS0yLjEtMS43LTQuNC0xLjktNi44Yy0wLjEtMS40LTAuMS0yLjksMC4yLTQuMwoJYzAuMi0xLjUsMC43LTMsMS4zLTQuNGMwLjktMiwyLTMuOCwzLjUtNS40YzIuMi0yLjMsNC44LTMuOSw3LjgtNC45YzEuNy0wLjUsMy40LTAuOCw1LjItMC44YzAuMSwwLDAuMSwwLDAuMiwwYzAuMSwwLDAuMiwwLDAuMiwwCgljMC4xLDAsMC4xLDAsMC4yLDBjMS4zLDAsMi42LDAuMiwzLjgsMC41YzEuMywwLjMsMi41LDAuNywzLjcsMS4zYzEuNiwwLjcsMywxLjcsNC4zLDIuOGMwLjIsMC4yLDAuNCwwLjMsMC42LDAuNWMwLDAsMCwwLDAsMAoJYzEtMSwyLjEtMiwzLjEtMy4xYzAuNC0wLjQsMC45LTAuNiwxLjUtMC40YzAuNSwwLjIsMC45LDAuNSwxLDFjMCwwLjEsMCwwLjIsMC4xLDAuM2MwLDMuNywwLDcuNCwwLDExYzAsMCwwLDAsMCwwCgljLTAuMSwwLjgtMC44LDEuMy0xLjYsMS4zYy0zLjUsMC03LjEsMC0xMC42LDBjMCwwLTAuMSwwLTAuMSwwYy0wLjUsMC0xLTAuMy0xLjItMC43Yy0wLjQtMC43LTAuMy0xLjMsMC4yLTEuOQoJYzAuOS0wLjksMS44LTEuOCwyLjctMi43YzAuMi0wLjIsMC40LTAuNCwwLjUtMC41Yy0wLjEtMC4xLTAuMS0wLjEtMC4xLTAuMWMtMS4xLTEtMi40LTEuOC0zLjgtMi40Yy0xLjEtMC40LTIuMi0wLjctMy40LTAuNwoJYy0wLjktMC4xLTEuOSwwLTIuOCwwLjFjLTEuMSwwLjItMi4xLDAuNS0zLjEsMC45Yy0xLjgsMC44LTMuMywxLjktNC41LDMuNGMtMS42LDEuOS0yLjUsNC4yLTIuOCw2LjdjLTAuMSwxLTAuMSwxLjksMC4xLDIuOQoJYzAuMiwxLjIsMC41LDIuMywxLDMuNGMwLjgsMS43LDEuOSwzLjEsMy4zLDQuM2MxLjEsMC45LDIuMiwxLjUsMy41LDJjMSwwLjQsMS45LDAuNiwyLjksMC43YzAuOCwwLjEsMS41LDAuMSwyLjMsMAoJYzEtMC4xLDEuOS0wLjMsMi45LTAuNmMxLjQtMC40LDIuNi0xLjEsMy43LTJjMS43LTEuMywyLjktMywzLjctNC45YzAuMS0wLjQsMC4zLTAuNywwLjQtMS4xYzAuMS0wLjMsMC4yLTAuNCwwLjUtMC41CgljMC4xLDAsMC4yLDAsMC4zLDBjMS41LDAsMywwLDQuNSwwYzAuMSwwLDAuMSwwLDAuMiwwYzAuNCwwLDAuNywwLjMsMC43LDAuN2MwLDAuMiwwLDAuNC0wLjEsMC42Yy0xLDQtMyw3LjMtNi4yLDkuOQoJYy0xLjQsMS4xLTIuOSwyLTQuNiwyLjdjLTEuMSwwLjUtMi4zLDAuOC0zLjUsMWMtMC44LDAuMS0xLjYsMC4yLTIuNCwwLjNDMjUuOSw0My4zLDI1LjYsNDMuMywyNS40LDQzLjR6Ii8+Cjwvc3ZnPgo=) center/contain no-repeat;
}


.woocommerce ul.products li.product h3 {
	min-height: 55px;
	color: #515151;
}

.term-description {
	margin-bottom: 40px;
}

/*.woocommerce-breadcrumb {
	display: none;
}*/

img.alignnone.no-margin {
	margin: 0;
}

#multi-pack-stack {
  display: table;
  margin: auto;
  min-height: 300px;
}

.stack-2 {
	width: 114px !important;
}

.stack-3 {
	width: 154px !important;
}

.stack-4 {
	width: 194px !important;
}


@media only screen and (max-width: 768px) {
  #multi-pack-stack {
    min-height: 420px;
  }
}

#multi-pack-stack img{
  position: absolute;
}

#multi-pack-stack img:nth-child(1){
  left: 0;
}

#multi-pack-stack img:nth-child(2){
  left: 40px;
}

#multi-pack-stack img:nth-child(3){
  left: 80px;
}

#multi-pack-stack img:nth-child(4){
  left: 120px;
}

#multi-pack-stack img:nth-child(5){
  left: 25px;
  top: 40px;
}

#multi-pack-stack img:nth-child(6){
  left: 65px;
  top: 40px;
}

#multi-pack-stack img:nth-child(7){
  left: 105px;
  top: 40px;
}

#multi-pack-stack img:nth-child(8){
  left: 145px;
  top: 40px;
}

#multi-pack-stack img:nth-child(9){
  left: 50px;
  top: 80px;
}

#multi-pack-stack img:nth-child(10){
  left: 90px;
  top: 80px;
}

#multi-pack-stack img:nth-child(11){
  left: 130px;
  top: 80px;
}

#multi-pack-stack img:nth-child(12){
  left: 170px;
  top: 80px;
}

@media only screen and (max-width: 768px) {
  #multi-pack-stack img:nth-child(1){
    left: 0;
  }

  #multi-pack-stack img:nth-child(2){
    left: 20px;
  }

  #multi-pack-stack img:nth-child(3){
    left: 40px;
  }

  #multi-pack-stack img:nth-child(4){
    left: 60px;
  }

  #multi-pack-stack img:nth-child(5){
    left: 25px;
    top: 20px;
  }

  #multi-pack-stack img:nth-child(6){
    left: 45px;
    top: 20px;
  }

  #multi-pack-stack img:nth-child(7){
    left: 65px;
    top: 20px;
  }

  #multi-pack-stack img:nth-child(8){
    left: 85px;
    top: 20px;
  }

  #multi-pack-stack img:nth-child(9){
    left: 30px;
    top: 40px;
  }

  #multi-pack-stack img:nth-child(10){
    left: 50px;
    top: 40px;
  }

  #multi-pack-stack img:nth-child(11){
    left: 70px;
    top: 40px;
  }

  #multi-pack-stack img:nth-child(12){
    left: 90px;
    top: 40px;
  }
}

.sc-active .sc-homepage-carousel-item {
  opacity: 1;
}

a.slick-slide:hover {
  text-decoration: none;
}

.slick-dots {
  margin: 0;
}

.show-all {
  background: transparent;
  border: 2px solid #404040;
  padding: 9px 15px;
  color: #404040;
  border-radius: 3px;
  margin: 50px auto 15px auto;
  display: table;
  font-weight: 600;
  -webkit-transition: all 120ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
  -moz-transition: all 120ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
  -o-transition: all 120ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
  transition: all 120ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
}

.show-all:hover {
  text-decoration: none;
  border: 2px solid #ffce00;
  background: #ffce00;
  color: #404040;
}

@media only screen and (min-width: 768px) {
  .tax-product_cat.woocommerce ul.products li.product, .tax-product_cat.woocommerce-page ul.products li.product {
    width: 33.3333%;
    padding: 10px;
    box-sizing: border-box;
    margin: 15px 0;
  }
}

.no-crumb .woocommerce-breadcrumb {
	display: none;
}

.archive.woocommerce ul.products li.product a img {
  width: auto;
}

.archive #multi-pack-stack {
  min-height: 190px;
  width: 219px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .archive #multi-pack-stack {
    width: 149px;
  }
}

.widget .mg-wpsi {
  margin: 2em 0 0 0 !important;
}

.mg-wpsi li {
  padding: 6px;
  background: #797979;
  clear: none;
  -webkit-transition: all 200ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
  -moz-transition: all 200ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
  -o-transition: all 200ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
  transition: all 200ms cubic-bezier(0.445, 0.050, 0.550, 0.950); /* easeInOutSine */
  list-style: none !important;
}

.mg-wpsi li:hover {
  background: #fff;
}

.mg-wpsi li:hover a i.mgicon-blogger {
  color: #f57d00;
}

.mg-wpsi li:hover a i.mgicon-youtube3 {
  color: #cd201f;
}

.mg-wpsi li:hover a i.mgicon-facebook2 {
  color: #3b5998;
}

.mg-wpsi li:hover a i.mgicon-twitter2 {
  color: #55acee;
}

a:hover {
  color: inherit !important;
}

.bsearchform {
  display: table;
  margin-bottom: 20px;
}

.bsearchform > * {
  margin-right: 10px
}
.bsearch_date {
  display: none;
}

.lang-list {
	display: inline-block;
	margin-right: 30px;
}

/* Old IE Conditionals */

.woocommerce-variation-availability {
	display: none !important;
}

.stock.in-stock {display: none !important;}

.woocommerce-variation-price {float: left;}

.ie7 .sc-cat-all, .ie8 .sc-cat-all, .ie8 .sc-cat-block {
	background: grey;
}

/*.ie7 .sc-main-nav > LI, .ie7 .menu-top-bar LI {
	display: inline;
}
*/
.ie7 .sc-main-nav > LI > a, .ie7 .menu-top-bar LI > a, .ie7 .sc-homepage-carousel-item, .ie7 #fulllist {
	color: #242114 !important;
}

.ieeightfallbackimage{ width:auto !important; height:auto !important; min-width:100% !important; min-height:100% !important;}


.woocommerce-variation-price span.price { 
	font-size: 27px !important;
    font-family: Open Sans;
    font-weight: 300;
    color: rgba(64,64,64,1) !important;
    float: left;	
}


.product-type-variable #sc_border_price div p.price {
	display: none;
}

#sc_border_price {
	padding: 20px 20px 0px 20px;
}

.product-type-variable form.cart {
	float: none;
    padding: 20px 20px 20px 0;
    margin-bottom: 0 !important;
    text-align: right;
}


.gform_confirmation_message_1 {
	min-height: 350px;
}

.product-type-bundle #sc_border_price {
	display: none;
}

/*
.bundle_form {
	columns: 2;
}
*/

.button.yellow {
	background-color: #ffce00;
    color: #404040;
    width: 200px;
    display: inline-block;
    text-align: center;
    padding: 15px;
    border-radius: 5px;
    font-weight: bold;
}


#cookie-law-info-bar span {
    vertical-align: middle;
    display: block;
    margin: 0 10%;
}

/* EOF */