/* cookie consent */
.cc-window{opacity:1;-webkit-transition:opacity 1s ease;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{-webkit-transition:transform 1s ease;-webkit-transition:-webkit-transform 1s ease;transition:-webkit-transform 1s ease;transition:transform 1s ease;transition:transform 1s ease,-webkit-transform 1s ease}.cc-animate.cc-revoke.cc-top{-webkit-transform:translateY(-2em);transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{-webkit-transform:translateY(2em);transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-top{-webkit-transform:translateY(0);transform:translateY(0)}.cc-animate.cc-revoke.cc-active.cc-bottom{-webkit-transform:translateY(0);transform:translateY(0)}.cc-revoke:hover{-webkit-transform:translateY(0);transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;-webkit-transition:max-height 1s;transition:max-height 1s}
.cc-revoke,.cc-window{position:fixed;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-revoke:hover{text-decoration:underline}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em;text-decoration:underline}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.cc-window.cc-banner{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{display:block;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;max-width:100%;margin-right:1em}.cc-compliance{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-floating .cc-compliance>.cc-btn{-webkit-box-flex:1;-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-floating,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-webkit-box-align:unset;-ms-flex-align:unset;align-items:unset}.cc-window.cc-banner .cc-message{margin-right:0}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-webkit-box-flex:0;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em;margin-bottom:1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}

:root {
    --danger: #D2321E;
    --warning: #F3D2A1;
    --info: #16B9B8;
    --success: #A0E6B4;
    --primary: #B8BBB3;
    
    --speedano-dark: #070707;
    --speedano-dark-opaque-90: #070707E6;
    --speedano-dark-font: #FFFFFF;
    --speedano-dark-light: #171e28;
    --speedano-dark-light-font: #fdfdfd;
}

body {
    background-color: var(--speedano-dark-light);
    background-color: #000;
    color: var(--speedano-dark);
}

.jumbotron {
    border-radius: 0;
}

.form-control {
    border-radius: 0;
}

.nav-tabs .nav-link {
    margin-right: 2px;
    color: #FFF;
    
}

.nav-tabs .nav-link:hover {
    background-color: #FFFFFFDD;
    color: #000;
}



.product-nav-tabs-custom .nav-tabs {
    border-bottom: 1px solid #333;
}

.product-nav-tabs-custom .nav-tabs .nav-link {
    margin-right: 0px;
}

.product-nav-tabs-custom .tab-content {
    border-bottom: 1px solid #333;
}
.product-detail-wrapper .product-nav-tabs-custom .tab-content {
    border-bottom: 1px solid #333;
    padding: 20px 0;
    margin-bottom: 20px;
}

@media (min-width:768px) {
    .product-nav-tabs-custom .nav-tabs .nav-link {
        margin-right: 5px;
        border-color: #dee2e6 #dee2e6 #333;
    }

    .product-nav-tabs-custom .nav-tabs .nav-link:hover {
        border-color: #333;
    }

    .product-nav-tabs-custom .nav-tabs .nav-link.active,
    .product-nav-tabs-custom .nav-tabs .nav-link.active:hover
    {
        border-color: #333 #333 #FFF;
    }
}
@media (max-width:767px) {
    .product-nav-tabs-custom .nav-tabs .nav-item {
        width: 100%;
        margin-bottom: 5px;
    }
    
    .product-nav-tabs-custom .nav-tabs .nav-link {
        border-color: #dee2e6;
    }

    .product-nav-tabs-custom .nav-tabs .nav-link:hover,
    .product-nav-tabs-custom .nav-tabs .nav-link.active,
    .product-nav-tabs-custom .nav-tabs .nav-link.active:hover
    {
        border-color: #333;
    }
}

@font-face{
    font-family: 'Golos Text';
    src: url('../fonts/GolosText-VariableFont_wght.ttf') format('ttf');
    font-display: swap;
}

* {
    font-family: 'Golos Text', sans-serif;
}

form label {
    font-weight: bold;
}

.font-110 {
    font-size: 110%;
}

.font-120 {
    font-size: 120%;
}

.font-130 {
    font-size: 130%;
}

.font-140 {
    font-size: 140%;
}

.plastic-font {

}

h1 {
    font-size: 2.0rem;
}

h1.plastic-font {
    font-size: 1.4rem;
}

h2 {
    font-size: 1.9rem;
}

h3 {
    font-size: 1.6rem;
}

h4 {
    font-size: 1.4rem;
}

a {
    /*color: #16B9B8;*/
    color: #000;
}
a:hover {
/*    color: #108484;*/
    color: #333;
}

#flashmessages {
    margin-top: 30px;
}

.article-dual-column {
  color: #56585b;
  background-color: #fff;
  font-size: 14px;
}

.article-dual-column .intro {
  font-size: 16px;
  margin: 0 auto 30px;
}

.article-dual-column .intro h1 {
  font-size: 32px;
  margin-bottom: 15px;
  padding-top: 20px;
  line-height: 1.5;
  color: inherit;
  margin-top: 25px;
}

.article-dual-column .intro p {
  color: #929292;
  font-size: 12px;
}

.article-dual-column .intro p .by {
  font-style: italic;
}

.article-dual-column .intro p .date {
  text-transform: uppercase;
  padding: 4px 0 4px 10px;
  margin-left: 10px;
  border-left: 1px solid #ddd;
}

.article-dual-column .intro p a {
  color: #333;
  text-transform: uppercase;
  padding-left: 3px;
}

.article-dual-column .intro img {
  margin-top: 25px;
}

.article-dual-column .text p {
  margin-bottom: 20px;
  line-height: 1.45;
}

@media (min-width:768px) {
  .article-dual-column .text p {
    font-size: 16px;
  }
}

.article-dual-column .text h2 {
  margin-top: 28px;
  margin-bottom: 20px;
  line-height: 1.45;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

@media (min-width:768px) {
  .article-dual-column .text h2 {
    font-size: 20px;
  }
}

.article-dual-column .text figure {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}

.article-dual-column .text figure img {
  margin-bottom: 12px;
  max-width: 100%;
}

.article-dual-column .toc {
    padding-bottom: 20px;
}

.article-dual-column .toc ul.topArticles {
    list-style: none;
    padding: 0;
}

@media (max-width:767px) {
  .article-dual-column .toc {
    border-top: 1px solid #d3d3d3;
    padding: 20px 0 0 0;
  }
}

.article-dual-column .toc p {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
}

.article-dual-column .toc ul {
  padding-left: 20px;
  font-size: 12pt;
  margin-bottom: 0;
}

.article-dual-column .toc li {
  padding: 2px 0;
}

.article-dual-column .toc a {
  color: inherit;
}

.article-list {
  color: #313437;
  background-color: #fff;
  margin-bottom: 30px;
}

.article-list p {
  color: #7d8285;
}

.article-list h2 {
  font-weight: bold;
  margin-bottom: 40px;
  padding-top: 40px;
  color: inherit;
}

@media (max-width:767px) {
  .article-list h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;
  }
}

.article-list .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto;
}

.article-list .intro p {
  margin-bottom: 0;
}

.article-list .articles {
}

.article-list .item {
  padding-bottom: 20px;
  min-height: 425px;
  text-align: center;
}

.article-list .item .name {
  font-weight: bold;
  font-size: 16px;
  margin-top: 20px;
  color: inherit;
}

.article-list .item .description {
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 0;
}

.article-list .item .action {
  font-size: 24px;
  width: 24px;
  margin: 22px auto 0;
  line-height: 1;
  display: block;
  color: #4f86c3;
  opacity: 0.85;
  transition: opacity 0.2s;
  text-decoration: none;
}

.article-list .item .action:hover {
  opacity: 1;
}

.article-list .podcast-item {
  padding-bottom: 20px;
  min-height: 0 !important;
  text-align: center;
}

.article-list .podcast-item .podcast-item-date {
  color: #FFF;
  background-color: #3336;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px 10px;
}

.article-list .podcast-item .podcast-item-icon {
  padding-top: 15px;
}

.article-list .podcast-item .podcast-item-title-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
}
    
.article-list .podcast-item .podcast-item-title {
  width: 100%;
  font-size: 14pt;
  color: #555;
  padding: 0 40px;
}

@media (max-width:360px) {
    .article-list .podcast-item .podcast-item-title {
      font-size: 12pt;
      padding: 0 15px;
    }
}

.blog-title {
    font-size: 24pt;
    text-align: center;
    padding: 25px 0 25px 0;
    line-height: 28pt;
}

@media (max-width:767px) {
    .blog-title {
        font-size: 20pt;
        text-align: center;
        padding: 10px 0 15px 0;
        line-height: 28pt;
    }

    .blog-subtitle {
        font-size: 1.6em;
    }
}

a.blog-image,
a[data-lightbox='blog-images'] {
    display: block;
    text-align: center;
    padding: 10px 0;
}

a.blog-image img,
a[data-lightbox='blog-images'] img {
    max-width: 100%;
    height: auto;
}

.article-dual-column .blog-sidebar .toc {
    border-left: 1px solid #333;
    padding: 0 0 25px 15px; 
}

.articles {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    margin: 0 -10px;
}

.articles .item {
  flex-basis: 50%;
}

.articles .item.first {
  flex-basis: 100%;
}

.articles .item > a{
    display: block;
    padding: 10px;
}

.header-blue .hero p.subtitle {
    font-size: 14pt;
    margin-bottom: 30px;
}
    
@media (max-width:992px) {
    .articles .item {
        flex-basis: 100%;
    }
    
    .header-blue .hero p.subtitle {
        font-size: 10pt;
        margin-bottom: 0;
    }
}
    
@media (max-width:767px) {
    .article-dual-column .blog-sidebar .toc {
        border-left: none;
        padding: 25px 0;
    }
    
    .header-blue .hero p.subtitle {
        font-size: 14pt;
        margin-bottom: 20px;
    }
}

.article-dual-column .toc ul {
    list-style: disc;
    /*padding: 0;*/
    /*margin: 0;*/
}

.article-dual-column .toc li {
    padding: 0;
}

.article-dual-column .toc li a {
    display: block;
    padding: 4px 0;
}

.article-dual-column iframe {
    max-width: 100%;
}

.contact-clean {
  background: #f1f7fc;
  padding: 80px 0;
}

@media (max-width:767px) {
  .contact-clean {
    padding: 20px 0;
  }
}

.contact-clean form {
  max-width: 480px;
  width: 90%;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 40px;
/*  border-radius: 4px;*/
  color: #505e6c;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
}

@media (max-width:767px) {
  .contact-clean form {
    padding: 30px;
  }
}

.contact-clean h2 {
  margin-top: 5px;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 36px;
  color: inherit;
}

.contact-clean .form-group:last-child {
  margin-bottom: 5px;
}

.contact-clean form .form-control {
  background: #fff;
/*  border-radius: 2px;*/
  box-shadow: 1px 1px 1px rgba(0,0,0,0.05);
  outline: none;
  color: inherit;
  padding-left: 12px;
  height: 42px;
}

.contact-clean form .form-control:focus {
  border: 1px solid #b2b2b2;
}

.contact-clean form textarea.form-control {
  min-height: 100px;
  max-height: 260px;
  padding-top: 10px;
  resize: vertical;
}

.contact-clean form .btn {
  padding: 16px 32px;
  border: none;
  background: none;
  box-shadow: none;
  text-shadow: none;
  opacity: 0.9;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.4px;
  line-height: 1;
  outline: none !important;
}

.contact-clean form .btn:hover {
  opacity: 1;
}

.contact-clean form .btn:active {
  transform: translateY(1px);
}

.contact-clean form .btn-primary {
  background-color: #055ada !important;
  margin-top: 15px;
  color: #fff;
}

.footer-clean {
  padding: 30px 0;
  background-color: var(--speedano-dark);
  color: var(--speedano-dark-font);
}

@media (min-width:992px) {
    .footer-clean .first-col .item {
      margin-right: 30px;
      padding-right: 30px;
      border-right: 1px solid #000;
      min-height: 160px;
    }
}

@media (max-width:991px) {
    .footer-clean .first-col .item {
      margin-bottom: 30px;
      padding-bottom: 30px;
      border-bottom: 1px solid #000;
    }
}

.footer-clean .item {
    margin-top: 20px;
}

.footer-clean h3 {
  margin-top: 0;
  margin-bottom: 12px;
  /*font-weight: bold;*/
  font-size: 14pt;
}

.footer-clean ul {
  padding: 0;
  list-style: none;
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 0;
}

.footer-clean a {
  color: inherit;
  text-decoration: none;
  opacity: 0.8;
}

.footer-clean a:hover {
  opacity: 1;
}

.footer-clean .item .social {
    margin-top: 15px;
    display: flex;
}

.footer-clean .item .social a {
    margin-right: 24px;
}

.footer-clean .copyright {
  margin-top: 14px;
  margin-bottom: 0;
  font-size: 13px;
  opacity: 0.6;
}

.footer-clean .footer-collections {
    padding-top: 15px;
}


.header-blue {
  padding: 0;
  padding-top: 90px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-color: var(--speedano-dark-light);
  color: var(--speedano-dark-light-font);
}

.header-blue-small {
}

.header-blue .container.hero > div.row {
    flex-direction: row;
}

@media (max-width:1199px) {
  .header-blue {
    background-position: center top;
  }
}

@media (max-width:767px) {
  .header-blue {
    background-position: center top;
  }
  
  .header-blue .container.hero > div.row {
    flex-direction: column-reverse;
  }
  
  .mobile-hide {
      display: none;
  }
}

@media (min-width:768px) {
  .header-blue .content-wrapper {
  }
}

.header-blue .hero {
  margin-top: 0;
  text-align: center;
}

@media (min-width:768px) {
  .header-blue .hero {
    margin-top: 0;
    text-align: left;
  }
  .header-blue .hero hr {
      display: none;
  }
}

@media (max-width:767px) {
  .header-blue.homepage {
  }
  .header-blue.homepage .hero {
      padding-bottom: 20px;
  }
}

@media (max-width:460px) {
  .header-blue.homepage {
  }
}

.header-blue .hero h1, .header-blue .hero p.h1 {
  color: var(--speedano-dark-light-font);
  font-size: 2rem;
  margin-top: 45px;
  margin-bottom: 15px;
  font-weight: 300;
  line-height: 1.4;
  /*max-width: 515px;*/
  max-width: 90%;
}

.header-blue .hero p.subtitle {
  color: var(--speedano-dark-light-font);
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: 300;
  max-width: 90%;
}

.header-blue .hero p.subtitle {
    font-size: 14pt;
    margin-bottom: 30px;
}

@media (max-width:1199px) {
  .header-blue .hero h1 {
    margin-top: 0;
    font-size: 1.7rem;
  }
}

@media (max-width:992px) {
    .header-blue .hero h1 {
      margin-top: 0;
      font-size: 1.2rem;
    }
    
    .header-blue .hero p.subtitle {
        font-size: 10pt;
        margin-bottom: 10px;
    }
}

@media (max-width:767px) {
  .header-blue .hero h1, 
  .header-blue .hero p {
      text-align: left;
      max-width: 100%;
      float: left;
      clear: left;
      font-size: 1.7rem;
  }
  .header-blue .hero .btn-shopping {
      width: 100%;
  }
  
  .header-blue .hero p.subtitle {
        font-size: 14pt;
        margin-bottom: 20px;
    }
}

@media (max-width:460px) {
  .header-blue .hero h1, 
  .header-blue .hero p {
      text-align: center;
      margin: 10px auto;
      max-width: 100%;
      float: none;
  }
  .header-blue .hero .btn-shopping {
  }
}

/*.navbar:hover {
    background-color: #FFF!important;
}*/

.navbar {
  background: var(--speedano-dark-opaque-90);
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: var(--speedano-dark-font);
  border-radius: 0;
  box-shadow: none;
  border: none;
  min-height: 75px;
  max-height: 115px;
  z-index: 100000;
  position: fixed;
  top: 0;
  width: 100%;
  font-size: 90%;
  font-weight: bold;
  text-transform: uppercase;
}

.dropdown-item {
    padding: 0.25rem 1rem 0.25rem 0;
    font-size: 90%;
    text-transform: none;
    padding: 10px;
}

@media (min-width:768px) {
  .navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media (max-width:768px) {
    .navbar {
        font-size: 100%;
    }

    .header-blue .nav.navbar-nav {
        background-color: #FFF;
        padding: 20px;
        border-radius: 0;
        box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.3);
    }
}

@media (min-width:992px) {
    .nav.navbar-nav {
        margin-left: auto;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar {
        height: 120px;
    }
    .nav.navbar-nav {
        width: 100%;
        margin-top: 5px;
        margin-left: -0.5rem;
    }
    .nav.navbar-nav .nav-item {
        flex-grow: 1;
    }
    .nav.navbar-nav .nav-item a {
        margin: 0 !important;
    }
}

.navbar .navbar-brand {
  font-weight: bold;
  color: inherit;
}

.navbar .navbar-brand img {
    max-width: 200px;
}
@media (max-width: 425px) {
    .navbar .navbar-brand img {
        max-width: 140px;
    }
}

.navbar .navbar-brand:hover {
  color: #f0f0f0;
}

.navbar .navbar-collapse {
}

@media (min-width:768px) {
  .navbar .navbar-collapse {
    border-color: transparent;
    margin: 0;
  }
  
  .dropdown-menu {
    max-height: calc(100vh - 85px);
    overflow-y: auto;
  }
}

@media (max-width:767px) {
  .navbar .navbar-collapse {
        background-color: #FFF;
        max-height: calc(100vh - 85px);
        overflow-y: auto;
        padding: 15px;
        box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.3);
        border-radius: 6px;
        position: absolute;
        top: 70px;
        left: 15px;
        right: 15px;
    }
}

.navbar .navbar-collapse span .login {
  color: #d9d9d9;
  margin-right: .5rem;
  text-decoration: none;
}

.navbar .navbar-collapse span .login:hover {
  color: #000;
}

.navbar .navbar-toggler {
  border-color: rgba(0,0,0,0.3);
  color: #000;
}

.navbar .navbar-toggler:hover, .navbar-toggler:focus {
  background: none;
}

.navbar .navbar-nav a.active, .navbar .navbar-nav > .show .dropdown-item {
  background: none;
  box-shadow: none;
}

@media (min-width: 1200px) {
  #navbar .navbar-nav .nav-link {
    padding-left: 0.9rem;
    padding-right: 0.9rem;
  }
}

