.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .container.nav-wrapp {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
.container-no {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container-no {
    width: 780px;
  }
}
@media (min-width: 992px) {
  .container-no {
    width: 1000px;
  }
}
@media (min-width: 1200px) {
  .container-no {
    width: 1200px;
  }
}
body {
  width: 100%;
  *zoom: 1;
  background: #FFF url("/img/template/body.jpg")   -100px -5px;
  background-attachment: fixed;
  background-size: 140%;
  padding: 0px 0px;  
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
body:before,
body:after {
  display: table;
  content: "";
}
body:after {
  clear: both;
}
header {
  background: #FFF url(/obrazky/head.jpg);
  position: relative;
  *zoom: 1;
  margin-right: auto;
  margin-left: auto;
  /*padding-left: 15px;
  padding-right: 15px;*/
}
header:before,
header:after {
  content: "";
  display: table;
}
header:after {
  clear: both;
}
header:before,
header:after {
  display: table;
  content: "";
}
header:after {
  clear: both;
}
@media (min-width: 768px) {
  header {
    width: 100%;
  }
}
@media (min-width: 992px) {
  header {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  header {
    width: 100%;
  }
}
header .header-row-up {
  padding: 10px 20px;
  *zoom: 1;
  /*border-bottom: 1px solid #efefef;*/
 /* margin-bottom: 19px;       */ /*troll*/
 
 color:#fff;
 font-size:14px;
}
header .header-row-up:before,
header .header-row-up:after {
  content: "";
  display: table;
}
header .header-row-up:after {
  clear: both;
}
header .header-row-up:before,
header .header-row-up:after {
  display: table;
  content: "";
}
header .header-row-up:after {
  clear: both;
}
header .header-row-up .navigation {
  float: left;
}
@media (max-width: 700px) {
  header .header-row-up .navigation {
    float: none;
    padding: 15px 0px;
  }
}
header .header-row-up .navigation ul {
  padding: 0px;
}
header .header-row-up .navigation ul li {
  list-style: none;
  display: inline-block;
  padding: 0px 20px 0px 0px;
} 
header .header-row-up .navigation ul li a {
  color:#fff;
}
header .header-row-up .navigation ul li a:hover {
  text-decoration: underline;
}
header .header-row-up .login {
  float: right;
}
@media (max-width: 700px) {
  header .header-row-up .login {
    float: none;
    padding: 15px 0px;
  }
}
header .header-row-up .login ul {
  padding: 0px;
}
header .header-row-up .login ul li {
  list-style: none;
  display: inline-block;
  padding-left: 10px;
}
header .header-row-up .login ul li:first-child {
  padding: 0px;
}
header .header-row-up .login ul li a {
  /*font-weight: 600;*/
  text-decoration: none;
  color:#fff;
}
header .header-row-up .login ul li a:hover {
  text-decoration: underline;
}
header .header-row-up .login ul li button .login,
header .header-row-up .login ul li a .registrace {
  background: url("/img/prihlaseni.svg");
  background-size: 17px 20px;
  height: 17px;
  width: 20px;
  float: left;
  fill: red;
  background-repeat: no-repeat;
}
header .header-row-up .login ul li a .registrace {
  background: url("/img/registrace.svg");
}
header .header-row-main {
  padding: 40px 0px 7px 0px;
}
@media(max-width: 992px) {
  header .header-row-main {
    padding: 8px 0px 15px 0px;
  }
}
header .header-row-main:before,
header .header-row-main:after {
  content: "";
  display: table;
}
header .header-row-main:after {
  clear: both;
}
header .header-row-main:before,
header .header-row-main:after {
  display: table;
  content: "";
}
header .header-row-main:after {
  clear: both;
}
header .header-row-main .logo-section {
  display: inline;
  float: left;
  width: 27.61904762%;
  margin: 0 0.47619048%; */ 

}
header .header-row-main .logo-section h1{
  display:none!important;
}

@media (max-width: 1200px) {
  header .header-row-main .logo-section {
    display: inline;
    float: left;
    width: 32.38095238%;
    margin: 0 0.47619048%;
  }
}
@media (max-width: 995px) {
  header .header-row-main .logo-section {
    display: inline;
    float: left;
    width: 99.04761905%;
    margin: 0 0.47619048%;
  }
}
@media (max-width: 750px) {
  header .header-row-main .logo-section {
    display: inline;
    float: left;
    width: 99.04761905%;
    margin: 0 0.47619048%;
    text-align: center;
  }
  header .header-row-main .logo-section .logo {
    float: none !important;
    margin: 20px auto !important;
  }
  header .header-row-main .logo-section h1 {
    float: none !important;
  }
}
header .header-row-main .logo-section .logo {
  float: left;
}
@media(max-width: 992px) {
  header .header-row-main .logo-section .logo {
    width: 100%;
    text-align: center;
    margin-bottom: 11px;
  }
}
header .header-row-main .logo-section h1 {
  float: left;
  color: #5b5971;
  margin-top: 5px;
  padding-left: 10px;
  font-size: 33px;
}
header .header-row-main .search-section {
  /*display: inline;
  float: left;
  width: 32.38095238%;
  margin: 0 0.47619048%;
  margin-left: 5.23809524%;
  padding-top: 40px;*/ /*troll*/
    display: inline;
    float: left;
    width: 330px;
    margin: 40px 30px 40px 50px;
    border:1px solid #eee 
}
@media (max-width: 1200px) {
  header .header-row-main .search-section {
    display: inline;
    float: left;
    width: 330px;
    margin: 40px 0.47619048% 0 0.47619048%;
    margin-left: 60px;
  }
}
@media (max-width: 995px) {
  header .header-row-main .search-section {
    display: inline;
    float: left;
    width: 510px;
    margin: 0 0.47619048%;
  }
}
@media (max-width: 768px) {
  header .header-row-main .search-section {
    width: 100%;
    height: 50px;
  }
}
header .header-row-main .search-section .search {
  width: 100%;
  position: relative;
  display: table;
  border-collapse: separate;
}
@media (max-width: 750px) {
  header .header-row-main .search-section .search {
    display: block !important;
  }
}
header .header-row-main .search-section .search[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
header .header-row-main .search-section .search .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  
}
header .header-row-main .search-section .search #search-input {
  display: block;
  width: 100%;
  height: 50px;
  padding: 6px 12px;
  font-size: 16px;
  color: #000;
  background-color: #fff;
}
header .header-row-main .search-section .search span.btn-search {
  position: relative;
  font-size: 0;
  vertical-align: middle;
  display: table-cell;
  width:50px;
}
@media (max-width: 768px) {
  header .header-row-main .search-section .search #search-input {
    padding: 6px 60px 6px 12px;
  }
  header .header-row-main .search-section .search span.btn-search {
    display: block;
    text-align: center;
    margin-top: -50px;
    float: right;
  }
}
header .header-row-main .search-section .search span.btn-search a, header .header-row-main .search-section .search span.btn-search button {
  /*border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  position: relative;
  color: #fff;
  background-color: #000;
  display: inline-block;
  padding: 6px 12px 6px 30px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border: 1px solid transparent;  *//*troll*/
    position: relative;
    color: #FFFFFF;
    background-color: #000;
    display: inline-block;
    padding: 0px;
    margin-bottom: 0;
    font-size: 24px;
    text-align: center;
    border: 0px solid transparent;
    width: 50px;
    height: 50px;
}
header .header-row-main .search-section .search span.btn-search button:hover {
  background: #c2d6d4;
  color:#000;
}
header .header-row-main .search-section .search span.btn-search a .icon {
  position: absolute;
  top: 7px;
  left: 10px;
  color: #ffffff;
}
header .header-row-main .helper {
  display: inline;
    float: left;
    width: 183px;
    
    padding: 10px;
    margin-top: 5px;
}
@media (max-width: 1200px) {
  header .header-row-main .helper {
    display: none;
  }
}
header .header-row-main .helper .box {
  margin-top: -10px;
    border-width: 1px;
    border-style: dashed;
    border-color: rgb(215, 215, 215);
    border-image: initial;
    padding: 9px 9px 9px 15px;
	color: white;
	    font-size: 13px;
}
header .header-row-main .helper .box h5 {
  font-size: 16px;
  margin: 0px;
  font-weight: bold;
  color: #FFF/*#c2d6d4;*/
}
header .header-row-main .helper .box p {
  /*margin: 5px 10px;*/
  display: inline;
}
header .header-row-main .helper .box .icon {
  float: left;
  font-size: 20px;
  color: #ffe829;
  padding-right: 7px;
}
header .header-row-main .helper .box .phone,
header .header-row-main .helper .box .mail {
    display: inline;
    float: right;
}
header .header-row-main .shop-cart {
  display: inline;
  float: right;
  width: 20%;
  margin: 40px 0px 0 0;
 
}
@media (max-width: 1200px) {
  header .header-row-main .shop-cart {
   display: inline;
    float: right;
    width: 240px;
    margin: 40px 0 0 0;
    margin-left: 10px;
  }
}
@media (max-width: 995px) {
  header .header-row-main .shop-cart {
    display: inline;
    float: left;
    width: 220px;
    margin: 0 0.47619048%;
  }
}
@media (max-width: 768px) {
  header .header-row-main .shop-cart {
    width: 100%;
    margin-top: 14px;
  }
  header .header-row-main .shop-cart .cart {
    /*float: none !important;*/
    margin: 0px auto;
  }
}
header .header-row-main .shop-cart:before,
header .header-row-main .shop-cart:after {
  content: "";
  display: table;
}
header .header-row-main .shop-cart:after {
  clear: both;
}
header .header-row-main .shop-cart:before,
header .header-row-main .shop-cart:after {
  display: table;
  content: "";
}
header .header-row-main .shop-cart:after {
  clear: both;
}
header .header-row-main .shop-cart .cart {
  background:  url("/img/template-mefo/basket-black.png")  no-repeat;
  border-width: 1px;
    border-style: dashed;
    border-color: rgb(215, 215, 215);
    border-image: initial;
  height: 50px;
  width: 50px;
   background-size: cover;
  float: right;
  position: relative;
}
header .header-row-main .shop-cart .cart:hover {
  background: #000 url("/img/template-mefo/basket-white.png")  no-repeat;
}
header .header-row-main .shop-cart .cart .circle {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  background: #000;

}
header .header-row-main .shop-cart .cost {
  float: right;
}
header .header-row-main .shop-cart .cost p {
     font-size: 28px;
    font-weight: 700;
    margin: 6px 20px 0px 20px;
    color: #FFF;
}
.banner-b2b {
  position: absolute;
  width: 100%;
  bottom: 100%;
  left: 0;
  background: red;
  padding: 6px 0;
  text-align: center;
  background: #67bdbd;
  font-size: 14px;
  color: #ffffff;
}
.banner-b2b a {
  color: #ffffff;
  text-decoration: underline;
}
.banner-b2b a:hover {
  text-decoration: none;
}
a {
  text-decoration: none;
}
.toggleMenu {
  display: none;
  background: #666;
  padding: 10px 15px;
  color: #fff;
}
.nav {
  list-style: none;
  position: relative;
  *zoom: 1;
  margin-bottom: -5px;  
}
.nav:before,
.nav:after {
  content: "";
  display: table;
}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  display: table;
  content: "";
}
.nav:after {
  clear: both;
}
.nav li {
  /*display: inline-block;*/
  font-weight: 700;
  padding: 20px 0px;
  margin: 0 2px 0 0;
  /*background: #000;*/
  border-bottom: 5px solid #c2d6d4;
  float: left;
}
@media (max-width: 768px) {
  .nav li {
    float: none;
    width: 100%;
  }
}
.nav li a {
  color: #fff;
}
.nav li a.sub-item {
  color: #fff;
  padding: 0;
}
.nav a.parent {
  /*background-image: url("/img/downArrow.png");
  background-repeat: no-repeat;
  background-position: 90% 50%;
  padding: 0px 20px 0px 0px;
  width: 100%;
  height: 100%;*/
  padding: 22px 26px;
}
/*.nav a.parent:hover {
  background-image: url("/img/downArrow-a.png");
  
}*/
.nav .megacontent {
  padding: 10px 0px;
  z-index: 1000;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #e4e4e4;
  *zoom: 1;
  /*border-bottom: 5px solid  #c2d6d4;*/
  position: absolute;
  left: -9999px;
}
@media (max-width: 768px) {
  .nav .megacontent {
    display: inline;
    float: left;
    width: 99.04761905%;
    margin: 0 0.47619048%;
    padding-top: 0px;
  }
}
@media (min-width: 768px) {
  .nav .megacontent {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .nav .megacontent {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .nav .megacontent {
    width: 1170px;
  }
}
.nav .megacontent:before,
.nav .megacontent:after {
  content: "";
  display: table;
}
.nav .megacontent:after {
  clear: both;
}
.nav .megacontent:before,
.nav .megacontent:after {
  display: table;
  content: "";
}
.nav .megacontent:after {
  clear: both;
}
.nav .megacontent .col {
  display: inline;
  float: left;
  width: 250px;
  margin: 0 20px;
}
.nav .megacontent .col a.category {
  padding: 0px;
  color: #000;
  margin: 0px !important;
  
      
   
}
.nav .megacontent .col a.category img {
  float: left;
  padding-right: 20px;
  padding-bottom: 20px;
}
.nav .megacontent .col a.category h3 {
  *zoom: 1;    
  border-bottom: 5px solid #c2d6d4;
}
.nav .megacontent .col a.category h3:before,
.nav .megacontent .col a.category h3:after {
  content: "";
  display: table;
}
.nav .megacontent .col a.category h3:after {
  clear: both;
}
.nav .megacontent .col a.category h3:before,
.nav .megacontent .col a.category h3:after {
  display: table;
  content: "";
}
.nav .megacontent .col a.category h3:after {
  clear: both;
}
@media (max-width: 768px) {
  .nav .megacontent .col {
    display: inline;
    float: left;
    width: 99.04761905%;
    margin: 0 0.47619048%;
    padding-top: 30px;
  }
}
.nav .megacontent .col ul {
  position: relative;
  display: table;
}
.nav .megacontent .col ul li {
  font-weight: 500;
  display: inline-block;
  padding: 0px;
  line-height: 25px;
  border:0px;
}
.nav .megacontent .col ul li a {
  color: #000;
}
.nav .megacontent .col ul li a:after {
  content: ",";
  padding-right: 5px;
}
.nav .megacontent .col ul li:last-child a:after {
  content: "";
  padding-right: 5px;
}
.nav .megacontent .col ul li:hover {
  background-color: inherit;
  text-decoration: underline;
}
.nav li.hover a {
  /*background-color: #c2d6d4;
  color:#000;*/
  text-decoration: underline;
}   

/*.nav li.hover a.parent {
  color:#000;
}*/

@media (max-width: 768px) {
  .nav li.hover {
    position: relative;
    top: 0px;
  }
}
.nav li.hover .megacontent {
  /*font-weight: 500;
  position: absolute;
  left: 0px;*/
    font-weight: 500;
    left: 0px;
    margin-top: 0;
    top: 54px;
    border-bottom: 5px solid #355e56;
}
.banner {
  background-color: #fff;
  padding-top: 15px;
  *zoom: 1;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.banner:before,
.banner:after {
  content: "";
  display: table;
}
.banner:after {
  clear: both;
}
.banner:before,
.banner:after {
  display: table;
  content: "";
}
.banner:after {
  clear: both;
}
@media (min-width: 768px) {
  .banner {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .banner {
    width: 940px;
  }
}
@media (min-width: 1200px) {
  .banner {
    width: 1170px;
  }
}
.banner .collection-img {
  display: inline;
  float: left;
  width: 70.47619048%;
  margin: 0 0.47619048%;
}
@media (max-width: 992px) {
  .banner .collection-img {
    display: inline;
    float: left;
    width: 99.04761905%;
    margin: 0 0.47619048%;
  }
}
.banner .collection-img img {
  width: 100%;
}
.banner .collection-items {
  display: inline;
  float: left;
  width: 27%;
}
@media (max-width: 992px) {
  .banner .collection-items {
    display: none;
  }
}
@media (max-width: 992px) {
  .banner .collection-items .item {
    display: inline;
    float: left;
    width: 32.38095238%;
    margin: 0 0.47619048%;
  }
}
.banner .collection-items .item .helmet {
  background: url("/img/item-bg-polygon.png");
  background-size: cover;
  margin-bottom: 10px;
  *zoom: 1;
  padding: 15px 15px;
}
.banner .collection-items .item .helmet:before,
.banner .collection-items .item .helmet:after {
  content: "";
  display: table;
}
.banner .collection-items .item .helmet:after {
  clear: both;
}
.banner .collection-items .item .helmet:before,
.banner .collection-items .item .helmet:after {
  display: table;
  content: "";
}
.banner .collection-items .item .helmet:after {
  clear: both;
}
@media (max-width: 1200px) {
  .banner .collection-items .item .helmet {
    padding: 10px 15px;
  }
  .banner .collection-items .item .helmet h4 {
    font-size: 26px !important;
  }
  .banner .collection-items .item .helmet p {
    font-size: 16px !important;
  }
}
.banner .collection-items .item .helmet h4 {
  margin: 0px;
  font-weight: 700;
  font-size: 30px;
  color: #1ad3aa;
  float: left;
  padding-right: 30px;
  padding-bottom: 9px;
}
.banner .collection-items .item .helmet p {
  color: #909090;
  font-size: 18px;
  margin: 0px;
  float: left;
}
.banner .collection-items .item .court {
  background-color: #ff6600;
  margin-bottom: 10px;
  *zoom: 1;
  padding: 15px 15px;
}
.banner .collection-items .item .court:before,
.banner .collection-items .item .court:after {
  content: "";
  display: table;
}
.banner .collection-items .item .court:after {
  clear: both;
}
.banner .collection-items .item .court:before,
.banner .collection-items .item .court:after {
  display: table;
  content: "";
}
.banner .collection-items .item .court:after {
  clear: both;
}
@media (max-width: 1200px) {
  .banner .collection-items .item .court {
    padding: 10px 15px;
  }
  .banner .collection-items .item .court h4 {
    font-size: 26px !important;
  }
  .banner .collection-items .item .court p {
    font-size: 16px !important;
  }
}
.banner .collection-items .item .court h4 {
  margin: 0px;
  font-weight: 700;
  font-size: 30px;
  color: #fff;
  float: left;
  padding-right: 30px;
  padding-bottom: 9px;
}
.banner .collection-items .item .court p {
  color: #fff;
  font-size: 18px;
  margin: 0px;
  float: left;
}
.banner .collection-items .item .ski {
  background: url("/img/item-bg-ski.jpg");
  background-size: cover;
  *zoom: 1;
  padding: 15px 15px;
}
.banner .collection-items .item .ski:before,
.banner .collection-items .item .ski:after {
  content: "";
  display: table;
}
.banner .collection-items .item .ski:after {
  clear: both;
}
.banner .collection-items .item .ski:before,
.banner .collection-items .item .ski:after {
  display: table;
  content: "";
}
.banner .collection-items .item .ski:after {
  clear: both;
}
@media (max-width: 1200px) {
  .banner .collection-items .item .ski {
    padding: 10px 15px;
  }
  .banner .collection-items .item .ski h4 {
    font-size: 26px !important;
  }
  .banner .collection-items .item .ski p {
    font-size: 16px !important;
  }
}
.banner .collection-items .item .ski h4 {
  margin: 0px;
  font-weight: 700;
  font-size: 30px;
  color: #fff;
  float: left;
  padding-right: 30px;
  padding-bottom: 9px;
}
.banner .collection-items .item .ski p {
  color: #fff;
  font-size: 18px;
  margin: 0px;
  float: left;
}
.sidebar-tablet {
  display: none !important;
}
@media (max-width: 992px) {
  .sidebar-tablet {
    display: inline !important;
    float: left !important;
    width: 99.04761905% !important;
    margin: 0 0.47619048% !important;
  }
}
.sidebar,
.sidebar-tablet {
  display: inline;
  float: left;
  width: 22.85714286%;
  margin: 0 0.47619048%;
  margin-right: 2.85714286%;
}
@media (max-width: 992px) {
  .sidebar,
  .sidebar-tablet {
    display: none;
  }
}
@media (max-width: 992px) {
  .sidebar .brand-section,
  .sidebar-tablet .brand-section {
    display: inline !important;
    float: left !important;
    width: 46.66666667% !important;
    margin: 0 0.47619048% !important;
    margin-right: 5.23809524% !important;
  }
}
@media (max-width: 800px) {
  .sidebar .brand-section,
  .sidebar-tablet .brand-section {
    display: inline !important;
    float: left !important;
    width: 99.04761905% !important;
    margin: 0 0.47619048% !important;
  }
}
.sidebar .brand-section h4,
.sidebar-tablet .brand-section h4 {
  font-size: 18px;
  color: #000;
  margin: 16px 0px;
  border-bottom: 4px solid #c2d6d4;
  padding:0px 0px 16px 0px;
}
.sidebar .brand-section ul,
.sidebar-tablet .brand-section ul {
 
  margin: 0px;
  padding: 5px 0px;
  list-style: none;
}
.sidebar .brand-section ul li,
.sidebar-tablet .brand-section ul li {
  width: 49%;
  display: inline-block;
  margin-bottom: 30px;
  text-align: center;
}
.sidebar .brand-section ul li.last-of-type,
.sidebar-tablet .brand-section ul li:last-of-type {
  width: 100%;
  text-align: center;
}
.sidebar .brand-section ul li.last-of-type img,
.sidebar-tablet .brand-section ul li:last-of-type img {
  width: 35%;
}
.sidebar .brand-section ul li img,
.sidebar-tablet .brand-section ul li img {
  width: 85%;
}
.sidebar .interest-category .title,
.sidebar-tablet .interest-category .title,
.sidebar .heureka-banner .title,
.sidebar-tablet .heureka-banner .title {
  border-bottom: 1px solid #efefef;
}
.sidebar .interest-category img,
.sidebar-tablet .interest-category img,
.sidebar .heureka-banner img,
.sidebar-tablet .heureka-banner img {
  padding: 20px 0px;
}
@media (max-width: 992px) {
  .sidebar .interest-category,
  .sidebar-tablet .interest-category,
  .sidebar .heureka-banner,
  .sidebar-tablet .heureka-banner {
    display: inline !important;
    float: left !important;
    width: 46.66666667% !important;
    margin: 0 0.47619048% !important;
  }
}
@media (max-width: 800px) {
  .sidebar .interest-category,
  .sidebar-tablet .interest-category,
  .sidebar .heureka-banner,
  .sidebar-tablet .heureka-banner {
    display: inline !important;
    float: left !important;
    width: 99.04761905% !important;
    margin: 0 0.47619048% !important;
  }
}
.sidebar .interest-category h4,
.sidebar-tablet .interest-category h4,
.sidebar .heureka-banner h4,
.sidebar-tablet .heureka-banner h4 {
  font-size: 18px;
  color: #000;
  margin: 16px 0px;
  border-bottom: 4px solid #c2d6d4;
  padding:0px 0px 16px 0px;
}
.sidebar .interest-category ul,
.sidebar-tablet .interest-category ul,
.sidebar .heureka-banner ul,
.sidebar-tablet .heureka-banner ul {
 
}
.sidebar .interest-category ul li,
.sidebar-tablet .interest-category ul li,
.sidebar .heureka-banner ul li,
.sidebar-tablet .heureka-banner ul li {
  width: 100%;
  font-size: 12px;
  position: relative;
  display: inline-block;
  margin: 5px 0px;
}
.sidebar .interest-category ul li .name,
.sidebar-tablet .interest-category ul li .name,
.sidebar .heureka-banner ul li .name,
.sidebar-tablet .heureka-banner ul li .name {
  float: left;
}
.sidebar .interest-category ul li .name::after,
.sidebar-tablet .interest-category ul li .name::after,
.sidebar .heureka-banner ul li .name::after,
.sidebar-tablet .heureka-banner ul li .name::after {
  content: ">";
  padding: 0px 10px;
}
.sidebar .interest-category ul li .category,
.sidebar-tablet .interest-category ul li .category,
.sidebar .heureka-banner ul li .category,
.sidebar-tablet .heureka-banner ul li .category {
  font-weight: 700;
  float: left;
}
.sidebar .interest-category ul li .amount,
.sidebar-tablet .interest-category ul li .amount,
.sidebar .heureka-banner ul li .amount,
.sidebar-tablet .heureka-banner ul li .amount {
  position: absolute;
  top: 0px;
  right: 0px;
}
.products {
  display: inline;
  float: left;
  width: 72.85714286%;
  margin: 0 0.47619048%;
  *zoom: 1;
}
@media (max-width: 992px) {
  .products {
    display: inline;
    float: left;
    width: 99.04761905%;
    margin: 0 0.47619048%;
  }
}
.products:before,
.products:after {
  content: "";
  display: table;
}
.products:after {
  clear: both;
}
.products:before,
.products:after {
  display: table;
  content: "";
}
.products:after {
  clear: both;
}
.products .list-products {
  *zoom: 1;
  display: inline;
  float: left;
  width: 99.04761905%;
  margin: 0 0.47619048%;
  padding-top: 25px;
}
.products .list-products:before,
.products .list-products:after {
  content: "";
  display: table;
}
.products .list-products:after {
  clear: both;
}
.products .list-products:before,
.products .list-products:after {
  display: table;
  content: "";
}
.products .list-products:after {
  clear: both;
}
.products .list-products .item {
  /*background: url("/img/item-bg.png");
  background-repeat: no-repeat;
  background-position: 0 100%;   */
  min-height: 389px;
  display: inline;
  float: left;
  width: 32.38095238%;
  margin: 0 0.47619048%;
  position: relative;
  margin-bottom: 20px !important;
}
@media (max-width: 800px) {
  .products .list-products .item {
    display: inline;
    float: left;
    width: 49.04761905%;
    margin: 0 0.47619048%;
  }
}
@media (max-width: 650px) {
  .products .list-products .item {
    display: inline;
    float: left;
    width: 99.04761905%;
    margin: 0 0.47619048%;
  }
}
.products .list-products .item .item-product {
  /*padding: 13px;*/
  border: 1px solid #efefef;
  min-height: 360px;
}
.products .list-products .item .item-product:hover {
  
  border: 1px solid #000;
  
}
.products .list-products .item .item-product .item-state {
  /*background: url("/img/akce.png");*/
  background-repeat: no-repeat;
  padding: 8px 19px;
  float: right;
  color: white;
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  top: 13px;
  right: 0px;
  z-index: 100;
}
.products .list-products .item .item-product .item-img img::selection {
  background-color: transparent;
}
.products .list-products .item .item-product .item-img {
  position: relative;
  text-align: center;
  /*padding-top: 30px;*/
  height: 126px;
}
.products .list-products .item .item-product .item-img a.prev {
  position: absolute;
  top: 97px;
  width: 22px;
  height: 32px;
  left: 5px;
  background: url("/img/product-left.jpg");
}
.products .list-products .item .item-product .item-img a.next {
  position: absolute;
  top: 97px;
  width: 22px;
  height: 32px;
  right: 5px;
  background: url("/img/product-right.jpg");
}
.products .list-products .item .item-product .item-description {
  text-align: center;
  

}
.products .list-products .item .item-product .item-description h3 {
  margin: 0px;
  font-weight: bold;
  /*color: #000;*/
  padding: 25px 0px 5px 0px;
  font-size: 18px;
  height: 45px;
}
.products .list-products .item .item-product .item-description p.cost {
  color: #000;
  font-weight: 700;
  /*border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;*/
  padding: 7px 0px;
  /*font-size: 22px;
  background: #c2d6d4;*/
  margin: 0px;
}
.products .list-products .item .item-product .item-description p.info {
    height: 40px;
    background: #f3f3f3;
    padding:  20px 20px 0 20px;
    margin: 0px;
    font-size: 14px;
}
@media(max-width: 1200px) {
  .products .list-products .item .item-product .item-description p.info {
    height: 70px;
  }
}
.products .list-products .item .item-product .item-detail {
  *zoom: 1;
  background: #f3f3f3;
    padding: 10px;  
}
@media (max-width: 992px) {
  .products .list-products .item .item-product .item-detail {
    text-align: center;
    padding-bottom: 20px;
  }
}
.products .list-products .item .item-product .item-detail:before,
.products .list-products .item .item-product .item-detail:after {
  content: "";
  display: table;
}
.products .list-products .item .item-product .item-detail:after {
  clear: both;
}
.products .list-products .item .item-product .item-detail:before,
.products .list-products .item .item-product .item-detail:after {
  display: table;
  content: "";
}
.products .list-products .item .item-product .item-detail:after {
  clear: both;
}
.products .list-products .item .item-product .item-detail p.warehouse {
    font-variant: small-caps;
    text-transform: uppercase;
    font-weight: 600;
    float: left;
    height: 30px;
    margin: 15px 0px 0px 0px;
    font-size: 13px;
}
.products .list-products .item .item-product .item-detail p.warehouse .skladem {
  color: #1c9a3f;
}
.products .list-products .item .item-product .item-detail p.warehouse .neni-skladem {
  color: red;
}
@media (max-width: 992px) {
  .products .list-products .item .item-product .item-detail p.warehouse {
    float: none;
  }
}
.products .list-products .item .item-product .item-detail a.btn-detail {
  /* */
    color: #ffffff;
    background-color: #000;
    /* border-color: #ae2837; */
    padding: 10px 20px;
    font-size: 14px;
    /* line-height: 14px; */
    /* */
    margin-top: 5px;
    font-weight: 600;
    float: right;
    font-size: 16px;
}
@media (max-width: 992px) {
  .products .list-products .item .item-product .item-detail a.btn-detail {
    float: none;
  }
}
.products .list-products .item .item-product .item-detail a.btn-detail:focus,
.products .list-products .item .item-product .item-detail a.btn-detail.focus {
  color: #ffffff;
  background-color:#ffe829;
  border-color: #461016;
}
.products .list-products .item .item-product .item-detail a.btn-detail:hover {
  color: #000;
  background-color: #c2d6d4;
  /**/
}
.products .list-products .item .item-product .item-detail a.btn-detail:active,
.products .list-products .item .item-product .item-detail a.btn-detail.active,
.open > .dropdown-toggle.products .list-products .item .item-product .item-detail a.btn-detail {
  color: #ffffff;
  background-color:#ffe829;
  
}
.products .list-products .item .item-product .item-detail a.btn-detail:active:hover,
.products .list-products .item .item-product .item-detail a.btn-detail.active:hover,
.open > .dropdown-toggle.products .list-products .item .item-product .item-detail a.btn-detail:hover,
.products .list-products .item .item-product .item-detail a.btn-detail:active:focus,
.products .list-products .item .item-product .item-detail a.btn-detail.active:focus,
.open > .dropdown-toggle.products .list-products .item .item-product .item-detail a.btn-detail:focus,
.products .list-products .item .item-product .item-detail a.btn-detail:active.focus,
.products .list-products .item .item-product .item-detail a.btn-detail.active.focus,
.open > .dropdown-toggle.products .list-products .item .item-product .item-detail a.btn-detail.focus {
  color: #ffffff;
  background-color: #db011a;
  border-color: #461016;
}
.products .list-products .item .item-product .item-detail a.btn-detail:active,
.products .list-products .item .item-product .item-detail a.btn-detail.active,
.open > .dropdown-toggle.products .list-products .item .item-product .item-detail a.btn-detail {
  background-image: none;
}
.products .list-products .item .item-product .item-detail a.btn-detail.disabled,
.products .list-products .item .item-product .item-detail a.btn-detail[disabled],
fieldset[disabled] .products .list-products .item .item-product .item-detail a.btn-detail,
.products .list-products .item .item-product .item-detail a.btn-detail.disabled:hover,
.products .list-products .item .item-product .item-detail a.btn-detail[disabled]:hover,
fieldset[disabled] .products .list-products .item .item-product .item-detail a.btn-detail:hover,
.products .list-products .item .item-product .item-detail a.btn-detail.disabled:focus,
.products .list-products .item .item-product .item-detail a.btn-detail[disabled]:focus,
fieldset[disabled] .products .list-products .item .item-product .item-detail a.btn-detail:focus,
.products .list-products .item .item-product .item-detail a.btn-detail.disabled.focus,
.products .list-products .item .item-product .item-detail a.btn-detail[disabled].focus,
fieldset[disabled] .products .list-products .item .item-product .item-detail a.btn-detail.focus,
.products .list-products .item .item-product .item-detail a.btn-detail.disabled:active,
.products .list-products .item .item-product .item-detail a.btn-detail[disabled]:active,
fieldset[disabled] .products .list-products .item .item-product .item-detail a.btn-detail:active,
.products .list-products .item .item-product .item-detail a.btn-detail.disabled.active,
.products .list-products .item .item-product .item-detail a.btn-detail[disabled].active,
fieldset[disabled] .products .list-products .item .item-product .item-detail a.btn-detail.active {
  background-color: #ffe829;
  border-color: #ae2837;
}
.products .list-products .item .item-product .item-detail a.btn-detail .badge {
  color: #fe354c;
  background-color: #ffffff;
}
.products .list-products .item .item-product .item-detail a:after {
  line-height: 14px;
  padding-left: 5px;
  content: " >";
}
.products .paggination-row {
  *zoom: 1;
  display: inline;
  float: left;
  width: 99.04761905%;
  margin: 0 0.47619048%;
}
.products .paggination-row:before,
.products .paggination-row:after {
  content: "";
  display: table;
}
.products .paggination-row:after {
  clear: both;
}
.products .paggination-row:before,
.products .paggination-row:after {
  display: table;
  content: "";
}
.products .paggination-row:after {
  clear: both;
}
@media (max-width: 750px) {
  .products .paggination-row .total {
    float: none !important;
    text-align: center;
    margin: 15px 0px;
  }
  .products .paggination-row .pagination {
    float: none !important;
    text-align: center;
    margin: 15px 0px;
  }
}
.products .paggination-row .total {
  float: left;
  /*font-size: 12px;
  color: #5b5971;  */
}
.products .paggination-row .pagination {
  float: right;
  height: 36px;
}
.products .paggination-row .pagination ul {
  padding-left: 0px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  margin: 0px;
}
.products .paggination-row .pagination li {
  display: inline;
}
.products .paggination-row .pagination a {
  float: left;
  padding: 0 14px;
  line-height: 34px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
}    
.products .paggination-row .pagination a:hover {
  background: #c2d6d4;
  color:#000;
  font-weight:bold;
}
.products .paggination-row .pagination .active a {
  background-color: #c2d6d4;
  cursor: default;
  color: #000;
  font-weight: 700;
}
.products .paggination-row .pagination li:first-child a {
  border-left-width: 1px;
}
.products .paggination-row .pagination li:last-child a {
  background-color: #c2d6d4;
  cursor: default;
  color: #000;
}
.products .paggination-row .pagination .disabled span,
.products .paggination-row .pagination .disabled a,
.products .paggination-row .pagination .disabled a:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
.advantage-row {
  padding: 40px 0px;
  *zoom: 1;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  background: #f3f3f3 /*url("/img/advantage-bg.png")*/; 
  background-repeat: no-repeat;
  background-size: cover;
}
.advantage-row:before,
.advantage-row:after {
  content: "";
  display: table;
}
.advantage-row:after {
  clear: both;
}
.advantage-row:before,
.advantage-row:after {
  display: table;
  content: "";
}
.advantage-row:after {
  clear: both;
}
@media (min-width: 768px) {
  .advantage-row {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .advantage-row {
    width: 940px;
  }
}
@media (min-width: 1200px) {
  .advantage-row {
    width: 1170px;
  }
}
.advantage-row h3 {
  margin: 0px;
  text-align: center;
  font-size: 28px;
  /*color: #000;*/
}
.advantage-row .advantage-item {
  display: inline;
  float: left;
  width: 22.85714286%;
  margin: 0 0.47619048%;
  margin-left: 5.23809524%;
  margin-right: 5.23809524%;
}


@media (max-width: 992px) {
  .advantage-row .advantage-item {
    display: inline;
    float: left;
    width: 32.38095238%;
    margin: 0 0.47619048%;
  }
}
@media (max-width: 800px) {
  .advantage-row .advantage-item {
    display: inline;
    float: left;
    width: 99.04761905%;
    margin: 0 0.47619048%;
  }
}
.advantage-row .advantage-item .item {
  display: table;
  padding: 45px 0px 5px 0px;
}
@media (max-width: 800px) {
  .advantage-row .advantage-item .item {
    width: 100%;
    text-align: center;
  }
}
.advantage-row .advantage-item .item p {
  padding-left: 13px;
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  margin: 0px;
}
@media (max-width: 800px) {
  .advantage-row .advantage-item .item p {
    display: block;
    padding-left: 0px;
    padding-top: 20px;
  }
}
.advantage-row .advantage-item .item .transport {
  background-image: url("/img/spritesheet.png");
  background-repeat: no-repeat;
  display: block;
  float: left;
  background-position: -5px -81px;
  width: 48px;
  height: 53px;
}
@media (max-width: 800px) {
  .advantage-row .advantage-item .item .transport {
    margin: 0px auto;
    float: none;
  }
}
.advantage-row .advantage-item .item .sortiment {
  background-image: url("/img/spritesheet.png");
  background-repeat: no-repeat;
  display: block;
  float: left;
  background-position: -69px -5px;
  width: 64px;
  height: 66px;
}
@media (max-width: 800px) {
  .advantage-row .advantage-item .item .sortiment {
    margin: 0px auto;
    float: none;
  }
}
.advantage-row .advantage-item .item .gift {
  background-image: url("/img/spritesheet.png");
  background-repeat: no-repeat;
  display: block;
  float: left;
  background-position: -5px -5px;
  width: 54px;
  height: 60px;
}
@media (max-width: 800px) {
  .advantage-row .advantage-item .item .gift {
    margin: 0px auto;
    float: none;
  }
}
.advantage-row .advantage-item .item .employe {
  background-image: url("/img/spritesheet.png");
  background-repeat: no-repeat;
  display: block;
  float: left;
  background-position: -143px -79px;
  width: 59px;
  height: 50px;
}
@media (max-width: 800px) {
  .advantage-row .advantage-item .item .employe {
    margin: 0px auto;
    float: none;
  }
}
.advantage-row .advantage-item .item .products {
  background-image: url("/img/spritesheet.png");
  background-repeat: no-repeat;
  display: block;
  float: left;
  background-position: -143px -5px;
  width: 54px;
  height: 64px;
}
@media (max-width: 800px) {
  .advantage-row .advantage-item .item .products {
    margin: 0px auto;
    float: none;
  }
}
.advantage-row .advantage-item .item .club {
  background-image: url("/img/spritesheet.png");
  background-repeat: no-repeat;
  display: block;
  float: left;
  background-position: -63px -81px;
  width: 67px;
  height: 64px;
}
@media (max-width: 800px) {
  .advantage-row .advantage-item .item .club {
    margin: 0px auto;
    float: none;
  }
}
.ourservices-row {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
  background-color: #fff;
}
@media (min-width: 768px) {
  .ourservices-row {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .ourservices-row {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .ourservices-row {
    width: 1170px;
  }
}
.ourservices-row:before,
.ourservices-row:after {
  content: "";
  display: table;
}
.ourservices-row:after {
  clear: both;
}
.ourservices-row:before,
.ourservices-row:after {
  display: table;
  content: "";
}
.ourservices-row:after {
  clear: both;
}
.ourservices-row .ourservices-item {
 /* color: #fff;*/
  padding: 40px 0px;
    display: inline;
    float: left;
    width: 24.857143%;
    margin: 0 0.47619%;
    margin-left: 4.238095%;
    margin-right: 4.238095%;
}
@media (max-width: 800px) {
  .ourservices-row .ourservices-item {
    display: inline;
    float: left;
    width: 99.04761905%;
    margin: 0 0.47619048%;
  }
}
.ourservices-row .ourservices-item:before,
.ourservices-row .ourservices-item:after {
  content: "";
  display: table;
}
.ourservices-row .ourservices-item:after {
  clear: both;
}
.ourservices-row .ourservices-item:before,
.ourservices-row .ourservices-item:after {
  display: table;
  content: "";
}
.ourservices-row .ourservices-item:after {
  clear: both;
}
.ourservices-row .ourservices-item .item {
  padding: 12px;
  *zoom: 1;
}
.ourservices-row .ourservices-item .item:before,
.ourservices-row .ourservices-item .item:after {
  content: "";
  display: table;
}
.ourservices-row .ourservices-item .item:after {
  clear: both;
}
.ourservices-row .ourservices-item .item:before,
.ourservices-row .ourservices-item .item:after {
  display: table;
  content: "";
}
.ourservices-row .ourservices-item .item:after {
  clear: both;
}
.ourservices-row .ourservices-item .item {
  background:/* url("/img/shop.png")*/;
  /*background-size: cover;     */
}
.ourservices-row .ourservices-item .item h3 {
      margin: 0px;
    color: #000;
    font-size: 18px;
    border-bottom: 4px solid #c2d6d4;
    padding: 0 0 10px 0;
    margin-bottom: 20px;
}
.ourservices-row .ourservices-item .item.shop p {
  margin: 5px 0px;
}
.ourservices-row .ourservices-item .item.shop a {
  color: #fff;
  text-decoration: none;
}
.ourservices-row .ourservices-item .item.shop a::after {
  content: ">";
  padding-left: 5px;
}


.ourservices-row .ourservices-item .item.services p {
  margin: 5px 0px;
}
.ourservices-row .ourservices-item .item.services a {
  color: #fff;
  text-decoration: none;
}
.ourservices-row .ourservices-item .item.services a::after {
  content: ">";
  padding-left: 5px;
}


.ourservices-row .ourservices-item .item.advice p {
  margin: 5px 0px;
}
.ourservices-row .ourservices-item .item.advice a {
  color: #fff;
  text-decoration: none;
}
.ourservices-row .ourservices-item .item.advice a::after {
  content: ">";
  padding-left: 5px;
}
.newsleter-row {
  padding: 20px 0px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
  background-color: #000;
}
@media (min-width: 768px) {
  .newsleter-row {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .newsleter-row {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .newsleter-row {
    width: 1170px;
  }
}
.newsleter-row:before,
.newsleter-row:after {
  content: "";
  display: table;
}
.newsleter-row:after {
  clear: both;
}
.newsleter-row:before,
.newsleter-row:after {
  display: table;
  content: "";
}
.newsleter-row:after {
  clear: both;
}
.newsleter-row .text-section {
  display: inline;
  float: left;
  width: 32.38095238%;
  margin: 0 0.47619048%;
  margin-left: 10%;
  color: #fff;
}
@media (max-width: 992px) {
  .newsleter-row .text-section {
    display: inline;
    float: left;
    width: 32.38095238%;
    margin: 0 0.47619048%;
    margin-left: 5.23809524%;
  }
}
@media (max-width: 800px) {
  .newsleter-row .text-section {
    display: inline;
    float: left;
    width: 99.04761905%;
    margin: 0 0.47619048%;
    margin-bottom: 30px;
  }
}
.newsleter-row .text-section h3 {
  font-size: 22px;
  margin: 0px;
}
.newsleter-row .text-section p {
  padding-top: 10px;
  margin: 0px;
}
.newsleter-row .search-section {
  padding-top: 20px;
  *zoom: 1;
}
.newsleter-row .search-section:before,
.newsleter-row .search-section:after {
  content: "";
  display: table;
}
.newsleter-row .search-section:after {
  clear: both;
}
.newsleter-row .search-section:before,
.newsleter-row .search-section:after {
  display: table;
  content: "";
}
.newsleter-row .search-section:after {
  clear: both;
}
.newsleter-row .search-section .search {
  display: inline;
  float: left;
  width: 46.66666667%;
  margin: 0 0.47619048%;
  position: relative;
  display: table;
  border-collapse: separate;
}
@media (max-width: 992px) {
  .newsleter-row .search-section .search {
    display: inline;
    float: left;
    width: 56.19047619%;
    margin: 0 0.47619048%;
    margin-left: 5.23809524%;
  }
}
@media (max-width: 800px) {
  .newsleter-row .search-section .search {
    display: inline;
    float: left;
    width: 99.04761905%;
    margin: 0 0.47619048%;
    margin-bottom: 30px;
  }
}
.newsleter-row .search-section .search[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.newsleter-row .search-section .search .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.newsleter-row .search-section .search #search {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
}
.newsleter-row .search-section .search span.btn-search {
  position: relative;
  font-size: 0;
  vertical-align: middle;
  display: table-cell;
}
@media (max-width: 992px) {
  .newsleter-row .search-section .search span.btn-search {
    display: block;
    margin-top: 25px;
  }
}
.newsleter-row .search-section .search span.btn-search a {
  font-weight: 700;
  margin-left: 25px;
  border-bottom: 3px solid #000;
  color: #ffffff;
  background-color: #ffe829;
  border-color: #000;
  padding: 7px 34px;
  font-size: 14px;
  line-height: 14px;
  border-radius: 2px;
}
@media (max-width: 992px) {
  .newsleter-row .search-section .search span.btn-search a {
    margin-left: 0px;
  }
}
.newsleter-row .search-section .search span.btn-search a:focus,
.newsleter-row .search-section .search span.btn-search a.focus {
  color: #ffffff;
  background-color: #c2d6d4;
  border-color: #000000;
}
.newsleter-row .search-section .search span.btn-search a:hover {
  color: #ffffff;
  background-color: #c2d6d4;
  border-color: #003639;
}
.newsleter-row .search-section .search span.btn-search a:active,
.newsleter-row .search-section .search span.btn-search a.active,
.open > .dropdown-toggle.newsleter-row .search-section .search span.btn-search a {
  color: #ffffff;
  background-color: #c2d6d4;
  border-color: #003639;
}
.newsleter-row .search-section .search span.btn-search a:active:hover,
.newsleter-row .search-section .search span.btn-search a.active:hover,
.open > .dropdown-toggle.newsleter-row .search-section .search span.btn-search a:hover,
.newsleter-row .search-section .search span.btn-search a:active:focus,
.newsleter-row .search-section .search span.btn-search a.active:focus,
.open > .dropdown-toggle.newsleter-row .search-section .search span.btn-search a:focus,
.newsleter-row .search-section .search span.btn-search a:active.focus,
.newsleter-row .search-section .search span.btn-search a.active.focus,
.open > .dropdown-toggle.newsleter-row .search-section .search span.btn-search a.focus {
  color: #ffffff;
  background-color: #0d4e50;
  border-color: #000000;
}
.newsleter-row .search-section .search span.btn-search a:active,
.newsleter-row .search-section .search span.btn-search a.active,
.open > .dropdown-toggle.newsleter-row .search-section .search span.btn-search a {
  background-image: none;
}
.newsleter-row .search-section .search span.btn-search a.disabled,
.newsleter-row .search-section .search span.btn-search a[disabled],
fieldset[disabled] .newsleter-row .search-section .search span.btn-search a,
.newsleter-row .search-section .search span.btn-search a.disabled:hover,
.newsleter-row .search-section .search span.btn-search a[disabled]:hover,
fieldset[disabled] .newsleter-row .search-section .search span.btn-search a:hover,
.newsleter-row .search-section .search span.btn-search a.disabled:focus,
.newsleter-row .search-section .search span.btn-search a[disabled]:focus,
fieldset[disabled] .newsleter-row .search-section .search span.btn-search a:focus,
.newsleter-row .search-section .search span.btn-search a.disabled.focus,
.newsleter-row .search-section .search span.btn-search a[disabled].focus,
fieldset[disabled] .newsleter-row .search-section .search span.btn-search a.focus,
.newsleter-row .search-section .search span.btn-search a.disabled:active,
.newsleter-row .search-section .search span.btn-search a[disabled]:active,
fieldset[disabled] .newsleter-row .search-section .search span.btn-search a:active,
.newsleter-row .search-section .search span.btn-search a.disabled.active,
.newsleter-row .search-section .search span.btn-search a[disabled].active,
fieldset[disabled] .newsleter-row .search-section .search span.btn-search a.active {
  background-color: #ffe829;
  border-color: #000;
}
.newsleter-row .search-section .search span.btn-search a .badge {
  color: #ffe829;
  background-color: #ffffff;
}
footer {
  background-color: #000;
  color: #fff;
  padding: 20px 0px 0px 0px;
  margin-right: auto;
  margin-left: auto;
 /* padding-left: 15px;
  padding-right: 15px; */
  *zoom: 1;
}
@media (min-width: 768px) {
  footer {
    width: 750px;
  }
}
@media (min-width: 992px) {
  footer {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  footer {
    width: 1200px;
  }
}
footer:before,
footer:after {
  content: "";
  display: table;
}
footer:after {
  clear: both;
}
footer:before,
footer:after {
  display: table;
  content: "";
}
footer:after {
  clear: both;
}
footer .shop-info {
  display: inline;
  float: left;
  width: 27.61904762%;
  margin: 0 0.47619048%;
  margin-left: 3%;
}
@media (max-width: 992px) {
  footer .shop-info {
    display: inline;
    float: left;
    width: 95%;
    margin: 20px 17px 32px 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 650px) {
  footer .shop-info {
    text-align: center;
  }
}
footer h1 {
  margin-top: 0px;
  border-bottom: 4px solid #c2d6d4;
  font-size:24px;
  padding-bottom:10px;
}
footer .shop-info h3 {
  font-size: 18px;
}
footer .footer-row {
  *zoom: 1;
  padding-bottom: 20px;
}
footer .footer-row:before,
footer .footer-row:after {
  content: "";
  display: table;
}
footer .footer-row:after {
  clear: both;
}
footer .footer-row:before,
footer .footer-row:after {
  display: table;
  content: "";
}
footer .footer-row:after {
  clear: both;
}
footer .footer-row .quick-navigation {
  display: inline;
  float: left;
  width: 22.85714286%;
  margin: 0 0.47619048%;
  margin-left: 10%;
  margin-right: 5.23809524%;
}
@media(max-width: 1200px) {
  footer .footer-row .quick-navigation {
    display: inline;
    float: left;
    width: 31%;
    margin-left: 35px;
    margin-right: 40px;
  }
}
@media (max-width: 992px) {
  footer .footer-row .quick-navigation {
    display: inline;
    float: left;
    width: 47%;
    margin: 0 20px 0 20px;
  }
}
@media (max-width: 650px) {
  footer .footer-row .quick-navigation {
    display: inline;
    float: left;
    width: 99.04761905%;
    margin: 0 0.47619048%;
    text-align: center;
    margin-bottom: 40px;
  }
}
footer .footer-row .quick-navigation h3 {
  margin-top: 0px;
  border-bottom: 4px solid #c2d6d4;
  font-size:24px;
  padding-bottom:10px;
}
footer .footer-row .quick-navigation ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
footer .footer-row .quick-navigation ul li {
  line-height: 24px;
}
footer .footer-row .quick-navigation ul li a {
  text-decoration: none;
  color: #fff;
}
footer .footer-row .quick-navigation ul.brand {
  float: left;
}
footer .footer-row .quick-navigation ul.navigation {
  float: right;
}
footer .footer-row .facebook-plugin {
  display: inline;
  float: left;
  width: 22.85714286%;
  margin: 0 0.47619048%;
  margin-right: 5.23809524%;
}
@media (max-width: 992px) {
  footer .footer-row .facebook-plugin {
    display: inline;
    float: left;
    width: 46.66666667%;
    margin: 0 0.47619048%;
  }
}
@media (max-width: 650px) {
  footer .footer-row .facebook-plugin {
    display: inline;
    float: left;
    width: 99.04761905%;
    margin: 0 0.47619048%;
  }
}
footer .footer-row .facebook-plugin img {
  width: 100%;
}
footer .footer-row-down {
     color: black;
     font-weight:bold;
    /* padding-top: 30px; */
    /* border-top: 1px solid #5d5b74; */
    background-color: #c2d6d4;
    padding: 30px 3% 10px 3%;
}
footer .footer-row-down:before,
footer .footer-row-down:after {
  content: "";
  display: table;
}
footer .footer-row-down:after {
  clear: both;
}
footer .footer-row-down:before,
footer .footer-row-down:after {
  display: table;
  content: "";
}
footer .footer-row-down:after {
  clear: both;
}
footer .footer-row-down .author-info {
  float: left;
}
@media (max-width: 650px) {
  footer .footer-row-down .author-info {
    float: none;
    text-align: center;
    padding: 10px 0px;
  }
}
footer .footer-row-down .arrow-up {
  background: url("/img/arrow-up.png");
  height: 50px;
  background-repeat: no-repeat;
  width: 50px;
  margin: -7px auto;
  position: relative;
}
footer .footer-row-down .arrow-up a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 0px;
  color: transparent;
}
footer .footer-row-down .design-develop {
  float: right;
}
@media (max-width: 650px) {
  footer .footer-row-down .design-develop {
    float: none;
    text-align: center;
    padding: 10px 0px;
  }
}
.overview-shop h3 {
  font-size: 20px;
  color: #000;
}
.overview-shop .tab-navigation {
  padding: 20px 0px;
}
.overview-cart h3 {
  font-size: 32px;
  color: #000;
  text-align: center;
  padding: 15px 0px;
  font-weight: 500;
}
.overview-cart .progress-row {
  *zoom: 1;
}
.overview-cart .progress-row:before,
.overview-cart .progress-row:after {
  content: "";
  display: table;
}
.overview-cart .progress-row:after {
  clear: both;
}
.overview-cart .progress-row:before,
.overview-cart .progress-row:after {
  display: table;
  content: "";
}
.overview-cart .progress-row:after {
  clear: both;
}
.overview-cart .paid-row {
  padding: 10px 0px;
  *zoom: 1;
  background: #c2d6d4;  
}
.overview-cart .paid-row:before,
.overview-cart .paid-row:after {
  content: "";
  display: table;
}
.overview-cart .paid-row:after {
  clear: both;
}
.overview-cart .paid-row:before,
.overview-cart .paid-row:after {
  display: table;
  content: "";
}
.overview-cart .paid-row:after {
  clear: both;
}
.overview-cart .paid-row .item {
  display: inline;
  float: left;
  width: 22.85714286%;
  margin: 0 0.47619048%;
  margin-left: 5.23809524%;
  margin-right: 5.23809524%;
}
@media (max-width: 750px) {
  .overview-cart .paid-row .item {
    display: inline;
    float: left;
    width: 99.04761905%;
    margin: 0 0.47619048%;
    margin: 40px auto;
  }
}
.overview-cart .paid-row .item .transport-free p {
  color: #40c353;
}
.overview-cart .paid-row .item .transport-free .transport-icon {
  background-image: url("/img/transport-green.png");
  float: left;
  display: block;
  height: 38px;
  width: 43px;
  margin-right: 10px;
}
.overview-cart .paid-row .item:last-child {
  display: inline;
  float: left;
  width: 22.85714286%;
  margin: 0 0.47619048%;
}
@media (max-width: 750px) {
  .overview-cart .paid-row .item:last-child {
    display: inline;
    float: left;
    width: 99.04761905%;
    margin: 0 0.47619048%;
  }
}
.overview-cart .paid-row .item:last-child .prize-cost p.prize-label {
  color: #000;
  float: left;
}
@media (max-width: 1200px) {
  .overview-cart .paid-row .item:last-child .prize-cost p.prize-label {
    float: right;
  }
}
@media (max-width: 750px) {
  .overview-cart .paid-row .item:last-child .prize-cost p.prize-label {
    float: left;
  }
}
.overview-cart .paid-row .item:last-child .prize-cost .prize-section {
  float: right;
}
.overview-cart .paid-row .item:last-child .prize-cost .prize-section .prize {
  color: #000;
  float: right;
  font-size: 30px;
  font-weight: bold;
  margin: 0px;
}
.overview-cart .paid-row .item:last-child .prize-cost .prize-section .prize-dph {
  color: #000;
  margin: 0px;
}
.overview-cart .paid-row .item:first-child {
  display: inline;
  float: left;
  width: 41.9047619%;
  margin: 0 0.47619048%;
}
@media (max-width: 750px) {
  .overview-cart .paid-row .item:first-child {
    display: inline;
    float: left;
    width: 99.04761905%;
    margin: 0 0.47619048%;
  }
}
.overview-cart .paid-row .item:first-child .sale-coupon {
  padding: 15px;
  background: #efefef;
  visibility: hidden;
}
.overview-cart .paid-row .item:first-child .sale-coupon p {
  margin-top: 0px;
  font-size: 14px;
  color: #000;
}
.overview-cart .paid-row .item:first-child .sale-coupon .coupon-input {
  display: table;
  width: 100%;
}
.overview-cart .paid-row .item:first-child .sale-coupon .coupon-input input {
  display: table-cell;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
}
.overview-cart .paid-row .item:first-child .sale-coupon .coupon-input span.btn-search {
  position: relative;
  right: 0px;
  font-size: 0;
  vertical-align: middle;
  display: table-cell;
}
@media (max-width: 992px) {
  .overview-cart .paid-row .item:first-child .sale-coupon .coupon-input span.btn-search {
    display: block;
    margin: 25px 0px 10px;
  }
}
.overview-cart .paid-row .item:first-child .sale-coupon .coupon-input span.btn-search input[type="submit"] {
  font-weight: 700;
  margin-left: 25px;
  width: inherit;
  border-bottom: 3px solid #000;
  color: #ffffff;
  background-color: #ffe829;
  border-color: #000;
  padding: 7px 34px;
  font-size: 14px;
  line-height: 14px;
  border-radius: 2px;
}
@media (max-width: 992px) {
  .overview-cart .paid-row .item:first-child .sale-coupon .coupon-input span.btn-search input[type="submit"] {
    margin-left: 0px;
  }
}
.overview-cart .paid-row .item:first-child .sale-coupon .coupon-input span.btn-search input[type="submit"]:focus,
.overview-cart .paid-row .item:first-child .sale-coupon .coupon-input span.btn-search input[type="submit"].focus {
  color: #ffffff;
  background-color: #c2d6d4;
  border-color: #000000;
}
.overview-cart .paid-row .item:first-child .sale-coupon .coupon-input span.btn-search input[type="submit"]:hover {
  color: #ffffff;
  background-color: #c2d6d4;
  border-color: #003639;
}
.overview-cart .paid-row .item:first-child .sale-coupon .coupon-input span.btn-search input[type="submit"]:active,
.overview-cart .paid-row .item:first-child .sale-coupon .coupon-input span.btn-search input[type="submit"].active,
.open > .dropdown-toggle.overview-cart .paid-row .item:first-child .sale-coupon .coupon-input span.btn-search input[type="submit"] {
  color: #ffffff;
  background-color: #c2d6d4;
  border-color: #003639;
}
.overview-cart .paid-row .item:first-child .sale-coupon .coupon-input span.btn-search input[type="submit"]:active:hover,
.overview-cart .paid-row .item:first-child .sale-coupon .coupon-input span.btn-search input[type="submit"].active:hover,
.open > .dropdown-toggle.overview-cart .paid-row .item:first-child .sale-coupon .coupon-input span.btn-search input[type="submit"]:hover,
.overview-cart .paid-row .item:first-child .sale-coupon .coupon-input span.btn-search input[type="submit"]:active:focus,
.overview-cart .paid-row .item:first-child .sale-coupon .coupon-input span.btn-search input[type="submit"].active:focus,
.open > .dropdown-toggle.overview-cart .paid-row .item:first-child .sale-coupon .coupon-input span.btn-search input[type="submit"]:focus,
.overview-cart .paid-row .item:first-child .sale-coupon .coupon-input span.btn-search input[type="submit"]:active.focus,
.overview-cart .paid-row .item:first-child .sale-coupon .coupon-input span.btn-search input[type="submit"].active.focus,
.open > .dropdown-toggle.overview-cart .paid-row .item:first-child .sale-coupon .coupon-input span.btn-search input[type="submit"].focus {
  color: #ffffff;
  background-color: #0d4e50;
  border-color: #000000;
}
.overview-cart .paid-row .item:first-child .sale-coupon .coupon-input span.btn-search input[type="submit"]:active,
.overview-cart .paid-row .item:first-child .sale-coupon .coupon-input span.btn-search input[type="submit"].active,
.open > .dropdown-toggle.overview-cart .paid-row .item:first-child .sale-coupon .coupon-input span.btn-search input[type="submit"] {
  background-image: none;
}
.overview-cart .paid-row .item:first-child .sale-coupon .coupon-input span.btn-search input[type="submit"].disabled,
.overview-cart .paid-row .item:first-child .sale-coupon .coupon-input span.btn-search input[type="submit"][disabled],
fieldset[disabled] .overview-cart .paid-row .item:first-child .sale-coupon .coupon-input span.btn-search input[type="submit"],
.overview-cart .paid-row .item:first-child .sale-coupon .coupon-input span.btn-search input[type="submit"].disabled:hover,
.overview-cart .paid-row .item:first-child .sale-coupon .coupon-input span.btn-search input[type="submit"][disabled]:hover,
fieldset[disabled] .overview-cart .paid-row .item:first-child .sale-coupon .coupon-input span.btn-search input[type="submit"]:hover,
.overview-cart .paid-row .item:first-child .sale-coupon .coupon-input span.btn-search input[type="submit"].disabled:focus,
.overview-cart .paid-row .item:first-child .sale-coupon .coupon-input span.btn-search input[type="submit"][disabled]:focus,
fieldset[disabled] .overview-cart .paid-row .item:first-child .sale-coupon .coupon-input span.btn-search input[type="submit"]:focus,
.overview-cart .paid-row .item:first-child .sale-coupon .coupon-input span.btn-search input[type="submit"].disabled.focus,
.overview-cart .paid-row .item:first-child .sale-coupon .coupon-input span.btn-search input[type="submit"][disabled].focus,
fieldset[disabled] .overview-cart .paid-row .item:first-child .sale-coupon .coupon-input span.btn-search input[type="submit"].focus,
.overview-cart .paid-row .item:first-child .sale-coupon .coupon-input span.btn-search input[type="submit"].disabled:active,
.overview-cart .paid-row .item:first-child .sale-coupon .coupon-input span.btn-search input[type="submit"][disabled]:active,
fieldset[disabled] .overview-cart .paid-row .item:first-child .sale-coupon .coupon-input span.btn-search input[type="submit"]:active,
.overview-cart .paid-row .item:first-child .sale-coupon .coupon-input span.btn-search input[type="submit"].disabled.active,
.overview-cart .paid-row .item:first-child .sale-coupon .coupon-input span.btn-search input[type="submit"][disabled].active,
fieldset[disabled] .overview-cart .paid-row .item:first-child .sale-coupon .coupon-input span.btn-search input[type="submit"].active {
  background-color: #ffe829;
  border-color: #000;
}
.overview-cart .paid-row .item:first-child .sale-coupon .coupon-input span.btn-search input[type="submit"] .badge {
  color: #ffe829;
  background-color: #ffffff;
}
.overview-cart .button-row {
  *zoom: 1;
}
.overview-cart .button-row:before,
.overview-cart .button-row:after {
  content: "";
  display: table;
}
.overview-cart .button-row:after {
  clear: both;
}
.overview-cart .button-row:before,
.overview-cart .button-row:after {
  display: table;
  content: "";
}
.overview-cart .button-row:after {
  clear: both;
}
@media (max-width: 600px) {
  .overview-cart .button-row .back-shop {
    margin: 40px auto;
    text-align: center;
  }
  .overview-cart .button-row .back-shop a {
    float: none !important;
  }
}
.overview-cart .button-row .back-shop a,
.overview-cart .button-row .back-shop input[type=submit],
.overview-cart .button-row .back-shop button {
  border: none;
  
  color: #ffffff;
  background-color: #000;
  border-color: #000;
  padding: 10px 34px;
  font-size: 14px;
  line-height: 14px;
 
  margin-top: 15px;
  font-weight: 600;
  float: left;
}
.overview-cart .button-row .back-shop a:focus,
.overview-cart .button-row .back-shop a.focus {
  color: #000;
  background-color: #c2d6d4;
  border-color: #000000;
}
.overview-cart .button-row .back-shop a:hover {
  color: #000;
  background-color: #c2d6d4;
 
}
.overview-cart .button-row .back-shop a:active,
.overview-cart .button-row .back-shop a.active,
.open > .dropdown-toggle.overview-cart .button-row .back-shop a {
  color: #000;
  background-color: #c2d6d4
 
}
.overview-cart .button-row .back-shop a:active:hover,
.overview-cart .button-row .back-shop a.active:hover,
.open > .dropdown-toggle.overview-cart .button-row .back-shop a:hover,
.overview-cart .button-row .back-shop a:active:focus,
.overview-cart .button-row .back-shop a.active:focus,
.open > .dropdown-toggle.overview-cart .button-row .back-shop a:focus,
.overview-cart .button-row .back-shop a:active.focus,
.overview-cart .button-row .back-shop a.active.focus,
.open > .dropdown-toggle.overview-cart .button-row .back-shop a.focus {
  color: #ffffff;
  background-color: #000;
  
}
.overview-cart .button-row .back-shop a:active,
.overview-cart .button-row .back-shop a.active,
.open > .dropdown-toggle.overview-cart .button-row .back-shop a {
  background-image: none;
}
.overview-cart .button-row .back-shop a.disabled,
.overview-cart .button-row .back-shop a[disabled],
fieldset[disabled] .overview-cart .button-row .back-shop a,
.overview-cart .button-row .back-shop a.disabled:hover,
.overview-cart .button-row .back-shop a[disabled]:hover,
fieldset[disabled] .overview-cart .button-row .back-shop a:hover,
.overview-cart .button-row .back-shop a.disabled:focus,
.overview-cart .button-row .back-shop a[disabled]:focus,
fieldset[disabled] .overview-cart .button-row .back-shop a:focus,
.overview-cart .button-row .back-shop a.disabled.focus,
.overview-cart .button-row .back-shop a[disabled].focus,
fieldset[disabled] .overview-cart .button-row .back-shop a.focus,
.overview-cart .button-row .back-shop a.disabled:active,
.overview-cart .button-row .back-shop a[disabled]:active,
fieldset[disabled] .overview-cart .button-row .back-shop a:active,
.overview-cart .button-row .back-shop a.disabled.active,
.overview-cart .button-row .back-shop a[disabled].active,
fieldset[disabled] .overview-cart .button-row .back-shop a.active {
  background-color: #ffe829;
  border-color: #000;
}
.overview-cart .button-row .back-shop a .badge {
  color: #ffe829;
  background-color: #ffffff;
}
@media (max-width: 600px) {
  .overview-cart .button-row .continue {
    margin: 40px 0px;
    text-align: center;
  }
  .overview-cart .button-row .continue button {
    float: none !important;
  }
}
.overview-cart .button-row .continue button {
  border: none;
  
  color: #000;
  background-color: #c2d6d4;
  
  padding: 10px 34px;
  font-size: 14px;
  line-height: 14px;
 
  margin-top: 15px;
  font-weight: 600;
  float: right;
}
.overview-cart .button-row .continue button:focus,
.overview-cart .button-row .continue button.focus {
  color: #000;
  background-color:#c2d6d4;
 
}
.overview-cart .button-row .continue button:hover {
  color: #fff;
  background-color:#000;
  
}
.overview-cart .button-row .continue button:active,
.overview-cart .button-row .continue button.active,
.open > .dropdown-toggle.overview-cart .button-row .continue button {
  color: #000;
  background-color:#ffe829;
  
}
.overview-cart .button-row .continue button:active:hover,
.overview-cart .button-row .continue button.active:hover,
.open > .dropdown-toggle.overview-cart .button-row .continue button:hover,
.overview-cart .button-row .continue button:active:focus,
.overview-cart .button-row .continue button.active:focus,
.open > .dropdown-toggle.overview-cart .button-row .continue button:focus,
.overview-cart .button-row .continue button:active.focus,
.overview-cart .button-row .continue button.active.focus,
.open > .dropdown-toggle.overview-cart .button-row .continue button.focus {
  color: #000;
  background-color: #c2d6d4;
  
}
.overview-cart .button-row .continue button:active,
.overview-cart .button-row .continue button.active,
.open > .dropdown-toggle.overview-cart .button-row .continue a {
  background-image: none;
}
.overview-cart .button-row .continue button.disabled,
.overview-cart .button-row .continue button[disabled],
fieldset[disabled] .overview-cart .button-row .continue button,
.overview-cart .button-row .continue button.disabled:hover,
.overview-cart .button-row .continue button[disabled]:hover,
fieldset[disabled] .overview-cart .button-row .continue button:hover,
.overview-cart .button-row .continue button.disabled:focus,
.overview-cart .button-row .continue button[disabled]:focus,
fieldset[disabled] .overview-cart .button-row .continue button:focus,
.overview-cart .button-row .continue button.disabled.focus,
.overview-cart .button-row .continue button[disabled].focus,
fieldset[disabled] .overview-cart .button-row .continue button.focus,
.overview-cart .button-row .continue button.disabled:active,
.overview-cart .button-row .continue button[disabled]:active,
fieldset[disabled] .overview-cart .button-row .continue button:active,
.overview-cart .button-row .continue button.disabled.active,
.overview-cart .button-row .continue button[disabled].active,
fieldset[disabled] .overview-cart .button-row .continue button.active {
  background-color: #ffe829;
  color: #000
}
.overview-cart .button-row .continue button .badge {
  color: #000;
  background-color: #ffffff;
}
.overview-cart .button-row .continue button:after {
  line-height: 14px;
  padding-left: 5px;
  content: " >";
}
.thank-order {
  color: #000;
  text-align: center;
}
.thank-order h2 {
  font-size: 42px;
}
.thank-order .print-button {
  display: table;
  margin: 30px auto;
}
.thank-order .print-button img {
  display: table-cell;
  padding-right: 10px;
}
.thank-order .print-button a {
  text-decoration: underline;
  display: table-cell;
  vertical-align: middle;
}
.thank-order .socialsite {
  padding: 30px 0px;
  width: 280px;
  margin: 20px auto;
  border: 1px solid #efefef;
}
.thank-order .socialsite ul {
  padding-top: 20px;
}
.thank-order .socialsite ul li {
  display: inline;
  padding: 0px 10px;
}
.thank-order .back-shop {
  margin: 40px 0px 20px;
}
.thank-order .back-shop a {
  
  color: #000;
  background-color: #ffe829;
  border-color: #ae2837;
  padding: 10px 34px;
  font-size: 14px;
  line-height: 14px;
 
  margin-top: 15px;
  font-weight: 600;
  text-align: center;
}
.thank-order .back-shop a:focus,
.thank-order .back-shop a.focus {
  color: #ffffff;
  background-color:#ffe829;
  border-color: #461016;
}
.thank-order .back-shop a:hover {
  color: #ffffff;
  background-color:#000;
  
}
.thank-order .back-shop a:active,
.thank-order .back-shop a.active,
.open > .dropdown-toggle.thank-order .back-shop a {
  color: #ffffff;
  background-color:#ffe829;
  
}
.thank-order .back-shop a:active:hover,
.thank-order .back-shop a.active:hover,
.open > .dropdown-toggle.thank-order .back-shop a:hover,
.thank-order .back-shop a:active:focus,
.thank-order .back-shop a.active:focus,
.open > .dropdown-toggle.thank-order .back-shop a:focus,
.thank-order .back-shop a:active.focus,
.thank-order .back-shop a.active.focus,
.open > .dropdown-toggle.thank-order .back-shop a.focus {
  color: #ffffff;
  background-color: #db011a;
  border-color: #461016;
}
.thank-order .back-shop a:active,
.thank-order .back-shop a.active,
.open > .dropdown-toggle.thank-order .back-shop a {
  background-image: none;
}
.thank-order .back-shop a.disabled,
.thank-order .back-shop a[disabled],
fieldset[disabled] .thank-order .back-shop a,
.thank-order .back-shop a.disabled:hover,
.thank-order .back-shop a[disabled]:hover,
fieldset[disabled] .thank-order .back-shop a:hover,
.thank-order .back-shop a.disabled:focus,
.thank-order .back-shop a[disabled]:focus,
fieldset[disabled] .thank-order .back-shop a:focus,
.thank-order .back-shop a.disabled.focus,
.thank-order .back-shop a[disabled].focus,
fieldset[disabled] .thank-order .back-shop a.focus,
.thank-order .back-shop a.disabled:active,
.thank-order .back-shop a[disabled]:active,
fieldset[disabled] .thank-order .back-shop a:active,
.thank-order .back-shop a.disabled.active,
.thank-order .back-shop a[disabled].active,
fieldset[disabled] .thank-order .back-shop a.active {
  background-color: #ffe829;
  border-color: #ae2837;
}
.thank-order .back-shop a .badge {
  color: #fe354c;
  background-color: #ffffff;
}
.page-title {
  padding: 40px 0px;
}
.page-title h3 {
  margin: 0px;
  padding: 0px;
}
.page-title p {
  text-align: center;
  margin: 0px;
  padding: 10px 0px;
}
.paid-row-overview {
  *zoom: 1;
  background: #c2d6d4;
  color:#000;
  margin-bottom:20px;  
}
.paid-row-overview:before,
.paid-row-overview:after {
  content: "";
  display: table;
}
.paid-row-overview:after {
  clear: both;
}
.paid-row-overview:before,
.paid-row-overview:after {
  display: table;
  content: "";
}
.paid-row-overview:after {
  clear: both;
}
.paid-row-overview .item {
  padding: 10px 0px;
  display: inline;
  float: left;
  width: 49.04761905%;
  margin: 0 0.47619048% 0px 0.47619048%;
}
.paid-row-overview .item .socialsite {
  padding: 0px;
  border: 0px;
  margin: 0px !important;
}
.paid-row-overview .item .socialsite p {
  font-size: 16px;
  margin: 0px;
}
.paid-row-overview .item .prize-cost {
  padding: 0px 0px;
}
.adress-row:before,
.adress-row:after {
  content: "";
  display: table;
}
.adress-row:after {
  clear: both;
}
.adress-row:before,
.adress-row:after {
  display: table;
  content: "";
}
.adress-row:after {
  clear: both;
}
.adress-row .item {
  display: inline;
  float: left;
  width: 49%;
  height: 254px;
}
@media (max-width: 950px) {
  .adress-row .item {
    display: inline;
    float: left;
    width: 99.04761905%;
    margin: 0 0.47619048%;
    margin-bottom: 25px;
  }
}
.adress-row .item:first-child {
  margin-right: 20px;
}
@media (min-width: 992px) {
  .adress-row .item:first-child {
      margin-right: 18px;
  }
}
@media (min-width: 768px) {
   .adress-row .item:first-child {
      margin-right: 14px;
  }
  .adress-row .item {
    height: auto;
  }
}
@media (max-width: 768px) {
  .adress-row .item {
    height: auto;
  }
}
.adress-row .item .adress-info {
  border-top: 0px solid #efefef;
  border-bottom: 4px solid #efefef;
  width: 100%;
}
.adress-row .item .adress-info .adress-label {
  background: #f3f3f3;
  
  background-size: 15%;
  background-repeat: no-repeat;
  background-position: 100% 0%;
  padding: 5px;
}
.adress-row .item .adress-info .adress-label p {
  margin: 0px;
  color: #000;
  font-weight: 600;
}
.adress-row .item .adress-info table {
  padding: 20px 0px;
}
.adress-row .item .adress-info table tr {
  display: block;
  margin: 10px 0px;
}
.adress-row .item .adress-info table tr th {
  padding-right: 20px;
}
.adress-row .item .message-info .message-label {
  background: #f3f3f3;
  
  background-size: 15%;
  background-repeat: no-repeat;
  background-position: 100% 0%;
  padding: 10px;
}
.adress-row .item .message-info .message-label p {
  font-weight: 600;
  margin: 0px;
  color: #000;
}
.adress-row .item .message-info .message-input {
  padding: 8px 0px;
  border-top: 0px solid #efefef;
  border-bottom: 4px solid #efefef;
  width: 100%;
}
.adress-row .item .message-info .message-input textarea {
  background: #fff;
  width: 98%;
  min-height: 127px;
  padding: 5px;
  color: #555;
  line-height: 22px;
  display: block;
  outline: none;
  resize: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
}
.adress-row .item .button-section {
  padding: 20px 0px;
}
.adress-row .item .button-section .bussines-statement {
  float: left;
}
@media (max-width: 650px) {
  .adress-row .item .button-section .bussines-statement {
    float: none;
    padding: 15px 0px;
  }
}
@media (max-width: 600px) {
  .adress-row .item .button-section .send-order {
    text-align: center;
  }
  .adress-row .item .button-section .send-order button {
    float: none !important;
  }
}
.adress-row .item .button-section .send-order button {
  
  color: #000;
  background-color: #ffe829;
  
  padding: 10px 34px;
  font-size: 14px;
  line-height: 14px;
   border:0px;
  display: table;
  font-weight: 600;
  margin: 5px 0 auto;
}
.adress-row .item .button-section .send-order button:focus,
.adress-row .item .button-section .send-order button.focus {
  color: #ffffff;
  background-color:#ffe829;
  border-color: #461016;
}
.adress-row .item .button-section .send-order button:hover {
  color: #ffffff;
  background-color:#000;
  
}
.adress-row .item .button-section .send-order button:active,
.adress-row .item .button-section .send-order button.active,
.open > .dropdown-toggle.adress-row .item .button-section .send-order a {
  color: #ffffff;
  background-color:#ffe829;
  
}
.adress-row .item .button-section .send-order button:active:hover,
.adress-row .item .button-section .send-order button.active:hover,
.open > .dropdown-toggle.adress-row .item .button-section .send-order button:hover,
.adress-row .item .button-section .send-order button:active:focus,
.adress-row .item .button-section .send-order button.active:focus,
.open > .dropdown-toggle.adress-row .item .button-section .send-order button:focus,
.adress-row .item .button-section .send-order button:active.focus,
.adress-row .item .button-section .send-order button.active.focus,
.open > .dropdown-toggle.adress-row .item .button-section .send-order button.focus {
  color: #ffffff;
  background-color: #000;
  border-color: #461016;
}
.adress-row .item .button-section .send-order button:active,
.adress-row .item .button-section .send-order button.active,
.open > .dropdown-toggle.adress-row .item .button-section .send-order button {
  background-image: none;
}
.adress-row .item .button-section .send-order button.disabled,
.adress-row .item .button-section .send-order button[disabled],
fieldset[disabled] .adress-row .item .button-section .send-order button,
.adress-row .item .button-section .send-order button.disabled:hover,
.adress-row .item .button-section .send-order button[disabled]:hover,
fieldset[disabled] .adress-row .item .button-section .send-order button:hover,
.adress-row .item .button-section .send-order button.disabled:focus,
.adress-row .item .button-section .send-order button[disabled]:focus,
fieldset[disabled] .adress-row .item .button-section .send-order button:focus,
.adress-row .item .button-section .send-order button.disabled.focus,
.adress-row .item .button-section .send-order button[disabled].focus,
fieldset[disabled] .adress-row .item .button-section .send-order button.focus,
.adress-row .item .button-section .send-order button.disabled:active,
.adress-row .item .button-section .send-order button[disabled]:active,
fieldset[disabled] .adress-row .item .button-section .send-order button:active,
.adress-row .item .button-section .send-order button.disabled.active,
.adress-row .item .button-section .send-order button[disabled].active,
fieldset[disabled] .adress-row .item .button-section .send-order button.active {
  background-color: #ffe829;
  
}
.adress-row .item .button-section .send-order button .badge {
  color: #fe354c;
  background-color: #ffffff;
}
.detail {
  *zoom: 1;
}
.detail:before,
.detail:after {
  content: "";
  display: table;
}
.detail:after {
  clear: both;
}
.detail:before,
.detail:after {
  display: table;
  content: "";
}
.detail:after {
  clear: both;
}
.detail-image {
  display: inline;
  float: left;
  width: 56.19047619%;
  margin: 0 0.47619048%;
  margin-right: 5.23809524%;
}
@media (max-width: 850px) {
  .detail-image {
    display: inline;
    float: left;
    width: 99.04761905%;
    margin: 0 0.47619048%;
  }
}
.detail-image .image {
  position: relative;
  text-align: center;
  border: 1px solid #efefef;
  padding: 15px;
}
.detail-image .image img {
    max-width: 484px;
    max-height: 657px;
}
.detail-image .image .detail-akce {
  position: absolute;
  top: 20px;
  right: 0px;
  background: url("/img/detail-akce.png");
  height: 36px;
  background-repeat: no-repeat;
  width: 96px;
  color: #fff;
  font-size: 18px;
  line-height: 36px;
}
.detail-image .image .detail-new {
  position: absolute;
  top: 70px;
  right: 0px;
  background: url("/img/detail-nove.png");
  height: 36px;
  background-repeat: no-repeat;
  width: 96px;
  color: #fff;
  font-size: 18px;
  line-height: 36px;
}
.detail-image .image a.detail-left {
  position: absolute;
  top: 50%;
  left: 10px;
  background: url("/img/product-left.jpg");
  background-repeat: no-repeat;
  height: 50px;
  width: 20px;
}
.detail-image .image a.detail-right {
  position: absolute;
  top: 50%;
  right: 10px;
  background: url("/img/product-right.jpg");
  background-repeat: no-repeat;
  height: 50px;
  width: 20px;
}
.detail-image .detail-slider {
  padding: 20px 0px;
}
.detail-image .detail-slider ul li {
  display: inline-block;
  padding: 0px 16px;
  position: relative;
  text-align: center;
}
.detail-image .detail-slider ul li p {
  color: #fff;
  position: absolute;
  top: 25%;
  left: 20%;
}
.detail-image .detail-slider ul li .overlay {
  background: #ffe829;
  position: absolute;
  margin: auto;
  width: 0px;
  height: 0px;
  top: 0;
  opacity: 0;
  right: 0;
  text-align: center;
  bottom: 0;
  left: 0;
  color: #fff;
}
.detail-image .detail-slider ul li:last-child .overlay {
  opacity: 0.5;
  width: 100%;
  height: 100%;
}
.detail-info {
  display: inline;
  float: left;
  width: 37.14285714%;
  margin: 0 0.47619048%;
  *zoom: 1;
}
.detail-info:before,
.detail-info:after {
  content: "";
  display: table;
}
.detail-info:after {
  clear: both;
}
.detail-info:before,
.detail-info:after {
  display: table;
  content: "";
}
.detail-info:after {
  clear: both;
}
@media (max-width: 850px) {
  .detail-info {
    display: inline;
    float: left;
    width: 99.04761905%;
    margin: 0 0.47619048%;
    padding: 20px 0px;
  }
}
.detail-info .detail-prize {
  display: inline;
    float: left;
    width: 250px;
    padding: 15px 20px;
    background: #000;
    text-align: center ;
    margin-bottom: 30px;
}
.detail-info .detail-prize .prize-section .prize {
  color: #ffe829;
  font-size: 30px;
  font-weight: 700;
  margin: 0px;
}
.detail-info .detail-prize .prize-section .prize-dph {
  color: #fff;
  margin: 0px;
}
.detail-info .detail-prize .prize-section .prize-origin {
  margin: 0px;
  text-decoration: line-through;
  color:#f78f36;
  font-weight:bold;
  font-size:20px;
}
.detail-info .detail-social {
  display: block;
    float: left;
    width: 290px;
    text-align: center;
}
.detail-info .detail-social .socialsite {
  width: auto;
  padding: 0px;
  margin: 0px;
  border: 0px;
}
.detail-info .detail-social .socialsite p {
  margin: 0px;
  text-align: center;
}
.detail-info .detail-social .socialsite ul {
  text-align: center;
}
.detail-info .detail-social .socialsite ul li {
  padding: 2px 5px;
  display: inline-block;
}
.detail-info .detail-prop {
  position: relative;
  background-repeat: no-repeat;
  background-position: 100% 8%;
  display: inline;
  float: left;
  width: 99.04761905%;
  margin: 0 0.47619048%;
}
.detail-info .detail-prop table {
  margin: 20px 0px;
  width: 100%;
  border-collapse: collapse;
}
.detail-info .detail-prop table tr {
  border-top: 0px solid #efefef;
  border-bottom: 1px solid #efefef;
  width: 100%;
}
.detail-info .detail-prop table tr td,
.detail-info .detail-prop table tr th {
  padding: 10px 0px;
  text-align: left;
}
.detail-info .detail-prop .detail-size {
  background: #f3f3f3;
  padding: 15px;
  *zoom: 1;
}
.detail-info .detail-prop .detail-size:before,
.detail-info .detail-prop .detail-size:after {
  content: "";
  display: table;
}
.detail-info .detail-prop .detail-size:after {
  clear: both;
}
.detail-info .detail-prop .detail-size:before,
.detail-info .detail-prop .detail-size:after {
  display: table;
  content: "";
}
.detail-info .detail-prop .detail-size:after {
  clear: both;
}
.detail-info .detail-prop .detail-size .amount {
  float: left;
}
.detail-info .detail-prop .detail-size .size {
  float: right;
}
.detail-info .detail-prop .detail-size .amount_box {
  margin: 7px 0px;
  padding: 5px;
  border: 1px solid #ccc;
  outline: 0;
 
  display: block;
}
.detail-info .detail-prop .button-section {
  padding: 20px 0px;
  *zoom: 1;
}
.detail-info .detail-prop .button-section:before,
.detail-info .detail-prop .button-section:after {
  content: "";
  display: table;
}
.detail-info .detail-prop .button-section:after {
  clear: both;
}
.detail-info .detail-prop .button-section:before,
.detail-info .detail-prop .button-section:after {
  display: table;
  content: "";
}
.detail-info .detail-prop .button-section:after {
  clear: both;
}
.detail-info .detail-prop .button-section .store-amount {
  display: inline;
  float: left;
  width: 41.9047619%;
  margin: 0 0.47619048%;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #1c9a3f;
}
.detail-info .detail-prop .button-section .store-amount p {
  padding: 0px 15px;
  margin: 0px;
}
.detail-info .detail-prop .button-section .addcart {
  position: relative;
  display: inline;
  float: left;
  width: 56.19047619%;
  margin: 0 0.47619048%;
}
@media (max-width: 600px) {
  .detail-info .detail-prop .button-section .addcart {
    margin: 40px 0px;
    text-align: center;
  }
  .detail-info .detail-prop .button-section .addcart button {
    float: none !important;
  }
}
.detail-info .detail-prop .button-section .addcart button {
  
  color: #ffffff;
  background-color: #355e56;
  
  padding: 18px 25px;
  font-size: 14px;
  line-height: 14px;
 
  font-weight: 700;
  margin-top: 8px;
  font-size: 22px;
  width: 100%;
  outline: none;
  display: block;
  position: relative;
  border: 0;
}
.detail-info .detail-prop .button-section .addcart button:focus,
.detail-info .detail-prop .button-section .addcart button.focus {
  color: #ffffff;
  background-color:#ffe829;
  border-color: #461016;
}
.detail-info .detail-prop .button-section .addcart button:hover {
  color: #ffffff;
  background-color:#000;
  
}
.detail-info .detail-prop .button-section .addcart button:active,
.detail-info .detail-prop .button-section .addcart button.active,
.open > .dropdown-toggle.detail-info .detail-prop .button-section .addcart button {
  color: #ffffff;
  background-color:#ffe829;
  
}
.detail-info .detail-prop .button-section .addcart button:active:hover,
.detail-info .detail-prop .button-section .addcart button.active:hover,
.open > .dropdown-toggle.detail-info .detail-prop .button-section .addcart button:hover,
.detail-info .detail-prop .button-section .addcart button:active:focus,
.detail-info .detail-prop .button-section .addcart button.active:focus,
.open > .dropdown-toggle.detail-info .detail-prop .button-section .addcart button:focus,
.detail-info .detail-prop .button-section .addcart button:active.focus,
.detail-info .detail-prop .button-section .addcart button.active.focus,
.open > .dropdown-toggle.detail-info .detail-prop .button-section .addcart button.focus {
  color: #ffffff;
  background-color: #000;
  border-color: #461016;
}
.detail-info .detail-prop .button-section .addcart button:active,
.detail-info .detail-prop .button-section .addcart button.active,
.open > .dropdown-toggle.detail-info .detail-prop .button-section .addcart button {
  background-image: none;
}
.detail-info .detail-prop .button-section .addcart button.disabled,
.detail-info .detail-prop .button-section .addcart button[disabled],
fieldset[disabled] .detail-info .detail-prop .button-section .addcart button,
.detail-info .detail-prop .button-section .addcart button.disabled:hover,
.detail-info .detail-prop .button-section .addcart button[disabled]:hover,
fieldset[disabled] .detail-info .detail-prop .button-section .addcart button:hover,
.detail-info .detail-prop .button-section .addcart button.disabled:focus,
.detail-info .detail-prop .button-section .addcart button[disabled]:focus,
fieldset[disabled] .detail-info .detail-prop .button-section .addcart button:focus,
.detail-info .detail-prop .button-section .addcart button.disabled.focus,
.detail-info .detail-prop .button-section .addcart button[disabled].focus,
fieldset[disabled] .detail-info .detail-prop .button-section .addcart button.focus,
.detail-info .detail-prop .button-section .addcart button.disabled:active,
.detail-info .detail-prop .button-section .addcart button[disabled]:active,
fieldset[disabled] .detail-info .detail-prop .button-section .addcart button:active,
.detail-info .detail-prop .button-section .addcart button.disabled.active,
.detail-info .detail-prop .button-section .addcart button[disabled].active,
fieldset[disabled] .detail-info .detail-prop .button-section .addcart button.active {
  background-color: #ffe829;
  
}
.detail-info .detail-prop .button-section .addcart button .badge {
  color: #fe354c;
  background-color: #ffffff;
}
.detail-info .detail-prop .button-section .addcart:before {
  content: "";
  position: absolute;
  width: 28px;
  height: 23px;
  background: transparent url("/img/kosik_white.png") no-repeat 0 0;
  top: 20px;
  z-index: 999;
  left: 15px;
}
.detail-expert {
  display: inline;
  float: left;
  width: 70.47619048%;
  margin: 0 0.47619048%;
  margin-right: 5.23809524%;
  *zoom: 1;
}
.detail-expert:before,
.detail-expert:after {
  content: "";
  display: table;
}
.detail-expert:after {
  clear: both;
}
.detail-expert:before,
.detail-expert:after {
  display: table;
  content: "";
}
.detail-expert:after {
  clear: both;
}
.detail-expert .review {
  *zoom: 1;
  display: table;
}
.detail-expert .review:before,
.detail-expert .review:after {
  content: "";
  display: table;
}
.detail-expert .review:after {
  clear: both;
}
.detail-expert .review:before,
.detail-expert .review:after {
  display: table;
  content: "";
}
.detail-expert .review:after {
  clear: both;
}
.detail-expert .review img {
  padding-top: 30px;
  float: left;
  display: table-cell;
  padding-right: 50px;
}
.detail-expert .review p {
  display: table;
}
.detail-stars {
  display: inline;
  float: left;
  width: 22.85714286%;
  margin: 0 0.47619048%;
}
.detail-stars .star {
  padding-top: 50px;
  text-align: center;
}
.detail-stars .star ul {
  padding: 10px 0px;
}
.detail-stars .star ul li {
  display: inline;
}
.detail-content {
  padding: 20px 0px;
  *zoom: 1;
}
.detail-content:before,
.detail-content:after {
  content: "";
  display: table;
}
.detail-content:after {
  clear: both;
}
.detail-content:before,
.detail-content:after {
  display: table;
  content: "";
}
.detail-content:after {
  clear: both;
}
.detail-content .product-review {
  display: inline;
  float: left;
  width: 70.47619048%;
  margin: 0 0.47619048%;
}
.detail-content .product-image {
  display: inline;
  float: left;
  width: 22.85714286%;
  margin: 0 0.47619048%;
}
.detail-content .product-image img {
  width: 100%;
}
#input-increment {
  position: relative;
  *zoom: 1;
}
#input-increment:before,
#input-increment:after {
  content: "";
  display: table;
}
#input-increment:after {
  clear: both;
}
#input-increment:before,
#input-increment:after {
  display: table;
  content: "";
}
#input-increment:after {
  clear: both;
}
#input-increment input {
  display: block;
  border: 1px solid #ccc;
  outline: 0;
 
  padding: 5px;
  float: left;
  margin: 0 5px;
}
#input-increment a {
 
  display: block;
  float: left;
  background: #355e56;
  line-height: 27px;
  padding: 0;
  height: 27px;
  width: 27px;
  text-align: center;
  font-weight: 700;
  color: #fff;
}
#input-increment a:hover {
  background: #c2d6d4;
}
.detail-prize-b2b {
  color: #000;
}
.detail-prize-b2b table tr th {
  color: #000;
  font-weight: 600;
  font-size: 13px;
  text-align: left;
  padding-right: 40px;
}
.detail-prize-b2b table tr td {
  padding: 5px 0px;
}
.detail-prize-b2b table tr td.prize {
  font-size: 22px;
  font-weight: 700;
  color: #00a8ab;
}
.detail-prop .detail-helper-b2b {
  color: #000;
  padding: 15px;
  text-align: center;
  border: 1px solid #efefef;
  background-color: #fff;
}
.detail-table-b2b {
  display: inline;
  float: left;
  width: 99.04761905%;
  margin: 0 0.47619048%;
  margin: 20px 0px;
  clear: both;
  display: block;
}
.page-title-b2b {
  display: inline;
  float: left;
  width: 99.04761905%;
  margin: 0 0.47619048%;
  text-align: center;
}
.page-title-b2b h3 {
  color: #000;
  font-size: 20px;
}
.detail .button-section-b2b {
  display: inline;
  float: left;
  width: 56.19047619%;
  margin: 0 0.47619048%;
  margin-left: 43.33333333%;
}
@media (max-width: 850px) {
  .detail .button-section-b2b {
    margin-left: 0.47619048%;
    display: inline;
    float: left;
    width: 99.04761905%;
    margin: 0 0.47619048%;
  }
}
.detail .button-section-b2b .review-prize-b2b {
  display: inline;
  float: left;
  width: 56.19047619%;
  margin: 0 0.47619048%;
  margin-right: 5.23809524%;
  padding: 4px 0px;
}
.detail .button-section-b2b .review-prize-b2b p {
  font-size: 19px;
  margin: 4px;
}
.detail .button-section-b2b .addcart {
  display: inline;
  float: left;
  width: 37.14285714%;
  margin: 0 0.47619048%;
}
@media (max-width: 600px) {
  .detail .button-section-b2b .addcart {
    margin: 40px 0px;
    text-align: center;
  }
  .detail .button-section-b2b .addcart button {
    float: none !important;
  }
}
.detail .button-section-b2b .addcart button {
  
  
  border: none;
  
  color: #000;
  background-color: #c2d6d4;
  padding: 18px 25px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  margin-top: 8px;
  font-size: 22px;
  display: block;
  padding-left: 50px !important;
  background-image: url("/img/kosik_black.png");
  background-repeat: no-repeat;
  background-position: 5% 50%;
}
.detail .button-section-b2b .addcart button:focus,
.detail .button-section-b2b .addcart button.focus {
  color: #000;
  background-color:#ffe829;
  background-image: url("/img/kosik_black.png");
  border-color: #461016;
}

  .detail .button-section-b2b .addcart button:hover {
  color: #ffffff;
  background-color: #000;
  background-image: url("/img/kosik_white.png");
}
  

.detail .button-section-b2b .addcart button:active,
.detail .button-section-b2b .addcart button.active,
.open > .dropdown-toggle.detail .button-section-b2b .addcart button {
  color: #000;
  background-color:#ffe829;
  background-image: url("/img/kosik_black.png");
  
}
.detail .button-section-b2b .addcart button:active:hover,
.detail .button-section-b2b .addcart button.active:hover,
.open > .dropdown-toggle.detail .button-section-b2b .addcart button:hover,
.detail .button-section-b2b .addcart button:active:focus,
.detail .button-section-b2b .addcart button.active:focus,
.open > .dropdown-toggle.detail .button-section-b2b .addcart button:focus,
.detail .button-section-b2b .addcart button:active.focus,
.detail .button-section-b2b .addcart button.active.focus,
.open > .dropdown-toggle.detail .button-section-b2b .addcart button.focus {
  color: #ffffff;
  background-color: #000;
 
}
.detail .button-section-b2b .addcart button:active,
.detail .button-section-b2b .addcart button.active,
.open > .dropdown-toggle.detail .button-section-b2b .addcart button {
  background-image: none;
}
.detail .button-section-b2b .addcart button.disabled,
.detail .button-section-b2b .addcart button[disabled],
fieldset[disabled] .detail .button-section-b2b .addcart button,
.detail .button-section-b2b .addcart button.disabled:hover,
.detail .button-section-b2b .addcart button[disabled]:hover,
fieldset[disabled] .detail .button-section-b2b .addcart button:hover,
.detail .button-section-b2b .addcart button.disabled:focus,
.detail .button-section-b2b .addcart button[disabled]:focus,
fieldset[disabled] .detail .button-section-b2b .addcart button:focus,
.detail .button-section-b2b .addcart button.disabled.focus,
.detail .button-section-b2b .addcart button[disabled].focus,
fieldset[disabled] .detail .button-section-b2b .addcart button.focus,
.detail .button-section-b2b .addcart button.disabled:active,
.detail .button-section-b2b .addcart button[disabled]:active,
fieldset[disabled] .detail .button-section-b2b .addcart button:active,
.detail .button-section-b2b .addcart button.disabled.active,
.detail .button-section-b2b .addcart button[disabled].active,
fieldset[disabled] .detail .button-section-b2b .addcart button.active {
  background-color: #ffe829;
  
}
.detail .button-section-b2b .addcart button .badge {
  color: #fe354c;
  background-color: #ffffff;
}
.delivery-section {
  padding-bottom: 20px;
  *zoom: 1;
}
.delivery-section p {
  color: #efefef;
}
.delivery-section:before,
.delivery-section:after {
  content: "";
  display: table;
}
.delivery-section:after {
  clear: both;
}
.delivery-section:before,
.delivery-section:after {
  display: table;
  content: "";
}
.delivery-section:after {
  clear: both;
}
.delivery-section .login-cust {
  display: inline;
  float: left;
  width: 46.66666667%;
  margin: 0 0.47619048%;
  margin-left: 5.23809524%;
  color: #000;
}
.delivery-section .login-cust input[type="radio"] {
  margin: 40px 20px !important;
}
.delivery-section .registred-cust,
.delivery-section .login-cust {
  display: inline;
  float: left;
  width: 46.66666667%;
  margin: 0 0.47619048%;
  min-height: 372px;
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 4px solid #efefef;
}
@media (max-width: 700px) {
  .delivery-section .registred-cust,
  .delivery-section .login-cust {
    display: inline;
    float: left;
    width: 99.04761905%;
    margin: 0 0.47619048%;
  }
}
.delivery-section .registred-cust .title-label,
.delivery-section .login-cust .title-label {
  text-align: left;
  background: #f3f3f3;
}
.delivery-section .registred-cust .title-label h4,
.delivery-section .login-cust .title-label h4 {
  padding: 10px 10px;
  color: #000;
  display: block;
  background-repeat: no-repeat;
  background-size: 20%;
  background-position: 100%;
}
.delivery-section .registred-cust .login-facebook,
.delivery-section .login-cust .login-facebook {
  text-align: center;
  padding: 20px 0px;
}
.delivery-section .registred-cust .login-facebook a,
.delivery-section .login-cust .login-facebook a {
  background: url("/img/facebook-icon.png");
  background-repeat: no-repeat;
  background-position: 8%;
  background-size: 8%;
  background-color: #3b579d;
  display: table;
  margin: 0px auto;
  padding: 17px 50px;
  color: #fff;
  font-weight: 600;
}
.delivery-section .registred-cust .login-section,
.delivery-section .login-cust .login-section {
  clear: both;
  display: block;
}
.delivery-section .registred-cust .login-section input,
.delivery-section .login-cust .login-section input {
  margin: 20px auto;
  padding: 5px;
  border: 1px solid #ccc;
  outline: 0;
 
  display: block;
}
.delivery-section .registred-cust .login-section input[type="submit"],
.delivery-section .login-cust .login-section input[type="submit"] {
  
  color: #ffffff;
  background-color: #ffe829;
  border-color: #000;
  padding: 10px 34px;
  font-size: 14px;
  line-height: 14px;
 
  margin: 0px auto;
  font-weight: 600;
}
.delivery-section .registred-cust .login-section input[type="submit"]:focus,
.delivery-section .login-cust .login-section input[type="submit"]:focus,
.delivery-section .registred-cust .login-section input[type="submit"].focus,
.delivery-section .login-cust .login-section input[type="submit"].focus {
  color: #000;
  background-color: #c2d6d4;
  
}
.delivery-section .registred-cust .login-section input[type="submit"]:hover,
.delivery-section .login-cust .login-section input[type="submit"]:hover {
  color: #000;
  background-color: #c2d6d4;
 
}
.delivery-section .registred-cust .login-section input[type="submit"]:active,
.delivery-section .login-cust .login-section input[type="submit"]:active,
.delivery-section .registred-cust .login-section input[type="submit"].active,
.delivery-section .login-cust .login-section input[type="submit"].active,
.open > .dropdown-toggle.delivery-section .registred-cust .login-section input[type="submit"],
.open > .dropdown-toggle.delivery-section .login-cust .login-section input[type="submit"] {
  color: #000;
  background-color: #c2d6d4;
  
}
.delivery-section .registred-cust .login-section input[type="submit"]:active:hover,
.delivery-section .login-cust .login-section input[type="submit"]:active:hover,
.delivery-section .registred-cust .login-section input[type="submit"].active:hover,
.delivery-section .login-cust .login-section input[type="submit"].active:hover,
.open > .dropdown-toggle.delivery-section .registred-cust .login-section input[type="submit"]:hover,
.open > .dropdown-toggle.delivery-section .login-cust .login-section input[type="submit"]:hover,
.delivery-section .registred-cust .login-section input[type="submit"]:active:focus,
.delivery-section .login-cust .login-section input[type="submit"]:active:focus,
.delivery-section .registred-cust .login-section input[type="submit"].active:focus,
.delivery-section .login-cust .login-section input[type="submit"].active:focus,
.open > .dropdown-toggle.delivery-section .registred-cust .login-section input[type="submit"]:focus,
.open > .dropdown-toggle.delivery-section .login-cust .login-section input[type="submit"]:focus,
.delivery-section .registred-cust .login-section input[type="submit"]:active.focus,
.delivery-section .login-cust .login-section input[type="submit"]:active.focus,
.delivery-section .registred-cust .login-section input[type="submit"].active.focus,
.delivery-section .login-cust .login-section input[type="submit"].active.focus,
.open > .dropdown-toggle.delivery-section .registred-cust .login-section input[type="submit"].focus,
.open > .dropdown-toggle.delivery-section .login-cust .login-section input[type="submit"].focus {
  color: #000;
  background-color: #c2d6d4;
  
}
.delivery-section .registred-cust .login-section input[type="submit"]:active,
.delivery-section .login-cust .login-section input[type="submit"]:active,
.delivery-section .registred-cust .login-section input[type="submit"].active,
.delivery-section .login-cust .login-section input[type="submit"].active,
.open > .dropdown-toggle.delivery-section .registred-cust .login-section input[type="submit"],
.open > .dropdown-toggle.delivery-section .login-cust .login-section input[type="submit"] {
  background-image: none;
}
.delivery-section .registred-cust .login-section input[type="submit"].disabled,
.delivery-section .login-cust .login-section input[type="submit"].disabled,
.delivery-section .registred-cust .login-section input[type="submit"][disabled],
.delivery-section .login-cust .login-section input[type="submit"][disabled],
fieldset[disabled] .delivery-section .registred-cust .login-section input[type="submit"],
fieldset[disabled] .delivery-section .login-cust .login-section input[type="submit"],
.delivery-section .registred-cust .login-section input[type="submit"].disabled:hover,
.delivery-section .login-cust .login-section input[type="submit"].disabled:hover,
.delivery-section .registred-cust .login-section input[type="submit"][disabled]:hover,
.delivery-section .login-cust .login-section input[type="submit"][disabled]:hover,
fieldset[disabled] .delivery-section .registred-cust .login-section input[type="submit"]:hover,
fieldset[disabled] .delivery-section .login-cust .login-section input[type="submit"]:hover,
.delivery-section .registred-cust .login-section input[type="submit"].disabled:focus,
.delivery-section .login-cust .login-section input[type="submit"].disabled:focus,
.delivery-section .registred-cust .login-section input[type="submit"][disabled]:focus,
.delivery-section .login-cust .login-section input[type="submit"][disabled]:focus,
fieldset[disabled] .delivery-section .registred-cust .login-section input[type="submit"]:focus,
fieldset[disabled] .delivery-section .login-cust .login-section input[type="submit"]:focus,
.delivery-section .registred-cust .login-section input[type="submit"].disabled.focus,
.delivery-section .login-cust .login-section input[type="submit"].disabled.focus,
.delivery-section .registred-cust .login-section input[type="submit"][disabled].focus,
.delivery-section .login-cust .login-section input[type="submit"][disabled].focus,
fieldset[disabled] .delivery-section .registred-cust .login-section input[type="submit"].focus,
fieldset[disabled] .delivery-section .login-cust .login-section input[type="submit"].focus,
.delivery-section .registred-cust .login-section input[type="submit"].disabled:active,
.delivery-section .login-cust .login-section input[type="submit"].disabled:active,
.delivery-section .registred-cust .login-section input[type="submit"][disabled]:active,
.delivery-section .login-cust .login-section input[type="submit"][disabled]:active,
fieldset[disabled] .delivery-section .registred-cust .login-section input[type="submit"]:active,
fieldset[disabled] .delivery-section .login-cust .login-section input[type="submit"]:active,
.delivery-section .registred-cust .login-section input[type="submit"].disabled.active,
.delivery-section .login-cust .login-section input[type="submit"].disabled.active,
.delivery-section .registred-cust .login-section input[type="submit"][disabled].active,
.delivery-section .login-cust .login-section input[type="submit"][disabled].active,
fieldset[disabled] .delivery-section .registred-cust .login-section input[type="submit"].active,
fieldset[disabled] .delivery-section .login-cust .login-section input[type="submit"].active {
  background-color: #ffe829;
  border-color: #000;
}
.delivery-section .registred-cust .login-section input[type="submit"] .badge,
.delivery-section .login-cust .login-section input[type="submit"] .badge {
  color: #ffe829;
  background-color: #ffffff;
}
.delivery-section .registred-cust .outreg,
.delivery-section .login-cust .outreg {
  margin-top: 60px;
  margin-bottom: 50px;
}
.delivery-section .registred-cust .outreg a,
.delivery-section .login-cust .outreg a {
  line-height: 40px !important;
  
  color: #ffffff;
  background-color: #ffe829;
  border-color: #000;
  padding: 10px 34px;
  font-size: 14px;
  line-height: 14px;
 
  margin-top: 15px;
  font-weight: 600;
}
.delivery-section .registred-cust .outreg a:focus,
.delivery-section .login-cust .outreg a:focus,
.delivery-section .registred-cust .outreg a.focus,
.delivery-section .login-cust .outreg a.focus {
  color: #000;
  background-color: #c2d6d4;
  
}
.delivery-section .registred-cust .outreg a:hover,
.delivery-section .login-cust .outreg a:hover {
  color: #000;
  background-color: #c2d6d4;
  
}
.delivery-section .registred-cust .outreg a:active,
.delivery-section .login-cust .outreg a:active,
.delivery-section .registred-cust .outreg a.active,
.delivery-section .login-cust .outreg a.active,
.open > .dropdown-toggle.delivery-section .registred-cust .outreg a,
.open > .dropdown-toggle.delivery-section .login-cust .outreg a {
  color: #ffffff;
  background-color: #c2d6d4;
  border-color: #003639;
}
.delivery-section .registred-cust .outreg a:active:hover,
.delivery-section .login-cust .outreg a:active:hover,
.delivery-section .registred-cust .outreg a.active:hover,
.delivery-section .login-cust .outreg a.active:hover,
.open > .dropdown-toggle.delivery-section .registred-cust .outreg a:hover,
.open > .dropdown-toggle.delivery-section .login-cust .outreg a:hover,
.delivery-section .registred-cust .outreg a:active:focus,
.delivery-section .login-cust .outreg a:active:focus,
.delivery-section .registred-cust .outreg a.active:focus,
.delivery-section .login-cust .outreg a.active:focus,
.open > .dropdown-toggle.delivery-section .registred-cust .outreg a:focus,
.open > .dropdown-toggle.delivery-section .login-cust .outreg a:focus,
.delivery-section .registred-cust .outreg a:active.focus,
.delivery-section .login-cust .outreg a:active.focus,
.delivery-section .registred-cust .outreg a.active.focus,
.delivery-section .login-cust .outreg a.active.focus,
.open > .dropdown-toggle.delivery-section .registred-cust .outreg a.focus,
.open > .dropdown-toggle.delivery-section .login-cust .outreg a.focus {
  color: #000;
  background-color: #c2d6d4;
  
}
.delivery-section .registred-cust .outreg a:active,
.delivery-section .login-cust .outreg a:active,
.delivery-section .registred-cust .outreg a.active,
.delivery-section .login-cust .outreg a.active,
.open > .dropdown-toggle.delivery-section .registred-cust .outreg a,
.open > .dropdown-toggle.delivery-section .login-cust .outreg a {
  background-image: none;
}
.delivery-section .registred-cust .outreg a.disabled,
.delivery-section .login-cust .outreg a.disabled,
.delivery-section .registred-cust .outreg a[disabled],
.delivery-section .login-cust .outreg a[disabled],
fieldset[disabled] .delivery-section .registred-cust .outreg a,
fieldset[disabled] .delivery-section .login-cust .outreg a,
.delivery-section .registred-cust .outreg a.disabled:hover,
.delivery-section .login-cust .outreg a.disabled:hover,
.delivery-section .registred-cust .outreg a[disabled]:hover,
.delivery-section .login-cust .outreg a[disabled]:hover,
fieldset[disabled] .delivery-section .registred-cust .outreg a:hover,
fieldset[disabled] .delivery-section .login-cust .outreg a:hover,
.delivery-section .registred-cust .outreg a.disabled:focus,
.delivery-section .login-cust .outreg a.disabled:focus,
.delivery-section .registred-cust .outreg a[disabled]:focus,
.delivery-section .login-cust .outreg a[disabled]:focus,
fieldset[disabled] .delivery-section .registred-cust .outreg a:focus,
fieldset[disabled] .delivery-section .login-cust .outreg a:focus,
.delivery-section .registred-cust .outreg a.disabled.focus,
.delivery-section .login-cust .outreg a.disabled.focus,
.delivery-section .registred-cust .outreg a[disabled].focus,
.delivery-section .login-cust .outreg a[disabled].focus,
fieldset[disabled] .delivery-section .registred-cust .outreg a.focus,
fieldset[disabled] .delivery-section .login-cust .outreg a.focus,
.delivery-section .registred-cust .outreg a.disabled:active,
.delivery-section .login-cust .outreg a.disabled:active,
.delivery-section .registred-cust .outreg a[disabled]:active,
.delivery-section .login-cust .outreg a[disabled]:active,
fieldset[disabled] .delivery-section .registred-cust .outreg a:active,
fieldset[disabled] .delivery-section .login-cust .outreg a:active,
.delivery-section .registred-cust .outreg a.disabled.active,
.delivery-section .login-cust .outreg a.disabled.active,
.delivery-section .registred-cust .outreg a[disabled].active,
.delivery-section .login-cust .outreg a[disabled].active,
fieldset[disabled] .delivery-section .registred-cust .outreg a.active,
fieldset[disabled] .delivery-section .login-cust .outreg a.active {
  background-color: #ffe829;
  color:#000;
}
.delivery-section .registred-cust .outreg a .badge,
.delivery-section .login-cust .outreg a .badge {
  color: #ffe829;
  background-color: #ffffff;
}
.delivery-section .button-row {
  clear: both;
}
@media (max-width: 600px) {
  .delivery-section .button-row .back-shop {
    margin: 40px auto;
    text-align: center;
  }
  .delivery-section .button-row .back-shop a {
    float: none !important;
  }
}
.delivery-section .button-row .back-shop a {
  
  color: #ffffff;
  background-color: #ffe829;
  border-color: #000;
  padding: 10px 34px;
  font-size: 14px;
  line-height: 14px;
 
  margin-top: 15px;
  font-weight: 600;
  float: left;
}
.delivery-section .button-row .back-shop a:focus,
.delivery-section .button-row .back-shop a.focus {
  color: #ffffff;
  background-color: #c2d6d4;
  border-color: #000000;
}
.delivery-section .button-row .back-shop a:hover {
  color: #000;
  background-color: #c2d6d4;
  
}
.delivery-section .button-row .back-shop a:active,
.delivery-section .button-row .back-shop a.active,
.open > .dropdown-toggle.delivery-section .button-row .back-shop a {
  color: #000;
  background-color: #c2d6d4 ;
  
}
.delivery-section .button-row .back-shop a:active:hover,
.delivery-section .button-row .back-shop a.active:hover,
.open > .dropdown-toggle.delivery-section .button-row .back-shop a:hover,
.delivery-section .button-row .back-shop a:active:focus,
.delivery-section .button-row .back-shop a.active:focus,
.open > .dropdown-toggle.delivery-section .button-row .back-shop a:focus,
.delivery-section .button-row .back-shop a:active.focus,
.delivery-section .button-row .back-shop a.active.focus,
.open > .dropdown-toggle.delivery-section .button-row .back-shop a.focus {
  color: #000;
  background-color: #c2d6d4;
  
}
.delivery-section .button-row .back-shop a:active,
.delivery-section .button-row .back-shop a.active,
.open > .dropdown-toggle.delivery-section .button-row .back-shop a {
  background-image: none;
}
.delivery-section .button-row .back-shop a.disabled,
.delivery-section .button-row .back-shop a[disabled],
fieldset[disabled] .delivery-section .button-row .back-shop a,
.delivery-section .button-row .back-shop a.disabled:hover,
.delivery-section .button-row .back-shop a[disabled]:hover,
fieldset[disabled] .delivery-section .button-row .back-shop a:hover,
.delivery-section .button-row .back-shop a.disabled:focus,
.delivery-section .button-row .back-shop a[disabled]:focus,
fieldset[disabled] .delivery-section .button-row .back-shop a:focus,
.delivery-section .button-row .back-shop a.disabled.focus,
.delivery-section .button-row .back-shop a[disabled].focus,
fieldset[disabled] .delivery-section .button-row .back-shop a.focus,
.delivery-section .button-row .back-shop a.disabled:active,
.delivery-section .button-row .back-shop a[disabled]:active,
fieldset[disabled] .delivery-section .button-row .back-shop a:active,
.delivery-section .button-row .back-shop a.disabled.active,
.delivery-section .button-row .back-shop a[disabled].active,
fieldset[disabled] .delivery-section .button-row .back-shop a.active {
  background-color: #ffe829;
  border-color: #000;
}
.delivery-section .button-row .back-shop a .badge {
  color: #ffe829;
  background-color: #ffffff;
}
.delivery-section .button-row .back-shop a:before {
  line-height: 14px;
  padding-right: 5px;
  content: "< ";
}
@media (max-width: 600px) {
  .delivery-section .button-row .continue {
    margin: 40px 0px;
    text-align: center;
  }
  .delivery-section .button-row .continue a {
    float: none !important;
  }
}
.delivery-section .button-row .continue a {
  
  color: #000;
  background-color: #ffe829;
  
  padding: 10px 34px;
  font-size: 14px;
  line-height: 14px;
 
  margin-top: 15px;
  font-weight: 600;
  float: right;
}
.delivery-section .button-row .continue a:focus,
.delivery-section .button-row .continue a.focus {
  color: #000;
  background-color:#ffe829;
  
}
.delivery-section .button-row .continue a:hover {
  color: #000;
  background-color:#ffe829;
  
}
.delivery-section .button-row .continue a:active,
.delivery-section .button-row .continue a.active,
.open > .dropdown-toggle.delivery-section .button-row .continue a {
  color: #000;
  background-color:#ffe829;
  
}
.delivery-section .button-row .continue a:active:hover,
.delivery-section .button-row .continue a.active:hover,
.open > .dropdown-toggle.delivery-section .button-row .continue a:hover,
.delivery-section .button-row .continue a:active:focus,
.delivery-section .button-row .continue a.active:focus,
.open > .dropdown-toggle.delivery-section .button-row .continue a:focus,
.delivery-section .button-row .continue a:active.focus,
.delivery-section .button-row .continue a.active.focus,
.open > .dropdown-toggle.delivery-section .button-row .continue a.focus {
  color: #ffffff;
  background-color: #000;
  
}
.delivery-section .button-row .continue a:active,
.delivery-section .button-row .continue a.active,
.open > .dropdown-toggle.delivery-section .button-row .continue a {
  background-image: none;
}
.delivery-section .button-row .continue a.disabled,
.delivery-section .button-row .continue a[disabled],
fieldset[disabled] .delivery-section .button-row .continue a,
.delivery-section .button-row .continue a.disabled:hover,
.delivery-section .button-row .continue a[disabled]:hover,
fieldset[disabled] .delivery-section .button-row .continue a:hover,
.delivery-section .button-row .continue a.disabled:focus,
.delivery-section .button-row .continue a[disabled]:focus,
fieldset[disabled] .delivery-section .button-row .continue a:focus,
.delivery-section .button-row .continue a.disabled.focus,
.delivery-section .button-row .continue a[disabled].focus,
fieldset[disabled] .delivery-section .button-row .continue a.focus,
.delivery-section .button-row .continue a.disabled:active,
.delivery-section .button-row .continue a[disabled]:active,
fieldset[disabled] .delivery-section .button-row .continue a:active,
.delivery-section .button-row .continue a.disabled.active,
.delivery-section .button-row .continue a[disabled].active,
fieldset[disabled] .delivery-section .button-row .continue a.active {
  background-color: #ffe829;
  color:#000;
  
}
.delivery-section .button-row .continue a .badge {
  color: #fe354c;
  background-color: #ffffff;
}
.delivery-section .button-row .continue a:after {
  line-height: 14px;
  padding-left: 5px;
  content: " >";
}
.transport-section {
  padding-bottom: 20px;
  *zoom: 1;
}
.transport-section:before,
.transport-section:after {
  content: "";
  display: table;
}
.transport-section:after {
  clear: both;
}
.transport-section:before,
.transport-section:after {
  display: table;
  content: "";
}
.transport-section:after {
  clear: both;
}
.transport-section .typedelivery {
  display: inline;
  float: left;
  width: 46.66666667%;
  margin: 0 0.47619048%;
  margin-left: 5.23809524% !important;
  color: #000;
}
@media (max-width: 700px) {
  .transport-section .typedelivery {
    display: inline;
    float: left;
    width: 99.04761905%;
    margin: 0 0.47619048%;
    margin-left: 0.47619048% !important;
  }
}
.transport-section .typetransport,
.transport-section .typedelivery {
  display: inline;
  float: left;
  width: 46.66666667%;
  margin: 0 0.47619048%;
  padding-bottom: 30px;
  border-bottom: 4px solid #efefef;
}
.transport-section .typetransport p,
.transport-section .typedelivery p {
  margin: 0px;
  padding: 15px 0px;
  color: #000;
  float: left;
}
@media (max-width: 700px) {
  .transport-section .typetransport,
  .transport-section .typedelivery {
    display: inline;
    float: left;
    width: 99.04761905%;
    margin: 0 0.47619048%;
  }
}
.transport-section .typetransport .item,
.transport-section .typedelivery .item {
  padding: 15px 20px;
}
/*.transport-section .typetransport .item:nth-child(2),
.transport-section .typedelivery .item:nth-child(2) {
  border: 1px solid #efefef;
}*/
.transport-section .typetransport .item .amount_box,
.transport-section .typedelivery .item .amount_box {
  margin: 12px 10px;
  padding: 5px;
  border: 1px solid #ccc;
  outline: 0;
 
}
.transport-section .typetransport .item-delivery,
.transport-section .typedelivery .item-delivery {
  padding: 16px 0px;
}
.transport-section .typetransport .title-label,
.transport-section .typedelivery .title-label {
  text-align: left;
  background: #f3f3f3;
}
.transport-section .typetransport .title-label h4,
.transport-section .typedelivery .title-label h4 {
  padding: 10px 10px;
  color: #000;
  display: block;
  background-repeat: no-repeat;
  background-size: 20%;
  background-position: 100%;
}
.transport-section .prize-cost {
  float: right;
  padding: 40px 0px;
}
.transport-section .prize-cost p.prize-label {
  color: #000;
  float: left;
}
@media (max-width: 1200px) {
  .transport-section .prize-cost p.prize-label {
    float: right;
  }
}
@media (max-width: 750px) {
  .transport-section .prize-cost p.prize-label {
    float: left;
  }
}
.transport-section .prize-cost p.prize-dph {
  color: #000;
  float: right;
  clear: both;
  margin: 0px;
  color: #909090;
}
@media (max-width: 1200px) {
  .transport-section .prize-cost p.prize-dph {
    float: right;
  }
}
@media (max-width: 750px) {
  .transport-section .prize-cost p.prize-dph {
    float: left;
  }
}
.transport-section .prize-cost .prize-section {
  display: table;
}
.transport-section .prize-cost .prize-section .prize {
  float: none;
  color: #c2d6d4;
  display: table-row;
  font-size: 30px;
  font-weight: 600;
  margin: 0px;
}
.transport-section .button-row {
  clear: both;
}
@media (max-width: 600px) {
  .transport-section .button-row .back-shop {
    margin: 40px auto;
    text-align: center;
  }
  .transport-section .button-row .back-shop a {
    float: none !important;
  }
}
.transport-section .button-row .back-shop a {
  
  color: #ffffff;
  background-color: #ffe829;
  border-color: #000;
  padding: 10px 34px;
  font-size: 14px;
  line-height: 14px;
 
  margin-top: 15px;
  font-weight: 600;
  float: left;
}
.transport-section .button-row .back-shop a:focus,
.transport-section .button-row .back-shop a.focus {
  color: #ffffff;
  background-color: #c2d6d4 ;
  border-color: #000000;
}
.transport-section .button-row .back-shop a:hover {
  color: #ffffff;
  background-color: #c2d6d4;
  border-color: #003639;
}
.transport-section .button-row .back-shop a:active,
.transport-section .button-row .back-shop a.active,
.open > .dropdown-toggle.transport-section .button-row .back-shop a {
  color: #ffffff;
  background-color: #c2d6d4 ;
  border-color: #003639;
}
.transport-section .button-row .back-shop a:active:hover,
.transport-section .button-row .back-shop a.active:hover,
.open > .dropdown-toggle.transport-section .button-row .back-shop a:hover,
.transport-section .button-row .back-shop a:active:focus,
.transport-section .button-row .back-shop a.active:focus,
.open > .dropdown-toggle.transport-section .button-row .back-shop a:focus,
.transport-section .button-row .back-shop a:active.focus,
.transport-section .button-row .back-shop a.active.focus,
.open > .dropdown-toggle.transport-section .button-row .back-shop a.focus {
  color: #ffffff;
  background-color: #0d4e50;
  border-color: #000000;
}
.transport-section .button-row .back-shop a:active,
.transport-section .button-row .back-shop a.active,
.open > .dropdown-toggle.transport-section .button-row .back-shop a {
  background-image: none;
}
.transport-section .button-row .back-shop a.disabled,
.transport-section .button-row .back-shop a[disabled],
fieldset[disabled] .transport-section .button-row .back-shop a,
.transport-section .button-row .back-shop a.disabled:hover,
.transport-section .button-row .back-shop a[disabled]:hover,
fieldset[disabled] .transport-section .button-row .back-shop a:hover,
.transport-section .button-row .back-shop a.disabled:focus,
.transport-section .button-row .back-shop a[disabled]:focus,
fieldset[disabled] .transport-section .button-row .back-shop a:focus,
.transport-section .button-row .back-shop a.disabled.focus,
.transport-section .button-row .back-shop a[disabled].focus,
fieldset[disabled] .transport-section .button-row .back-shop a.focus,
.transport-section .button-row .back-shop a.disabled:active,
.transport-section .button-row .back-shop a[disabled]:active,
fieldset[disabled] .transport-section .button-row .back-shop a:active,
.transport-section .button-row .back-shop a.disabled.active,
.transport-section .button-row .back-shop a[disabled].active,
fieldset[disabled] .transport-section .button-row .back-shop a.active {
  background-color: #ffe829;
  border-color: #000;
}
.transport-section .button-row .back-shop a .badge {
  color: #ffe829;
  background-color: #ffffff;
}
.transport-section .button-row .back-shop a:before {
  line-height: 14px;
  padding-right: 5px;
  content: "< ";
}
@media (max-width: 600px) {
  .transport-section .button-row .continue {
    margin: 40px 0px;
    text-align: center;
  }
  .transport-section .button-row .continue a {
    float: none !important;
  }
}
.transport-section .button-row .continue a {
  
  color: #000;
  background-color: #ffe829;
  
  padding: 10px 34px;
  font-size: 14px;
  line-height: 14px;
 
  margin-top: 15px;
  font-weight: 600;
  float: right;
}
.transport-section .button-row .continue a:focus,
.transport-section .button-row .continue a.focus {
  color: #000;
  background-color:#ffe829;
 
}
.transport-section .button-row .continue a:hover {
  color: #000;
  background-color:#ffe829;
  
}
.transport-section .button-row .continue a:active,
.transport-section .button-row .continue a.active,
.open > .dropdown-toggle.transport-section .button-row .continue a {
  color: #000;
  background-color:#ffe829;
  
}
.transport-section .button-row .continue a:active:hover,
.transport-section .button-row .continue a.active:hover,
.open > .dropdown-toggle.transport-section .button-row .continue a:hover,
.transport-section .button-row .continue a:active:focus,
.transport-section .button-row .continue a.active:focus,
.open > .dropdown-toggle.transport-section .button-row .continue a:focus,
.transport-section .button-row .continue a:active.focus,
.transport-section .button-row .continue a.active.focus,
.open > .dropdown-toggle.transport-section .button-row .continue a.focus {
  color: #ffffff;
  background-color: #000;
  
}
.transport-section .button-row .continue a:active,
.transport-section .button-row .continue a.active,
.open > .dropdown-toggle.transport-section .button-row .continue a {
  background-image: none;
}
.transport-section .button-row .continue a.disabled,
.transport-section .button-row .continue a[disabled],
fieldset[disabled] .transport-section .button-row .continue a,
.transport-section .button-row .continue a.disabled:hover,
.transport-section .button-row .continue a[disabled]:hover,
fieldset[disabled] .transport-section .button-row .continue a:hover,
.transport-section .button-row .continue a.disabled:focus,
.transport-section .button-row .continue a[disabled]:focus,
fieldset[disabled] .transport-section .button-row .continue a:focus,
.transport-section .button-row .continue a.disabled.focus,
.transport-section .button-row .continue a[disabled].focus,
fieldset[disabled] .transport-section .button-row .continue a.focus,
.transport-section .button-row .continue a.disabled:active,
.transport-section .button-row .continue a[disabled]:active,
fieldset[disabled] .transport-section .button-row .continue a:active,
.transport-section .button-row .continue a.disabled.active,
.transport-section .button-row .continue a[disabled].active,
fieldset[disabled] .transport-section .button-row .continue a.active {
  background-color: #ffe829;
  color:#000;
  
}
.transport-section .button-row .continue a .badge {
  color: #fff;
  background-color: #000;
}
.transport-section .button-row .continue a:after {
  line-height: 14px;
  padding-left: 5px;
  content: " >";
}
#overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8) !important;
  z-index: 999;
}
#overlay .popout {
  position: relative;
  margin: 10% auto !important;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
@media (min-width: 768px) {
  #overlay .popout {
    width: 750px;
  }
}
@media (min-width: 992px) {
  #overlay .popout {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  #overlay .popout {
    width: 1170px;
  }
}
#overlay .popout:before,
#overlay .popout:after {
  content: "";
  display: table;
}
#overlay .popout:after {
  clear: both;
}
#overlay .popout:before,
#overlay .popout:after {
  display: table;
  content: "";
}
#overlay .popout:after {
  clear: both;
}
#overlay .popout .popout-section {
  position: relative;
  display: inline;
  float: left;
  width: 80%;
  margin: 0 0.47619048%;
  margin-left: 10%;
  margin-right: 10%;
  *zoom: 1;
  background: #fff;
}
#overlay .popout .popout-section .close {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 10px;
  background: #000;
}
#overlay .popout .popout-section .close a {
  font-size: 30px;
  color: #fff;
}
#overlay .popout .popout-section:before,
#overlay .popout .popout-section:after {
  content: "";
  display: table;
}
#overlay .popout .popout-section:after {
  clear: both;
}
#overlay .popout .popout-section:before,
#overlay .popout .popout-section:after {
  display: table;
  content: "";
}
#overlay .popout .popout-section:after {
  clear: both;
}
#overlay .popout .popout-section p {
  padding: 0px;
  margin: 0px;
  color: #000;
}
#overlay .popout .popout-section p.popout-title {
  padding: 20px 0px;
  font-size: 36px;
  color: #ffe829;
  text-align: center;
  font-weight: 700;
}
#overlay .popout .popout-section .popout-product {
  *zoom: 1;
  padding: 30px 0px;
}
#overlay .popout .popout-section .popout-product:before,
#overlay .popout .popout-section .popout-product:after {
  content: "";
  display: table;
}
#overlay .popout .popout-section .popout-product:after {
  clear: both;
}
#overlay .popout .popout-section .popout-product:before,
#overlay .popout .popout-section .popout-product:after {
  display: table;
  content: "";
}
#overlay .popout .popout-section .popout-product:after {
  clear: both;
}
#overlay .popout .popout-section .popout-product .image-section {
  display: inline;
  float: left;
  width: 13.33333333%;
  margin: 0 0.47619048%;
  margin-left: 2.85714286%;
  margin-right: 2.85714286%;
}
#overlay .popout .popout-section .popout-product .image-section img {
  width: 100%;
}
#overlay .popout .popout-section .popout-content {
  display: inline;
  float: left;
  width: 60.95238095%;
  margin: 0 0.47619048%;
}
#overlay .popout .popout-section .popout-content h4 {
  font-size: 20px;
  color: #000;
  margin-top: 0px;
}
#overlay .popout .popout-section .popout-prize {
  display: inline;
  float: left;
  width: 13.33333333%;
  margin: 0 0.47619048%;
  margin-left: 2.85714286%;
  margin-right: 2.85714286%;
  padding: 20px 0px;
}
#overlay .popout .popout-section .popout-prize .prize {
  color: #ffe829;
  font-size: 22px;
  font-weight: 600;
  margin: 0px;
}
#overlay .popout .popout-section .popout-prize .prize-dph {
  color: #000;
  margin: 0px;
  font-size: 12px;
}
#overlay .popout .popout-section .transport-free {
  clear: both;
  text-align: center;
  color: #40c353;
  font-size: 16px;
}
#overlay .popout .popout-section .interested-row {
  background: url("/img/advantage-bg.png");
  background-size: cover;
  padding: 20px 0px;
  margin: 20px 0px;
  *zoom: 1;
}
#overlay .popout .popout-section .interested-row:before,
#overlay .popout .popout-section .interested-row:after {
  content: "";
  display: table;
}
#overlay .popout .popout-section .interested-row:after {
  clear: both;
}
#overlay .popout .popout-section .interested-row:before,
#overlay .popout .popout-section .interested-row:after {
  display: table;
  content: "";
}
#overlay .popout .popout-section .interested-row:after {
  clear: both;
}
#overlay .popout .popout-section .interested-row p.interest-title {
  font-size: 24px;
  font-weight: 600;
  color: #ffe829;
  text-align: center;
  padding-bottom: 20px;
}
#overlay .popout .popout-section .interested-row p.interest-prize {
  color: #ffe829;
  font-size: 16px !important;
  float: left;
  padding: 10px 0px;
  font-weight: 600;
}
#overlay .popout .popout-section .interested-row .item-interest {
  display: inline;
  float: left;
  width: 30%;
  margin: 0 0.47619048%;
  margin-left: 1.66666667%;
  margin-right: 1.66666667%;
  padding: 20px 0px;
}
#overlay .popout .popout-section .interested-row .item-interest img {
  float: left;
}
#overlay .popout .popout-section .interested-row .item-interest .description {
  display: table;
  padding-left: 10px;
}
#overlay .popout .popout-section .interested-row .item-interest .description p {
  font-size: 12px;
}
#overlay .popout .popout-section .interested-row .item-interest .description h4 {
  font-size: 14px;
  color: #000;
  margin-top: 0px;
  margin-bottom: 8px;
}
#overlay .popout .popout-section .interested-row .item-interest .description a.interest-detail {
  color: #000;
  padding: 10px 0px;
  text-decoration: underline;
  float: right;
  font-size: 14px;
  font-weight: 600;
}
#overlay .popout .popout-section .button-row {
  *zoom: 1;
  padding: 30px;
}
#overlay .popout .popout-section .button-row:before,
#overlay .popout .popout-section .button-row:after {
  content: "";
  display: table;
}
#overlay .popout .popout-section .button-row:after {
  clear: both;
}
#overlay .popout .popout-section .button-row:before,
#overlay .popout .popout-section .button-row:after {
  display: table;
  content: "";
}
#overlay .popout .popout-section .button-row:after {
  clear: both;
}
@media (max-width: 600px) {
  #overlay .popout .popout-section .button-row .back-shop {
    margin: 40px auto;
    text-align: center;
  }
  #overlay .popout .popout-section .button-row .back-shop a {
    float: none !important;
  }
}
#overlay .popout .popout-section .button-row .back-shop a {
  
  color: #000;
  background-color: #ffe829;
 
  padding: 10px 34px;
  font-size: 14px;
  line-height: 14px;
 
  margin-top: 15px;
  font-weight: 600;
  float: left;
}
#overlay .popout .popout-section .button-row .back-shop a:focus,
#overlay .popout .popout-section .button-row .back-shop a.focus {
  color: #000;
  background-color: #c2d6d4 ;
  
}
#overlay .popout .popout-section .button-row .back-shop a:hover {
  color: #000;
  background-color: #c2d6d4 ;
  
}
#overlay .popout .popout-section .button-row .back-shop a:active,
#overlay .popout .popout-section .button-row .back-shop a.active,
.open > .dropdown-toggle#overlay .popout .popout-section .button-row .back-shop a {
  color: #000;
  background-color: #c2d6d4;
  
}
#overlay .popout .popout-section .button-row .back-shop a:active:hover,
#overlay .popout .popout-section .button-row .back-shop a.active:hover,
.open > .dropdown-toggle#overlay .popout .popout-section .button-row .back-shop a:hover,
#overlay .popout .popout-section .button-row .back-shop a:active:focus,
#overlay .popout .popout-section .button-row .back-shop a.active:focus,
.open > .dropdown-toggle#overlay .popout .popout-section .button-row .back-shop a:focus,
#overlay .popout .popout-section .button-row .back-shop a:active.focus,
#overlay .popout .popout-section .button-row .back-shop a.active.focus,
.open > .dropdown-toggle#overlay .popout .popout-section .button-row .back-shop a.focus {
  color: #000;
  background-color: #c2d6d4;
  
}
#overlay .popout .popout-section .button-row .back-shop a:active,
#overlay .popout .popout-section .button-row .back-shop a.active,
.open > .dropdown-toggle#overlay .popout .popout-section .button-row .back-shop a {
  background-image: none;
}
#overlay .popout .popout-section .button-row .back-shop a.disabled,
#overlay .popout .popout-section .button-row .back-shop a[disabled],
fieldset[disabled] #overlay .popout .popout-section .button-row .back-shop a,
#overlay .popout .popout-section .button-row .back-shop a.disabled:hover,
#overlay .popout .popout-section .button-row .back-shop a[disabled]:hover,
fieldset[disabled] #overlay .popout .popout-section .button-row .back-shop a:hover,
#overlay .popout .popout-section .button-row .back-shop a.disabled:focus,
#overlay .popout .popout-section .button-row .back-shop a[disabled]:focus,
fieldset[disabled] #overlay .popout .popout-section .button-row .back-shop a:focus,
#overlay .popout .popout-section .button-row .back-shop a.disabled.focus,
#overlay .popout .popout-section .button-row .back-shop a[disabled].focus,
fieldset[disabled] #overlay .popout .popout-section .button-row .back-shop a.focus,
#overlay .popout .popout-section .button-row .back-shop a.disabled:active,
#overlay .popout .popout-section .button-row .back-shop a[disabled]:active,
fieldset[disabled] #overlay .popout .popout-section .button-row .back-shop a:active,
#overlay .popout .popout-section .button-row .back-shop a.disabled.active,
#overlay .popout .popout-section .button-row .back-shop a[disabled].active,
fieldset[disabled] #overlay .popout .popout-section .button-row .back-shop a.active {
  background-color: #ffe829;
  border-color: #000;
}
#overlay .popout .popout-section .button-row .back-shop a .badge {
  color: #ffe829;
  background-color: #ffffff;
}
#overlay .popout .popout-section .button-row .back-shop a:before {
  line-height: 14px;
  padding-right: 5px;
  content: "< ";
}
@media (max-width: 600px) {
  #overlay .popout .popout-section .button-row .continue {
    margin: 40px 0px;
    text-align: center;
  }
  #overlay .popout .popout-section .button-row .continue a {
    float: none !important;
  }
}
#overlay .popout .popout-section .button-row .continue a {
  
  color: #000;
  background-color: #ffe829;
  
  padding: 10px 34px;
  font-size: 14px;
  line-height: 14px;
 
  margin-top: 15px;
  font-weight: 600;
  float: right;
}
#overlay .popout .popout-section .button-row .continue a:focus,
#overlay .popout .popout-section .button-row .continue a.focus {
  color: #000;
  background-color:#ffe829;
  
}
#overlay .popout .popout-section .button-row .continue a:hover {
  color: #000;
  background-color:#ffe829;
  
}
#overlay .popout .popout-section .button-row .continue a:active,
#overlay .popout .popout-section .button-row .continue a.active,
.open > .dropdown-toggle#overlay .popout .popout-section .button-row .continue a {
  color: #000;
  background-color:#ffe829;
  
}
#overlay .popout .popout-section .button-row .continue a:active:hover,
#overlay .popout .popout-section .button-row .continue a.active:hover,
.open > .dropdown-toggle#overlay .popout .popout-section .button-row .continue a:hover,
#overlay .popout .popout-section .button-row .continue a:active:focus,
#overlay .popout .popout-section .button-row .continue a.active:focus,
.open > .dropdown-toggle#overlay .popout .popout-section .button-row .continue a:focus,
#overlay .popout .popout-section .button-row .continue a:active.focus,
#overlay .popout .popout-section .button-row .continue a.active.focus,
.open > .dropdown-toggle#overlay .popout .popout-section .button-row .continue a.focus {
  color: #ffffff;
  background-color: #000;
  border-color: #461016;
}
#overlay .popout .popout-section .button-row .continue a:active,
#overlay .popout .popout-section .button-row .continue a.active,
.open > .dropdown-toggle#overlay .popout .popout-section .button-row .continue a {
  background-image: none;
}
#overlay .popout .popout-section .button-row .continue a.disabled,
#overlay .popout .popout-section .button-row .continue a[disabled],
fieldset[disabled] #overlay .popout .popout-section .button-row .continue a,
#overlay .popout .popout-section .button-row .continue a.disabled:hover,
#overlay .popout .popout-section .button-row .continue a[disabled]:hover,
fieldset[disabled] #overlay .popout .popout-section .button-row .continue a:hover,
#overlay .popout .popout-section .button-row .continue a.disabled:focus,
#overlay .popout .popout-section .button-row .continue a[disabled]:focus,
fieldset[disabled] #overlay .popout .popout-section .button-row .continue a:focus,
#overlay .popout .popout-section .button-row .continue a.disabled.focus,
#overlay .popout .popout-section .button-row .continue a[disabled].focus,
fieldset[disabled] #overlay .popout .popout-section .button-row .continue a.focus,
#overlay .popout .popout-section .button-row .continue a.disabled:active,
#overlay .popout .popout-section .button-row .continue a[disabled]:active,
fieldset[disabled] #overlay .popout .popout-section .button-row .continue a:active,
#overlay .popout .popout-section .button-row .continue a.disabled.active,
#overlay .popout .popout-section .button-row .continue a[disabled].active,
fieldset[disabled] #overlay .popout .popout-section .button-row .continue a.active {
  background-color: #ffe829;
  color:#fff;
  
}
#overlay .popout .popout-section .button-row .continue a .badge {
  color: #000;
  background-color: #ffffff;
}
#overlay .popout .popout-section .button-row .continue a:after {
  line-height: 14px;
  padding-left: 5px;
  content: " >";
}
.blank-page {
  color: #000;
  padding: 0 15px;
}
.blank-page h1,
.blank-page h2,
.blank-page h3,
.blank-page h4,
.blank-page h5,
.blank-page h6 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 600;
}
.blank-page h1 {
  font-size: 4.0rem;
  line-height: 1.2;
}
.blank-page h2 {
  font-size: 24px;
 padding-bottom:10px;
 border-bottom:4px solid #c2d6d4;
}
.blank-page h3 {
  font-size: 3.0rem;
  line-height: 1.3;
}
.blank-page h4 {
  font-size: 2.4rem;
  line-height: 1.35;
}
.blank-page h5 {
  font-size: 1.8rem;
  line-height: 1.5;
}
.blank-page h6 {
  font-size: 1.5rem;
  line-height: 1.6;
}
.blank-page ul {
  list-style: circle;
  margin-left: 20px;
}
.blank-page ol {
  list-style: none;
}
.blank-page ol,
.blank-page ul {
  padding-left: 0;
  margin-top: 0;
}
.blank-page ul ul,
.blank-page ul ol,
.blank-page ol ol,
.blank-page ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}
.blank-page li {
  margin-bottom: 1rem;
}
.blank-page th,
.blank-page td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1;
}
.blank-page th:first-child,
.blank-page td:first-child {
  padding-left: 0;
}
.blank-page th:last-child,
.blank-page td:last-child {
  padding-right: 0;
}
.order-row {
  *zoom: 1;
}
.order-row:before,
.order-row:after {
  content: "";
  display: table;
}
.order-row:after {
  clear: both;
}
.order-row:before,
.order-row:after {
  display: table;
  content: "";
}
.order-row:after {
  clear: both;
}
.order-row .order-item {
  display: inline;
  float: left;
  width: 49.04761905%;
  margin: 0 0.47619048%;
}
.order-row .order-item fieldset {
  margin: 20px 0;
}
.order-row .order-item input {
  border: solid 1px #999;
}
.title-label {
  text-align: left;
  background: #f3f3f3;
}
.title-label h4 {
  padding: 5px;
  color: #000;
  font-size: 16px;
  display: block;
  background-repeat: no-repeat;
  background-size: 7%;
  background-position: 100%;
}
.login-section h5 {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 30px;
}
.login-section .login-box {
  box-sizing: border-box;
  width: 50%;
  height: auto;
  margin: 0 auto 50px auto;
  background-color: #f3f3f3;
   padding: 40px 20px;
}
@media (max-width: 995px) {
  .login-section .login-box {
    width: 70%;
  }
}
@media (max-width: 750px) {
  .login-section .login-box {
    width: 90%;
  }
}
.login-section .login-box .row {
  width: 100%;
  position: relative;
}
.login-section .login-box .row:last-of-type {
  /*text-align: center;*/
}
.login-section .login-box label {
  box-sizing: border-box;
  width: 30%;
  display: inline-block;
  font-weight: 700;
}
@media (max-width: 480px) {
  .login-section .login-box label {
    width: 100%;
    margin-bottom: 10px;
  }
}
.login-section .login-box input {
  box-sizing: border-box;
  width: 65%;
  display: inline-block;
  padding: 15px;
  outline: none;
  border: 1px solid #ccc;
  background: #fff;
}
.login-section .login-box input[name="login"] {
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .login-section .login-box input {
    width: 100%;
  }
}
.login-section .login-box a {
  font-size: 11px;
  color: #9b9b9b;
  position: absolute;
  z-index: 99999;
  right: 40px;
  top: 110%;
  text-decoration: underline;
}
.login-section .login-box a:hover {
  text-decoration: none;
}
.login-section .login-box button {
  border: none;
  
  color: #000;
  background-color: #c2d6d4;
  border-color: #000;
  padding: 10px 34px;
  font-size: 14px;
  line-height: 14px;
  margin-top: 10px;
  cursor: pointer;
  font-weight: 600;
}
.login-section .login-box button:focus,
.login-section .login-box button.focus {
  color: #000;
  background-color: #c2d6d4;
  
}
.login-section .login-box button:hover {
  color: #ffffff;
  background-color: #000;
  
}
.login-section .login-box button:active,
.login-section .login-box button.active,
.open > .dropdown-toggle.login-section .login-box button {
  color: #000;
  background-color: #c2d6d4;
  border-color: #003639;
}
.login-section .login-box button:active:hover,
.login-section .login-box button.active:hover,
.open > .dropdown-toggle.login-section .login-box button:hover,
.login-section .login-box button:active:focus,
.login-section .login-box button.active:focus,
.open > .dropdown-toggle.login-section .login-box button:focus,
.login-section .login-box button:active.focus,
.login-section .login-box button.active.focus,
.open > .dropdown-toggle.login-section .login-box button.focus {
  color: #000;
  background-color: #c2d6d4;
  border-color: #000000;
}
.login-section .login-box button:active,
.login-section .login-box button.active,
.open > .dropdown-toggle.login-section .login-box button {
  background-image: none;
}
.login-section .login-box button.disabled,
.login-section .login-box button[disabled],
fieldset[disabled] .login-section .login-box button,
.login-section .login-box button.disabled:hover,
.login-section .login-box button[disabled]:hover,
fieldset[disabled] .login-section .login-box button:hover,
.login-section .login-box button.disabled:focus,
.login-section .login-box button[disabled]:focus,
fieldset[disabled] .login-section .login-box button:focus,
.login-section .login-box button.disabled.focus,
.login-section .login-box button[disabled].focus,
fieldset[disabled] .login-section .login-box button.focus,
.login-section .login-box button.disabled:active,
.login-section .login-box button[disabled]:active,
fieldset[disabled] .login-section .login-box button:active,
.login-section .login-box button.disabled.active,
.login-section .login-box button[disabled].active,
fieldset[disabled] .login-section .login-box button.active {
  background-color: #ffe829;
 color:000;
}
.login-section .login-box button .badge {
  color: #000;
  background-color: #ffffff;
}
.about-product {
  padding: 20px 0px;
  clear: both;
}
.about-product h2 {
  color: #000;
  float: left;
}
.about-product img {
  float: right;
  padding-top: 30px;
}
.about-product p {
  clear: both;
}
.product-filter {
  padding-bottom: 30px;
  display: inline;
  float: left;
  width: 99.04761905%;
  margin: 0 0/*0.47619048%*/;
  *zoom: 1;
}
.product-filter:before,
.product-filter:after {
  content: "";
  display: table;
}
.product-filter:after {
  clear: both;
}
.product-filter:before,
.product-filter:after {
  display: table;
  content: "";
}
.product-filter:after {
  clear: both;
}
.product-filter .filter {
  background: #f3f3f3;
  padding: 15px;
}
.product-filter .filter p {
  font-weight: 700;
  color: #000;
  font-size: 16px;
  margin-bottom: 10px;
}
.product-filter .filter .product-title {
  position: relative;
}
.product-filter .filter .product-title p {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}
.product-filter .filter .product-title p.rollfilter {
  position: absolute;
  top: 0px;
  right: 0px;
  background: url("/img/list-down.png");
  background-repeat: no-repeat;
  background-position: 100% 80%;
  padding-right: 20px;
  margin: 0px;
  font-size: 14px;
  font-weight: 500;
}

