.cart #up_quantity {
  background-color: #ffffff;
  border: 1px solid #E5E5E5;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  float: left;
  padding: 4px;
  line-height: 50px \9;
  width: 50px;
  height: 50px;
  margin: 0 0 10px;
  text-align: center;
}
#mxcpr {
  display: none !important;
}
.cart .cart_reload,
.cart .cart_delete {
  width: 30px;
  height: 30px;
  cursor: pointer;
  color: #ffffff;
  margin: 10px 0;
  line-height: 30px;
  text-align: center;
  background: #734ba9;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-transition: color 0.15s linear 0s;
  -moz-transition: color 0.15s linear 0s;
  -o-transition: color 0.15s linear 0s;
  transition: color 0.15s linear 0s;
}
.cart .cart_reload:hover,
.cart .cart_delete:hover {
  background: #CFCFCF;
}
.noo_jshop_list_products .noo_jshop {
  margin: 40px 0 0;
}
.block_sorting_count_to_page {
  padding: 0;
  margin: 0 0 20px;
  color: #343434;
  padding: 30px 0;
  background: none;
}
.block_sorting_count_to_page > span {
  display: inline-block;
  margin: 0 15px 0 0;
  color: #999999;
  font-size: 12px;
}
.block_sorting_count_to_page select {
  display: inline-block;
  height: 40px;
  margin: 0 20px;
  padding: 0 15px;
  min-width: 50px;
  font-size: 12px;
  border: 0;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.noo_list_product .noo_product {
  position: relative;
  margin-bottom: 35px;
}
.noo_list_product .noo_product:hover .noo-action {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}
.noo_list_product .noo_product .product_label {
  color: #ffffff;
  padding: 12px 5px;
  line-height: 20px;
  font-size: 14px;
  text-align: center;
  position: absolute;
  width: 44px;
  height: 44px;
  top: -22px;
  right: 10px;
  z-index: 1;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.noo_list_product .noo_product .Sale {
  background: #f6653c;
}
.noo_list_product .noo_product .New {
  background: #734ba9;
}
.noo_list_product .noo_product .name {
  font-size: 100%;
  margin: 10px 0;
  height: 20px;
  overflow: hidden;
  line-height: 20px;
}
.noo_list_product .noo_product .name a {
  color: #282828;
}
.noo_list_product .noo_product .name a:hover {
  color: #734ba9;
}
.noo_list_product .noo_product .image_block {
  position: relative;
}
.noo_list_product .noo_product .image_block img {
  border: 0;
}
.noo_list_product .noo_product .image_block a {
  overflow: hidden;
  position: relative;
  display: block;
  text-decoration: none !important;
}
.noo_list_product .noo_product .image_block a img {
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.noo_list_product .noo_product .image_block a:hover img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
.noo_list_product .noo_product .price span.price {
  color: #d5100c;
  font-size: 112.5%;
  color: #734ba9;
}
.noo_list_product .noo_product .price span.old_price {
  margin: 0 5px 0 0;
  text-decoration: line-through;
  color: #999999;
  font-size: 75%;
}
.noo_list_product .noo_product .noo-action {
  margin: 0;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.noo_list_product .noo_product .noo-action button,
.noo_list_product .noo_product .noo-action a {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  font-size: 12px;
  border: 0;
  outline: 0;
  color: #ffffff;
  background: #666;
  float: left;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-transform: uppercase;
}
.noo_list_product .noo_product .noo-action button i,
.noo_list_product .noo_product .noo-action a i {
  font-size: 125%;
  height: 35px;
  line-height: 35px;
}
.noo_list_product .noo_product .noo-action button:hover,
.noo_list_product .noo_product .noo-action a:hover {
  background: #734ba9;
  color: #ffffff;
}
.stars_no_active {
  height: 16px;
  background-image: url(../../../templates/jux_merito/images/star.png);
  background-repeat: repeat-x;
  background-position: 0px 0px;
  direction: ltr;
}
.stars_active {
  height: 16px;
  background-image: url(../../../templates/jux_merito/images/star.png);
  background-repeat: repeat-x;
  background-position: 0px -16px;
}
.noo_jshop_information_detail .image_middle {
  position: relative;
  border: 1px solid #e3e3e3;
}
.noo_jshop_information_detail .image_middle .product_label {
  color: #ffffff;
  padding: 12px 5px;
  line-height: 20px;
  font-size: 14px;
  text-align: center;
  position: absolute;
  width: 44px;
  height: 44px;
  top: -22px;
  right: 10px;
  z-index: 1;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.noo_jshop_information_detail .image_middle .Sale {
  background: #f6653c;
}
.noo_jshop_information_detail .image_middle .New {
  background: #734ba9;
}
.noo_jshop_information_detail .jshop_img_description {
  position: relative;
  margin: 20px 0;
}
.noo_jshop_information_detail .jshop_img_description ul {
  padding: 0;
  list-style: none;
}
.noo_jshop_information_detail .jshop_img_description ul li {
  width: 20%;
  padding: 0 10px;
  float: left;
  margin-bottom: 20px;
}
.noo_jshop_information_detail .jshop_img_description ul li img {
  margin: 0;
  padding: 0;
  border: 1px solid #E5E5E5;
}
.noo_jshop_information_detail .noo_jshop_short_description h1 {
  color: #2f3339;
  font-size: 150%;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 15px;
}
.noo_jshop_information_detail .noo_jshop_short_description .noo_price_detail {
  margin: 20px 0;
}
.noo_jshop_information_detail .noo_jshop_short_description .noo_price_detail #block_price {
  font-size: 300%;
  font-weight: 300;
  color: #2f3339;
  line-height: 100%;
}
.noo_jshop_information_detail .noo_jshop_short_description .noo_price_detail .old_price {
  font-size: 150%;
  color: #bcbcbc;
  text-decoration: line-through;
}
.noo_jshop_information_detail .noo_jshop_short_description .short_description {
  font-size: 100%;
  font-weight: 300;
  margin: 0 0 30px;
}
.noo_jshop_information_detail .noo_jshop_short_description .prod_buttons {
  padding: 20px 0;
}
.noo_jshop_information_detail .noo_jshop_short_description .prod_buttons .button_buy {
  float: left;
  height: 40px;
  line-height: 40px;
  background: #ebebeb;
  color: #2f3339;
  font-size: 100%;
  border: 0;
  outline: 0;
  padding: 0 35px;
  margin: 0 20px;
}
.noo_jshop_information_detail .noo_jshop_short_description .prod_buttons .button_buy i {
  margin: 0 10px 0 0;
}
.noo_jshop_information_detail .noo_jshop_short_description .prod_buttons .button_buy:hover {
  background: #734ba9;
  color: #ffffff;
}
.noo_jshop_information_detail .noo_jshop_short_description .prod_buttons .prod_qty {
  float: left;
}
.noo_jshop_information_detail .noo_jshop_short_description .prod_buttons .prod_qty input {
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0 5px;
  border: 0;
  text-align: center;
  border-radius: 0;
  color: #2f3339;
  background: #ebebeb;
}
.noo_jshop_information_detail .noo_jshop_short_description #noo_tabs .tabs {
  position: relative;
  z-index: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.noo_jshop_information_detail .noo_jshop_short_description #noo_tabs .tabs li {
  margin: 0;
  width: 50%;
  float: left;
}
.noo_jshop_information_detail .noo_jshop_short_description #noo_tabs .tabs li a {
  text-align: center;
  background: #e8e8e8;
  color: #2f3339;
  border: 1px solid #e8e8e8;
  height: 40px;
  line-height: 40px;
  display: block;
  text-transform: capitalize;
}
.noo_jshop_information_detail .noo_jshop_short_description #noo_tabs .tabs li a.active,
.noo_jshop_information_detail .noo_jshop_short_description #noo_tabs .tabs li a:hover,
.noo_jshop_information_detail .noo_jshop_short_description #noo_tabs .tabs li a:focus {
  background: #ffffff !important;
  color: #734ba9;
  border-width: 1px 1px 0 1px;
  border-top-color: #734ba9;
}
.noo_jshop_information_detail .noo_jshop_short_description #noo_tabs .content {
  padding: 20px;
  border: 1px solid #e8e8e8;
  border-top: 0;
  color: #302e38;
  font-weight: 300;
}
.noo_jshop_information_detail .noo_jshop_short_description #noo_tabs .content .review {
  font-size: 120%;
}
.noo_jshop_information_detail .noo_jshop_short_description #noo_tabs .content #jshop_review_write .inputbox {
  width: 100%;
}
.noo_jshop_information_detail .noo_jshop_short_description #noo_tabs .content #jshop_review_write tr td {
  padding: 10px 0;
}
.bestseller_products .name a {
  font-weight: 600;
}
.bestseller_products .info {
  padding-left: 0;
}
.bestseller_products .review_mark {
  margin: 5px 0;
}
.bestseller_products .jshop_price {
  color: #999999;
}
.noo_row_categ {
  text-align: center;
}
.noo_row_categ .noo_jscateg {
  margin: 30px 0;
}
.noo_row_categ .noo_jscateg .noo_infor_categ h2 {
  margin: 0;
  font-size: 140%;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  font-weight: 300;
}
.noo_row_categ .noo_jscateg .noo_infor_categ h2 a {
  display: block;
}
.noo_row_categ .noo_jscateg:hover .noo_infor_categ h2 {
  background: #734ba9;
}
.noo_row_categ .noo_jscateg:hover .noo_infor_categ h2 a {
  color: #ffffff;
  text-decoration: none;
}
.noo_jshop_header h1 {
  margin: 0 0 20px;
}
.owl-wrapper-outer {
  direction: ltr;
}
.noo_jshop_check .discount-code {
  line-height: 36px;
}
.noo_jshop_check .discount-code input {
  vertical-align: top;
  margin: 0;
  height: 36px;
  line-height: 36px\9;
}
.owl-wrapper-outer {
  direction: ltr;
  z-index: 99;
}
.address_block .jshop_register select {
  margin-bottom: 10px;
}
table.cart td {
  vertical-align: middle;
}
table.cart .remove a {
  color: red;
}
#jquery-overlay {
  z-index: 1010;
}
#jquery-lightbox {
  z-index: 1020;
}
div.noo_latest_products {
  font-family: arial;
  font-weight: 400;
}
div.noo_latest_products div.noo_block_item {
  overflow: hidden;
  padding: 15px 0;
}
div.noo_latest_products div.noo_block_item.last {
  border: none;
}
div.noo_latest_products div.noo_block_item div.item_image {
  float: left;
}
div.noo_latest_products div.noo_block_item div.item_image img {
  height: 100%;
}
div.noo_latest_products div.noo_block_item div.item_name {
  font-size: 110%;
  font-family: inherit;
}
div.noo_latest_products div.noo_block_item div.item_name a {
  color: #363636;
}
div.noo_latest_products div.noo_block_item div.item_name a:hover {
  color: #734ba9;
}
div.noo_latest_products div.noo_block_item div.item_price {
  margin: 5px 0 0;
}
.list_category_children .jshop_categ {
  float: left;
  padding: 0 10px 0 0;
}
.list_category_children .jshop_categ a {
  display: block;
}
.list_category_children .jshop_categ .product_link {
  text-align: center;
  padding: 5px 0;
  text-transform: uppercase;
}
#jshop_review_write .star-rating-control {
  direction: ltr;
}
div.jshop_prod_attributes {
  padding: 10px 0;
  border-bottom: 1px solid #f6f6f6;
}
div.jshop_prod_attributes .attributes {
  margin: 10px 0;
}
div.jshop_prod_attributes .attributes .attributes_title {
  min-width: 60px;
  display: inline-block;
}
div.jshop_prod_attributes .attributes .attributes_description .select {
  position: relative;
  font-weight: normal;
}
div.jshop_prod_attributes .attributes .attributes_description .select:after {
  content: "\f107";
  font-family: FontAwesome;
  display: inline-block;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 25px;
  text-align: center;
  height: 28px;
  line-height: 28px;
  background: #ffffff;
  pointer-events: none;
}
div.jshop_prod_attributes .attributes .attributes_description select {
  height: 30px;
  padding: 5px 0;
  min-width: 70px;
  line-height: 20px;
  border: 1px solid #dddddd;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.prod_free_attribs {
  padding: 20px 0;
  margin: 0 0 20px;
  border-bottom: 1px solid #f6f6f6;
}

