.jshop_list_category .row-fluid {
  display: block;
  float: left;
  min-width: 228px;
  padding: 8px;
  width: 33%;
}
.jshop_list_category .row-fluid .category {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  display: block;
  float: left;
  width: 100%;
}
.jshop_list_category .row-fluid .category .image {
  float: left;
  text-align: center;
  width: 100%;
}
.jshop_list_category .row-fluid .category .image a {
  background-position: center center;
  background-size: cover;
  display: block;
  height: 140px;
  width: 100%;
}
.jshop_list_category .row-fluid .category .image a img {
  display: none;
}
.jshop_list_category .row-fluid .category .name a {
  display: block;
  float: left;
  overflow: hidden;
  padding: 10px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.jshop .form_sort_count {
  display: table;
  padding-bottom: 15px;
  width: 100%;
}
.jshop .block_sorting_count_to_page > div {
  float: left;
  width: 50%;
}
.jshop .block_sorting_count_to_page > div > span {
  float: none;
  width: auto;
  padding-right: 0;
}
.jshop .box_products_count_to_page {
  text-align: right;
}
.jshop .box_products_count_to_page .controls {
  padding-left: 10px;
}


.list_product {
  display: table;
  width: 100%;
}
.list_product .block_product-wrap {
  float: left;
  min-width: 220px;
  padding: 5px;
  width: 33%;
}
.list_product .block_product-wrap .block_product {
  background: #f2f2f2 none repeat scroll 0 0;
  position: relative;
}
.list_product .block_product-wrap .block_product .image_block .product_label {
  position: absolute;
  top: 0;
  left: 0;
}
.list_product .block_product-wrap .block_product .image_block a {
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  height: 140px;
  width: 100%;
  background-size: cover;
}
.list_product .block_product-wrap .block_product .image_block a img {
  display: none;
}
.list_product .block_product-wrap .block_product .name {
  display: table;
  width: 100%;
}
.list_product .block_product-wrap .block_product .name .name-content {
  display: table-cell;
  height: 84px;
  padding: 15px 15px 6px;
  vertical-align: middle;
}
.list_product .block_product-wrap .block_product .name .name-content a {
  display: inline-block;
  line-height: 115%;
  max-height: 57px;
  overflow: hidden;
  text-align: center;
}
.list_product .block_product-wrap .block_product .price-wrap {
  display: table;
  width: 100%;
}
.list_product .block_product-wrap .block_product .top_buttons-wrap {
  display: none;
}
.list_product .block_product-wrap .block_product .price-wrap-content {
  display: table-cell;
  height: 65px;
  vertical-align: middle;
  text-align: center;
}
.list_product .block_product-wrap .block_product .price-wrap-content > div {
  text-align: center;
}
.list_product .block_product-wrap .block_product .price-wrap-content .old_price {
  text-decoration: line-through;
  font-size: 80%;
}
.list_product .block_product-wrap .block_product .jshop_price {
  font-size: 130%;
  font-weight: bold;
}
.list_product .block_product-wrap .block_product .jshop_price small {
  color: red;
  display: inline-block;
  font-size: 55%;
  font-style: italic;
  margin-left: 7px;
  position: relative;
  top: -2px;
  vertical-align: middle;
}
.list_product .block_product-wrap .block_product .buttons a {
  float: left;
  width: 100%;
}
.list_product .block_product-wrap .block_product .buttons a:nth-last-of-type(2), .list_product .block_product-wrap .block_product .buttons a:nth-last-of-type(2) + a {
  width: 50%;
}



.productfull .left-side {
  float: left;
  padding-right: 15px;
  width: 55%;
}
.productfull .right-side {
  background: #f2f2f2 none repeat scroll 0 0;
  float: left;
  padding: 15px;
  width: 45%;
}
.productfull .full-wrap {
  clear: both;
  padding-top: 10px;
  width: 100%;
}
.productfull .image_middle {
  position: relative;
}
.productfull .image_middle .product_label {
  left: 0;
  padding: 5px;
  position: absolute;
  top: 0;
}
.productfull .image_middle .thumb_images img {
  border: 3px solid #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  height: auto;
  margin-bottom: 15px;
  width: 100%;
}
.productfull .image_middle .lightbox:hover {
  text-decoration: none;
}
.productfull .image_middle .text_zoom {
  display: inline-block;
  width: 100%;
  background: #b8d900 none repeat scroll 0 0;
  color: #5a5959;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.productfull .image_middle .text_zoom:hover {
  background: #93AD00;
  text-decoration: none;
  color: #fff;
}
.productfull #list_product_image_thumb {
  padding-top: 10px;
  text-align: center;
}
.productfull #list_product_image_thumb .img-wrap {
  background-position: center center;
  background-size: cover;
  border: 2px solid #d6d6d6;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: inline-block;
  height: 70px;
  margin: 2px;
  position: relative;
  width: 80px;
}
.productfull #list_product_image_thumb .img-wrap:hover {
  opacity: 0.6;
}
.productfull #list_product_image_thumb .img-wrap img {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.productfull .prod_buttons > div {
  display: inline-block;
}
.productfull .prod_buttons .prod_qty_input {
  display: inline-block;
  margin-left: 5px;
  position: relative;
  width: 65px;
}
.productfull .prod_buttons .prod_qty_input input {
  width: 100%;
}
.productfull .prod_buttons .prod_qty_input .cal_q {
  -moz-user-select: none;
  position: absolute;
  right: 1px;
  top: 1px;
}
.productfull .prod_buttons .prod_qty_input .cal_q a:hover {
  background: #B8D900;
}
.productfull .prod_buttons .prod_qty_input .cal_q a {
  background: none repeat scroll 0 0 #e0e0e0;
  cursor: pointer;
  display: block !important;
  font-size: 65%;
  height: 13px;
  line-height: 13px;
  text-align: center;
  text-decoration: none;
  width: 27px;
}
.productfull .prod_buttons .prod_qty_input .cal_q a#plus {
  margin-bottom: 1px;
}
.productfull .extra_fields_el {
  display: table;
  width: 100%;
}
.productfull .extra_fields_el > div {
  display: block;
  float: left;
  padding: 2px;
  width: 50%;
}
.productfull .extra_fields_el > div > span {
  background: #d6d6d6 none repeat scroll 0 0;
  padding: 5px;
  display: block;
}




