/* Heading */

@import url(colorbox.css);

.mijoshop_heading_h1 {
  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: #a00000;
  font-size: 14px;
  
  font-weight: normal;
}

.price-new {
  color: #a00000;
  font-size: 14px;
  
  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;
      
  color: #333;
  font-size: 36px;
  font-weight: 300;
  padding: 0px;
  line-height: 1.1;
}

.box_oc .box-content {
  border: 0;
  /*padding: 30px;*/
  padding: 0px;
  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;
  
}

.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: #a00000;
}

/* Grid Product */

.ja-product-grid .product-item {
  padding: 15px;
  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 {
display: none;
}

.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: 14px;
  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: #a00000;
}

.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 -15px;
  width: auto;
}

.product-grid div.product-item,
.ja-product-grid div.product-item {
  margin: 0;
  position: relative;
  min-height: 265px !important;
}

.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: #393c45;
  display: block;
  
  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: #a00000;
}

.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;
}
#brainyfilter-product-container .cart .button,
.product-list .cart .btn {
	background-image: url(../image/icon-cart.png);
  
  background-repeat: no-repeat;
  background-position: 10px center;
  padding-left: 30px;
  padding-bottom: 10px;
  padding-top: 10px;
  line-height: normal;
}
#brainyfilter-product-container .cart .button {  
color: #ffffff;
    background-color: #a00000;
    border-color: #a00000;
	border: none;
}	
#brainyfilter-product-container .cart .button:hover {  
color: #ffffff;
    background-color: #75150B;
    border-color: #75150B;
}	
.attribute td {
    text-align: left;
}
.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: #a00000;
  border-color: #a00000;
  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-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: #a00000;
}

.product-list .rating {
  margin-bottom: 10px;
}

.product-list .description {
  margin-bottom: 10px;    
  line-height: 1.71429;
}

/* Product Fillter */
.brainyfilter-panel {
  font-size: 14px;
}
.product-filter {
  background: transparent;
  color: #666;
  line-height: 40px;
  padding: 0;
  min-height: 60px;
  overflow: visible;
  border-bottom: 4px solid #e5e5e5;
}
.product-filter .limit {
  display: none;
}
.product-filter .display,
.product-filter .limit {
  margin: 0 0 0 30px;
  padding: 5px 0;
  float: right;
  cursor: pointer;
}

.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 {    
  padding: 5px 20px 5px 0;
  float: left;
}
.product-filter .sort .btn-default {
    background-color: #222;
    border-color: #222;
}
.product-filter .sort b {
  font-weight: normal;
}



@media screen and (max-width: 480px) {
  .product-filter .product-compare {
    display: none;
  }
  
  .product-filter .display {
    display: none;
  }
}
.product-filter .product-wishlist,
.product-filter .product-compare {
  padding: 6px 18px;
  margin: 4px 0 0;
  background-color: #f5f5f5;
  border: 1px solid #e5e5e5;
  float: left;
  text-transform: uppercase;
      font-size: 14px;
    line-height: 26px;
}
.product-filter .product-wishlist{
  margin-left: 20px;
}
.product-wishlist a,
.product-compare a {
  font-weight: normal;
  color: #222;
}

.product-wishlist a:hover,
.product-wishlist a:focus,
.product-wishlist a:active,
.product-compare a:hover,
.product-compare a:focus,
.product-compare a:active {
  text-decoration: none;
  color: #a00000;
}

.box-content .pagination {
background: #f7f7f7;
    color: #666;
    line-height: 40px;
    margin: 20px 0 0;
    padding: 5px 0px;
    overflow: hidden;
    float: none;
    width: auto;
    clear: both;
    border: 1px solid #eee;
}

.pagination .links {
  margin-left: 20px;
}

.pagination .links a,
.pagination .links b {
  display: inline;
  color: #666;
  background: #fff;
  border: 1px solid #ccc;
  padding: 7px 12px;
}

.pagination .links b,
.pagination .links a:hover,
.pagination .links a:focus,
.pagination .links a:active {
  color: #a00000;
}

.pagination .results {
  padding-top: 0;
  margin-right: 20px;
}


/* Product Detail */
.product-info {
  overflow: visible;
}

.product-info .product-title {    
  border-bottom: 0 !important;
  font-size: 30px !important;
  font-weight: normal !important;
  text-transform: none !important;
  margin-bottom: 20px !important;
  line-height: normal !important;
  color: #333 !important;
}

