@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/*font-family: 'Roboto', sans-serif;*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


* {
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
ul li {
    margin: 0;
    padding: 0;
}

img {
    width: 100%;
}

ul li {
    list-style: none;
}

body {
    display: block;
    background: #F2F2F2;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.wrapper {
    display: block;
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
}

p {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0px;
    color: #000000;
}

header {
    background: #fff;
    margin-bottom: 0px;
}

header .top {
    display: flex;
    align-items: center;
    background: #ffffff;
    border-bottom: 5px solid #0b57d0;
}

header .top .logo {
    display: block;
    width: 100%;
    max-width: 275px;
    margin-left: 40px;
}

.menu {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.menu-ul {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.menu-ul li {
    padding: 16px 18px;
    position: relative;
}

.menu-ul li::after {
    content: " ";
    height: 25px;
    width: 0px;
    background: #C0C0C0;
    border-right: 0.75px solid #C0C0C0;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}

.menu-ul li:last-child {
    padding-right: 55px;
}

.menu-ul li:last-child::after {
    content: none;
}

.menu-ul li a {
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    text-decoration: none;
}

.search {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    position: relative;
    padding: 16px 30px 16px 0;
    color: #000000;
}

.search::after {
    content: " ";
    position: absolute;
    width: 19px;
    height: 19px;
    background: url(loupe.svg) no-repeat;
    background-size: contain;
    right: 0px;
}

.content {
    background: #fff;
    padding: 30px 50px;
}

.current-category {
    font-family: 'Roboto-', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 29px;
    margin-bottom: 22px;
    color: #c20017;
}

.title {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 10px;
}

.subh {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 47px;
    color: #000000;
    margin-bottom: 25px;
    margin-top: 25px;

}

.subtitle {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 35px;
    margin: 11px 0;
    color: #000000;
}

.post-date {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 31px;
    position: relative;
    padding: 0 7px;
    display: inline-block;
    text-transform: uppercase;
    color: #000000;
}

.post-date::before {
    content: " ";
    height: 14px;
    width: 0;
    border-left: 0.75px solid #000000;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.post-date::after {
    content: " ";
    height: 14px;
    width: 0;
    border-right: 0.75px solid #000000;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}

.categories {
    margin-top: 15px;
}

.categories ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

.categories ul li {
    background: #C0C0C0;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.15em;
    padding: 5px 14px;
    color: #FFFFFF;
    margin-right: 13px;
    margin-bottom: 5px;
}

.categories ul li.current {
    background: #c20017;
}

.categories ul li:last-child {
    margin-right: 0;
}

.content .image {
    display: block;
    margin: 40px auto;
}

.content .imageseen {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 540px;
}



.content .image.horizontal {
    width: 100%;
    max-width: 600px;
}

.content .image.seal {
    width: 100%;
    max-width: 450px;
}

@media screen and (max-width: 800px) {
    .content .image.seal {
        width: 100%;
        max-width: 600px;
    }
}

@media screen and (max-width: 800px) {
    .content .image.productimg {
        width: 100%;
        max-width: 6000px;
    }
}


@media screen and (max-width: 800px) {
    .meterdiv {
        width: 80% !important;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }
}



.meterdiv {
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.circlediv {
    width: 20%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    margin-top: 15px;
}

@media screen and (max-width: 800px) {
    .circlediv {
        width: 60%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 5px;
        margin-top: 15px;
    }
}


.content .image.productimg {
    width: 100%;
    max-width: 350px;
}

@media screen and (max-width: 800px) {
    .content .headimg {
        max-width: 600px;
        display: block;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 50px;
        margin-top: -3px !important;
    }
}

.content .headimg {
    max-width: 600px;
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    margin-top: -3px;
}

.content .image.product {
    width: 100%;
    max-width: 400px;
    height: auto;
}

.content .image.vertical {
    width: 100%;
    max-width: 410px;
}

.social {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 18px 0;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
    margin-bottom: 30px;
}

.social span {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin-right: 40px;
    color: #000000;
}

.social img {
    width: 41px;
    height: 41px;
    margin-right: 40px;
}

h1 {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 38px;
    line-height: 46px;
    margin: 20px 0;
    padding-left: 30px;
    color: #000000;
    position: relative;
}

.table-title b {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 45px;
    padding: 5px 10px;
    background: #c20017;
    text-transform: uppercase;
    position: relative;
    color: #FFFFFF;
    z-index: 2;
    text-align: center;
}

.table-title {
    position: relative;
}

.table-title::before {
    content: '';
    display: block;
    height: 5px;
    width: 100%;
    background: #F2F2F2;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.table-title b,
.graph,
.label {
    display: block;
    width: 100%;
    max-width: 540px;
    margin: 40px auto;
}

.label {
    margin: 35px auto;
}

.label li {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 29px;
    margin-bottom: 25px;
    color: #000000;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.graph {
    height: 325px;
}

.square1,
.square2 {
    height: 25px;
    width: 25px;
    margin-right: 8px;
    display: inline-block;
}

.square1 {
    background-color: #B8B8B8;
}

.square2 {
    background-color: #1202F7;
}

.graph tbody {
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(2em, 1fr));
    column-gap: 10%;
    align-items: end;
    height: 100%;
    margin: 3em 0 1em 2.8em;
    padding: 0;
    border-top: 1px solid #919191;
    border-bottom: 1px solid #919191;
    background: repeating-linear-gradient(180deg, #F2F2F2 0, #F2F2F2 0 1px, transparent 1px, transparent 20%);
}

.graph tbody:before,
.graph tbody:after {
    position: absolute;
    left: -3.2em;
    width: 2.8em;
    text-align: right;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    color: #000000;
}

.WeightConsistently tbody:before {
    content: "100%";
    top: -1em;
}

.WeightConsistently tbody:after {
    content: "0%";
    bottom: -1em;
}

.graph tbody th {
    position: absolute;
    top: -3em;
    left: 0;
    width: 100%;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    text-indent: 0;
    transform: rotate(-45deg);
}

.graph tr {
    position: relative;
    display: block;
}

.graph tr:hover {
    z-index: 999;
}

.graph tr:hover {
    opacity: 0.7;
}

.graph th,
.graph td {
    display: block;
    text-align: center;
}

.graph td {
    width: 100%;
    height: 100%;
    border-radius: 0.5em 0.5em 0 0;
    transition: background 0.5s;
}

.graph td span {
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 36px;
    width: 100px;
    color: #FFFFFF;
    transition: opacity 0.5s;
}

.AveragePounds tbody::before,
.AverageMineral tbody::before {
    content: "Pounds";
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    color: #000000;
    position: absolute;
    top: 46%;
    transform: translate(-50%, -50%);
    transform: rotate(-90deg);
}

.AverageWeightLoss tbody::before {
    content: "Average Pounds Lost After 1 Month";
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    color: #000000;
    width: 325px;
    position: absolute;
    top: 45%;
    text-align: center;
    left: -11em;
    transform: translate(-50%, -50%);
    transform: rotate(-90deg);
}

.AverageWeightLossPercentage tbody::before {
    content: "% Who Lost Over 30 Pounds After 1 Month";
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    width: 325px;
    line-height: 32px;
    color: #000000;
    position: absolute;
    top: 45%;
    text-align: center;
    left: -11em;
    transform: translate(-50%, -50%);
    transform: rotate(-90deg);
}

.SideEffects tbody::before {
    content: "% Who Experienced Side Effects";
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    width: 325px;
    line-height: 32px;
    color: #000000;
    position: absolute;
    top: 45%;
    text-align: center;
    left: -11em;
    transform: translate(-50%, -50%);
    transform: rotate(-90deg);
}

a {
    cursor: pointer;
    color: #c20017;
    text-decoration: underline;
}

.prod-img {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 40px auto;
}

.coupon {
    width: 100%;
    margin: 40px auto 10px;
    position: relative;
}

.coupon span {
    display: block;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    text-align: center;
    background: #fff;
    position: relative;
    z-index: 2;
}

.coupon::before {
    content: '';
    display: block;
    height: 0;
    border-bottom: 2px dashed #919191;
    width: 100%;
    background: #F2F2F2;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.coupon::after {
    content: " ";
    width: 50px;
    height: 37px;
    background: url(scissors.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: -20px;
    right: 20px;
    z-index: 2;
}

.claim-now {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    color: #c20017;
    text-align: center;
}

.note {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 29px;
    text-align: center;
    margin: 20px auto 10px;
    padding: 5px 0;
    background: yellow;
}

.notegreen {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 29px;
    text-align: center;
    margin: 20px auto 10px;
    padding: 5px 0;
    background-color: rgba(0, 255, 0, 0.3);
}


.stock-update img {
    width: 18px;
    margin-right: 5px;
}

.stock-update {
    border: 1px dotted #000;
    background: #EFFFF7;
    padding: 4px 9px;
    margin: 15px 0;
    display: flex;
    align-items: center;
}

.stock-update p {
    margin: 0;
}

.stock-update span {
    color: #dc3545;
}

.order_block {
    padding: 20px;
    border: 1px dotted #000;
    background: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.order-block-img {
    width: 30%;
    max-width: 240px;
    margin: 0 auto;
}

.order-block-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 70%;
}

.order-block-text p {
    margin-bottom: 0;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
}

.order-block-text .note {
    margin: 10px 0;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 29px;
    text-align: center;
    padding: 5px 15px;
}

.button {
    box-shadow: 0 0 0 0 rgb(232 76 61 / 70%);
    border-radius: 20px;
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    display: block;
    background: rgb(222, 116, 116);
    background: -moz-linear-gradient(180deg, rgba(222, 116, 116, 1) 0%, rgba(247, 34, 16, 1) 60%);
    background: -webkit-linear-gradient(180deg, rgba(222, 116, 116, 1) 0%, rgba(247, 34, 16, 1) 60%);
    background: linear-gradient(180deg, rgba(222, 116, 116, 1) 0%, rgba(247, 34, 16, 1) 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#de7474", endColorstr="#c20017", GradientType=1);
    text-align: center;
    width: 100%;
    max-width: 500px;
    text-align: center;
    margin: 15px auto;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 54px;
    text-decoration: none;
    border-radius: 10px;
    padding: 20px 15px;
    color: #fff;
}

.checkmark {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    color: #c20017;
    text-align: center;
    padding-left: 30px;
    position: relative;
}

.checkmark::before {
    content: " ";
    width: 30px;
    height: 29px;
    background: url(checkmark2.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: 5px;
    top: -11px;
}

@media screen and (max-width: 1150px) {
    .menu {
        display: none;
    }
}

@media screen and (max-width: 750px) {
    .order_block {
        flex-direction: column;
    }

    .order-block-img {
        width: 100%;
        margin-bottom: 20px;
    }

    .order-block-text {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    header {
        margin-bottom: 0;
    }

    header .top {
        padding-left: 5px;
        min-height: auto;
        max-height: 75px;
    }

    header .top .logo {
        max-width: 250px;
        margin-left: 5px;
    }

    .content {
        padding: 15px;
    }

    .current-category {
        display: none;
    }

    .title {
        font-size: 22px;
        line-height: 10px;
        margin-bottom: 10px;
    }

    .subtitle {
        font-size: 20px;
        line-height: 25px;
    }

    .post-date {
        font-weight: 300;
        font-size: 14px;
        line-height: 25px;
    }

    .categories ul li {
        font-size: 12px;
        line-height: 14px;
        margin-right: 5px;
        letter-spacing: 0.15em;
    }

    .content .image.horizontal,
    .content .image.vertical {
        max-width: 100%;
    }

    .content .image {
        margin: 20px auto;
    }

    .social img {
        width: 27px;
        height: 27px;
        margin-right: 15px;
    }

    .social {
        padding: 12px 0;
    }

    .social span {
        font-size: 15px;
        line-height: 18px;
        margin-right: 20px;
    }

    p {
        font-size: 14px;
        line-height: 16px;
        letter-spacing: -0.02em;
    }

    h1 {
        font-weight: 800;
        font-size: 28px;
        line-height: 45px;

        letter-spacing: -0.02em;
        padding-left: 15px;
    }


    .table-title b {
        font-size: 17px;
        line-height: 31px;
    }

    .table-title::before {
        display: none;
    }

    .table-title b,
    .graph,
    .label {
        max-width: 100%;
        margin: 25px 0;
    }

    .graph {
        margin-top: 0;
        margin-bottom: 35px;
    }

    .graph tbody {
        margin-top: 0;
        margin-left: 2em;
    }

    .table-title {
        margin-top: 35px;
    }

    tbody::before,
    tbody::after {
        font-size: 12px !important;
        line-height: 22px !important;
    }

    .graph td span {
        font-size: 12px;
        line-height: 25px;
    }

    .coupon::before,
    .coupon::after {
        display: none;
    }

    .AverageWeightLoss tbody::before,
    .AverageWeightLossPercentage tbody::before,
    .SideEffects tbody::before {
        left: -15em;
    }

    .label li {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 500px) {
    .stock-update img {
        display: none;
    }

    .button {
        font-size: 24px;
        line-height: 30px;
    }
}

@media screen and (max-width: 400px) {

    .note,
    .order-block-text .note {
        font-size: 18px;
        line-height: 32px;
        letter-spacing: -0.02em;
        padding: 5px;
    }

    .button {
        font-size: 24px;
        line-height: 30px;
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0)
    }
}

.spin-wrapper {
    -webkit-box-shadow: 0 0 10px;
    box-shadow: 0 0 10px;
    border: 3px solid red;
    padding: 20px 10px;
    border-radius: 10px;
    text-align: center;
    box-sizing: border-box;
    overflow: hidden;
}

.spin-wrapper img {
    max-width: 100%;
}

#align .spin-wrapper p {
    text-align: center;
    font-size: 21px !important;
    line-height: 1.4 !important;
    margin-bottom: 15px
}

.wheel-wrapper {
    text-align: center
}

.wheel {
    margin: 0 auto;
    position: relative;
    width: 100%;
    max-width: 400px;
}

.wheel-cursor {
    position: absolute;
    width: 150px !important;
    height: 150px;
    top: 49%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.cursor-text {
    position: absolute;
    z-index: 2;
    display: inline-block;
    width: 70px !important;
    height: 70px;
    line-height: 70px;
    cursor: pointer;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    background-color: #ccc;
    border: 1px solid #ccc;
    top: 50%;
    left: 50%;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: rgba(255, 255, 255, 1) 0 -2px 0 inset, rgba(255, 255, 255, 1) 0 2px 0 inset, rgba(0, 0, 0, .4) 0 0 5px;
    box-shadow: rgba(255, 255, 255, 1) 0 -2px 0 inset, rgba(255, 255, 255, 1) 0 2px 0 inset, rgba(0, 0, 0, .4) 0 0 5px;
    background: #fff;
    background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0, rgba(255, 255, 255, 1)), color-stop(100%, rgba(234, 234, 234, 1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0, rgba(234, 234, 234, 1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0, rgba(234, 234, 234, 1) 100%);
    background: -webkit-radial-gradient(center, ellipse, rgba(255, 255, 255, 1) 0, rgba(234, 234, 234, 1) 100%);
    background: -o-radial-gradient(center, ellipse, rgba(255, 255, 255, 1) 0, rgba(234, 234, 234, 1) 100%);
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0, rgba(234, 234, 234, 1) 100%)
}

.wheel-img {
    -webkit-transition: 4s;
    -o-transition: 4s;
    transition: 4s
}

.close-popup {
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url("cross.svg");
    background-size: 100%;
    top: -40px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px #fff;
    box-shadow: 0 0 10px #fff;
    right: -40px;
    cursor: pointer
}

.cursor-text:active {
    -webkit-box-shadow: rgba(0, 0, 0, .4) 0 0 5px inset;
    box-shadow: rgba(0, 0, 0, .4) 0 0 5px inset
}

.pop-up-layer {
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(0, 0, 0, .7) !important;
    z-index: 99 !important
}

.pop-up-layer-show {
    display: block
}

.pop-up-window {
    position: relative;
    width: 100%;
    max-width: 400px;
    right: 0;
    left: 0;
    top: 50%;
    margin: 0 auto;
    background: #fff none repeat scroll 0 0;
    text-align: center;
    padding: 10px;
    padding-top: 70px;
    padding-bottom: 20px;
    border-radius: 10px;
    animation: .7s ease 0s normal none 1 running pop-up-appear;
    transform: translateY(-50%);
}

.pop-up-window::before {
    content: "";
    position: absolute;
    width: 110px;
    height: 110px;
    top: -55px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #71c341;
    border-radius: 50%;
    animation: .5s ease .6s normal backwards 1 running pop-up-appear-before
}

.pop-up-window::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 20px;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-width: medium medium 4px 4px;
    border-style: none none solid solid;
    border-color: currentcolor currentcolor #fff #fff;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    transform: rotate(-45deg);
    transition: opacity 1s ease 0s;
    animation: .5s ease .6s normal backwards 1 running pop-up-appear-after
}

.spin-result-wrapper {
    display: none;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    top: 0;
    z-index: 999;
    left: 0;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, .6);
    text-align: center
}

.super-rotation {
    -webkit-animation-name: super-rotation;
    animation-name: super-rotation;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

@-webkit-keyframes super-rotation {
    70% {
        -webkit-transform: rotate(1783deg);
        transform: rotate(1783deg)
    }

    100% {
        -webkit-transform: rotate(1774deg);
        transform: rotate(1774deg)
    }
}

@keyframes super-rotation {
    70% {
        -webkit-transform: rotate(1783deg);
        transform: rotate(1783deg)
    }

    100% {
        -webkit-transform: rotate(1774deg);
        transform: rotate(1774deg)
    }
}

.pop-up-heading {
    font-family: 'Roboto', sans-serif !important;
    font-size: 37px;
    margin-bottom: 20px
}

.pop-up-text {
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    padding-top: 10px;
}

.pop-up-button {
    font-family: 'Roboto', sans-serif !important;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 20%;
    font-size: 20px;
    border-radius: 5px;
    background-color: #71c341;
    color: #fff !important;
    border: medium none;
    cursor: pointer;
    outline: medium none
}

.pop-up-button:hover {
    color: #fff;
    text-decoration: none
}

@media screen and (max-width: 480px) {
    .wheel_input {
        width: 90% !important;
    }

    .country_select {
        width: 96% !important;
    }
}

html {
    overflow-x: hidden;
}



.comments {
    display: block;
    margin-bottom: 30px;
}

.comment {
    display: block;
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
    min-height: 50px;
    margin-bottom: 15px;
}

.comment:last-child {
    border-bottom: none;
}

.comment.ans {
    padding: 0px;
    padding-left: 35px;
    border-bottom: none;
    margin-bottom: 0px;
    margin-top: 20px;
}

.comment .ava {
    max-width: 50px;
    width: 100%;
    float: left;
    border-radius: 50%;
}

.comment p {
    margin-left: 60px;
    font-size: 14px;
    line-height: 18px;
}

.comment p:last-child {
    margin-bottom: 0;
}

.comment p.comm-date {
    color: #A8ABAE;
}

.comment .comm-img {
    max-width: 300px;
    width: 100%;
    margin-left: 60px;
    margin-top: 5px;
}


@media screen and (max-width: 500px) {
    .comment .ava {
        margin-right: 10px;
    }

    .comment p,
    .comment .comm-img {
        margin-left: auto;
    }
}


.pop-up-button {
    display: inline-block !important;
}

.pop-up-text small {
    display: block;
    font-size: 12px;
    line-height: 14px;
    margin-top: 10px;
}

.quote {
    width: 90%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin: 40px auto;
}

.quote img {
    padding: 12px;
    width: 100%;
    max-width: 300px;
    margin: 0 auto !important;
    border-top: none !important;
}

.quote_text p {
    font-style: italic !important;
    padding: 12px;
}

.quote_text .name {
    font-style: normal !important;
    font-weight: 600 !important;
}

.quote_text p:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 950px) {
    .quote {
        flex-direction: column;
    }
}

@media screen and (max-width: 500px) {
    .quote {
        width: 100%;
    }
}

.prodtitle {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 40px;
    color: #000000;
    position: relative;
    text-align: center;
    margin-top: 100px;
}

@media screen and (max-width: 800px) {
    .prodtitle {
        font-family: 'Roboto', sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 28px;
        line-height: 40px;
        color: #000000;
        position: relative;
        text-align: center;
        margin-top: 50px;
    }
}

table p {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    position: relative;
    text-align: center;
    margin-bottom: 0px;
}


table,
th,
td {
    border: 1px solid #f0f0f0;
    border-collapse: collapse;
    text-align: center;
    width: 100%;
}

.toptitle {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 26px;
    line-height: 35px;
    color: #000000;
    position: relative;
    text-align: center;
    padding: 15px;
    border-radius: 20px;
    border: none;
    margin-bottom: 25px;
}

@media screen and (max-width: 800px) {
    .prodreview {
        border-radius: 20px;
        border-color: #d0d0d0;
        border: 1px solid;
        padding: 15px;
        position: relative;
        display: block;
        object-fit: cover;
        width: 100%;
        height: auto;
        margin-top: 60px;
        margin-bottom: 100px;

    }
}


.prodreview {
    border-radius: 20px;
    border-color: #d0d0d0;
    border: 1px solid;
    padding: 15px;
    position: relative;
    display: block;
    object-fit: cover;
    width: 100%;
    height: auto;
    margin-top: 120px;
    margin-bottom: 100px;
}


.overlay {
    position: absolute;
}


.overlay_0 {
    left: 0;
    top: 0;
    padding: 0.5rem;
    /* margin: 4px; */
    margin-right: auto;
    margin-left: auto;
    /* transform: rotate(352deg); */
    z-index: 100;
    margin-top: -141px;
    width: 100%;
}