@media (max-width: 991px) {
    .navbar-expand-md>.container, .navbar-expand-md>.container-fluid {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.navbar .navbar-nav > li > .dropdown-menu {
  margin-top: -5px;
  background-color: #FFF;
  border-radius: 0;
  border: none;
}

.navbar .navbar-nav > li > .dropdown-menu .row {
  margin-left: 0;
  margin-right: 0;
}

.navbar .dropdown-menu .dropdown-item:focus, .navbar .dropdown-menu .dropdown-item {
  color: #37434d;
}

.navbar .dropdown-menu .dropdown-item:focus, .navbar .dropdown-menu .dropdown-item:hover {
  background: #ebeff1;
}

.header-blue .action-button, .header-blue .action-button:not(.disabled):active {
  border: 2px solid rgb(22,185,185);
  border-radius: 10px;
  color: #006666;
  box-shadow: none;
  text-shadow: none;
  padding: .3rem .8rem;
  background: transparent;
  transition: background-color 0.25s;
  outline: none;
}

.header-blue .action-button:hover {
  color: #000;
}

.navbar .form-inline label {
  color: #d9d9d9;
}

.navbar .form-inline .search-field {
  display: inline-block;
  width: 80%;
  background: none;
  border: none;
  border-bottom: 1px solid transparent;
  border-radius: 0;
  color: #ccc;
  box-shadow: none;
  color: inherit;
  transition: border-bottom-color 0.3s;
}

.navbar .form-inline .search-field:focus {
  border-bottom: 1px solid #ccc;
}

.nav, .nav > li.dropdown-fullwidth {
    position: static !important;
}

.nav > li.dropdown .dropdown-menu, .nav > li.dropdown-fullwidth .dropdown-menu {
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.3);
}

.nav > li.dropdown-fullwidth .dropdown-menu {
    left: 5px;
    right: 5px;
    padding: 20px 0;
}

/*.nav > li.dropdown-fullwidth .dropdown-menu .col,
.nav > li.dropdown-fullwidth .dropdown-menu .col-md-3 {
    padding: 0 10px;
}*/
    
.nav > li.dropdown-fullwidth .dropdown-menu .dropdown-item {
    white-space: normal;
    padding: 5px 5px;
}

.dropdown-menu > li { 
    position: relative;
}

.map-clean {
  color: #313437;
  background-color: #fff;
}

.map-clean p {
  color: #7d8285;
}

.map-clean h2 {
  font-weight: bold;
  margin-bottom: 40px;
  padding-top: 40px;
  color: inherit;
}

@media (max-width:767px) {
  .map-clean h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;
  }
}

