/*-----------------------------------------------------------------------------------------------
 * NTS Fastyle ( Template for the JoomShopping 4.x )
 * Current version: 4.4.1
 * Author: Nice Theme Store
 * @copyright	Copyright (C) Dec 2009 9themestore.com <@emai:9themestore@gmail.com>.All rights reserved.
 * license: GNU General Public License version 2
-----------------------------------------------------------------------------------------------*/

/* COMMON STYLE
----------------------------------------*/
/* --- Basic elements --- */
.jshop a {
  text-decoration: none;
}

.jshop a:hover,
.jshop a:focus,
.jshop a:active {
  text-decoration: none;
}

/* --- Form elements --- */
.jshop input {
  border: 1px solid #ddd;
  margin-right: 5px;
  padding: 5px;
  vertical-align: middle;
}

.jshop input:focus {
  border: 1px solid #999;
}

.jshop input[type="text"] {
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  vertical-align: middle;
}

.jshop select[multiple],
.jshop select[size],
.jshop select {
	border: 1px solid #ddd;
  margin: 0;
  padding: 5px;
  vertical-align: middle;
  width: auto;
}

.jshop .btn-active {
  background: #7E93B1;
  border: 1px solid #7E93B1;
  box-shadow: none;
  color: #fff;
  font-weight: 600;
  padding: 8px 10px;
  text-shadow: none;
  text-transform: uppercase;
}

.jshop .btn-active:hover,
.jshop .btn-active:focus,
.jshop .btn-active:active {
  background: #ff9300;
  border-color: #ff9300;
  color: #fff;
}


/* --- Table ---  */
.jshop table {
  border-collapse: collapse;
  border-spacing: 0;
}

.jshop table tr {
  border: 0 !important;
}

/* --- Typography --- */
.jshop h1 {
  color: #222 !important;
  font-family: 'Raleway', sans-serif;
  font-size: 180% !important;
  font-weight: 600 !important;
  margin: 0 0 20px 0 !important;
  text-transform: uppercase;
}



/* MAIN LAYOUT
----------------------------------------*/
.jshop {
  margin-top: 15px;
}


/* CATEGORIES LIST
----------------------------------------*/
.jshop .category-row {
  margin: 0 -10px 40px;
  overflow: hidden;
  padding: 0 0 20px;
}

.jshop .category-row .category {
  float: left;
}

.jshop .category-row .category-inner,
.jshop .category-row .manufacturer {
  padding: 0 10px;
}

.jshop .category-row .category .image,
.jshop .category-row .manufacturer .image {
  margin-bottom: 10px;
}

.jshop .category-row .category-ct h3 a,
.jshop .category-row .manufacturer .product-link {
	background-color: #333;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  padding: 5px 10px;
  text-transform: uppercase;
}

.jshop .category-row .category h3 a {
  color: #fff;
}

.jshop .category-row h3 a:hover,
.jshop .category-row .category h3 a:focus,
.jshop .category-row .category h3 a:active,
.jshop .category-row .manufacturer .product-link:hover,
.jshop .category-row .manufacturer .product-link:focus,
.jshop .category-row .manufacturer .product-link:active {
  background-color: #7E93B1;
  text-decoration: none !important;
}

/* --- Category thumb --- */
.jshop .category-row .category-img {
  background: #f3f3f3;
  margin-bottom: 20px;
  overflow: hidden;
}

.jshop .category-row .category-img a {
	display: block;
}

.jshop .category .jshop-img,
.jshop .category .jshop_img {
  transition: all 0.35s;
}

.category .jshop-img:hover,
.category .jshop_img:hover {
  transform: scale(1.1);
}

.category .category-short-desc {
  display: block;
  text-align: left;
}


/* SUB CATEGORY
----------------------------------------*/
.jshop .category-list .category {
  float: left;
}

.jshop .category-list .category h3 {
}

.jshop .category-list .category p {
  margin: 0;
}

.jshop .category-list a.cat-link {
  color: #333;
  display: block;
  font-family: 'Raleway', sans-serif;
  font-size: 110%;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.jshop .category-list a.cat-link:hover,
.jshop .category-list a.cat-link:focus,
.jshop .category-list a.cat-link:active {
	color: #7E93B1;
}

.jshop_list_category .jshop_categ {
  float: left;
}


/* PRODUCT LIST
----------------------------------------*/
#jshop .product-list-wrap {
  padding-top: 20px;
}

/* --- Filter bar ---*/
#jshop .jshop_form_filter,
.jshop .filters {
  background: #f3f3f3;
  border: 2px solid #ddd;
  margin: 0 0 20px 0;
  padding: 10px;
}

.jshop .filters span {
	display: inline-block;
	margin-right: 10px;
}

#jshop .block_sorting_count_to_page,
.jshop .block_sorting_count_to_page {
  background-color: #fcfcfc;
  border: 2px solid #ddd;
  margin-bottom: 20px;
  padding: 10px 15px;
}

.block_sorting_count_to_page:after {
  content: "";
  display: table;
  clear: both;
}

.jshop .block_sorting_count_to_page > div {
  float: left;
}

.jshop .block_sorting_count_to_page select {
  border-radius: 0;
}