@media screen and (max-width: 800px) {
    .overlay_0 {
        left: 0;
        top: 0;
        padding: 0.5rem;
        /* margin: 4px; */
        /* margin-left: 6px; */
        /* transform: rotate(352deg); */
        z-index: 100;
        margin-top: -105px;
    }
}

.prodstats {
    width: 100%;
}




.progress-text {
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 35px;
    color: gray;
    font-weight: 300;
}

.meter {
    box-sizing: content-box;
    height: 20px;
    /* Can be anything */
    position: relative;
    margin: 10px 0 10px 0;
    /* Just for demo spacing */
    background: #ddd;
    border-radius: 25px;
    box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
}

.meter>span {
    display: block;
    height: 100%;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: rgb(43, 194, 83);
    background-image: linear-gradient(center bottom,
        rgb(43, 194, 83) 37%,
        rgb(84, 240, 84) 69%);
    box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3),
        inset 0 -2px 6px rgba(0, 0, 0, 0.4);
    position: relative;
    overflow: hidden;
}

.meter>span:after,
.animate>span>span {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: linear-gradient(-45deg,
        rgba(255, 255, 255, 0.2) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.2) 50%,
        rgba(255, 255, 255, 0.2) 75%,
        transparent 75%,
        transparent);
    z-index: 1;
    background-size: 50px 50px;
    animation: move 2s linear infinite;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
}

