* {
    outline: none !important;
    box-sizing: border-box;
    line-height: 100%;
}

ul,
ol {
    padding: 0px;
    margin: 0px;
}

ul li,
ol li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
}

a,
a:hover,
a:focus,
a:active {
    outline: none !important;
    text-decoration: none;
}

body {
    font-family: 'TeXGyreAdventor';
    font-size: 14px;
}

img {
    max-width: 100%;
    display: block;
}

@media(min-width:1360px) {
    .container {
        max-width: 1202px;
        margin: auto;
    }
}


/*common css*/

.text-gray,
.text-gray:focus,
.text-gray:hover {
    color: #989797;
}

.page-block {
    float: left;
    width: 100%;
}

.bg-btn {
    background-color: #3f993f;
    color: #fff;
    text-transform: uppercase;
    padding: 14px;
    display: inline-block;
    border: 1px solid #3f993f;
}

.bg-btn:hover,
.bg-btn:focus {
    color: #fff;
}

.border-btn {
    border: 1px solid #3f993f;
    padding: 14px;
    color: #3f993f;
    display: inline-block;
    text-transform: uppercase;
}

.border-btn:hover,
.border-btn:focus {
    color: #3f993f;
}

.border-bg::after {
    background-image: url("../images/bg-border-bottom.png");
    top: 100%;
}

.border-bg-top,
.border-bg {
    position: relative;
}

.border-bg::after,
.border-bg-top::before {
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 19px;
    background-size: cover;
    left: 0;
    position: absolute;
    right: 0;
}

.border-bg-top::before {
    background-image: url("../images/bg-border-top.png");
    bottom: 100%;
    background-size: cover;
}

.text-green,
.text-green:hover,
.text-green:focus {
    color: #3f993e;
}


/*common css end*/


/*header*/


/*--header-top--*/

.header {
    background-color: #040707;
    float: left;
    width: 100%;
}

.header-main {
    float: left;
    width: 100%;
}

.header-top {
    float: left;
    padding: 6px 0;
    width: 100%;
    border-bottom: 1px solid #0e1111;
}

.header-top-inner {
    display: table;
    float: left;
    width: 100%;
}

.header-top-inner>div {
    display: table-cell;
    vertical-align: middle;
}

.header-top-info li {
    display: inline-block;
    vertical-align: middle;
    padding-right: 18px;
}

.header-top-info li:last-child {
    padding-right: 0;
}

.header-top-info a {
    font-size: 12px;
}

.header-top-info a i {
    margin-right: 10px;
    color: #3f993e;
}

.header-top-info>ul {
    float: left;
}

.header-social {
    float: left;
    width: 100%;
}

.header-social li {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
}

.header-social>ul {
    float: right;
}

.header-social a {
    border: 1px solid #989797;
    border-radius: 100px;
    display: block;
    font-size: 10px;
    height: 22px;
    line-height: 19px;
    text-align: center;
    width: 22px;
}


/*--header-top end--*/


/*header-bottom*/

.header-bottom {
    float: left;
    width: 100%;
}

.header-bottom-inner {
    float: left;
    padding: 12px 0;
    width: 100%;
}

.header-menu {
    margin-left: auto;
    padding-right: 124px;
}

.header-bottom-left li {
    padding-left: 15px;
    display: inline-block;
    vertical-align: middle;
}

.header-bottom-left li a {
    font-size: 17px;
    display: inline-block;
}

.header-bottom-inner .navbar {
    padding: 0;
    width: 100%;
    justify-content: space-between;
}

.header-menu .navbar-nav .nav-item {
    margin: 0 17px;
}

.header-menu .navbar-nav .nav-item .nav-link {
    border-bottom: 2px solid transparent;
    padding-left: 3px;
    padding-right: 3px;
    color: #989797;
    font-family: 'Trebuchet MS';
}

.header-menu .navbar-nav .nav-item .nav-link:hover,
.header-menu .navbar-nav .nav-item.active .nav-link {
    color: #fff;
    border-color: #3f993e;
}


/*cart modal*/

.cart-modal .modal-dialog {
    margin: 0 0 1.75rem auto;
}

.cart-modal .modal-content {
    border-radius: 0;
}

.cart-btn a {
    display: block;
    text-align: center;
    margin-bottom: 8px;
}

