/**************************************************** WOOCOMMERCE GENERAL ****************************************************/
.woocommerce a.button,
.woocommerce button.button {
	display: inline-block !important;
	background: linear-gradient(to left, #c93516 0%, #ff9602 100%);
	color: #fff !important;
	text-decoration: none !important;
	text-transform: none !important;
	height: 44px !important;
	font-size:14px !important;
	line-height: 44px !important;
	font-weight:700 !important;
	padding: 0 30px !important;
	border-radius: 64px !important;
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);
}
.woocommerce a.button:hover,
.woocommerce button.button:hover {
	display: inline-block;
	background: linear-gradient(to right, #c93516 0%, #ff9602 100%);
	color: #fff;
	text-decoration: none;
	box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.4);
}
.woocommerce-message {
	border-top: 5px solid #fff;
    background-color: #00f8a6;
	padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    background: linear-gradient(to left, #00b67a 0%, #00f8a6 100%);
    color: #fff;
	border-radius: 4px;
	box-shadow: 0px 0 10px 0px rgba(0,0,0,0.3);
}
.woocommerce-info {
	border-top: 5px solid #fff;
    background-color: #00f8a6;
	padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
   background: linear-gradient(to right, #c93516 0%, #ff9602 100%);
    color: #fff;
	border-radius: 4px;
	box-shadow: 0px 0 10px 0px rgba(0,0,0,0.3);
}
/**************************************************** CATEGOREY HEADER ****************************************************/
.tax-product_cat #layout.pagewidth {
	background-image: url(/wp-content/uploads/own3d-2020-bg-01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	color: #fff;
}
.tax-product_cat #content {
	padding: 45px 0;
	max-width: 1600px;
	margin: 0 auto;
	text-align: center;
}
.tax-product_cat.woocommerce .woocommerce-breadcrumb {
	display: none;
}
.tax-product_cat .page-title {
	color: #fff;
	margin: 0 0 5px;
	font-size: 30px;
    line-height: 36px;
}
.tax-product_cat .term-description p {
	text-align: center !important;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	opacity: 0.7;
}
@media (max-width: 1460px) {
.tax-product_cat .term-description p {
	padding-left: 50px;
	padding-right: 50px;
}
}
@media (max-width: 1024px) {
.tax-product_cat .term-description p {
	font-size: 13px;
	line-height: 18px;
	opacity: 0.9;
}
}
@media (max-width: 680px) {
.tax-product_cat .term-description p {
	font-size: 12px;
	line-height: 16px;
	opacity: 1;
	padding-left: 50px;
	padding-right: 50px;
}
}
/**************************************************** CATEGOREY FILTER ****************************************************/
.tax-product_cat .left-side-container {
	padding: 10px;
	background: #181e23;
	margin: 0 0 30px;
}
@media (max-width: 1024px) {
.tax-product_cat .left-side-container {
	padding: 5px 10px;
}
}
@media (max-width: 768px) {
.tax-product_cat .left-side-container {
	padding: 5px;
}
}
.tax-product_cat #elastic-search-box .wrapper {
	max-width: 100%;
}
.tax-product_cat .filter-box {
	padding: 0;
}
.tax-product_cat .filter-block>div {
	width: auto;
	margin-right: 20px;
}
@media (max-width: 1280px) {
.tax-product_cat .filter-block>div {
	margin-right: 5px;
}
}
@media (max-width: 768px) {
.tax-product_cat .filter-block>div {
	margin-right: 0;
	padding-right: 0;
}
}
.tax-product_cat .search-input {
	width: 450px;
    border: 0!important;
    border-radius: 64px !important;
    color:#575f63;
    font-size: 14px!important;
    background-color: #fff!important;
}
@media (max-width: 1280px) {
.tax-product_cat .search-input {
	width: 350px;
}
}
@media (max-width: 1024px) {
.tax-product_cat .search-input {
	width: 250px;
}
}
@media (max-width: 1024px) {
.tax-product_cat .search-input {
	width: 100%;
	box-sizing: border-box;
}
}
.tax-product_cat .filter-box button {
	width: 125px;
	border: 0!important;
    border-radius: 64px !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	color:#0d1114 !important;
}
@media (max-width: 1024px) {
.tax-product_cat .filter-box button {
	width: 100px;
    border-radius: 64px !important;
}
}
@media (max-width: 768px) {
.tax-product_cat .filter-box button {
	width: 100%;
	box-sizing: border-box;
	margin-top: 3px;
}
}
.tax-product_cat .filter-block .filter-box:first-of-type button {
	width: 200px !important;
}
.tax-product_cat .filter-list li {
	padding: 5px;
	font-size:13px;
	line-height: 16px;
}
@media (max-width: 768px) {
	.tax-product_cat .toggle-buttons {
		text-align: center;
	}
}
.tax-product_cat .toggle-buttons a {
	display: inline-block;
	font-size:12px;
	line-height: 32px;
	color: #fff;
	border: 0;
	border-radius: 32px !important;
	height: 32px !important;
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);
	padding: 0 12px !important;
	min-height: inherit;
}
@media (max-width: 1280px) {
.tax-product_cat .toggle-buttons a {
	font-size:10px;
	line-height:22px;
	border-radius: 22px !important;
	height: 22px !important;
	padding: 0 8px !important;
}
}
.tax-product_cat .toggle-buttons a:hover {
	box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.4);
	text-decoration: none;
}
.tax-product_cat .toggle-buttons a:first-of-type {
	background: linear-gradient(to left, #683bd6 0%, #8d63f2 100%);
}
.tax-product_cat .toggle-buttons a:first-of-type:hover {
	background: linear-gradient(to right, #683bd6 0%, #8d63f2 100%);
}
.tax-product_cat .toggle-buttons a:nth-of-type(2) {
	background: linear-gradient(to left, #c93516 0%, #ff9602 100%);
}
.tax-product_cat .toggle-buttons a:nth-of-type(2):hover {
	background: linear-gradient(to right, #c93516 0%, #ff9602 100%);
}
.tax-product_cat .toggle-buttons a:last-of-type {
	background: linear-gradient(to left, #ae0019 0%, #f30023 100%);
}
.tax-product_cat .toggle-buttons a:last-of-type:hover {
	background: linear-gradient(to right, #ae0019 0%, #f30023 100%);
}
@media (max-width: 768px) {
.show-filters {
	display: block !important;
	background: linear-gradient(to left, #8d63f2 0%, #663bce 100%) !important;
	color: #fff;
	height: 44px !important;
	line-height: 44px !important;
	border-radius: 64px !important;
	width: 100% !important;
	box-sizing: border-box !important;
	padding: 0 !important;
	border: 0 !important;
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2) !important;
	font-size: 14px !important;
}
.show-filters:Hover {
	background: linear-gradient(to right, #8d63f2 0%, #663bce 100%) !important;
	text-decoration: none !important;
	box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.4) !important;
	color: #fff !important;
}
}
/**************************************************** CATEGOREY SELECTED FILTER ****************************************************/
.tax-product_cat .selected-filters {
	padding: 0 10px;
	margin: -20px 0 0;
}
.tax-product_cat .selected-filters a:hover {
	text-decoration: none;
}
/**************************************************** CATEGOREY PRODUCTS ****************************************************/
.tax-product_cat .result-card {
	border-radius:4px !important;
	box-shadow: 0px 0 12px 0px rgba(0,0,0,0.2) !important;
}
.tax-product_cat .result-card:hover {
	box-shadow: 0px 0 20px 0px rgba(0,0,0,0.4) !important;
	text-decoration: none !important;
}
.tax-product_cat .result-card-image {
	border-radius:4px !important;
}
.tax-product_cat .result-card-title {
	text-transform: none!important;
	color:#0d1114 !important;
}
.tax-product_cat .result-card:hover .result-card-title {
	color: #ff9602 !important;
}
.tax-product_cat .bigger-card>.result-card-title {
	padding: 10px 15px !important;
}
/**************************************************** CATEGOREY POP UP ****************************************************/
.tax-product_cat .hover-area {
	background-color: #0d1114;
	border-radius: 4px;
	border: 0 !important;
	padding: 5px !important;
}
.tax-product_cat .hover-area-description,
.tax-product_cat .hover-area-description-right-side {
	text-align: center !important;
	padding: 0 !important;
	box-sizing: border-box !important;
	margin: 0 !important;
}
.tax-product_cat .hover-area-description span,
.tax-product_cat .hover-area-description-right-side b {
	padding-top: 5px !important;
	color: #fff !important;
	font-size:14px !important;
	font-weight: 400 !important;
	display: block !important;
}
.tax-product_cat .hover-area-description-compatible-with {
	height: 66px !important;
	width: auto !important;
}
.tax-product_cat .buy-button {
	border:0 !important;
	font-size:12px !important;
}
/**************************************************** CATEGOREY PAGINATION ****************************************************/
.tax-product_cat .results-pagination a {
	border-radius: 32px;
	background-color: rgba(24,30,35,0.2);
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	padding: 0;
	text-align: center;
	border: 0;
}
.tax-product_cat .results-pagination a:first-of-type,
.tax-product_cat .results-pagination a:last-of-type{
	width: auto;
	padding: 0 15px;
}
.tax-product_cat .results-pagination>.active,
.tax-product_cat .results-pagination a:hover {
	color: #fff;
	background: linear-gradient(to left, #c93516 0%, #ff9602 100%);
	border: 0;
}
.tax-product_cat .results-pagination a.css-dvxycr {
	background: #fff;
	height: 30px;
	line-height: 30px;
	min-height: 30px;
	border: 1px solid;
	border-color: rgba(24,30,35,0.2);
	color: rgba(24,30,35,0.2);
}
/**************************************************** CATEGOREY SEO ****************************************************/
.tax-product_cat #body .themify_builder_content {
	background: #181e23;
	padding-top: 100px;
	padding-bottom: 100px;
	color: #bdc7d6;
	margin-top: 50px;
}
.tax-product_cat #body .themify_builder_content:nth-of-type(2) {
	display: none !important;
}
.tax-product_cat #body .themify_builder_content h2 {
	font-size:24px;
	line-height: 30px;
	margin: 0 0 10px;
}
.tax-product_cat #body .themify_builder_content h3 {
	font-size:20px;
	line-height: 30px;
	margin: 0 0 5px;
	color: #fff;
}
.tax-product_cat #body .themify_builder_content .module-image {
	background: #141a1e;
	padding: 10px;
	border-radius:4px;
	margin: 0 0 25px;
}
.tax-product_cat #body .themify_builder_content p,
.tax-product_cat #body .themify_builder_content p span,
.tax-product_cat #body .themify_builder_content .image-caption {
	font-weight:300 !important;
	font-size:14px;
	line-height: 20px;
}
.tax-product_cat .seo-cat-box {
	margin: 0 auto;
	max-width: 1460px;
	width: 100%;
}
/**************************************************** SINGLE PRODUCT ****************************************************/
@media (max-width: 1460px) {
.single-product #layout.pagewidth {
	padding-left: 50px;
	padding-right: 50px;
}
.single-product #content .themify_builder_row .row_inner {
	padding-left: 0;
	padding-right: 0;
}
}
@media (max-width: 680px) {
.single-product #layout.pagewidth {
	padding-left: 25px;
	padding-right: 25px;
}
.single-product #content {
	padding: 15px 0;
}
}
.single-product.woocommerce .woocommerce-breadcrumb {
    margin: 0 0 1em;
    padding: 0;
    font-size: 12px;
	line-height: 18px;
    color: #8d63f2;
}
@media (max-width: 680px) {
.single-product.woocommerce .woocommerce-breadcrumb {
    margin: 0 0 15px;
    font-size: 10px;
	line-height: 16px;
}
}
.woocommerce #content div.product div.images, 
.woocommerce div.product div.images, 
.woocommerce-page #content div.product div.images, 
.woocommerce-page div.product div.images {
	width: 20%;
}
@media (max-width: 680px) {
.woocommerce #content div.product div.images, 
.woocommerce div.product div.images, 
.woocommerce-page #content div.product div.images, 
.woocommerce-page div.product div.images {
	width: 100%;
	float: none;
}
}
.woocommerce div.product div.images .flex-control-thumbs {
	margin: 5px 0 0;
}
.woocommerce #content div.product div.summary, 
.woocommerce div.product div.summary, 
.woocommerce-page #content div.product div.summary, 
.woocommerce-page div.product div.summary {
    width: 75%;
}
@media (max-width: 680px) {
.woocommerce #content div.product div.summary, 
.woocommerce div.product div.summary, 
.woocommerce-page #content div.product div.summary, 
.woocommerce-page div.product div.summary {
	width: 100%;
	float: none;
}
}
.single-product.woocommerce div.product .product_title {
	margin: 0 0 10px;
	color: #0d1114;
}
.single-product.woocommerce #content div.product p.price,
.single-product .product_meta,
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs,
.single-product.woocommerce #content div.product .woocommerce-tabs h2 {
	display: none;
}
.single-product .coupon {
	font-size: 12px;
    line-height: 14px;
	color: #ff0012;
}
.single-product .reduced_price {
	display: inline-block;
    color: #5a5c59;
	font-size: 24px;
    line-height: 30px;
	font-weight: 700;
}
.single-product .action_price {
    display: inline-block;
    color: #ff0012;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin: 0 0 5px;
}
.features-list-element,
.overlay-features-list-element .module-icon {
	font-weight: 300;
	font-size:14px;
	line-height: 20px;
	padding: 4px 0;
}
@media (max-width: 680px) {
.features-list-element,
.overlay-features-list-element .module-icon {
	font-size:12px;
	line-height: 18px;
}
}
.overlay-features-list-element .module-icon span {
	font-weight: 300;
	font-size:14px;
	line-height: 20px;
	margin: 0;
}
.features-list-element i,
.overlay-features-list-element .module-icon i {
	margin-right: 7px;
}
.overlay-features-list-element .module-icon.large i {
	background: none !important;
    font-size:14px;
	line-height: 20px;
    width: auto;
    height: auto;
	color: #575f63 !important;
	padding: 0;
}
.woocommerce-product-details__short-description .btn,
.woocommerce-product-details__short-description .btn-packages-legend{
	display: none;
}
.single-product.woocommerce div.product form.cart {
	margin: 15px 0 10px;
}
.single-product.woocommerce .quantity .qty {
	display: none;
}
.woocommerce button.button.single_add_to_cart_button {
	background: linear-gradient(to left, #00b67a 0%, #00f8a6 100%);
}
.woocommerce button.button.single_add_to_cart_button:hover {
	background: linear-gradient(to right, #00b67a 0%, #00f8a6 100%);
}
/**************************************************** SINGLE PRODUCT DESCRIPTION ****************************************************/
.single-product .woocommerce-tabs {
	background-image: url(/wp-content/uploads/own3d-icon-big-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #cb3502;
	border-radius:4px;
	padding: 30px;
	color: #fff;
}
@media (max-width: 680px) {
.single-product .woocommerce-tabs {
	padding: 30px 15px;
}
}
.single-product-series-col-headline h3 {
	text-align: center;
	color: #fff;
	font-weight: 900;
	text-transform: uppercase;
	margin: 0 0 20px;
}
.single-product-series-col {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
}
.woocommerce-tabs .single-product-series-col:nth-of-type(2) {
	background: #181e23;
	border-radius:4px;
	padding: 25px;
	box-sizing: border-box;
}
.single-product-series-col img {
	border-radius:4px;
	margin: 0 0 20px;
}
.single-product-series-col iframe {
	width: 100%;
	max-width: 100%;
	border-radius: 4px;
	overflow: hidden;
	margin: 0 0 20px;
}
@media (max-width: 680px) {
.single-product-series-col iframe {
	height: 240px;
}
}
.single-product-series-col h4,
.single-product-series-col .fancy-heading {
	display: none;
}
.single-product-series-col-subheadline h4 {
	color: #00f8a6;
	font-size:20px;
	line-height: 26px;
	margin: 0 0 10px;
	display: block !important;
}
.single-product-series-col .action-price-box {
	display: none;
}
.single-product-series-content-col-right {
	text-align: right;
}
@media (max-width: 680px) {
.single-product-series-content-col-right {
	margin-top: 10px;
}
}
.single-product-series-col .single-product-series-col-price {
	display: inline-block;
}
.single-product-series-col .single-product-series-col-price .action-price-box {
	display: block;
}
.single-product-series-col .single-product-series-col-price .action_price {
	color: #00f8a6;
}
.single-product-series-col .single-product-series-col-price .coupon,
.single-product-series-col .single-product-series-col-price .reduced_price {
	display: none;
}
.single-product-series-col-btn a {
	display: inline-block;
	background: linear-gradient(to left, #00b67a 0%, #00f8a6 100%);
	color: #fff;
	text-decoration: none;
	height: 44px;
	line-height: 44px;
	padding: 0 30px;
	border-radius: 64px;
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);
}
.single-product-series-col-btn a:hover {
	display: inline-block;
	background: linear-gradient(to right, #00b67a 0%, #00f8a6 100%);
	color: #fff;
	text-decoration: none;
	box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.4);
}
.woocommerce.single-product div.product div.woocommerce-tabs + div.themify_builder_content {
	display: none;
}
/**************************************************** WOOCOMMERCE ALERT EXTENSION  ****************************************************/
.productcattwitch-extensions .woocommerce-breadcrumb,
.productcattwitch-extensions .woocommerce-notices-wrapper,
.productcattwitch-extensions.woocommerce div.product div.images,
.productcattwitch-extensions.woocommerce div.product div.summary,
.productcattwitch-extensions.woocommerce div.product .woocommerce-tabs,
.productcattwitch-extensions-de .woocommerce-breadcrumb,
.productcattwitch-extensions-de .woocommerce-notices-wrapper,
.productcattwitch-extensions-de.woocommerce div.product div.images,
.productcattwitch-extensions-de.woocommerce div.product div.summary,
.productcattwitch-extensions-de.woocommerce div.product .woocommerce-tabs,
.productcattwitch-extensions-fr .woocommerce-breadcrumb,
.productcattwitch-extensions-fr .woocommerce-notices-wrapper,
.productcattwitch-extensions-fr.woocommerce div.product div.images,
.productcattwitch-extensions-fr.woocommerce div.product div.summary,
.productcattwitch-extensions-fr.woocommerce div.product .woocommerce-tabs,
.productcattwitch-extensions-es .woocommerce-breadcrumb,
.productcattwitch-extensions-es .woocommerce-notices-wrapper,
.productcattwitch-extensions-es.woocommerce div.product div.images,
.productcattwitch-extensions-es.woocommerce div.product div.summary,
.productcattwitch-extensions-es.woocommerce div.product .woocommerce-tabs,
.productcattwitch-extensions-pt-br .woocommerce-breadcrumb,
.productcattwitch-extensions-pt-br .woocommerce-notices-wrapper,
.productcattwitch-extensions-pt-br.woocommerce div.product div.images,
.productcattwitch-extensions-pt-br.woocommerce div.product div.summary,
.productcattwitch-extensions-pt-br.woocommerce div.product .woocommerce-tabs{
	display: none !important;
}
.twitch-extension-product-content-row {
	background: #fff;
	padding-top: 75px;
	padding-bottom: 75px;
}
.twitch-extension-product-features-row {
	background: #f7f7f7;
	padding-top: 75px;
	padding-bottom: 75px;
	text-align: center;
}
.twitch-extension-product-features-row h2{
	margin: 0 0 20px;
}
.twitch-extension-product-features-row .btn {
	margin: 30px 0 0;
}
.twitch-extension-product-procedure-row {
	background: linear-gradient(to left, #8d63f2 0%, #663bce 100%);
	padding-top: 75px;
	padding-bottom: 75px;
}
.twitch-extension-product-procedure-row h2 {
	color: #fff;
	margin: 0 0 15px;
}
.twitch-extension-product-procedure-row h3 {
	color: #fff;
	margin: 0 0 30px;
}
.twitch-extension-product-premium-row {
	padding-top: 75px;
}
.productcattwitch-extensions.woocommerce.single-product div.product div.woocommerce-tabs + div.themify_builder_content,
.productcattwitch-extensions-de.woocommerce.single-product div.product div.woocommerce-tabs + div.themify_builder_content,
.productcattwitch-extensions-fr.woocommerce.single-product div.product div.woocommerce-tabs + div.themify_builder_content,
.productcattwitch-extensions-es.woocommerce.single-product div.product div.woocommerce-tabs + div.themify_builder_content,
.productcattwitch-extensions-pt-br.woocommerce.single-product div.product div.woocommerce-tabs + div.themify_builder_content {
	display: block;
}
/**************************************************** WOOCOMMERCE AVATARMAKER  ****************************************************/
.productcatavatarmaker .woocommerce-product-gallery,
.productcatavatarmaker-de .woocommerce-product-gallery,
.productcatgenerateur-davatar .woocommerce-product-gallery,
.productcatcriador-de-avatar .woocommerce-product-gallery,
.productcatavatarmaker-es .woocommerce-product-gallery {
	display: none !important;
}
.productcatavatarmaker.woocommerce #content div.product div.summary, 
.productcatavatarmaker.woocommerce div.product div.summary, 
.productcatavatarmaker.woocommerce-page #content div.product div.summary, 
.productcatavatarmaker.woocommerce-page div.product div.summary,
.productcatavatarmaker.woocommerce #content div.product div.summary, 
.productcatavatarmaker-de.woocommerce div.product div.summary, 
.productcatavatarmaker-de.woocommerce-page #content div.product div.summary, 
.productcatavatarmaker-de.woocommerce-page div.product div.summary,
.productcatavatarmaker-de.woocommerce #content div.product div.summary, 
.productcatgenerateur-davatar.woocommerce div.product div.summary, 
.productcatgenerateur-davatar.woocommerce-page #content div.product div.summary, 
.productcatgenerateur-davatar.woocommerce-page div.product div.summary,
.productcatgenerateur-davatar.woocommerce #content div.product div.summary, 
.productcatcriador-de-avatar.woocommerce div.product div.summary, 
.productcatcriador-de-avatar.woocommerce-page #content div.product div.summary, 
.productcatcriador-de-avatar.woocommerce-page div.product div.summary,
.productcatcriador-de-avatar.woocommerce #content div.product div.summary, 
.productcatavatarmaker-es.woocommerce div.product div.summary, 
.productcatavatarmaker-es.woocommerce-page #content div.product div.summary, 
.productcatavatarmaker-es.woocommerce-page div.product div.summary,
.productcatavatarmaker-es.woocommerce #content div.product div.summary {
	border-radius:4px;
	padding: 0;
	box-sizing: border-box;
	width: 100%;
	float: none;
	margin: 0;
}
.productcatavatarmaker.woocommerce #content div.product div.summary:after, 
.productcatavatarmaker.woocommerce div.product div.summary:after, 
.productcatavatarmaker.woocommerce-page #content div.product div.summary:after, 
.productcatavatarmaker.woocommerce-page div.product div.summary:after,
.productcatavatarmaker-de.woocommerce #content div.product div.summary:after, 
.productcatavatarmaker-de.woocommerce div.product div.summary:after, 
.productcatavatarmaker-de.woocommerce-page #content div.product div.summary:after, 
.productcatavatarmaker-de.woocommerce-page div.product div.summary:after,
.productcatgenerateur-davatar.woocommerce #content div.product div.summary:after, 
.productcatgenerateur-davatar.woocommerce div.product div.summary:after, 
.productcatgenerateur-davatar.woocommerce-page #content div.product div.summary:after, 
.productcatgenerateur-davatar.woocommerce-page div.product div.summary:after,
.productcatcriador-de-avatar.woocommerce #content div.product div.summary:after, 
.productcatcriador-de-avatar.woocommerce div.product div.summary:after, 
.productcatcriador-de-avatar.woocommerce-page #content div.product div.summary:after, 
.productcatcriador-de-avatar.woocommerce-page div.product div.summary:after,
.productcatavatarmaker-es.woocommerce #content div.product div.summary:after, 
.productcatavatarmaker-es.woocommerce div.product div.summary:after, 
.productcatavatarmaker-es.woocommerce-page #content div.product div.summary:after, 
.productcatavatarmaker-es.woocommerce-page div.product div.summary:after{
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}
.productcatavatarmaker.single-product.woocommerce div.product .product_title,
.productcatavatarmaker.woocommerce div.product form.cart .button,
.productcatavatarmaker-de.single-product.woocommerce div.product .product_title,
.productcatavatarmaker-de.woocommerce div.product form.cart .button,
.productcatgenerateur-davatar.single-product.woocommerce div.product .product_title,
.productcatgenerateur-davatar.woocommerce div.product form.cart .button,
.productcatcriador-de-avatar.single-product.woocommerce div.product .product_title,
.productcatcriador-de-avatar.woocommerce div.product form.cart .button,
.productcatavatarmaker-es.single-product.woocommerce div.product .product_title,
.productcatavatarmaker-es.woocommerce div.product form.cart .button{
	display: none !important;
}
.productcatavatarmaker .action-price-box,
.productcatavatarmaker-de .action-price-box,
.productcatgenerateur-davatar .action-price-box,
.productcatavatarmaker .action-price-box,
.productcatavatarmaker-es .action-price-box{
	float: left;
}
.productcatavatarmaker.single-product.woocommerce div.product form.cart,
.productcatavatarmaker-de.single-product.woocommerce div.product form.cart,
.productcatgenerateur-davatar.single-product.woocommerce div.product form.cart,
.productcatavatarmaker.single-product.woocommerce div.product form.cart,
.productcatavatarmaker-es.single-product.woocommerce div.product form.cart {
	float: right;
	margin: 0;
}
.productcatavatarmaker #content .themify_builder_content,
.productcatavatarmaker-de #content .themify_builder_content,
.productcatgenerateur-davatar #content .themify_builder_content,
.productcatcriador-de-avatar #content .themify_builder_content,
.productcatavatarmaker-es #content .themify_builder_content{
	display: none !important;
}
.productcatavatarmaker iframe,
.productcatavatarmaker-de iframe,
.productcatgenerateur-davatar iframe,
.productcatavatarmaker iframe,
.productcatavatarmaker-es iframe{
	position: relative;
	margin-top: -50px;
}
/**************************************************** WOOCOMMERCE GAMING LOGO MAKER ****************************************************/
.productcatgaming-logos .woocommerce-product-gallery {
	display: none !important;
}
.productcatgaming-logos .woocommerce-breadcrumb a:nth-of-type(2) {
	display: none !important;
}
.productcatgaming-logos.woocommerce #content div.product div.summary, 
.productcatgaming-logos.woocommerce div.product div.summary, 
.productcatgaming-logos.woocommerce-page #content div.product div.summary, 
.productcatgaming-logos.woocommerce-page div.product div.summary,
.productcatgaming-logos.woocommerce #content div.product div.summary {
	border-radius:4px;
	padding: 0;
	box-sizing: border-box;
	width: 100%;
	float: none;
	margin: 0;
}
.productcatgaming-logos.woocommerce #content div.product div.summary:after, 
.productcatgaming-logos.woocommerce div.product div.summary:after, 
.productcatgaming-logos.woocommerce-page #content div.product div.summary:after, 
.productcatgaming-logos.woocommerce-page div.product div.summary:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}
.productcatgaming-logos.single-product.woocommerce div.product .product_title,
.productcatgaming-logos.woocommerce div.product form.cart .button {
	display: none !important;
}
.productcatgaming-logos .action-price-box {
	float: left;
}
.productcatgaming-logos iframe {
	position: relative;
	margin-top: -15px;
}