#jshop .jshop_form_filter table {
  border: 0;
}

#jshop .jshop_form_filter table tr {
  border: 0;
}

#jshop .jshop_form_filter table th,
#jshop .jshop_form_filter table td {
  border: 0;
  padding: 0;
}

#jshop .jshop_form_filter .box_products_sorting,
#jshop .jshop_form_filter .box_products_count_to_page {
  color: #666;
  display: block;
  float: left;
  font-weight: bold;
  padding-right: 10px;
}

#jshop .jshop_form_filter .box_products_sorting img:hover {
  cursor: pointer;
}


/* --- Product list layout ---*/
#jshop .product-list,
.jshop .product-list {
  margin-top: 40px;
}

#jshop .product-list .product-row,
.jshop .product-list .product-row {
  border-bottom: 1px solid #eee;
  margin: 0 -15px 40px;
  overflow: hidden;
  padding: 0 0 40px;
}

#jshop .product-list .product-row:last-child,
.jshop .product-list .product-row:last-child {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

#jshop .product-row .product,
.jshop .product-row .product {
  float: left;
}

#jshop .product-row .product-inner,
.jshop .product-row .product-inner {
  padding: 0 15px;
}


/* --- Product item --- */

/* Product name */
.jshop .product .name {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 10px;
  text-align: center;
}

.jshop .product .name a {
  color: #333;
  text-decoration: none;
}

.jshop .product .name a:hover,
.jshop .product .name a:focus,
.jshop .product .name a:active {
  color: #02b1f1 !important;
}

/* Product image */
.jshop .product .image_block {
  margin-bottom: 20px;
  position: relative;
  text-align: center;
  overflow: hidden;
}

.jshop .product .image_block a {
	display: block;
}

.jshop .product .image_block img.jshop_img {
  transition: all 0.35s;
  max-width: 100%;
  max-height: 370px;
}

.jshop .product .image_block:hover img.jshop_img {
}

.jshop .product .product_label {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 300;
}

.jshop .product .description {
  margin-bottom: 10px;
}

.jshop .product .review_comment {
  color: #666;
  font-size: 92%;
  margin: 0 0 8px 0;
  overflow: hidden;
}

.jshop .product .count_commentar {
  color: #999;
  font-size: 11px;
  float: left;
}

.jshop .product .review_mark {
  float: right;
}

.stars_no_active {
  background-image: url(../images/star.png);
  background-position: 0 0;
  background-repeat: repeat-x;
  height: 16px;
}

.stars_active {
  background-image: url(../images/star.png);
  background-position: 0 -16px;
  background-repeat: repeat-x;
  height: 16px;
}


/* Product price */
.jshop_price {
  color: #7E93B1;
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 5px;
  text-align: center;
}

.old_price {
  color: #999;
  font-size: 12px;
  margin: 0 0 5px 0;
  text-decoration: line-through;
  text-align: center;
}

/* Product other properties */
.manufacturer_name {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 5px;
}

.productweight {
  border-bottom: 1px dotted #ccc;
  border-top: 1px dotted #ccc;
  padding: 5px 0;
}

.manufacturer_name,
.productweight,
.extra_fields,
.base_price,
.deliverytime {
  margin: 0 0 5px;
}

.manufacturer_name strong,
.productweight strong,
.extra_fields strong,
.base_price strong,
.deliverytime strong {
  color: #666;
}

.extra_fields div {
  background: url(../images/bullet.png) no-repeat 0 6px;
  margin-bottom: 3px;
  padding-left: 10px;
}

span.taxinfo,
span.plusshippinginfo {
  display: inline-block;
  margin-bottom: 3px;
}


/* Button actions */
.jshop .buttons {
  overflow: hidden;
  padding-top: 10px;
  text-align: center;
}

.jshop .buttons a {
  color: #666;
  display: inline-block;
  font-size: 92%;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1;
  min-width: 50px;
  padding: 0;
  text-align: left;
  transition: all 0.35s;
}


/* PRODUCT DETAIL
----------------------------------------*/
.jshop .product-info-wrap {
  float: left;
  margin-bottom: 40px;
  width: 100%;
}


/* --- Product images ---*/
.productfull .product-info-wrap .product-images {
  float: left;
  width: 45%;
}

.productfull .product-info-wrap .product-images .image_middle {
  margin-bottom: 20px;
  margin-right: 30px;
  padding-top: 5px;
  position: relative;
}

.productfull .product-info-wrap .product-images .image_middle a {
	display: block;
	position: relative;
}

.productfull .product-info-wrap .product-images .image_middle a .text_zoom {
	background: #666;
	position: absolute;
	bottom: 0;
	color: #fff;
	padding: 3px 5px;
	right: -1px;
}

.productfull .product-info-wrap .product-images .image_middle a .text_zoom img {
	border: 0;
	vertical-align: middle;
}

.productfull .product-info-wrap .product-images .image_middle a img {
	border: 1px solid #ddd;
}

.productfull #list_product_image_thumb {
	overflow: hidden;
}

.productfull #list_product_image_thumb img {
	border: 1px solid #ddd;
	float: left;
	padding: 5px 0;
}