.map-clean .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto 40px;
}

.map-clean iframe {
  background-color: #eee;
}

.team-clean {
  color: #313437;
  background-color: #fff;
}

.team-clean p {
  color: #7d8285;
}

.team-clean h2 {
  font-weight: bold;
  margin-bottom: 40px;
  padding-top: 40px;
  color: inherit;
}

@media (max-width:767px) {
  .team-clean h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;
  }
}

.team-clean .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto;
}

.team-clean .intro p {
  margin-bottom: 0;
}

.team-clean .people {
  padding-bottom: 40px;
}

.team-clean .item {
  text-align: center;
  padding-top: 50px;
}

.team-clean .item .name {
  font-weight: bold;
  margin-top: 28px;
  margin-bottom: 8px;
  color: inherit;
}

.team-clean .item .title {
  text-transform: uppercase;
  font-weight: bold;
  color: #d0d0d0;
  letter-spacing: 2px;
  font-size: 13px;
}

.team-clean .item .description {
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 20px;
}

.team-clean .item img {
  max-width: 160px;
}

.team-clean .social {
  font-size: 18px;
  color: #a2a8ae;
}

.team-clean .social a {
  color: inherit;
  margin: 0 10px;
  display: inline-block;
  opacity: 0.7;
}

.team-clean .social a:hover {
  opacity: 1;
}

