.entry-summary-items .product_title {
    display: none;
}
.entry-summary-items .price {
    display: none;
}
.entry-summary-items .product_meta {
    display: none;
}
.entry-summary-items .ct-product-divider {
    display: none;
}
.text-center {
    text-align: center;
}
.d-none {
	display: none!important;
}
.overflow-hidden {
	overflow: hidden
}
.bgZoom > .elementor-widget-wrap {
	overflow: hidden;
    background-size: cover!important;
    transition: background-size 1.5s!important;
}
.bgZoom:hover > .elementor-widget-wrap {
    background-size: 140%!important;
}

#footer .widget-title {
  color: var(--theme-palette-color-3);
}
.ct-posts-shortcode .meta-categories {
	display: none;
}   
/* Product Grid */
.product-woods .wc-block-grid__product-title {
    color: #54595f!important;
    font-weight: 300!important;
    font-size: 21px!important;
}
.product-woods .add_to_cart_button {
    background-color: transparent!important;
    border-style: solid!important;
    border-width: 2px 2px 2px 2px!important;
    border-radius: 2px 2px 2px 2px!important;
    color: #333333!important;
    border-color: #E8E8E8!important;
    transition-duration: 0.1s!important;
    padding: 5px 15px 5px 15px!important;
    font-weight: normal!important;
}
.product-woods .add_to_cart_button:hover {
    background-color: transparent!important;
    color: #605BE5!important;
    border-color: #605BE5!important;
}
.product-woods .wc-block-grid__product-image {
    width: 100%;
    height: auto;
}

.product-woods .wc-block-grid__products .wc-block-grid__product-image img {
    width: 100%;
    height: 100%;
}

/*---------------------*/
.products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.product-item {
    text-align: center;
}
.pagination {
    margin-top: 20px;
    text-align: center;
}
.pagination-link {
    margin: 0 5px;
    text-decoration: none;
    padding: 5px 10px;
    border: 1px solid #ddd;
}
.pagination-link.active {
    background-color: #000;
    color: #fff;
}
#category-list li.active a {
    font-weight: bold;
}
.woocommerce-loop-product__link {
    color: #54595f !important;
    font-weight: 300 !important;
    font-size: 21px !important;
}
.woocommerce-Price-amount {
    font-weight: 300 !important;
    font-size: 18px !important;
}
.ct-woo-card-actions {
    border: 2px solid #E8E8E8;
}
.ct-woo-card-actions:hover {
    background-color: transparent !important;
    color: #605BE5 !important;
    border-color: #605BE5 !important;
}
.add_to_cart_button {
    background-color: transparent!important;
    font-size: 1em;
    color: #333333!important;
}
.ct-woo-card-actions:hover .add_to_cart_button {
    color: #605BE5 !important;
}
.ct-media-container {
    width: 300px;
}
.related .products {
    margin-bottom: 2rem;
}
