.com_mijoshop .box_oc .box-product {
  margin-left: 0;
  padding: 20px;
}
.com_mijoshop .box_oc .box-product > div {
  float: left;
  margin: 0;
  margin-right: 20px;
  width: 100%;
}
.com_mijoshop .box_oc .box-product > div .image {
  display: inline-block;
  border: 1px solid #eeeeee;
  padding: 5px;
  text-align: left;
}
.com_mijoshop .box_oc .box-product > div .image a {
  display: inline-block;
}
.com_mijoshop .box_oc .box-product > div .image img {
  border: 0;
  padding: 0;
}
.com_mijoshop .box_oc .box-product > div .name {
  padding: 10px 0;
  text-align: left;
}
.com_mijoshop .box_oc .box-product > div .price {
  margin: 10px 0;
}
.com_mijoshop .box_oc #tab-related .box-product > div {
  width: auto;
}
.com_mijoshop .box_oc .box-content .content_oc p * {
  margin: 10px 10px 10px 0;
}
.com_mijoshop #header_oc {
  margin: 0 0 20px;
  padding: 0;
}
.com_mijoshop #header_oc #currency {
  top: 0;
}
.com_mijoshop #header_oc #currency a {
  margin-top: 5px;
}
.com_mijoshop #header_oc #cart {
  border-left: 1px solid #eeeeee;
  margin-left: 20px;
  top: 5px;
}
.com_mijoshop #header_oc #cart .heading {
  margin-top: 0;
}
.com_mijoshop #header_oc #search_oc {
  top: 10px;
  width: 120px;
}
.com_mijoshop #header_oc #search_oc input[type="text"] {
  border-radius: 0;
  height: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.com_mijoshop #header_oc .links {
  bottom: 0;
  top: auto;
}
.com_mijoshop #content_oc .box-heading {
  background: #eeeeee;
  border-radius: 0;
  padding: 10px 20px;
}
.com_mijoshop #content_oc .box-content {
  border-radius: 0;
  padding: 20px;
}
.com_mijoshop #content_oc .product-filter {
  padding-bottom: 10px;
}
.com_mijoshop #content_oc .product-filter .display {
  padding-top: 15px;
}
.com_mijoshop #content_oc .product-compare {
  padding-top: 20px;
  margin-bottom: 20px;
}
.com_mijoshop #content_oc .product-grid {
  width: auto;
  margin: 0 -10px -20px;
}
.com_mijoshop #content_oc .product-grid:before,
.com_mijoshop #content_oc .product-grid:after {
  content: " ";
  display: table;
}
.com_mijoshop #content_oc .product-grid:after {
  clear: both;
}
.com_mijoshop #content_oc .product-grid > div {
  float: left;
  width: 25%;
  margin-right: 0;
  margin-bottom: 20px;
}
.com_mijoshop #content_oc .product-grid > div > div {
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
}
.com_mijoshop #content_oc .product-grid > div > div.wishlist,
.com_mijoshop #content_oc .product-grid > div > div.compare {
  font-size: 12px;
  margin-bottom: 5px;
}
.com_mijoshop #content_oc .product-grid > div img {
  max-width: 100%;
}
.com_mijoshop #content_oc .product-grid > div:nth-child(4n + 1) {
  clear: both;
}
.com_mijoshop .product-info .left {
  width: 30% !important;
}
.com_mijoshop .product-info .right {
  min-height: 352px;
  width: 65% !important;
}
.com_mijoshop .product-info .right .description {
  border-top: 0;
  padding: 0 0 10px;
}
.com_mijoshop .product-info .right .cart div input[type="text"],
.com_mijoshop .product-info .right .cart div input[type="button"] {
  display: inline-block;
}
.com_mijoshop .product-info .right .cart div input[type="text"] {
  padding-left: 5px;
  padding-right: 5px;
}
.com_mijoshop .product-info .right .cart div span {
  color: #999999;
}
.com_mijoshop #tab-description,
.com_mijoshop #tab-review {
  padding: 20px;
}
.com_mijoshop .content_oc ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.com_mijoshop .cart-info .quantity input[type='text'] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 28px;
  padding-top: 0;
  padding-bottom: 0;
}
.com_mijoshop .cart-module #coupon input,
.com_mijoshop .cart-module #voucher input {
  display: inline-block;
}
.com_mijoshop .cart-module #shipping table {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 20px;
}
.com_mijoshop .cart-module #shipping table td {
  padding: 10px 20px;
}
.com_mijoshop .box-category ul li {
  padding: 10px 10px 10px 0;
}
.com_mijoshop #colorbox {
  box-sizing: unset !important;
}