.testimonials-clean {
  background-color: transparent;
  color: var(--speedano-dark-font);
}

.testimonials-clean .description {
  background-color: transparent;
  color: var(--speedano-dark);
}

.testimonials-clean .slick-next,
.testimonials-clean .slick-prev,
.testimonials-clean .slick-dots {
    color: #FFF;
}



@media (max-width:767px) {
    .testimonials-clean h2 {
        margin-bottom: 25px;
        font-size: 24px;
    }
}

.testimonials-clean .intro {
  font-size: 16px;
  max-width: 600px;
  margin: 0 auto;
}

.testimonials-clean .intro h5 {
    font-size: 16pt;
    padding: 45px 0 15px 0;
}

.testimonials-clean .people {
  padding: 20px 0 0 0;
}

.testimonials-clean .item {
  margin-bottom: 15px;
}

.testimonials-clean .item .box {
  padding: 2em;
  background-color: #fff;
  position: relative;
  border-radius: 6px;
  min-height: 150px;
  box-shadow: 2px 2px 4px #0004;
}

.testimonials-clean .item .box:after {
  content: '';
  position: absolute;
  left: 30px;
  bottom: -24px;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-width: 12px 15px;
  border-top-color: #fff;
}

.testimonials-clean .item .author {
  margin-top: 20px;
  padding-left: 25px;
}