/* Kereső modul */
.jshop_search_mod {
  display: table;
  width: 100%;
}
.jshop_search_mod .inputbox {
  float: left;
  height: 30px;
  width: 86%;
  width: calc(100% - 30px);
}
.jshop_search_mod button {
  border: 1px solid #000 !important;
  float: left;
  height: 30px !important;
  line-height: 29px !important;
  margin-left: -1px;
  padding: 0 !important;
  width: 30px;
}







/* Login modul */
.jshop_login_mod {
  text-align: center;
}
.jshop_login_mod .logout-button {
  padding-top: 20px;
}
.jshop_login_mod ul {
  font-size: 85%;
  font-style: italic;
  padding-top: 15px;
}
.jshop_login_mod .form-login-remember {
  padding: 15px 0;
}
.jshop_login_mod .form-login-remember label {
  font-weight: normal;
  margin: 0;
}
.jshop_login_mod .form-login-remember input {
  margin: 0 0 0 10px;
}
.jshop_login_mod .form-login-username {
  padding-bottom: 15px;
}




/* Regisztráció */
.jshop_register .control-group {
  padding: 5px 0;
}
.jshop_register .control-group .control-label {
  width: 30%;
}
.jshop_register .control-group .controls {
  width: 70%;
}
.jshop_register .control-group .controls > input, .jshop_register .control-group .controls > .chzn-container {
  width: 80%;
}
.jshop_register.box_button {
  text-align: center;
  padding-top: 20px;
}
.jshop_register.box_button .requiredtext {
  padding-bottom: 15px;
}
.jshop_register.box_button .btn {
  margin: 3px;
}
.jshop_register.other_delivery_adress {
  padding-top: 20px;
}
.jshop_register.other_delivery_adress .control-label {
  padding-top: 0px;
}
.jshop_register.other_delivery_adress input {
  margin-right: 5px;
}
.jshop_register.other_delivery_adress input:nth-last-of-type(1) {
  margin-left: 10px;
}
.jshop_register.other_delivery {
  padding-top: 15px;
}