/**************************************************** WOOCOMMERCE SUB EMOTES  ****************************************************/
.productcattwitch-subscriber-emotes .single-product-series-col h4 {
	display: block;
	color: #00b67a;
	margin: 0 0 5px;
}
.productcattwitch-subscriber-emotes.single-product.woocommerce #content div.product .single-product-series-content-col-left .action-price-box,
.productcattwitch-subscriber-emotes.single-product.woocommerce #content div.product .single-product-series-content-col-right .action-price-box{
	display: block !important;
	color: #4b377f;
    font-size: 24px;
    line-height: 24px;
    text-align: right;
}
.productcattwitch-subscriber-emotes .single-product-series-col-btn a {
	margin: 10px 0 0;
}
.productcattwitch-subscriber-emotes .single-product-series-content-col-right {
	text-align: left;
}
/**************************************************** WOOCOMMERCE SUB + BIT BADGES  ****************************************************/
.productcattwitch-sub-badges.single-product .woocommerce-tabs,
.productcattwitch-bit-badges.single-product .woocommerce-tabs {
    background-image: url(/wp-content/uploads/home-header-bg.jpg);
    background-color: #181e23;
    color: #bdc7d6;
	padding: 50px;
}
.productcattwitch-sub-badges.single-product #tab-description h2:first-of-type,
.productcattwitch-bit-badges.single-product #tab-description h2:first-of-type {
	display: none;
}
.productcattwitch-sub-badges.single-product #tab-description .row_inner h2,
.productcattwitch-bit-badges.single-product #tab-description .row_inner h2 {
	display: block !important;
}
.single-product-trust-box {
    border-radius: 4px;
    box-shadow: 0 0 16px rgba(0,0,0,0.3);
    padding: 15px;
    text-align: left;
}
.single-product-trust-box.module-image.image-center .image-wrap {
    float: left;
    width: 25%;
}
.single-product-trust-box.module-image.image-center .image-content {
    float: left;
    width: 75%;
    padding: 30px 0 30px 25px;
    box-sizing: border-box;
    text-align: left;
    font-size: 14px;
    line-height: 26px;
    font-weight: 300;
}
.single-product-trust-box h3 {
	color: #ff9602;
}
.created-by-artist-text {
    border-radius: 4px;
    box-shadow: 0 0 16px rgba(0,0,0,0.3);
    padding: 15px;
    text-align: left;
    margin: 15px 0 0;
	font-size: 14px;
    line-height: 26px;
}
/**************************************************** WOOCOMMERCE INTRO TRAILER MAKER ****************************************************/
.productcatmakers-generators.woocommerce #content div.product div.summary, 
.productcatmakers-generators.woocommerce div.product div.summary, 
.productcatmakers-generators.woocommerce-page #content div.product div.summary, 
.productcatmakers-generators.woocommerce-page div.product div.summary,
.productcatmakers-generators.woocommerce #content div.product div.images, 
.productcatmakers-generators.woocommerce div.product div.images, 
.productcatmakers-generators.woocommerce-page #content div.product div.images, 
.productcatmakers-generators.woocommerce-page div.product div.images,
.productcatmakers-generators.single-product.woocommerce .woocommerce-breadcrumb {
	display: none;
}

