@import url(https://fonts.googleapis.com/css?family=Exo:400,300,500,600,700,800,900&subset=latin,latin-ext);

body {
  font-family: 'Exo', sans-serif;
  font-size: 15px;
  color: #555;
  background: #fff;
}

table .img-responsive { width:100%; }

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}

a {
  color: #333;
  text-decoration: underline;
}
a:hover {
  color: #ab0515;
}
a:focus {
  outline: none;
}
a.btn {
  text-decoration: none;
}
p {
  margin-bottom: 20px;
  line-height: 22px;
}
ul, ol {
  margin-bottom: 20px;
}
table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
table tr td {
  padding: 8px;
  line-height: 1.42857143;
}
hr {
  border-color: #666;
}

.bold {
  font-weight: 700;
}
h1 {
  font-size: 43px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 25px;
  color: #555;
}
h1.producttitle { background: #f0f0f0; margin: -25px -20px 20px -20px; padding: 18px 20px; }
h2 {
  margin: 10px 0px;
  color: #333;
  font-size: 26px;
}
h3 {
  color: #333;
}
h4 {
  color: #333;
}

.pagination {
  margin: 0px 0px 20px 0px;
}
.pagination > li > a {
}
.pagination > li.prevnext > a {
}
.pagination > li > a:hover, .pagination > li.active > a:hover, .pagination > li.active > a {
}
.pagination > li.prevnext > a:hover {
}

#wrapper {
  background: url('../img/bg_wrapper.jpg') center top no-repeat;
}
#content {
  padding-top: 25px;
  padding-bottom: 10px;
}
#content2 {
  padding-top: 25px;
  padding-bottom: 10px;
}

#header {
  background: url('../img/bg_header.jpg?v=2') center no-repeat;
  height: 132px;
  border-bottom: 1px solid #fff;
}
#header .container {
  position: relative;
}
#header-line {
  background: url('../img/header_line.png') center no-repeat;
  height: 33px;
  width: 1110px;
  position: absolute;
  top: 80px;
  left: 15px;
}
@media (max-width: 1199px) {
  #header-line {
    width: 940px;
    background: url('../img/header_line_md.png') center no-repeat;
  }
}
@media (max-width: 991px) {
  #header-line {
    width: 720px;
    background: url('../img/header_line_sm.png') center no-repeat;
  }
}
@media (max-width: 767px) {
  #header {
    background-position: 35% center;
  }
  #header-line {
    width: 100%;
    left: 0px;
    background: url('../img/header_line.png') center no-repeat;
  }
}
#header #logo {
  padding-top: 22px;
}
#header #logo img {
  margin-left: 4px;
}
#header #menu1 {
  padding-top: 85px;
}
#header #menu1 > ul {
  list-style: none;
  margin: 0px 15px 0px 0px;
  padding: 0px;
  float: right;
}
#header #menu1 > ul > li {
  display: inline;
}
#header #menu1 > ul > li:last-child {
}
#header #menu1 > ul > li > a, #header #menu1 #menu1-toggle {
  font-size: 17px;
  color: #333;
  text-transform: uppercase;
  display: block;
  float: left;
  margin-left: 20px;
  text-decoration: none;
}
#header #menu1 > ul > li:hover > a, #header #menu1 > ul > li.active > a, #header #menu1 #menu1-toggle:hover {
  color: #000;
  text-decoration: underline;
}
#header #menu1 #menu1-toggle {
  float: right;
  margin: 0px 15px 0px 0px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #header #logo {
    padding-top: 32px;
  }
  #header #menu1 > ul > li > a {
    font-size: 16px;
    margin-left: 10px;
  }
}
@media (max-width: 991px) {
  #header #menu1 > ul {
    display: none;
    margin: 0px;
    float: none;
    position: absolute;
    width: 250px;
    top: 113px;
    right: 24px;
    background: rgba(255,255,255,0.9);
    z-index: 1000;
    padding: 10px;
  }
  #header #menu1 > ul > li {
    display: block;
  }
  #header #menu1 > ul > li > a {
    float: none;
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  #header #menu1 > ul {
    right: 15px;
  }
  #header #menu1 #menu1-toggle {
    margin-right: 0px;
  }
}

