/*************************************
*
* Hika Btn
*
*************************************/
.hikabtn  img{
	display:none;
}
body .hikabtn,#hikashop_new_address_popup{
    border-radius: 0;
    border: none;
    text-shadow: none;
    line-height:35px;
    padding: 0 20px;
    font-size: 14px;
    background: #7d8d78;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    box-shadow: none;
    box-sizing: border-box;
    font-weight: normal;
    letter-spacing: 0;
    display: inline-block;
    position: relative;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
body .hikabtn:hover,#hikashop_new_address_popup:hover{
	background:#000;
	color:#fff
}
body .hikawishlist{
	background: #ff9800;
}
body .hikawishlist:hover{
	background: #e08600;
}
.hikabtn_checkout_next{
	position:relative;
	padding:0 60px  0 20px
}
.hikabtn_checkout_next:after{
	content: "\f178";
    font-family: FontAwesome,sans-serif;
    float: left;
    position: absolute;
    right: 10px;
}
.hikashop_product_page .hikacart > span{
	margin-right:55px;
	display:inline-block;
	padding:0 20px;
}
.hikashop_product_page .hikacart:before{
	content:' ';
	background:rgba(255,255,255,0.1) url(../images/patterns/slices.png) no-repeat -144px -414px;
	height:35px;
    line-height:35px;
    width: 55px;
	position:absolute;
	right:0;
}
body.dir-rtl .hikabtn_checkout_next{
	padding: 0 20px 0 60px;
}
body.dir-rtl .hikabtn_checkout_next:after{
	    content: "\f177";
	left: 10px;
	right:auto
}
/*************************************
*
* Add to cart ajax popup
*
*************************************/
body .vex{
	font-family: inherit;
}
body .notifyjs-metro-base .image{
	position: relative;
    top: auto;
    transform: none;
    left: auto;
    float: left;
    display: block;
}
body .notifyjs-metro-base .text-wrapper,
body .notifyjs-metro-lite-base .text-wrapper,
body .vex.vex-theme-default .vex-content{
	font-family:inherit
}
body .vex.vex-theme-default .vex-dialog-form .vex-dialog-buttons{
	display:inline-block;
	margin-top: 10px;
}
body .vex.vex-theme-default .vex-dialog-button{
	margin: 0 0 5px 5px;
}
body .notifyjs-metro-base .text-wrapper{
	float: right;
    margin-left: 10px;
    clear: inherit;
}
/*************************************
*
* Products listing
*
*************************************/
.hikashop_categories_listing_main .hikashop_subcategories,
.hikashop_products_listing .hikashop_products {
    margin:-10px;
}

.hikashop_products_listing .hikashop_subcontainer,
.hikashop_categories_listing_main .hikashop_subcontainer{
	padding: 0 15px;
    box-sizing: border-box;
    position: relative;
	background:none !important
}
.hikashop_products_listing .hikashop_subcontainer{
	max-width:247px;
	margin:0 auto
}
.hikashop_products_listing .hikashop_subcontainer br,
.hikashop_categories_listing_main .hikashop_subcontainer br{
	display:none
}
.hikashop_products_listing .hikashop_product_name,.hikashop_subcategories_listing .hikashop_category_name{
	    font-size: 0.85rem;
    line-height: 30px;
    max-height: 65px;
    overflow: hidden;
    color: #000;
    font-weight: normal;
    text-transform: uppercase;
    display: block;
    position: relative;
    text-align: right !important;
    margin: 0.5rem 0;
}
.hikashop_subcategories_listing .hikashop_category_name{
	font-size:1rem;
	text-align:center !important
}
.hikashop_products_listing .hikashop_product_name:after{
	content:' ';
	width:80px;
	border-bottom:1pt solid #000;
	position:absolute;
	right:0;
	bottom:0
}
.hikashop_product_name a,.hikashop_product_code_list a,.hikashop_subcategories_listing .hikashop_category_name a{
	color:inherit;
	display:block
}
.hikashop_products_listing .hikashop_subcontainer:hover .hikashop_product_name,.hikashop_subcategories_listing .hikashop_subcontainer:hover .hikashop_category_name {
	color:#7d8d78;
}
.hikashop_product_code_list{
	font-size: 0.75rem;
    color: #808080;
    line-height: 20px;
    text-align: right !important;
}
.hikashop_product_code_list span{
	margin:0 0 0 0.25rem;
	display:inline-block !important
}
.hikashop_product_code_main {
    font-size: 0.75rem;
    line-height: 1.3rem;
    color: #000;
    max-height: 40px;
    overflow: hidden;
    display: inline-block !important;
    margin: 0 auto;
}
.hikashop_product_code_main span {
    display: inline-block !important;
    padding: 0 0.5rem;
    line-height: 30px;
    border-bottom: 1px solid #000;
}
.hikashop_product_code_main .value{
	color:#7d8d78;
	border-bottom-color:#7d8d78
}
.hikashop_products_listing .hikashop_product_image_subdiv{
	max-width:100%;
}
.hikashop_products_listing .hikashop_subcontainer > div > br{
	display:none
}
.hikashop_products_listing .hikashop_compare_checkbox{
	float:right
}
.hikashop_products_listing .hikashop_subcontainer > div > label{
	font-size:12px;
	opacity:0;
	cursor:pointer;
	text-align: center !important;
	display: inline-block;
      -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}
