﻿html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;    
    overflow: auto !important; /* or 'visible' whatever */
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
    font-size: smaller;
    line-height: 16px;
    /*height: 2em;*/
    left: 0;
}


.form-group .form-control{
    margin-bottom:0.5rem;;
}

.option1btn.btn {
    background-color: #137EBE;
    color: white;
    border: 2px solid #137EBE;
    width: 95%;
}

    .option1btn.btn:hover {
        background-color: white;
        border: 2px solid #137EBE;
        color: #137EBE;
    }

.option1btntele.btn {
    background-color: #137EBE;
    color: white;
    border: 2px solid #137EBE;
    width: 95%;
}

    .option1btntele.btn:hover {
        background-color: white;
        border: 2px solid #137EBE;
        color: #137EBE;
    }

.option2btntele.btn {
    background-color: #BE0071;
    color: white;
    border: 2px solid #BE0071;
    width: 95%;
}

    .option2btntele.btn:hover {
        background-color: white;
        border: 2px solid #BE0071;
        color: #BE0071;
    }

.option2btn.btn {
    background-color: #BE0071;
    color: white;
    border: 2px solid #BE0071;
    width: 95%;
}

    .option2btn.btn:hover {
        background-color: white;
        border: 2px solid #BE0071;
        color: #BE0071;
    }

.altoption1btn.btn {
    background-color: #137EBE;
    color: white;
    border: 2px solid #137EBE;
    width: 95%;
}

    .altoption1btn.btn:hover {
        background-color: white;
        border: 2px solid #137EBE;
        color: #137EBE;
    }

.altoption1btntele.btn {
    background-color: #137EBE;
    color: white;
    border: 2px solid #137EBE;
    width: 95%;
}

    .altoption1btntele.btn:hover {
        background-color: white;
        border: 2px solid #137EBE;
        color: #137EBE;
    }


.altoption2btn.btn {
    background-color: #BE0071;
    color: white;
    border: 2px solid #BE0071;
    width: 95%;
}

    .altoption2btn.btn:hover {
        background-color: white;
        border: 2px solid #BE0071;
        color: #BE0071;
    }

.altoption2btntele.btn {
    background-color: #BE0071;
    color: white;
    border: 2px solid #BE0071;
    width: 95%;
}

    .altoption2btntele.btn:hover {
        background-color: white;
        border: 2px solid #BE0071;
        color: #BE0071;
    }


.offer {
    margin: 0px auto 0px auto;
    height: 50px;
    background: #1e73be;
    border-top-right-radius: 24px;
    border-top-left-radius: 24px;
    width: 100%;
    text-align: center;
    font-size: 1.05em;
    color: #FFF;
    line-height: 50px;
}

.tick-list li {
    display: block;
}

.tick-list li:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e089";
    font-family: 'Glyphicons Halflings';
    font-size: 9px;
    float: left;
    margin-top: 4px;
    margin-left: -17px;
    color: limegreen;
}


popmodal-content {
    margin: 0;
    padding: 0;
    font-family: roboto, sans-serif;
}

.popcontainer {
    padding: 20px;
    box-sizing: border-box;
    max-width: 100%;
    margin: 0 auto;
}

.pop p, h1, h2, h3 {
    color: #000;
    line-height: 1.5em;
}

.pop h1, h2, h3 {
    margin-top: 2.5rem;
}

.pop h2 {
    font-size: 28px;
}

.pop h3 {
    font-size: 22px;
}

.pop a {
    color: #1e73be;
    cursor: pointer;
}

    .pop a:hover {
        filter: brightness(0.6);
        text-decoration: underline;
    }

    .pop a:visited {
        color: #8B2284;
    }

.popup-container {
    font-family: roboto, sans-serif;
    width: 550px;
    border: solid 1px #e7e7e7;
    border-radius: 18px;
    padding: 20px;
    margin: 10px;
    border-radius: 18px;
    text-align: center;
    line-height: 1.5;
}

.step-section {
    display: flex;
    justify-content: space-between;   
    color: #000;
}

.popup-step {
    margin: 10px;
    width:33%;
}


.circle {
    font-family: roboto, sans-serif;
    background: #8B2284;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    line-height: 2.5rem;
    margin-right: 5px;
    text-align: center;
    width: 2.5rem;
    font-size: 1.5rem;
}

.button-popup {
    font-family: roboto, sans-serif;
    color: #000;
    background-color: #D92E77;
    border: none;
    border-radius: 50px;
    color: #fff !important;
    padding: 15px 200px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 20px 12px;
    cursor: pointer;
}

.pop a:hover {
    filter: brightness(0.6);
    text-decoration: underline;
}

/*Styles for Addon Products*/
.text-pink {
    color: #BE0071;
}

.bg-pink {
    background-color: #BE0071 !important;
}

.btn-pink {
    background-color: #BE0071;
    color: white;
    border: none;
    border-radius: 0 0 10px 10px; /* flush with card bottom */
    padding: 0.6rem 1rem;
}

    .btn-pink:hover {
        background-color: #9e005f;
        color: white;
    }

.text-primary-custom {
    color: #1e73be !important;
}

.border-primary-custom {
    border-color: #1e73be !important;
}

.badge-popular {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #768591;
    color: white;
    font-size: 0.7rem;
    padding: 4px 10px;
    border-radius: 6px;
}

.product-card-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 2px solid #cccccc; /* 🔁 updated from #1e73be to grey */
    border-radius: 12px;
    height: 100%;
    background-color: #fff;
    position: relative;
    padding: 1rem 1rem 0 1rem;
}

.product-title {
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 0.25rem;
}

.product-price {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    color: #333;
}

.product-links-inline {
    font-size: 0.9rem;
    margin-bottom: 1rem;
    padding-left: 1rem;
}

    .product-links-inline a {
        color: #BE0071;
        margin-right: 0.75rem;
        text-decoration: none;
    }

        .product-links-inline a:hover {
            text-decoration: underline;
        }

.add-to-cart-wrap {
    margin-top: auto;
    margin-left: -1rem; /* removes horizontal space */
    margin-right: -1rem;
}

.btn-pink.w-100 {
    width: 100%;
    border-radius: 0 0 10px 10px;
}

.btn-added {
    background-color: #198754 !important;
    color: white !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border: none;
    border-radius: 0 0 10px 10px; /* flush with card bottom */
    padding: 0.6rem 1rem;
}

.btn {
    transition: background-color 0.3s ease, color 0.3s ease;
}

.pifBtn {
    background-color: #137EBE;
    color: white;
    border: 2px solid #137EBE;
}

.ddBtn {
    background-color: #BE0071;
    color: white;
    border: 2px solid #BE0071;
}