.productfull #list_product_image_thumb img.jshop_img_thumb:hover {
	border-color: #ccc;
	cursor: pointer;
}

.jshop .product-info-wrap .product-images .product_label {
	position: absolute;
	right: 0;
	top: 5px;
}

.jshop .product-info-wrap .image_middle img {
  max-width: 100%;
}

.jshop .product-info-wrap .image_middle .text_zoom {
  margin-top: 10px;
}


.jshop .product-info-wrap .jshop_img_description .jshop_img_thumb {
  display: inline-block;
  margin-right: 5px;
  max-width: 50px;
}

/* --- Product information ---*/
.jshop .product-info-wrap .product-info {
  float: right;
  width: 55%;
}

.jshop .product-info-wrap .product-info h1 {
  margin-bottom: 20px !important;
  line-height: 1.2;
  text-transform: none;
}

.jshop .product-info-wrap .product-info h1 .jshop_code_prod {
	color: #999;
}

.jshop .product-info-wrap .product-info .rating {
  margin-bottom: 10px;
}

.jshop .product-info-wrap .jshop_prod_attributes {
  margin-bottom: 10px;
}

.jshop .product-info-wrap .attributes_title {
  font-weight: 600;
  font-size: 15px;
  padding-right: 5px;
}

.jshop .product-info-wrap .prod_free_attribs {
  margin-bottom: 10px;
}

.jshop .product-info-wrap .prod_free_attribs .name {
  font-weight: bold;
  padding-right: 5px;
}

.jshop .product-info-wrap .product-info .jshop_prod_description {
  margin-bottom: 20px;
}

.jshop .product-info-wrap .price_prod_qty_list_head {
  font-weight: 600;
  font-size: 15px;
}

.jshop .product-info-wrap .price_prod_qty_list {
  list-style: none;
  margin-bottom: 10px;
  margin-left: 10px;
}

.jshop .product-info-wrap .price_prod_qty_list li {
  padding-top: 5px;
  padding-bottom: 5px;
}

.jshop .product-info-wrap .price_prod_qty_list .qty_price {
  font-weight: 600;
}

.jshop .product-info-wrap .price_prod_qty_list li:last-child {
  border-bottom: 0;
}

.jshop .product-info-wrap .product-info .old_price {
	color: #333;
	font-weight: 600;
	text-decoration: none;
	text-align: left;
}

.productfull .product-info-wrap .product-info .old_price span.old_price {
	color: #999;
	font-size: 14px;
	text-decoration: line-through;
}

.jshop .product-info-wrap .prod_price {
	font-weight: 600;
  font-size: 15px;
  margin-bottom: 10px;
}

.jshop .product-info-wrap .prod_price #block_price {
  color: #ff9300;
  font-size: 18px;
  font-weight: 600;
}

.jshop .product-info-wrap .product-info select {
  margin: 0 5px 0 0;
  vertical-align: middle;
  width: auto;
}

.jshop .product-info-wrap .productweight {
  border: 0;
  font-weight: 600;
  font-size: 15px;
}

.jshop .product-info-wrap .productweight span {
  font-weight: normal;
}

.jshop .product-info-wrap .prod_buttons {
  padding-top: 10px;
}

.jshop .product-info-wrap .prod_buttons > div {
  display: inline-block;
  vertical-align: middle;
}

.jshop .product-info-wrap .prod_buttons .prod_qty {
  font-size: 15px;
  font-weight: 600;
	padding: 0 5px 5px 0;
}

.jshop .product-info-wrap .prod_buttons .prod_qty_input {
  vertical-align: middle;
}

.jshop .product-info-wrap .prod_buttons .prod_qty_input input {
  height: 35px !important;
  line-height: 35px;
  margin-right: 5px !important;
	padding: 0 10px;
  vertical-align: middle;
}

.jshop .product-info-wrap .prod_buttons > div input[type="text"] {
  margin: 0;
  width: 20px;
}

.jshop .product-info-wrap .prod_buttons .buttons {
	border: 0;
  padding-top: 0;
  margin: 0;
  padding: 0;
}

.jshop .product-info-wrap .prod_buttons .button {
	background: transparent;
  color: #666;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: normal;
  padding: 10px;
  text-transform: uppercase;
}

.jshop .product-info-wrap .prod_buttons .button:hover {
	cursor: pointer;
}

.jshop .product-info-wrap .prod_buttons #quantity {
	height: 26px;
}


.jshop .jshop_prod_description {
  border-top: 2px solid #eee;
  clear: both;
  overflow: hidden;
  padding-top: 20px;
}

/* Related product ---*/
.related_header {
  color: #222;
  font-family: 'Raleway', sans-serif;
  font-size: 150%;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 40px;
}

.jshop_list_product {
  margin: 0 0 40px;
}

.jshop_list_product .list_related {
  border: 0;
}

.jshop_list_product .list_related tr,
.jshop_list_product .list_related th,
.jshop_list_product .list_related td {
  border: 0;
}