.hikashop_products_listing .hikashop_subcontainer:hover > div > label{
	opacity:1
}
@media screen and (max-width: 767px){
	.hikashop_subcategories .hikashop_category, .hikashop_products_listing .hikashop_product {
		float: none !important;
		margin: 0 auto;
	}
	.hikashop_products_listing .hikashop_subcontainer > div > label{
		opacity:1
	}
}
@media screen and (max-width: 979px) and (min-width: 768px){
	.hikashop_subcategories .hikashop_category, .hikashop_products_listing .hikashop_product {
		max-width: 50%;
		width:50%;
	}
	.hikashop_categories_listing_main .hikashop_subcategories, .hikashop_products_listing .hikashop_products{
		margin:-5px
	}
	.hikashop_category_information .hikashop_container{
		margin:5px !important
	}
}
/*************************************
*
* Category Listing
*
*************************************/
.hikashop_subcategories_listing .hikashop_category_name{
	padding:1rem 0;
	margin:0;
	border:none
}
/*************************************
*
* Product Slider
*
*************************************/
.product-slider .hikashop_categories_listing_main .hikashop_subcategories,
.product-slider .hikashop_products_listing .hikashop_products{
	margin:0 -15px
}
.product-slider .hikashop_products_listing .hikashop_products .hikashop_subcontainer,
.product-slider .hikashop_categories_listing_main .hikashop_subcontainer{
	max-width: 263px;
    margin: 0 auto;
    padding: 0;
}
/*************************************
*
* Product Price
*
*************************************/
.hikashop_product_price_main{
	float:none
}
.hikashop_product_price_main .hikashop_product_price_full_title {
       color: #7d8d78;
    font-size: 0.8rem;
    display: inline-block;
    line-height: 35px;
    margin-left: 10px;
    float: right;
}
.hikashop_product_price_full .hikashop_product_price_per_unit{
	display:none !important
}
.hikashop_product_price_full {
	clear: both;
    display: inline-block !important;
    font-size: 0.9rem;
    color: #000;
    font-weight: normal;
}
.hikashop_product_price_full  span{
	display: inline-block;
    line-height: 1.5rem;
    margin: 0 0 0 0.5rem;
	float:right
}
.hikashop_product_price_before_discount{
	font-size: 0.75rem;
    text-decoration: line-through;
    background: none;
    color: #8a8c8d;
    box-sizing: border-box;
}
.hikashop_product_price_before_discount{
	 text-decoration: line-through;
}
.hikashop_products_listing .hikashop_product_price_full{
	margin:0.5rem 0;
	width:100%;
	text-align: right !important;
}
.hikashop_product_page .hikashop_product_right_part .hikashop_product_price_full{
	    font-size: 1.2rem;
}
.hikashop_product_page .hikashop_product_right_part .hikashop_product_price_full span{
	float:left;
	line-height:35px;
	margin-right:10px
}
body.dir-rtl .hikashop_product_page .hikashop_product_right_part .hikashop_product_price_full span{
	float:right;
	margin-left:10px;
	margin-right:0
}
@media screen and (max-width: 767px){
	.hikashop_product_price_full {
		padding: 0 !important;
		height: auto !important;
		display:inline-block
	}	
	.hikashop_product_price_full span{
		margin:0 0.2rem
	}
}
@media only all and (max-width:74.938rem) and (min-width:60rem){
	.hikashop_products_listing .hikashop_product_price_full{
		font-size:0.85rem
	}
	.hikashop_products_listing .hikashop_product_price_full span{
		margin:0 0.1rem
	}
	.hikashop_products_listing .hikashop_product_price_before_discount{
		font-size:0.7rem
	}
}
/*************************************
*
* Hika rate Star
*
*************************************/
.hikashop_products_listing .hikashop_product_vote {
    clear: both;
    display: block;
    background: none;
    border-radius: 0;
    padding: 0;
    margin:10px 0;
    line-height: 16px;
    float:none;
    position: relative;
    z-index: 2;
}
.hikashop_vote_notification_mini {
    color: #fff;
    background: #000;
}
.hikashop_vote_stars .hk-rate-star{
	background:none !important;
	font-size: 15px;
	color:#FDC800
}
.hikashop_vote_stars .hk-rate-star:before{
	content: "\f006";
	font-family: FontAwesome,sans-serif;
}
.hikashop_vote_stars .hk-rate-star.state-hover:before,
.hikashop_vote_stars .hk-rate-star.state-full:before{
	content: "\f005";
}
.hikashop_vote_stars .hk-rate-star.state-hover,
.hikashop_vote_stars .hk-rate-star.state-full{
	background-position: -2px 1px !important;
}
/*************************************
*
* Compare Page
*
*************************************/
.hikashop_compare_page .hikashop_no_border td:hover,
.hikashop_compare_page .hikashop_no_border td{
	border:none
}
.hikashop_compare_page .hikashop_compare_table h2{
	font-size:1em;
	padding:0;
	margin:0;
	border:none;
	box-shadow:none;
	display:block;
	padding:5px;
	box-sizing:border-box;
	text-align:center;
	text-shadow:none;
}
.hikashop_compare_page .hikashop_compare_table{
	width:100%;
	    border: none;
}
.hikashop_compare_page .hikashop_compare_table td:first-child{
    min-width: 0;
    padding: 0;
    border: none;
}
.hikashop_compare_page .hikashop_product_custom_name{
	padding: 0 5px;
    min-width: 200px;
    display: block;
    border: 1px solid #ddd;
    margin: 0 -1px -1px 0 ;
}
.hikashop_compare_page .hikashop_compare_table td{
	box-sizing: border-box;
    text-align: center;
    border: 1px solid #ddd;
    padding: 5px;
    min-width: 240px;
}
.hikashop_compare_page  .hikashop_product_price_main{
	float: none;
    margin: 0;
}
.hikashop_compare_page   .hikawishlist{
	display: inline-block;
    clear: both;
    text-align: center;
    margin: 0 auto 0;
}
.hikashop_compare_page .hikashop_compare_table label{
	    color: #7d8d78;
	margin:0;
	    display: block;
    line-height: 43px;
}
.hikashop_compare_page form {
    margin: 0;
}
.hikashop_compare_page form .hikacart{
	float:left
}
.hikashop_compare_page .hikashop_header_buttons,.hikashop_compare_page .hikashop_compare_table td.hikashop_compare_cart_prod_column{
	display:none
}
body.dir-rtl .hikashop_compare_page .hikashop_product_custom_name{
	margin:0 0 -1px -1px
}
@media screen and (max-width:979px){
	.hikashop_compare_page .hikashop_compare_table{
		    display: block;
		overflow: auto;
	}
	.hikashop_compare_page .hikashop_product_custom_name{
		margin-right:0
	}
}
@media screen and (min-width:979px) and (max-width:1199px){
	.hikashop_compare_page .hikashop_product_custom_name,
	.hikashop_compare_page .hikashop_compare_table td{
		min-width:160px;
	}
	.hikashop_compare_page form .hikacart{
		float:none
	}
	body.dir-rtl .hikashop_compare_page  .hikashop_product_quantity_div{
		float:none;
		margin:0 0 10px
	}
}
@media screen and (min-width:768px) and (max-width:1199px){
	.moduletable.sidebar-box .g-title {
		font-size: 1rem;
	}
}
/*************************************
*
* Comapre 
*
*************************************/
#hikashop_compare_zone ul{
	    margin: 0 20px 20px;
    list-style: none;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}
#hikashop_compare_zone ul li{
	width:calc(100%/5);
	box-sizing:border-box;
	float:left;
	border:1px solid #ddd;
	padding:10px;
	position:relative;
	margin:0 0 10px;
	    min-height: 160px;
}
#hikashop_compare_zone .compare-image{
	text-align:center;
	margin:0 0 10px
}
#hikashop_compare_zone .compare-name{
	font-size:0.85em;
	text-align:center;
	max-height:40px;
	overflow:hidden
}
#hikashop_compare_zone .remove-compare {
    position: absolute;
    left: 10px;
    top: 10px;
}
#hikashop_compare_zone .compare-button{
	margin:0 20px 20px;
	text-align:right
}
body.dir-rtl #hikashop_compare_zone ul li{
	float:right
}
@media screen and (max-width: 767px){
	#hikashop_compare_zone ul li{
		width:100%;
	}
}
/*************************************
*
* Product page
*
*************************************/
body [class*="hkc-md-"]{
	padding:0;
}
.hikashop_product_page h1{
	margin: 0 0 1rem;
    padding: 0 0 0.5rem;
    border-bottom: 1px solid #7d8d78;
}
.hikashop_product_page #hikashop_product_image_main{
	padding-left:3rem
}
.hikashop_product_description_main .title,.hikashop_module.product-slider h2{
	font-size: 1rem;
    line-height: 2.5rem;
    margin: 0 0 1rem;
    padding: 0 0 0.5rem;
    border-bottom: 1px solid #7d8d78;
    color: #7d8d78;
    font-weight: 500;
    display: block;
	text-align:right
}
.hikashop_product_page .hk-row-fluid,
.hikashop_product_page .hikashop_product_bottom_part,
#jc{
	margin: 0 0 20px;
}
.hikashop_product_page  form{
	margin:0;
}
.hikashop_product_page{
	color:#777;
}
.hikashop_product_page .hikashop_product_sub_name_main{
	font-size: 1em;
    margin-bottom: 40px;
    color: #999;
    display: block;
}
.hikashop_product_page .hikashop_product_vote_mini{
	float:left;
	line-height:20px;
}
.hikashop_product_page .hikashop_product_description_main{
	text-align:justify;
	font-size: 0.85rem;
    color: inherit;
}
#hikashop_product_right_part > br{
	display:none;
}
.hikashop_product_page #hikashop_main_image{
	margin-top:0 !important
}

