.custommenu__inner-sub {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.product {
	padding-top: 6.4em;
}


.product .swiper-slide {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}

.product .swiper-pagination-bullet {
	border: 2px solid #2B2B2A;
	background: #2B2B2A;
	opacity: 1;
}

.product .swiper-pagination-bullet-active {
	background: none;
}

.swiper-cross {
	position: absolute;
	top: 1em;
	right: 1em;
	width: 1em;
	display: none;
}

.swiper-dots {
	padding-top: 1.2em;
	width: 100%;
	justify-content: center;
	align-items: center;
	display: none;
	z-index: 100;
}

.swiper-dots .dot {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	border: 0.7px solid #2B2B2A;
	background: #2B2B2A;
	margin: 0 4px;
	cursor: pointer;
}

.swiper-dots .dot.active {
	background: #fff;
}

.product-caption .for_others {
	display: none;
}

.product-left {
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* swiper content */

.product .swiper-button-next:after, .product .swiper-button-prev:after {
	content: "";
	font-size: 16px;
	width: 1em;
	height: 1.5em;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.product .swiper-button-next:after {
	background-image: url(../img/arrow-right.svg);
}

.product .swiper-button-prev:after {
	background-image: url(../img/arrow-left.svg);
}

.product .swiper-button-prev, .product .swiper-button-next{
	outline: none;
}

.product .swiper-button-next {
	right: 0;
}

.product .swiper-button-prev {
	left: 0;
}


@media(max-width: 768px){
	.custommenu__inner-sub {
		display: none;
	}
	.product {
		padding-top: 3em;
	}
	.product > .inner {
		flex-wrap: wrap;
	}
	.product-left {
		flex-wrap: wrap;
	}
	/*.product-left, .product-right {
		padding: 0;
		flex: 0 0 100%;
		width: 100%;
	}

	.product-right {
		padding: 0 1.45em;
		padding-top: 2.2em;
	}*/

	.product .product-left {
		position: static;
	}

	.product .product-title {
		margin-bottom: .1em;
	}

	.product .product__size-link {
		font-size: .87em;
		margin-left: .9em;
	}

	.product .product-caption {
		margin-top: 1.7em;
	}

	.indi__button {
		padding-left: 1.2em;
	}

	.indi__button-big {
		margin-right: .1em;
	}

	.product .dropdown-content-inner {
		padding-top: .75em;
	}

	.product .swiper-button-next:after, .product .swiper-button-prev:after {
		display: none;
	}

	.product .swiper-pagination {
		display: none;
	}

	.swiper-cross {
		display: block;
	}

	.swiper-dots, .swiper-dots-inner {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}

}