/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.5.9
*/


/*************** ADD CUSTOM CSS HERE.   ***************/


/* Slowdown Animations */

[data-animated="true"] {
    animation-delay: .05s;
}

[data-animate] {
    transition: filter 0.65s, transform 0.8s, opacity 0.35s ease-in;
}

.col+.col [data-animate],
[data-animate]+[data-animate] {
    transition-delay: .1s
}

.col+.col+.col [data-animate],
[data-animate]+[data-animate]+[data-animate] {
    transition-delay: .15s
}

.col+.col+.col+.col [data-animate],
[data-animate]+[data-animate]+[data-animate]+[data-animate] {
    transition-delay: .2s
}

.col+.col+.col+.col+.col [data-animate],
[data-animate]+[data-animate]+[data-animate]+[data-animate]+[data-animate] {
    transition-delay: .25s
}

.col+.col+.col+.col+.col+.col [data-animate] {
    transition-delay: .3s
}

.col+.col+.col+.col+.col+.col+.col [data-animate] {
    transition-delay: 0.35s
}

.box,
.box-image,
.box-text {
    transition: opacity 0.15s, transform 0.15s, background-color 0.15s;
}

.fw-600 {
    font-weight: 600 !important;
}

.box-text-inner {
    padding: 0.625em 1.25em;
}

.homepage-journey .box-text-inner {
    padding: 0;
}


/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&display=swap'); */

body {
    color: #080808;
    /*     font-family: 'Open Sans', sans-serif; */
    /*     background-color: #f8f8f8 !important; */
    background-color: #FFF;
    overflow-x: hidden;
}

#wrapper,
#main {
    background-color: #f8f8f8;
    position: relative;
}

span.im-anim {
    position: relative;
    font-size: 1em;
    transition: all 0.35s ease-in-out 1.3s;
}

.banner.is-selected span.im-anim {
    font-size: 0;
}

span.im-anim::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 60%;
    width: 0%;
    height: 3px;
    background: #000;
    transform: translateY(-50%);
    transition: all 0.5s ease-in-out 0.75s;
}

.banner span.im-anim::before {
    width: 0%;
}

.banner.is-selected span.im-anim::before {
    width: 100%;
}

.banner-text h3 span {
    display: inline-block;
    vertical-align: middle;
}

.optional{
    display: none;
    visibility: hidden;
}

p.lead,
a.lead {
    font-size: 1em;
}

p {
    line-height: 1.46;
    font-size: 1.2em;
    color: #000;
}

.nav>li>a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
}

.button1 {
    background: #ffe36c !important;
    color: #000;
    margin-top: 25px;
    font-size: 18px;
}

.banner h1 {
    font-size: 3em;
}

.banner h2 {
    font-weight: 800;
    line-height: 1.24;
}

.banner h3 {
    font-weight: 800;
    line-height: 1.24;
    font-size: 1.9em;
    display: inline;
    /*background: #fff;*/
}

.banner-text {
    position: relative;
}

.banner-text:before {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #fdf8f8;
    content: "";
    border-radius: 50%;
    top: 6px;
    left: 10px;
}

.banner .banner-btn {
    color: #000;
    padding: 5px 40px;
}

.banner-text h3 {
    position: relative;
    display: block;
    color: #000;
    font-weight: 800;
}


/*.banner-text h3 span {
    background-image: url(https://possible.in/wp-content/uploads/2020/10/blank-possible.png);
    width: 127px;
    height: 25px;
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 9999;
    position: relative;
}*/

.banner .middle-btn {
    border-radius: 89px;
    padding: 3px 30px 0px 30px;
    background: #fff;
    border: none;
    color: #000;
    font-size: 1.2em;
}

.book-free {}

.button.is-outline {
    border: 2px solid #ffe36c;
}

.percentage {
    font-weight: 600;
}

.title-case {
    font-size: 45px;
    font-weight: 800;
}

.title-case span {
    background-image: url(https://possible.in/wp-content/uploads/2020/10/possible-1.png);
    width: 182px;
    height: 38px;
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 9999;
    position: relative;
}

.people {
    background: none !important;
}

.people .overlay {
    background-color: rgb(0 0 0 / 0%);
}

#banner-875415219 .overlay {
    background-color: rgb(0 0 0 / 0%) !important;
}

.overlay {
    background-color: rgb(0 0 0 / 0%);
}

.banner .people-btn {
    background: #fff !important;
}

.people-btn span {
    color: #000 !important;
}


/* .box-text-inner {
    padding: 10px 20px;
}

.box-text-inner .start-btn {} */

.except-inner {
    border-radius: 6px;
}

.except-icon {
    top: -38px;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
}

.orange-bg {
    display: block;
}

.orange-bg .bg-fill {
    background-position: top center !important;
}

.people .overlay {
    background-color: rgb(0 0 0 / 0%) !important;
}

.challenge {
    margin-top: -63px !important;
}

.pic-right {
    z-index: 9;
}

.green-bg {
    margin-top: -200px;
    padding-top: 85px !important;
    padding-bottom: 185px !important;
    position: relative;
}