.hikashop_product_custom_info_main .hikashop_product_custom_info_main_table{
	border-collapse: separate;
	border: none;
}
.hikashop_product_dimensions span {
    box-sizing: border-box;
    display: inline-block;
}
.hikashop_product_dimensions {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    float: right;
	    line-height: 30px;
}
.hikashop_product_page #hikashop_product_custom_info_main table tr td,
.hikashop_product_weight_main span, .hikashop_product_dimensions span{
	vertical-align: top;
	padding:0 5px;
	    border: none;
}
.hikashop_product_page #hikashop_product_custom_info_main table tr span,
.hikashop_product_page #hikashop_product_custom_info_main table tr label,
.hikashop_product_weight_main span, .hikashop_product_dimensions span{
	    margin: 0;
    line-height: 30px;
    color: inherit;
    font-size: 12px;
}
.hikashop_product_page #hikashop_product_custom_info_main table tr td.key,
.hikashop_product_weight_main .key, .hikashop_product_dimensions .key{
	padding-right:5px;
	padding-left:20px;
	    color: #7d8d78;
    position: relative;
    width: 30%;
    white-space: nowrap;
    background: #f3f3f3;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 30px;
	    border-bottom: 2px solid #fff;
}
.hikashop_product_custom_info_main_table td.key + td {
    width: 70%;
}
.hikashop_product_weight_main .key:before, .hikashop_product_dimensions .key:before,
.hikashop_product_page #hikashop_product_custom_info_main table tr td.key:before{
	content:"\f0da";
	font-family: FontAwesome,sans-serif;
	position:absolute;
	left:10px;
	top: 0;
}
.hikashop_product_page .hikashop_small_image_div a{
	display:inline-block;
	border: 1px solid #e5e5e5;
    background: #fafbfc;
	margin:5px 5px 0 0;
	box-sizing:border-box;
}
.hikashop_product_page .hikashop_child_image{
	margin: 0;
    height: 80px;
}
.hikashop_product_custom_info_main h4,.hikashop_product_right_part .title{
	    margin: 20px 0 10px;
    font-size: 0.9rem;
    padding: 0 10px;
    line-height: 30px;
    background: #f1f1f1;
    display: block;
    clear: both;
    color: #000;
}
.hikashop_product_custom_info_main h4{
	display:none
}
.hikashop_product_page .hikashop_product_no_stock{
	line-height:35px;
	float: right;
    margin-left: 10px;
}
body.dir-rtl .hikashop_product_page .hikashop_small_image_div a{
	margin:5px 0 0 5px;
}
.hikashop_product_page .hikashop_product_main_image,
.hikashop_product_page .hikashop_product_main_image_subdiv{
	text-align:left !important
}
body.dir-rtl .hikashop_product_page .hikashop_product_main_image,
body.dir-rtl .hikashop_product_page .hikashop_product_main_image_subdiv{
	text-align:right !important
}
body.dir-rtl .hikashop_product_weight_main .key:before,body.dir-rtl  .hikashop_product_dimensions .key:before,
body.dir-rtl  .hikashop_product_page #hikashop_product_custom_info_main table tr td.key:before{
	content: "\f0d9";
	right:10px;
	left:auto
}
body.dir-rtl .hikashop_product_page #hikashop_product_custom_info_main table tr td.key,
body.dir-rtl .hikashop_product_weight_main .key,body.dir-rtl .hikashop_product_dimensions .key{
	    padding-right: 20px;
    padding-left: 5px;
}
@media screen and (max-width: 979px){
	.hikashop_product_page .hikashop_product_main_image,
	.hikashop_product_page .hikashop_product_main_image_subdiv,
	body.dir-rtl .hikashop_product_page .hikashop_product_main_image,
	body.dir-rtl .hikashop_product_page .hikashop_product_main_image_subdiv{
		text-align:center !important
	}
	.hikashop_product_page #hikashop_product_image_main{
		padding-left:0
	}
}
@media screen and (max-width: 767px){
	.hikashop_product_top_part,.hikashop_product_page #hikashop_product_custom_info_main table tr td.key,.hikashop_product_dimensions .key,
	.hikashop_product_custom_info_main_table td.key + td{
		display:inline-block;
		width:100%;
		box-sizing:border-box;
	}
	.hikashop_product_page #hikashop_product_custom_info_main table tr{
		width:100%;
	}
	#hikashop_product_characteristics table{
		display:table
	}
	.hikashop_product_page .hikashop_product_right_part,
	.hikashop_product_page .hikashop_product_left_part{
		width:100%;
	}
	.hikashop_product_page .hikashop_product_right_part .hikabtn,
	.hikashop_product_page .hikashop_product_right_part .hikashop_product_quantity_div{
		margin-bottom:10px
	}
	
}
@media screen and (min-width: 768px) and (max-width:979px){
	.hikashop_product_top_part{
		display:inline-block;
		width:100%;
		box-sizing:border-box;
	}
	.hikashop_product_right_part{
		min-height:auto
	}
	.hikashop_product_page .hikashop_product_right_part,
	.hikashop_product_page .hikashop_product_left_part{
		width:100%;
	}
	
}
@media screen and (min-width: 979px) and (max-width:1199px){
	#hikashop_product_right_part .hikashop_product_price_main, 
	#hikashop_product_right_part .hikashop_product_quantity_main{
		float:none;
		
	}
}
/*************************************
*
* Product Page Tabular
*
*************************************/
.hikashop_product_page .hikashop_tabs_ul{
	margin: 0;
    padding: 0;
    background: #f5f6f7;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    float: right;
}
.hikashop_product_page .hikashop_tabs_ul li{
	display: inline-block;
    border: none !important;
    box-shadow: none;
    text-shadow: none;
    padding: 10px 30px;
    font-weight: normal;
    color: #707580;
    font-size: 1em;
    border-radius: 0;
    cursor: pointer;
	position:relative;
	background: none;
	border-right: 1px solid #e3e3e3 !important;
	float:left
}
.hikashop_product_page .hikashop_tabs_li_selected{
	border: none !important;
    background:#fff !important;
    color: #7d8d78 !important;
	box-shadow: 0 2px 0 #7d8d78 inset, 0 2px 0 #fff !important;
}
.hikashop_product_page .hikashop_tabs_content {
    background:#fafafa;
    border:none;
    border-radius:0;
    padding: 20px 10px;
	border-top: 1px solid #e3e3e3;
    box-shadow: 0 -1px 6px -2px #ccc;
	clear: both;
	text-align: justify;
}
.hikashop_product_page .hikashop_product_external_dimensions{
	    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    line-height: 1.5em;
    float: right;
    margin: 0 0 5px;
}
.hikashop_product_page .hikashop_product_external_dimensions .key{
	width:30%;
	box-sizing:border-box;
	padding:5px;
    background: #f0f1f2;
	float:left;
}
.hikashop_product_page .hikashop_product_external_dimensions .value{
	background: #f7f9fa;
    padding: 5px 10px;
    width: 70%;
    color: #777;
    float: right;
    box-sizing: border-box;
}