/* Comment ---*/
.review_header {
  border-bottom: 2px solid #eee;
  color: #222;
  font-family: 'Raleway',sans-serif;
  font-size: 150%;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.review-item {
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  padding: 0 10px 15px 0;
}

.review-item span.review-user {
  background: #f0f0f0;
  border-radius: 3px;
  color: #666;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  padding: 1px 5px;
  text-shadow: 1px 1px 0 #fff;
}

.review-item span.review-time {
  color: #999;
  font-size: 11px;
}

.review-item .review-text {
  padding: 10px 0;
}


/* RELATED PRODUCT
---------------------------------------*/
.jshop.list_related .product-inner {
	margin: 0 10px;
}


.jshop.list_related .product-inner .image_block {
	position: relative;
	margin-bottom: 20px;
}

.jshop.list_related .product-inner .image_block img {
  max-width: 100%;
}

.jshop.list_related .product-inner .name {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
}

.jshop.list_related .product-inner .name a {
	color: #222;
}

.jshop.list_related .product-inner .name a:hover,
.jshop.list_related .product-inner .name a:focus,
.jshop.list_related .product-inner .name a:active {
	color: #7E93B1;
}

.jshop.list_related .product-inner .description {
	text-align: center;
	margin-bottom: 10px;
}

.jshop.list_related .review_comment {
	margin-bottom: 10px;
	overflow: hidden;
}

.jshop.list_related .review_comment .count_commentar {
	float: left;
  color: #999;
  float: left;
  font-size: 11px;
}

.jshop.list_related .review_comment .review_mark {
	float: right;
}

.jshop.list_related .jshop_price {
	margin-bottom: 20px;
}

.jshop.list_related .buttons {
	text-align: center;
}

.jshop.list_related .product-inner .image_block .product_label {
	position: absolute;
	top: 0;
	right: 0;
}

.jshop.list_related .product_related_row {
	overflow: hidden;
}

.jshop.list_related .jshop_related {
	float: left;
}

/* SEARCH PAGE
----------------------------------------*/
.search-page input,
.search-page label {
  display: inline-block;
  margin: 0 5px 0 0 !important;
  vertical-align: middle;
}

table.tbl_search_form {
  border: 0;
  width: 100%;
}

table.tbl_search_form tr,
table.tbl_search_form th,
table.tbl_search_form td {
  border: 0;
}

table.tbl_search_form th,
table.tbl_search_form td {
  border-bottom: 1px solid #ddd;
  padding: 5px 10px;
}

table.tbl_search_form th {
  background: #f3f3f3;
  color: #666;
  text-shadow: 1px 1px 0 #fff;
}

table.tbl_search_form td img {
  border: 0;
  vertical-align: middle;
}

.buttons-wrap {
  padding: 10px 0;
}

.buttons-wrap .button {
  background: #7E93B1;
  border: 1px solid #7E93B1;
  border-radius: 3px;
  color: #fff;
  font-size: 110%;
  padding: 5px 10px;
  text-shadow: 1px 1px 0 rgba(0,0,0,.2);
  -webkit-border-radius: 3px;
}



/* MANUFACTURER
----------------------------------------*/
.manufacturer_row {
  overflow: hidden;
}

.manufacturer_row .jshop_categ {
  float: left;
}

.manufacturer_row .manufacturer {
  overflow: hidden;
  padding: 0 10px;
}

.manufacturer_row .manufacturer_img {
  display: block;
  float: left;
  margin-right: 20px;
}

.manufacturer_row .product_link {
  color: #666;
  font-size: 150%;
}

.manufacturer_row .product_link:hover,
.manufacturer_row .product_link:focus,
.manufacturer_row .product_link:active {
  color: #7E93B1 !important;
}

.manufacturer_row .manufacturer_url a:hover,
.manufacturer_row .manufacturer_url a:focus,
.manufacturer_row .manufacturer_url a:active {
  color: #7E93B1 !important;
}



/* CART PAGE
----------------------------------------*/
#jshop .cart {
  border-collapse: collapse;
  display: table;
  overflow: hidden;
  width: 100%;
}

#jshop .cart .col-heading {
  background: #444;
  color: #ccc;
  display: table-row;
  overflow: hidden;
  width: 100%;
}

#jshop .cart .col-heading div {
  box-sizing: border-box;
  display: table-cell;
  font-weight: bold;
  -moz-box-sizing: border-box;
  padding: 10px 0;
  text-align: center;
  -webkit-box-sizing: border-box;
}

#jshop .cart .product-row {
  display: table-row;
  width: 100%;
}

#jshop .cart .product-row:nth-child(2n+1) {
  background: #fcfcfc;
}

#jshop .cart .product-row > div {
  border: 1px solid #dbdbdb;
  display: table-cell;
  padding: 10px;
  vertical-align: middle;
}

#jshop .cart .mobile-cart {
  display: none;
}

.cart .product-image {
  text-align: center;
  width: 15%;
}

.cart .product-name {
  width: 30%;
}

.cart .product-price {
  width: 15%;
}

.cart .product-number {
  width: 15%;
}

.cart .product-price-total {
  width: 15%;
}

.cart .product-remove {
  width: 10%;
}


#jshop .cart .product-image img {
  width: 50px;
}

#jshop .cart .product-name .product-title {
  display: none;
  font-size: 14px;
  font-weight: bold;
}

