.hidden{
  display: none;
}
.product-detail-tabs .product-box .product-info span.uprava{
	display: block;
}	


.mega-menu .mega-menu-box .mega-menu-list {
    display: inline-table;
}


.product-wide .product-description img {
    margin-top: -6px;
}
.product-wide .product-description p {
    margin-top: 0px;
}

.product-bottom .product-price del,
.product-wide .product-price del {
    position: unset;
    top: 0px;
}

.product-bottom .product-price strong,
.product-wide .product-price strong {
    display: unset;
    padding: 0px 0 0px 0px;
}
.product-bottom .product-price:hover strong,
.product-bottom .product-price.selected strong,
.product-wide .product-price:hover strong,
.product-wide .product-price:hover strong {
    -moz-box-shadow: 0px 0 4px 0px #737373;
    -webkit-box-shadow: 0px 0 4px 0px #737373;
    box-shadow: 0px 0 4px 0px #737373;
}

.product-detail .product-price del {
    display: unset;

}

.product-detail .product-price span {
    font-size: 14px;
    padding-left: 10px;
}



#pagination{
    display: inline-block;
    width: 100%;
    margin: 0 0 10px 0;
}

.novy-riadok {
    display: inline-block;
    float: left;
    padding-top: 10px;
    width: 100%;
}



ul.tsc_pagination li a
{
border:solid 1px;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
padding:6px 9px 6px 9px;
}
ul.tsc_pagination li
{
padding-bottom:1px;
}
ul.tsc_pagination li a:hover,
ul.tsc_pagination li a.current
{
color:#FFFFFF;
box-shadow:0px 1px #FFFFFF;
-moz-box-shadow:0px 1px #FFFFFF;
-webkit-box-shadow:0px 1px #FFFFFF;
}
ul.tsc_pagination
{
margin:4px 0;
padding:0px;
height:100%;
overflow:hidden;
font:12px 'Tahoma';
list-style-type:none;
}
ul.tsc_pagination li
{
float:left;
margin:0px;
padding:0px;
margin-left:5px;
}
ul.tsc_pagination li a
{
color:black;
display:block;
text-decoration:none;
padding:7px 10px 7px 10px;
}
ul.tsc_pagination li a img
{
border:none;
}
ul.tsc_pagination li a
{

}
ul.tsc_pagination li a:hover,
ul.tsc_pagination li a.current
{
background:#003561;
border-color:#000000;
}


ul.tsc_pagination li a.current
{
    margin-top: -15px;
    padding-top: 7px;
}

.product-bottom .button-dual .button-dual-left {
    margin-right: 0;
    padding-top: 6px;
    padding-right: 64px;
    right: -2px;
}

.flash { 
    /*  width: 530px; */
    margin: 35px auto; 
    padding: 15px; 
    cursor: pointer; 
    border-radius: 5px; 
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
    display: table; 
}
.flash.error { 
    color: #c33; border: none; background: #ffcccc; 
    box-shadow: 0 0 10px #c33; -moz-box-shadow: 0 0 10px #c33; -webkit-box-shadow: 0 0 10px #c33; 
}
.flash.success { 
    color: #693; border: none; background: #dcffb9; 
    box-shadow: 0 0 10px #693; -moz-box-shadow: 0 0 10px #693; -webkit-box-shadow: 0 0 10px #693; 
}