.icons-position {
    position: absolute;
    top: 135px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.start-title .weight {
    background: #ffe36c;
    width: auto;
    height: auto;
}

.start-title {
    color: #000;
    font-size: 42px;
    font-weight: 800;
    line-height: normal;
    text-align: center;
    position: relative;
}

.start-title span {
    width: 177px;
    height: 36px;
    background-image: url(https://possible.in/wp-content/uploads/2020/10/black-possible.png);
    display: inline-block;
    background-repeat: no-repeat;
}

.start-title .impossible {
    width: 186px;
    height: 36px;
    background-image: url(https://possible.in/wp-content/uploads/2020/10/green-possible.png);
    display: inline-block;
    background-repeat: no-repeat;
}

.start-title-1 {
    color: #000;
    font-size: 44px;
    font-weight: 800;
    line-height: normal;
    position: relative;
    white-space: nowrap;
}

.start-title-1 .join-bg {
    white-space: nowrap;
    background: #fff;
}

.people-are {
    white-space: nowrap;
    background: #fffdfd;
    display: inline;
    font-size: 2.3em !important;
}

.people-are span {
    width: 181px;
    height: 43px;
    background-image: url(https://possible.in/wp-content/uploads/2020/10/black-possible.png);
    display: inline-block;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.diet {
    color: #000;
    font-size: 43px;
    font-weight: 800;
    line-height: normal;
    text-align: center;
    position: relative;
}

.diet span {
    background: #ffe36c;
}

.health {
    color: #000;
    font-size: 45px;
    font-weight: 800;
    line-height: 40px;
    text-align: center;
    position: relative;
}

.health span {
    background: #bfed83;
}

.range {
    color: #000;
    font-size: 45px;
    font-weight: 800;
    line-height: 40px;
    text-align: center;
    position: relative;
}

.range span {
    background: #97dcff;
}

.start-title-1 span {}

.start-title-1:before {
    bottom: 0;
    background: #fff;
    content: "";
    width: 44%;
    z-index: -1;
    left: 32%;
    right: 0;
    top: 0;
}

.start-title-1:nth-child(2):before {
    display: none;
}

.award {
    font-size: 1em;
}

.download {
    margin-top: 110px;
}

.yellow-bg {
    position: absolute;
    top: 58%;
    left: 0;
    right: 0;
    width: 80%;
    z-index: 9;
    margin: auto;
}

.bounce-back-right {
    margin-top: 116px;
}

.footer-custom {
    display: block;
    background: #000;
    color: #fff;
}

.footer-custom .row {
    color: #fff;
    max-width: 1423px !important;
}

.footer-custom .row .col {
    max-width: 20% !important;
    flex-basis: 20% !important;
}

.footer-custom .row .textwidget a {
    color: #bbb;
}

.notify {
    color: #fff;
}

.notify p {
    color: #fff;
}

.notify input[type='email'] {
    box-sizing: border-box;
    border: 0px solid #ddd;
    padding: 0.1em .75em;
    height: 2.507em;
    font-size: .97em;
    border-radius: 20px;
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    background-color: #383838;
    color: #FFF;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    transition: color .3s, border .3s, background .3s, opacity .3s;
}

.notify button {
    background: #98f4bd;
    float: right;
    border-radius: 19px;
    position: absolute;
    right: -1px;
    color: #000;
}

.foot-social {
    display: inline-block;
}

.foot-social p {
    color: #fff;
}

.absolute-footer .foot-bottom {
    max-width: 1410px !important;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.absolute-footer .foot-bottom:after {
    display: none;
}

.absolute-footer {
    background-color: #000000;
    border-top: 0.1px solid #fff;
}

.footer-custom .row .textwidget a {
    font-size: 14px;
}

.payment-icons .payment-icon {
    background-color: rgb(255 255 255 / 70%);
}

.range-product {
    max-width: 8%;
    flex-basis: 8%;
}

.super-prdct {
    max-width: 19.667%;
    flex-basis: 19.667%;
}

.button.icon {
    background: #ffe36c;
}

.button.icon:hover {
    background-color: #000 !important;
    transition: all 0.3s;
}

.jump-section-main {
    padding: 100px 0px;
}

.jump-left {}

.jump {}

.jump-text {
    font-size: 40px;
    font-weight: 800;
}

.jump-text span {
    width: 100px;
    height: 40px;
    background: #dcbbff;
    ;
    font-size: 40px;
    font-weight: 800;
}

.button1 {
    background: #000;
}

.banner .middle-btn {
    border-radius: 89px;
    padding: 3px 30px 0px 30px;
    background: #fff;
    border: none !important;
    color: #000 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.banner h1,
.banner h2 {
    color: #000;
}

#banner-241921790 .overlay {
    background-color: rgba(0, 0, 0, 0) ! important;
}

.dark h1,
.dark h2 {
    color: #000 !important;
}

.dark p {
    color: #000 !important;
}

.pic-right {
    z-index: 9;
}

.people-btn {}

.numbers {
    display: none;
}

.foot-right {
    display: inline-block;
}

.cart-icon strong {
    border-color: #0d0d0d !important;
}

.cart-icon strong::after {
    border-color: #0d0d0d !important;
}


/* second-page*/

.banner-title {}

.banner-title h1 {
    line-height: 56px;
}

.banner-title h1 span {
    background: #f9c1c2;
}

.under-banner p {
    margin: auto;
    padding: 0px 165px;
}

.col.carousel-icons {
    padding: 0px 5px;
}

.secondary-title h1 span {
    background: #dcbbff;
}


/*.box-text p
{
    background: #f5c1a8 !important;
    color: #000000 !important;
    padding: 15px 25px !important;
    display: inline !important;
    border-radius: 30px;
    font-weight: 700;
}
*/


/* .blog-post-inner
{
    padding: 10px 33px;
}

.blog-post-inner .is-large
{
    font-size: 1em;
    line-height: 1.7;
    font-weight:600;
} */

.box-blog-post .is-divider {
    margin-top: 2.5em !important;
}

.inner-blog {
    padding: 0px 0px 60px;
}

.inner-blog .box {
    background: #fff;
    box-shadow: 0px 0px 35.72px 2.28px rgba(1, 1, 1, 0.06);
    border-radius: 8px;
}

.dark h4 {
    color: #000;
}

.box-blog-post .is-divider {
    display: none;
}


/* .text-center .button:last-of-type
{
    margin-right: 0 !important;
    padding: 10px 45px;
    border-radius: 99px;
    margin: 30px 0;
    background:#f5c1a8;
    border: none;
    color: #000;

} */

@media only screen and (max-width:1280px) {
    .start-title {
        font-size: 38px !important;
    }

    .banner h1 {
        font-size: 2.8em;
    }

    .diet {
        line-height: 60px;
        font-size: 40px;
    }

    .start-title {
        font-size: 38px;
    }

    .col+.col .col-inner {
        margin: 0;
    }

    .yo-yo {
        padding: 50px 0px 0px;
    }

    .range-product {
        max-width: 0%;
        flex-basis: 0%;
    }

    .super-prdct {
        max-width: 20.667%;
        flex-basis: 20.667%;
    }

    .start-title-1 {
        font-size: 35px !important;
    }

    .footer-custom .row .col {
        max-width: 18% !important;
        flex-basis: 18% !important;
    }

    .start-title-1:before {
        bottom: 0;
        background: #fff;
        content: "";
        max-width: 58%;
        width: 50%;
        z-index: -1;
        left: 43%;
        right: 0;
        height: 55px;
    }

    .orange-bg .col-inner>.img:not(:last-child) {
        margin-bottom: 0 !important;
    }
}

@media only screen and (max-width:1024px) {
    #text-box .text-box {
        width: 39%;
    }

    .lg-x100 {
        right: 10%;
    }

    .res-text {
        font-size: 13px;
    }

    #banner .banner {
        padding-top: 190px;
    }

    p.lead,
    a.lead {
        margin: 0;
    }

    .start-title {
        font-size: 33px !important;
    }

    .jump-text {
        font-size: 38px !important;
        line-height: normal;
    }

    .green-bg {
        padding-bottom: 79px !important;
    }

    .except-inner {
        border-radius: 6px;
        max-width: 40%;
        flex-basis: 40%;
    }

    .icons-position {
        position: unset !important;
    }

    .bounce-back-main {
        max-width: 100% !important;
        display: block;
    }

    .bounce-back-left {
        max-width: 50%;
        flex-basis: 50%;
        margin: auto;
    }

    .bounce-back-right {
        max-width: 50%;
        flex-basis: 50%;
        margin: 0 auto;
    }

    .bounce-back-right .col-inner {
        margin: 0;
    }

    .download {
        margin-top: 0 !important;
    }

    .bounce-back-right {
        margin-top: 0 !important;
    }
}

@media only screen and (max-width:960px) {
    .book-free {
        width: 28% !important;
    }

    .book-free .text {
        font-size: 85%;
    }

    .start-title {
        font-size: 29px !important;
    }

    .jump-section-main {
        padding-top: 70px !important;
    }

    .jump-text span {
        font-size: 36px;
    }

    .jump-text {
        font-size: 36px !important;
    }

    p {
        line-height: 1.46;
        font-size: 1em;
        color: #000;
    }

    .people {
        padding-top: 400px !important;
    }
}

@media only screen and (max-width:768px) {
    .jump-section-inner {
        display: block;
        width: 100%;
        flex-flow: none;
        text-align: center !important;
    }

    .except-inner .medium-8 {
        max-width: none !important;
        -ms-flex-preferred-size: none;
        flex-basis: 100%;
    }

    .jump-section-inner .jump-left {
        max-width: 100%;
        width: 100%;
        padding: 0;
    }

    .jump-section-inner .jump-left .col-inner {
        padding: 0 !important;
    }

    .jump-section-inner .jump {
        margin: auto;
        max-width: 51%;
    }

    .jump-text {
        text-align: center !important;
    }

    /*     .text-left {
        text-align: center;
    } */
    p {
        font-size: 1.4em;
    }
}

@media only screen and (max-width:767px) {
    .banner-title .text {
        background: none !important;
    }

    .text-box .text {}

    span.im-anim::before {
        height: 1px;
    }

    .banner .banner-btn {
        color: #000;
        padding: 10px 10px !important;
        margin: 0 !important;
    }

    .button {
        font-size: 1em;
    }

    .text {
        font-size: 57%;
    }

    .text-inner h3 {
        margin: 10px 0px;
    }

    .text-inner h3 img {
        width: 25% !important;
        vertical-align: baseline;
    }

    .text-inner h3 img:nth-child(2) {
        width: 24% !important;
        vertical-align: middle !important;
    }

    .text-inner h3 img:nth-child(3) {
        width: 24% !important;
        vertical-align: middle !important;
    }

    .title-case {
        font-size: 39px !important;
        font-weight: 800;
    }

    p.lead {
        font-size: 1em !important;
    }

    p {
        line-height: 1.46;
        font-size: 1.1em;
    }

    .start-title strong img {
        width: 30%;
        vertical-align: baseline;
    }

    .banner-right {
        padding: 0px 10px;
    }

    .book-free {
        width: 45% !important;
    }

    .people-are {
        display: inline;
    }

    .text-left {
        text-align: left;
    }

    .jump-section .text-left {
        text-align: center;
    }

    .jump-text span {
        font-size: 22px !important;
    }

    .jump-text {
        font-size: 22px !important;
    }

    .green-bg {
        margin-top: -200px;
        padding-top: 85px !important;
        padding-bottom: 445px !important;
        position: relative;
    }

    .download {
        margin-top: 153px !important;
    }

    .icons-position {
        position: absolute !important;
        top: 180px !important;
        left: 0px;
        right: 0px;
        bottom: 0px;
    }

    .except-icon p {
        font-size: 14px !important;
    }

    .except-inner {
        border-radius: 6px;
        max-width: 50%;
        flex-basis: 50%;
    }

    .except-inner .col-inner {
        padding: 0 !important;
        height: 100%;
    }

    /*  .box-text-inner
    {
        padding:10px 18px !important;
    }
    .box-text-inner p
    {
        font-size:1em !important;
    } */
    .banner h2 {
        font-size: 2.7em;
    }

    .people-are {
        position: relative;
        font-size: 34px !important;
    }

    .people {
        padding-top: 565px !important;
    }

    .bounce-back-right {
        max-width: 94%;
        margin: auto;
    }

    .bounce-back-right .col-inner {
        padding: 25px 0px 0px 0px !important;
    }

    .bounce-back-right .start-title {
        font-size: 23px !important;
    }

    .bounce-back-left {
        max-width: 90%;
        margin: auto;
    }

    .health {
        color: #000;
        font-size: 31px;
        font-weight: 800;
        line-height: 31px;
        text-align: center;
        position: relative;
    }

    .start-title-1 {
        color: #000;
        font-size: 31px;
        font-weight: 800;
        line-height: normal;
        white-space: normal;
    }

    .join-bg img {
        max-width: 39%;
    }

    .range {
        font-size: 25px;
    }

    .super-prdct {
        max-width: 45.667%;
        flex-basis: 45.667%;
    }

    .numbers {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .numbers h2 {
        width: 50%;
        font-weight: 600 !important;
    }

    .numbers p {
        width: 60%;
        text-align: left;
    }

    .main-percent {
        display: none !important;
    }

    .numbers h2:nth-child(2) {
        text-align: left !important;
    }

    .challenge {
        display: none;
    }

    .award {
        font-size: 14px;
    }

    .orange-bg .col-inner {
        padding: 0px 0px;
        text-align: center;
    }

    .orange-bg {
        margin: 160px 0px 0px 0px;
    }

    .orange-bg .start-title-1 {
        font-size: 28px !important;
    }

    .orange-bg p {
        font-size: 1em !important;
    }

    .orange-bg .col-inner {
        /*margin: 0px -3px !important;*/
    }

    .yo-yo {
        padding: 0;
    }

    .footer-custom .row {
        color: #fff;
        max-width: auto !important;
        width: auto !important;
    }

    .footer-custom .row .col {
        max-width: 50% !important;
        flex-basis: 50% !important;
        text-align: left;
    }

    .footer-custom .row .widget_custom_html {
        max-width: 100% !important;
        flex-basis: 100% !important;
        width: 100% !important;
    }

    .absolute-footer .foot-bottom {
        flex-direction: column;
    }

    .banner-title h1 {
        line-height: normal;
        font-size: 3.2em;
    }

    .banner-title h1 span {
        background: #f9c1c2;
        font-size: 0.9em;
    }

    .under-banner p {
        padding: 0;
        margin: auto;
    }

    .col.carousel-icons {
        padding: 0px 5px;
    }

    .possible-product-listing .product-title {
        min-height: 2.173rem !important;
    }
}


/*@media only screen and (max-width:375px)
{
     p
    {
        line-height: 1.46;
        font-size: 0.9em;
    }


 .book-free
    {
      width: 45% !important;
   }

 .jump-text span, .jump-text
    {
        font-size:30px;
    }

 .green-bg
    {
        margin-top: -200px;
        padding-top: 85px !important;
        padding-bottom: 445px !important;
        position: relative;
  }
  .download
    {
      margin-top: 153px !important;
    }

.icons-position
    {
        position: absolute !important;
        top: 230px !important;
        left: 0px;
        right: 0px;
        bottom: 0px;
    }
 .except-icon p
    {
        font-size:12px !important;
        line-height: 22px !important;

    }
 .except-inner
    {
    border-radius: 6px;
    max-width: 50%;
    flex-basis: 50%;
    font-size: 12px !important;
   }
 .except-inner .col-inner
    {
        padding:0!important;
    }
 .banner h2
    {
      font-size: 2.7em;
    }
.people-are
    {
        position: relative;
        font-size: 34px !important;
    }
 .people
    {
       padding-top: 510px !important;
    }
 .bounce-back-right
    {
        max-width: 94%;
        margin:auto;
    }
 .bounce-back-left
    {
        max-width: 90%;
        margin: auto;
   }
 .start-title, .health
    {
      font-size: 25px !important;
   }
 .range
    {
        font-size: 34px;
    }
 .super-prdct
    {
        max-width: 45.667%;
        flex-basis: 45.667%;
    }
    .numbers
    {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;

    }
    .numbers h2
    {
        width:50%;
        font-weight:600 !important;
    }
    .numbers p
    {
        width:60%;
        text-align: left;
    }
    .main-percent
    {
        display:none;
    }
    .numbers h2:nth-child(2)
    {
        text-align:left !important;
    }
    .challenge
    {
        display:none;
    }

    .orange-bg
    {
        margin: 160px 0px 0px;

    }
    .orange-bg .col-inner
    {

    }
    .start-title
    {
      font-size: 25px!important;
    }
}
*/


/* ==================================================================
1.0 Common Styles
================================================================== */


/* .col {
    padding-bottom: 0;
} */

.mt-1 {
    margin-top: 1em !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}


/* Highlight Background */

.highlight {
    display: inline-block;
    position: relative;
}

.highlight::before {
    content: '';
    position: absolute;
    display: block;
    left: -1%;
    top: 0;
    width: 102%;
    height: 100%;
    background: #FFF;
}

.highlight>span {
    position: relative;
}

.highlight.cupid::before {
    left: -2%;
    top: 10%;
    width: 104%;
    height: 92%;
    background: #f9c1c2;
}

.highlight.shocking::before {
    background: #e085b8;
}

.highlight.azalea::before {
    background: #f9d1e3;
}

.highlight.geraldine::before {
    background: #f8a483;
}

.highlight.magic-mint::before {
    background: #98f4bd;
}

.highlight.caper::before {
    background: #d7e7a5;
}

.highlight.geraldine::before {
    background: #F8A483;
}

.highlight.texas::before {
    background: #f9ee95;
}

.highlight.sulu::before {
    background: #bfed83;
}

.highlight.kournikova::before {
    background: #FFE36C;
}

.highlight.malibu::before {
    background: #7ad2f2;
}

.highlight.fountain-blue::before {
    background: #5AC4C0;
}

.highlight.lavender-gray::before {
    background: #d4c4df;
}

.highlight.surf-crest::before {
    background: #c9e5ca;
}

.highlight.apricot-beach::before {
    background: #F9BCBD;
}

.highlight.bright-sun::before {
    background: #FED139;
}

.highlight.sundown::before {
    left: -2%;
    top: 8%;
    width: 104%;
    height: 80%;
    background: #FEA7B8;
}

.highlight.mauve::before {
    background: #dcbbff;
}

.highlight.manhattan::before {
    background: #F5C1A9;
}


/* Main Title */

.pos-main-title,
.product-main .product-title {
    font-size: 2.8125em;
    line-height: 1.21;
    font-weight: 900;
}

.pos-main-title.default {
    color: #080808 !important;
}

/*decrease the font size of product title in shop*/
.font-22 {
    font-size: 22px !important;
}

.banner .pos-main-title.milky {
    color: #FFF !important;
}

.pos-main-title img {
    vertical-align: baseline;
    /* Align Possible logo to the main title text */
}


/* Super Main Title */

.pos-super-main-title {
    font-size: 3.125em;
    font-weight: 900;
    line-height: 0.76;
}

.pos-super-main-title.shocking {
    color: #e085b8;
}


/* Variant Main Title */
/*.woo-variation-raw-select{
    display: none !important;
}
*/
/*.woocommerce-product-rating {
    visibility: visible;
    position: relative;
    float: right;
    margin-right: 15px;
}*/
.cumulative-rating::before {
    display: none;
}
 .stars-outer {
      display: inline-block;
      position: relative;
      color: lightgray;
    }
    .stars-outer::before {
      content: "\2606 \2606 \2606 \2606 \2606";
    }

    .stars-inner {
      position: absolute;
      top: 0;
      left: 0;
      white-space: nowrap;
      overflow: hidden;
    }

    .stars-inner::before {
      content: "\2605 \2605 \2605 \2605 \2605";
      color: #f8ce0b;
    }

.woocommerce-product-rating {
    visibility: visible;
    position: relative;
    float: right;
    margin-right: 15px;
}

.pos-var-1-main-title {
    color: #080808;
    font-size: 2.5em;
    line-height: 1.275em;
    font-weight: 600;
}

.pos-var-2-main-title {
    color: #080808;
    font-size: 2.5em;
    line-height: 1.275em;
    font-weight: 600;
}

.pos-var-3-main-title {
    color: #080808;
    font-size: 2.5em;
    line-height: 1.325;
    font-weight: 900;
}

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

    .pos-main-title,
    .product-main .product-title {
        font-size: 2.47em;
    }

    .pos-super-main-title {
        font-size: 2.75em;
    }

    .pos-var-3-main-title {
        font-size: 2.25em;
    }
}

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

    .pos-main-title,
    .product-main .product-title {
        font-size: 2.14em;
    }

    .pos-super-main-title {
        font-size: 2.37em;
    }

    .pos-var-3-main-title {
        font-size: 2em;
    }
}

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

    .pos-main-title,
    .product-main .product-title {
        font-size: 1.8em;
    }

    .pos-super-main-title {
        font-size: 2em;
    }

    .pos-var-3-main-title {
        font-size: 1.75em;
    }

    .pos-var-2-main-title {
        font-size: 1.75em;
    }
}

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

    .pos-main-title,
    .product-main .product-title {
        font-size: 2.12em;
    }

    /*
  .pos-main-title img {
    height: 0.625em;
    width: auto !important;
  } */
    .pos-super-main-title {
        font-size: 1.5em;
    }

    .pos-var-3-main-title {
        font-size: 1.5em;
    }
}

/*Store notice text*/
.demo_store{
    font-size: 14px !important;
    padding: 6px 10px !important;
}

/*.possible-product-listing p{
    display: none !important;
}*/
#breadcrumbs a{
    color:#007185 !important;
}

