/* global styles */

#trustbadge-container-98e3dadd90eb493088abdc5597a70810 {
z-index:1 !important;
}

.block.block-search {
z-index:1000;
}

#scroll-top {
    bottom: 245px;
}

.checkout-cart-index #shopping-cart-table .col.subtotal {
    width:150px;
}

#mini-cart .minicart-price .price {
    font-size: 18px;
}
.block-minicart.empty {
z-index:9999;
}
.action.back.secondary.frame {  
    background-color: #fff000 !important;
    border:0 !important;
}
.page-product-configurable.catalog-product-view .mage-error {
    background-color: #000;
    padding: 6px;
    border-radius: 3px;
    font-size: 14px;
    margin-top: 2px;
}

.sw-flexslider .slides .slider-title .caption {
    padding: 0;
}


.catalog-product-view .product.info.detailed .product.data.items>.item.title>.switch {
font-size: 21px;
}


#bg-dark { 
	opacity: 0.7; 
	filter: alpha(opacity=70); 
	background-color:#000; 
	width:100%; 
	height:100%;
	top:0; 
	left:0; 
	position:fixed; 
	z-index:1000; 
}
.page-header { border-bottom:1px solid #ccc; }
.redfont { color:#ff0000 !important; }

.more-description {
    padding: 0px;
    margin-top: 25px;
    line-height: 140%;
    font-size: 18px;
    font-family: 'Conv_Gotham-Book';	
}

.scale {
	transform: scale(1.1);
	transition: all .2s ease-in-out;
}
.scale-out {
	transform: scale(1);
	transition: all .2s ease-in-out;	
}
.cms-page-view .spacer, #spin-account-content .spacer {
    display:grid;
    height:15px;
    width:160px;
    background-color:#ff0;
	margin-top:15px;
	margin-bottom:25px;
    margin-left:0px;
}
.page-layout-spinempty .spacer {
	display:block !important;
	margin:0 auto !important;	
}

.catalog-product-view .block.upsell { margin-top:50px; }

.page-products .toolbar .limiter {
    clear:both;
}


/* black */
/*.amlabel-position-wrapper, .amasty-label-container, .amasty-label-text {
	width:100% !important;
}
	.amasty-label-container {
	height:30px !important;
}
@media (max-width: 768px) {
	.amasty-label-text {
		padding: 3px 3px !important;
		font-size: 12px;
	}
}
@media (max-width: 767px) {
	.bf {
		display: none;
	}
}*/


/* dragon ball */

.category-dragon-ball-z-489.catalog-category-view .page-wrapper,
.category-dragon-ball-z-490.catalog-category-view .page-wrapper,
.category-dragon-ball-z.catalog-category-view .page-wrapper {
	background:url(/pub/media/bg-dbz1.jpg);
	background-repeat:no-repeat;
	background-position-x: center;
}
.category-dragon-ball-z-489.catalog-category-view .filter-title.strong {
	background-color:none !important;
}

.block-title.filter-title strong {
background:none;
}



/* Rhoden banner */
@media only screen and (min-width: 1200px) {
	
.category-team-492.catalog-category-view {
	background:url(/pub/media/bg-osn-shawn_rhoden.jpg);
	background-repeat:no-repeat;
	background-position-x: center;
}
.category-team-492.catalog-category-view .block-title.filter-title strong {
	margin-top: 220px;
   margin-left: 10px;
}
.category-team-492.catalog-category-view .page-title-wrapper h1 .base { color:#fff; }
.category-team-492.catalog-category-view .sidebar.sidebar-main {
	padding-left:10px;	
}
.category-team-492.catalog-category-view .products.list.items.product-items {
	margin-right: 15px;
}
.category-team-492.catalog-category-view #amasty-shopby-product-list p {
    line-height: 30px;
}
.category-team-492.catalog-category-view #roden { height:220px; }

}
.category-team-492.catalog-category-view #roden-sub,
.category-dragon-ball-z-489.catalog-category-view .page-wrapper #roden-sub,
.category-dragon-ball-z.catalog-category-view .page-wrapper #roden-sub {
display: none;
}