.autocomplete {
    border: 0px !important;
    background: #fff !important;
    position: relative !important;
    box-shadow: 0 2px 5px #666;
    /*top: -15px !important;*/
    padding-left: 0px !important;
}
.autocomplete img {
    width: 50px !important;
    margin-right: 10px;
    padding: 0px 5px;
    border-radius: 10px !important;
}
.autocomplete .ui-menu-item {
    padding: 0px !important;
    padding-right: 20px !important;
    width: 100% !important;
    background: #fff !important;
}
.autocomplete .ui-widget-content a {
    color: rgba(0,0,0,.87) !important;
    padding-right: 20px !important;
    border: 0px !important;
}
.autocomplete .ui-menu-item:hover, .autocomplete .ui-menu-item:focus {
    background: #f1f1f1 !important;
    border: 0px !important;
    padding: 0px !important;
    margin: 0px !important;
}
.autocomplete .ui-state-focus {
    border: 0px !important;
    padding: 0px !important;
    margin: 0px !important;
    background: #fff !important;
}
.autocomplete .item-title {
    font-size: 13px;
    font-weight: bold;
    color: rgba(0,0,0,0.87);
    position: absolute;
    top: 10px;
    left: 70px;
}
.autocomplete .item-desc {
    font-size: 12px;
    color: rgba(0,0,0,0.38);
    position: absolute;
    top: 28px;
    left: 70px;
}
.autocomplete .item-price {
    font-size: 12px;
    color: rgba(0,0,0,0.38);
    padding-top:25px;
    padding-right: 5px;
    float: right;
}
.autocomplete li a {
    white-space: nowrap;
}

.autocomplete .search-all-button {
    font-size: 13px;
    font-weight: bold;
    margin: -10px 5px 5px 5px;
}

.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; 
height: 0;
overflow: hidden;
margin-top: 25px;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.akciova-cena{
    color: white;
    padding: 4px 10px;
    font-size: 16px;
    background: #A61750;
}


/* Shopping b.*/

.transport_method{
    border: 1px solid #fff;     
    background: #fff none repeat-x scroll left top;
    box-shadow: 1px 2px 2px #666666;
}

.transport_img{
    margin-top:0px; 
    margin-left: 24px;
}

.transport_text{
    margin-left:24px; 
    margin-top: 10px;
}



  table.table-rensponsive {
    border: 1px solid #ccc;
    width: 100%;
    margin:0;
    padding:0;
    border-collapse: collapse;
    border-spacing: 0;
  }

  table.table-rensponsive tr {
    border: 1px solid #ddd;
    padding: 5px;
  }

  table.table-rensponsive th, table.table-rensponsive td {
    padding: 10px;
    text-align: center;
  }

  table.table-rensponsive th {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
  }

  @media screen and (max-width: 600px) {

    table.table-rensponsive {
      border: 0;
    }

    table.table-rensponsive thead {
      display: none;
    }

    table.table-rensponsive tr {
      margin-bottom: 10px;
      display: block;
      border-bottom: 2px solid #ddd;
    }

    table.table-rensponsive td {
      display: block;
      text-align: right;
      font-size: 13px;
      border-bottom: 1px dotted #ccc;
    }

    table.table-rensponsive td:last-child {
      border-bottom: 0;
    }

    table.table-rensponsive td:before {
      content: attr(data-label);
      float: left;
      text-transform: uppercase;
      font-weight: bold;
    }
  }


  .responsive-img, .how-it-works img, .blog-detail-text img , .product-detail-tabs .page-tab p img{
    box-sizing: border-box;
    display: block;
    margin: 0 auto;
    width: 100%;
}



.receive_key textarea {
    font-size: 21px;
    font-weight: 700;
    font-family: 'Inconsolata', monospace;
    height: 100px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 5px;
    resize: none;
    width: 100%;    
    border: 1px solid #ccc;
    border-radius: 0px;
    box-shadow: none;

}


.receive_key .js-received-need{
    margin-bottom: 20px;
}

.digital-distribution-info{
    border: 0px ;
    background: #EFE4B0;
    position: relative;
    box-shadow: 0 2px 5px #999999;
    padding: 5px 5px;
    padding-left: 5px !important;
    margin: 10px 0px 10px 0px;
    color: #0070C0;
}

.boldText{
    font-weight: bold;
}

#unpayed_user_orders {
    text-align: center;
  display: block;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}


.discount .table{
  width:100%; 
}
.discount{
    width:100%; 
}