body.dir-rtl .hikashop_product_page .hikashop_product_external_dimensions .key{
	float:right;
}
body.dir-rtl .hikashop_product_page .hikashop_product_external_dimensions .value{
	float:left;
}
body.dir-rtl .hikashop_product_page .hikashop_tabs_ul li{
	float:right;
	border-left: 1px solid #e3e3e3 !important;
	border-right: 0 !important;
}
@media screen and (max-width: 767px){
	.hikashop_product_page .hikashop_tabs_ul li{
		width:100%;
		box-sizing:border-box;
		border: 1px solid #e3e3e3 !important;
		border-bottom: 0 !important;
		text-align:center
	}
	.hikashop_product_page .hikashop_tabs_content{
		border-top: 1px solid #e3e3e3;
	}
}
/*************************************
*
* Product Page Pupop image
*
*************************************/
#sb-info {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
#sb-nav {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	position: absolute;
	right: 0;
}
#sb-nav-close {
}
#sb-nav-next {
	right: 15px;
}
#sb-nav-previous {
	left: 15px;
}
#sb-nav  #sb-nav-next ,
#sb-nav  #sb-nav-previous{
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	border-radius:50%;
	background:rgba(0,0,0,0.5);
	position:absolute;
	top:50%;
	margin-top:-15px;
	margin:0;
	font-size:25px;
	color:#fff
}
#sb-nav-next:before ,#sb-nav-previous:before{
	content: "\f105";
	font-family: FontAwesome, sans-serif;
}
#sb-nav-previous:before{
	content: "\f104";
}
#sb-counter {
	display: none !important;
}
#sb-container {
	z-index: 999999999;
}
#sb-body img {
    left: 0;
}
#sb-title-inner, #sb-info-inner, #sb-loading-inner, div.sb-message{
	font-family: inherit;
	text-align: center;
}
/*************************************
*
* Product Page Zoom image
*
*************************************/
.MagicToolboxContainer .mcs-wrapper{
	margin:0 30px;
}
/*************************************
*
* Cpanel
*
*************************************/
.cpanel_info {
	margin-bottom: 15px;
}
.hikashop_cpanel_content {
	display: inline-block;
	width: 100%;
	padding: 15px 0;
	border-top: none;
}
.hikashop_cpanel_user_info .hikashop_cpanel_content .gantry-width-block > div {
	    width: 100%;
    line-height: 35px;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 13px;
}
.hikashop_cpanel_content  .hikashop_cpanel_label {
	float: left;
	text-align: left;
}
.hikashop_cpanel_content .hikashop_cpanel_value {
	float: right;
	text-align: left;
	color: #444;
}
.hikashop_cpanel_mini_report .hikashop_cpanel_content {
	padding: 0 30px;
	box-sizing: border-box;
}
.order_status {
	text-align: center;
}
.gantry-width-16 {
    width: 16.66%;
}
.order_status_count {
	    width: 65px;
    height: 65px;
    background: #6d717a;
    margin: 10px auto;
    line-height: 65px;
    font-size: 30px;
    color: #fff;
    border-radius: 5px;
}
.order_status_title {
	font-size: 11px;
}
.hikashopcpanel {
	position: relative;
}
.hikashopcpanel .nav-tabs {
    border-bottom: none;
    margin: 0;
    background:#f7f9fa;
	margin: 0 0 20px;
}
.hikashopcpanel .nav-tabs > li {
    margin-bottom: 0;
}
.hikashopcpanel .nav-tabs > li > a{
	border: none !important;
    margin-right: 0;
    border-radius: 0;
    line-height:35px;
    padding: 0 15px;
	
}
.hikashopcpanel .nav > li > a:hover,
.hikashopcpanel .nav-tabs > .active > a,.hikashopcpanel .nav-tabs > .active > a:hover{
	background:#f1f2f2;
}
.hikashop_field_dropdown{
	font-family: inherit;
}
#hikashop_new_address_popup {
	position: absolute;
	right:0;
	top: 0;
}
#hikashop_new_address_popup .icon-32-new{
	display:none
}
.hikashopcpanel .table-bordered{
    border-radius: 0;
}
#hikashop_checkout_page {
    padding: 20px 10px;
    border: 2px solid #e8000b;
}
.hikashop_order_number_value a {
    color: #e8000b;
}
#hikashop_order_main fieldset h1{
	margin:0;
}
.hika_comment_listing_useful_p,.hika_comment_listing_useful,.hika_comment_listing_useless_p,.hika_comment_listing_useless.locked{
	display: inline-block;
    width: 30px;
    float: left;
    text-align: center;
    padding: 0 !important;
    height: 30px;
    line-height: 30px;
}
.hika_comment_listing_useful_p{
	border:none;
	background:none;
	    color: #5bb75b;
}
.hika_comment_listing_useless_p{
	color: #e8000b;
}
#hikashop_show_cart_form #hikashop_cart_product_listing{
	display:inline-block;
	overflow:auto;
}
#hikashop_show_cart_form #hikashop_cart_product_listing th,
#hikashop_show_cart_form #hikashop_cart_product_listing td{
	min-width:100px;
	text-align:center
}
#hikashop_show_cart_form #hikashop_cart_product_listing th:first-child,
#hikashop_show_cart_form #hikashop_cart_product_listing td:first-child{
	    min-width: auto;
}
#hikashop_show_cart_form .hikashop_product_quantity_field,
.hikashop_product_quantity_field{
	width:40px;
	text-align:center;
}
#wishlist .hikabtn{
    margin: 10px 0 0;
}
.hika_toolbar .hika_toolbar_btn.hika_btn_32{
	float:left
}
.hika_toolbar .hika_toolbar_btn	.hikabtn{
	background:none;
	color:#7d8d78;
	box-shadow:none;
	    line-height: 35px;
    padding: 0
}
.toolbar .icon-32-back {
    background: none !important;
    width: 30px;
    float: left;
    margin: 0 10px 0 0;
    position: relative;
}
.hikashop_search_block{
	text-align:left;
	display: inline-block;
    width: 100%;
    box-sizing: border-box;
}
.hikashop_search_block .btn{
	min-width:120px;
	margin-left:5px;
	box-sizing:border-box;
	float:right
}
.hikashop_search_block #hikashop_search{
	width:calc(100% - 260px);
    text-align: left;
    float: left;
	margin:0;
	height:34px;
    line-height:34px;
	box-sizing:border-box
}
#hikashopcpanel table td:last-child{
	text-align:center !important
}
#hikashop_order_main td,#hikashop_order_main table{
	font-size:0.85rem
}
#hikashop_order_listing thead .title{
	font-size:14px
}
body.dir-rtl .hikashop_search_block .btn{
	float:left;
	margin-left:0;
	margin-right:5px
}
body.dir-rtl .hikashop_search_block #hikashop_search{
	float:right
}
body.dir-rtl .hikashop_cpanel_user_info .hikashop_cpanel_content .gantry-width-block > div{
	text-align:right;
}
body.dir-rtl .hikashop_cpanel_content  .hikashop_cpanel_label{
	float:right;
	text-align:right
}
body.dir-rtl .hikashop_order_left_part {
    float: right;
}
body.dir-rtl #hikashop_new_address_popup {
	left:0;
	right:auto
}
@media screen and (max-width:767px){
	.hikashop_search_block #hikashop_search{
		margin-bottom:10px;
		width:100%;
		box-sizing:border-box;
	}
	#hikashop_new_address_popup {
		position: relative;
		left: auto;
		top: auto;
	}
	.hikashop_cpanel_mini_report .hikashop_cpanel_content{
		padding:0;
	}
	.order_status{
		width:33.33%;
	}
	.hikashopcpanel .nav-tabs > li{
		    width: 50%;
		text-align: center;
		font-size: 0.9em;
	}
	.hikashopcpanel .nav-tabs > li > a{
		padding:0 5px
	}
	#hikashop_cpanel_main table {
		display:block;
		overflow:auto
	}
	#hikashop_cpanel_main table th , #hikashop_cpanel_main table td{
		min-width:100px;
	}
	#hikashop_cpanel_main table th:first-child , #hikashop_cpanel_main table td:first-child{
		min-width:30px;
	}
}
@media screen and (max-width:1199px){
	body.dir-rtl #hikashop_order_listing table td:before{
		left:auto;
		right:10px
	}
	body.dir-rtl #hikashop_order_listing table td{
		text-align:left
	}
}
/*************************************
*
* Chekout Page
*
*************************************/
#hikashop_checkout .hikashop_checkout_header,
.hikashop_banktransfer_end_message {
	padding: 0 10px;
    background: #f5f5f5;
	margin: 20px 0 10px;
}
legend,
fieldset legend,
#hikashop_checkout .title,
#hikashop_checkout h1,
#hikashop_checkout fieldset legend,
.hikashop_header_title h1,
#hikashop_order_main fieldset legend,
#hikashop_address_form_header_iframe,
.hikashop_cpanel_main  .g-title{
	font-size: 1.2rem;
    line-height: 2.5rem;
    margin: 0 0 1rem;
    padding: 0 0 0.5rem;
    border-bottom: 1px solid #7d8d78;
    color: #000;
    font-weight: normal;
}
#hikashop_checkout .hikashop_checkout_cart_description{
	line-height: 35px;
}
#hikashop_checkout table tbody tr:nth-child(odd) td,
#hikashop_checkout table tbody tr:nth-child(odd) th {
    background: none;
}
#hikashop_checkout table,
#hikashop_cpanel_main table,
#htmlfieldset_products table{
	border:none
}
#htmlfieldset_products table tr,
#hikashop_checkout table  tr ,
#hikashop_cpanel_main table tr,
.hikashop_cart_dropdown_container table tr{
    border-bottom: 1px solid #f0f1f2;
}
.hikashop_cart_dropdown_container table tr:last-child,
#htmlfieldset_products table tr:last-child,
#hikashop_checkout table  tr:last-child ,
#hikashop_cpanel_main table tr:last-child{
    border-bottom:0;
}
.hikashop_cart_dropdown_container table th,
#htmlfieldset_products table th,
#hikashop_checkout table th,
#hikashop_cpanel_main table th{
	    background-color: #f5f5f5;
    font-size: 0.85rem;
    line-height:30px;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
	border-left:none;
}
.hikashop_cart_dropdown_container table th:first-child,
#htmlfieldset_products table th:first-child,
#hikashop_checkout table th:first-child,
#hikashop_cpanel_main table th:first-child{
	border-right: 0;
	border-radius: 0 2px 0 0;
}
.hikashop_cart_dropdown_container table td,
#htmlfieldset_products table  td,
#hikashop_checkout table td,
#hikashop_cpanel_main table td{
	text-align: center;
    vertical-align: middle;
    border-right: 1px solid #f0f1f2;
	border-top: 0;
	border-left:none;
	min-width:150px;
	font-size: 0.75rem;
}
.hikashop_cart_dropdown_container table td:first-child,
#htmlfieldset_products table  td:first-child,
#hikashop_checkout table td:first-child,
#hikashop_cpanel_main table td:first-child{
	border-right:0;
}
#hikashop_checkout table td.hikashop_cart_product_name_value{
	text-align:right;
}
.hikashop_product_checkout_cart_image {
    max-width: 110px;
}
.hikashop_cart_product_name{
    margin-bottom: 5px;
	word-wrap: break-word;
}
#hikashop_checkout .hikashop_product_quantity_field{
	float:right
}
.hikashop_cart_product_quantity_value .hikashop_product_quantity_field,
.hikashop_cart_product_quantity_value .hikashop_cart_product_quantity_refresh,
.hikashop_cart_product_quantity_value .hikashop_cart_product_quantity_delete{
	float:none;
}
#hikashop_checkout  table td.last{
	padding:0;
	position:relative;
	width: 70px;
}
#hikashop_checkout .hikashop_cart_product_quantity_value{
	position:relative
}
#hikashop_checkout .hikashop_cart_product_quantity_refresh,
#hikashop_checkout .hikashop_cart_product_quantity_delete {
    float: left;
}
#hikashop_checkout .hikashop_cart_product_quantity_refresh{
	left:35px;
}
#hikashop_checkout .hikashop_cart_product_quantity_delete a,
#hikashop_checkout .hikashop_cart_product_quantity_refresh a{
	vertical-align: middle;
    width: 35px;
    display:block;
	background:#ffedee;
	color:#FF7C6C;
	margin: 0 auto;
	    min-height: 35px;
	position:relative
}
#hikashop_checkout [class*="hikashop_cart_product_quantity_"] img{
	display:none
}
.hikashop_cart_product_quantity_refresh a:before{
	content: "\f021";
	font-family: FontAwesome, sans-serif;
}
.hikashop_cart_product_quantity_delete a:before{
	content: "\f00d";
	font-family: FontAwesome, sans-serif;
}
#hikashop_checkout .hikashop_cart_product_quantity_delete a:before,
#hikashop_checkout .hikashop_cart_product_quantity_refresh a:before{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50% , -50%);
	
}
#hikashop_checkout .hikashop_cart_product_quantity_refresh a{
	background: rgba(34,167,240,0.2);
	color: #22A7F0;
}
#hikashop_checkout  .hikashop_checkout_login  .hkform-group{
	margin:0 0 5px
}
#hikashop_checkout .hk-container-fluid {
    padding:0;
}
#hikashop_checkout [class*="hkc-lg"]{
	padding:0;
	width:50%;
}
#hikashop_checkout [class*="hkc-lg"] > div{
	margin:0 auto;
	box-sizing:border-box;
	padding:0 1rem
}
.hikashop_checkout_login{
	text-align:center
}
#hikashop_checkout  .hikashop_checkout_login  .hkform-horizontal {
	position:relative;
	min-height:500px;
    margin-bottom: 30px;
	    font-size: 12px;
    line-height: 1.5em;
	text-align:right
}
#hikashop_checkout  .hikashop_checkout_login  .hikashop_login_button_line,
#hikashop_checkout_registration .control-group:last-child{
	position:absolute;
	bottom:0;
	right:0;
	left:0
}
#hikashop_checkout .hikashop_checkout_address .hikabtn{
	margin: 30px 10px 20px 0;
}
.hikashop_header_buttons{
	float:left !important
}
.toolbar .icon-32-back{
	background:none !important;
    width: 30px;
	float:left;
	margin:0 10px 0 0;
	position:relative;
	line-height: 34px;
}
.icon-32-back:before{
	content: "\f112";
	font-family: FontAwesome, sans-serif;
}
#hikashop_checkout .hikashop_shipping_methods_table td,
#hikashop_checkout .hikashop_payment_methods_table td{
	text-align: inherit;
    border: 1px solid #7d8d78 !important;
    padding: 15px;
	border-radius: 0;
}
#hikashop_checkout .hikashop_checkout_shipping_radio{
	float: right;
    margin-left: 10px;
}
#hikashop_checkout .hikashop_checkout_shipping_radio + label,
#hikashop_checkout .hikashop_checkout_payment_radio + label{
	color:#323232
}
#hikashop_checkout  .hikashop_checkout_login [class*="hkc-sm-"]{
	width:100%;
	box-sizing:border-box;
	    padding: 0;
}
#hikashop_checkout .hkform-horizontal .hkcontrol-label{
	font-size: 12px;
    margin-bottom: 5px;
	text-align:left
}
.component-content #member-profile fieldset, .component-content .registration fieldset{
	padding:0
}
.hikashop_checkout_payment_description{
	font-size: 0.75rem;
    clear: both;
}
td.hikashop_order_subtotal_title label, td.hikashop_order_shipping_title label, td.hikashop_order_total_title label{
	line-height:inherit
}
body.dir-rtl #hikashop_checkout .hikashop_checkout_address .hikabtn{
	margin-right:0;
	margin-left:10px;
}
body.dir-rtl #hikashop_checkout .hkform-horizontal .hkcontrol-label{
	text-align:right
}
body.dir-rtl [class*="hkc-sm-"],body.dir-rtl [class*="hkc-lg"]{
	float:right
}
body.dir-rtl table.hikashop_order_main_table fieldset#htmlfieldset_products table tbody tr td{
	text-align:right
}
body.dir-rtl td.hikashop_order_subtotal_title label,body.dir-rtl td.hikashop_order_shipping_title label,body.dir-rtl td.hikashop_order_total_title label{
	float:right
}
@media screen and (max-width: 767px){
	#hikashop_checkout .hikashop_checkout_login .hkform-horizontal{
		min-height:auto
	}
	#hikashop_checkout [class*="hkc-lg"]{
		width:100%;
		box-sizing:border-box;
	}
	#hikashop_checkout .hikashop_checkout_login .hikashop_login_button_line, #hikashop_checkout_registration .control-group:last-child{
		position:relative;
		bottom:auto;
		right:auto;
		left:auto
	}
	legend, fieldset legend, #hikashop_checkout .title, #hikashop_checkout h1, #hikashop_checkout fieldset legend, .hikashop_header_title h1, #hikashop_order_main fieldset legend, #hikashop_address_form_header_iframe{
		font-size:1.2rem;
		line-height: 2rem;
	}
}
@media screen and (max-width: 1199px){
	.hikashop_checkout_page {
		padding: 0;
	}
	#hikashop_checkout .hikashop_cart_product_quantity_value,
	.hikashop_checkout_cart td.hikashop_cart_product_name_value {
		width: 100%;
		display:inline-block;
		box-sizing: border-box;
	}
	.hikashop_checkout_cart table{
		border: 1px solid #ddd;
	}
	.hikashop_checkout_cart table td {
		border: none;
		border-bottom: 1px solid #ddd;
		position: relative;
		padding: 40px 5px 5px !important;
		background:none !important;
		text-align: center;
	}
	.hikashop_checkout_cart table td:before {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		line-height: 30px;
		box-sizing: border-box;
		background: #f5f5f5;
		text-align: center;
		color: #000;
		padding:0 !important
	}
	.hikashop_cart_empty_footer{
		padding:0;
	}
	.hikashop_cart_empty_footer:before{
		display:none
	}
	.hikashop_checkout_cart .hikashop_product_price_full,
	#hikashop_checkout table td.hikashop_cart_product_name_value{
		text-align:center
	}
	.hikashop_checkout_cart .hikashop_product_price_full{
		display:inline-block !important;
		margin:0 auto
	}
	body.dir-rtl .hikashop_checkout_cart table thead tr{
		right: -9999px;
		left:auto
	}
}
@media screen and (max-width: 1199px) and (min-width:980px){
	#hikashop_checkout .hikashop_cart_product_quantity_value, .hikashop_checkout_cart td.hikashop_cart_product_name_value{
		display:table-cell
	}
}
@media screen and (max-width:979px){
	#hikashop_checkout table, #hikashop_cpanel_main table, #htmlfieldset_products table,.hikashop_order_main_table{
		display:block;
		overflow:auto
	}
	fieldset#htmlfieldset_billing {
		margin-right: 0;
	}
	#hikashop_order_main td span{
		float:none !important;
		margin:0 5px
	}
	.hikashop_order_total_value,.hikashop_order_subtotal_value{
		float:none !important
	}
	#hikashop_order_main td,#hikashop_order_main table{
		border:none;
		width: 100%;
		box-sizing: border-box;
	}
}
/*************************************
*
* Checkout Address 
*
*************************************/
.hikashop_checkout_address_address_state [type="checkbox"]{
	float:right
}
.hikashop_checkout_address .hikashop_error ul li:last-child{
	display:none
}
.hika_address_field>div {
    border: 1px solid #7d8d78;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}
.hika_address_field > div > span[class^="icon-"] {
    border-left: 40px solid transparent;
    border-top: 40px solid #8cd98e;
    display: inline-block;
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    opacity: 0;
    transition: 150ms ease;
}
.hika_address_field > div > span[class^="icon-"]:before{
	position: absolute;
    top: -45px;
    right: 5px;
    color: #fff;
}
#hikashop_checkout .hika_address_field input[checked="checked"]+span[class^="icon-"] {
    opacity: 1;
}
.hikashop_checkout_address .address_block {
	    line-height: 24px;
    font-size: 0.9em;
    min-height: 140px;
    display: inline-block;
    width: calc(100% - 100px);
    float: left;
    text-align: right;
    padding: 20px;
    box-sizing: border-box;
    border-right: 1px solid #7d8d78;
}
.hikashop_checkout_address .hika_edit a {
    float: none;
    display: inline-block;
    width: 35px;
	line-height:88px;
    box-sizing: border-box;
    background: rgba(34,167,240,0.2);
    padding: 0	;
    text-align: center;
    color: #22A7F0;
    font-size: 1.2em;
}
.hikashop_checkout_address .hika_edit [type="radio"] + a:before{
	content: "\f044";
	font-family: FontAwesome,sans-serif;
}
.hikashop_checkout_address .hika_edit a:last-child:before{
	content: "\f00d";
	font-family: FontAwesome,sans-serif;
}
.hika_edit img ,.hika_edit span{
	display:none
}
.hikashop_checkout_address .hika_edit a:last-child{
	background: #ffedee;
    color: #FF7C6C;
}
.hikashop_checkout_address .hika_edit {
    float: right;
    padding: 0;
    width: 35px;
}
#hikashop_checkout .hika_address_field input[type="radio"]{
	    top: 50%;
    position: absolute;
    left:25px;
    margin-top: -10px;
}
.hikashop_checkout_address .hika_address_display{
	padding: 10px;
    margin-left: 70px;
    border-left: 1px solid #7d8d78;
}
#hikashop_checkout .hikashop_checkout_coupon_field{
	width:auto;
	margin-left:10px
}
body.dir-rtl .hikashop_checkout_address .hika_edit {
	float:left
}
body.dir-rtl .hikashop_checkout_address .hika_address_display{
	margin-right: 70px;
	margin-left: 0;
    border-right: 1px solid #7d8d78;
    border-left: 0;
}
body.dir-rtl #hikashop_checkout .hika_address_field input[type="radio"]{
	right:25px;
	left:auto
}
@media screen and (max-width: 767px){
	#hikashop_checkout .hikashop_checkout_address label, #hikashop_checkout .hikashop_checkout_address [class*="hkc-sm-"] {
		width: 100%;
		box-sizing: border-box;
		padding-right: 0;
		padding-left: 0;
	}
}
/*************************************
*
* Payment Page
*
*************************************/
#hikashop_checkout .hikashop_payment_methods_table td{
	text-align:right;
}
#hikashop_checkout .hikashop_checkout_payment_radio,
#hikashop_checkout .hikashop_checkout_payment_radio + label{
	float:right;
}
.hikashop_checkout_payment_radio + label{
	margin-right:10px;
	margin-bottom:0;
}
.hikashop_checkout_payment_images{
	width:85px;
	float:left
}
#hikashop_collectondelivery_end{
    text-align: center;
    font-size: 1.2em;
    line-height: 2em;
}
/*************************************
*
* checkout cart
*
*************************************/
#hikashop_checkout  .hikashop_checkout_cart  table tr.margin {
    border: none;
}
#hikashop_checkout  .hikashop_checkout_cart  table tr[class*="hikashop_cart_"]:first-child {
	border-radius:5px 5px 0 0;
}
#hikashop_checkout  .hikashop_checkout_cart  table tr[class*="hikashop_cart_"]:last-child{
	border-radius:0 0 5px 5px;
}
#hikashop_checkout  .hikashop_checkout_cart  table tr[class*="hikashop_cart_"] td{
	border:none;
	padding:15px !important;
	border:1px solid #1DBB90 !important;
}
#hikashop_checkout  .hikashop_checkout_cart  table tr[class*="hikashop_cart_"]  .hikashop_cart_empty_footer {
    border: none !important;
}
#hikashop_checkout  .hikashop_checkout_cart  table  tr[class*="hikashop_cart_"] td.hikashop_cart_title{
	text-align:right;
	border-left: 0;
}
#hikashop_checkout  .hikashop_checkout_cart  table tr[class*="hikashop_cart_"] td.hikashop_cart_title + td{
	text-align:left;
	font-size:18px;
	border-right: 0;
	    min-width: 170px;
}
#hikashop_checkout  .hikashop_checkout_cart  table  .hikashop_cart_total_row td{
	background:#f7fff7;
	color:#1DBB90
}
#hikashop_checkout  .hikashop_checkout_cart  table  .hikashop_cart_total_row td.hikashop_cart_total_value{
	font-size:23px
}
#hikashop_checkout .hikashop_checkout_cart table tr[class*="hikashop_cart_"] .hikashop_cart_empty_footer {
    border: none !important;
	background:none
}
#hikashop_checkout .hikashop_checkout_cart table tr[class*="hikashop_cart_"] {
    border-bottom: none;
}
/*************************************
*
* Hikashop checkout login and register
*
*************************************/
#hikashop_checkout .user [class*="section_"] .icon{
	    content: ' ';
    background: url(../images/patterns/slices.png) no-repeat;
    background-position: -797px -20px;
    width: 43px;
    height: 54px;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
}
#hikashop_checkout .user .section_register .icon-user-register{
	background-position: -871px -90px;
    width: 63px;
    height: 48px;
}
#hikashop_checkout .user [class*="section_"] .head{
	text-align:center;
	margin:0 0 10px;
	    position: relative;
    padding: 100px 0 15px;
    margin: 0 0 60px;
    background: #fafcfc;
    text-align: center;
    color: #6d717a;
    text-shadow: none;
}
.hikashop_checkout_page .user [class*="section_"]  .dk-button-container{
	text-align:center
}
.hikashop_checkout_page .user [class*="section_"] .head h1:before,
.hikashop_checkout_page .user + .hikashop_checkout_buttons{
	display:none
}
.hikashop_checkout_page .user [class*="section_"] .head p{
	font-size:0.9em;
}
.hikashop_checkout_page .user [class*="section_"]{
	float:left;
	width:50%;
	box-sizing:border-box;
}
.user .dk-button-container .dk-button-label{
	border-radius: 2px;
    border: none;
    text-shadow: none;
    line-height: 35px;
    padding: 0 20px;
    font-size: 1em;
    color: #fff !important;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
    text-align: center;
    box-sizing: border-box;
	    display: inline-block;
    margin: 0 auto;
}
body.dir-rtl .hikashop_checkout_page .user [class*="section_"]{
	float:right
}
@media screen and (max-width: 767px){
	.hikashop_checkout_page .user [class*="section_"]{
		width:100%;
	}
}
/*************************************
*
* PopUp Address Edit
*
*************************************/
#hikashop_address_form_header_iframe{
	text-align: right;
    direction: rtl;
}
#hikashop_address_form_span_iframe table tr{
	display: inline-block;
    width: 100%;
    box-sizing: border-box;
	margin:0 0 20px;
}
#hikashop_address_form_span_iframe table td{
	    float: right;
    text-align: right;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    border: none;
	 direction: rtl;
}
/*************************************
*
*  hikashop wizardbar
*
*************************************/
.hikashop_wizardbar ul li.hikashop_cart_step_finished a {
    color: #7d8d78;
}
.hikashop_wizardbar ul li:before,
.hikashop_wizardbar ul li:after{
	content:' ';
	border: 1px solid #7d8d78;
	width:100%;
	position:absolute;
	top: 50%;
	margin-top: -1px;
}
.hikashop_wizardbar ul li:first-child:before,.hikashop_wizardbar ul li:last-child:after{
	border: 1px dashed;
}
.hikashop_wizardbar ul li:before{
	left: -100%;
}
.hikashop_wizardbar ul li:after{
	right:-100%;
}
.hikashop_wizardbar{
	border:none;
	box-shadow:none;
	border-radius:0;
	margin:0 0 2rem;
	padding: 0;
	overflow: hidden;
	background: none;
}
.hikashop_wizardbar ul li .hikashop_chevron{
	display:none;
}
.hikashop_wizardbar ul {
	text-align:center;
	display: inline-block;
    width: 100%;
    box-sizing: border-box;
	position:relative;
	margin:0 !important
}
.hikashop_wizardbar ul li{
	display: inline-block;
	float: none;
	color:#7d8d78;
	background:none;
	text-align: center;
	padding: 0 10px;
	position:relative;
	margin: 0 5%;
	font-size: 13px;
	    line-height: 20px;
}
.hikashop_wizardbar ul li:nth-child(1){
	padding-left:10px;
}
.hikashop_wizardbar ul li.hikashop_cart_step_current{
	background:none;
}
.hikashop_wizardbar ul  li.hikashop_cart_step_finished,
.hikashop_wizardbar ul li.hikashop_cart_step_current {
	color:#7d8d78;
	background: none;
}
.hikashop_wizardbar ul li.hikashop_cart_step_finished:hover{
	background:none;
}
.hikashop_wizardbar ul li .hkbadge {
	margin-right: 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	padding: 0;
	box-sizing: border-box;
	text-align: center;
	line-height: 50px;
	text-indent: -999em;
	overflow: hidden;
	border: 2px solid #7d8d78;
	display: block;
	margin: 0 auto;
	background:none;
}
.hikashop_wizardbar ul  .hikashop_cart_step_finished .hkbadge{
	text-indent:0;
	border-color:#7d8d78;
	background:#7d8d78;
	line-height: 18px;
}