/*.cms-page-view.page-layout-spinempty .column.main ol li span, .cms-page-view.page-layout-spinempty .column.main ul li span {
    width: 100%;
}*/
.cms-page-view.page-layout-spinempty .column.main ol li:before, .cms-page-view.page-layout-spinempty .column.main ul li:before {
    content:''; 
}

/*
.cms-brand-olimp-sport-nutrition.cms-page-view .column.main ol li span, .cms-brand-olimp-sport-nutrition.cms-page-view .column.main ul li span {
    display: block !important;
}*/



/* video brands */
#spinModal iframe { width:100%;height:100%;  }
/* The Modal (background) */
#spinModal.modal-spin {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 0;
padding-top:20px;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
}
/* Modal Content */
#spinModal .modal-content-spin {
    position: relative;
    margin: auto;
    padding: 0;
    width: 90%;
    height:90%;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}
/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}
@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}
/* The Close Button */
#spinModal .close {
    color: #fff;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
#spinModal .close:hover,
#spinModal .close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}



/* breadcrumbs */
.breadcrumbs { 
	margin:25px auto; 
	text-align:left; 
	/*text-transform:uppercase;*/
}
.breadcrumbs li.item a { 	text-transform:uppercase; }
.breadcrumbs strong { font-family:'Conv_Gotham-Light'; }
/* /breadcrumbs */
/* /global styles */


/* top menu navigator */
/* main menu */
#spin_navigator li { 
	display:inline-block; 
	padding:0px; 
	margin-right:15px; 
}
#spin_navigator li a.c { 
	text-transform: uppercase;
	display:block; 
	text-align:center; 
	font-size:18px; 
	color:#000; 
	padding:14px 5px 25px 5px; 
	border-bottom:5px solid #fff; 
}
#spin_navigator li a.c:hover, #spin_navigator li a.active { 
	border-bottom:5px solid #000; 
}
#spin_navigator a:hover { color:#8d8d8d; }


/* submenu */
#spin_navigator .spin_nav_sub { 
	display:none; 
	position:absolute; 
	z-index:999; 
	left:0; 
	text-align:left; 
	width:100%; 
	height:auto; 
	padding:20px 0px 50px 0px; 
	/*margin-top:-2px;*/
	margin-top:0px;
	background-color:#fff;  
	-webkit-box-shadow: 0px 2px 5px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 2px 5px -1px rgba(0,0,0,0.75);
	box-shadow: 0px 2px 5px -1px rgba(0,0,0,0.75);	
}
#spin_navigator .spin_nav_sub a { 
	font-family: 'Conv_Gotham-Light'; 
	font-size:12px; 
	display:block; 
	float:left; 
	padding:8px 0px 8px 0px; 
}
#spin_navigator.top4col .spin_nav_sub a { 
	display:block; 
	float:none;
	color: #878685;
}
#spin_navigator.top4col .spin_nav_sub a.parent {
    color: #000;
}
#spin_navigator.top4col .spin_nav_sub strong { 
	font-weight:900;
	margin-top:15px;
	display:block;
	font-size:14px;
}
#spin_navigator .spin_nav_sub h3 { 
	font-size:13px; 
	margin-top:10px; 
}
#spin_navigator .spin_nav_sub .aside, #spin_navigator .spin_nav_sub .sub { padding-left:50px; }
#spin_navigator .spin_nav_sub .sub a { width:50%; }
#spin_navigator .spin_nav_sub .aside a { width:100%; }
#spin_navigator .spin_nav_sub.show { display:block !important; }


/* mobile menu */
.nav-toggle { 
	right:15px; 
	text-align:right; 
	top:10px; 
	color:#000; 
	width:30px; 
	left:inherit; 
}
.nav-toggle:before { 
	color:#000; 
}
#nav-close { 
	display:none; 
	position:fixed; 
	z-index:1002; 
	top:15px; 
	left:20px; 
	color:#fff; 
	cursor:pointer; 
}
#spin_navigator_mobile, #spin_navigator_mobile .sub-slide { 
	display:none; 
	width:300px; 
	height:100%; 
	position:fixed; 
	overflow-y:auto; 
	z-index:1001; 
	top:0; 
	right:-300px; 
	text-align:left; 
	background-color:#f7f7f7; 
}
#spin_navigator_mobile a, #spin_navigator_mobile .sep-toolbar { 
	font-family:'Conv_Gotham-Light'; 
	color: #000;
	display:block; 
	padding:20px; 
	border-bottom:1px solid #e5e5e5; 
}
#spin_navigator_mobile a:hover { background-color:#fff; }
#spin_navigator_mobile .sub-more { 
	position:absolute; 
	display:block; 
	width:100%; 
	margin-top:-57px; 
	padding:20px; 
	cursor:pointer; 
}
#spin_navigator_mobile .sub-more:hover { background:none; }
#spin_navigator_mobile .sub-more i { margin-left:250px; }
#spin_navigator_mobile .sep-toolbar a { 
	display:inline; 
	border:none; 
	padding:0px; 
}
#spin_navigator_mobile .sep, #spin_navigator_mobile .sep-toolbar { background-color:#fff; }
#spin_navigator_mobile .back { cursor:pointer; }

