@import url(https://fonts.googleapis.com/css?family=Oswald:300,400,700);
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,600;1,9..40,600&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
body {
  min-height: 100%;
  height: auto;
  height: 100%;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  color: #242424; }

h1, h2, h3, h4, h5, h6 {
  font-family: "DM Sans", sans-serif;
  color: #242424;
  margin: 0;
  padding: 0;
  font-weight: 700; }

a {
  color: #242424;
  font-size: 13px; }
  a:hover {
    color: #242424;
    text-decoration: none; }

.cart-section a {
  color: transparent; }
  .cart-section a:hover {
    color: #FAFAFA;
    text-decoration: none; }

#main-header {
  z-index: 99999;
  width: 100%;
  box-shadow: 1px 1px 18px #0000000a; }

.header-logo {
  width: 100%;
  height: 75px;
  background: url("../img/logo_header.png");
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -20px;
  background-size: contain; }

@media (max-width: 992px) {
  .logo-mobile {
    margin: 0 auto;
    width: 75px;
    height: 75px;
    background-image: url("../img/logo_header.png");
    margin-top: -4px;
    background-repeat: no-repeat;
    position: relative;
    left: -20px;
    background-size: contain; } }

.black-bar {
  z-index: 999;
  background: #242424;
  height: 43px;
  padding: 0; }

.black-bar .lang-cur-container {
  float: right;
  color: #FAFAFA;
  padding-top: 13px;
  font-family: Roboto;
  font-size: 12px;
  float: right;
  margin-right: 20px; }

.black-bar .lang-cur-container .currency-icon {
  width: 16px;
  height: 16px;
  border-radius: 45px;
  margin-right: 10px; }

.black-bar .social-icons {
  margin-left: 10px; }

#display-lform {
  cursor: pointer;
  float: right;
  color: #f1d69c;
  padding-top: 13px;
  font-family: Roboto;
  font-size: 12px;
  float: right;
  margin-right: 20px;
  position: relative;
  padding-bottom: 20px; }

#display-lform .lform {
  font-size: 13px;
  width: 280px;
  position: absolute;
  background: #FAFAFA;
  top: 50px;
  display: none;
  border-top: 3px solid #242424;
  right: -60px; }

#display-lform .lform .lform-container {
  width: 230px;
  margin: 20px auto; }

#display-lform .lform .lform-container .close-lform {
  display: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 25px;
  font-size: 15px;
  color: #242424;
  font-weight: bold; }

#display-lform .lform .lform-container .headline {
  color: #242424;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: 600; }

#display-lform .lform .lform-container .name-input {
  margin-bottom: 7px;
  width: 100%;
  border: 1px solid #5F6C5A;
  outline: none;
  padding: 8px;
  background: #FAFAFA; }

#display-lform .lform .lform-container .send-input {
  font-weight: 600;
  width: 100%;
  padding: 6px;
  margin-top: 7px;
  outline: none;
  border: none;
  background: #69bd43;
  color: #242424; }
  #display-lform .lform .lform-container .send-input:hover {
    background: #4a8a30; }

#display-lform .lform .lform-container .new-account a {
  width: 42%;
  float: left;
  color: #69bd43;
  margin: 10px 0px 10px 0px; }
  #display-lform .lform .lform-container .new-account a:hover {
    color: #4a8a30;
    text-decoration: none; }

#display-lform .lform .lform-container .forgot-pass a {
  width: 58%;
  float: left;
  color: #69bd43;
  margin: 10px 0px 10px 0px;
  text-align: right;
  text-decoration: none; }
  #display-lform .lform .lform-container .forgot-pass a:hover {
    color: #4a8a30;
    text-decoration: none; }

#display-lform .lform .lform-container .pass-input {
  width: 100%;
  border: 1px solid #5F6C5A;
  outline: none;
  padding: 8px;
  background: #FAFAFA; }