.animate>span:after {
    display: none;
}

@keyframes move {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 50px 50px;
    }
}

.orange>span {
    background-image: linear-gradient(#f1a165, #f36d0a);
}

.red>span {
    background-image: linear-gradient(#f0a3a3, #f42323);
}

.nostripes>span>span,
.nostripes>span::after {
    background-image: none;
}

#page-wrap {
    width: 490px;
    margin: 80px auto;
}

pre {
    background: #000;
    text-align: left;
    padding: 20px;
    margin: 0 auto 30px;
}

* {
    box-sizing: border-box;
}

.proconicon {
    max-width: 20px;
    vertical-align: middle;
    margin: 5px;
}

.procon {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    position: relative;
    margin-bottom: 5px;
    margin-left: 25%;
    text-align: left;
    margin-top: 5px;
}



@media screen and (max-width: 800px) {
    .procon {
        font-family: 'Roboto', sans-serif;
        font-style: normal;
        font-size: 16px;
        line-height: 30px;
        color: #000000;
        position: relative;
        margin-bottom: 5px;
        margin-left: 2.5%;
        margin-right: 2.5%;
        text-align: left;
        margin-top: 5px;
    }
}

.procon p {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    position: relative;
    margin-bottom: 0px;
    text-align: left;
}



.conclusion {
    margin-left: 2.5% !important;
    margin-right: 2.5% !important;
    margin-top: 10px !important;
}
}

