



.scroll_wrap{
    display: flex;
    justify-content: center;
    margin-top: -50px;
    margin-bottom: 80px;
}

.scroll_wrap .img_scroll {
    cursor: pointer;
    margin-left: 30px;
    margin-right: 30px;
    text-align: center;
    width: min-content;
}
.scroll_wrap .img_scroll span{
	margin-bottom: 10px;
	display: block;
}
.scroll_wrap .img_scroll img{
	 transition: transform 0.3s ease;
}

.scroll_wrap .img_scroll:hover img{
	 transform: scale(1.1);
}


.xbundle_container{
    position: relative;
    display: flex;
    min-height: 180px;
    flex-wrap: wrap;
    margin-bottom: 60px;
    justify-content: center;
    margin-top: 60px;
	    border-top:1px solid #ffffff52;
    padding-top: 60px;
}
.swiper-viewport-bundle .xbundle_container{
	margin-bottom: 0;
}
.swiper-viewport-bundle{
	margin-bottom: 30px;
	margin-top: 30px;
}
.xbundle_title{
color: #fff;
    font-size: 32px;
    font-weight: normal;
    padding: 10px;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}
.xbundle_products{
	display: table-cell;
    margin: 15px;
    text-align: center;
    width: 38%;
    max-width: 34vw;
	padding-bottom: 10px;
}

.xbundle_desc {
    margin-top: -20px;
    margin-bottom: 40px;
    display: block;
    font-size: 13px;
    width: 100%;
    text-align: center;
}

.xbundle_products h4{
display: block;
    min-height: 80px;
    overflow: hidden;
    font-weight: bold;
    padding: 10px;
    font-size: 14px;
    line-height: 14px;
}
.xbundle_products h4 a{
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    font-size: 24px;
	line-height: 1.2;
}
.xbundle_products .image img{
	margin:0 auto;

	    max-width: 100%;
}
.xbundle_products .price{
	font-size: 20px;
    font-weight: bold;
	border-top: 1px solid #eee;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 0;
	display: none;
}


.xbundle_products .form-group>div{
	display: flex;
    justify-content: center;
	    flex-wrap: wrap;
}

.xbundle_products .form-group>div>div.radio{
	margin-left: 5px;
	margin-right: 5px;
}

.xbundle_products .form-group>div>div.radio input{
	opacity: 0;
	width: 0;
	height: 0;
	overflow: hidden;
}



