/*
Theme Name: Storefront Child - Scissor Foxes
Version: 1.1
Description: A child theme of Storefront
Author: Scissor Foxes
Template: storefront
*/

/* GENERAL LAYOUT */
body, li, p, table, table td, button, input, textarea, a { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; color: #00C; }
body.custom-background, #site_bg {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ee00ff+36,220033+70,000000+82 */
	background: rgb(238,0,255); /* Old browsers */
	background: -moz-radial-gradient(bottom center, ellipse cover,  rgba(238,0,255,1) 36%, rgba(34,0,51,1) 70%, rgba(0,0,0,1) 82%); /* FF3.6-15 */
	background: -webkit-radial-gradient(bottom center, ellipse cover,  rgba(238,0,255,1) 36%,rgba(34,0,51,1) 70%,rgba(0,0,0,1) 82%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradienpaginat(ellipse at bottom center,  rgba(238,0,255,1) 36%,rgba(34,0,51,1) 70%,rgba(0,0,0,1) 82%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee00ff', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#site_bg {
	position: fixed;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
img { border-radius: 0; margin: auto; }
video { display: block; cursor: pointer; }
.video_wrap { display: block; position: relative; text-align: center; }
.video_wrap video { display: block; position: relative; margin: 0 auto; }
pre { background: rgba(255,255,255,0.9); }
.col-full { position: relative; max-width: 1024px; padding: 0px; }
.site-content { position: relative; z-index: 1; }
.content-area a { color: rgb(128,0,128); font-weight: 700; text-decoration: underline; }
.content-area a:hover { color: #f00; }
.content-area p { margin-bottom: 10px; }
a:focus, button:focus, .button.alt:focus, input:focus, textarea:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus { outline-style: none; }
#page_bg {
	display: block;
	position: fixed;
	width: 1040px;
	height: 6000px;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #fff;
	border-left: 8px solid #fff;
	border-right: 8px solid #fff;
}
body.admin-bar #page_bg { top: 32px; }
#primary.content-area {
	max-width: 720px;
	min-height: 480px;
	margin: 139px auto 0;
	float: none;
}
#primary { /*background: #fff;*/ position: relative; padding: 20px 10px; }
#primary::before, #primary::after { /*content: "";*/ display: block; position: absolute; top: 0; left: 0; bottom: 0; width: 10px; background: #4bd; background: linear-gradient(270deg, #4bd, #13a); box-shadow: 5px 0 6px rgba(0,0,0,0.5); }
#primary::after { left: auto; right: 0; background: linear-gradient(90deg, #4bd, #13a); box-shadow: -5px 0 6px rgba(0,0,0,0.5); }
.right-sidebar .widget-area {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 150px;
}

/* ALWAYS SHOW SCROLLBAR ON DESKTOP */
@media screen and (min-width: 768px){
	html { overflow-y: scroll; }
}

/* HEADER */
#masthead .col-full { background: transparent; }
.site-header, .secondary-navigation ul ul, .main-navigation ul.menu > li.menu-item-has-children::after, .secondary-navigation ul.menu ul, .storefront-handheld-footer-bar, .storefront-handheld-footer-bar ul li > a, .storefront-handheld-footer-bar ul li.search .site-search, button.menu-toggle, button.menu-toggle:hover { background-color: transparent; }
.site-header { position: fixed; width: 100%; border-bottom-width: 0; padding-top: 0; }
.woocommerce-active .site-header .site-branding { width: 100%; margin-right: 0; margin-bottom: 5px; }
.site-header .site-branding { text-align: center; }
.site-header .custom-logo-link { pointer-events: none; }
.site-header .site-branding img { max-width: 100%; width: auto; margin: 0 auto; }
.site-header .site-branding .site-description { width: 100%; font-size: 14px; line-height: 22px; color: #b61ab6;
text-shadow: 1px 1px 2px #f6f8fb, -1px -1px 2px #f6f8fb, 1px -1px 2px #f6f8fb, -1px 1px 2px #f6f8fb, 0px 1px 2px #f6f8fb, 1px 0px 2px #f6f8fb, 0px -1px 2px #f6f8fb, -1px 0px 2px #f6f8fb, 1px 1px 0 #f6f8fb, -1px -1px 0 #f6f8fb, 1px -1px 0 #f6f8fb, -1px 1px 0 #f6f8fb, 0px 1px 0 #f6f8fb, 1px 0px 0 #f6f8fb, 0px -1px 0 #f6f8fb, -1px 0px 0 #f6f8fb;
font-family: 'Audiowide', sans-serif; font-weight: 200; text-transform: uppercase; text-decoration: none; }
.site-header .col-full { position: relative; z-index: 5; }
.storefront-primary-navigation .col-full { height: 62px; }
#header_bg {
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    width: 1024px;
    transform: translateX(-50%);
    background-size: 100%;
    background-position: center top;
    z-index: 1;
}
body.home .storefront-primary-navigation {
	display: none;
}
.site-content > .col-full > .woocommerce > .woocommerce-message:first-child, .site-content > .col-full > .woocommerce > .woocommerce-error:first-child {
	display: none;
}

/* GOOGLE TRANSLATE TWEAKS */
.skiptranslate, #google_translate_element {
    display: none;
}
body {
    top: 0 !important;
}
.goog-tooltip {
    display: none !important;
}
.goog-tooltip:hover {
    display: none !important;
}
.goog-text-highlight {
    background-color: transparent !important;
    border: none !important; 
    box-shadow: none !important;
}

/* HOMEPAGE */
body.home .index_enter {
	position: fixed;
	left: 0;
	right: 0;
	width: 100%;
	top: 245px;
	text-align: center;
}
body.home.admin-bar .index_enter {
	top: 277px;
}
body.home .index_enter a {
	display: inline-block;
	font-size: 48px;
	line-height: 48px;
	color: #05d;
	letter-spacing: .02em;
	font-family: 'Enter Sansman Italic', sans-serif;
	text-shadow: 1px 1px 2px #fff, -1px -1px 2px #fff, 1px 1px 2px #fff, -1px -1px 2px #fff, 1px -1px 2px #fff, -1px 1px 2px #fff, 0px 1px 2px #fff, 1px 0px 2px #fff, 0px -1px 2px #fff, -1px 0px 2px #fff;
	text-transform: uppercase;
	font-weight: 200;
	text-decoration: none !important;
	transition: all 0.2s;
}
body.home .index_enter a:hover {
	color: #918;
	transform: scale(1.1);
}
body.home .index_description_box {
	position: fixed;
	top: auto;
	bottom: 4px;
	width: 530px;
	max-width: 95%;
	height: auto;
	padding-top: 3px;
	left: 50%;
	transform: translateX(-50%);
	border-top: 6px solid #44f;
	border-left: 6px solid #44f;
	border-right: 6px solid #003;
	border-bottom: 6px solid #003;
	background-color: #009;
	opacity: 0.95;
	text-align: center;
	color: #fff;
}
body.home .index_description {
	text-shadow: 2px 2px 1px #005, -2px 2px 1px #005, 0px 2px 1px #005, -2px 0px 1px #005;
	font-weight: 700;
	font-size: 1.2em;
	line-height: 18px;
	font-style: italic;
	vertical-align: middle;
}
body.home .index_copyright {
	font-size: 11px;
	line-height: 13px;
}
body.home .index_terms a {
	font-size: 11px;
	color: #fff;
	line-height: 12px;
	text-decoration: none !important;
}
body.home .site-footer, body.home .edit-link {
	display: none;
}
body.home #primary.content-area {
	min-height: 0 !important;
}

/* LOGIN MODAL */
.ui-widget-overlay.ui-front {
	z-index: 999;
}
.ui-dialog.ui-front {
	z-index: 1000;
}
.ui-widget-overlay {
	opacity: 1;
	background-color: rgba(0,0,0,0.5);
}
#login_modal input {
	display: block;
	width: 100%;
}
#login_modal input[type="checkbox"] {
	display: inline;
	width: auto;
}
ul.errors {
	margin-left: 1em;
	color: #f00;
}
ul.errors li {
	color: #f00;
}
.error label {
	color: #f00;
	font-weight: 700;
}
.error input {
	border: 1px solid #f00;
	box-shadow: none;
	background-color: #fee;
}