/* STATIC PAGE */
.cms-page-view #maincontent .page-title-wrapper h1.page-title {
	text-transform:uppercase;
	font-family:'Conv_Gotham-Ultra';	
}
.cms-page-view #maincontent {
	text-align:left;
	padding:0px;
}

.page-layout-spinempty .page-width {
    padding: 0px;
}

/* BANNER */
.loader-gutter { display:none; }

/* OPC */
.opc-title {    
    color: #f25a28;
    line-height: 135%;
}
.opc-btn-more {
	padding:25px;
    background-color: #f25a28;
    text-decoration: none;
    margin-left: 70px;
	margin-top:-40px;
    font-weight: 800;
    font-size: 22px;
	text-transform:uppercase;
	color:#fff !important;
	border:none;
}
.opc-btn-more:hover {
    background-color: #000;
	border:none;
}
.opc-border {
    margin-top: 70px;
    border: 2px solid #f25a28;
    padding: 60px;
}
.opc-border p {
	font-family:'Conv_Gotham-Book'; 
	font-size:18px;
	line-height:135%;
}
.opc-border h2, #opc h3 { font-family:'Conv_Gotham-Book'; }
.opc-h {
    margin-top: -80px;
    position: absolute;
	font-family:'Conv_Gotham-Ultra'; 
    font-size: 36px;
    background-color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 800;
}
#opc div {
    position: absolute;
    padding-top: 0px;
    padding-bottom: 30px;
}
#opc h2, #opc h3 {
	width:75% !important;
	margin-top:50px;
}

.iwd_empty_cart_powered_by { display:none; }

/* rodo form */
#form-validate .field label {
    width: 90% !important;
}

/* BRANDS */
.page-layout-spinempty #brands-main {
	margin-bottom:150px;	
}
.page-layout-spinempty h1, .page-layout-spinempty .ultra { 
	font-family:'Conv_Gotham-Ultra' !important;
	font-size:44px;
	padding-bottom:25px;
}
.page-layout-spinempty .h2-medium {
	font-family:'Conv_Gotham-Ultra' !important;
	font-size:40px !important;	
}
.page-layout-spinempty .ultra {
	font-size:160px;
	line-height:90%;
	color:#ebebeb;
}
.page-layout-spinempty .ultra span {
	color:#fecb00;
}
.page-layout-spinempty .spacer { 
	background-color:#fecb00; 
	height:8px;
}
.page-layout-spinempty .brands-img {
	padding-top:35px;
}
.page-layout-spinempty .brands-img img {
	max-width:234px;
	border-right:2px solid #ebebeb;
	padding:35px 25px 35px 25px;
}
.page-layout-spinempty .line-silver {
	background-color:#ebebeb;
	height:2px;
}
.page-layout-spinempty #brands-main .silver-container  {
	padding:50px 100px 80px 100px;	
	background:#f3f3f3;
	margin-bottom:150px;
}
.page-layout-spinempty .video-brand {
	position:absolute;
	/*margin-left:100px;*/
	margin-top:250px;
	z-index:1000;
	max-width:600px;
	cursor: pointer;
	margin-left: 740px;
	
-webkit-box-shadow: 5px 5px 73px -6px rgba(179,175,179,1);
-moz-box-shadow: 5px 5px 73px -6px rgba(179,175,179,1);
box-shadow: 5px 5px 73px -6px rgba(179,175,179,1);
}
.page-layout-spinempty .video-brand-2 { display:none; }
.page-layout-spinempty  #brands-info { 
	margin-top:60px; 
	margin-bottom:200px;
}
.page-layout-spinempty #brands-main  p, .page-layout-spinempty #brands-info p, .page-layout-spinempty .silver-container { 
	font-family:'Conv_Gotham-Book';
	font-size:24px;
	line-height:140% !important; 
}
.page-layout-spinempty  #spin-content-1column { margin-top:-25px !important; }
.page-layout-spinempty  #spin-content-1column.container {
	padding-left:0px;
	padding-right:0px;
}
.page-layout-spinempty .icbr {
	padding-top:18px;
	padding-bottom:15px;
	font-family:'Conv_Gotham-Book';
	font-size:20px;	
	line-height:120% !important; 
}
.page-layout-spinempty  #brands-info .brand-img-logo {
	padding-bottom:60px; 
}
/*.cms-page-view.page-layout-spinempty .product-item-details { display:none; } */
.page-layout-spinempty  .products-grid .product-item {
	/*width: 19.439% !important;*/
	/*width: 24.7%;*/
	margin-bottom:0px !important;
}
.page-layout-spinempty  .block-products-list.grid {
	margin-top:70px;
}
.page-layout-spinempty .logotype-labs-2, .page-layout-spinempty .logotype-queen-fit-2, .page-layout-spinempty .logotype-born-2, .page-layout-spinempty .logotype-endurance-2 { display:none; }




