/* global */
body {
    --bs-body-font-family: 'Open Sans', sans-serif;
    --bs-primary-rgb: 229, 0, 0;
    --bs-secondary-rgb: 122,122,122;
    --bs-warning-rgb: 251, 136, 0;
    --bs-link-color: rgb(var(--bs-dark-rgb));
    --bs-link-hover-color: rgb(var(--bs-primary-rgb));
    --bs-border-radius: 0;

    /* --bs-danger-rgb: 255, 155, 0; */
    /* --bs-warning-rgb: 118, 26, 4; */
    --bs-heading-color: var(--bs-primary-rgb);

    font-size: 14px;
}

i{font-size: 1.2rem}
.fw-bold i::before{-webkit-text-stroke: 1px;}

a:hover{color: rgb(var(--bs-primary-rgb))!important; text-decoration: none}
a.btn:hover{color: white!important}
a{color: rgb(var(--bs-dark-rgb))!important; text-decoration: none}
.text-white a{color: white!important; text-decoration: none}

.bi.fw-bold::before{-webkit-text-stroke: 1px;}

.nav-pills{--bs-nav-pills-link-active-bg: rgb(var(--bs-primary-rgb));}
.nav-link.active{color: var(--bs-nav-pills-link-active-color)!important}



#index .nav-pills{font-weight: bold!important}
.swiper-button-prev::after, .swiper-button-next::after{content: '' !important}
.swiper-button-prev i, .swiper-button-next i{font-size: 2rem;}
.swiper-button-disabled{opacity: 0.35 !important}


/* wishlist */
.wishlist-products-list, .wishlist-list{list-style: none; padding: 0; margin: 0;}
.wishlist-list-item-actions .material-icons{font-size: 0; ; font-style: normal}
.wishlist-list-item-actions .material-icons::before{font-size: 1rem;content: "\F479"; font-family: bootstrap-icons !important;}


.wishlist-list-item-right button:not(.wishlist-list-item-actions) .material-icons{font-size: 0; font-style: normal}
.wishlist-list-item-right button:not(.wishlist-list-item-actions) .material-icons::before{font-size: 1rem;content: "\F5DE"; font-family: bootstrap-icons !important;}

.wishlist-product .wishlist-button-add .material-icons{font-size: 0; font-style: normal}
.wishlist-product .wishlist-button-add .material-icons:before{font-size: 1rem;content: "\F5DE"; font-family: bootstrap-icons !important;}

.material-icons.shopping-cart{font-size: 0; font-style: normal}
.material-icons.shopping-cart::before{font-size: 1rem;content: "\F23F"; font-family: bootstrap-icons !important; margin-right: 0.5rem}

.wishlist-product-availability .material-icons{font-size: 0; font-style: normal}
.wishlist-product-combinations .material-icons{font-size: 0; font-style: normal}





#footer .links li:before{content: ">"}