/* Megrendeléseim lista a profilon belül */
.myorders_list .myorders_block_info {
  background: #f2f2f2 none repeat scroll 0 0;
  border: 1px solid #d6d6d6;
  margin-bottom: 15px;
  padding: 10px;
}
.myorders_list .myorders_block_info .buttons {
  text-align: right;
}
.myorders_list .myorders_total {
  text-align: right;
  font-size: 130%;
  font-weight: bold;
}



/* megrendelés adatlapja profilon belül */
.myorderinfo .block {
  padding: 15px;
  background: #f2f2f2;
  border: 1px solid #d6d6d6;
  margin-bottom: 10px;
}
.myorderinfo .block h3 {
  margin: 0;
  margin-bottom: 15px;
}
.myorderinfo table {
  width: 100%;
}
.myorderinfo table:not(.cart) tr td {
  width: 50%;
}
.myorderinfo table:not(.cart) tr td:nth-of-type(1) {
  font-weight: bold;
}
.myorderinfo .downlod_order_invoice {
  text-align: center;
}



/* Általános formázások */
.product_label > span {
  display: inline-block;
  vertical-align: middle;
}
.product_label .akcios {
  background: red none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 90%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}




/* one step checkout */
#oneStepCheckoutForm {
}
#oneStepCheckoutForm .uk-panel-box {
  background: #f4f4f4 none repeat scroll 0 0;
  border: 1px solid #d9d9d9;
  color: #444;
  display: table;
  margin-bottom: 30px;
  padding: 35px;
  width: 100%;
}
#oneStepCheckoutForm .uk-grid .os-name {
  float: left;
  width: 30%;
}
#oneStepCheckoutForm .uk-grid .os-value {
  float: left;
  width: 70%;
}
#oneStepCheckoutForm .uk-grid .os-value input {
  width: 90%;
  width: calc(100% - 30px);
}
#oneStepCheckoutForm .chzn-container, #oneStepCheckoutForm select {
  width: 90% !important;
  width: calc(100% - 30px) !important;
}
#oneStepCheckoutForm .address_block .uk-grid {
  display: table;
  margin: 0 auto;
  padding: 5px 0;
  width: 75%;
}
.onestepcheckout_message,
.onestepcheckout_warning,
.onestepcheckout_error  {
	margin-bottom: 15px;
	padding: 10px;
	border-radius: 4px;
	text-shadow: 0 1px 0 #fff;
	background: #ebf7fd;
	color: #2d7091;
	border: 1px solid rgba(45,112,145,0.3);
}
.onestepcheckout_warning {
	background: #fffceb;
	color: #e28327;
	border-color: rgba(226,131,39,0.3);
}
.onestepcheckout_error {
	background: #fff1f0;
	color: #d85030;
	border-color: rgba(216,80,48,0.3);
}
#oneStepCheckoutForm .step-header {
  font-size: 180%;
  margin-bottom: 20px;
  margin-top: 0;
  text-transform: uppercase;
}
#oneStepCheckoutForm .step-header span {
  background: #555555 none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 150%;
  height: 90px;
  line-height: 88px;
  margin-right: 20px;
  text-align: center;
  text-indent: 9px;
  width: 90px;
}
#oneStepCheckoutForm .button_order_finish::before {

}
#oneStepCheckoutForm .button_order_finish:hover::before {

}
#oneStepCheckoutForm .button_order_finish {
  display: block;
  float: none;
  height: 56px;
  line-height: 56px;
  margin: 0 auto;
  text-transform: uppercase;
}
.registr-success {
	background: #f2fae3;
	color: #659f13;
	border-color: #659f13;
	padding:10px 20px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
#oneStepCheckoutForm .row_agb {
  padding: 25px 0;
}
#oneStepCheckoutForm .row_agb label {
	display: inline;
	font-weight: normal;
}
#oneStepCheckoutForm .row_agb input {
	display: none;
}
#oneStepCheckoutForm .row_agb input + label::before {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #b4afaf;
  color: #555555;
  content: "";
  display: inline-block;
  font-family: icomoon;
  font-size: 10px;
  height: 16px;
  line-height: 14px;
  margin-right: 5px;
  margin-top: -4px;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}