/* amasty widget - list peoducts by category */

#amasty-shopby-product-list .block.widget.block-products-list.grid {
	margin-bottom:50px;
}
#amasty-shopby-product-list .block-title {
	margin-top:25px;
	margin-bottom:25px;
}
#amasty-shopby-product-list .block-title strong {
	font-size: 0;
}
#amasty-shopby-product-list .product-item-details, #amasty-shopby-product-list .product-item-info { 
	text-align:center;
}
#amasty-shopby-product-list .product-item-details .actions-secondary,
#amasty-shopby-product-list .price-container .price-label {
	display:none;
}
#amasty-shopby-product-list .product-item-details .actions-primary {
	width:100% !important;
	display:block !important;
}
#amasty-shopby-product-list .products-grid.grid .product-item-actions {
	margin:0px;
}
#amasty-shopby-product-list .product-item-details .product-item-link {
    font-size: 16px;
}
#amasty-shopby-product-list .products-grid.grid .product-items.widget-product-grid li {
    margin: 0;
    overflow: hidden;
    background-position: center 20px;
    background-color: #f1f1f1 !important;
	border: 6px solid #fff;
	width:24.7%;
}
#amasty-shopby-product-list .products-grid.grid .product-items.widget-product-grid li:hover {
	background-color:#f8f8f8 !important;
}
#amasty-shopby-product-list .products-grid.grid .product-items.widget-product-grid li .product-item-details {
	margin-top:-10px;
}
#amasty-shopby-product-list .product-items.widget-product-grid .product-item .special-price {
    display: inline;
	padding-bottom: 5px;
	padding-right:5px;
    color: #ff0000;
}
#amasty-shopby-product-list .actions-primary button {
	width:100%;
}
#amasty-shopby-product-list .product-item-name { 
	padding: 0px 15px 0px 15px;
	height:30px; /*  -  */
	display: block; /*  -  */
	overflow: hidden;
}
#amasty-shopby-product-list .product-item .minimal-price .price-container {
    display: inline; 
}
#amasty-shopby-product-list .products-grid.grid .product-items.widget-product-grid li .price-box {
    margin: 10px 0 40px;
}
#amasty-shopby-product-list p { 
	margin-bottom: 0px;
	clear:both;
	/*line-height: 0px;*/
}
#amasty-shopby-product-list p.minimal-price {
	line-height:0.64;
}
#amasty-shopby-product-list .block.widget.block-products-list.grid .stock.unavailable {
    background: #ccc;
    padding: 16px;
	color: #fff;
	font-size:14px;
}

