/* Heading */

@import url(colorbox.css);

.mijoshop_heading_h1 {
  font-family: 'Roboto Slab',serif !important;    
  color: #333 !important;
  font-size: 36px !important;
  font-weight: 300 !important;
  line-height: 1.1 !important;
  margin-top: 0;
}

/* General */
.box-product .price,
.box-product .price-new,
.product-grid .price,
.product-grid .price-new,
.product-info .price,
.product-info .price-new,
.ja-product-grid .price, 
.ja-product-grid .price-new {
  color: #f0141e;
  font-size: 14px;
  font-family: 'Roboto Slab', serif;
  font-weight: normal;
}

.price-new {
  color: #f0141e;
  font-size: 14px;
  font-family: 'Roboto Slab', serif;
  font-weight: normal;
}

.price-old {
  color: #999; 
  text-decoration: line-through;
}

.box-content img {
  max-width: 100%;
}

.box-content .content-image {
  margin-bottom: 20px;
}

/* Box Style */
#container_oc {
  background: #fff;
}

.box-product {
  margin-left: 0;  
}

.box_oc .box-heading {
  background: none;
  border-radius: 0;
  padding: 0 30px;
  border: 0;
  font-family: 'Roboto Slab',serif;    
  color: #333;
  font-size: 36px;
  font-weight: 300;
  padding: 30px;
  line-height: 1.1;
  border-bottom: 1px solid #f0f0f0;
}

.box_oc .box-content {
  border: 0;
  padding: 30px;
  border-bottom: 1px solid #f0f0f0;
}


/* Box Product */
.box-product-list {
  margin: 0 -15px;
}

.box-product-list .image img {
  padding: 0;
  border: 0;
  margin: 0 0 20px;
}

.box-product-list .product-item-inner {
  padding: 0 15px;
}

.box-product-list .product-item-inner .name {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 0;
  font-family: 'Roboto Slab',serif;
}

.box-product-list .product-item-inner .name a {
  color: #333;
}

.box-product-list .product-item-inner .name a:hover,
.box-product-list .product-item-inner .name a:focus,
.box-product-list .product-item-inner .name a:active {
  color: #0b96f3;
}

/* Grid Product */

.ja-product-grid .product-item {
  padding: 30px;
  border-right: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}

.latestproduct .background-primary .btn {
  position: absolute;
  bottom: 30px;
  left: 30px;
}

@media (max-width: 767px) {
   .latestproduct .background-primary .btn {
      position: static;
   } 
}

.ja-product-grid .product-content {
}

.latestproduct .background-primary .mijoshop_heading_h1 {
  margin-top: 0;
  color: #fff !important;
  font-size: 36px !important;
  font-weight: 600 !important;
  line-height: 1.1 !important;
}

.latestproduct .background-primary .mijoshop_heading_h1 .first-letter {
  font-weight: 300;
  display: block;
}