.product-info .image {
  padding: 20px;
  border: 1px solid #eee;
  margin-bottom: 30px;
  margin-top: 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 .options span.required,
.product-info .options-name  {
  display: none;
}
.product-info .options h2 {
    font-size: 16px;
    font-weight: 400;
	font-family: 'Open Sans', Arial, sans-serif;
	text-transform: uppercase;
	color: #333;
}
.product-info .options h4 {
    font-size: 12px;
    font-weight: 400;
	font-family: 'Open Sans', Arial, sans-serif;
}
.product-info .price {
    border-bottom: none;
    padding: 0px 5px 10px 5px;
    margin-bottom: 10px;
}
.product-info .price-info:after {
    content: "";
	width: 70%;
	height: 1px;
	background: #e5e5e5;
	margin: 0 auto;
}
.product-info .price .price-dph {
  color: #aaa;
  font-size: 16px;
      margin: 0;
}
.product-info .price .price-tax-text {
font-size: 18px;
color: #000;
margin-right: 10px;
}
.product-info .price .price-tax-number{
font-size: 24px;
color: #a00000;
font-style: italic;
}
.price .cena-skryta {
    position: absolute;
    min-width: 150px;
    background: #fff;
    margin-left: -110px;
	padding-left: 15px;
}
/*.price-number .cena-skryta:before {
    content: "";
	background: #fff;
	left: -20px;
	width: 100px;
	height: 20px;
	position: absolute;
}*/
.product-info .cart > div {
  float: left;
  font-size: 14px;
}
.product-info .cart > div a {
  cursor: pointer;
}

.product-info .cart .actions {
  margin: 0 0 0 15px;
}
.product-info {
    margin-bottom: 0px;
}
.product-info .cart .btn {
  background-image: url(../image/icon-cart.png);
  background-position: 10px center;
  background-repeat: no-repeat;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-top: 10px;
  margin-left: 20px;
}

.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 a {
  text-align: left;
  background: #f0f0f0;
  text-transform: uppercase;
  font-size: 16px;
  color: #000;
  font-weight: normal;
  padding: 10px 20px;
}

.htabs a.selected {
  color: #fff;
  background: #111;
}

.htabs a:hover,
.htabs a:focus,
.htabs a:active {
  color: #fff;
  text-decoration: none;
  outline: none;
}
.com_mijoshop .box_oc .related .box-product > div {
    width: auto;
}
.com_mijoshop .box_oc .related  .box-product {
    padding: 0;
}
.box-product .name a {
    color: #333;
}
.tags {
    border-top: 1px solid #e5e5e5;
	padding: 20px 0;
}
.related .box-product .image {
    display: block  !important;
	margin-bottom: 10px;
}
.related .box-product .name {
    display: inline-block;
}
.related .box-product .price {
    font-style: italic;
	text-align: right;
	display: inline-block;
	float: right;
	font-size: 20px;
	margin: -3px 0 0 !important
}
@media screen and (max-width: 480px) {
 
 .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: #a00000;
  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;
}


.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: #e5e5e5;
  width: 100%;
  box-shadow: none;
}
#content_oc.shop-login-box.register .content_oc {
  overflow: hidden;
}
.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: #a00000;
}

#content_oc .content_oc table tr td {
  border: 0;
}

.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-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: 20px;
    max-width: 40px;
    text-align: center;
	height: 32px;
}

.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;
  
  color: #a00000;
}

.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: 100%;
}

.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: #a00000;
  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 {
  margin: 0;



  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: auto;
  height: auto;
  background: transparent;
    position: relative;
}

#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: #a00000;
  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;
}

/*[*/#header_oc #cart .content_oc table {
  width: 100%;
}

#header_oc #cart.active .content_oc {
  display: block;
}/*]*/

.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;
}