.testimonials-clean .item .name {
  margin-bottom: 0;
  color: inherit;
  font-size: 1.4em;
  padding-top: 0.2em;
}

.testimonials-clean .item .title {
  font-size: 11pt;
  color: #313437;
}

.testimonials-clean .item .description {
  font-size: 1em;
  font-style: italic;
  margin-bottom: 0;
}

.testimonials-clean .item .author img {
  max-width: 40px;
  float: left;
  margin-right: 12px;
}
.testimonials-clean .item .author .info {
    float: left;
}

.testimonials-clean .testimonals-info p{
    padding-bottom: 35px;
    text-align: center;
}

@media (max-width:1199px) {
    .testimonials-clean .item .box {
        min-height: 170px;
    }
}

@media (max-width:991px) {
    .testimonials-clean .container {
        padding: 0 40px;
    }
}


/* CUSTOM */

.navbar-dark .navbar-nav .nav-link a {
  color: var(--speedano-dark-font);
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
  color: var(--speedano-dark-font);
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: var(--speedano-dark-font);
  opacity: 0.9;
}

.navbar-dark .navbar-nav .nav-link {
  color: var(--speedano-dark-font);
}

.navbar .navbar-nav .nav-link {
    color: var(--speedano-dark-font);
}
.navbar .navbar-nav .nav-link:hover {
    color: var(--speedano-dark-font);
}

