.bx-catalog-section.buy-together {
	margin-top: 50px;
}
.bx-catalog-section.buy-together .sect-title {
	margin-bottom: 15px;
}
.bx-catalog-section.buy-together .b-desc {
	margin-bottom: 20px;
}
.bx-catalog-section.buy-together .swiper-wrapper {
	align-items: stretch;
}
.bx-catalog-section.buy-together .swiper-slide {
	height: auto;
}
.bx-catalog-section.buy-together .buy-together__section-wrapper {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-direction: column;
}
.bx-catalog-section.buy-together .buy-together__image {
	padding-top: 70%;
	height: 0;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: relative;
	border-radius: 17px;
	overflow: hidden;
	display: block;
}
.bx-catalog-section.buy-together .buy-together__title {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #192027;
	text-align: left;
	margin: 15px 0;
}
.bx-catalog-section.buy-together .buy-together__title a {
	color: #192027;
}
.bx-catalog-section.buy-together .buy-together__stock {
	position: absolute;
	top: 0;
	left: 0;
	background: #F2F2F2;
	border-radius: 17px 0px;
	padding: 11px 20px;
	line-height: 1;
}
.bx-catalog-section.buy-together .buy-together__price-col {
	margin-bottom: 15px;
	text-align: left;
}
.bx-catalog-section.buy-together .buy-together__price-bold {
	font-style: normal;
	font-weight: 600;
	font-size: 21px;
	line-height: 180%;
	color: #192027;
}
.bx-catalog-section.buy-together .buy-together__buttons {
	text-align: left;
}
.bx-catalog-section.buy-together .btn-item-buy-together {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 150%;
	color: #FBFBFB;
	background: #FF633F;
	border-radius: 30px;
	font-family: 'MontserratBold';
	text-decoration: none;
	display: inline-block;
	padding: 4px 24px;
	transition: 0.4s;
	border: 3px solid #ff633f;
	outline: none !important;
	box-shadow: none !important;
}
.bx-catalog-section.buy-together .btn-item-buy-together:hover {
	color: #FF633F;
	background: #fff;
}
.bx-catalog-section.buy-together .swiper-button-next, .bx-catalog-section.buy-together .swiper-button-prev {
	background: #FFFFFF;
	box-shadow: 0px 0px 11px rgb(6 27 36 / 25%);
	border-radius: 50%;
	width: 40px;
	height: 40px;
	text-align: center;
}
.bx-catalog-section.buy-together .swiper-button-next:after, .bx-catalog-section.buy-together .swiper-button-prev:after {
	display: none;
}