:root {
    --secondary-color: #2f4ba9;
    --main-text-color: #000000;
}

body .bg {
    min-height: 100%;
    padding: 3rem 0;
    background-position: cover;
    background-repeat: no-repeat;
    transition: background-image 0.5s;
    padding-bottom: 0rem !important;
    background-color: inherit !important;
}

body {
    min-height: 100%;
    background-color: #fff !important;
    font-family: Poppins,sans-serif !important;
    /*font-family: 'Oswald', sans-serif;*/
    overflow-x: hidden;
}

@media (min-width: 768px) {
    .round-pricetag {
        width: 180px;
        height: 180px;
        margin-bottom: -30px;
    }
}

.iti {
    width: 100%;
    color: #999;
}

@media (max-width: 500px) {
    .top-text {
        font-size: 7px;
    }
}

.productimg {
    height: auto;
    width: 100%;
    object-fit:cover; 
    object-position:-20% center;
}

.card {
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    background-color: inherit !important;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: inherit;
}

.gradient-background {
    background-color: #e1cf9b;
    background-image: radial-gradient(45px 45px, circle cover, rgba(255, 255, 255, 0.5), #d6c493);
    background-image: -webkit-radial-gradient(45px 45px, circle cover, rgba(255, 255, 255, 0.5), #d6c493);
    border: 5px solid rgba(225, 207, 155, 0.35);
    animation: heartbeat 3s infinite;
}

#email {
    margin-top: 10px;
}

#countdown-container {
    display: none;
}

.slide-in {
    float: left;
    animation-duration: 6s;
    animation-name: slide-in;
}

@keyframes slide-in {
    0% {
        margin-left: calc(-100% - 1rem);
    }

    70% {
        margin-left: calc(-100% - 1rem);
    }

    100% {
        margin-left: 0;
    }
}

.inner {
    border: 1px solid #707070;
    border-radius: 6px;
    width: 100%;
    height: 61px;
}

.round-pricetag {
    width: 160px;
    height: 160px;
    margin-bottom: -40px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    z-index: 10;
    background-color: #f5f0dc;
    border: 3px solid #3d3d3d;
}

.pricetag-content {
    margin: 0 auto;
    padding: 10px;
}

.pricetag-original {
    font-size: 0.8em;
    line-height: 1.2em;
    color: #3d3d3d;
    text-decoration: line-through;
    display: block;
}

.pricetag-sale {
    font-size: 1.3em;
    line-height: 1.1em;
    font-weight: 700;
    color: #1a1a1a;
    display: block;
}

.pricetag-currency {
    font-size: 0.6em;
}

.pricetag-discount {
    font-size: 0.55em;
    line-height: 1.2em;
    color: #2e8b57;
    font-weight: 600;
    display: block;
}

@keyframes heartbeat {
    0% {
        transform: scaleX(1) scaleY(1);
    }

    50% {
        transform: scaleX(1.2) scaleY(1.2);
    }

    100% {
        transform: scaleX(1) scaleY(1);
    }
}

.price-container {
    font-size: 20px;
    left: 331px;
    width: 50%;
    height: 180px;
    background: inherit;
}

#time {
    margin: 0 auto;
    font-size: 19px;
    font-weight: 700;
    color: white;
    width: 203px !important;
    padding-left: 23px !important;
    border-radius: 10px !important;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: inherit !important;
    border-radius: 0.25rem;
}

@media only screen and (min-width: 415px) and (max-width: 767px) {
    .productimg {
        height: auto;
        width: 415px;
        margin-left: -24px;
    }

    .mainheading-container {
        font-size: 20px;
        text-align: center;
        margin-bottom: 45px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .productimg {
        height: auto;
        width: 100% !important;
    }

    .mainheading-container {
        font-size: 20px;
        text-align: center;
        margin-bottom: 45px;
    }
}

.form-section {
    background-color: white;
    z-index: 1;
    margin-top: 0;
}

.mainheading-container {
    font-size: 20px;
    text-align: center;
    margin-bottom: 45px;
}

.inner:hover {
    border: 1px solid green;
}

.price-container {
    font-size: 20px;
    left: 190px;
    width: 50%;
    height: 180px;
    background: inherit;
}

.top-text {
    font-size: 9px;
}

.big-cont {
    z-index: 4;
}

#btn-submit {
    background-color: #04b361;
    color: white;
}

#btn-submit:hover {
    background-color: #07ef82;
    color: white;
}

.mainheading-container {
    z-index: 1;
    position: relative;
}

.inner-text {
    padding: 11px 4px;
}

