.profile-info-cont {
    margin-bottom: 20px;
}
.profile-info-cont .box-info-cont {
    align-items: center;
    background-color: #c1f5f685;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    padding: 22px 16px;
}
.profile-info-cont .box-info-content {
    align-items: center;
    display: flex;
    color: var(--main-color);
    gap: 14px;
    justify-content: space-between;
}
.profile-info-cont .box-info-content .box-info-icon {
    font-size: 2rem;
    line-height: 1rem;
}
.profile-info-cont .box-info-content .box-info-value {
    font-size: 1.3rem;
    height: 26px;
}
.profile-info-cont .box-info-text {
    color: #555555;
    font-size: 0.75rem;
}
.order-info-cont {
    background-color: #ffffff;
    border-radius: 10px;
}
.order-info-cont .lnk-order-info {
    align-items: center;
    display: flex;
    color: #333333;
    gap: 16px;
    padding: 20px;
    text-decoration: none;
}
.order-info-cont .link-order-icon {
    background-color: #f8f8f8;
    border-radius: 10px;
    color:var(--main-color);
    font-size: 2.5rem;
    line-height: 1rem;
    padding: 17px 14px;
}
.order-info-cont .link-order-content {
    display: flex;
    flex-direction: column;
    font-size: 1rem;
}
.order-info-cont .link-order-content .link-order-count {}
.order-info-cont .link-order-content .link-order-text {}
.order-info-cont .link-order-content .link-order-status {
    color: var(--main-color);
    font-size: 0.875rem;
}
.viewed-product-carousel-wrap {
    padding: 30px 0;
}
.viewed-product-carousel-wrap .carousel-cont {}
.viewed-product-carousel-wrap .carousel-head {
    border-bottom: 1px solid #e6e6e6;
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.viewed-product-carousel-wrap .side-right {
    align-items: center;
    display: flex;
    flex: 1 0 0;
}
.viewed-product-carousel-wrap .side-left {
    align-items: center;
    display: flex;
    flex: 1 0 0;
    justify-content: flex-end;
}
.viewed-product-carousel-wrap .carousel-title {
    color: #000000;
    font-size: 1.2rem;
}
.viewed-product-carousel-wrap .carousel-buttons {
    display: flex;
    gap: 16px;
}
.viewed-product-carousel-wrap .lnk-carousel {
    color: #222222;
    font-size: 0.8rem;
    padding: 0;
    text-decoration: none;
    transition: all ease 0.5s;
}
.viewed-product-carousel-wrap .lnk-carousel:hover {
    color: var(--main-color);
}
.viewed-product-carousel-wrap .lnk-view-all {
    color: #8b8b8b;
    font-size: 0.8rem;
    padding-right: 20px;
    position: relative;
    text-decoration: none;
    transition: all ease 0.5s;
}
.viewed-product-carousel-wrap .lnk-view-all:before {
    content: "|";
    color: #e3e3e3;
    display: block;
    font-size: 0.9rem;
    position: absolute;
    top: 0;
    right: 0;
}
.viewed-product-carousel-wrap .lnk-view-all:hover {
    color: var(--main-color);
}
.viewed-product-carousel-wrap .carousel-nav {
    display: flex;
    direction: ltr;
    float: left;
    gap: 10px;
    margin-right: 30px;
}
.viewed-product-carousel-wrap .carousel-nav .owl-prev,
.viewed-product-carousel-wrap .carousel-nav .owl-next {
    background-color: #ffffff;
    border: medium none;
    border-radius: 8px;
    color: #bebebe;
    padding: 5px 9px;
}
.viewed-product-carousel-wrap .carousel-nav .owl-prev i,
.viewed-product-carousel-wrap .carousel-nav .owl-next i {
    display: block;
}
.viewed-product-carousel-wrap .product-carousel-cont {
    position: relative;
}
.viewed-product-carousel-wrap .carousel-loading {
    background-color: rgb(0 0 0 / 20%);
    align-items: center;
    display: none;
    height: 100%;
    justify-content: center;
    padding: 30px 0;
    position: absolute;
    width: 100%;
    z-index: 2;
}
.viewed-product-carousel-wrap .carousel-loading.show {
    display: flex;
}
.viewed-product-carousel-wrap .carousel-loading i {
    align-items: center;
    animation: 0.75s linear infinite spinner-border;
    display: flex;
    font-size: 1.125rem;
    height: 18px;
    justify-content: center;
    width: 18px;
}
.viewed-product-carousel-wrap .product-carousel {}
.viewed-product-carousel-wrap .item-cont {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 20px 15px;
    position: relative;
}
.viewed-product-carousel-wrap .item-image {
    margin-bottom: 10px;
}
.viewed-product-carousel-wrap .img-item {}
.viewed-product-carousel-wrap .lnk-image {
    display: block;
}
.viewed-product-carousel-wrap .item-content {
    text-align: center;
}
.viewed-product-carousel-wrap .item-sale {
    background-color: var(--main-color);
    border-radius: 10px;
    color: #ffffff;
    display: block;
    font-size: 0.75rem;
    min-width: 30px;
    padding: 7px 5px 5px;
    position: absolute;
    top: 10px;
    text-decoration: none;
    left: 10px;
}
.viewed-product-carousel-wrap .item-title {
    color: #666666;
    display: -webkit-box;
    font-size: 0.86rem;
    margin-bottom: 6px;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.viewed-product-carousel-wrap .item-price-cont {
    align-items: center;
    display: inline-flex;
    flex-direction: column;
    gap: 7px;
    justify-content: center;
    min-height: 62px;
}
.viewed-product-carousel-wrap .item-price {
    background-color: #f2f2f2;
    border-radius: 10px;
    color: var(--main-color);
    display: inline-block;
    font-size: 0.9rem;
    padding: 5px 12px 4px;
}
.viewed-product-carousel-wrap .item-price-value {
    display: inline-block;
}
.viewed-product-carousel-wrap .item-price-unit {
    display: inline-block;
    font-size: 0.8rem;
}
.viewed-product-carousel-wrap .item-old-price {
    color: #949494;
    font-size: 0.82rem;
    min-height: 20px;
    text-decoration: line-through;
}
.viewed-product-carousel-wrap .item-old-price-value {
    display: inline-block;
    text-decoration: line-through;
}
.viewed-product-carousel-wrap .item-old-price-unit {
    display: inline-block;
    text-decoration: line-through;
}
.viewed-product-carousel-wrap .item-special-price {
    background-color: var(--main-color);
    color: #ffffff;
}
.viewed-product-carousel-wrap .item-offer {}
.viewed-product-carousel-wrap .owl-carousel .owl-nav button.owl-prev,
.viewed-product-carousel-wrap .owl-carousel .owl-nav button.owl-next {
    height: 60px;
    margin-top: -30px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    width: 30px;
}
.viewed-product-carousel-wrap .owl-carousel .owl-nav button.owl-prev:focus,
.viewed-product-carousel-wrap .owl-carousel .owl-nav button.owl-next:focus {
    outline: none;
}
.viewed-product-carousel-wrap .owl-carousel .owl-nav button.owl-next {
    left: 0;
}
.viewed-product-carousel-wrap .owl-carousel .owl-nav button.owl-prev {
    right: 0;
}
.viewed-product-carousel-wrap .owl-carousel .owl-nav button.owl-next.disabled,
.viewed-product-carousel-wrap .owl-carousel .owl-nav button.owl-prev.disabled {
    display: none;
}
.viewed-product-carousel-wrap .owl-carousel .owl-nav button.owl-prev span,
.viewed-product-carousel-wrap .owl-carousel .owl-nav button.owl-next span {
    align-items: center;
    background-color: rgba(0,0,0,0.05);
    border-radius: 30px;
    display: flex;
    font-size: 1.2rem;
    height: 60px;
    position: absolute;
    top: 0;
    width: 60px;
}
.viewed-product-carousel-wrap .owl-carousel .owl-nav button.owl-prev span {
    left: 0;
    padding-left: 12px;
    justify-content: left;
}
.viewed-product-carousel-wrap .owl-carousel .owl-nav button.owl-next span {
    right: 0;
    padding-right: 12px;
    justify-content: right;
}
.viewed-product-carousel-wrap .owl-carousel .owl-nav button.owl-prev i,
.viewed-product-carousel-wrap .owl-carousel .owl-nav button.owl-next i {
    display: block;
}