.ja-product-grid .product-item .image {
  margin: 0 0 30px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.ja-product-grid .product-item .image > a {
  border: 0;
}

.ja-product-grid .product-item .image > a:hover,
.ja-product-grid .product-item .image > a:focus,
.ja-product-grid .product-item .image > a:active {
  border: 0;
  padding: 0;
}

.ja-product-grid .product-item .actions {
  position: absolute; 
  left: 50%;
  top: 50%;
  margin-left: -67.5px;
  margin-top: -21.5px;
  z-index: 2;
  text-align: center;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.2s ease 0s;
     -moz-transition: all 0.2s ease 0s;
      -ms-transition: all 0.2s ease 0s;
       -o-transition: all 0.2s ease 0s;
          transition: all 0.2s ease 0s;
}

.ja-product-grid .product-item .image:before {
  content: "";
  background: rgba(0,0,0,0);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: background-color 0.2s ease 0s;
     -moz-transition: background-color 0.2s ease 0s;
      -ms-transition: background-color 0.2s ease 0s;
       -o-transition: background-color 0.2s ease 0s;
          transition: background-color 0.2s ease 0s;
}

.ja-product-grid .product-item:hover .image:before {
  background: rgba(0,0,0,0.5);
}

.ja-product-grid .product-item:hover .actions {  
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

.ja-product-grid .product-item .desc .name a,
.ja-product-grid .product-item .actions .name a {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 0;
}

.ja-product-grid .product-item .desc .name a:hover,
.ja-product-grid .product-item .desc .name a:focus,
.ja-product-grid .product-item .desc .name a:active,
.ja-product-grid .product-item .actions .name a:hover,
.ja-product-grid .product-item .actions .name a:focus,
.ja-product-grid .product-item .actions .name a:active {
  text-decoration: none;
  color: #0B96F3;
}

.ja-product-grid .product-item .actions .price {
  font-weight: 300;
  margin: 10px 0;
  font-size: 20px;
  color: #fff;
}

@media (max-width: 992px) {
  .ja-product-grid .product-item .actions {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
  
  .ja-product-grid .product-item .image:before {
    background: rgba(0,0,0,0.5);
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .ja-product-grid .background-primary .btn {
    position: static;
  }
  
  .ja-product-grid .background-primary .mijoshop_heading_h1 .first-letter {
    display: inline-block;
  }
}

.ja-product-grid {
  margin: 0 -30px;
  width: auto;
}

.product-grid div.product-item,
.ja-product-grid div.product-item {
  margin: 0;
  position: relative;
}

.product-grid .actions,
.ja-product-grid .actions {
}

.product-grid .image,
.ja-product-grid .image {
}

.product-grid .image > a,
.ja-product-grid .image > a {
  display: block;
  padding: 0;
  position: relative;
  outline: none;
}

.product-grid > div:hover .image > a,
.ja-product-grid > div:hover .image > a {
}

.product-grid .image img,
.ja-product-grid .image img {
  border: 0;
  padding: 0;
  max-width: 100%;
}

.product-grid .name a,
.ja-product-grid .name a {
  color: #000;
  display: block;
  font-family: 'Roboto Slab', serif;
  padding: 0;
  font-weight: normal;
  font-size: 14px;
}

.product-grid > div:hover .name a,
.product-grid .name a:hover,
.product-grid .name a:focus,
.product-grid .name a:active,
.ja-product-grid > div:hover .name a,
.ja-product-grid .name a:hover,
.ja-product-grid .name a:focus,
.ja-product-grid .name a:active {
  color: #0B96F3;
}

.product-grid .cart,
.product-grid .wishlist,
.product-grid .compare,
.ja-product-grid .cart,
.ja-product-grid .wishlist,
.ja-product-grid .compare {
  display: inline-block;
  margin-right: 5px;    
  vertical-align: top;
}

.product-grid .wishlist,
.ja-product-grid .wishlist {
  right: 80px;
}

.product-grid .wishlist a,
.product-grid .compare a,
.ja-product-grid .wishlist a,
.ja-product-grid .compare a {
  background: none;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0;
  display: block;
  cursor: pointer;
  border: 2px solid #fff;
}


.product-grid .wishlist a:hover,
.product-grid .compare a:hover,
.ja-product-grid .wishlist a:hover,
.ja-product-grid .compare a:hover {
  color: #000;
  background: #fff;
}

.product-grid .cart,
.ja-product-grid .cart {
}

.product-grid .cart .btn,
.box-product .cart .btn,
.ja-product-grid .cart .btn {
  text-indent: -999em;
  background: url(../image/icon-cart.png) no-repeat center center;
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
}

.product-grid .cart .btn:hover,
.box-product .cart .btn:hover,
.ja-product-grid .cart .btn:hover,
.product-grid .cart .btn:focus,
.box-product .cart .btn:focus,
.ja-product-grid .cart .btn:focus,
.product-grid .cart .btn:active,
.box-product .cart .btn:active,
.ja-product-grid .cart .btn:active {
  background-color: #fff;
  background-image: url(../image/icon-cart-hover.png)
}

.product-grid .compare,
.ja-product-grid .compare {
  right: 41px;
}

.product-grid > div:hover .cart,
.product-grid > div:hover .compare,
.ja-product-grid > div:hover .cart,
.ja-product-grid > div:hover .compare {
  display: inline-block;
}


.mostviewed.product-grid .wishlist,
.betseller.product-grid .compare,
.betseller.product-grid .wishlist,
.mostviewed.product-grid .compare {
  display: none !important;
}

/* Latest Product */
.latestproduct {
  margin: 0;
}

.latestproduct .background-primary {
  padding: 30px;
}

.latestproduct .product-item {
  min-height: 0;
  border: 0;
  padding: 0;
}

.latestproduct .product-item .actions {
  margin: 0;
  padding: 30px;
  left: 0;
  top: 0;
  width: 100%;
}

.latestproduct .product-item .actions .name a {
  color: #fff;
}

.latestproduct .product-item .image {
  margin-bottom: 0;
  height: 100%;
}


/* Featured Product */
.box_oc .featuredproducts {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: -1px;
}


/* Product List */
.product-list {
}

.product-list .image {
  margin-right: 0;
  float: left;
  position: relative;
}

.product-list .image img {
  padding: 0;
  border: 0;
  max-width: 100%;
}

.product-list .image:before {
  border-bottom: 10px solid transparent;
  border-right: 10px solid #fff;
  border-top: 10px solid transparent;
  content: "";
  position: absolute;
  right: 0;
  top: 10%;
}

.product-list .left {
  padding-left: 15px;
  padding-right: 15px;
}

.product-list .cart {
  float: left;
  margin-bottom: 0;
}

.product-list .cart .btn {
  background-image: url(../image/icon-cart-hover.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  padding-left: 30px;
  padding-bottom: 10px;
  padding-top: 10px;
  line-height: normal;
}

.product-list .cart .btn:hover {
  background-image: url(../image/icon-cart.png);
}

.product-list .wishlist, 
.product-list .compare {
  float: left;
}

.product-list .wishlist a,
.product-list .compare a {
  width: 38px;
  line-height: normal;
  text-align: center;
  padding: 0;
  overflow: hidden;
  border: 2px solid #ddd;
  color: #333;
  margin-left: 10px;
  background: #fff;
  padding: 10px;
  font-size: 15px;
}

.product-list .wishlist a:hover,
.product-list .compare a:hover {
  background-color: #0B96F3;
  border-color: #0B96F3;
  color: #fff;
}

.product-list > div {
  margin-bottom: 0;
}

.product-list > div.product-item {
  padding: 30px 0;
}

.product-list > div.product-item + div.product-item {
  border-top: 1px solid #f0f0f0;
}

.product-list > div.col-xs-12 .desc {
  padding: 0 0 0 30px;
}

.product-list > div + div {
  border: 0;
  padding: 0;
}

.product-list .name a {
  font-family: 'Roboto Slab',serif;
  font-weight: bold;
  line-height: 1.1;
  font-size: 18px;
  color: #222;
}

.product-list .name a:hover,
.product-list .name a:focus,
.product-list .name a:active {
  color: #0B96F3;
}

.product-list .rating {
  margin-bottom: 10px;
}

.product-list .description {
  margin-bottom: 10px;    
  line-height: 1.71429;
}

/* Product Fillter */

.product-filter {
  background: #f0f0f0;
  color: #666;
  line-height: 40px;
  padding: 0;
  min-height: 50px;
  overflow: visible;
  margin: -30px -30px 0;
}

.product-filter .display,
.product-filter .limit {
  margin: 0 30px;
  padding: 5px 0;
}

.product-filter .limit b {
  font-weight: normal;
}

.product-filter .display > a,
.product-filter .display > span {
  background: #fff;
  font-size: 18px;
  height: 25px;
  line-height: 25px;
  margin: 0;
  padding: 5px 10px;
  width: 17px;
  color: #000;
}

.product-filter .display > span {
  background: #ddd;
}

.product-filter .display > a {
  color: #ccc;
}

.sub-select-box select {
   background: transparent;
   padding: 3px;
   font-size: 12px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 30px;
   cursor: pointer;
}

.select-box {
   overflow: hidden;
   background: #fff;
   display: inline-block;    
   vertical-align: middle;
   position: relative;
}

.sort .select-box {
}

.sort .sub-select-box select {
}

.sub-select-box {
  box-shadow: 0 0 2px 2px #f0f0f0 inset;
}

.box_oc h2 + .product-filter {
  margin-top: 0;
}

.product-filter .sort {    
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 5px 20px;
}

.product-filter .sort b {
  font-weight: normal;
}

@media screen and (max-width: 769px) {
  .product-filter .sort,
  .product-filter .product-compare {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .product-filter .product-compare {
    display: none;
  }
  
  .product-filter .display {
    display: none;
  }
}

.product-compare {
  padding: 5px 20px;
  margin: 0;
  float: left;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.product-compare a {
  font-weight: normal;
}

.product-compare a:hover,
.product-compare a:focus,
.product-compare a:active {
  text-decoration: none;
  color: #000;
}

.box-content .pagination {
  background: #f7f7f7;
  color: #666;
  line-height: 40px;
  margin: 0 -30px -30px;
  padding: 0;
  overflow: hidden;
  float: none;
  width: auto;
}

.pagination .links {
  margin-left: 30px;
}

.pagination .links a,
.pagination .links b {
  display: inline;
  color: #666;
  background: #fff;
  border: 0;
  padding: 7px 12px;
}

.pagination .links b,
.pagination .links a:hover,
.pagination .links a:focus,
.pagination .links a:active {
  background: #0B96F3;
  color: #fff;
}

.pagination .results {
  padding-top: 0;
  margin-right: 30px;
}


/* Product Detail */
.product-info {
  overflow: visible;
}

.product-info .product-title {    
  border-bottom: 0 !important;
  font-size: 250% !important;
  font-weight: normal !important;
  text-transform: none !important;
  margin-bottom: 20px !important;
  line-height: normal !important;
  color: #333 !important;
}

.product-info .image {
  border: 0;
  padding: 0;
  margin-bottom: 30px;
  margin-right: 30px;
  float: none;
}

.product-info .image img {
  width: 100%;
}

.product-info #cloud-zoom-big {
  left: 0 !important;
  top: 0 !important;
  border: 0 !important;
}

.product-info > .left {
  width: auto !important;
  margin-right: 20px;
}

.product-info > .right {
  width: auto !important;
  float: left;
}

.product-info .description {
  border: 0;
  padding: 0;
  line-height: 1.8;
}

.product-info .description span {
  color: #999;
  font-weight: 500;
}

.product-info .cart {
  border-bottom: 0;
  padding: 0;
}

.product-info .price {
  border-bottom: 0;
  padding: 0;
  color: #000;
  font-size: 250%;
}

.product-info .price br {
  display: none;
}

.product-info .price span {
  color: #aaa;
  display: block;
}

.product-info .cart > div {
  float: left;
	letter-spacing: 1px;
}

.product-info .cart .actions {
  margin: 0 0 0 10px;
}

.product-info .cart .btn {
  background-image: url(../image/icon-cart.png);
  background-position: 10px center;
  background-repeat: no-repeat;
  padding-bottom: 5px;
  padding-left: 30px;
  padding-top: 7px;
  float: left;
}

.product-info a.wishlist,
.product-info a.compare {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  padding: 0;
  overflow: hidden;
  border: 1px solid #eee;
  color: #aaa;
  margin-left: 10px;
  background: #fff;
  float: left;
}

.product-info a.wishlist:hover,
.product-info a.compare:hover {
  color: #333;
}

.product-info .cart input[type="text"] {
  min-width: 50px;
  display: inline-block;
  width: auto;
  height: 40px;
}

.product-info .review {
  border: 0;
}

.product-info .review > div {
  padding: 0 0 10px;
  border-bottom: 0;
}

.product-info .options {
  padding: 0;
  border: 0;
}

.product-info .options h2 {
  margin-bottom: 0;
}

.product-info .options .select-box {
  width: 160px;
  height: 34px;
  border: 1px solid #ddd;
}

.product-info .options .select-box select {
  width: 160px;
  height: 32px;
}

.htabs {
  float: left;
  width: 175px;
  border-top: 1px solid #f0f0f0;
  border-bottom: 0;
  margin-right: -1px;
  margin-bottom: 20px;
}

.htabs a {
  width: 100%;
  text-align: left;
  background: #f0f0f0;
  border-left: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  border-right: 0;
  border-top: 0;
  text-transform: uppercase;
  font-family: 'Roboto Slab', serif;
  color: #000;
  font-weight: normal;
  padding: 10px 20px;
}

.htabs a.selected {
  border-left-color: #000;
  color: #0B96F3;
  background: #fff;
}

.htabs a:hover,
.htabs a:focus,
.htabs a:active {
  color: #0B96F3;
  text-decoration: none;
  outline: none;
}

@media screen and (max-width: 480px) {
 .htabs {
   float: none;
   width: 100%;
   margin-bottom: 0;
   border-top: 0;
 }
 
 .htabs a {
  width: auto;
 }
 
 .htabs a:nth-child(2) {
   display: none !important;
 }
 
 .htabs a.selected {
   padding-bottom: 10px;
 }

 #footer_oc .column {
  width: 100%;
  text-align: center;
  min-height: 100px;
  margin-bottom: 10px;
 }

 #footer_oc .column h3 {
  font-weight: bold;
 }

 #footer_oc .column ul {
  margin: 0;
  padding: 0;
 }


 #footer_oc .column ul li {
  list-style: none;
  }
}

.tab-content {
  border-top: 1px solid #f0f0f0;
  border-color: #f0f0f0;
  padding: 20px;
}

.tab-content .box-product {
  margin: 0;
}

.tags {
  clear: both;
  margin-top: 20px;
}

.tab-content .pagination {
  margin-bottom: 0;
}

/* Related Product */
.related-products {
  margin-top: 20px;
}

.related-products .product-grid .cart {
  right: 1px;
}


/* Category Info */
.category-info {
  margin-bottom: 60px;
}

.category-info .image {
  border: 0;
  margin-right: 30px;
  padding: 0;
}


/* Slideshow */
.slideshow {
  border: 1px solid #ddd;
  float: left;
}

.slideshow .nivoSlider {
  margin: 0 !important;
  background-size: cover !important;
}

.slideshow .nivoSlider img {
  display: block;
  width: 100%;
  left: 1px !important;
  top: 1px !important;
}

.slideshow .nivo-directionNav {
  display: block !important;
}

.slideshow .nivoSlider .nivo-directionNav a {
  width: 40px;
  height: 76px;
  background: url(../image/arrow-prev.png) no-repeat center center #030303;
  top: 50%;
  margin-top: -38px;
  
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.slideshow .nivoSlider .nivo-directionNav a.nivo-nextNav {
  background-image: url(../image/arrow-next.png);
}

.slideshow .nivo-directionNav a:hover {
  background-color: #0B96F3;
  opacity: 5;
  filter: alpha(opacity=100);
}

.nivo-controlNav {
  display: none;
}


/* Compare List */
.compare-info .btn-remove {
  margin-top: -10px;
  padding: 0;
  float: right;
  color: #000;
}


/* Search Page */
.content_oc.advancedsearch .sub-select-box select {
	border: solid 1px #eee;
	margin-top: 15px;
}
.advancedsearch input[type="text"] {
  display: inline-block;
}

.advancedsearch ul {
  list-style: none;
  margin-top: 20px;
}

.content_oc.advancedsearch ul li {
  list-style: none;
}

/* Login Register 
----------------- */

.login-content .box-ct {
  border:0;
}

.login-content .box-title {
  margin: 0;
  padding: 20px;
  border-bottom: 0;
  text-transform: none;
}

.login-content .box-title h2 {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 300;
  font-size: 24px;
  font-family: 'Raleway', sans-serif;
}

.login-content .box-content,
.login-content .box-action {
  padding: 20px;
}

.login-content .box-content {
  min-height: 180px;
  color: #7a7a7a;
}

.login-content .box-action {
  border-top: 0;
  text-align: right;
  line-height: 2;
}

.login-content .box-action .box-action-links {
  float: left;
}

.login-content label {
  color: #444;
  font-weight: 400;
}

.login-content .background-primary label {
  color: #fff;
}

.box_oc input[type=text],
.box_oc input[type=email],
.box_oc input[type=password],
.box_oc textarea,
.box_oc select {
  padding: 4px 6px;
  min-width: 100px;
  background: #fff;
  border-color: #eee;
  width: 100%;
  box-shadow: none;
}

.box_oc input[type=text]:focus,
.box_oc input[type=email]:focus,
.box_oc input[type=password]:focus,
.box_oc textarea:focus {
  outline: 0;
  box-shadow: none;
}

.content_oc table.form {
  margin: 0;
}

.content_oc table.form td {
  border: 0;
  padding: 10px 5px;
  vertical-align: middle;
}

.content_oc table.form tr td:first-child {
  font-weight: 700;
  text-align: right;
}

.box_oc .buttons {
  padding: 0;
  border: 0;
}

.box_oc .buttons .btn {
  margin-left: 20px;
}

.box_oc .buttons a {
  font-weight: 400;
}

.box_oc h2 {
  font-size: 15px;
  font-weight: 400;
}

.box_oc .buttons .left a {
  background: none;
  text-transform: none;
}

.box_oc .buttons .left a:hover,
.box_oc .buttons .left a:focus,
.box_oc .buttons .left a:active {
  background: none;
  color: #444;
}

.content_oc ul li {
  list-style: square;
}
.content_oc ul li a {
  color: #444;
  display: inline-block;
  padding: 8px 0;
}

.content_oc ul li a:hover {
  color: #0B96F3;
}

#content_oc .content_oc table tr td {
  border: 0;
}

#content_oc .content_oc table tr td label {
  margin-bottom: 0 !important;
}

.shop-login-box.forgot .input-group-btn .btn {
  margin-left: 10px;
}

/* Shopping cart */

#coupon input[type="text"],
#voucher input[type="text"] {
  display: inline-block;
  min-height: 40px;
}
#coupon .input-group-btn,
#voucher .input-group-btn{
    padding-left: 5px;
}
.cart-info tbody td {
  vertical-align: middle;
}