@media (max-width: 767px) {
    .navbar .navbar-nav .nav-link {
        color: var(--speedano-dark);
    }
    .navbar .navbar-nav .nav-link:hover {
        color: var(--speedano-dark);
    }
}

.collections-boxed {
    margin: 50px 0 0 0;
}

.collections-boxed .features {
    margin-top: 35px;
    margin-bottom: 65px;
}

.collections-boxed .item a {
    text-decoration: none;
    color: #000;
}

.collections-boxed .item {
  margin-bottom: 30px;
  /*border-radius: 3px;*/
}

.collections-boxed .box {
  text-align: left;
  background-color: #fff;
}

.collections-boxed .box img {
    /*border-radius: 3px;*/
}
    
.collections-boxed .box h5.name {
    padding: 15px 15px;
    color: black;
    font-size: 14pt;
    font-weight: bold;
    margin-bottom: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    width: 100%;
}

.image-container {
    width: 100%;
    padding-bottom: 80%;
    position: relative;
    overflow: hidden;
}

.image-container .image-container-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.image-container .image-container-content img {
    width: 100%;
    height: 100%; 
    object-fit: cover;
}

.top-products .container {
}

.top-products .container .inner-border {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}

.top-products .container h2 {
}

.company-values .container {
  text-align: left;
}

.company-values .row-company-values {
  margin-top: 45px;
  margin-bottom: 45px;
}

.company-values .company-value-item {
    cursor: pointer;
}

.company-values .company-value-item div.company-value-icon {
    float: left; 
    width: 80px; 
    height: 80px;
    margin-right: 15px;
    margin-left: 5px;
    background-image: url('../img/icons/icons-150.png');
    background-size: cover;
}

.company-values .company-value-item div.company-value-icon-1 {
    background-position: center calc(100% * 4);
}
.company-values .company-value-item div.company-value-icon-2 {
    background-position: center calc(100% * 3);
}
.company-values .company-value-item div.company-value-icon-3 {
    background-position: center calc(100% * 2);
}
.company-values .company-value-item div.company-value-icon-4 {
    background-position: center calc(100% * 1);
}

.company-values .company-value-item p {
    padding-top: 7px;
    min-height: 85px;
    font-weight: bold;
    line-height: 130%;
}

@media (max-width: 991px) and (min-width: 768px) {
    .company-values .container {
        text-align: center;
    }

    .company-values .company-value-item div.company-value-icon {
        float: none; 
        margin-right: 0;
        margin: auto;
    }

    .company-values .company-value-item p {
        padding-top: 7px;
        min-height: 85px;
        font-weight: bold;
        line-height: 130%;
    }
}

@media (max-width: 575px) {
    .company-values .container {
        padding-left: 20px;
    }
}

.page-title {
    font-size: 1.8rem;
    color: #FFF;
}

.product_title {
    display: block;
    min-height: 50px;
}

.product_title:hover {
    text-decoration: none;
}

.content-heading-padding {
    padding: 35px 0 25px 0;
}

div#content {
    margin: -20px 0 50px 0;
    min-height: 80px;
}

.container .container-inner {
    background-color: #FFF;
    color: var(--speedano-dark);
}

body.narrow_view div#content-heading,
body.narrow_view div#content {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

div.line {
    border-bottom: 1px solid #F0F0F0;
}

div.quotes {
    margin: 0 0 30px 0;
}

div.quotes .quote a {
    color: #000; 
    text-decoration: none;
}

div.quotes .quote .quote-logo {
    max-width: 120px; 
    height: 20px; 
    margin: 0 auto 15px auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.cart-icon {
    display: inline-block;
    width: 17px;
    height: 17px;
    background-image: url('/nd/img/cart.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: right;
    position: relative;
    top: 2px;
}

.cartTooltip {
    position:absolute;
    top:50px;
    width:350px;
    background-color:rgba(255,255,255,0.95);
    border:1px solid rgba(159,136,121,0.9);
    padding:15px;
/*    border-radius:3px;*/
    color:rgba(59,36,21,0.9)
}
.cartTooltip:after {
    position:absolute;
    top:-5px;
    left:15px;
    width:0;
    height:0;
    margin-left:-5px;
    vertical-align:middle;
    content:" ";
    border-right:5px solid transparent;
    border-bottom:5px solid;
    border-left:5px solid transparent;
    color:rgba(159,136,121,0.8)
}

.product_info {
    padding: 5px;
}


.product-review-item {
/*    border-radius: 3px;*/
    background-color: #F9F9F9;
    margin-bottom: 10px;
    padding: 10px 15px;
}

.product-review-item-response {
    background-color: #EEE;
    padding: 10px 15px;
    margin-top: 10px;
}

.product-review-item .review-stars {
    color: gold;
}

.small-rating-btn {
    margin: 15px 0;
    display: block;
    clear: both;
    padding: 10px;
    text-align: center;
/*    border-radius: 4px;*/
    background-color: #EEE;
    text-decoration: none;
    color: #333;
}

.small-rating-btn .fa {
    color: gold;
}

.small-rating-btn:hover {
    background-color: #EEEEEEBB;
    text-decoration: none;
    color: #333;
}

.container.login .jumbotron {
    padding: 2rem;
    background-color: #F9F9F9;
}

.product-nav-tabs-custom .nav-tabs .nav-item a {
    font-size: 14pt;
    color: #000;
}

#navbar .nav-item:last-child .nav-link {
    padding-right: 0 !important; 
}

/* STAR RATING  */

a.rating:hover {
    text-decoration: none;
}

div.stars {
    width: 270px;
    display: inline-block;
}

input.star { display: none; }

label.star {
    float: right;
    /*padding: 10px;*/
    /*font-size: 36px;*/
    color: #444;
    transition: all .2s;
    cursor: pointer;
}

input.star:checked ~ label.star:before {
    content: '\f005';
    color: #FD4;
    transition: all .25s;
}

/*
input.star-5:checked ~ label.star:before {
  color: #FE7;
  text-shadow: 0 0 20px #952;
}
*/

input.star-1:checked ~ label.star:before { color: #F62; }

label.star:hover { transform: rotate(-15deg) scale(1.3); }

label.star:before {
    font-family: "Font Awesome 5 Free";
    content: "\f005";
}

#hodnotenie .rating-info {
    background-color: #EEE;
    padding: 20px;
/*    border-radius: 4px;*/
}

#hodnotenie .rating-info .rating-value {
    font-size: 18pt;
    font-weight: bold;
}