.product-filter .filter .product-title p.rollfilter.active {
  position: absolute;
  top: 0px;
  right: 0px;
  background: url("/img/list-up.png");
  background-repeat: no-repeat;
  background-position: 100% 80%;
  padding-right: 20px;
  margin: 0px;
  font-size: 14px;
  font-weight: 500;
}
.product-filter .filter .view-filter {
  clear: both;
  text-align: center;
  display: block;
  padding: 15px 0px 30px;
}
.product-filter .filter .view-filter a {
 
  color: #000;
  background-color: #c2d6d4;
  padding: 15px 30px;
  margin-top: 30px;
  font-weight: 700;
  font-size: 14px;
}
.product-filter .filter .view-filter a:focus,
.product-filter .filter .view-filter a.focus {
  color: #ffffff;
  background-color: #000;
 
}
.product-filter .filter .view-filter a:hover {
  color: #ffffff;
  background-color: #000;
  
}
.product-filter .filter .view-filter a:active,
.product-filter .filter .view-filter a.active,
.open > .dropdown-toggle.product-filter .filter .view-filter a {
  color: #000;
  background-color: #c2d6d4;
 
}
.product-filter .filter .view-filter a:active:hover,
.product-filter .filter .view-filter a.active:hover,
.open > .dropdown-toggle.product-filter .filter .view-filter a:hover,
.product-filter .filter .view-filter a:active:focus,
.product-filter .filter .view-filter a.active:focus,
.open > .dropdown-toggle.product-filter .filter .view-filter a:focus,
.product-filter .filter .view-filter a:active.focus,
.product-filter .filter .view-filter a.active.focus,
.open > .dropdown-toggle.product-filter .filter .view-filter a.focus {
  color: #ffffff;
  background-color: #000;
  
}
.product-filter .filter .view-filter a:active,
.product-filter .filter .view-filter a.active,
.open > .dropdown-toggle.product-filter .filter .view-filter a {
  background-image: none;
}
.product-filter .filter .view-filter a.disabled,
.product-filter .filter .view-filter a[disabled],
fieldset[disabled] .product-filter .filter .view-filter a,
.product-filter .filter .view-filter a.disabled:hover,
.product-filter .filter .view-filter a[disabled]:hover,
fieldset[disabled] .product-filter .filter .view-filter a:hover,
.product-filter .filter .view-filter a.disabled:focus,
.product-filter .filter .view-filter a[disabled]:focus,
fieldset[disabled] .product-filter .filter .view-filter a:focus,
.product-filter .filter .view-filter a.disabled.focus,
.product-filter .filter .view-filter a[disabled].focus,
fieldset[disabled] .product-filter .filter .view-filter a.focus,
.product-filter .filter .view-filter a.disabled:active,
.product-filter .filter .view-filter a[disabled]:active,
fieldset[disabled] .product-filter .filter .view-filter a:active,
.product-filter .filter .view-filter a.disabled.active,
.product-filter .filter .view-filter a[disabled].active,
fieldset[disabled] .product-filter .filter .view-filter a.active {
  background-color: #ffe829;
  color: #000;
}
.product-filter .filter .view-filter a .badge {
  color: #000;
  background-color: #ffffff;
}
.product-filter .filter .filter-brand {
  padding: 10px 0px;
  border-bottom: 1px solid #efefef;
}
.product-filter .filter .filter-brand ul li {
  margin: 10px 0px;
  padding-right: 20px;
  display: inline-block;
  height: 30px;
  vertical-align: middle;
}
.product-filter .filter .filter-brand ul li .item {
  position: relative;
}
.product-filter .filter .filter-brand ul li .item input {
  position: absolute;
  top: 2px;
  left: 0px;
  padding-right: 10px;
}
.product-filter .filter .filter-brand ul li .item img {
  padding-left: 30px;
}
.product-filter .filter .filter-ski {
  *zoom: 1;
  border-bottom: 1px solid #efefef;
  padding: 10px 0px;
}
.product-filter .filter .filter-ski:before,
.product-filter .filter .filter-ski:after {
  content: "";
  display: table;
}
.product-filter .filter .filter-ski:after {
  clear: both;
}
.product-filter .filter .filter-ski:before,
.product-filter .filter .filter-ski:after {
  display: table;
  content: "";
}
.product-filter .filter .filter-ski:after {
  clear: both;
}
.product-filter .filter .filter-ski:last-child {
  border-bottom: 0px;
}
.product-filter .filter .filter-ski .filter-ski-deter,
.product-filter .filter .filter-ski .filter-ski-radius {
  display: inline;
  float: left;
  width: 49.04761905%;
  margin: 0 0.47619048%;
}
.product-filter .filter .filter-ski .filter-ski-deter ul li,
.product-filter .filter .filter-ski .filter-ski-radius ul li {
  margin: 15px 0px;
  display: inline-block;
  padding-right: 5px;
}
.product-filter .filter .filter-ski .filter-ski-lenght {
  display: inline;
  float: left;
  width: 49.04761905%;
  margin: 0 0.47619048%;
}
.product-filter .filter .filter-ski .filter-ski-lenght ul li {
  margin: 4px 0px;
  display: inline-block;
  padding-right: 5px;
}
.product-filter .filter .filter-ski .filter-ski-color .amount_box {
  margin: 10px 0px;
  padding: 5px;
  border: 1px solid #ccc;
  outline: 0;
 
  display: block;
}
.product-filter .filter .filter-ski .filter-ski-prizerange {
  display: inline;
  float: left;
  width: 49.04761905%;
  margin: 0 0.47619048%;
}
.product-filter .filter .filter-ski .filter-ski-prizerange input {
  border: 0px;
}
.product-filter .filter .filter-ski .filter-ski-prizerange div.rozmezi1 {
  text-align: left;
  float: left;
}
.product-filter .filter .filter-ski .filter-ski-prizerange div.rozmezi2 {
  text-align: right;
  float: right;
}
.product-filter .filter .filter-ski .filter-ski-button {
  display: inline;
  float: left;
  width: 41.9047619%;
  margin: 0 0.47619048%;
  margin-left: 7.61904762%;
}
.product-filter .filter .filter-ski .filter-ski-button .clear-filter {
  float: left;
  padding-right: 50px;
  padding-top: 40px;
}
.product-filter .filter .filter-ski .filter-ski-button .clear-filter button {
  background: url("/img/clear-filter.png");
  background-repeat: no-repeat;
  padding-left: 20px;
  border: 0;
  height: 21px;
}
.product-filter .filter .filter-ski .filter-ski-button .confirm-filter {
  *zoom: 1;
  float: left;
}
.product-filter .filter .filter-ski .filter-ski-button .confirm-filter:before,
.product-filter .filter .filter-ski .filter-ski-button .confirm-filter:after {
  content: "";
  display: table;
}
.product-filter .filter .filter-ski .filter-ski-button .confirm-filter:after {
  clear: both;
}
.product-filter .filter .filter-ski .filter-ski-button .confirm-filter:before,
.product-filter .filter .filter-ski .filter-ski-button .confirm-filter:after {
  display: table;
  content: "";
}
.product-filter .filter .filter-ski .filter-ski-button .confirm-filter:after {
  clear: both;
}
@media (max-width: 600px) {
  .product-filter .filter .filter-ski .filter-ski-button .confirm-filter {
    margin: 40px auto;
    text-align: center;
  }
  .product-filter .filter .filter-ski .filter-ski-button .confirm-filter button {
    float: none !important;
  }
}
.product-filter .filter .filter-ski .filter-ski-button .confirm-filter button {
  border: none;
  color: #000;
  background-color: #c2d6d4;
   padding: 10px 20px;
  font-size: 14px;
  line-height: 14px;
 
  margin-top: 30px;
  font-weight: 600;
  float: left;
}
.product-filter .filter .filter-ski .filter-ski-button .confirm-filter button:focus,
.product-filter .filter .filter-ski .filter-ski-button .confirm-filter button.focus {
  color: #ffffff;
  background-color: #000;
  
}
.product-filter .filter .filter-ski .filter-ski-button .confirm-filter button:hover {
  color: #ffffff;
  background-color: #000;
}
.product-filter .filter .filter-ski .filter-ski-button .confirm-filter button:active,
.product-filter .filter .filter-ski .filter-ski-button .confirm-filter button.active,
.open > .dropdown-toggle.product-filter .filter .filter-ski .filter-ski-button .confirm-filter button {
  color: #000;
  background-color: #c2d6d4;
}
.product-filter .filter .filter-ski .filter-ski-button .confirm-filter button:active:hover,
.product-filter .filter .filter-ski .filter-ski-button .confirm-filter button.active:hover,
.open > .dropdown-toggle.product-filter .filter .filter-ski .filter-ski-button .confirm-filter button:hover,
.product-filter .filter .filter-ski .filter-ski-button .confirm-filter button:active:focus,
.product-filter .filter .filter-ski .filter-ski-button .confirm-filter button.active:focus,
.open > .dropdown-toggle.product-filter .filter .filter-ski .filter-ski-button .confirm-filter button:focus,
.product-filter .filter .filter-ski .filter-ski-button .confirm-filter button:active.focus,
.product-filter .filter .filter-ski .filter-ski-button .confirm-filter button.active.focus,
.open > .dropdown-toggle.product-filter .filter .filter-ski .filter-ski-button .confirm-filter button.focus {
  color: #ffffff;
  background-color: #000;
  
}
.product-filter .filter .filter-ski .filter-ski-button .confirm-filter button:active,
.product-filter .filter .filter-ski .filter-ski-button .confirm-filter button.active,
.open > .dropdown-toggle.product-filter .filter .filter-ski .filter-ski-button .confirm-filter button {
  background-image: none;
}
.product-filter .filter .filter-ski .filter-ski-button .confirm-filter button.disabled,
.product-filter .filter .filter-ski .filter-ski-button .confirm-filter button[disabled],
fieldset[disabled] .product-filter .filter .filter-ski .filter-ski-button .confirm-filter button,
.product-filter .filter .filter-ski .filter-ski-button .confirm-filter button.disabled:hover,
.product-filter .filter .filter-ski .filter-ski-button .confirm-filter button[disabled]:hover,
fieldset[disabled] .product-filter .filter .filter-ski .filter-ski-button .confirm-filter button:hover,
.product-filter .filter .filter-ski .filter-ski-button .confirm-filter button.disabled:focus,
.product-filter .filter .filter-ski .filter-ski-button .confirm-filter button[disabled]:focus,
fieldset[disabled] .product-filter .filter .filter-ski .filter-ski-button .confirm-filter button:focus,
.product-filter .filter .filter-ski .filter-ski-button .confirm-filter button.disabled.focus,
.product-filter .filter .filter-ski .filter-ski-button .confirm-filter button[disabled].focus,
fieldset[disabled] .product-filter .filter .filter-ski .filter-ski-button .confirm-filter button.focus,
.product-filter .filter .filter-ski .filter-ski-button .confirm-filter button.disabled:active,
.product-filter .filter .filter-ski .filter-ski-button .confirm-filter button[disabled]:active,
fieldset[disabled] .product-filter .filter .filter-ski .filter-ski-button .confirm-filter button:active,
.product-filter .filter .filter-ski .filter-ski-button .confirm-filter button.disabled.active,
.product-filter .filter .filter-ski .filter-ski-button .confirm-filter button[disabled].active,
fieldset[disabled] .product-filter .filter .filter-ski .filter-ski-button .confirm-filter button.active {
  background-color: #ffe829;
  border-color: #000;
}
.product-filter .filter .filter-ski .filter-ski-button .confirm-filter button .badge {
  color: #000;
  background-color: #ffffff;
}
.page-title {
  margin: 0 0 30px 0px;
}
.page-title h2 {
  font-size: 30px;
  margin: 0px;
  color: #000;
}
.page-title.left {
  padding: 15px 20px;
  text-align: left;
  background: #f3f3f3;
}
.page-title.left p {
  text-align: left;
  margin: 0px;
}
.page-title.left .vyhledavaniM{
  margin-top: 10px;
}     
.page-title.left .vyhledavaniM .clear_input{
  padding: 16px;
    font-size: 16px;
    margin-bottom: 10px;
    float: left;
}  
.page-title.left .vyhledavaniM .btn{
  background: url(/img/template-mefo/search-black.png) ;
  width: 50px;
  height: 50px;
}
.page-title.left .vyhledavaniM .btn:hover{
  background: url(/img/template-mefo/search-yellow.png) ;

}
.vertical-navigation {
  background-color: #f3f3f3;
  /*border-right: 4px solid #ffe829;  */
  padding: 10px 10px;
}
.vertical-navigation .col img {
  float: left;
  padding-right: 20px;
}
.vertical-navigation .col h3 {
  /*float: left;*/
  color: #000;
  border-bottom: 4px solid #c2d6d4;
  padding: 7px;
  margin-bottom:0px;
  margin-top: 0px;
  
}
.vertical-navigation .col ul {
  display: block;
  clear: both;
  padding-left: 10px;
}
.vertical-navigation .col ul li a:hover {
  font-weight:bold;
  
  }