/* conflict : */
.cms-page-view.page-layout-spinempty .column.main ol li span, .cms-page-view.page-layout-spinempty .column.main Ul li span {
    padding-left: 0px;
    line-height: 1;
}
.cms-page-view.page-layout-spinempty .product-image-wrapper { width:100%; }
.cms-page-view.page-layout-spinempty .product-item-name { 
	height:35px !important; /*  -  */
	display: block; /*  -  */
	line-height:80%;
}



.modal-inner-wrap .modal-content {
border:none;
}
.modal-inner-wrap {
    padding: 0px;
}
.modal-popup .action-close {
    padding: 5px;
}
.modal-inner-wrap .modal-content div {
font-family: 'Conv_Gotham-Book';
font-size: 18px;
}
.modal-inner-wrap .modal-footer .action-secondary.action-dismiss, .modal-inner-wrap .modal-footer .action-primary.action-accept {
background-color: #ffff00;
font-size: 18px;
color: #000;
border: none;
padding: 15px 40px 15px 40px;
}
.modal-inner-wrap .modal-footer .action-secondary.action-dismiss span, .modal-inner-wrap .modal-footer .action-primary.action-accept span {
font-family: 'Conv_Gotham-Ultra';
text-transform:uppercase;
}
@media only screen and (max-width: 414px) {
.modal-inner-wrap .modal-footer .action-secondary.action-dismiss, .modal-inner-wrap .modal-footer .action-primary.action-accept {
width:100%;
margin-bottom:10px;
}	
.modal-inner-wrap .modal-footer button {
    margin: 0px;
}
}


/* fix jump screen :: for all check: page-layout-1column */
@media only screen and (min-width: 1200px) {
	.page-layout-spinempty #maincontent.page-main, 
	.page-products #maincontent, 
	.pages-about-index #maincontent.page-main,
	.traning-article-index #maincontent, 
	.nutrition-article-index #maincontent,
	.pages-quality-jakosc #maincontent, 
	.news-article-index #maincontent, 
	.traning-article-view.page-layout-1column #maincontent,
	.news-article-view #maincontent.page-main,
	.nutrition-article-view #maincontent.page-main,
	.contact-index-index #maincontent.page-main,
	.checkout-cart-index #maincontent.page-main,
	.checkout-index-index #maincontent.page-main
	{
		max-width: 1280px !important;
	}

}
@media only screen and (max-width: 768px) {
	.page-layout-spinempty #maincontent.page-main, 
	.page-products #maincontent, 
	.pages-about-index #maincontent.page-main,
	.traning-article-index #maincontent, 
	.nutrition-article-index #maincontent,
	.pages-quality-jakosc #maincontent, 
	.news-article-index #maincontent, 
	.traning-article-view.page-layout-1column #maincontent,
	.news-article-view #maincontent.page-main,
	.nutrition-article-view #maincontent.page-main,
	.contact-index-index #maincontent.page-main,
	.checkout-cart-index #maincontent.page-main,
	.checkout-index-index #maincontent.page-main
	{
		padding:0px 15px 0px 15px;
	}
	#amasty-shopby-product-list .block-title strong {
		font-size: 24px !important;
	}
	.column.main .product-items, .column.main .product-item {
		margin-left: 0px !important;
	}
	#amasty-shopby-product-list .products-grid.grid .product-items.widget-product-grid li {
		width:49.7% !important;
		padding-left:0px !important;
		padding-right:0px !important;	
	}
	#amasty-shopby-product-list p.minimal-price {
		line-height: 1.0 !important;
	}
	.page-title-wrapper, .breadcrumbs {
		max-width: 100% !important;
	}
	.cms-page-view.page-layout-spinempty .breadcrumbs.page-width { padding-left:15px; }
}
@media only screen and (max-width: 414px) {
	#amasty-shopby-product-list .products-grid.grid .product-items.widget-product-grid li {
		width:100% !important;
	}
	#amasty-shopby-product-list .block.widget.block-products-list.grid .products-grid.grid .product-item-actions {
		display:block !important;
	}
}