.cart-info tbody .name a {
  font-size: 13px;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
}

.cart-info tbody .name small {
  font-size: 12px;
  color: #888;
}

.cart-total {
  border: 1px solid #eee;
  overflow: auto;
  padding: 10px 20px;
  margin-bottom: 20px;
}

.cart-info tbody td.quantity input[type=text] {
  min-width: 50px;
  text-align: center;
}

.cart-info tbody .quantity a > img {
  top: 0;
}

.box_oc .buttons .btn {
  margin-left: 0;
}

.cart-info tbody .price, .cart-info tbody .total {
  font-weight: 300;
  font-size: 13px;
  font-family: 'Roboto Slab', serif;
  color: #0B96F3;
}

.buttons .center {
  text-align: left;
  padding: 0;
}

.buttons .right {
  margin: 0 0 20px 20px;
}

.cart-info tbody td,
.cart-info thead td {
  border-right: 1px solid #eee;
  border-color: #eee;
}

.cart-info thead td {
  font-weight: 400;
}

.cart-info td {
  padding: 15px 20px;
}

table.radio {
  padding: 0;
  margin: 0;
}

table.radio tr.highlight {
  background: none;
}

table.radio td {
  vertical-align: middle;
}


.cart-total #total {
  width: 300px;
}

.cart-total tr td {
  text-align: left;
  color: #444;
  padding: 10px 0;
  font-weight: 300;
  border-color: #eee;
}