.product-title{
        margin-top: 20px;
    }
@media only screen and (max-width:849px) {
    .product-title{
        font-size: 15px !important;
        font-weight: 500;
        margin-top: 5px;
    }
    .container .product-title .productTopTitle{
        font-weight: bold;
    }
}


/* Main content */

.pos-main-content {
    color: #080808;
    font-size: 1.375em;
    line-height: 1.36;
}

@media only screen and (max-width:1407px) {
    .pos-main-content {
        font-size: 1.25em;
    }
}

@media only screen and (max-width:1215px) {
    /*  .pos-main-content {
        font-size: 1em;
    } */
}

.pos-sub-main-content {
    color: #080808;
    font-size: 1.125em;
    line-height: 1.67;
}

.semibold {
    font-weight: 700;
}


/* Additional Main content */

.pos-additional-main-content {
    color: #080808;
    font-size: 1.5625em;
    line-height: 1.2;
    font-weight: 600;
}

.pos-additional-main-content.regular {
    font-weight: 400;
}

.pos-additional-main-content .bolden {
    font-size: 1.4em;
    line-height: 0.97;
    font-weight: 700;
}


/* Super Main content */

.pos-super-main-content {
    color: #080808;
    font-size: 1.875em;
    line-height: 0.52;
}

.button.pos-book-button {
    color: #080808 !important;
    font-size: 1em;
    background: #ffe36c !important;
    padding: 0.75em 2.625em !important;
}

.button.pos-book-button.milky {
    background: #FFF !important;
}

.button.pos-book-button.is-outline {
    background: transparent !important;
    border-color: #ffe36c !important;
}

.button.pos-book-button.is-outline:hover {
    background: #ffe36c !important;
}

@media only screen and (max-width:1407px) {
    .pos-super-main-content {
        font-size: 1.65em;
    }

    .pos-additional-main-content {
        font-size: 1.37em;
    }
}

@media only screen and (max-width:1215px) {
    .pos-super-main-content {
        font-size: 1.4em;
    }

    .pos-additional-main-content {
        font-size: 1.19em;
    }
}

@media only screen and (max-width:1023px) {
    .button.pos-book-button {
        font-size: 1em;
        white-space: nowrap;
        padding: 0.35em 1.625em !important;
    }

    .pos-super-main-content {
        font-size: 1.23em;
    }

    .pos-additional-main-content {
        font-size: 1em;
    }
}

.button.pos-book-button span {
    font-size: 1.125em;
    font-weight: 600;
    letter-spacing: 0.025em;
}

img.vbase {
    vertical-align: baseline;
}


/* ==================================================================
2.0 Homepage Hero Slider / Page Hero Image
================================================================== */


/* Hero Banner Main Title */

.banner .pos-main-title {
    color: #080808 !important;
    font-size: 2.8125em;
    line-height: 1.21;
    font-weight: 900;
}

.banner .pos-main-title.light {
    color: #FFF !important;
}


/* Hero Banner Sub Title */

.banner .text-inner h3.pos-sub-title {
    display: block;
    margin-top: 1em;
    color: #080808 !important;
    font-size: 1.9em;
    line-height: normal;
    font-weight: 900;
}

.banner .text-inner h3.pos-sub-title img {
    vertical-align: baseline !important;
    height: 0.82em !important;
    width: auto !important;
    max-width: none !important;
    transform: translate3d(0, 0, 0);
}


/* Banner White border Circle */

.banner .text-box-circle>div::before {
    content: '';
    position: absolute;
    left: 2%;
    top: 1%;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 1px solid #FFF;
}

@media only screen and (max-width:767px) {
    .banner .pos-main-title {
        font-size: 1.875em;
    }

    .banner .text-inner h3.pos-sub-title {
        font-size: 1.5625em;
    }
}


/* ==================================================================
3.0 Obesity Page
================================================================== */

#wrapper,
#main {
    background: #FFF;
}

.page-template .hero-banner {
    min-height: 34vw;
}

.banner .button.kournikova {
    background: #ffe36c !important;
    color: #080808 !important;
    font-size: 1.125em;
    letter-spacing: 0.025em;
    font-weight: 600 !important;
}

.obesity-azalea {
    background: #f9d1e3;
    padding: 3.1875em 0;
    border-radius: 0.5em;
}

@media only screen and (max-width:767px) {
    .page-template .hero-banner {
        min-height: 97vw;
    }

    .obesity-azalea {
        border-radius: 0;
    }
}

.obesity-azalea .button:last-of-type {
    margin-bottom: 0;
}

.obesity-azalea .pos-main-content {
    max-width: 34em;
    margin: 0 auto;
}

.accordion .toggle {
    top: 1.325em;
    left: auto;
    right: 0;
    margin-right: 1em;
}

.accordion .active .toggle {
    top: 0.875em;
}

.accordion-item {
    padding: 0.75em 0;
}

.accordion-title {
    font-size: 100%;
    border: 0 !important;
    border-radius: 0.325em;
    background: #FFF;
    padding: 1.5em 2.5em;
    box-shadow: 0px 0px 15.04px 0.96px rgba(1, 1, 1, 0.06);
}