@media screen and (max-width: 1024px) {
	.page-layout-spinempty #brands-main .silver-container  {
		padding:10px 50px 30px 30px;	
		margin-bottom:50px;
	}	
	.page-layout-spinempty .video-brand {
		max-width: 360px;
		margin-top: 35px;
	}
	.page-layout-spinempty h1 {
		font-size: 36px;
	}
	.page-layout-spinempty .ultra {
		font-size: 100px !important;
	}
	.page-layout-spinempty #brands-main  p, .page-layout-spinempty #brands-info p, .page-layout-spinempty .silver-container { 
		font-size:22px;
	}
	.page-layout-spinempty .brands-img img {
		max-width: 172px !important;
		padding: 20px !important;
	}
	page-layout-spinempty .brands-img {
		padding-top: 30px;
	}
	.page-layout-spinempty #brands-main {
		margin-bottom: 70px;
	}
}
@media screen and (max-width: 991px) {
	.page-layout-spinempty .icbr {
		text-align:center;
		padding-bottom:35px;
	}	
	.page-layout-spinempty .video-brand { display:none; }
	.page-layout-spinempty .video-brand-2 { display:block; }
}
@media screen and (max-width: 768px) 	{
	.page-layout-spinempty .brands-img img {
		max-width: 230px!important;
	}
	.page-layout-spinempty .video-brand {
		margin-left: -350px;
		margin-top: 430px;
		max-width: 700px;
	}
	.page-layout-spinempty #brands-main .silver-container {
		padding-bottom:30px;
	}
	.page-layout-spinempty .ultra { display:none; }
	.page-layout-spinempty .logotype-labs-1, .page-layout-spinempty .logotype-queen-fit-1, .page-layout-spinempty .logotype-born-1, .page-layout-spinempty .logotype-endurance-1 {
		display:none;
	}
	.page-layout-spinempty .logotype-labs-2, .page-layout-spinempty .logotype-queen-fit-2, .page-layout-spinempty .logotype-born-2, .page-layout-spinempty .logotype-endurance-2 {
		display:block;
		margin-left:auto;
		margin-right:auto;
	}	
	.page-layout-spinempty #brands-info {
   	margin-top: 30px;
	}
}
@media screen and (max-width: 640px) 	{
	.page-layout-spinempty h1 {
		font-size: 22px;
		padding-bottom:10px;
	}
	.page-layout-spinempty .video-brand {
		margin-left: -140px;
		margin-top: 430px;
		max-width: 280px;
	}
	.page-layout-spinempty .line-silver { display:none; }
	.page-layout-spinempty #brands-main  p, .page-layout-spinempty #brands-info p, .page-layout-spinempty .silver-container { 
		font-size:14px !important;
	}
	.page-layout-spinempty .silver-container { margin-bottom:0px !important; }
	.page-layout-spinempty .brands-img {
		text-align:center;
	}
	.page-layout-spinempty .brands-img img {
		border-right:0;
		max-width:100%;
	}
	.page-layout-spinempty .h2-medium {
		font-size:22px !important;	
		padding-right:20px;
		padding-left:20px;
	}
	.page-layout-spinempty #brands-info {
    	margin-bottom: 50px;
	}
}
/* BRANDS */




/* media screen */