#menu2 {
  background: #ab0515;
  border-bottom: 1px solid #fff;
}
#menu2 ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  position: relative;
}
#menu2 ul > li {
  float: left;
  margin-left: 19px;
  padding-right: 41px;
  background: url('../img/menu_separator.png') right center no-repeat;
}
#menu2 ul > li:last-child {
  background: none;
  padding-right: 0px;
}
#menu2 ul > li > a, #menu2 #menu2-toggle {
  font-size: 25px;
  color: #fff;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  height: 69px;
  padding-top: 25px;
}
#menu2 ul > li > a:hover, #menu2 ul > li.active > a, #menu2 #menu2-toggle:hover {
  color: #000;
}
#menu2 ul > li > a.ico-home {
  background-image: url('../img/menu_home.png'), url('../img/menu_home_hover.png');
  background-position: left center, left center;
  background-repeat: no-repeat, no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  width: 45px;
}
#menu2 ul > li > a.ico-home:hover {
  background-image: url('../img/menu_home_hover.png'), url('../img/menu_home.png');
}
#menu2 ul > li > a.ico-ctyrkolky {
  background: url('../img/menu_ctyrkolky.png') left center no-repeat;
  padding-left: 85px;
}
#menu2 ul > li > a.ico-skutry {
  background: url('../img/menu_skutry.png') left center no-repeat;
  padding-left: 70px;
}
#menu2 ul > li > a.ico-doplnky {
  background: url('../img/menu_doplnky.png') left center no-repeat;
  padding-left: 90px;
}
#menu2 ul > li > a.ico-prodejci {
  background: url('../img/menu_prodejci.png') left center no-repeat;
  padding-left: 60px;
}
#menu2 #menu2-toggle {
  float: right;
}
#menu2 ul > li > .podmenu {
  background: rgba(240, 240, 240, 0.95);
  padding: 20px 20px 0px 20px;
  position: absolute;
  left: 0px;
  top: 69px;
  z-index: 5000;
  visibility: hidden;
  opacity: 0;
  transition:visibility 0s linear 0.2s, opacity 0.2s linear;
  width: 100%;
  box-shadow: 0px 5px 5px #999;  
}
@media (min-width: 992px) {
  #menu2 ul > li:hover > .podmenu {
    visibility: visible;
    opacity: 1;
    transition-delay: 0.3s;
  }
}
@media (max-width: 1199px) {
  #menu2 ul > li > a {
    font-size: 22px;
    height: 64px;
    padding-top: 20px;
  }
  #menu2 ul > li {
    margin-left: 10px;
    padding-right: 32px;
  }
  #menu2 ul > li > a.ico-ctyrkolky {
    background-size: 60px;
    padding-left: 75px;
  }
  #menu2 ul > li > a.ico-skutry {
    background-size: 45px;
    padding-left: 61px;
  }
  #menu2 ul > li > a.ico-doplnky {
    background-size: 60px;
    padding-left: 77px;
  }
  #menu2 ul > li > a.ico-prodejci {
    background-size: 40px;
    padding-left: 54px;
  }
}
@media (max-width: 991px) {
  #menu2 ul > li > a {
    font-size: 22px;
    height: 64px;
    padding-top: 20px;
  }
  #menu2 ul > li {
    margin-left: 10px;
    padding-right: 32px;
  }
  #menu2 ul > li > a.ico-ctyrkolky, #menu2 ul > li > a.ico-skutry, #menu2 ul > li > a.ico-doplnky, #menu2 ul > li > a.ico-prodejci {
    background: none;
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  #menu2 ul {
    display: none;
    margin-right: 70px;    
  }
  #menu2 ul > li {
    float: none;
    margin: 0px;
    padding: 0px;
    background: none;
  }
  #menu2 ul > li > a, #menu2 #menu2-toggle {
    font-size: 22px;
    height: 50px;
    line-height: 50px;
    padding: 0px;
  }
}