#jshop .cart .list_attribute p,
#jshop .cart .list_free_attribute p {
  background: url(../images/bullet.png) no-repeat 10px 6px;
  color: #666;
  font-size: 11px;
  margin-bottom: 0;
  padding-left: 20px;
}

#jshop .cart .list_attribute p .name,
#jshop .cart .list_free_attribute p .name {
  font-weight: bold;
}

#jshop .cart .product-price,
#jshop .cart .product-total-price {
  font-weight: bold;
}

#jshop .cart .product-remove {
  text-align: center;
}

#jshop .cart .product-remove a {
  background: #f0f0f0;
  border: 1px solid #ddd;
  border-radius: 2px;
  display: inline-block;
  height: 20px;
  width: 20px;
}

#jshop .cart .product-remove a:hover,
#jshop .cart .product-remove a:focus,
#jshop .cart .product-remove a:active {
  border-color: #999;
}



/* WISHLIST PAGE
----------------------------------------*/
#jshop .wishlist {
  border-collapse: collapse;
  display: table;
  overflow: hidden;
  width: 100%;
}

#jshop .wishlist .col-heading {
  background: #444;
  color: #ccc;
  display: table-row;
  overflow: hidden;
  width: 100%;
}

#jshop .wishlist .col-heading div {
  box-sizing: border-box;
  display: table-cell;
  font-weight: bold;
  -moz-box-sizing: border-box;
  padding: 10px 0;
  text-align: center;
  -webkit-box-sizing: border-box;
}

#jshop .wishlist .product-row {
  display: table-row;
  width: 100%;
}

#jshop .wishlist .product-row:nth-child(2n+1) {
  background: #fcfcfc;
}

#jshop .wishlist .product-row > div {
  border: 1px solid #dbdbdb;
  display: table-cell;
  padding: 10px;
  vertical-align: middle;
}

.wishlist .product-image {
  text-align: center;
  width: 15%;
}

.wishlist .product-name {
  width: 25%;
}

.wishlist .product-price {
  width: 15%;
}

.wishlist .product-number {
  width: 10%;
}

.wishlist .product-price-total {
  width: 15%;
}

.wishlist .product-remove-cart {
  width: 10%;
}

.wishlist .product-remove {
  width: 10%;
}


#jshop .wishlist .product-image img {
  width: 50px;
}

#jshop .wishlist .product-name .product-title {
  font-size: 14px;
  font-weight: bold;
}

#jshop .wishlist .list_attribute p,
#jshop .wishlist .list_free_attribute p {
  background: url(../images/bullet.png) no-repeat 10px 6px;
  color: #666;
  font-size: 11px;
  margin-bottom: 0;
  padding-left: 20px;
}

#jshop .wishlist .list_attribute p .name,
#jshop .wishlist .list_free_attribute p .name {
  font-weight: bold;
}

#jshop .wishlist .product-price,
#jshop .wishlist .product-total-price {
  font-weight: bold;
}

#jshop .wishlist .product-remove {
  text-align: center;
}

#jshop .wishlist .product-remove a {
  background: #f0f0f0;
  border: 1px solid #ddd;
  border-radius: 2px;
  display: inline-block;
  height: 20px;
  width: 20px;
}

#jshop .wishlist .product-remove a:hover,
#jshop .wishlist .product-remove a:focus,
#jshop .wishlist .product-remove a:active {
  border-color: #999;
}

/* Register ---*/
.jshop_register table {
  border: 0;
  border-top: 1px solid #eee;
  width: 100%;
}

.jshop_register table td {
  border: 0;
  border-bottom: 1px solid #eee;
  padding: 5px 10px;
}

.jshop_register table td.name {
  background: #f9f9f9;
  color: #666;
  font-weight: bold;
  text-align: right;
  width: 200px;
}

table#jshop_menu_order {
  margin-bottom: 20px;
  width: 100%;
}

table#jshop_menu_order td {
  background: #e9f3fa;
  border: 1px solid #7E93B1;
  color: #666;
  font-weight: bold;
  padding: 7px 10px;
}

table#jshop_menu_order td span#active_step {
  background: #7E93B1;
  color: #fff;
  display: block;
  margin: -7px -10px;
  padding: 7px 10px;
}

div.requiredtext {
  font-style: italic;
  padding: 10px 0;
}

/* --- Shipping step ---*/
#table_payments tr,
#table_payments td {
  border: 0;
}

#table_shippings tr,
#table_shippings td {
  border: 0;
}

table.tbl_address {
  margin-top: 20px;
  width: 100%;
}

table.tbl_address td {
  padding: 5px 10px;
}

table.tbl_confirm_order {
  margin-top: 20px;
}

table.tbl_confirm_order tr {
  border: 0;
}

table.tbl_confirm_order td {
  border: 0;
  padding: 5px 10px;
}

table.tbl_confirm_order #order_add_info {
  margin-top: 10px;
}

table.tbl_confirm_order .button {
  background: #7E93B1;
  border: 1px solid #7E93B1;
  color: #fff;
  margin-top: 10px;
  text-shadow: 1px 1px 0 rgba(0,0,0,.2);
}