@media (max-width: 1024px) {
	#opc h2, #opc h3 {
		width: 45% !important;
	}
}
@media (max-width: 991px) {
	#spin_navigator, #opc img  { display:none; }
	#spin_navigator .spin_nav_sub .sub { border:none; }
	#spin_navigator .spin_nav_sub .sub a { width:100%; }
	/*#opc { height:260px; }*/
	#opc h2, #opc h3 { width:100%; }
	.page-header .header a { font-size:13px; }
	#opc { display:none; }
}
@media (max-width: 767px) {
	.page-header { height:75px; }
	#spin_navigator { display:none; }
	.opc-btn-more {
		padding:15px;
		margin-left: 30px;
		font-size: 22px;
	}
	.opc-h { padding-left:10px; padding-right:10px; }
}
@media (max-width: 768px) {
	
	.panel.header {
		padding: 10px 0px 5px 15px !important;
	}
	.page-header .switcher, .page-footer .switcher {
		margin-right: -10px;
	}
	#product-container .pr-box:nth-child(2) {
		padding: 0px 15px 0px 0px;
	}
	#product-container h1, 
	#product-container #form-cart .price, 
	#product-container #form-cart .promo {
		font-size: 30px;
	}
	#product-container #img-default img {
		max-width: 400px;
		margin-top:50px;
	}
	#product-container .portions .spacer {
		background: #ffff00;
	}
	#product-container .panel-default>.panel-heading a {
		font-size: 22px;
	}
	#product-container .panel-body {
		font-size: 18px;
		line-height:140%;
	}
	div.table-responsive table.table tbody tr td:first-of-type {
		padding: 5px;
	}
	#videoopc { height:360px !important; }
}
@media (max-width: 320px) {
	#spin_navigator_mobile { width:280px; }
}
@media only screen and (min-width: 1340px) {
	.cms-page-view #maincontent {
		max-width:1280px;
	}
}
@media (max-width: 640px) {
	#opc h2, #opc h3 {
		width:99% !important;
		margin-top:50px;
	}
	.opc-h { font-size:28px; margin-top: -60px; }
	.opc-border { padding: 30px; }
	.opc-border h2 { font-size:22px; }
	.opc-btn-more {
		margin-left: 30px;
		font-size: 18px;
	}
	#product-container #img-default img {
		max-width: 100%;
		margin-top:0px;
	}
}
@media (max-width: 480px) {
	#opc h2, #opc h3 {
		font-size:22px;
		margin-top:20px;
	}	
	/*#opc { height:180px; }*/
	.opc-border { padding: 20px; }
	.opc-btn-more {
		font-size: 16px;
		width:100%;
		margin-left:0px;
	}

	.box-tocart .fieldqty {
		width:100% !important;
	}
	.product-info-main .box-tocart .field.qty {
		padding-right: 0px !important;
	}
}



/********Konatsu**********/
@media screen and (min-width: 992px) and (max-width: 1029px){
	#spin_navigator li {
    margin-right: 0px;
	}
}
@media screen and (min-width: 1030px) and (max-width: 1100px){
	#spin_navigator li {
    margin-right: 5px;
	}
}

/* IE */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.language-tunel-page .logo { float:none; }
	.sw-flexslider-container { margin-top:100px !important; }
	.breadcrumbs { margin-top:135px !important; }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
	.page-product-configurable .page-layout-1column .product.media {
		width: 50%;
	}
	.page-product-configurable .fotorama__stage__frame .fotorama__img {
		left: 32%;
		max-height: 85%;
		max-width: 85%;
		top: 45%;
	}
	.page-product-configurable.page-layout-1column .product-info-main {
		width: 50%;
	}
	.page-product-configurable .product-info-main .page-title-wrapper .page-title {
		line-height: 1.2;
	}
	.page-product-configurable .product-info-main .futured-list ul li {
		font-size: 14px;
	}
	.page-product-configurable .page-title-wrapper.product .page-title span {
		font-size: 36px;
	}
}
@media screen and (max-width: 991px) and (min-width: 768px) {
	.page-product-configurable .page-width {
		max-width: 100%;
	}
	.page-product-configurable .page-layout-1column .product.media {
		width: 50%;
	}
	.page-product-configurable .fotorama__stage__frame .fotorama__img {
		top: 38%;
		left: 30%;
		max-height: 70%;
		max-width: 70%;
	}
	.page-product-configurable.page-layout-1column .product-info-main {
		width: 50%;
	}
	.page-product-configurable .product-info-main .page-title-wrapper .page-title {
		line-height: 1;
	}
	.page-product-configurable .product-info-main .futured-list ul li {
		font-size: 14px;
	}
	.page-product-configurable .page-title-wrapper.product .page-title span {
		font-size: 32px;
	}
	.page-product-configurable .product-info-circles .circliful {
		margin-left: auto !important;
		margin-right: auto !important;
		margin-top: 0px;
		margin-bottom: 0px;
		float: none !important;
		display: inline-block !important;
	}
	.page-product-configurable .product-info-circles .short-description .spacer {
		display: block !important;
		height: 10px !important;
	}
	.page-product-configurable .product-info-circles .short-description p {
		margin-top: 10px;
		font-family: 'Conv_Gotham-Ultra';
		font-size: 30px;
		text-transform: uppercase;
		text-align: center;
	}
	.page-product-configurable .field.configurable.required {
		width: inherit;
	}
	.page-product-configurable .product.info.detailed .data.item.title .data.switch {
		font-size: 18px !important;
	}
}

@media (max-width: 767px) {
	#scroll-top {
		bottom: 15px;
		right: 15px;
	}
}