.slideshow {
  border-bottom: 1px solid #db0000;
}

.detail-taby-menu {
  background: url('../img/bg_tabs.jpg') top repeat-y;
  border-top: 1px solid #db0000;
  border-bottom: 1px solid #db0000;
}
.detail-taby-menu .nav-tabs {
  border-bottom: 0px;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}
.detail-taby-menu .nav-tabs > li {
  margin-bottom: 0px;
  margin-right: 15px;
  padding-left: 33px;
  background: url('../img/tab_separator.png') left center no-repeat;
}
.detail-taby-menu .nav-tabs > li:first-child {
  background: none;
  padding-left: 0px;
  margin-left: 0px;
}
.detail-taby-menu .nav-tabs > li > a, .detail-taby-menu .nav-tabs > li.active > a {
  text-decoration: none;
  border: 0px;
  border-radius: 0px;
  padding: 0px;
  height: 51px;
  line-height: 51px;
}
.detail-taby-menu .nav-tabs > li.active > a, .detail-taby-menu .nav-tabs > li > a:hover {
  background: none;
  border: 0px;
  color: #cd0000;
}
.detail-taby-menu .tab-content {
}
@media (min-width: 992px) and (max-width: 1199px) {
  .detail-taby-menu .nav-tabs {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .detail-taby-menu .nav-tabs > li {
    margin-bottom: 0px;
    margin-right: 30px;
    padding-left: 0px;
    background: none;
  }
}
@media (max-width: 767px) {
  .detail-taby-menu .nav-tabs > li {
    float: none;
  }
}

.vypis-produktu {
}
.vypis-kategorii {

}
.produkt, .kategorie {
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.075);
  border-radius: 4px;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  margin-bottom: 20px;
}
.produkt .image {
  position: relative;
}
.produkt .image .ikona {
  position: absolute;
  width: 60px;
  height: 60px;
  left: 0px;
  top: 0px;
  text-indent: -9999px;
}
.produkt .image .ikona.ik-sleva {
  background: url('../img/ico_akce.png') left top no-repeat;
}
.produkt .image .ikona.ik-novinka {
  background: url('../img/ico_novinka.png') left top no-repeat;
}
.produkt .image img, .kategorie .image img {
  margin: 0px auto;
}
.produkt h3, .kategorie h3 {
  font-size: 20px;
}
.produkt h3 a, .kategorie h3 a {
  text-decoration: none;
}
.produkt:hover h3 a, .kategorie:hover h3 a {
  color: #ab0515;
}
.produkt:hover, .kategorie:hover {
  box-shadow: 0px 1px 2px #555;
}
.produkt .ceny {
  display: inline-block;
}
.produkt .cena {
  margin-bottom: 5px;
  text-align: left;
}
.produkt .cena img {
  margin: -1px 10px 2px 0px;
}
.produkt .cena .s1 {
  font-size: 16px;
  font-weight: 600;
  color: #db0000;    
}
.produkt .cena .s2 {
  font-size: 16px;
}
.produkt .viceinfo a, .kategorie .viceinfo a {
  background: #fe0000;
  color: #fff;
  border-radius: 5px;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  padding: 2px 5px;
}

#novinky {
  background: rgba(170, 170, 170, 0.35);
  padding: 20px 25px 0px 25px;
  position: relative;
  margin-bottom: 30px;
}
#novinky h2 {
  color: #ac0718;
  margin: 0px 0px 20px 0px;
  font-size: 32px;
  font-weight: 500;
}
#novinky .starsi {
  float: right;
  margin-top: -45px;
  font-size: 18px;
}
#novinky .starsi a {
  text-decoration: none;
}
.novinka {
  padding-left: 30px;
  border-left: 1px solid #db0000;
  margin-bottom: 25px;    
}
#novinky .vypis-novinek {
  margin-left: -30px;
}
#novinky .vypis-novinek .row > div:first-child .novinka {
  border-left: 0px;
}
.novinka h3 {
  text-align: center;
}
.novinka2 h3 {
  margin-top: 10px;
}
.novinka h3 a, .novinka2 h3 a {
  text-decoration: none;
  color: #ac0718;
}
.novinka h3 a:hover, .novinka2 h3 a:hover {
  text-decoration: underline;
}
.novinka .image img, .novinka2 img {
  margin: 0px auto;
  border: 1px solid #777;  
}
.novinka .viceinfo {
  text-align: center;
}
.novinka .viceinfo a {
  text-decoration: none;
  background: #fe0000;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  padding: 5px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .novinka {
    padding-left: 0px;
    border-left: 0px;
  }
  #novinky .vypis-novinek {
    margin-left: 0px;
  }
}