.cart-total tr td:last-child {
  color: #0B96F3;
  text-align: right;
}

.cart-total tr:last-child td {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}

.cart-total tr:first-child td {
  border-top: 0;
}

.cart-info tbody .image img {
  border: 0;
}


@media (min-width: 768px) and (max-width: 1024px){
 
  .product-filter .sort {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .product-filter .display, .product-filter .limit {
    margin-left: 15px;
    margin-right: 15px;
  }

}

@media (max-width: 767px){
  
  .product-list .image {
    margin-right: 0;
    margin-bottom: 15px;
  }
  
  .product-list .left {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .product-info .image {
    width: 100% !important;
  }

  #payment-method .checkout-content .right {
    width: 100% !important;
  }
  
  .box_oc .buttons .btn.btn-primary[type="submit"],
  .box_oc .buttons #button-payment-method{
    display: block;
    margin-top: 3px;
    float: right;
  }
  
  .box_oc .buttons #button-payment-method{
    text-align: right;
  }
  
  #content_oc .product-list .image {
    margin-right: 0;
    margin-bottom: 15px;
  }
  
  #content_oc .product-list .image img {
    width: 100% !important;
  }
}



/* HEADER */
#header_oc {
  background: #0977c2;
  margin: 0;
  padding: 20px 30px;
  height: 80px;
  z-index: 2;
}