.discount th{
  background:#003561;
  color:#fff
}
.discount th, .discount td{
  padding:15px;
}

.discount tr td:nth-child(4){
  font-weight:bold;
}
.discount td {
  border-bottom:1px solid #cccccc;
}



.discount td{
  text-align:center;
}


/****************************** REGISTER / LOGIN *****************************************/

.login{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  padding-bottom: 10%;
}

.login .part-2,
.login .part-3{
  padding:0 !important;
}

.login .container{
  align-items: center;
}

.login .social{
  display: flex;
  flex-flow: column;
  width: 100%;
  padding: 15px 0;
}

.login .social a{
  background:#fff;
  width:100%;
  height: 50px;
  display: flex;
  align-items: center;
  margin-bottom:10px;
  padding-left:20px;
  border-radius:5px;
}
.login .social a.fb-login{
  background:#3b5998;
  color:#fff;
  width: 272px;
}
.login .social a.g-login{
  background: #dd4b39;
  color:#fff;
  width: 272px;
}

.login .social a svg{
  width:30px;
  margin-right:10px;
  fill: #fff;
}
.login .social a.g-login svg{
  background: #fff;
  border-radius: 50%;
  padding: 2px;
  width: 30px;
  height: 30px;
}

.login .block{
padding:0;
width: 70%;
justify-content: space-between;
}

.login .heading{
  border-bottom: 2px solid #DEDFE1;
  font-size: 18px;
  justify-content: space-around;
}

.login .buttons{
  justify-content: space-between;
}



.page-tab  a{
  color: rgba(0, 53, 97, 0.87) !important;
  text-decoration: underline;
}



.page-tab a:hover {
    text-decoration: none;
}


.register_or{
  font-size: 14px;
  font-style: italic;
  display:table;
  margin:0 auto;
  padding-top: 20px;
  padding-bottom: 15px;
}
.ako-sa-prihlasit-pomocou{
  padding-top: 10px;
  padding-bottom: 15px;
}

.flex{
  display: flex;
}

.flex.flex-align-center{
  align-items: center;
}

.flex-end{
  justify-content: flex-end;
}

.product-price{
  font-size: 20px;  
  padding: 10px 0px;
}


.login .social a.template-login{
  width: 182px;
  color: #fff !important;
}

.login .social span{
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}



/************* HOW IT WORKS ***************/


.how-it-works .bg{
  background: url(../img/guide/01.png) center;
  background-size: cover;
  height: 400px;
}

.how-it-works h1{
  font-size: 32px;
}


.divider{
  height: 1px;
  width: 100%;
  background: #d7dde0;
  margin-top:20px;
  margin-bottom:20px;
}

.how-it-works h2{
  font-size: 20px;
  margin-top: 40px;
  font-weight: normal;
}


.how-it-works h3{
  font-size: 14px;
  margin-top: 40px;
}

.how-it-works p{
  font-size: 14px;
  font-family: Arial;
}



.how-it-works .links{
  background: #d7dde0;
  padding: 40px;
  position: relative;
}
.how-it-works .links .header{
  background:#003561;
  font-size: 30px;
  color: #fff;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  padding:10px 20px;
}

.how-it-works .links .header span{
  background: #fff;
  color: #cc2443;
  padding: 10px;
  border-radius: 50%;
  margin-right: 10px;
}




.how-it-works .links a{
  padding: 10px 0;
  display: flex;
  align-items: center;
  color: rgba(0, 53, 97, 0.87) !important;
}

.how-it-works .links a .icon-logo{
  color: #cc2443;
  font-size: 24px;
  opacity: 0;
  margin-right: 10px;
  margin-top: -5px;
}

.how-it-works .links a.active .icon-logo{
  opacity: 1;
}

.how-it-works .text{
  /*width: 66%;*/
  padding:30px 10px;
}




/* basket-special-offer */

.basket-special-offer{
	font-size: 24px;
	color: black;
	font-weight: 700;
	border: none;
	padding: 20px;
  line-height: 1.0em;
}