#hodnotenie .rating-info .rating-value .stars-value {
    color: gold;
}

.rating-star {
  display: inline-block;
  position: relative;
  color: #DDD !important;
}

.rating-star:after {
  font-family: "Font Awesome 5 Free";
  content: "\f005";
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  color: gold;
}

.rating-star-100:after {
    width: 100%;
}

.rating-star-90:after {
    width: 90%;
}

.rating-star-80:after {
    width: 80%;
}

.rating-star-70:after {
    width: 70%;
}

.rating-star-60:after {
    width: 60%;
}

.rating-star-50:after {
    width: 50%;
}

.rating-star-40:after {
    width: 40%;
}

.rating-star-30:after {
    width: 30%;
}

.rating-star-20:after {
    width: 20%;
}

.rating-star-10:after {
    width: 10%;
}

.rating-star-0:after {
    width: 0;
}

#hodnotenie .rating-info .rating-detail ul {
    list-style: none;
    padding: 0;
}

#hodnotenie .rating-info .rating-detail ul li {
    display: block;
    padding: 0 0 5px 0;
}

#hodnotenie .rating-info .rating-detail table td {
}

#hodnotenie .rating-info .rating-detail table td.percentage {
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
}

#hodnotenie .rating-info .rating-detail table td.percentage .percentage-bar {
    display: inline-block;
    height: 10px;
    background-color: gold;
    margin: 0;
    padding: 0;
}

#content-heading hr {
    border-color: var(--speedano-dark-font);
}

.video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.article-dual-column .video-wrapper {
    max-width: 660px;
    margin: auto;
}

.alert-gold {
    background-color: gold;
    color: black;
    border-color: goldenrod;
}

.alert-tiny {
    padding: .4rem 1rem .3rem 1rem;
}

.alert-noborder {
    border: none;
}

.btn-speedano {
    background: transparent;
    border-radius: 0;
    border: 2px solid var(--speedano-dark);
    color: var(--speedano-dark);
}

.btn-speedano:hover {
    background-color: var(--speedano-dark-light);
    border: 2px solid var(--speedano-dark-light);
    color: #FFF;
}

.btn-speedano-green {
    background: transparent;
    border-radius: 0;
    /*border: 2px solid #16b948;*/
    border: 2px solid rgb(160,230,180);
    color: #000;
}

.btn-speedano-green:hover {
    background-color: rgb(160,230,180);
    border: 2px solid rgb(160,230,180);
    color: #000;
}

.btn-speedano-red {
    background: transparent;
    border-radius: 0;
    /*border: 2px solid #b91616;*/
    border: 2px solid rgb(210,50,30);
    color: #000;
}

.btn-speedano-red:hover {
    background-color: rgb(210,50,30);
    border: 2px solid rgb(210,50,30);
    color: #000;
}

.btn-speedano-gray {
    background: transparent;
    border-radius: 0;
    /*border: 2px solid #6E6E6E;*/
    border: 2px solid rgb(184,187,179);
    color: #000;
}

.btn-speedano-gray:hover {
    background-color: rgb(184,187,179);
    border: 2px solid rgb(184,187,179);
    color: #000;
}

.btn-speedano-orange {
    background: transparent;
    border-radius: 0;
    border: 2px solid #f3d2a1;
    color: #000;
}

.btn-speedano-orange:hover {
    background-color: #f3d2a1;
    border: 2px solid #f3d2a1;
    color: #000;
}

.alert {
    border-radius: 0!important;
    background: transparent;
    border-width: 2px;
    color: #000;
}