#oneStepCheckoutForm .row_agb input:checked + label::before {
	content: "\e607";
}

#oneStepCheckoutForm input[id^=quantity] {
	width: 55px;
	height: 30px;
}
#oneStepCheckoutForm div.quantity {
  cursor: pointer;
  position: relative;
  width: 68px;
  display: inline-block;
}
#oneStepCheckoutForm div.quantity span.quantitymore, #oneStepCheckoutForm div.quantity span.quantityless {
  display: block;
  font-size: 75%;
  height: 40%;
  line-height: 100%;
  position: absolute;
  right: 15px;
  text-align: center;
  width: 15px;
}
#oneStepCheckoutForm div.quantity span.quantitymore {
  top: 3px;
}
#oneStepCheckoutForm div.quantity span.quantityless {
  bottom: 3px;
}
#oneStepCheckoutForm .icon-warning {
  color: #c93e3e;
  margin-left: 5px;
}
#oneStepCheckoutForm .requiredtext {
  text-align: center;
  padding-top: 10px;
}
#oneStepCheckoutForm input[type="radio"], #oneStepCheckoutForm input[type="checkbox"] {
  margin: 0 5px 0 0;
}
#oneStepCheckoutForm .minicart {
  border-spacing: 0;
  width: 100%;
  border-collapse: collapse;
}
#oneStepCheckoutForm .minicart tr th {
  background: #ddd none repeat scroll 0 0;
  font-weight: normal;
  padding: 5px;
  text-align: center;
}
#oneStepCheckoutForm .minicart tr td {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ddd;
  padding: 10px;
  text-align: center;
}
#oneStepCheckoutForm .thumb-wrap {
  display: inline-block;
  max-width: 60px;
}
#oneStepCheckoutForm .thumb-wrap img {
  width: 100%;
  max-width: 100%;
}
#oneStepCheckoutForm #step5 {
  display: table;
  width: 100%;
}
#oneStepCheckoutForm .jshop_subtotal {
  float: right;
  margin-top: 10px;
  min-width: 250px;
  text-align: right;
  width: 50%;
	color: #555555;
	font-size: 120%;
}
#oneStepCheckoutForm .jshop_subtotal tr td {
  padding: 5px 10px;
}
#oneStepCheckoutForm .jshop_subtotal tr.total td {
  border-top: 1px solid #c0c0c0;
  font-size: 150%;
}
#oneStepCheckoutForm .jshop_subtotal tr td:nth-of-type(1) {
	text-align: left;
}
#oneStepCheckoutForm .add_info .os-name {
  padding-bottom: 13px;
  width: 100% !important;
}
#oneStepCheckoutForm #order_add_info {
  clear: both;
  display: block;
  float: none;
  margin: 0 auto;
  width: 100%;
}
#oneStepCheckoutForm label input[type="radio"] {
	display: none;
}
#oneStepCheckoutForm label input[type="radio"] + b::before {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #b4afaf;
  border-radius: 50%;
  color: #555555;
  content: "";
  display: inline-block;
  height: 16px;
  line-height: 11px;
  margin-right: 10px;
  margin-top: -4px;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}
.chrome_browser #oneStepCheckoutForm label input[type="radio"] + b::before {
	line-height: 13px;
	text-indent: 1px;
}
#oneStepCheckoutForm label input[type="radio"]:checked + b::before {
	content: "•";
}
/* one step checkout vége */




.slick-slider .control-wrap {
  text-align: center;
  padding-top: 10px;
}
.slick-slider .control-wrap > * {
  display: inline-block;
  vertical-align: middle;
}
.slick-slider .control-wrap ul {
  list-style: none;
  margin: 0 10px;
}
.slick-slider .control-wrap ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1px;
}
.slick-slider .slick-dots li button::before {
  color: black;
  content: "•";
  display: inline-block;
  font-family: "slick";
  font-size: 30px;
  height: 20px;
  line-height: 18px;
  width: 100%;
}
.slick-slider .slick-dots li.slick-active button::before, .slick-dots li button:hover::before {
  color: #b8d900;
  transform: scale(1.7);
}
.slick-slider .slick-dots li button {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  outline: medium none;
  position: relative;
  text-align: center;
  width: 20px;
}
.slick-slider .slick-arrow {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  font-size: 67%;
  height: 24px;
  line-height: 26px;
  padding: 0 5px;
}
.slick-slider.slick-vertical button {
  background: #b8d900 none repeat scroll 0 0;
  width: 100%;
}
.slick-slider.slick-vertical button:hover {
  background: #93AD00;
  color: #fff;
}
.slick-slider.slick-vertical button i {
  display: inline-block;
  transform: rotate(90deg);
}







