/* custom inclusion of right, left and below tabs, staacked tabs */
  
  .tabs-below > .nav-tabs,
  .tabs-right > .nav-tabs,
  .tabs-left > .nav-tabs,
  .tabs-below > .nav-pills,
  .tabs-right > .nav-pills,
  .tabs-left > .nav-pills {
    border-bottom: 0;
  }
  
  .nav-tabs.nav-stacked > li > a {
    border: 1px solid #ddd;
  }
  
  .nav-tabs.nav-stacked {
    border-bottom: 0 none;
  }
  
  .nav-tabs.nav-stacked > li {
    margin-bottom: -3px;
  }
  
  .nav-pills {
    margin-bottom: 20px;
  }
  
  .tab-content > .tab-pane,
  .pill-content > .pill-pane {
    display: none;
  }
  
  .tab-content > .active,
  .pill-content > .active {
    display: block;
  }
  
  .tabs-below > .nav-tabs {
    border-top: 1px solid #ddd;
  }
  
  .tabs-below > .nav-tabs > li {
    margin-top: -1px;
    margin-bottom: 0;
  }
  
  .tabs-below > .nav-tabs > li > a {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
  }
  
  .tabs-below > .nav-tabs > li > a:hover,
  .tabs-below > .nav-tabs > li > a:focus {
    border-top-color: #ddd;
    border-bottom-color: transparent;
  }
  
  .tabs-below > .nav-tabs > .active > a,
  .tabs-below > .nav-tabs > .active > a:hover,
  .tabs-below > .nav-tabs > .active > a:focus {
    border-color: transparent #ddd #ddd #ddd;
  }
  
  .tabs-left > .nav-tabs > li,
  .tabs-right > .nav-tabs > li,
  .tabs-left > .nav-pills > li,
  .tabs-right > .nav-pills > li {
    float: none;
  }
  
  .tabs-left > .nav-tabs > li > a,
  .tabs-right > .nav-tabs > li > a,
  .tabs-left > .nav-pills > li > a,
  .tabs-right > .nav-pills > li > a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px;
  }
  
  .tabs-left > .nav-tabs {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #ddd;
  }
  
  .tabs-left > .nav-pills {
    float: left;
    margin-right: 19px;
  }
  
  .tabs-left > .nav-tabs > li > a {
    margin-right: -1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
  }
  
  .tabs-left > .nav-tabs > li > a:hover,
  .tabs-left > .nav-tabs > li > a:focus {
    border-color: #eeeeee #dddddd #eeeeee #eeeeee;
  }
  
  .tabs-left > .nav-tabs .active > a,
  .tabs-left > .nav-tabs .active > a:hover,
  .tabs-left > .nav-tabs .active > a:focus {
    border-color: #ddd transparent #ddd #ddd;
    *border-right-color: #ffffff;
  }
  
  .tabs-right > .nav-tabs {
    float: right;
    margin-left: 19px;
    border-left: 1px solid #ddd;
  }
  
  .tabs-right > .nav-pills {
    float: right;
    margin-left: 19px;
  }
  
  .tabs-right > .nav-tabs > li > a {
    margin-left: -1px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
  }
  
  .tabs-right > .nav-tabs > li > a:hover,
  .tabs-right > .nav-tabs > li > a:focus {
    border-color: #eeeeee #eeeeee #eeeeee #dddddd;
  }
  
  .tabs-right > .nav-tabs .active > a,
  .tabs-right > .nav-tabs .active > a:hover,
  .tabs-right > .nav-tabs .active > a:focus {
    border-color: #ddd #ddd #ddd transparent;
    *border-left-color: #ffffff;
  }
  
  .tabs-left > .tab-content,
  .tabs-right > .tab-content {
    overflow-x: hidden;
  }
/*})'"*/
div.addressfield-container-inline > div.form-item {
    float: left; /* LTR */
    margin-right: 1em; /* LTR */
  }
  
  div.addressfield-container-inline.country-GB > div.form-item {
    float: none;
    margin-right: auto; /* LTR */
  }
  
  /* Clear-fix markup for the inline container */
  div.addressfield-container-inline:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  /* IE6 */
  * html div.addressfield-container-inline {
    height: 1%;
  }
  /* IE7 */
  *:first-child + html div.addressfield-container-inline {
    min-height: 1%;
  }
/*})'"*/
#sliding-popup {
    z-index: 99999;
    text-align: center;
  }
  
  .sliding-popup-bottom {
    position: fixed;
  }
  
  .sliding-popup-top {
    position: relative;
  }
  
  #sliding-popup .popup-content {
    margin: 0 auto;
    max-width: 80%;
    display: inline-block;
    text-align: left;
    width: 100%;
  }
  
  #sliding-popup .popup-content #popup-buttons {
    float: right;
    max-width: 40%;
  }
  
  #sliding-popup button {
    cursor: pointer;
  }
  
  #sliding-popup .popup-content #popup-text {
    float: left;
    max-width: 60%;
  }
  
  .eu-cookie-withdraw-tab {
    cursor: pointer;
  }
  
  .eu-cookie-withdraw-wrapper.sliding-popup-top,
  .eu-cookie-withdraw-wrapper.sliding-popup-top .eu-cookie-withdraw-banner {
    transform: scaleY(-1);
  }
  
  .eu-cookie-withdraw-tab {
    position: absolute;
    top: 0;
    transform: translate(-50%, -100%);
    left: 50%;
  }
  
  .eu-cookie-withdraw-wrapper.sliding-popup-top .eu-cookie-withdraw-tab {
    transform: translate(-50%, -100%) scaleY(-1);
  }@media screen and (max-width: 600px) {
 #sliding-popup .popup-content {
      max-width: 95%;
    }
  
    #sliding-popup .popup-content #popup-text {
      max-width: 100%;
    }
  
    #sliding-popup .popup-content #popup-buttons {
      clear: both;
      float: none;
      max-width: 100%;
    } 
}
/*})'"*/
