:root {
    --bs-primary: #d34d2d;
    --bs-link-color-rgb: 74, 78, 105;
    --bs-link-color: #4a4e69;
}
.btn-primary {
    --bs-btn-bg: #4a4e69;
    --bs-btn-border-color:#4a4e69;
    /*  4a4e69 */
    /*--bs-btn-active-bg: #0a58ca;*/
    /*--bs-btn-active-border-color: #0a53be;*/

    --bs-btn-hover-bg: #d34d2d;
    --bs-btn-hover-border-color: #d34d2d;

    --bs-link-color: #4a4e69;
}

.btn-outline-primary {
    --bs-btn-color: #4a4e69;;
    --bs-btn-border-color: #4a4e69;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #d34d2d;
    --bs-btn-hover-border-color: #d34d2d;
}

a.add-to-cart {
    background-color: var(--bs-primary);
}

.header-bottom .navbar-brand .logo {
    height: 30px;
}

@media (max-width: 768px) {
    .header-bottom .navbar-brand .logo {
        height: 24px;
    }
}

@media (max-width: 480px) {
    .header-bottom .navbar-brand .logo {
        height: 16px;
    }
}


.carousel .carousel-inner li .carousel-caption  {
    color: #4a4e69;
}

.carousel .carousel-inner .carousel-caption p {
    color: #4a4e69;
}

.carousel .carousel-inner li:nth-child(even) .carousel-caption  {
    color: #e9ecef;
}

.carousel  .carousel-caption h2  {
    font-size: 28pt;
}

.carousel .carousel-inner li:nth-child(even)  .carousel-caption p {
    color: #e9ecef;
}

@media (max-width: 768px) {
    .carousel  .carousel-caption h2  {
        font-size: 16pt;
    }

    .carousel .carousel-inner li:nth-child(even)  .carousel-caption p {
        font-size: 10pt;
    }
}

@media (max-width: 480px) {
    .carousel  .carousel-caption h2  {
        font-size: 14pt;
    }

    .carousel .carousel-inner li:nth-child(even)  .carousel-caption p {
        font-size: 8pt;
    }
}

/*quick fixes to hide discounts*/
.product-miniature__regular-price {
    display: none;
}

.product__discount {
    display: none;
}

.product-list-reviews {
    display: none;
}

.product-miniature div.product-miniature__prices {
    margin-top: 8px;
}

.product-miniature  div.product-list-reviews {
    display: none;
}

ul.product-flags .discount {
    display: none;
}
.product-line__basic {
    display: none;
}

.cart__item .product-line__actions a:after {
    background-color: var(--bs-link-color);
}


li.color-variant .color {
    width: 48px;
    height: 48px;
}

.step__content .btn-link {
  text-decoration-line: none;
}