.accordion-title>span {
    color: #080808;
    font-size: 1.375em;
    line-height: 1.36;
    font-weight: 600 !important;
}

.enrol-banner {
    overflow: hidden;
    background: #c8b2d6;
    border-radius: 0.325em;
}

.cancellation-banner {
    overflow: hidden;
    background: url("https://possible.in/wp-content/uploads/2020/11/enrol-right-top.png") no-repeat right top #97dcff;
    /*  background: #97dcff; */
    border-radius: 0.325em;
    padding-top: 8em;
}

.value-for-money .video-fit {
    border-radius: 1em;
    margin-top: 2em;
}

.cancellation-policy {
    margin-top: -11.5em;
    z-index: 0;
}

@media only screen and (max-width:767px) {
    .accordion-title {
        font-size: 70%;
    }
}


/* Info icon boxes */

.pos-info-icon-box-wrapper .col-inner {
    min-height: 16em;
    background: none transparent;
    border-radius: 0.325em;
}


/* .obesity-programs .pos-sub-main-content {
    max-width: 21.2em;
    padding-bottom: 1em;
    margin: 0 auto;
} */

.pos-info-icon-box-wrapper .pos-sub-main-content {
    padding: 1em;
}

.pos-info-icon-boxes .featured-box {
    position: relative;
    margin: 0 auto;
}

.pos-info-icon-boxes .featured-box>div {
    position: relative;
    z-index: 1;
}

.pos-info-icon-boxes .pos-info-icon-box-wrapper .col-inner::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 3.3125em;
    width: 100%;
    height: calc(100% - 1.65625em);
    background: #ffffff;
    box-shadow: 0px 0px 35.72px 2.28px rgba(1, 1, 1, 0.06);
    z-index: 0;
    border-radius: 0.325em;
}

.pos-info-icon-boxes .pos-sub-main-content .pos-headline {
    display: block;
    font-weight: 600;
}

@media only screen and (max-width:767px) {
    .pos-info-icon-boxes .pos-sub-main-content br {
        display: none;
    }
}


/* Info Cards */

.pos-info-cards .pos-main-content {
    margin-bottom: 0;
    margin: 0 auto;
}

.info-cards-wrapper .col-inner {
    min-height: 12.75em;
    display: flex;
    align-items: center;
    background: lightgray;
    border-radius: 0.325em;
}

.col-cape-honey .col-inner {
    background: url("https://possible.in/wp-content/uploads/2020/10/cape-honey-pattern.png") no-repeat left top #FEECB3;
    background-size: contain;
}

.col-cupid .col-inner {
    background: url("https://possible.in/wp-content/uploads/2020/10/cupid-pattern.png") repeat-y center center #f9c1c2;
    background-size: 100% auto;
}

.col-manhattan .col-inner {
    background: url("https://possible.in/wp-content/uploads/2020/10/manhattan-pattern.png") repeat-y center center #f5c1a8;
    background-size: 100% auto;
}

.col-surf-crest .col-inner {
    background: url("https://possible.in/wp-content/uploads/2020/10/surf-crest-pattern.png") repeat-y center center #c9e5ca;
    background-size: 100% auto;
}

.obesity-save-money .pos-sub-main-content {
    max-width: 22em;
}

.pos-image-text-box .box-image img {
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
}

.pos-image-text-box .box-text {
    padding-bottom: 0.7em;
}

.pos-image-text-box .box-text p {
    font-weight: 600;
}

.pos-image-text-box .box-default {
    border-radius: 0.5em;
}

.box-lavender-gray {
    background-color: #d4c4df;
}

.box-cape-honey {
    background-color: #FEECB3;
}

.box-azalea {
    background-color: #F9D1E3;
}

.box-surf-crest {
    background-color: #c9e5ca;
}

.success-rate-bg {
    position: relative;
}

.success-rate-bg::before {
    content: '';
    display: block;
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
    height: 90%;
    background: url("https://possible.in/wp-content/uploads/2021/01/success-rate-pattern.png") no-repeat center center #ffc2c2;
    background-size: 100% auto;
    border-radius: 0.5em;
}

@media only screen and (max-width:767px) {
    .success-rate-bg {
        padding-top: 2em;
    }

    .success-rate-bg img {
        margin-top: 2em;
        width: 60vw;
    }

    .success-rate-bg::before {
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: 0;
        background-size: 200% auto;
        background-repeat: repeat-y;
    }
}

.pos-headline-big {
    display: block;
    font-size: 1.22em;
    font-weight: 600;
}

.carousel-image-box .box-image img {
    border-top-left-radius: 0.325em;
    border-top-right-radius: 0.325em;
}

.carousel-image-box .col-inner {
    background: #FFF;
    box-shadow: 0px 0px 35.72px 2.28px rgba(1, 1, 1, 0.06);
    border-radius: 0.325em;
}

.obesity-super-foods::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 75%;
    background: #98f4bd;
}

.obesity-customers .pos-sub-main-content {
    max-width: 16em;
    margin: 0 auto;
}

.obesity-customers .pos-headline-big {
    padding-top: 0.25em;
    font-weight: 900;
}

.possible-seen-logos .col-inner {
    background: #FFF;
    box-shadow: 0px 0px 35.72px 2.28px rgba(1, 1, 1, 0.06);
    border-radius: 0.325em;
}

.possible-seen-on .pos-main-title {
    font-weight: 600;
}

.pos-price-title {
    color: #080808;
    font-size: 1.67em;
    line-height: 1.21em;
    letter-spacing: 0.025em;
    font-weight: 800;
}

.pos-pricing-points {
    text-align: left;
}

.pos-pricing-points li {
    font-size: 1.125em;
    font-weight: 400;
    line-height: normal;
    padding: 0.325em 0;
}

.pos-pricing-data {
    font-size: 1.75em;
    line-height: 1.3;
    font-weight: 800;
    letter-spacing: 0.025em;
}

.pos-pricing-data .pos-deleted {
    color: #e95224;
    font-size: 0.89em;
    font-weight: 400;
}

.pos-pricing-data .pos-month {
    font-weight: 400;
    font-size: 0.71em;
}

.pos-pricing-data .pos-pricing-note {
    font-size: 0.5em;
    font-weight: 400;
}

.pricing-card-col>.col-inner {
    background: none transparent !important;
}

.pricing-card-col .text-center .pos-book-button {
    margin-top: 0;
    margin-bottom: 0;
}

.pricing-card-col>.col-inner::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% - 3.5625em);
    background: #FFF;
    border-radius: 0.5em;
    box-shadow: 0px 0px 35.72px 2.28px rgba(1, 1, 1, 0.06);
}

.pricing-card-col>.col-inner>* {
    position: relative;
    z-index: 1;
}

.pos-pricing-section.tabbed-content .nav a {
    font-size: 2.375em;
    line-height: 0.9;
    letter-spacing: 0.025em;
    padding: 0.5em 0;
    display: block;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 900;
    opacity: 0.3;
}

.pos-pricing-section .nav>li {
    width: 50%;
    margin: 0;
    text-align: center;
    background: #f5a78a;
    padding: 0;
}

.pos-pricing-section .nav>li.active {
    background: #f47f5c;
}

.pos-pricing-section .nav>li.active a {
    opacity: 1;
}

.pos-pricing-section .nav {
    margin-bottom: 4.625em;
}


/* Owl Carousel */

.owl-item>.col {
    max-width: none !important;
    width: 100%;
}

.owl-carousel .owl-stage {
    display: flex;
}

.owl-carousel .col {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
}

.owl-carousel .col-inner {
    position: relative;
    overflow: hidden;
    /* margin-bottom: 80px; */
    /*This is optional*/
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.owl-carousel .owl-stage-outer {
    overflow: visible !important;
}

.owl-carousel .owl-nav {
    display: none !important;
}

.owl-carousel button {
    margin-right: 0.5em;
}

.owl-carousel.owl-theme .owl-dots .owl-dot span {
    margin-right: 0;
}


/*  .owl-prev, .owl-next {
        width: 15px;
        height: 100px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        display: block !important;
        border:0px solid black;
    }
    .owl-prev { left: -20px; }
    .owl-next { right: -20px; }
    .owl-prev span, .owl-next span {transform : scale(2,5); color: #ccc;} */


/* Remove this with a better code */

section.section:not(.exclude-force-padding) {
    padding-top: 5em !important;
    padding-bottom: 0 !important;
}

section.thyroid-testi-wrapper:not(.exclude-force-padding) {
    padding-bottom: 5em !important;
}

section.pricing-table-section-wrapper:not(.exclude-force-padding) {
    padding-top: 0 !important;
}

@media only screen and (max-width:1407px) {
    section.section:not(.exclude-force-padding) {
        padding-top: 4.4em !important;
    }

    section.pricing-table-section-wrapper:not(.exclude-force-padding) {
        padding-top: 0 !important;
    }
}

@media only screen and (max-width:1215px) {
    section.section:not(.exclude-force-padding) {
        padding-top: 3.8em !important;
    }

    section.pricing-table-section-wrapper:not(.exclude-force-padding) {
        padding-top: 0 !important;
    }
}

@media only screen and (max-width:1023px) {
    section.section:not(.exclude-force-padding) {
        padding-top: 3.2em !important;
    }

    section.pricing-table-section-wrapper:not(.exclude-force-padding) {
        padding-top: 0 !important;
    }
}

@media only screen and (max-width:767px) {
    section.section:not(.exclude-force-padding) {
        padding-top: 2.4em !important;
    }

    section.pricing-table-section-wrapper:not(.exclude-force-padding) {
        padding-top: 0 !important;
    }
}

p.pos-sub-main-content:last-child {
    margin-bottom: 0;
}

p.pos-additional-main-content:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width:767px) {
    .align-small-bottom {
        align-items: flex-end !important;
    }
}

.border-affair .pos-headline-big {
    color: #6d459b;
}

.border-flamingo .pos-headline-big {
    color: #e95224;
}

.border-curious-blue .pos-headline-big {
    color: #1E92CE
}

.thyroid-testi-wrapper {
    background-image: url("https://possible.in/wp-content/uploads/2020/11/testimonial-pattern.png");
    background-repeat: repeat;
}

.border-white img {
    border: 0.1875em solid #FFF;
}

/*.wauto img {
    width: auto !important;
}
*/
@media only screen and (max-width:767px) {
    .wauto.small-60 img {
        width: 60% !important;
    }

    .wauto.small-50 img {
        width: 50% !important;
    }
}

.infographic-row {
    position: relative;
}

.infographic-row::before {
    content: '';
    display: block;
    position: absolute;
    left: -4em;
    top: -4em;
    width: calc(100% + 8em);
    height: calc(100% + 8em);
    background: #feecb3;
    border-radius: 0.5em;
}

