.main_container_bg {
	background-image: url('/../assets/images/contact_form_bg.png'); 
	background-repeat: repeat; 
	background-color: #FFF; 
	background-position: center center;
	padding-left: 7px;
	padding-right: 7px;
}
.page_header {
	font-family: Georgia, Times, 'Times New Roman', serif !important;
	font-size: 1.33em;
	color: #c68430 !important;
	letter-spacing: 1px !important;
	text-align: center;
	text-shadow: 0px 1px 0px #47484c;
}

.product_name_header {
	background-color: #e0c49c;
	height: 42px;
}
.product_name_header .product_name_grey_background {
	width: 84%;
	margin: 0px auto;
	background-color: #47484c;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 17px;
	color: #FFF;
	letter-spacing: 0.3px;
	text-align: center;
	position: absolute;
	margin-top: -5px;
	margin-left: 5%;
	padding-top: 12px;
	padding-bottom: 12px;
	outline: 2px solid #47484c;
	outline-offset: 5px;
}
#arrow-right {
    position: absolute;
    top: 85px;
    left: 15px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;

    border-left: 35px solid #FFF;
}
#arrow-white{
    position: absolute;
    top: 84px;
    left: 15px;
    width: 0;
    height: 0;
    border-top: 21px solid transparent;
    border-bottom: 21px solid transparent;

    border-left: 37px solid #ffffff;
}

.product_price {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 45px;
	color: #47484c;
	text-align: center;
}

.product_desc_wrp {
	font-family: 'Gotham SSm A', 'Gotham SSm B', Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #47484c;
	line-height: 24px;
	letter-spacing: 0.3px;
	padding-bottom: 10px;
}

.smile_input_wrp {
		
}
.smile_input_wrp ul#smiles_selection_box {
	display: block;
	border: 1px solid #868585;
	border-radius: 5px;
	width: calc(100% - .5em);
	float: left;
/*
	padding: .5em;
	margin-left: .4em;
*/
	padding-top: 5px;
	background-color: rgba(255, 255, 255, 0.6);
}
.smile_input_wrp ul#smiles_selection_box li {
	list-style: none;
	display: inline-block;
	margin: 0 .3em;
}
.smile_input_wrp ul#smiles_selection_box li img {
	width: 1.8rem;
	height: auto;
	display: block;
	padding: .3rem;
	border: 1px solid transparent;
	border-radius: 5px;
	cursor: pointer;
	transition: all 1s;
}



.review_all_infor_wrp {
	background-color: #e8e8e8;
	padding: 15px 5px;
	border-radius: 7px;
}
.review_left_desc_design {
	font-family: Georgia, Times, "Times New Roman", serif !important;
	font-size: 15px !important;
	color: #47484c;
}
.reviewResultStyle {
	font-family: Georgia, Times, "Times New Roman", serif !important;
	font-size: 15px;
	color: #47484c;
	background-color: #FFF;
	border: 2px solid #e0c49c;
	border-radius: 7px;
	padding: 5px 10px;
	letter-spacing: 0.5px;
}

.customize_btn_design {
	background-image: url('/../assets/images/review_customize.png');
	background-repeat: no-repeat;
	background-color: transparent;
	width: 224px;
	height: 60px;
	cursor: pointer;
	margin-bottom: 10px;
}
.customize_btn_design:active {
	background-color: transparent !important;
}
.customize_btn_design:focus {
	background-color: transparent !important;
}



.addtocart_btn_design {
	background-image: url('/../assets/images/add_cart_btn.png');
	background-repeat: no-repeat;
	background-color: transparent;
	width: 224px;
	height: 60px;
	cursor: pointer;
	margin-bottom: 10px;
}
.addtocart_btn_design:active {
	background-color: transparent !important;
}
.addtocart_btn_design:focus {
	background-color: transparent !important;
}

.go_back_btn {
	background-image: url('/../assets/images/go_back_btn.png');
	background-repeat: no-repeat;
	background-color: transparent;
	width: 224px;
	height: 60px;
	cursor: pointer;
	margin-bottom: 10px;
}
.go_back_btn:active {
	background-color: transparent !important;
}
.go_back_btn:focus {
	background-color: transparent !important;
}