.manufactuter_list-wrap {
  padding: 50px 0;
}
.manufactuter_list .item {
  text-align: center;
}
.manufactuter_list .item a {
  display: inline-block;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: gray; /* IE 6-9 */
  opacity: 0.5;
}
.manufactuter_list .item a:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}
.manufactuter_list .item .name {
  display: none;
}
.manufactuter_list .slick-arrow {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  border: 0 none !important;
  border-radius: 0 !important;
  display: inline-block !important;
  font-size: 0 !important;
  height: auto !important;
  line-height: 100% !important;
  padding: 17px 0 0 !important;
  vertical-align: middle;
  width: 5%;
}
.manufactuter_list .slick-list {
  display: inline-block;
  margin: 0 -5px;
  width: 90%;
  vertical-align: middle;
}
.manufactuter_list .slick-arrow:before {
  font-family: icomoon;
  font-size: 40px;
  color: #696969;
}
.manufactuter_list .slick-arrow:hover:before {
  color: #3c2313;
}
.manufactuter_list .slick-prev:before {
  content: "\e906";
}
.manufactuter_list .slick-next:before {
  content: "\e907";
}




.ask_question-content {
  display: table;
  padding-bottom: 20px;
  width: 100%;
}
.ask_question-content .product_description {
  float: left;
  width: 50%;
	padding: 0 15px;
	text-align: center;
}
.ask_question-content .product_description .name-wrap {
	display: none;
}
.ask_question-content .product_description .name-wrap h2 {
  margin: 0 0 20px;
  text-align: center;
}
.ask_question-content .product_description .image-wrap {
  display: inline-block;
}
.ask_question-content .product_description .image-wrap img {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  width: 100%;
}
.ask_question-content .question_form form > div {
  padding-bottom: 10px;
}
.ask_question-content .question_form form > div.captcha input {
  height: 42px;
  margin-left: 10px;
  vertical-align: middle;
  width: 115px;
}
.ask_question-content .question_form form > div.captcha img {
  border: 1px solid #000;
  cursor: pointer;
}
.ask_question-content .question_form {
  float: left;
  padding-left: 5px;
  width: 50%;
  text-align: center;
  padding-right: 15px;
}
.ask_question-content .question_form input:not(.btn), .ask_question-content .question_form textarea {
  width: 100%;
}




