.yk-product-detail-name {
    text-transform: uppercase;
    text-align: center;
    font-size: 40px;
}
.yk-product-detail-subname{
    z-index: 2;
    font-size: 20px;
    position: relative;
    margin: 0 auto;
    color: #77757b;
    font-weight: normal;
    background: white;
    padding: 10px 20px;
    width: fit-content;
    text-align: center;
}

.yk-reference-box {
    padding: 15px 15px 10px 15px;
    width: 195px;
    border: 1px solid #DADADA;
    margin: 0 15px 20px 0;
    text-align: center;
    cursor: pointer;
    background: white;
    font-size: 12px;
    position: relative;
    transition: all .2s linear;
    display: flex;
    justify-content: center;
    &.selected{
        border-color: #e61647;
        font-weight: 600;
    }
    span{
        color: #4E2573;
    }
}

.yk-box-cart{
    display: flex;
    gap: 16px;
}

.product-description{
    font-style: normal;
    font-weight:normal;
}

.yk-subname-wrapper {
    text-align: center;
    margin: 3rem 0;
    bottom: 1.5rem;
}

.yk-product-detail-subname {
    display: inline-block;
    position: relative;
    font-size: 20px;
    color: #77757b;
    font-weight: normal;
    padding: 0 1rem;
}

.yk-product-detail-subname::before,
.yk-product-detail-subname::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 40px;
    height: 1px;
    background-color: #ccc;
}

.yk-product-detail-subname::before {
    left: -50px;
}

.yk-product-detail-subname::after {
    right: -50px;
}

.header-nav-h1 .LeoBlockLink{
    justify-content: center;
}
.elementor-1 .elementor-element.elementor-element-a16a158 .title_block{
    font-size: 20px;
    text-transform: uppercase;
    padding: 10px 0;
}

.thumbnail-container .product-title a{
    text-transform: capitalize;
}

#leo_search_block_top .form-control {
    width: 60%;
    border: 1px solid #ccc;
}

#subcategories ul{
justify-content: center;;
}
.header-top-h1 #_desktop_cart .cart-preview .header .cart-products-count, .header-top-h1 .icon-w .ap-wishlist .ap-total{
color:black;
}
.category-cover img{

}