.vertical-navigation .col ul li {
  padding: 4px 0px;
}
.vertical-navigation .col ul li a {
  background: url("/img/list-down.png");
  background-repeat: no-repeat;
  background-position: 100% 80%;
  padding-right: 20px;
}
.vertical-navigation .col ul li a.active {
  background: url("/img/list-up.png");
  background-repeat: no-repeat;
  background-position: 100% 80%;
  padding-right: 20px;
  font-weight:bold;
}
.vertical-navigation .col ul li a:before {
  content: " - ";
}
.vertical-navigation .col ul li ul.list-child {
  padding-left: 5%;
}
.vertical-navigation .col ul.noactive {
  display: none;
}
.vertical-navigation .col ul li.noactive ul.list-child {
  display: none;
}
.vertical-navigation .col ul li ul.list-child li.noactive ul.list-subchild {
  display: none;
}
.vertical-navigation .col ul li ul.list-child li a {
  background: inherit;
}
.vertical-navigation .col ul li ul.list-child li a:before {
  content: "";
}
.recommend-row .list-products .item {
  background: url("/img/item-bg.png");
  background-repeat: no-repeat;
  background-position: 0 100%;
  display: inline;
  float: left;
  width: 24.04761905%;
  margin: 0 0.47619048%;
  position: relative;
  margin-bottom: 20px !important;
}
@media (max-width: 800px) {
  .recommend-row .list-products .item {
    display: inline;
    float: left;
    width: 49.04761905%;
    margin: 0 0.47619048%;
  }
}
@media (max-width: 650px) {
  .recommend-row .list-products .item {
    display: inline;
    float: left;
    width: 99.04761905%;
    margin: 0 0.47619048%;
  }
}
.recommend-row .list-products .item .item-product {
  padding: 13px;
  border: 1px solid #efefef;
}
.recommend-row .list-products .item .item-product .item-state {
  background: url("/img/akce.jpg");
  background-repeat: no-repeat;
  padding: 8px 19px;
  float: right;
  color: white;
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  top: 13px;
  right: 0px;
}
.recommend-row .list-products .item .item-product .item-img {
  position: relative;
  text-align: center;
  padding-top: 30px;
}
.recommend-row .list-products .item .item-product .item-img a.prev {
  position: absolute;
  top: 50px;
  width: 22px;
  height: 32px;
  left: 5px;
  background: url("/img/product-left.jpg");
}
.recommend-row .list-products .item .item-product .item-img a.next {
  position: absolute;
  top: 50px;
  width: 22px;
  height: 32px;
  right: 5px;
  background: url("/img/product-right.jpg");
}
.recommend-row .list-products .item .item-product .item-description {
  text-align: center;
}
.recommend-row .list-products .item .item-product .item-description h3 {
  margin: 0px;
  font-weight: 700;
  color: #000;
  padding: 25px 0px 5px 0px;
  font-size: 18px;
}
.recommend-row .list-products .item .item-product .item-description p.cost {
  color: #ffe829;
  font-weight: 700;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  padding: 14px 0px;
  font-size: 22px;
}
.recommend-row .list-products .item .item-product .item-description p.info {
  color: #000;
}
.recommend-row .list-products .item .item-product .item-detail {
  *zoom: 1;
}
@media (max-width: 992px) {
  .recommend-row .list-products .item .item-product .item-detail {
    text-align: center;
    padding-bottom: 20px;
  }
}
.recommend-row .list-products .item .item-product .item-detail:before,
.recommend-row .list-products .item .item-product .item-detail:after {
  content: "";
  display: table;
}
.recommend-row .list-products .item .item-product .item-detail:after {
  clear: both;
}
.recommend-row .list-products .item .item-product .item-detail:before,
.recommend-row .list-products .item .item-product .item-detail:after {
  display: table;
  content: "";
}
.recommend-row .list-products .item .item-product .item-detail:after {
  clear: both;
}
.recommend-row .list-products .item .item-product .item-detail p.warehouse {
  color: #1c9a3f;
  font-weight: 600;
  float: left;
}
@media (max-width: 992px) {
  .recommend-row .list-products .item .item-product .item-detail p.warehouse {
    float: none;
  }
}
.recommend-row .list-products .item .item-product .item-detail a.btn-detail {
  
  color: #000
  background-color: #ffe829;
  
  padding: 10px 34px;
  font-size: 14px;
  line-height: 14px;
 
  margin-top: 15px;
  font-weight: 600;
  float: right;
}
@media (max-width: 992px) {
  .recommend-row .list-products .item .item-product .item-detail a.btn-detail {
    float: none;
  }
}
.recommend-row .list-products .item .item-product .item-detail a.btn-detail:focus,
.recommend-row .list-products .item .item-product .item-detail a.btn-detail.focus {
  color: #000;
  background-color:#ffe829;
 
}
.recommend-row .list-products .item .item-product .item-detail a.btn-detail:hover {
  color: #000;
  background-color:#ffe829;
  
}
.recommend-row .list-products .item .item-product .item-detail a.btn-detail:active,
.recommend-row .list-products .item .item-product .item-detail a.btn-detail.active,
.open > .dropdown-toggle.recommend-row .list-products .item .item-product .item-detail a.btn-detail {
  color: #000;
  background-color:#ffe829;
  
}
.recommend-row .list-products .item .item-product .item-detail a.btn-detail:active:hover,
.recommend-row .list-products .item .item-product .item-detail a.btn-detail.active:hover,
.open > .dropdown-toggle.recommend-row .list-products .item .item-product .item-detail a.btn-detail:hover,
.recommend-row .list-products .item .item-product .item-detail a.btn-detail:active:focus,
.recommend-row .list-products .item .item-product .item-detail a.btn-detail.active:focus,
.open > .dropdown-toggle.recommend-row .list-products .item .item-product .item-detail a.btn-detail:focus,
.recommend-row .list-products .item .item-product .item-detail a.btn-detail:active.focus,
.recommend-row .list-products .item .item-product .item-detail a.btn-detail.active.focus,
.open > .dropdown-toggle.recommend-row .list-products .item .item-product .item-detail a.btn-detail.focus {
  color: #ffffff;
  background-color: #000;
  
}
.recommend-row .list-products .item .item-product .item-detail a.btn-detail:active,
.recommend-row .list-products .item .item-product .item-detail a.btn-detail.active,
.open > .dropdown-toggle.recommend-row .list-products .item .item-product .item-detail a.btn-detail {
  background-image: none;
}
.recommend-row .list-products .item .item-product .item-detail a.btn-detail.disabled,
.recommend-row .list-products .item .item-product .item-detail a.btn-detail[disabled],
fieldset[disabled] .recommend-row .list-products .item .item-product .item-detail a.btn-detail,
.recommend-row .list-products .item .item-product .item-detail a.btn-detail.disabled:hover,
.recommend-row .list-products .item .item-product .item-detail a.btn-detail[disabled]:hover,
fieldset[disabled] .recommend-row .list-products .item .item-product .item-detail a.btn-detail:hover,
.recommend-row .list-products .item .item-product .item-detail a.btn-detail.disabled:focus,
.recommend-row .list-products .item .item-product .item-detail a.btn-detail[disabled]:focus,
fieldset[disabled] .recommend-row .list-products .item .item-product .item-detail a.btn-detail:focus,
.recommend-row .list-products .item .item-product .item-detail a.btn-detail.disabled.focus,
.recommend-row .list-products .item .item-product .item-detail a.btn-detail[disabled].focus,
fieldset[disabled] .recommend-row .list-products .item .item-product .item-detail a.btn-detail.focus,
.recommend-row .list-products .item .item-product .item-detail a.btn-detail.disabled:active,
.recommend-row .list-products .item .item-product .item-detail a.btn-detail[disabled]:active,
fieldset[disabled] .recommend-row .list-products .item .item-product .item-detail a.btn-detail:active,
.recommend-row .list-products .item .item-product .item-detail a.btn-detail.disabled.active,
.recommend-row .list-products .item .item-product .item-detail a.btn-detail[disabled].active,
fieldset[disabled] .recommend-row .list-products .item .item-product .item-detail a.btn-detail.active {
  background-color: #ffe829;
  color:#000;
  
}
.recommend-row .list-products .item .item-product .item-detail a.btn-detail .badge {
  color: #000;
  background-color: #ffffff;
}
.recommend-row .list-products .item .item-product .item-detail a:after {
  line-height: 14px;
  padding-left: 5px;
  content: " >";
}
/*.progress-item-b2b {
  display: inline !important;
  float: left !important;
  width: 32.38095238% !important;
  margin: 0 0.47619048% !important;
}*/
.progress-item-b2b,
.progress-item {
  display: inline;
  float: left;
  width: 24.04761905%;
  margin: 0 0.47619048%;
  background: #f3f3f3;
}
@media (max-width: 700px) {
  .progress-item-b2b,
  .progress-item {
    display: inline;
    float: left;
    width: 49.04761905%;
    margin: 0 0.47619048%;
    margin-bottom: 5px;
  }
}
.progress-item-b2b .column,
.progress-item .column {
  *zoom: 1;
  font-size: 22px;
  text-align: center;
  font-weight: 500;
  padding: 15px;
  display: table;
}
.progress-item-b2b .column:before,
.progress-item .column:before,
.progress-item-b2b .column:after,
.progress-item .column:after {
  content: "";
  display: table;
}
.progress-item-b2b .column:after,
.progress-item .column:after {
  clear: both;
}
.progress-item-b2b .column:before,
.progress-item .column:before,
.progress-item-b2b .column:after,
.progress-item .column:after {
  display: table;
  content: "";
}
.progress-item-b2b .column:after,
.progress-item .column:after {
  clear: both;
}
@media (max-width: 1000px) {
  .progress-item-b2b .column,
  .progress-item .column {
    font-size: 18px;
  }
}
.progress-item-b2b .column .cart,
.progress-item .column .cart,
.progress-item-b2b .column .car,
.progress-item .column .car,
.progress-item-b2b .column .personinfo,
.progress-item .column .personinfo,
.progress-item-b2b .column .finish,
.progress-item .column .finish {
  background-repeat: no-repeat;
  margin-right: 15px;
  float: left;
  height: 70px;
  width: 25px;
  background-position: 50% 50%;
  display: table-cell;
}
.progress-item-b2b .column .cart,
.progress-item .column .cart {
  background-image: url("/img/kosik_black.png");
}
.progress-item-b2b .column .car,
.progress-item .column .car {
  background-image: url("/img/car_black.png");
}
.progress-item-b2b .column .personinfo,
.progress-item .column .personinfo {
  background-image: url("/img/person_black.png");
}
.progress-item-b2b .column .finish,
.progress-item .column .finish {
  background-image: url("/img/correct_black.png");
}
.progress-item-b2b .column p,
.progress-item .column p {
  display: table-cell;
  margin: 0px !important;
  vertical-align: middle;
  color:#000;
}
.progress-item-b2b.active,
.progress-item.active {
  background: #c2d6d4;
}
.progress-item-b2b.active .column,
.progress-item.active .column {
  color: #fff;
  font-weight: 600;
}
.progress-item-b2b.active .column .cart,
.progress-item.active .column .cart {
  background-image: url("/img/kosik_black.png");
}
.progress-item-b2b.active .column .car,
.progress-item.active .column .car {
  background-image: url("/img/car_black.png");
}
.progress-item-b2b.active .column .personinfo,
.progress-item.active .column .personinfo {
  background-image: url("/img/person_black.png");
}
.progress-item-b2b.active .column .finish,
.progress-item.active .column .finish {
  background-image: url("/img/correct_black.png");
}