.cartajax-module::before {
  color: #b49c58;
	content: "\e909";
  font-family: icomoon;
  font-size: 43px;
  left: 0;
  position: absolute;
  top: 0;
}
.cartajax-module {
  display: inline-block;
  padding-left: 70px;
  position: relative;
  text-align: left;
}
.cartajax-module .clear {
	clear:both;
	overflow:hidden;
	height:0;
}
.cartajax-module h2 {
	font-weight:400;
	font-size:24px;
	margin:0 0 20px;
}
.cartajax-module-count {
  border-bottom: 1px solid #d6d5d5;
  padding-bottom: 7px;
}
.cartajax-module .cartajax-module-checkout {
  padding: 10px 0 0;
  width: 100%;
}
.cartajax-module .cartajax-module-item {
  position: relative;
  display: table;
  width: 100%;
}
.cartajax-module .cartajax-module-item-label {
  line-height: 125%;
  padding-right: 15px;
  text-align: left;
}
.cartajax-module .cartajax-module-item-id {
	display: none;
}
.cartajax-module .cartajax-module-item-price {

}
.cartajax-module .cartajax-module-item-remove:before {
	content: "\e904";
	font-family: icomoon;
}
.cartajax-module .cartajax-module-item-remove {
  position: absolute;
  right: -3px;
  top: -2px;
	cursor: pointer;
}
.cartajax-module .cartajax-module-item-remove:hover {
  opacity: 0.5;
	text-decoration: none;
}
.cartajax-module .jshop_cart_attribute {
	font-weight:700;
	font-style:italic;
	font-size:11px;
	margin-bottom:4px;
	margin-top:1px;
	padding-left:10px;
}
.cartajax_adv_module {
  position: relative;
}
.cartajax-module .products {
  background: #fff none repeat scroll 0 0;
  box-shadow: 3px 4px 3px rgba(0, 0, 0, 0.3);
  left: -24px;
  padding: 20px;
  position: absolute;
  width: 122%;
}
.cartajax-module-list {
  list-style: none;
}
.cartajax-module-item-image img {
  max-height: 100%;
  max-width: 100%;
}
.cartajax-module-item-image {
  background: #fff none repeat scroll 0 0;
  float: left;
  height: 70px;
  text-align: center;
  width: 70px;
}
.cartajax-module-product-info {
  box-sizing: border-box;
  float: left;
  margin-left: -70px;
  padding-left: 80px;
  text-align: left;
  width: 100%;
  font-size: 90%;
}
.cartajax-module-product-info a {
	
}
.cartajax-module-item:not(:nth-last-of-type(1)) {
  border-bottom: 1px solid #d6d5d5;
  margin-bottom: 10px;
  padding-bottom: 10px !important;
}
.cartajax-module .cartajax-module-checkout .btn {
  width: 100%;
}
.cartajax-module .cartajax-module-checkout .btn:hover {
	
}
.cartajax-module-close {
  display: none;
}
.moduletable.cart_ajax {
  float: right;
  margin-top: 19px;
  position: relative;
  text-align: center;
  width: 200px;
}
.cartajax-module-show-products {
  padding-top: 5px;
  text-transform: uppercase;
}
.cartajax-module-show-products a {
	
}
.cartajax-module-show-products a:not(.btn):hover {
  text-decoration: underline;
}




.moduletable.jshop-category ul {
	list-style: none;
}
.moduletable.jshop-category ul li > a, .moduletable.jshop-category ul li > span {
  display: block;
  line-height: 115%;
  padding: 8px 10px;
  width: 100%;
}
.moduletable.jshop-category ul li:not(:nth-of-type(1)) > a, .moduletable.jshop-category ul li:not(:nth-of-type(1)) > span {
  border-top: 1px dashed rgba(0, 0, 0, 0.3);
}
.moduletable.jshop-category ul li > a:hover, .moduletable.jshop-category ul li > span:hover {
	cursor: pointer;
	background: rgba(255, 255, 255, 0.5);
	text-decoration: none;
}
.moduletable.jshop-category ul li.parent:not(.active) > ul {
	display: none;
}
.moduletable.jshop-category ul li.parent.active > ul > li a, .moduletable.jshop-category ul li.parent.active > ul > li > span {
  padding-left: 35px;
  font-style: italic;
  font-size: 90%;
}
.moduletable.jshop-category ul li.parent > span::after {
	content: "\e614";
  font-family: icomoon;
  vertical-align: middle;
  margin-left: 5px;
}
.moduletable.jshop-category ul li.parent.active > span::after {
	content: "\e617";
}
.moduletable.jshop-category ul li .count {
	display: none;
}



.moduletable.jshop-category-blocks ul {
  list-style: none;
}
.moduletable.jshop-category-blocks ul li {
  display: inline-block;
  margin: 0 -2px;
  padding: 5px;
  text-align: center;
  vertical-align: top;
  width: 20%;
}
.moduletable.jshop-category-blocks ul li a {
  display: block;
  width: 100%;
  border: 1px solid #d6d6d6;
}
.moduletable.jshop-category-blocks ul li a:hover {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
	text-decoration: none;
}
.moduletable.jshop-category-blocks ul li a .image {
  display: block;
  height: 100px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.moduletable.jshop-category-blocks ul li a .title {
  background: #fff;
  padding: 10px;
  display: block;
  width: 100%;
  border-top: 1px solid #d6d6d6;
}
.moduletable.jshop-category-blocks ul li a .title:hover {
  background: #d6d6d6;
}





