@charset "utf-8";
.page_bar_wrap{
    height:86px;
}
.page_bar_wrap .innerPageBar{

    width: 100%;
    position: fixed;
    z-index: 98;
}
.product_banner{
    background-color: #f8f8f8;
    margin-bottom: 55px;
}
.product_banner .container{
    position:relative;
}
.product_banner .text{

}
.product_banner .text h2{
	color:#3c3c3c;
	font-size: 30px;
    margin-bottom: 10px;
}
.product_pic{

}
.product_banner h2{
    font-size:50px;
    color:#ffa507;
}
.product_banner h3{
    font-size:30px;
}
.product_banner .richtext *{
 	margin-top: 6px;
    font-size:18px;
}

.richtext h2:first-of-type{
	direction: ltr!important;
	text-align:left!important;
	/*margin-bottom:20px;*/
}




				/* PRODUCT TABLE */
.richtext table{

	direction: ltr;
    *border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0; 
	direction: ltr;
	text-align:left;
	width:100%;
	    -webkit-border-top-left-radius: 7px;
		-webkit-border-top-right-radius: 7px;
		-moz-border-radius-topleft: 7px;
		-moz-border-radius-topright: 7px;
		border-top-left-radius: 7px;
		border-top-right-radius: 7px;
}
.richtext th:first-child {
	height:56px;
	padding: 0 20px;
	font-size:22px;
	background-color: #3c3c3c;
	color:#fff;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.richtext thead td{
	background-color: #3c3c3c;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.richtext table td{
	direction: ltr;
	text-align:left;
	
    border:1px solid #bbb;
    padding: 6px 20px;
}


.productInfoRow .text .richtext{
    margin-bottom: 24px;
}

.storeImage{
    margin-bottom: 27px;
}

.text a.btn-info{
    height: 48px;
    padding: 11px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size:16px;
    margin-left: 10px;
}

.btn-info img{
    margin-left: 10px;
}

.inlineFormBG{
    background-color: #f8f8f8;
}

/*        --------------  max 992 ------------        */
@media (max-width:992px){

    .product_banner h2{
        font-size:24px;
    }
}

/*        --------------  max 768 ------------        */
@media (max-width:768px){

    .text a.btn-info{
        width:100%;
        height:50px;
        margin-bottom:10px;
    }
    .product_banner{
        background-color: #f8f8f8;
        margin-bottom: 35px;
    }
    .product_banner .text{
        text-align:center;

    }
    .product_banner .text h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .inlineFormBG{
        margin-top:35px;
    }
}