.socialsite ul {
  padding-top: 20px;
}
.socialsite ul li {
  display: inline;
  padding: 0px 10px;
}
.prize-cost p.prize-label {
  color: #000;
  float: right;
  padding-right: 20px;
}
@media (max-width: 1200px) {
  .prize-cost p.prize-label {
    float: right;
  }
}
@media (max-width: 750px) {
  .prize-cost p.prize-label {
    float: left;
  }
}
.prize-cost .prize-section {
  float: right;
}
.prize-cost .prize-section .prize {
  color: #000;
  float: right;
  font-size: 30px;
  font-weight: 600;
  margin: 0px;
  clear: both;
}
.prize-cost .prize-section .prize-dph {
  color: #000;
  margin: 0px;
  clear: both;
}
.btngroup {
  font-size: 0;
  white-space: nowrap;
  display: inline;
}
.btngroup .btn {
  font-size: 16px;
  text-decoration: none;
  background: #fff;
  border: 1px solid #ccc;
  display: inline-block;
  padding: 7px 10px;
  outline: 0;
}
.btngroup .btn:first-child {
  border-radius: 3px 0 0 3px;
}
.btngroup .btn:last-child {
  border-radius: 0 3px 3px 0;
}
.btngroup .btn:link {
  color: #bdc3c7;
}
.btngroup .btn:visited {
  color: #bdc3c7;
}
.btngroup .btn:hover {
  background: #efefef;
  color: #000;
}
.btngroup .btn:active {
  background: #fff;
  color: #34495e;
}
.crumbs {
  padding: 1em;
  padding-bottom: 10px;
}
.crumbs li {
  display: none;
}
.crumbs li a {
  text-decoration: underline;
}
.crumbs li.last {
  display: inline-block;
}
.crumbs li.last:before {
  content: '>>';
  color: #999;
}
@media all and (min-width: 32em) {
  .crumbs li {
    display: inline-block;
  }
  .crumbs li:after {
    content: '>>';
    padding: 0 0.25em 0 0.5em;
    color: #999;
  }
  .crumbs li.last:before,
  .crumbs li.last:after {
    content: '';
  }
}
.tab-navigation-detail {
  *zoom: 1;
  position: relative;
  padding: 20px 0px;
}
.tab-navigation-detail:before,
.tab-navigation-detail:after {
  content: "";
  display: table;
}
.tab-navigation-detail:after {
  clear: both;
}
.tab-navigation-detail:before,
.tab-navigation-detail:after {
  display: table;
  content: "";
}
.tab-navigation-detail:after {
  clear: both;
}
.tab-navigation-detail ul {
  display: inline;
  float: left;
  width: 89.52380952%;
  margin: 0 0.47619048%;
}
.tab-navigation-detail ul li.next {
  float: right;
}
.tab-navigation-detail ul li a.active {
  font-weight: 700;
}
.tab-navigation-detail ul li.active {
  border-bottom: 3px solid #000;
  margin-bottom: -3px;
}
.tab-navigation-detail .next {
  display: inline;
  float: left;
  width: 8.57142857%;
  margin: 0 0.47619048%;
  position: absolute;
  bottom: 15px;
  right: 0px;
}
.tab-navigation-detail .next:after {
  content: " >";
}
.tab-navigation-detail,
.tab-navigation {
  clear: both;
  position: relative;
  margin-bottom: 20px;
}
.tab-navigation-detail ul,
.tab-navigation ul {
  border-bottom: 4px solid #000;
  margin: 1px 0px;
  padding: 0px;
  list-style: none;
}
@media (max-width: 992px) {
  .tab-navigation-detail ul,
  .tab-navigation ul {
    //text-align: center;
  }
}
.tab-navigation-detail ul li,
.tab-navigation ul li {
  display: inline-block;
  padding: 16px 0px;
  width: 175px;
  text-align: center ;
  margin-right: -3px;
      _height: 20px;
    min-height: 20px;
}
@media (max-width: 650px) {
  .tab-navigation-detail ul li,
  .tab-navigation ul li {
    display: block;
    margin: 0px auto;
  }
}
.tab-navigation-detail ul li a,
.tab-navigation ul li a {
  text-decoration: none;
  /*color: #000;*/
  font-size:18px
}
.tab-navigation-detail ul li.active,
.tab-navigation ul li.active,
.tab-navigation-detail ul li:hover,
.tab-navigation ul li:hover {
  font-weight: 700;
}
.tab-navigation-detail ul li.active,
.tab-navigation ul li.active,
.tab-navigation-detail ul li:hover,
.tab-navigation ul li:hover {
  border-bottom: 4px solid #c2d6d4;
  margin-bottom: -4px;
}
.tab-navigation-detail .change-view,
.tab-navigation .change-view {
  float: right;
  position: absolute;
  top: 18px;
  right: 0px;
  /*color: #000;*/
}
.tab-navigation-detail .change-view .change-grid,
.tab-navigation .change-view .change-grid {
  padding: 3px 5px 0px 15px;
}
.tab-navigation-detail .change-view .change-grid a,
.tab-navigation .change-view .change-grid a {
  background: url("/img/change-grid.png");
  background-repeat: no-repeat;
  height: 14px;
  width: 15px;
  display: inline-block;
}
.tab-navigation-detail .change-view .change-grid a:hover,
.tab-navigation .change-view .change-grid a:hover {
  background: url("/img/change-grid-a.png");
 
}
.tab-navigation-detail .change-view .change-list a,
.tab-navigation .change-view .change-list a {
  background: url("/img/change-list.png");
  background-repeat: no-repeat;
  height: 14px;
  width: 15px;
  display: inline-block;
}
.tab-navigation-detail .change-view .change-list a:hover,
.tab-navigation .change-view .change-list a:hover {
  background: url("/img/change-list-a.png");
 
}
/*button-collor*/
/**/
/*FONTS*/
/*state*/
/*table*/
/*paid-row*/
/*detail*/
body {
  font-family: 'Source Sans Pro', sans-serif;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
a {
  color: #000;
}
ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
input {
  border: none;
}

input[type="submit"] {
  cursor: pointer;
}
.overview-table {
  overflow-x: auto;
}
.overview-table.list {
  margin: 30px 0px;
}
.overview-table table {
  min-width: 850px;
  width: 100%;
  font-weight: 600;
  color: #000;
  border-collapse: collapse;
  font-family: 'Source Sans Pro', sans-serif;   
  border-bottom: 4px solid #000;
}
.overview-table table tr.name-product {
  border-top: 0px solid #efefef;
  border-bottom: 4px solid #efefef;
  width: 100%;
}
.overview-table table tr.order {
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  width: 100%;
}
.overview-table table tr.product {
  border-top: 0px solid #efefef;
  border-bottom: 1px solid #efefef;
  width: 100%;
}
.overview-table table tr.product:last-child {
  border-top: 0px solid #efefef;
  border-bottom: 4px solid #efefef;
  width: 100%;
}
.overview-table table tr.productb2b {
  border-top: 0px solid #efefef;
  border-bottom: 1px solid #efefef;
  width: 100%;
}
.overview-table table tr.productb2b:last-child {
  border-top: 0px solid #efefef;
  border-bottom: 4px solid #efefef;
  width: 100%;
}
.overview-table table tr.table-label td {
  background: #f3f3f3;
}
.overview-table table tr.table-label td:last-child {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 98%;
  width:100px;
}
.overview-table table td.deleteall button {
    color: red;
    text-decoration: underline;
    border: 0;
    background: white;
    padding: 5px 0 0 5PX;
}
.overview-table table td {
  padding: 15px 15px;
  font-size: 16px;
  font-weight: 600;
}
.overview-table table td h3 {
  text-align: left;
  font-size: 20px;
  margin-bottom: 0px;
  display: table;
  margin-top: 0px;
}
.overview-table table td h4 {
  margin-bottom: 5px;
}
.overview-table table td p {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  margin: 0px;
  display: table;
}
.overview-table table td span {
  padding: 10px;
}
.overview-table table td:first-child {
  text-align: left;
}
.overview-table table td.order {
  font-size: 20px;
}
.overview-table table td.name-product {
  font-size: 18px;
}
.overview-table table td.code {
  font-size: 16px;
}
.overview-table table td.amount {
  font-size: 16px;
}
.overview-table table td.amount .icon {
  background: url("/img/otaznik-icon.png");
  background-repeat: no-repeat;
  margin-left: 5px;
  background-position: 100% 50%;
}
.overview-table table td.qty .amount_box {
  margin: 7px 0px;
  padding: 5px;
  border: 1px solid #ccc;
  outline: 0;
  float: left;
  display: block;
}

.overview-table table td.qty button {
    border: 0;
    background: white;
    padding: 7px 0 0 5PX;
}
.overview-table table td.warhouse {
  font-size: 16px;
  font-weight: 700;
  color: #40c353;
}
.overview-table table td.prize {
  font-size: 24px;
  color: #000;
  font-weight:bold;
  width:160px;
  text-align:right;
}
.overview-table table td.icon-edit {
  background: url("/img/icon-edit.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.overview-table table td.avalibility-ok {
  background: url("/img/correct-green.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.overview-table table td.image-product img {
  /*width: 20%;*/
  float: left;
  margin-right: 25px;
}
.overview-table table td.deleteall {
  color: red;
  text-decoration: underline;
}
.overview-table table td.icon-delete button {
    border: 0;
    background: white;
    padding: 5px 0 0 5PX;
}
.overview-table table td.notext {
  text-indent: -9999px;
}
.overview-table table td.btn-detail a {
  
  color: #000;
  background-color: #ffe829;
  
  padding: 10px 20px;
  font-size: 14px;
  line-height: 14px;
 
  margin-top: 15px;
  font-weight: 600;
  float: right;
}
.overview-table table td.btn-detail a:focus,
.overview-table table td.btn-detail a.focus {
  color: #000;
  background-color:#ffe829;
  
}
.overview-table table td.btn-detail a:hover {
  color: #fff;
  background-color:#000;
  
}
.overview-table table td.btn-detail a:active,
.overview-table table td.btn-detail a.active,
.open > .dropdown-toggle.overview-table table td.btn-detail a {
  color: #000;
  background-color:#ffe829;
  
}
.overview-table table td.btn-detail a:active:hover,
.overview-table table td.btn-detail a.active:hover,
.open > .dropdown-toggle.overview-table table td.btn-detail a:hover,
.overview-table table td.btn-detail a:active:focus,
.overview-table table td.btn-detail a.active:focus,
.open > .dropdown-toggle.overview-table table td.btn-detail a:focus,
.overview-table table td.btn-detail a:active.focus,
.overview-table table td.btn-detail a.active.focus,
.open > .dropdown-toggle.overview-table table td.btn-detail a.focus {
  color: #ffffff;
  background-color: #000;
  
}
.overview-table table td.btn-detail a:active,
.overview-table table td.btn-detail a.active,
.open > .dropdown-toggle.overview-table table td.btn-detail a {
  background-image: none;
}
.overview-table table td.btn-detail a.disabled,
.overview-table table td.btn-detail a[disabled],
fieldset[disabled] .overview-table table td.btn-detail a,
.overview-table table td.btn-detail a.disabled:hover,
.overview-table table td.btn-detail a[disabled]:hover,
fieldset[disabled] .overview-table table td.btn-detail a:hover,
.overview-table table td.btn-detail a.disabled:focus,
.overview-table table td.btn-detail a[disabled]:focus,
fieldset[disabled] .overview-table table td.btn-detail a:focus,
.overview-table table td.btn-detail a.disabled.focus,
.overview-table table td.btn-detail a[disabled].focus,
fieldset[disabled] .overview-table table td.btn-detail a.focus,
.overview-table table td.btn-detail a.disabled:active,
.overview-table table td.btn-detail a[disabled]:active,
fieldset[disabled] .overview-table table td.btn-detail a:active,
.overview-table table td.btn-detail a.disabled.active,
.overview-table table td.btn-detail a[disabled].active,
fieldset[disabled] .overview-table table td.btn-detail a.active {
  background-color: #ffe829;
  
}
.overview-table table td.btn-detail a .badge {
  color: #000;
  background-color: #ffffff;
}
.overview-table table td.btn-detail a:after {
  line-height: 14px;
  padding-left: 5px;
  content: " >";
}
.overview-table table td .partdelivered {
  color: #a01cd9;
  display: block;
}
.overview-table table td .delivered {
  color: #1cbd5f;
  display: block;
}
.overview-table table td .partcomplete {
  color: #fff;
  display: block;
  background-color: #89b01c;
}
.overview-table table td .complete {
  color: #fff;
  display: block;
  background-color: #1cbd5f;
}
.overview-table table td .preorder {
  display: block;
  color: #e7be79;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  background-color: fff;
  border: 1px solid #efefef;
 
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

@media (max-width: 1000px) {
  body {
    padding: 0px;
  }
    body.is-b2b {
    padding: 80px 0 40px 0;
  }
}
body.is-b2b {
  padding: 80px 0 40px 0;
}
nav {
  background: #355e56;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  nav {
    width: 100%;
  }
}
@media (max-width: 992px) {
  nav {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 1200px) {
  nav {
    width: 100%;
  }
}
.content {
  *zoom: 1;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 40px;
}
.content:before,
.content:after {
  content: "";
  display: table;
}
.content:after {
  clear: both;
}
.content:before,
.content:after {
  display: table;
  content: "";
}
.content:after {
  clear: both;
}
@media (min-width: 768px) {
  .content {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .content {
    width: 940px;
  }
}
@media (min-width: 1200px) {
  .content {
    width: 1170px;
  }
}
@media (max-width: 1200px) {
  .nav a.parent {
      background: none;
      padding: 22px 15px;
  }
  .nav a.parent:hover {
      background: none;
  }
  .nav a.not-parent {
      padding: 22px 15px;
  }
}
.tab-navigation ul li.razeni-min {
    width: 80px;
}
#bannerslider .owl-item img{
 display: block;
    width: 100%;
    height: auto;
}

.owl-carousel div h4, .owl-carousel div .textoverlay{
    position:absolute;
    color:#FFF;
    font-size:12px;
    display:block;
}

#bannerslider {
	width: 73%;
	float: left;
}
@media(max-width: 992px) {
  #bannerslider {
    width: 100%;
  }
}

div.collection-items div.item {
	padding: 0px 0px 1px 14px;
}

.width100 {
  width: 100% !important;
}

fieldset {
    border: 0px;
}
button.disabled {
	opacity: 0.7;
}
button.disabled:hover {
	background: #ee3032!important;
}
#obj-mess {
	position: relative;
    top: 7px;
}
.popup-overlay {
	z-index: 20;
    padding: 0;
    margin: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
	display: flex;
    align-items: center;
}
.popup {
	max-width: 1260px;
    padding: 20px;
    margin: -30px auto 0 auto;
}

.popup img {
	width: 100%;
	border: 3px #355e56 solid;
}

@media (max-width: 1440px) {
	.popup {
		margin: 100px auto;
	}
}
.close-popup {
	float: right;
    background: #355e56;
    padding: 5px 19px;
    cursor: pointer;
    position: relative;
    left: 6px;
	color: #fff;
}
#table-view .product-name {
	width: 300px;
}
#table-view td {
	width: 110px;
}
#table-view td input {
	margin: 3px 3px;
    padding: 5px;
    border: 1px solid #ccc;
    outline: 0;
}
.green {
	color: green;
}
.red {
	color: red;
	margin-left: 4px;
}
.reset-pass-wrapp {
      height: 10px;
    text-align: center;
}
.reset-pass-wrapp a {
      position: initial!important;
}
.top-produkt-status {
      background-color: #c2d6d4;
    text-align: center;
    padding: 2px 0;
    font-weight: bold;
}
.center {
  text-align: center;
}
.rychla-navigace {
  height: 220px;
}
.heureka-pecet {
  text-align: center;
}
@media(max-width: 1200px) {
  .heureka-pecet {
    margin-top: 10px;
  }
}
.edit-pass-wrapp input {
    box-sizing: border-box;
    width: 100%;
    display: inline-block;
    padding: 10px;
    outline: none;
    border: 1px solid #ccc;
    background: #fff;
}
.edit-pass-wrapp input.button-send {
      border: none;
    color: #000;
    background-color: #c2d6d4;
    border-color: #000;
    padding: 10px 34px;
    font-size: 14px;
    line-height: 14px;
    margin-top: 9px;
    cursor: pointer;
    font-weight: 600;
    margin-bottom: 10px;
    width: 150px;
}
.edit-pass-wrapp input.button-send:hover {
      color: #ffffff;
    background-color: #000;
    border-color: #000;
}
.edit-pass-wrapp input#heslo { 
  margin-top: 10px;
    margin-bottom: 5px;
}
.adress-row .item.edit-pass {
  height: 200px;
}
.order-status {
  margin-left: 15px;
}
.order-status h1 {
  margin-top: -35px;
}
.gopay-btn {
    background-color: #355e56;
    padding: 7px 20px;
    color: #fff;
    margin-left: 10px;
}
.reg-text {
  text-align: center;
}
.reg-text a {
  color: #355e56;
  text-decoration: underline;
}
.reg-text a:hover {
  text-decoration: none;
}
.caste-dotazy-wrapp {
  margin-top: -35px;
}
.caste-dotazy-wrapp a {
  color: #355e56;
  text-decoration: underline;
}
.caste-dotazy-wrapp a:hover {
  text-decoration: none;
}
.caste-dotazy-wrapp ul {
  list-style-type: disc;
  margin-left: 20px;
}
.caste-dotazy-wrapp .panel.panel-default {
  border-radius: 0;
  margin-bottom: 5px;
}
.caste-dotazy-wrapp .panel.panel-default a {
  text-decoration: none;
}
.prodejci-wrapp {
  padding-left: 0;
  padding-right: 0; 
}
.prodejci-wrapp .prodejci-green-wrapp, .prodejci-wrapp .prodejci-no-color-wrapp {
  padding: 5px;
}
.prodejci-wrapp .prodejci-green-wrapp {
  background: #c2d6d4;
}
.blank-page a {
  color: #355e56;
  text-decoration: underline;
}
.blank-page a:hover {
  color: #355e56;
  text-decoration: none;
}
.center-image {
      height: 120px;
      margin-top: 20px;
      display: flex;
      justify-content: center;
      align-items: center;
}
.osobni-udaje {
  color: #355e56;
  text-decoration: underline;
}
.send-order #obj-mess a {
  color: #355e56;
  text-decoration: underline;
}
.send-order #obj-mess a:hover {
  text-decoration: none;
}
.osobni-udaje:hover {
  text-decoration: none;
}
.modal-wrapp {
  background: #ffffff90;;
}
.souhlas-wrapp {
  display: flex;
  justify-content: center;
  align-items: center;
}
.souhlas-wrapp .text-wrapp {
  width: 95%;
  float: left;
}
.souhlas-wrapp .checkbox-wrapp {
  float: left;
  width: 8%;
  display: flex;
  align-items: center;
  height: 100px;
}
.adress-wrapp {
  width: 100%;
  min-height: 60px;
  margin-top: 5px;
}
.adress-wrapp .input-radio-wrapp {
  float: left;
  width: 4%;
  height: 60px;
  display: flex;
  align-items: center;
}
.adress-wrapp .label-wrapp {
  float: left;
  width: 96%;
}
.back-icon {
  float: right;
  margin-top: -45px;
  font-weight: 700;
  margin-left: 25px;
  color: #fff;
  background-color: #355e56;
  padding: 7px 34px;
  font-size: 14px;
  line-height: 14px;
}
.back-icon:hover {
  color: #fff;
  background-color: #000;
}
.back-icon i {
  position: relative;
  top: 1px;
}
.nav.nav-tabs.detail-tabs-nav {
  height: 47px;
  width: 73%;
}
.detail-nav-wrapp {
  border-bottom: 4px solid #000;
}
.nav.nav-tabs.detail-tabs-nav li {
  border: 0;
  padding: 0 0 2px 0;
}
.nav.nav-tabs.detail-tabs-nav li.active {
  border-bottom: 4px solid #c2d6d4;
  padding-bottom: 0px;
}
.nav.nav-tabs.detail-tabs-nav li a, .nav.nav-tabs.detail-tabs-nav li a:hover, .nav.nav-tabs.detail-tabs-nav li a:focus {
  border: 0;
  color: #000;
  font-weight: normal;
  background: #fff;
}
.nav.nav-tabs.detail-tabs-nav li a:hover {
  border-bottom: 4px solid #c2d6d4;
  padding: 10px 15px;
}
.nav.nav-tabs.detail-tabs-nav li.active a {
  font-weight: bold;
}
.nav.nav-tabs.detail-tabs-nav li.active a:hover {
  border-bottom: 0;
  padding: 10px 15px;
}
.first.main-menu-wrapp {
  width: 132px;
  height: 48px;
  text-align: center;
  padding: 0 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #fff;
  border-bottom: 0;
}
@media (max-width: 1200px) {
  .first.main-menu-wrapp {
    width: 104px;
  }
}
@media(max-width: 992px) {
  .first.main-menu-wrapp {
    width: 100%;
    border: 0;
    height: auto;
    padding: 10px 0;
    text-align: left;
    display: block;
  }
}
.first.main-menu-wrapp:last-child {
  border-right: 0;
}
.first.main-menu-wrapp a {
  padding: 0;
  font-size: 15px;
  font-weight: 600;
}
.first.main-menu-wrapp a:hover {
  background: transparent;
}
ul.nav {
  margin-top: -5px;
}
@media(max-width: 992px) {
  ul.nav  {
    padding: 10px 0;
  }
}
.first.main-menu-wrapp .megacontent .col {
  text-align: left;
}
.first.main-menu-wrapp .megacontent .col a {
  text-decoration: none;
}
#pickup-input {
  border: 1px solid #ccc;
  padding: 5px;
  margin-top: -11px;
  margin-left: 10px;
  width: 268px;
  position: relative;
  top: -9px;
}
.hidden-dpd-pickup {
  display: none;
}
.ui-widget-content {
  background: #fff!important;
  color: #222;
  border: 1px solid #ccc;
  width: 435px!important;
}
.ui-widget-content li:hover {
  background: #c2d6d4!important;
  cursor: pointer;
}
.ui-widget-content li {
  padding: 3px 0 3px 3px;
}
#pickup-select .pickup-info {
  width: 44%;
  float: left;
  margin-left: 30px;
}
#pickup-select .pickup-open-hours {
  width: 50%;
  float: left;
}
#pickup-select .info {
  margin-left: 30px;
}
#popis-produktu ul {
  margin-left: 20px;
}
#popis-produktu ul li {
  list-style-type: initial;
}
.ico-info {
  margin-top: 5px;
  color: #ff6262;
}
.ico-info a {
  color: #ff6262;
  text-decoration: underline;
}
.ico-info a:hover {
  text-decoration: none;
}
.progress-row.progress-row-3-steps .progress-item-b2b {
  width: 32.3%;
}
.checkbox-wrapp .input-wrapp {
  width: 100%;
  height: 50px;
}
.input-wrapp {
  margin-top: 20px;
}
.input-wrapp label {
  width: 100px;
  display: inline-block;
}
.input-wrapp input {
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 60%;
}
.order-wrapp, .transport-wrapp {
  width: 49%;
  float: left;
}

