body
{
	margin: 0;
	padding: 0;
	direction: rtl;
	text-align: right;
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	background-image: url('../images/body_bg.gif');
	background-position: top center;
	background-repeat: repeat;

	color: #000
}
.fa_number
{
	font-family: sans_number;
}
::-moz-selection
{
	color: #fff;
	background: #469AF0;
}
::selection
{
	color: #fff;
	background: #469AF0;
}
h1,h2,h3,h4,h5,h6
{
	margin: 0;
}
ul,ol
{
	margin: 0;
	padding: 0
}
ul li,ol li
{
	list-style-type: none
}
a
{
	text-decoration: none;
	outline: none;
	color: #232323
}
a:hover,a:focus,a:active
{
	text-decoration: none;
	outline: none;
	color: #333
}
input:focus,
input:active
{
	outline:0;
}
button:focus,
button:active
{
	outline:0;
}
form
{
	display: block;
}
.form-group button.btn:focus,
.form-group button.btn:active
{
	outline:0;
	box-shadow: none
}
img
{
	max-width: 100%
}
.form-control {
	height: 30px;
	padding: 0 10px;
	line-height: 28px;
	border-color: #e5e5e5;
	border-radius: 3px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border-color ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s;
	transition: border-color ease-in-out .15s;
	font-size: 12px;
	outline:0;
}
.form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline:0;
}
.has-success .form-control,
.has-success .form-control:focus,
.has-error .form-control,
.has-error .form-control:focus
{
	box-shadow: none;
	border-color: #e5e5e5;
	border-right-color: #a94442;
	border-right-width: 2px;
}
input.form-control:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 30px white inset;
}
textarea.form-control
{
	max-width: 100%;
	min-width: 100%;
}
.form-group
{
	position: relative;
}
.form-group:after
{
	clear: both;
	content: '';
	display: table;
}
.help-block
{
	font-size: 11px;
	line-height: 20px;
	margin: 0
}
.form-group.has-error .help-block,
.form-group.has-danger .help-block
{
	display: block;
}
input[type="text"] {
	-webkit-appearance: none;
}
.dropdown-menu
{
	border-radius: 0;
	padding: 0;
	margin: 0
}
.btn:not(.dropdown-toggle)
{
	padding: 0 10px;
	line-height: 30px;
	border-radius: 3px;
	outline:0;
	border: none;
	background: #0E63A0;
	background: linear-gradient(top, #1280CE 0, #09436C 100%) no-repeat;
	background: -webkit-linear-gradient(top, #1280CE 0, #09436C 100%) no-repeat;
	color: #fff;
	font-size: 12px;
}
.bootstrap-select button {
	border: 1px solid #e5e5e5;
}
.btn:not(.dropdown-toggle):hover,
.btn:not(.dropdown-toggle):focus
{
	color: #fff;
	background: #0B8BCB;
	background: linear-gradient(top, #16A9F3 0, #0DA6F2 10%, #086A9B 100%) no-repeat;
	background: -webkit-linear-gradient(top, #16A9F3 0, #0DA6F2 10%, #086A9B 100%) no-repeat;
	background: -moz-linear-gradient(top, #16A9F3 0, #0DA6F2 10%, #086A9B 100%) no-repeat;
	background: -o-linear-gradient(top, #16A9F3 0, #0DA6F2 10%, #086A9B 100%) no-repeat;
	background: -ms-linear-gradient(top, #16A9F3 0, #0DA6F2 10%, #086A9B 100%) no-repeat;
	background: linear-gradient(top, #16A9F3 0, #0DA6F2 10%, #086A9B 100%) no-repeat;
	-svg-background: linear-gradient(top, #16A9F3 0, #0DA6F2 10%, #086A9B 100%) no-repeat;
}
.tooltip,
.popover
{
	font-family: sans
}
.popover
{
	box-shadow: none;
	border-radius: 0;
	text-align: center;
}
.popover-title
{
	font-size: 12px;
	border-radius: 0
}
.popover-content
{
	font-size: 12px;
}
.modal {
	text-align: center;
	padding: 0;
}

.modal:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px;
}

.modal-dialog {
	display: inline-block;
	text-align: right;
	vertical-align: middle;
}
.modal-header
{
	background: #f8f8f8;
	border-radius: 5px 5px 0 0;
	padding: 0 15px;
	line-height: 50px;
}
.modal-header h4
{
	font-size: 15px;
	line-height: inherit;
}
.modal_close
{
	position: absolute;
	left: 0;
	top: 0;
	line-height: inherit;
	z-index: 2;
	font-size: 25px;
	width: 50px;
	text-align: center;
	cursor: pointer;
}
#mobile_menu
{
	position: fixed;
	right: -220px;
	top: 0;
	bottom: 0;
	width: 220px;
	background: #25c1c5;
	z-index: 99999;
	visibility: hidden;
	opacity: 0;
	transition: 0.4s;
	padding: 30px 10px 10px;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
#mobile_menu.open
{
	right: 0;
	visibility: visible;
	opacity: 1
}
#mobile_menu ul li a
{
	display: block;
	color: #fff;
	font-size: 13px;
	padding: 0 10px;
	line-height: 40px;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}
#mobile_menu ul li:last-child a
{
	border:none;
}
#mobile_menu ul li a i
{
	float: right;
	line-height: inherit;
	width: 25px;
	margin-right: 5px;
	font-size: 20px;
}
#mobile_menu .mobile_menu_logo img
{
	display: block;
	margin: 0 auto;
	max-width: 100px;
}
#close_menu
{
	position: absolute;
	left: 5px;
	top: 5px;
	font-size: 20px;
	color: #212121;
	cursor: pointer;
}
#close_menu i
{
	display: block;
	line-height: 30px;
	width: 30px;
	text-align: center;
}
#search_wrapper
{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 99999;
	background: rgba(0,0,0,0.85);
	display: none;
	cursor: url(../images/cursor_close.png) 15 15, pointer;
}
#search_wrapper .search_form
{
	position: absolute;
	right: 0;
	left: 0;
	top: calc(50% - 45px);
	padding: 0 100px;
	transition: 0.3s
}
#search_wrapper .search_form form
{
	position: relative;
}
#search_wrapper .search_form input
{
	line-height: 50px;
	width: 100%;
	background: #fff;
	border: none;
	height: 90px;
	color: #666;
	padding: 0 15px 0 90px;
	font-size: 18px;
	border: solid 2px #EEEEEE;
	border-radius: 7px;
}
#search_wrapper .search_form input:focus
{
	border-color: #25c1c5;
}
#search_wrapper .search_form button
{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	line-height: 90px;
	width: 90px;
	background: transparent;
	border: none;
	font-size: 35px;
}
#search_wrapper .search_form button i
{
	line-height: inherit;
	display: block;
}
#search_wrapper .search_form button:hover
{
	color: #25c1c5
}
#close_search
{
	position: absolute;
	right: 10px;
	top: 10px;
	width: 50px;
	height: 50px;
	font-size: 25px;
	color: #eee;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
}
#close_search i
{
	display: block;
	line-height: inherit;
}
.wrapper
{
	margin: 0 auto;
	width: 920px;
	padding: 0 10px;
}
.wrapper:after
{
	clear: both;
	content: '';
	display: table;
}
.col_5
{
	width: 20%;
	float: right;
	min-height: 1px;
	padding: 0 5px;
}
.col_3
{
	width: 33.33333%;
	float: right;
	min-height: 1px;
	padding: 0 10px;
}
.col_2
{
	width: 50%;
	float: right;
	min-height: 1px;
	padding: 0 10px;
}
.top_header
{
	margin-top: 15px;
	margin-bottom: 2px;
}
.top_header:After
{
	clear: both;
	content: '';
	display: table;
}
.top_header .user_menu
{
	float: right;
	width: 530px;
	background-color: #fff;
	border-radius: 5px;
	padding: 5px;
	height: 95px;
}
.top_header .user_menu .site_info
{
	float: right;
	width: 200px;
	padding-left: 25px;
	padding-right: 40px;
	position: relative;
}
.top_header .user_menu .site_info > i
{
	position: absolute;
	width: 30px;
	height: 30px;
	top: 50%;
	right: 0;
	margin-top: -15px;
	text-align: center;
	font-size: 28px;
	color: #9fb1b9
}
.top_header .user_menu .site_info ul li
{
	line-height: 21px;
	font-size: 11px;
}
.top_header .user_menu .site_info ul li span
{
	float: left;
}
.top_header .user_menu .profile_menu
{
	float: right;
	width: 180px;
	padding-right: 50px;
	height: 100%;
}
.top_header .user_menu .profile_menu> ul > li
{
	padding: 0 5px;
}
.top_header .user_menu .profile_menu> ul > li .dropdown > a
{
	width: 130px;
	display: inline-block;
	line-height: 26px;
	color: #280acc;
	border-radius: 2px;
	padding-left: 10px;
	transition: 0.3s;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.top_header .user_menu .profile_menu> ul > li  a{
	display: inline-block;
	line-height: 26px;
	color: #280acc;
	border-radius: 2px;
	padding-left: 10px;
	transition: 0.3s;
}
.top_header .user_menu .profile_menu> ul > li a i
{
	float: right;
	line-height: inherit;
	margin-left: 7px;
	font-size: 18px;
	color: #9fb1b9;
	width: 25px;
	border-radius: 2px;
	text-align: center;
}
.top_header .user_menu .profile_menu .dropdown-menu a
{
	display: block;
}
.top_header .user_menu .cart_box
{
	float: left;
	text-align: center;
	width: 130px;
	position: relative;
	margin:15px 0 0 10px;
}
.top_header .user_menu .cart_box i
{
	line-height: 85px;
	font-size: 40px;
	color: #56BAE6;
	display: block;
}
.top_header .user_menu .cart_box a:hover i
{
	color: #2483ad;
}
.top_header .user_menu .cart_box span
{
	position: absolute;
	right: 5px;
	top: 10px;
	background: #0f63a1;
	color: #fff;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	text-align: center;
	line-height: 20px;
}
.top_header .logo
{
	float: left;
	width: 370px;
	height: 95px;
	position: relative;
}
.top_header .logo img
{
	float: left;
}
.top_header .logo span
{
	direction: ltr;
	text-align: left;
	display: block;
	color: #fff;
	line-height: 30px;
	font-weight: bold;
	font-size: 14px;
}
.top_header .logo span:first-of-type
{
	font-size: 28px;
	position: absolute;
	left: 95px;
	top: 22px;
}
.top_header .logo span:last-of-type
{
	position: absolute;
	left: 95px;
	top: 51px;
}
header nav
{
	background-color: #0f63a1;
	border-radius: 5px 5px 0 0;
	overflow: hidden;
	position: relative;
}

header nav:after
{
	clear: both;
	content: '';
	display: table;
}
header nav > ul
{
	float: right;
}
header nav > ul > li
{
	float: right;
	position: relative;
}
header nav > ul > li:first-child
{
	margin-right: 0
}
header nav > ul > li:last-child
{
	margin-left: 0;
}
header nav > ul > li > a
{
	display: block;
	padding: 0 17px;
	line-height: 32px;
	color: #fff;
	border-left: 2px solid #595959
}
header nav > ul > li:hover > a
{
	background: #0B8BCB;
	background: linear-gradient(top, #0CA2ED 0, #0974AA 100%) no-repeat;
	background: -webkit-linear-gradient(top, #0CA2ED 0, #0974AA 100%) no-repeat;
	background: -moz-linear-gradient(top, #0CA2ED 0, #0974AA 100%) no-repeat;
	background: -o-linear-gradient(top, #0CA2ED 0, #0974AA 100%) no-repeat;
	background: -ms-linear-gradient(top, #0CA2ED 0, #0974AA 100%) no-repeat;
	background: linear-gradient(top, #0CA2ED 0, #0974AA 100%) no-repeat;
	-svg-background: linear-gradient(top, #0CA2ED 0, #0974AA 100%) no-repeat;
	color: #fff;
}
header nav .search_box
{
	float: left;
	width: 200px;
	margin: 3px 0 0 3px;
}
header nav .search_box form
{
	display: block;
	position: relative;
}
header nav .search_box form input
{
	display: block;
	width: 100%;
	border-radius: 4px;
	padding: 0 15px 0 35px;
	line-height: 26px;
	border: none;
	background: rgba(255,255,255,0.7);
	transition: 0.3s
}
header nav .search_box form input::-webkit-input-placeholder
{
	color: #444
}
header nav .search_box form input::-moz-placeholder
{
	color: #444
}
header nav .search_box form input:-ms-input-placeholder
{
	color: #444
}
header nav .search_box form input:-moz-placeholder
{
	color: #444
}
header nav .search_box form input:focus
{
	background: #fff
}
header nav .search_box form button
{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	line-height: 26px;
	width: 30px;
	background: transparent;
	border: none;
	font-size: 25px;
}
header nav .search_box form button i
{
	display: block;
	line-height: inherit;
}
#sidebar
{
	padding-bottom: 10px;
}
.inner_wrapper
{
	background: #fff;
	padding: 5px 0
}
.inner_wrapper:after
{
	clear: both;
	content: '';
	display: table;
}
.inner_wrapper .col_right
{
	float: right;
	width: 190px;
	margin-right: 5px;
}
.inner_wrapper .col_left
{
	float: left;
	width: 695px;
	margin-right: 5px;
	margin-left: 5px;
}
.sidebar_row
{
	margin-bottom: 10px;
}
.sidebar_row:last-child
{
	margin-bottom: 0
}
.sidebar_title h3
{
	line-height: 30px;
	font-size: 12px;
	font-weight: bold;
	border-radius: 8px 8px 0 0;
	background: #ccc;
	padding: 0 10px;
	color: #fafafa;
	text-shadow:0px 0px 6px rgba(23, 23, 23, 0.98)
}
#slider
{
	height: 300px;
	margin-bottom: 5px;
}
#slider .swiper-container {
	width: 100%;
	height: 100%;
}
#slider .swiper-slide {
	background-position: center;
	background-size: cover;
}
#slider .button-prev,
#slider .button-next
{
	position: absolute;
	top: 50%;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 35px;
	z-index: 5;
	right: 0;
	background: rgba(216, 216, 216, 0.85);
	opacity: 0;
	color: #1565c0;
	cursor: pointer;
}
#slider:hover .button-prev,
#slider:hover .button-next
{
	opacity: 1;
}
#slider .button-prev i,
#slider .button-next i
{
	display: block;
	line-height: inherit;
}
#slider .button-next
{
	left: 0;
	right: auto
}
#news_list
{
	border: 2px solid #ccc;
	border-radius: 4px;
	margin-bottom: 10px;
}
#news_list .ticker-wrapper:after
{
	clear: both;
	content: '';
	display: table;
}
#news_list a
{
	color: #1565c0
}

#content
{
	padding: 5px;
	background: #fafafa;
	border-radius: 3px;
	border: #e2e2e2 1px solid;
	-webkit-box-shadow: inset 0 0 0 1px #FFFFFF, inset 0 0 10px 10px #eeeeee;
	box-shadow: inset 0 0 0 1px #FFFFFF, inset 0 0 10px 10px #eeeeee;
	line-height: 30px;
}
.content_title
{
	margin-bottom: 10px;
	padding: 0 15px;
	background: #0e63a0;
	border-radius: 5px;
	color: #fff;
}
.content_title h3
{
	font-size: 12px;
	font-weight: bold;
	line-height: 36px;
}
.content_title h3 i
{
	float: right;
	margin-left: 10px;
	line-height: inherit;
	font-size: 18px;
}
.content_title span
{
	display: block;
	line-height: 36px;
	text-align: center;
	font-weight: bold;
	color: rgba(255,255,255,0.5);
}
.content_title a
{
	display: block;
	line-height: 36px;
	text-align: center;
	font-weight: bold;
	color: rgba(255,255,255,0.5);
}
.content_title span.active,
.content_title a.active
{
	background: rgba(255,255,255,0.3);
	color: #fff;
}
.content_box.content_box_bordered
{
    border: 1px solid #777;
    border-radius: 5px;
    padding: 0 10px;
}
.product_list:after
{
	clear: both;
	content: '';
	display: table;
}
.product_item
{
	text-align: center;
	margin-bottom: 20px;
	border-radius: 5px;
	border: 1px solid #ccc;
	padding: 4px;
	background: #fff;
}
.product_list.cat_view .product_item
{
	border: none;
	padding: 0;
	background: transparent
}
.product_image
{
	border: 3px solid #ccc;
	border-radius: 9px;
    width: 115px;
    height: 115px;
	margin: 0 auto 10px;
}
.product_image a
{
	display: block;
	line-height: 122px;
	height: 100%;
	padding: 1px;
}
.product_image img
{
	display: block;
	margin: 0 auto;
	line-height: inherit;
	height: 100%;
}
.product_title
{
	height: 60px;
	overflow: hidden;
	margin-bottom: 10px;
}
.product_list.cat_view .product_title
{ 
	height: 20px;
}
.product_title h2
{
	font-size: 13px;
	font-weight: 400;
	line-height: inherit;
}
.product_title h2 a
{
	color: #1976d2;
	display: block;
	line-height: 20px;
}
.product_price
{
	color: #388e3c;
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
}
.product_price small
{
	color: #666
}
.product_btns
{
	margin: 0 -3px;
}
.product_btns:after
{
	clear: both;
	content: '';
	display: table;
}
.product_btns .product_btns_col
{
	float: right;
	width: 50%;
	padding: 0 3px;
}
.product_btns a,
.product_btns button
{
	background: #1565c0;
	color: #fff;
	display: block;
	line-height: 25px;
	font-size: 13px;
	border-radius: 3px;
	border: none;
	width: 100%;
	padding: 0
}
.product_btns a:hover,
.product_btns button:hover
{
	background: #0d47a1;
	color: #fff;
}
.sidebar_content img
{
	display: block;
	margin: 5px auto
}
.sidebar_menu
{
	position: relative;
	z-index: 9
}
.sidebar_menu > li
{
	position: relative;
}
.sidebar_menu > li > a
{
	display: block;
	line-height: 30px;
	padding: 0 10px;
	border-bottom: 1px solid #d9d9d9;
}
.sidebar_menu > li:hover > a
{
	color: #284558;
	background-color: #ededed;
}
.sidebar_menu > li > ul
{
	position: absolute;
	right: 100%;
	top: 0;
	z-index: 5;
	min-width: 200px;
	background: #e2e2e2;
	border-radius: 10px;
	display: none
}
.sidebar_menu > li:hover > ul
{
	display: block;
}
.sidebar_menu > li > ul > li
{
	margin-left: -10px;
	position: relative;
}
.sidebar_menu > li > ul > li > a
{
	display: block;
	line-height: 30px;
	padding: 0 10px;
	border-radius: 10px;
	background: #ededed;
	border-bottom: 1px solid #d9d9d9
}
.sidebar_menu > li > ul > li:hover > a
{
	background: #e2e2e2
}
.sidebar_menu li.has_sub > a:after
{
	content: '\f2fa';
	font-family: material-design;
	position: absolute;
	top: 0;
	left: 10px;
	line-height: inherit;
	font-size: 16px;
}
.header_form
{
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}
.header_form_desc
{
	line-height: 25px;
	display: block;
}
.form_links
{
	font-size: 11px;
}
.form_links a
{
	color: #2979ff
}
.form_links p
{
	margin: 0
}
.form-horizontal .form-group label
{
	line-height: 35px;
	margin: 0;
	padding: 0
}
.btn-full
{
	width: 100%;
}
.paroduct_versions:after
{
	clear: both;
	content: '';
	display: table;
}
.paroduct_versions
{
	margin: 0 -10px;
}
.product_ver_item
{
	text-align: center;
	margin-bottom: 20px;
}
.product_ver_image
{
	border: 3px solid #ccc;
	border-radius: 9px;
	width: 120px;
	height: 120px;
	margin: 0 auto 10px
}
.product_ver_image a
{
	display: block;
	line-height: 122px;
	height: 100%;
	padding: 1px;
}
.product_ver_image img
{
	display: block;
	margin: 0 auto;
	line-height: inherit;
	height: 100%;
}
.product_ver_title h2
{
	font-size: 13px;
	font-weight: 400;
}
.product_ver_title h2 a
{
	color: #1976d2;
	display:inline-block;
	white-space: nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
}
.product_list_item:after,
.product_list_header:after
{
	clear: both;
	content: '';
	display: table;
}
.products_list
{
	margin-bottom: 15px;
}
.product_list_item
{
	line-height: 50px;
	border-bottom: 1px solid #ddd;
	background: #fff
}
.product_list_header
{
	line-height: 25px;
	background: #ccc;
	text-align: center;
	font-weight: bold
}
.product_list_item:hover
{
	background: #f5f5f5
}
.product_list_item [class^="row_"]
{
	border-left: 1px solid #ddd
}
.row_image
{
	float: right;
	width: 50px;
	border-right: 1px solid #ddd
}
.row_image a,
.row_image img
{
	display: block;
}
.row_name
{
	float: right;
	padding: 0 5px;
	width: 393px;
}
.row_name a
{
	display:block;
	white-space: nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
}
.row_name a:hover
{
	color: #0d47a1
}
.row_code
{
	float: right;
	padding: 0 5px;
	text-align: center;
	width: 80px;
}
.row_price
{
	float: right;
	padding: 0 5px;
	text-align: center;
	width: 120px;
}
.row_price span
{
	display: inline-block;
}
.row_price small
{
	display: inline-block;
	line-height: 20px;
	margin-right: 3px;
}
.row_action
{
	float: right;
	padding: 0 5px;
	text-align: center;
	width: 40px;
}
.row_action a
{
	display: block;
	line-height: inherit;
	color: #1976d2
}
.row_action a i
{
	line-height: inherit;
	font-size: 25px;
	display: block;
}
.row_action a:hover
{
	color: #0d47a1
}

.content_box:after,
.product_view:after
{
	clear: both;
	content: '';
	display: table;
}
.user_info_list
{
	margin: 15px
}
.user_info_list ul li:after
{
	clear: both;
	content: '';
	display: table;
}
.user_info_list ul li
{
	margin-bottom: 5px;
}
.user_info_list ul li span:first-child
{
	line-height: 30px;
	float: right;
	width: 100px;
	background: #ddd;
	padding: 0 10px;
	font-weight: bold
}
.user_info_list ul li span:last-child
{
	line-height: 30px;
	float: right;
    width: 553px;
	background: #eee;
	padding: 0 10px;
}

.factor_info_list
{
	border: 1px solid #ddd;
	margin-bottom: 15px;
}
.factor_info_list ul li:after
{
	clear: both;
	content: '';
	display: table;
}
.factor_info_list ul li
{
	border-bottom: 1px solid #ddd
}
.factor_info_list ul li:last-child
{
	border-bottom: none
}
.factor_info_list ul li span:first-child
{
    line-height: 30px;
    float: right;
    width: 150px;
    background: #fff;
    padding: 0 10px;
    font-weight: bold;
}
.factor_info_list ul li span:last-child
{
	line-height: 30px;
	float: right;
	width: 531px;
	background: #f5f5f5;
	padding: 0 10px;
}
.factor_info_order_list.factor_info_list ul li span:last-child
{
	line-height: 30px;
	float: right;
	width: 511px;
	background: #f5f5f5;
	padding: 0 10px;
}
.product_view
{
	margin-bottom: 15px;
}
.product_view_image
{
	margin-bottom: 10px;
	border: 3px solid #ccc;
	border-radius: 9px;
	width: 120px;
	height: 120px;
	float: right;
}
.product_view_image a
{
	display: block;
	height: 100%;
	padding: 1px;
}
.product_view_image img
{
	display: block;
	height: 100%;
	width: 100%;
	margin: 0 auto
}
.product_view_detail
{
	float: left;
	width: 563px;
	padding: 0 10px;
}
.product_view_name
{
	background: #f4f4f4;
	margin-bottom: 15px;
	border-radius: 3px;
	padding: 0 15px;
}
.product_view_name h1
{
	font-size: 12px;
	line-height: 30px;
}
.product_view_price:after,
.product_view_qty:after
{
	clear: both;
	content: '';
	display: table;
}
.product_view_price
{
	margin-bottom: 15px;
}
.product_view_price > span:first-child
{
	font-size: 14px;
	line-height: 30px;
	width: 50px;
	color: #000;
	display: block;
	float: right;
}
.product_view_price > span:last-of-type
{
	font-size: 20px;
	line-height: 30px;
	color: #388e3c;
	display: block;
	float: right;
}
.product_view_price > span:last-of-type small
{
	color: #666;
}
.product_code
{
	float: right;
	margin-right: 30px;
}
.product_view_qty
{
	margin-bottom: 15px
}
.product_view_qty > span:first-child
{
	font-size: 14px;
	line-height: 30px;
	width: 50px;
	color: #000;
	display: block;
	float: right;
}
.product_view_qty .product_qty
{
	line-height: 30px;
	color: #777;
	display: block;
	float: right;
	width: auto;
	margin: 0
}
.product_view_qty .product_qty a
{
	float: right;
	width: 30px;
	background: #f5f5f5;
	border: 1px solid #ddd;
	text-align: center;
	font-size: 18px;
}.product_view_qty .product_qty a:active
 {
	 background: #eee
 }
.product_view_qty .product_qty a i
{
	line-height: inherit;
	display: block;
}
.product_view_qty .product_qty a.plus
{
	border-radius: 0 15px 15px 0
}
.product_view_qty .product_qty a.minus
{
	border-radius: 15px 0 0 15px
}
.product_view_qty .product_qty span
{
	float: right;
	width: 40px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	text-align: center;
}
.product_view_btn button
{
	background: #1565c0;
	color: #fff;
	padding: 0 15px;
}
.product_view_btn button:hover,
.product_view_btn button:focus
{
	background: #0d47a1;
	color: #fff;
}
.product_view_btn a
{
	background: #607d8b;
	color: #fff;
	padding: 0 15px;
}
.product_view_btn a:hover,
.product_view_btn a:focus
{
	background: #37474f;
	color: #fff;
}
.product_view_btn i
{
	float: right;
	line-height: inherit;
	margin-left: 10px;
	font-size: 20px;
}
.product_tab
{
	padding: 0 15px;
	margin-bottom: 15px;
}
.product_tab .tabs > ul:after
{
	clear: both;
	content: '';
	display: table;
}
.product_tab .tabs > ul
{
	border-bottom: 1px solid #ddd
}
.product_tab .tabs > ul li
{
	float: right;
    text-align: center;
    line-height: 30px;
    background: #eee;
    border-radius: 8px 8px 0 0;
    font-size: 12px;
    border-width: 2px 1px 1px 1px;
    border-style: solid;
    font-weight: 600;
    border-color: #888 #ddd transparent #ddd;
    color: #333;
    cursor: pointer;
    opacity: 0.5;
    padding: 0 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: -1px;
    margin-left: 5px;
}
.product_tab .tabs > ul li:hover
{
	opacity: 1
}
.product_tab .tabs > ul li.active
{
	background: #fff;
	border-top-color: #1976d2;
	color: #000;
	opacity: 1;
	border-bottom-color: transparent;
}
.product_tab .tabs .tab_content
{
	display: none;
	padding: 15px;
	background: #fff;
	border: 1px solid #ddd;
	border-top: none
}
.product_tab .tabs .tab_content.active
{
	display: block
}








.cart_list_item:after,
.cart_list_header:after
{
	clear: both;
	content: '';
	display: table;
}

.cart_list
{
	margin-bottom: 10px;
}
.cart_list_item
{
	line-height: 50px;
	border-bottom: 1px solid #ddd;
	background: #fff
}
.cart_list_header
{
	line-height: 25px;
	background: #ccc;
	text-align: center;
	font-weight: bold
}
.cart_list_item:hover
{
	background: #f5f5f5
}
.cart_list_item [class^="cart_row_"]
{
	border-left: 1px solid #ddd;
}
.cart_row_image
{
	float: right;
	width: 50px;
	border-right: 1px solid #ddd;
}
.cart_row_image a,
.cart_row_image img
{
	display: block;
}
.cart_row_name
{
	float: right;
	padding: 0 5px;
	width: 247px;
}
.cart_list_item .cart_row_name
{
	min-height: 50px;
}
.cart_row_name a
{
	display:block;
	line-height: 25px;
}
.cart_row_name a:hover
{
	color: #0d47a1
}
.cart_row_qty
{
	float: right;
	padding: 0 5px;
	text-align: center;
	width: 106px;
}
.cart_list_item .cart_row_qty
{
	min-height: 50px;
}
.product_refresh
{
	float: right;
	width: 20px;
}
.product_refresh a,
.product_refresh button
{
	display: block;
	color: #388e3c;
	font-size: 18px;
	line-height: 25px;
	margin-top: 13px;
	padding: 0;
	border:none;
	background: transparent;
	width: 100%
}
.product_refresh a i,
.product_refresh button i
{
	display: block;
	line-height: inherit;
}
.product_qty
{
	float: right;
	width: 75px;
	margin: 13px 0 0;
}

.product_qty a.plus,
.product_qty a.minus {
	float: right;
	line-height: 23px;
	font-size: 15px;
	height: 25px;
	border: 1px solid #ddd;
	border-radius: 0 12.5px 12.5px 0;
	width: 25px;
	background: #f5f5f5;
	color: #444;
	text-align: center;
}

.product_qty a.plus i,
.product_qty a.minus i {
	display: block;
	line-height: inherit;
}

.product_qty a.plus:hover,
.product_qty a.minus:hover {
	background: #eee;
}

.product_qty a.minus {
	margin-right: -1px;
	border-radius: 12.5px 0 0 12.5px;
}

.product_qty .cart_item_qty {
	float: right;
	width: 25px;
	text-align: center;
	border: 1px solid #ddd;
	margin-right: -1px;
	height: 25px;
	line-height: 25px;
	font-size: 13px;
	background: #fff;
}
.cart_row_price
{
	float: right;
	padding: 0 5px;
	text-align: center;
	width: 120px;
	font-size: 13px
}
.cart_row_price small,
.cart_row_sumprice small
{
	display: inline-block;
	line-height: 20px;
	margin-right: 3px;
}
.cart_row_sumprice
{
	float: right;
	padding: 0 5px;
	text-align: center;
	width: 120px;
	font-size: 13px
}
.cart_row_action
{
	float: right;
	padding: 0 5px;
	text-align: center;
	width: 40px;
}
.cart_row_action a
{
	display: block;
	line-height: inherit;
	color: #d21919
}
.cart_row_action a i
{
	line-height: inherit;
	font-size: 25px;
	display: block;
}
.cart_row_action a:hover
{
	color: #941111
}
.cart_sum
{
}
.cart_sum:after
{
	clear: both;
	content: '';
	display: table;
}
.cart_sum ul
{
	line-height: 30px;
	background: #f5f5f5;
	border: 1px solid #ddd;
	padding: 5px;
	width: 300px;
	float: left;
	margin-bottom: 15px;
}
.cart_sum ul li:after
{
	clear: both;
	content: '';
	display: table;
}
.cart_sum ul li
{
	border-bottom: 1px solid #ddd
}
.cart_sum ul li:last-child
{
	border: none;
}
.cart_sum ul li span:first-child
{
	float: right;
}
.cart_sum ul li span:first-child:after
{
	content: ':';
}
.cart_sum ul li span:last-child
{
	float: left;
	font-size: 13px;
}
.cart_name
{
	float: right;
	background: #f5f5f5;
	border: 1px solid #ddd;
	padding: 5px;
	width: 300px;
	line-height: 30px;
}
.cart_btn
{
	text-align: left;
}
.cart_btn a
{
	padding: 0 15px;
}
.cart_btn a i
{
	float: right;
	line-height: inherit;
	margin-left: 10px;
	font-size: 20px;
}
.cart_discount
{
	float: right;
	width: 350px;
}
.cart_discount:after
{
	clear: both;
	content: '';
	display: table;
}
.cart_discount label
{
	float: right;
	width: 70px;
	line-height: 35px;
	margin: 0;
	text-align: right;
}
.cart_discount input.form-control
{
	float: right;
	width: 180px;
	border-radius: 0 3px 3px 0
}
.cart_discount button.btn
{
	float: right;
	border-radius: 3px 0 0 3px;
}
.page_list ul
{
	text-align: center;
	margin-bottom: 15px;
}
.page_list ul li
{
	display: inline-block;
	margin: 0 2px;
}
.page_list ul li a
{
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #fff;
	color: #1976d2;
	display: block;
	border-radius: 2px;
	border: 1px solid #eee;
}
.page_list ul li.prev_btn a,
.page_list ul li.next_btn a
{
	width: auto;
	padding: 0 5px;
}
.page_list ul li.prev_btn a i
{
	float: right;
	line-height: inherit;
	margin-left: 5px;
	font-size: 15px;
}
.page_list ul li.next_btn a i
{
	float: left;
	line-height: inherit;
	margin-right: 5px;
	font-size: 15px;
}
.page_list ul li a:hover
{
	background: #eee
}
.page_list ul li.active a
{
	background: #1976d2;
	color: #fff;
	border-color: #1976d2;
}
.profile_box
{
	padding: 0 10px;
}
.profile_sidebar_content
{
	border: 1px solid #ddd;
	margin-bottom: 20px;
}
.profile_sidebar_content > ul > li > a
{
	display: block;
	line-height: 38px;
	border-bottom: 1px solid #ddd;
	color: #333;
	background: #f5f5f5;
	padding: 0 10px;
	font-size: 13px;
	position: relative;
}
.profile_sidebar_content > ul > li.has_sub > a:before
{
	position: absolute;
	content: '\f278';
	left: 0;
	top: 0;
	line-height: inherit;
	font-family: material-design;
	width: 38px;
	text-align: center;
	font-size: 14px;
}
.profile_sidebar_content > ul > li.has_sub.opened > a
{
	color: #2192ce;
	background: #fff
}
.profile_sidebar_content > ul > li.has_sub.opened > a:before
{
	content: '\f273';
}
.profile_sidebar_content > ul > li:last-child > a
{
	border-bottom: none
}
.profile_sidebar_content > ul > li > ul
{
	border-bottom: 1px solid #ddd;
	display: none
}
.profile_sidebar_content > ul > li > ul > li > a
{
	line-height: 31px;
	display: block;
	padding: 0 15px;
}
.profile_sidebar_content > ul > li > ul > li:hover > a
{
	background: #eee
}
.profile_content
{
	margin-bottom: 20px;
}
.profile_content > h3
{
	font-size: 16px;
	margin-bottom: 15px;
	line-height: 30px;
	color: #000;
	border-bottom: 1px solid #eee
}





.factor_list
{
	margin-bottom: 15px;
}
.factor_list_header
{
	line-height: 25px;
	background: #ccc;
	text-align: center;
	font-weight: bold;
}
.factor_list_header:after,
.factor_list_item:after
{
	clear: both;
	content: '';
	display: table;
}
.factor_list_item {
	line-height: 25px;
	border-bottom: 1px solid #ddd;
	background: #fff;
}
.factor_list_item:hover
{
	background: #f5f5f5;
}
.factor_list_item [class^="factor_row_"] {
	border-left: 1px solid #ddd;
}
.factor_row_image {
	float: right;
	width: 50px;
	border-right: 1px solid #ddd;
}
.factor_row_image a,
.factor_row_image img
{
	display: block;
}
.factor_row_name {
	float: right;
	padding: 0 5px;
	width: 333px;
}
.factor_list.order_list .factor_row_name {
	width: 313px;
}
.factor_row_price {
	float: right;
	padding: 0 5px;
	text-align: center;
	width: 120px;
	font-size: 13px;
}
.factor_row_price small,
.factor_row_sumprice small {
	display: inline-block;
	line-height: 20px;
	margin-right: 3px;
}
.factor_row_qty {
	float: right;
	padding: 0 5px;
	text-align: center;
	width: 60px;
}
.factor_row_sumprice {
	float: right;
	padding: 0 5px;
	text-align: center;
	width: 120px;
	font-size: 13px;
}
.factor_desc textarea
{
	min-height: 150px;
}













footer
{
	background: #363636;
	background: linear-gradient(top, #212121 0, #4A4A4A 100%) no-repeat;
	background: -webkit-linear-gradient(top, #212121 0, #4A4A4A 100%) no-repeat;
	border-radius: 0 0 5px 5px;
	border-top: 1px solid #7A7A7A;
	color: #C4C4C4;
	padding: 20px 10px 10px;
	margin-bottom: 20px;
}
footer p
{
	margin: 0;
	line-height: 20px;
}
.footer_top
{
	margin-bottom: 20px;
}
.footer_top:after
{
	clear: both;
	content: '';
	display: table;
}
.footer_title
{
	margin-bottom: 15px;
}
.footer_title h3
{
	font-size: 12px;
	font-weight: bold;
}
.footer_content ul li a
{
	color: #c4c4c4;
	line-height: 22px;
	display: inline-block;
	font-size: 11px;
}
.footer_content ul li a:before
{
	content: '\f2fa';
	font-family: material-design;
	float: right;
	margin-left: 5px;
	line-height: inherit;
	font-size: 14px;
	color: #2979ff
}
.footer_content ul li a:hover
{
	color: #abc6d9;
	text-decoration: underline;
}
.copyright
{
	text-align: center;
	padding-top: 10px;
	border-top: 2px solid #c1bdbc;
	font-size: 11px;
}
/*--------------------payment-result--------------*/
.alert-box{
	padding: 10px;
	margin: 20px 40px 30px 0;
	text-align: center;
}
.alert-successful i{
	width: 50px;
	display: block;
	font-size: 40px;
	margin: auto;
	color: #229807;
}
.alert-failed i{
	font-size: 40px;
	color: #C54545;
}
.alert-successful h3,.alert-failed h3{
	line-height: 50px;
}
.alert-successful h3{
	color: #005904;
	font-size: 20px;
}
.alert-failed{
	margin-bottom: 20px;
}
.alert-failed h3{
	color: #C54545;
	font-size: 20px;
}
.payment-detail{
	padding: 10px;
	border-radius: 10px;
	margin-bottom: 20px;
}
.payment-detail li{
	border-bottom: 1px solid #DFDEDE;
	padding: 0 5px;

}
.payment-detail li:last-child{
	border-bottom: 0;
}
.detail{
	float: right;
}
.result{
	float: left;
}
.btn-wrapper{
	text-align: center;
}
.site_info{
	background-image: url(../images/StatsIcon.jpg);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
.profile_menu{
	background-image: url(../images/hy_menutop.jpg);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
.cart_box a{
	display: block;
	margin-top: 10px;
	color: #280acc;
	font-size: 11px;
}
