: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;
    }
}

.ec__product_miniature_discount-percentage {
    font-size: 0.7rem;
}

.ec__product__discount {
    font-size: 0.8rem;
    color: var(--bs-gray-600);
}
.ec__discount-percentage {
 color: var(--bs-primary);
}

.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;
}

/*payment methods on product and cart*/
.payment-mark {
    display: inline-block;
    line-height: 0;
    padding: 5px 6.666666666666667px;
    background: #fff;
    border-radius: 3px;
    margin: 4px;
    white-space: nowrap;
    position: relative;
    background: #fff;
    border: 1px solid #dcdcdc;
}

.payment-mark:last-child {
    margin-right: none;
}

.payment-mark img {
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.payment-mark .payment-logo {
    margin-right: 4px;
}

.payment-mark .payment-logo:last-child {
    margin-right: 0px;
}

/*CATEGORY TREE*/
.ec-category-tree {
    display: none;
}

@media (min-width: 768px) {
    .ec-category-tree {
        display: block;
    }
}