section.infographic-wrapper-bleed {
    margin-top: 4em;
    margin-bottom: 0;
}

.boxed-row .col {
    padding-bottom: 0;
}


/* ==================================================================
Header Styles
================================================================== */

.logo-left .logo,
#logo {
    width: auto !important;
    margin-right: 0;
}

.header-nav-main.nav-left {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

[data-icon-label]:after {
    background-color: #080808 !important;
    font-weight: 400;
}

.header-wrapper,
.header-wrapper.stuck {
    box-shadow: 7px 2px 12px 0px rgba(0, 0, 0, 0.05);
}

.cart-item [data-icon-label]:after {
    background-color: #ffa6b9 !important;
    opacity: 1;
    color: #000;
}

.ws-nowrap {
    white-space: nowrap;
}

.fs-110 {
    font-size: 110%;
}

.fs-75 {
    font-size: 75%;
}

.poss-heading img {
    width: auto !important;
    height: 0.78em !important;
    max-width: none !important;
}

.section-row-bg.anakiwa {
    background: #97dbfe;
    border-radius: 0.325em;
    overflow: hidden;
    position: relative;
}

@media only screen and (min-width:850px) {
    .section-row-bg.anakiwa::before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 38%;
        height: 100%;
        background: #c2ebff;
        border-bottom-right-radius: 80%;
        border-top-right-radius: 50%;
    }
}

.section-partial-bg {
    background: #98f4bd;
}

.section-partial-bg .pos-info-icon-box-wrapper>.col {
    margin-bottom: 1.5em;
}

.lh-1p35 {
    line-height: 1.35 !important;
}

@media only screen and (min-width:850px) {
    .section-partial-bg {
        background: none transparent;
    }

    .section-partial-bg::before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 60%;
        background: #98f4bd;
    }

    .mt-n8 {
        margin-top: -8em;
    }
}

.banner .text-box-circle .text {
    font-size: 100% !important;
}

.badge-inner.on-sale {
    background-color: #080808
}

.light-shadowed-box .col-inner {
    background: #ffffff;
    box-shadow: 0px 0px 35.72px 2.28px rgba(1, 1, 1, 0.06);
    border-radius: 0.325em;
}

.light-shadowed-box .box-image {
    border-top-left-radius: 0.325em;
    border-top-right-radius: 0.325em;
}

.row-bg-bordered {
    background: url("https://possible.in/wp-content/uploads/2021/01/success-rate-pattern.png") repeat center center #ffe36d;
    background-size: 100% auto;
}

@media only screen and (min-width:850px) {
    .row-bg-bordered {
        border-radius: 0.325em;
    }
}

.row-bg-bordered.kournikova {
    background-color: #ffe36d;
}

.row-bg-bordered.kournikova.tri-pattern {
    background: url("https://possible.in/wp-content/uploads/2021/01/success-rate-pattern.png") repeat left top #ffe36d;
}

.row-bg-bordered.caper {
    background-color: #D7E7A5;
}

.our-story-wrapper::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 76%;
    background: #ffc1c2;
}


/* Our Team page */

.poss-team-wrapper .box-text {
    font-size: 1em;
}

.poss-team-wrapper h4.uppercase {
    color: #080808;
    text-transform: none;
    font-weight: 600;
    font-size: 1.125em;
    line-height: 1.46;
    letter-spacing: normal;
}

.poss-team-wrapper .person-title {
    font-size: 1em !important;
    font-weight: 400 !important;
    opacity: 1 !important;
}

.poss-team-wrapper .box-text-inner p {
    color: #080808;
    font-size: 1.125em;
    line-height: 1.46;
    letter-spacing: normal;
    font-weight: 400 !important;
}

.fs-100 {
    font-size: 100% !important;
}

.our-team-hero {
    background: url("https://possible.temp312.kinsta.cloud/wp-content/uploads/2020/11/team-bg-pattern.png") repeat center center #d4c4df;
    background-size: 100% auto;
}

.o-hidden {
    overflow: hidden;
}

.poss-team-wrapper .box-text {
    padding-bottom: 0;
}


/* Product Listing */

.row>.product-category {
    padding-top: 1em;
    padding-bottom: 1em;
}

.product-category .box-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.325em;
    border: 0.25em solid #5ac4c0;
}

.product-category:nth-child(2) .box-image img {
    border-color: #e185b8;
}

.product-category:nth-child(3) .box-image img {
    border-color: #fbdd1d;
}

.product-category:nth-child(4) .box-image img {
    border-color: #99c14f;
}

.product-category:nth-child(5) .box-image img {
    border-color: #f4805b;
}

.product-category:nth-child(6) .box-image img {
    border-color: #44c9f4;
}

.product-category:nth-child(7) .box-image img {
    border-color: #6c449a;
}

.product-category:nth-child(8) .box-image img {
    border-color: #e95225;
}

.product-category .box-text {
    font-size: 60%;
    padding-bottom: 0;
    padding-top: 0.5em;
}

.product-category .box-text h5 {
    text-transform: none;
    font-weight: 600;
    font-size: 1.25em;
    line-height: 1.1;
    letter-spacing: normal;
}

.product-category .box-text-inner {
    padding: 0 !important;
}

@media only screen and (min-width:850px) {
    .product-category .box-image img {
        width: 10em;
        height: 10em;
    }

    .product-category .box-text-inner {
        padding: 10px 20px !important;
    }

    .product-category .box-text {
        font-size: 100%;
    }
}


/* Product Inside Page */

section.poss-who-take {
    padding-top: 3em !important;
    /*changed from 5rem by Attu */
    padding-bottom: 3em !important;
    /*changed from 5rem by Attu*/
}

.poss-who-take .poss-desc-wrapper {
    max-width: 44em;
    margin: 0 auto;
}

.poss-top-mar {
    margin-top: 3em;
    /*changed from 5rem by Attu*/
}

.poss-health-suggest {
    background: #f9d1e3;
    border-radius: 0.325em;
    overflow: hidden;
}

.pos-prod-ingredients .owl-carousel .owl-stage-outer {
    overflow: hidden !important;
}

.owl-carousel .owl-stage {
    margin: 0 auto;
}

.product-footer .container {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}

.product-footer .container .section {
    padding-left: 0;
    padding-right: 0;
}

.product-footer .container .section-content .row {
    margin-left: auto;
    margin-right: auto;
}

.product-footer .container .related-products-wrapper .row {
    margin: 0 auto;
}

.product-footer .woocommerce-tabs {
    padding: 0 !important;
    border: 0 !important;
}

.col.type-product>.col-inner {
    height: 100%;
    background: #FFF;
    box-shadow: 0px 0px 40px 0px rgba(1, 1, 1, 0.05);
    border-radius: 0.325em;
    max-width: 20em;
    margin-left: auto !important;
    margin-right: auto !important;
}

.col.type-product .box-text {
    padding-left: .5rem;
    padding-right: .3rem;
    /*padding-right: 1em;*/
    /* text-align: center;*/
}


/* .col.type-product .price-wrapper {
    display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
} */


/* .col.type-product .price-wrapper .star-rating {
    display: none;
} */

.poss-box-wrapper {
    padding: 2em 2em 2.5em;
    background: #ffe36c;
    border-radius: 0.325em;
}

.new-coll-cat .product-category .box-image img {
    width: 90%;
    height: auto;
    border: none;
}

.new-coll-cat .product-category .col-inner {
    height: 100%;
    background: #FFF;
    box-shadow: 0px 0px 40px 0px rgba(1, 1, 1, 0.05);
    border-radius: 0.325em;
}

.possible-product-listing .box-text {
    text-align: left;
    font-size: 80%;
    /*padding-left: 1em;
    padding-right: 1em;*/
}

.post-item .box-text {
    font-size: 80%;
}

@media only screen and (min-width:850px) {
    .possible-product-listing .box-text {
        font-size: 100%;
    }

    .post-item .box-text {
        font-size: 100%;
    }
}

.possible-product-listing .category {
    display: none;
}

.possible-product-listing .box-image img {
    border-top-left-radius: 0.325em;
    border-top-right-radius: 0.325em;
}

.possible-product-listing .product-title {
    font-size: 1.1em;
    font-weight: 600;
    min-height: 3.272rem;
}

.possible-product-listing .product-title a {
    /* color: #080808;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 1em);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 2rem;*/
    color: #080808;
    white-space: initial;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /*  height: 2rem;*/
    /* width: calc(100% - 1em);*/
}

.possible-product-listing .price {
    font-size: 1.5em;
    padding-top: 0.25em;
}

.possible-product-listing .amount {
    font-weight: normal;
}

.possible-product-listing .col.type-product {
    padding-bottom: 1em;
}

@media only screen and (min-width:850px) {
    .possible-product-listing .col.type-product {
        padding-bottom: 4em;
    }
}

.possible-product-listing .box {
    transform: none;
}

.possible-product-listing.shop-page-slider .box-image img {
    height: 12.5em;
    object-fit: cover;
}

.possible-product-listing .products.has-equal-box-heights .box-image {
    padding-top: 10em;
}

@media only screen and (min-width:850px) {
    .possible-product-listing .box {
        transform: none;
    }

    .possible-product-listing.shop-page-slider .box {
        transform: none;
    }

    .possible-product-listing.shop-page-slider .box-image img {
        height: 16em;
    }

    .possible-product-listing .products.has-equal-box-heights .box-image {
        padding-top: 16em;
    }
}

/* .add_to_cart_button, .button.product_type_simple {
    border-radius: 0.25em;
    background: #e92a2a;
    font-weight: normal;
    font-size: 1.125em;
    min-height: auto;
    line-height: 2;
    padding: 0 1.75em;
}

.add_to_cart_button, .button.product_type_simple {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 2em;
    padding: 0;
    line-height: 1.325em;
    width: 1.325em;
    height: 1.325em;
    border-radius: 100%;
    background: #F8F8F8;
    color: #080808;
    border: 0;
    margin-top: 0 !important;
    margin-bottom: 0;
    margin-right: 0;
} */

.product-container .related-products-wrapper {
    border: 0;
    margin-top: 4em;
}

.product-thumbnails img,
.product-gallery-slider img {
    border-radius: 0.325em;
    border-color: transparent !important;
}

.product-thumbnails a:hover,
.product-thumbnails .is-nav-selected a {
    border-color: transparent !important;
}

.product-summary .woocommerce-Price-currencySymbol {
    font-size: 1em !important;
}
.product-thumbnails.thumbnails.slider.row.row-small.row-slider.slider-nav-small.small-columns-4.slider-lazy-load-active.is-draggable.flickity-enabled {
    margin-bottom: 0px !important;
}
span.cumulative-rating {
    font-weight: 600;
}
span.rating-count {
    font-weight: 600;
}
@media (max-width: 549px){
    .product-thumbnails {
        display: block !important;
    }
}
span.amount {
    font-weight: normal !important;
}

