.easycarousels {
	display: block;
	position: relative;
	clear: both;
}
.c_col {
	text-align: center;
}
.one_by_one .nav_without_name {
	padding-top: 52px;
}
.easycarousels .title_block {
	text-align: center;
	margin: 15px 0;
}
.easycarousels .carousel-description {
	text-align: justify;
	text-align-last: center;
	margin: 15px 0;
}
/* nav tabs */
.ec-tab-pane {
	display: none;
}
.ec-tab-pane.active {
	display: block;
}
.ec-tabs {
	margin: 0;
	text-align: center;
	visibility: hidden;
	height: 42px;
}
.ec-tabs.activated {
	visibility: visible;
	max-height: none;
}
.ec-tabs li {
	display: inline-block;
	margin: 0 5px;
	z-index: 1;
	line-height: 42px;
}
.ec-tabs li a {
	color: #414141;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	padding: 0 12px;
	background: #FFF;
}
.ec-tabs li a:hover {
	color: #FFF;
	background: #555;
}
.ec-tabs li.active a,
.ec-tabs li.responsive_tabs_selection a {
	color: #FFF;
	background: #414141;
}
.ec-tabs-content {
	clear: both;
}
/* compact tabs */
.compact ul.ec-tabs {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 10;
}
li.responsive_tabs_selection {
	display: none;
	position: relative;
}
.ec-tabs li.responsive_tabs_selection a {
	padding-right: 30px;
}
.ec-tabs li.responsive_tabs_selection a:after {
	content: '';
	width: 12px;
	height: 12px;
	display: block;
	border: 2px solid #CCC;
	border-width: 0 2px 2px 0;
	padding: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 12px;
	top: 12px;
}
.easycarousels .in_tabs.compact {
	padding-top: 52px;
	position: relative;
}
.compact li.responsive_tabs_selection {
	display: block;
}
.compact .closed .carousel_title,
.compact li.carousel_title.active {
	display:none;
}
.easycarousels .in_tabs.compact .ec-tabs li {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.easycarousels .in_tabs.compact .ec-tabs li.carousel_title {
	margin-top: -1px;
	border: 1px solid #414141;
}
/* items */
.c_item {
	position: relative;
	text-align: center;
}
.c_item .product-miniature {
	display: block;
}
.c_item .item-title {
	padding: 5px 0;
	font-size: 1.1em;
}
.c_item img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.c_item h5.product-title {
	margin: 9px 5px;
}
.c_item .nowrap {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
	line-height: 1.3;
}
.c_item .prop-line {
	margin: 5px;
}
.easycarousels .view-all {
	text-align: center;
	margin: 10px 0;
}
.c_item .button-container {
	margin-top: 15px;
}
/* attributes selection */
.ec-atts {
	padding: 0 10px;
	font-size: 0.8em;
	text-align: left;
}
.ec-att-group {
	margin: 5px 0;
}
.ec-att-group select {
	width: 100%;
	display: block;
	padding: 5px;
	box-sizing: border-box;
	border: 1px solid #CCC;
}
/* grid */
.easycarousel {
	--n: 1;
	--gap: 20px;
	--halfgap: 10px;
	margin: var(--gap) 0;
}
.c_container {
	display: flex;
	gap: var(--gap);
	position: relative;
	overflow: hidden;
}
.c_container.scroll-x {
	overflow-x: auto;
	padding-bottom: var(--halfgap);
}
.c_container.ec-grid {
	flex-wrap: wrap;
}
.c_container .c_col {
	flex-shrink: 0;
	--w: calc((100% - (var(--gap) * (var(--n) - 1))) / var(--n));
	width: var(--w);
}
.c_container.peek-next .c_col {
	width: calc(var(--w) - (0.3 * var(--w) / var(--n)));
}
.c_container.ecarousel {
	gap: 0px;
	margin: calc(var(--halfgap) * -1);
}
.c_container.ecarousel .c_col {
	width: calc(100% / var(--n));
}
.c_container.ecarousel .c_item {
	padding: var(--halfgap);
}
.c_container.xl-1 {--n: 1}
.c_container.xl-2 {--n: 2}
.c_container.xl-3 {--n: 3}
.c_container.xl-4 {--n: 4}
.c_container.xl-5 {--n: 5}
.c_container.xl-6 {--n: 6}
.c_container.xl-7 {--n: 7}
.c_container.xl-8 {--n: 8}
.c_container.xl-9 {--n: 9}
.c_container.xl-10 {--n: 10}
@media (max-width: 1199px) {
	.c_container.lg-1 {--n: 1}
	.c_container.lg-2 {--n: 2}
	.c_container.lg-3 {--n: 3}
	.c_container.lg-4 {--n: 4}
	.c_container.lg-5 {--n: 5}
	.c_container.lg-6 {--n: 6}
	.c_container.lg-7 {--n: 7}
	.c_container.lg-8 {--n: 8}
	.c_container.lg-9 {--n: 9}
	.c_container.lg-10 {--n: 10}
}
@media (max-width: 991px) {
	.c_container.md-1 {--n: 1}
	.c_container.md-2 {--n: 2}
	.c_container.md-3 {--n: 3}
	.c_container.md-4 {--n: 4}
	.c_container.md-5 {--n: 5}
	.c_container.md-6 {--n: 6}
	.c_container.md-7 {--n: 7}
	.c_container.md-8 {--n: 8}
	.c_container.md-9 {--n: 9}
	.c_container.md-10 {--n: 10}
}
@media (max-width: 767px) {
	.c_container {--gap: 15px}
	.c_container.sm-1 {--n: 1}
	.c_container.sm-2 {--n: 2}
	.c_container.sm-3 {--n: 3}
	.c_container.sm-4 {--n: 4}
	.c_container.sm-5 {--n: 5}
	.c_container.sm-6 {--n: 6}
	.c_container.sm-7 {--n: 7}
	.c_container.sm-8 {--n: 8}
	.c_container.sm-9 {--n: 9}
	.c_container.sm-10 {--n: 10}
}
@media (max-width: 480px) {
	.c_container.xs-1 {--n: 1}
	.c_container.xs-2 {--n: 2}
	.c_container.xs-3 {--n: 3}
	.c_container.xs-4 {--n: 4}
	.c_container.xs-5 {--n: 5}
	.c_container.xs-6 {--n: 6}
	.c_container.xs-7 {--n: 7}
	.c_container.xs-8 {--n: 8}
	.c_container.xs-9 {--n: 9}
	.c_container.xs-10 {--n: 10}
}
/* animation effects */
.shaking {
	animation: shaking .5s;
}
@keyframes shaking {
	10%, 90% {transform: translate3d(-1px, 0, 0);}
	20%, 80% {transform: translate3d(2px, 0, 0);}
	30%, 50%, 70% {transform: translate3d(-4px, 0, 0);}
	40%, 60% {transform: translate3d(4px, 0, 0);}
}
/* since 2.7.8 */
