@import url('variables.css');
.pricing-section .wrapper .box:last-child .price-selector {
	cursor: pointer;
}
.empty-cart-wrapper {
	width: 100%;
	height: auto;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
	min-height: 700px;
}
.empty-cart-wrapper span {
    font-family: 'General Sans', sans-serif;
    font-size: var(--fs-ssm);
	font-weight: 600;
    line-height: 1.1em;
    color: var(--price-color);
}
.pricing-section .wrapper .box .title:first-of-type {
    font-family: 'General Sans Semibold', sans-serif !important;
    font-size: var(--fs-title) !important;
    line-height: 1.1em !important;
    color: var(--price-color) !important;
}
.pricing-section .wrapper .box .period {
    font-family: 'General Sans', sans-serif !important;
    font-size: var(--fs-sm-md) !important;
	font-weight: 600 !important;
}
.payment-methods {
    z-index: 1;
    width: 100%;
    display: flex;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    flex-direction: column;
	margin: 0 0 40px;
}
.payment-methods label {
    display: flex;
    width: fit-content;
    gap: 25px;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.payment-methods label img {
	width: 100%;
    max-width: 110px;
	padding: 0;
    margin: 0;
}
.payment-methods label .razor {
    width: 100px;
}
.payment-option img {
    display: block;
    width: 180px;
    height: auto;
    padding: 16px;
    transition: all 0.2s ease;
}
.payment-option img.selected {
    transform: scale(1.15);
    border-radius: 12px;
    transition: all 0.2s ease;
}
.payment-selector {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #00ff51;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    margin-right: 10px;
    transition: all 0.2s ease;
	cursor: pointer;
}
.payment-selector:checked {
    border: 1px solid #00000054;
    background: #00ff51;
}
.checkout-form {
    z-index: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
}
.pricing-section .wrapper .box .title.reg {
	font-size: var(--fs-xlg-subtitle) !important;
}
.phone-wrapper {
    width: 100%;
    max-width: 700px;
    background-color: rgba(255, 255, 255, 0.13);
    text-align: left;
	border: none;
    border-bottom: 1px solid #76FF8D;
    padding: 15px 20px;
    font-size: var(--fs-sm-md);
    font-weight: bold;
    margin-bottom: 10px;
    color: #17343F;
	overflow: hidden;
	position: relative;
	display: flex;
    gap: 40px;
    justify-content: space-around;
    align-content: center;
    align-items: center;
	height: 60px;
}
.phone-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    z-index: 1;
    border-radius: 50px;
}
.phone-wrapper:hover {
    box-shadow: inset 0 0 60px var(--white-color), inset 5px 0 5px #8dffb1, inset -5px 0 10px var(--secondary-color), inset 5px 0 20px var(--white-color), inset -5px 0 20px var(--white-color), 0 0 10px var(--white-color), -10px 0 50px #72f89e, 10px 0 20px #72f89e;
}
#countryCode {
	width: fit-content;
    max-width: 150px;
    height: 100%;
	border: none;
	border-bottom: 1px solid #00ff51;
	z-index: 1;
    font-size: var(--fs-sssm);
    font-weight: bold;
    color: #17343F;
}
.checkout-form input:not(#phone) {
    width: 100%;
    max-width: 700px;
    background-color: rgba(255, 255, 255, 0.13);
    text-align: left;
	border: none;
    border-bottom: 1px solid #76FF8D;
    padding: 15px 20px;
	font-size: var(--fs-sm-md);
    font-weight: bold;
    margin-bottom: 10px;
    color: #17343F;
}
.checkout-form input:not(#phone):hover {
    box-shadow: inset 0 0 60px var(--white-color), inset 5px 0 5px #8dffb1, inset -5px 0 10px var(--secondary-color), inset 5px 0 20px var(--white-color), inset -5px 0 20px var(--white-color), 0 0 10px var(--white-color), -10px 0 50px #72f89e, 10px 0 20px #72f89e;
}
.checkout-form input:not(#phone)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    z-index: 1;
    border-radius: 50px;
}
#phone {
	border: none;
	z-index: 1;
    height: 60px;
	outline: none;
    background-color: transparent;
	width: 100%;
    font-size: var(--fs-sm-md);
    font-weight: bold;
    color: #17343F;
}
.checkout-form .message.error {
    font-family: 'General Sans', sans-serif;
    line-height: 1.1em;
    color: #ce0000;
    font-size: 20px;
    font-weight: 500;
}
.password-container {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 0;
}
.eye-icon {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translate(-200%, -50%);
	cursor: pointer;
}
.eye-icon img {
	width: 28px;
	height: 28px;
}
.password-errors {
    width: 100%;
    font-family: 'General Sans', sans-serif;
    font-size: var(--fs-sssm);
	font-weight: 500;
}
.password-errors ul {
    list-style-type: none;
    padding: 0;
}
.password-errors li {
    display: flex;
    align-items: center;
    font-size: 17px;
    margin: 4px 0;
    font-family: 'General Sans', sans-serif;
    font-size: var(--fs-sm);
    font-weight: 500;
}
.password-errors li img {
    margin-right: 8px;
}
.password-errors .valid {
    color: var(--primary-color);
}
.password-errors .invalid {
    color: #FF0202;
}
.checkout-form #error {
	font-family: 'General Sans', sans-serif;
    font-weight: 400;
    font-size: var(--fs-ssm);
	line-height: 1.1em;
	margin: 10px 0;
	text-align: center;
	width: 100%;
}