.backgroud-my-orders{
  background: rgba(0,238,237, 0.7) !important;
}

.backgroud-pink{
  background: rgba(255,15,154, 0.7) !important;
}


.submenu > ul > li.title_category_blog{
  padding-top: 44px;
  padding-bottom: 1px;
}



.button-unimportant{
  background: rgba(0,183,195, 0.7) !important;
}

.button-unimportant span{
  background: rgba(0,183,195, 0.7) !important;
}





/****************************** COMMENT ***************************************/


.comment {

  position: relative;
  margin-bottom:10px;
  padding: 0px;
  border-bottom: 1px #ccc solid;
}






#header_info_cookies {
    /* background: rgba(0,238,237, 1); */
    
    background-color: #328AE7;
    width: 100%;
    z-index: 100;
    position: fixed;
    bottom: 0px;
    height: auto;
}

#header_info_cookies_text {
    color: white;
    font-size: 13px;
    line-height: 40px;
    float: left;
}

#header_info_cookies button {
    color: white;
    text-transform: uppercase;
    float: right;
 
    cursor: pointer;
    outline: none;
    font-size: 14px;
    border: 0;
    margin-top: 5px;
    margin-bottom: 5px;
}

.clear {
    clear: both;
}

.inside {
    width: 980px;
    margin: auto;
}

.medzera{
  margin-left: 10px;
}

.giftcard{
  position: relative;
  width: 100%;
  height: 480px;
}

.giftcard img{
  position: absolute;
  z-index: 1
}

.giftcard textarea{
  position: absolute;
  z-index: 2;
  left: 67px;
  bottom: 139px;
  width: 34%;
  height: 148px;
  border: none;
}






/* Mobile */
@media(max-width:768px) {
  .how-it-works .text{
    /*width: 100%; */
    padding:2 0px;
  }

  #header_info_cookies {
      padding-top: 10px;
      padding-bottom: 10px;
  }

  .inside {
      padding: 0;
      padding-right: 0px;
      padding-left: 0px;
      width: 100%;
      padding: 0 10px;
      box-sizing: border-box;

  }

  #header_info_cookies .inside {
      padding-right: 10px;
      padding-left: 10px;
  }

  #header_info_cookies_text {
      line-height: 20px;
  }



  .main-menu .main-menu-mobile li.currency_item {
    float: inline-start;
    position: relative;
    position: relative;
    padding: 14px 16px;
    width: 40px;
  }

  .main-menu .main-menu-mobile ul.currency-box {
    top: 53px;
    left: 0px
  }

  .giftcard {
    height: 450px;
  }

  .giftcard img{
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
  }

  .giftcard textarea{
    position: relative;
    z-index: 2;
    left: auto;
    bottom: auto;
    width: 100%;
    height: auto;
    border: 1px solid #ccc; 
    margin-top: 15px;
  }

}


/*  Tablet  */
@media(max-width:979px) {

  .main-menu .main-menu-mobile li.currency_item {
    float: inline-start;
    position: relative;
    position: relative;
    padding: 14px 16px;
    width: 40px;
  }

  .main-menu .main-menu-mobile .currency-box {
    top: 53px;
    left: 0px;
    right: 0;
  }

  .main-menu .main-menu-mobile .currency-box .flex{
    flex-flow: row wrap;
  }
 


}


/*    */

.flex.flex-end{
  justify-content: flex-end;
}

.flex.flex-col{
  flex-flow: column;
}

.product-review-details .flex.flex-end{
  height: 160px;
}

.product-review-details .flex button{
  margin: 0 auto;
  margin-top: auto;
}

.product-review-stats{
  display: flex;
  justify-content: center;
  align-items: center;
  padding:30px !important;
}

#loadedComment{
  padding: 20px;
}

.rate-food-show .form-input label{
  display: block;
  padding-bottom: 5px;
  font-weight: 700;
  color: #000;
}