/* 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: #a00000;
  text-decoration: none;
}

#content_oc.shop-login-box {
  height: auto;
  min-height: 0;
  margin-bottom: 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;
}

.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;
	background: #f5f5f5;
}
.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;
}
/*Obruby.cz*/
.manufacturer-list {
    border: none;
    padding: 0px;
	    margin: 40px -20px;
}
#column-left + #column-right + #content_oc, #column-left + #content_oc {
    margin-left: 230px;
}
#column-left {
    float: left;
    width: 200px;
}
.manufacturer-list ul {
    width: 100%;
	    margin: 10px 0;
    border-top: 1px solid #eee;
    padding: 10px 0;
}
.manufacturer-list ul:first-child {
    border-top: none;
}
.manufacturer-list ul .manufacturer_description {
    margin: 10px 0 20px;
}
/*.manufacturer-list ul:nth-of-type(odd) .manufacturer-image {
   float: right;
}*/
.product-info .cart  {
   position: relative;
   padding-top: 20px;
}
.product-info .cart .mnozstvi  {
    position: absolute;
    font-size: 12px;
    font-weight: bold;
    color: #333;
	top: 0;
}
.manufacturer-list .manufacturer_name  {
    display: none;
}
/*.manufacturer-info .manufacturer-info-description {
    display: none;
}*/
.manufacturer-category .manufacturer-info {
    position: relative;
    margin-top: -80px;
    background-color: #fff;
	margin: -80px 0 30px 0;
}
.manufacturer-category .box-content .box-heading,
.manufacturer-category .box-content .manufacturer-info  {
    display: inline-block;
}
.manufacturer-category .box-content .box-heading h1:after {
    content: '';
    width: 100px;
    height: 2px;
    display: block;
    background-color: #e5e5e5;
}
.manufacturer-back a {
    color: #808080;
	font-size: 14px;
}
.manufacturer-back a span:before {
        content: "\f053";
		font-family: FontAwesome;
		margin-right: 5px;
}
.product-grid .price {
    float: right;
}
.product-grid .price .price-tax {
    display: block;
}
.product-grid .price .price-price,
.product-grid .price .price-text {
    display: none;
}
.product-grid .price .price-tax {
    font-size: 18px;
    color: #a00000;
    font-style: italic;
	letter-spacing: -1px;
}
.product-grid .name {
width: 100%;
}
.product-grid .price {
    float: right;
	text-align: right;
	max-width: 60px;
}
.price-info .price-dph .price-old,
.product-grid .price .price-special .price-old {
    display: none;
}
.product-grid .price .price-new.priceProcessed {
    display: none;
}
.product-grid .price br {
    display: none;
}
.product-info .image-additional {
    width: 100%;
}
.bf-attr-group-header {
   display: none;
}
.manufacturer-category .product-grid  .pocet-variant  {
    color: #afb0b5;
    margin: 5px 0 0;
    font-size: 13px;
	clear: both;
	float: left;
}
.product-info  .options input.optionChoice,
.product-info  .options .option br,
.product-info .image-additional  {
    display: none;
}
.product-info .col-xs-12.col-md-6.col-sm-6 .options .option .option-product  {
   clear: both;
   position: relative;
   display: inline-block;
    margin: 0 12px;
}
.product-info .col-xs-12.col-md-6.col-sm-6 .options .option .option-product:first-child  {
   margin-left: 0px;
}
.product-info .col-xs-12.col-md-6.col-sm-6 .options .option .option-product:last-child  {
   margin-right: 0px;
}
.product-info .col-xs-12.col-md-6.col-sm-6 .options .option .option-product .option-item {
   clear: both;
   position: relative;
   display: inline-block;
}

.product-info .col-xs-12.col-md-6.col-sm-6 .options .option label  {
    text-indent: -999em;
	width: 100%;
	height: 100%;
	position: absolute;
	 border: 2px solid transparent;
}
.product-info .col-xs-12.col-md-6.col-sm-6 .options .option label.active  {
    border-color: #ccc;
}
.product-info .col-xs-12.col-md-6.col-sm-6 .options .option label.active:after {
   border: 8px solid #ccc;
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
    content: "";
    margin-left: -8px;
    display: block;
    left: 50%;
    position: absolute;
    bottom: -1px;
}
.product-info .col-xs-12.col-md-6.col-sm-6 .options .option img  {
    display: inline-block;	  
}

.product-info .col-xs-12.col-md-6.col-sm-6 .options .option .stock  {
   clear: both;
   text-align: center;
}
.box-content.product {
   border-bottom: 0;
}
#cart .checkout a.btn {
    color: #ffffff;
    background-color: #a00000;
    border-color: #a00000;
}
#cart .checkout a.btn:hover {
       color: #ffffff;
    background-color: #75150B;
    border-color: #75150B;
}