#header_oc #currency {
  right: 110px;
  left: auto;
  top: 25px;
  width: 100px;
}

#header_oc #currency a {
  margin: 0;
  background: rgba(255,255,255,0.2);
  color: #fff;
  width: 30px;
  height: 30px;
  padding: 0;
  line-height: 30px;
  text-align: center;
  border: 0;
}

#header_oc #currency a:hover,
#header_oc #currency a:focus,
#header_oc #currency a:active {
  background: rgba(0,0,0,0.2);
}

#header_oc #cart {
  right: 0;
  left: auto;
  top: 0;
  width: 80px;
  height: 80px;
  background: #000;
}

#header_oc #cart .empty {
  padding-top: 0;
}

#header_oc #cart .heading,
#header_oc #cart.active .heading {
  margin-top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 80px;
  padding: 0;
}

#header_oc #cart .heading a {
  line-height: 80px;
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
}

#header_oc #cart .heading a sup {
  background: #0b96f3;
  border-radius: 10px;
  padding: 2px 4px;
}

#header_oc #cart .heading a span {
  background: none;
  padding: 0;
}

#header_oc #cart.active .heading {
  border: 0;
}

#header_oc #cart .content_oc {
  border-radius: 0;
  min-width: 380px;
  position: absolute;
  top: 80px;
  right: 0;
  padding: 20px;
  min-height: 0;
}