/* MAIN MENU */
..storefront-primary-navigation { position: relative; z-index: 5; }
.woocommerce-active .site-header .main-navigation { width: 100%; text-align: center; margin-right: 0; margin-bottom: 4px; }
.current-menu-item a, .main-navigation ul li a, .sub-menu-navigation ul.menu li a {
	padding: 0px 7px !important;
	border: solid 1px #35b;
	font-family: 'Exo 2', sans-serif;
	font-size: 16px;
	line-height: 26px;
	font-weight: 900;
	font-style: italic;
	letter-spacing: .02em;
	word-spacing: .16em;
	text-transform: uppercase;
	color: #0235bf;
	background: linear-gradient(#cff, #38e);
	text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 0px 1px 1px #fff, 1px 0px 1px #fff, 0px -1px 1px #fff, -1px 0px 1px #fff, 2px 2px 1px #9362d1, -2px -2px 1px #9362d1, 2px -2px 1px #9362d1, -2px 2px 1px #9362d1, 0px 2px 1px #9362d1, 2px 0px 1px #9362d1, 0px -2px 1px #9362d1, -2px 0px 1px #9362d1;
	white-space: nowrap;
}
.main-navigation ul li a:hover, .main-navigation ul li:hover > a, .site-title a:hover, .site-header ul.menu li.current-menu-item > a {
	color: #0235bf;
	border-color: #508;
	background: linear-gradient(#F0f, #807);
}

/* SUB MENU NAVIGATION */
.sub-menu-navigation {
	margin: -4px 0;
}
.sub-menu-navigation ul.menu {
	display: block;
	list-style: none;
	height: 30px;
	margin: 0;
}
.sub-menu-navigation ul.menu li {
	display: inline-block;
	height: 30px;
}
.sub-menu-navigation ul.menu li a {
	display: block;
	text-transform: none;
	line-height: 24px;
	background: none;
	border: none;
	margin: 0;
	padding: 0 16px !important;
	height: 29px;
	letter-spacing: 0.04em;
}
.sub-menu-navigation ul.menu li.current-menu-item a, .sub-menu-navigation ul.menu li a:hover {
	color: #C0D;
	text-decoration: none;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000a51+0,000dd0+100 */
	background: rgb(0,10,81); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,10,81,1) 0%, rgba(0,13,208,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,10,81,1) 0%,rgba(0,13,208,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,10,81,1) 0%,rgba(0,13,208,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000a51', endColorstr='#000dd0',GradientType=0 ); /* IE6-9 */
}

/* SUB MENU CONTENT */
.menu_sub {
	display: inline-block;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	overflow: visible;
	width: 700px;
	height: 30px;
    padding: 4px 0;
	margin: 0 auto;
	background: #ff00ff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff00ff 0%, #990088 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ff00ff 0%,#990088 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ff00ff 0%,#990088 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff00ff', endColorstr='#990088',GradientType=0 ); /* IE6-9 */
    border: solid 1px #305;
    border-top-color: #609;
	text-align: center;
}
.menu_sub .widget.shop-widget {
    position: relative;
    float: left;
    width: auto;
}
.menu_sub form {
	display: block;
	float: left;
	margin-bottom: 0;
	margin-left: 4px;
}
.menu_sub .widget_search form::before {
	display: none;
}
.menu_sub .product-search-filter-search form.product-search-form {
	margin-bottom: 0 !important;
}
.menu_sub input[type="text"], .menu_sub .widget_search form input[type="text"], .menu_sub .selectize-input, .menu_sub .selectize-input {
	width: 150px;
	height: 20px;
	padding: 0 4px !important;
	border: 1px solid #000;
	border-radius: 4px;
	min-height: 0;
	font-size: 12px;
	line-height: 17px;
	background-color: #000 !important;
	color: #fff;
}
.menu_sub .selectize-input > input {
	line-height: 12px !important;
	color: #fff !important;
	opacity: 1 !important;
	background: #000 !important;
	min-width: 140px;
	padding: 0 !important;
}
.menu_sub .selectize-dropdown {
	background-color: #000;
	color: #fff;
	border-color: #000;
}
.menu_sub .selectize-control.ixnorm .selectize-input::after {
	content: "\f0dd" !important;
	padding: 0 !important;
	top: -2px !important;
}
.button.product-search-filter-reset-clear, .widget_awd_show_existing_filters_widget a {
	position: relative;
	visibility: hidden;
    padding: 0;
}
.button.product-search-filter-reset-clear::after, .widget_awd_show_existing_filters_widget a::after {
	content: '\21bb';
	visibility: visible;
    background-color: rgba(0,0,0,0.6);
    color: #fff;
    border-radius: 50%;
    padding: 0;
    height: 20px;
	width: 20px;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 18px;
	line-height: 20px;
	font-weight: 500;
	transform: rotate(90deg);
}
.widget_awd_show_existing_filters_widget ul {
    display: none;
}
.menu_sub .cat-item-all.nav-back.product-search-product_cat-filter-item, .menu_sub .product-search-filter-search-clear {
    display: none !important;
}
.menu_sub .product-search-form .product-filter-field, .menu_sub .search-submit {
	padding: 2px 4px;
	background-color: #000;
	color: #fff;
	border: 0;
	box-shadow: none;
	border-radius: 4px;
	line-height: 16px;
}

.menu_sub .product-search-form .product-filter-field:focus {
	outline-color: #000;
	background-color: #000;
}

.menu_sub .product-search-form .product-filter-field::placeholder, input[type="text"]::placeholder {
	color: #fff;
	opacity: 1;
}
.menu_sub .product-search-form .product-filter-field::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #fff;
	opacity: 1;
}
.menu_sub .product-search-form .product-filter-field::-moz-placeholder, input[type="text"]::-moz-placeholder { /* Firefox 19+ */
	color: #fff !important;
	opacity: 1;
}
.menu_sub .product-search-form .product-filter-field:-ms-input-placeholder, input[type="text"]::-ms-input-placeholder { /* IE 10+ */
	color: #fff;
	opacity: 1;
}
.menu_sub .product-search-form .product-filter-field:-moz-placeholder, input[type="text"]::-moz-placeholder { /* Firefox 18- */
	color: #fff;
	opacity: 1;
}
.menu_sub .select2-container {
	vertical-align: top;
}
.menu_sub .select2-container--default .select2-selection--single {
	height: 20px;
	background-color: #000;
	border-width: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 20px !important;
}
.select2-dropdown {
	background-color: #000 !important;
	border-color: #000 !important;
}
.select2-dropdown li, .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 20px !important;
	color: #fff !important;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #fff !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	min-width: 140px !important;
	text-align: left;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
	display: none;
}
.select2-container--default .select2-results__option[aria-selected="true"], .select2-container--default .select2-results__option[data-selected="true"] {
	background-color: #507 !important;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
	margin-left: 6px;
}
.menu_sub a.search_reset.button {
	width: 20px;
	height: 20px;
	padding: 0;
	font-size: 16px;
	line-height: 16px;
	border-radius: 50%;
	font-weight: 400;
	color: #fff;
	background: rgba(0,0,0,0.6);
	border: 1px solid #000;
}
body.search-results .menu_sub a.search_reset.button, body.tax-product_cat .menu_sub a.search_reset.button {
	display: block !important;
}