@-webkit-keyframes float {
    0% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }
    50% {
        -webkit-transform: translatey(-20px);
        transform: translatey(-20px);
    }
    100% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }
}

@keyframes float {
    0% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }
    50% {
        -webkit-transform: translatey(-20px);
        transform: translatey(-20px);
    }
    100% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }
}

.satisfy-title {
    font-family: "Satisfy", cursive;
    display: inline-block;
    position: relative;
    max-width: 70%;
}

.section-title-1 {
    font-size: 68px;
    line-height: 1.1;
    font-weight: 400;
    letter-spacing: -0.075em;
    position: relative;
}
.section-1-text {
    font-size: 15px;
    line-height: 1.26667;
    font-weight: 300;
    letter-spacing: -0.014em;
    color: #fff;
}
.section-title-2 {
    color: var(--main-text-color);
    font-size: 40px;
}
.section-title-2 span {
    color: var(--secondary-color);
}
.form-title {
    position: relative;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 300;
    color: var(--main-text-color);
    line-height: 1;
}
.form-badge {
    font-family: 'Just Another Hand',cursive;
    color: var(--secondary-color);
    transform: rotate(-7deg);
    font-size: 3.5rem;
    margin-left: -7px;
}

/*hide form verification icons*/
.form-control.is-invalid, .was-validated .form-control:invalid,
.form-control.is-valid, .was-validated .form-control:valid {
    background-size: calc(.75em + 1rem) calc(.75em + .375rem) !important;
}
.form-control.is-valid:focus, .was-validated .form-control:valid:focus,
.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
    box-shadow: none !important;
}
.unedited-field {
    border-color: initial !important;
    background-image: none !important;
}

@media only screen and (max-width : 430px) {

    /*small countdown slider for mobile*/
    .slide-in.alert:not(.offer-ends) {
        display: flex;
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important;
        margin-bottom: 0;
        line-height: 24px;
        padding: 10px;
    }

    .slide-in.alert:not(.offer-ends) .close {
        order: 10;
        margin-left: auto;
    }

    .slide-in.alert:not(.offer-ends) > p {
        padding: 0 10px;
    }

    /*Bigger form for mobile*/
    #cart-form {
        margin: 30px 5px !important;
    }

    #cart-form .row-input {
        margin-bottom: 10px;
    }

    #cart-form .row-input input, #cart-form .row-input select {
        font-size: 0.8rem;
        height: 44px;
    }

    /* White background for mobile forms */
    .form-section {
        color: black !important;
        background: white;
        background-color: white !important;
    }
}

@media only screen and (max-width : 280px) {
    .slide-in.alert:not(.offer-ends) .close {
        order: 10;
        margin-left: 2vw;
    }
}

/*hide t&c on form*/
.div-terms {
    display: none;
}

.newPrivacyModal p, .newPrivacyModal li {
    font-size: small!important;
    margin-bottom: 0!important;
}
.newPrivacyModal h2 {
    font-size: 1.3rem;
}
.newPrivacyModal h3 {
    font-size: 1rem;
}
.newPrivacyModal h4 {
    font-size: .8rem;
}

.newTermsModal p, .newTermsModal li {
    font-size: small!important;
    margin-bottom: 0!important;
}
.newTermsModal h2 {
    font-size: 1.2rem;
}
.newTermsModal span {
    font-weight: 600;
}

.newPriceModal p, .newPriceModal li {
    font-size: small!important;
    margin-bottom: 0!important;
}
.newPriceModal h2 {
    font-size: 1.3rem;
}
.newPriceModal h3 {
    font-size: 1rem;
}
.newPriceModal h4 {
    font-size: .8rem;
}

.loading-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
}
.loading-list li {
    margin-bottom: 15px;
}

.custom-font {
    font-size: 12px;
    color: #FDFDFD;
}
a:hover {
    color: #FDFDFD;
}

a:hover {
    color: white;
    text-decoration: none;
}

/* Size Chart Table - Mobile Responsive */
#size-chart .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

#size-chart table {
    min-width: 100%;
}

@media only screen and (max-width: 576px) {
    #size-chart table th,
    #size-chart table td {
        padding: 10px 8px !important;
        font-size: 13px !important;
    }
    
    #size-chart h3 {
        font-size: 18px !important;
    }
    
    #product-features h2 {
        font-size: 22px !important;
    }
    
    #product-features .btn {
        font-size: 18px !important;
        padding: 12px 40px !important;
    }
}

@media only screen and (max-width: 400px) {
    #size-chart table th,
    #size-chart table td {
        padding: 8px 5px !important;
        font-size: 12px !important;
    }
}