table.cart th {
  background: #ececec;
  border-right: 1px solid #dedede;
  font-weight: normal;
  padding: 10px;
  vertical-align: middle;
  white-space: nowrap;
}
table.cart td {
  border: 1px solid #dedede;
}
table.cart .jshop_img_description_center img.jshop_img {
  padding: 0;
  border: 0;
  width: 100px;
}
table.jshop_subtotal td {
  padding: 5px 0;
}
table.cart .even td {
  background-color: inherit;
}
img.jshop_img {
  border: 0;
  padding: 0;
}
.searchProduct .inputbox {
  border-radius: 0;
  -moz-border-radius: 0;
  border: 0;
  float: left;
  background: #ededed;
  color: #555555;
}
.searchProduct button {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5600000000000001);
  width: 40px;
  height: 40px;
  float: left;
  color: #b8b8b8;
  text-align: center;
  border: 0;
}
.searchProduct .advanceSearch {
  clear: both;
  display: block;
  padding: 10px 0 0;
}
.discount-code label {
  float: left;
  margin: 0 15px 0 0;
}
.discount-code .inputbox {
  border-radius: 0;
  -moz-border-radius: 0;
  border: 0;
  float: left;
  background: #ededed;
  color: #555555;
  height: 40px;
}
.discount-code .button {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5600000000000001);
  padding: 0 15px;
  height: 40px;
  float: left;
  color: #b8b8b8;
  text-align: center;
  border: 0;
}
.latest_products {
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .searchProduct .inputbox {
    max-width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .block_sorting_count_to_page select {
    width: auto;
  }
}
@media screen and (max-width: 480px) {
  .noo_jshop_information_detail .jshop_img_description ul li {
    width: 25%;
  }
}
@media screen and (max-width: 320px) {
  .noo_list_product .noo_product {
    width: 100%;
  }
  .noo_list_product .block_product {
    width: 100%;
  }
  .block_sorting_count_to_page > span {
    margin: 0 0 20px;
  }
}
.noo_pagination .pagination {
  text-align: center;
  float: none;
}
.noo_pagination .pagination > li {
  margin: 0 2px;
  display: inline-block;
}
.noo_pagination .pagination > li a,
.noo_pagination .pagination > li span {
  min-width: 30px;
  padding: 0 5px;
  height: 30px;
  line-height: 30px;
  background: #343434;
  color: #fff;
  font-size: 14px;
  border: 0;
  text-align: center;
  border-radius: 2px;
}
.noo_pagination .pagination > li.active a,
.noo_pagination .pagination > li:hover a,
.noo_pagination .pagination > li:focus a {
  background: #734ba9;
}
.noo_pagination .pagination > li.disabled:hover a {
  background: #343434;
}