.non-shop-widget * {
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-shadow: 1px 1px 2px #600, -1px 1px 2px #600, 0px 1px 2px #600, -1px 0px 2px #600;
}
.non-shop-widget strong, .non-shop-widget a { color: #ffff00; }
.non-shop-widget a:hover {
	text-decoration: underline;
}

/* FOOTER */
.site-footer {
	background-color: transparent;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0;
	z-index: 0;
}
.site-footer .site-info {
	width: 700px;
	/*background: linear-gradient(#4bd, #13a);
	border: solid 1px #04A;*/
	padding: 3px 0;
	margin: 0 auto;
	color: #44F;
	font-weight: 700;
	text-align: center;
}

/* SIDEBARS */
#side-left, #side-right {
	position: absolute;
	width: 150px;
	z-index: 99999;
}
#side-left {
	left: 0;
	top: 0;
	padding: 0 6px;
}
#side-right {
	top: 500px;
	right: 0;
	text-align: center;
}
#menu-left {
	list-style: none;
	display: block;
	text-align: center;
	margin: 11px auto 0;
	width: 100%;
	text-transform: uppercase;
}
#menu-left a, a.download_gallery_zip, .model_name h1, #place_order {
	display: block;
	margin: 6px auto 0 auto;
	background: linear-gradient(#F0F, #908);
	border: 1px solid #000;
	color: #ffffff;
	text-shadow: 1px 1px 1px #403, -1px -1px 1px #c0b, 1px -1px 1px #c0b, -1px 1px 1px #403, 0px 1px 1px #403, 1px 0px 1px #c0b, 0px -1px 1px #c0b, -1px 0px 1px #403;
	text-decoration: none;
	font-family: 'Exo 2', sans-serif;
	font-size: 1.34em;
	font-weight: 800;
	font-style: italic;
	line-height: 28px;
}
#menu-left li:first-child a {
	font-size: 2.0em;
	font-weight: 200;
	letter-spacing: .02em;
	word-spacing: .16em;
	min-height: 35px;
	white-space: normal;
}
#menu-left a:hover, a.download_gallery_zip:hover, .product .woocommerce-loop-action-buttons .add_to_cart_button:hover, .model_name a:hover h1, #place_order:hover {
	background: #D0D;
}
body.logged-in #menu-left .member_login, body.logged-in .member_login {
	display: none;
}

/*** TRANSLATION LINKS ***/
.translation-links {
	padding-top: 6px;
	text-align: justify;
	white-space: nowrap;
}
.translation-links img {
	display: inline;
	opacity: 0.75;
	width: 17px;
	height: auto;
	cursor: pointer;
}
.translation-links img:hover {
	opacity: 1;
	transform: scale(1.1)
}

#side-left-lower {
	margin-top: 350px;
}

/*** SOCIAL MEDIA LINKS ***/
.social-links {
	text-align: center;
	white-space: nowrap;
}
.social-links img {
	display: inline-block;
	width: 24px;
	margin: 0 4px;
	height: auto;
}
.social-links img:hover {
	transform: scale(1.1)
}

/*** UPDATED BOX ***/
.updated-box {
	width: 95%;
	margin: 6px auto 0;
	background-color: rgba(31, 192, 255, 0.6);
	box-shadow: 1px 1px 1px #fff, -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, 0px 1px 1px #fff, 1px 0px 1px #fff, 0px -1px 1px #fff, -1px 0px 1px #fff, 2px 2px 1px #20457c, -2px -2px 1px #20457c, 2px -2px 1px #20457c, -2px 2px 1px #20457c, 0px 2px 1px #20457c, 2px 0px 1px #20457c, -2px 0px 1px #20457c, 0px -2px 1px #20457c, 2px 2px 1px #3bdcff inset, -2px -2px 2px #20457c inset;
}
.updated-text {
	font-size: 15px;
	color: #ffffff;
	line-height: 20px;
	padding: 3px 3px 7px;
	word-spacing: .15em;
	text-shadow: 3px 3px 1px #003c96, 1px 1px 1px #002c86, -1px -1px 1px #003c96, 1px -1px 1px #003c96, -1px 1px 1px #003c96;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	text-decoration: none;
	letter-spacing: .01em;
}

/* HEADER CART */
#site-header-cart .discount_message {
	font-weight: 700;
	text-align: center;
	padding: 4px;
	background-color: #333333;
	border-color: #333333;
	color: #ffffff;
}
#site-header-cart {
	position: absolute;
	top: 0;
	right: 0;
	max-width: 300px;
	width: 100%;
	text-align: right;
}
#site-header-cart li .widget {
	text-align: left;
}
.site-header-cart .widget_shopping_cart {
	background-color: transparent;
	overflow-y: auto;
}
.site-header-cart .widget_shopping_cart .widget_shopping_cart_content {
	background-color: #f0f0f0;
}
.site-header-cart .cart-contents, .site-header-cart .cart-contents:hover, .site-header ul.menu li.current-menu-item > a.cart-contents {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 150px;
	background: #D0D;
	background: linear-gradient(#F0F, #908);
	border: 1px solid #000;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #403, -1px -1px 1px #c0b, 1px -1px 1px #c0b, -1px 1px 1px #403, 0px 1px 1px #403, 1px 0px 1px #c0b, 0px -1px 1px #c0b, -1px 0px 1px #403;
	text-decoration: none;
	font-family: 'Exo 2', sans-serif;
	font-size: 1.34em;
	font-weight: 800;
	font-style: italic;
	line-height: 30px;
}
.site-header-cart .cart-contents:hover {
	background: #D0D;
}
.site-header-cart .cart-contents .count {
	opacity: 1 !important;
	margin-left: 6px;
}
.site-header-cart .cart-contents::after {
	display: none;
}
.site-header-cart:hover > li > a.cart-contents {
	color: #fff;
}
.site-header .widget_shopping_cart p.buttons {
	padding: 0 !important;
}
.site-header .woocommerce-mini-cart__buttons .wc-forward:not(.checkout) {
	display: none;
}
.widget_shopping_cart .buttons a {
	margin-bottom: 0 !important;
}
/* MINI CART CLICK TO SHOW/HIDE */
.site-header-cart .widget_shopping_cart {
	display: block;
	left: 0;
	height: auto;
	overflow: hidden;
}
.site-header-cart:not(.active) .widget_shopping_cart {
	height: auto;
	max-height: 9999px !important;
}
.site-header-cart .widget_shopping_cart .product_list_widget {
	height: auto;
}
.site-header-cart .widget_shopping_cart_content {
	display: block;
	overflow: hidden;
	transition: max-height 0.3s linear;
}
.site-header-cart:not(.active) .widget_shopping_cart_content {
	max-height: 0px;
}

/* RIGHT SIDEBAR */
.right_stats_box {
	display: inline-block;
	min-width: 130px;
	border: solid 1px #0000FF;
	margin: 0 auto;
}

.right_stats {
	min-height: 30px;
	background-color: #b0b;
	color: #0235bf;
	line-height: 17px;
	text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 0px 1px 0 #fff, 1px 0px 0 #fff, 0px -1px 0 #fff, -1px 0px 0 #fff, 2px 2px 1px #9362d1, -2px -2px 1px #9362d1, 2px -2px 1px #9362d1, -2px 2px 1px #9362d1, 0px 2px 1px #9362d1, 2px 0px 1px #9362d1, -2px 0px 1px #9362d1;
	font-size: 1.48em;
	font-family: 'Exo 2', sans-serif;
	font-weight: 900;
	font-style: italic;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: .0em;
	word-spacing: .13em;
	cursor: default;
	margin: 0px auto;
	border-top: 5px solid #e0e;
	border-left: 5px solid #e0e;
	border-right: 5px solid #606;
	border-bottom: 5px solid #606;
}

/* WOOCOMMERCE CHECKOUT PAGE */
body.woocommerce-checkout #site-header-cart {
	display: none;
}
.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
	background-color: #506;
}
.woocommerce-info a, .woocommerce-info a:hover {
	opacity: 1;
}
.woocommerce-message a, .woocommerce-message a:hover {
	color: #ffff00;
	opacity: 1;
}
#order_review_heading, .woocommerce-checkout #customer_details, .checkout_coupon.woocommerce-form-coupon {
	padding: 8px 14px;
	background-color: #111;
}
.woocommerce-checkout h2, .woocommerce-checkout h3, .woocommerce-checkout label, .woocommerce-checkout p, .woocommerce table:not(.has-background) th, .woocommerce table:not(.has-background) tbody td, .woocommerce table:not(.has-background) tfoot td, .woocommerce-checkout .cart_item .woocommerce-loop-product__model {
	color: #fff;
}
.woocommerce-info, .woocommerce-checkout table td, .woocommerce-checkout table th {
	background-color: #111;
}
.woocommerce-info a, .woocommerce-info a:hover {
	color: #ffff00;
}
.checkout_coupon.woocommerce-form-coupon, .woocommerce-form-coupon-toggle .woocommerce-info {
	margin-bottom: 0;
	border: none;
	padding-left: 14px;
}
form.checkout::before {
	margin-top: 2.617924em;
}
table.woocommerce-checkout-review-order-table .product-name {
	width: 65%;
}
table.woocommerce-checkout-review-order-table a.remove {
	display: inline;
	float: left;
	margin: 0 0.6em 0 -0.4em;
}
table.woocommerce-checkout-review-order-table .name_wrap {
	display: inline;
	float: right;
	width: calc(100% - 1.818em);
}
table.woocommerce-checkout-review-order-table .product-quantity {
	display: none;
}
#order_review .product-total, #order_review .cart-subtotal td, #order_review tfoot td {
    text-align: right;
}
#place_order {
	text-transform: uppercase;
}
.woocommerce-checkout #billing_email_field {
	display: none;
}
.woocommerce-checkout .select2-container .select2-selection--single, .woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 34.25px !important;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
	height: 34.25px !important;
	line-height: 34.25px !important;
	color: #000 !important;
}
#payment .payment_methods {
	display: none;
}
#payment .place-order {
	margin-top: 0;
}
form.checkout .col-2 {
	display: none;
}