table.tbl_confirm_order .button:hover {
  background: #7E93B1;
  background: -moz-linear-gradient(bottom, #7E93B1,#7E93B1);
  border-color: #729db9;
  text-shadow: 1px 1px 0 rgba(0,0,0,.2);
}


/* CHECKOUT PAGE
----------------------------------------*/
/* --- Checkout menu --- */
#jshop_menu_order {
  margin-top: 30px;
  overflow: hidden;
}

#jshop_menu_order .jshop_order_step {
  color: #999;
  float: left;
  font-weight: bold;
  text-align: center;
  width: 25%;
}

#jshop_menu_order .jshop_order_step .step-number {
  background: url(../images/line.gif) repeat-x left center;
  margin-bottom: 5px;
}

#jshop_menu_order .jshop_order_step #active_step {
  color: #ff9300;
}

#jshop_menu_order .jshop_order_step strong {
  background: #f0f0f0;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}

.jshop_register {
  margin-bottom: 20px;
}

.address_block div input[type="radio"],
.address_block div label {
  display: inline-block;
  margin: 0 0 0 5px;
  vertical-align: middle;
}

.address_block .requiredtext {
  border-bottom: 2px solid #ddd;
  display: block;
  margin-bottom: 20px;
  text-align: left;
}

.address_block .buttons {
  text-align: right;
}

.address_block .buttons .btn-hilite {
  background: #7E93B1;
  border: 1px solid #7E93B1;
  color: #fff;
}

.address_block .buttons .btn-hilite:hover {
  background: #ff9300;
  border: 1px solid #ff9300;
}


/* Step 2 */
#table_payments input,
#table_payments label,
#table_shippings input,
#table_shippings label {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}

.jshop .direction-nav {
  border-top: 2px solid #ddd;
  margin-top: 20px;
  overflow: hidden;
  padding-top: 10px;
  text-align: right;
}

.jshop .direction-nav input.btn {
  float: right;
  width: 55px;
}

/* Step 4 */
.jshop .checkout-cart .product-image {
  width: 15%;
}

.jshop .checkout-cart .product-name {
  width: 40%;
}

.jshop .checkout-cart .product-price {
  width: 15%;
}

.jshop .checkout-cart .product-number {
  width: 10%;
}

.jshop .checkout-cart .product-total-price {
  width: 20%;
}

table.jshop_subtotal {
  border-bottom: 1px solid #ddd;
  width: 100%;
}

table.jshop_subtotal td.name {
  color: #666;
  font-weight: bold;
  padding: 5px 10px 5px 0;
  text-align: right;
}

table.jshop_subtotal td.value {
  font-weight: bold;
  padding-left: 10px;
  width: 20%;
}

.preview-finish {
  margin-top: 20px;
}

.preview-finish table {
  width: 100%;
}

.preview-finish table td {
  border-bottom: 1px solid #eee;
  padding: 8px 0;
}

.preview-finish input#agb {
  margin: 0 5px 0 0;
}

.preview-finish table td textarea {
  border-radius: 0;
  height: 150px;
  min-width: 360px;
}


/* LOGIN PAGE
----------------------------------------*/
.jshop-login {
  overflow: hidden;
}

.jshop-login .jlogin-left,
.jshop-login .jlogin-right {
  box-sizing: border-box;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 50%;
}

.jshop-login .jlogin-right {
  float: right;
}

.jshop-login h3 {
  background: #f0f0f0;
  border: 1px solid #ddd;
  border-bottom: 0;
  margin: 0;
  padding: 8px 20px;
}

.jshop-login .jlogin-left h3 {
  margin-right: 15px;
}

.jshop-login .jlogin-right h3 {
  margin-left: 15px;
}

.jshop-login .jlogin-ct {
  border: 1px solid #ddd;
  min-height: 166px;
  padding: 20px;
}

.jshop-login .jlogin-left .jlogin-ct {
  margin-right: 15px;
}

.jshop-login .jlogin-right .jlogin-ct {
  margin-left: 15px;
}

.jshop-login form {
  margin-bottom: 0;
}

.jshop-login .jlogin-username {
  margin-bottom: 15px;
}

.jshop-login input[type="text"],
.jshop-login input[type="password"] {
  border-radius: 0;
  box-shadow: none;
  vertical-align: middle;
}

.jshop-login .jlogin-remember {
  margin-bottom: 15px;
}

.jshop-login .jlogin-remember label,
.jshop-login .jlogin-remember input {
  display: inline-block;
  margin: 0 5px 0 0;
  vertical-align: middle;
}

.jshop-login .button {
  color: #666;
  font-size: 92%;
  font-weight: 600;
  padding: 7px 15px;
  text-transform: uppercase;
}

.jshop-login .button:hover {
  background: #7E93B1;
  border: 1px solid #7E93B1;
  color: #fff;
}


/* MODULE STYLE
----------------------------------------*/
/* Your cart module ---*/
#jshop_module_cart,
#jshop_module_wishlist {
  background: #f3f3f3;
  border: 1px solid #ddd;
  padding: 0;
}

#jshop_module_cart table {
  border: 0;
}

#jshop_module_cart table tr,
#jshop_module_cart table td,
#jshop_module_wishlist table tr,
#jshop_module_wishlist table td {
  border: 0;
}