#display-cform {
  cursor: pointer;
  color: #242424;
  float: right;
  height: 60px;
  font-size: 12px;
  position: relative; }
  #display-cform .cart-section {
    background: transparent;
    padding: 14px 8px 9px 8px;
    float: left; }
    #display-cform .cart-section .cart-icon {
      margin-top: -4px;
      margin-right: 10px;
      width: 30px;
      height: 30px; }
    #display-cform .cart-section .cart-amount {
      background: #f1d69c;
      width: 16px;
      height: 16px;
      border-radius: 40px;
      position: absolute;
      top: 6px;
      left: 20px; }
      #display-cform .cart-section .cart-amount .value {
        color: #242424;
        margin-left: 5px;
        font-weight: bold;
        font-size: 12px;
        margin-top: -1px; }
  #display-cform .cform {
    font-size: 13px;
    width: 380px;
    border-top: 3px solid #242424;
    position: absolute;
    background: #FAFAFA;
    top: 50px;
    right: 0;
    display: none;
    cursor: default !important;
    z-index: 99; }
    #display-cform .cform .headline {
      color: #242424;
      text-transform: uppercase;
      font-weight: 600;
      margin-left: 25px;
      margin-top: 15px; }
    #display-cform .cform .product {
      width: 330px;
      margin: 10px auto;
      position: relative; }
      #display-cform .cform .product .remove-button {
        cursor: pointer;
        position: absolute;
        top: 20px;
        right: 5px;
        font-size: 15px;
        color: #242424;
        font-weight: bold; }
      #display-cform .cform .product .separator {
        color: #242424;
        margin-bottom: 5px;
        text-transform: uppercase;
        font-weight: 600;
        width: 100%;
        border-top: 1px solid #FAFAFA; }
      #display-cform .cform .product .product-image {
        max-width: 80px;
        height: 80px;
        margin: 0 auto;
        object-fit: contain; }
      #display-cform .cform .product .product-name {
        color: #242424;
        font-size: 13px;
        font-weight: 600;
        margin-top: 20px;
        margin-right: 10px; }
      #display-cform .cform .product .product-amount, #display-cform .cform .product .product-price {
        color: #242424;
        font-size: 12px;
        margin-top: 3px; }
    #display-cform .cform .cart-summary {
      width: 100%;
      float: left;
      border-top: 1px solid grey; }
      #display-cform .cform .cart-summary .cart-container {
        width: 320px;
        margin: 10px auto;
        color: #242424;
        margin-bottom: 8px;
        padding-bottom: 10px;
        font-weight: 600; }
        #display-cform .cform .cart-summary .cart-container .cart-value-headline {
          width: 60%;
          float: left; }
        #display-cform .cform .cart-summary .cart-container .cart-value {
          float: left;
          width: 40%;
          text-align: right; }
        #display-cform .cform .cart-summary .cart-container .show-full-cart {
          margin-bottom: 16px;
          margin-top: 10px;
          width: 100%;
          float: left;
          color: #FAFAFA;
          text-align: center;
          padding: 6px 0px;
          background: #69bd43;
          cursor: pointer; }
          #display-cform .cform .cart-summary .cart-container .show-full-cart:hover {
            background: #4a8a30; }

#display-lform {
  cursor: pointer;
  float: right;
  color: #242424;
  padding-top: 13px;
  font-family: Roboto;
  font-size: 12px;
  float: right;
  margin-right: 20px;
  position: relative;
  padding-bottom: 20px;
  z-index: 99; }
  #display-lform svg {
    height: 26px;
    width: 26px; }

#display-lform .lform {
  font-size: 13px;
  width: 280px;
  position: absolute;
  background: #FAFAFA;
  top: 50px;
  display: none;
  border-top: 3px solid #242424; }

.social-icon img {
  margin-top: 10px;
  display: inline-block;
  width: 20px;
  height: 20px; }