/* WOOCOMMERCE PRODUCTS */
ul.products { overflow: hidden; }
/* .storefront-sorting { display: none !important; } */
.storefront-sorting {
	margin-bottom: 1.4em;
}
.pagination .page-numbers li, .woocommerce-pagination .page-numbers li {
	margin-top: 2px;
}
.pagination .page-numbers li .page-numbers, .woocommerce-pagination .page-numbers li .page-numbers {
	background-color: #000;
	color: #fff;
}
.pagination .page-numbers li a.page-numbers:hover, .woocommerce-pagination .page-numbers li a.page-numbers:hover {
	background-color: #606;
	transition: 0.15s;
}
.woocommerce-pagination .page-numbers li .page-numbers.current {
	background-color: #606;
	color: #fff;
}
.woocommerce-pagination .page-numbers li .page-numbers:not(.current) {
	color: #fff;
	text-decoration: none;
}
.pagination .page-numbers li .page-numbers.dots, .woocommerce-pagination .page-numbers li .page-numbers.dots {
	background-color: rgba(0,0,0,0.8);
	color: #fff !important;
}
.woocommerce-result-count {
	color: #fff;
	background-color: #000;
	padding: 0.327em 10px;
}
.woocommerce-products-header { padding-bottom: 0 !important; }
.storefront-full-width-content .site-main ul.products.columns-4 li.product {
	width: 24%;
	margin-right: 1.333333%;
	margin-bottom: 0;
}
.woocommerce-loop-left {
    float: left;
    width: 40%;
}
.columns-4 .woocommerce-loop-left, .columns-4 .woocommerce-loop-content-wrap {
    float: none;
    width: 100%;
	padding-top: 3%
}
.columns-4 .woocommerce-loop-content-wrap {
	display: block;
	position: relative;
	height: 66px;
}
.columns-4 .woocommerce-loop-content-wrap > * {
	display: inline !important;
	position: relative;
}
.columns-4 .woocommerce-loop-content-wrap > .woocommerce-loop-content-wrap-inner {
	display: block !important;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
}
.woocommerce-loop-img-wrap {
	display: block;
	float: none;
	width: 100%;
	overflow: hidden;
}
.woocommerce-loop-content-wrap {
    float: right;
    width: 60%;
}
.woocommerce-loop-tags .tags {
    padding-top: 5px;
}
.tags > a.tag {
	display: inline-block;
	background: #222;
	color: #ffffff;
	padding: 0px 6px;
	border: 1px solid #000;
	border-radius: 2em;
	margin: 0px 1px 4px;
	line-height: 150%;
	text-decoration: none !important;
}
.tags > a.tag.knockout {
	background-color: #C00;
}
ul.products li.product {
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 18px;
}
ul.products.columns-4 li.product {
	overflow: visible;
}
ul.products.columns-1 li.product .product_inner {
	position: relative;
	float: left;
	background-color: #4BF;
	padding: 9px;
	box-shadow: inset 5px 5px 3px #13A, inset -5px -5px 3px #13A;
	width: calc(100% - 150px) !important;
	margin-right: -10px;
}
ul.products.columns-4 .product_inner {
    min-height: 180px;
}
.woocommerce .woocommerce.columns-4 {
	position: relative;
	float: left;
	background-color: #4BF;
	padding: 9px;
	box-shadow: inset 5px 5px 3px #13A, inset -5px -5px 3px #13A;
	width: 100% !important;
	margin-right: -10px;
}
ul.products li.product {
    font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; color: #00C;
}
li.product .woocommerce-loop-product__description.toggle, li.product .woocommerce-loop-tags.toggle {
	position: relative;
	max-height: 0;
	overflow: hidden;
	transition: 0.5s all;
}
.woocommerce-loop-product__description.toggle::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 20px;
	opacity: 1;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+90 */
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 90%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	transition: 0.5s all;
}
.toggle-open .woocommerce-loop-product__description.toggle::after {
	opacity: 0;
}

ul.products.columns-1 li.product .woocommerce-LoopProduct-link {
	background-color: #FFF;
	padding: 10px;
	box-shadow: inset 6px 6px 6px #68B, inset -6px -6px 6px #656;
	overflow: hidden;
}
ul.products.columns-4 {
	background-color: #FFF;
	padding: 10px;
	box-shadow: inset 6px 6px 6px #68B, inset -6px -6px 6px #656;
	overflow: visible;
}

ul.products li.product img {
	margin: 0;
	float: left;
}

ul.products li.product h2, ul.products li.product .woocommerce-loop-product__title  {
	font-size: 0.8rem;
	font-weight: 600;
	display: block !important;
	margin-bottom: 2px;
}
.woocommerce-loop-title_link { text-decoration: none !important; }