.xbundle_products .form-group>div>div.radio label {
    display: block;
    width: 80px;
    height: 80px;
    border: 2px solid #FAFAFA;
    border-radius: 10px;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


 .xbundle_products .form-group>div>div.radio input:checked ~ label {
    border-color: #c91547;
}


.xbundle_container .xbundle_plus{
    display: flex;
    font-size: 50px;
    position: relative;
    vertical-align: super;
    padding: 20px;
    text-align: center;
    align-items: center;
   
}
.xbundle_container .xbundle_info{
	display: table-cell;
    position: relative;
    margin: 15px;
    vertical-align: middle;
    text-align: center;
    width: 100%;
}
.xbundle_products .image{
	position:relative;
}
.xbundle_products .image .product-quantity{
	position:absolute;
	bottom: 0;
    right: 0;
}
.xbundle_products .product-quantity p{
	background-color:#d7145d;
	color:#fff;
	padding:5px 7px;
	font-size:16px;

}
.xbundle_container .xbundle_info .xbundle_save{
	font-size:22px;
	color: #d7145d;
}

.xbundle_price + .xbundle_save{
	display: none
}
.xbundle_container .xbundle_info .xbundle_save span{
	text-decoration: line-through;
}
.xbundle_container .xbundle_info .xbundle_price{
font-size: 35px;
    margin-top: 5px;
    margin-bottom: 10px;

}

.xbundle_products>.form-group{
	    font-size: 18px;
    padding-top: 10px;
}

.xbundle_products>.form-group .text-danger{
	color: red;
	padding-top: 5px;
}

.xbundle_products>.form-group select{
	height: 25px;
    margin-left: 10px;
    font-size: 16px;
}

.xbundle_products>.form-group option{
	
}

.addtocartwithoption.btn{
	    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100px;
    width: 390px;
    background: #FAFAFA;
    backdrop-filter: blur(2px);
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1;
    font-family: 'Montserrat';
    text-decoration: none;
    color: #262626;
     margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
	cursor: pointer;
	border: 1px solid  #FAFAFA;
}

.addtocartwithoption.btn:hover{
	 background: #262626;
	color: #FAFAFA;
}

.xbundle_products .discount{
	background:#ddd;
	color:#000;
	padding:4px 6px;
	font-size:19px;
	font-weight:bold;
	display:inline-block;
	margin-bottom:0;
	margin-right:5px;
}
.xbundle_products .regular-price{
	display:inline-block;
	text-decoration:line-through;
	color:#d7145d;
	font-size:15px;
	padding-right:5px;
}
.xbundle_model{
	background-color:rgba(0,0,0,0.8);
}
.xbundlemodel{
	position:fixed;
	background-color:rgba(0,0,0,0.8);
	bottom: 0;
    left: 0;
    outline: 0 none;
    right: 0;
    top: 0;
    z-index: 1040;
	overflow-y:scroll;
    overflow-x:hidden;
	display:none;
}
.xbundle_model_dialog{
	background-color:#fff;
    width: 600px;
    left: 50%;
    margin-left: -300px;
	position: absolute;
	top:15px;
	padding-bottom: 15px;
	
}
.xbundle_model_dialog_content{
	background-clip: padding-box;
    background-color: #fff;
    outline: 0 none;
    position: relative;
}
.xbundle_model_dialog_body{
	padding: 15px;
    position: relative;
}
.col_s_6{
	padding:0 15px;
	width:44%;
	float:left;
}
.col_s_12{
	padding:0 15px;
	width:100%;
}
.xbundle_clear{
	clear:both;
}
.xbundle_close{
	background-color: #fff;
    color: #000;
    font-size: 28px;
    right: 0;
    padding: 12px;
    position: absolute;
	cursor:pointer;
	z-index: 1;
}
#column-left .center_plus{
	top:0 !important;
    margin: 0 auto;
	text-align: center; 
	left:45%;
}
.xbundle_scroll{
	overflow:hidden;
}
.xbundle_scroll header, .xbundle_scroll.is-sticky footer{
	z-index:0!important;
} 
@media (max-width:786px){
	.xbundle_products .form-group>div>div.radio label{
		    width: 55px;
    height: 55px;
	}
	
	.xbundle_products .form-group>div>div.radio{
		margin-top: -10px;
	}
	.scroll_wrap{
		    flex-wrap: wrap;
		    margin-top: -60px;
    margin-bottom: 50px;
	}
	
	.scroll_wrap .img_scroll img{
	max-width: 100%;
		height: auto;
}
	
	.scroll_wrap .img_scroll {
        max-width: 44%;
        height: auto;
        margin-left: 3%;
        margin-right: 3%;
        margin-bottom: 5%;
		width: auto;
	}
	
	.scroll_wrap .img_scroll span{
		height: 41px;
	}
	
	.xbundle_products{
		width: 100%;
		max-width: 100%;
	}
	
	.addtocartwithoption.btn{
		width: 100%;
	}
	
	.xbundle_model_dialog{
		left: 0;
		margin: 20px auto;
		width: 98%;
	}
	.col_s_6{
		padding:0 15px;
		width:100%;
		float:inhert;
	}
	.xbundle_close{
		left:94%;
	}
}
@media (max-width:560px){
	.xbundle_container>div{
		display:block !important;
		margin:0 !important;
		width:100% !important;
	}
}

/* Journal fix */
.journal_header{
	z-index:2 !important;
}
.journal_footer{
	z-index:2 !important;
}