.mini-cart-info td {
  border-top: 0;
}

.mini-cart-info .image {
  padding-left: 0;
}

.mini-cart-total table td {
  padding: 10px 0 10px 10px;
  border: 0;
  text-align: right;
}

#header_oc #search_oc {
  top: 5px;
  position: relative;
  float: right;
  right: 184px;
}

#header_oc #search_oc input[type="text"] {
  height: 30px;
  background: rgba(255,255,255,0.2);
  border: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: none;
  font-size: 13px;
  color: #fff;
  padding-left: 10px;
}

#header_oc #search_oc:hover input[type="text"] {
  background: rgba(0,0,0,0.2);
}

#header_oc #search_oc .input-group-addon {
  background: rgba(255,255,255,0.2);
  color: #fff;
  border: 0;
  width: 30%;
  height: 30px;
}

#header_oc #search_oc:hover .input-group-addon {
  background: rgba(0,0,0,0.2);
}

#header_oc .links {
  float: left;
  position: static;
  height: 40px;
  line-height: 40px;
}


@media (max-width: 480px) {
  #header_oc #search_oc {
    right: 95px;
    top: -10px;
  }

  #header_oc #currency {
    right: 123px;
    top: 44px;
  }
}

@media (max-width: 991px){
  #header_oc .links {
    display: none;
  }
}