@media(max-width: 1200px) {
  .order-wrapp {
    margin-right: 17px;
  }
}

@media(max-width: 991px) {
  .order-wrapp {
    margin-right: 13px;
  }
}

.back-shop-mobile {
  display: none;
}

@media(max-width: 696px) {
  .order-wrapp, .transport-wrapp {
    width: 100%;
  }
  .back-shop {
    display: none;
  }
  .back-shop-mobile {
    display: block;
  }
  .input-wrapp input {
    width: 95%;
  }
  #zeme_doruceni2 {
    width: 99.4%;
  }
}

.order-wrapp .box-wrapp {
  display: inline;
  float: left;
  width: 100%;
  margin: 0 0.47619048%;
  padding-bottom: 10px;
}
.box-wrapp.heigth30 {
  height: 30px;
}
.transport-wrapp .box-wrapp .doprava-wrapp label {
  position: relative;
  top: -4px;
}
#dpd-pickup-wrapp p {
  width: 40%;
  float: left;
  margin-left: 37px;
  margin-top: -7px;
  margin-bottom: 0;
}
@media(max-width: 1200px) {
  #dpd-pickup-wrapp p {
    width: 100%;
  }
  #pickup-input {
    border: 1px solid #ccc;
    padding: 5px;
    margin-top: -10px;
    margin-left: 10px;
    width: 268px;
  }
}
#pickup-select.heigth150 {
  height: 180px;
}
.transport-wrapp .prize-wrapp {
  text-align: right;
  width: 65%;
  float: right;
}
@media(max-width: 991px) {
  .transport-wrapp .prize-wrapp {
    width: 100%;
  }
}
.transport-wrapp .prize-wrapp .prize-label {
  float: left;
}
.transport-wrapp .prize-wrapp p.doprava-cena {
  font-size: 20px;
}
.transport-wrapp .prize-wrapp p.cena-celk-wrapp {
  font-size: 22px;
  margin-top: -15px;
}
.prize-box {
  height: 100px;
}
#zpetDoprava {
  border: none;
  color: #fff;
  background-color: #000;
  border-color: #000;
  padding: 10px 34px;
  font-size: 14px;
  line-height: 14px;
  margin-top: 15px;
  font-weight: 600;
  float: left;
}
#zpetDoprava:hover {
  background: #c2d6d4;
  color: #000;
}
.vo-form-wrapp .adress-row {
  width: 48%;
  float: left;
}
.vo-form-wrapp .adress-row:first-child {
  margin-right: 25px;
}
.vo-form-wrapp .adress-row.poznamka-wrapp {
  width: 100%;
}
.vo-form-wrapp .adress-row .item {
  width: 100%;
}
h4.vo-label-title {
  margin: 0;
}
.order-wrapp {
  margin-right: 23px;
}
@media(max-width: 1024px) {
  .order-wrapp {
    margin-right: 17px;
  }
}
.dalsi-produkty-wrapp {
  text-align: center;
  margin-bottom: 30px;
}
.dalsi-produkty-wrapp a#dalsi-produkty {
  color: #fff;
  background-color: #000;
  padding: 10px 20px;
  font-size: 14px;
  margin-top: 5px;
  font-weight: 600;
  font-size: 16px;
}
#pickup-input-error {
  position: relative;
  top: -34px;
  left: -6px;
  float: right;
  width: 9px;
}

