.single-product .shop-container {
    padding-top: 40px;
}

.page-title:not(.featured-title)+main .product-main {
    padding-top: 15px;
}

.single-product .shop-page-title {
    display: none;
}

.single-product #main,
.single-product .shop-page-title {
    background: #E6E6E6;
}

.product-main {
    background: #ffffff;
    padding: 20px 15px !important;
    border-radius: 10px;
}

.shop-container .title-h {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.02em;
    margin-bottom: 15px;
    text-transform: capitalize;
    color: #0951bd;
    padding-bottom: 10px;
    border-bottom: 2px solid #EBEBEB;
}

.rt_woocommerce_single_product_summary .rt_tgian p {
    border-bottom: 1px dashed #DDDDDD;
    padding-bottom: 15px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 16px;
}

.price2 {
    text-align: center;
}

.price2>span {
    font-size: 16px;
    color: #ee0d0d;
    font-weight: 500;

}

.product-footer {
    margin-top: 20px;
}

.product-footer .woocommerce-tabs {
    padding: 30px 0;
    border-top: 1px solid #ececec;
}

.product-footer .tab-panels {
    border: unset;
    padding: 30px 15px;
    border-radius: 0 0 8px 8px;
    background-color: #fff;
}

.product-footer .product-tabs {
    background: #fff;
    padding: 0 16px;
    border-bottom: 2px solid #ebebeb;
}

.RT_xt_rt {
    text-align: center;
    display: block;
    width: 100%;
}

.RT_xt_rt a {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    background: #e7672a;
    padding: 0 80px;
    border-radius: 6px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 25px;
}

.product-footer .tab-panels .entry-content {
    height: 500px;
    overflow: hidden;
    position: relative;
    transition: height 0.5s ease;
}

.related.related-products-wrapper.product-section {
    border: unset;
    padding: 30px 15px;
    border-radius: 0 0 8px 8px;
    background-color: #fff;
}

.related-products-wrapper .product-small.box {
    display: flex !important;
    flex-direction: column !important;
}

.related-products-wrapper .product-small.box .box-image {
    width: 100%;
}

.related-products-wrapper .product-small.box .price {
    display: none;
}

#product-sidebar .product_list_widget span {
    font-size: 14px;
}

#product-sidebar .product_list_widget .price-contact {
    display: none;
}

#product-sidebar ul.product_list_widget li img {
    left: 7px;
}

#product-sidebar ul.product_list_widget li a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.nav-line-bottom>li>a::before,
.nav-line-grow>li>a::before,
.nav-line>li>a::before {

    opacity: 1;

}

.nav-line-bottom>li>a:before, .nav-line-grow>li>a:before, .nav-line>li>a:before{
      bottom: 0 !important;
    top: auto !important;
}

/* .tab-collapsed {
    height: 600px;
    overflow: hidden;
}

.tab-expanded {
    height: auto !important;
} */