#dim_wrapper {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	margin: auto auto;
	background: rgba(0,0,0,.8);
	z-index: 100;
	display: none;
}
.edge_color{
	/*border-bottom: 2px solid #48a9c5;*/
	/*border-bottom: 2px solid #fff;*/
	/*border: 2px solid #48a9c5;*/
	/*border-radius: 10px;*/
	box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 4px;
}
.edge_color:hover{
	box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px;
	/*border-bottom: 2px solid #48a9c5;*/
	/*border: 2px solid #42f4eb;*/
}
.banner_img{
	width:100%;
	height:auto;
	/*margin-left:10%;*/
	margin-bottom:10px;
	text-align:center;
	padding-left:30px;
	padding-right:30px;
}
.banner_img_container{
	/*filter: blur(3px);*/
}
.nav-tabs > li.active > a:hover{
	color:#555 !important;
}

.title_section{
	display: flex;
	flex-basis: 100%;
	align-items: center;
	color: #3a7fc3;
	margin: 8px 0px;
	font-size:18px;
	font-weight:bold;
}
.title_section::before,
.title_section::after {
	content: "";
	flex-grow: 1;
	background: #3a7fc3;
	height: 1px;
	font-size: 0px;
	line-height: 0px;
	margin: 0px 8px;
}

@media screen and (max-width: 992px) {
	.title_section{
		font-size:16px;
	}
}

h1 {
	font-size:48px;
}

.d_div_center{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction:column;
	margin:10px;
}

@media only screen and (min-width: 576px) {
	.bottom_desc{
		display:flex;
	}
}

.bottom_icon{
	width: 170px;
	height:auto;
}

@media screen and (max-width: 576px) {
	.bottom_icon{
		width: 80px;
		height:auto;
	}
}

hr.style-one {
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #fff, #3a7fc3, #3a7fc3, #3a7fc3, #fff);
	margin-bottom:60px;
}

h3{
	font-weight:bold;
}

.showInProductGrid{

}

.select_title{
	font-size:24px;
	text-align: center;
	color:#0071bc;
}

.grid_element{
	display:flex;
	align-self: center;
}

.grid_title{
	font-size:16px;
	display:flex;
	align-content: center;
	justify-content: flex-start;
	margin-bottom:5px;
}

.grid_desc{
	align-self: center;
}

.grid_icon{
	width:auto;
	height:45px;
	margin-right:10px;
}

.grid_title a{
	color:#333;
}

.grid_download{
	display:flex;
	align-items: center;
	justify-content: center;
	align-self: center;
}

.grid_ai{
	width:22px;margin: auto;display:block;
	margin:0px 10px;
}

.grid_zoom{
	cursor:pointer;
	align-self: center;
}

.grid_img{
	width:100%;height:auto;
}



h2.background {
    position: relative;
    z-index: 1;
}

h2.background:before{
	border-top: 2px solid #dfdfdf;
    content:"";
    margin: 0 auto; /* this centers the line to the full width specified */
    position: absolute; /* positioning must be absolute here, and relative positioning must be applied to the parent */
    top: 50%; left: 0; right: 0; bottom: 0;
    width: 95%;
    z-index: -1;
}

h2 span{
	/* to hide the lines from behind the text, you have to set the background color the same as the container */ 
    background: #fff; 
    padding: 0 15px; 
}

h2.double:before { 
    /* this is just to undo the :before styling from above */
    border-top: none; 
}

h2.double:after {
    border-bottom: 1px solid #0071bc;
    /*-webkit-box-shadow: 0 1px 0 0 red;
    -moz-box-shadow: 0 1px 0 0 red;
    box-shadow: 0 1px 0 0 red;*/
    content: "";
    margin: 0 auto; /* this centers the line to the full width specified */
    position: absolute;
    top: 45%; left: 0; right: 0;
    width: 95%;
    z-index: -1;
}

.template_div_back{
	margin-left:10px;
	cursor:pointer;
	color:#337ab7;
}

.template_inner_div{
	height:116px;
	width:100%;
	background-color:#3a7fc3;
	padding:15px 0px;
	display:flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border-radius:10px 10px 0px 0px;
}
.template_inner_div.jd_bg{
	/*background-color:#AAFFAA;*/
	background-image: linear-gradient(to right, #da9ec5 , #5c65ad);
}

.inner_icon{
	height:47px;
	width:auto;
	margin-bottom:10px;
}

.inner_title{
	font-size:20px;
	font-weight:bold;
	color:#FFF;
}

#myOrder{
	position: fixed;
	top:0;
}

.separate_delivery_day_table, .separate_delivery_day_table td{
	border: 1px solid gray;
}
.finish_day{
	font-size:16px;
	font-weight:bold;
}

.even_color{
	background-color:#F9FBFF;
}