._cc_suggested_products__wrapper {
    z-index: 1;
    position: relative;
    width: 100%;
    padding: 20px 25px;
    margin-top: 20px;
}
._cc_suggested_products__wrapper ._cc_suggested_products__title {
    display: inline-block;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    color: black;
}
._cc_suggested_products__slider {
    z-index: 1;
    position: relative;
    width: 100%;
}
._cc_suggested_products__slider .st_sticker_type_1 {
    display: none;
}
._cc_suggested_products__slider ._cc_suggested_products__featured_product_data {
    margin-top: 5px;
    color: black;
}
._cc_suggested_products__slider ._cc_suggested_products__featured_name {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	font-weight: 600;
	font-size: 13px;
}
._cc_suggested_products__slider ._cc_suggested_products__featured_price_wrapper {
    display: flex;
	justify-content: space-between;
	align-items: center;
}
._cc_suggested_products__slider ._cc_suggested_products__featured_reference {
    font-weight: 400;
	font-size: 14px;
}
._cc_suggested_products__slider ._cc_suggested_products__featured_price {
    font-weight: 600;
	font-size: 14px;
}
._cc_suggested_products__slider ._cc_suggested_products__featured_price.on_sale {
	color: red;
}
._cc_suggested_products__slider ._cc_suggested_products__featured_price.original {
	margin-left: 5px;
	text-decoration: line-through;
	font-weight: 400;
	color: #5e5e5e;
}


/* PRODUCT PAGE*/

/* .product_third_section ._cc_suggested_products__wrapper {

    background: linear-gradient(135deg, #cbe8ef 0%, #95deef 100%);
    position: relative;
    width: 100%;
    padding: 20px 0px 20px 15px;
    margin-top: 25px;
    z-index: 1;
    margin-bottom: 20px;
}

.product_third_section ._cc_suggested_products__wrapper {
    background: #fff;
} */

.product_third_section ._cc_suggested_products__wrapper .titulo {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}

.product_third_section ._cc_suggested_products__slider .swiper-wrapper .swiper-slide > a{
    position: relative;
    width: 100%;
    z-index: 1;
}
/* 
.product_third_section ._cc_suggested_products__wrapper .titulo::first-letter {
    text-transform: capitalize;
}

.product_third_section ._cc_suggested_products__wrapper span {
    text-transform: uppercase;
    color: #111;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
    display: inline-block;
    margin-bottom: 6px;
}

.product_third_section ._cc_suggested_products__wrapper ._cc_suggested_products__featured_name {
    margin-bottom: 6px;
}

.product_third_section ._cc_suggested_products__slider {
    position: relative;
    width: 100%;
    z-index: 1;
}

.product_third_section ._cc_suggested_products__slider .st_sticker_type_1 {
    display: none;
}

.product_third_section ._cc_suggested_products__slider ._cc_suggested_products__featured_product_data {
    color: #111;
    margin-top: 5px;
}

.product_third_section ._cc_suggested_products__slider .shoppingcart-list__delivery_wrapper {
    color: #111;
    margin-top: 5px;
}

.product_third_section ._cc_suggested_products__slider ._cc_suggested_products__featured_price {
    font-weight: 600;
}

.product_third_section ._cc_suggested_products__slider ._cc_suggested_products__featured_name {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
} */

/*FIN PRODUCT PAGE*/