/******************************** Begin User Panel*******************************/
.content .profile ul.btn-toolbar
{
	list-style: none;
	width: 100%;
	height: 50px;
	margin: 0 -42px 0 0;
}
.content .profile ul.btn-toolbar li.btn-group a.btn
{
	float: left;
	border: none;
	color: #fff;
	background: red;
	padding: 5px 10px;
	font-family: Yekan;
	font-size: 14px;
}
.content .profile fieldset
{
	border: 1px solid #ccc;
	color: #666;
	font-family: Yekan;
	font-size: 14px;
}
.content .profile fieldset dl dt
{
	float: right;
	width: 200px;
	background: #ccc;
	padding: 0 5px 0 0;
}
.content .profile fieldset dl dd
{
	float: right;
	width: 960px;
	background: #f8f8f8;
	border-bottom: 1px solid #fff;
	padding: 0 5px;
	margin-right: 0px;
}
button.btl-buttonsubmit
{
	background: #F74D4D none repeat scroll 0% 0% !important;
	color: #FFF !important;
	font-family: Yekan;
	font-size: 13px;
	border: medium none !important;
	border-radius: 0px;
	padding: 0px 21px;
	box-shadow: none;
	text-shadow: none;
}
button.btl-buttonsubmit:hover
{
	opacity: 0.9;
}
#hikashop_cart_listing, #hikashop_affiliate_main, #hikashop_address_listing, #hikashop_order_listing
{
	font-family: Yekan;
}
#hikashop_carts_listing fieldset, #hikashop_affiliate_main fieldset, #hikashop_address_listing fieldset, #hikashop_order_listing fieldset
{
	border: none;
}
.content fieldset .header
{
	height: auto;
	border-bottom: 3px solid #FF8485;
}
.hikashop_header_buttons
{
	float: left !important;
}
.hikashop_header_buttons table
{
	border: none !important;
}
.hikashop_header_buttons table tr td
{
	border: none !important;
}
.hikashop_header_buttons .icon-32-save
{
	background-image: url("../images/icon-32-save.png") !important;
}
.hikashop_header_buttons .icon-32-back
{
	background-image: url("../images/icon-32-back.png") !important;
}
.content .login form
{
	margin: 0px auto !important;
	float: right;
	width: 100%;
	text-align: right;	
	font-family: Yekan;
}
.content .login form fieldset
{
	border: 1px solid #ccc;
	width: 400px;
	margin: 0 auto;
	background: #ddd;
}
.content .login form fieldset .control-group
{
	margin: 10px;
}
.content .login form fieldset .control-label
{
	float: right;
	width: 100px;
}
.content .login form fieldset .controls input
{
	width: 270px;
	padding: 8px 5px;
	border: none;
	transition: 1s all;
}
.content .login form fieldset .controls input:hover
{
	box-shadow: 0 0 3px #092f57 ;
	transition: 1s all;
}
.content .login form fieldset .controls input#remember
{
	width: 30px;
	margin: 10px 0 0 0;
}
.content .login form fieldset .controls button
{
	margin: 0 158px;
	padding: 5px 20px;
	border: none;
	background: #5DB333;
	color: #fff;
	font-family: Yekan;
	font-size: 13px;
}
.content .login form fieldset .controls button:hover
{
	opacity: 0.9;
}
/******************************** Begin Cart List*******************************/
#hikashop_cart_listing table
{
	margin: 10px 0px;
	border: 1px solid #E0E4E8;
	border-radius: 4px;
}
#hikashop_cart_listing table tr th
{
	padding: 10px 0;
	text-align: center;
	font-family: Yekan;
	font-size: 14px;
	background: #ccc;
	border-left: 1px solid #aaa;
}
#hikashop_cart_listing table tbody tr td
{
	text-align: center;
	font-family: Yekan;
	border-left: 1px solid #ccc;
}
#hikashop_cart_listing td a
{
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}
#hikashop_cart_listing td .hikashop_product_price_full
{
	text-align: center;
}
span.hikashop_product_price, .hikashop_checkout_cart_additional, .hikashop_checkout_cart_payment, .hikashop_checkout_cart_coupon, .hikashop_checkout_cart_additional
{
	font-family: Yekan;
	font-style: normal;
	color: #69A816;
}
#hikashop_cart_listing td a img:hover
{
	opacity: 0.9;
}
#hikashop_cart_listing td input.hikashop_cart_input_button
{
	background: #5DB333;
	color: #FFF !important;
	font-family: Yekan;
	font-size: 13px;
	border: none;
	border-radius: 0;
}
#hikashop_cart_listing td.hika_show_cart_total_price
{
	font-family: Yekan;
	font-style: normal;
	color: #69A816;
	font-size: 14px;
	text-align: center;
}
#hikashop_cart_listing table tfoot tr td
{
	text-align: center;
	font-family: Yekan;
	border-left: 1px solid #ccc;
}
#hikashop_cart_listing input.hikashop_cart_input_button
{
	background: #5DB333;
	color: #FFF !important;
	font-family: Yekan;
	font-size: 13px;
	border: none;
	border-radius: 0;
}
/******************************** End Cart List*********************************/

