/* All Page */
.is_hidden{
	display: none;
}

.input_error{
    border: 1px solid #ff0000;
}

.to_right {
	text-align: right;
}

.to_left {
	text-align: left;
}

.to_center {
	text-align: center;
}

.margin_top_10 {
	margin-top: 10px;
}


/* Header Page */
.menu_home {
	background-color: #4D63FF;
	padding: 0px 15px 0px 15px !important;
}

.login_home {
	background-color: #4D63FF;
	float: right !important;
	/*padding: 0px 15px 0px 15px !important;*/
}

.header_cart_img {
	width: 50px;
}


@media (max-width: 991px){
	.menu_home {
		background-color: #4D63FF;
		padding: 0px 30px 0px 30px !important;
	}

	.login_home {
		background-color: #4D63FF;
	    float: none !important;
	    padding: 0px;
	    display: block;
	    height: auto;
		/*padding: 0px 30px 0px 30px !important;*/
	}
}



/* Index Page */
img { max-width: 100%; }

.fs15{
	font-size: 15px;
}

.fs14{
	font-size: 14px;
}

.fs13{
	font-size: 13px;
}

/*@media only screen and (min-width:1025px) {
	.index_items :hover {
		border-color:#eae9e9;
	}
}*/

.owl-carousel .product-thumb .index_items{
	padding:7px;
	margin:0px 3px 0px 0px;
	position:relative;
	text-align: center;
	border:3px solid transparent;
	margin-bottom: 20px;
}

@media only screen and (min-width:1025px) {
	.owl-carousel .product-thumb .index_items:hover {
		/*border: 3px solid transparent;*/
		border-color:#eae9e9;

	}
}

.index_desc{
	font-size: 14px;
	color: #828282;
	margin: 10px 0;
}

.category_left_banner{
	margin-bottom: 20px;
}
@media (max-width: 991px) {
	.category_left_banner{
		text-align: center;
	}
}

.index_banner1 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}




/* List Page */
.list_sort_word{
	font-size: 14px;
    font-weight: 600;
    margin: 0;
}

.grid_detail_img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.list_img {
    width: 200px;
    height: auto;
    padding: 0 30px;
}

.product-list .grid_img {
	display: none;
}
.product-grid .list_img {
	display: none;
}




/* Product Page */
.qtyBtn_bg a:hover{
	border-color: #ccc; 
	color: #4D63FF;
}

.product_menu_img {
	padding-right: 0;
}

.product_menu_img .image{
	width: 100px;
}

.product_right_desc {
	color: #737373;
	font-weight: 600;
}

.product_right_price {
	font-size: 22px;
}

.product_right_old_price {
	color:#444;
	font-size:22px;
	text-decoration: line-through;
	font-weight:normal;
	margin-right: 10px;
}

.product_right_count {
	font-size: 22px;
    font-weight: 600;
}


.product_detail_img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.product_subtitle {
	position: relative;
    padding: 0px;
    margin: 0px 0px 20px 0px;
    line-height: normal;
    /* font-size: 20px; */
    color: #555;;
    border-bottom: 2px solid #ddd;
    padding-bottom: 3px;
    font-size: 30px;
    font-weight: 600;
}

.product_content_desc p{
	font-size: 16px;
}

.product_img_height{
	height: 300px !important;
	width: auto !important;
}

.product_img_height .zoomWrapper {
	overflow: hidden;
	height: 300px !important;
	width: auto !important;
}


.product_img_style{
	position: relative !important; 
    max-height: 100%;
    margin: 0px auto;
}


@media (max-width: 992px){
	.product_menu_img {
		padding-left: 15px;
		padding-right: 15px;		
	}

	.product_menu_img .image{
		width: 150px;
		margin-right: 0 !important;	
	}

	.product_menu_word {
		text-align: center;	
	}


}


/* Cart Page */
.t_head {
	font-size: 18px;
}

.cart_product_word {
	color: #222;	
	font-size: 16px;
}

.cart_product_word a{
	color: #222;	
	font-size: 16px;
}

.cart_info_word {
	color: #222;	
	font-size: 16px;
	text-align: right;
    margin-bottom: 0;
    /*padding-top: 7px;*/
    padding: 5px 0px;
}

.cart_info_head {
	font-size: 18px;
}

.cart_continue {
	font-size: 18px;
    padding: 10px 25px;
    background-color: #fff;
}

.cart_final {
	font-size: 18px;
    padding: 10px 25px;
}

.cart_continue_button {
	border-style: solid;
    border-color: #de8400;
    border-width: 1px;

}

.cart_continue_button:hover {
	border-style: solid;
    border-color: #444;
    border-width: 1px;

}

.cart_img {
	width: 80px;
}


/* Login Page*/

.logon_button {
	font-size: 18px;
    padding: 5px 20px;
}

.logon_word {
	color: #222;	
	font-size: 16px;
}

.terms_word {
	color: #222;	
	font-size: 14px;
	display: initial;
}

.terms_check {
	margin-right: 5px !important;
}


/* Edit Page */
.submit_button {
	font-size: 18px;
    padding: 10px 35px;
}


/* Images Setting*/
.list_img_height {
	height: 200px;
}

.list_img_inner {
	max-height: 200px;
}

.list_img_height_hot {
	height: 200px;
}

.list_img_inner_hot {
	max-height: 200px;
}

.list_img_height_act {
	height: 200px;
}

.list_img_inner_act {
	max-height: 200px;
}

.list_title_height_80 {
	height: 80px;
}

.list_title_height_50 {
	height: 50px;
}

.new_list_table {
	display: table; 
	height: 180px;
}

.new_list_table_cell {
	display: table-cell; 
	vertical-align: middle;
}

.new_list_img_inner {
	max-height: 160px;
}



@media (max-width: 1200px){
	.list_img_height_hot {
		height: 150px;
	}

	.list_img_inner_hot {
		max-height: 150px;
	}

}

@media (max-width: 785px){
	.list_img_height_hot {
		height: 200px;
	}

	.list_img_inner_hot {
		max-height: 200px;
	}

}


.history_btn {
	padding: 6px 10px;
	color: #fff !important;
	margin-left: 5px;
}

.prd_list_img {
	height: 80px;
}

.prd_img {
	height: 100% !important;
    width: auto;
}

.list_menu_a {
	float: right;
	color: #828282;
}

.list_menu_a:hover {
	float: right;
	color: #4D63FF;
}


/* ======= 180417 Login Header ========*/
.login_infomation {
	display: none;
	margin-top: 20px;
}

.login_infomation span{
	font-size: 15px;color: #f00; font-weight: 600;line-height: 32px;
}

.rwd_logout {
	display: none !important;
}

.big_logout {
	display: block;
}

@media (max-width: 991px){
	.login_infomation {
		display: block;
		margin-top: 20px;
	}

	.rwd_logout {
		display: block !important;
	}

	.big_logout {
		display: none !important;
	}
}
/* ===================================*/