#footer {
  background: #313131 /*url('../img/bg_footer.jpg') center no-repeat*/;
  color: #fff;
  padding-top: 25px;
  padding-bottom: 100px;
}
#footer a {
  color: #fff;
}
#footer .aspgrouplogo {
  font-size: 16px;
}
#footer .aspgrouplogo p {
  margin-bottom: 10px;
}
#footer .aspgrouplogo p strong {
  font-size: 21px;
  font-weight: 500;
}
@media (max-width: 767px) {
  #footer .aspgrouplogo {
    text-align: center;
    margin-bottom: 20px;
  }
  #footer .adresa {
    text-align: center;
    padding-bottom: 20px;
  }
  #footer .aspgrouplogo img {
    margin: 0px auto;
  }
}
#footer .tgblogo {
  text-align: center;
  font-weight: 500;
}
#footer .tgblogo img {
  margin: 0px auto;
}
#footer .social {
  padding-top: 70px;
  text-align: center;
}
@media (max-width: 991px) {
  #footer .social {
    padding-top: 20px;
  }
}
#footer .social .socbtn {
  width: 59px;
  height: 59px;
  display: inline-block;
  margin: 0px 10px;
  text-indent: -9999px;
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #footer .social .socbtn {
    width: 40px;
    height: 40px;
    background-size: contain !important;
    margin: 0px 5px;
  }
}
#footer .social .socbtn:hover {
  opacity: 0.8;
}
#footer .social .socbtn.facebook {
  background: url('../img/soc_facebook.png') center no-repeat;
}
#footer .social .socbtn.youtube {
  background: url('../img/soc_youtube.png') center no-repeat;
}
#footer .social .socbtn.instagram {
  background: url('../img/soc_instagram.png') center no-repeat;
}
#footer .social .socbtn.prodejci {
  background: url('../img/soc_prodejci.png') center no-repeat;
}

/* tabulka kontaktu */
.kontakty > table,
.kontakty2 > table {
  display: block;
  width: 100%;
  font-size: 16px;
  margin-bottom: 30px;
}
.kontakty table td,
.kontakty2 table td {
  padding: 1px 10px;
  vertical-align: middle;
  word-break: break-all;
}
.kontakty > table h3,
.kontakty2 > table h3 {
  font-size: 20px;
  margin-top: 0px;
}
.kontakty > table img,
.kontakty2 > table img {
  height: auto !important;
  max-width: 100% !important;
}
.kontakty > table > tbody > tr, .kontakty > table > tr,
.kontakty2 > table > tbody > tr, .kontakty2 > table > tr {
  display: inline;
}
.kontakty > table > tbody > tr > td, .kontakty > table > tr > td,
.kontakty2 > table > tbody > tr > td, .kontakty2 > table > tr > td {
  float: left;
  display: block;
  width: 440px;
}
.kontakty2 > table > tbody > tr > td, .kontakty2 > table > tr > td {
  width: 440px;
}
.kontakty > table > tbody > tr > td > table, .kontakty > table > tr > td > table,
.kontakty2 > table > tbody > tr > td > table, .kontakty2 > table > tr > td > table {
  margin-bottom: 0px;
}
.kontakty > table > tbody > tr > td > table tr td:first-child, .kontakty > table > tr > td > table tr td:first-child,
.kontakty2 > table > tbody > tr > td > table tr td:first-child, .kontakty2 > table > tr > td > table tr td:first-child {
  width: 150px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .kontakty > table,
  .kontakty2 > table {
    font-size: 14px;
  }
  .kontakty table td,
  .kontakty2 table td {
    padding: 1px 5px;
  }
  .kontakty > table > tbody > tr > td, .kontakty > table > tr > td,
  .kontakty2 > table > tbody > tr > td, .kontakty2 > table > tr > td {
    float: none;
    display: block;
    width: 100%;
  }
  .kontakty > table > tbody > tr > td > table tr td:first-child, .kontakty > table > tr > td > table tr td:first-child,
  .kontakty2 > table > tbody > tr > td > table tr td:first-child, .kontakty2 > table > tr > td > table tr td:first-child {
    width: 100px;
  }
}