/**************************************************** STREAMDESIGN PRODUCT ****************************************************/
.productcatseries-packages-2-0.woocommerce .woocommerce-breadcrumb,
.productcatseries-packages-2-0 .woocommerce-notices-wrapper,
.productcatseries-packages-2-0.woocommerce #content div.product div.images,
.productcatseries-packages-2-0.woocommerce #content div.product div.summary,
.productcatseries-packages-2-0.woocommerce #content div.product .woocommerce-tabs,
.productcatseries-packages-2-0-de.woocommerce .woocommerce-breadcrumb,
.productcatseries-packages-2-0-de .woocommerce-notices-wrapper,
.productcatseries-packages-2-0-de.woocommerce #content div.product div.images,
.productcatseries-packages-2-0-de.woocommerce #content div.product div.summary,
.productcatseries-packages-2-0-de.woocommerce #content div.product .woocommerce-tabs,
.productcatseries-packages-2-0-fr.woocommerce .woocommerce-breadcrumb,
.productcatseries-packages-2-0-fr .woocommerce-notices-wrapper,
.productcatseries-packages-2-0-fr.woocommerce #content div.product div.images,
.productcatseries-packages-2-0-fr.woocommerce #content div.product div.summary,
.productcatseries-packages-2-0-fr.woocommerce #content div.product .woocommerce-tabs,
.productcatseries-packages-2-0-es.woocommerce .woocommerce-breadcrumb,
.productcatseries-packages-2-0-es .woocommerce-notices-wrapper,
.productcatseries-packages-2-0-es.woocommerce #content div.product div.images,
.productcatseries-packages-2-0-es.woocommerce #content div.product div.summary,
.productcatseries-packages-2-0-es.woocommerce #content div.product .woocommerce-tabs,
.productcatseries-packages-2-0-pt-br.woocommerce .woocommerce-breadcrumb,
.productcatseries-packages-2-0-pt-br .woocommerce-notices-wrapper,
.productcatseries-packages-2-0-pt-br.woocommerce #content div.product div.images,
.productcatseries-packages-2-0-pt-br.woocommerce #content div.product div.summary,
.productcatseries-packages-2-0-pt-br.woocommerce #content div.product .woocommerce-tabs,
/******** IRL ********/
.productcatirl-twitch-overlay-irl-stream-design-packages.woocommerce .woocommerce-breadcrumb,
.productcatirl-twitch-overlay-irl-stream-design-packages .woocommerce-notices-wrapper,
.productcatirl-twitch-overlay-irl-stream-design-packages.woocommerce #content div.product div.images,
.productcatirl-twitch-overlay-irl-stream-design-packages.woocommerce #content div.product div.summary,
.productcatirl-twitch-overlay-irl-stream-design-packages.woocommerce #content div.product .woocommerce-tabs,
.productcatirl-twitch-overlay-irl-stream-design-pakete.woocommerce .woocommerce-breadcrumb,
.productcatirl-twitch-overlay-irl-stream-design-pakete .woocommerce-notices-wrapper,
.productcatirl-twitch-overlay-irl-stream-design-pakete.woocommerce #content div.product div.images,
.productcatirl-twitch-overlay-irl-stream-design-pakete.woocommerce #content div.product div.summary,
.productcatirl-twitch-overlay-irl-stream-design-pakete.woocommerce #content div.product .woocommerce-tabs,
.productcatirl-twitch-overlay-irl-stream-design-packagesfr.woocommerce .woocommerce-breadcrumb,
.productcatirl-twitch-overlay-irl-stream-design-packages-fr .woocommerce-notices-wrapper,
.productcatirl-twitch-overlay-irl-stream-design-packages-fr.woocommerce #content div.product div.images,
.productcatirl-twitch-overlay-irl-stream-design-packages-fr.woocommerce #content div.product div.summary,
.productcatirl-twitch-overlay-irl-stream-design-packages-fr.woocommerce #content div.product .woocommerce-tabs,
.productcatirl-twitch-overlay-irl-stream-design-packages-es.woocommerce .woocommerce-breadcrumb,
.productcatirl-twitch-overlay-irl-stream-design-packages-es .woocommerce-notices-wrapper,
.productcatirl-twitch-overlay-irl-stream-design-packages-es.woocommerce #content div.product div.images,
.productcatirl-twitch-overlay-irl-stream-design-packages-es.woocommerce #content div.product div.summary,
.productcatirl-twitch-overlay-irl-stream-design-packages-es.woocommerce #content div.product .woocommerce-tabs,
.productcatirl-twitch-overlay-irl-stream-design-packages-pt-br.woocommerce .woocommerce-breadcrumb,
.productcatirl-twitch-overlay-irl-stream-design-packages-pt-br .woocommerce-notices-wrapper,
.productcatirl-twitch-overlay-irl-stream-design-packages-pt-br.woocommerce #content div.product div.images,
.productcatirl-twitch-overlay-irl-stream-design-packages-pt-br.woocommerce #content div.product div.summary,
.productcatirl-twitch-overlay-irl-stream-design-packages-pt-br.woocommerce #content div.product .woocommerce-tabs {
	display: none !important;
}
.productcatseries-packages-2-0.woocommerce.single-product div.product div.woocommerce-tabs + div.themify_builder_content,
.productcatseries-packages-2-0-de.woocommerce.single-product div.product div.woocommerce-tabs + div.themify_builder_content,
.productcatseries-packages-2-0-fr.woocommerce.single-product div.product div.woocommerce-tabs + div.themify_builder_content,
.productcatseries-packages-2-0-es.woocommerce.single-product div.product div.woocommerce-tabs + div.themify_builder_content,
.productcatseries-packages-2-0-pt-br.woocommerce.single-product div.product div.woocommerce-tabs + div.themify_builder_content,
/******** IRL ********/
.productcatirl-twitch-overlay-irl-stream-design-packages.woocommerce.single-product div.product div.woocommerce-tabs + div.themify_builder_content,
.productcatirl-twitch-overlay-irl-stream-design-pakete.woocommerce.single-product div.product div.woocommerce-tabs + div.themify_builder_content,
.productcatirl-twitch-overlay-irl-stream-design-packages-fr.woocommerce.single-product div.product div.woocommerce-tabs + div.themify_builder_content,
.productcatirl-twitch-overlay-irl-stream-design-packages-es.woocommerce.single-product div.product div.woocommerce-tabs + div.themify_builder_content,
.productcatirl-twitch-overlay-irl-stream-design-packages-pt-br.woocommerce.single-product div.product div.woocommerce-tabs + div.themify_builder_content {
	display: block;
}
/**************************************************** STREAMDESIGN CONTENT ****************************************************/
.productcatseries-packages-2-0 #content,
.productcatseries-packages-2-0-de #content,
.productcatseries-packages-2-0-fr #content,
.productcatseries-packages-2-0-es #content,
.productcatseries-packages-2-0-pt-br #content,
/******** IRL ********/
.productcatirl-twitch-overlay-irl-stream-design-packages #content,
.productcatirl-twitch-overlay-irl-stream-design-pakete #content,
.productcatirl-twitch-overlay-irl-stream-design-packages-fr #content,
.productcatirl-twitch-overlay-irl-stream-design-packages-es #content,
.productcatirl-twitch-overlay-irl-stream-design-packages-pt-br #content{
	padding: 0;
}
/**************************************************** STREAMDESIGN HEADER ****************************************************/
.series-product-v2-bestseller-row {
	text-align: center;
	text-transform: uppercase;
	font-size:14px;
	line-height: 16px;
	color:#fff;
	background: linear-gradient(to left, #fb8800 0%, #fbce00 50%, #fb8800 100%);
	padding: 10px;
	text-shadow: 0 1px 1px #fe7600;
}
.series-product-v2-header-row {
	padding-top: 50px;
	padding-bottom: 50px;
}
.streamdesign-head-title h1.h3 {
	color: #fff;
	font-size:18px;
	line-height: 24px;
}
.streamdesign-head-badge-animated,
.streamdesign-head-badge-completepack {
	display: inline-block;
	font-weight: 400;
	font-size: 11px;
	line-height: 18px;
	text-transform: uppercase;
	border-radius: 32px;
	padding: 3px 12px;
	margin-right: 5px;
}
.streamdesign-head-badge-animated i,
.streamdesign-head-badge-completepack i {
	margin-right: 4px;
}
.streamdesign-head-badge-animated {
	background: linear-gradient(to left, #c93516 0%, #ff9602 100%);
	color: #fff;
}
.streamdesign-head-badge-completepack {
	background: linear-gradient(to left, #5e30ce 0%, #8d63f2 100%);
	color: #fff;
}
.streamdesign-head-assets-title h4 {
	color: #fff;
	font-size:18px;
	line-height: 24px;
	display: none;
}
.streamdesign-head-assets-content p {
	font-size:11px;
	line-height: 16px;
	font-weight: 400;
	display: none;
}
.streamdesign-head-btn {
	margin-top: 4px;
}
@media (max-width:680px) {
.streamdesign-head-btn {
	display: none;
}
}
.series-product-v2-header-row .headline-1 {
	color: #fff;
	text-transform: uppercase;
	font-size:30px;
	line-height: 36px;
}
@media (max-width:1280px) {
.series-product-v2-header-row .headline-1 {
	font-size:24px;
	line-height: 24px;
}
}
@media (max-width:768px) {
.series-product-v2-header-row .headline-1 {
	font-size:20px;
	line-height: 20px;
}
}
@media (max-width:680px) {
.series-product-v2-header-row .headline-1 {
	text-align: center;
}
}
.series-product-v2-header-row .headline-2 {
	color: #fff;
	text-transform: uppercase;
	font-size:48px;
	line-height: 48px;
	font-weight: 900;
	margin: 8px 0;
}
@media (max-width:1280px) {
.series-product-v2-header-row .headline-2 {
	font-size:42px;
	line-height: 42px;
}
}
@media (max-width:768px) {
.series-product-v2-header-row .headline-2 {
	font-size:36px;
	line-height: 36px;
}
}
@media (max-width:480px) {
.series-product-v2-header-row .headline-2 {
	font-size:30px;
	line-height: 30px;
	text-align: center;
}
}
@media (max-width:680px) {
.series-product-v2-header-row .headline-2 {
	text-align: center;
}
}
.series-product-v2-header-row .headline-3 {
	color: #fff;
	text-transform: uppercase;
	font-size:18px;
	line-height: 24px;
}
@media (max-width:1280px) {
.series-product-v2-header-row .headline-3 {
	font-size:16px;
	line-height: 22px;
}
}
@media (max-width:768px) {
.series-product-v2-header-row .headline-3 {
	font-size:14px;
	line-height: 20px;
}
}
@media (max-width:680px) {
.series-product-v2-header-row .headline-3 {
	text-align: center;
	margin: 0 0 15px;
}
}
#play-video {
	display: inline-block;
	background: linear-gradient(to left, #c93516 0%, #ff9602 100%);
	color: #fff;
	text-decoration: none;
	height: 44px;
	line-height: 44px;
	padding: 0 30px;
	border-radius: 64px;
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);
	border: 0;
	margin: 10px 0 0;
}
#play-video:hover {
	display: inline-block;
	background: linear-gradient(to right, #c93516 0%, #ff9602 100%);
	color: #fff;
	text-decoration: none;
	box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.4);
}
@media (max-width:680px) {
	#play-video {
		display: none;
	}
}
.series-product-v2-header-row .series-product-v2-header-col-right a {
    margin: 0;
    padding: 0;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
}
.series-product-v2-trust-row h2 {
	margin: 0 0 5px;
}
.series-product-v2-trust-row h3 {
	color: #fff;
}
@media (max-width:680px) {
.series-product-v2-trust-row {
	text-align: center !important;
	padding-top: 15px;
	padding-bottom: 25px;
}
	.series-product-v2-trust-row .module-image.image-right .image-wrap {
		float: none;
		margin: 0 0 10px;
	}
}
/**************************************************** STREAMDESIGN HEADER SHOWCASE ****************************************************/
#streamdesign-header-showcase {
	margin-top: 15px;
}
#showcase-main {
	float: left;
	width: 74%;
}
@media (max-width: 768px) {
#showcase-main {
	float: none;
	width: 100%;
}
}
#showcase-main iframe,
#showcase-main video {
	width: 1080px !important;
	height: 608px !important;
}
@media (max-width: 1460px) {
#showcase-main iframe,
#showcase-main video {
	width: 100% !important;
	max-width: 100% !important;
}
}
@media (max-width: 1280px) {
#showcase-main iframe,
#showcase-main video {
	height: 480px !important;
}
}
@media (max-width: 1024px) {
#showcase-main iframe,
#showcase-main video {
	height: 378px !important;
}
}
#showcase-thumbs {
	float: right;
	width: 24%;
}
@media (max-width: 768px) {
#showcase-thumbs {
	float: none;
	width: 100%;
}
}
@media (max-width: 1460px) {
#showcase-thumbs iframe,
#showcase-thumbs video,
#showcase-thumbs #thumbnail-1{
	width: 100% !important;
	max-width: 100% !important;
}
}
@media (max-width: 1280px) {
#showcase-thumbs iframe,
#showcase-thumbs video,
#showcase-thumbs #thumbnail-1 {
	height: 158px !important;
}
}
@media (max-width: 1024px) {
#showcase-thumbs iframe,
#showcase-thumbs video,
#showcase-thumbs #thumbnail-1 {
	height: 123px !important;
}
}
@media (max-width: 680px) {
#showcase-thumbs iframe,
#showcase-thumbs video,
#showcase-thumbs #thumbnail-1 {
	height: 80px !important;
}
}
#showcase-thumbs #thumbnail-2 {
	margin-top: 9px;
}
#showcase-thumbs #thumbnail-3 {
	
}
@media (max-width: 768px) {
#showcase-thumbs #thumbnail-1,
#showcase-thumbs #thumbnail-2,
#showcase-thumbs #thumbnail-3 {
	float: left !important;
	width: 33.3% !important;
	height: 123px !important;
	margin-top: 0;
}
}
@media (max-width: 680px) {
#showcase-thumbs #thumbnail-1,
#showcase-thumbs #thumbnail-2,
#showcase-thumbs #thumbnail-3 {
	height: 80px !important;
}
}
/**************************************************** STREAMDESIGN FEATURES ****************************************************/
.series-product-v2-features-row {
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}
.series-product-v2-features-row h3 {
	font-size: 14px;
	line-height: 22px;
	color: #fff;
	margin: 8px 0 0;
}
/**************************************************** STREAMDESIGN VIDEO PLAYER ****************************************************/
.series-product-v2-showcase-row {
	padding-top: 50px;
	padding-bottom: 75px;
}
.series-product-v2-showcase-row h2 {
	text-align: center;
	margin: 0;
	color: #fff;
}
.series-product-v2-showcase-row h3 {
	text-align: center;
	margin: 0 0 25px;
	color: #fff;
}
#showcase-videoplayer {
	position: relative;
	max-width: 1024px;
	margin: 0 auto;
}