.woocommerce-loop-product__model { color: #00C;}
.woocommerce-loop-product__title {color: #800080;}

.toggle_link a {
	color: rgb(128, 0, 128);
	font-weight: 700;
}
.toggle_link.border_toggle_link {
	display: block;
	position: absolute;
	bottom: 0;
	right: 10px;
	width: calc(60% - 10px);
	text-align: center;
}
ul.products li.product .border_toggle_link img {
	margin: 0 auto;
	float: none;
	transition: 0.5s transform 0.4s;
}
ul.products li.product.toggle-open .border_toggle_link img {
    transform: rotate(180deg);
}

ul.products li.product .woocommerce-loop-action-buttons {
	position: relative;
	float: left;
	width: 160px !important;
	margin: 9px 0 0;
	padding: 0;
	background-color: #000;
	border: 1px solid #000;
}
ul.products.columns-4 li.product .woocommerce-loop-action-buttons {
	position: absolute;
	margin-top: 0;
	background-color: transparent;
	border: none;
}

.woocommerce-loop-action-buttons div, .woocommerce-loop-action-buttons span {
	color: #fff;
}
.woocommerce-loop-action-buttons a, .woocommerce-loop-action-buttons a *, .woocommerce-loop-action-buttons button {
	font-family: 'Exo 2', sans-serif;
	margin-bottom: 0 !important;
	color: #fff;
	text-decoration: none !important;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 900;
	font-style: italic;
	letter-spacing: 1px;
	word-spacing: .16em;
	white-space: normal;
	color: #ffffff;
}
.woocommerce-loop-action-buttons a {
	display: block;
	width: 100%;
	padding: 2.3px;
}
.woocommerce-loop-action-buttons a:hover {
	color: #fff;
}
.wc-forward::after, .woocommerce-Button--next::after {
	max-height: 20px;
}
ul.products.columns-4 li.product .woocommerce-loop-action-buttons > * {
    border: 1px solid #000;
	border-top-width: 0px;
}
ul.products.columns-4 li.product .woocommerce-loop-action-buttons > .video_date {
	border-top-width: 1px;
}
ul.products.columns-4 li.product .woocommerce-loop-action-buttons > .member_buttons {
	border-width: 2px;
}
.product .woocommerce-loop-action-buttons .video_date {
	background: #000;
	font-weight: 700;
}
.product .woocommerce-loop-action-buttons .video_date .new {
	display: inline-block;
	margin-right: 5px;
	background: #FF0;
	line-height: 10px;
	border-radius: 1em;
	color: #00C;
	font-size: 12px;
	font-family: 'Exo 2', sans-serif;
	font-weight: 900;
	font-style: italic;
	letter-spacing: .01em;
	padding: 0px 6px 2px;
	text-transform: uppercase;
	text-shadow: none;
}
ul.products.columns-4 li.product .woocommerce-loop-action-buttons .video_date.pics_date {
	display: none;
}

.product .woocommerce-loop-action-buttons .video_date.main_date {
	background: #D0D;
	text-shadow: 1px 1px 1px #403, -1px -1px 1px #c0b, 1px -1px 1px #c0b, -1px 1px 1px #403, 0px 1px 1px #403, 1px 0px 1px #c0b, 0px -1px 1px #c0b, -1px 0px 1px #403;
}
.product .woocommerce-loop-action-buttons a {
	position: relative;
	background: #55cfe4; /* Old browsers */
	background: -moz-linear-gradient(-70deg,  #55cfe4 0%, #0047da 0%, #0a46d8 10%, #55cfe4 21%, #37beeb 27%, #0a19cc 35%, #60c5ef 47%, #60c5ef 62%, #0a19cc 82%, #0a19cc 86%, #7db9e8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-70deg,  #55cfe4 0%,#0047da 0%,#0a46d8 10%,#55cfe4 21%,#37beeb 27%,#0a19cc 35%,#60c5ef 47%,#60c5ef 62%,#0a19cc 82%,#0a19cc 86%,#7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(160deg,  #55cfe4 0%,#0047da 0%,#0a46d8 10%,#55cfe4 21%,#37beeb 27%,#0a19cc 35%,#60c5ef 47%,#60c5ef 62%,#0a19cc 82%,#0a19cc 86%,#7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55cfe4', endColorstr='#7db9e8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	text-shadow: 1px 1px 1px #000, -1px -1px 1px #00f, 1px -1px 1px #00f, -1px 1px 1px #000, 0px 1px 1px #000, 1px 0px 1px #00f, 0px -1px 1px #00f, -1px 0px 1px #000;
}
.product .woocommerce-loop-action-buttons a.inactive, ul.products li.product .woocommerce-loop-action-buttons a.inactive span {
	color: #555599;
	pointer-events: none;
}
ul.products li.product .woocommerce-loop-action-buttons a::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	box-shadow: 2px 1px 5px 2px #0a19cc inset;
	background: rgba(200,255,255,0);
}
ul.products li.product .woocommerce-loop-action-buttons a:hover::before {
	background: rgba(150,255,255,0.5);
}
.product .woocommerce-loop-action-buttons a .button_label {
	display: block;
	position: relative;
	font-size: 14px;
	z-index: 2;
}
.product .woocommerce-loop-action-buttons a:hover {
	/*text-shadow: 1px 1px 1px #000, -1px -1px 1px #d0d, 1px -1px 1px #d0d, -1px 1px 1px #000, 0px 1px 1px #000, 1px 0px 1px #d0d, 0px -1px 1px #d0d, -1px 0px 1px #000;*/
	text-shadow: 1px 1px 1px #403, -1px -1px 1px #c0b, 1px -1px 1px #c0b, -1px 1px 1px #403, 0px 1px 1px #403, 1px 0px 1px #c0b, 0px -1px 1px #c0b, -1px 0px 1px #403;
}
.product .woocommerce-loop-action-buttons a .amount {
	font-size: 14px;
	font-weight: 900;
}
/*** ANIMATE SALES PRICES ***/
.product .woocommerce-loop-action-buttons ins span.amount {
	display: inline-block;
	transform: scale(1);
	-webkit-animation-name: bounce;
	-webkit-animation-duration: 1s;
	animation-name: bounce;
	animation-duration: 1s;
	animation-iteration-count: infinite;
}
.woocommerce-loop-action-buttons a del span {
	display: none;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes bounce {
	0% {transform: scale(1)}
	50% {transform: scale(1.05)}
	100% {transform: scale(1)}
}

/* Standard syntax */
@keyframes bounce {
	0% {transform: scale(1)}
	50% {transform: scale(1.05)}
	100% {transform: scale(1)}
}

.product .woocommerce-loop-action-buttons .add_to_cart_button, .product .woocommerce-loop-action-buttons .added_to_cart, .single-product .product .download_button {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff00ff+0,990088+100 */
	background: #ff00ff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff00ff 0%, #990088 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ff00ff 0%,#990088 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ff00ff 0%,#990088 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff00ff', endColorstr='#990088',GradientType=0 ); /* IE6-9 */

	box-shadow: none;
	text-shadow: 1px 1px 1px #403, -1px -1px 1px #c0b, 1px -1px 1px #c0b, -1px 1px 1px #403, 0px 1px 1px #403, 1px 0px 1px #c0b, 0px -1px 1px #c0b, -1px 0px 1px #403;
}
.single-product .product .download_button:hover {
	background: #d0d;
}
.product .woocommerce-loop-action-buttons a.add_to_cart_button::before, .product .woocommerce-loop-action-buttons .added_to_cart::before {
	display: none;
}
.product .woocommerce-loop-action-buttons .add_to_cart_button:hover, .product .woocommerce-loop-action-buttons .added_to_cart:hover {
	background: #D0D;
}
.ajax_add_to_cart.added {
	display: none;
}
.woocommerce-loop-action-buttons .member_buttons {
	position: relative;
	padding-right: 20px;
}
ul.products.columns-4 .woocommerce-loop-action-buttons .member_buttons {
	padding-right: 0;
	width: 85%;
	margin: 0 auto;
	background: #000;
}
.woocommerce-loop-action-buttons .member_buttons .members_buttons_header {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 20px;
	background: #000;
}
.woocommerce-loop-action-buttons .member_buttons .members_buttons_header span {
	position: absolute;
	top: 50%;
	left: 50%;
	padding-left: 6px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 700;
	transform: rotate(90deg) translate(-50%,-50%);
	transform-origin: left top 0;
}
ul.products.columns-4 .woocommerce-loop-action-buttons .member_buttons .members_buttons_header {
	position: relative;
	bottom: auto;
	width: 100%;
	overflow: hidden;
	height: 20px;
	z-index: 10;
}
ul.products.columns-4 .woocommerce-loop-action-buttons .member_buttons .members_buttons_header span {
	top: 0;
	text-transform: none;
	letter-spacing: normal;
	transform: translateX(-50%);
	transform-origin: center center;
}

/* WOOCOMMERCE ERRORS */
#content ul.woocommerce-error {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
	margin: 147px 0 0 !important;
	width: 100%;
	text-align: center;
    z-index: 9999;
}

/* SINGLE PRODUCT PAGES */
@media screen and (min-width: 768px){
	.storefront-full-width-content.single-product div.product .summary {
		width: 100% !important;
		float: left !important;
	}
}

.sf_box_outer {
	position: relative;
	display: block;
	background-color: #4BF;
	padding: 9px;
	box-shadow: inset 5px 5px 3px #13A, inset -5px -5px 3px #13A;
	width: 100%;
	margin: 0 auto 18px;
}
.sf_box_outer.member_clip {
	width: 400px;
	max-width: 100%;
}
.sf_box_inner {
	position: relative;
	display: block;
	background-color: #FFF;
	padding: 10px;
	box-shadow: inset 6px 6px 6px #68B, inset -6px -6px 6px #656;
	overflow: hidden;
	line-height: 1.25;
}
.sf_box_inner [class^="col_"] {
	position: relative;
	text-align: center;
	width: 32%;
	padding: 0;
}
.sf_box_inner .col_center {
	display: inline-block;
	width: 200px;
}
.sf_box_inner .col_left {
	float: left;
	padding-right: 1%;
}
.sf_box_inner .col_right {
	float: right;
	width: 68%;
	padding-left: 1%;
}
.sf_box_inner .col_full {
	display: block;
	width: 100%;
}
.sf_box_inner .description {
	text-align: center;
	font-weight: 700;
	margin-bottom: 8px;
}
.video_details .sf_box_inner .description {
	font-weight: 400;
}
.main_image_wrap {
	position: relative;
	max-width: 196px;
}
.main_image {
	display: block;
	position: relative;
	height: 0;
	padding-bottom: 77.040816%;
	overflow: hidden;
}
.main_image .attachment-woocommerce_thumbnail {
	width: 100%;
}
.main_image .resolution_img {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
}
.single-product h1, .single-product h2 {
	font-size: 12px;
	font-weight: 700;
}
.single-product .woocommerce-loop-product__model {
	margin-bottom: 0;
}
.single-product .product .woocommerce-loop-action-buttons .add_to_cart_button, .single-product .product .woocommerce-loop-action-buttons .added_to_cart, .single-product .product .download_button {
	display: inline-block;
	width: auto;
	border: 1px solid #000;
	padding: 4px 26px 6px;
	margin: 2px auto 4px !important;
	font-size: 17px;
}
.single-product .product .woocommerce-loop-action-buttons .add_to_cart_button.added {
	display: none;
}
.highlight_category.knockout {
	position: absolute;
	bottom: -2px;
	left: 50%;
	transform: translateX(-50%) scale(1.25,1) skewX(-10deg);
	background: #f00;
	padding: 1px 12px 4px;
	border-radius: 1em;
	border: 2px solid #000;
	color: rgb(255,255,200);
	font-family: 'Exo 2', sans-serif;
	font-weight: 400;
	font-style: italic;
	text-shadow: 0 0 1px #000, 0 0 1px #000, 0 0 6px #000;
	line-height: 12px;
	font-size: 16px;
	text-transform: uppercase;
	box-shadow: 0 0 4px 1px rgba(255,255,255,0.8), -2px -2px 2px 1px rgba(0,0,0,0.4) inset, 2px 3px 4px 2px rgba(255,255,255,0.5) inset;
}
.video_info, .model_info {
	display: inline-block;
	margin: 10px 0;
	color: #fff;
	border: 1px solid #777;
	overflow: hidden;
	width: 175px;
	max-width: 95%;
	line-height: 16px;
	font-weight: 700;
}
.video_details .video_info {
	margin-bottom: 5px;
}
.video_price {
	font-weight: 700;
	margin: 2px auto 0px;
}
.video_info div, .model_info div {
	float: left;
	width: 50%;
	background: #333;
	border: 1px solid #777;
}
.video_info .value, .model_info .value {
	background: #000;
}
.model_link {
	font-weight: 700;
	margin-bottom: 5px;
}
.video_problems {
	font-weight: 700;
	margin-bottom: 0;
}
.preview_title {
	font-family: 'Exo 2', sans-serif;
	font-size: 18px;
	font-weight: 900;
	font-style: italic;
	letter-spacing: .02em;
	word-spacing: .16em;
	color: #bb0000;
	text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff, 1px 1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 2px 2px 1px #00f, -2px -2px 1px #00f, 2px -2px 1px #00f, -2px 2px 1px #00f, 0px 2px 1px #00f, 2px 0px 1px #00f, 0px -2px 1px #00f, -2px 0px 1px #00f, 2px 2px 1px #00f, -2px -2px 1px #00f, 2px -2px 1px #00f, -2px 2px 1px #00f;
	text-align: center;
	text-transform: uppercase;
}
.member_clip_download_link {
	display: block;
	width: 198px;
	margin: 0 auto;
}
.member_clip_download_link .main_image_wrap {
	max-width: 100%;
}
.member_clip_download_link .main_image {
	display: block;
	overflow: hidden;
	border: 1px solid transparent;
	border-radius: 6px
}
.member_clip_download_link .main_image a {
	display: block;
}
.member_clip_download_link .main_image:hover {
	border-color: #00F;
}
.member_pics_wrap .member_pics, .preview_pics {
	font-size: 0;
	text-align: center;
}
.member_pics a, .preview_pics a {
	line-height: 0;
}
body.logged-in .member_pics a.member_login {
	display: inline;
}
.member_pics a img, .preview_pics a img {
	display: inline-block;
	width: 24.25%;
	margin: 0 1% 1% 0;
	border: 1px solid transparent;
	cursor: zoom-in;
}
.preview_pics.large a img {
	width: 49.5%;
}
.member_pics a img {
	width: 19.2%;
}
.member_pics > a:nth-child(5n) img, .member_pics > a:last-child img, .preview_pics > a:nth-child(4n) img, .preview_pics > a:last-child img, .preview_pics.large > a:nth-child(2n) img {
	margin-right: 0;
}
.member_pics a:hover img, .preview_pics a:hover img {
	border-color: #00f;
}
.content_description {
	margin: 8px 0 !important;
	text-align: center;
	font-weight: 700;
	color: #800080;
	clear: both;
}
.clip_details {
	margin: 8px 0 2px !important;
	text-align: center;
	font-weight: 700;
}
.clip_details > p {
	margin: 0 !important;
}
.clip_description {
	color: #800080;
}
a.download_gallery_zip {
	display: inline-block;
	padding: 0px 14px;
	margin: -2px 0 1%;
	text-transform: uppercase;
}
a.download_gallery_zip:hover {
	color: #fff;
}
.compensate-for-scrollbar { margin-right: 0 !important; }
.fancybox-container { z-index: 100000; }
a[data-fancybox]. a.fancybox { cursor: zoom-in; }

/* INDIVIDUAL MODEL PAGE */
.model_info_wrap {
	display: block;
	overflow: hidden;
	margin: 0 0 10px;
}
.model_name h1 {
	width: 442px;
	max-width: 95%;
	font-size: 25px;
	letter-spacing: 0.02em;
	padding-bottom: 4px;
}
.model_info {
	width: 440px;
	background: #000;
	margin: 0;
	box-sizing: content-box;
}
.model_info div {
	width: 100%;
	margin-bottom: -1px;
	line-height: 18px;
}
.model_info div a {
	color: #fff;
	text-decoration: none;
}
.model_info div a:hover {
	color: #fff;
	text-decoration: underline;
}
.model_info.top_row_count_5 .custom_field_wrap:nth-child(-n+5) {
	width: 20%;
}
.model_info.top_row_count_5 .custom_field_wrap:nth-child(n+6) .label {
	width: 30%;
}
.model_info.top_row_count_5 .custom_field_wrap:nth-child(n+6) .value {
	width: 70%;
}

/* MODELS ARCHIVE PAGE */
.models_archive .sf_box_outer {
	/*margin: 18px auto 0;*/
}
.models_archive .model_name a {
	display: block;
	width: 70%;
	margin: 0 auto;
	text-decoration: none !important;
}
.models_archive .model_name h1 {
	width: 100%;
	max-width: 100%;
	margin-top: 0;
	text-align: center;
}
.models_archive .model_info {
	margin-top: 4px;
	width: 100%;
	max-width: 100%;
}
.models_archive .sf_box_inner .col_right {
	padding-right: 4px;
}
.model_wrap .model_info_wrap {
	margin-bottom: 20px;
}
.video_count {
	font-weight: 700;
}
.model_wrap .video_count {
	position: absolute;
	margin: 0;
	bottom: 12px;
	right: 0;
}
	

/* WOOCOMMERCE MY ACCOUNT */
.woocommerce-MyAccount-navigation {
	background: #fff;
	padding: 0 20px;
}
body.woocommerce-account .woocommerce {
	display: block;
	clear: both;
	overflow: hidden;
}
@media screen and (min-width: 768px){
	.woocommerce-MyAccount-navigation {
		width: 25%;
	}
	.woocommerce-MyAccount-content {
		width: 69%;
	}
}

/* WOOCOMMERCE MY ACCOUNT LOGIN */
.col2-set .col-1, .col2-set .col-2 {
	background-color: #111;
	padding: 8px 14px;
}
#customer_login h2, #customer_login p, #customer_login label, .login_to_checkout h1 {
	color: #fff;
}
.login_to_checkout h1 {
	text-align: center;
	margin-bttom: 0;
}

/* LOGIN MODAL */
#login_modal.no_join_link .join_now {
	display: none;
}