footer {
  font-size: 13px;
  color: #FAFAFA; }
  footer .footer-main {
    background: #242424;
    padding: 60px 0px; }
  footer a {
    color: #FAFAFA;
    font-size: 13px; }
    footer a:hover {
      color: #f1d69c; }

.nav-link span {
  background: #AFC2A0;
  padding: 2px 4px 2px 4px;
  display: block;
  color: #FAFAFA;
  font-size: 9px;
  position: absolute;
  top: 10px;
  left: -2px; }

.address-form input:focus ~ label {
  font-size: 10px;
  top: 15px;
  color: #69bd43; }

.address-form input:not([value=""]) ~ label {
  font-size: 10px;
  top: 15px;
  color: #69bd43; }

.address-form input:notempty ~ label {
  font-size: 10px;
  top: 15px;
  color: #69bd43; }

.address-form .active-input {
  font-size: 10px;
  top: 15px;
  color: #69bd43; }

.invoice-form .form-row {
  position: relative;
  padding-right: 0; }

.invoice-form input:focus ~ label {
  font-size: 10px;
  top: 15px;
  color: #69bd43; }

.invoice-form input:not([value=""]) ~ label {
  font-size: 10px;
  top: 15px;
  color: #69bd43; }

.invoice-form .active-input {
  font-size: 10px;
  top: 15px;
  color: #69bd43; }

.invalid-feedback {
  color: #AFC2A0; }

#parallax-container h1 {
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  margin-top: 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: black;
  padding: 0;
  margin: 0; }
#parallax-container h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 30px;
  letter-spacing: 2px;
  text-align: center;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 10;
  opacity: 1; }
#parallax-container h3 {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 0;
  font-weight: bold;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: black;
  display: contents; }
#parallax-container h5 {
  margin-top: 15px;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  font-size: 14px;
  line-height: 0;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: white; }
#parallax-container .parallax-one .newsletter-form {
  margin: 30px auto;
  text-align: center; }

#parallax-container .parallax-one .newsletter-form .newsletter-input {
  border: none;
  outline: none;
  padding: 5px 10px; }

#parallax-container .parallax-one .newsletter-form .newsletter-signup {
  transition: all .25s ease-out;
  background: none;
  margin-left: 6px;
  color: white;
  font-weight: bold;
  padding: 7px 9px 6px 9px;
  border: none;
  outline: none;
  font-size: 14px;
  cursor: pointer;
  background-color: #69bd43; }

#parallax-container .parallax-one .newsletter-form .newsletter-signup:hover {
  background-color: #4a8a30; }

#parallax-container .title {
  background: white;
  padding: 20px 0px 40px 0px;
  margin: 0 auto;
  text-align: center; }

#parallax-container .title h1 {
  font-size: 18px;
  letter-spacing: 0px;
  margin-top: 15px; }

#parallax-container .parallax-one {
  padding-top: 70px;
  padding-bottom: 50px;
  overflow: hidden;
  position: relative;
  width: 100%;
  background-image: url("../img/newsletter-bg.png");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center; }

.navbar-name {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  color: #242424;
  font0-size: 24px; }

.go-heigher {
  padding-bottom: 15px; }

@media (min-width: 996px) {
  .sticky-offset-body {
    margin-top: 85px; }

  .dropdown:hover > .dropdown-menu {
    display: block;
    background: blue; } }
.swiper-slide img {
  width: 100%;
  height: 400px;
  object-position: center;
  object-fit: cover; }

.first-section-svg img, .third-section-img img {
  max-height: 80px; }

.second-section-img img {
  max-width: 100%;
  width: auto; }
.second-section-desc {
  font-size: 1.6rem; }

.mobile-login-button {
  transition: 0.5s;
  cursor: pointer;
  text-align: center;
  font-size: 12px;
  padding-top: 10px;
  border: 1px solid black;
  height: 40px;
  background: black;
  color: white;
  text-transform: uppercase; }

.mobile-register-button {
  transition: 0.5s;
  cursor: pointer;
  border: 1px solid black;
  font-size: 12px;
  padding-top: 10px;
  height: 40px;
  text-transform: uppercase;
  text-align: center; }

.mobile-login-button:hover {
  background: #730000;
  border: 1px solid #730000; }

.mobile-register-button:hover {
  background: black;
  color: white; }

.mobile-nav-close {
  font-size: 20px;
  font-weight: bold;
  border: none;
  color: black;
  float: right; }

.mobile-nav-close img {
  width: 16px;
  height: 28px; }

.mobile-search-container .headline {
  float: left;
  font-weight: 600;
  font-size: 14px;
  margin: 2px 10px 0px 00px;
  color: black;
  font-size: 13px; }

.mobile-search-container {
  font-size: 13px;
  font-weight: bold;
  padding-bottom: 5px;
  width: calc(100% - 72px);
  display: block;
  border: none;
  outline: none;
  float: left;
  margin-right: 10px;
  padding-left: 20px;
  padding-top: 24px;
  width: 100%;
  padding-bottom: 20px; }

.mobile-search-container input {
  font-size: 13px;
  font-weight: bold;
  padding-bottom: 5px;
  width: calc(100% - 72px);
  display: block;
  border: none;
  outline: none;
  border-bottom: 2px solid black;
  float: left;
  margin-right: 10px; }

.mobile-search-container img {
  width: 27px;
  height: 27px; }

.mobile-login-buttons {
  width: 100%;
  margin: 0; }

.hamburger-button {
  color: black;
  font-size: 35px; }

.menu-mobile-sale-icon {
  width: 23px;
  height: 23px;
  margin-right: 6px; }

.menu-mobile-bestseller-icon {
  width: 25px;
  height: 25px;
  margin-right: 3px; }

.nav-mobile-extra-link {
  text-transform: lowercase;
  font-size: 12px;
  border-bottom: 1px solid white;
  text-transform: uppercase;
  font-weight: 700; }

ul.navbar-nav {
  position: static; }

.header-search-container {
  width: 300px; }
  .header-search-container .header-search-headline {
    float: left;
    font-weight: 600;
    font-size: 14px;
    margin: 2px 10px 0px 20px;
    color: black;
    font-size: 13px; }
  .header-search-container input {
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 5px;
    width: calc(100% - 112px);
    display: block;
    border: none;
    outline: none;
    border-bottom: 2px solid black;
    float: left;
    margin-right: 10px;
    transision: 0.5s; }
    .header-search-container input:focus {
      background-color: #ffffff;
      position: relative;
      font-size: 15px; }
  .header-search-container img {
    cursor: pointer; }

.product-box {
  position: relative;
  transition: 0.3s;
  padding: 30px 30px 0px 30px;
  border: 1px solid white; }
  .product-box:hover {
    z-index: 9999;
    -webkit-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.28);
    box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.15);
    border: 1px solid #dedede;
    cursor: pointer; }
    .product-box:hover .buy-button {
      display: block !important; }
    .product-box:hover .no-stock {
      display: block !important; }
    .product-box:hover .add-to-favourite {
      display: block; }
  .product-box a {
    color: #242424;
    text-decoration: none; }
  .product-box .buy-button {
    transition: 0.5s;
    width: 100%;
    height: 40px;
    background: #69bd43;
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    padding-top: 11px; }
    .product-box .buy-button:hover {
      color: #FAFAFA;
      background: #4a8a30; }
    @media (max-width: 768px) {
      .product-box .buy-button {
        display: block; } }
  .product-box .no-stock {
    width: 100%;
    height: 40px;
    background: #f9f9f9;
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    padding-top: 11px; }
  .product-box .producer-name {
    text-align: center;
    font-size: 13px; }
  .product-box .product-name {
    text-align: center;
    height: 43px;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    margin-top: 3px; }
  .product-box .prices {
    text-align: center;
    margin-bottom: 60px; }
  .product-box .main-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 220px;
    position: relative; }
  .product-box .new-flag {
    border-radius: 3px;
    font-size: 12px;
    padding: 5px 10px;
    color: #242424;
    background: #f1d69c;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 700; }
  .product-box .current-price {
    display: inline; }
  .product-box .old-price {
    display: inline;
    color: grey;
    text-decoration: line-through;
    font-size: 12px;
    margin: 4px 0px 0px 5px; }
  .product-box .sale-flag {
    border-radius: 3px;
    font-size: 12px;
    padding: 5px 10px;
    color: white;
    background: #771e1e;
    position: absolute;
    top: 0;
    left: 0; }
  .product-box .bestseller-flag {
    border-radius: 3px;
    font-size: 12px;
    padding: 5px 10px;
    color: white;
    background: #e08600;
    position: absolute;
    top: 0;
    left: 0; }

.add-to-favourite:hover {
  background-image: url("../img/favourite-icon-color.svg"); }

.subtitle-prd {
  font-size: 1.4rem;
  margin: 20px 0 10px -20px; }
  @media (max-width: 768px) {
    .subtitle-prd {
      margin: 20px 0 10px 0px; } }

.product-card {
  margin-top: 20px; }
  .product-card .producer-name {
    font-size: 15px;
    margin-top: 30px; }
  .product-card .ean-name {
    font-size: 13px;
    margin-top: 5px; }
  .product-card .availability-name {
    font-size: 13px;
    margin-top: 5px; }
  .product-card .product-name {
    font-size: 24px;
    font-weight: bold; }
  .product-card .product-shortdesc {
    font-size: 13px;
    margin-top: 10px; }
  .product-card .shortdesc-readmore {
    display: inline-block;
    font-size: 13px;
    margin-top: 5px;
    color: #242424;
    text-decoration: underline; }
  .product-card .product-price {
    margin-top: 20px; }
    .product-card .product-price .price-headline {
      font-size: 15px; }
    .product-card .product-price .price-value {
      font-size: 27px;
      font-weight: bold; }
  .product-card .product-longdesc {
    font-size: 1.1rem;
    margin-top: 10px;
    margin-bottom: 40px;
    line-height: 1.8rem; }
    .product-card .product-longdesc p {
      text-indent: 1.1rem; }
  .product-card .add-to-cart {
    cursor: pointer;
    padding: 8px 0px;
    width: 100%;
    background: #69bd43;
    text-align: center;
    font-weight: bold;
    color: #242424;
    font-size: 14px;
    transition: 0.5s; }
    .product-card .add-to-cart:hover {
      background: #4a8a30; }
  .product-card .no-stock {
    padding: 8px 0px;
    width: 100%;
    background: #FAFAFA;
    text-align: center;
    font-weight: bold;
    color: #5F6C5A;
    font-size: 14px;
    transition: 0.5s;
    border: 1px solid #5F6C5A; }
  .product-card .product-amount-box {
    margin-left: 0;
    background: #FAFAFA; }
    .product-card .product-amount-box .product-amount-container {
      padding: 7px 4px;
      font-size: 14px; }
    .product-card .product-amount-box input {
      border: none;
      padding: none;
      outline: none;
      width: 40px;
      margin-left: 10px;
      text-align: center; }

.green-button {
  background-color: #69bd43;
  color: #FAFAFA;
  font-size: 1.1rem;
  padding: 10px 30px;
  border: 0px; }
  .green-button:hover {
    background-color: #4a8a30; }

.gold-button {
  background-color: #f1d69c;
  color: #242424;
  font-size: 1.1rem;
  padding: 10px 30px;
  border: 0px; }
  .gold-button:hover {
    background-color: #f1d69c; }

.cart {
  margin-top: 50px;
  margin-bottom: 50px; }
  .cart .cart-lcolumn .cart-headline {
    font-size: 18px;
    font-weight: 600;
    color: black;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .cart .cart-lcolumn .item {
    position: relative;
    border-bottom: 1px solid #efefef; }
    .cart .cart-lcolumn .item .product-image {
      width: 120px;
      height: 120px;
      display: block;
      float: left;
      object-fit: contain; }
    .cart .cart-lcolumn .item .product-name {
      margin-top: 24px;
      margin-left: 20px;
      font-size: 17px; }
      .cart .cart-lcolumn .item .product-name small {
        margin-bottom: 3px;
        display: inline-block; }
    .cart .cart-lcolumn .item .pass-quantity label {
      margin-top: 18px;
      margin-bottom: 3px;
      font-size: 13px; }
    .cart .cart-lcolumn .item .remove-item {
      margin: 0 0px 0px 13px; }
    .cart .cart-lcolumn .item .remove-product-button {
      cursor: pointer;
      color: red;
      font-size: 13px;
      background: none;
      outline: none;
      border: none; }
    .cart .cart-lcolumn .item .product-line-price {
      font-size: 18px;
      padding-top: 37px;
      font-weight: bold;
      display: inline; }
    .cart .cart-lcolumn .item .product-price-col {
      margin-top: 33px; }
  .cart .cart-rcolumn .vouchers-headline {
    font-size: 18px;
    font-weight: 600;
    color: black;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .cart .cart-rcolumn .vouchers-container {
    width: 100%;
    background: #efefef;
    color: white;
    padding: 20px 45px 25px 45px;
    float: left;
    margin-top: 10px;
    margin-bottom: 13px; }
    .cart .cart-rcolumn .vouchers-container .vouchers-text {
      width: 100%;
      float: left;
      font-size: 14px; }
      .cart .cart-rcolumn .vouchers-container .vouchers-text div {
        float: left;
        margin-bottom: 10px;
        color: black; }
    .cart .cart-rcolumn .vouchers-container .vouchers-form {
      margin-top: 20px; }
      .cart .cart-rcolumn .vouchers-container .vouchers-form input {
        display: block;
        float: left;
        padding: 6px 14px;
        font-size: 13px;
        outline: none;
        border: none;
        border-bottom: 3px solid #69bd43;
        width: calc(100% - 100px); }
      .cart .cart-rcolumn .vouchers-container .vouchers-form .add-voucher {
        width: 100px;
        font-size: 15px;
        background: #69bd43;
        text-align: center;
        float: left;
        height: 34px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        cursor: pointer;
        transition: 0.5s; }
        .cart .cart-rcolumn .vouchers-container .vouchers-form .add-voucher:hover {
          background: #4a8a30; }
        .cart .cart-rcolumn .vouchers-container .vouchers-form .add-voucher .add-text {
          margin-top: 7px;
          text-transform: uppercase;
          font-size: 13px;
          font-weight: 600;
          letter-spacing: 3px; }
  .cart .cart-rcolumn .cart-summary-headline {
    font-size: 18px;
    font-weight: 600;
    color: black;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .cart .cart-rcolumn .cart-summary-container {
    background: black;
    color: white;
    padding: 35px 45px;
    float: left;
    margin-top: 13px;
    margin-bottom: 13px; }
    .cart .cart-rcolumn .cart-summary-container .cart-summary-ship-row {
      margin-top: 3px;
      width: 100%;
      float: left;
      font-size: 15px; }
    .cart .cart-rcolumn .cart-summary-container .cart-summary-row {
      font-weight: bold;
      margin-top: 3px;
      width: 100%;
      float: left;
      font-size: 18px; }
    .cart .cart-rcolumn .cart-summary-container .accept-cart-button {
      border: 2px solid #69bd43;
      font-weight: bolder;
      cursor: pointer;
      transition: 0.5s;
      border-radius: 3px;
      width: 100%;
      height: 37px;
      margin-top: 15px;
      font-size: 18px;
      background: #69bd43;
      text-align: center;
      float: left; }
      .cart .cart-rcolumn .cart-summary-container .accept-cart-button a {
        color: #FAFAFA; }
      .cart .cart-rcolumn .cart-summary-container .accept-cart-button:hover {
        background: #4a8a30;
        border: 2px solid #4a8a30;
        color: #FAFAFA; }
    .cart .cart-rcolumn .cart-summary-container .accept-cart-button div {
      margin-top: 6px; }
    .cart .cart-rcolumn .cart-summary-container .shipping-text {
      font-size: 12px;
      text-align: left;
      float: left;
      margin-top: 6px; }
    .cart .cart-rcolumn .cart-summary-container .free-shipping-text {
      font-size: 12px;
      text-align: left;
      float: left;
      margin-top: 2px;
      color: grey; }
  .cart .cart-rcolumn .cart-security-headline {
    font-size: 18px;
    font-weight: 600;
    color: black;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .cart .cart-rcolumn .cart-security-container {
    background: black;
    color: white;
    padding: 35px 45px;
    float: left;
    margin-top: 13px;
    margin-bottom: 40px; }
    .cart .cart-rcolumn .cart-security-container .security-text {
      font-size: 13px;
      text-align: left;
      float: left;
      margin-top: 6px;
      margin-bottom: 10px; }
    .cart .cart-rcolumn .cart-security-container .payment-headline {
      float: left;
      font-size: 15px;
      font-weight: bold;
      width: 100%;
      display: block;
      margin-bottom: 5px;
      text-transform: uppercase; }
    .cart .cart-rcolumn .cart-security-container .delivery-headline {
      margin-top: 10px;
      float: left;
      font-size: 15px;
      font-weight: bold;
      width: 100%;
      display: block;
      margin-bottom: 5px;
      text-transform: uppercase; }

.black-link {
  color: #242424; }

.bundle-info {
  padding: 20px 0px 20px 50px;
  background-color: #f1d69c;
  margin-left: -50px;
  box-shadow: #dddddd5c 0px 0px 8px 3px; }
  .bundle-info-header {
    font-size: 1.4rem;
    line-height: 2rem;
    padding: 10px 0px; }

.confirm-order-button {
  border: 2px solid #69bd43;
  cursor: pointer;
  transition: 0.5s;
  border-radius: 3px;
  width: 100%;
  height: auto;
  margin-top: 15px;
  font-size: 18px;
  font-weight: bolder;
  background: #69bd43;
  text-align: center;
  float: left;
  color: #FFFFFF; }
  .confirm-order-button:hover {
    background: #4a8a30;
    border: 2px solid #4a8a30;
    color: white; }

.navbar-light .navbar-nav .nav-link {
  font-size: 1.2rem; }

.regulamin h2 {
  text-align: center;
  padding: 20px 0; }
.regulamin ul.no-dots li {
  list-style: none; }
.regulamin ul li {
  list-style: disc; }

.account-content {
  min-height: 500px; }

.hr-gold {
  border-width: 3px;
  border-style: solid;
  border-color: #f1d69c; }

.custom-checkbox label {
  transition: 0.3s;
  font-size: 14px;
  color: #69bd43;
  position: relative;
  top: 5px;
  left: 7px;
  line-height: 1.2em;
  text-align: left; }
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #69bd43;
  height: 20px;
  width: 20px;
  font-size: 20px;
  margin-left: -10px; }
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  height: 20px;
  width: 20px;
  margin-left: -10px; }
.custom-checkbox .custom-control-label::before {
  border-radius: 0;
  height: 20px;
  width: 20px;
  margin-left: -10px; }
.custom-checkbox .custom-control-label::after {
  border-radius: 0;
  height: 20px;
  width: 20px;
  margin-left: -10px; }

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #4a8a30; }

.input-container:hover input ~ .checkmark {
  background-color: #4a8a30; }

.input-container input:checked ~ .checkmark {
  background-color: #69bd43; }

/*# sourceMappingURL=front.css.map */
