﻿.r-tabs .r-tabs-panel {
	display: block !important;
	visibility: hidden;
	opacity: 0;
	height: 0;
	overflow: hidden;
}

.r-tabs .r-tabs-accordion-title {
	display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
	visibility: visible;
	opacity: 1;
	height: auto;
	overflow: visible;
}

/* Accordion responsive breakpoint */
@media only screen and (max-width:768px) {
	.r-tabs .r-tabs-nav {
		display: none;
	}

	.r-tabs .r-tabs-accordion-title {
		display: block;
	}

}

.responsive_tabs {
	width: 100%;
	margin: 30px 0;
	position: relative;
}

.responsive_tabs-tab_list {
	display: block;
	text-align: center;
	padding: 0;
	margin: 0 0 30px;
}

.responsive_tabs-tab_list_item {
	list-style: none;
	display: inline-block;
	margin: 0;
	padding: 0;
}

.responsive_tabs-tab_list_link {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 25px;
	border: 1px solid transparent;
	border-radius: 5px;
	display: inline-block;
	line-height: 1.2;
	text-decoration: none !important;
}

.responsive_tabs-tab_list_link:hover {
	border-color: #d8d8d8;
	color: #000;
}

.r-tabs-state-active .responsive_tabs-tab_list_link {
	color: #FF9432;
	background-color: #fff;
}

.responsive_tabs-accordion_title {
	text-align: center;
	border-top: 1px solid #F8F8F8;
}

.responsive_tabs-accordion_title:nth-child(2) {
	border-top: none;
}

.responsive_tabs-accordion_title .r-tabs-anchor {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 25px;
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: 5px;
	display: block;
	line-height: 1.2;
	text-decoration: none !important;
}

.responsive_tabs-accordion_title.r-tabs-state-active .r-tabs-anchor {
	color: #FF9432;
}

@media(max-width:768px) {
	.responsive_tabs-tab_content {
		border-top: 1px solid #F8F8F8;
	}

	.responsive_tabs {
		background: #fff;
		border-radius: 5px;
	}

}


/*    spec    */

.special-responsive .b_special_simple {
	width: 100%;
}

.special-responsive .b_special_simple-object {
	background-color: #fff;
	position: relative;
	z-index: 0;
	width: 25%;
	border-left: 1px solid #e9e9e9;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	transition: box-shadow 0.1s ease-in 0s;
	margin-bottom: 1px;
}

.special-responsive .b_special_simple-object_area {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.special-responsive .b_special_simple-labels {
	position: absolute;
	top: 0;
	left: 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	z-index: 10;
}

.special-responsive .b_special_simple-label_hit {
	background-color: #ff3c32;
	font-weight: bold;
	font-style: italic;
	color: #fff;
	display: block;
	padding: 20px 12px;
	line-height: 1;
	margin: 0 1px 1px 0;
}

.special-responsive .b_special_simple-label_new {
	background-color: #ff9432;
	font-weight: bold;
	font-style: italic;
	color: #fff;
	display: block;
	padding: 20px 12px;
	line-height: 1;
	margin: 0 1px 1px 0;
}

.special-responsive .b_special_simple-label_discount {
	background-color: #bbbf50;
	font-weight: bold;
	font-style: italic;
	color: #fff;
	display: block;
	padding: 20px 12px;
	line-height: 1;
	margin: 0 1px 1px 0;
}

.special-responsive .b_special_simple-label_price {
	background-color: #BF914F;
	font-weight: bold;
	font-style: italic;
	color: #fff;
	display: block;
	padding: 20px 12px;
	line-height: 1;
	margin: 0 1px 1px 0;
}

.special-responsive .b_special_simple-object_title_text {
	color: inherit !important;
}

.special-responsive .b_special_simple-object_title {
	font-weight: bold;
	font-size: 1.625em;
	line-height: 1.2;
	overflow: hidden;
}

.special-responsive .b_special_simple-object_image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-color: #fff;
	max-width: 100%;
	max-height: 100%;
}

.special-responsive .b_special_simple-object_image_area {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.special-responsive .b_special_simple-object_image_link {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	z-index: 0;
}

.special-responsive .b_special_simple-object_image_link:after {
	content: '';
	display: block;
	padding-bottom: 100%;
}

.special-responsive .b_special_simple-object_old_price {
	display: block;
	text-decoration: line-through;
	font-size: 0.875em;
	line-height: 1;
	font-weight: bold;
}

.special-responsive .b_special_simple-object_newprice {
	display: block;
	line-height: 1.4;
	font-size: 1.25em;
	font-weight: bold;
	white-space: nowrap;
}

.special-responsive .b_special_simple-object_price {
	margin-right: 25px;
}

.special-responsive .b_special_simple-object_content {
	padding: 20px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.special-responsive .b_special_simple-object_button_add_to_cart {
	font-size: 0;
	background-image: url('b_special_simple-object_button_add_to_cart.png');
	background-color: #eaeaea;
	padding: 0;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background-position: 100% 0;
	cursor: pointer !important;
        border:none;
}

.special-responsive .b_special_simple-object_button_add_to_cart:hover {
	background-color: #ff9432;
	background-position: 0 0;
}

.special-responsive .b_special_simple-object:hover .b_special_simple-object_button_add_to_cart[disabled] {
	background-color: #eaeaea;
	background-position: 100% 0;
}

.special-responsive .b_special_simple-object_price_block {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 15px;
	text-align: left;
}

.special-responsive .b_special_simple-object:hover {
	box-shadow: 0 4px 8px rgba(93, 93, 93, 0.24);
	z-index: 1;
}

.special-responsive .b_special_simple-object:hover .b_special_simple-object_button_add_to_cart {
	background-color: #ff9432;
	background-position: 0 0;
}

.special-responsive .b_special_simple-object_title_text:hover {
	color: inherit;
}

.special-responsive .b_special_simple-object_text {
	max-height: 3.2em;
	overflow: hidden;
	margin-top: 10px;
	position: relative;
}

@media (min-width:992px) {
	.special-responsive .b_special_simple-object:nth-child(2),
	.special-responsive .b_special_simple-object:nth-child(3) {
	}

}

@media (min-width:768px) {
	.special-responsive .b_special_simple-object:nth-child(4n-3) {
		border-left: none;
	}

}

@media (max-width:991px) {
	.special-responsive .b_special_simple-object {
		width: 50%;
	}

	.special-responsive .b_special_simple-object:nth-child(2n-1) {
		border-left: none;
	}

}

@media (max-width:767px) {
	.special-responsive .b_special_simple-object {
		width: 100%;
		border-left: none;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.special-responsive .b_special_simple-object_image_area {
		width: 50%;
	}

	.special-responsive .b_special_simple-object_content {
		width: 50%;
		text-align: left;
	}
	.special-responsive .b_special_simple-object_price_block {
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

}

@media (max-width:480px) {
	.special-responsive .b_special_simple-object {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.special-responsive .b_special_simple-object_image_area {
		width: 100%;
	}

	.special-responsive .b_special_simple-object_content {
		width: 100%;
		text-align: center;
	}

	.special-responsive .b_special_simple-object_title {
		font-size: 1.2em;
	}

	.special-responsive .b_special_simple-object_price_block {
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

}