#jshop_module_cart table td,
#jshop_module_wishlist table td {
  border-bottom: 1px solid #ddd;
  padding: 10px;
}

#jshop_module_cart table td a,
#jshop_module_wishlist table td a {
  background: #fff;
  border: 2px solid #ddd;
  color: #333;
  display: block;
  float: right;
  font-weight: bold;
  padding: 5px 10px;
  text-decoration: none;
}

#jshop_module_cart table td a:hover,
#jshop_module_cart table td a:focus,
#jshop_module_cart table td a:active,
#jshop_module_wishlist td a:hover,
#jshop_module_wishlist td a:focus,
#jshop_module_wishlist td a:active {
  background: #7E93B1;
  border-color: #7E93B1;
  color: #fff;
}

#jshop_module_cart td[align=right],
#jshop_module_wishlist td[align=right] {
  border: 0;
}

#jshop_module_cart #jshop_summ_product,
#jshop_module_wishlist #jshop_summ_product {
  color: #666;
  font-weight: bold;
}

/* All category module */
.jshop_menu_level_0,
.jshop_menu_level_0_a {
  padding: 6px 0;
}

.jshop_menu_level_0 a {
  color: #222 !important;
  text-decoration: none;
}

.jshop_menu_level_0 a:hover,
.jshop_menu_level_0 a:focus,
.jshop_menu_level_0 a:active {
  background: none !important;
  color: #7E93B1 !important;
  text-decoration: underline;
}

.jshop_menu_level_0_a a {
  background: none !important;
  color: #7E93B1 !important;
  text-decoration: none;
}

.jshop_menu_level_1 {
  padding: 6px 0 6px 10px;
}

.jshop_menu_level_1 a:link {
  color: #666;
}

.jshop_menu_level_1 a:hover {
  background: none;
  color: #7E93B1;
}

/* Pagination ---*/
.jshop .pagination {
  border: 0 !important;
  margin: 10px 0 0 !important;
  padding: 0 !important;
}

.jshop .pagination ul {
  text-align: center !important;
}

.jshop .pagination ul li {
  display: inline;
  padding: 0 5px;
}

/* Direction nav bar */
.jshop #jshop-direction {
  border-top: 2px solid #eee;
  margin-top: 20px;
  overflow: hidden;
  padding: 20px 0 0 0;
}

.jshop #jshop-direction a.button {
	border: 2px solid #ccc;
	color: #222;
  display: block;
  float: right;
  font-size: 92%;
  font-weight: bold;
  padding: 8px 15px;
  text-transform: uppercase;
}

.jshop #jshop-direction a.button:hover,
.jshop #jshop-direction a.button:focus,
.jshop #jshop-direction a.button:active {
	border-color: #666;
}

.jshop #jshop-direction a.btn-back {
  border: 2px solid #7E93B1;
  color: #222;
  float: left;
}

.jshop #jshop-direction a.btn-back:hover,
.jshop #jshop-direction a.btn-back:focus,
.jshop #jshop-direction a.btn-back:active {
  border-color: #ff9300;
}

/* Copyright */
#maxx_copyright,
#mxcpr {
  border-top: 1px solid #eee;
  display: block;
  font-size: 10px;
  margin-top: 20px;
  padding-top: 10px;
  text-align: center;
}

#maxx_copyright a,
#mxcpr a {
  background: none;
  color: #999;
}

#maxx_copyright a:hover,
#maxx_copyright a:focus,
#maxx_copyright a:active,
#mxcpr a:hover,
#mxcpr a:focus,
#mxcpr a:active {
  background: none !important;
}



/* Latest product module
------------------------*/
.latest_products .block_item {
  border-bottom: 1px solid #eee;
  overflow: hidden;
  padding: 15px 0;
}

.latest_products .block_item:last-child {
  border: 0;
  padding-bottom: 0;
}

.latest_products .block_item .image {
  float: left;
  margin-right: 10px;
}

.latest_products .block_item .image a {
  display: block;
  width: 80px;
}

.latest_products .block_item .image a img {
  max-width: 100%;
}

.latest_products .block_item .name {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
}

.latest_products .block_item .name a {
  color: #333;
}

.latest_products .block_item .jshop_price {
  font-size: 14px;
  text-align: left;
}

/* Top hit product module
------------------------*/
.top_hits_products .block_item {
  border-bottom: 1px solid #eee;
  overflow: hidden;
  padding: 15px 0;
}

.top_hits_products .block_item:last-child {
  border: 0;
  padding-bottom: 0;
}

.top_hits_products .block_item .image {
  float: left;
  margin-right: 10px;
}

.top_hits_products .block_item .image a {
  display: block;
  width: 80px;
}

.top_hits_products .block_item .image a img {
  max-width: 100%;
}

.top_hits_products .block_item .name {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
}

.top_hits_products .block_item .name a {
  color: #333;
}

.top_hits_products .block_item .jshop_price {
  font-size: 14px;
  text-align: left;
  min-width: 0
}

/* Clearfix */
.clearfix:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}

* html .clearfix {
  height: 1%;
}

:first-child + html .clearfix {
  min-height: 1%;
}






