﻿/*h1 {
    font-size: 40px;
    color: black;
    font-weight: bold;
    margin-top: 20px;
}

h1, h2 {
    font-weight: normal;
}

.bg-transparent {
    font-weight: bold;
}

sup, sub {
    font-size: 50%
}
*/

.btn-primary-new {
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 0.3rem;
    transition: 0.3s;
    color: #fff;
    background: #1A9082;
    border: 2px solid rgba(255, 255, 255, 0.1);
    text-decoration:none;
}

.btn-primary-new:hover {
    border-color: #1A9082;
    color: #FFF;
}

.product-card {
    position: relative;
}

.best-value {
    z-index: 99999;
    position: absolute;
    top: -25px;
    text-align: center;
    background: #00B8A9;
    border-radius: 5px;
    width: 101px;
    left: 0;
    margin: auto;
    right: 0;
}

.product-name {
    position: absolute;
    top: 18px;
    width: 80%;
    left: 0;
    margin: auto;
    right: 0;
    font-size: 130%;
}

.product-discount {
    position: absolute;
    width: 106px;
    right: -17px;
    z-index: 200;
    background: #FD6262 !important;
    border-radius: 5px;
    top: 77px;
    font-size: 15px;
}

.product-price {
    width: 80%;
    left: 0;
    margin: auto;
    right: 0;
}

.ribbon {
    width: 113px;
    height: 32px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    box-shadow: 0px 2px 3px rgba(136, 136, 136, 0.25);
    background: #4dbe3b;
    transform: rotate(45deg);
    position: absolute;
    right: -28px;
    top: 12px;
    padding-top: 7px;
}
/*
.product-select {
    top: 198px;
    width: 90%;
    left: 0;
    margin: auto;
    right: 0;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 14px 40px;
    border-radius: 50px;
    transition: 0.3s;
    background-color: var(--color-primary) !important;
    color: #FFF;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.product-subprice {
    font-size: 14px;
}

.product-subtext {
    position: absolute;
    top: 158px;
    width: 90%;
    left: 0;
    margin: auto;
    right: 0;
    font-size: 90%;
}

.product-box {
    width: 318px;
    height: 300px;
    border-radius: 12px;
    border-width: 2px;
    border-color: darkgrey;
    border: 2px solid darkgrey;
    background: white;
    margin-left: 20px;
    margin-bottom: 15px;
}

.product-box hr {
    position: relative;
    top: 145px;
}

.bg-lilac, .bg-transparent:hover {
    background: #C992E0 !important;
}


ul.product-feature {
    list-style-type: none;
    position: relative;
    top: 145px;
    margin: 0;
    padding: 0;
}

    ul.product-feature li:first-child {
        margin-bottom: 18px !important;
    }

    ul.product-feature li:last-child {
        margin-top: 8px !important;
        font-size: 8px;
        font-style: italic;
    }

    ul.product-feature li {
        margin: 0;
        padding: 0;
    }

#mainbox {
    background: white;
}

#single, #multi {
    height: 500px;
}

.btn-danger {
    background-color: #FD6262 !important;
}

.product-group {
    outline: none;
}


.product-feature {
    display: none;
}


.product-subtext, .product-subprice, .product-select {
    margin-top: 15px;
}

.product-box hr
{
    display: none;
}

.best-value {
    padding: 5px;
    background-color: #007BFF;
    color: #FFF;
}

.product-discount
{
    display:none;
}

.product-name
{
    top:30px;
}

.product-box {
    border: none;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    border-radius: 3px;
}


.bg-dark-purple {
    background: #C992E0 !important;
}
*/

.content-subscription {
    height: 720px;
}

.bg-black {
    background-color: #000;
}

/* Add this CSS to your stylesheet */
.btn-purple-outline {
    color: #000;
    background-color: transparent;
    border: 2px solid #000;
}

.btn-purple-outline:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-purple {
    color: #000;
    background-color: #FFF;
    border: 2px solid #000;
}

.btn-purple:hover {
    color: #FFF;
    background-color: #733CA4;
    border-color: #733CA4;
}

.recommended {
    padding:5px 10px;
    color:#000;
    background-color: #FFF;
    border: solid 1px #FFF;
    border-radius:20px;
}