.hikashop_wizardbar ul  .hikashop_cart_step_current .hkbadge{
	background: #f7f7f7;
	border-color:#7d8d78;
}
.hikashop_wizardbar ul li .hkbadge:before{
	content:' ';
	font-family: FontAwesome, sans-serif;
	display:block;
	font-size:12px;
	margin: 0 auto;
}
.hikashop_wizardbar ul  .hikashop_cart_step_finished .hkbadge:before{
	content: "\f00c";
	
}
body.dir-rtl .hikashop_checkout_buttons .buttons_right{
	float:left;
}

@media screen and (max-width: 979px){
	.hikashop_wizardbar ul li{
		margin: 0 30px;
		width: 35%;
		text-align: center;
	}
	.hikashop_wizardbar ul li:nth-child(1){
		padding-left: 10px;
	}
	.hikashop_wizardbar ul li:before, .hikashop_wizardbar ul li:after {
		width: 50%;
	}
	.hikashop_wizardbar ul li:after {
		right: -55px;
	}
	.hikashop_wizardbar ul li:before {
		left: -55px;
	}
}
@media screen and (max-width: 979px) and (min-width: 768px){
	.hikashop_wizardbar ul li{
		margin: 0 20px;
		width:auto
	}
}
@media screen and (max-width: 1199px) and (min-width: 979px){
	.hikashop_wizardbar ul li{
		margin:0 4%
	}
}
/*************************************
*
* Sidebar filters
*
*************************************/
.sidebar-box .hikashop_filter_title{
	display: block;
    line-height: 35px;
    cursor: pointer;
    color: #333;
    position: relative;
    background: none;
    font-size: 0.8rem;
	    font-weight: normal;
    text-align: inherit;
    min-width: auto;
}
.sidebar-box .hikashop_filter_module {
	background:#f1f1f1;
    padding: 20px;
    box-sizing: border-box;
}
.sidebar-filters form{
	margin:0;
}
.sidebar-filters .hikashop_filter_main{
	padding: 0;
    border-top: 1px solid #e3e3e3;
    width: 100% !important;
    box-sizing: border-box;
    font-size: 12px;
}
.sidebar-filters .hikashop_filter_main > div > div{
	min-width:100%;
	max-width: 100%;
}
#rt-transition  .sidebar-box:last-child{
	border-bottom:none;
}
.sidebar-filters .hikashop_filter_main:first-child{
	border-top:none
}
.sidebar-filters  .filter_values_container > br,
.sidebar-box .hikashop_filter_title + br{
	display:none;
}
.sidebar-filters .filter_values_container{
	display:inline-block;
	width:100%;
	box-sizing:border-box;
	overflow:hidden;
  	min-height:84px
}
.sidebar-filters .hikashop_filter_checkbox{
    display: block;
	margin:6px 0
}
.sidebar-filters .hikashop_filter_checkbox  input[type="checkbox"] ,
.sidebar-filters .hikashop_filter_checkbox  input[type="radio"] {
	float:left
}
.sidebar-filters .hikashop_filter_checkbox  input[type="checkbox"] + label,
.sidebar-filters .hikashop_filter_checkbox  input[type="radio"] + label{
	margin: 0;
    line-height: 20px;
    color: #5c5c5c;
    text-transform: capitalize;
    font-size: 1em;
	cursor:pointer;
}
.sidebar-filters .hikashop_filter_checkbox  input[type="checkbox"] + label:hover,
.sidebar-filters .hikashop_filter_checkbox  input[type="radio"] + label:hover{
	color:#000;
}
.sidebar-filters .hikashop_filter_cursor_range {
   display: block;
    float: left;
    line-height: 30px;
}