.podbarveno {
  padding: 25px 20px 5px 20px;
  margin-bottom: 25px;    
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.075);
  border-radius: 4px;
}
.product-info .cena {
  font-size: 16px;
  font-weight: 300;
}
.product-info .cena img {
  margin: -2px 10px 3px 5px;
}
.product-info .cena .s1 {
  font-size: 28px;
  font-weight: 600;
  color: #db0000;
}
.product-info .cena .s2 {
  font-size: 20px;
}
.product-info .priceline { background: #f0f0f0; margin: 0 -20px 20px -20px; padding: 10px 20px; text-align: center; }
/*.product-info .priceline .cena { display: inline-block; margin: 0 30px; }*/
.product-info .priceline .oldprice { position: relative; margin-right: 20px; font-size: 24px; }
.product-info .priceline .oldprice::before { position: absolute; content: ' '; left: -5px; top: 50%; right: -5px; border-top: 1px solid #cc2415; margin: 0px 0.1em; transform: rotate(-8deg); -webkit-transform: rotate(-8deg); }
.cena .percent { display: inline-block; background: #db0000; font-weight: bold; color: #fff; padding: 3px 5px; position: relative; }
.produkt .cena .percent { margin-right: 5px; font-size: 12px; top: -2px; }
.product-info .priceline .cena .percent { margin-right: 20px; padding: 5px 10px; top: -5px; }
.product-info .priceline .shoplink a { display: inline-block; background: #8ed726; margin-top: 20px; padding: 10px 50px; color: #fff; font-size: 16px; font-weight: bold; text-decoration: none; text-align: center; text-transform: uppercase; }
.product-info .description img { max-width: 100%; height: auto !important; }
.product-info #hlavniobrazek {
  margin-bottom: 20px;
  position: relative;
}
@media (min-width: 768px) {
  .product-info #hlavniobrazek.newslider {
    padding: 0 30px;
  }
}
@media (min-width: 992px) {
  .product-info .priceline { padding-top: 13px; }
  .product-info .priceline .shoplink a { margin-top: -3px; }
}
.product-info #hlavniobrazek .image img {
  margin: 0px auto;
}
.product-info #hlavniobrazek .ikona {
  position: absolute;
  width: 60px;
  height: 60px;
  left: 0px;
  top: 0px;
  text-indent: -9999px;
  z-index: 10;
}
.product-info #hlavniobrazek .ikona.ik-sleva {
  background: url('../img/ico_akce.png') left top no-repeat;
}
.product-info #hlavniobrazek .ikona.ik-novinka {
  background: url('../img/ico_novinka.png') left top no-repeat;
}
@media (max-width: 767px) {
  .product-info .cena {
    font-size: 14px;
    font-weight: normal;
  }
  .product-info .cena img {
    margin: -2px 5px 3px 3px;
  }
  .product-info .cena .s1, .product-info .cena .s2 {
    font-size: 17px;
  }
  .product-info .priceline .oldprice { font-size: 15px; }
}

.image-additional {
  padding: 10px 30px 20px 30px;
}

.vybava {
}
#tab-attribute h2 {
  color: #cd0000;
}
#tab-attribute table tr td {
  padding: 0px;
}
#tab-attribute table tr td:first-child {
  width: 25%;
}
@media (max-width: 991px) {
  #tab-attribute table tr td:first-child {
    width: 35%;
  }
}
@media (max-width: 767px) {
  #tab-attribute table tr td:first-child {
    width: 45%;
  }
}

