#features > ul > li {
    border-bottom: 1px solid var(--cBorderColor);
    padding: 12px 0;
} 

#features > ul > li > ul {
	display: flex;
}

#features > ul > li > ul li:nth-child(1) {
	display: flex;
    justify-content: center;
    align-items: center;
}

#features > ul > li > ul li:nth-child(1) span {
	background: var(--borderColor);
	border-radius: 50%;
	height: 40px;
	width: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#features > ul > li > ul li:nth-child(2) {
	padding-left: 10px;
}

#features > ul > li > ul li:nth-child(2) > div:nth-child(1) {
	text-transform: uppercase;
    font-size: var(--fontSizeXs);
    font-family: var(--fontBold);
    color: var(--cDark);
}

.slides {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.slides > div {
	position: absolute;
    left: 0;
    width: calc(100%);
    transition: 0.3s;
}

.slides > div.left {
	left: -120vh;
}

.slides > div.right {
	left: 120vh;
}

.sitePuMembership #msc-body > ul > li > div {
	display: flex;
    align-items: center;
    justify-content: space-between;
}

.sitePuMembership #msc-body > ul > li > div > div:first-child {
	width: 60px;
    height: 60px;
}

.sitePuMembership #msc-body > ul > li > div > div:first-child img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.sitePuMembership #msc-body > ul > li > div > div:nth-child(2) ul li:first-child {
	color: var(--cDark);
    font-family: var(--fontSemiBold);
    font-size: var(--fontSizeLg);
}

.sitePuMembership #msc-body > ul > li > div > div:nth-child(2) ul li:nth-child(2) {
	color: var(--cDkLt)!important;
}

.sitePuMembership #msc-body > ul > li > div > div:nth-child(2) ul li:first-child > span {
    width: 35px;
    display: inline-block;
}

#card-element {
	padding: 17px;
    background: var(--inputBg);
    border-radius: var(--cInputRadius);
    color: var(--cDark)!important;
    margin-bottom: var(--inputMB);
}

/*success popup:*/
lottie-player {
    width: 100px;
    height: 100px;
}
/*success popup;*/

/*membership checkout:*/
.msc-item {
    margin-top: 7.5px;
    min-height: 70px;
    display: flex;
    width: 100%;
    flex-direction: row;
}

.msc-item-img {
    width: 60px;
    height: 60px;
}

.msc-item-img img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.msc-item-detail {
    flex: 1;
    padding-left: 15px;
    position: relative;
/*    border-bottom: 1px solid var(--cDkLt);*/
    padding-bottom: 7.5px;
}

/*.msc-item-detail:after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -1.2px;
    background: var(--cBodyBg);
}*/

.msc-item-detail div {
    line-height: 1.25;
}

.msc-item-detail div:nth-child(1) {
    color: var(--cDark);
    font-family: var(--fontSemiBold);
    font-size: var(--fontSizeLg);
}

.msc-item-detail div:nth-child(2) {
    color: var(--cDkLt);
    font-size: var(--fontSizeMd);
}

.msc-item-detail .del-cart-item {
    position: absolute;
    top: 0;
    right: 0;
    color: var(--cDkLt);
    font-size: 22px;
    cursor: pointer;
    padding: 0 5px;
    background: var(--cBodyBg);
}

#msc-footer {
    border-top: 1px solid var(--borderColor);
    padding-top: 7.5px;
}

#msc-footer table {
    width: 100%;
}

#msc-footer table tr td {
    font-size: var(--fontSizeMd);
    color: var(--cDark);
    padding: 0 7px 2.5px 0;
    text-align: right;
}

#msc-footer table tr td:first-child {
    width: 85%;
    color: var(--cDkLt);
}

#msc-footer table tr:last-child td:first-child {
    color: var(--cDark);
    font-family: var(--fontBold);
}
/*membership checkout;*/