.alert-info {
    border-color: var(--info);
}
.alert-info i.fa {
    color: var(--info);
}
.alert-success {
    border-color: var(--success);
}
.alert-success i.fa {
    color: var(--success);
}
.alert-warning {
    border-color: var(--warning);
}
.alert-warning i.fa {
    color: var(--warning);
}
.alert-danger {
    border-color: var(--danger);
}
.alert-danger i.fa {
    color: var(--danger);
}
.alert-primary {
    border-color: var(--primary);
}
.alert-primary i.fa {
    color: var(--primary);
}


hr {
    border-color: var(--speedano-dark-font);
}

.text-bold {
    font-weight: bold;
}


/*.cart-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}*/

.product-list-wrapper .btn-add-to-cart {
    position: relative;
    top: -10px;
    padding-right: 0;
}

.product-list-wrapper .btn-add-to-cart img {
    height: 22px;
}

.product-detail-wrapper .btn-add-to-cart {
    padding-right: 0;
    top: 0;
}

.product-detail-wrapper .btn-add-to-cart img {
    height: 35px;
}

.cart-items {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    
    margin: -10px;
}

.cart-items .cart-items-item {
  flex-basis: 32%;
  flex-grow: 0;
  flex-shrink: 0;
  padding-bottom: 35px;
}

.product_container {
    background-color: #FFF;
    padding: 0.6em;
}

.cart-items .cart-items-item .product_container_content {
    padding: 10px;
    overflow: hidden;
}

@media (max-width: 1199px) {
    .cart-items .cart-items-item {
        flex-basis: 49%;
    }
}

/*@media (max-width:991px) {*/
@media (max-width:767px) {
    .cart-items .cart-items-item {
        flex-basis: 100%;
    }
}

.cart-item-price-detail {
    display: flex;
    justify-content: space-between;
    min-height: 85px;
}

.cart-item-price-detail .price-original {
    text-decoration: line-through;
    position: relative;
    top: -5px;
    color: #dc3545;
}

.cart-item-price-detail-item {
    flex-basis: 32%;
}

.cart-item-price-detail-item big, .cart-item-price-detail-item input {
    font-size: 140%;
}

.carousel-indicators {
    bottom: -10px;
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    margin: 8px;
    border-radius: 100%;
}

.form-group .label-span {
    position: relative;
    top: -0.5rem;
}

.blog-sidebar .sticky {
    position: relative;
    top: 0;
    z-index: 1020;
}

@media (min-width: 768px) {
    .blog-sidebar .sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 130px;
    }
}

@media (min-width: 992px) {
    .blog-sidebar .sticky {
        top: 90px;
    }
}

.custom-tooltip-container {
    position: relative;
}

.custom-tooltip-container .custom-tooltip {
    width: 100%;
    visibility: hidden;
    display: inline-block;
    position: absolute;
    top: 100%;
    background-color: #FFF;
    text-align: left;
    font-size: 90%;
    padding: 15px 17px;
    z-index: 1;
    right: 0;
    left: 0;
    opacity: 0;
    box-shadow: 1px 1px 2px #00000033;
}

.custom-tooltip-container .custom-tooltip::before {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #555 transparent;
}

.custom-tooltip-container:hover .custom-tooltip {
    visibility: visible;
    opacity: 1;
}

#frm-blogCommentForm-surname, 
#frm-blogCommentForm-phone, 
label[for="frm-blogCommentForm-surname"],
label[for="frm-blogCommentForm-phone"],
#frm-podcastCommentForm-surname, 
#frm-podcastCommentForm-phone, 
label[for="frm-podcastCommentForm-surname"],
label[for="frm-podcastCommentForm-phone"],
#frm-productControl-productReviewForm-phone, 
label[for="frm-productControl-productReviewForm-phone"],
#frm-productControl-productReviewForm-age, 
label[for="frm-productControl-productReviewForm-age"],
#frm-contactForm-phone,
label[for="frm-contactForm-phone"],
#frm-contactForm-subject,
label[for="frm-contactForm-subject"],
#frm-mailingForm-name,
label[for="frm-mailingForm-name"]
{
    position: fixed;
    top: -40px;
}

.consent {
    margin-top: 15px;
    padding: 25px;
    position: relative;
    overflow: hidden;
}
.consent-active {
    border: 1px solid rgba(159,136,121,0.4);
}

.consent-inactive {
    border: 1px dashed #AAA;
    color: #AAA;
}

.selectize-input {
    border-radius: 0;
}

a.fb-share {
    
}

a.fb-share:hover {
    /*text-decoration: none;*/
}

a.fb-share i {
    color: #1877f2;
    margin-right: 5px;
}

a.fb-share .fb-share-counter {
    display: inline-block;
    margin-left: 8px;
    border: 1px solid #F3F3F3;
    padding: 0 5px;
    min-width: 25px;
    font-size: 60%;
    position: relative;
    top: -2px;
    border-radius: 3px;
    background-color: #F3F3F3;
    text-align: center;
    font-family: arial,verdana;
}

a.fb-share .fb-share-counter:before {
    content: "";
    position: absolute;
    bottom: calc(50% - 5px);
    left: -5px;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #F3F3F3 transparent transparent;
}

.g-recaptcha {
    margin-bottom: 10px;
}