#header_oc .links a {
  color: #fff;
  line-height: 1;
  font-size: 14px;
  display: inline-block;
  float: none;
  padding-left: 0;
}

#header_oc .links a + a {
  border-left: 1px dotted #fff;
  padding-left: 7px;
}
#header_oc .links a:hover{
	color:#dfdfdf;
}
/* FOOTER */
#footer_oc {
  padding: 30px;
  border: 0;
  border-top: 1px solid #f0f0f0;
}

#content_oc {
  margin-bottom: 0;
}

#content_oc .box_oc {
  margin-bottom: 0;
}

#footer_oc .column a {
  color: #333;
}

#footer_oc .column a:hover,
#footer_oc .column a:focus,
#footer_oc .column a:active {
  color: #0b96f3;
  text-decoration: none;
}

#content_oc.shop-login-box {
  height: auto;
  min-height: 0;
  margin-bottom: 0;
}
#content_oc.shop-login-box .box_oc .box-content{
 border-radius:0;
}
#content_oc.shop-login-box .background-gray .box-title h2{
  color: #fff;
}

#content_oc.shop-login-box .box_oc,
#content_oc.shop-login-box .login-content {
  margin-bottom: 0;
}

.login-content .background-gray label {
  font-size: 13px;
  color: #aaa;
  font-weight: 300;
}