.single_add_to_cart_button.button {
    background-color: #f34423 !important;
    /*color: #080808;*/
    font-weight: 600;
    font-size: 1.25em !important;
    /*display: block;*/
    width: 10em;
    /*This is change 18em to 12 by Attaulla*/
    max-width: 100%;
    border-radius: 99px;
}

.yith-wcwl-add-button {
    display: none;
}

.social-icons {
    /* padding-top: 2em; */
}

.social-icons .button.icon {
    color: #FFF;
    background-color: #97dcfd;
    border-color: #97dcfd;
    margin-right: 0.5em;
}

.social-icons .button i {
    top: 0;
}


/* Blog Listing page */

.post-item .col-inner {
    height: 100%;
    background: #FFF;
    box-shadow: 0px 0px 40px 0px rgba(1, 1, 1, 0.05);
    border-radius: 0.325em;
}

.post-item .box-image img {
    border-radius: 0.325em;
}

.post-item .blog-post-inner .post-title {
    font-size: 1.25em;
    font-weight: 600;
    color: #080808;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 1em);
}

.post-item.success-story .blog-post-inner .post-title {
    font-size: 1.125em;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    width: auto;
}

.post-item .from_the_blog_excerpt {
    font-size: 1em;
}

.post-item .from_the_blog_comments {
    margin-top: 1.5em;
    text-align: right;
}

.pos-main-title.shocking {
    color: #e085b8;
}

.pos-main-title.shocking {
    color: #e085b8;
}

.pos-main-title.sea-buckthorn {
    color: #F9A023;
}

.trending-articles::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 75%;
    background: #f9d1e3;
}

.trending-articles .post-item .blog-post-inner .post-title {
    white-space: normal;
    overflow: auto;
    text-overflow: initial;
    width: auto;
}

.blog-hero-banner {
    min-height: 34vw;
}

.lh-normal {
    line-height: normal !important;
}

.post-item.success-story .button.is-link {
    background: #f5c1a8 !important;
    border-radius: 99px;
    padding: 0.325em 2.5em;
    font-weight: 600;
    color: #080808;
    font-size: 1em;
}

.stories-cats .box-text {
    padding-bottom: 0 !important;
}

.stories-cats .box-text p {
    white-space: nowrap;
}

.post-item.success-story .box-text {
    font-size: 100%;
}

@media only screen and (max-width:849px) {
    .stories-cats .col {
        padding-left: 0.325em;
        padding-right: 0.325em;
    }

    .stories-cats .box-text-inner {
        padding: 0 !important;
    }
}

.product-template-default .section.poss-product-faqs {
    margin-top: 3.5em;
    background: #e4e4e4;
    padding-top: 3.5em !important;
    padding-bottom: 3.5em !important;
}

@media (max-width: 549px) {
    .homepage-journey .box-text {
        font-size: 100%
    }

    .post-item.success-story {
        padding-left: 2em;
        padding-right: 2em;
    }
}

.fs-90 {
    font-size: 90% !important;
}

.fw-900 {
    font-weight: 900 !important;
}

.ss-homepage-carousel .message-box.dark {
    background: none transparent !important;
}

.ss-homepage-carousel .carousel-image-box .message-box .col-inner {
    box-shadow: none;
    background: none transparent !important;
}

.box-highlight>.col-inner {
    background: none #eedeff;
}

.mauto-row {
    margin-left: auto !important;
    margin-right: auto !important;
}

.pcos-results-wrapper {
    background: url("https://possible.in/wp-content/uploads/2020/11/pcos-pattern.png") repeat center center #f9c1c2;
    background-size: 100% auto;
    border-radius: 0.325em;
    padding: 4em 0;
}

.woocommerce-password-strength.short {
    color: red;
}

.woocommerce-password-strength.good {
    color: #d4ab00;
}

.woocommerce-password-strength.strong {
    color: green;
}

.searchform-wrapper {
    background: #ffbd9b;
}

.section-pad-em {
    padding: 0 2em;
}

@media (max-width: 549px) {
    .section-pad-em {
        padding: 0 1em;
    }
}

.enrol-row-wrapper {
    background: #c8b2d6;
    border-radius: 0.325em;
    overflow: hidden;
}

#top-bar {
    background: #FFF7E5;
    color: #000;
    box-shadow: 0 0 10px hsla(0, 0%, 0%, 0.35);
}

.header-block-block-1 {
    text-align: center;
}

.header-block-block-1 p {
    color: #FFF;
    font-size: 1em;
    line-height: 1.5;
    padding: 0.5em;
    font-weight: 600;
}


/* Woocommerce temp fix */

.woocommerce-error.message-wrapper {
    background: #ffc1c2;
    margin-bottom: 0 !important;
    text-align: center;
}

.woocommerce-error.message-wrapper .message-container {
    max-width: 48em;
    margin: 0 auto;
    color: #080808;
}

@media (max-width: 549px) {
    .trending-articles .image-cover {
        padding-top: 100% !important;
    }

    .possible-product-listing .box-text .price-wrapper .price {
        /*height: 1.2rem !important;*/
        /* height: 6.3rem !important;*/
        /* height: 1.2rem !important; */
        /*height: 5rem !important;*/
    }
}

#reviews.woocommerce-Reviews {
    margin-left: auto;
    margin-right: auto;
    margin-top: 5em;
}

.star-rating:before,
.woocommerce-page .star-rating:before,
.star-rating span:before,
.woocommerce-page .star-rating span:before {
    color: #bfed83 !important;
    /* color: #fba42f !important;*/
}

.badge-container {
    display: none;
}


/* Variable price changes  */

.saved {
    font-weight: 600;
    font-size: 0.9em;
    background: #bfed83;
    margin-left: 1.25em;
    padding: 0 0.25em;
    border: 1px solid black;
}

.product-main .product-title {
    margin-bottom: 0.25em;
}

select#quantity {
    display: none !important;
 }

.woo-variation-swatches .variable-items-wrapper {
    display: flex !important;
    flex-wrap: wrap;
    margin: 0!important;
    padding: 0;
    list-style: none;
}

.woocommerce-variation-price {
    font-size: 1em !important;
    border: 0 !important;
}

/* .single-product .product-type-variable .product-main .price-wrapper {
    display: none;
} */


/* New Changes 12/17/2020 3:54PM */

/*.possible-product-listing .product-title a {
    display: block;
    width: 100%;
}*/



.product_listing_subtitle {
    font-size: 0.9em;
    color: #6f6f6f;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.single-product .product-thumbnails .flickity-page-dots {
    bottom: 1.75em;
    pointer-events: auto !important;
}

.single-product .product-thumbnails {
    margin-bottom: 3em !important;
}

.quick-view.poss-listing-shop,
.quick-view-home.poss-listing-shop {
    display: inline-block;
    font-weight: 600;
    font-size: 1.125em;
    background: #fff !important;
    border: 2px solid #f34423;
    color: #000;
    /*Changed white to black*/
    border-radius: 99px;
    padding: 0.4em 1.25em;
    /*change 1.75 to 1.25*/
    transition-timing-function: ease-in;
    transition: 0.2s;
}

.quick-view.poss-listing-shop:hover,
.quick-view-home.poss-listing-shop:hover {
    background: #f34423 !important;
    color: #fff;
}

.quick-view-wrapper {
    padding-bottom: 2em;
    text-align: center;
}

.image-tools .quick-view {
    display: none !important;
}

.variations .reset_variations {
    display: none !important;
}

/*.variations td.label {
    display: none !important;
}*/


.variations {
    margin-top: 1em;
    margin-bottom: 0;
}

.woocommerce-variation-description {
    margin-bottom: 1em;
}

.sticky-add-to-cart-wrapper .sticky-add-to-cart {
    /*margin-top: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;*/
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 3px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: .9em;
    background-color: rgba(255, 255, 255, .9);
    border-top: 1px solid #ddd;
    -webkit-animation: stuckMoveUp .6s;
}

.single_product_subtitle {
    margin-top: 1em;
    /*  display: none; */
}

.price-wrapper .star-rating {
    margin-left: auto;
    margin-right: auto;
}

.out-of-stock .quick-view.poss-listing-shop {
    opacity: 0.5;
    pointer-events: none;
}

.product-lightbox .single_add_to_cart_button {
    margin-bottom: 0;
}

.product-lightbox form:not(.variations_form).cart,
.product-lightbox .woocommerce-variation-add-to-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1em;
}

/* .product-quick-view-container.variable-lightbox .price-wrapper {
    display: none;
} */

.flickity-prev-next-button {
    opacity: 1 !important;
}

.single-product .product-info .star-rating {
    display: inline-block;
    vertical-align: middle;
    height: 18px;
}

.hide-pprice {
    display: none !important;
}

#login-form-popup .woocommerce-password-strength {
    display: block;
    float: none;
}

.comment_container .woocommerce-review__dash,
.comment_container .woocommerce-review__published-date {
    display: none;
}

.cumulative-rating {
    /*color: #f34423;*/
    /* color: #fba42f;*/
}

.cumulative-rating::before {
    content: '\e005';
    font-family: "fl-icons";
    color: #fba42f;
    margin-right: 0.25em;
}

.text-dark {
    color: #080808 !important;
}

.desktop-video-banner .banner-layers {
    display: none !important;
}

/* Bottom sticky bar */
@media (max-width: 549px) {
    .sticky-add-to-cart .quantity {
        font-size: 140%;
        margin-bottom: 0 !important;
    }

    .sticky-add-to-cart .single_add_to_cart_button {
        font-size: 140% !important;
        white-space: nowrap;
        width: 52%;

        margin-bottom: 0.5em;

        margin-right: 10% !important;
    }

    .variations {
        margin-top: 0;
        margin-bottom: 0;
    }
}

.possible-product-listing .price-wrapper a.button {
    display: inline-block;
    font-weight: 600;
    font-size: 1.11em;
    background: #fff !important;
    border: 2px solid #f34423;
    color: #000;
    border-radius: 99px;
    transition-timing-function: ease-in;
    transition: 0.2s;
    box-shadow: none !important;
}

.possible-product-listing .price-wrapper a.button:hover,
.possible-product-listing .price-wrapper a.button:focus {
    background: #f34423 !important;
    color: #fff;
}

.possible-product-listing .price-wrapper a.added_to_cart,
.possible-product-listing .saved {
    display: none;
}

.possible-product-listing .box-text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.possible-product-listing .box-text>* {
    width: 100%
}

.possible-product-listing .box-text .price-wrapper {
    order: 3;
}