.video .embed-responsive {
  margin-bottom: 20px;
}
.newslider .video .embed-responsive {
  margin-bottom: 0;
}

.kestazeni {
  text-align: center;
  padding-bottom: 15px;
}
.kestazeni img {
  margin: 0px auto;
}
.kestazeni h3 {
  font-size: 18px;
  margin: 0px 0px 5px 0px;
}
.kestazeni h3 a {
  text-decoration: none;
}
.kestazeni p {
  margin: 0px 0px 5px 0px;
}

.galerie {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
.galerie-obrazky img {
  margin-bottom: 5px;
}
.galerie .image {
  margin-bottom: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .galerie-obrazky img {
    width: 130px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .galerie-obrazky img {
    width: 116px;
  }
}

/* PLUGINY */

#facebookBox {
  margin-top: 10px;
  margin-bottom: 30px;
}
#fb-root {
  display: none;
}
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
  width: 100% !important;
}

#bocni-facebook {
	position: fixed;
	right: 0px;
	top: 230px;
	width: 35px;
	height: 260px;
	overflow: hidden;
	z-index: 1000;
}
#bf-leva {
	background: url("../img/fixed_facebook.png") left top no-repeat;
	width: 35px;
	height: 260px;
}
#bf-prava {
	position: absolute;
	left: 35px;
	top: 0px;
	background: #fff;
	width: 292px;
	height: 258px;
	border: 1px solid #3b5999;
	overflow: hidden;
}

/* OPENCART */

.breadcrumb {
  background: none;
  padding: 0px;
  margin-top: -10px;
}
.category-info {
  padding-bottom: 5px;
}

#header #cart-obal {
  padding-left: 0px;
}
#header #cart {
  position: relative;
  text-align: center;
  background: url('../img/cart_hover.png') center bottom no-repeat;  
}
#header #cart .heading a {
  background: url('../img/ico_kosik.png') 15px center no-repeat;
  padding: 0px 10px 0px 55px;
	text-decoration: none;
  display: block;
  height: 55px;
  line-height: 55px;    
  font-size: 16px;
  cursor: pointer;
}
#header #cart .heading a:hover {
}
#header #cart .content {
	position: absolute;
	top: 55px;
	right: 0px;
  display: none;
  z-index: 100;  
  width: 400px;
	border: 1px solid #ddd;
  border-top-left-radius: 3px;  
	border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;  
	box-shadow: 0px 2px 2px #ccc;
	background: #fff;
  padding: 0px 5px 10px 5px;
  color: #333;
}
#header #cart .content table a {
  color: #333;
}
#header #cart.active .content {
	display: block;
}
.mini-cart-info table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 8px;
}
.mini-cart-info td {
	color: #000;
	padding: 10px 5px;
	border-bottom: 1px solid #EEEEEE;
  text-align: left;
}
.mini-cart-info .image {
	width: 1px;
}
.mini-cart-info .image img {
	border: 1px solid #EEEEEE;
	text-align: left;
}
.mini-cart-info .name small {
	color: #666;
}
.mini-cart-info .quantity {
	text-align: right;
  width: 10%;
}
.mini-cart-info td.total {
	text-align: right;
  width: 20%;
}
.mini-cart-info .remove {
	text-align: right;
  width: 5%;
}
.mini-cart-info .remove img {
	cursor: pointer;
}
.mini-cart-total {
	text-align: right;
}
.mini-cart-total table {
	border-collapse: collapse;
	display: inline-block;
	margin-bottom: 5px;
}
.mini-cart-total td {
	color: #000;
	padding: 1px 10px;
}
#header #cart .checkout {
	text-align: right;
	clear: both;
}
#header #cart .empty {
	padding: 50px 0px;
	text-align: center;
}

