.sc_item_view, .sc_item_view *{
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
}
.sc_item_view a{text-decoration:none}
.sc_item_view_header{width: 100%;position: relative;margin-bottom: 50px;}
.sc_item_view_header .sc_item_view_loader{
    position: absolute;
    z-index: 13;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffffbf;
    text-align: center;
    line-height: 400px;
	display:none
}
.content_item .info_bar, .content_item .info_bar * {
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
	line-height: initial;
}
.content_item .tags_bar{background:none}
.sc_right_box{
	min-height: 400px;
    float: left;
}

.sc_item_view .f_photo .value, .sc_right_box{margin-bottom:15px}
.sc_item_view .sc_item_fields, .sc_item_view .content_item_props{clear:both}

.is_scPrice{padding-bottom: 5px;min-height: 30px}
.is_scPrice span[itemprop="price"]{
	color: #f9ba07;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
}
.is_scPrice sub{
	bottom: 6px;
    font-size: 15px;
	vertical-align: super;
	position: static;
}

.content_item_props {
    padding: 0;
    margin-bottom: 15px;
    background: #fff;
    border: none;
}
.content_item_props table .title{font-weight:bold;letter-spacing: 1px;}

.sc_right_footer .sc_cart_btn, .sc_preorder_btn {
	padding: 12px 30px;
	border: none;
	box-shadow:none;
	float: left;
	position: relative;
	overflow: hidden;
	outline: none;
	min-width: 150px;
	text-align: center;
	background-color: #f9ba07;
	color:#424242;
	cursor:pointer;
	margin-bottom: 10px;
}

.sc_cart_btn_swiper {
	position: absolute;
	top: 0;
	left: -202px;
	fill: #FAFAFA;
	transition: transform 100ms ease;
}

.sc_cart_btn_icon, .sc_preorder_btn_icon {
	font-size: 14px;
	color: #FAFAFA;
	margin-right: 12px;
	position: relative;
	transition: colour 100ms 50ms ease;
}
.sc_cart_btn_icon .fa, .sc_preorder_btn_icon .fa {
	text-align: center;
	width: 24px;
	transition: transform 4000ms ease;
}

.sc_cart_btn_label, .sc_preorder_btn_label {
	text-transform:uppercase;transition:all .3s ease;font-size: 14px;font-weight: bold;
}