/******************************** Begin Profile Edition*******************************/
#member-profile fieldset .control-group .control-label
{
	float: right;
	width: 200px;
	font-family: Yekan;
}
#member-profile fieldset .control-group .controls input
{
	width: 300px;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 10px;
	color: #666;
	font-family: Yekan;
	transition: all 0.5s ease;
}
#member-profile fieldset .control-group .controls input:hover
{
	border: 1px solid #5DB333;
	color: #333;
	transition: all 0.5s ease;
}
#member-profile legend
{
	color: #44be24;
}
#member-profile fieldset:first-child + fieldset
{
	display: none;
}
#member-profile input, #member-profile select
{
	font-family: Yekan;
}
#member-profile fieldset .alert-info, #member-profile fieldset .alert-warning
{
	font-family: Yekan;
}
#member-profile .validate
{
	background: #5DB333;
	color: #FFF !important;
	font-family: Yekan;
	font-size: 13px;
	border: none;
	border-radius: 0;
	padding: 10px 20px;
}
#member-profile .validate:hover
{
	opacity: 0.9;
	border: none;
	background: #5DB333;
	color: #FFF !important;
}
#member-profile a
{
	background: #f74d4d;
	color: #FFF !important;
	font-family: Yekan;
	font-size: 13px;
	border: none;
	border-radius: 0;
	padding: 10px 20px;
}
#member-profile a:hover
{
	opacity: 0.9;
	border: none;
	background:  #f74d4d;
	color: #FFF !important;
}

/******************************** End Profile Edition*********************************/
#hikashop_order_listing tr th, #hikashop_carts_listing tr th
{
	padding: 10px 0;
	text-align: center;
	font-size: 14px;
	background: #ccc;
	border-left: 1px solid #aaa;	
}
#hikashop_order_listing .hikashop_no_border .btn:nth-of-type(1), #hikashop_carts_listing .hikashop_no_border .btn:nth-of-type(1)
{
	background: #5DB333;
	color: #FFF !important;
	font-family: Yekan;
	font-size: 13px;
	border: none;
	border-radius: 0;
	padding: 5px 10px;
}
#hikashop_order_listing .hikashop_no_border .btn:nth-of-type(2), #hikashop_carts_listing .hikashop_no_border .btn:nth-of-type(2)
{
	background: #f74d4d;
	color: #FFF !important;
	font-family: Yekan;
	font-size: 13px;
	border: none;
	border-radius: 0;
	padding: 5px 10px;
}
#hikashop_order_listing .hikashop_no_border .btn:hover, #hikashop_carts_listing .hikashop_no_border .btn:hover
{
	opacity: 0.9;
}
#hikashop_order_listing #hikashop_search, #hikashop_carts_listing #hikashop_search
{
	width: 150px;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 5px;
	color: #666;
	font-family: Yekan;
	transition: all 0.5s ease;
}
#hikashop_order_listing #hikashop_search:hover, #hikashop_carts_listing #hikashop_search:hover
{
	border: 1px solid #5DB333;
	color: #333;
	transition: all 0.5s ease;
}
/******************************** End User Panel*********************************/

/******************************** Begin Subcategory*********************************/
.hikashop_subcategories .hikashop_category
{
	width: 20% !important;
}
.hikashop_subcategories, .hikashop_products
{
	background: #ccc;
}
.hikashop_category_name a
{
	font-family: Yekan;
	color: #092f57;
}
/******************************** End Subcategory***********************************/