.cart-modal .modal-header h5 {
    display: block;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.cart-modal .modal-header h5::after {
    background-color: #3f993f;
    content: "";
    display: block;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    width: 30px;
}

.cart-list li>div {
    display: table-cell;
    vertical-align: middle;
}

.cart-list li {
    background-color: #f5f5f5;
    display: table;
    margin-bottom: 17px;
    padding: 20px 30px;
    width: 100%;
}

.cart-text {
    padding-left: 20px;
}

.cart-text>span {
    color: #828081;
    display: block;
}

.cart-text p {
    margin-bottom: 10px;
    display: block;
}

.cart-remove>span {
    color: #828081;
    font-size: 20px;
}

.cart-list li .cart-remove {
    vertical-align: top;
}

.cart-modal .modal-body {
    padding: 1rem 0;
}

.cart-btn {
    padding: 0 30px;
}

.total-cart {
    border-bottom: 1px solid #ececec;
    border-top: 1px solid #ececec;
    padding: 18px 0;
    text-align: center;
    margin-bottom: 17px;
}

.total-cart>b {
    color: #817f80;
    font-size: 16px;
}

.total-cart b span {
    color: #000;
}


/*cart modal end*/


/*header-bottom end*/


/*header media*/

@media(max-width:1199px) {
    .header-menu {
        padding-right: 30px;
    }
    .header-menu .navbar-nav .nav-item {
        margin: 0 10px;
    }
}

@media(max-width:991px) {
    .header-menu .navbar-nav .nav-item .nav-link {
        font-size: 12px;
    }
    .header-menu .navbar-brand {
        width: 150px;
        padding: 0;
    }
}

@media(max-width:768px) {
    .header-top-info a {
        font-size: 10px;
    }
    .header-social li {
        padding-left: 3px;
    }
    .navbar-light .navbar-toggler {
        color: #fff;
        padding-left: 0;
    }
    .header-bottom-left li {
        padding-left: 10px;
    }
    .mobile-logo>a {
        display: inline-block;
        width: 150px;
    }
    .mobile-logo {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        padding-bottom: 30px;
        text-align: center;
        width: 100%;
        margin-bottom: 30px;
    }
    .navbar-collapse {
        display: block !important;
        position: fixed;
        top: 0;
        bottom: 0;
        left: -250px;
        background-color: #000;
        width: 250px;
        z-index: 11;
        border-right: 1px solid rgba(225, 225, 225, 0.20);
        padding-top: 40px;
        height: auto !important;
        overflow-y: auto;
        -webkit-transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -moz-transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -o-transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -moz-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -o-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    .navbar-collapse.show {
        left: 0;
    }
    .sidebar-overlay {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: rgba(255, 255, 255, 0.8);
        z-index: 1;
        -webkit-filter: blur(1px);
        filter: blur(1px);
        filter: invert(100%);
        -webkit-filter: invert(100%);
        -webkit-animation: fadeIn ease 500ms;
        -moz-animation: fadeIn ease 500ms;
        animation: fadeIn ease 500ms;
    }
}

@media(max-width:576px) {
    .header-top {
        display: none;
    }
    .header-bottom-left li{padding-left: 6px;}
}


/*header media end*/


/*header end*/


/*hover-box section*/

.hover-box-inner {
    float: left;
    padding: 50px 0;
    width: 100%;
}

.hover-box {
    float: left;
    padding: 6px;
    width: 25%;
}

.hover-box-img {
    border: 2px solid transparent;
    float: left;
    position: relative;
    width: 100%;
    transition: all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms;
    -moz-transition: all ease-in-out 300ms;
}

.hover-box-img>a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.hover-box-content {
    background-color: rgba(255, 255, 255, 0.5);
    left: 0;
    padding: 8px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
}

.hover-box-content>p {
    font-size: 21px;
    font-weight: bold;
    max-width: 125px;
    text-transform: uppercase;
    color: #000;
}

.hover-box-img:hover {
    border-color: #000;
    transition: all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms;
    -moz-transition: all ease-in-out 300ms;
}

.hover-box-img img {
    width: 100%;
    opacity: 0.5;
    transition: all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms;
    -moz-transition: all ease-in-out 300ms;
}

.hover-box-img:hover img {
    opacity: 1;
    transition: all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms;
    -moz-transition: all ease-in-out 300ms;
}


/*hover-box media*/

@media(max-width:991px) {
    .hover-box {
        width: 50%;
    }
}

@media(max-width:576px) {
    .hover-box-content>p {
        font-size: 14px;
        max-width: none;
    }
}


/*hover-box media end*/


/*hover-box section end*/


/*package block*/

.package-block {
    background-image: url(../images/package-bg.png);
    background-size: cover;
    background-position: top center;
    height: 509px;
    background-repeat: no-repeat;
}

.package-block-content {
    max-width: 400px;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
}

.package-block-img img {
    float: right;
}

.package-block-inner {
    float: left;
    height: inherit;
    position: relative;
    width: 100%;
}

.package-block-img {
    float: right;
    padding-top: 73px;
}

.package-block-content h1 {
    color: #7c102d;
    font-size: 56px;
    font-weight: bold;
    text-transform: uppercase;
}

.package-block-content h2 {
    font-size: 47px;
    font-weight: bold;
    text-transform: uppercase;
}

.package-block .container-fluid {
    height: inherit;
}

.shop-btn {
    background-color: #7c102d;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 28px;
    font-weight: bold;
    padding: 16px 34px;
}

.shop-btn:hover,
.shop-btn:focus {
    color: #fff;
}

.shopnow-btn {
    float: left;
    width: 100%;
}

.package-block .shopnow-btn {
    margin-top: 60px;
}


/*package block media*/

@media(max-width:1199px) {
    .package-block-content {
        background-color: rgba(255, 255, 255, 0.8);
        max-width: none;
        padding: 30px;
    }
}

@media(max-width:768px) {
    .package-block-content h1 {
        font-size: 30px;
    }
    .package-block-content h2 {
        font-size: 24px;
    }
    .shop-btn {
        padding: 10px 20px;
        font-size: 14px;
    }
    .package-block {
        height: 400px;
    }
}


/*package block media end*/


/*package block end*/


/*company info */

.company-info-block {
    background-image: url(../images/pure-power-bg.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    margin-top: -15px;
}

.company-info {
    color: #fff;
    float: left;
    padding: 100px 0 70px;
    text-align: center;
    width: 100%;
}

.company-info>h1 {
    font-size: 50px;
    font-weight: bold;
    padding-bottom: 30px;
}

.company-info>p {
    font-size: 20px;
    line-height: 33px;
    font-family: 'Trebuchet MS';
}


/*company info end*/


/*login page*/

.login-box-main {
    background-image: url(../images/login-bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    height: 626px;
}

.login-box-main .container {
    height: inherit;
}

.login-box-inner {
    height: inherit;
    max-width: 712px;
    margin: auto;
}


/*login form*/

.login-box {
    background-color: rgba(255, 255, 255, 0.6);
    float: left;
    padding: 54px 50px 63px;
    width: 100%;
}

.form-group .form-control {
    border: 1px solid #b0b0b0;
    border-radius: 0;
    height: 42px;
}

.login-form .form-group label {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.login-form .form-group {
    margin-bottom: 26px;
}

.login-form .form-group:last-child {
    margin-bottom: 0;
}

.login-form-title {
    font-size: 27px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 30px;
    font-weight: bold;
}

.form-group .bg-btn.btn {
    font-size: 15px;
    font-weight: bold;
    max-width: 166px;
    text-transform: uppercase;
    width: 100%;
}

.forget-link {
    margin-bottom: 15px;
}

.login-form-link h5 a {
    color: #3f993e;
}

.login-form-link h5 {
    font-size: 16px;
    font-style: italic;
}


/*login form end*/


/*login socail*/

.login-social {
    float: left;
    margin-top: 15px;
    width: 100%;
}

.login-social li {
    float: left;
    text-align: center;
    width: 33.33%;
}

.login-social li+li {
    padding-left: 15px;
}

.login-social li a {
    border-radius: 5px;
    letter-spacing: 1px;
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: bold;
    padding: 23px 0;
    text-transform: uppercase;
}

.login-social li a.google {
    background-color: #db402c;
}

.login-social li a.facebook {
    background-color: #3b5998;
}

.login-social li a.twitter {
    background-color: #55acee;
}

.login-social li a i {
    margin-right: 30px;
}


/*login socail end*/


/*login media*/

@media only screen and (max-width:576px) {
    .login-form-link h5 {
        font-size: 11px;
    }
    .login-form .form-group label {
        font-size: 12px;
    }
    .form-group .bg-btn.btn {
        max-width: none;
        width: auto;
    }
    .login-box {
        padding: 40px 20px;
    }
    .login-social li a i {
        margin-right: 2px;
    }
    .login-social li a {
        font-size: 10px;
        padding: 15px 0;
        letter-spacing: 0.5px;
    }
}


/*login media end*/


/*login page end*/


/*-Featured_Products-start-*/

.pure_power_product-img>img {
    max-width: 100%;
}

.pure_power {
    margin-top: 47px;
}

.Featured_Products {
    background-color: #090909;
    padding-bottom: 80px;
    padding-top: 30px;
}

.pure_power_product {
    width: 100%;
}

.pure_power_product-img {
    width: 100%;
    text-align: center;
}

.pure_power_product-text {
    width: 100%;
}

.pure_power_product_title {
    border-bottom: 1px solid #212020;
    color: #fff;
    display: block;
    font-size: 34px;
    font-weight: bold;
    padding-bottom: 15px;
    width: 100%;
    text-transform: uppercase;
}

.pure_power_product_title>.caffeine {
    color: #fab233;
}

.pure-text {
    color: #ffffff;
    font-size: 16px;
    line-height: 22px;
    width: 100%;
    margin-top: 13px;
}

.reviwe {
    margin: 22px 0;
    width: 100%;
}

.fise_oil {
    color: #55c7d6;
}

.brain {
    color: #6515cf;
}
.couples-bg{background-color: #4f1979;}
.pure_power_product-button {
    border-radius: 3px;
    display: block;
    font-size: 20px;
    font-weight: bold;
    height: 54px;
    line-height: 21px;
    margin: auto;
    max-width: 215px;
    overflow: hidden;
    text-align: center;
}

.br-theme-bootstrap-stars .br-widget a.br-selected::after {
    color: #48b146;
}

.br-theme-bootstrap-stars .br-widget a.br-active::after {
    color: #48b146;
}

@media only screen and (max-width:767px) {
    .pure_power_product_title {
        font-size: 25px;
    }
    .pure-text {
        font-size: 13px;
    }
    .pure_power_product-button {
        font-size: 16px;
    }
}

@media only screen and (max-width:576px) {
    .pure_power_product-img>img {
        max-width: 50%;
    }
}


/*-Featured_Products-end-*/


/*-product-start-*/

.product-inner {
    float: left;
    padding-bottom: 60px;
    padding-top: 55px;
    width: 100%;
}

.product-box {
    margin: 48px 0;
}

.product-box>.pure_power_product-text>.pure_power_product_title {
    border: medium none;
    color: #000;
    font-size: 20px;
    padding-bottom: 0;
}

.product-box>.pure_power_product-text>.pure-text {
    font-weight: bold;
    font-size: 18px;
    color: #ec0000;
}

.product-box>.pure_power_product-text>.pure_power_product-button {
    background-color: transparent;
    border: 1px solid #e2e2e2;
    color: #000;
    font-weight: normal;
    font-size: 15px;
    height: 39px;
    line-height: 10px;
}

.product-box>.pure_power_product-text>.pure_power_product-button:hover {
    background-color: #3f993e;
    color: #ffffff;
}

.add-more>.more-product {
    background-color: transparent;
    border: 2px solid #3f993e;
    color: #3f993e;
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin: auto;
    max-width: 221px;
}

.more-product>span {
    padding-left: 10px;
}

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

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

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

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


/*-product-end-*/


/*health.organization-*/

.health_organization_inner {
    padding: 50px 0 40px;
    width: 100%;
}

.health_organization_icon>img {
    max-width: 100%;
}

.health_organization {
    width: 100%;
}

.health_organization_icon {
    text-align: center;
}

@media only screen and (max-width:991px) {
    .health_organization_icon {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width:767px) {
    .title {
        font-size: 45px;
        padding-bottom: 0;
    }
    .Featured_Products {
        padding-bottom: 30px;
    }
}

@media only screen and (max-width:575px) {
    .pure_power_product {
        margin: 15px 0;
    }
    .health_organization_inner {
        padding: 20px 0;
    }
    .health_organization_icon {
        margin: 15px 0;
    }
}

@media only screen and (max-width:480px) {
    .title {
        font-size: 29px;
        padding-bottom: 0;
    }
    .pure_power {
        margin-top: 20px;
    }
}


/*-subscribe-start-*/

.subscribe-title {
    font-size: 50px;
    margin-bottom: 35px;
    padding-bottom: 30px;
    position: relative;
    font-weight: bold;
}

.subscribe-title::after {
    background-color: #62c161;
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    margin: auto;
    max-width: 97px;
    position: absolute;
    right: 0;
}

.subscribe-inner-data {
    width: 100%;
}

.subscribe-main {
    background-image: url("../images/SUBSCRIBE-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: -15px;
    position: relative;
    width: 100%;
    z-index: 1;
}

.subscribe-data {
    height: 398px;
    width: 100%;
}

.subscribe-text>p {
    font-size: 24px;
    line-height: 72px;
}

.subscribe-text {
    position: relative;
    width: 100%;
}

.subscribe-form {
    width: 100%;
}

.subtitle-input {
    position: relative;
    width: 100%;
}

.subtitle-input>button {
    background-color: #fff;
    border: medium none;
    bottom: 1px;
    color: #3f993e;
    font-size: 37px;
    font-weight: normal;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 70px;
}

.subtitle-input>input {
    background-color: transparent;
    border: 1px solid white;
    color: #fff;
    font-size: 24px;
    font-style: italic;
    height: 72px;
    line-height: 72px;
    padding-left: 20px;
    width: 100%;
    padding-right: 85px;
}

@media only screen and (max-width:575px) {
    .subscribe-text>p {
        line-height: 33px;
        margin-bottom: 15px;
    }
}


/*-subscribe-end-*/


/*ourstory page*/


/*banner*/

.banner.ourstory-banner-img {
    background-image: url(../images/our-story-banner.png);
}


/*banner*/

.story-box-inner {
    float: left;
    padding: 42px 0 10px;
    width: 100%;
}

.story-box:nth-child(2n) .story-img-main {
    order: 1;
}

.story-box-img {
    float: right;
}

.story-box:nth-child(2n) .story-box-img {
    float: left;
}

.story-box-content {
    max-width: 650px;
    padding: 0 20px;
    float: left;
}

.story-box:nth-child(2n) .story-box-content {
    float: right;
}

.story-box-content>p {
    font-size: 24px;
    line-height: 36px;
    font-family: 'Trebuchet MS';
    text-align: center;
}

.story-box {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}


/*media*/

@media only screen and (max-width:1199px) {
    .story-box-content>p {
        font-size: 18px;
    }
}

@media only screen and (max-width:991px) {
    .story-box-content>p {
        font-size: 15px;
        line-height: 20px;
    }
}

@media only screen and (max-width:767px) {
    .story-box:nth-child(2n) .story-img-main {
        order: 0;
    }
    .story-box-content {
        max-width: none;
        padding: 0;
    }
    .story-box-img {
        width: 100%;
        padding-bottom: 20px;
    }
    .story-box-img img {
        margin: auto;
        display: block;
    }
}


/*media end*/


/*ourstory page*/


/*abandon-cart-popup page*/


/*order-head-content*/

.order-head-inner {
    float: left;
    padding: 47px 0;
    text-align: center;
    width: 100%;
}

.order-head-content {
    background-color: #f5f5f5;
}

.order-head-inner h1 {
    display: block;
    font-size: 41px;
    font-weight: bold;
    text-transform: uppercase;
}

.order-head-inner>p {
    font-size: 15px;
    padding-top: 5px;
}


/*add-offer model*/

.add-offer-model .modal-header p {
    font-size: 30px;
    width: 100%;
    display: block;
}

.add-offer-model .modal-dialog {
    max-width: 890px;
}

.discount-model.add-offer-model .modal-content {
    background-image: none;
}

.add-offer-model .form-group .form-control {
    border-color: #e0dfdf;
    border-radius: 5px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1) inset;
    height: 50px;
    text-align: center;
}

.add-offer-model .form-group .form-control::placeholder {
    text-transform: uppercase;
    color: #000;
}

.get-off {
    background-color: #3f993e;
    border-radius: 2px;
    color: #fff;
    display: block;
    font-size: 78px;
    margin-bottom: 30px;
    padding: 20px 0;
}

.add-offer-model .discount-model-body>a {
    color: #000;
    display: inline-block;
    font-size: 15px;
    font-style: italic;
    margin-bottom: 26px;
    text-decoration: underline;
}

.add-offer-model .discount-model-body>p {
    color: #000;
    font-size: 13px;
    margin-bottom: 20px;
}


/*add-offer model end*/


/*media*/

@media only screen and (max-width:767px) {
    .order-head-inner h1 {
        font-size: 26px;
    }
}


/*media end*/


/*order-head-content end*/


/*order deatail*/

.order-info-main {
    padding: 32px 0;
}

.order-info-inner {
    padding-top: 50px;
    float: left;
    width: 100%;
}

.order-info-inner [class*="col-"] {
    padding: 0 50px;
}

.order-info-inner .row {
    margin: 0 -50px;
}

.order-detail {
    float: left;
    width: 100%;
}

.free-gift-title {
    display: block;
    text-align: center;
}

.order-detail-head {
    float: left;
    padding-bottom: 16px;
    width: 100%;
}

.order-detail-head>h1 {
    font-size: 25px;
    font-weight: bold;
}

.order-detail-head>p {
    color: #696868;
    font-size: 18px;
    font-weight: bold;
    margin-top: 22px;
    text-transform: uppercase;
}

.order-detail-body {
    float: left;
    width: 100%;
    background-color: #fbfbfb;
}

.order-product-detail {
    float: left;
    width: 100%;
}

.order-product-head {
    background-color: #fbfbfb;
    float: left;
    padding: 14px 20px;
    width: 100%;
    justify-content: space-between;
    display: flex;
}

.order-product-head>span {
    color: #777777;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.order-product-list {
    float: left;
    background-color: #fff;
    width: 100%;
    margin-bottom: 10px;
}

.order-product-list>li {
    display: block;
    float: left;
    padding: 8px 0;
    width: 100%;
}

.order-product-list>li p {
    color: #000;
    float: left;
    font-size: 15px;
}

.order-product-list>li .order-product-price {
    float: right;
}

.order-product-total {
    background-color: #fff;
    float: left;
    padding-top: 24px;
    width: 100%;
}

.order-product-detail .order-product-list>li {
    border-bottom: 1px solid #ececec;
}

.order-product-detail .order-product-list>li:last-child {
    border-bottom: medium none navy;
}

.order-product-total>h3 {
    float: right;
}

.order-product-total>p {
    float: left;
    font-size: 17px;
    line-height: 32px;
}

.order-product-list.order-success>li .order-product-price {
    float: left;
    font-weight: bold;
    color: #696868;
}

.order-product-list.order-success>li>p.order-success-info {
    width: 147px;
}


/*media*/

@media only screen and (max-width:991px) {
    .order-detail-head>h1 {
        font-size: 17px;
    }
    .order-detail-head>p {
        font-size: 15px;
    }
}

@media only screen and (max-width:767px) {
    .order-detail-body {
        margin-bottom: 20px;
    }
    .order-product-list>li p {
        font-size: 14px;
    }
}


/*media end*/


/*order deatail end*/


/*more order-info*/

.more-info-order {
    clear: both;
    margin: auto;
    max-width: 987px;
    padding: 80px 0 50px;
    width: 100%;
}

.more-info-order>p {
    font-size: 15px;
    line-height: 39px;
    text-align: center;
}


/*media*/

@media only screen and (max-width:767px) {
    .more-info-order>p {
        line-height: 28px;
    }
    .more-info-order {
        padding: 20px 0;
    }
}


/*media end*/


/*more order-info end*/


/*special offer box*/

.special-offer-box {
    padding-bottom: 70px;
}

.special-offer-box-inner {
    border: 3px dashed #ececec;
    float: left;
    padding: 20px;
    width: 100%;
}

.special-offer-box-content {
    border: 1px solid #3f993e;
    float: left;
    width: 100%;
}

.special-offer-box-head {
    background-color: #3f993e;
    float: left;
    padding: 15px 0;
    text-align: center;
    width: 100%;
}

.special-offer-box-head>h1 {
    color: #fff;
    font-size: 97px;
    font-weight: bold;
    text-transform: uppercase;
}

.special-offer-box-body {
    float: left;
    padding: 20px 20px 30px;
    text-align: center;
    width: 100%;
}

.special-offer-box-body>h5 {
    color: #696868;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 22px;
}

.special-offer-box-body>p {
    color: #919191;
    font-size: 13px;
    line-height: 22px;
    padding-bottom: 36px;
}

.special-offer-btn {
    display: inline-block;
    max-width: 468px;
    width: 100%;
}

.special-offer-btn .bg-btn.btn {
    clear: both;
    display: block;
}

.special-offer-btn .bg-btn.btn {
    font-weight: bold;
    margin-bottom: 20px;
}

.special-offer-btn a {
    text-transform: uppercase;
}


/*special offer box end*/


/*discount model*/

.discount-model-body {
    text-align: center;
}

.discount-model-body>h1 {
    font-size: 127px;
    font-weight: bold;
    padding-bottom: 50px;
}

.discount-model .modal-body {
    padding: 20px 80px;
}

.discount-model-body>h3 {
    font-size: 30px;
    padding-bottom: 48px;
}

.discount-model .modal-header {
    border-bottom: none;
    padding-bottom: 0;
}

.discount-model .modal-header {
    border-bottom: medium none;
    padding-bottom: 0;
}

.discount-model .modal-content {
    border: medium none;
    border-radius: 0;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.discount-model .modal-dialog {
    background-color: #f4f4f4;
    padding: 15px;
}

.discount-model .modal-header .close {
    color: #e1e1e1;
    font-size: 2em;
}

.discount-model .modal-content {
    background-image: url(../images/hand-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
}


/*discount model end*/


/*media*/

@media only screen and (max-width:991px) {
    .discount-model-body>h1 {
        font-size: 90px;
    }
    .discount-model .modal-body {
        padding: 20px;
    }
    .special-offer-box-head>h1 {
        font-size: 65px;
    }
}

@media only screen and (max-width:767px) {
    .special-offer-box-head>h1 {
        font-size: 30px;
    }
    .order-info-inner .row {
        margin: 0 -15px;
    }
    .order-info-inner [class*="col-"] {
        padding: 0 15px;
    }
    .get-off {
        font-size: 24px;
    }
}

@media only screen and (max-width:575px) {
    .special-offer-btn .bg-btn.btn {
        font-size: 12px;
    }
    .discount-model-body>h3 {
        font-size: 18px;
        padding-bottom: 30px;
    }
    .discount-model-body>h1 {
        font-size: 60px;
    }
    .add-offer-model .discount-model-body>h1 {
        font-size: 40px;
    }
    .add-offer-model .modal-header p {
        font-size: 20px;
    }
}


/*discount model end*/


/*abandon-cart-popup page end*/


/*additiona page*/

.additional-bottle {
    background-image: url(../images/additional-page-bg.png);
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: top center;
}

.additional-bottle-inner {
    float: left;
    width: 100%;
}

.additional-bottle-head {
    margin: auto;
    max-width: 1000px;
    padding: 80px 0;
    text-align: center;
    width: 100%;
}

.additional-bottle-body {
    float: left;
    width: 100%;
}

.additional-bottle-head h1 {
    font-size: 75px;
    font-weight: bold;
}

.additional-bottle-head>p {
    font-size: 45px;
    line-height: 60px;
    padding-bottom: 20px;
}

.additional-bottle-head>b {
    font-size: 45px;
    display: block;
}

.additional-bottle-head h1::after {
    background-color: #f1f1f1;
    content: "";
    display: block;
    height: 4px;
    margin: 42px auto;
    max-width: 410px;
}

.additional-bottle-body>p {
    font-size: 20px;
    line-height: 39px;
    padding-bottom: 60px;
}

.additional-bottle-body>p:last-child {
    padding-bottom: 0;
}


/*media*/

@media only screen and (max-width:991px) {
    .additional-bottle-head {
        max-width: none;
    }
    .additional-bottle-head h1 {
        font-size: 40px;
    }
    .additional-bottle-head>p {
        font-size: 30px;
        line-height: 38px;
    }
    .additional-bottle-head>b {
        font-size: 24px;
    }
    .additional-bottle-body>p {
        font-size: 18px;
        line-height: 30px;
        padding-bottom: 40px;
    }
}

@media only screen and (max-width:767px) {
    .additional-bottle-head h1 {
        font-size: 30px;
    }
    .additional-bottle-head>p {
        font-size: 20px;
        line-height: 28px;
    }
    .additional-bottle-head>b {
        font-size: 18px;
    }
    .additional-bottle-body>p {
        font-size: 16px;
        line-height: 26px;
        padding-bottom: 30px;
    }
}


/*media end*/


/*additiona page end*/


/*blog page*/


/*banner*/

.banner.blog-banner-img {
    background-image: url(../images/blog-banner.png);
}


/*banner end*/

.blog-box-inner {
    float: left;
    width: 100%;
    padding: 50px 0;
}

.blog-box {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}

.blog-box-img {
    float: left;
    width: 100%;
}

.blog-box-content {
    float: left;
    padding-top: 10px;
    width: 100%;
}

.blog-box-content a {
    color: #000;
    display: inline-block;
    font-size: 24px;
    font-family: 'Trebuchet MS';
    text-transform: uppercase;
}

.blog-box-content>h3 {
    height: 73px;
}

.blog-box-content>p {
    color: #595959;
    font-size: 16px;
    margin-top: 16px;
}

.blog-box-img img {
    width: 100%;
}

.blog-box-inner .row [class*="col-"] {
    padding: 0 10px;
}

.blog-box-inner .row {
    margin: 0 -10px;
}


/*media*/

@media only screen and (max-width:767px) {
    .blog-box-content a {
        font-size: 16px;
    }
    .blog-box-content>h3 {
        height: 40px;
    }
}

@media only screen and (max-width:576px) {
    .blog-box-content>h3 {
        height: auto;
    }
    .blog-box-content>p {
        margin-top: 20px;
    }
}


/*media end*/


/*paginatio block*/

.page-pagination {
    float: left;
    width: 100%;
    padding-bottom: 100px;
}

.page-pagination .page-item+.page-item {
    margin-left: 14px;
}

.page-pagination .page-link {
    color: #000;
    font-size: 20px;
    padding: 0;
    width: 46px;
    height: 46px;
    text-align: center;
    line-height: 44px;
}

.page-pagination .page-item:first-child .page-link {
    border-radius: 0;
}

.page-pagination .page-item.active .page-link,
.page-pagination .page-link:hover {
    background-color: #3f993e;
    border-color: #dee2e6;
    color: #fff;
}

.page-pagination .page-infinit {
    line-height: 40px;
}

.page-pagination .page-item.next-page .page-link {
    border: none;
    width: auto;
    background-color: transparent;
    color: #000;
}


/*media*/

@media only screen and (max-width:767px) {
    .page-pagination .page-link {
        font-size: 16px;
        height: 35px;
        line-height: 33px;
        width: 35px;
    }
}


/*media end*/


/*paginatio block end*/


/*blog page end*/


/*become retail page*/


/*banner*/

.banner.become-retail-banner {
    background-image: url(../images/become-retail-banner.png);
}


/*banner end*/

.retail-form-inner {
    float: left;
    padding: 108px 0;
    width: 100%;
}

.retail-info {
    float: left;
    width: 100%;
    padding-bottom: 67px;
}

.retail-info>p {
    font-size: 20px;
    line-height: 33px;
    font-family: 'Trebuchet MS';
    text-align: center;
}

.retail-form {
    margin: auto;
    width: 100%;
    max-width: 750px;
}

.retail-form .form-group label {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 15px;
}

.retail-form .form-group textarea {
    height: 150px;
}

.retail-form .form-group {
    margin-bottom: 16px;
}

.retail-from-btn {
    padding-top: 35px;
}

.multi-input .row {
    margin: 0 -8px;
}

.multi-input .row [class*="col-"] {
    padding: 0 8px;
}

.form-select {
    background-image: url(../images/select-arrow.png);
    background-repeat: no-repeat;
    background-position: center right 11px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.form-group input::placeholder {
    color: #696868;
}


/*media*/

@media only screen and (max-width:767px) {
    .multi-input input,
    .first-input input {
        margin-bottom: 16px;
    }
    .retail-info>p {
        font-size: 16px;
        line-height: 24px;
    }
    .retail-form-inner {
        padding: 40px 0;
    }
    .retail-from-btn {
        padding-top: 20px;
    }
}


/*media end*/


/*become retail page end*/


/*checkout-detail page*/

.checkout-form-inner {
    float: left;
    padding-bottom: 70px;
    width: 100%;
}

.checkout-form-head {
    float: left;
    padding: 33px 0;
    width: 100%;
}

.checkout-form-body {
    float: left;
    width: 100%;
    padding-top: 20px;
}

.checkout-form-body .row .checkout-left,
.checkout-form-body .row .checkout-right {
    padding: 0 25px;
}

.checkout-form-body .row {
    margin: 0 -25px;
}

.checkout-form-head li {
    display: table-cell;
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
}

.checkout-form-head>ul {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.checkout-form-head li a {
    color: #3f993e;
}

.checkout-form-title {
    display: block;
    font-size: 25px;
    font-weight: bold;
    padding-bottom: 22px;
}

.billing-form .form-group .form-control {
    border-color: #e0dfdf;
}

.form-radio {
    border: 1px solid #e0dfdf;
    border-radius: 5px;
    float: left;
    width: 100%;
    margin-top: 55px;
}

.form-radio .form-check {
    padding: 22px;
    float: left;
    width: 100%;
}

.form-radio .form-check+.form-check {
    border-top: 1px solid #e0dfdf;
}

.form-radio .form-check .form-check-input {
    margin-left: 0;
    margin-top: 0;
}

.form-radio .form-check .form-check-label {
    cursor: pointer;
    margin-left: 26px;
}

.form-checkbox {
    float: left;
    width: 100%;
    padding-top: 42px;
}

.form-checkbox .form-check-input {
    margin-top: 1px;
}

.form-checkbox .form-check-label {
    margin-left: 10px;
}


/*your order*/

.checkout-detail-right {
    float: left;
    width: 100%;
}

.checkout-order {
    float: left;
    width: 100%;
}

.checkout-order li {
    border-bottom: 1px solid #ececec;
    display: table;
    padding: 20px 0;
    width: 100%;
}

.checkout-order li>div {
    display: table-cell;
    vertical-align: middle;
}

.checkout-order-img {
    border: 1px solid #d5d5d5;
    padding: 3px;
    width: 70px;
}

.checkout-order-name {
    padding-left: 15px;
}

.checkout-order-price>p {
    float: right;
    font-size: 15px;
}

.checkout-order-name>p {
    font-size: 15px;
}

.checkout-order-total {
    border-top: 2px solid #ececec;
    float: left;
    margin-top: 101px;
    padding-top: 20px;
    width: 100%;
}

.checkout-order-total>p {
    float: left;
    font-size: 17px;
    line-height: 29px;
}

.checkout-order-total>span {
    float: right;
    font-size: 28px;
}


/*your order end*/


/*payment method*/

.payment-method-check {
    float: left;
}

.payment-method-img {
    float: right;
}

.payment-method-img li {
    display: inline-block;
    vertical-align: middle;
}

.payment-method {
    float: left;
    width: 100%;
    padding-top: 60px;
}

.payment-method-head>h3 {
    color: #040707;
    font-size: 20px;
    font-weight: bold;
}

.payment-method-head>p {
    color: #919191;
    font-size: 13px;
    padding-top: 7px;
}

.payment-type {
    float: left;
    width: 100%;
}

.payment-input {
    background-color: #fafafa;
}

.payment-input .form-group .form-control {
    font-size: 12px;
    border-color: #e0dfdf;
}

.payment-type .form-radio {
    margin-top: 18px;
}

.form-radio .form-check.payment-input {
    padding: 15px 22px;
}

.form-radio .form-check.payment-input .form-group:last-child {
    margin-bottom: 0;
}


/*payment method end*/


/*one-time-offer box*/

.one-time-offer .special-offer-box-head>h1 {
    font-size: 54px;
}

.one-time-offer .form-check .form-check-label.text-green {
    font-size: 20px;
    font-weight: bold;
    margin-left: 8px;
}

.special-offer-box-inner.one-time-offer {
    margin-top: 30px;
    padding: 7px;
}

.one-time-offer .special-offer-box-body {
    padding: 16px 8px;
}

.one-time-offer .special-offer-box-body>p {
    text-align: left;
}


/*one-time-offer box end*/


/*media*/

@media only screen and (max-width:1191px) {
    .checkout-form-head li {
        font-size: 14px;
    }
}

@media only screen and (max-width:767px) {
    .checkout-order {
        margin-top: 30px;
    }
    .payment-method-img ul li {
        width: 25px;
    }
    .form-radio .form-check.payment-input {
        padding: 15px;
    }
    .payment-type .form-radio .form-check {
        padding: 15px;
    }
    .checkout-order-img {
        width: 40px;
    }
    .checkout-order-total {
        margin-top: 50px;
    }
}

@media only screen and (max-width:991px) {
    .one-time-offer .special-offer-box-head>h1 {
        font-size: 31px;
    }
    .checkout-form-head li {
        display: block;
        margin-bottom: 10px;
    }
}


/*media end*/


/*one-time-offer box end*/

.process-payment-btn {
    padding-top: 65px;
    float: left;
    width: 100%;
}


/*checkout-detail page end*/


/*contact page */


/*banner*/

.banner.contact-banner-img {
    background-image: url(../images/contact-banner.png);
}


/*banner*/


/*contact detail*/

.contact-detail-inner {
    float: left;
    padding: 67px 30px;
    width: 100%;
}

.contact-detail-left {
    float: left;
    max-width: 306px;
    width: 100%;
}

.contact-detail-right {
    float: left;
    text-align: center;
    width: 100%;
}

.contact-detail-left h1 {
    font-size: 36px;
    font-weight: bold;
}

.contact-detail-left h4 {
    font-size: 21px;
    line-height: 35px;
}

.contact-detail-right>ul {
    display: inline-block;
    text-align: left;
}

.contact-detail-right li {
    display: block;
    font-size: 21px;
    margin-bottom: 18px;
}

.contact-detail-right a {
    color: #000;
}

.contact-detail-right span {
    display: inline-block;
    width: 39px;
}

.contact-detail-right li:last-child {
    margin-bottom: 0;
}


/*media*/

@media only screen and (max-width:767px) {
    .contact-detail-right li {
        font-size: 14px;
    }
    .contact-detail-inner {
        padding: 67px 0;
    }
    .contact-detail-left h1 {
        font-size: 28px;
    }
    .contact-detail-left h4 {
        font-size: 18px;
        line-height: 30px;
    }
}

@media only screen and (max-width:575px) {
    .contact-detail-right {
        text-align: left;
        margin-top: 30px;
    }
}


/*media end*/


/*contact detail*/


/*contact form*/

.contact-form-inner {
    float: left;
    width: 100%;
    padding: 0 30px;
}

.contact-form-head {
    float: left;
    padding-bottom: 33px;
    text-align: center;
    width: 100%;
}

.contact-form-head>h3 {
    font-size: 30px;
    font-weight: bold;
}

.contact-form-head>p {
    color: #000;
    font-size: 15px;
    padding-top: 5px;
}

.contact-form-inner .form-group textarea {
    height: 150px;
}


/*media*/

@media only screen and (max-width:767px) {
    .contact-form-inner {
        padding: 0;
    }
}


/*media end*/


/*contact form end*/


/*contact partner*/

.contact-partner-inner {
    float: left;
    padding: 90px 0;
    width: 100%;
}

.contact-partner-box {
    float: left;
    text-align: center;
    width: 100%;
}

.contact-partner-img {
    border: 6px solid #000;
    border-radius: 100%;
    height: 198px;
    margin: auto;
    width: 198px;
}

.contact-partner-content>p {
    font-size: 21px;
    font-weight: bold;
    margin: auto;
    max-width: 200px;
}

.contact-partner-content {
    float: left;
    padding-top: 20px;
    width: 100%;
}

.contact-partner-img img {
    margin: auto;
}


/*media*/

@media only screen and (max-width:991px) {
    .contact-partner-img {
        border: 3px solid #000;
        height: 140px;
        width: 140px;
    }
    .contact-partner-img img {
        width: 60px;
    }
    .contact-partner-content>p {
        max-width: none;
        font-size: 16px;
    }
}

@media only screen and (max-width:767px) {
    .contact-partner-img {
        border: 3px solid #000;
        height: 100px;
        width: 100px;
    }
    .contact-partner-img img {
        width: 40px;
    }
    .contact-partner-inner {
        padding: 40px 0;
    }
}

@media only screen and (max-width:576px) {
    .contact-partner-box {
        padding-bottom: 20px;
    }
}


/*media end*/


/*contact partner end*/


/*contact page end*/


/*cart page*/

.shopping-cart-main {
    border-bottom: 1px solid #f1f1f1;
}

.shopping-cart-inner {
    float: left;
    padding: 36px 0 53px 0px;
    width: 100%;
}

.shopping-cart-inner .row {
    margin: 0 -25px;
}

.shopping-left,
.shopping-right {
    padding: 0 25px;
}


/*shopping list*/

.shopping-cart-list {
    float: left;
    width: 100%;
}

.shopping-product-info {
    display: table;
    width: 100%;
}

.shopping-product-info span {
    display: table-cell;
    vertical-align: middle;
    padding-right: 50px;
}

.shopping-product-info>h1 {
    display: table-cell;
    vertical-align: middle;
}

.shopping-product-info>p {
    display: table-cell;
    font-size: 20px;
    font-weight: bold;
    padding-left: 12px;
    vertical-align: middle;
}

.shopping-cart-img {
    min-width: 85px;
}

.shopping-price h6 {
    color: #777777;
    display: table-cell;
    font-size: 13px;
    vertical-align: top;
}

.shopping-price>h1 {
    display: table-cell;
    vertical-align: top;
    min-width: 24px;
}

.shopping-price {
    width: 100%;
}

.shopping-price>p {
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 13px;
    width: 100%;
}

.shopping-price img {
    display: table-cell;
    vertical-align: top;
}

.shopping-quntity>div {
    display: table-cell;
    vertical-align: middle;
}

.shopping-quntity-input.form-group .form-control {
    width: 42px;
}

.shopping-quntity-btn>button {
    border-color: #b0b0b0;
    border-style: solid;
    border-width: 1px 1px 0 0;
    height: 21px;
    background-color: transparent;
    text-align: center;
    width: 34px;
}

.shopping-quntity-btn>button:last-child {
    border-bottom: 1px solid #b0b0b0;
}

.shopping-quntity-btn {
    width: 34px;
}

.shopping-cart-list .table thead th {
    border: medium none;
    color: #777777;
    font-weight: bold;
    text-transform: uppercase;
}

.shopping-cart-list .table thead tr {
    background-color: #fbfbfb;
}

.shopping-cart-list .table td {
    padding: 27px 0.75rem;
    border-bottom: 1px solid #dee2e6;
    border-top: none;
}

.update-cart-btn {
    float: left;
    width: 100%;
    padding-top: 20px;
}

.update-cart-btn .btn {
    background-color: #919191;
    border: medium none;
    font-weight: bold;
}


/*media*/

@media only screen and (max-width:767px) {
    .shopping-product-info span {
        padding-right: 20px;
    }
    .shopping-cart-list {
        overflow-x: scroll;
    }
    .shopping-product-info>p {
        font-size: 16px;
    }
    .shopping-cart-inner .row {
        margin: inherit;
    }
    .shopping-cart-right {
        padding-top: 30px;
    }
}


/*media end*/


/*shopping list end*/


/*shopping cart right*/

.shopping-cart-right {
    float: left;
    width: 100%;
}

.shopping-cart-right-head {
    float: left;
    padding-bottom: 25px;
    width: 100%;
}

.shopping-cart-right-head>h3 {
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
}

.shopping-cart-right-head>p {
    font-size: 17px;
    font-weight: bold;
    padding-top: 20px;
}

.promocode-box {
    float: left;
    width: 100%;
    border-bottom: 1px solid #c8c8c8;
    padding-bottom: 23px;
}

.promocode-box>h5 {
    font-size: 13px;
    padding-top: 17px;
}

.promocode-box .form-control {
    height: 50px;
}

.promocode-box .input-group .btn {
    background-color: #919191;
    font-weight: bold;
    border-color: #919191;
}


/*shopping cart right end*/


/*shopping sub total*/

.shipping-order-total {
    float: left;
    padding: 35px 0;
    width: 100%;
}

.shipping-order-total li {
    display: block;
    float: left;
    font-size: 17px;
    font-weight: bold;
    padding-bottom: 20px;
    width: 100%;
}

.shipping-order-total p {
    color: #919191;
    float: left;
}

.shipping-order-total span {
    float: right;
}

.shopping-cart-btn {
    float: left;
    width: 100%;
    text-align: center;
}

.shopping-cart-btn a {
    margin-bottom: 17px;
    font-weight: bold;
}


/*shopping sub total end*/


/*cart page end*/


/*your getting page*/

.purepower-video {
    float: left;
    width: 100%;
    padding: 23px 0 40px 0;
}

.purepower-video iframe {
    max-width: 837px;
    width: 100%;
    height: 472px;
}


/*media*/

@media only screen and (max-width:767px) {
    .purepower-video iframe {
        height: 300px;
    }
}


/*media end*
/*your getting page end*/


/*-PUREPOOWERCO-START-*/


/*-banner-*/

.banner {
    background-image: url(../images/banner-brain.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 375px;
}

.banner-icon {
    border-bottom: medium none;
    padding-bottom: 0;
}

.banner_title {
    width: 100%;
}

.banner_title-text {
    border-bottom: 0 none;
    max-width: 560px;
    font-size: 60px;
}

.banner_title-text .sub-title {
    float: left;
    font-size: 17px;
    font-weight: normal;
    width: 100%;
}


/*-banner-*/


/*-enhances_brain-*/

.enhances_brain {
    width: 100%;
    background-color: #fff;
}

.enhances_brain-inner {
    width: 100%;
    padding-top: 110px;
    padding-bottom: 100px;
}

.enhances_brain-box {
    width: 100%;
}

.enhances_brain-icon img {
    margin: auto;
}

.enhances_brain-icon {
    min-height: 100px;
}

.enhances_brain-text>h3 {
    font-family: "Gudea";
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
}

@media only screen and (max-width:767px) {
    .enhances_brain-inner {
        padding-bottom: 50px;
        padding-top: 50px;
    }
    .enhances_brain-box {
        margin: 18px 0;
    }
}

@media only screen and (max-width:575px) {
    .enhances_brain-text>h3 {
        font-size: 20px;
    }
}


/*-Delivers-main-*/


/*-section-title-*/

.section-title {
    width: 100%;
    padding: 45px 0;
}

.section-title h5 {
    border-bottom: none;
    color: #040707;
    font-size: 60px;
}

.section-title p {
    font-size: 25px;
    line-height: 35px;
    max-width: 832px;
    margin: auto;
}


/*-section-title-*/


/*-Delivers-*/

.Delivers {
    background-image: url(../images/Delivers.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 678px;
}

.delivers-inner {
    max-width: 567px;
}

.delivers-inner>h3 {
    font-size: 80px;
    font-weight: bold;
    line-height: 90px;
    text-transform: uppercase;
}

.delivers-inner p {
    font-size: 14px;
    line-height: 18px;
}


/*-Delivers-*/

@media only screen and (max-width:991px) {
    .section-title h5 {
        font-size: 60px;
    }
    .delivers-inner>h3 {
        font-size: 90px;
    }
    .Delivers {
        height: auto;
        min-height: 490px;
    }
}

@media only screen and (max-width:767px) {
    .Delivers {
        min-height: 350px;
    }
    .delivers-inner p {
        font-size: 16px;
        line-height: 22px;
        padding-top: 30px;
    }
    .delivers-inner>h3 {
        font-size: 60px;
        line-height: 70px;
    }
    .section-title h5 {
        font-size: 45px;
    }
    .Brain_Boosting-list li span {
        font-size: 15px !important;
    }
    .Brain_Boosting-list li {
        padding: 5px 0 !important;
    }
}

@media only screen and (max-width:575px) {
    .delivers-inner>h3 {
        font-size: 50px;
    }
}

@media only screen and (max-width:480px) {
    .Delivers {
        min-height: 300px;
    }
    .section-title h5 {
        font-size: 35px;
    }
    .section-title p {
        font-size: 20px;
    }
    .delivers-inner>h3 {
        font-size: 28px;
        line-height: 36px;
    }
}


/*-Delivers-main-*/


/*-Brain_Boosting-main-*/

.Brain_Boosting-main {
    background-image: url(../images/Brain_Boosting.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding-bottom: 51px;
}

.Brain_Boosting-main>.section-title {
    padding-bottom: 0;
}

.Brain_Boosting {
    background-image: none;
    height: auto;
}

.Brain_Boosting .delivers-inner {
    max-width: 100%;
    width: 100%;
    position: relative;
}

.Brain_Boosting-list {
    left: 0;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
}

.Brain_Boosting-list li::before {
    content: url("../images/Brain_Boosting-list-img.png");
    display: table-cell;
    vertical-align: middle;
}

.Brain_Boosting-list li {
    display: block;
    float: left;
    line-height: 42px;
    padding: 20px 0;
    position: relative;
    width: 100%;
    vertical-align: middle;
}

.Brain_Boosting-list li span {
    color: #12191b;
    font-size: 31px;
    font-weight: bold;
    padding-left: 10px;
    text-transform: uppercase;
    display: table-cell;
    vertical-align: middle;
}

.Brain_Boosting-img {
    width: 100%;
}

.supplement_facts-img {
    max-width: 100%;
}

.Brain_Boosting-img>img {
    float: right;
}

.Company-product-Brain-img {
    display: table-cell;
    height: 380px;
    vertical-align: middle;
    width: 1%;
}

@media only screen and (max-width:1199px) {
    .delivers-inner>h3 {
        font-size: 90px;
    }
}

@media only screen and (max-width:991px) {
    .Brain_Boosting-list li span {
        font-size: 27px;
    }
    .Brain_Boosting-img {
        text-align: center;
        width: 100%;
    }
    .Brain_Boosting-img>img {
        max-width: 50%;
    }
    .supplement_facts-list>li>span {
        font-size: 13px !important;
        line-height: 25px;
    }
    .supplement_facts-img {
        float: left;
        margin-top: 20px;
        text-align: center;
        width: 100%;
    }
    .Brain_Boosting-img>img {
        max-width: 100%;
        float: none;
        margin: auto;
    }
    .supplement_facts-img>img {
        max-width: 100%;
    }
    .Brain_Boosting-list {
        background-color: rgba(255, 255, 255, 0.7);
        padding: 20px 25px;
    }
}

@media only screen and (max-width:767px) {
    .Brain_Boosting-list>li::before {
        display: table-cell;
    }
    .Brain_Boosting-list>li {
        line-height: 100%;
    }
    .Brain_Boosting-list li span {
        display: table-cell;
        line-height: 25px;
    }
    .delivers-inner>h3 {
        font-size: 58px;
        text-align: right;
    }
    .Brain_Boosting-list{padding: 20px 15px;}
}

@media only screen and (max-width:576px) {
    .Brain_Boosting-img>img {
        max-width: 100%;
    }
    .Company-product-Brain-img{height: auto;}
}

@media only screen and (max-width:480px) {
    .delivers-inner>h3 {
        font-size: 28px;
    }
}


/*-Brain_Boosting-main-*/


/*-natural-main-*/

.natural-main {
    background-image: url(../images/natural.png);
}

.supplement_facts-list>li>h4 {
    color: #6b6b6b;
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
}

.supplement_facts-list>li>span {
    color: #6b6b6b;
    font-size: 12px;
    font-weight: normal;
    display: inline;
    padding-left: 0;
}

.supplement_facts-list>li {
    line-height: 100%;
    padding: 10px 0;
}

.supplement_facts-list>li::before {
    display: none;
}

.supplement_facts-list {
    background-color: transparent;
    bottom: 0;
    left: 0;
    position: relative;
    right: 0;
    top: 0;
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
}


/*-natural-main-*/


/*-Pure_Power_Company-*/

.Company-product-Brain-img-icon {
    float: left;
    padding: 3px 0;
    width: 100%;
}

.icon-prodacts {
    margin-bottom: -22px;
    position: relative;
}

.Company-product-Brain-img>img {
    max-width: 100%;
    display: block;
    margin: auto;
}

.Company-product-Brain-box {
    float: left;
    padding: 0 29px 44px;
    width: 100%;
    border: 2px solid transparent;
}

.Company-product-Brain-box:hover {
    border: 2px solid white;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, .12);
}

.Company-product-Brain-box:hover .deliver-button>a {
    border: 2px solid rgba(112,14,231,0.5);
    background-color: #48b146;
    color: #fff;
}

.Company-product-Brain {
    padding: 100px 0px 166px;
}

.bg-pattern {
    float: left;
    width: 100%;
    background-color: #6515cf;
    position: relative; z-index: 1;
}

.bg-pattern:before {
    background-image: url(../images/bg-pattern.png) !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.Company-product-Brain-data {
    float: left;
    width: 100%;
}

.Company-product-Brain .section-title p {
    max-width: 100%;
    font-size: 20px;
}


/*-titel-*/

.Company-product-Brain-text {
    float: left;
    width: 100%;
}

.Company-product-Brain-title>h5 {
    font-family: gudea;
    font-size: 28px;
    font-weight: bold;
}

.Company-product-Brain-title.text-center>span {
    font-size: 16px;
}

.Company-product-Brain-title.text-center {
    border-bottom: 1px solid white;
    float: left;
    padding-bottom: 20px;
    width: 100%;
}


/*-titel-*/


/*-price-*/

.Company-product-Brain-price {
    float: left;
    width: 100%;
}

.Company-product-Brain-price>span {
    float: left;
    width: 100%;
}

.Retail-price {
    font-size: 18px;
    margin-top: 12px;
}

.current-price {
    padding-bottom: 10px;
    padding-top: 12px;
}

.old-price {
    text-decoration: line-through;
}

.save-price {
    color: #db1b29;
    font-size: 20px;
    font-weight: bold;
}

.Deliver>input {
    background-color: transparent;
    border: 1px solid white;
    height: 24px;
    max-width: 95px;
}

.one-time-purchase {
    float: left;
    width: 100%;
}

.Company-product-Brain-price {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.current-price {
    color: #000;
    font-size: 60px;
    font-weight: bold;
}

.current-price-total {
    color: white;
    font-size: 15px;
    font-weight: normal;
}

.one-time-purchase .form-check {
    margin: 9px 0;
}


/*-price-*/

.form-check-input[type="radio"]:checked,
.form-check-input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.form-check-input[type="radio"]:checked+label,
.form-check-input[type="radio"]:not(:checked)+label {
    cursor: pointer;
    line-height: 20px;
    padding-left: 28px;
    position: relative;
}

.form-check-input[type="radio"]:checked+label::before,
.form-check-input[type="radio"]:not(:checked)+label::before {
    border: 1px solid #ddd;
    border-radius: 100%;
    content: "";
    height: 15px;
    left: 0;
    position: absolute;
    top: 3px;
    width: 15px;
}

.form-check-input[type="radio"]:checked+label::after,
.form-check-input[type="radio"]:not(:checked)+label::after {
    background: #ffffff;
    border-radius: 100%;
    content: "";
    height: 7px;
    left: 4px;
    position: absolute;
    top: 7px;
    transition: all 0.2s ease 0s;
    width: 7px;
}

.form-check-input[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.form-check-input[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.Deliver {
    float: left;
    text-align: center;
    width: 100%;
}

.deliver-input-data {
    display: inline-block;
    position: relative;
}

.deliver-input-data>button {
    background-color: transparent;
    border: medium none;
    color: #fff;
    height: 15px;
    padding: 0;
    position: absolute;
    right: 5px;
    width: 15px;
}

.aroow-up {
    top: 0;
}

.deliver-input-data .aroow-down {
    bottom: 0;
}

.Deliver-input .form-control {
    background-color: transparent;
    border: 1px solid #dadddd;
    color: #ffffff;
    height: 30px;
    width: 90px;
}

.Deliver-input .col-form-label {
    float: left;
    padding-bottom: 0;
    padding-right: 5px;
    padding-top: 0;
}

.Deliver-input {
    margin: auto;
    max-width: 200px;
}


/*-add to cart -*/

.deliver-button {
    float: left;
    width: 100%;
    margin-top: 24px;
}

.deliver-button>a {
    background-color: #fff;
    border: medium none;
    border-radius: 3px;
    color: #6515cf;
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin: auto;
    padding: 20px 0;
    width: 297px;
    border: 2px solid transparent;
    max-width: 100%;
}

.See_Detail {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 100%;
}

.See_Detail>a {
    color: #e3bcff;
    display: block;
}


/*-add to cart-*/


/*-Pure_Power_Company-*/

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

@media only screen and (max-width:767px) {
    .Company-product-Brain {
        padding: 50px 0;
    }
    .Company-product-Brain .section-title p{font-size: 18px;
        line-height: 26px;
    }
    .current-price{font-size: 30px;}
    .Company-product-Brain-title>h5{font-size: 22px;}
    .Company-product-Brain-box{padding: 0 15px 44px;}
}

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


/*-bought_Brain-*/

.bought_Brain-title {
    font-family: "TeXGyreAdventor";
    font-size: 40px;
    font-weight: bold;
    line-height: 100%;
    padding-bottom: 30px;
    position: relative;
}

.bought_Brain-title::after {
    content: "";
    position: absolute;
    width: 170px;
    height: 7px;
    background-color: #f1f1f1;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.bought_Brain .product-box {
    margin-bottom: 0;
    padding-top: 22px;
    padding-bottom: 40px;
    border: 1px solid transparent;
}

.bought_Brain .product-box:hover {
    box-shadow: 0 0 35px rgba(202, 202, 202, 0.5);
    border: 1px solid #d8d8d8;
}


/*-bought_Brain-*/


/*-enhances_brain-*/


/*-PUREPOOWERCO-END-*/


/*-all_products_page_3- start-*/

.all_products_page_3-title-text {
    max-width: 100%;
}

.all_products_page_3-banner {
    background-image: url(../images/all_products_page_3-banner.png);
}

.procat-filter>ul {
    clear: both;
    padding-bottom: 20px;
}

.procat-filter>ul>li {
    margin: 0 26px;
}

.procat-filter>ul>li>a {
    border-bottom: 5px solid transparent;
    display: block;
    font-size: 23px;
    font-weight: bold;
    padding-bottom: 15px;
    position: relative;
    color: #040707;
    text-transform: uppercase;
}

.procat-filter>ul>li>a:hover,
.procat-filter>ul>li>a:focus {
    border-color: #48b146;
}

@media only screen and (max-width:992px) {
    .procat-filter>ul>li {
        margin: 0 10px;
    }
    .procat-filter>ul>li>a {
        font-size: 18px;
    }
}

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

@media only screen and (max-width:575px) {
    .procat-filter>ul>li {
        margin: 0 15px;
    }
    .procat-filter>ul>li>a {
        display: inline-block;
    }
}


/*-all_products_page_3 end-*/


/*--get_involved_page_3- start--*/

.get_involved_page_3-banner {
    background-image: url(../images/get_products_page_3-banner.png);
}

.get_involved_page_3-banner p {
    color: #fff;
    font-size: 20px;
}

.get_involved_page_3-banner h3 {
    font-size: 45px;
}

.get-involed ul li {
    float: left;
    padding: 10px;
    width: 33.33%;
}

.get-involed ul li a {
    display: block;
    width: 100%;
    float: left;
    position: relative;
}

.get-involed ul li a img {
    display: block;
    max-width: 100%;
}

.get-involed-inner {
    float: left;
    padding-bottom: 116px;
    padding-top: 63px;
    width: 100%;
}

.involved-hover-inner-box {
    bottom: 0;
    color: #fff;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    padding: 15px;
    transition: all ease-in-out 300ms;
    -moz-transition: all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms;
}

.involved-hover-inner-box:hover {
    background-color: rgba(72, 177, 70, 0.64);
}

.involved-hover-inner-box:hover .involved-hover-box-text {
    border: 3px solid #fff;
}

.involved-hover-box-text {
    display: table;
    height: 100%;
    width: 100%;
    transition: all ease-in-out 300ms;
    -moz-transition: all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms;
}

.involved-hover-box-text h6 {
    display: table-cell;
    font-size: 35px;
    height: 100%;
    text-transform: uppercase;
    vertical-align: middle;
    width: 100%;
}

@media only screen and (max-width:992px) {
    .involved-hover-box-text h6 {
        font-size: 15px;
    }
}

@media only screen and (max-width:767px) {
    .get-involed ul li {
        width: 50%;
    }
    .get-involed-inner {
        padding-bottom: 60px;
        padding-top: 60px;
    }
}

@media only screen and (max-width:575px) {
    .get-involed ul li>a {
        display: block;
        margin: auto;
        max-width: 370px;
    }
    .get-involed-inner {
        padding-bottom: 30px;
        padding-top: 30px;
    }
}

@media only screen and (max-width:420px) {
    .get-involed ul li {
        width: 100%;
    }
}


/*--get_involved_page_3-end--*/


/*--find a store page 3 --*/

.find-store-box {
    border: 1px solid #e0dfdf;
    float: left;
    height: 498px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 30px 26px;
    width: 100%;
}

.find-store-box>h3 {
    color: #040707;
    font-size: 15px;
    font-weight: bold;
}

.find-store-box input {
    margin-top: 10px;
}

.store_list {
    float: left;
    margin-top: 13px;
    width: 100%;
}

.store-list-box-title>h3 {
    font-size: 18px;
}

.store-list-box-title {
    font-size: 18px;
    font-weight: bold;
}

.store-list-box-subtitle {
    color: #2e3438;
    font-size: 13px;
}

.store-list-box {
    border-bottom: 1px solid #eeeeee;
    float: left;
    padding: 17px 0;
    width: 100%;
}

.store-list-box-subtitle {
    padding-bottom: 7px;
    padding-top: 24px;
}

.find_a_store button {
    background-color: #48b146;
    border: medium none;
    font-weight: bold;
    padding: 16px 23px;
    margin-top: 15px;
}

.store-map {
    float: left;
    width: 100%;
}

.store-map>iframe {
    height: 498px;
    width: 100%;
}

.find_a_store_inner {
    float: left;
    padding-bottom: 120px;
    padding-top: 70px;
    width: 100%;
}

.store-list-box>a {
    color: #3f993f;
    display: inline-block;
    font-size: 16px;
}

.store-list-box>a>span {
    display: table-cell;
    vertical-align: bottom;
}

.map-mark {
    padding-right: 6px;
}

@media only screen and (max-width:767px) {
    .find-store-box {
        margin-bottom: 30px;
    }
    .store-list-box-subtitle {
        padding-top: 15px;
    }
    .store-list-box {
        padding: 7px 0;
    }
    .store-map>iframe {
        height: 300px;
    }
}


/*--find a store page 3 --*/


/*landin page-1*/


/*landing-1 header*/

.landing_one_header {
    top: 0;
    left: 0;
    right: 0;
}

.landing_header .checkout_header {
    background-color: transparent;
}

header.affix {
    background-color: #fff;
    box-shadow: 0 1px 13px rgba(0, 0, 0, 0.2);
}

header.affix .checkout_header .header-bottom-inner {
    padding: 10px 0;
}
.header-text-main a {
    display: inline-block;
    vertical-align: middle;
}
.header-text-main span {
    display: inline-block;
    vertical-align: middle;
    color:  #6515cf;
    font-size: 16px;
}
header .showonaffix {
    display: none;
}
header.affix .hideonaffix{
    display: none;
}
header.affix .showonaffix {
    display: inline-block;
}
.header-text-main .hideonaffix{
    display: inline-block;
    vertical-align: middle;
}
header.landing_one_header .navbar-brand.affix-logo {
    display: none;
}

header.landing_one_header.affix .navbar-brand.affix-logo {
    display: block;
}

header.landing_one_header.affix .navbar-brand {
    display: none;
}

header.affix .navbar-brand img {
    width: 250px;
}

.landing_one_header .social-media.header-icon>li>a {
    color: #fff;
}

header.affix .social-media.header-icon>li>a {
    color: #6515cf;
}


/*landing-1 header end*/

.landing-bg {
    background-image: url(../images/landing1.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height: 897px;
}

.landing-bg-inner {
    width: 100%;
    height: inherit;
    max-width: 1342px;
    margin: auto;
}

.landing-bg .container-fluid,
.landing-bg .row {
    height: inherit;
}

.landing-bg-left>div {
    display: table-cell;
    vertical-align: middle;
}

.landing-bg-left {
    float: right; position: relative;
    width: 100%;
    max-width: 753px;
}

.landing-bg-left-content h1 {
    font-size: 100px;
    color: #fff;
    font-weight: bold;
    line-height: 88px;
    margin-bottom: 23px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}

.landing-bg-left-img {
    width: 348px;
    position: relative;
    z-index: 1;
}

p.landing-label {
    background-color: #6515cf;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    padding: 0 15px;
    margin-left: -10px;
    position: relative;
    height: 44px;
    max-width: 350px;
}

p.landing-label:after {
    content: "";
    display: block;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 22px solid #6515cf;
    position: absolute;
    left: 100%;
    top: 0;
}


/*media*/

@media only screen and (max-width:1199px) {
    .landing-bg-left-content h1 {
        font-size: 50px;
        line-height: 58px;
    }
    p.landing-label {
        font-size: 16px;
    }
}

@media only screen and (max-width:991px) {
    .landing-bg-left>div {
        display: block;
        width: 100%;
        padding: 30px 15px;
    }
    .landing-bg-left-content {
        position: absolute;
        top: 50%;
        z-index: 11;
        background-color: rgba(0,0,0,0.4);
        left: 50%;
        right: 0;
        text-align: center;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
    }
    .landing-bg-left-img img{margin: auto;}
    .landing-bg-left-content h1 {
        font-size: 9vw;
        line-height: 1;
    }
    p.landing-label {margin: auto; font-size: 16px;color:#fff;max-width: 260px;}
    p.landing-label::after{display:none;}
    .landing-bg-form-title h2 {
        font-size: 30px;
    }
    .landing_header .navbar-brand {
        width: 260px;
    }
}

@media only screen and (max-width:767px) {
    .landing-bg {
        height: auto;
        padding-top: 70px;
        padding-bottom: 30px;
    }
    .landing-bg-left-img img {
        max-height: 200px;
    }
}

@media only screen and (max-width:576px) {
	.landing_header .navbar-brand {
        width: 140px;
    }
	.header-text-main img {
		width: 90px;
    }
    p.landing-label{font-size: 14px;max-width: 220px;}
    .landing-bg {
        padding-top: 40px;
    }
}

/*media end*/

.landing-bg-right {
    float: left;
    width: 100%;
    max-width: 531px;
}

.landing-reg-form {
    float: left;
    width: 100%;
    padding-top: 40px;
}

.landing-bg-right-form {
    float: left;
    width: 100%;
    background-color: rgba(101, 21, 207, 0.8);
    border-radius: 4px;
    padding: 24px;
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.3);
}

.landing-bg-form-title {
    float: left;
    width: 100%;
    text-align: center;
    font-weight: bold;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.landing-bg-form-title p {
    color: #fff;
    font-size: 28px;
}

.landing-bg-form-title h2 {color: #000;
    font-weight: bold;
    font-size: 48px;
    text-transform: uppercase;
}

.landing-reg-form .form-group .form-control {
    height: 53px !important;
    border: none;
}

.landing-reg-form .form-group .form-control::placeholder {
    color: #999999;
    font-weight: bold;
}

.landing-reg-form .form-group .form-control.form-select {
    color: #999999;
    font-weight: bold;
}

.landing-form-btn .btn {
    width: 100%;
    border-radius: 0;
    background-color: #000;
    border: 1px solid transparent;
    font-size: 37px;
    font-weight: bold;
    padding: 12px 0;
}
.landing-form-btn .btn:hover, .landing-form-btn .btn-dark:not(:disabled):not(.disabled):active:focus {
    background-color: transparent;
    border-color: #fff;
    box-shadow: none;
}

/*---check box---*/

.form-filled-check {
    width: 100%;
    padding: 5px 0 0 5px;
}

.form-filled-check .checkbox-custom {
    opacity: 0;
    position: absolute;
}

.form-filled-check .checkbox-custom,
.form-filled-check .checkbox-custom-label {
    display: inline-block;
    font-weight: normal;
    font-size: 12px;
    vertical-align: middle;
    cursor: pointer;
    color: #000;
    user-select: none;
    margin-bottom: 0;
}

.form-filled-check .checkbox-custom-label {
    position: relative;
}
.form-filled-check .checkbox-custom-label a {
    color: #000;
}
.form-filled-check .checkbox-custom+.checkbox-custom-label:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
    border: 1px solid #000;
    border-radius: 3px;
}

.form-filled-check .checkbox-custom:checked+.checkbox-custom-label:before {
    content: "\f00c";
    font-family: Font Awesome\ 5 free;
    font-size: 9px;
    font-weight: bold;
}


/*---check box end---*/


/*media*/

@media only screen and (max-width:991px) {
    .landing-bg-form-title h2 {
        font-size: 30px;
    }
    .landing-form-btn .btn {
        font-size: 24px;
    }
}

@media only screen and (max-width:767px) {
    .landing-bg-right {
        margin: auto;
        float: none;
    }
    .landing-bg-right-form {
        padding: 15px;
    }
    .landing-reg-form .form-group .form-control{height:45px !important;}
}


/*media end*/


/*landing-powebrain*/
.drop-couple-main{background-color: #f2f2f2;}
.landing-powerbrain-main {
    padding: 66px 0;
}

.landing-powerbrain {
    float: right;
    max-width: 644px;
    width: 100%;
}

.landing-powerbrain p {
    font-size: 19px;
    line-height: 31px;
    margin-bottom: 40px;
}

.landing-powerbrain p b {
    text-transform: uppercase;
}

.landing-section-title.section-title {
    padding: 0 0 44px 0px;
}

.landing-powerbrain-img {
    float: left;
    max-width: 644px;
    width: 100%;
}

.landing-powerbrain-img img {
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
    padding: 10px;
}

.landing-powerbrain-img-content {
    float: right;
    position: relative;
}

ul.landing-powerbrain-list {
    position: absolute;
    top: 50%;
    transform: translate(-0%, -50%);
    -webkit-transform: translate(-0%, -50%);
    -moz-transform: translate(-0%, -50%);
}

.landing-powerbrain-list li {
    background-color: #000;
    margin-bottom: 18px;
    clear: both;
    color: #fff;
    padding: 16px 40px;
    position: relative;
    text-transform: uppercase;
    margin-left: -6px;
    float: left;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
}

.landing-powerbrain-list li:last-child {
    margin-bottom: 0;
}

.landing-powerbrain-list li b {
    font-size: 25px;
}

.landing-powerbrain-list li p {
    font-size: 19px;
}

.landing-powerbrain-list li:nth-child(odd) {
    background-color: #8f66ad;
}

.landing-powerbrain-list li:after {
    content: "";
    height: 100%;
    width: 5px;
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
    border-bottom: transparent;
    border-left: 16px solid #000;
    border-top: 76px solid transparent;
}

.landing-powerbrain-list li:nth-child(odd)::after {
    border-left-color: #8f66ad;
}

.landing-powerbrain-list li:before {
    content: "";
    display: block;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: 100%;
    border-top: 7px solid #595859;
    border-left: 10px solid transparent;
    left: 0;
}


/*media*/

@media only screen and (max-width:991px) {
    .landing-powerbrain p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 15px;
    }
    .landing-section-title.section-title h5 {
        font-size: 30px;
        line-height: 38px;
    }
    .landing-section-title.section-title {
        padding: 0 0 10px 0px;
    }
    .landing-powerbrain-list li {
        padding: 5px 20px;
        margin-bottom: 10px;
    }
    .landing-powerbrain-list li b {
        font-size: 15px;
    }
    .landing-powerbrain-list li p {
        font-size: 13px;
    }
    .landing-powerbrain-list li:after {
        border-top: 38px solid transparent;
    }
}

@media only screen and (max-width:767px) {
    .landing-powerbrain-img {
        float: left;
        max-width: none;
    }
    .landing-powerbrain-img-content {
        float: left;
        width: 100%;
    }
    .landing-powerbrain-img img {
        width: 100%;
    }
    .landing-powerbrain {
        float: left;
        max-width: none;
        padding-top: 30px;
    }
    .landing-powerbrain-main {
        padding: 30px 0;
    }
    .landing-section-title.section-title h5{font-size: 26px;
        line-height: 30px;}
}


/*media end*/


/*landing-powebrain end*/


/*purepower clearity*/

.purepower-clearity-bg {
    background-image: url('../images/pure-clearity.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 619px;
}

.purepower-clearity-list {
    float: right;
    width: 100%;
    padding-right: 30px;
}

.purepower-clearity-list-img {
    width: 164px;
    height: 164px;
    border: 2px solid #fff;
    border-radius: 100px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    margin: auto;
}

.purepower-clearity-list-img.clearity-red {
    background-color: rgba(204, 74, 74, 0.5);
}

.purepower-clearity-list-img.clearity-green {
    background-color: rgba(139, 212, 37, 0.5);
}

.purepower-clearity-list-img.clearity-blue {
    background-color: rgba(44, 138, 149, 0.5);
}

.purepower-clearity-list-img img {
    margin: auto;
}

.purepower-clearity-list-img p {
    width: 100%;
    display: block;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    max-width: 139px;
    margin: auto;
}

.purepower-clearity-list-detail {
    width: 100%;
    padding-top: 10px;
}

.purepower-clearity-list li {
    width: 100%;
}

.purepower-clearity-list li:nth-child(2) {
    float: left;
    width: 50%;
}

.purepower-clearity-list li:nth-child(3) {
    float: right;
    width: 50%;
}

.purepower-clearity-list ul {
    text-align: center;
    width: 100%;
    max-width: 490px;
    float: right;
}

.pure-clearity-info p {
    color: #fff;
    font-size: 19px;
    line-height: 31px;
    margin-bottom: 44px;
}

.purepower-clearity-content {
    max-width: 644px;
    width: 100%;
    float: left;
}


/*media*/

@media only screen and (max-width:991px) {
    .purepower-clearity-list-img {
        width: 120px;
        height: 120px;
    }
    .purepower-clearity-list-img p {
        font-size: 13px;
        max-width: 82px;
    }
    .purepower-clearity-list-img img {
        max-height: 30px;
    }
}

@media only screen and (max-width:767px) {
    .purepower-clearity-bg {
        height: auto;
        padding: 30px 0;
    }
    .purepower-clearity-list {
        padding-right: 0;
    }
    .purepower-clearity-list ul {
        max-width: none;
    }
    .purepower-clearity-list li {
        float: left;
        width: 25% !important;
        padding-bottom: 20px;
    }
    .pure-clearity-info p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width:576px) {
    .purepower-clearity-list li {
        width: 50% !important;
    }
}


/*media end*/


/*purepower clearity end*/


/*powerbrain benefit*/

.benefit-powerbrain-main {
    padding-top: 126px;
}

.benefit-powerbrain-main .benefit-powerbrain.Brain_Boosting-list li::before {
    display: none;
}

.benefit-powerbrain-icon {
    display: table-cell;
    vertical-align: middle;
    width: 50px;
}

.benefit-powerbrain.Brain_Boosting-list li span {
    display: table-cell;
    vertical-align: top;
}

.benefit-powerbrain.Brain_Boosting-list {
    max-width: 780px;
}
/*media*/
@media only screen and (max-width:1199px) {
    .benefit-powerbrain.Brain_Boosting-list {
        max-width: 550px;
    }
}
@media only screen and (max-width:991px) {
    .benefit-powerbrain.Brain_Boosting-list {
        max-width: 100%;
    }
}

@media only screen and (max-width:1199px) {
    .benefit-powerbrain-main .Brain_Boosting-img {
        margin-top: 0;
        padding-bottom: 0;
    }
}

@media only screen and (max-width:767px) {
    .benefit-powerbrain-icon {
        width: 53px;
        padding-right: 10px;
    }
    .benefit-powerbrain-main{padding-top: 50px;}
}


/*media end*/


/*powerbrain benefit end*/


/*natural codintive*/

.landing-natural-main {
    background-image: url('../images/landing-natural-codintive.png');
}
.landing-natural-nautiran{
    background-image: url('../images/landing-natural-nautiran.png');
}

/*natural codintive end*/


/*powerbrain ingedient*/

.powerbrain-ingedient-main {
    padding-top: 100px;
}

.powerbrain-ingedient-inner {
    padding: 90px 0;
    float: none;
    width: 100%;
    padding-top: 40px;
    max-width: 1316px;
    margin: auto;
    clear: both;
}

.powerbrain-ingedient-list {
    float: left;
    width: 100%;
    max-width: 644px;
}

.powerbrain-ingedient-list.powerbrain-ingedient-list-left {
    float: right;
}

.powerbrain-ingedient-list li {
    display: block;
    margin-bottom: 20px;
}

.powerbrain-ingedient-list li>div {
    display: table-cell;
    vertical-align: middle;
}

.powerbrain-ingedient-img {
    width: 131px;
    padding-right: 10px;
}

.powerbrain-ingedient-list-right .powerbrain-ingedient-img {
    padding-right: 0;
    padding-left: 10px;
}

.powerbrain-ingedient-img img {
    border: 1px solid #6515cf;
    border-radius: 100%;
}

.powerbrain-ingedient-content p {
    font-size: 26px;
    font-weight: bold;
}

.powerbrain-ingedient-content span {
    font-size: 11px;
    margin-top: 20px;
    display: block;
    line-height: 16px;
    color: #737373;
}

.powerbrain-ingedient-product img {
    margin: auto;
    display: block;
}

.powerbrain-ingedient-product {
    float: left;
    width: 100%;
}


/*media*/

@media only screen and (max-width:991px) {
    .powerbrain-ingedient-img {
        width: 80px;
    }
    .powerbrain-ingedient-list li>div {
        vertical-align: top;
    }
}

@media only screen and (max-width:767px) {
    .powerbrain-ingedient-inner {
        padding: 30px 0;
    }
    .powerbrain-ingedient-main {
        padding-top: 30px;
    }
}


/*media end*/


/*powerbrain ingedient end*/


/*newsletter*/

.landing-newsletter .landing-reg-form {
    float: none;
    width: 100%;
    padding-top: 40px;
    max-width: 1316px;
    margin: auto;
    clear: both;
}

.landing-newsletter {
    background-image: url('../images/newsletter-bg.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
}

.landing-newsletter .landing-reg-form .form-group .form-control {
    height: 85px !important;
}

.landing-newsletter .landing-form-btn .btn {
    font-size: 27px;
    height: 85px;
}


/*media*/
@media only screen and (max-width:767px) {
    .landing-newsletter .landing-reg-form{padding-top: 0;}
}
@media only screen and (max-width:991px) {
    .landing-newsletter {
        padding: 30px 0;
    }
    .landing-newsletter .landing-form-btn .btn {
        font-size: 16px;height: 45px;
    }
    .landing-newsletter .landing-reg-form .form-group .form-control{height: 45px !important;}
}


/*media end*/


/*newsletter end*/


/*trial product */

.trial-product-content {
    max-width: 644px;
    float: left;
}

.trial-bottle-img img {
    margin: auto;
}

.trial-bottle-img {
    float: right;
    width: 100%;
    position: relative;
    max-width: 644px;
}

.trial-label-img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.trial-label-img img {
    margin: auto;
}

.trial-section-main {
    background-color: #000;
    padding-top: 80px;
    padding-bottom: 40px;
}

.trial-section-main .landing-section-title.section-title h5 {
    font-size: 54px;
    text-align: left !important;
}

.trial-product-info {
    float: left;
    width: 100%;
    padding-top: 54px;
}

.trial-product-info p {
    color: #fff;
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 30px;
    width: 100%;
    display: block;
}

.trial-product-info p a {
    color: #6515cf;
}

a.landing-btn {
    background-color: #6515cf;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 41px;
    padding: 30px 36px;
    display: inline-block;
    border: 1px solid transparent;
    transition: all ease-in-out 400ms;
    -webkit-transition: all ease-in-out 400ms;
    -moz-transition: all ease-in-out 400ms;
}

a.landing-btn:hover {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
    transition: all ease-in-out 200ms;
    -webkit-transition: all ease-in-out 200ms;
    -moz-transition: all ease-in-out 200ms;
}


/*media*/

@media only screen and (max-width:1220px) {
    a.landing-btn {
        font-size: 20px;
        padding: 20px;
    }
}

@media only screen and (max-width:991px) {
    .trial-section-main .landing-section-title.section-title h5 {
        font-size: 30px;
    }
    .trial-product-info p {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 15px;
    }
    .trial-product-info {
        padding-top: 20px;
    }
    .trial-label-img img {
        width: 120px;
    }
}


/*media*/


/*trial product end*/


/*landin page-1 end*/


/*landin page-2 start*/


/*header*/

.landing_two_header .social-media.header-icon>li>a,
.landing_two_header.affix .social-media.header-icon>li>a {
    color: #6515cf;
}

.landing_two_header .header-text {
    color: #6515cf;
}


/*header end*/


/*landing two banner*/

.sharp-block {
    float: left;
    width: 100%;
}

.landing-two-banner .Brain_Boosting-list {
    top: 60%;
}

.sharp-block p {
    color: #000;
    font-weight: bold;
    font-size: 30px;
    line-height: 36px;
    font-family: 'Gudea';
    padding-top: 30px;
}

.landing-two-banner .section-title {
    padding: 0;
}

.sharp-block p b {
    color: #6515cf;
}

.sharp-block-btn {
    float: left;
    width: 100%;
    padding-top: 40px;
}

.sharp-block-btn a.landing-btn {
    color: #fff;
    font-family: 'Gudea';
    font-size: 40px;
}

.landing-two-banner .langing-pure_power_product_title {
    text-align: left !important;
    line-height: 48px;
}

.langing-pure_power_product_title {
    font-family: 'Gudea';
}

.sharp-block-btn a.landing-btn:hover {
    color: #000;
    border-color: #000;
}


/*media*/

@media only screen and (max-width:991px) {
    .landing-two-banner .langing-pure_power_product_title {
        text-align: left !important;
        line-height: 30px;
        font-size: 28px;
    }
    .landing-two-banner .Brain_Boosting-list {
        top: 50%;
    }
    .sharp-block p {
        font-size: 18px;
        line-height: 22px;
        padding-top: 0;
    }
    .sharp-block-btn {
        padding-top: 30px;
    }
    .sharp-block-btn a.landing-btn {
        font-size: 17px;
    }
}

@media only screen and (max-width:767px) {
    .landing-two-banner .Brain_Boosting-list {
        top: 60%;
    }
}


/*media*/


/*landing two banner end*/


/*enhance icon*/

.story-box-inner.landing_two_story {
    padding-top: 0;
}

.landing_two_story .story-box {
    margin-bottom: 0;
}

.landing_two_title.section-title h5 {
    font-size: 40px;
    font-family: 'Gudea';
    text-transform: capitalize;
}

.landing_two_story .story-box-content p {
    font-size: 19px;
    line-height: 31px;
    font-family: 'TeXGyreAdventor';
    text-align: left;
    padding-bottom: 40px;
}

.landing_two_story .section-title {
    padding-left: 15px;
}

.landing_two_story .story-box-content .Brain_Boosting-list {
    position: static;
    float: left;
    width: 100%;
    transform: none;
}

.landing_two_story .story-box-content .Brain_Boosting-list li::before {
    display: none;
}

.landing_two_story .benefit-powerbrain.Brain_Boosting-list li span {
    vertical-align: middle;
    font-family: 'Gudea';
    font-size: 27px;
}

.landing_two_story .Brain_Boosting-list li {
    padding: 0 0 12px 0px;
}

.landing_two_story .story-box-content .benefit-powerbrain-icon {
    padding-right: 0;
    width: 68px;
    height: 68px;
    background-color: #6515cf;
    border-radius: 100px;
}

.landing_two_story .story-box-content .benefit-powerbrain-icon img {
    margin: auto;
}


/*media*/

@media only screen and (max-width:991px) {
    .landing_enhances_brain {
        margin-top: 0;
    }
    .landing_two_story .story-box-content p {
        font-size: 16px;
        line-height: 20px;
        padding-bottom: 15px;
    }
    .landing_two_story .section-title {
        padding: 10px 0px 5px 15px;
    }
    .landing_two_story .story-box-content .Brain_Boosting-list {
        padding: 0;
    }
    .landing_two_story .benefit-powerbrain.Brain_Boosting-list li span {
        font-size: 18px;
    }
}


/*media*/


/*enhance icon end*/


/*langing two brain boost*/

.landing-two-Brain_Boosting .Brain_Boosting-list li {
    padding: 0 0px 10px 0;
}

.landing-two-Brain_Boosting {
    margin-top: 40px;
}


/*langing two brain boost end*/


/*landing-two-title-block*/

.enhances_brain-title h1 {
    font-size: 60px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Gudea';
}

.enhances_brain-title p {
    font-size: 28px;
    font-family: 'Gudea';
}


/*media*/

@media only screen and (max-width:991px) {
    .enhances_brain-title h1 {
        font-size: 30px;
    }
    .enhances_brain-title p {
        font-size: 18px;
    }
}


/*media end*/


/*landing-two-title-block end*/


/*langing-two-order*/

.langing-two-order {
    background-image: url("../images/landing-two-order.png");
    padding: 70px 0;
    height: auto;
}

.langing-two-order .delivers-inner>h3 {
    font-size: 80px;
    font-family: 'Gudea';
    line-height: 66px;
}

.langing-two-order .delivers-inner p {
    padding: 0 0 40px 0;
    font-family: 'Gudea';
}

.langing-two-order a.landing-btn {
    font-family: 'Gudea';
}

.langing-two-order-bottom>div {
    display: inline-block;
    vertical-align: middle;
}

.langing-two-order-label {
    padding-left: 40px;
}


/*media*/

@media only screen and (max-width:767px) {
    .langing-two-order .delivers-inner>h3 {
        font-size: 35px;
        line-height: 40px;
    }
    .langing-two-order .delivers-inner p {
        padding: 0 0 20px 0;
    }
    .langing-two-order-label {
        float: left;
        width: 100%;
        padding: 15px 0 0 0;
    }
}


/*langing-two-order end*/


/*landing-feedback*/

.landing-feedback {
    background-image: url("../images/feedback-bg.png");
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.landing-feedback-block {
    float: left;
    width: 100%;
}

.landing-feedback-img img {
    margin: auto;
}

.landing-feedback-img {
    float: left;
    width: 100%;
    padding-bottom: 40px;
}

.landing-feedback-content {
    float: left;
    width: 100%;
}

.landing-feedback-content p {
    font-size: 14px;
    font-family: 'Gudea';
    color: #000;
    line-height: 23px;
    padding-bottom: 50px;
}

.landing-feedback-content b {
    display: block;
    font-size: 16px;
    padding-bottom: 10px;
}

.landing-feedback-content span {
    color: #6e6e6e;
    font-size: 16px;
    font-style: italic;
}

.landing-feedback-inner {
    float: left;
    width: 100%;
    padding-bottom: 46px;
}

@media only screen and (max-width:767px) {
    .landing-feedback-img{padding-bottom: 20px;}    
    .landing-feedback-content p{padding-bottom: 20px;}
    .landing-feedback-block{padding-bottom: 20px;}
}
/*landing-feedback end*/


/*landing increase block*/

.landing-increse-block {
    padding: 30px 0;
    background: #f9f9f9;
    background: -moz-linear-gradient(top, #f9f9f9 0%, #dbdbdb 100%);
    background: -webkit-linear-gradient(top, #f9f9f9 0%, #dbdbdb 100%);
    background: linear-gradient(to bottom, #f9f9f9 0%, #dbdbdb 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#dbdbdb', GradientType=0);
}

.trial-product-info.landing-increse-info p {
    color: #363636;
    font-size: 30px;
    font-family: 'Gudea';
    line-height: 36px;
}

.trial-product-info.landing-increse-info {
    padding-top: 0;
}

.landing-increse-block .landing-section-title.section-title h5 {
    font-size: 70px; color: #000;
    padding-bottom: 0;
}

.landing-increse-block .landing-section-title.section-title h5 span {
    display: block;
}

.landing-increse-product .trial-label-img {
    right: 0;
    left: auto;
}


/*media*/

@media only screen and (max-width:991px) {
    .landing-increse-block .landing-section-title.section-title h5 {
        font-size: 40px;
    }
    .trial-product-info.landing-increse-info p {
        font-size: 16px;
        line-height: 20px;
    }
}


/*media end*/


/*landin page-2 footer*/

.footer_main.landing_two_footer {
    background: #c6c7c8;
    background: -moz-linear-gradient(top, #c6c7c8 0%, #d8d8d8 100%);
    background: -webkit-linear-gradient(top, #c6c7c8 0%, #d8d8d8 100%);
    background: linear-gradient(to bottom, #c6c7c8 0%, #d8d8d8 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#c6c7c8', endColorstr='#d8d8d8', GradientType=0);
}


/*landin page-2 footer end*/


/*landin page-2 end*/


/*-chek out page landing page-*/


/*-header-*/

header {
    float: left;
    width: 100%;
}

.checkout_header .header-bottom-inner {
    padding: 23px 0;
}

.checkout_header {
    border-top: 4px solid #6515cf;
    width: 100%;
}

.header-text {
    float: left;
    font-size: 16px;
    line-height: 21px;
    padding-right: 5px;
}

.social-media.header-icon {
    display: block;
    float: right;
    text-align: right;
    clear: both;
}

.social-media.header-icon>li>a {
    border: medium none;
    border-radius: none;
    font-size: 20px;
    height: auto;
    width: auto;
    line-height: 40px;
    color: #000;
}


/*-header-*/
/*header media*/
@media only screen and (max-width:767px) {
	.checkout_header{border-top-width: 2px;}
    .checkout_header .header-bottom-inner {
        padding: 5px 0;
    }
	.header-text-main span{display: none;}
}
@media only screen and (max-width:576px) {
    .social-media.header-icon>li>a{line-height: 28px;}
    header.affix .checkout_header .header-bottom-inner {
        padding: 4px 0;
    }
}
/*header media end*/
/*-customer_privacy-*/

.customer_privacy {
    background-color: #0c0c0c;
    color: #ffffff;
    float: left;
    width: 100%;
}

.customer_privacy_inner {
    float: left;
    width: 100%;
}

.customer_privacy_inner ul li {
    float: left;
    padding: 0 28px;
}

.customer_privacy_box {
    position: relative;
    display: table;
    height: 72px;
    width: 100%;
}

.customer_privacy_box>span {
    text-transform: uppercase;
    display: table-cell;
    font-size: 19px;
    vertical-align: middle;
    font-family: 'Akrobat';
}

.customer_privacy_icon {
    padding-right: 10px;
}

.customer_privacy_inner ul li:first-child {
    padding-left: 0;
}

.customer_privacy_inner ul li:last-child {
    padding-right: 0;
}

@media only screen and (max-width:1360px) {
    .customer_privacy_box>span {
        font-size: 18px;
    }
    .checkout_check_img>img {
        max-width: 100%;
    }
}

@media only screen and (max-width:1199px) {
    .customer_privacy_box>span {
        font-size: 16px;
    }
    .customer_privacy_inner ul li {
        float: left;
        padding: 0 12px;
    }
}

@media only screen and (max-width:992px) {
    .customer_privacy_inner ul li {
        padding: 0;
        text-align: left !important;
        width: 50%;
    }
}

@media only screen and (max-width:767px) {
    .customer_privacy_box>span {
        font-size: 14px;
    }
    .social-media.header-icon>li>a {
        font-size: 15px;
    }
    .header-text {
        display: none;
    }
}
@media only screen and (max-width:480px) {
    .customer_privacy_box {
        height: 50px;
    }
    .customer_privacy_inner ul li {
        width: 100%;
    }
    .customer_privacy_icon {
        width: 50px;
        text-align: center;
    }
    .customer_privacy_box>span {
        font-size: 17px;
    }
}


/*-customer_privacy-*/

.p-right {
    padding-right: 10px;
}

.p-left {
    padding-left: 10px;
}


/*-customer_privacy-product*/

.checkout_product {
    width: 100%;
}

.checkout_product_inner {
    width: 100%;
    margin-top: 63px;
    margin-bottom: 112px;
}

.checkout_product_list>.title {
    color: #363636;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.popular {
    height: 50px;
    background-color: #3c0783;
}

.checkout_product_selling>ul>li {
    float: left;
}

.shipping {
    padding: 0 8px;
    background-color: #0c0c0c;
    color: #ffffff;
    font-weight: bold;
}


/*-product-*/

.checkout_product_box {
    box-shadow: 0 2px 5px rgba(157, 157, 157, 0.57);
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.checkout_product_header {
    background-color: #6515cf;
    float: left;
    height: 50px;
    width: 100%;
}

.popular-arrow {
    padding-right: 30px;
    padding-left: 10px;
}

.shipping::before {
    border-color: transparent #0c0c0c;
    border-style: solid;
    border-width: 25px 25px 25px 0;
    content: "";
    left: -25px;
    position: absolute;
}

.popular-arrow::before {
    border-color: transparent #3c0783;
    border-style: solid;
    border-width: 25px 25px 25px 0;
    content: "";
    left: -25px;
    position: absolute;
}

.popular>.customer_privacy_text {
    color: #ffffff;
    font-family: "Bebas Neue";
    font-size: 23px;
    font-weight: bold;
}

.list-group-control {
    float: left;
    padding: 13px 14px;
    width: 100%;
    position: relative;
}

.checkout_check-box {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0;
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer; float:left;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.checkout_check-box>span {
    font-weight: bold;
}

.checkout_check-box .checked {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 5px;
    height: 25px;
    left: 0;
    position: absolute;
    top: 0;
    width: 25px;
}

.checkout_check-box input:checked~.checkmark:after {
    display: block;
}

.checkout_check-box .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 8px;
    top: 4px;
    width: 7px;
    height: 12px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*-body-*/

.checkout_product_body {
    padding: 15px 30px 15px 0;
    width: 100%;
}

.checkout_check_text {
    background-color: #f2f2f2;
    border: 1px solid #dfdede;
    border-radius: 6px;
    padding-bottom: 16px;
    padding-top: 26px;
}

.checkout_check_text {
    max-width: 300px;
    width: 100%;
}

.checkout_check_text h5 {
    color: #363636;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
}

.sub-text {
    color: #9d9d9d;
    float: left;
    font-size: 12px;
    font-weight: bold;
    width: 100%;
    margin: 5px 0;
}

.prise {
    color: #6515cf;
    display: table-cell;
    font-family: Bebas Neue;
    font-size: 52px;
    font-weight: bold;
}

.prise-text {
    color: #9d9d9d;
    display: block;
    font-size: 14px;
    text-align: left;
    width: 27px;
}

.prise-box {
    display: table;
    margin: auto;
    max-width: 179px;
    width: 100%;
}

.prise-box span {
    display: table-cell;
    vertical-align: middle;
}

.only {
    color: #9d9d9d;
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.checkout_brain_button {
    background-color: #6515cf;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    min-width: 200px;
}
.checkout_check-box.checked .checkout_brain_button {
    color: #000;
}
.checkout_check-box.selected .checkout_brain_button {
    color: #000;
}
.checkout_check_img>img {
    max-width: 100%;
    margin: auto;
    max-height: 200px;
}


/*-body-*/

@media only screen and (max-width:1199px) {
    .checkout_check-box {
        font-size: 16px;
    }
    .popular>.customer_privacy_text {
        font-size: 18px;
    }
}

@media only screen and (max-width:992px) {
    .checkout_product_inner {
        margin-top: 0;
    }
    .checkout_product_body {
        padding: 0;
    }
    .checkout_product_list>.title {
        font-size: 25px;
        margin: 20px 0;
    }
}

@media only screen and (max-width:767px) {
    .customer_privacy_box>span {
        font-size: 14px;
    }
    .checkout_check-box {
        font-size: 15px;
    }
    .shipping::before {
        border-width: 25px 15px 25px 0;
        left: -15px;
    }
    .popular-arrow::before {
        border-width: 25px 15px 25px 0;
        left: -15px;
    }
    .popular>.customer_privacy_text {
        font-size: 14px;
    }
    .popular-arrow {
        padding-right: 20px;
    }
    /*--*/
    .checkout_check_img {
        padding: 15px 0;
        text-align: center;
        width: 100%;
    }
    .checkout_product_list>.title {
        font-size: 30px;
    }
    .checkout_check_text {
        width: 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width:575px) {
    .popular .customer_privacy_icon>img {
        max-width: 75%;
    }
    .popular .customer_privacy_icon {
        padding-right: 5px;
        text-align: right;
    }
    .shipping {
        padding-left: 8px;
    }
    .checkout_check_text {
        padding: 10px 0;
    }
    .checkout_check-box {
        font-size: 12px;
        line-height: 21px;
    }
    .checkout_brain_button {
        font-size: 21px;
        margin-top: 15px;
        padding: 4px 0;
    }
    .prise {
        font-size: 36px;
        text-align: center;
    }
}

@media only screen and (max-width:480px) {
    .checkout_product_header {
        height: auto;
    }
    .checkout_product_select {
        width: 100%;
    }
    .checkout_product_selling>ul>li {
        display: table-cell !important;
        float: none;
        width: 1%;
        vertical-align: middle;
    }
    .popular-arrow::before {
        display: none;
    }
    .shipping::before {
        display: none;
    }
    .checkout_product_selling {
        text-align: center;
        width: 100%;
    }
    .popular .customer_privacy_icon {
        text-align: center;
        width: 45px;
    }
    .customer_privacy_text {
        text-align: left;
    }
    .popular>.customer_privacy_text {
        font-size: 17px;
    }
}


/*-product-*/


/*-order_summary-*/

.order_summary {
    box-shadow: 0 3px 5px rgba(157, 157, 157, 0.57);
}

.order_summary .card-header {
    background-color: #0c0c0c;
    font-size: 22px;
}

.product_cart_price {
    color: #363636;
    font-size: 17px;
}

.totle_price {
    color: #6515cf;
    font-size: 22px;
}

.total {
    font-size: 22px;
}

.total_box {
    background-color: #ededed;
}

.order_summary .list-group-item {
    display: table;
    width: 100%;
}

.order_summary .list-group-item>span {
    width: 50%;
    display: table-cell;
}

@media only screen and (max-width:480px) {
    .product_cart_price {
        font-size: 14px;
        line-height: 20px;
    }
}


/*-money_back-*/

.money_back_text>span {
    color: #363636;
    font-size: 16px;
    line-height: 21px;
}

.money_back {
    padding-top: 60px;
}

.money_back_img {
    text-align: center;
    width: 100%;
}

@media only screen and (max-width:992px) {
    .money_back {
        padding-bottom: 25px;
        padding-top: 25px;
    }
    .checkout_product_inner {
        margin-bottom: 35px;
        margin-top: 0;
    }
}

@media only screen and (max-width:767px) {
    .money_back {
        padding-top: 30px;
    }
}

@media only screen and (max-width:575px) {
    .money_back_text>span {
        display: block;
        margin-top: 23px;
    }
}


/*-money_back-*/


/*-order_summary-*/

.final_step {
    float: left;
    width: 100%;
    box-shadow: 0 3px 5px rgba(157, 157, 157, 0.57);
}

.final-step_header {
    border-bottom: 10px solid #dfdfdf;
    background-color: #0c0c0c;
    padding: 40px 0;
    position: relative;
    width: 100%;
}

.final-step_header::after {
    border-color: #dfdfdf transparent transparent;
    border-style: solid;
    border-width: 20px 80px;
    bottom: -50px;
    content: "";
    position: absolute;
    right: 30%;
}

.final-step_header::before {
    border-color: #0c0c0c transparent transparent;
    border-style: solid;
    border-width: 20px 80px;
    bottom: -40px;
    content: "";
    display: block;
    position: absolute;
    right: 30%;
    z-index: 1;
}

.final_step .final-step_header .title {
    font-size: 55px;
    width: 100%;
}

.final_step .final-step_header .sub-title {
    color: #6515cf;
    font-size: 24px;
    font-weight: bold;
    width: 100%;
}


/*-body-*/

.final-step_body {
    margin-bottom: 140px;
    margin-top: 48px;
    width: 100%;
}

.bank-payment {
    width: 100%;
}

.final-step_body .sub-title {
    color: #6a6a6a;
    font-size: 17px;
    padding-top: 23px;
    width: 100%;
}

.bank-card_form {
    float: left;
    margin-top: 50px;
    padding: 0 14px;
    width: 100%;
}

.bank-card_input {
    width: 100%;
    display: table;
    margin-bottom: 9px;
}

.bank-card_input_data {
    display: inline;
    width: 200px;
}

.bank-card_label {
    color: #323331;
    display: table-cell;
    font-weight: bold;
    padding-right: 18px;
    text-align: right;
    width: 117px;
}

.bank-card_input_data>div {
    display: inline-block;
    padding: 0 6px;
    width: 100px;
}

.bank-card_input_button .checkout_brain_button {
    font-size: 28px; background-color: #000; border:1px solid transparent;
}
.bank-card_input_button .checkout_brain_button:hover{color:#000; border-color:#000; background-color:transparent; color:#000;}
.bank-card_input_button {
    text-align: center;
}

.safe_text {
    color: #323331;
    float: left;
    font-weight: bold;
    margin-bottom: 40px;
    margin-top: 20px;
    text-align: center;
    width: 100%;
}

.bank-payment>img {
    display: block;
    margin: auto;
    max-width: 100%;
}


/*-body-*/

@media only screen and (max-width:1360px) {
    .final-step_header::after,
    .final-step_header::before {
        right: 27%;
    }
}

@media only screen and (max-width:1199px) {
    .final-step_header::after,
    .final-step_header::before {
        right: 23%;
    }
    .bank-card_label {
        padding-right: 7px;
        width: 77px;
    }
    .bank-card_input_data>div {
        width: 98px;
    }
    .bank-card_input_button .checkout_brain_button {
        font-size: 20px;
    }
    .safe_img>img {
        max-width: 100%;
    }
}

@media only screen and (max-width:992px) {
    .final-step_body {
        margin-bottom: 20px;
        margin-top: 48px;
        width: 100%;
    }
    .final-step_header::after,
    .final-step_header::before {
        left: 50%;
        right: 50%;
        transform: translate(-50%, 0px);
    }
    .p-right {
        padding-right: 15px;
    }
    .p-left {
        padding-left: 15px;
    }
    .bank-card_input {
        display: block;
    }
    .final-step_body .sub-title {
        padding: 26px;
    }
    .bank-card_label {
        display: block;
        font-size: 17px;
        text-align: left;
        width: auto;
    }
    .bank-card_input_data {
        display: block;
    }
    .bank-card_form {
        clear: both;
        float: none;
        margin: auto;
        max-width: 500px;
        padding: 0 14px;
    }
    .bank-card_input {
        display: block;
        float: left;
        width: 50%;
    }
    .bank-card_input_data {
        width: 223px;
    }
    .bank-card_input_data>div {
        width: 109px;
    }
    .bank-card_input_button {
        width: 100%;
        margin-top: 15px;
    }
    .final-step_header {
        padding: 15px 0;
    }
}

@media only screen and (max-width:767px) {
    .final-step_header {
        padding: 27px 0;
    }
    .final_step .final-step_header .title {
        font-size: 35px;
    }
    .final_step .final-step_header .sub-title {
        font-size: 15px;
    }
}

@media only screen and (max-width:575px) {
    .bank-card_input_data {
        width: 200px;
    }
    .bank-card_input_data>div {
        width: 98px;
    }
    .final-step_body .sub-title {
        padding-bottom: 26px;
    }
    .bank-card_input_button .checkout_brain_button {
        font-size: 16px;
    }
}

@media only screen and (max-width:480px) {
    .bank-card_input {
        width: 100%;
    }
    .bank-card_input_data {
        width: 100%;
    }
    .bank-card_input_data>div {
        width: 49%;
    }
    .bank-payment>img {
        max-width: 86%;
    }
}


/*-col-4-*/


/*check out-2 */


/*check out-2 select product*/

.chekout_two .checkout_product_body .list-group-control {
    width: 70px;
    position: relative;
}

label.checkout_check-box.chekout_two {
    padding-left: 0;
}

.chekout_two .checkout_check-box {
    padding-left: 0;
}

.chekout_two .checkmark {
    height: 25px;
    border-color: #529b18;
    top: 50%;
    right: 0;
    margin: auto;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
}

.checkout_check-box.chekout_two .checkmark:after {
    border-color: #529b18;
}

.checkout_check_img {
    position: relative;
}

.checkout-product-free {
    position: absolute;
    bottom: 0;
    background-color: #529b18;
    width: 62px;
    height: 62px;
    border-radius: 100px;
    font-size: 12px;
    text-align: center;
    right: 16%;
}

.chekout_two_price .sub-text {
    text-decoration: line-through;
}

.chekout_two_price h5 {
    color: #6515cf;
    display: block;
    margin-bottom: 11px;
}


/*media*/

@media only screen and (max-width:767px) {
    .chekout_two .checkout_product_body .list-group-control {
        width: 100%;
        margin-top: 15px;
    }
}


/*media end*/


/*check out-2 select product end*/


/*checkout2 summry*/

.checkout_two_order_summary {
    margin-top: 70px;
    float: left;
}

.list-summry-inner {
    float: left;
    width: 100%;
    padding: 20px;
    display: table;
}

.list-summry-inner>div {
    display: table-cell;
    vertical-align: middle;
}

.list-summry-inner .money_back_img {
    width: 30%;
}

.list-summry-inner .list-summry {
    width: 70%;
    padding-left: 30px;
}

.list-summry-inner .list-group-flush {
    width: 100%;
    text-align: center;
}

.list-summry-inner .list-group-flush li {
    font-family: 'Gudea';
    margin-bottom: 29px;
    display: block;
}

.list-summry-inner .list-group-flush li:last-child {
    margin-bottom: 0;
}

.list-summry-inner .list-group-flush li .totle_price {
    color: #000;
}

.list-summry-inner .list-group-flush li.total-price-bg {
    background-color: #ededed;
    padding: 8px 0;
}


/*media*/

@media only screen and (max-width:767px) {
    .list-summry-inner .list-summry {
        padding-left: 10px;
    }
    .list-summry-inner .list-group-flush li{margin-bottom: 20px;}
}
@media only screen and (max-width:576px) {
    .list-summry-inner .list-group-flush li{margin-bottom: 10px;}
}

/*media end*/


/*checkout2 summry end*/


/*checkout form*/

.checkout-two-form {
    padding: 20px;
}

.checkout-two-form .form-group select {
    width: 100%;
    height: 42px !important;
}

.checkout-two-form .form-group label.col-form-label {
    font-weight: bold;
    text-align: right;
}

.order_summary .checkout-two-form-main .card-header {
    background-color: #323331;
    font-size: 22px;
    font-family: 'Gudea';
    font-weight: bold;
}

.checkout-step {
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 100px;
    text-align: center;
    display: inline-block;
    line-height: 29px;
    margin-right: 10px;
}

.checkout-two-form-main .bank-card_input_button {
    margin-top: 15px;
    margin-bottom: 30px;
}

.safe_img img {
    margin: auto;
    display: block;
}

.checkout-two-form-main .bank-card_input_button .btn
{
    font-family: 'Gudea';
    font-size: 28px;
    min-width: 100%;
    background: #5eb717;
	border-color : transparent;
    background: -moz-linear-gradient(top, #5eb717 1%, #58a818 50%, #529c18 100%);
    background: -webkit-linear-gradient(top, #5eb717 1%, #58a818 50%, #529c18 100%);
    background: linear-gradient(to bottom, #5eb717 1%, #58a818 50%, #529c18 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#5eb717', endColorstr='#529c18', GradientType=0);
}
.checkout-two-form-main .bank-card_input_button .btn:focus,
.checkout-two-form-main .bank-card_input_button .btn:hover {
	background: #5eb717;
    background: -moz-linear-gradient(top, #5eb717 1%, #58a818 50%, #529c18 100%);
    background: -webkit-linear-gradient(top, #5eb717 1%, #58a818 50%, #529c18 100%);
    background: linear-gradient(to bottom, #5eb717 1%, #58a818 50%, #529c18 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#5eb717', endColorstr='#529c18', GradientType=0);
	color:#000 !important; 
}

/*media*/
@media only screen and (max-width:1199px) {
    .checkout-two-form-main .bank-card_input_button .btn{
    font-size: 20px;
}
}
@media only screen and (max-width:767px) {
    .checkout-two-form {
        padding: 10px;
    }
    .checkout-two-form-main .bank-card_input_button .btn {
        font-size: 18px;
    }
    .checkout-two-form-main .bank-card_input_button {
        margin-top: 0;
    }
}
@media only screen and (max-width:576px) {
    .checkout-two-form .form-group label.col-form-label {
        text-align: left;
    }
}


/*media end*/


/*checkout form end*/


/*checkout-two-info*/

.checkout_two_info {
    background-color: #efefef;
    padding: 30px 0;
}

.checkout_two_info_main h3 {
    font-weight: bold;
    font-size: 25px;
    font-family: 'Gudea';
    margin-bottom: 40px;
    text-transform: uppercase;
}

.checkout_two_info_main p {
    color: #696969;
    font-size: 16px;
    font-family: 'Gudea';
    line-height: 26px;
}
@media only screen and (max-width: 767px){
.checkout_two_info_main h3 {
    margin-bottom: 15px;
}
.checkout_two_info_main {
    float: left;
    width: 100%;
    padding-bottom: 20px;
}
}
/*checkout-two-info end*/


/*checkout_two_footer*/

.checkout_two_footer .footer_text {
    color: #a7a7a7;
    font-family: 'Gudea';
}

.checkout_two_footer .copy_right {
    color: #a7a7a7;
    font-family: 'Gudea';
}


/*checkout_two_footer end*/


/*check out-2 end*/


/*-langing footer-*/

.footer_inner {
    float: left;
    width: 100%;
}
.landing-two .footer_main{
    background: #c5c6c7;
    background: -moz-linear-gradient(top, #c5c6c7 0%, #d8d8d8 100%);
    background: -webkit-linear-gradient(top, #c5c6c7 0%,#d8d8d8 100%);
    background: linear-gradient(to bottom, #c5c6c7 0%,#d8d8d8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5c6c7', endColorstr='#d8d8d8',GradientType=0 );    
}
.footer_main {
    background-color: #0c0c0c;
    float: left;
    padding: 20px 0;
    width: 100%;
}
.landing-two .footer_text{color: #363636;}
.footer_text {
    color: #a7a7a7;
    float: left;
    font-size: 14px;
    line-height: 24px; text-align: center;
    width: 100%;
}
.landing-two .copy_right{color: #363636;}
.landing-two .copy_right a{color: #363636;}
.copy_right {
    color: #6515cf;
    font-size: 15px;
    margin-top: 13px;
    width: 100%;
}
.copy_right a {color: #6515cf;}

/*-langing footer-*/


/*-chek out page - 2 landing page-*/


/*-chek out page - 2 landing page-*/


/*footer start*/

.footer-main {
    background-color: #040707;
    width: 100%;
}

.footer-main-content {
    border-bottom: 7px solid #3f993e;
    padding-bottom: 60px;
    padding-top: 69px;
    width: 100%;
}

.footer-logo-text {
    font-size: 13px;
    line-height: 23px;
    margin-bottom: 70px;
    margin-top: 30px;
}

.footer-logo {
    display: block;
}

.footer-logo img {
    max-width: 100%;
}

.social-media>li:last-child {
    margin-right: 0sssss;
}

.social-media>li>a {
    border: 1px solid #989797;
    border-radius: 50px;
    font-size: 25px;
    height: 50px;
    line-height: 44px;
    width: 50px;
}

.footer-title {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 37px;
    margin-top: 12px;
}

.footer-links>li>a {
    color: #979797;
    font-size: 12px;
    line-height: 100%;
    transition: all ease-in-out 400ms;
    -webkit-transition: all ease-in-out 400ms;
    -moz-transition: all ease-in-out 400ms;
}

.footer-links>li>a:hover {
    color: #3f993e;
    transition: all ease-in-out 400ms;
    -webkit-transition: all ease-in-out 400ms;
    -moz-transition: all ease-in-out 400ms;
}

.footer-links>li {
    margin: 6px 0;
    width: 10
}

.footer-links>li:first-child {
    margin-top: 0%;
}

.footer-links>li:last-child {
    margin-bottom: 0;
}

.footer-address-data>li {
    display: table;
    padding: 15px 0;
    width: 100%;
}

.footer-address-data>li>span {
    display: table-cell;
    vertical-align: middle;
}

.address-text {
    color: #979797;
    font-size: 12px;
    line-height: 14px;
}

.address-id {
    color: #4bb849;
    font-size: 13px;
    padding-right: 6px;
    text-align: left;
    width: 24px;
}

.footer-address-data>li:first-child {
    padding-top: 0;
}


/*-copy right-*/

.copy-right {
    width: 100%;
}

.copy-right>span {
    color: #979797;
    font-size: 11px;
    padding: 27px 17px;
}

.com {
    color: #4bb849;
}

@media only screen and (max-width:767px) {
    .social-media>li {
        margin: 0 2px;
    }
    .footer-logo-text {
        margin-bottom: 20px;
    }
    .footer-title {
        margin-bottom: 15px;
    }
    .address-id {
        width: 25px;
    }
    .footer-address-data>li {
        padding: 5px 0;
    }
    .footer-main-content {
        padding-bottom: 14px;
        padding-top: 40px;
    }
}

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

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


/*footer end*/

.manage_select .list-group-control {
    padding-left: 45px;
}

.manage_select .checkmark {
    top: 50%;
    margin-top: -12px;
    left: 10px;
}

.manage_select .checkout_check-box {
    padding-left: 0;
}

/*-table-*/
.supplement-table .section-title h5 { font-weight: bold;}
.supplement_facts-list{background-color:transparent; padding:0;}
.suppletnt-sub-title {  border-top: 10px solid #000;  display: table;  padding: 5px 0 ;  width: 100%; font-size: 17px;}
.suppletnt-list-data {  float: left;  margin-top: 5px;  width: 100%;}
.suppletnt-sub-title > span {    display: table-cell; font-weight: 600; vertical-align: middle}
.suppletnt-sub-title > span:last-child {    text-align: left;    width: 80px;}
.suppletnt-sub-title > span:first-child {    padding-right: 10px;    text-align: right;}
.supplement_facts-box{width:100%;color:#000 !important;}
.supplemnt-title{   font-size: 50px;border-bottom: 2px solid #000;
    padding-bottom: 5px;text-transform: capitalize;}
.supplemnt-title img {  display: inline-block; vertical-align: middle; }
.serving-size {  font-size: 15px;  margin: 2px 0;  width: 100%;  font-size: 17px; font-weight: 600;}
.suppletnt-list-data .table tr td {  border: medium none;  font-size: 17px;  padding: 3px 0;font-weight: 600; height:32px; vertical-align: middle;}
.suppletnt-list-data .table tr td:nth-child(2) {    width:120px;}
.suppletnt-list-data .table tr td:last-child {    width: 80px;}
.suppletnt-list-data  .table tbody tr:first-child {    border-top: 10px solid #000;}
.suppletnt-list-data .table tbody tr {
    border-bottom: 1px solid #000;
}
.suppletnt-list-data table {  border-bottom: 10px solid #231f20; margin-bottom:0;}
.suppletnt-list-data p {  display: inline-block;  float: left;  font-size: 14px;  width: 100%;color: #000;
    font-weight: 600;border-bottom: 1px dotted #000;
    padding: 5px 0;}
.suppletnt-list-data p:first-child {
    border-bottom: 1px solid #000;
}
.suppletnt-list-data p:last-child{border-bottom: none;}
.online-visit {  float: left;  font-size: 16px;  margin-top: 42px;  width: 100%;}
.online-visit span {  float: left;  width: 100%;}
.online-visit a {    clear: both;    display: block;   margin: 22px auto auto; max-width: 227px; color:#231f20; font-weight:bold;}
.online-visit h5 {
    font-size: 26px;
    font-weight: bold;
    padding-bottom:  18px;
}

.online-visit p {
    border-bottom:  none;
    font-size:  19px;
    color:  #393939;
    font-weight:  normal;
    line-height: 30px;
}
@media only screen and (max-width:575px){
    .supplemnt-title {  float: left;  font-size: 38px;  margin-bottom: 15px;  margin-top: 30px;  text-align: center;  width: 100%;}
    .supplemnt-title img{width: 30px;}
}
@media only screen and (max-width:480px){
	.supplemnt-title{font-size:22px;}
	.suppletnt-sub-title > span:last-child { width: 50px;}
	.suppletnt-sub-title{ font-size: 13px;}
	.suppletnt-list-data .table tr td {  font-size: 13px;}
	.suppletnt-list-data .table tr td:first-child {  font-size: 13px;}	
	.suppletnt-list-data p	{font-size: 13px; line-height:15px;}
}

/*table*/

.Company-product-Brain-data .sharp-block-btn a.landing-btn {
    border-color: #fff;
}
.Company-product-Brain-data .sharp-block-btn a.landing-btn:hover{color: #fff;}
.Company-product-Brain-data .sharp-block-btn{text-align: center; padding-top: 50px;}

.checkout_check-box.selected {
    box-shadow: 0 0 20px rgba(101, 21, 207, 0.5);
}
.checkout_check-box.checked {
    background-color: rgba(101, 21, 207, 0.3);
}

/* custom style*/
/*footer menu*/
.footer-menu {
    float: left;
    width:  100%;
    text-align:  center;
    margin-top: 13px;
    border-bottom: 1px solid #c0bfbf1a ;
    padding-bottom: 13px;
}
.landing-two .footer-menu {border-bottom: 1px solid #c0bfbf;}
.footer-menu ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 7px;
}

.footer-menu ul li + li {
    border-left: 1px solid #fff;
}
.landing-two .footer-menu ul li + li {
    border-left-color:#000;
}
.footer-menu ul li a {
    color: #fff; display: inline-block;
}
.landing-two .footer-menu ul li a{
    color: #000;
}
.footer-menu ul li a:hover,.landing-two .footer-menu ul li a:hover {color: #6515cf;}
/*footer menu end*/
@media only screen and (max-width:798px){
    .landing-reg-form iframe { height: 225px;}
    .landing-newsletter .landing-reg-form{ padding-top: 20px !important;}
}
@media only screen and (max-width:767px) {
    .landing-powerbrain p,
    .pure-clearity-info p,
    .delivers-inner p,
    .powerbrain-ingedient-content span,
    .trial-product-info p,
    .footer_text {
    text-align: justify !important;
    }
    .Brain_Boosting-list {
    padding-left: 5px;
    padding-right: 5px;
    }
    .mg-top{margin-top: 0;}
    .delivers-inner.powerup-inner>h3{padding-bottom: 0;}
    }
    
    @media only screen and (max-width:600px) {
    .supplement_facts-list>li>h4 {
    font-size: 20px;
    }
    .section-title h5 {
    font-size: 28px !important;
    }
    }
    
    @media only screen and (max-width:575px) {
    .landing_two_story .story-box-content p {
    text-align: justify;
    }
    .Brain_Boosting-main {
    padding-bottom: 20px;
    }
    .footer-menu ul li + li{border-left: none;}
    .footer-menu ul li{padding: 5px;}
    .landing-reg-form iframe { height: 260px;}
    .landing-newsletter .landing-reg-form{ padding-top: 0px !important;}
    }
    
    @media only screen and (max-width:480px) {
    .landing-section-title.section-title h5,
    {
    font-size: 26px !important;
    }
    }