.ui-slider-horizontal {
    height: 0.15em;
    width: 100% !important;
    border-radius: 0;
    border: none;
    background: #7d8d78;
    box-sizing: border-box;
	margin-bottom:30px !important
}
.ui-widget-header {
    background: none;
}
.ui-slider .ui-slider-handle {
    height: 0.5em;
    padding: 0;
    border-radius: 0;
    border: none;
    background:#7d8d78;
    cursor: pointer;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -.14em;
	margin-left: -1.2em;
}
.ui-slider-horizontal .ui-slider-range + .ui-slider-handle{
	margin-left:0
}
.ui-slider-horizontal .ui-slider-handle:before {
    content: ' ';
    width: 0.25em;
    height: 1.5em;
    background:#7d8d78;
    position: absolute;
    left: 0;
    top: -0.45em;
}
.ui-slider-horizontal .ui-slider-range + .ui-slider-handle:before {
    left: auto;
    right: 0;
}
.ajax-cart .hikashop_cart_module_product_delete_value  a,
.hikashop_filter_main .hikashop_filter_cursor_range + a,
.sidebar-filters .hikashop_filter_checkbox > a,
.remove-compare{
	width: 17px;
    height: 17px;
    background: url(../images/patterns/slices.png) no-repeat -266px -369px;
    display: inline-block;
    float: left;
	text-indent:-999em;
	overflow:hidden;
	
}
.hikashop_filter_main .hikashop_filter_cursor_range + a{
	margin-top:10px
}
.ajax-cart .hikashop_cart_module_product_delete_value  a{
	float:none
}
.sidebar-filters .hikashop_filter_checkbox > a{
	    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
}
.hikashop_filter_main .hikashop_filter_cursor_range + a > img,
.sidebar-filters .hikashop_filter_checkbox > a > img{
	display:none;
}
.myHidden{
	display: none;
}
.loadMore, .loadLess,.moreFeilds  {
	line-height: 28px;
    color: #7d8d78;
    font-size:12px;
    cursor: pointer;
}
.loadMore:before, .loadLess:before,.moreFeilds a:before {
    content: "+";
    font-family: FontAwesome, sans-serif;
	margin: 0 0 0 3px;
	color:inherit
}
.loadLess:before{
	content: "-";
}
body.dir-rtl .sidebar-filters .hikashop_filter_cursor_range{
	float:right
}
body.dir-rtl input[type="checkbox"],body.dir-rtl  input[type="radio"]{
	    margin: 0 0 0 10px;
}
body.dir-rtl .sidebar-filters .hikashop_filter_checkbox  input[type="checkbox"] ,
body.dir-rtl .sidebar-filters .hikashop_filter_checkbox  input[type="radio"] {
	float:right
}
body.dir-rtl .sidebar-filters .hikashop_filter_main > div > div{
	text-align:right !important
}
@media screen and (max-width:767px){
	.rt-block.sidebar-filters{
		border:none;
		box-shadow:none;
		padding:0
	}
	.sidebar-filters .module-title{
		display:inline-block
	}
	.sidebar-filters .hikashop_filter_collapsable_title{
		margin:0
	}
	.sidebar-filters  .hikashop_filter_collapsable_title_always,
	.sidebar-filters  .hikashop_filter_collapsable_title_mobile{
		border:none
	}
	.sidebar-filters .hikashop_filter_collapsable_title_mobile .hikashop_filter_collapsable_title_icon,
	.moduletable.sidebar-filters .g-title{
		content:none;
		width: 60px;
		height: 60px;
		line-height: 60px;
		text-align:center;
		border-radius:50%;
		background:#7d8d78;
		color:#fff;
		margin:0;
		font-size:40px;
		position: fixed;
		left: 10px;
		bottom: 10px;
		z-index: 20;
		cursor: pointer;
		padding:0;
		overflow:hidden
	}
	.sidebar-filters .hikashop_filter_collapsable_title_mobile .hikashop_filter_collapsable_title_icon:before,
	.sidebar-filters .g-title:before{
		content: "\f0b0";
		font-family: FontAwesome,sans-serif;
		display:block
	}
	.sidebar-filters.open .hikashop_filter_collapsable_title_mobile .hikashop_filter_collapsable_title_icon:before,
	.sidebar-filters.open .g-title:before{
		content: "\f00d";
	}
	.sidebar-filters .hikashop_filter_collapsable_title_mobile .hikashop_filter_fieldset{
		display:none
	}
	.sidebar-filters .module-content,
	.sidebar-filters .hikashop_filter_collapsable_content_mobile{
		display: none !important;
		background: #f7f7f7;
		padding: 10px;
		box-sizing: border-box;
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		z-index:-99;
		opacity:0;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.sidebar-filters .module-content{
		display:block !important
	}
	.sidebar-filters.open .module-content,
	.sidebar-filters.open .hikashop_filter_collapsable_content_mobile{
		z-index: 999999;
		opacity:1;
		display: inline-block !important;
		overflow: auto;
	}
	.sidebar-filters.open .g-title,
	.sidebar-filters.open .hikashop_filter_collapsable_title_mobile .hikashop_filter_collapsable_title_icon{
		z-index:9999999;
		background:#c23932
	}
	.sidebar-filters .hikashop_filter_main  div{
		margin:0 auto
	}
	.sidebar-filters [class*="hikashop_reset_button"], 
	.sidebar-filters [class*="hikashop_filter_button"]{
		min-width:100%;
	}
}
@media screen and (max-width: 979px) and (min-width: 768px){
	.sidebar-box .hikashop_filter_title{
		font-size:0.69rem
	}
}
/*************************************
*
* Product Page Zoom image
*
*************************************/
.MagicToolboxContainer .mcs-wrapper{
	margin:0 30px;
}
/*************************************
*
* Quantity block
*
*************************************/
.hikashop_product_quantity_div {
    margin: 0 10px 0 0;
    float: left;
}
.hikashop_product_quantity_div .add-on {
    padding: 0 !important;
    width: 25px;
    height:35px;
	font-size: 24px;
    line-height: 35px;
    text-align: center;
    background: none;
    border: 1px solid #000;
    text-shadow: none;
    margin: 0 !important;
    box-sizing: border-box;
	color:#000;  
	border-radius: 0 !important;
}
.hikashop_product_quantity_div .add-on a {
    padding: 0 !important;
}
.hikashop_product_quantity_div  .hikashop_product_quantity_field_change_minus{
	line-height:35px;
	font-size:30px;
}
.hikashop_product_page  .hikashop_badge_topleft_div {
    left: auto !important;
    right: 0;
    margin-top: 0 !important;
}
.hikashop_product_quantity_main{
    margin-top: 2rem;
    display: inline-block;
}
body .hikashop_product_quantity_field {
    width: 60px !important;
}
body.dir-rtl .hikashop_product_quantity_div {
    float: right;
	margin:0 0 0 10px
}
/*************************************
*
* Category Description
*
*************************************/
.hikashop_category_description{
	display:inline-block;
	width:100%;
	box-sizing:border-box;
	padding:2rem;
	background: #edebee;
}
.hikashop_category_description .hikashop_category_image{
	float:left;
	max-width:25%;
	margin:0 2rem 1rem 0
}

body.dir-rtl .hikashop_category_description .hikashop_category_image{
	float:right;
	margin:0 0 1rem 2rem
}
/*************************************
*
* Transform Message
*
*************************************/
.hikashop_banktransfer_end_message {
    font-size: 1.2em;
	line-height:2.5em;
    text-align: center;
    color: #000;
    display: block;
	padding:20px ;
	box-sizing:border-box;
	background:#f7f7f7
}
.hikashop_banktransfer_end_message .title{
	font-size: 2em;
    display: block;
    color: #000;
    text-align: center;
    font-weight: bold;
}
.hikashop_banktransfer_end_message .title.orang{
	color:#fbaa29
}
.hikashop_banktransfer_end_message .small{
	font-size:14px;
	color:#777
}
.hikashop_banktransfer_end_message p{
	margin:0
}
.hikashop_banktransfer_end_message strong ,.hikashop_banktransfer_end_message span.price{
    font-weight: bold;
	font-size:1.2em;
	color:#7d8d78
}
/*************************************
*
* Listining Hikashop custom feild
*
*************************************/
.hikashop_products_listing [class*="hikashop_product_custom_"]{
	margin:0 auto;
	display:none
}
.hikashop_products_listing .hikashop_product_custom_name,.hikashop_products_listing .hikashop_product_custom_value{
	margin:0;
	display:inline-block;
	font-size:0.75rem;
	line-height:20px;
}
.hikashop_products_listing .hikashop_product_custom_name{
	font-weight:bold
}