.possible-product-listing .box-text .title-wrapper {
    order: 1;
}

.possible-product-listing .box-text .variations_form {
    order: 2;
}

/* Shop Layout New styles */
.col.type-product .box-text {
    text-align: left;
}

.possible-product-listing .box-text .price-wrapper {
    order: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.possible-product-listing .box-text .title-wrapper {
    order: 1;
}

.possible-product-listing .box-text .price-wrapper .loop-star-rating {
    order: 2;
    padding: 0 0 0.5em;
}

.possible-product-listing .box-text .price-wrapper .price {
    order: 1;
    /*height: 6.4rem;*/
    /* height: 3.9rem;*/
}

.possible-product-listing .box-text .price-wrapper a.button {
    order: 3;
    margin: 0;
    align-self: flex-start;
}

.possible-product-listing .col.type-product>.col-inner {
    background: #FFF !important;
    border: 1px solid gray;
}

.possible-product-listing .box-text .price-wrapper a.button {
    border-radius: 0.25em;
    color: #FFF;
    background: #f34423 !important;
}

.possible-product-listing .price {
    font-size: 1.125em;
    font-weight: 600;
}

.saved-listing {
    padding-left: 0.5em;
    color: #f34423;
}

.possible-product-listing .cumulative-rating {
    color: #000;
}

.possible-product-listing .cumulative-rating::before {
    color: #ecd500
}

.possible-product-listing .row:not(.row-slider) {
    margin-bottom: 3em;
}

.coupon-selector {
    display: none;
    /*  font-size: 75%; */
    font-weight: 600;
    color: #f34423;
    /*  padding: 0.325em 0;*/
}

.coupon-selector>span:not(.amount) {
    color: #000;
    font-size: 80%;
    font-weight: normal;
}

.coupon-selector bdi {

    font-weight: 600;
    color: #f34423;
}

@media only screen and (min-width:850px) {
    .possible-product-listing .col.type-product {
        padding-bottom: 1em;
    }
}

.slider-nav-reveal .flickity-prev-next-button.next {
    right: 0px !important;
}


.slider-nav-reveal .flickity-prev-next-button.previous {
    left: 0px !important;
}

.slider-nav-reveal .flickity-prev-next-button:hover,
.slider-nav-reveal .flickity-prev-next-button {
    background: none transparent !important;
    box-shadow: none !important;
}

.slider-nav-push.slider-nav-reveal .flickity-prev-next-button svg {
    background: #FFF !important;
}

/* Fix lazyload thing */
/* .rll-youtube-player {
    border-radius: 1em;
}

.video.video-fit {
    padding-top: 0 !important;
} */

a.added_to_cart {
    display: none !important;
}

.stuck .header-main .nav>li>a {
    line-height: normal !important;
}

.influencer-carousel.owl-carousel .owl-item img {
    border-radius: 1em;
}

.influencer-carousel.owl-carousel .owl-stage-outer {
    overflow: hidden !important;
}

.influencer-carousel .box-text {
    display: none;
}

.influencer-carousel .owl-dots {
    display: none;
}

.influencer-carousel .owl-nav {
    display: block !important;
}

.influencer-carousel .owl-nav button.owl-next {
    position: absolute;
    right: -1em;
    top: 50%;
    transform: translateY(-50%);
}

.influencer-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: -1em;
    top: 50%;
    transform: translateY(-50%);
}

.influencer-carousel .owl-nav button span {
    font-size: 3em;
}

.influencer-carousel .owl-nav button {
    background: transparent !important;
    color: #000 !important;
}

.free-shipping-notice span.amount {
    font-weight: 600 !important;
    color: red;
}

@media only screen and (max-width:767px) {
    .db>.col-inner {
        padding-top: 20px;
    }
}

.jonty-rhodes-creatives {
    margin-top: -60px !important;
}

section.section.poss-product-highlights {
    padding-top: 0 !important;
}

.single-product .product-main {
    padding-bottom: 0px;
}

@media only screen and (max-width:1024px) {
    .influencer-carousel-nav-span-small {
        max-width: 95% !important;
    }
}

@media only screen and (max-width:767px) {
    .book-now-btn-mbl {
        margin-top: 25px;
    }
}

.button.consultation-book-button {

    bottom: 20px;
    left: 37%;
    background: #ff6666 !important;
    color: white !important;
    font-size: larger;
    font-weight: 600;
}

#wrapper>div.shop-page-title.category-page-title.page-title>div {
    display: none !important;
}

/*#wrapper > div.shop-page-title.category-page-title.page-title > div {
    display: flex !important;
}

#wrapper > div.shop-page-title.category-page-title.page-title > div.page-title-inner.flex-row.medium-flex-wrap.container > div.flex-col.medium-text-center > p {
    display: none !important;
}

#wrapper > div.shop-page-title.category-page-title.page-title > div.page-title-inner.flex-row.medium-flex-wrap.container > div.flex-col.medium-text-center > form {
    display: none !important;
}

#wrapper > div.shop-page-title.category-page-title.page-title > div > div > h1 {
    display: none;
}*/

/*programm css*/
.button.pos-book-button.bg-red {
    background-color: #f34423 !important;
    color: #fff !important;
}

.pos-center {
    text-align: center;
    margin-bottom: 5px;
}

.pos-price {
    font-size: 15px;
    display: flex;
    justify-content: center;
}

.pos-price span:nth-child(2) {
    font-weight: bold;
}

.pos-emi {
    display: inline-block;
    border: 1px solid rgb(187, 187, 187);

}

.pos-emi p {
    padding: 0;
    margin: 0;
}

.pos-emi p:nth-child(2) {
    background-color: black;
    color: #fff;
    padding: 5px 0;
    font-size: 20px;

}

.pos-emi p:nth-child(1) {
    padding: 3px;
    font-size: 15px;
    padding: 8px;
}

.pos-percentage {
    font-size: 22px;
    margin: 10px;
    color: red;
    font-weight: bold;
}

.pos-total {
    text-decoration: line-through;
}


/*Button radius on the checkout page and cart page*/


.woocommerce-checkout .select2-selection.select2-selection--single {
    border-radius: 30px !important;
}


.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item {
    border-radius: 30px !important;
}

/*Snack product font size class*/
.font-20 {
    font-size: 20px !important;
}

.font-30 {
    font-size: 1.875rem !important;
}

/*Prdoduct listing card*/
.box-text {
    padding-top: 0.2em;
    padding-bottom: 0.4em;

}

/*Possible all in one*/
/*div.scrollmenuBtnsShop {
    background-color: #fff !important;
}*/

/*div.scrollmenuBtnsShop .category_home {
    padding: 8px 17px 8px 17px !important;
}*/

div.scrollmenuBtns {
    text-align: center;
    /*background-color: #f9f9f9;*/
    overflow: auto;
    white-space: nowrap;
    overflow-y: hidden;
}
div.scrollmenuBtns::-webkit-scrollbar {
    display: none !important;
}

div.scrollmenuBtns .category_home {
    display: inline-block;
    color: #464444;
    text-align: center;
    padding: 8px 5px;
    text-decoration: none;
    margin: 4px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

div.scrollmenuBtns a:hover {
    color: #334862;
}

.btnIsActive {
    background-color: #ffca00 !important;
    color: #3c3a3a !important;
}

@media (min-width: 1281px) {
    .scrollmenuBtns {
        text-align: center;
    }
}

.category_home a{
    font-size: 15px;
}
.category_home img {
    display: block;
    padding: 2px;
    /*background: repeating-linear-gradient(45deg, black, transparent 100px);*/
    -webkit-box-shadow: 0 2px 4px rgb(0 0 0 / 50%);
            box-shadow: 0 2px 4px rgb(0 0 0 / 50%);
    margin: 0 auto;
    margin-bottom: 6px;
}

#ship-to-different-address {
    display: none;
}

#billing_country_field {
    display: none;
}


/*Referrel feild*/
.expand_referral {
    display: none;
}

.refereeal_text {
    margin-top: -24px;
    font-weight: 700
}

/*Program plan css*/
.program_table {
    width: 100%;
    table-layout: fixed !important;
}

.header_menu label>span {
    position: absolute;
    padding: 20px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #fff;
}

.radio_input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.header_menu {
    width: 90px;
    height: 80px;
    background: #e64021;


    position: relative;
}

.opacity {
    opacity: 1;
}

.text-red,
.text-red * {
    color: #e64021;
    font-weight: bold;
}


.radio_input:checked:after {
    content: '';
    background-color: #e64021;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 18px;
    height: 18px;
    margin-left: -9px;
    margin-top: -9px;
    transform: rotate(45deg);
    color: hsla(215, 0%, 100%, 1);

}


.program_row>td:not(:first-child),
.program_head {
    border-bottom: 1px solid #ccc;
    padding: 10px;
    text-align: center;
    text-align: -webkit-center;
    font-size: 1em;
}


.opacity_1 {
    opacity: 1;
}

.opacity_0 {
    opacity: 0.6;
}
.removeSpace{
    width: 100px;
    padding: 0;
    text-align: center;
    text-align: -webkit-center;
    font-size: 0em;
    font-size: 13px !important;
    padding: 2px !important;
}
.buy_nowBTN {
    background-color: #e64021;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 3px 45px;
    border: none;
    border-radius: 5px;
    transition: all .2s ease;
}

.buy_now {
    text-align: center;
    margin-top: 2rem;
    margin-left: 33px;
}

.buy_nowBTN:focus {
    outline: none;
    transform: scale(1.05);
}
.buy_nowBTN_RCS {
    background-color: #e64021;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 3px 45px;
    border: none;
    border-radius: 5px;
    transition: all .2s ease;
}

.buy_now {
    text-align: center;
    margin-top: 2rem;
    margin-left: 33px;
}

.buy_nowBTN_RCS:focus {
    outline: none;
    transform: scale(1.05);
}

.program_title_mobile {
    display: none;
}

.progarm_title {
    text-align: left;
    font-size: 1.2em;
}

@media (min-width: 320px) and (max-width: 480px) {
    .program_table {
        width: 100%;
        table-layout: fixed !important;
    }
    .header_menu {
        width: 100%;
        height: 80px;
        background: #e64021;
        position: relative;
    }

    .removeSpace{
        width: 100%;
        padding: 0;
        text-align: center;
        text-align: -webkit-center;
        font-size: 0em;
        font-size: 13px !important;
        padding: 2px !important;
    }
    .progarm_title,
    .program_head:first-child {
        display: none;
    }

    .program_title_mobile {
        display: contents;
        text-align: center;
    }

    .program_title_mobile td {
        border-bottom: none;
        text-align: center;
    }



}