.success, .warning, .attention, .information {
  position: absolute;
  width: 100%;
  z-index: 1000;
  border-radius: 0 !important;
  border: 0;
  bottom: 100%;
  left: 0;
}

.shop-login-box .success,
.shop-login-box .warning,
.shop-login-box  .attention,
.shop-login-box  .information{
 position:relative;
 z-index:2;
}

.shop-login-box.forgot .box-content{
  margin-left: 40px;
  margin-right: 40px;
}

.shop-login-box.register {

}

#content_oc.shop-login-box.register .content_oc {
  border: 0;
}

#content_oc.shop-login-box.register label {
  font-weight: 400;
  font-size: 13px;
}

#content_oc.shop-login-box.register .box_oc h2 {
  margin: 15px 0;
  font-size: 18px;
}

#content_oc.myaccount .box-content{
  padding: 20px;
}

#content_oc.myaccount .content_oc {
  border: 0;
}

#content_oc.myaccount .content_oc ul {
  padding-left: 10px;
}

/* Return Product */
#content_oc .return-product {
  padding-left: 30px;
  padding-right: 30px;
}

#content_oc .box-content-action {
  border-top: 1px solid #ddd;
}

/*Checkout page*/
.checkout .left,
.checkout .right{
    padding-bottom: 15px;
}
.checkout .checkout-heading{
    font-size: 14px;
    margin: 0px;
}
.checkout h2{
    font-size: 18px;
}
.checkout label{
    width: 100%;
    float: left;
    padding: 5px;
}
.checkout label input{
    vertical-align: middle;
}
.checkout .checkout-content{
    padding: 0px 0px 15px 0px;
}
.checkout label[for="email"] input,
.checkout label[for="password"] input{
    width:250px;
}

.checkout input[type="radio"],
.checkout input[type="checkbox"]{
    margin: 0px 5px 0px 0px;
}
.checkout label[for="term_and_condition"],
.shop-login-box.register label[for="term_and_condition"] {
    padding-right: 0px;
}
.shop-login-box.register label[for="term_and_condition"]{
	width:100%;
}
.checkout label[for="term_and_condition"] input,
.shop-login-box.register label[for="term_and_condition"] input{
    padding-right: 0px;
    margin-right: 0px;
}
.checkout .buttons,
.shop-login-box.register .buttons{
    clear: both;
    padding: 15px 15px 15px 15px;
    border: 1px solid #EEEEEE;
}
.checkout .buttons .right,
.shop-login-box.register .buttons .right{
    padding: 0;
    margin: 0;
    width: 100%;
}
.checkout .newsletter_shipping{
    clear: both;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #EEEEEE;
    overflow: hidden;
}
.checkout textarea{
    min-height: 100px;
}

.limit .open > .dropdown-menu{
    min-width: 65px;
}
.shop-login-box.register .control-label{
text-align:left;
}
.shop-login-box a.box-action-links{
	display: inline-block;
	line-height: 40px;
}
.shop-login-box a.box-action-links:focus,
.shop-login-box a.box-action-links:hover, 
.shop-login-box a.box-action-links:active {
	color:#dfdfdf;
}
/*RTL CSS */

.mijortl .product-info .cart > div{
float:right;
}