/* custom css front end */


/* cart module */

div.vex-dialog-buttons button.vex-first	{
					display: inline;
					margin-bottom: 10px !important;
					}
div.vex-content div.image		{
					padding-right: 20px;
					}
div.vex-content div.title		{
					padding-top: 10px;
					}
div.vex-content div.text		{
					font-style: italic;
					}

div.hikashop_cart_dropdown_container	{
					color: #002855;
					}

div.hikashop_cart_dropdown_content 	{
					right: 0;
					top: 0;
					width: 400px;
					}
div.hikashop_cart_dropdown_container table.hikashop_cart th
					{
					font-size: 13px;
					font-weight: 400;
					}
div.hikashop_cart_dropdown_container table.hikashop_cart tr
					{
					border-bottom: 1px solid #dedede;
					padding-top: 5px;
					padding-bottom: 5px;
					}
td.hikashop_cart_module_product_name_value, td.hikashop_cart_module_product_quantity_value, td.hikashop_cart_module_product_price_value
					{
					font-size: 14px;
					line-height: 130%;
					}
/* eo cart module */

/* product pages */
div.hikashop_product_right_part		{
					padding-left: 40px !important;
					}

div.hikashop_products_pagination_bottom
		 			{
					font-size: 13px;
					margin-top: 40px;
					}
div.hikashop_products_pagination_bottom div.list-footer
					{
					display: inline;
					float: left;
					width: auto;
					margin: 0 30px 0 0;
					}

div.hikashop_product_main_image_thumb	{
					padding-bottom: 30px;
					}

span.hikashop_product_stock_count	{
					display: inline;
					float: left;
					width: 100%;
					padding-bottom: 5px;
					font-size: 0.9em;
					font-style: italic;
					}
/* eo product pages */


/* category pages */

div.hikashop_subcategories_listing div.hikashop_container div.thumbnail
					{
					border: none;
					-moz-box-shadow: none;
					-webkit-box-shadow: none;
					box-shadow: none;
					}
div.hikashop_subcategories_listing div.hikashop_container div.thumbnail a
					{
					display: inline;
					float: left;
					width: 100%;
					background-color: #fff;
					padding: 10px;
					margin-bottom: 20px;
					font-size: 0.85em;
					font-weight: 500;
					color: #007bc4;
					line-height: 145%;
					text-align: center;
					-moz-border-radius: 10px;
					border-radius: 10px;

					border-left: 1px solid #007bc4;
					border-top: 1px solid #007bc4;
					border-right: 1px solid #007bc4;
					border-bottom: 1px solid #007bc4;

					-webkit-box-sizing: border-box;
					-moz-box-sizing: border-box;
					box-sizing: border-box;
					}
div.hikashop_subcategories_listing div.hikashop_container div.thumbnail a:hover
					{
					background-color: #007bc4;
					color: #fff;
					text-decoration: none;
					}

div.hikashop_products_listing  div.hikashop_product_image
					{
					margin-bottom: 5px;
					}
div.hikashop_products_listing span.hikashop_product_price_full
					{
					font-size: 15px;
					line-height: 125%;
					}
div.hikashop_products_listing span.hikashop_product_price
					{
					font-weight: 400;
					}
div.hikashop_products_listing span.hikashop_product_price_per_unit
					{
					font-size: 13px;
					}
div.hikashop_products_listing span.hikashop_product_name
					{
					padding-top: 5px;
					font-size: 15px;
					line-height: 125%;
					}


div.list-footer div.limit		{
					display: inline;
					float: left;
					width: auto;
					}
div.chzn-container-single		{
					margin-left: 10px;
					}
span.hikashop_results_counter		{
					display: inline;
					float: left;
					width: auto;
					}


/* eo category pages */



/* checkout */

td.hikashop_cart_total_title, td.hikashop_cart_total_value
					{
					font-weight: 400;
					}

div#hikashop_checkout_login_form h2, div#hikashop_checkout_registration h2
					{
					padding: 0;
					margin: 0;
					}

div.hikashop_login_forgot_password_line	{
					margin-bottom: 0;
					}



div#hikashop_checkout_login_form fieldset.hkform-horizontal
					{
					display: inline;
					float: left;
					width: 100%;
					background-color: #f9f9f9;
					padding: 10px;
					margin-bottom: 20px;
					-moz-border-radius: 10px;
					border-radius: 10px;

					border-left: 1px solid #eeeeee;
					border-top: 1px solid #eeeeee;
					border-right: 1px solid #dfdfdf;
					border-bottom: 1px solid #dfdfdf;

					-webkit-box-sizing: border-box;
					-moz-box-sizing: border-box;
					box-sizing: border-box;
					}
/*
div#hikashop_checkout_login_form fieldset.hkform-horizontal input
					{
					width: 180px;
					}*/
div#hikashop_checkout_login_form fieldset.hkform-horizontal input#remember
					{
					display: inline;
					float: left;
					width: 30px;
					}

div#hikashop_checkout_registration	{
					padding-left: 30px;
					padding-bottom: 80px;
					}

div#hikashop_checkout_cart_2_2		{
					margin-top: 60px;
					}
div.hikashop_checkout_cart .table thead th
					{
					font-size: 13px;
					line-height: 110% !important;
					}
div.hikashop_checkout_cart td.hikashop_cart_product_quantity_value
					{
					white-space: nowrap;
					}


div.hikashop_checkout_address		{
					display: inline;
					float: left;
					width: 100%;
					margin-bottom: 50px;
					}



/* eo checkout */


.hikashop_product_page div.hikashop_small_image_div a
			{
			border: none !important;
			padding: 0 !important;
			}