#showcase-videos-border {
	position: relative;
	overflow: hidden;
	border: 3px solid #5a6466;
	background: #000;
	border-radius:32px;
	padding: 4px;
}
@media (max-width:680px) {
#showcase-videos-border {
	border-radius:16px;
}
}
#showcase-videos-border-2 {
	border: 1px solid #151821;
	background: #000;
	border-radius:32px;
	padding: 50px 25px;
}
@media (max-width:680px) {
#showcase-videos-border-2 {
	padding: 15px 10px;
	border-radius:16px;
}
}
#showcase-videos {
	position: relative;
	overflow: hidden;
}
#showcase-videoplayer video {
	max-width: 100%;
	width: auto;
	height: auto;
}
#game-video {
	position: relative;
	z-index: 0;
}
#scene-player,
#scene-player-1,
#scene-player-2,
#scene-player-3{
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
}
#alert-player,
#alert-player-1,
#alert-player-2,
#alert-player-3 {
	position: absolute;
	z-index: 200;
	top: 0;
	left: 0;
}
#right-player,
#right-player-1,
#right-player-2,
#right-player-3 {
	position: absolute;
	z-index: 50;
	top: 0;
	left: 0;
}
#scene-player-navi {
	position: relative;
}
#alert-player-navi {
	position: absolute;
	z-index: 200;
	top: 10px;
	left: -95px;
}
#right-player-navi {
	position: absolute;
	z-index: 200;
	top: 10px;
	right: -95px;
}
.showcase-tab.ui.module-tab .tab-content {
	overflow: visible;
}
@media (max-width:1440px) {
#alert-player-navi {
	top: 10px;
	left: 10px;
}
#right-player-navi {
	top: 10px;
	right: 10px;
}
}
@media (max-width:680px) {
#alert-player-navi {
	position: relative;
	top: auto;
	left: auto;
}
#right-player-navi {
	position: relative;
	top: auto;
	left: auto;
}
}
#scene-player-navi button,
#alert-player-navi button,
#right-player-navi button {
	display: block;
	height: 80px;
	width: 80px;
	overflow: hidden;
	font-size:10px;
	line-height: 12px;
	background: #000;
	background-image: url(https://www.own3d.tv/wp-content/uploads/btn-design.png);
	background-size: contain;
	border: 3px solid #5a6466;
	border-radius:16px;
	padding: 0;
	box-shadow: 0 0 15px rgba(0,0,0,0.8);
}
@media (max-width:1024px) {
#scene-player-navi button,
#alert-player-navi button,
#right-player-navi button {
	height: 60px;
	width: 60px;
	font-size:8px;
	line-height: 12px;
	border-radius:16px;
	box-shadow: 0 0 15px rgba(0,0,0,0.8);
}
}
#scene-player-navi button {
	float: left;
	margin: 10px 5px 0;
}
@media (max-width:1024px) {
#scene-player-navi button {
	margin: 10px 3px 0;
}
}
#alert-player-navi button,
#right-player-navi button{
	margin: 0 0 5px;
}
@media (max-width:680px) {
#alert-player-navi button,
#right-player-navi button {
	float: left;
	margin: 10px 3px 0;
}
}
#scene-player-navi button:hover,
#alert-player-navi button:hover,
#right-player-navi button:hover{
	box-shadow:  inset 3px 3px 0 rgba(0,0,0,0.8);
}
/**************************************************** STREAMDESIGN SHOWCASE GALLERY ****************************************************/
.single-template-builder-container .series-product-v2-showcase-row .row_inner {
	max-width: 100%;
}
.series-product-v2-showcase-row .module-tab {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
}
.series-product-v2-showcase-row .ui.module-tab .tab-nav {
	padding: 0 0 0 30px;
}
@media (max-width:680px) {
.series-product-v2-showcase-row .ui.module-tab .tab-nav {
	padding: 0 0 0 15px;
}
}
.series-product-v2-showcase-row .ui.module-tab .tab-nav>li {
	padding: 0 0 -1px;
	margin: 0;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	background: linear-gradient(to top, #000 0%, #151821 100%);
	border: 0;
}
.series-product-v2-showcase-row .ui.module-tab .tab-nav li a {
	padding:15px 20px;
	line-height: inherit;
	color: #5a6466;
}
@media (max-width:1024px) {
.series-product-v2-showcase-row .ui.module-tab .tab-nav li a {
	padding:12px 15px;
	font-size: 14px;
}
}
@media (max-width:680px) {
.series-product-v2-showcase-row .ui.module-tab .tab-nav li a {
	padding:10px 12px;
	font-size: 12px;
}
}
@media (max-width:480px) {
.series-product-v2-showcase-row .ui.module-tab .tab-nav li a {
	padding:8px 8px;
	font-size: 10px;
}
}
.series-product-v2-showcase-row .ui.module-tab .tab-nav li:hover a {
	color: #fff;
}
.series-product-v2-showcase-row .ui.module-tab ul.tab-nav li.current {
	background: #5a6466;
	color: #fff;
	padding: 0 0 -1px;
	margin: 0;
}
.series-product-v2-showcase-row .ui.module-tab ul.tab-nav li.current a {
	color: #fff;
	line-height: inherit;
}
.series-product-v2-showcase-row .ui.module-tab.minimal .tab-content {
	margin: 0;
	border: 0;
	padding: 0
}
.series-product-v2-showcase-row .module-gallery .gallery-showcase-image {
	position: relative;
	overflow: hidden;
	border: 3px solid #5a6466;
	background: #000;
	border-radius:32px;
	padding: 4px;
}
@media (max-width:680px) {
.series-product-v2-showcase-row .module-gallery .gallery-showcase-image {
	border-radius:16px;
}
}
.series-product-v2-showcase-row .module-gallery .gallery-showcase-image .image-wrapper {
	display: block;
	text-align: center;
	border: 1px solid #151821;
	background: #000;
	border-radius:32px;
	padding: 50px 25px;
}
@media (max-width:680px) {
.series-product-v2-showcase-row .module-gallery .gallery-showcase-image .image-wrapper {
	padding: 15px 10px;
	border-radius:16px;
}
}
.series-product-v2-showcase-row .gallery img {
	max-height: 600px;
	width: auto;
}
@media (max-width:1280px) {
.series-product-v2-showcase-row .gallery img {
	max-height: 500px;
}
}
@media (max-width:1024px) {
.series-product-v2-showcase-row .gallery img {
	max-height: 400px;
}
}
@media (max-width:768px) {
.series-product-v2-showcase-row .gallery img {
	max-height: 300px;
}
}
@media (max-width:680px) {
.series-product-v2-showcase-row .gallery img {
	max-height: 225px;
}
}
@media (max-width:480px) {
.series-product-v2-showcase-row .gallery img {
	max-height: 175px;
}
}
.series-product-v2-showcase-row .module-gallery .gallery-showcase-image .image-wrapper .gallery-showcase-title {
	display: none;
}
.series-product-v2-showcase-row .gallery-images a {
	display: inline-block;
	height: 80px;
	width: 80px;
	overflow: hidden;
	font-size:10px;
	line-height: 12px;
	background: #000;
	background-image: url(https://www.own3d.tv/wp-content/uploads/btn-design.png);
	background-size: contain;
	border: 3px solid #5a6466 !important;
	border-bottom-width:3px;
	border-radius:16px;
	padding: 4px;
	box-shadow: 0 0 5px rgba(0,0,0,0.8);
	box-sizing: border-box;
	margin: 0 5px;
}
@media (max-width:1024px) {
.series-product-v2-showcase-row .gallery-images a {
	height: 60px;
	width: 60px;
	border-radius:16px;
}
}
.series-product-v2-showcase-row .module-gallery.layout-showcase .gallery-images img {
	margin: 0;
	max-width: 100%;
	max-height: 100%;
	display: block;
	border-radius:16px;
}
/**************************************************** STREAMDESIGN TESTIMONIALS ****************************************************/
.streamdesign-customer-testimonials-row {
	padding-top: 75px;
	padding-bottom: 50px;
}
.streamdesign-customer-testimonials-row h2 {
	margin: 0 0 30px;
	color: #02ac6d;
}
/**************************************************** STREAMDESIGN PRICETABLES ****************************************************/
.streamdesign-pricetables-row {
	padding-top:75px;
	padding-bottom: 75px;
}
.streamdesign-pricetables-row h2 {
	margin: 0;
}
.streamdesign-pricetables-row h3 {
	color: #fff;
	margin: 0 0 50px;
}
@media (max-width: 1024px) {
.streamdesign-pricetables-row h3 {
	margin: 0 0 30px;
}
}
.pricetables-headline {
	text-align: center;
}
.pricetables-v2-thead {
	height: 125px;
	padding-top: 9px;
}
.pricetables-v2-td {
    border-top: 1px solid rgba(0,0,0,0.15);
    padding: 10px 20px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
}
.pricetables-v2-title {
	color: #fff;
}
@media (max-width: 1280px) {
.pricetables-v2-title {
	font-size: 12px !important;
}
}
@media (max-width: 1024px) {
.pricetables-titles {
	display: none !important;
}
.streamdesign-pricetables-row .module_column.col3-1 {
	width: 48% !important;
	margin-left: 1% !important;
	margin-right: 1% !important;
}
}
@media (max-width: 680px) {
.streamdesign-pricetables-row .module_column.col3-1 {
	display: block;
	margin-bottom: 10px;
	width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
}
.pricetables-v2-price {
	text-align: left;
	font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    height: 80px;
	color: #fff;
}
.pricetables-v2-price .action-price-box {
	text-align: center;
}
.productcatseries-packages-2-0 .pricetables-v2-price .coupon,
.productcatseries-packages-2-0-de .pricetables-v2-price .coupon,
.productcatseries-packages-2-0-fr .pricetables-v2-price .coupon,
.productcatseries-packages-2-0-es .pricetables-v2-price .coupon,
.productcatseries-packages-2-0-pt-br .pricetables-v2-price .coupon {
	padding-top: 8px;
    font-size: 13px;
    line-height: 16px;
}
@media (max-width: 1280px) {
.productcatseries-packages-2-0 .pricetables-v2-price .coupon,
	.productcatseries-packages-2-0-de .pricetables-v2-price .coupon,
.productcatseries-packages-2-0-fr .pricetables-v2-price .coupon,
.productcatseries-packages-2-0-es .pricetables-v2-price .coupon,
.productcatseries-packages-2-0-pt-br .pricetables-v2-price .coupon{
	padding-top: 2px;
    font-size: 12px;
}
}
.productcatseries-packages-2-0 .reduced_price,
.productcatseries-packages-2-0 .action_price,
.productcatseries-packages-2-0-de .reduced_price,
.productcatseries-packages-2-0-de .action_price,
.productcatseries-packages-2-0-fr .reduced_price,
.productcatseries-packages-2-0-fr .action_price,
.productcatseries-packages-2-0-es .reduced_price,
.productcatseries-packages-2-0-es .action_price,
.productcatseries-packages-2-0-pt-br .reduced_price,
.productcatseries-packages-2-0-pt-br .action_price {
    display: inline-block;
    font-weight: 700;
}
.productcatseries-packages-2-0 .pricetables-v2-price .reduced_price, 
.productcatseries-packages-2-0 .pricetables-v2-price .action_price,
.productcatseries-packages-2-0-de .pricetables-v2-price .reduced_price, 
.productcatseries-packages-2-0-de .pricetables-v2-price .action_price,
.productcatseries-packages-2-0-fr .pricetables-v2-price .reduced_price, 
.productcatseries-packages-2-0-fr .pricetables-v2-price .action_price,
.productcatseries-packages-2-0-es .pricetables-v2-price .reduced_price, 
.productcatseries-packages-2-0-es .pricetables-v2-price .action_price,
.productcatseries-packages-2-0-pt-br .pricetables-v2-price .reduced_price, 
.productcatseries-packages-2-0-pt-br .pricetables-v2-price .action_price {
    margin: 0;
    font-size: 30px;
    line-height: 30px;
}
@media (max-width: 1280px) {
.productcatseries-packages-2-0 .pricetables-v2-price .reduced_price, 
.productcatseries-packages-2-0 .pricetables-v2-price .action_price,
.productcatseries-packages-2-0-de .pricetables-v2-price .reduced_price, 
.productcatseries-packages-2-0-de .pricetables-v2-price .action_price,
.productcatseries-packages-2-0-fr .pricetables-v2-price .reduced_price, 
.productcatseries-packages-2-0-fr .pricetables-v2-price .action_price,
.productcatseries-packages-2-0-es .pricetables-v2-price .reduced_price, 
.productcatseries-packages-2-0-es .pricetables-v2-price .action_price,
.productcatseries-packages-2-0-pt-br .pricetables-v2-price .reduced_price, 
.productcatseries-packages-2-0-pt-br .pricetables-v2-price .action_price {
    font-size: 24px;
    line-height: 24px;
}
}
@media (max-width: 1024x) {
.productcatseries-packages-2-0 .pricetables-v2-price .reduced_price, 
.productcatseries-packages-2-0 .pricetables-v2-price .action_price,
.productcatseries-packages-2-0-de .pricetables-v2-price .reduced_price, 
.productcatseries-packages-2-0-de .pricetables-v2-price .action_price,
.productcatseries-packages-2-0-fr .pricetables-v2-price .reduced_price, 
.productcatseries-packages-2-0-fr .pricetables-v2-price .action_price,
.productcatseries-packages-2-0-es .pricetables-v2-price .reduced_price, 
.productcatseries-packages-2-0-es .pricetables-v2-price .action_price,
.productcatseries-packages-2-0-pt-br .pricetables-v2-price .reduced_price, 
.productcatseries-packages-2-0-pt-br .pricetables-v2-price .action_price {
    font-size: 20px;
    line-height: 20px;
}
}
.pricetables-premium {
	background: linear-gradient(to right, #2f373e 0%, #181e23 100%);
	box-shadow: 0px 0 20px 10px rgba(0,0,0,0.2);
	border-radius:4px;
	color:#ff9602;
	overflow: hidden;
	border: 4px solid #c93516;
}
.pricetables-premium .pricetables-v2-thead {
	background-image: url(/wp-content/uploads/own3d-icon-small-bg.png);
	background-position: center !important;
	background-repeat:no-repeat !important;
	background-color: #c93516;
}
.pricetables-premium .coupon,
.pricetables-premium .action_price {
	color: #ff2002;
}
.pricetables-premium .reduced_price {
	color: rgba(255,255,255,0.5);
}
.pricetables-basic {
	background: #141a1e;
	border-radius:4px;
}
.pricetables-basic .coupon,
.pricetables-basic .action_price {
	color: #fff;
}
.pricetables-basic .reduced_price {
	color: rgba(255,255,255,0.5);
}
.pricetables-basic .fa-check {
	color: #fff;
}
.pricetables-v2-listelement {
    text-align: center;
}
.pricetables-v2-listelement span {
	display: none;
}
@media (max-width: 1024px) {
.pricetables-v2-listelement span {
	display: inline-block;
	font-size:12px;
	font-weight: 400;
}
}
.streamdesign-pricetables-row a {
	display: inline-block;
	background: linear-gradient(to left, #00b67a 0%, #00f8a6 100%);
	color: #fff;
	text-decoration: none;
	height: 44px;
	line-height: 44px;
	padding: 0 30px;
	border-radius: 64px;
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);
}
.streamdesign-pricetables-row a:hover {
	display: inline-block;
	background: linear-gradient(to right, #00b67a 0%, #00f8a6 100%);
	color: #fff;
	text-decoration: none;
	box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.4);
}
/**************************************************** STREAMDESIGN PRICETABLES OLD ****************************************************/
.series-product-v2-pricetables-row {
	padding-top:75px;
	padding-bottom: 75px;
}
.series-product-v2-pricetables-row h2 {
	margin: 0;
	text-align: center;
}
.series-product-v2-pricetables-row h3 {
	color: #fff;
	margin: 0 0 50px;
	text-align: center;
}
@media (max-width: 1024px) {
.series-product-v2-pricetables-row h3 {
	margin: 0 0 30px;
}
}
@media (max-width: 1024px) {
.series-product-v2-pricetables-titles-col {
	display: none !important;
}
.series-product-v2-pricetables-row .module_column.col3-1 {
	width: 48% !important;
	margin-left: 1% !important;
	margin-right: 1% !important;
}
}
@media (max-width: 680px) {
.series-product-v2-pricetables-row .module_column.col3-1 {
	display: block;
	margin-bottom: 10px;
	width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
}
.series-product-v2-pricetables-row a {
	display: inline-block;
	background: linear-gradient(to left, #00b67a 0%, #00f8a6 100%);
	color: #fff;
	text-decoration: none;
	height: 44px;
	line-height: 44px;
	padding: 0 30px;
	border-radius: 64px;
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);
}
.series-product-v2-pricetables-row a:hover {
	display: inline-block;
	background: linear-gradient(to right, #00b67a 0%, #00f8a6 100%);
	color: #fff;
	text-decoration: none;
	box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.4);
}
.pricetables-v2-premium {
	background: linear-gradient(to right, #2f373e 0%, #181e23 100%);
	box-shadow: 0px 0 20px 10px rgba(0,0,0,0.2);
	border-radius:4px;
	color:#ff9602;
	overflow: hidden;
	border: 4px solid #c93516;
}
.pricetables-v2-premium .pricetables-v2-thead {
	background-image: url(/wp-content/uploads/own3d-icon-small-bg.png);
	background-position: center !important;
	background-repeat:no-repeat !important;
	background-color: #c93516;
}
.pricetables-v2-premium .coupon,
.pricetables-v2-premium .action_price {
	color: #ff2002;
}
.pricetables-v2-premium .reduced_price {
	color: rgba(255,255,255,0.5);
}
.pricetables-v2-basic {
	background: #141a1e;
	border-radius:4px;
}
.pricetables-v2-basic .coupon,
.pricetables-v2-basic .action_price {
	color: #fff;
}
.pricetables-v2-basic .reduced_price {
	color: rgba(255,255,255,0.5);
}
.pricetables-v2-basic .fa-check {
	color: #fff;
}
/**************************************************** IRL STREAMDESIGN ****************************************************/
.series-page-header-row {
	padding-top: 100px;
	padding-bottom: 100px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}
.series-page-header-row .headline-1 {
	font-size: 24px;
	line-height: 24px;
}
.series-page-header-row .headline-2 {
	font-size: 60px;
	line-height: 60px;
	font-weight: 900;
}
.series-page-header-row .headline-3 {
	font-size: 18px;
	line-height: 18px;
}
.series-page-header-row .subheadline-1 {
	margin-top: 30px;
}
.series-page-header-row .btn-series-pack {
	margin-top: 25px;
}
.series-page-products-row {
	text-align: center;
	padding-top: 75px;
	padding-bottom: 75px;
}
.series-page-products-row h2 {
	margin: 0;
}
.series-page-products-row h3 {
	margin: 0 0 30px;
}
.series-pages-testimonials-row {
	padding-top: 75px;
	padding-bottom: 75px;
}
.series-pages-testimonials-row h2 {
	margin: 0;
}
.series-pages-testimonials-row h3 {
	margin: 0 0 30px;
	color: #fff;
}
.series-pages-testimonials-row .image-caption {
	color: #fff;
}
.series-pages-testimonials-row .module-image.image-top .image-content {
	margin: 10px 0;
}
.series-pages-testimonials-row h4 {
	margin: 0;
	color: #8d63f2;
}
.series-page-packages-row {
	padding-top: 75px;
	padding-bottom: 75px;
}
.series-page-packages-row h2 {
	text-align: center;
}
.series-page-packages-row h5 {
	margin: 0;
}
.series-page-packages-row .add_to_cart_inline {
	padding: 0 !important;
	margin: 0 0 10px !important;
	border: 0 !important;
	font-size:36px !important;
	line-height: 36px !important;
	font-weight: 900;
}
.series-page-packages-row .btn-series-pack {
	margin: 20px 0 0;
}
/**************************************************** MY ACCOUNT ****************************************************/
.woocommerce-account {
	color: #bdc7d6;
}
.woocommerce-account .page-title,
.woocommerce-account h2,
.woocommerce-account h3,
.woocommerce-account h4 {
	color: #fff;
}
@media (max-width: 1460px) {
.woocommerce-account .page-title{
	padding-left: 50px;
	padding-right: 50px;
}
}
@media (max-width: 680px) {
.woocommerce-account .page-title {
	padding-left: 25px;
	padding-right: 25px;
}
}
/**************************************************** MY ACCOUNT REGISTER ****************************************************/
.woocommerce form.login, .woocommerce form.register {
	background: linear-gradient(to right, #2f373e 0%, #181e23 100%);
	border: 0;
    padding: 20px;
    margin: 15px 0;
    border-radius: 4px;
	box-shadow: 0px 0 20px 0 rgba(0,0,0,0.5);
	overflow: hidden;
}
.woocommerce-account .u-column1 h2 {
	color: #ff9602;
}
.woocommerce-account .u-column2 h2 {
	color: #663bce;
}
.woocommerce form.login {
	border-top: 4px solid #ff9602;
}
.woocommerce form.register {
	border-top: 4px solid #663bce;
}
.woocommerce-account .woocommerce form .form-row input.input-text {
	display: block;
	max-width: 100%;
	border-radius: 64px;
}
.woocommerce-account .woocommerce form .form-row label {
	font-weight: 700;
	color: #fff;
}
/**************************************************** MY ACCOUNT LOST PW ****************************************************/
.woocommerce-lost-password .woocommerce {
	background: linear-gradient(to right, #2f373e 0%, #181e23 100%);
	border: 0;
    padding: 20px;
    margin: 15px 0;
    border-radius: 4px;
	box-shadow: 0px 0 20px 0 rgba(0,0,0,0.5);
	overflow: hidden;
}
/**************************************************** MY ACCOUNT LOGGED IN ****************************************************/
.woocommerce-account .woocommerce-MyAccount-navigation ul {
	background: linear-gradient(to right, #2f373e 0%, #181e23 100%);
	margin: 0;
	box-shadow: 0px 0 20px 0 rgba(0,0,0,0.5);
	border-radius:4px;
	overflow: hidden;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    padding: 12px 15px;
	display: block;
	font-weight: 400;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a{
    background: linear-gradient(to left, #8d63f2 0%, #663bce 100%);
	color: #fff;
	text-decoration: none;
}
.woocommerce-account thead {
	color: #fff;
}
.woocommerce-account .woocommerce a.button {
	height: 34px;
	line-height: 34px;
	padding: 0 20px;

}
/**************************************************** BADGE MAKER ****************************************************/
.woocommerce .product_tag-badge-maker button.button.single_add_to_cart_button {
	display: none !important;
}
