

/* Start:/local/components/dl71/beauty-menu/templates/.default/style.css?17641413823553*/
.elements.lvl-1 {
    display: flex;
    flex-direction: column;
}

.elements.lvl-1 li {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding: 10px 0px;
    border-bottom: 1px solid black;
}

.tabcontent.price .acc-title {
    font-weight: 700;
    font-size: 22px;
    padding: 10px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 20px;
    transition: all 0.2s ease-in-out;
}

.tabcontent.price .acc-title:before {
    position: absolute;
    top: calc(50% - 10px);
    left: 0;
    width: 20px;
    height: 20px;
    content: "";
    background-image: url('/local/templates/dl71/img/arr-r.svg');
    transition: all 0.2s ease-in-out;
}

.tabcontent.price .acc-title.active:before {
    transform: rotate(90deg);
}

.team-wrap {
    margin-bottom: 50px;
    max-height: 5000px;
}

.tabcontent.price > ul > .acc > .acc-content {
    /* max-height: 5000px;
    height: auto;
    transition: all 0.4s ease-in-out;
    display: flex;
    flex-direction: column;
    gap: 7px; */
}

.tabcontent.price > ul > .acc > .acc-title:before {
    position: absolute;
    top: calc(50% - 10px);
    left: 0;
    width: 20px;
    height: 20px;
    content: "";
    background-image: url('/local/templates/dl71/img/arr-r.svg');
    transition: all 0.2s ease-in-out;
}

.tabcontent.price > ul > .acc > .acc-title {
    background: #356879;
    display: block;
    width: 100%;
    cursor: inherit;
    color: white
}

.tabcontent.price > ul.lvl-2 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.beauty-btn-record {
    padding: 5px 7px;
    background: #356879;
    text-align: center;
    color: white;
}

.tabcontent.price .acc-title:hover {
    text-decoration: underline;
}

.tabcontent.price > ul > .acc > .acc-title:hover {
    text-decoration: none;
}

.team-wrap.beauty .tabs {
    overflow-x: auto;
}
.team-wrap.beauty .tabs a {
    padding: 20px;
    text-align: center;
}

.team-wrap.beauty .tabs li {
    min-width: 210px;
}

.price-btn {
    display: flex;
    align-items: center;
    gap: 174px;
    min-width: 120px;
    justify-content: flex-end;
}

.elements li > span {
    width: 100%;
    max-width: 300px;
}

.team-wrap.beauty .tabcontent {
    padding-right: 70px;
}

----------------------------------------------------modification--------------------
.SalePriceDescription {
  	display: none;
}

.SalePriceDescription.active{
  	display: block;
    text-align: left;
    max-width: 80%;
    padding: 20px 0 20px 0;
	font-weight: 400;
	line-height: 100%;
	font: inherit;
    vertical-align: baseline;
}


------------------------------------------------------------------------------------
@media(max-width: 720px) {
    .team-wrap.beauty .tabcontent {
        padding-left: 0px;
        padding-right: 0px;
    }

    .acc-content {
        padding-left: 0px;
    }
	.SalePriceDescription.active{
	  	display: block;
		padding: 10px 0 10px 0;
	}
	.price-btn {
		display: flex;
		align-items: center;
		gap: 20px;
		min-width: 120px;
		justify-content: flex-end;
	}
}

@media(max-width: 600px) {
    .price-btn {
        flex-direction: column;
        gap: 10px;
    }
}

@media(max-width: 450px) {
    .team-wrap.beauty .tabs a {
        padding: 15px 10px;
    }

    .team-wrap.beauty .tabs li {
        min-width: 190px;
    }
	.SalePriceDescription.active{
	  display: block;
		max-width: 90%;
		padding: 10px 0 10px 0;
		font-size: 16px;
	}
	div.tabcontent > ul.lvl-2 {
		width: 95vw;
	}
	div.tabcontent > ul.lvl-2 > li.acc {
		width: 100%;
	}
}
/* End */
/* /local/components/dl71/beauty-menu/templates/.default/style.css?17641413823553 */