/* SINGLE PAGES */
#custom_tabbed_content_wrap .tab_content {
	display: none;
}
#custom_tabbed_content_wrap .tab_content.active {
	display: block;
}

/* PROMO TRAILERS */
.sf_box_outer.old_trailer {
	width: 80%;
}

/* FREE TOUR PICS */
.free_tour_pics {
	padding: 0 2% 0;
}
.gallery br {
	display: none;
}
.gallery a {
	display: block;
    float: left;
    width: 32.333%;
    position: relative;
    top: 0;
    margin: 0 1.5% 1.5% 0;
}
.gallery a:nth-child(3n-1) {
	margin-right: 0;
}
.gallery a:last-child::after {
	content: " ";
	display: block;
	float: none;
	clear: both;
}
.gallery a img {
	border: 1px solid #fff;
}
.gallery a:hover img {
	border-color: #00f;
}

/* DARK BOX */
.sf_box_dark {
	position: relative;
	display: block;
	overflow: hidden;
	background-color: #585858;
}
.sf_box_dark p, .sf_box_dark > div {
	display: block;
	overflow: hidden;
	background-color: #000;
	color: #fff;
	font-weight: 700;
}
.sf_box_dark > p, .sf_box_dark > div {
	margin: 3px;
	padding: 2px 4px;
}
.sf_box_dark a {
	color: #f00;
}