/* --------------------------------------*/
/* RESPONSIVE STYLE
----------------------------------------*/
/* Small devices (tablet, 768px and up) */
@media (min-width: 768px) and (max-width: 980px) {
}


/* Small devices (mobile, 768px and down) */
@media (max-width: 767px) {
}

/* Small devices (tablet, 768px and up) */
@media (min-width: 641px) and (max-width: 768px) {

  /* CATEGORY LIST
  --------------------------------------- */
  #jshop {
    overflow: hidden;
  }

  .jshop .category-row {
    border: 0;
    overflow: visible;  
  }
  
  .jshop .category-list .category {
    margin-bottom: 20px;
    width: 50% !important;
  }
  
}

/* Small devices (mobile, 768px and down) */
@media (max-width: 640px) {

  /* CATEGORY LIST
  --------------------------------------- */
  #jshop {
    overflow: hidden;
  }

  .jshop .category-row {
    border: 0;
    overflow: visible;  
  }
  
  .jshop .category-list .category {
    margin-bottom: 30px;
    width: 50% !important;
  }
  
  
  /* PRODUCTS LIST
  --------------------------------------- */
  #jshop .product-list .product-row {
    border: 0;
    overflow: visible;
  }
  
  #jshop .product-row .product {
    margin-bottom: 30px;
    width: 50% !important;
  }
  
  #jshop .product-row .product .buttons a {
    margin-bottom: 10px;
  }

  /* CART PAGE
  --------------------------------------- */
  #jshop .cart .product-row {
    border-bottom: 1px solid #dbdbdb;
    display: block;
    margin-bottom: 10px;
  }
  
  #jshop .cart .product-row > div {
    border-bottom: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    padding-left: 120px;
    position: relative;
    width: 100%;
  }
  
  #jshop .cart .product-row .col-title {
    background: #f0f0f0;
    border-right: 1px solid #ddd;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #666;
    display: block;
    font-weight: bold;
    height: 100%;
    line-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100px;
    padding: 10px;
    text-align: left;
    vertical-align: middle;
  }
  
  #jshop .cart .product-row .product-image,
  #jshop .cart .product-row .product-remove {
    text-align: left;
  }
  
  #jshop .cart .product-row .product-remove a {
    text-align: center;
    padding: 5px;
  }
  
  table.jshop_subtotal {
    margin-top: 0;
  }
  
  table.jshop_subtotal td.name {
    width: auto;
  }
  
  .coupon-code input label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
  }
  
  .coupon-code input[type="text"] {
    max-width: 140px;
  }
  
  .coupon-code .button {
    background: #7E93B1;
    border-color: #7E93B1;
    color: #fff;
  }
  
  
  /* WISHLIST PAGE
  --------------------------------------- */
  #jshop .wishlist .product-row {
    border-bottom: 1px solid #dbdbdb;
    display: block;
    margin-bottom: 10px;
  }
  
  #jshop .wishlist .product-row > div {
    border-bottom: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    padding-left: 120px;
    position: relative;
    width: 100%;
  }
  
  #jshop .wishlist .product-row .col-title {
    background: #f0f0f0;
    border-right: 1px solid #ddd;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #666;
    display: block;
    font-weight: bold;
    height: 100%;
    line-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    padding: 10px;
    text-align: left;
    vertical-align: middle;
  }
  
  #jshop .wishlist .product-row .product-image,
  #jshop .wishlist .product-row .product-remove {
    text-align: left;
  }
  
  #jshop .wishlist .product-row .product-remove a {
    text-align: center;
    padding: 5px;
  }
  
}

/* Small devices (mobile, 768px and down) */
@media (max-width: 480px) {

  /* CATEGORY LIST
  --------------------------------------- */
  .jshop .category-list .category {
    margin-bottom: 30px;
    width: 100% !important;
  }
  
  /* PRODUCTS LIST
  --------------------------------------- */
  #jshop .product-row .product {
    margin-bottom: 30px;
    width: 100% !important;
  }
  
  /* PRODUCTS DETAIL
  --------------------------------------- */
  .jshop .product-info-wrap .product-images,
  .jshop .product-info-wrap .product-info {
    float: none;
    width: 100%;
  }
  
  .jshop .product-info-wrap .product-images {
    margin-bottom: 30px;
  }
  
  .jshop .product-info-wrap .product-images .image_middle {
    margin: 0;
    text-align: center;
  }
  
  .jshop .product-info-wrap .prod_buttons .buttons {
    margin-top: 10px;
  }
  
  
  /* LOGIN PAGE
  --------------------------------------- */
  .jshop-login .jlogin-left,
  .jshop-login .jlogin-right {
    float: none;
    width: 100%;
  }
  
  .jshop-login .jlogin-left {
    margin-bottom: 20px;
  }
  
  .jshop-login .jlogin-left .jlogin-ct,
  .jshop-login .jlogin-right .jlogin-ct,
  .jshop-login .jlogin-left h3,
  .jshop-login .jlogin-right h3 {
    margin: 0;
  }
  
  
  /* REGISTRATION PAGE
  --------------------------------------- */
  .jshop_register table td.name {
    width: 60px;
  }
  
  .jshop_register table td input,
  .jshop_register table td select {
    width: 150px;
  }
  
}