/***********************************Begin Products_list_2p********************************/
.content .hikashop_filter_main_div
{
	float: right;
	width: 225px;
	overflow: hidden;
	margin: 0 0 0 10px;
}
.content .hikashop_filter_main_div .hikashop_filter_fieldset
{
	padding: 0;
}
.content .hikashop_filter_main_div .hikashop_filter_title
{
	width: 107%;
	padding: 5px;
	margin: 0 0 0 0;
	background: #e3e3e3;
	color: #000;
	font-family: Yekan;
}
.content .hikashop_filter_main_div .filter_values_container
{
    float: right;
	margin: -6px 0 20px 0;
}
.content .hikashop_filter_main_div .hikashop_filter_main__1, .content .hikashop_filter_main_div .hikashop_filter_main__2, .content .hikashop_filter_main_div .hikashop_filter_main__3, .content .hikashop_filter_main_div .hikashop_filter_main__4, .content .hikashop_filter_main_div .hikashop_filter_main__5, .content .hikashop_filter_main_div .hikashop_filter_main__6, .content .hikashop_filter_main_div .hikashop_filter_main__7, .content .hikashop_filter_main_div .hikashop_filter_main__8, .content .hikashop_filter_main_div .hikashop_filter_main__9, .content .hikashop_filter_main_div .hikashop_filter_main__10, .content .hikashop_filter_main_div .hikashop_filter_main__11, .content .hikashop_filter_main_div .hikashop_filter_main__12
{
	float: right !important;
	width: 100% !important;
}
.content .hikashop_filter_main_div .hikashop_filter_main__1 .filter__1_hikashop_category_information_module_163_title_div
{
	width: 100% !important;
    color: #f6931f;
}
.content .hikashop_filter_main_div .hikashop_filter_main__6 .filter__6_hikashop_category_information_module_163_title_div
{
	width: 100% !important;
    color: #f6931f;
}
.content .hikashop_filter_main_div .hikashop_filter_main__13
{
	position: absolute;
	width: 100px !important;
	margin: -10px 242px 0 0;
}
.content .hikashop_filter_main_div .hikashop_filter_main__13 .hikashop_filter_title
{
	float: right;
	width: auto;
	margin: 0;
	background: none;
}
.hikashop_filter_main__13 #filter_values_container__13_hikashop_category_information_module_163
{
	background: #fff url(../images/filter_combo_dropdown.png) no-repeat 2px center !important;
}
.hikashop_filter_main__13 #filter_values_container__13_hikashop_category_information_module_163 select
{
	font-family: Yekan;
	font-size: 11px;
	background: transparent !important;
	-webkit-appearance: none;
	-moz-appearance:none;
	appearance: none;
	border: none;
}
.hikashop_filter_cursor_span
{
	float: right !important;
	direction: rtl !important;
	font-family: Yekan;
	font-size: 11px;
}
.content .hikashop_filter_main_div .ui-slider
{
	margin-right: 11.5px;
}
.content .hikashop_filter_main_div label 
{
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 25px;
	margin-right: 15px;
	font-size: 13px;
	font-family: Yekan;
}
.hikashop_filter_checkbox input[type=checkbox] {
	display: none;
}
.content .hikashop_filter_main_div label:before {
	content: "";
	display: inline-block;
	margin: 10px 0px -4px 8px;
	width: 16px;
	height: 16px;
	margin-left: 10px;
	right: 0;
	bottom: 1px;
	background-color: #aaa;
	box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
}
.hikashop_filter_checkbox input[type=checkbox]:checked + label:before {
	content: "\2713";
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
	font-size: 15px;
	color: #f3f3f3;
	text-align: center;
    line-height: 15px;
}


.content  .hikashop_products_listing
{
	float: right;
	width: 935px;
	overflow: hidden;
	margin: 0px;
	padding: 5px;
	background: #ccc none repeat scroll 0% 0%;
}
.content .hikashop_products_listing .hikashop_compare_zone
{
	position: absolute;
	margin: -2px 778px 0px 0px;
}
.content  .hikashop_products_listing .hikashop_products .hikashop_product
{
	width: 25% !important;
}
.content .hikashop_products_listing .hikashop_products .hikashop_product .hikashop_container
{
	/*margin: 5px 2.5px !important;*/
}
.content .hikashop_products_listing .hikashop_products .hikashop_product .hikashop_container .hikashop_subcontainer
{
	border-radius: 5px; 
}
.content .hikashop_products_listing .hikashop_products .hikashop_product .hikashop_product_name a
{
	height: 34px;
	text-align: right;
	padding: 0 5px 0 0;
	margin: 15px 0 0 0;
}
.content .hikashop_products_listing .hikashop_products .hikashop_product .hikashop_compare_button
{
	float: right;
	width: 20px;
	border: none;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	padding: 0;
	background: transparent url("../images/product_listing_btn.png") repeat scroll 100% 0%;
}
.content .hikashop_products_listing .hikashop_products .hikashop_product form
{
	float: right;
	min-width: 30px;
}
.content .hikashop_products_listing .hikashop_products .hikashop_product form .hikashop_cart_input_button
{
	float: right;
	/*width: 20px;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;*/
	padding: 0 20px 0 0;
	border: none;
	border-left: 2px solid #909090;
	color: #666 !important;
	font-size: 11px;
	background: transparent url("../images/product_listing_cart.png") no-repeat scroll right center;
}
.content .hikashop_products_listing .hikashop_products .hikashop_product input.hikashop_compare_checkbox
{
	margin: 9px 5px 0px 5px;
}
.content .hikashop_products_listing .hikashop_products .hikashop_product label
{
	float: left;
	margin: 4px 0 0 45px;
	width: auto;
	font-weight: bold;
	font-size: 11px;
	font-family: Yekan;
	color: #666;
}
.content .hikashop_products_listing .hikashop_products .hikashop_product form #hikashop_add_wishlist .hikashop_cart_input_button
{
	float: right;
	width: 20px;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	padding: 0;
	margin: 5px;
	border: none;
	background: transparent url("../images/product_listing_btn.png") repeat scroll 0% 0%;
}
.content .hikashop_products_listing .hikashop_products .hikashop_product .hikashop_product_price_full
{
	min-width: 100%;
	margin: 0;
	border-top: 1px solid #909090;
}
.content .hikashop_products_listing .hikashop_products .hikashop_product .hikashop_product_price_full .hikashop_product_price
{
	display: inline-block;
	width: 100%;
	font-size: 12px;
	font-family: BKoodakBold;
	font-style: normal;
	color: #5da121;
}
.pagenav_start_chevron
{
	background: transparent url("../images/page.png") no-repeat scroll -81px -25px;
	margin: 0 0 0 3px;
}
.pagenav_start_chevron:hover
{
	background: transparent url("../images/page.png") no-repeat scroll -81px 6px;
}
.pagenav_previous_chevron
{
    background: transparent url("../images/page.png") no-repeat scroll -51px -25px;
}
.pagenav_previous_chevron:hover
{
    background: transparent url("../images/page.png") no-repeat scroll -51px 6px;
}
.pagenav_next_chevron
{
    background: transparent url("../images/page.png") no-repeat scroll -21px -25px;
}
.pagenav_next_chevron:hover
{
    background: transparent url("../images/page.png") no-repeat scroll -21px 6px;
}
.pagenav_end_chevron
{
    background: transparent url("../images/page.png") no-repeat scroll 8px -25px;
}
.pagenav_end_chevron:hover
{
    background: transparent url("../images/page.png") no-repeat scroll 8px 6px;
}
.hikashop_products_pagination .list-footer span.pagenav, .hikashop_subcategories_pagination .list-footer span.pagenav
{
	color: #14CAEC;
}
.hikashop_products_pagination .list-footer a.pagenav:hover, .hikashop_subcategories_pagination .list-footer a.pagenav:hover
{
	color: #14CAEC;
}
.hikashop_products_pagination .list-footer .pagenav, .hikashop_subcategories_pagination .list-footer .pagenav
{
	color: #333;
	padding: 5px 10px;
}
/***********************************End Products_list_2p**********************************/

