/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.therapeutic-slider .slick-arrow {
    width: 30px;
    height: 30px;
    background: #ebebec;
    border: none;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    z-index: 1;
    text-indent: 40px;
    box-sizing: border-box;
    cursor: pointer;
}

.therapeutic-slider .slick-arrow::before {
    content: "";
    font-family: 'awb-icons';
    color: #fff;
    font-size: 14px;
    position: absolute;
    left: 50%;
    z-index: 99;
    text-indent: 0px;
    transform: translate(-50%, -50%);
    top: 50%;
    line-height: 100%;
}

.therapeutic-slider .slick-prev::before {
    content: "\f104";
}
.therapeutic-slider .slick-next::before {
    content: "\f105";
}
.therapeutic-slider .slick-arrow:hover{
    background-color:#222a35
}
.therapeutic-slider .slick-next {
    right: 0;
}
.therapeutic-slider .slick-prev {
    left: 0;
}
.slider-title {
    height: 100%;
    background: #cbb3d7;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Caudex, Arial, Helvetica, sans-serif;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 700;
}
.therapeutic-slider .slick-slide {
    margin: 0 9px;
}
.therapeutic-filter-left > form {
    background: #cbb3d7;
    border-radius: 10px;
    padding: 50px 26px 50px 29px;
}
.therapeutic-filter-left .filter-box button.toggle-filter{
    font-size: 24.7px;
    line-height: 1.3;
    color: #212934;
    background: none;
    border: none;
    border-radius: 0px;
    font-family: Caudex, Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
    font-weight: 400;
}
.therapeutic-filter-left .filter-box {
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
}
.therapeutic-filter-left .filter-box .filter-content {
    padding: 0;
    background: none;
    border: none;
    margin: 15px 0 0;
}
.therapeutic-filter-left .filter-box .filter-content label {
    font-family: Caudex, Arial, Helvetica, sans-serif;
    font-size: 19px;
    line-height: 24.7px;
    padding: 0 0 0 21px;
    position: relative;
}
.therapeutic-filter-left .filter-box .filter-content label input[type="checkbox"] {
    margin: 0;
    vertical-align: top;
    position: absolute;
    left: 0;
    top: 6px;
}
.therapeutic-filter-buttons {
    display: flex;
    gap: 10px;
    margin: 20px 0 0;
}
button.therapeutic-filter-submit {
    background: #000;
    color: #fff;
    padding: 8px 20px;
    box-shadow: none;
    border: none;
    font-size: 14px;
    cursor: pointer;
    border-radius: 4px;
}
#reset-filter.therapeutic-filter-reset{
    border-radius: 4px;
    background: #fff;
    color: #000;
}
#reset-filter.therapeutic-filter-reset:hover{
    background: #fff;
}
.therapeutic-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}
.therapeutic-list-content {
    border: 1px solid #eee;
    border-radius: 8px;
    box-shadow: 0 2px 5px #0000001a;
    padding: 20px;
    transition: all 0.3s ease;
}
.therapeutic-list-content:hover {
    border-color: #cbb3d7;
    box-shadow: 0 10px 20px #0000001a;
    transform: translateY(-5px);
}
.therapeutic-list-content > strong {
    font-size: 19px;
    display: block;
    color: #cbb3d7;
    line-height: 1.2;
    margin: 0 0 10px;
}
.therapeutic-list .therapeutic-list-content p {
    font-size: 14px;
    margin: 0 0 8px;
    line-height: 1.85;
}
.custom-product-slider {
    display: flex;
    overflow-x: auto;
    gap: 20px;
    padding: 10px;
}

.swiper-slide {
    position: relative;
    cursor: pointer;
}

.slider-image {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.slider-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: rgba(203,179,215,0.9); /* #cbb3d7 */
    color: white;
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 15px;
    transition: opacity 0.3s ease;
}

.swiper-slide:hover .slider-overlay {
    opacity: 1;
}

.slider-overlay h3 { margin:0 0 10px 0; font-size:18px; }
.slider-overlay p { margin:0; font-size:14px; }

.therapeutic-slider-wrapper .slick-track {
    display: flex;
}
.therapeutic-slider .slick-slide {
    margin: 0 9px;
    height: auto;
}
.form-field.term-slug-wrap {
    display: none;
}
.form-field.term-parent-wrap {
    display: none;
}
.form-field.term-description-wrap {
    display: none;
}
  @media (max-width: 575px) {
.therapeutic-filter-wrapper {
    display: inline-grid!important;
}
}
.therapeutic-filter-wrapper {
    display: flex;
}

@media only screen and (max-width: 800px) {
    .no-mobile-totop .to-top-container {
        display: block!important;
    }
	.to-top-right #toTop {
		right: 28px!important;
	}
}