/*Packages page css*/
.payment_mode label {
    background-color: #dadada;
    padding: 0 12px;
    margin: 5px;
    border-radius: 5px;
    line-height: 2.5;
    padding-left: 30px;
}

.packages_div {
    max-width: 90%;
    margin-top: 2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 8px;
    font-weight: bold !important;
}

.packages {
    padding: 15px 0;
    width: 158px;
    border: 1px solid #dadada;
    position: relative;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0px 2px 2px #ccc;
    margin: 15px 0
}

.package_month {
    position: absolute;
    top: 0;
    left: 50%;
    width: 95px;
    padding: 0 6px;
    background-color: #dadada;
    border-radius: 5px;
    transform: translate(-50%, -50%);
}

.text-gray {
    color: #dadada;
    font-size: 14px;
}


.packages>p {
    margin-bottom: 0;
}

/*.packages > p *{
    font-weight: bold;
}
*/
.payment_mode {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;

}

@media (min-width: 320px) and (max-width: 480px) {
    .packages_div {
        max-width: 100%;
        justify-content: center;
    }

    .nav-pills>li>a {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .deal_of_the_day{
        font-size: 11px !important;
        margin-bottom: 10px !important;
    }

}

.radio_payment_mode,
.select_plan {
    display: none !important;
}

.select_plan:checked+label>.packages>.package_month {
    background-color: #fcf06f;


}

.select_plan:checked+label>.packages {
    border: 1px solid #fcf06f !important;
    font-weight: bold !important;
}

.select_plan:checked+label>.packages>.save {
    color: red !important;

}

.radio_payment_mode:checked+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #fff;
    position: absolute;
    top: 17px;
    left: 17px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;

}

.yellow-bg {
    background-color: #fcf06f;

}

.radio_payment_mode:checked+.month_label {
    background-color: #fcf06f;
}

.bg-red {
    background-color: red;
    color: #fff;
}

/*related product*/
.related-products-wrapper .price-wrapper .star-rating {
    margin-left: 0;
    margin-right: 0;
}

/*related product*/
.possible-product-listing .box-text .price-wrapper .star-rating {
    order: 2;
    padding: 0 0 0.5em;
}


/*recently viewsed product css*/
.recently_viewed_products .price-wrapper .star-rating {
    margin-left: 0 !important;
}

/*Product page badge css start*/

.variations td.label {
    visibility: hidden;
    text-align: left;
    position: relative;
}

.variations tr {
    /* display: none !important;*/
    display: flex;
    justify-content: left;
    align-items: center;


}

.variations td.label:before {
    visibility: visible;
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    content: "Size";
}

.limted_offer_message {
    padding: 3px;
    background: red;
    margin-left: .5em;
    border-radius: 5px;

}



/*Out of stock css*/
.box-image .out-of-stock-label {
    color: #fff !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    position: absolute !important;
    padding: 0px 10px !important;
    background: #f34423 !important;
    opacity: .9 !important;
    bottom: 0 !important;
    font-size: .7em !important;
    top: unset !important;
    left: unset !important;
    right: 0 !important;
    border-radius: 5px 0 0 0 !important;
}

.stock {
    padding: 5px 10px;
    background: red;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
}

/* Program page css */

.nav-box>li.active>a,
.nav-pills>li.active>a {
    opacity: 1;
    color: #0a0a0a;
    background-color: transparent;
    font-weight: 700 !important;
    box-shadow: 0px 0px 2px 0px;
    border-radius: 0px;
    border-top-right-radius: 15px;
    border-bottom-width: thick;
    border-bottom: solid;
    border-color: yellow;
}

.nav-pills>li>a {
    padding: 0px .75em;
    line-height: 2.5em;
    background: #DADADA;
    box-shadow: 0 0 2px 0;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    padding-left: 20px;
    padding-right: 20px;
}

.tab-panels {
    padding-top: 1em;
    border-top-width: thick;
    border-top: groove;
}

/*Store Notice coupon color*/
.store_coupon {
    color: #e8962b;

}


/******************************Cart page CSS**************************/


/******************************Checkout page CSS**************************/
/*Checkout from ordering and UI*/

/*Hide coupon*/
/*.coupon{
    display: none !important;
}
*/
/*.woocommerce-form-coupon-toggle{
    display: none;
}*/
@media only screen and (min-width:767px) {
    #billing_address_1_field {
        width: 100%;
    }

}

.woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* 1st row */
#billing_first_name_field {
    order: 1;
}

/* 2nd row */
#billing_phone_field {
    order: 2;
    width: 48% !important;
}

#billing_email_field {
    order: 3;
    float: right;
    width: 48% !important;
}

/* 3rd row */
#billing_postcode_field {
    order: 4;
    width: 48% !important;
}

#billing_city_field {
    order: 5;
    width: 48% !important;
}

/* 4th row */
#billing_state_field {
    order: 6;
}

/* 5th row */
#billing_address_1_field {
    order: 7;
    margin-top: -6px;
}

#custome_text_shipping {
    order: 4;
}
#billing_address_2_field{
     order: 8;
     width: 100% !important;;
}

/*Message for course on checkout page*/
 .course_message{

    padding: 10px 20px;
    background-color: #fff1d5;
    display: flex;
    align-items: center;
    column-gap: 20px;

}
.course_message p{
  margin-bottom: 0;
}
@media only screen and (max-width:767px) {
    .course_message{

        margin-bottom: -20px;
    }
}

.shop_table tfoot th {
    font-weight: normal;
}
#payment > ul > li.wc_payment_method.payment_method_cod > label{
    font-weight: normal;
}

/*checkout popup*/
        .otp_modal {
            position: fixed;
            z-index: 10000;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
/*            visibility: hidden;*/
           /* width: 100%;
            height: 100vh;*/
            border-radius: 5px;
        }

        .otp_modal.is-visible {
            visibility: visible;
        }

        .modal-overlay {
            position: fixed;
            z-index: 10;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            background: hsla(0, 0%, 0%, 0.5);
            /*visibility: hidden;*/
            opacity: 1;
            transition: visibility 0s linear 0.3s, opacity 0.3s;
        }

        .otp_modal.is-visible .modal-overlay {
            opacity: 1;
            visibility: visible;
            transition-delay: 0s;
        }

        .modal-wrapper {
            position: absolute;
            width: 40%;
            z-index: 9999;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%) !important;
            background-color: #fff;
            box-shadow: 0 0 10px hsla(0, 0%, 0%, 0.35);
             text-align: center;
             padding: 20px;
             border-radius: 10px;
        }



        .otp_modal.is-visible {
            opacity: 1;
        }



        .otp-modal-close {
            position: absolute;
            top: 0;
            right: -18px;
            /*padding: 10px;*/
            color: #aaa;
            background: none;
            border: 0;
        }

        .inner_modal-content {
            display: flex;
            flex-direction: column;
            justify-content: center;

        }

        #input_phone_verify {
            margin: 10px 0;
        }

        /* loader */

        .otp_loader {
            border: .2em solid currentcolor;
            border-bottom-color: transparent;
            border-radius: 50%;
            animation: 1s otp_loader linear infinite;
            position: relative;
            width: 13px;
            height: 13px;
            margin: 5px auto;
        }

        @keyframes otp_loader {
            0% {
                transform: rotate(0deg);
            }

            100% {
                transform: rotate(360deg);
            }
        }

        .d-none {
            display: none;
        }

        .verify_error {
            color: red;
            visibility: hidden;
        }

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

            .modal-wrapper{
                width: 90%;
            }
        }
        .otp_button{
            width: 50%;
            margin: 2px auto;
        }
/*sms alert css*/
    /*.checkbox_for_sms_alert_label{
        font-weight: normal;
    }*/

     /*checkout page css offer*/
.checkout_offer_text{
    padding: 15px;
    text-align: center;
    background-color: #FEF7E5;
}
 .checkout_offer_text h1{
    color: #239630;
}

/*Deal of the day*/
  .deal_of_the_day{
    padding: 4px 7px;
    border: 2px solid red; 
    border-radius: 5px;
    /*box-shadow: 0px 2px 5px rgb(255 0 0 / 50%);*/
    margin-top: 5px !important;
    font-size: 15px;
    display: inline-block;
    line-height: 1.4;
}

/*Media room card css*/
.media_room_card .col-inner{
    overflow: hidden;
}
/*Hide offer communication from the search */
#search-lightbox form > .live-search-results span.coupon-selector,#search-lightbox form > .live-search-results .coupon_message{
    display: none;
}
.loader {
    border-top: 4px solid #959595;
    border-bottom: 4px solid white;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    margin-right: 5px;
    position: relative;
    top: 5px;
    left: -10px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/*pageloader*/
#pageloader{
    display: none;
 }
   
.loaders {
  width: 36px;
  height: 36px;
  border: 4px solid rgb(255 0 0);
  border-left-color: transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


/*Mobile device order change regular and selling price positions*/
@media (max-width: 549px){
    div.woocommerce-variation.single_variation > div.woocommerce-variation-price > span > del {
        order: 0 !important;
        font-size: 1em !important;
    }
    div.woocommerce-variation.single_variation > div.woocommerce-variation-price > span.price > span {
        order: 3 !important;
    }
}


/*
.demo_store {
 height: 40px;  
 overflow: hidden;
 position: relative;
}

@media only screen and (max-width: 600px) {
 .demo_store span {
     font-size: 3em;
     position: absolute;
     width: 100%;
     height: 100%;
     margin: 0;
     text-align: center;
     -moz-transform:translateX(100%);
     -webkit-transform:translateX(100%);    
     transform:translateX(100%); 
     -moz-animation: demo_store 4s linear infinite;
     -webkit-animation: demo_store 4s linear infinite;
     animation: demo_store 4s linear infinite !important;
    }
}
.demo_store span {
 font-size: 3em;
 position: absolute;
 width: 100%;
 height: 100%;
 margin: 0;
 text-align: center;
 -moz-transform:translateX(100%);
 -webkit-transform:translateX(100%);    
 transform:translateX(100%);
 -moz-animation: demo_store 15s linear infinite;
 -webkit-animation: demo_store 15s linear infinite;
 animation: demo_store 15s linear infinite;
}
@-moz-keyframes demo_store {
 0%   { -moz-transform: translateX(100%); }
 100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes demo_store {
 0%   { -webkit-transform: translateX(100%); }
 100% { -webkit-transform: translateX(-100%); }
}
@keyframes demo_store {
 0%   { 
 -moz-transform: translateX(100%); 
 -webkit-transform: translateX(100%); 
 transform: translateX(100%);       
 }
 100% { 
 -moz-transform: translateX(-100%); 
 -webkit-transform: translateX(-100%); 
 transform: translateX(-100%); 
 }
}*/