/* FREE TOUR - FEATURES */
.sf_box_dark .features_languages {
	margin-top: -5px;
	padding-top: 0;
}
.free_tour_flag {
	float: left;
	width: 20%;
}
.free_tour_flag:nth-child(5) {
	clear: left;
}
.free_tour_flag img {
	position: relative;
	display: inline-block;
	top: 5px;
	width: 14%;
}
.sf_box_dark .gallery {
	background-color: transparent;
	padding: 0 5%;
}
.sf_box_dark .gallery a {
	margin-bottom: 0;
}

/* SUPPORT - FAQs */
.sf_box_dark .faq_wrap {
	padding: 0;
}
.faq_wrap .question {
	padding: 2px 4px;
	cursor: pointer;
}
.faq_wrap .question:hover {
	text-decoration: underline;
}
.faq_wrap .answer_wrap {
	display: block;
	max-height: 0;
	overflow: hidden;
	transition: 0.5s all;
}
.faq_wrap .answer {
	display: block;
	padding: 2px 4px;
	background-color: #292929;
	font-weight: 400;
}

/* SUPPORT - HIRING */
#hiring-tab .sf_box_dark > div {
	text-align: center;
	padding: 10px 20px 0;
}

/* SUPPORT - CONTACT */
#contact-tab .sf_box_dark > div {
	text-align: center;
	padding: 10px 20px 0;
}
#contact-tab .sf_box_dark h3 {
	margin-bottom: 0;
	color: #fff;
	text-align: center;
	font-weight: 700;
	font-size: 14px;
	text-decoration: underline;
}

/* LINKS */
.sf_box_dark .links_title {
	text-align: center;
	background-color: #333;
}
.links_banner {
	display: block;
	width: 75%;
	margin: 2.5% auto;
}
.links_banner img {
	width: 100%;
}
.links_banner a img {
	border: 2px solid #fff;
}
.links_banner a:hover img {
	border-color: #f00;
}