/***********************************Begin Compare_Page**********************************/
.hikashop_compare_page .hikashop_compare_table
{
	font-family: Yekan;
}
.hikashop_cart_input_button
{
	float: none;
	border: none;
	background: #5db333;
	color: #fff !important;
	border-radius: 0;
	padding: 8px 10px;
	font-family: Yekan;
	font-weight: bold;
	font-size: 16px;
}
.hikashop_compare_table .hikashop_product_name_main
{
	font-family: Yekan;
	font-size: 18px;
}
.hikashop_compare_details_prod_column .hikashop_product_price_main
{
	float: none;
	display: inline-block;
}
.hikashop_compare_custom_first_column
{
	width: 15%;
	color: #fff;
	background: #666;
	border-color: -moz-use-text-color #fff #fff;
}
.hikashop_compare_custom_first_column .hikashop_product_custom_name
{
	text-align: right;
	font-size: 12px;
	width: 94%;
	float: right;
	padding: 0px 5px 0px 0px;
}
.hikashop_compare_custom_prod_column
{
	width: 41%;
	background: #F0F0F0;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
.hikashop_compare_custom_prod_column:hover
{
	background: #F8F8F8;
	border: none;
}
.hikashop_compare_custom_prod_column .hikashop_product_custom_value
{
	color: #666;
	font-size: 12px;
}
.hikashop_compare_page .hikashop_product_stock
{
	border: none;
}
.hikashop_compare_table .hikashop_product_quantity_field_change
{
	font-size: 14px;
	line-height: 0;
	font-family: arial;
	font-weight: bold;
}
.hikashop_product_stock .hikashop_product_quantity_field
{
	padding: 9px 5px !important;
	border: 1px solid #ccc;
}
.hikashop_compare_wishlist_btn .hikashop_cart_input_button
{
	margin-right: 186px;
	background: #f42434;
}
#hikashop_compare_tr_cf_193 td, #hikashop_compare_tr_cf_194 td, #hikashop_compare_tr_cf_195 td
{
	background: none;
	padding: 25px 0 0 0;
	font-size: 15px;
	color: #092f57;
	border: none;
}
#hikashop_compare_tr_cf_193 td label, #hikashop_compare_tr_cf_194 td label, #hikashop_compare_tr_cf_195 td label
{
	font-size: 15px;
}
#hikashop_compare_tr_cf_193 td:nth-of-type(2) span, #hikashop_compare_tr_cf_193 td:nth-of-type(3) span, #hikashop_compare_tr_cf_194 td:nth-of-type(2) span, #hikashop_compare_tr_cf_194 td:nth-of-type(3) span, #hikashop_compare_tr_cf_195 td:nth-of-type(2) span, #hikashop_compare_tr_cf_195 td:nth-of-type(3) span
{
	color: #fff !important;
}
/***********************************End Compare_Page************************************/
.hikashop_checkout_login
{
	width: 100%;
}
.hikashop_checkout_login fieldset
{
	border: none;
	padding: 0;
	margin: 0px !important;
}
.hikashop_checkout_login fieldset p
{
	font-family: Yekan;
}
.hikashop_checkout_login fieldset p label
{
	margin: 0 19px;
	color: #666;
}
#hikashop_checkout_login_left_part input, #hikashop_checkout_login_right_part input, #hikashop_checkout_login_left_part select, #hikashop_checkout_login_right_part select
{
	width: 340px;
	padding: 8px 5px;
	margin: 5px 19px;
	border: 1px solid #ccc;
	color: #666;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#hikashop_checkout_login_left_part input:hover, #hikashop_checkout_login_right_part input:hover
{
	color: #000;
	border: 1px solid #5DB333;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#hikashop_checkout_login_left_part #remember
{
	width: auto;
	float: right;
	margin: 10px 19px 0px 0px;
}
#hikashop_checkout_login_left_part .hikashop_cart_input_button
{
	width: 90%;
	border: none;
}
#hikashop_checkout_login_left_part input.hikashop_cart_input_button:hover
{
	opacity: 0.9;
	border: none;
	background: #5DB333;
}
.hikashop_checkout_login fieldset h2
{
	background: #ccc;
	padding: 5px;
	font-family: Yekan;
	margin: 0;
	text-align: center;
}
.hikashop_checkout_login .hikashop_checkout_login_left_part
{
	width: 32.5%;
	float: right;
	margin: 0px 0px 0px 50px;
	border: 1px solid #ccc;
}
.hikashop_checkout_login .hikashop_checkout_login_right_part
{
	float: right;
	width: 63%;
	border: 1px solid #ccc;
}
#hikashop_checkout_login_left_part ul
{
	margin: 10px -20px 15px 0;
}
.hikashop_checkout_login_right_part .hikashop_contentpane
{
	width: 755px;
	padding: 0 30px;
	font-family: Yekan;
	color: #666;
}
.hikashop_checkout_login_right_part .hikashop_contentpane tr td.key
{
	width: 150px;
}
#hikashop_checkout_login_right_part input
{
	width: 470px;
}
.hikashop_field_required
{
	float: left;
	margin-top: 7px;
}
#address_title
{
	width: 150px !important;
}
#hikashop_address_address_title .hikashop_field_required
{
	margin: 7px 0 0 345px;
}
#hikashop_register_form_button
{
	width: 718px !important;
	border: none;
}
#hikashop_register_form_button:hover
{
	opacity: 0.9;
	border: none;
	background: #5DB333;
}
#hikashop_address_address_country .hikashop_field_required, #hikashop_address_address_state .hikashop_field_required
{
	margin: 7px 0 0 150px;
}
/******************************** Begin Cart Checkout*******************************/
#hikashop_checkout_cart table
{
	margin: 10px 0px;
	border: 1px solid #E0E4E8;
	border-radius: 4px;
}
#hikashop_checkout_cart table tr th
{
	padding: 10px 0;
	text-align: center;
	font-family: Yekan;
	font-size: 14px;
	background: #ccc;
	border-left: 1px solid #aaa;
}
#hikashop_checkout_cart table tbody tr td
{
	text-align: center;
	font-family: Yekan;
	border-left: 1px solid #ccc;
}
#hikashop_checkout_cart td a
{
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}
#hikashop_checkout_cart td .hikashop_product_price_full
{
	text-align: center;
}
#hikashop_checkout_cart td a img:hover
{
	opacity: 0.9;
}
#hikashop_checkout_cart td input.hikashop_cart_input_button
{
	background: #5DB333;
	color: #FFF !important;
	font-family: Yekan;
	font-size: 13px;
	border: none;
	border-radius: 0;
}
#hikashop_checkout_cart td.hika_show_cart_total_price
{
	font-family: Yekan;
	font-style: normal;
	color: #69A816;
	font-size: 14px;
	text-align: center;
}
#hikashop_checkout_cart table tfoot tr td
{
	text-align: center;
	font-family: Yekan;
	border-left: 1px solid #ccc;
}
#hikashop_checkout_cart input.hikashop_cart_input_button
{
	background: #5DB333;
	color: #FFF !important;
	font-family: Yekan;
	font-size: 13px;
	border: none;
	border-radius: 0;
}
#hikashop_checkout_cart table.table-striped tbody tr td.hikashop_cart_subtotal_value
{
	text-align: center;
}
span.hikashop_checkout_cart_taxes
{
	color: #CE521D;
	font-style: normal;
	font-family: Yekan;
}
span.hikashop_checkout_cart_final_total
{
	color: #5DB333;
	font-style: normal;
	font-family: Yekan;
}
#hikashop_checkout_cart table.table-striped tbody tr td.hikashop_cart_shipping_value, #hikashop_checkout_cart table.table-striped tbody tr td.hikashop_cart_total_value, #hikashop_checkout_cart table.table-striped tbody tr td.hikashop_cart_subtotal_value, #hikashop_checkout_cart table.table-striped tbody tr td.hikashop_cart_coupon_value, #hikashop_checkout_cart table.table-striped tbody tr td.hikashop_cart_tax_value, #hikashop_checkout_cart table.table-striped tbody tr td.hikashop_cart_payment_value, #hikashop_checkout_cart table.table-striped tbody tr td.hikashop_cart_additional_value
{
	text-align: center;
}
a.hikashop_cart_button:hover, a.hikashop_compare_button:hover, .hikashop_cart_input_button:hover
{
	background: #5DB333;
	border: none;
}
#hikashop_checkout_page fieldset legend
{
	font-family: Yekan;
	font-size: 14px;
}
.hikashop_checkout_additional_info fieldset
{
	border: 1px solid #ccc;
}
#hikashop_checkout_page .hika_address_field tr td br
{
	display: none;
}
/******************************** End Cart Checkout*********************************/
.hikashop_address_listing_div
{
	width: 1100px;
}
.hikashop_address_listing_item_details
{
	width: 1030px;
}
.hikashop_address_listing_item_details span br
{
	display: none;
}
.hikashop_address_listing_item_details span table
{
	width: 1030px;
	border-collapse: collapse;
}
.hikashop_address_listing_item_details span table tr td:nth-of-type(odd)
{
	width: 150px;
	background: #ccc;
	padding: 0px 5px 0px 0px;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
}
.hikashop_address_listing_item_details span table tr td:nth-of-type(even)
{
	width: 900px;
	background: #f8f8f8;
	border-bottom: 1px solid #fff;
	padding: 0 5px 0 0;
}
#hikashop_address_form_header_iframe
{
	font-size: 20px;
}
/******************************** Begin Product Page*********************************/
.hikashop_product_right_part
{
	width: 30%;
	border: 1px solid #ccc;
	background: #efefef;
}
.hikashop_product_right_part .hikashop_product_price_main
{
	width: 100%;
}
.hikashop_product_right_part .hikashop_product_price_main .hikashop_product_price
{
	font-size: 22px;
	float: right;
	width: 100%;
	text-align: center;
}
.hikashop_product_right_part .hikashop_product_vote_mini
{
	width: 110px;
	margin: 0px auto;
}
.hikashop_product_right_part .hikashop_product_quantity_main  .hikashop_product_stock table
{
	margin: 0 20px;
}
.hikashop_product_left_part  .hikashop_global_image_div .product_video
{
	float: right;
	width: 110px;
	margin: 0 20px 0 0;
	background: #ddd;
	height: 70px;
	padding: 7px;
}
.hikashop_product_left_part  .hikashop_global_image_div .product_video .video_play
{
	float: right;
	width: 32px;
	height: 32px;
	margin: -50px 39px 0px 0px;
	background: transparent url("../images/video_play.png") repeat scroll 0% 0%;
	z-index: 1;
	position: relative;
}
.hikashop_product_left_part  .hikashop_global_image_div img.hikashop_child_image
{
	height: 35px;
}
.hikashop_product_left_part  .hikashop_global_image_div .hikashop_small_image_div
{
	float: left;
	width: 224px;
	margin: 0px 0px 0px 20px;
	background: #ddd;
	padding: 21px 0 !important;
}
#hikashop_add_wishlist .hikashop_cart_input_button
{
	background: #f42434;
	width: 130px;
	margin: 0 112px;
	font-size: 15px;
}
.hikashop_product_tags ul.tags
{
	float: right;
	margin: 30px -40px 10px 0px;
	list-style: none;
}
.hikashop_product_tags ul.tags li
{
	float: right;
	width: auto;
	margin: 0 3px;
}
.hikashop_product_tags ul.tags li a
{
	font-family: Yekan;
	font-size: 11px;
	color: #fff;
	padding: 0px 8px;
	background: #ff6e0e;
}
#hikashop_social
{
	position: absolute;
	margin: 68px -425px 0 0;
	display: none;
}
.content .hikashop_tabs_ul
{
	margin: 0 -40px 8px 0;
	font-family: Yekan;
}
.hikashop_tabs_ul li
{
	color: #333;
	background-color: #f9f9f9;
	border: none;
}
.hikashop_tabs_li_selected
{
    border-bottom: 1px solid #f42434 !important;
    color: #fff !important;
    background: #f42434 !important;
}
.content  .hikashop_tabs_content
{
	border-top: 2px solid red;
	font-family: Yekan;
	border-radius: 0;
}
#hikashop_product_custom_info_main h4
{
	display: none;
}
#hikashop_product_custom_info_main td.key
{
	width: 20%;
	background: #ccc;
	padding: 0 5px 0 0;
	font-size: 13px;
	color: #333;
}
#hikashop_product_custom_info_main td
{
	width: 80%;
	background: #f0f0f0;
	padding: 0 5px 0 0;
	font-size: 13px;
	color: #666;
	border: none;
}
#hikashop_product_custom_info_main .hikashop_product_custom_printer_general_feature_line td,
#hikashop_product_custom_info_main .hikashop_product_custom_print_group_label_line td,
#hikashop_product_custom_info_main .hikashop_product_custom_printer_input_paper_line td,
#hikashop_product_custom_info_main .hikashop_product_custom_saat_general_specifications_line td,
#hikashop_product_custom_info_main .hikashop_product_custom_tablet_physical_properties_line td,
#hikashop_product_custom_info_main .hikashop_product_custom_tablet_screen_line td,
#hikashop_product_custom_info_main .hikashop_product_custom_tablet_memory_line td,
#hikashop_product_custom_info_main .hikashop_product_custom_tablet_camera_line td,
#hikashop_product_custom_info_main .hikashop_product_custom_tablet_processor_line td,
#hikashop_product_custom_info_main .hikashop_product_custom_tablet_communications_line td,
#hikashop_product_custom_info_main .hikashop_product_custom_tablet_software_line td,
#hikashop_product_custom_info_main .hikashop_product_custom_tablet_sensors_line td,
#hikashop_product_custom_info_main .hikashop_product_custom_tablet_contacts_sound_line td,
#hikashop_product_custom_info_main .hikashop_product_custom_tablet_battery_line td,
#hikashop_product_custom_info_main .hikashop_product_custom_mobail_public_profile_line td,
#hikashop_product_custom_info_main .hikashop_product_custom_mobail_the_screen_line td,
#hikashop_product_custom_info_main .hikashop_product_custom_mobail_memory_line td,
#hikashop_product_custom_info_main .hikashop_product_custom_mobail_camera_line td,
#hikashop_product_custom_info_main .hikashop_product_custom_mobail_processor_line td,
#hikashop_product_custom_info_main .hikashop_product_custom_mobail_communications_line td,
#hikashop_product_custom_info_main .hikashop_product_custom_mobail_software_line td,
#hikashop_product_custom_info_main .hikashop_product_custom_mobail_sensors_line td,
#hikashop_product_custom_info_main .hikashop_product_custom_mobail_contacts_and_sound_line td,
#hikashop_product_custom_info_main .hikashop_product_custom_mobail_battery_line td,
#hikashop_product_custom_info_main .hikashop_product_custom_camera_physical_properties_line td,
#hikashop_product_custom_info_main .hikashop_product_custom_camera_internal_storage_line td,
#hikashop_product_custom_info_main .hikashop_product_custom_camera_the_screen_line td,
#hikashop_product_custom_info_main .hikashop_product_custom_camera_camera_line td,
#hikashop_product_custom_info_main .hikashop_product_custom_camera_facilities_line td,
#hikashop_product_custom_info_main .hikashop_product_custom_camera_battery_line td,
#hikashop_product_custom_info_main .hikashop_product_custom_camera_other_features_line td,
#hikashop_product_custom_info_main .hikashop_product_custom_rishtarash_public_profile_line td,
#hikashop_product_custom_info_main .hikashop_product_custom_rishtarash_business_system_line td,
#hikashop_product_custom_info_main .hikashop_product_custom_rishtarash_capabilities_line td,
#hikashop_product_custom_info_main .hikashop_product_custom_rishtarash_power_supply_line td,
#hikashop_product_custom_info_main .hikashop_product_custom_rishtarash_equipment_line td,
#hikashop_product_custom_info_main .hikashop_product_custom_rishtarash_specifications_line td,
#hikashop_product_custom_info_main .hikashop_product_custom_labtab_physical_properties_line td,
#hikashop_product_custom_info_main .hikashop_product_custom_labtab_mainframe_line td,
#hikashop_product_custom_info_main .hikashop_product_custom_labtab_ram_memory_line td,
#hikashop_product_custom_info_main .hikashop_product_custom_labtab_internal_storage_line td,
#hikashop_product_custom_info_main .hikashop_product_custom_labtab_graphic_line td,
#hikashop_product_custom_info_main .hikashop_product_custom_labtab_the_screen_line td,
#hikashop_product_custom_info_main .hikashop_product_custom_labtab_camera_line td,
#hikashop_product_custom_info_main .hikashop_product_custom_labtab_facilities_line td,
#hikashop_product_custom_info_main .hikashop_product_custom_labtab_battery_line td,
#hikashop_product_custom_info_main .hikashop_product_custom_labtab_other_features_line td,
#hikashop_product_custom_info_main .hikashop_product_custom_motherboard_public_profile_line td,
#hikashop_product_custom_info_main .hikashop_product_custom_motherboard_port_system_board_line td,
#hikashop_product_custom_info_main .hikashop_product_custom_motherboard_systems_fastening_line td,
#hikashop_product_custom_info_main .hikashop_product_custom_motherboard_back_panel_connectors_line td,
#hikashop_product_custom_info_main .hikashop_product_custom_motherboard_fittings_line td,
#hikashop_product_custom_info_main .hikashop_product_custom_motherboard_complementary_cable_line td,
#hikashop_product_custom_info_main .hikashop_product_custom_motherboard_other_information_line td
{
	background: none;
	font-size: 15px;
	color: #092f57;
}
#hikashop_product_custom_info_main .hikashop_product_custom_printer_general_feature_line td:nth-of-type(2),
#hikashop_product_custom_info_main .hikashop_product_custom_print_group_label_line td:nth-of-type(2),
#hikashop_product_custom_info_main .hikashop_product_custom_printer_input_paper_line td:nth-of-type(2),
#hikashop_product_custom_info_main .hikashop_product_custom_saat_general_specifications_line td:nth-of-type(2),
#hikashop_product_custom_info_main .hikashop_product_custom_tablet_physical_properties_line td:nth-of-type(2),
#hikashop_product_custom_info_main .hikashop_product_custom_tablet_screen_line td:nth-of-type(2),
#hikashop_product_custom_info_main .hikashop_product_custom_tablet_memory_line td:nth-of-type(2),
#hikashop_product_custom_info_main .hikashop_product_custom_tablet_camera_line td:nth-of-type(2),
#hikashop_product_custom_info_main .hikashop_product_custom_tablet_processor_line td:nth-of-type(2),
#hikashop_product_custom_info_main .hikashop_product_custom_tablet_communications_line td:nth-of-type(2),
#hikashop_product_custom_info_main .hikashop_product_custom_tablet_software_line td:nth-of-type(2),
#hikashop_product_custom_info_main .hikashop_product_custom_tablet_sensors_line td:nth-of-type(2),
#hikashop_product_custom_info_main .hikashop_product_custom_tablet_contacts_sound_line td:nth-of-type(2),
#hikashop_product_custom_info_main .hikashop_product_custom_tablet_battery_line td:nth-of-type(2),
#hikashop_product_custom_info_main .hikashop_product_custom_mobail_public_profile_line td:nth-of-type(2),
#hikashop_product_custom_info_main .hikashop_product_custom_mobail_the_screen_line td:nth-of-type(2),
#hikashop_product_custom_info_main .hikashop_product_custom_mobail_memory_line td:nth-of-type(2),
#hikashop_product_custom_info_main .hikashop_product_custom_mobail_camera_line td:nth-of-type(2),
#hikashop_product_custom_info_main .hikashop_product_custom_mobail_processor_line td:nth-of-type(2),
#hikashop_product_custom_info_main .hikashop_product_custom_mobail_communications_line td:nth-of-type(2),
#hikashop_product_custom_info_main .hikashop_product_custom_mobail_software_line td:nth-of-type(2),
#hikashop_product_custom_info_main .hikashop_product_custom_mobail_sensors_line td:nth-of-type(2),
#hikashop_product_custom_info_main .hikashop_product_custom_mobail_contacts_and_sound_line td:nth-of-type(2),
#hikashop_product_custom_info_main .hikashop_product_custom_mobail_battery_line td:nth-of-type(2),
#hikashop_product_custom_info_main .hikashop_product_custom_camera_physical_properties_line td:nth-of-type(2),
#hikashop_product_custom_info_main .hikashop_product_custom_camera_internal_storage_line td:nth-of-type(2),
#hikashop_product_custom_info_main .hikashop_product_custom_camera_the_screen_line td:nth-of-type(2),
#hikashop_product_custom_info_main .hikashop_product_custom_camera_camera_line td:nth-of-type(2),
#hikashop_product_custom_info_main .hikashop_product_custom_camera_facilities_line td:nth-of-type(2),
#hikashop_product_custom_info_main .hikashop_product_custom_camera_battery_line td:nth-of-type(2),
#hikashop_product_custom_info_main .hikashop_product_custom_camera_other_features_line td:nth-of-type(2),
#hikashop_product_custom_info_main .hikashop_product_custom_rishtarash_public_profile_line td:nth-of-type(2),
#hikashop_product_custom_info_main .hikashop_product_custom_rishtarash_business_system_line td:nth-of-type(2),
#hikashop_product_custom_info_main .hikashop_product_custom_rishtarash_capabilities_line td:nth-of-type(2),
#hikashop_product_custom_info_main .hikashop_product_custom_rishtarash_power_supply_line td:nth-of-type(2),
#hikashop_product_custom_info_main .hikashop_product_custom_rishtarash_equipment_line td:nth-of-type(2),
#hikashop_product_custom_info_main .hikashop_product_custom_rishtarash_specifications_line td:nth-of-type(2),
#hikashop_product_custom_info_main .hikashop_product_custom_labtab_physical_properties_line td:nth-of-type(2),
#hikashop_product_custom_info_main .hikashop_product_custom_labtab_mainframe_line td:nth-of-type(2),
#hikashop_product_custom_info_main .hikashop_product_custom_labtab_ram_memory_line td:nth-of-type(2),
#hikashop_product_custom_info_main .hikashop_product_custom_labtab_internal_storage_line td:nth-of-type(2),
#hikashop_product_custom_info_main .hikashop_product_custom_labtab_graphic_line td:nth-of-type(2),
#hikashop_product_custom_info_main .hikashop_product_custom_labtab_the_screen_line td:nth-of-type(2),
#hikashop_product_custom_info_main .hikashop_product_custom_labtab_camera_line td:nth-of-type(2),
#hikashop_product_custom_info_main .hikashop_product_custom_labtab_facilities_line td:nth-of-type(2),
#hikashop_product_custom_info_main .hikashop_product_custom_labtab_battery_line td:nth-of-type(2),
#hikashop_product_custom_info_main .hikashop_product_custom_labtab_other_features_line td:nth-of-type(2),
#hikashop_product_custom_info_main .hikashop_product_custom_motherboard_public_profile_line td:nth-of-type(2),
#hikashop_product_custom_info_main .hikashop_product_custom_motherboard_port_system_board_line td:nth-of-type(2),
#hikashop_product_custom_info_main .hikashop_product_custom_motherboard_systems_fastening_line td:nth-of-type(2),
#hikashop_product_custom_info_main .hikashop_product_custom_motherboard_back_panel_connectors_line td:nth-of-type(2),
#hikashop_product_custom_info_main .hikashop_product_custom_motherboard_fittings_line td:nth-of-type(2),
#hikashop_product_custom_info_main .hikashop_product_custom_motherboard_complementary_cable_line td:nth-of-type(2),
#hikashop_product_custom_info_main .hikashop_product_custom_motherboard_other_information_line td:nth-of-type(2)
{
	text-indent: -100%;
    white-space: nowrap;
    overflow: hidden;
}
/******************************** End Product Page***********************************/