
.carousel-indicators li {
    border: 5px #ddd solid;
    border-radius: 5px;
    height: 0;
    margin: 0 4px 4px 4px;
    opacity: 1;
    width: 0;
}

.carousel-indicators .active {
    border-color: white;
}

/*--------------------------------------------------------*/

.splide__pagination {
    bottom: -2em;
}

/*--------------------------------------------------------*/

.gotop {
    background: var(--main);
    border-radius: 50%;
    bottom: 20px;
    display: none;
    height: 50px;
    padding: 8px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 50px;
    z-index: 3000;
}

.about-btn {
    background-image: url(../files/images/btn-bg.png);
    color: white !important;
    display: block;
    font-weight: bold;
    height: 48px;
    letter-spacing: 10px;
    line-height: 46px;
    padding-left: 10px;
    text-align: center;
    text-decoration: none !important;
    width: 178px;
}

.news-btn {
    color: blue !important;
    text-decoration: none !important;
}

.about-btn.active, .news-btn.active {
    color: #754c24 !important;
}

.history-timeline {
    align-items: center;
    background-image: url(../files/images/history-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
}

.history-year {
    background-image: url(../files/images/history-year.png);
    color: white;
    height: 52px;
    line-height: 50px;
    text-align: center;
    width: 178px;
}

/*--------------------------------------------------------*/

body.anglebiomedical {
    background-color: var(--body-bg);
}

.anglebiomedical .front-content-wrapper {
    padding-bottom: 50px;
    padding-top: 30px;
}

.anglebiomedical .btn-primary {
    background-color: var(--main) !important;
    border: 0 !important;
}

.purchase-count {
    background-color: red;
    color: white;
    font-size: 12px;
    right: -8px;
    top: -8px;
    width: 16px;
}

a.angle-link {
    color: var(--anchor);
    text-decoration: none;
}

/*--------------------------------------------------------*/

.product-category-title {
    background-color: var(--product-category-title-bg);
    color: var(--product-category-title);
    font-size: 13px;
    font-weight: 500;
    padding: 10px;
}

.product-category {
    font-size: 18px;
    padding: 12px;
}

.product-category + .product-category {
    box-shadow: inset 0px 1px var(--shadow);
}

.product-category-link, .product-category-link:hover {
    color: var(--product-category);
    text-decoration: none;
}

.product-layout-selector {
    font-size: 14px;
    text-align: right;
}

.product-layout-selector > span {
    box-shadow: inset 0px -1px var(--shadow);
    display: inline-block;
    margin: 0 0 20px 0;
    padding: 0 0 5px 0;
}

.product-layout-selector .select2-container {
    display: inline-block;
}

.product-layout-selector .select2-container--default .select2-selection--single {
    background-color: transparent;
    border: 0;
}

/*--------------------------------------------------------*/

.product img {
    border-radius: 0;
}

.product .image {
    position: relative;
}

.product .favorite {
    bottom: 18px;
    font-size: 20px;
    position: absolute;
    right: 18px;
}

.favorite.active {
    color: red;
}

.product .card {
    background-color: white;
    font-size: 14px;
}

.product-link, .product-link:hover {
    color: var(--product);
    text-decoration: none;
}

.product .price {
    color: var(--product-price);
    font-size: 16px;
}

.discount {
    color: var(--product-discount);
    font-size: 12px;
    text-decoration-line: line-through;
}

/*--------------------------------------------------------*/

.angle-list .pagination .page-item {
    color: var(--main);
}

.angle-list .pagination .page-link {
    background-color: transparent;
    border: 0;
    border-radius: 100px !important;
    color: var(--main);
    display: inline-block;
    height: 40px;
    line-height: 36px;
    margin: 0 3px;
    padding: 0;
    text-align: center;
    width: 40px;
}

.angle-list .pagination .page-link.active {
    border: 2px solid var(--main);
}

.angle-list .pagination .page-link.step {
    background-color: var(--main);
    color: var(--main-txt);
    font-size: 22px;
    line-height: 40px;
}

/*--------------------------------------------------------*/

#secondary-slider .splide__arrow--next {
    right: 0;
}

#secondary-slider .splide__arrow--prev {
    left: 0;
}

.info-title {
    font-size: 22px;
}

.info-brief {
    white-space: pre-wrap;
}

.info-promo {
    border-left: 2px var(--main) solid;
    color: var(--promo);
    font-size: 14px;
    white-space: pre-wrap;
}

.info-price {
    color: var(--product-price);
    font-size: 28px;
}

.info-nav {
    box-shadow: inset 0px -1px 0px var(--shadow);
}

.info-nav .nav-link {
    border: 0;
    color: var(--disabled);
    font-size: 16px;
}

.info-nav .nav-link.active {
    background-color: transparent;
    color: var(--main);
    border-bottom: 5px solid var(--main);
}

/*--------------------------------------------------------*/

.member-center .card-header {
    background-color: var(--disabled);
    border: 0;
    padding: 0;
}

.member-center .card-header .nav-link {
    color: var(--disabled-txt);
    font-size: 15px;
    padding: 10px;
}

.member-center .card-header .nav-link.active {
    color: var(--main);
    background: white;
    font-weight: bold;
}

/*--------------------------------------------------------*/

.form_title {
    color: var(--main);
    font-size: 22px;
    font-weight: bold;
    padding: 15px 0;
}

/*--------------------------------------------------------*/

.cart-phase div {
    background-color: var(--disabled);
    border: 0;
    border-radius: 100px !important;
    color: var(--main-txt);
    height: 40px;
    line-height: 40px;
    margin: 0 auto 10px;
    width: 40px;
}

.cart-phase.active {
    cursor: pointer;
}

.cart-phase.active span {
    font-weight: bold;
}

.cart-phase.active div {
    background-color: var(--main);
}

.cart-phase-line {
    border-top: rgba(0,0,0,.3) solid 1px;
    margin-top: 20px;
}

