.annual-toggle input, .single-toggle input {
    display: none;
}

.annual-toggle input + label, .single-toggle input + label {
    display: block;
    cursor: pointer;
    position: relative;
}

.annual-toggle input + label .switch, .single-toggle input + label .switch {
    position: relative;
    display: inline-block;
    z-index: 1;
    vertical-align: top;
    height: 22px;
    width: 40px;
    border-radius: 11px;
    background: #eceffc;
}

.annual-toggle input + label .switch:before, .single-toggle input + label .switch:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    background: linear-gradient(90deg, #4f97ff, #275efe);
    opacity: var(--gradient, 0);
    transition: opacity 0.4s;
}

.annual-toggle input + label .switch .dot, .single-toggle input + label .switch .dot {
    background: #d1d6ee;
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    left: -1px;
    top: -1px;
    transform: translateX(var(--offset, 0));
    transition: transform 0.4s, box-shadow 0.4s;
    box-shadow: -4px -4px 8px var(--light-shadow-2, transparent), 4px 4px 8px var(--shadow, transparent);
}

.annual-toggle input + label .switch .dot:before, .single-toggle input + label .switch .dot:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    background: linear-gradient(160deg, #f1f4ff, #f9faff);
    opacity: var(--gradient, 0);
    transition: opacity 0.4s;
}

.annual-toggle input + label span, .single-toggle input + label span {
    line-height: 22px;
    font-size: 16px;
    color: black;
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
}

.annual-toggle input + label + span, .single-toggle input + label + span {
    display: none;
    font-size: 17px;
    font-weight: 500;
    color: #000000;
    margin-top: 10px;
}

.annual-toggle input:not(:checked) + label span, .single-toggle input:not(:checked) + label span {
    color: gray;
    text-decoration: line-through;
}

.annual-toggle input:checked + label, .single-toggle input:checked + label {
    --offset: 18px;
    --text: #404660;
    --gradient: 1;
}

.annual-toggle {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}

.single-toggle {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}

.single_product {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #bbbbbb;
}

.single_product .img {
    width: 100px;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    vertical-align: middle;
}

.single_product .product_name {
    font-family: Arial, sans-serif;
    font-size: 14pt;
    color: black;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 302px);
}

.single_product .old_price {
    display: inline-block;
    vertical-align: middle;
    color: red;
    font-family: Arial, sans-serif;
    font-size: 13pt;
    text-align: center;
    font-weight: bold;
    text-decoration: line-through;
    width: 85px;
}

.single_product .sale_price {
    display: inline-block;
    vertical-align: middle;
    color: red;
    font-family: Arial, sans-serif;
    font-size: 13pt;
    text-align: center;
    font-weight: bold;
    width: 85px;
}

.single_product select {
    width: 32px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    outline: none;
}

.master_tr {
    margin-top: 30px;
}

.master_tr .th {
    display: inline-block;
    vertical-align: middle;
    font-size: 13pt;
    font-weight: bold;
}

.master_tr .th.pr_name {
    width: calc(100% - 170px);
    text-indent: 117px;
    vertical-align: bottom;
}

.master_tr .th.price {
    width: 85px;
    text-align: center;
}

.step {
    background-color: #d9d9d9;
    font-size: 15pt;
    padding: 10px 20px;
    margin-bottom: 20px;
}

.master_support {
    margin-bottom: 30px;
}

.total #order_total {
    background-color: #aa0404;
    color: white;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 18pt;
    display: inline-block;
    vertical-align: middle;
    width: 130px;
    text-align: center;
    padding: 10px 0;
}

.total .total_label {
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 16pt;
    color: black;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 150px);
    margin-right: 20px;
    text-align: right;
}

.total .total_label:after {
    content: " ORDER AMOUNT";
}

.pay {
    display: inline-block;
    width: 290px;
    border: 2px solid;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-position: center;
    height: 180px;
    cursor: pointer;
}

.cc {
    color: #2b0;
    background-color: rgba(34, 187, 0, .05);
    background-image: url(/view/img/debit.svg);
    background-size: 100%;
    margin-right: 100px;
    position: relative;
}

.cc:after {
    content: "Credit Card";
    position: absolute;
    font-family: Tahoma, sans-serif;
    font-size: 20pt;
    font-weight: bold;
    color: #2b0;
    width: 160px;
    right: 34px;
    top: 45px;
}

.pp {
    color: #17e;
    background-color: rgba(17, 119, 238, .05);
    background-image: url(/view/img/paypal.svg);
    background-size: 80%;
}

.checkout {
    text-align: center;
    margin-top: 40px;
}

.checkout span {
    display: block;
    text-align: center;
    margin-bottom: 20px;
    font-size: 20pt;
    font-weight: bold;
}

.main-wrapper h1 {
    font-family: Arial, sans-serif;
    font-size: 30pt;
    text-align: center;
    margin: 0;
}

.main-wrapper p {
    font-size: 13pt;
    text-align: justify;
    margin: 20px 0;
    line-height: 23px;
}

.left_img {
    width: 120px;
    float: left;
    margin-right: 30px;
    margin-bottom: 5px;
}

.right_img {
    width: 350px;
    float: right;
    margin-left: 30px;
    margin-bottom: 5px;
}

#annual #pr_line_3 {
    display: none;
}

.support_login {
    display: flex;
    margin-bottom: 15px;
    align-items: center;
    justify-content: center;
}

.login_btn {
    font-size: 13pt;
    margin-right: 10px;
    background: linear-gradient(#008ff4, #062b55);
    color: white;
    font-weight: bold;
    padding: 5px 15px;
    border-radius: 7px;
    cursor: pointer;
}

.login_btn:hover {
    background: linear-gradient(#062b55, #008ff4);
}

.support_login .login_text {
    font-size: 14pt;
    font-weight: bold;
}

.login-hover {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000b8;
    z-index: 99;
}

.login-hover .login-window {
    position: absolute;
    left: 50%;
    top: 10%;
    transform: translate(-50%, 0);
    background-color: white;
    border: 7px solid #272727;
    border-radius: 10px;
    padding: 20px 30px;
}

.login-hover .login-window .login-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    transform: translate(50%, -50%);
    background-color: black;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
}
.login-hover .login-window .login-close:hover {
    background-color: #272727;
}

.login-hover .login-window .login-close i {
    font-size: 17px;
    color: white;
    line-height: 30px;
}

.login-hover .login-window .login-form {
    display: flex;
    flex-direction: column;
}

.login-hover .login-window .login-form input {
    font-size: 12pt;
    border: 1px solid gray;
    padding: 5px 10px;
    width: 250px;
    margin-bottom: 10px;
}

.login-hover .login-window .login-form .login_btn {
    text-align: center;
    margin: 20px auto 0;
    font-size: 16pt;
    padding: 7px 30px;
}
