.bundle-bg
{
    background-image: url(../img/bundle/banner_bg.png);
    background-size: cover;
	background-position: top;
	padding-bottom: 150px;
}

.bundle-banner-title
{
	position: relative;
	width: 85%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.home-product{
	margin-top: 0 !important;
}

.wall-background{
	background-image: url('../img/index/bg.png') !important;
	padding: 150px 0 !important;
}

.bundle-section
{
	position: relative;
    padding: 1rem;
	/* padding-left: 60px; */
	/* padding-top: 230px; */
    margin-top: -300px;
    /* padding-right: 160px; */
	background-size: 100%;
    background-position: top left;
	background-repeat: no-repeat;
	background-image: url(../img/bundle/bundlebg2.png);
}

.bundle-items-container .shop-img-box .carousel-inner {
	height: 100%;
}

.bundle-items-container .shop-img-box .carousel .carousel-indicators {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    height: auto;
    display: inline-block;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 0;
    left: 0;
    bottom: 0;
}

.bundle-items-container .shop-img-box .carousel .carousel-indicators li {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
    cursor: pointer;
    border: 0;
    border-radius: 0;
}

.bundle-items-container .shop-img-box .carousel .carousel-indicators li.active {
	width: auto;
	height: auto;
	border: solid 1px #E64360;
}

.bundle-items-container .carousel-control.left, .bundle-items-container .carousel-control.right {
	height: 100%;
    font-weight: 100;
    font-size: 40px;
}

.bundle-avatar-left{
	position: absolute;
    bottom: -18vh;
	left: 0;
	z-index: 18;
}

.bundle-avatar-left img{
	width: 20vw;
}

.bundle-avatar-right{
	position: absolute;
    bottom: -18vh;
    right: 0;
	z-index: 18;
}

.bundle-avatar-right img{
	width: 20vw;
}

.bundle-section-arrow{
	position: absolute;
	left: 0;
	right: 0;
	top: 100px;
	z-index: 9;
}

.bundle-section-arrow img{
	margin: auto;
}

.bundle-items{
	margin-left: 20px;
	/* width: 100%; */
}

.bundle-items td{
 padding: 0 5px;
}

.bundle-items td:first-child{
	padding: 0 45px 0 0;
}

.bundle-items .price{
	font-size: 22px;
	font-weight: bold;
	color: grey;
}

.shop-product-header p{
	padding-left: 20px;
}

.shop-product-header a{
	color: #F31F36;
}

.shop-product-header table{
	margin-left: 20px;
	color: #F31F36;
	font-size: 15px;
}

.bundle-items .original-price{
	position: relative;
}

.bundle-items .original-price:after{
	background-color: #F31F36;
	opacity: .8;
  content: "";
	display: inline-block;
	height: 1.5px;
	position: absolute;
	vertical-align: middle;
	top: 50%;
	left: -12.5%;
	transform: translateY(50%);
	width: 105%;
	transform: rotate(-7deg);
}

.bundle-items .subtotal{
	border-top: 1px solid grey;
}

.perfect-combination
{
	position: relative;
	/* width: 100%; */
	padding: 3rem 0;
	margin-bottom: 10vw;
	/* left: 50%;
	transform: translateX(-50%); */
}

.bundle-items-container{
	width: 100%;
	background-image: url(../img/bundle/bundlebg2_short.png);
	background-repeat: repeat;
	background-size: 100%;
}

.perfect-combination-text
{
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: gothamBook;
	font-size: 3rem;
	line-height: 120%;
	text-align: center;
	color: white;
}

.perfect-combination-graphic
{
	width: 100%;
}

.perfect-combination-graphic2 {
	position: absolute;
    right: -2vw;
    top: -4vh;
    width: 100%;
}

.perfect-combination-character{
	position: absolute;
    right: 1vw;
    top: 5vh;
    width: 45vw;
}

.bundle-item
{
	position: relative;
	width: 100%;
	/* border-top: 2px solid #e64360; */
}

.bundle-item .shop-box
{
	height: auto;
	width: 80%;
    margin-bottom: 80px;
}

.bundle-item .shop-box .form-group-padding
{
	padding-left: 20px;
	padding-right: 60px;
}

.shop-box{
	box-shadow: 0 2px 15px;
}

/* Desktop Style */
@media (min-width: 1200px)
{
	
}

/* Non-desktop Style */
@media (max-width: 992px)
{
	
}

/* Mobile Style */
@media (max-width: 768px)
{
	.bundle-items-container {
		width: auto;
		padding: 15px;
	}

	.perfect-combination-character {
		right: 1vw;
		top: -2vh;
		width: 95vw;
	}

	.sliding-container {
		margin-top: 20vh;
		padding: 0 !important;
		overflow: hidden;
	}

	.bundle-section-arrow{
		display: none;
	}

	.bundle-banner-title
	{
		width: 100%;
	}

	.bundle-section
	{
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 0;
	}

	.bundle-section .shop-img-box .carousel-inner>.item>img {
		height: auto;
	}

	.bundle-section .section-arrow
	{
		top: 0;
	}

	.perfect-combination-text
	{
		padding-bottom: 2rem;
		top: auto;
		left: auto;
		transform: translateY(50px);
	}
	
	.bundle-item .shop-box
	{
		width: 100%;
		height: auto;
		padding-bottom: 0px;
		margin-top: 0;
	}

	.bundle-item .shop-box .form-group-padding
	{
		padding-left: 15px;
		padding-right: 15px;
	}

	.perfect-combination-text {
		font-size: 2rem;
	}

	.bundle-avatar-left {
		position: initial;
		text-align: center;
	}

	.bundle-avatar-left img {
		width: 50vw;
	}

	.bundle-avatar-right {
		position: initial;
		text-align: center;
	}

	.bundle-avatar-right img {
		width: 50vw;
	}
}