.conclusion {
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 10px;
}

.conclusion p {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    position: relative;
    margin-bottom: 0px;
    text-align: left;
    padding: 10px;
}


.greenbutt {
    background-color: #00b404;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    padding: 15px 10px;
    text-align: center;
    width: 90%;
    font-weight: 500;
    text-decoration: none;
    max-width: 500px;
    margin: 10px;
}


.button {
    background-color: #004A7F;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    color: #FFFFFF;
    width: 90%;
    cursor: pointer;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}

@-webkit-keyframes glowing {
    0% {
        background-color: #B20000;
        -webkit-box-shadow: 0 0 3px #B20000;
    }

    50% {
        background-color: #FF0000;
        -webkit-box-shadow: 0 0 40px #FF0000;
    }

    100% {
        background-color: #B20000;
        -webkit-box-shadow: 0 0 3px #B20000;
    }
}

@-moz-keyframes glowing {
    0% {
        background-color: #B20000;
        -moz-box-shadow: 0 0 3px #B20000;
    }

    50% {
        background-color: #FF0000;
        -moz-box-shadow: 0 0 40px #FF0000;
    }

    100% {
        background-color: #B20000;
        -moz-box-shadow: 0 0 3px #B20000;
    }
}

@-o-keyframes glowing {
    0% {
        background-color: #B20000;
        box-shadow: 0 0 3px #B20000;
    }

    50% {
        background-color: #FF0000;
        box-shadow: 0 0 40px #FF0000;
    }

    100% {
        background-color: #B20000;
        box-shadow: 0 0 3px #B20000;
    }
}