.rate-food-show{
  padding: 30px;
}

.rate-food .pros{
  width: auto;
  margin-left: -10px;
  margin-right: -20px;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}


.table-bordered {
    border: 1px solid #ddd;
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #ddd;
        border-top-color: rgb(221, 221, 221);
        border-top-style: solid;
        border-top-width: 1px;
        border-bottom-width: 1px;
}


.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #f9f9f9;
}



/*  Heureka hlasovanie   */

/*  PC  */
@media(min-width:769px) {

  .shoproku-sticky-widget{
    position:fixed;
    top:170px;
    left:-126px;
    z-index:999;
  }
  .shoproku-sticky-widget:hover{
    -webkit-transition:left 0.3s;
    transition:left 0.3s;
    left:0;
  }


}


/*  Mobile HEUREKA hlasovanie  */
@media(max-width:768px) {

  .shoproku-sticky-widget{ 
    display: none;
  }
  .shoproku-sticky-widget:hover{ 
    display: none;
  }


}

.digi-gradient{
  background: rgba(74,140,201,1);
  background: -moz-linear-gradient(left, rgba(74,140,201,1) 0%, rgba(97,120,190,1) 32%, rgba(161,61,160,1) 51%, rgba(207,19,139,1) 71%, rgba(212,14,135,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(74,140,201,1)), color-stop(32%, rgba(97,120,190,1)), color-stop(51%, rgba(161,61,160,1)), color-stop(71%, rgba(207,19,139,1)), color-stop(100%, rgba(212,14,135,1)));
  background: -webkit-linear-gradient(left, rgba(74,140,201,1) 0%, rgba(97,120,190,1) 32%, rgba(161,61,160,1) 51%, rgba(207,19,139,1) 71%, rgba(212,14,135,1) 100%);
  background: -o-linear-gradient(left, rgba(74,140,201,1) 0%, rgba(97,120,190,1) 32%, rgba(161,61,160,1) 51%, rgba(207,19,139,1) 71%, rgba(212,14,135,1) 100%);
  background: -ms-linear-gradient(left, rgba(74,140,201,1) 0%, rgba(97,120,190,1) 32%, rgba(161,61,160,1) 51%, rgba(207,19,139,1) 71%, rgba(212,14,135,1) 100%);
  background: linear-gradient(to right, rgba(74,140,201,1) 0%, rgba(97,120,190,1) 32%, rgba(161,61,160,1) 51%, rgba(207,19,139,1) 71%, rgba(212,14,135,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a8cc9', endColorstr='#d40e87', GradientType=1 );  
}


.progressbar {
  background-color: #E1E1E1;
  border-radius: 20px;
  /* (height of inner div) / 2 + padding */
  padding: 5px;
  color: white;
}

.progressbar>div {
  height: 27px;
  border-radius: 20px;

}

.progressbar .progressbar-title{
  position: relative;
  margin-left: 60px;
  float: left;
  top: -26px;
}

.progressbar .progressbar-text{
  position: relative;
  right: 0px;
  margin-right: 7px;
  float: right;
  top: -26px;
}

.progressbar .progressbar-count{
  font-weight: 700;
  font-size: 20px;
}

.white-color{
  color: #FFFFFF !important;
}


/* Less/ More text */


.button {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   
   
   /* overboard shadows for Opera (and why spec version listed first) */
   box-shadow: rgba(0,0,0,1) 0 1px 0, rgba(0,0,0,90) 0 0 10px, rgba(0,0,0,90) 0 0 20px, rgba(0,0,0,90) 0 0 30px;
   
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
}
.button:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
}
.button:active {
   border-top-color: #1b435e;
   background: #1b435e;
}



.big-header {
    font-size: 22px;
}


.color-pink{
  color: rgba(255,15,154, 1) !important;
}

.color-light-blue{
  color: rgba(1,253,254, 1) !important;
}


.partner-wrap{
    background:linear-gradient(to left, rgba(255,15,154, 1) 0%, rgba(0,247,255,1) 100%);
    padding:6px;
}
.partner{
    background: #fff;
    padding: 30px;
}
img.img{
    width: 100%;
}
.partner .text{
    margin-bottom: 40px;
}
.square-cover{
    display: flex;
    justify-content: space-around; 
    padding: 40px 0;
}
.square-btn{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    text-transform: uppercase;
    color: rgba(255,15,154, 1);
    font-weight: 700;
    letter-spacing: -1px;
    border: 5px solid rgba(255,15,154, 1);
    width: 70px;
    height:90px;
    position: relative;
}
.square-btn div{
    position: absolute;
    top: 50%;
    height: 70px;margin-top: -35px;
    width:150px; 
    background: #fff;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 2;
}
.square-btn span{
    font-size: 24px;
    letter-spacing: -1px;
}
.square-btn small{
    font-size: 12px;
}
.round-btn{
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 9px 15px;
    color: #fff;
    background: rgba(255,15,154, 1);
    border-radius: 30px;
}



/*  Uistovaky */


  .brands{
    padding-bottom: 40px;
  }
.brands img{
  width: 60%;
  margin: 0 auto;
  display: table;
}

.heureka-logo{
  width: 110px;
  height: 110px;
  margin:0 auto;
  padding: 10px ;
  display: table;
  margin-top: 20px;
}

.banks {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding:20px;
  margin-top: 40px;
  background: #f2f4f5;
}
.banks .text{
  width: 100%;
  background: #f2f4f5;
  margin-bottom: 20px;
}
.banks .one{
  /* width:10%; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.banks .one img{
  max-width:80px;
}
.footer-heading{
  width: 100%;
  text-align: center;
  margin-top: 80px;
}
.pay-options{
  width: 60%;
  margin: 0 auto;
  display:flex;
  align-items: center;
  height:120px;
}

.pay-options img.cards{
  width: 200px;
  height:25px
}

/* Partner dashboard */

.user-comission{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    font-weight: 700;
}
 .user-comission .content{
    background: #003561;
    text-align: center;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
 }
      .user-comission .value{
        padding: 20px;
      }
.user-comission .actual{
    font-size: 48px;
    color: #fff;
    margin: 10px 0;
    line-height: 1;
    color: rgba(255,15,154, 1) ;
}
 .user-comission .title{
    color: rgba(255,255,255,1);
    font-size: 14px;
    display: block;

 }
 .user-comission .date{
    background: rgba(0,0,0,0.2);
    color: rgba(255,255,255,0.3);
    font-size: 12px;
    padding: 5px;
    text-align: center;
 }
.user-comission .total{
    font-size: 14px;
    color: rgba(255,255,255,0.4);
    margin-top: 10px;
}


.margin-top-40 {
    margin-top: 40px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

/* Partner */

.partner h1 {
  font-size: 42px;
  line-height: 1;
}

.partner h3 {
  font-size: 30px;
  line-height: 1;
}


/**
 * Information Styles
 */

.my_info, .my_success, .my_warning, .my_error {
margin: 10px 0px;
padding:12px;
border-radius:.5em;
box-shadow:1px 1px 3px #2985B0;
}
.my_info {
    color: #00529B;
    background-color: #BDE5F8;
}
.my_success {
    color: #4F8A10;
    background-color: #DFF2BF;
}
.my_warning {
    color: #9F6000;
    background-color: #FEEFB3;
}
.my_error {
    color: #D8000C;
    background-color: #FFD2D2;
}
.my_info i, .my_success i, .my_warning i, .my_error i {
    margin:10px 22px;
    font-size:2em;
    vertical-align:middle;
}



/**
 * Tooltip Styles
 */

/* Base styles for the element that has a tooltip */
[data-tooltip],
.tooltip {
  position: relative;
  cursor: pointer;
  margin-left: 3px;
}

/* Base styles for the entire tooltip */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
  position: absolute;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: 
      opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -moz-transition:    
        opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition:         
        opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform:    translate3d(0, 0, 0);
  transform:         translate3d(0, 0, 0);
  pointer-events: none;
}

/* Show the entire tooltip on hover and focus */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Base styles for the tooltip's directional arrow */
.tooltip:before,
[data-tooltip]:before {
  z-index: 1001;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Base styles for the tooltip's content area */
.tooltip:after,
[data-tooltip]:after {
  z-index: 1000;
  padding: 8px;
  width: 160px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  font-size: 14px;
  line-height: 1.2;
  border-radius: 0.5em;
}

/* Directions */

/* Top (default) */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after,
.tooltip-top:before,
.tooltip-top:after {
  bottom: 100%;
  left: 50%;
}

[data-tooltip]:before,
.tooltip:before,
.tooltip-top:before {
  margin-left: -6px;
  margin-bottom: -12px;
  border-top-color: #000;
  border-top-color: hsla(0, 0%, 20%, 0.9);
}

/* Horizontally align top/bottom tooltips */
[data-tooltip]:after,
.tooltip:after,
.tooltip-top:after {
  margin-left: -80px;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after,
.tooltip-top:hover:before,
.tooltip-top:hover:after,
.tooltip-top:focus:before,
.tooltip-top:focus:after {
  -webkit-transform: translateY(-12px);
  -moz-transform:    translateY(-12px);
  transform:         translateY(-12px); 
}

/* Left */
.tooltip-left:before,
.tooltip-left:after {
  right: 100%;
  bottom: 50%;
  left: auto;
}

.tooltip-left:before {
  margin-left: 0;
  margin-right: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-left-color: #000;
  border-left-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-left:hover:before,
.tooltip-left:hover:after,
.tooltip-left:focus:before,
.tooltip-left:focus:after {
  -webkit-transform: translateX(-12px);
  -moz-transform:    translateX(-12px);
  transform:         translateX(-12px); 
}

/* Bottom */
.tooltip-bottom:before,
.tooltip-bottom:after {
  top: 100%;
  bottom: auto;
  left: 50%;
}

.tooltip-bottom:before {
  margin-top: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-bottom-color: #000;
  border-bottom-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-bottom:hover:before,
.tooltip-bottom:hover:after,
.tooltip-bottom:focus:before,
.tooltip-bottom:focus:after {
  -webkit-transform: translateY(12px);
  -moz-transform:    translateY(12px);
  transform:         translateY(12px); 
}

/* Right */
.tooltip-right:before,
.tooltip-right:after {
  bottom: 50%;
  left: 100%;
}

.tooltip-right:before {
  margin-bottom: 0;
  margin-left: -12px;
  border-top-color: transparent;
  border-right-color: #000;
  border-right-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-right:hover:before,
.tooltip-right:hover:after,
.tooltip-right:focus:before,
.tooltip-right:focus:after {
  -webkit-transform: translateX(12px);
  -moz-transform:    translateX(12px);
  transform:         translateX(12px); 
}

/* Move directional arrows down a bit for left/right tooltips */
.tooltip-left:before,
.tooltip-right:before {
  top: 3px;
}

/* Vertically center tooltip content for left/right tooltips */
.tooltip-left:after,
.tooltip-right:after {
  margin-left: 0;
  margin-bottom: -16px;
}


.distribution-type-detail {
  margin-bottom: 15px;
  margin-left: 86px;
  font-weight: bold;
}

.cart-change-payment{
    margin-top: 15px !important;
    margin-bottom: 30px !important;
}

.brand_center_logo {
  line-height: 200px; 
  height: 100px;
}

.statistiky-green{
  font-weight:bold; 
  background-color:#48cc48 !important;
}

.statistiky-must-order{
  font-weight:bold; 
  background-color:#FFFF00;
}

.statistiky-red{
  font-weight:bold; 
  background-color:#f00 !important;
}