.success a, .warning a, .attention a, .information a {
  color: #555555;
}
.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin-bottom: 20px;
	color: #555555;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.success {
	background: #EAF7D9 url('../image/success.png') 10px center no-repeat;
	border: 1px solid #BBDF8D;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.warning {
	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.attention {
	background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	cursor: pointer;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	display: block;
	color: #FF0000;
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}
.buttons {
  margin-bottom: 20px;
}

/* cart */
.cart-info table {
	width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	color: #fff;
	font-weight: bold;
	background-color: #666;
	border-bottom: 1px solid #666;
}
.cart-info thead .image {
	text-align: center;
}
.cart-info thead .name, .cart-info thead .model, .cart-info thead .quantity {
	text-align: left;
}
.cart-info thead .price, .cart-info thead .total {
	text-align: right;
}
.cart-info tbody td {
	border-bottom: 1px solid #666;
}
.cart-info tbody .image img {
	border: 1px solid #666;
}
.cart-info tbody .image {
	text-align: center;
}
.cart-info tbody .name, .cart-info tbody .model, .cart-info tbody .quantity {
	text-align: left;
}
.cart-info tbody .quantity input[type='image'], .cart-info tbody .quantity img {
	position: relative;
	top: 3px;
	cursor: pointer;
  margin-left: 3px;
}
.cart-info tbody .quantity img {
	top: -1px;
}
.cart-info tbody .price, .cart-info tbody .total {
	text-align: right;
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}
.cart-module > div {
	display: none;
}
.cart-total {
	overflow: auto;
}
.cart-total td {
	padding: 3px;
	text-align: right;
}

/* checkout */
.checkout-heading {
	background: #666;
	border: 1px solid #666;
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
	margin-bottom: 15px;
}
.checkout-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
  font-weight: bold;
  cursor: pointer;
}
.checkout-content {
	padding: 0px 0px 15px 0px;
	display: none;
	overflow: auto;
}
.checkout-content .left {
	float: left;
	width: 48%;
}
.checkout-content .right {
	float: right;
	width: 48%;
}
.checkout-content .buttons {
	clear: both;
}
.checkout-product table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	color: #fff;
	font-weight: bold;
	background-color: #666;
	border-bottom: 1px solid #666;
}
.checkout-product thead .name, .checkout-product thead .model {
	text-align: left;
}
.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
	text-align: right;
}
.checkout-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #666;
}
.checkout-product tbody .name, .checkout-product tbody .model {
	text-align: left;
}
.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
	text-align: right;
}
.checkout-product tfoot td {
	text-align: right;
	border-bottom: 1px solid #666;
}

/* order list */
.order-list {
	margin-bottom: 20px;
  border: 1px solid #666;
  padding: 10px;
}
.order-list .order-id {
	width: 49%;
	float: left;
}
.order-list .order-status {
	width: 49%;
	float: right;
	text-align: right;
}
.order-list .order-content {
	padding-top: 10px;
	display: inline-block;
	width: 100%;
	margin-top: 10px;
	border-top: 1px solid #666;
  margin-bottom: -4px;
}
.order-list .order-content div {
	float: left;
	width: 33.3%;
	line-height: 150%;
}
.order-list .order-info {
	text-align: right;
}
.order-detail {
	background: #EFEFEF;
	font-weight: bold;
}

/* table list */
table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}
table.list td {
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 7px 10px
}
table.list thead td {
	background-color: #666;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
table.list .left {
	text-align: left;
	padding: 7px;
}
table.list .right {
	text-align: right;
	padding: 7px;
}
table.list .center {
	text-align: center;
	padding: 7px;
}

/* EU cookies */
.euc {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #333;
  background: #eee;
  z-index: 1000;
  text-align: center;
  padding: 10px;
  font-size: 14px;
  line-height: 30px;
  border-top: 2px solid #ccc;
}
.euc a {
  color: #333;
  text-decoration: underline;
}
.euc a.euc-ok {
  border: 0px;
  background: #ddd;
  color: #333;
  padding: 5px 10px;
  text-decoration: none;
}
.euc a.euc-ok:hover {
  background: #ccc;
}