@keyframes glowing {
    0% {
        background-color: #B20000;
        box-shadow: 0 0 3px #B20000;
    }

    50% {
        background-color: #FF0000;
        box-shadow: 0 0 40px #FF0000;
    }

    100% {
        background-color: #B20000;
        box-shadow: 0 0 3px #B20000;
    }
}

.footer {
    margin-top: 50px;
    text-align: center;
    padding: 10px;
}

.footer p,
li,
h3 {
    color: #898989;
    font-size: 10px;
    line-height: 18px;
}

ol {
    padding: 10px;
    text-align: left;
}

/*Professional Author Box CSS Code*/
.about-author {
    width: 100% !important;
    display: block;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 0px !important;
    margin-bottom: 15px !important;
    max-width: 544px;
    overflow: hidden;
    margin: 10px 0px;
    border: 0px;
    background: #f2f2ef;
    margin: 0px;
    padding: 10px;
    border: 1px solid #ccc;
    overflow: hidden;
    color: #333333;
    font-size: 14px;
    border-radius: 20px;
    line-height: 24px;
}



@media screen and (max-width: 800px) {

    .about-author {
        width: 100% !important;
        display: block;
        width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-top: 0px !important;
        margin-bottom: 15px !important;
        max-width: 544px;
        overflow: hidden;
        margin: 10px 0px;
        border: 0px;
        background: #f2f2ef;
        margin-top: 10px !important;
        margin-bottom: 10px !important;
        padding: 5px;
        border: 1px solid #ccc;
        overflow: hidden;
        color: #333333;
        font-size: 14px;
        border-radius: 20px;
        line-height: 24px;
    }

}