#kategorie-navigace {
  display: none;
  margin-bottom: 30px;
  width: 96.7%;
}
@media(max-width: 991px) {
  #kategorie-navigace {
    display: block;
  }
  .header-row-up .navigation {
    display: none;
  }
  header .header-row-up .login {
    text-align: right;
  }
}

.toggleMenu-right {
  display: none;
  background: #666;
  padding: 10px 15px;
  color: #fff;
  float: right;
}
.nav-menu {
  display: none;
  padding: 10px 0;
}
.nav-menu li {
  width: 100%;
  border: 0;
  height: auto;
  padding: 10px 0;
  text-align: left;
  display: block;
}
.nav-menu li a {
  padding: 0;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}
#kategorie-navigace select#navigace-select {
  width: 100%;
  font-size: 16px;
  padding: 10px;
}
#videa iframe, .videa iframe {
  width: 100%;
  height: 329px;
}

.box-wrapp .item.doprava-wrapp .ceska-posta-balik-na-postu-wrapp.hidden, .box-wrapp .item.doprava-wrapp .ceska-posta-balik-do-balikovny-wrapp.hidden {
  display: none;
}
.box-wrapp .item.doprava-wrapp.active .ceska-posta-balik-na-postu-wrapp.hidden, .box-wrapp .item.doprava-wrapp.active .ceska-posta-balik-do-balikovny-wrapp.hidden {
  display: block;
}
.box-wrapp .item.doprava-wrapp.active, .box-wrapp .item.platba-wrapp.active {
  border: 1px solid rgb(239, 239, 239);
}
.box-wrapp .doprava-wrapp .item-row {
  min-height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box-wrapp .doprava-wrapp .item-row .doprava {
  width: 100%;
  display: flex;
  align-items: center;
}
.box-wrapp .doprava-wrapp .item-row .input-radio-wrapp {
  width: 5%;
  float: left;
}
.box-wrapp .doprava-wrapp .item-row .label-wrapp {
  width: 95%;
  float: left;
}
.box-wrapp .doprava-wrapp .item-row .label-wrapp label {
  height: 50px;
  display: flex;
  align-items: center;
}
.box-wrapp .doprava-wrapp .item-row .label-wrapp label img {
  width: 85px;
  margin-right: 10px;
}
.ceska-posta-balik-na-postu-wrapp, .ceska-posta-balik-do-balikovny-wrapp {
  margin-left: 30px;
}
.ceska-posta-balik-na-postu-wrapp p, .ceska-posta-balik-do-balikovny-wrapp p {
  margin-top: 0px;
  margin-bottom: 5px;
}
.box-wrapp .doprava-wrapp, .box-wrapp .platba-wrapp {
  border: 1px solid #fff;
  clear: both;
}
.box-wrapp .iten-wrapp {
  padding: 10px 0;
}
span.select2-container {
  width: 94%!important;
  margin-bottom: 10px;
}
.select2-results__option {
  height: 18px;
}
.select2 .selection .address, .select2-results .address {
  width: 72%;
  float: left;
  margin-right: 12px;
}
.select2-results .atm, .select2-results .parking, .select2-results .service, .select2-results .extended, .select2-results .openingHours {
  margin-top: -1px!important;
}
.select2 .selection .openingHours, .select2-results .openingHours {
  background: url(/img/ico_7.gif);
  width: 21px;
  height: 21px;
  float: left;
  margin-right: 3px;
  margin-top: 3px;
}
.select2 .selection .placeholder, .select2-results .placeholder {
  width: 21px;
  height: 21px;
  float: left;
  margin-right: 3px;
  margin-top: 3px;
}
.select2 .selection .service, .select2-results .service {
  background: url(/img/ico_2.png);
  width: 21px;
  height: 21px;
  float: left;
  margin-right: 3px;
  margin-top: 3px;
}
.select2 .selection .parking, .select2-results .parking {
  background: url(/img/ico_3.png);
  width: 21px;
  height: 21px;
  float: left;
  margin-right: 3px;
  margin-top: 3px;
}
.select2 .selection .address-balikovna, .select2-results .address-balikovna {
  float: left;
  width: 94%;
}
#tooltip, #tooltip-balikovna {
  position: absolute;
  z-index: 100000;
  background: white;
  border: 1px solid rgb(140, 138, 138);
  color: rgb(0, 0, 0);
  padding: 10px;
  width: 250px;
  text-align: left;
  line-height: 1.3;
  right: 60px;
}
.tooltip-otev-doba td.den{
  width: 60px;
  font-weight: bold;
}
.order-wrapp .box-wrapp .input-wrapp label.error {
  display: inline-block;
  background-color: #c93535;
  color: #fff;
  border: 3px solid #9e0000;
  width: 60%;
  padding: 3px 10px;
  margin-left: 101px;
  margin-top: 3px;
  margin-bottom: -25px;
}
.transport-wrapp .box-wrapp label.error {
  float: right;
  display: inline-block;
  background-color: #c93535;
  color: #fff!important;
  border: 3px solid #9e0000;
  width: 40%;
  padding: 3px 10px;
  margin-left: -21px;
  margin-top: -9px;
  margin-bottom: -26px;
}
#platba-error {
  width: 28.7%;
  position: absolute;
  margin-top: -34px;
}
#doruceni-error {
  position: absolute;
  top: 665px;
  width: 28.7%;
}
.transport-wrapp .box-wrapp .ceska-posta-balik-do-balikovny-wrapp label.error {
  position: relative;
  top: -62px;
  width: 16%;
  padding: 3px 5px;
  font-size: 13px;
  margin-right: 8px;
}
#balikDoBalikovnySelect-error {
  z-index: 999;
  width: 32%;
  top: -55px;
}
#balikNaPostuSelect-error {
  width: 38%;
  top: -55px;
}
.transport-wrapp .box-wrapp .ceska-posta-balik-na-postu-wrapp label.error {
  position: relative;
  top: -58px;
  width: 21%;
  padding: 3px 5px;
  font-size: 13px;
  margin-right: 8px;
}
.box-wrapp .item.doprava-wrapp .dpd-pickup.hidden {
  display: none!important;
}
.box-wrapp .item.doprava-wrapp.active .dpd-pickup.hidden {
  display: block!important;
}
@media(max-width: 1024px) {
  .select2 .selection .address, .select2-results .address {
    width: 66%;
  }
  #dpd-pickup-wrapp p {
    margin-left: 11px;
  }
  #pickup-input {
    position: unset;
    margin-top: 4px;
    width: 90%;
  }
  .box-wrapp .doprava-wrapp .item-row {
    min-height: 50px;
  }
  #pickup-select .info {
    margin-left: 11px;
    margin-top: -5px;
  }
  #pickup-select .pickup-info {
    margin-left: 11px;
  }
}
@media(max-width: 768px) {
  .order-wrapp {
      margin-right: 12px;
  }
  .label span.doprava-cena {
    font-size: 13px;
  }
  .tooltipTrigger {
    display: none;
  }
  .ui-widget-content {
    width: 325px!important;
  }
  #pickup-select .pickup-open-hours {
    width: 42%;
  }
  #pickup-select .pickup-info {
    margin-right: 15px;
  }
}

.login-section .login-box label.error {
  display: inline-block;
  background-color: #c93535;
  color: #fff;
  border: 3px solid #9e0000;
  width: 65%;
  padding: 3px 10px;
  margin-left: 159px;
  margin-top: 3px;
  margin-bottom: 2px;
}
.dodani-info-text {
  margin: 0;
}