.read{
    overflow: hidden;
    font-size: 16px !important;
    transition: all 0.3s;
    margin-bottom: 10px;
}
.read-less{
    height: 350px!important;
}
.read img{
    display: block;
    margin: 0 auto;
}
.readMore{
    display: block;
    width: 100%;
    background: white;
    text-align: center;
    cursor: pointer;
}

/* RY: fix checkout page */
.woocommerce-checkout-review-order-table .variation img{
    display: none;
}
.woo_order_tip {
    width: 49%;
}
.wcpa_cart_type_color-group span {
    display: none;
}
.wcpa_cart_type_image-group img {
    opacity: 0;
}
.nav-dropdown .product_list_widget {
    width: 500px;
}

/* RY: sizeguide */
.size-guide {
    overflow-y: scroll;
}
.accordion-inner {
    padding: 1em 1em;
}

/* RY: search + order tracking - Jun 06, 2023 */
li.current-dropdown>.nav-dropdown, .next-prev-thumbs li.has-dropdown:hover>.nav-dropdown, .no-js li.has-dropdown:hover>.nav-dropdown {
    width: 500px;
}

.autocomplete-suggestion .search-price {
    display: none;
}
.off-canvas-center .mfp-content .searchform {
    max-width: calc(100vw - 40px) !important;
}
.wc-item-meta .wcpa_image {
    margin-top: 0;
    margin-bottom: 0;
}
.shop_table .product-name p.wcpa_image img {
    display: none;
}

/* HR: checkout page - Jun 18, 2023 */
#order_review > p, #order_review div.checkout_coupon{
    display: none;
}

.woocommerce-breadcrumb {
    display: none !important;
}

/* cate slider
body.tax-product_cat .row.category-page-row .shop-container div.row:not(.products) {
    padding: 20px;
    background: #e3e3e3;
    border: 1px solid #d3d3d3;
    width: 100%;
    box-sizing: border-box;
}
*/

/* Make sure the dots list is horizontal */
.tax-product_cat .category-page-row .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap; /* Prevent wrapping */
    padding: 10px 0; 
}

/* Style for each dot */
.tax-product_cat .category-page-row .slick-dots li {
    list-style-type: none; /* Remove bullet points */
    margin-right: 10px;
}

/* Style for each button inside the dot */
.tax-product_cat .category-page-row .slick-dots li button {
    font-size: 0; /* Remove any text content visibility */
    width: 10px;
    height: 10px;
    border: none;
    border-radius: 50%;
    background-color: #ccc;
    outline: none;
    padding: 0;
    transition: background-color 0.3s;
}

/* Style for the active dot */
.tax-product_cat .category-page-row .slick-dots li.slick-active button {
    background-color: #333; /* Active dot color */
}

/* Fix for layout shift when using slick carousel */
body.tax-product_cat .row.category-page-row .shop-container div.row:not(.products) > div.product-category:not(:first-child),
.mrc_popular_cates.slick_carousel .products > div.product-category:not(:first-child),
.mrc_trending_cates.slick_carousel .products > div.product-category:not(:first-child),
.mrc_trending_products.slick_carousel .products > div.product:not(:first-child)
{
    display: none;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.slick_carousel .box-label .box-text.text-center {
    height: auto !important;
}