.about-author img {
    display: block;
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-border-radius: 999em;
    -moz-border-radius: 999em;
    border-radius: 999em;
    border: 2px solid #ddd;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.about-author h3 {
    font-family: Roboto;
    font-size: 16px !important;
    line-height: 24px;
    margin: 9px 0px !important;
    color: #666 !important;
    border-bottom: 2px solid #666 !important;
    border-top: 0px !important;
}

.about-author p {
    font-size: 12px !important;
    line-height: 15px;
    margin: 0px;
    color: #666;
    padding: 5px;

}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --progress-bar-width: 100px;
    --progress-bar-height: 100px;
    --font-size: 1.5rem;
}


.circular-progress {
    width: var(--progress-bar-width);
    height: var(--progress-bar-height);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inner-circle {
    position: absolute;
    width: calc(var(--progress-bar-width) - 30px);
    height: calc(var(--progress-bar-height) - 30px);
    border-radius: 50%;
    background-color: lightgrey;
}

.percentage {
    position: relative;
    font-size: var(--font-size);
    color: rgb(0, 0, 0, 0.8);
}

@media screen and (max-width: 800px) {
    :root {
        --progress-bar-width: 100px;
        --progress-bar-height: 100px;
        --font-size: 1.3rem;
    }
}

@media screen and (max-width: 500px) {
    :root {
        --progress-bar-width: 100px;
        --progress-bar-height: 100px;
        --font-size: 1rem;
    }
}

/* set arrow positioning */


@media screen and (max-width: 800px) {

    .arrow {
        width: 60px;
        height: 82px;
        position: relative;
        left: 40% !important;
        margin-top: -26px;
        /* margin-left: -26px; */
        bottom: 5%;
        z-index: 999;
    }

    /* set arrow styles */
    .arrow path {
        stroke: #72b4f9;
        stroke-width: 2px;
        fill: transparent;
        animation: down 2s infinite;
    }

}


.arrow {
    width: 60px;
    height: 82px;
    position: relative;
    left: 47%;
    margin-top: -26px;
    /* margin-left: -26px; */
    bottom: 5%;
    z-index: 999;
}

/* set arrow styles */
.arrow path {
    stroke: #72b4f9;
    stroke-width: 2px;
    fill: transparent;
    animation: down 2s infinite;
}

/* arrow keyframe animation */
@keyframes down {
    0% {
        opacity: 0
    }

    25% {
        opacity: 1
    }

    75% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

/* arrow animation delay */
.arrow path.a1 {
    animation-delay: -1s;
}

.arrow path.a2 {
    animation-delay: -.5s;
}

.arrow path.a3 {
    animation-delay: 0s;
}

.recommend @font-face {
    font-family: RobotoBold;
    src: url("https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fBBc4.woff2");
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}

.recommend {
    position: relative;
    background-color: white;
}

.recommend a:link {
    color: black;
}

.recommend a:visited {
    color: black;
}

.recommend a:hover {
    color: #337B99;
}

.recommend p {
    font-family: RobotoBold;
    line-height: normal;
}

.recommend .smm-highlight:hover {
    filter: brightness(120%);
    -webkit-filter: brightness(120%);
}

.recommend .smm-highlight:active {
    filter: brightness(120%);
    -webkit-filter: brightness(120%);
}

.recommend .adtag {
    position: absolute;
    display: flex;
    right: 2px;
    bottom: 2px;
    height: 14px;
}

.recommend .adtag>.tag {
    border-radius: 3px;
    border: 1px solid #198000;
    background: #7bc712;
    width: 20px;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    color: white;
    margin: 0px;
}

.recommend .adtag>.headline {
    font-size: 10px;
    color: #a7a7a7;
    padding-top: 2px;
    padding-right: 5px;
    height: 10px;
    margin: 0px;
    text-decoration: none;
}

.recommend .smm-branding {
    display: flex;
    flex-direction: row;
    justify-content: end;
    z-index: 1;
}

.recommend .smm-branding img {
    height: 11px;
    vertical-align: middle
}

.recommend .smm-branding p {
    font-size: 14px;
    color: #b1b1b1;
    display: inline;
    vertical-align: middle;
    margin: 0px;
    text-shadow: 1px 1px 2px #dedede;
}

.recommend-1x6-container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    height: 700px;
    flex-direction: column;
}

.recommend-1x6-ad {
    height: 85px;
    display: flex;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
    margin-right: 5px;
    margin-left: 5px;
    background-color: white;
}

.recommend-1x6-image {
    float: left;
    display: block;
    object-fit: cover;
    height: auto;
    width: 100%;
    max-width: 136px;
    max-height: 100px;
}

.recommend-1x6-desc {
    font-family: RobotoBold;
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
    text-align: left;
    margin: 0;
    margin-top: 5px;
    align-items: top;
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.recommend-1x6-branding {
    position: absolute;
    right: 7px;
    top: 2px;
}

</style>