/* JOIN PAGE */
.join_page {
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden;
}
.join_page .col {
	position: relative;
	width: 27%;
	padding: 0;
	float: left;
	text-align: center;
}
.join_page .col.features {
	width: 46%;
	box-shadow: none;
}
.join_page .col.product.option_1 {
	padding: 3px 6px 8px;
}
.join_page .features_box {
	padding: 8px 2px;
	margin: 0 12px 12px;
	box-shadow: 1px 1px 1px #fff, -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, 0px 1px 1px #fff, 1px 0px 1px #fff, 0px -1px 1px #fff, -1px 0px 1px #fff, 2px 2px 1px #20457c, -2px -2px 1px #20457c, 2px -2px 1px #20457c, -2px 2px 1px #20457c, 0px 2px 1px #20457c, 2px 0px 1px #20457c, -2px 0px 1px #20457c, 0px -2px 1px #20457c, 3px 3px 1px rgba(255, 255, 255, 0.5) inset, -3px -3px 2px rgba(0, 0, 0, 0.5) inset;
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
	line-height: 19px;
	word-spacing: .15em;
	text-shadow: 3px 3px 1px rgba(0, 0, 0, 0.6), 2px 2px 1px rgba(0, 0, 0, 0.6), 1px 1px 1px #002c86, -1px -1px 1px #003c96, 1px -1px 1px #003c96, -1px 1px 1px #003c96;
	text-align: center;
	text-decoration: none;
	letter-spacing: .01em;
}
.join_page .features_box.get_access {
	background-color: rgba(0, 0, 180, 0.7);
}
.join_page .features_box.full_length {
	background-color: rgba(150, 0, 160, 0.8);
}
.join_page .product {
	display: block;
	box-shadow: 4px 2px 8px rgba(230, 230, 255, 0.9) inset, -4px -4px 6px rgba(0, 0, 100, 0.45) inset;
}
.join_page .col .product {
	float: left;
	width: 100%;
}
.join_page h1, .join_page .price {
    line-height: 130%;
    margin-bottom: 12px;
    font-size: 25px;
	font-weight: 900;
	text-transform: uppercase;
    color: #ce0000;
    letter-spacing: .02em;
    text-shadow: 1px 1px 1px #fff, -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, 0px 1px 1px #fff, 1px 0px 1px #fff, 0px -1px 1px #fff, -1px 0px 1px #fff, 1px 1px 1px #fff, -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, 0px 1px 1px #fff, 2px 0px 1px #fff, 0px -2px 1px #fff, -1px 0px 1px #fff, 2px 2px 2px #509, -2px -2px 2px #509, 2px -2px 2px #509, -2px 2px 2px #509, 2px 2px 2px #509, -2px -2px 2px #509, 2px -2px 2px #509, -2px 2px 2px #509, 0px 2px 2px #509, 2px 0px 2px #509, 0px -2px 2px #509, -2px 0px 2px #509, 0px 2px 3px #509, 2px 0px 3px #509, 0px -2px 3px #509, -2px 0px 3px #509;
    font-family: 'Enter Sansman Italic', sans-serif;
}
.join_page h2, .join_page h3 {
	color: #b61ab6;
	margin: 4px 0px 3px;
	text-shadow: 1px 1px 2px #f6f8fb, -1px -1px 2px #f6f8fb, 1px -1px 2px #f6f8fb, -1px 1px 2px #f6f8fb, 0px 1px 2px #f6f8fb, 1px 0px 2px #f6f8fb, 0px -1px 2px #f6f8fb, -1px 0px 2px #f6f8fb, 1px 1px 1px #f6f8fb, -1px -1px 1px #f6f8fb, 1px -1px 1px #f6f8fb, -1px 1px 1px #f6f8fb, 0px 1px 1px #f6f8fb, 1px 0px 1px #f6f8fb, 0px -1px 1px #f6f8fb, -1px 0px 1px #f6f8fb;
	font-family: 'Audiowide', cursive;
	font-weight: 200;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
.join_page h3 {
	font-size: 14px;
}
.join_now_button, .join_now_button:hover {
	border: 1px solid #000;
	max-width: 180px;
}

/* RESPONSIVE STYLES */
@media screen and (min-width: 1024px){
	.mobile_only {
		display: none !important;
	}
}
@media (max-width: 66.4989378333em) {
	.col-full {
		margin-left: auto;
		margin-right: auto;
	}
}
/*@media screen and (max-width: 1069px){*/
@media screen and (max-width: 1023px){
	.desktop_only {
		display: none !important;
	}
	/* Header / Mobile menu */
	.site-header .custom-logo-link {
		position: relative;
		height: 58px;
	}
	.site-header .site-branding img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.site-header .site-branding .site-description {
		display: none;
	}
	.menu-toggle, .handheld-navigation, .main-navigation.toggled .handheld-navigation, .main-navigation.toggled div.menu, .main-navigation ul li a {
		position: relative;
		display: block;
	}
	.main-navigation ul li, .secondary-navigation ul li, .main-navigation ul li, .secondary-navigation ul li a {
		display: block;
		width: 100%;
		text-align: center;
	}
	.primary-navigation {
		display: none;
	}
	#site-header-cart > li:first-child {
		display: inline;
	}
	#site-header-cart > li:last-child {
		position: absolute;
		right: 0;
		width: 300px;
	}
	.handheld-navigation, .nav-menu, .main-navigation div.menu > ul:not(.nav-menu) {
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	.main-navigation:not(.toggled) .handheld-navigation {
		max-height: 0px !important;
	}
	button.menu-toggle, button.menu-toggle:hover {
		float: left;
		margin: 0;
		padding: 0;
		width: 150px;
		background: #D0D;
		background: linear-gradient(#F0F, #908);
		border: 1px solid #000;
		border-radius: 0;
		color: #ffffff;
		text-align: center;
		text-transform: uppercase;
		text-shadow: 1px 1px 1px #403, -1px -1px 1px #c0b, 1px -1px 1px #c0b, -1px 1px 1px #403, 0px 1px 1px #403, 1px 0px 1px #c0b, 0px -1px 1px #c0b, -1px 0px 1px #403;
		text-decoration: none;
		font-family: 'Exo 2', sans-serif;
		font-size: 1.34em;
		font-weight: 800;
		font-style: italic;
		line-height: 30px;
		height: 32px;
	}
	button.menu-toggle span, button.menu-toggle:hover span {
		padding-left: 16px;
	}
	button.menu-toggle::after, button.menu-toggle::before, button.menu-toggle span::before {
		background-color: #fff;
		box-shadow: 1px 1px 1px #403, -1px -1px 1px #c0b, 1px -1px 1px #c0b, -1px 1px 1px #403, 0px 1px 1px #403, 1px 0px 1px #c0b, 0px -1px 1px #c0b, -1px 0px 1px #403;
	}
	.toggled button.menu-toggle::before, .toggled button.menu-toggle::after {
		box-shadow: none;
	}
	.storefront-primary-navigation .col-full {
		margin: 0;
	}
	
	/* Mini Cart */
	#header-center {
		z-index: 10;
		position: relative;
	}
	#site-header-cart {
		top: 63px;
		width: auto;
	}
	/*
	.site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
		left: 0;
		display: block;
	}
	*/

	/* Left side */
	#side-left {
		display: none;
	}
	
	/* Sub menu */
	.menu_sub {
		width: 100%;
		height: auto;
	}
	.menu_sub .select2-container {
		margin-bottom: 7px;
	}
	.sub-menu-navigation ul.menu, .sub-menu-navigation ul.menu li {
		height: auto;
	}
	.menu_sub .widget {
		padding: 0 4px 4px;
	}
	.menu_sub .widget:last-child {
		padding-bottom: 0;
	}
	
	/* Footer */
	#sf_page_mobile_footer {
		display: block;
		overflow: hidden;
		clear: both;
		margin-top: 2em;
	}
	#footer-left {
		float: left;
		width: 48%;
	}
	#footer-stats {
		float: right;
		width: 48%;
	}
	#footer-stats .right_stats_box, #footer-stats .right_stats {
		width: 100%;
	}

	/* Primary Content Area */
	#primary {
		padding: 20px 0;
	}

	/* What's New */
	.storefront-full-width-content .site-main ul.products.columns-4 li.product {
		display: block;
		width: 100%;
		margin: 0 0 18px;
		clear: both;
		overflow: hidden;
	}
	.woocommerce .woocommerce.columns-4 {
		padding: 0;
		box-shadow: none;
		margin-right: 0;
	}
	ul.products.columns-4, .woocommerce .woocommerce.columns-4 {
		background-color: transparent;
		padding: 0;
		box-shadow: none;
		overflow: hidden;
	}
	ul.products.columns-4 li.product .product_inner {
		position: relative;
		float: left;
		background-color: #4BF;
		padding: 9px;
		box-shadow: inset 5px 5px 3px #13A, inset -5px -5px 3px #13A;
		width: calc(100% - 150px) !important;
		margin-right: -10px;
	}
	ul.products.columns-4 li.product .woocommerce-LoopProduct-link {
		background-color: #FFF;
		min-height: 177px;
		padding: 10px;
		box-shadow: inset 6px 6px 6px #68B, inset -6px -6px 6px #656;
		overflow: hidden;
	}
	ul.products.columns-4 li.product .woocommerce-loop-action-buttons {
		position: absolute;
		top: 10px;
		right: -150px;
	}
	.columns-4 .woocommerce-loop-left, .columns-4 .woocommerce-loop-content-wrap {
		text-align: center;
	}
	ul.products.columns-4 .woocommerce-loop-action-buttons .member_buttons {
		width: 100%;
	}

	/* Video Gallery */
	.storefront-sorting {
		margin-bottom: 1em;
	}
	.woocommerce-loop-left, .woocommerce-loop-content-wrap {
		width: 100%;
	}
	.woocommerce-loop-img-wrap {
		text-align: center;
	}
	.main_image_wrap {
		display: block;
		margin: 0 auto;
	}
	.toggle_link.border_toggle_link {
		right: 0;
		width: 100%;
	}
	
	/* Columns */
	.col-full {
		margin-left: 1.65em;
		margin-right: 1.65em;
	}
	.sf_box_inner [class^="col_"], .sf_box_inner .col_left, .sf_box_inner .col_right {
		display: block;
		width: 100%;
	}
	
	/* Member Pics Gallery */
	.member_pics a img {
		width: 23%;
		margin: 0 2% 2% 0;
	}
	.member_pics > a:nth-child(5n) img {
		margin-right: 2%;
	}
	.member_pics > a:nth-child(4n) img, .member_pics > a:last-child img {
		margin-right: 0;
	}
	
	/* Foxes */
	.models_archive .model_name a {
		width: 80%;
	}
	.video_info div, .model_info div {
		border: none;
		border-top: 1px solid #777;
		text-align: center;
	}
	.video_info .value, .model_info .value {
		border-left: 1px solid #777;
	}
	
	/* Single Fox Page */
	.model_name h1 {
		max-width: 100%;
		text-align: center;
	}
	.model_info {
		display: block;
		width: 100%;
		max-width: 100%;
	}
	
	/* Join Page */
	.join_page .col {
		width: 50%;
	}
	.join_page .col.features {
		width: 100%;
	}

	/* Links */
	.links_banner {
		width: 95%;
	}
	
	/* Footer */
	.site-footer .site-info {
		width: 100%;
	}
}