.sc_cart_btn:hover .sc_cart_btn_swiper, .sc_preorder_btn:hover .sc_cart_btn_swiper {transform: translateX(56px);}
.sc_cart_btn:hover .sc_cart_btn_label, .sc_preorder_btn:hover .sc_preorder_btn_label {color:#fff;}
.sc_cart_btn:hover .sc_cart_btn_icon, .sc_preorder_btn:hover .sc_preorder_btn_icon {color: #D0021B;}

.sc_cart_btn.sc_cart_btn_loading .sc_cart_btn_swiper,
.sc_cart_btn.sc_cart_btn_loaded .sc_cart_btn_swiper {
	transform: translateX(202px);
}
.sc_cart_btn.sc_cart_btn_loading .sc_cart_btn_label,
.sc_cart_btn.sc_cart_btn_loading .sc_cart_btn_icon,
.sc_cart_btn.sc_cart_btn_loaded .sc_cart_btn_label,
.sc_cart_btn.sc_cart_btn_loaded .sc_cart_btn_icon {
	color: #D0021B !important
}
.sc_cart_btn.sc_cart_btn_loading .sc_cart_btn_label,
.sc_cart_btn.sc_cart_btn_loaded .sc_cart_btn_label {
	transform: translateX(0px);
}

.sc_cart_btn.sc_cart_btn_loading .fa:before {
	content: "\f110";
}

.sc_cart_btn.sc_cart_btn_loaded .fa {
	animation: jelly 1000ms linear both;
}
.sc_cart_btn.sc_cart_btn_loaded .fa:before {
	content: "\f00c";
}

@keyframes jelly {
  0% {
    transform: matrix3d(0.5, 0, 0, 0, 0, 0.25, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  3.4% {
    transform: matrix3d(0.658, 0, 0, 0, 0, 0.463, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.7% {
    transform: matrix3d(0.725, 0, 0, 0, 0, 0.58, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.81% {
    transform: matrix3d(0.83, 0, 0, 0, 0, 0.785, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  9.41% {
    transform: matrix3d(0.942, 0, 0, 0, 0, 1.021, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10.21% {
    transform: matrix3d(0.971, 0, 0, 0, 0, 1.081, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  13.61% {
    transform: matrix3d(1.062, 0, 0, 0, 0, 1.238, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.11% {
    transform: matrix3d(1.07, 0, 0, 0, 0, 1.247, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  17.52% {
    transform: matrix3d(1.104, 0, 0, 0, 0, 1.236, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  18.72% {
    transform: matrix3d(1.106, 0, 0, 0, 0, 1.21, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  21.32% {
    transform: matrix3d(1.098, 0, 0, 0, 0, 1.136, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  24.32% {
    transform: matrix3d(1.075, 0, 0, 0, 0, 1.054, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  25.23% {
    transform: matrix3d(1.067, 0, 0, 0, 0, 1.034, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.03% {
    transform: matrix3d(1.031, 0, 0, 0, 0, 0.978, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.93% {
    transform: matrix3d(1.024, 0, 0, 0, 0, 0.972, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  35.54% {
    transform: matrix3d(0.99, 0, 0, 0, 0, 0.971, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  36.74% {
    transform: matrix3d(0.986, 0, 0, 0, 0, 0.975, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  41.04% {
    transform: matrix3d(0.98, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  44.44% {
    transform: matrix3d(0.983, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.15% {
    transform: matrix3d(0.996, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  59.86% {
    transform: matrix3d(1.003, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  63.26% {
    transform: matrix3d(1.004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  75.28% {
    transform: matrix3d(1.001, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  85.49% {
    transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  90.69% {
    transform: matrix3d(1, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
.sc_buy_qty{
    float: left;
    width: 74px;
	margin: 0 12px 10px 0;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.23);
}
.sc_buy_qty.sc_error_empty .sc_qty_count input{border: 1px solid red;color: red;}
.sc_buy_qty .sc_qty_count input{
    width: 50px !important;/*conflict in Compact theme*/
    text-align: center;
    float: left;
    height: 48px;
    min-height: auto !important;
    line-height: normal !important;
    font-weight: 900;
    outline: none;
    border: 1px solid #ddd;
    background: #fff;
    color: #444;
    padding: 0;
    font-size: 14px;
}
.sc_buy_qty .sc_qty_btn_plus, .sc_buy_qty .sc_qty_btn_minus{
    display: table;
    line-height: 22px;
    background: #eee;
    width: 24px;
    min-height: auto;
    text-align: center;
    border: 1px solid #ddd;
    border-left: none;
    cursor: pointer;
    padding: 0;
    outline: none;
    color: #444;
    font-size: 14px;
}
.sc_buy_qty .sc_qty_btn_minus{border-top:none;line-height: 23px;}
.sc_right_footer{display:inline-block}
.sc_item_view .sc_right_footer + .ft_recommendstars{clear:both;margin-top: 20px;}

.sc_item_view .tags_bar{padding:0 !important}
.sc_item_view .tags_bar:after{content:none !important}
.sc_item_view .tags_bar .tags_bar_link{
	display: inline-block;
	line-height: 13px;
	vertical-align: middle;
	margin: 0 -8px 6px 20px;
	background: #e8e8e8;
	padding: 7px 15px;
	color: #555;
	text-transform: none;
	border: none;
	position: relative;
	border-radius: 0 3px 3px 0px;
	-webkit-transition: none;
	transition: none;
}
.sc_item_view .tags_bar .tags_bar_link:before {
    position: absolute;
    -webkit-transform: translateY(-50%) translateX(50%) rotate(-45deg);
    transform: translateY(-50%) translateX(50%) rotate(-45deg);
    top: 50%;
    right: 100%;
    content: '';
    background-color: inherit;
    background-image: none;
    width: 20px;
    height: 20px;
    -webkit-transition: none;
    transition: none
}

.sc_item_view .tags_bar .tags_bar_link:after {
    position: absolute;
    content: '';
    top: 50%;
    left: -.25em;
    margin-top: -.25em;
    background-color: #fff!important;
    width: 6px;
    height: 6px;
    -webkit-box-shadow: 0 -1px 1px 0 rgba(0,0,0,.3);
    box-shadow: 0 -1px 1px 0 rgba(0,0,0,.3);
    border-radius: 500rem
}
.sc_item_view .tags_bar .tags_bar_link:hover{
    background-color: #e0e0e0;
    color:#444 !important;
}

.sc_item_view .body .tags_bar{margin: 0 0 15px 0;}
.sc_item_view .body > a.sc_tag_add{
    display: block;
    background: #f5f5f5;
    border-top: 1px solid #ddd;
    margin: 0 -15px -15px;
    padding: 5px;
    text-align: center;
    color: #a5a5a5;
}
.sc_item_view .body > a.sc_tag_add:hover{
    color: #777;
    background: #eee;
}

.sc_item_view .widget_tabbed{
    box-shadow: none;
    border-radius: 0;
}
.sc_item_view .widget_tabbed .tabs{overflow: hidden;height: 48px;border-bottom: none;}
.sc_item_view .widget_tabbed .tabs ul{
    overflow: visible;
    height: 47px;
    line-height: 47px;
	list-style: none;
    margin: 0;
    padding: 0;
}
.sc_item_view .widget_tabbed .tabs ul li{height: 47px;line-height: 47px;margin: 0;float: left;width:25%;}
.sc_item_view .widget_tabbed .tabs ul li a{color: #ababab;border: 1px solid #f9ba07;border-left:none;font-size: 12px !important;text-align:center;font-weight: normal;display: block;height: 47px;line-height: 47px;padding: 0 5px;cursor: pointer;text-transform: none;margin: 0;transition: none;text-decoration: none;}
.sc_item_view .widget_tabbed .tabs ul li.tab:first-child a{border-left: 1px solid #f9ba07;}
.sc_item_view .widget_tabbed .tabs ul li a:hover{}
.sc_item_view .widget_tabbed .tabs ul li a.active{background:#f9ba07;}
.sc_item_view .widget_tabbed .tabs ul li a.active{color:#424242;}
.sc_item_view .widget_tabbed .widgets > .body{
    box-shadow: none;
	padding: 15px;
    position: relative;
}

.lSSlideOuter .lSPager.lSGallery li a{display:block}
.imgLiquid{height:500px !important;}

.sc_right_footer .field.ft_bookmarks{
	width: 48px;
    height: 48px;
    line-height: 48px;
    display: inline-block;
}
.ft_bookmarks .sc_fav_btn {
	background: #fbe5a3;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    display: inline-block;
    margin-left: 10px;
    border: 1px solid #f7ce54;
    border-radius: 2px;
    font-size: 20px;
    color: #ca6e2c;
    cursor: pointer;
}

.field .re_recommends_informer{border-top: 1px dashed #ddd;margin-top: 30px;padding-top: 20px;}

.value .lSSlideOuter .lSPager.lSGallery li.active, .value .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 0;
}

.sc_variations_select{
    margin-bottom: 8px;
}
.tzSelect{
	height:34px;
	display:inline-block;
	min-width:220px;
	position:relative;
	max-width: 100%;
}

.tzSelect .selectBox{
	position:absolute;
	height:100%;
	width: 99%;
	line-height: 34px;
	padding:0 15px;
	border: 1px solid #ccc;
	color:#666666;
	background: #eee;
	cursor:pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.tzSelect .selectBox:after{content: "";position: absolute;top: 13px;right: 7px;border: 6px solid transparent;border-top-color: #444;border-bottom: 0;}
.tzSelect .selectBox.expanded:after{border-bottom: 6px solid #444;border-top: 0;}
.tzSelect .selectBox.sc_error_empty{
    border-color: #f58181;
    background: #fbe1e1;
    color: #f33333;
}
.tzSelect .selectBox.sc_error_empty:after{border-top-color: #ea3131}
.tzSelect .selectBox.sc_error_empty.expanded:after{border-bottom: 6px solid #ea3131}

.tzSelect .dropDown{
	position:absolute;
	top: 34px;
	left: 0;
	width: 99%;
	border: 1px solid #ccc;
	background: #fff;
	border-top: none;
	list-style:none;
	z-index: 10;
	margin: 0;
	padding: 0;
	max-height: 300px;
    overflow: auto;
	-webkit-overflow-scrolling:touch;
}


.tzSelect li{
	height: 32px;
	cursor:pointer;
	position:relative;
	border-bottom: 1px solid #ddd;
}
.tzSelect li:hover{background:#fbfbfb}
.tzSelect li:last-child{border:none}
.tzSelect li.is_v_disabled{
    background: #fbfbfb;
    opacity: 0.6;
    cursor: no-drop;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.tzSelect li span{
	line-height: 32px;padding: 5px 15px;
}
.tzSelect li.is_v_disabled span{text-decoration: line-through;}

.tzSelect li img{
	left: 5px;
	position:absolute;
	top: 4px;
}

#sc_goods_artikul{margin: -15px 0 15px;color: #666666;}

.sc_item_view .content_item_props table .title{padding: 8px 0;background: #fff;border-left: none;border-right: none;width: 50%;color: #68809B;}
.sc_item_view .content_item_props table tr td{border-color: #ddd;font-size: 14px;padding: 4px 0;border-bottom: solid 1px #B3C2C9;border-left: none;border-right: none;}
.sc_item_view .content_item_props table .heading{text-align: center;}
.sc_item_view .content_item_props table .value {
    color: #7f8c8d;
    padding-left: 10px;
    text-align: right;
}
.sc_item_view .content_item_props table{width:100%}
.lg-outer{z-index:9999 !important}
.is_scOldPrice{
	margin: 0 5px 0 0;
    color: #a3a3a3;
    font-weight: bold;font-size: 22px;
}

.variants_opened {height: 300px !important;}
.variants_opened .tzSelect{height:auto}
.variants_opened .tzSelect .selectBox{}
.variants_opened .tzSelect .dropDown{
	position: relative;
    height: 260px;
    display: block !important;
	top:34px
}
.variants_opened .tzSelect .dropDown .is_v_active{background: #f7f7f7;}
.sc_inStock_box{
	margin: 0;
    line-height: 0;
    padding: 0;
    font-size: 13px;
}
.scis_yes{color:green}
.scis_not{color:red}

.sc_item_view .sc_item_view_header .field.f_photo{/*max-width:500px*/}
#sync1 .item.miwpb_contain {background-size: contain !important;background-position: center;}

.sc_right_box .sc_variations_select {
	max-width: none;
    background: none;
    border: none;
    box-shadow: none;
    height: auto;
    cursor: pointer;
    padding: 0;
}

@media screen and (max-width: 768px) {
	.sc_right_box{
		width: 100%;
		min-height: auto;
	}
	.sc_item_view .sc_item_view_header .f_photo {width: 100% !important;float:none;margin:0}
	.sc_item_view .widget_tabbed .tabs ul.tab_count_6 li a .fa,
	.sc_item_view .widget_tabbed .tabs ul.tab_count_7 li a .fa,
	.sc_item_view .widget_tabbed .tabs ul.tab_count_8 li a .fa
	{display:none}
	.sc_item_view .widget_tabbed .tabs ul.tab_count_6 li a .fa,
	.sc_item_view .widget_tabbed .tabs ul.tab_count_7 li a .fa,
	.sc_item_view .widget_tabbed .tabs ul.tab_count_8 li a .fa
	{font-size:13px !important}
}

@media screen and (max-width: 580px) {
	.sc_item_view .widget_tabbed .tabs ul.tab_count_5 li a .fa{display:none}
	.sc_item_view .widget_tabbed .tabs ul.tab_count_5 li a .fa{font-size:13px !important}
}

@media screen and (max-width: 480px) {
	.sc_item_view .widget_tabbed .tabs ul.tab_count_5 li a .fa{display:inline-block}
	.sc_item_view .widget_tabbed .tabs ul.tab_count_5 li a span{display:none}
	.sc_item_view .widget_tabbed .tabs ul.tab_count_5 li a .fa{font-size:16px !important}
	.sc_item_view .widget_tabbed .tabs,.sc_item_view .widget_tabbed .tabs ul{height:auto;}
.sc_item_view .widget_tabbed .tabs ul li{width:100%;}
.sc_item_view .widget_tabbed .tabs ul li a{border-left:1px solid #f9ba07;}
}

@media screen and (max-width: 320px) {
	.sc_buy_qty{margin-right: 8px;}
	.sc_fav_btn{margin-left: 8px;}
	.sc_item_view .widget_tabbed .tabs ul li a{padding:0 10px;height:35px !important;line-height:34px}
	.sc_item_view .widget_tabbed .tabs ul li, .sc_item_view .widget_tabbed .tabs ul{height:34px;line-height:34px}
	.sc_item_view .widget_tabbed .tabs{height:35px}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .sc_item_view_header .sc_item_view_loader{ background:rgba(255,255,255,0.5) }
}