@import url("https://fonts.googleapis.com/css?family=Oswald:400,500,600");@import url("https://fonts.googleapis.com/css?family=Roboto:400,500");body {
    color: #777;
    font-family: "Roboto",sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.667
}

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

a:hover {
    text-decoration: none
}

button {
    cursor: pointer
}

button:focus {
    outline: 0;
    box-shadow: none
}

h1,h2,h3,h4,h5,h6 {
    font-family: "Outfit", serif;
    color: #222;
    line-height: 1.1
}

h1,.h1 {
    font-size: 50px;
    font-weight: 700
}

h2,.h2 {
    font-size: 36px;
    font-weight: 600
}

h3,.h3 {
    font-size: 26px;
    font-weight: 600
}

@media (min-width: 600px) {
    h3,.h3 {
        font-size:36px
    }
}

h4,.h4 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3
}

a {
    display: inline-block
}

.fixed {
    background: #fff;
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100% !important;
    top: 0!impotant;
}

.section-margin {
    margin: 45px 0
}

@media (min-width: 980px) {
    .section-margin {
        margin:70px 0
    }
}

@media (min-width: 1100px) {
    .section-margin {
        margin:120px 0
    }

    .section-margin.calc-60px {
        margin: 120px 0 70px 0
    }
}

.section-margin--small {
    margin: 35px 0
}

@media (min-width: 1000px) {
    .section-margin--small {
        margin:98px 0
    }
}

.pb-60px {
    padding-bottom: 150px;
}

.pt-60px {
    padding-top: 100px;
}

.ml-40 {
    margin-left: 40px
}

.header_area {
    position: inherit;
    width: 100%;
    z-index: 9999;
    /* transition: background 0.4s, all 0.3s linear; */
    /* box-shadow: 0px 10px 27px 3px rgba(221,221,221,0.3); */
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    padding: 7px 0;
}

.header_area .navbar {
    background: transparent;
    padding: 0px;
    border: 0px;
    border-radius: 0px
}

.header_area .navbar .nav .nav-item {
    margin-right: 45px
}

.header_area .navbar .nav .nav-item .nav-link {
    text-transform: capitalize;
    color: #000000;
    display: inline-block;
    font-weight: 500;
    font-family: Epilogue;
    font-size: 20px;
}

@media (min-width: 991px) {
    .header_area .navbar .nav .nav-item .nav-link {
        padding: 24px 0px;
    }
}

.header_area .navbar .nav .nav-item .nav-link:after {
    display: none
}

.header_area .navbar .nav .nav-item:hover .nav-link,.header_area .navbar .nav .nav-item.active .nav-link {
    color: #0e4059
}

.header_area .navbar .nav .nav-item.submenu {
    position: relative
}

.header_area .navbar .nav .nav-item.submenu ul {
    border: none;
    padding: 0px;
    border-radius: 0px;
    box-shadow: none;
    margin: 0px;
    background: #fff
}

@media (min-width: 992px) {
    .header_area .navbar .nav .nav-item.submenu ul {
        position:absolute;
        top: 120%;
        left: 0px;
        min-width: 200px;
        text-align: left;
        opacity: 0;
        transition: all 300ms ease-in;
        visibility: hidden;
        display: block;
        border: none;
        padding: 0px;
        border-radius: 0px
    }
}

.header_area .navbar .nav .nav-item.submenu ul:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #eeeeee transparent transparent transparent;
    position: absolute;
    right: 24px;
    top: 45px;
    z-index: 3;
    opacity: 0;
    transition: all 400ms linear
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item {
    display: block;
    float: none;
    margin-right: 0px;
    border-bottom: 1px solid #ededed;
    margin-left: 0px;
    transition: all 0.4s linear
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
    line-height: 45px;
    color: #222;
    padding: 0px 30px;
    transition: all 150ms linear;
    display: block;
    margin-right: 0px
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item:last-child {
    border-bottom: none
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item:hover .nav-link {
    background: #0e4059;
    color: #fff
}

@media (min-width: 992px) {
    .header_area .navbar .nav .nav-item.submenu:hover ul {
        visibility:visible;
        opacity: 1;
        top: 100%
    }
}

.header_area .navbar .nav .nav-item.submenu:hover ul .nav-item {
    margin-top: 0px
}

.header_area .navbar .nav .nav-item:last-child {
    margin-right: 0px
}

.nav-shop li {
    display: inline-block;
    margin-right: 15px
}

.nav-shop li i,.nav-shop li span {
    font-size: 16px;
    color: #222
}

.nav-shop li button {
    padding: 0;
    border: 0;
    background: transparent;
    position: relative
}

.nav-shop li button .nav-shop__circle {
    font-size: 9px;
    display: inline-block;
    background: #0e4059;
    color: #fff;
    padding: 0px 5px;
    border-radius: 50%;
    position: absolute;
    top: -8px;
    right: -12px
}

.nav-shop li:last-child {
    margin-left: 40px
}

@media (max-width: 1199px) {
    .header_area .navbar .nav .nav-item {
        margin-right:28px
    }
}

@media (max-width: 991px) {
    .navbar-toggler {
        border:none;
        border-radius: 0px;
        padding: 0px;
        cursor: pointer;
        margin-top: 27px;
        margin-bottom: 23px
    }

    .header_area .navbar {
        background: #ffffff
    }

    .navbar-toggler[aria-expanded="false"] span:nth-child(2) {
        opacity: 1
    }

    .navbar-toggler[aria-expanded="true"] span:nth-child(2) {
        opacity: 0
    }

    .navbar-toggler[aria-expanded="true"] span:first-child {
        transform: rotate(-45deg);
        position: relative;
        top: 7.5px
    }

    .navbar-toggler[aria-expanded="true"] span:last-child {
        transform: rotate(45deg);
        bottom: 6px;
        position: relative
    }

    .navbar-toggler span {
        display: block;
        width: 25px;
        height: 3px;
        background: #0e4059;
        margin: auto;
        margin-bottom: 4px;
        transition: all 400ms linear;
        cursor: pointer
    }

    .navbar .container {
        padding-left: 15px;
        padding-right: 15px
    }

    .nav {
        padding: 0px 0px
    }

    .header_area+section,.header_area+row,.header_area+div {
        margin-top: 117px
    }

    .header_area .navbar .nav .nav-item .nav-link {
        line-height: 30px;
        margin-right: 0px;
        display: block;
        border-bottom: 1px solid #ededed33;
        border-radius: 0px
    }

    .header_area .navbar .nav-shop {
        padding-bottom: 40px
    }

    .header_area .navbar-collapse {
        max-height: 340px;
        overflow-y: scroll
    }

    .header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
        padding: 0px 15px
    }

    .header_area .navbar .nav .nav-item {
        margin-right: 0px
    }

    .header_area+section,.header_area+row,.header_area+div {
        margin-top: 0px;
        padding-top: 71px
    }

    .categories_post img {
        width: 100%
    }

    .categories_post {
        max-width: 360px;
        margin: 0 auto
    }

    .blog_categorie_area .col-lg-4 {
        margin-top: 30px
    }

    .blog_area {
        padding-bottom: 80px
    }

    .single-post-area .blog_right_sidebar {
        margin-top: 30px
    }

    .footer-area .col-sm-6 {
        margin-bottom: 30px
    }
}

@media (max-width: 767px) {
    .blog_info.text-right {
        text-align:left !important;
        margin-bottom: 10px
    }

    .footer-bottom {
        text-align: center
    }
}

@media (max-width: 575px) {
    .header_area+section,.header_area+row,.header_area+div {
        margin-top:0px;
        padding-top: 71px
    }

    .blog_details h2 {
        font-size: 20px;
        line-height: 30px
    }

    .footer-area {
        padding: 70px 0px
    }
}

@media (max-width: 480px) {
    .header_area .navbar-collapse {
        max-height:250px
    }

    .comments-area .thumb {
        margin-right: 10px
    }
}

.section-intro p {
    margin-bottom: 3px
}

.section-intro__style {
    color: #45314a;
    /* border-bottom: 2px solid #0e4059; */
    /* padding-bottom: 8px; */
}

.hero-banner {
    background: #F1F6F7;
    position: relative;
    margin-bottom: 10px;
    background-image: url(../img/banner-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 630px;
}

@media (min-width: 991px) {
    .hero-banner {
        z-index:111
    }
}

.hero-banner::before {
    content: "";
    display: block;
    width: 5%;
    height: 100%;
    /* background: #333; */
    position: absolute;
    top: 0;
    left: 0
}

@media (min-width: 575px) {
    .hero-banner::before {
        width:20%
    }
}

@media (min-width: 991px) {
    .hero-banner::before {
        width:35%
    }
}

.hero-banner__img {
    position: relative;
    top: -50px;
}

@media (max-width: 575px) {
    .hero-banner__content {
        padding-bottom:50px
    }
}

@media (min-width: 1000px) {
    .hero-banner__content {
        /* max-width:495px; */
    }
}

.hero-banner__content h4 {
    font-size: 26px;
    font-family: "Outfit", serif;
    color: #000000;
    margin-bottom: 12px;
    letter-spacing: 3px;
    /* text-transform: uppercase; */
    font-weight: 700;
}

.hero-banner__content h1 {
    font-family: "Roboto",sans-serif;
    font-size: 25px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 10px;
    color: #ffffff;
}

@media (min-width: 767px) {
    .hero-banner__content h1 {
        font-size:30px;
        margin-bottom: 25px
    }
}

@media (min-width: 991px) {
    .hero-banner__content h1 {
        font-size: 70px;
        line-height: 64px;
        letter-spacing: 2px;
    }
}

.hero-banner__content p {
    margin-bottom: 10px;
    color: #000;
    font-size: 16px;
    margin-top: 25px;
}

@media (min-width: 767px) {
    .hero-banner__content p {
        margin-bottom: 25px;
    }
}

.hero-carousel__slide {
    position: relative;
    /* border-radius: 30px; */
}

.hero-carousel__slide::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(170 216 9);
    /* transform: translateY(50px); */
    opacity: 1;
    transition: all .4s ease;
    border-radius: 0;
}

.hero-carousel__slideOverlay {
    position: absolute;
    bottom: 60px;
    background: rgb(30 143 143 / 60%);
    padding: 20px 50px 23px 30px;
    /* transform: translateY(50px); */
    opacity: 1;
    z-index: 1;
    transition: all .4s ease-in-out
}

.hero-carousel__slideOverlay h3 {
    font-size: 20px;
    font-weight: 400;
    color: #fff
}

.hero-carousel__slideOverlay p {
    color: #fff;
    margin: 0
}

.hero-carousel__slide:hover::after {
    transform: translateY(0);
    opacity: 1
}

.hero-carousel__slide:hover .hero-carousel__slideOverlay {
    transform: translateY(0);
    opacity: 1;
    z-index: 2
}

.card-product {
    border: 0;
    margin-bottom: 30px
}

.card-product p {
    margin-bottom: 0
}

.card-product__img {
    position: relative
}

.card-product__imgOverlay {
    background: rgba(255,255,255,0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 5px;
    transform: translateY(30px);
    opacity: 0;
    z-index: -1;
    transition: all .48s ease
}

.card-product__imgOverlay li {
    display: inline-block
}

.card-product__imgOverlay li button {
    border: 0;
    border-radius: 0;
    padding: 7px 12px;
    background: #8894ff
}

.card-product__imgOverlay li button i,.card-product__imgOverlay li button span {
    font-size: 15px;
    color: #fff;
    vertical-align: middle
}

.card-product__imgOverlay li button:hover {
    background: #0e4059
}

.card-product__imgOverlay li:not(:last-child) {
    margin-right: 5px
}

.card-product__title a {
    color: #222
}

.card-product__price {
    font-size: 18px;
    font-weight: 500
}

.card-product:hover .card-product__imgOverlay {
    opacity: 1;
    z-index: 1;
    transform: translateY(0)
}

.card-product:hover .card-product__title a {
    color: #0e4059
}

.offer {
    /* background: url("../img/home/parallax-bg.png") right center no-repeat; */
    background-size: cover;
    padding-top: 25px;
    padding-bottom: 0;
}

@media (min-width: 1200px) {
    .offer {
        /* background-size:100% 100%; */
    }
}

.offer__content {
    padding: 60px 35px 67px 35px;
    /* background-color: #eee; */
    margin-left: -30px;
}

@media (min-width: 1000px) {
    .offer__content {
        padding: 60px 35px 67px 35px;
    }
}

.offer__content h3 {
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #0e4059;
}

@media (min-width: 650px) {
    .offer__content h3 {
        font-size:50px;
        margin-bottom: 25px;
        font-weight: bold;
    }
}

.offer__content h4 {
    font-size: 30px;
    color: #aad809;
}

.offer__content p {
    color: #000;
    line-height: 2;
    font-size: 16px;
}

.card-blog {
    border: 0;
    background-color: #f1f6f7;
    box-shadow: 0px 0px 20px 5px rgb(52 52 52 / 15%);
}

.card-blog .card-body {
    padding: 25px 25px 25px;
}

.card-blog__info {
    margin-bottom: 12px
}

.card-blog__info li {
    display: inline-block;
    font-size: 14px;
    color: #999999
}

.card-blog__info li a {
    color: #999999
}

.card-blog__info li i,.card-blog__info li span {
    margin-right: 5px;
    vertical-align: middle
}

.card-blog__info li:not(:last-child) {
    margin-right: 20px
}

.card-blog__title {
    font-size: 20px;
    margin-bottom: 20px
}

.card-blog__title a {
    color: #222
}

.card-blog__link {
    font-weight: 500;
    color: #222
}

.card-blog__link i,.card-blog__link span {
    font-size: 13px;
    padding-left: 3px;
    display: inline-block;
    transition: all .5s ease
}

.card-blog:hover .card-blog__title a {
    color: #0e4059
}

.card-blog:hover .card-blog__link {
    color: #0e4059
}

.card-blog:hover .card-blog__link i,.card-blog:hover .card-blog__link span {
    padding-left: 10px
}

.subscribe {
    padding: 45px 10px;
    background: #fff;
    border-radius: 0px;
    box-shadow: 0px 0px 20px 5px rgb(52 52 52 / 15%);
    background-image: url(../img/subscribe-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media (min-width: 1000px) {
    .subscribe {
        padding: 75px 0px;
        margin-bottom: 0;
        z-index: 9;
        /* position: relative; */
        /* bottom: -96px; */
    }
}

.subscribe__title {
    font-size: 28px;
    font-weight: 500;
    /* text-transform: uppercase; */
    margin-bottom: 16px;
    color: #0e4059;
}

@media (min-width: 1000px) {
    .subscribe__title {
        font-size: 34px;
    }
}

.subscribe-form .form-group {
    margin-bottom: 0;
    position: relative
}

.subscribe-form .form-group .info {
    position: absolute;
    top: 50px;
    left: 10px;
    color: #0e4059
}

.subscribe-form .form-control {
    border-radius: 30px;
    height: 50px;
    border-color: #EEEEEE;
    padding-left: 20px;
    font-size: 14px
}

@media (min-width: 800px) {
    .subscribe-form .form-control {
        min-width:380px
    }
}

.subscribe-form .form-control::placeholder {
    color: #999999
}

.subscribe-form .form-control:focus {
    outline: 0;
    box-shadow: none
}

.subscribe-form button {
    margin-left: 15px
}

.subscribe-position {
    margin-bottom: 20px;
    /* background-color: #f1f6f7; */
    padding: 60px 0;
}

@media (min-width: 1000px) {
    .subscribe-position {
        position: relative;
        /* top: 100px; */
        margin-bottom: 0;
    }
}

.button {
    display: inline-block;
    border: 2px solid #0e4059;
    border-radius: 30px;
    color: #222;
    font-weight: 500;
    padding: 12px 50px;
    background: #0e4059;
    color: #fff;
    transition: all .4s ease
}

@media (max-width: 767px) {
    .button {
        padding:8px 25px !important
    }
}

.button-subscribe {
    font-size: 14px;
    padding: 10px 20px
}

@media (min-width: 800px) {
    .button-subscribe {
        padding:12px 35px;
        font-size: 15px
    }
}

.button-blog {
    padding: 5px 31px;
    font-size: 14px;
    background: #f9f9ff;
    border-color: #EEEEEE;
    border-radius: 0;
    color: #222
}

.button-blog:hover {
    background: #0e4059 !important;
    color: #fff !important
}

.button-postComment {
    border-radius: 4px;
    font-size: 14px;
    margin-top: 5px
}

.button-tracking {
    font-size: 14px;
    padding: 8px 42px
}

.button-login {
    font-size: 15px;
    padding: 7px 44px
}

.button-coupon {
    font-size: 15px;
    padding: 6px 45px
}

.button-paypal {
    width: 100%;
    padding: 8px 30px
}

.button-account {
    padding: 7px 42px;
    background: transparent;
    border-color: #fff
}

.button-account:hover {
    border-color: #fff !important
}

.button-header {
    padding: 10px 45px;
    background: transparent;
    color: #222;
    border-color: #EEEEEE
}

.button-hero {
    padding: 12px 41px
}

.button--active {
    background: #0e4059;
    color: #fff
}

.button-contactForm {
    border: 1px solid #0e4059 !important;
    border-radius: 0;
    padding: 11px 26px
}

.button-review {
    padding: 12px 40px;
    border-radius: 30px
}

.button:hover {
    border-color: #0e4059;
    background: transparent;
    color: #0e4059;
}

.button-register {
    font-size: 14px;
    border: 0;
    border-radius: 0;
    padding: 9px 15px;
    text-transform: uppercase;
    background: #c5322d
}

.button-register:hover {
    background: #c5322d;
    opacity: .7;
    color: #fff
}

.blog-banner {
    position: relative
}

.blog-banner h4,.blog-banner h1,.blog-banner a {
    text-transform: capitalize;
    color: #fff
}

.blog-banner h4 {
    font-size: 18px;
    margin-bottom: 15px
}

.blog-banner h1 {
    font-size: 30px;
    margin-bottom: 10px;
    color: #fff;
}

@media (min-width: 992px) {
    .blog-banner h1 {
        font-size:36px
    }
}

.blog-banner-area {
    height: 320px;
    position: relative;
    z-index: 1;
    /* background: #e9f9f6; */
    margin-bottom: 50px;
}

@media (min-width: 1000px) {
    .blog-banner-area {
        /* height:410px; */
    }
}

.blog-banner-area .blog-banner {
    position: absolute;
    top: 30%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, 50%);
}

.blog-banner-area::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #082012;
    z-index: -1;
    background-image: url(../img/other.png);
}

.banner-breadcrumb {
    display: inline-block
}

.banner-breadcrumb .breadcrumb {
    background: transparent;
    padding: 0
}

.banner-breadcrumb .breadcrumb-item {
    padding: .1rem
}

.banner-breadcrumb .breadcrumb-item a {
    text-transform: capitalize;
    color: #dfdfdf;
}

.banner-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: #d1d1d1;
    /* padding-right: .1rem; */
    content: "-"
}

.banner-breadcrumb .breadcrumb-item.active {
    color: #e3e3e3;
}

.blog_categorie_area {
    padding-top: 30px;
    padding-bottom: 30px
}

@media (min-width: 900px) {
    .blog_categorie_area {
        padding-top:80px;
        padding-bottom: 80px
    }
}

@media (min-width: 1100px) {
    .blog_categorie_area {
        padding-top: 50px;
        padding-bottom: 120px
    }
}

.categories_post {
    position: relative;
    text-align: center;
    cursor: pointer
}

.categories_post img {
    max-width: 100%
}

.categories_post .categories_details {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background: rgba(34,34,34,0.75);
    color: #fff;
    transition: all 0.3s linear;
    display: flex;
    align-items: center;
    justify-content: center
}

.categories_post .categories_details h5 {
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    color: #fff;
    position: relative
}

.categories_post .categories_details p {
    font-weight: 300;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 0px
}

.categories_post .categories_details .border_line {
    margin: 10px 0px;
    background: #fff;
    width: 100%;
    height: 1px
}

.categories_post:hover .categories_details {
    background: rgba(56,74,235,0.85)
}

.blog_item {
    margin-bottom: 40px
}

.blog_info {
    padding-top: 30px
}

.blog_info .post_tag {
    padding-bottom: 20px
}

.blog_info .post_tag a {
    color: #222;
    font-size: 14px
}

.blog_info .post_tag a.active {
    color: #0e4059
}

.blog_info .blog_meta li a {
    color: #777777;
    vertical-align: middle;
    padding-bottom: 10px;
    display: inline-block;
    font-size: 14px
}

.blog_info .blog_meta li a i {
    color: #222;
    font-size: 16px;
    font-weight: 600;
    padding-left: 15px;
    line-height: 20px;
    vertical-align: middle
}

.blog_info .blog_meta li a:hover {
    color: #0e4059
}

.blog_post img {
    max-width: 100%
}

.blog_details {
    padding-top: 20px
}

.blog_details h2 {
    font-size: 24px;
    line-height: 36px;
    color: #222;
    font-weight: 600;
    transition: all 0.3s linear
}

.blog_details h2:hover {
    color: #0e4059
}

.blog_details p {
    margin-bottom: 26px
}

.blog_right_sidebar {
    border: 1px solid #eeeeee;
    background: #fafaff;
    padding: 30px
}

.blog_right_sidebar .widget_title {
    font-size: 18px;
    line-height: 25px;
    background: #0e4059;
    text-align: center;
    color: #fff;
    padding: 8px 0px;
    margin-bottom: 30px
}

.blog_right_sidebar .search_widget .input-group .form-control {
    font-size: 14px;
    line-height: 29px;
    border: 0px;
    width: 100%;
    font-weight: 300;
    color: #fff;
    padding-left: 20px;
    border-radius: 45px;
    z-index: 0;
    background: #0e4059
}

.blog_right_sidebar .search_widget .input-group .form-control.placeholder {
    color: #fff
}

.blog_right_sidebar .search_widget .input-group .form-control:-moz-placeholder {
    color: #fff
}

.blog_right_sidebar .search_widget .input-group .form-control::-moz-placeholder {
    color: #fff
}

.blog_right_sidebar .search_widget .input-group .form-control::-webkit-input-placeholder {
    color: #fff
}

.blog_right_sidebar .search_widget .input-group .form-control:focus {
    box-shadow: none
}

.blog_right_sidebar .search_widget .input-group .btn-default {
    position: absolute;
    right: 20px;
    background: transparent;
    border: 0px;
    box-shadow: none;
    font-size: 14px;
    color: #fff;
    padding: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1
}

.blog_right_sidebar .author_widget {
    text-align: center
}

.blog_right_sidebar .author_widget h4 {
    font-size: 18px;
    line-height: 20px;
    color: #222;
    margin-bottom: 5px;
    margin-top: 30px
}

.blog_right_sidebar .author_widget p {
    margin-bottom: 0px
}

.blog_right_sidebar .author_widget .social_icon {
    padding: 7px 0px 15px
}

.blog_right_sidebar .author_widget .social_icon a {
    font-size: 14px;
    color: #222;
    transition: all 0.2s linear
}

.blog_right_sidebar .author_widget .social_icon a+a {
    margin-left: 20px
}

.blog_right_sidebar .author_widget .social_icon a:hover {
    color: #0e4059
}

.blog_right_sidebar .popular_post_widget .post_item .media-body {
    justify-content: center;
    align-self: center;
    padding-left: 20px
}

.blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
    font-size: 14px;
    line-height: 20px;
    color: #222;
    margin-bottom: 4px;
    transition: all 0.3s linear
}

.blog_right_sidebar .popular_post_widget .post_item .media-body h3:hover {
    color: #0e4059
}

.blog_right_sidebar .popular_post_widget .post_item .media-body p {
    font-size: 12px;
    line-height: 21px;
    margin-bottom: 0px
}

.blog_right_sidebar .popular_post_widget .post_item+.post_item {
    margin-top: 20px
}

.blog_right_sidebar .post_category_widget .cat-list li {
    border-bottom: 2px dotted #eee;
    transition: all 0.3s ease 0s;
    padding-bottom: 12px
}

.blog_right_sidebar .post_category_widget .cat-list li a {
    font-size: 14px;
    line-height: 20px;
    color: #777
}

.blog_right_sidebar .post_category_widget .cat-list li a p {
    margin-bottom: 0px
}

.blog_right_sidebar .post_category_widget .cat-list li+li {
    padding-top: 15px
}

.blog_right_sidebar .post_category_widget .cat-list li:hover {
    border-color: #0e4059
}

.blog_right_sidebar .post_category_widget .cat-list li:hover a {
    color: #0e4059
}

.blog_right_sidebar .newsletter_widget {
    text-align: center
}

.blog_right_sidebar .newsletter_widget .form-group {
    margin-bottom: 8px
}

.blog_right_sidebar .newsletter_widget .input-group-prepend {
    margin-right: -1px
}

.blog_right_sidebar .newsletter_widget .input-group-text {
    background: #fff;
    border-radius: 0px;
    vertical-align: top;
    font-size: 12px;
    line-height: 36px;
    padding: 0px 0px 0px 15px;
    border: 1px solid #eeeeee;
    border-right: 0px
}

.blog_right_sidebar .newsletter_widget .input-group-text i {
    color: #cccccc
}

.blog_right_sidebar .newsletter_widget .form-control {
    font-size: 12px;
    line-height: 24px;
    color: #cccccc;
    border: 1px solid #eeeeee;
    border-left: 0px;
    border-radius: 0px
}

.blog_right_sidebar .newsletter_widget .form-control.placeholder {
    color: #cccccc
}

.blog_right_sidebar .newsletter_widget .form-control:-moz-placeholder {
    color: #cccccc
}

.blog_right_sidebar .newsletter_widget .form-control::-moz-placeholder {
    color: #cccccc
}

.blog_right_sidebar .newsletter_widget .form-control::-webkit-input-placeholder {
    color: #cccccc
}

.blog_right_sidebar .newsletter_widget .form-control:focus {
    outline: none;
    box-shadow: none
}

.blog_right_sidebar .newsletter_widget .bbtns {
    background: #0e4059;
    color: #fff;
    font-size: 12px;
    line-height: 38px;
    display: inline-block;
    font-weight: 500;
    padding: 0px 24px 0px 24px;
    border-radius: 0
}

.blog_right_sidebar .newsletter_widget .text-bottom {
    font-size: 12px
}

.blog_right_sidebar .tag_cloud_widget ul li {
    display: inline-block
}

.blog_right_sidebar .tag_cloud_widget ul li a {
    display: inline-block;
    border: 1px solid #eee;
    background: #fff;
    padding: 0px 13px;
    margin-bottom: 8px;
    transition: all 0.3s ease 0s;
    color: #222;
    font-size: 12px
}

.blog_right_sidebar .tag_cloud_widget ul li a:hover {
    background: #0e4059;
    color: #fff
}

.blog_right_sidebar .br {
    width: 100%;
    height: 1px;
    background: #eee;
    margin: 30px 0px
}

.blog-pagination {
    padding-top: 25px;
    padding-bottom: 95px
}

.blog-pagination .page-link {
    border-radius: 0
}

.blog-pagination .page-item {
    border: none
}

.page-link {
    background: transparent;
    font-weight: 400
}

.blog-pagination .page-item.active .page-link {
    background-color: #0e4059;
    border-color: transparent;
    color: #fff
}

.blog-pagination .page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #8a8a8a;
    border: none
}

.blog-pagination .page-link .lnr {
    font-weight: 600
}

.blog-pagination .page-item:last-child .page-link,.blog-pagination .page-item:first-child .page-link {
    border-radius: 0
}

.blog-pagination .page-link:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0e4059;
    border-color: #eee
}

.single-post-area .social-links {
    padding-top: 10px
}

.single-post-area .social-links li {
    display: inline-block;
    margin-bottom: 10px
}

.single-post-area .social-links li a {
    color: #cccccc;
    padding: 7px;
    font-size: 14px;
    transition: all 0.2s linear
}

.single-post-area .social-links li a:hover {
    color: #222
}

.single-post-area .blog_details {
    padding-top: 26px
}

.single-post-area .blog_details p {
    margin-bottom: 10px
}

.single-post-area .quotes {
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 24px 35px 24px 30px;
    background-color: #fff;
    box-shadow: -20.84px 21.58px 30px 0px rgba(176,176,176,0.1);
    font-size: 14px;
    line-height: 24px;
    color: #777;
    font-style: italic
}

.single-post-area .arrow {
    position: absolute
}

.single-post-area .arrow .lnr {
    font-size: 20px;
    font-weight: 600
}

.single-post-area .navigation-area {
    border-top: 1px solid #eee;
    padding-top: 30px;
    margin-top: 60px
}

.single-post-area .navigation-area p {
    margin-bottom: 0px
}

.single-post-area .navigation-area h4 {
    font-size: 18px;
    line-height: 25px;
    color: #222
}

.single-post-area .navigation-area .nav-left {
    text-align: left
}

.single-post-area .navigation-area .nav-left .thumb {
    margin-right: 20px;
    background: #000
}

.single-post-area .navigation-area .nav-left .thumb img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.single-post-area .navigation-area .nav-left .lnr {
    margin-left: 20px;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.single-post-area .navigation-area .nav-left:hover .lnr {
    opacity: 1
}

.single-post-area .navigation-area .nav-left:hover .thumb img {
    opacity: .5
}

@media (max-width: 767px) {
    .single-post-area .navigation-area .nav-left {
        margin-bottom:30px
    }
}

.single-post-area .navigation-area .nav-right {
    text-align: right
}

.single-post-area .navigation-area .nav-right .thumb {
    margin-left: 20px;
    background: #000
}

.single-post-area .navigation-area .nav-right .thumb img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.single-post-area .navigation-area .nav-right .lnr {
    margin-right: 20px;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.single-post-area .navigation-area .nav-right:hover .lnr {
    opacity: 1
}

.single-post-area .navigation-area .nav-right:hover .thumb img {
    opacity: .5
}

.comments-area {
    background: #fafaff;
    border: 1px solid #eee;
    padding: 50px 30px;
    margin-top: 50px
}

@media (max-width: 414px) {
    .comments-area {
        padding:50px 8px
    }
}

.comments-area h4 {
    text-align: center;
    margin-bottom: 50px;
    color: #222;
    font-size: 18px
}

.comments-area h5 {
    font-size: 16px;
    margin-bottom: 0px
}

.comments-area a {
    color: #222
}

.comments-area .comment-list {
    padding-bottom: 48px
}

.comments-area .comment-list:last-child {
    padding-bottom: 0px
}

.comments-area .comment-list.left-padding {
    padding-left: 25px
}

@media (max-width: 413px) {
    .comments-area .comment-list .single-comment h5 {
        font-size:12px
    }

    .comments-area .comment-list .single-comment .date {
        font-size: 11px
    }

    .comments-area .comment-list .single-comment .comment {
        font-size: 10px
    }
}

.comments-area .thumb {
    margin-right: 20px
}

.comments-area .date {
    font-size: 13px;
    color: #cccccc;
    margin-bottom: 13px
}

.comments-area .comment {
    color: #777777;
    margin-bottom: 0px
}

.comments-area .btn-reply {
    background-color: #fff;
    color: #222;
    padding: 5px 18px;
    font-size: 12px;
    display: block;
    font-weight: 400;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.comments-area .btn-reply:hover {
    background-color: #0e4059;
    color: #fff;
    font-weight: 700
}

.comment-form {
    background: #fafaff;
    text-align: center;
    border: 1px solid #eee;
    padding: 47px 30px 43px;
    margin-top: 50px;
    margin-bottom: 20px
}

.comment-form h4 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 22px;
    color: #222
}

.comment-form .name {
    padding-left: 0px
}

@media (max-width: 767px) {
    .comment-form .name {
        padding-right:0px;
        margin-bottom: 1rem
    }
}

.comment-form .email {
    padding-right: 0px
}

@media (max-width: 991px) {
    .comment-form .email {
        padding-left:0px
    }
}

.comment-form .form-control {
    padding: 8px 20px;
    background: #fff;
    border: none;
    border-radius: 0px;
    width: 100%;
    font-size: 14px;
    color: #777777;
    border: 1px solid transparent
}

.comment-form .form-control:focus {
    box-shadow: none;
    border: 1px solid #eee
}

.comment-form .form-control::placeholder {
    color: #777777
}

.comment-form textarea.form-control {
    height: 140px;
    resize: none
}

.comment-form ::-webkit-input-placeholder {
    font-size: 13px;
    color: #777
}

.comment-form ::-moz-placeholder {
    font-size: 13px;
    color: #777
}

.comment-form :-ms-input-placeholder {
    font-size: 13px;
    color: #777
}

.comment-form :-moz-placeholder {
    font-size: 13px;
    color: #777
}

.contact-info__icon {
    margin-right: 20px
}

.contact-info__icon i,.contact-info__icon span {
    color: #0e4059;
    font-size: 20px
}

.contact-info .media-body h3 {
    font-size: 16px;
    margin-bottom: 0
}

.contact-info .media-body h3 a {
    color: #222
}

.contact-info .media-body p {
    color: #999999
}

.form-contact .form-group {
    margin-bottom: 10px
}

.form-contact .form-control {
    border-radius: 0;
    height: 40px;
    padding-left: 18px;
    border-color: transparent;
    background: rgba(130,139,178,0.1)
}

.form-contact .form-control:focus {
    outline: 0;
    box-shadow: none
}

.form-contact .form-control::placeholder {
    font-size: 14px;
    color: #999999
}

.form-contact .different-control {
    height: 100% !important
}

.form-contact button {
    border: 0
}

.filter-bar {
    padding: 0px 20px 10px 20px;
    background: #f1f6f7;
    margin-bottom: 30px
}

.filter-bar a,.filter-bar i {
    color: #000
}

.filter-bar-search {
    margin-top: 10px
}

.filter-bar-search input {
    border: 1px solid #eee;
    font-size: 14px;
    color: #999999;
    height: 38px;
    padding-left: 15px
}

.filter-bar-search input:focus {
    outline: 0;
    box-shadow: none
}

.filter-bar-search input::placeholder {
    color: #999999
}

.filter-bar-search button {
    background: transparent;
    border: 1px solid #eee;
    background: #fff;
    border-left: 0;
    padding-right: 15px
}

.filter-bar-search button i,.filter-bar-search button span {
    font-size: 14px;
    color: #999999
}

.sorting {
    margin-top: 10px;
    margin-right: 10px
}

.sorting .nice-select {
    border-radius: 0px;
    border: 1px solid #eee;
    padding-right: 50px;
    height: 38px;
    color: #999999
}

.sorting .nice-select:after {
    right: 18px
}

.sorting .nice-select .list {
    border-radius: 0px
}

.sidebar-categories .head {
    font-family: 'Oswald', sans-serif;
    line-height: 50px;
    background: #0e4059;
    padding: 0 30px;
    font-size: 18px;
    font-weight: 400;
    color: #fff
}

.sidebar-categories .main-categories {
    padding: 20px 28px;
    background: #f1f6f7
}

.sidebar-categories .main-categories .pixel-radio {
    background: transparent !important
}

.sidebar-filter {
    margin-top: 30px
}

.sidebar-filter .top-filter-head {
    font-family: 'Oswald', sans-serif;
    line-height: 50px;
    background: #0e4059;
    padding: 0 30px;
    font-size: 18px;
    font-weight: 400;
    color: #fff
}

.sidebar-filter .head {
    line-height: 60px;
    padding: 0 30px;
    font-size: 15px;
    font-weight: 400;
    color: #222;
    text-transform: capitalize
}

.sidebar-filter .common-filter {
    background: #f1f6f7;
    border-bottom: 1px solid #eee;
    padding-bottom: 25px
}

.sidebar-filter .common-filter .filter-list {
    position: relative;
    padding-left: 28px
}

.sidebar-filter .common-filter:last-child {
    border-bottom: 0
}

.filter-list {
    line-height: 32px
}

.filter-list i {
    margin-right: 10px;
    cursor: pointer
}

.filter-list .number {
    color: #ccc
}

.filter-list label {
    margin-bottom: 3px;
    cursor: pointer
}

@keyframes click-wave {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.35;
        position: absolute;
        top: 50%;
        left: 50%
    }

    100% {
        transform: translate(-50%, -50%) scale(3);
        opacity: 0;
        top: 50%;
        left: 50%;
        position: absolute
    }
}

.pixel-radio {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    height: 15px;
    width: 15px;
    -webkit-transition: all 0.15s ease-out 0s;
    -moz-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
    background: #fff;
    border: 1px solid #999999;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
    outline: none;
    position: relative;
    z-index: 1
}

.pixel-radio:checked {
    border: 8px solid #0e4059
}

.pixel-radio:checked::after {
    -webkit-animation: click-wave 0.65s;
    -moz-animation: click-wave 0.65s;
    animation: click-wave 0.65s;
    background: #0e4059;
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    opacity: 0
}

.pixel-radio {
    border-radius: 50%;
    top: 2px
}

.pixel-radio::after {
    border-radius: 50%
}

.price-range-area {
    padding: 15px 30px 0 30px
}

.price-range-area .value-wrapper {
    margin-top: 15px;
    color: #777777
}

.price-range-area .value-wrapper .to {
    margin: 0 5px
}

.price-range-area .price {
    margin-right: 5px;
    color: #777
}

.single-search-product {
    padding: 10px 0
}

@media (min-width: 1000px) {
    .single-search-product {
        padding:20px 0
    }
}

.single-search-product-wrapper {
    padding: 12px 20px 10px 30px;
    border: 1px solid #EEEEEE
}

.single-search-product img {
    max-width: 70px;
    height: auto
}

.single-search-product .desc {
    margin-left: 15px;
    margin-top: 5px
}

.single-search-product .desc .title {
    font-family: 'Oswald', sans-serif;
    color: #222;
    margin-bottom: 0;
    display: inline-block
}

.single-search-product .desc .price {
    font-size: 16px;
    font-weight: 500;
    color: #777777
}

.single-search-product .desc .price span {
    font-weight: 700
}

.single-search-product:hover .title {
    color: #0e4059
}

.billing-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3em;
    margin-bottom: 15px;
    border-color: #DDDDDD
}

.billing-alert {
    font-size: 18px;
    color: #0e4059;
    margin-bottom: 30px
}

.confirmation-card {
    padding: 38px;
    background: #f1f6f7
}

.confirmation-card tr td:last-child {
    color: #222;
    padding-left: 25px
}

.order_details_table {
    background: #f1f6f7;
    padding: 30px;
    margin-top: 75px
}

@media (min-width: 767px) {
    .order_details_table {
        margin-top:45px
    }
}

.order_details_table h2 {
    color: #222;
    font-size: 18px;
    padding-bottom: 15px
}

.order_details_table .table {
    margin-bottom: 0px
}

.order_details_table .table thead tr th {
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    font-family: "Outfit", serif;
    font-weight: normal;
    color: #222
}

@media (max-width: 1000px) {
    .order_details_table .table tbody tr:last-child {
        height:50px
    }
}

.order_details_table .table tbody tr td {
    border: 0;
    color: #777777
}

.order_details_table .table tbody tr td p {
    margin-bottom: 0px
}

.order_details_table .table tbody tr td h5 {
    font-family: "Roboto",sans-serif;
    color: #222;
    margin-bottom: 0px;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500
}

.order_details_table .table tbody tr td h4 {
    font-family: "Roboto",sans-serif;
    text-transform: uppercase;
    margin-bottom: 0px;
    color: #222;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500
}

.order_details_table .table tbody tr:last-child td {
    border-top: 1px solid #ddd;
    padding-bottom: 0
}

.order_details_table .table tbody tr:last-child td p {
    color: #222
}

.tracking_box_area .tracking_box_inner p {
    max-width: 870px;
    color: #555555;
    margin-bottom: 25px
}

.tracking_box_area .tracking_box_inner .tracking_form {
    max-width: 645px
}

.tracking_box_area .tracking_box_inner .tracking_form .form-group {
    margin-bottom: 1.2rem
}

.tracking_box_area .tracking_box_inner .tracking_form .form-group input {
    height: 40px;
    border: 1px solid #eee;
    padding: 0px 15px;
    outline: none;
    box-shadow: none;
    border-radius: 0px;
    font-size: 14px;
    color: #999999;
    font-weight: normal
}

.tracking_box_area .tracking_box_inner .tracking_form .form-group input.placeholder {
    font-size: 14px;
    color: #999999;
    font-weight: normal
}

.tracking_box_area .tracking_box_inner .tracking_form .form-group input:-moz-placeholder {
    font-size: 14px;
    color: #999999;
    font-weight: normal
}

.tracking_box_area .tracking_box_inner .tracking_form .form-group input::-moz-placeholder {
    font-size: 14px;
    color: #999999;
    font-weight: normal
}

.tracking_box_area .tracking_box_inner .tracking_form .form-group input::-webkit-input-placeholder {
    font-size: 14px;
    color: #999999;
    font-weight: normal
}

.tracking_box_area .tracking_box_inner .tracking_form .form-group:last-child {
    margin-bottom: 0px
}

.check_title h2 {
    font-size: 15px;
    font-weight: normal;
    font-family: "Roboto",sans-serif;
    background: #f1f6f7;
    line-height: 40px !important;
    padding-left: 30px;
    margin-bottom: 0px
}

.check_title h2 a {
    color: #0e4059;
    text-decoration: underline
}

.returning_customer p {
    margin-top: 15px;
    padding-left: 30px;
    margin-bottom: 25px
}

.returning_customer .contact_form {
    max-width: 710px;
    margin-left: 15px
}

.returning_customer .contact_form .form-group {
    margin-bottom: 20px
}

.returning_customer .contact_form .form-group input {
    border: 1px solid #eeeeee;
    height: 40px;
    border-radius: 3px;
    font-size: 14px;
    color: #999999;
    font-weight: normal
}

.returning_customer .contact_form .form-group input.placeholder {
    font-size: 14px;
    color: #999999;
    font-weight: normal
}

.returning_customer .contact_form .form-group input:-moz-placeholder {
    font-size: 14px;
    color: #999999;
    font-weight: normal
}

.returning_customer .contact_form .form-group input::-moz-placeholder {
    font-size: 14px;
    color: #999999;
    font-weight: normal
}

.returning_customer .contact_form .form-group input::-webkit-input-placeholder {
    font-size: 14px;
    color: #999999;
    font-weight: normal
}

.returning_customer .contact_form .form-group .primary-btn {
    line-height: 38px;
    padding: 0px 38px;
    text-transform: uppercase;
    margin-right: 10px;
    border-radius: 2px;
    border: none
}

.returning_customer .contact_form .form-group .creat_account {
    display: inline-block;
    margin-left: 15px
}

.returning_customer .contact_form .form-group .creat_account input {
    height: auto;
    margin-right: 10px
}

.returning_customer .contact_form .form-group .lost_pass {
    display: block;
    margin-top: 20px;
    font-size: 14px;
    color: #777;
    font-weight: normal
}

.cupon_area {
    margin-bottom: 40px
}

.cupon_area input {
    margin-left: 30px;
    max-width: 730px;
    width: 100%;
    display: block;
    height: 40px;
    border-radius: 3px;
    padding: 0px 15px;
    border: 1px solid #eeeeee;
    outline: none;
    box-shadow: none;
    margin-top: 20px;
    margin-bottom: 20px
}

.billing_details h3 {
    font-size: 18px;
    color: #222;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 30px
}

.billing_details .contact_form .form-group {
    margin-bottom: 20px
}

.billing_details .contact_form .form-group .placeholder::before {
    font-size: 14px;
    color: #999999
}

.billing_details .contact_form .form-group input {
    font-size: 14px;
    border-radius: 3px;
    color: #999999;
    border-color: #EEEEEE
}

.billing_details .contact_form .form-group input.placeholder {
    color: #999999;
    font-size: 14px
}

.billing_details .contact_form .form-group input:-moz-placeholder {
    color: #999999;
    font-size: 14px
}

.billing_details .contact_form .form-group input::-moz-placeholder {
    color: #999999;
    font-size: 14px
}

.billing_details .contact_form .form-group input::-webkit-input-placeholder {
    color: #999999;
    font-size: 14px
}

.billing_details .contact_form .form-group .form-control {
    border-color: #EEEEEE;
    font-size: 14px;
    color: #777777
}

.billing_details .contact_form .form-group .form-control::placeholder {
    color: #777777
}

.billing_details .contact_form .form-group label {
    color: #999999
}

.billing_details .contact_form .form-group textarea {
    height: 150px;
    border-radius: 3px;
    margin-top: 15px
}

.billing_details .contact_form .form-group .country_select {
    width: 100%;
    height: 40px;
    border-color: #EEEEEE
}

.billing_details .contact_form .form-group .country_select span {
    color: #777
}

.billing_details .contact_form .form-group .country_select .list {
    width: 100%;
    border-radius: 0px
}

.billing_details .contact_form .form-group .country_select .list li {
    font-size: 14px;
    font-weight: normal
}

.billing_details .contact_form .form-group .creat_account #f-option2 {
    margin-right: 5px
}

.billing_details .contact_form .form-group .creat_account #f-option3 {
    margin-right: 5px
}

.billing_details .contact_form .form-group .creat_account a {
    color: #0e4059
}

.order_box {
    background: #e8f0f2;
    padding: 30px
}

.order_box h2 {
    border-bottom: 1px solid #dddddd;
    font-size: 18px;
    font-weight: 500;
    color: #222;
    padding-bottom: 15px
}

.order_box .list li a {
    font-size: 14px;
    color: #777;
    font-weight: normal;
    border-bottom: 1px solid #eeeeee;
    display: block;
    line-height: 42px
}

.order_box .list li a h4 {
    font-family: "Roboto",sans-serif;
    font-size: 15px;
    margin-top: 15px
}

.order_box .list li a span {
    float: right
}

.order_box .list li a .middle {
    float: none;
    width: 50px;
    text-align: right;
    display: inline-block;
    margin-left: 30px;
    color: #222
}

.order_box .list li:nth-child(4) a .middle {
    margin-left: 48px
}

.order_box .list_2 li a {
    text-transform: uppercase;
    color: #222;
    font-weight: 500
}

.order_box .list_2 li a span {
    color: #777;
    text-transform: capitalize
}

.order_box .list_2 li:last-child a span {
    color: #222
}

.order_box .payment_item h4 {
    font-size: 14px;
    text-transform: uppercase;
    color: #222;
    font-weight: 500;
    padding-left: 22px;
    position: relative;
    margin-bottom: 15px;
    margin-top: 15px
}

.order_box .payment_item h4:before {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #cdcdcd;
    background: #fff;
    display: block;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%)
}

.order_box .payment_item h4:after {
    content: "";
    height: 4px;
    width: 4px;
    background: #fff;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 5px;
    top: 8px
}

.order_box .payment_item h4 img {
    padding-left: 60px
}

.order_box .payment_item p {
    background: #fff;
    padding: 15px 20px;
    font-size: 12px
}

.order_box .payment_item.active h4:before {
    background: #0e4059;
    border-color: #0e4059
}

.order_box .creat_account {
    margin-bottom: 15px;
}

.order_box .creat_account label {
    padding-left: 10px;
    font-size: 12px;
    color: #222;
    display: contents;
}

.order_box .creat_account a {
    color: #c5322d
}

.order_box .primary-btn {
    display: block;
    line-height: 38px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 2px
}

.order_box .primary-btn:hover:before {
    left: 310px
}

.order_details_table {
    background: #e5ecee;
    padding: 30px;
    margin-top: 75px
}

@media (min-width: 767px) {
    .order_details_table {
        margin-top:45px
    }
}

.order_details_table h2 {
    color: #222;
    font-size: 18px;
    padding-bottom: 15px
}

.order_details_table .table {
    margin-bottom: 0px
}

.order_details_table .table thead tr th {
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    font-weight: normal
}

.order_details_table .table tbody tr td p {
    margin-bottom: 0px
}

.order_details_table .table tbody tr td h5 {
    color: #222;
    margin-bottom: 0px
}

.order_details_table .table tbody tr td h4 {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 0px;
    color: #222
}

.order_details_table .table tbody tr:last-child td {
    border-top: 1px solid #ddd
}

.order_details_table .table tbody tr:last-child td p {
    color: #222
}

.radion_btn input[type=radio] {
    position: absolute;
    visibility: hidden
}

.radion_btn {
    position: relative;
    margin-top: 10px;
    margin-bottom: 15px
}

.radion_btn img {
    position: absolute;
    right: 40px;
    top: 0px
}

.radion_btn label {
    display: block;
    position: relative;
    font-weight: 300;
    font-size: 1.35em;
    padding: 0px 25px 21px 25px;
    height: 14px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    font-weight: 500;
    color: #222;
    font-size: 15px;
    letter-spacing: .25px;
    text-transform: capitalize
}

.radion_btn .check {
    display: block;
    position: absolute;
    border: 1px solid #cdcdcd;
    border-radius: 100%;
    height: 14px;
    width: 14px;
    top: 5px;
    left: 0px;
    background: #fff;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear
}

.radion_btn .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 4px;
    width: 4px;
    top: 4px;
    left: 4px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear
}

.radion_btn input[type=radio]:checked ~ .check {
    border: 1px solid #C5322D;
    background: #C5322D
}

.radion_btn input[type=radio]:checked ~ .check::before {
    background: #fff
}

.radion_btn input[type=radio]:checked ~ label {
    color: #000
}

.order_box .creat_account a {
    font-size: 12px;
    color: #0e4059
}

.login_box_area .login_box_img {
    height: 350px;
    position: relative
}

@media (min-width: 1000px) {
    .login_box_area .login_box_img {
        height:610px
    }
}

@media (min-width: 991px) {
    .login_box_area .login_box_img {
        margin-right:-30px
    }
}

.login_box_area .login_box_img img {
    width: 100%
}

.login_box_area .login_box_img:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: #0e4059;
    opacity: .9
}

.login_box_area .login_box_img .hover {
    position: absolute;
    top: 50%;
    left: 0px;
    text-align: center;
    width: 100%;
    transform: translateY(-50%)
}

.login_box_area .login_box_img .hover h4 {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 15px
}

.login_box_area .login_box_img .hover p {
    max-width: 390px;
    margin: 0px auto 28px;
    color: #fff
}

.login_box_area .login_box_img .hover .primary-btn {
    border-radius: 0px;
    line-height: 38px;
    text-transform: uppercase
}

.login_box_area .login_box_img .hover .primary-btn:hover:before {
    left: 260px
}

.login_box_area .login_box_img .button:hover {
    background: #c5322d !important;
    color: #fff !important;
    border-color: #c5322d !important
}

.login_form_inner {
    box-shadow: 0px 10px 40px 0px rgba(56,74,235,0.1);
    height: 100%;
    text-align: center;
    padding: 30px 0
}

@media (min-width: 1000px) {
    .login_form_inner {
        padding-top:115px;
        padding-bottom: 0
    }
}

.login_form_inner h3 {
    color: #222;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 75px
}

.login_form_inner .login_form {
    max-width: 385px;
    margin: auto
}

.login_form .form-group {
    margin-bottom: 22px
}

.login_form .form-group input {
    height: 40px;
    border: none;
    border-bottom: 1px solid #cccccc;
    border-radius: 0px;
    outline: none;
    box-shadow: none;
    font-size: 14px;
    color: #999999
}

.login_form .form-group input.placeholder {
    color: #999999
}

.login_form .form-group input:-moz-placeholder {
    color: #999999
}

.login_form .form-group input::-moz-placeholder {
    color: #999999
}

.login_form .form-group input::-webkit-input-placeholder {
    color: #999999
}

.login_form .form-group .creat_account {
    margin-top: 10px;
    font-size: 14px;
    text-align: left
}

.login_form .form-group .creat_account input {
    height: auto;
    margin-right: 10px;
    position: relative;
    top: 2px
}

.login_form .form-group .primary-btn {
    display: block;
    border-radius: 0px;
    line-height: 38px;
    width: 100%;
    text-transform: uppercase;
    border: none
}

.login_form .form-group .primary-btn:hover:before {
    left: 370px
}

.login_form .form-group a {
    font-size: 14px;
    color: #777;
    margin-top: 20px;
    display: block
}

.register_form_inner {
    padding-top: 70px
}

.instagram_area {
    position: relative
}

.instagram_area .container {
    max-width: 1625px
}

.instagram_area .insta_btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 2
}

.instagram_area .insta_btn .theme_btn {
    background: #fff;
    border-radius: 5px;
    padding: 0px 45px;
    line-height: 50px;
    color: #222;
    font-size: 13px;
    font-weight: 500;
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.1)
}

.instagram_image {
    margin-bottom: -120px !important
}

.instagram_image a {
    flex: 0 0 16.667%;
    max-width: 16.667%;
    display: block;
    overflow: hidden
}

.instagram_image a img {
    width: 100%;
    transition: all 300ms ease
}

.instagram_image a:hover img {
    transform: scale(1.05)
}

@media (max-width: 991px) {
    .instagram_image {
        margin-bottom:120px !important
    }
}

@media (max-width: 767px) {
    .instagram_image a {
        flex:0 0 33.33%;
        max-width: 33.33%
    }
}

@media (max-width: 575px) {
    .instagram_image {
        margin-bottom:70px !important
    }

    .instagram_image a {
        flex: 0 0 50%;
        max-width: 50%
    }
}

.cart_area {
    padding-top: 90px;
    padding-bottom: 55px
}

.cart_inner .table th,.cart_inner .table td {
    padding: .75rem 1.5rem;
    border-color: #EEEEEE
}

.cart_inner .table thead tr th {
    border-top: 0px;
    font-size: 16px;
    font-weight: 500;
    font-family: "Outfit", serif;
    color: #222;
    border-bottom: 0px !important
}

.cart_inner .table tbody tr td {
    padding-top: 30px;
    padding-bottom: 30px;
    vertical-align: middle;
    align-self: center
}

.cart_inner .table tbody tr td .media .d-flex {
    padding-right: 30px
}

.cart_inner .table tbody tr td .media .d-flex img {
    border-radius: 3px
}

@media (max-width: 600px) {
    .cart_inner .table tbody tr td .media .d-flex img {
        max-width:100px;
        height: 80px
    }
}

.cart_inner .table tbody tr td .media .media-body {
    vertical-align: middle;
    align-self: center
}

.cart_inner .table tbody tr td .media .media-body p {
    margin-bottom: 0px
}

.cart_inner .table tbody tr td h5 {
    font-size: 15px;
    color: #222;
    font-family: "Roboto",sans-serif;
    margin-bottom: 0px
}

.cart_inner .table tbody tr td .product_count {
    margin-bottom: 0px
}

.cart_inner .table tbody tr td .product_count input {
    width: 100px;
    padding-left: 30px;
    height: 40px;
    outline: none;
    box-shadow: none
}

.cart_inner .table tbody tr td .product_count .increase {
    top: -2px
}

.cart_inner .table tbody tr td .product_count .increase:before {
    content: "";
    height: 40px;
    width: 1px;
    position: absolute;
    left: -3px;
    top: 0px;
    background: #eeeeee
}

.cart_inner .table tbody tr td .product_count .increase:after {
    content: "";
    height: 1px;
    width: 30px;
    position: absolute;
    left: -3px;
    top: 22px;
    background: #eeeeee
}

.cart_inner .table tbody tr td .product_count .reduced {
    bottom: -6px
}

.cart_inner .table tbody tr.bottom_button .button {
    font-size: 15px;
    padding: 7px 18px;
    background: #f9f9ff;
    border-color: #EEEEEE;
    color: #222
}

@media (min-width: 1000px) {
    .cart_inner .table tbody tr.bottom_button .button {
        padding:7px 45px
    }
}

.cart_inner .table tbody tr.bottom_button td:last-child {
    width: 60px
}

.cart_inner .table tbody tr.bottom_button td .cupon_text {
    margin-left: -429px
}

@media (min-width: 991px) {
    .cart_inner .table tbody tr.bottom_button td .cupon_text {
        margin-left:-465px
    }
}

@media (max-width: 600px) {
    .cart_inner .table tbody tr.bottom_button td .cupon_text {
        margin-left:-380px
    }
}

.cart_inner .table tbody tr.bottom_button td .cupon_text input {
    width: 200px;
    padding: 0px 10px 0 18px;
    border-radius: 30px;
    border: 1px solid #eeeeee;
    height: 40px;
    font-size: 14px;
    color: #cccccc;
    font-weight: normal;
    margin-right: -3px;
    outline: none;
    box-shadow: none
}

.cart_inner .table tbody tr.bottom_button td .cupon_text input.placeholder {
    font-size: 14px;
    color: #cccccc;
    font-weight: normal
}

.cart_inner .table tbody tr.bottom_button td .cupon_text input:-moz-placeholder {
    font-size: 14px;
    color: #cccccc;
    font-weight: normal
}

.cart_inner .table tbody tr.bottom_button td .cupon_text input::-moz-placeholder {
    font-size: 14px;
    color: #cccccc;
    font-weight: normal
}

.cart_inner .table tbody tr.bottom_button td .cupon_text input::-webkit-input-placeholder {
    font-size: 14px;
    color: #cccccc;
    font-weight: normal
}

@media (max-width: 600px) {
    .cart_inner .table tbody tr.bottom_button td .cupon_text input {
        width:120px
    }
}

.cart_inner .table tbody tr.bottom_button td .cupon_text .primary-btn {
    height: 40px;
    line-height: 38px;
    text-transform: uppercase;
    background: #0e4059;
    padding: 0px 38px;
    margin-right: 5px;
    margin-left: 10px;
    border-radius: 30px;
    text-transform: capitalize;
    font-weight: 500;
    color: #fff
}

.cart_inner .table tbody tr.bottom_button td .cupon_text .gray_btn {
    padding: 0px 40px
}

.cart_inner .table tbody tr.shipping_area td:nth-child(3) {
    vertical-align: top
}

.cart_inner .table tbody tr.shipping_area .shipping_box {
    margin-left: -250px;
    text-align: right
}

.cart_inner .table tbody tr.shipping_area .shipping_box .list li {
    margin-bottom: 12px
}

.cart_inner .table tbody tr.shipping_area .shipping_box .list li:last-child {
    margin-bottom: 0px
}

.cart_inner .table tbody tr.shipping_area .shipping_box .list li a {
    padding-right: 30px;
    font-size: 15px;
    color: #777;
    position: relative
}

.cart_inner .table tbody tr.shipping_area .shipping_box .list li a:before {
    content: "";
    height: 16px;
    width: 16px;
    border: 1px solid #cdcdcd;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%)
}

.cart_inner .table tbody tr.shipping_area .shipping_box .list li a:after {
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #0e4059;
    display: inline-block;
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0
}

.cart_inner .table tbody tr.shipping_area .shipping_box .list li.active a:after {
    opacity: 1
}

.cart_inner .table tbody tr.shipping_area .shipping_box h6 {
    font-size: 14px;
    font-weight: normal;
    color: #222;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px
}

.cart_inner .table tbody tr.shipping_area .shipping_box h6 i {
    color: #222;
    padding-left: 5px
}

.cart_inner .table tbody tr.shipping_area .shipping_box .shipping_select {
    display: block;
    width: 100%;
    background: #f1f6f7;
    border: 1px solid #eeeeee;
    height: 40px;
    color: #999999;
    margin-bottom: 20px
}

.cart_inner .table tbody tr.shipping_area .shipping_box .shipping_select:after {
    right: 20px
}

.cart_inner .table tbody tr.shipping_area .shipping_box .shipping_select .list {
    width: 100%;
    border-radius: 0px
}

.cart_inner .table tbody tr.shipping_area .shipping_box .shipping_select .list li {
    font-size: 14px;
    font-weight: normal;
    color: #777
}

.cart_inner .table tbody tr.shipping_area .shipping_box input {
    height: 40px;
    outline: none;
    background: #f1f6f7;
    border: 1px solid #eeeeee;
    width: 100%;
    font-size: 14px;
    color: #999999;
    padding: 0px 15px;
    margin-bottom: 20px
}

.cart_inner .table tbody tr.shipping_area .shipping_box input::placeholder {
    color: #999999
}

.cart_inner .table tbody tr.out_button_area .checkout_btn_inner {
    margin-left: -395px
}

.cart_inner .table tbody tr.out_button_area .checkout_btn_inner .primary-btn {
    height: 40px;
    padding: 0px 44px;
    line-height: 38px;
    text-transform: capitalize;
    background: #0e4059;
    border-radius: 30px;
    color: #fff;
    font-weight: 500
}

.cart_inner .table tbody tr.out_button_area .checkout_btn_inner .primary-btn:hover:before {
    left: 240px
}

.gray_btn {
    line-height: 38px;
    background: #f1f6f7;
    border: 1px solid #eeeeee;
    border-radius: 30px;
    padding: 0px 44px;
    display: inline-block;
    color: #222;
    text-transform: capitalize;
    font-weight: 500
}

.product_image_area {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (min-width: 1000px) {
    .product_image_area {
        padding-top: 50px;
    }
}

.s_product_text {
    margin-left: -15px;
    /* margin-top: 65px; */
}

@media (max-width: 575px) {
    .s_product_text {
        margin-left:0px
    }
}

.s_product_text h3 {
    font-size: 24px;
    font-weight: 500;
    color: #222;
    margin-bottom: 20px
}

.s_product_text h2 {
    font-family: "Roboto",sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #0e4059;
    margin-bottom: 10px
}

.s_product_text .list li {
    margin-bottom: 5px
}

.s_product_text .list li a {
    font-size: 15px;
    font-weight: normal;
    color: #777777
}

.s_product_text .list li a span {
    width: 90px;
    display: inline-block;
    color: #555555
}

.s_product_text .list li a span:hover {
    color: #555
}

.s_product_text .list li a.active span {
    color: #555;
    -webkit-text-fill-color: #555
}

.s_product_text .list li:last-child {
    margin-bottom: 0px
}

.s_product_text p {
    /* padding-top: 20px; */
    border-top: 1px dotted #eeeeee;
    border-bottom: 1px dotted #eeeeee;
    margin-top: 20px;
    padding-bottom: 26px;
    margin-bottom: 0
}

.s_product_text .card_area {
    margin-top: 25px
}

.s_product_text .card_area .primary-btn {
    line-height: 38px;
    padding: 0px 38px;
    text-transform: uppercase;
    margin-right: 10px;
    border-radius: 5px
}

.s_product_text .card_area .icon_btn {
    position: relative;
    height: 40px;
    width: 40px;
    text-align: center;
    background: #e8f0f2;
    border-radius: 3px;
    display: inline-block;
    color: #222;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-right: 10px;
    z-index: 1
}

.s_product_text .card_area .icon_btn i,.s_product_text .card_area .icon_btn span {
    line-height: 40px
}

.s_product_text .card_area .icon_btn:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    z-index: -1
}

.s_product_text .card_area .icon_btn:hover {
    background: #fff;
    box-shadow: 0px 10px 20px 0px rgba(153,153,153,0.3)
}

.s_product_text .card_area .icon_btn:hover:after {
    opacity: 1;
    visibility: visible
}

.product_count {
    display: inline-block;
    position: relative;
    margin-bottom: 24px
}

.product_count label {
    font-size: 14px;
    color: #777;
    font-weight: normal;
    padding-right: 10px
}

.product_count input {
    width: 60px;
    border: 1px solid #eeeeee;
    border-radius: 0px;
    text-align: center;
    height: 38px;
}

.product_count button {
    display: inline;
    border: none;
    background: #0d8141;
    box-shadow: none;
    cursor: pointer;
    /* position: absolute; */
    right: 0px;
    font-size: 20px;
    color: #cccccc;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #fff;
    width: 30px;
    margin-top: 10px;
}

.product_count button:hover {
    color: #222
}

.product_count .increase {
    top: -4px;
    /* font-size: 18px; */
    right: 4px;
}

.product_count .reduced {
    bottom: -13px;
    /* font-size: 18px; */
    right: 5px;
}

.product_description_area {
    padding-bottom: 100px;
    margin-top: 60px
}

.product_description_area .nav.nav-tabs {
    background: #f1f6f7;
    text-align: center;
    display: block;
    border: none;
    padding: 10px 0px
}

.product_description_area .nav.nav-tabs li {
    display: inline-block;
    margin-right: 7px
}

.product_description_area .nav.nav-tabs li:last-child {
    margin-right: 0px
}

@media (max-width: 441px) {
    .product_description_area .nav.nav-tabs li:last-child {
        margin-top:15px
    }
}

.product_description_area .nav.nav-tabs li a {
    padding: 0px;
    border: none;
    line-height: 38px;
    background: #fff;
    border: 1px solid #eeeeee;
    border-radius: 30px;
    padding: 0px 30px;
    color: #222;
    font-size: 14px;
    font-weight: normal
}

@media (max-width: 570px) {
    .product_description_area .nav.nav-tabs li a {
        padding:0 15px
    }
}

.product_description_area .nav.nav-tabs li a.active {
    color: #fff;
    background: #0e4059;
    border-color: #0e4059
}

.product_description_area .tab-content {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 30px 30px 15px 30px
}

.product_description_area .tab-content .total_rate .box_total {
    background: #f1f6f7;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px
}

.product_description_area .tab-content .total_rate .box_total h4 {
    font-size: 48px;
    font-weight: bold;
    color: #0e4059
}

.product_description_area .tab-content .total_rate .box_total h5 {
    color: #333333;
    margin-bottom: 0px;
    font-size: 24px
}

.product_description_area .tab-content .total_rate .box_total h6 {
    font-family: "Roboto",sans-serif;
    margin-bottom: 0px;
    font-size: 14px;
    color: #555555;
    font-weight: normal
}

.product_description_area .tab-content .total_rate .rating_list {
    margin-bottom: 30px
}

.product_description_area .tab-content .total_rate .rating_list h3 {
    font-size: 18px;
    color: #222;
    font-weight: 500;
    margin-bottom: 10px
}

.product_description_area .tab-content .total_rate .rating_list .list li a {
    font-size: 15px;
    color: #555555
}

.product_description_area .tab-content .total_rate .rating_list .list li a i {
    color: #fbd600
}

.product_description_area .tab-content .total_rate .rating_list .list li a i:first-child {
    margin-left: 15px
}

.product_description_area .tab-content .total_rate .rating_list .list li a i:last-child {
    margin-right: 15px
}

.product_description_area .tab-content .total_rate .rating_list .list li:nth-child a i:last-child {
    color: #eeeeee
}

.product_description_area .tab-content .table {
    margin-bottom: 0px
}

.product_description_area .tab-content .table tbody tr td {
    padding-left: 65px;
    padding-right: 65px;
    padding-top: 14px;
    padding-bottom: 14px
}

.product_description_area .tab-content .table tbody tr td h5 {
    font-size: 14px;
    font-weight: normal;
    color: #777;
    margin-bottom: 0px;
    white-space: nowrap
}

.product_description_area .tab-content .table tbody tr:first-child td {
    border-top: 0px
}

.review_item {
    margin-bottom: 10px
}

.review_item:last-child {
    margin-bottom: 0px
}

.review_item .media {
    position: relative
}

.review_item .media .d-flex {
    padding-right: 15px
}

.review_item .media .media-body {
    vertical-align: middle;
    align-self: center
}

.review_item .media .media-body h4 {
    font-size: 16px;
    color: #222;
    margin-bottom: 4px
}

.review_item .media .media-body i {
    color: #fbd600
}

.review_item .media .media-body h5 {
    font-size: 13px;
    font-weight: normal;
    color: #777
}

.review_item .media .media-body .reply_btn {
    border: 1px solid #e0e0e0;
    padding: 0px 28px;
    display: inline-block;
    line-height: 32px;
    border-radius: 16px;
    font-size: 14px;
    color: #222;
    position: absolute;
    right: 0px;
    top: 14px;
    @icnlude transition}

.review_item .media .media-body .reply_btn:hover {
    background: #0e4059;
    border-color: #0e4059;
    color: #fff
}

.review_item p {
    padding-top: 10px;
    margin-bottom: 0px
}

.review_item.reply {
    padding-left: 28px
}

.review_box h4 {
    font-size: 20px;
    color: #222;
    margin-bottom: 20px
}

.review_box p {
    margin-bottom: 0px;
    color: #555555;
    display: inline-block
}

.review_box .list {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px
}

.review_box .list li {
    display: inline-block
}

.review_box .list li a {
    display: inline-block;
    color: #fbd600
}

.review_box .contact_form {
    margin-top: 15px
}

.review_box .primary-btn {
    line-height: 38px !important;
    padding: 0px 38px;
    text-transform: uppercase;
    margin-right: 10px;
    border-radius: 5px;
    border: none
}

.form-review .form-control {
    height: 46px;
    background: transparent;
    border: 1px solid #EEEEEE;
    font-size: 14px;
    color: #999999
}

.footer-area {
    background: #071b10;
    padding: 50px 0px 20px;
}

@media (min-width: 1000px) {
    .footer-area {
        /* padding: 90px 0px 80px; */
    }
}

.single-footer-widget p {
    margin-bottom: 15px
}

.single-footer-widget p:last-child {
    margin-bottom: 0
}

.single-footer-widget .instafeed {
    margin-left: -5px;
    margin-right: -5px
}

.single-footer-widget .instafeed li {
    margin: 5px
}

@media (max-width: 1199px) and (min-width: 992px) {
    .single-footer-widget .instafeed li:nth-child(4),.single-footer-widget .instafeed li:nth-child(5),.single-footer-widget .instafeed li:nth-child(6) {
        display:none
    }
}

.single-footer-widget .sm-head {
    color: #fff;
    margin-bottom: 0px
}

.single-footer-widget .sm-head span {
    position: relative;
    margin-left: -40px;
    margin-right: 10px;
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: #008136;
    color: #ffffff;
    border-radius: 5px;
}

.tp_widgets .list li {
    margin-bottom: 12px
}

.tp_widgets .list li a {
    color: #bababa;
    font-family: "Roboto",sans-serif
}

.tp_widgets .list li a:hover {
    color: #0e4059
}

.tp_widgets .list li:last-child {
    margin-bottom: 0px
}

.tp_widgets p {
    color: #d3d3d3;
}
section.middle {
    padding: 80px 0;
}
.footer_title {
    font-size: 22px;
    line-height: 24px;
    font-weight: 500;
    font-family: "Outfit", serif;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 28px
}

@media (max-width: 991px) {
    .footer_title {
        margin-bottom:10px
    }
}

.footer_title.large_title {
    font-size: 36px;
    font-weight: 600
}

@media (max-width: 1199px) {
    .footer_title.large_title {
        font-size:18px
    }
}

.footer-bottom {
    background: rgb(26 26 26 / 98%);
    padding: 32px
}

.footer-bottom .footer-text {
    color: #fff;
    margin-bottom: 0
}

.footer-bottom .footer-text a {
    color: #0e4059;
    opacity: 1
}

.footer-only {
    padding-top: 60px !important;
    padding-bottom: 60px !important
}

@media (min-width: 1000px) {
    .footer-only {
        padding-top:115px !important;
        padding-bottom: 115px !important
    }
}


#cookiePopup {
        position: fixed;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        background: #0e4059;
        padding: 15px;
        display: flex;
        flex-wrap: wrap;
        z-index: 999999;
        gap: 20px;
        align-items: center;
        justify-content: center;
        display: none;
    }

    #cookiePopup h4 {
        font-size: 25px;
        color: #fff;
        margin-bottom: 15px;
    }

    #cookiePopup p {
        font-size: 15px;
        color: #fff;
        margin-bottom: 15px;
        letter-spacing: 1px;
        line-height: 1.5;
        max-width: 700px;
    }

    #cookiePopup p a {
        color: #fff;
        text-decoration: underline;
    }

    .cookieBtns {
        display: inline-flex;
        gap: 10px;
    }

    .cookieBtns button {
        font-size: 15px;
        margin: 10px 0;
        color: #fff;
        padding: 10px 20px;
        border-radius: 5px;
        background: #0e4059;
        cursor: pointer;
        transition: all 0.5s ease;
        border: 2px solid #fff;
    }

    .cookieBtns button:last-child {
        background-color: #fff;
        color: #0e4059;
    }
    .hero-banner__content h1 span{
        color: #0e4059;
    }
    
    .blog{
    /* background-color: #f1f6f7; */
    padding-bottom: 110px;
}

button.owl-prev {
    position: absolute;
    top: 225px;
    left: 0;
}

button.owl-next {
    position: absolute;
    top: 225px;
    right: 0;
}
.opt-value{
    padding: 0 !important;
    margin: 0 !important;
}
.section-intro{margin-bottom: 50px;text-align: center;}
.subscribe p{
    color: #2d2d2d;
    margin: 0;
}
.logo_h img{
    width: 160px;
}

.owl-carousel.owl-theme.hero-carousel.owl-loaded.owl-drag {
    z-index: 999;
    position: relative;
    /* bottom: 75px; */
}
a.button.button-hero.contact {
    background: #aad809;
    border-color: #aad809;
}
a.button.button-hero.contact:hover {
    background: transparent;
    border-color: #aad809;
    color: #aad809;
}

.hero-banner__content h1 {
    margin-bottom: 70px;
    margin-top: 30px;
}
.hero-banner::before
{
    content: "";
    width: 37%;
    position: absolute;
    top: inherit;
    left: -26px;
    margin: auto;
    background: url(../img/leave.png) no-repeat;
    background-size: contain;
    height: 220px;
    bottom: 010%;
     animation: MoveUpDown 3s linear infinite;
}




@keyframes MoveUpDown {
  0%, 100% {
    left: -26px;
    bottom: 0px;
  }
  50% {
    left: -16px;
    bottom: 10px;
  }
}



.bnner_bottom {
    width: 33.33%;
    float: left;
}

.bnner_bottom img {
    float: left;
    width: 80px;
}

.bnner_bottom h4 {
    margin-top: 29px;
    text-align: left;
}






.card {
  position: relative;
  width: 100%;
  padding: 25px;
  border-radius: 30px;
  background-color: #f5f5f566;
  backdrop-filter: blur(10px);
  margin: 30px 0;
}
.card__header {
  display: grid;
  gap: 4px;
}
.card__header-title {
  order: 2;
  font-weight: bold;
  font-size: 21px;
}
.card__header-subtitle {
  order: 3;
  font-size: 14px;
}
.card__header-category {
  order: 1;
  font-size: 14px;
}
.card__items {
  position: relative;
  margin: 25px 0;
  text-align: center;
  transition: 1s;
}
.card__items::before, .card__items::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  z-index: -2;
}
.card__items::before {
  width: 200px;
  height: 200px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #e7e7e7;
  transition: 1s;
}
.card__items::after {
  width: 70%;
  height: 40px;
  bottom: 0;
  right: 30px;
  transform: translate(-25%, 50%);
  background-color: #000;
  filter: blur(10px);
  opacity: 0.2;
  transition: 0.5s;
}
.card__item-img {
  display: none;
  width: 100%;
  transform: scale(1) rotate(20deg);
  transition: 0.5s;
}
.card__item-input {
  position: absolute;
  display: none;
}
.card__item-input:checked ~ img {
  display: block;
}
.card__color-filters {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding-bottom: 16px;
  text-align: center;
  transition: 1s;
  transition-delay: 0.2s;
}
.card__color-filter {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
}
.card__color-filter::before {
  content: "";
  display: block;
  width: inherit;
  height: inherit;
  background-color: var(--color-option);
}
.card__price {
  width: 100%;
  font-weight: 600;
  text-align: center;
}
.card:hover .card__items::after {
  width: 75%;
}
.card:hover .card__item-img {
  transform: scale(1.2) rotate(30deg) translate(10px, -20px);
}

.titles
{
    color: #aad809;
}

section.middle h4 {
    color: #0e4059;
    font-size: 30px;
    font-weight: 900;
    margin-top: 50px;
    margin-bottom: 20px;
}
section.middle p{
    font-size: 15px;
    line-height: 2;
}

img.left_middle {
    width: 100%;
    height: 280px;
    object-fit: contain;
}
.righhtmioddle{
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    margin-top: 50px;
}
.righhtmioddle h4
{

}
.righhtmioddle p
{

}
.righhtmioddle h3 {
    font-size: 20px;
    font-weight: 500;
    color: #aad809;
}


.xls::before {
    width: 60%;
    height: 60%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #e7e7e7;
    transition: 1s;
    content: "";
}
.xls::after {
    width: 70%;
    height: 40px;
    bottom: 23%;
    right: 30px;
    transform: translate(-25%, 50%);
    background-color: #000;
    filter: blur(10px);
    opacity: 0.2;
    content: "";
    transition: 0.5s;
}
.xls img {
    width: 100%;
    transform: scale(1) rotate(20deg);
    transition: 0.5s;
    margin-top: 100px;
}
.xls:hover img{
    transform: scale(1.2) rotate(30deg) translate(10px, -20px);
}

.xls::before, .xls::after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 50%;
    z-index: -2;
}

.xls img:hover > ::after {
    width: 75%;
}
section.mt-0.lastsection {
    padding: 50px 0;
    background: #e9f9f6;
}

.s_product_text select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 7px;
    margin-bottom: 23px;
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.05);
    /* background: transparent; */
}

ul.list li {
    width: 100%;
    float: left;
}
p.opt-value {
    padding: 10px 0 !important;
    display: inline-block;
    margin-right: 10px !important;
}


#cookiePopup {
        position: fixed;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        background: #222222;
        padding: 15px;
        display: flex;
        flex-wrap: wrap;
        z-index: 999999;
        gap: 20px;
        align-items: center;
        justify-content: center;
        display: none;
    }

    #cookiePopup h4 {
        font-size: 25px;
        color: #fff;
        margin-bottom: 15px;
    }

    #cookiePopup p {
        font-size: 15px;
        color: #fff;
        margin-bottom: 15px;
        letter-spacing: 1px;
        line-height: 1.5;
        max-width: 700px;
    }

    #cookiePopup p a {
        color: #fff;
        text-decoration: underline;
    }

    .cookieBtns {
        display: inline-flex;
        gap: 10px;
    }

    .cookieBtns button {
        font-size: 15px;
        margin: 10px 0;
        color: #fff;
        padding: 10px 20px;
        border-radius: 5px;
        background: transparent;
        cursor: pointer;
        transition: all 0.5s ease;
        border: 2px solid #fff;
    }
    .cookieBtns button.btn {
        font-size: 15px;
        margin: 10px 0;
        color: #fff;
        padding: 10px 20px;
        border-radius: 5px;
        background: #446804;
        cursor: pointer;
        transition: all 0.5s ease;
        border: 2px solid #fff;
    }
    #cookiePopup h4 {
    font-size: 25px;
    color: #fff;
    margin-bottom: 15px;
}

    .cookieBtns button:last-child {
        background-color: #fff;
        color: #313131;
    }

    /*********************************/

    /*-----------------------------------------------------------------------------------

    [Master Stylesheet]

    Project:    Conbiz - Marijuana and CBD Oil HTML Template
    
    Version:    1.0

-----------------------------------------------------------------------------------

        01. header-top
        02. cart popup
        03. navbar
        04. two-bar
        05. mobile-nav
        06. btn
        07. Search Popup
        08. collnumber
        09. loader
        10. social-media
        11. Go To Top
        12. hero-section
        13. plant-based
        14. natural-img
        15. heading
        16. money-back
        17. products
        18. video
        19. sustainability
        20. clients-reviews
        21. products-text
        22. countdown
        23. selling-products
        24. accordion
        25. blog-section
        26. footer
        27. footer widget title
        28. footer-location
        29. footer form
        30. footer-bottom
        31. header two
        32. three-bar
        33. hero-section.two
        34. plant-option
        35. claim-your
        36. products.two
        37. products-needs
        38. conbiz-products-back
        39. gummies
        40. section-provide-high
        41. section-pricing-plans
        42. blogtwo
        43. subscribe
        44. social-networking
        45. footer two
        46. footer-help
        47. content-us
        48. header.three
        49. .hero-section.three
        50. all-categories
        51. section-certified-products
        52. accordion.two
        53. trending-products
        54. clients-testimonials
        55. blogthree
        56. gummies.two
        57. organic-plant
        58. request-ruote
        59. image-gallery
        60. nature-intended
        61. cbd-oil-dropper.two
        62. makes-conbiz
        63. footer three
        64. footer-number
        65. bannr-section
        66. breadcrumb
        67. our blog
        68. pagination
        69. recent-post
        70. ul.categories
        71. sidebar.sidebar-two
        72. blog-details
        73. willimes-marko
        74. prvious-story
        75. comment
        76. form.leave input
        77. shop_table
        78. coupon-area
        79. cart_totals
        80. products
        81. checkout-meta
        82. error-404
        83. product-info
        84. product_meta
        85. tab-style
        86. ul.specification
        87. contentform
        88. team-page
        89. service-details
        90. clients-reviews-two
        91. team-information
        92. selection style

-----------------------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --theme-colour: #ffc53c;
  --common-colour: #008136;
}
body,html {
    font-family: "Epilogue";
    overflow-x: hidden ;
}
p {
    font-size: 16px;
    line-height: 30px;
    color: #555;
    margin: 0;
    font-weight: 400;
}
*{
    margin: 0;
    padding: 0;
}
figure {
    margin-bottom: 0;
}
h1 {
    font-size: 60px;
}
h2 {
    font-size: 50px;
}
h4 {
    font-size: 22px;
}
a,h2,h3,h4,h5,h6{
    color: #028136;
    margin: 0;
}
a{
    text-decoration: none;
}
ul{
    padding: 0;
    margin: 0;
}
li{
    display: block;
}
figure {
    overflow: hidden;
}
svg {
    height: auto;
    width: auto;
}
.gap {
    padding-top: 100px;
    padding-bottom: 100px;
}
.no-top {
    padding-top: 0;
}
.no-bottom {
    padding-bottom: 0;
}
/* 01. header-top */
.content-header {
    display: flex;
    align-items: center;
}
.content-header svg {
    width: 34px;
    height: auto;
    fill: #fff;
    margin-right: 8px;
}
.content-header h4 {
    padding-left: 6px;
    font-size: 16px;
    color: #fff;
}
.content-header h4 a {
    color: #fff;
    font-weight: bold;
    border-bottom: 1px solid;
    margin-left: 12px;
}
.login a {
    font-size: 14px;
    color: #fff;
    padding-left: 10px;
}
.login a:hover {
    color: var(--theme-colour);
}
.login {
    justify-content: end;
}
.top-bar {
    padding: 15px 0;
}
header {
    position: absolute;
    width: 100%;
    z-index: 1112;
}
/* 02. cart popup */
.cart-popup {
    position: absolute;
    right: -103px;
    top: 67px;
    z-index: 11;
    width: 340px;
    background-color: #fff;
    padding: 25px 25px 20px;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -o-transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    box-shadow: 2px 3px 35px 0px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 2px 3px 35px 0px rgb(0 0 0 / 10%);
}
.cart-popup:before {
    content: "";
    width: 41%;
    height: 5px;
    position: absolute;
    left: 59.2%;
    top: -5px;
}
.show-cart{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
}
.cart-popup img {
    width: 75px;
}
.cart-popup .p-img {
    padding: 10px 5px;
}
.cart-popup .p-data h3 {
    font-size: 18px;
    color: #191919;
    margin-bottom: 5px;
    line-height: 28px;
}
.cart-popup .p-data {
    padding-left: 15px;
}
.cart-popup .p-data p {
    line-height: 25px;
}
.cart-popup ul li {
    margin-bottom: 18px;
}
.cart-popup ul li:not(:last-child) {
    border-bottom: 1px solid #00000014;
    padding-bottom: 15px;
}
.cart-popup ul li a:before {
    content: "";
    width: 25px;
    height: 25px;
    background-image: url('../img/remove.svg');
    background-repeat: no-repeat;
    position: absolute;
    top: -5px;
    left: -10px;
}
.cart-popup .cart-total {
    background-color: #eee;
    padding: 15px;
    margin-bottom: 10px;
}
.cart-popup .cart-total span {
    font-size: 18px;
    line-height: 25px;
    color: #222;
}
.cart-popup .cart-btns a {
    font-size: 16px;
    line-height: 25px;
    color: #222;
    text-transform: uppercase;
}
.cart-popup .cart-btns a.checkout:hover {
    background-color: var(--common-colour);
    color: #fff !important;
    border-color: var(--common-colour);
}
.cart-popup .cart-btns a {
    font-size: 16px;
    line-height: 25px;
    color: #222;
    text-transform: uppercase;
    width: 50%;
    text-align: center;
    padding: 10px;
    border: 2px solid #909090;   
}
.cart-popup .cart-btns a:not(:last-child){
    margin-right: 8px;
}
.donation .light-bg img {
    border-radius: 0px;
}
a.pr-cart {
    position: relative;
}
a.pr-cart:before {
    justify-content: center;
    align-items: center;
    display: flex;
    content: "2";
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: var(--theme-colour);
    color: #000;
    border-radius: 50%;
    font-size: 12px;
    right: 5%;
    padding-top: 3px;
    top: -6px;
}
.cart-btns a {
    padding: 8px !important;
    font-weight: 700;
    text-transform: capitalize !important;
}
.header-search .donation a.checkout {
    background-color: var(--theme-colour);
    border: 1px solid var(--theme-colour);
    color: #000 !important;
    border: 0;
}
/* 03. navbar */
.navbar {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    padding: 0;
}
.navbar-logo {
  color: #ff3f34;
  text-decoration: none;
  font-size: 25px;
  padding: 0px 20px;
}
.navbar-links {
  list-style-type: none;
  display: flex;
}
.navbar-links li:not(:last-child) {
    padding-right: 40px;
}
.navbar-links li a {
    display: block;
    text-decoration: none;
    color: #707070;
    transition: 0.4s all;
    padding-bottom: 10px;
    padding-top: 23px;
}
.navbar-links li.navbar-dropdown {
  position: relative;
}
li.navbar-dropdown span {
    border-radius: 8px;
    padding: 1px 12px;
    top: 4px;
    background-color: var(--theme-colour);
    color: #000;
    position: absolute;
    right: 13px;
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 600;
}
.navbar-links li.navbar-dropdown:hover .dropdown {
    visibility: visible;
    opacity: 1;
    transform: translatex(0px);
    z-index: 1111;
}
.navbar-links li.navbar-dropdown .dropdown {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    transform: translatex(50px);
    left: 0;
    width: 230px;
    box-shadow: 0px 10px 10px 3px hsl(0deg 0% 0% / 16%);
    z-index: 111;
    transition: 0.4s all;
}
.navbar-links li.navbar-dropdown .dropdown a {
    font-size: 16px;
    padding-left: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    border: 0;
    position: relative;
    text-transform: capitalize;
    color: #000;
    background-color: #FFF;
}
.navbar-links li.navbar-dropdown .dropdown a:hover {
    color: var(--theme-colour);
}
.navbar-links li.navbar-dropdown .dropdown a:not(:last-child):before {
    content: "";
    z-index: 11;
    position: absolute;
    height: 1px;
    background-color: #58585829;
    width: 75%;
    bottom: 0;
}
.navbar-links li:hover > a {
    border-bottom: 5px solid var(--theme-colour);
}
.navbar-links li > a {
    border-bottom: 5px solid transparent;
    color: white;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
}
.hamburger-icon{
    display: flex;
    align-items: center;
    justify-content: end;
}
.hamburger-icon svg {
    width: 25px;
    height: 25px;
    fill: black;
    margin-right: 20px;
    display: block;
}
.header-search > a {
    color: #000;
    background-color: var(--theme-colour);
    padding: 13px 30px;
    border-radius: 52px;
    border: 3px solid var(--theme-colour);
    font-weight: bold;
}
.header-search .donation a {
    padding-top: 2px;
    margin: 0;
    border-left: 1px solid #729889;
    padding-left: 20px;
    padding-bottom: 4px;
}
.header-search a.user {
    font-size: 20px;
    background-color: transparent !important;
    padding: 0;
    margin-right: 0;
    border: 0 !important;
}
.header-search a.user svg {
    width: 24px;
}
/* 04. two-bar */
.bottom-bar {
    border-top: 1px solid #21372a;
    position: relative;
}
.two-bar {
    padding: 15px 0;
    padding-top: 20px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 12px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}
.logo {
    z-index: 1;
}
.header-search svg{
    fill: #fff;
    width: 20px;
    margin-right: 16px;
    height: auto;
}
ul.social-media li {
    position: relative;
}
/* 05. mobile-nav */
.mobile-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
    background-color: #000;
    padding: 50px 40px 15px;
    z-index: 5;
    transition: 0.45s ease-in-out;
    transform: translateX(-101%);
    -webkit-transform: translateX(-101%);
    -moz-transform: translateX(-101%);
    -o-transform: translateX(-101%);
    overflow-y: auto;
}
.mobile-nav ul li a svg {
    width: 11px;
}
.for #nav-icon4{
  color: black;   
}
#nav-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#nav-icon4 span:nth-child(2) {
  top: 13px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.responsive-bar {
    display: none;
}
#nav-icon4 span:nth-child(3) {
  top: 25px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}

#nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 35px;
  left: 8px;
}

i#nav-icon4 {
    display: none;
}
#nav-icon4 {
  width: 40px;
  height: 25px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  display: none;
  font-size: 25px;
  color: white;
}

#nav-icon4 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.mobile-nav > ul > li.menu-item-has-children:before {
    color: #fff;
    position: absolute;
    top: 17px;
    right: 0;
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    font-size: 11px;
}
.mobile-nav > ul > li.menu-item-has-children.active:before {
    transform: rotate(90deg);
    color: var(--theme-colour);
}
.mobile-nav > ul > li {
    position: relative;
    border-bottom: 0px solid #d4d4d4;
    padding: 10px 0;
    display: block;
}
.mobile-nav > ul > li:not(:last-child) {
    border-bottom: 1px solid #5b5b5b;
}
.mobile-nav > ul li > a {
    font-size: 14px;
    line-height: 26px;
    text-transform: capitalize;
    color: #fff;
}
.mobile-nav > ul > li > a {
    font-size: 16px;
    line-height: 30px;
}
.mobile-nav > ul > li.menu-item-has-children > ul.sub-menu {
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 5px;
    position: absolute;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transform: translatey(15px);
    -webkit-transform: translatey(15px);
    -moz-transform: translatey(15px);
    -o-transform: translatey(15px);
    border-top: 1px solid #5b5b5b;
    margin-top: 8px;
}
.mobile-nav > ul > li.menu-item-has-children.active > ul.sub-menu {
    position: relative;
    height: auto;
    opacity: 1;
    visibility: visible;
    transform: translatey(0);
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -o-transform: translatey(0);
    transition: .5s;
}
.mobile-nav > ul > li.menu-item-has-children.active > ul.sub-menu li {
    padding: 5px 0;
    position: relative;
}
.res-log img {
    width: auto;
}
.mobile-nav > ul > li.menu-item-has-children.active > ul.sub-menu li:before {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: -13px;
    background-color: var(--theme-colour);
}
.res-log {
    margin-bottom: 30px;
}
.res-rights p{
    color: #d6d6d6;
    font-weight: bold;
    letter-spacing: 5px;
    margin-top: 30px;
}

.mobile-nav.open {
    transform: translateX(0) !important;
    z-index: 33333333;
    box-shadow: 3px 3px 39px -4px rgba(0,0,0,0.75);
-webkit-box-shadow: 3px 3px 39px -4px rgba(0,0,0,0.75);
-moz-box-shadow: 3px 3px 39px -4px rgba(0,0,0,0.75);
}
li.menu-item-has-children.active {
    background-color: transparent;
}
.mobile-nav a#res-cross:before {
    content: "\f057";
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    position: absolute;
    top: 15px;
    right: 20px;
    color: #fff;
    font-size: 28px;
}
.bar-menu i {
    color: black;
    background-color: transparent;
    font-size: 24px;
}
.bar-menu {
    z-index: 1;
    display: none;
}
.responsive-bar-slider {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.bar-menu i {
    margin-right: 20px;
    font-size: 26px;
}
/* 06. btn */
.btn {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    text-transform: capitalize;
    color: #000;
    background-color: var(--theme-colour);
    -moz-box-shadow: 5px 5px 30px 0px rgba(195,120,251,0.35);
    display: inline-block;
    overflow: hidden;
    padding: 16px 50px;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    letter-spacing: 0.5px;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
    font-weight: 700;
    border: 0;
    padding-bottom: 14px;
}
.btn:hover {
    color: #fff ;
}
.btn::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    background-color: var(--common-colour);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
    transform: scale(0.2, 1);
}
.btn:hover::before {
    opacity: 1;
    transform: scale(1, 1);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;   
}
/* 07. Search Popup */
 .search-popup{
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: #058349cc;
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}
.search-popup{
    width: 100%;
}
.search-active .search-popup{
    transform: translateY(0%);
    margin-top: 0;
}
.search-popup .close-search {
    top: 6%;
    position: absolute;
    left: 94%;
    margin: 0 auto;
    border-radius: 50%;
    text-align: center;
    background-color: var(--theme-colour);
    width: 50px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    -webkit-transition: all 500ms ease;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    border: 0;
}
.search-active .search-popup .close-search {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}
.search-popup form{
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin:-35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111111;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.search-active .search-popup form{
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}
.search-popup .form-group{
    position:relative;
    margin:0px; 
    overflow: hidden;
}
.checkbox-flex {
    display: flex;
}
.search-popup .form-group input[type="text"], .search-popup .form-group input[type="search"] {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: #000000;
    height: 70px;
    width: 100%;
    padding: 10px 30px;
    background-color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: 500;
    text-transform: capitalize;
    outline: none;
    border: 0;
}
.search-popup .form-group input[type="submit"], .search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color:var(--common-colour);
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    border: none;
}
.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover{
    color: #000000;
}
.search-popup input::placeholder,
.search-popup textarea::placeholder{
    color:#000000;
}
.search-popup .close-search.style-two{
    position: absolute;
    right: 25px;
    left: auto;
    color:#ffffff;
    width:auto;
    height:auto;
    top:25px;
    margin:0px;
    border:none;
    background:none !important;
    box-shadow:none !important;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
}

.search-box-btn {
    display: inline-block;
    padding-left: 22px;
}
.search-box-btn i {
    display: inline-block;
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    transition: .5s;
}
.upp.search-box-btn i {
    color: #9E9FA1;
}
.search-box-btn.search-box-outer span i {
    font-size: 20px;
    display: inline-block;
    color: #fff;
    padding-left: 17px;
    position: relative;
    z-index: 1;
}

.upp.search-box-btn.search-box-outer span i {
    color: #9E9FA1;
}

.search-box-btn.search-box-outer span i:after {
    position: absolute;
    content: "0";
    right: -10px;
    top: -4px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    background: #ED1C24;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    font-size: 12px;
}
.flaticon-multiply:before {
    content: inherit;
}
button.close-search i {
    font-size: 18px;
    color: #000;
    display: inline-block;
    padding-top: 17px;
}
span.flaticon-multiply i {
    display: inline-block;
    color: #ED1C24;
}
.header-search {
    display: flex;
    align-items: center;
}
.header-search > a:hover {
    background-color: transparent;
    border: 3px solid var(--theme-colour);
    color: #fff;
}
.header-search-button svg {
    fill: #fff;
    width: 24px;
}
.header-search-button.search-box-outer {
    border-right: 1px solid #73998a;
    margin-right: 19px;
    padding-right: 7px;
}
.top-bar {
    display: flex;
    justify-content: space-between;
}
/* 08. collnumber */
.collnumber svg {
    width: 30px;
    height: auto;
    filter: brightness(0) saturate(100%) invert(100%) 
    sepia(0%) saturate(7489%) hue-rotate(221deg) brightness(97%) contrast(101%);
}
.anti-aging-img .collnumber:hover svg {
    width: 34px;
}
.collnumber {
    display: flex;
    align-items: center;
}
.collnumber a {
    color: #fff;
    padding-left: 12px;
}
.collnumber .login {
    margin-left: 30px;
}
.collnumber .login a {
    padding: 10px 20px;
    background-color: var(--theme-colour);
    border-radius: 50px;
    color: #000;
}
/* 09. loader */
.preloader {
    background-color: var(--theme-colour);
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 999999999999999999;
    right: 0;
    bottom: 0;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}
.preloader {
    bottom: 0%;
}
.page-loaded .preloader {
    bottom: -100%;
}
.loader {
  display: grid;
  grid-template: 1fr 1fr/1fr 1fr;
  gap: 40%;
  width: 80px;
  aspect-ratio: 1/1;
  animation: rotate 2s linear infinite;
}
.loader .dot {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #000;
  animation: scale 2s infinite alternate;
}
.loader .dot:nth-child(3) {
  order: 1;
}
.loader .dot:nth-child(1) {
  animation-delay: -0.5s;
}
.loader .dot:nth-child(2) {
  animation-delay: -1s;
}
.loader .dot:nth-child(3) {
  animation-delay: -1.5s;
}
.loader .dot:nth-child(4) {
  animation-delay: -2s;
}
@keyframes scale {
  0% {
    scale: 0.1;
  }
  100% {
    scale: 1;
  }
}
@keyframes rotate {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 360deg;
  }
}
/* 10. social-media */
ul.social-media a {
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-left: 5px;
    color: #fff;
}
ul.social-media a:hover {
    background-color: var(--theme-colour);
    color: #000;
    border-color: var(--theme-colour);
}
ul.social-media {
    display: flex;
    justify-content: center;
}
/* 11. Go To Top */
#progress {
  z-index: 1111;
  position: fixed;
  bottom: 20px;
  right: 10px;
  height: 60px;
  width: 60px;
  display: none;
  place-items: center;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
#progress-value {
  display: block;
  height: calc(105% - 10px);
  width: calc(105% - 10px);
  background-color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 35px;
  color: #001a2e;
}
span#progress-value i {
    font-size: 18px;
}
ul.social-media {
    display: flex;
}
.reviews {
    display: flex;
    justify-content: right;
    margin-top: 24px;
    position: relative;
    padding-right: 17%;
}
.reviews ul {
    display: flex;
    margin-right: 22px;
    color: #ffc53c;
}
.reviews ul li {
    margin-right: 8px;
}
.reviews h5 {
    color: #fff;
}
/* 12. hero-section */
.hero-section {
    padding-top: 180px;
    padding-bottom: 30px;
    position: relative;
}
.hero-text {
    position: relative;
}
.hero-text p {
    font-size: 20px;
    color: #cccccc;
    line-height: 34px;
    padding-top: 18px;
    padding-bottom: 42px;
    display: block;
    width: 88%;
}
.hero-text {
    padding-left: 108px;
    position: relative;
    width: 100%;
}
.hero-section:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #082012;
    opacity: .9;
}
.hero-section h1 {
    color: #fff;
    font-weight: bold;
}
.hero-img {
    position: relative;
    display: flex;
    justify-content: end;
    margin: 0;
}
.hero-img img {
    z-index: 11;
    position: relative;
}
.owl-item.active .hero-text h1 {
    animation-duration: 1s;
    animation-name: fadeInOne;
}
.owl-item.active .hero-text p {
    animation-duration: 1.2s;
    animation-name: fadeInOne;
}
.owl-item.active .hero-text a {
    animation-duration: 1.4s;
    animation-name: fadeInOne;
}
@keyframes fadeInOne {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  40% {
    opacity: 0;
    -webkit-transform: translateX(80px);
    transform: translateX(80px);  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;  }
}
.slider-hero.owl-carousel .owl-item img {
    margin: 0;
    width: auto !important;
}
.slider-hero.owl-carousel .owl-item img {
    margin-right: 13px;
}
.zoom-slider button.owl-dot,
.trending-slider button.owl-dot,
.slider-reviews button.owl-dot,
.slider-hero button.owl-dot,
.products-slider button.owl-dot{
    width: 70px;
    height: 3px;
    background-color: #d6d6d6;
    margin-left: 10px;
}
.zoom-slider button.owl-dot.active,
.trending-slider button.owl-dot.active,
.slider-reviews button.owl-dot.active,
.products-slider button.owl-dot.active,
.slider-hero button.owl-dot.active{
    width: 70px;
    opacity: 1;
    height: 3px;
    background-color: var(--theme-colour);
}
.slider-reviews .owl-dots {
    text-align: left;
}
.zoom-slider .owl-dots,
.trending-slider .owl-dots,
.products-slider .owl-dots {
    text-align: center;
    margin-top: 34px;
}
.owl-theme .owl-dots .owl-dot span {
    display: none !important;
}
.slider-hero .owl-dots {
    left: 14.5%;
    position: absolute;
    bottom: -7%;
}
.hero-img figure {
    position: absolute;
    z-index: 111;
    bottom: 40px;
    overflow: inherit;
    left: -56px;
}
.hero-section-three img.hero-icon-1,
.hero-section img.hero-icon-1 {
    left: 1%;
    position: absolute;
    bottom: 24%;
    animation: top 10s infinite;
    z-index: 1;
}
.hero-section-three img.hero-icon-2,
.hero-section img.hero-icon-2 {
    width: 90px;
    transform: rotatey(182deg);
    position: absolute;
    bottom: 45%;
    left: 44%;
    animation: bottom 10s infinite;
    z-index: 1;
}
/* 13. plant-based */
.plant-based {
    text-align: center;
}
.plant-based a {
    display: block;
    padding-top: 14px;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    width: 61%;
    margin: auto;
    letter-spacing: 2px;
}
.plant-based:hover img {
    transform: rotate3d(2, 1, 2, 360deg);
}
.plant-based a:hover {
    color: var(--common-colour);
}
/* 14. natural-img */
.natural-img {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 1;
    position: relative;
    gap: 30px;
}
.natural-img .natural-1 {
    margin-top: 111px;
}
.natural-img img:hover {
    transform: scale(1.1);
}
.anti-aging-img .collnumber h4 {
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 4px;
}
.anti-aging-img .collnumber a {
    font-size: 20px;
    font-weight: bold;
    padding: 0;
    color: #000;
}
.anti-aging-img .collnumber i {
    border-radius: 50%;
    background-color: var(--common-colour);
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.anti-aging-img {
    position: relative;
}
.anti-aging-img .collnumber {
    background-color: var(--theme-colour);
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 87%;
    transform: translate(-50%, -50%);
    padding: 20px 45px;
    padding-left: 0;
    z-index: 2;
}
.anti-aging-img .collnumber i {
    margin-left: -30px;
}
.anti-aging-img img.dots-1 {
    left: 25%;
    position: absolute;
    bottom: 64%;
    animation: top 10s infinite;
    z-index: -1;
}
.anti-aging-img img.dots-2 {
    top: 39%;
    position: absolute;
    right: 0%;
    animation: bottom 10s infinite;
}
.other {
    display: flex;
    align-items: center;
    margin-top: 26px;
}
.other img {
    border-radius: 50%;
    margin-right: 16px;
    padding: 5px;
    border: 3px solid var(--theme-colour);
}
.other h4 {
    font-weight: bold;
}
/* 15. heading */
.heading h2 {
    font-weight: bold;
    width: 55%;
}
.heading p {
    width: 80%;
    padding-top: 14px;
    padding-bottom: 20px;
}
.heading {
    text-align: center;
    padding-bottom: 36px;
}
.heading h2 {
    margin: auto;
}
.heading img {
    padding-bottom: 24px;
}
.heading.two {
    text-align: left;
    margin: auto;
    padding-bottom: 30px;

}
.heading.two h2,.heading.two {
    margin: 0;
    width: 100%;
}
.section-anti-aging .heading.two h2 {
    margin: 0;
    width: 91%;
}
ul.list-style li {
    position: relative;
    padding-left: 24px;
    padding-bottom: 10px;
}
ul.list-style li:before {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: var(--common-colour);
    content: "";
    top: 5px;
    left: 0;
}
img.signature {
    padding-left: 100px;
}
.tag-cbd li {
    margin-right: 50px;
}
.tag-cbd {
    position: relative;
    display: flex;
    align-items: center;
}
.tag-cbd img {
    animation: rotate360 20s infinite;
}
.heading h6 {
    font-weight: bold;
    letter-spacing: 1px;
    padding-bottom: 10px;
    color: var(--common-colour);
    text-transform: uppercase;
}
/* 16. money-back */
.money-back {
    position: relative;
    width: 90%;
    background-repeat: no-repeat; 
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 80px;
    margin-top: 120px;
    z-index: 5;
}
.money-back h4 {
    font-size: 40px;
    font-weight: bold;
    padding-bottom: 10px;
}
.money-back p {
    width: 81%;
    color: #000;
}
img.leaf {
    right: -13%;
    position: absolute;
    z-index: -0;
    animation: 10s top infinite;
}
img.dots {
    top: 0;
    position: absolute;
    z-index: -0;
    right: -5%;
    animation: 8s bottom infinite;
}
img.hero-icon {
    animation: 10s top infinite;
    width: 100px;
    position: absolute;
    z-index: -0;
    left: -10%;
}
@keyframes top-bottom {
    0%, 100%, 20%, 50%, 80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
        transform: translateY(-8px);
    }
    60% {
        -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
        transform: translateY(-4px);
    }
}
/* 17. products */
ul.star {
    display: flex;
    font-size: 12px;
    color: #ffc53c;
}
.products a {
    font-weight: bold;
    display: block;
    padding-bottom: 14px;
    padding-top: 50px;
}
.products:hover img {
    opacity: .4;
}
.products a:hover {
    color: var(--common-colour);
}
.products a.btn {
    top: 40%;
    position: absolute;
    padding: 10px 32px;
    font-size: 14px;
    transform: translate(-50%, -50%);
    left: 50%;
    width: max-content;
    opacity: 0;
}
.products:hover a.btn {
    opacity: 1;
    top: 45%;
}
.products a.btn:hover {
    color: #fff;
}
.products {
    width: 97%;
    border: 1px solid #bbbbbb;
    padding: 50px 20px 52px 30px;
    background-color: #fff;
    position: relative;
    margin-left: -1px;
}
.products h6 {
    font-weight: 500;
    line-height: 0;
    position: absolute;
    left: 17px;
    bottom: 34%;
    background-color: #eaf7ef;
    padding: 8px 13px;
    border-radius: 50px;
    padding-right: 20px;
    font-size: 14px;
}
.products h6 i {
    padding-right: 10px;
}
.products img {
    padding-left: 31px;
}
.products span {
    position: absolute;
    top: 0;
    font-size: 18px;
    font-weight: bold;
    width: 120px;
    height: 120px;
    left: 0;
    background-color: var(--theme-colour);
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    padding: 20px;
}
.products h4 del {
    font-size: 15px;
    padding-right: 10px;
}
.products h4 {
    font-weight: bold;
}
.section-products {
    position: relative;
}
.section-products > img.dots {
    left: 4%;
    top:20%;
}
.section-products img.extra-images-two {
    top: 55%;
    right: 0;
    left: 5%;
}
img.extra-images-for {
    right: 2%;
    position: absolute;
    top: 7%;
    width: 200px;
    animation: rotate360 20s infinite;
}
img.extra-images-three {
    left: -10px;
    position: absolute;
    top: 28%;
    opacity: .5;
}
@keyframes rotate360 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes bottom {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-14px);
    }
    100% {
        transform: translateY(0px);
    }
}
@keyframes top {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(14px);
    }
    100% {
        transform: translateY(0px);
    }
}
/* 18. video */
.video {
    position: relative;
    right: 0;
    text-align: center;
    margin-bottom: -50px;
}
.cbd-oil-dropper .video img {
    border-radius: 50%;
    margin-bottom: -35px;
    border: 3px dashed var(--theme-colour);
    padding: 50px;
}
.video i {
    position: absolute;
    animation: shadow-pulse 1s infinite;
    width: 94px;
    height: 94px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--theme-colour);
    transform: translate(-50%, -50%);
    top: 19%;
    left: 72%;
}
.cbd-oil-dropper .video:before {
    transform: translate(-50%, -50%);
    left: 5%;
    width: 520px;
    height: 520px;
    border: 3px dashed #ffc53c;
    content: "";
    position: absolute;
    border-radius: 38%;
    top: 5%;
    animation: rotate360 30s infinite linear;
}
@keyframes shadow-pulse{
    0% {
        box-shadow: 0 0 0 0px rgb(255 255 255);
    }
    100% {
        box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
    }
}
@keyframes rotate360 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cbd-oil-dropper {
    display: flex;
    align-items: center;
    margin-top: 100px;
    padding: 80px;
    padding-bottom: 0;
    margin-bottom: 86px;
    padding-top: 38px;
    padding-left: 38px;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 3;
}
.cbd-oil-dropper img.dots {
    top: -35px;
    position: absolute;
    z-index: -10;
    right: auto;
    left: -6%;
}
.cbd-oil-dropper-text {
    padding-left: 80px;
}
.cbd-oil-dropper-text h6 {
    color: #e0e0e0;
    font-size: 16px;
    padding-bottom: 12px;
}
.cbd-oil-dropper-text h6 i {
    padding-right: 14px;
    color: #ffc53c;
    font-size: 20px;
}
.cbd-oil-dropper-text h6 i svg {
    fill: var(--theme-colour);
    width: 26px;
    height: auto;
}
.cbd-oil-dropper-text .heading h6,
.cbd-oil-dropper-text .heading h2 {
    color: #fff;
}
.cbd-oil-dropper-text p {
    color: #fff;
    padding-top: 20px;
    padding-bottom: 30px;
    color: #e1e0e0;
}
.video img {
    border-radius: 50%;
    margin-bottom: -35px;
}
/* 19. sustainability */
.sustainability h5 a {
    font-size: 26px;
    font-weight: bold;
    display: block;
    padding-bottom: 6px;
}
.sustainability i {
    position: relative;
    width: fit-content;
    display: block;
}
.sustainability {
    margin-bottom: 30px;
}
.sustainability i svg {
    height: auto;
}
.sustainability i:before {
    top: 27px;
    content: "";
    width: 25px;
    height: 48px;
    background-image: url(../img/icon-line.png);
    position: absolute;
    background-repeat: no-repeat;
    left: 108%;
}
.sustainability-img img,
.sustainability-img figure {
    width: 100%;
    object-fit: cover;
}
.sustainability-img {
    height: 100%;
}
.sustainability-img img:hover {
    transform: scale(1.15);
}
.sustainability a svg {
    bottom: 9px;
    width: 50px;
    height: auto;
    position: absolute;
    right: 20px;
}
.sustainability {
    border: 1px solid #bbbbbb;
    padding: 40px;
    position: relative;
}
.sustainability:before {
    position: absolute;
    right: 5px;
    bottom: 5px;
    background-color: #f1f1f1;
    width: 70px;
    height: 70px;
    content: "";
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.sustainability i {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    width: 100px;
    height: 100px;
    align-items: center;
    background-color: var(--theme-colour);
    padding: 20px;
    border-radius: 50%;
    fill: #000;
}
.sustainability:hover i svg {
    transform: rotate3d(2, 1, 2, 360deg);
}
.sustainability:hover {
    background-color: var(--common-colour);
    border-color: var(--common-colour) ;
}
.sustainability:hover p,.sustainability:hover a {
    color: #fff;
}
.sustainability:hover:before {
    background-color: #198c49;
}
.sustainability:hover a svg {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(25deg) brightness(104%) contrast(101%);
}
.sustainability:hover i:before {
    left: 112%;
}
.sustainability a:hover {
    color: var(--theme-colour);
}
/* 20. clients-reviews */
.section-reviews {
    position: relative;
}
.section-reviews:before {
    content: "";
    position: absolute;
    width: 35%;
    height: 55%;
    bottom: 0;
    right: 0;
    background-color: var(--common-colour);
}
.section-reviews img.extra-images-two {
    bottom: 15%;
    width: 103px;
    right: 7%;
    top: auto;
}
.section-reviews img.dots {
    bottom: 10%;
    top: auto;
    width: 100px;
    right: 10%;
}
.clients-reviews {
    background-color: #fff;
    border: 3px solid var(--theme-colour);
    display: flex;
    align-items: center;
    border-bottom: 10px solid var(--theme-colour);
    border-left: 0;
    padding-right: 56px;
}
.clients-reviews img {
    margin-right: 40px;
    margin-top: -3px;
}
.clients-reviews h5 {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
    color: var(--common-colour);
}
.clients-reviews p {
    padding-bottom: 24px;
}
.clients-reviews .star i {
    padding-left: 3px;
    color: var(--common-colour);
}
.clients-reviews-text h6 {
    font-size: 20px;
    font-weight: 800;
    padding-bottom: 6px;
}
.clients-reviews img.flower-icon {
    position: absolute;
    margin: 0;
    right: 0;
    bottom: -2%;
}
.clients-reviews-text {
    position: relative;
}
.clients-reviews {
    position: relative;
}
.clients-reviews:before {
    content: "";
    position: absolute;
    width: 26px;
    height: 22px;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    bottom: -31px;
    right: 11%;
    background-color: #ffc53c;
}
.owl-carousel .owl-item img {
    width: auto;
}
.clients-reviews {
    position: relative;
    margin-bottom: 22px;
    width: 98%;
}
button.owl-prev {
    border-radius: 50%;
    width: 44px;
    height: 44px;
    border: 1px solid #c0c0c0 !important;
    position: absolute;
    left: -70px;
}
button.owl-next {
    border-radius: 50%;
    width: 44px;
    height: 44px;
    border: 1px solid #c0c0c0 !important;
    position: absolute;
}
button.owl-next span,
button.owl-prev span {
    display: none;
}
button.owl-prev:before {
    content: "";
    position: absolute;
    width: 17px;
    height: 2px;
    background-color: #000;
}
button.owl-prev:after {
    right: 21px;
    top: 15px;
    content: "";
    position: absolute;
    background-color: #000;
    width: 13px;
    height: 13px;
    clip-path: polygon(100% 0, 100% 100%, 46% 50%);
}
button.owl-next:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 2px;
    background-color: #000;
    right: 17px;
}
button.owl-prev:hover,button.owl-next:hover {
    background-color: var(--theme-colour) !important;
    border: 1px solid var(--theme-colour) !important ;
}
button.owl-next:after {
    right: 4px;
    top: 15px;
    content: "";
    position: absolute;
    background-color: #000;
    width: 13px;
    height: 14px;
    clip-path: polygon(0 0, 0 100%, 46% 50%);
}
.slider-reviews .owl-nav {
    position: absolute;
    top: -22%;
    left: 97%;
    width: fit-content;
}
/* 21. products-text */
.products-text {
    width: 78%;
    margin-left: 40px;
}
.products-text .reviews {
    justify-content: flex-start;
    margin-bottom: 13px;
    align-items: center;
}
.products-text .reviews h5 {
    font-size: 16px;
    color: #000;
}
.products-text h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    padding-bottom: 14px;
}
.products-text ul {
    padding-bottom: 20px;
    padding-top: 14px;
}
.products-text .reviews ul {
    padding: 0;
}
.products-text a.btn {
    width: 100%;
    margin-bottom: 20px;
}
.products-text .reviews ul li {
    margin-right: 0;
    padding-top: 0;
}
.products-text .reviews h5 {
    font-size: 14px;
}
.products-text ul.star li {
    padding: 0;
}
.products-text h4 {
    font-size: 24px;
    font-weight: bold;
}
.products-text del {
    font-size: 16px;
    padding-right: 6px;
}
.products-text li {
    display: flex;
    padding-top: 10px;
    align-items: center;
}
.products-text li i {
    font-size: 14px;
    padding-right: 5px;
}
/* 22. countdown */
#countdown {
    margin-bottom: 30px;
}
#countdown ul li {
    text-align: center;
    width: 74px;
    height: 74px;
    padding: 20px;
    background-color: var(--common-colour);
    border-radius: 150px;
    text-transform: uppercase;
    margin-bottom: 4px;
    background-color: #fff;
}
#countdown ul {
    display: flex;
    align-items: center;
    justify-content: start;
    text-align: center;
}
#countdown ul li {
    text-align: center;
    color: #fff;
    margin-right: 10px;
    flex-wrap: wrap;
    justify-content: center;
    line-height: 18px;
    display: block;
    padding-top: 21px;
    font-size: 14px;
    background-color: var(--common-colour);
}
#countdown ul li span {
    display: flex;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 3px;
    margin-top: 8px;
    color: #fff;
    padding: 0;
    padding-bottom: 9px;
}
/* 23. selling-products */
.selling-products .video img {
    border-radius: 0;
}
.selling-products .video i {
    width: 60px;
    height: 60px;
    top: 64%;
    left: 50%;
}
.selling-products .video {
    position: absolute;
    bottom: 34%;
    left: -50%;
    z-index: 1;
}
.selling-products {
    position: relative;
    text-align: end;
}
.selling-products > img {
    background-color: #fff;
    border: 1px solid #bbbbbb;
    padding: 70px 90px;
    position: relative;
    z-index: 1;
}
.selling-products > img.extra-images-two {
    background-color: transparent;
    border: 0;
    padding: 0;
    right: auto;
    left: -26%;
}
.selling-products > img.dots {
    background-color: transparent;
    border: 0;
    padding: 0;
    right: auto;
    left: 12%;
    z-index: 0;
    position: absolute;
    top: 10%;
}
/* 24. accordion */
.accordion-item.active .heading {
  color: #bccbb7;
}
.accordion-item.active .icon:after {
  width: 0;
}
.accordion-item{
    border: 0;
}
.accordion-item.active .icon:before {
    background: var(--common-colour);
}
.accordion-img figure.accordion-img-two {
    background-color: var(--common-colour);
    margin-top: -156px;
    width: fit-content;
    margin-left: 130px;
}
.accordion-item .heading {
    display: block;
    text-transform: capitalize;
    text-decoration: none;
    color: #000000;
    font-weight: 700;
    font-size: 20px;
    position: relative;
    transition: 0.3s ease-in-out;
}
.accordion-item .icon {
    display: block;
    position: absolute;
    top: 47%;
    width: 2.4rem;
    height: 2.4rem;
    transform: translateY(-50%);
    right: 13px;
    background-color: white;
}
.accordion-item.active .title {
    color: #000;
    background-color: #ffffff;
    border: 0;
}
.accordion-item .icon:before, .accordion-item .icon:after {
    content: "";
    width: 12px;
    height: 1px;
    background: #000000;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: 0.3s ease-in-out;
    transform: translate(-50%, -50%);
}
.progress {
    height: 8px;
}
.accordion-item .icon:after {
  transform: translate(-50%, -50%) rotate(90deg);
  z-index: -1;
}
.accordion-item .content {
  display: none;
}
.content p{
    font-size: 18px;
    font-weight: 500;
    color: #666;
}
.title {
    border: 1px solid #bbb;
    text-align: start;
    padding: 16px;
    padding-right: 0;
    color: black;
    font-size: 18px;
    background-color: #fff;
    padding-left: 28px;
    font-weight: 700;
    border-bottom: 2px solid var(--theme-colour);
}
.accordion-item.active .title {
    color: var(--common-colour);
}
.accordion-item.active {
    background-color: #fff;
    border: 1px solid #bbb;
    border-bottom: 2px solid var(--theme-colour);
}
.content {
    margin-bottom: 6px;
    padding: 12px 36px;
    padding-top: 0px;
    background-color: #24243500;
}
a.heading{
    width: 100%;
    margin: 0;
    padding: 0;
}
.accordion-item {
    background-color: transparent;
}
.accordion-item {
    margin-bottom: 10px;
}
.accordion-img {
    position: relative;
}
img.extra-images-two {
    position: absolute;
    top: 43%;
    right: 0;
    z-index: 1;
    animation: top-bottom 2s infinite ;
}
.accordion-img img.dots {
    top: auto;
    z-index: -0;
    right: -5%;
    bottom: 0;
}
/* 25. blog-section */
.blog-section {
    position: relative;
}
.blog-section img.dots {
    top: 55%;
    position: absolute;
    z-index: -0;
    right: 4%;
    width: 100px;
}
.blog-section img.extra-images-two {
    top: 66%;
}
.blog h5 i svg {
    width: 22px;
}
.blog h5 {
    font-size: 14px;
    display: flex;
    align-items: center;
    padding-right: 14px;
}
.blog h5 i {
    font-size: 14px;
    padding-right: 7px;
}
.blog {
    margin-left: 30px;
    border: 1px solid #bbbbbb;
    padding: 40px;
    display: flex;
    padding-top: 0;
    background-color: #fff;
    margin-bottom: 28px;
}
.blog-img img {
    width: 100%;
}
.blog-img:hover img {
    transform: scale(1.1);
}
.blog-img .blog {
    margin-top: -80px;
    background-color: #fff;
    z-index: 1;
    position: relative;
    margin-left: 0;
    margin-right: 30px;
}
.blog h3 a {
    padding-top: 36px;
}
.blog h3 a:hover {
    color: var(--common-colour);
}
.blog h4 {
    display: block;
    font-size: 31px;
    font-weight: bold;
    background-color: var(--common-colour);
    margin-right: 20px;
    color: #fff;
    padding-top: 43px;
    width: 100px;
    text-align: center;
}
.blog h4 span {
    font-size: 12px;
    color: #fff;
    display: block;
}
.blog a {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    padding-bottom: 10px;
    display: block;
}
.clients-slider .item {
    display: flex;
    justify-content: center;
}
.clients-slider .owl-dots {
    display: none;
}
/* 26. footer */
footer {
    position: relative;
    padding-top: 40px;
    background: #071b10;
}
footer:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    /* background-color: #082012; */
    opacity: .92;
    top: 0;
    left: 0;
    display: none;
}
/* 27. footer widget title */
.widget-title {
    position: relative;
}
.widget-title h3 {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    padding-bottom: 30px;
}
.widget-title h5 a {
    font-size: 23px;
    color: #e2e2e2;
}
.widget-title > a {
    color: #e2e2e2;
    padding-top: 7px;
    display: block;
}
.widget-title ul.social-media {
    justify-content: flex-start;
    margin-top: 30px;
    margin-bottom: 40px;
}
.widget-title ul.social-media a {
    border: 0;
    background-color: #323f26;
    color: #fff;
}
.widget-title ul.social-media a:hover {
    background-color: var(--theme-colour);
    color: #000;
}
/* 28. footer-location */
.footer-location {
    display: flex;
}
.footer-location h4 {
    font-size: 16px;
    width: 70%;
    color: #e2e2e2;
    padding-left: 15px;
    line-height: 24px;
}
.footer-location {
    display: flex;
    align-items: center;
}
.footer-location svg {
    width: 31px;
    height: auto;
}
.widget-title 
> ul.links li {
    color: #fff;
}
.widget-title 
> ul.links li:not(:last-child) {
    padding-bottom: 18px;
}
.widget-title > ul.links li i {
    padding-right: 10px;
    color: var(--theme-colour);
}
.widget-title > ul.links li a {
    color: #e2e2e2;
}
.widget-title > ul.links li a:hover {
    color: var(--theme-colour);
}
.widget-title p {
    color: #e2e2e2;
    width: 90%;
}
/* 29. footer form */
footer input {
    width: 100%;
    height: 58px;
    border-radius: 51px;
    border: 0;
    padding-left: 30px;
    margin-bottom: 10px;
    border: 3px solid var(--theme-colour);
    background-color: transparent;
    color: #fff;
    outline: none;
}
footer input::placeholder {
    color: #fff;
}
footer button {
    width: 100%;
}
footer form {
    padding-top: 20px;
    width: 90%;
}
footer .reviews {
    justify-content: left;
    margin-top: 24px;
}
/* 30. footer-bottom */
.footer-bottom {
    background-color: #071b10;
    position: relative;
    padding-top: 24px;
    padding-bottom: 24px;
    margin-top: 60px;
    border-top: 1px solid #454545;
}
.footer-bottom-text p {
    color: #000;
}
.footer-bottom-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-bottom-text ul {
    display: flex;
    align-items: center;
}
.footer-bottom-text ul li:not(:last-child) {
    padding-right: 40px;
}
.footer-bottom-text ul li {
    position: relative;
}
.footer-bottom-text ul li:not(:last-child):before {
    content: "";
    position: absolute;
    width: 1px;
    height: 17px;
    background-color: #000;
    right: 20px;
}
.footer-bottom-text ul li a:hover {
    color: var(--common-colour);
}
img.extra-images-one {
    width: 100px;
    position: absolute;
    z-index: 1;
    left: 60px;
    top: 40%;
}
footer img.extra-images-two {
    width: 110px;
    right: 4%;
    top: 55%;
}
footer img.dots {
    top: 29%;
    right: 5%;
    width: 92px;
}
/*************************************
 * home 2****************************/

/*  31. header two */
header.two {
    position: relative;
    z-index: 1111;
}
header.two .navbar-links li > a{
    color: #000;
}
header.two .header-search svg,
header.two .header-search-button svg {
    fill: #000;
}
header.two .bottom-bar {
    border-top: 0;
    border-bottom: 1px solid #dfdfdf;
}
/* 32. three-bar */
.three-bar .reviews {
    justify-content: flex-start;
    margin-top: 0;
}
.three-bar .reviews h5 {
    color: #000;
    font-size: 16px;
}
.three-bar {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.three-bar .content-header h4 {
    color: #000;
}
.three-bar .content-header svg {
    fill: #000;
}
/* 33. hero-section.two */
.hero-section.two .hero-text {
    padding-left: 0;
}
.hero-section.two {
    padding-top: 70px;
    padding-bottom: 100px;
}
.hero-section.two .cbd-oil-dropper {
    justify-content: end;
}
.hero-section.two .hero-text p {
    color: #000;
    padding-top: 3px;
    padding-bottom: 36px;
}
.hero-section.two h1 {
    color: #000;
}
.hero-section.two {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
.hero-section.two .cbd-oil-dropper img.hero-icon-two {
    padding: 20px;
    background-color: var(--common-colour);
    position: absolute;
    top: 0;
    border-radius: 50%;
}
.hero-section.two img.dots {
    width: 134px;
    top: 44%;
    position: absolute;
    z-index: -0;
    right: 12%;
    animation: 8s bottom infinite;
}
.hero-section-three img.extra-images-three {
    right: 1%;
    left: auto;
    top: 51%;
    transform: rotate(92deg);
}
.hero-section.two:before {
    background-color: #fafafa;
    opacity: .4;
}
a.video-pop i {
    margin-right: 14px;
    border: 3px solid var(--theme-colour);
    background-color: #fff;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 20px;
}
a.video-pop:hover i {
    background-color: var(--theme-colour);
}
a.video-pop {
    margin-left: 20px;
    display: flex;
    align-items: center;
    font-weight: bold;
}
/* 34. plant-option */
.plant-option {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 80px;
}
.plant-option svg {
    width: 31px;
    height: auto;
}
.plant-option i {
    border: 1px solid var(--theme-colour);
    background-color: #fff;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    position: relative;
}
.plant-option a {
    width: 64%;
    font-weight: bold;
    font-size: 20px;
    margin-left: auto;
}
.plant-option i:before {
    top: 9px;
    content: "";
    width: 25px;
    height: 48px;
    background-image: url(../img/icon-line.png);
    position: absolute;
    background-repeat: no-repeat;
    left: 108%;
}
.plant-option:hover i:before {
    left: 120%;   
}
.plant-option:hover svg {
    transform: rotate3d(2, 0, 2, 360deg);
}
.plant-option:hover i {
    background-color: var(--theme-colour);
}
/* 35. claim-your */
.claim-your {
    padding: 90px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.claim-your:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .15;
    content: "";
    left: 0;
    top: 0;
}
.claim-your h4 {
    font-weight: 600;
    font-size: 50px;
    color: #fff;
    padding-bottom: 10px;
}
.claim-your p {
    color: #fff;
    padding-bottom: 14px;
}
.claim-your .claim-your-text {
    position: relative;
    z-index: 1;
    margin-left: auto;
    width: 56%;
}
.claim-your img.hero-icon-2 {
    position: absolute;
    left: -117%;
    width: 100px;
    top: 11%;
}
.claim-your img.dots {
    width: 100px;
    top: 0;
    right: -37%;
}
/* 36. products.two */
.products.two {
    position: relative;
    margin-bottom: 31px;
}
.products.two img {
    position: relative;
    opacity: 1;
}
.products.two:before {
    z-index: 0;
    content: "";
    position: absolute;
    width: 96%;
    height: 66%;
    background-color: #f6f6f6;
    left: 6px;
    top: 6px;
}
.products.two h6 {
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px;
    border-radius: 0;
    width: 96%;
    left: 5px;
    background-color: var(--common-colour);
    color: #fff;
    line-height: normal;
    text-align: center;
    bottom: 31%;
}
ul.star li p {
    font-size: 12px;
    line-height: inherit;
    padding-left: 9px;
    color: #000;
}
.products.two a {
    padding-bottom: 16px;
    padding-top: 45px;
    color: #000;
}
.products.two ul.star {
    display: flex;
    font-size: 12px;
    color: #ffc53c;
    padding-bottom: 14px;
}
.products.two h5 {
    color: #080808;
    font-size: 14px;
    padding-top: 6px;
}
.products.two a.add-to-cart {
    padding: 0;
    background-color: var(--theme-colour);
    padding: 11px;
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -10px;
    opacity: 0;
    visibility: hidden;
}
.products.two:hover a.add-to-cart {
    bottom: 0px;
    opacity: 1;
    visibility: visible;
}
.products.two a.add-to-cart:hover {
    background-color: var(--common-colour);
    color: #fff;
}
#v-pills-tab {
    justify-content: center;
    margin-bottom: 40px;
}
.products.two a.wishlist {
    right: 14px;
    position: absolute;
    top: 14px;
    width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #000;
    background-color: #fff;
}
.products.two a.wishlist:hover {
    background-color: var(--common-colour);
    color: #fff;
}
.products.two img {
    padding: 0;
}
.products-img {
    text-align: center;
}
.center {
    text-align: center;
    margin-top: 20px;
}
.nav-pills .nav-link {
    background-color: #f7f7f7;
    border-radius: 50px;
    margin-right: 20px;
    color: #000;
    font-weight: 600;
    padding: 10px 22px;
}
.nav-pills .nav-link.active {
    background-color: var(--theme-colour);
    color: #000;
}
/* 37. products-needs */
.section-medicen-need {
    position: relative;
}
.section-medicen-need img.hero-icon {
    bottom: 28%;
    left: 4%;
 }
.section-medicen-need img.leaf {
    top: 64%;
    right: 5%;
    animation: 10s top infinite;
}
.section-medicen-need img.dots {
    top: 24%;
    right: 5%;
    width: 120px;
}
.products-needs-text {
    position: absolute;
    z-index: 1;
}
.products-needs {
    position: relative;
    z-index: 11;
}
.products-needs:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 0%;
    bottom: 0;
    background-color: var(--common-colour);
    opacity: .8;
    left: 0;
    z-index: 1;
}
.products-needs:hover:before {
    height: 100%;
}
.products-needs:hover img {
    transform: scale(1.1);
}
.products-needs img {
    width: 100%;
}
.products-needs a {
    border: 3px solid var(--theme-colour);
    width: 92%;
    position: absolute;
    left: 17px;
    bottom: 4%;
    color: #fff;
    padding: 10px;
    border-radius: 50px;
    text-align: center;
    font-weight: bold;
    z-index: 111;
}
.products-needs a:hover {
    background-color: var(--theme-colour);
    color: #000;
}
.products-needs-text h2,.products-needs-text p {
    color: #fff;
}
.products-needs-text {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 81%;
    text-align: center;
    /* font-size: 90px; */
}
/* 38. conbiz-products-back */
.conbiz-products-back .heading h2 {
    color: #fff;
}
.conbiz-products-back .heading img {
    filter: invert(1);
}
.differnce-products svg {
    width: 60px;
    height: auto;
    filter: brightness(0) saturate(100%)
    invert(100%) sepia(0%) saturate(7488%) hue-rotate(84deg) brightness(102%) contrast(102%);
}
.differnce-products:hover svg {
    filter: brightness(0) saturate(100%) invert(0%) sepia(8%) saturate(7469%) hue-rotate(355deg) brightness(103%) contrast(110%);
}
.differnce-products {
    display: flex;
    border: 1px solid #49643b;
    align-items: center;
    margin-bottom: 24px;
    z-index: 111;
    position: relative;
}
.differnce-products > i {
    padding: 50px 30px;
    border: 1px solid var(--theme-colour);
    fill: var(--theme-colour);
    margin: -1px;
    margin-right: 36px;
}
.differnce-products:hover > i {
    background-color: var(--theme-colour);
}
.differnce-products:hover i svg {
    transform: rotate3d(2, 1, 2, 360deg);
    fill: #000;
}
.differnce-products p {
    color: #c4c4c4;
    width: 80%;
}
.differnce-products h4 a {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    display: block;
    padding-bottom: 10px;
}
.differnce-products h4 a:hover,
.differnce-products a i:hover {
    color: var(--theme-colour);
}
.differnce-products a i {
    padding-right: 30px;
    border-left: 1px solid #5d7266;
    padding-left: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
    color: #fff;
    font-size: 20px;
}
.differnce-products-all {
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.differnce-products-all a {
    color: #fff;
    width: 100%;
    font-weight: bold;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid var(--theme-colour);
}
.differnce-products-all a:hover {
    color: #000;
    background-color: var(--theme-colour);
}
.conbiz-products-back {
    padding-bottom: 300px;
    position: relative;
}
.conbiz-products-back img.leaf {
    right: 5%;
}
.conbiz-products-back img.hero-icon {
    left: 4%;
}
.conbiz-products-back img.dots {
    width: 120px;
    top: 25%;
    right: 3%;
}
.video.two {
    overflow: hidden;
    width: auto;
    margin: 0;
    position: relative;
}
.video.two img {
    border-radius: 0;
}
.video.two i {
    top: 50%;
    left: 50%;
}
/* 39. gummies */
.gummies {
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 23px;
    margin-top: -200px;
    margin-bottom: 120px;
    position: relative;
    border: 1px solid #bbbbbb;
}
.gummies:before {
    width: 25%;
    background-color: var(--common-colour);
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    position: absolute;
}
.gummies:hover:before {
    width: 33%;
}
.gummies .heading {
    padding-bottom: 10px;
}
.gummies .video {
    margin-right: 40px;
}
.gummies-text form input {
    width: 100%;
    height: 58px;
    border-radius: 51px;
    border: 3px solid var(--theme-colour);
    padding-left: 30px;
    outline: none;
}
.gummies-text form {
    position: relative;
    padding-top: 18px;
    padding-bottom: 22px;
}
.gummies-text form button {
    position: absolute;
    right: 0;
}
.gummies-text {
    width: 53%;
}
.gummies-text h5 {
    font-size: 16px;
}
.gummies-text h5 span {
    color: var(--common-colour);
}
.gummies-text img.flower-icon {
    position: absolute;
    right: 5%;
    top: 7%;
    animation: 10s top infinite;
}
/* 40. section-provide-high */
.section-provide-high .heading {
    width: 70%;
}
.section-provide-high {
    padding-bottom: 160px;
}
.provide-high-text {
    width: 93%;
}
.provide-high-text p {
    padding-bottom: 20px;
}
.provide-high-text ul li i {
    padding-right: 10px;
    color: #444;
}
.provide-high-text ul li {
    padding-bottom: 12px;
}
.provide-high-text a {
    font-weight: bold;
    border-bottom: 1px solid;
}
.provide-high-text a:hover {
    color: var(--common-colour);
}
.provide-high-text ul {
    padding-bottom: 20px;
}
.provide-high-img img {
    border: 6px solid var(--theme-colour);
}
.provide-high-img img.provide-high-one {
    position: absolute;
    top: -39%;
    transform: rotate(338deg);
    right: 3%;
    z-index: 1;
}
.provide-high-img {
    position: relative;
}
.provide-high-img img.provide-high-two {
    transform: rotate(8deg);
}
.provide-high-img img.dots {
    border: 0;
    right: auto;
    left: -8%;
    width: 100px;
    z-index: -1;
    top: 61%;
}
.provide-high-img img.hero-icon {
    left: 4%;
    border: 0;
    width: 70px;
    bottom: -20%;
}
/* 41. section-pricing-plans */
.section-pricing-plans {
    position: relative;
    background-color: #fafafa;
}
.pricing-text h2 {
    color: #000;
    font-size: 50px;
    font-weight: 600;
}
.pricing-text span {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
.pricing-text h2::first-letter {
  color: var(--common-colour);
}
.pricing-text ul li i {
    padding-right: 10px;
}
.pricing-text.two h2::first-letter {
  color: #fff;
}
.pricing-text {
    position: relative;
    margin-top: 22px;
    padding: 50px;
    border: 1px solid #bbbbbb;
    background-color: #fff;
    position: relative;
    z-index: 1;
}
.pricing-text h3 {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
}
.pricing-text ul li:not(:last-child) {
    border-bottom: 1px solid #bbb;
    padding-bottom: 16px;
    margin-bottom: 16px;
}
.pricing-text ul {
    padding-top: 20px;
    padding-bottom: 10px;
}
.pricing-text a {
    width: 100%;
    border-radius: 50px;
    font-weight: 600;
    border: 3px solid var(--theme-colour);
    padding: 13px 60px;
    display: block;
    width: fit-content;
    margin-top: 20px;
}
.pricing-text a:hover {
    background-color: var(--theme-colour);
    color: #000 !important;
}
.pricing-text ul li figure {
    color: var(--common-colour);
    padding-right: 8px;
}
.pricing-text > figure {
    width: 78px;
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--theme-colour);
    border-radius: 59px;
    padding: 14px;
    position: absolute;
    top: -4%;
    right: 7%;
    border: 4px solid #fff;
    outline: 3px solid var(--theme-colour);
}
.pricing-text img {
    width: 40px !important;
}
.pricing-text:hover > figure img {
    transform: rotate3d(2, 1, 2, 360deg);
}
.pricing-text.two h3,
.pricing-text.two h2,.pricing-text.two li {
    color: #fff;
}
.pricing-text.two a {
    color: #fff;
}
.section-pricing-plans img.dots {
    top: 44%;
    right: auto;
    left: 5%;
    width: 120px;
}
.section-pricing-plans img.extra-images-two {
    left: 7%;
    top: 64%;
    right: auto;
}
/* 42. blogtwo */
.blogtwo {
    margin-bottom: 20px;
    position: relative;
}
.blogtwo img {
    width: 100%;
}
.blogtwo:hover img {
    transform: scale(1.2);
}
.blogtwo:before {
    position: absolute;
    content: "";
    background-color: #000;
    opacity: .4;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1;
    top: 0;
}
.blogtwo-text {
    position: absolute;
    bottom: 40px;
    left: 40px;
    z-index: 2;
}
.blogtwo-text span {
    font-weight: 600;
    color: #fff;
    border-bottom: 3px solid var(--theme-colour);
}
.blogtwo-text a {
    width: 66%;
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 12px;
}
.blogtwo-text a:hover {
    color: var(--theme-colour);
}
/* 43. subscribe */
.subscribe {
    background-repeat: no-repeat;
    background-position: right;
    padding: 100px 0;
    z-index: 11;
    position: relative;
    background-size: cover;
}
.subscribe-text h2 {
    padding-top: 26px;
    font-weight: bold;
    font-size: 30px;
    color: #fff;
    padding-bottom: 8px;
}
.subscribe-text p {
    color: #fff;
}
.subscribe-text {
    text-align: center;
    width: 60%;
    margin: auto;
}
.subscribe-text img {
    margin-right: 20px;
}
form.subscribe {
    position: relative;
    padding: 28px 0;
    padding-bottom: 0;
}
form.subscribe .btn {
    position: absolute;
    right: 5px;
    top: 32.5px;
    padding: 14px 34px;
}
form.subscribe input[type="text"] {
    height: 62px;
    border: 0;
    width: 100%;
    border-radius: 50px;
    padding-left: 35px;
    outline: none;
}
/* 44. social-networking */
ul.social-networking {
    display: flex;
    justify-content: center;
    padding: 50px 0;
}
ul.social-networking a i {
    width: 50px;
    height: 50px;
    background-color: var(--theme-colour);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #000;
    margin-right: 10px;
}
.networking {
    z-index: 11;
    position: relative;
    background-color: #fff;
}
ul.social-networking a:hover i {
    transform: rotate3d(1, 1, 1, 360deg);
    background-color: var(--common-colour);
    color: #fff;
}
ul.social-networking a {
    display: flex;
    align-items: baseline;
    font-weight: bold;
    text-transform: capitalize;
}
ul.social-networking li {
    margin-right: 40px;
} 
/* 45. footer two */
footer.two {
    padding: 0;
}
footer.two:before {
    display: none;
}
/* 46. footer-help */
.footer-help {
    position: relative;
    background-size: cover;
}
.footer-help:before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    background-color: #fafafa;
    opacity: .7;
}
.need-help {
    position: relative;
    text-align: center;
    padding-bottom: 60px;
}
.need-help h2 {
    font-weight: 50px;
    font-weight: bold;
    padding-bottom: 10px;
}
/* 47. content-us */
.content-us {
    text-align: center;
    position: relative;
}
.content-us span {
    padding-bottom: 10px;
    display: block;
    font-weight: bold;
    color: var(--common-colour);
}
.content-us h6 {
    color: #7c7c7c;
    padding-top: 6px;
    width: 82%;
    margin: auto;
    line-height: 30px;
}
.content-us a {
    display: block;
    color: #7c7c7c;
    font-weight: 400;
}
.content-us i {
    width: 100px;
    height: 100px;
    background-color: var(--theme-colour);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 20px;
    margin: auto;
    margin-top: 30px;
    position: relative;
}
.content-us i svg {
    height: auto;
    width: 46px;
}
.content-us:hover i svg {
    transform: rotate3d(2, 0, 2, 360deg);
}
.content-us i:before {
    top: 27px;
    content: "";
    width: 25px;
    height: 48px;
    background-image: url(../img/icon-line.png);
    position: absolute;
    background-repeat: no-repeat;
    left: 108%;
}
.content-us:hover i:before {
    left: 118%;
}
/* 48. header.three */
header.three {
    background-color: var(--common-colour);
    position: relative;
}
header.three .bottom-bar {
    border-color: #339a5e;
}
header.three .bottom-bar:before {
    position: absolute;
    width: 30%;
    content: "";
    height: 100%;
    background-color: #fff;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
}
/* 49. .hero-section.three */
.hero-section-three {
    position: relative;
}
.hero-section.three .hero-text {
    padding-left: 0;
}
.hero-section.three {
    padding-top: 190px;
    padding-bottom: 160px;
    position: relative;
}
.hero-section.three .slider-hero .owl-dots {
    left: 0;
    position: absolute;
    bottom: -40%;
}
.hero-section.three:before {
    background-color: #000000;
    opacity: .1;
}
.hero-section-three .reviews {
    position: absolute;
    left: 14%;
    bottom: 77px;
    z-index: 1;
}
.hero-section-three .slider-hero .owl-dots {
    left: 13.5%;
    bottom: 6%;
}
/* 50. all-categories */
.all-categories {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}
.all-categories .heading.two {
    padding-bottom: 0;
}
.all-categories a {
    font-weight: bold;
    width: 250px;
}
.all-categories a svg {
    width: 34px;
    height: auto;
}
.all-categories a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pick-Your-Product {
    width: 90%;
    background-color: #f4f4f4;
    display: flex;
    align-items: baseline;
    border-radius: 51px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.09);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.09);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.09);
    margin-bottom: 32px;
}
.pick-Your-Product i {
    width: 80px;
    border: 3px solid #fff;
    fill: var(--common-colour);
    height: auto;
    background-color: #fff;
    border-radius: 50%;
    padding: 17px;
    margin-right: 14px;
}
.pick-Your-Product i svg {
    width: 41px;
    height: auto;
    filter: brightness(0) saturate(100%) invert(30%) sepia(74%) saturate(1173%) hue-rotate(114deg) brightness(96%) contrast(101%);
}
.pick-Your-Product a {
    font-weight: bold;
    font-size: 20px;
}
.pick-Your-Product:hover {
    background-color: var(--theme-colour);
}
.pick-Your-Product:hover i {
    background-color: var(--common-colour);
}
.pick-Your-Product:hover i svg {
    transform: rotate3d(2, 0, 2, 360deg);
    filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(2%) hue-rotate(90deg) brightness(106%) contrast(100%);
}
/* 51. section-certified-products */
.section-certified-products {
    position: relative;
}
.section-certified-products:before {
    position: absolute;
    width: 30%;
    content: "";
    height: 73%;
    background-color: var(--common-colour);
}
.section-certified-products img.extra-images-one {
    width: 126px;
    z-index: 1;
    left: 10%;
    top: 22%;
}
.section-certified-products .heading.two {
    width: 72%;
    margin-left: auto;
    padding-top: 50px;
}
.certified-product-img {
    position: relative;
}
.certified-product-img figure {
    width: fit-content;
    position: relative;
    z-index: 11;
}
.certified-product-img figure:hover img {
    transform: scale(1.1);
}
.certified-product-img > img {
    position: absolute;
    top: 34%;
    right: 0;
    animation: top 10s infinite;
    z-index: 111;
}
.section-certified-products img.extra-images-two {
    top: 36%;
    right: auto;
    z-index: 1;
    animation: top-bottom 4s infinite;
    left: 39%;
    position: absolute;
}
.section-certified-products img.dots {
    top: 10%;
    right: 3%;
}
/* 52. accordion.two */
.accordion.two {
    border-bottom: 1px solid #d4d4d4;
    width: 90%;
    margin-left: auto;
    position: relative;
    z-index: 22;
}
.accordion.two .accordion-item .title {
    border: 0;
    border-top: 1px solid #d4d4d4;
}
.accordion.two .accordion-item.active {
    border: 0;
}
.accordion.two .content {
    padding: 0;
    padding-top: 0px;
    background-color: #24243500;
    padding-bottom: 20px;
}
.accordion.two .accordion-item .title {
    padding-left: 0;
    padding-right: 0;
}
/* 53. trending-products */
.trending-products {
    margin: auto;
    border: 1px solid #bbbbbb;
    width: 93%;
}
.trending-products-img {
    text-align: center;
    position: relative;
    border-bottom: 1px solid #bbbbbb;
    padding-bottom: 40px;
    padding-top: 40px;
}
.trending-slider.owl-carousel .owl-item img {
    width: auto;
    margin: auto;
}
.trending-products-img span {
    top: 18px;
    position: absolute;
    left: 25px;
    background-color: var(--theme-colour);
    padding: 0px 10px;
    border-radius: 50px;
    line-height: 21px;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 5px;
    font-size: 12px;
}
.trending-products-text {
    padding: 26px;
    text-align: left;
}
.trending-products-text a {
    font-weight: bold;
    font-size: 20px;
}
.trending-products-text a:hover {
    color: var(--theme-colour);
}
.trending-products-text h4 {
    padding-top: 12px;
    font-weight: bold;
}
.trending-products-text h4 del {
    font-size: 16px;
    padding-right: 10px;
    font-weight: 400;
}
.trending-products a.add-to-cart {
    padding: 10px;
    width: 95%;
    background-color: #ffe8b1;
    position: relative;
    display: block;
    text-align: center;
    font-weight: bold;
    margin: auto;
    margin-bottom: 10px;
}
.trending-products:hover  a.add-to-cart {
    background-color: var(--theme-colour);
}
/* 54. clients-testimonials */
.clients-testimonials {
    text-align: center;
    padding: 50px 60px;
}
.zoom-slider .owl-item.active.center .clients-testimonials {
    background-color: #fafafa;
    border: 0;
}
.zoom-slider {
    margin-bottom: 140px;
}
.owl-item.active.center {
    margin-top: 0;
}
.compensate-for-scrollbar {
    margin: 0 !important;
}
@media only screen and (max-width: 2200px) and (min-width: 1200px){
    .zoom-slider .owl-item.active.center {
        width: 594px !important;
        margin-top: 0;
    }
    .zoom-slider .owl-item.active.center p {
        display: block;
    }
    .zoom-slider {
        max-height: 439px !important;
    }
    .zoom-slider .owl-item.active {
        width: 320px !important;
        margin: 10px;
        margin-top: 44px;
    }
    .zoom-slider .owl-item.active p {
        display: none;
    }
    .zoom-slider .owl-item.active .clients-testimonials {
        border: 1px solid #bbbbbb;
        background-color: #fff;
    }
}
@media only screen and (max-width: 1400px) and (min-width: 1200px){
    .zoom-slider .owl-item.active {
        width: 273px !important;
        margin-top: 40px;
    }
    .zoom-slider .owl-item.active.center {
        width: 520px !important;
        margin-top: 0;
    }
    .project-today .owl-item.active.center {
        width: 676px !important;
        margin-top: 0 !important;
    }
    .project-today.owl-carousel .owl-item.active.center img {
        width: 46%;
    }
    .project-today .owl-item.active {
        width: 220px !important;
        margin-top: 60px !important;
    }
    section.support-a-safe.gap {
        padding-bottom: 0;
    }
}
.clients-testimonials img {
    border-radius: 50%;
    margin: auto;
    border: 3px solid var(--theme-colour);
    padding: 5px;
}
.clients-testimonials ul.star {
    justify-content: center;
}
.clients-testimonials ul.star li i {
    color: var(--common-colour);
    font-size: 16px;
    margin-left: 10px;
}
.clients-testimonials h5 {
    background-color: var(--theme-colour);
    font-size: 16px;
    border-radius: 30px;
    padding: 3px 10px;
    padding-top: 6px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 10px;
    transform: translateY(-17px);
}
.clients-testimonials span {
    font-weight: bold;
    padding-bottom: 10px;
    display: block;
    padding-top: 10px;
}
/* 55. blogthree */
.blogthree img {
    width: 100%;
}
.blogthree:hover img {
    transform: scale(1.1);
}
.blogthree {
    position: relative;
}   
.blogthree span {
    position: absolute;
    left: 10px;
    top: 10px;
    background-color: var(--common-colour);
    padding: 2px 10px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    border-radius: 50px;
    padding-top: 5px;
}
.blogthree h4 {
    color: var(--common-colour);
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 6px;
}
.blogthree h3 {
    font-size: 20px;
    padding-bottom: 10px;
    font-weight: bold;
    line-height: 30px;
}
.blogthree-text {
    background-color: #fff;
    width: 92%;
    margin-top: -50px;
    z-index: 1;
    position: relative;
    padding: 18px;
    padding-top: 34px;
    padding-left: 0;
}
.blogthree a i{
    border: 1px solid #e9e9e9;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    border-radius: 50%;
    margin-top: 20px;
}
.blogthree a i:hover {
    background-color: var(--theme-colour);
    border-color: var(--theme-colour);
}
.blogthree a:hover {
    color:  var(--common-colour);
}
/* 56. gummies.two */
.gummies.two {
    padding: 50px 90px;
    margin: 0;
    border: 0;
    padding-bottom: 0;
    background-size: cover;
    position: relative;
    z-index: 1111;
}
.gummies.two:before {
    display: none;
}
.gummies.two .heading.two h2 {
    color: #fff;
}
.gummies.two .heading.two p {
    color: #FFF;
}
.gummies.two img.leaf-big {
    position: absolute;
    top: -2%;
    right: 8%;
    animation: 10s bottom infinite;
}
.gummies.two img.graf-img {
    position: absolute;
    right: 27%;
    z-index: 0;
    top: 17%;
    animation: 10s top infinite;
}
.gummies.two .gummies-text form {
     padding-top: 0px; 
    padding-bottom: 40px;
}
.gummies.two .heading p {
    width: 86%;
}
.gummies-img  .position-relative {
    z-index: 1;
    margin-left: 50%;
}
.gummies-img h4 span {
    padding-bottom: 38px;
    font-size: 42px;
} 
/* 57. organic-plant */
.organic-plant {
    display: flex;
    align-items: flex-start;
    margin-bottom: 50px;
    width: 80%;
}
.organic-plant img {
    margin-right: 30px;
}
.organic-plant h3 {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 8px;
}
/* 58. request-ruote */
.request-ruote {
    padding: 1px;
    margin-bottom: -100px;
    position: relative;
    z-index: 11;
}
form.request-quote {
    background-color: #fff;
    margin: 40px;
    padding: 40px 60px;
}
form.request-quote h3 {
    font-weight: bold;
    text-align: center;
    font-size: 30px;
    padding-bottom: 14px;
}
form.request-quote p {
    text-align: center;
    width: 80%;
    margin: auto;
    padding-bottom: 20px;
}
form.request-quote button.btn {
    margin-top: 30px;
}
.request-quote input {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #cbcbcb;
    padding-bottom: 10px;
    margin-bottom: 30px;
    outline: none;
}
.request-quote input#vehicle1 {
    width: auto;
    margin-right: 11px;
}
.section-request-ruote .heading.two {
    width: 90%;
}
.section-request-ruote {
    position: relative;
}
.section-request-ruote img.request-ruote-img {
    position: absolute;
    right: 43px;
    bottom: 0;
    width: 28%;
}
.section-request-ruote {
    margin-bottom: 120px;
}
.section-request-ruote img.dots {
    top: 10%;
    right: 9%;
}
/* 59. image-gallery */
.shipping i {
    margin-top: 0;
    margin-bottom: 12px;
}
.shipping h6 {
    color: #fff;
    padding-bottom: 8px;
    font-size: 20px;
    font-weight: bold;
}
.shipping span {
    color: #fff;
    font-weight: 400;
    padding-bottom: 0;
}
ul.image-gallery {
    display: flex;
    position: relative;
    justify-content: center;
    z-index: 1;
}
ul.image-gallery li {
    width: 19%;
}
ul.image-gallery li figure {
    width: 100%;
    height: 160px;
    object-fit: cover;
    position: relative;
}
ul.image-gallery li figure:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0%;
    opacity: 0;
    bottom: 0;
    background-color: var(--theme-colour);
}
ul.image-gallery li figure:hover:before{
    opacity: .8;
    height: 100%;
}
ul.image-gallery li figure img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}
ul.image-gallery {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-between;
    margin-bottom: -110px;
    margin-top: 50px;
}
ul.image-gallery li {
    margin-left: 8px;
    margin-bottom: 8px;
}
.gallery-shop {
    padding-top: 120px;
}
/* 60. nature-intended */
.nature-intended i {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: end;
    background-color: #fff;
    padding: 20px;
    border-radius: 50%;
    margin-bottom: 20px;
    position: relative;
    border: 3px solid var(--theme-colour);
}
.nature-intended i svg {
    height: auto;
    width: auto;
}
.nature-intended i:before {
    top: 27px;
    content: "";
    width: 25px;
    height: 48px;
    background-image: url(../img/icon-line.png);
    position: absolute;
    background-repeat: no-repeat;
    left: 108%;
}
.nature-intended:hover i:before {
    left: 118%;
}
.nature-intended h5 {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
}
.nature-intended:hover i {
    background-color: var(--theme-colour);
}
.nature-intended i svg {
    filter: brightness(0) saturate(100%) invert(30%) sepia(74%) saturate(1173%) hue-rotate(114deg) brightness(96%) contrast(101%);
    height: auto;
}
.nature-intended:hover i svg {
    transform: scale(.95);
    filter: brightness(0) saturate(100%) invert(0%) sepia(82%) saturate(7500%) hue-rotate(39deg) brightness(113%) contrast(115%);
}
.nature-intended a:hover {
    color: var(--theme-colour);
}
.nature-intended {
    width: 90%;
    margin-bottom: 30px;
}
/* 61. cbd-oil-dropper.two */
.cbd-oil-dropper.two {
    justify-content: center;
    position: relative;
}
.cbd-oil-dropper.two .organ {
    position: absolute;
    left: 11%;
    top: 4%;
}
/* 62. makes-conbiz */
.makes-conbiz {
    position: relative;
}
.makes-conbiz .heading.two {
    width: 90%;
}
.makes-conbiz:before{
    position: absolute;
    width: 25%;
    height: 100%;
    content: "";
    right: 0;
    top: 0;
    background-color: var(--common-colour);
}
.makes-conbiz > img {
    position: absolute;
    right: 0;
    top: 18%;
}
/* 63. footer three */
footer.three {
    padding-top: 230px;
}
footer.three .widget-title img {
    margin-bottom: 30px;
}
footer.three:before {
    background-color: #fbf9f7;
    opacity: .82;
}
footer.three input {
    margin-bottom: 30px;
}
footer.three .widget-title ul.social-media a {
    background-color: #fdf0d3;
    color: #000;
}
footer.three form {
    position: relative;
}
footer.three form .btn {
    width: fit-content;
    position: absolute;
    right: 0;
}
footer.three .widget-title ul.social-media i{ 
    color:#000 ;
}
footer.three .widget-title ul.social-media a:hover {
    background-color: var(--theme-colour);
}
footer.three input::placeholder,
footer.three input,
footer.three .widget-title h5 a,
footer.three .widget-title > a,
footer.three .widget-title p,
footer.three .widget-title h3,
footer.three .widget-title > ul.links li a {
    color: #000;
}
footer.three .widget-title > ul.links li a:hover {
    color: var(--theme-colour);
}
footer.three .footer-bottom {
    background-color: #fff;
}
footer.three img.extra-images-two {
    width: 196px;
    right: 4%;
    top: 16%;
}
footer.three img.dots {
    top: 29%;
    right: auto;
    width: 132px;
    left: 5%;
}
/* 64. footer-number */
.footer-number {
    position: relative;
    display: flex;
    align-items: center;
}
.footer-number svg {
    width: 34px;
    height: auto;
    fill: #fff;
}
.footer-number h4 {
    font-size: 18px;
    padding-bottom: 4px;
    font-weight: 600;
}
.footer-number i {
    margin-right: 16px;
    width: 60px;
    height: 60px;
    background-color: var(--common-colour);
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
}
/* 65. bannr-section */
.bannr-section {
    background-color: #082012;
    padding-top: 250px;
    text-align: center;
    padding-bottom: 80px;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
}
.bannr-text {
    position: relative;
}
.bannr-text h2 {
    color: #fff;
    font-size: 70px;
    line-height: 70px;
    padding-bottom: 15px;
    text-transform: capitalize;
    font-weight: bold;
    position: relative;
    z-index: 11;
}
.bannr-section img.extra-images-two {
    width: 60px;
    top: 45%;
    right: 11%;
}
.bannr-section img.dots {
    width: 100px;
    top: 45%;
    right: 16%;
}
.bannr-section img.hero-icon {
    bottom: 19%;
    left: 20%;
}
/* 66. breadcrumb */
.breadcrumb {
    justify-content: center;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 0;
}
.breadcrumb a,.breadcrumb-item.active {
    color: #fff;
}
.breadcrumb-item+.breadcrumb-item::before {
    content: var(--bs-breadcrumb-divider, "-");
    color: #fff;
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: 20px;
}
.breadcrumb-item+.breadcrumb-item::before {
    padding-right: 20px;
}
/* 67. our blog */
.our-blog .blogthree-text h2 {
    font-size: 34px;
    font-weight: bold;
    width: 100%;
    line-height: 44px;
    padding-bottom: 16px;
}
.our-blog .blogthree {
    margin-bottom: 30px;
}
.our-blog .blogthree-text {
    width: 95%;
}
.our-blog .blogthree span {
    left: 20px;
    top: 20px;
}
/* 68. pagination */
.pagination {
    display: flex;
    margin-top: 30px;
    width: fit-content;
    position: relative;
    padding: 0px 40px;
    margin-left: 15px;
    border: 1px solid #bbbbbb;
    display: inline-flex;
    box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.09);
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.09);
    -moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.09);
}
.pagination li {
    padding: 20px;
    height: 60px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    border-radius: 10px;
    font-weight: 800;
}
.pagination li.prev a i, .pagination li.next a i {
    font-size: 12px;
}
.pagination li.prev {
    width: 100px;
}
.pagination li a {
    font-size: 16px;
    line-height: 15px;
}
.pagination li.prev a,.pagination li.next a{
    border-right: 0 ;
    padding-right: 0;
}
.pagination li.prev a{
    color: #000;
}
.pagination li.prev {
    width: 40px;
    border-radius: 0;
    color: #000;
    height: 40px;
    border-radius: 50%;
    margin-top: 8px;
}
.pagination li.next {
    position: absolute;
    border-radius: 0;
    right: -20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-top: 8px;
}
.pagination li.next {
    position: absolute;
    border-radius: 50px;
    right: -20px;
    width: 40px;
    background-color: var(--theme-colour);
}
.pagination li.next:hover,.pagination li.prev:hover{
    background-color: var(--common-colour);
}
.pagination li.prev {
    position: absolute;
    left: -15px;
    border-radius: 50%;
    background-color: var(--theme-colour);
}
.pagination li.prev a,.pagination li.next a{
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}
.pagination li.prev:hover a,.pagination li.next:hover a{
    color: #fff;
}
/* 69. recent-post */
.recent-post li{
    display: flex ;
    align-items: center;
}
.recent-post a{
    font-size: 18px;
    font-weight: bold;
    color: black;
}
.recent-post i{
    padding-right: 10px;
    font-size: 20px;
}
.sidebar h3 {
    font-size: 24px;
    display: inline-block;
    line-height: 20px;
    margin-bottom: 6px;
    font-weight: 800;
}
.boder {
    display: block;
    width: 50px;
    height: 6px;
    background-color: var(--common-colour);
    margin-bottom: 26px;
}
ul.categories li a:hover span {
    color: #000;
}
ul.categories li a:hover{
    background-color: var(--common-colour);
    color: #fff;
}
.sidebar {
    padding: 40px;
    margin-bottom: 20px;
    border: 1px solid #bbbbbb;
}
.sidebar.sidebar-two .btn {
    width: 100%;
}
ul.recent-post li figure {
    margin-right: 20px;
}
.recent-post img {
    margin-right: 20px;
    width: 100px;
    height: 100px;
}
.recent-post li:hover img {
    transform: scale(1.1);
}
ul.recent-post span {
    padding-top: 10px;
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #444444;
}
ul.recent-post li{
    padding-bottom: 20px;
}
ul.recent-post li.end {
    padding: 0;
}
/* 70. ul.categories */
ul.categories li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px;
    border-radius: 49px;
    color: #444444;
    font-size: 16px;
    font-weight: 700;
    padding-left: 30px;
    border: 3px solid #fff;
    width: 96%;
}
ul.categories li a span {
    background-color: var(--theme-colour);
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 29px;
    margin-right: -22px;
    color: #000;
}
ul.quick-links li a {
    color: #444444;
    font-size: 16px;
    font-weight: 600;
}
ul.quick-links li{
    padding-bottom: 15px;
}
ul.quick-links li.end{
    padding-bottom: 0px;
}
.quick-links i{
    color: #555555;
    padding-right: 10px;
}
ul.Meta li a {
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #c5c5c5;
    color: #444444;
    display: block;
}
.recent-post i,
.recent-post a:hover,
ul.Meta li a:hover,
ul.quick-links li a:hover {
    color: var(--common-colour);
}
ul.Meta li.end a{
    padding: 0;
    margin: 0;
    border: 0;
}
/* 71. sidebar.sidebar-two */
.sidebar.sidebar-two h3{
    color: white;
}
.sidebar.sidebar-two  p{
    color: #cfcfcf;
    padding-bottom: 15px;
}
.sidebar.sidebar-two {
    border: 0;
    margin: 0;
    background-size: cover;
}
.sidebar-two input[type="text"] {
    width: 100%;
    height: 60px;
    padding-left: 25px;
    border-radius: 50px;
    border: 0;
    outline: none;
    margin-bottom: 10px;
}
/* 72. blog-details */
.blog-details h2 {
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 34px;
    font-weight: bold;
    line-height: 44px;
}
.quote {
    display: flex;
    padding: 40px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.quote i svg {
    height: auto;
}
.quote i {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--theme-colour);
    padding: 17px;
    border-radius: 50%;
    margin-right: 30px;
}
.quote i {
    margin-right: 0;
    margin-bottom: 20px;
}
.blog-details ul.list-style {
    margin-top: 22px;
}
.quote h3 {
    font-style: italic;
    color: #fff;
    font-size: 20px;
    line-height: 36px;
}
.blog-details .video {
    margin-top: 30px;
    position: relative;
    margin: 20px 0;
    padding: 0;
}
.blog-details .video i {
    top: 50%;
    left: 50%;
}
.blog-details .video img {
    border-radius: 0;
    width: 100%;
    margin-bottom: 0;
    height: 360px;
    object-fit: cover;
} 
.blog-details p span {
    border-bottom: 1px solid;
}
/* 73. willimes-marko */
.willimes-marko {
    margin-bottom: 40px;
    display: flex;
    position: relative;
    align-items: center;
    margin-top: 40px;
    padding: 31px 30px;
    position: relative;
    width: 100%;
    padding-right: 20px;
    overflow: hidden;
}
.willimes-marko img {
    border-radius: 50%;
    margin-right: 30px;
    border: 3px solid #fff;
    position: relative;
}
.willimes-marko h4 {
    font-weight: bold;
    color: #000;
    font-size: 30px;
}
.willimes-marko p {
    width: 93%;
    color: #000;
}
.social-media-Intege {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.social-media-Intege ul.social-media a {
    background-color: #fff;
}
.social-media-Intege ul.social-media a i {
    color: #000;
}
/* 74. prvious-story */
.prvious-story {
    padding: 40px;
    border: 3px solid var(--theme-colour);
    width: 49%;
}
.prvious-story h3 {
    font-size: 14px;
    color: #505050;
    font-weight: bold;
}
.prvious-story h5 {
    font-size: 18px;
    padding-top: 10px;
    color: #000;
    font-weight: bold;
}
.prvious-story.two {
    text-align: right;
}
/* 75. comment */
.comment{
    padding-top: 60px;
}
.comment h3 {
    font-size: 30px;
    font-weight: bold;
    text-transform: capitalize;
}
.comment-data h4{
    font-size: 24px;
    font-weight: bold;
    display: inline;
}
.tab-content .comment li {
    position: relative;
}
.tab-content .comment li .start {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 10px;
}
.tab-content .comment li .start i {
    font-size: 10px;
    padding: 0;
    color: #000;
}
.footer-help.contact-page:before {
    display: none;
}
.tab-content .comment li .start {
    background-color: var(--theme-colour);
    padding: 1px 10px;}
.comment-data span{
    padding-left: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
}
.comment li {
    display: flex;
    padding: 15px 34px;
    position: relative;
    margin-left: 0px;
    margin-top: 30px;
    align-items: center;
    border: 1px solid #bbbbbb;
}
.comment-data {
    padding: 26px;
    padding-left: 0;
}
.comment li img {
    position: relative;
    left: 0%;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #fff;
    margin-right: 20px;
}
.comment-data p {
    padding-top: 14px;
}
.comment li a {
    color: #000;
    position: absolute;
    right: 14px;
    font-weight: 600;
    padding: 2px 12px;
    font-size: 14px;
    border-radius: 0;
    top: 14px;
    text-transform: uppercase;
    padding-bottom: 0;
}
li.reply-comment {
    margin-left: 52px;
    width: 94%;
}
/* 76. form.leave input */
form.leave input {
    width: 100%;
    height: 60px;
    padding-left: 25px;
    border: 1px solid #bbb;
    outline: none;
}
form.leave input,form.leave input::placeholder{
    color: #555;
}
form.leave textarea {
    width: 100%;
    height: 180px;
    margin-top: 20px;
    border: 1px solid #bbb;
    outline: none;
    color: #555;
    padding-top: 25px;
    padding-left: 23px;
}
form.leave textarea::placeholder{
    color: #555;
}
.comment a.button {
    border-radius: 0;
    top: 10px;
}
/* 77. shop_table */
table.shop_table {
    width: 100%;
    margin-bottom: 80px;
}
table.shop_table thead {
    height: 50px;
    color: black;
    background-color: #ffc53c;
}
table.shop_table tr td {
    padding: 20px;
}
th.product-name {
    padding-left: 60px;
}
table.shop_table td.product-name span {
    padding-bottom: 4px;
    font-size: 16px;
    color: #000;
    display: block;
    font-weight: bold;
    width: 100%;
}
table.shop_table td.product-name p{
    font-size: 14px;
    line-height: 24px;
}
table.shop_table td.product-subtotal span {
    font-weight: bold;
    font-size: 22px;
}
table.shop_table td.product-name a {
    font-weight: bold;
    display: block;
    font-size: 20px;
} 
table.shop_table td.product-remove a i{
    font-size: 20px;
}
table.shop_table td.product-quantity input {
    padding: 10px;
    border: 1px solid #c3c3c3;
    outline: none;
    font-weight: bold;
    width: 120px;
    border-radius: 50px;
}
table.shop_table td.product-name {
    display: flex;
    text-align: inherit;
    align-items: flex-start;
    margin: -1px;
    margin-top: 0;
    margin-left: 0;
    align-items: center;
}
table.shop_table td.product-name img {
    margin-left: 30px;
    margin-right: 28px;
    border: 2px solid #c3c3c3;
    padding: 10px;
    width: 100px;
}
table.shop_table tbody tr td {
    border: 1px solid #c3c3c3;
}
table.shop_table td.product-price bdi {
    font-size: 24px;
    font-weight: bold;
    display: block;
}
table.shop_table td.product-price del {
    color: #000000;
}
table.shop_table td.product-price del bdi {
    font-size: 15px;
}
table.shop_table td.product-price {
    text-align: inherit;
}
tr.product {
    border-bottom: 1px solid #c3c3c3;
}
tfoot h4,tfoot h5 {
    font-weight: bold;
    font-size: 20px;
    padding: 0 60px ;
}
/* 78. coupon-area */
.coupon-area {
    padding: 50px;
    background-color: var(--common-colour);
}
.coupon-area h3{
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.coupon-area p{
    font-weight: bold;
}
.coupon{
    margin-top: 20px;
}
.coupon input {
    width: 100%;
    height: 60px;
    border-radius: 45px;
    padding-left: 30px;
    border: 0;
    margin-bottom: 10px;
    outline: none;
}
.coupon button.btn {
    background-color: transparent;
    width: 100%;
    color: #fff;
    border: 3px solid var(--theme-colour);
}
.coupon .btn:before {
    background-color: var(--theme-colour);
    opacity: 0;
}
.coupon .btn:hover:before {
    background-color: var(--theme-colour);
    opacity: 1;
}
/* 79. cart_totals */
.cart_totals {
    padding: 40px;
    position: relative;
    border: 1px solid #bbbbbb;
}
table.shop_table_responsive {
    width: 100%;
}
table.shop_table_responsive tr{
    font-weight: bold;
    font-size: 20px;
}
.cart_totals h4 {
    font-weight: bold;
    padding-bottom: 20px;
    color: black;
}
table.shop_table_responsive tbody {
    background-color: #ffffff;
    display: block;
    padding-bottom: 0;
}
tr.Total {
    color: black;
    font-weight: bold;
    margin-top: 20px;
}
table.shop_table_responsive tbody tr.Shipping,
table.shop_table_responsive tbody tr.cart-subtotal {
    padding: 16px 0px;
    padding-top: 0;
}
table.shop_table_responsive tbody {
    background-color: #f2f2f2;
    display: block;
    padding-bottom: 0;
    padding: 26px;
}
tr.Total th {
    height: 60px;
    font-weight: bold !important;
    line-height: 60px;
}
table.shop_table_responsive td {
    font-weight: 400;
}
table.shop_table_responsive tr.Total td{
    font-weight: bold;
}
table.shop_table_responsive tr {
    font-weight: bold;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0;
}
table.shop_table_responsive td {
    font-weight: 700;
}
.wc-proceed-to-checkout {
    margin-top: 20px;
}
.shop_table_responsive tr.Total {
    border-radius: 0;
    border-top: 1px solid #bbbbbb;
}
tfoot tr .btn {
    background-color: #f4f4f4;
}
tfoot tr .btn.update-cart {
    background-color: #000;
    color: #fff;
}
/* 80. products */
.products-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    align-items: center;
}
.products-list .nice-select.Advice {
    width: 238px;
    height: 60px;
    border-radius: 43px;
    padding-top: 7px;
    border: 1px solid #ebebeb;
    position: relative;
    margin-left: 20px;
}
.products-list .nice-select.Advice:before {
    background-color: #f7f7f7;
    width: 36px;
    height: 36px;
    position: absolute;
    content: "";
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 8px;
    top: 10px;
}
.products-list .nice-select:after {
    height: 7px;
    right: 22px;
    width: 7px;
}
.products-list svg {
    width: 24px;
    height: auto;
}
.products-list #v-pills-tab{
    margin-bottom: 0;
    margin-left: 40px;
}
.products-list .nav-link {
    padding: 0;
    color: #000000;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.tab-content .trending-products {
    margin: auto;
    border: 1px solid #bbbbbb;
    width: 100%;
    margin-bottom: 24px;
}
.trending-products:hover img {
    transform: scale(.9);
}
/* 81. checkout-meta */
form.checkout-meta {
    background-color: transparent;
    padding: 0;
}
form.checkout-meta input {
    width: 100%;
    height: 65px;
    padding-left: 30px;
    margin-bottom: 15px;
    font-size: 14px;
    border: 1px solid #c3c3c3;
    color: black;
    outline: none;
}
form.checkout-meta input::placeholder{
    color: black;
}
form.checkout-meta.donate-page .nice-select.Advice {
    margin-bottom: 15px;
    width: 100%;
    height: 65px;
    border-radius: 0;
    padding-left: 30px;
    border: 1px solid #c3c3c3;
    padding-top: 10px;
    font-family: 'Epilogue';
}
.nice-select:after {
    right: 25px;
}
form.checkout-meta .ship-address{
    display: block;
}
form.checkout-meta .ship-address input {
    width: 0%;
    height: 0;
}
ul.list {
    width: 100%;
}
.ship-address label {
    padding-left: 16px;
    padding-top: 2px;
}
.ship-address input[type='radio']:after{
    top: 13px;
}
.cart_totals.cart-Total {
    border: 0;
    padding: 0;
    z-index: 1;
}
.cart_totals.cart-Total tr.Total {
    background-color: var(--theme-colour);
    color: black;
    border-radius: 0;
    border-top: 1px solid #f7f7f7;
    font-weight: bold;
    padding: 0px 22px;
    margin-top: 0;
}
.checkout-side h3 {
    padding-top: 20px;
    padding-bottom: 20px;
}
form.checkout-meta.donate-page h3 {
    font-weight: bold;
    font-size: 40px;
}
form.checkout-meta.donate-page h4 {
    font-weight: bold;
    font-size: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
}
form.checkout-meta .checkout-side h4 {
    font-size: 24px;
}
.woocommerce-additional-fields h3{
    font-size: 24px;
}
.woocommerce-additional-fields textarea.input-text {
    margin-top: 26px;
    width: 100%;
    height: 200px;
    padding: 25px;
    color: black;
    border: 1px solid #c3c3c3;
    outline: none;
}
.woocommerce-additional-fields textarea.input-text::placeholder{
    color: black;
}
.cart_totals-checkout {
    padding: 40px;
    background-color: #f7f7f7;
}
input[type="radio"] {
    margin: 0 !important;
    width: 14px !important;
    height: auto !important;
}
.checkout-side li {
    padding-bottom: 11px;
}
.checkout-side li label {
    padding-left: 10px;
    color: #fff;
}
.checkout-side ul {
    padding-bottom: 20px;
}
/* 82. error-404 */
.error-404 {
    padding-top: 240px;
    padding-bottom: 120px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.error h2 {
    margin-bottom: 20px;
    font-size: 220px;
    line-height: 172px;
    font-weight: bold;
    color: #fff;
}
a.btn i {
    padding-right: 10px;
}
.error .button {
    display: flex;
    align-items: center;
    width: fit-content;
    margin: auto;
}
.error .button i {
    margin-right: 10px;
}
.error p {
    color: #fff;
    padding-top: 10px;
}
.error h3 {
    font-size: 40px;
    font-weight: 800;
    color: #fff;
    text-transform: capitalize;
}
.error h3 span {
    color: var(--theme-colour);
}
.error {
    width: 58%;
    position: relative;
    z-index: 1;
    margin: auto;
    text-align: center;
}
.error form{
    margin-top: 30px;
    position: relative;
    margin-bottom: 20px;
}
.error input {
    height: 65px;
    padding-left: 30px;
    width: 100%;
    border-radius: 44px;
    border: 1px solid #c1c1c1;
    outline: none;
}
button.error-button {
    position: absolute;
    background-color: var(--theme-colour);
    color: #000;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    right: 5px;
    top: 5px;
    border: 0;
}
.img-error svg {
    position: absolute;
    bottom: 0;
    left: 0;
}
.img-error {
    position: relative;
}
.error-404 img.dots {
    top: 41%;
    right: 11%;
}
.error-404 img.leaf {
    top: 43%;
    right: 72%;
    width: 100px;
}
/* 83. product-info */
.product-info .start i {
    font-size: 12px;
    color: #ffa200;
}
.product-info span {
    padding-left: 12px;
    font-weight: bold;
    color: #999;
}
.product-info h2{
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
    padding-top: 10px;
}
form.variations_form span {
    padding: 0;
    color: #000000;
}
form.variations_form ins{
    text-decoration: none;
}
form.variations_form ins span {
    font-size: 40px;
}
.stock {
    display: flex;
    align-items: baseline;
}
.product-info h6 span {
    color: var(--common-colour);
    padding-right: 22px;
    padding-left: revert-layer;
}
ul.product_meta span.theme-bg-clr {
    color: var(--common-colour);
}
.product-info h5 {
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #444444;
}
span.price del {
    padding-right: 10px;
    color: #444;
    font-size: 20px;
}
span.price del form.variations_form span {
    color: #444;
}
.quantity h6 {
    color: #444444;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
}
.product-info .wishlist {
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.product-info .wishlist i {
    border: 1px solid #dcdcdc;
    color: #000;
    width: 55px;
    font-size: 18px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    line-height: 0;
}
.quantity {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
form.variations_form input.input-text {
    width: 42%;
    padding: 15px;
    border-radius: 48px;
    border: 1px solid #c1c1c1;
    margin-left: 20px;
    outline: none;
    font-weight: bold;
}
form.variations_form .btn span{
    color: white;
}
form.variations_form .btn{
    margin: 0;
}
/* 84. product_meta */
form.variations_form > h6 {
    font-size: 16px;
    background-color: #eaf7ef;
    padding: 6px 15px;
    border-radius: 50px;
    margin-top: 10px;
    display: inline-block;
    padding-right: 50px;
}
form.variations_form h6 i {
    padding-right: 10px;
}
ul.product_meta {
    padding-top: 24px;
    margin-top: 32px;
    border-top: 1px solid #e2e2e2;
}
ul.product_meta > li {
    display: flex;
    align-items: center;
    padding-top: 10px;
}
ul.pd-cat,ul.pd-tag {
    padding-left: 10px;
}
ul.product_meta li span,{
    color: black;
    font-weight: bold;
}
ul.product_meta li a{
    color: #363636;
    font-weight: bold;
    text-transform: capitalize;
}
ul.product_meta li a:hover {
    color: var(--theme-colour);
}
.product-info-img {
    text-align: center;
    border: 1px solid #bbbbbb;
    width: 85%;
    height: 100%;
    padding-top: 77px;
}
.product-info-img img.info-img {
    position: absolute;
    right: 5%;
    top: 3%;
}
.product-info-img {
    position: relative;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.09);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.09);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.09);
}
.product-info {
    width: 81%;
}
/* 85. tab-style */
.tab-style {
    border-bottom: 1px solid #bbb;
}
.tab-style .nav-link,
.tab-style .nav-link.active {
    background-color: #fff;
    border-radius: 0;
    font-weight: bold;
}
.tab-style .nav-link.active {
    border-bottom: 3px solid var(--common-colour);
}
.tab-content ul.list-style {
    margin-top: 40px;
}
/* 86. ul.specification */
ul.specification li {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    font-weight: bold;
    background-color: #f5f5f5;
}
ul.specification li h6 {
    color: #000;
    padding: 24px 44px;
    width: 240px;
    margin-right: 30px;
    font-weight: bold;
    border: 3px solid #feda46;
    background-color: #fff;
}
.tab-content .comment {
    padding-top: 0;
}
.tab-content .form-reviews {
    margin-top: 40px;
    border: 3px solid var(--theme-colour);
    padding: 50px;
    padding-top: 50px;
}
.comment.form-reviews .start {
    margin-left: 10px;
}
.tab-content .form-reviews h3 {
    padding-bottom: 14px;
    font-size: 40px;
}
.tab-content .form-reviews p {
    padding-bottom: 10px;
}
.start i {
    font-size: 23px;
    padding-right: 5px;
    color: #a9a9a9;
}
ul.social-media.two {
    display: flex;
    justify-content: flex-start;
    margin-top: 40px;
}
ul.social-media.two a {
    background-color: #fff3d8;
    color: #000;
    width: 50px;
    height: 50px;
}
ul.social-media.two a i {
    color: #000;
}
ul.social-media.two a:hover {
    background-color: var(--theme-colour);
}
/* 87. contentform */
.content-style {
    padding: 50px 70px;
    width: 90%;
    margin-left: auto;
    position: relative;
}
.content-style img.dots {
    top: 0;
    right: -33%;
}
.content-style img.extra-images-two {
    top: 43%;
    right: -24%;
}
.content-style h3 {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    padding-bottom: 20px;
}
form#contact-form input {
    width: 100%;
    height: 60px;
    margin-bottom: 16px;
    border: 0;
    outline: none;
    padding-left: 16px;
}
form#contact-form  textarea {
    height: 140px;
    padding-top: 14px;
    width: 100%;
    outline: none;
    padding-left: 16px;
    margin-bottom: 16px;
}
.map iframe {
    width: 100%;
    height: 400px;
    margin-top: 80px;
}
.content {
    position: relative;
}
.content img.extra-images-two {
    top: 43%;
    right: -16%;
    z-index: 1;
    z-index: -1;
}
.content img.dots {
    top: auto;
    z-index: -1;
    right: -5%;
    bottom: -37px;
}
/* 88. team-page */
.mail-style {
    display: flex;
    align-items: center;
    margin-top: 32px;
}
.mail-style i {
    padding: 13px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    background-color: var(--common-colour);
    border-radius: 50%;
    margin-right: 14px;
}
.mail-style i svg {
    fill: #fff;
    height: auto;
}
.mail-style a:hover {
    color: var(--common-colour);
}
.team-page .mail-style h4 {
    font-size: 18px;
    padding-bottom: 4px;
    font-weight: bold;
}
.team-page {
    display: flex;
    align-items: center;
    border: 1px solid #bbb;
    position: relative;
}
.team-page:before {
    position: absolute;
    content: "";
    background-color: var(--common-colour);
    width: 26%;
    height: 100%;
    top: 0;
    left: 0;
}
.team-page figure {
    margin-right: 100px;
    transform: translatex(30px) translateY(-30px);
}
.team-page h4 {
    font-size: 36px;
    font-weight: bold;
}
.team-page p {
    font-weight: bold;
    color: var(--common-colour);
    padding-bottom: 14px;
}
.team-page ul.social-media li a {
    border: 0;
    background-color: #fff3d8;
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
    color: #000;
}
.team-page ul.social-media li a i {
    color: #000;
}
.team-page ul.social-media li a:hover {
    background-color: var(--theme-colour);
}
.team-page .social-media {
    top: 10%;
    position: absolute;
    display: block;
    right: 30px;
}
/* 89. service-details */
.service-details .content-us i {
    margin: 0;
    margin-left: 20px;
}
.service-details h3 {
    font-size: 40px;
    padding-bottom: 10px;
    font-weight: bold;
}
.service-details .list-style {
    padding-top: 20px;
}
.service-details .video img {
    border-radius: 0;
    width: 100%;
    margin: 0;
    padding: 0;
}
.service-details .video {
    margin-bottom: 0;
    margin-top: 40px;
}
.service-details .video i {
    top: 50%;
    left: 50%;
}
.service-details .organic-plant {
    margin-bottom: 20px;
    border: 1px solid #bbb;
    padding: 46px;
    width: 100%;
}
.service-details .organic-plant img {
    width: 44px;
}
.service-details .organic-plant:hover img {
    animation: top-bottom 1s;
}

.service-details .organic-plant h5 {
    font-weight: bold;
    padding-bottom: 10px;
}
.money-back-two {
    text-align: center;
    padding: 50px;
}
.money-back-two h4 {
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.money-back-two p {
    color: #fff;
    width: 90%;
    margin: auto;
}
/* 90. clients-reviews-two */
.clients-reviews-two {
    text-align: center;
    width: 56%;
    margin: auto;
    padding-bottom: 2px;
}
.clients-reviews-two ul.star {
    justify-content: center;
    margin-bottom: 10px;
}
.clients-reviews-two ul.star li {
    color: var(--common-colour);
    font-size: 15px;
    padding-right: 5px;
}
.clients-reviews-two h5 {
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 20px;
}
.clients-reviews-two p {
    padding-bottom: 14px;
    font-weight: 500;
    color: #000;
    font-size: 18px;
}
.clients-reviews-dots img {
    border-radius: 50%;
    border: 1px solid var(--theme-colour);
    margin-right: 12px;
}
.slick-active.slick-center .clients-reviews-dots {
    background-color: var(--theme-colour);
}
.slick-active.slick-center .clients-reviews-dots img {
    border-color:#fff ;
}
.slider-nav-two.slick-initialized.slick-slider.slick-dotted {
    width: 80%;
    margin: auto;
    margin-bottom: 50px;
}
.slick-slide img {
    display: inline;
}
.clients-reviews-dots h4 {
    line-height: 22px;
    font-size: 20px;
    font-weight: bold;
    padding-top: 10px;
}
.clients-reviews-dots p {
    line-height: 24px;
    font-size: 14px;
}
.clients-reviews-dots {
    background-color: #f1f1f1;
    display: inline-flex;
    padding: 10px 54px 10px 30px;
    align-items: center;
}
/* 91. team-information */
.team-information figure img {
    border-radius: 50%;
    border: 7px solid transparent;
    outline: 5px solid var(--theme-colour);
    margin-bottom: 10px;
    margin-top: 10px;
}
.team-information:hover figure img {
    border: 7px solid var(--theme-colour);
}
.team-information {
    text-align: center;
    position: relative;
}
.team-information:before {
    top: 28%;
    content: "";
    width: 25px;
    height: 48px;
    background-image: url(../img/icon-line.png);
    position: absolute;
    background-repeat: no-repeat;
    left: 93%;
}
.team-information:hover:before {
    left: 98%;
}
.team-information a {
    font-size: 28px;
    font-weight: bold;
    padding-top: 10px;
    display: block;
}
.team-information a:hover {
    color: var(--theme-colour);
}
.team-information h5 {
    color: var(--common-colour);
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 10px;
}
/* 92. selection style */
::-moz-selection { 
  color: #fff;
  background: var(--common-colour);
}
::selection {
  color: #fff;
  background: var(--common-colour);
}
/* transition speed */
.nature-intended a,
.certified-product-img figure img,.blogthree img,.blogthree a i,.blogthree a,ul.image-gallery li figure:before,
.pick-Your-Product,.pick-Your-Product i,.pick-Your-Product a,.pick-Your-Product:hover i svg,.nature-intended i:before,
.pricing-text > i svg,.blogtwo img,.blogtwo-text a,ul.social-networking a i,.trending-products a.add-to-cart,
.differnce-products-all a,.gummies:before,.pricing-text a,.content-us i:before,.plant-option i:before,
.team-information:before,.team-information figure img,.team-information a,.header-search .donation a.checkout,
.sustainability-img img,.plant-option i,.plant-option:hover svg,.nature-intended i svg,.mail-style a,
ul.categories li a,ul.Meta li a,ul.quick-links li a,.recent-post a,.pagination li.next,.pagination li.prev,
ul.product_meta li a,.collnumber svg,.products-needs img,.provide-high-text a,.trending-products img,
.sustainability,.sustainability a,.sustainability p,.sustainability:before,.sustainability i svg,ul.social-media a,
.products a,.plant-based a,.plant-based img,.natural-img img,.sustainability i:before,.blog h3 a,.blog-img img,
.products-needs a,.differnce-products i,.differnce-products i svg,.differnce-products h4 a,.differnce-products a i,
.header-search > a,button.owl-prev,button.owl-next,.cart-popup,.products.two a.add-to-cart,.products-needs:before,
.widget-title > ul.links li a,.footer-bottom-text ul li a,a.video-pop i,.content-us i svg,.trending-products-text a,
.recent-post img,.products a.btn,.products img {
    transition: .4s all;
}

/* responsive */

@media(max-width: 1400px){
	.gap {
    padding-top: 100px;
    padding-bottom: 100px;
	}
	.no-top {
	    padding-top: 0;
	}
	.no-bottom {
	    padding-bottom: 0;
	}
	.hero-section.three {
    	background-position: top;
	}
	.organic-plant img {
    	width: 40px;
	}
	.hero-section-three .slider-hero .owl-dots {
	    left: 8.5%;
	    bottom: 6%;
	}
	img.extra-images-three {
	    left: -2%;
	    position: absolute;
	    top: 28%;
	    width: 129px;
	}
	.slider-hero .owl-dots {
    	bottom: 6%;
	}
	.reviews {
    	padding-right: 11%;
	}
	.reviews h5 {
    	font-size: 14px;
	}
	.certified-product-img > img {
    	width: 45%;
	}
	.service-details .organic-plant {
    	padding: 32px;
    }
	.zoom-slider .owl-dots {
		position: absolute;
		bottom: -13%;
		left: 35%;
	}
	.navbar-links li.navbar-dropdown .dropdown a:not(:last-child):before {
    	width: 80%;
    }
	.reviews ul li {
    	font-size: 12px;
	}
	.product-info h2 {
	    font-size: 34px;
	    line-height: 46px;
    }
	button.owl-prev:before,button.owl-next:before {
    	top: 20px;
	}
	.gummies.two img.graf-img {
    	width: 24%;
	}
	.plant-option a {
	    font-size: 18px;
    }
    form.variations_form ins span {
    	font-size: 34px;
	}
    .products.two {
	    width: 100%;
	}
    .section-anti-aging .heading.two {
    	padding-bottom: 10px;
    }
    .cart-popup img {
    	width: 62px;
	}
	.products img {
		padding-left: 0;
	}
	.sustainability {
    	padding: 30px;
    }
    .bannr-text h2 {
        font-size: 54px;
	    line-height: 70px;
	    padding-bottom: 10px;
    }
    .slider-reviews .owl-nav {
	    left: 95%;
    }
    .provide-high-img img.provide-high-one {
    	width: 61%;
	}
	.section-pricing-plans img.extra-images-two {
    	left: 3%;
    }
    #progress {
	    height: 50px;
	    width: 50px;
    }
    .clients-reviews p {
    	line-height: 25px;
	}
	.clients-reviews img {
		width: auto !important;
	}
    .sustainability i {
	    width: 80px;
	    height: 80px;
    }
    .nature-intended i {
    	padding: 24px;
    }
    .sustainability i:before {
    	top: 17px;
    }
	.bannr-section {
	    padding-top: 210px;
	    padding-bottom: 60px;
	    overflow: hidden;
	}
    .cart-popup {
    	padding: 20px 20px 20px;
    }
    .product-info-img {
    	width: 93%;
    }
    .bannr-section img.dots {
		width: 73px;
		top: 46%;
		right: 16%;
	}
    .clients-reviews-dots {
    	padding: 10px 40px 10px 20px;
    }
    .footer-bottom {
    	margin-top: 100px;
	}
	.navbar-links li.navbar-dropdown .dropdown {
		padding-top: 8px;
		padding-bottom: 8px;
	    background-color: #fff;
	}
	.navbar-links li.navbar-dropdown .dropdown a {
    	font-size: 14px;
	    padding-left: 20px;
	    padding-top: 10px;
	    padding-bottom: 10px;
	    border: 0;
	    position: relative;
	    text-transform: capitalize;
	    color: #000;
	    background-color: #FFF;
	}
    .sustainability h5 a {
    	font-size: 24px;
    }
    .sidebar {
    	padding: 30px;
    }
    .gallery-shop {
    	padding-top: 100px;
	}
    .hero-section.three {
		padding-top: 120px;
		padding-bottom: 126px;
	}
    header.three .bottom-bar:before {
    	width: 26%;
    }
    ul.recent-post span {
    	font-size: 13px;
    }
    .recent-post i {
	    padding-right: 6px;
	    font-size: 13px;
	}
    .recent-post a {
    	font-size: 16px;
    }
    .recent-post img {
	    width: 90px;
	    height: 90px;
	}
    form.request-quote {
	    background-color: #fff;
	    margin: 40px;
    	padding: 33px 40px;
	}
	.slider-hero.owl-carousel .owl-item img {
    	width: 80% !important;
	}
	form.request-quote p {
    	width: 100%;
    }
    footer.three img.dots {
    top: 29%;
    width: 102px;
    left: -1%;
	}
	.hero-text {
    	padding-left: 0px; 
   }
   .pick-Your-Product {
   	width: 100%;
   }
   .makes-conbiz > img {
    width: 301px;
    right: -6%;
    top: 25%;
	}
	.nature-intended h5 {
    	font-size: 18px;
    }
	.hero-section.three .slider-hero .owl-dots {
    	bottom: -32%;
	}
   .need-help {
    	padding-bottom: 40px;
	}
   .blogtwo-text a {
    	width: 80%;
    }
    .content-us i {
    	margin-top: 20px;
    }
    .hero-section-three .reviews {
    	left: 9%;
    }
   .three-bar {
	    padding-top: 12px;
	    padding-bottom: 12px;
	}
	.differnce-products p {
    	width: 90%;
	}
	.conbiz-products-back img.hero-icon {
    	left: 2%;
    	width: 80px;
	}
	.conbiz-products-back {
		padding-bottom: 260px;
	}
   h1 {
    	font-size: 50px;
	}
	.products-needs-text {
    	width: 67%;
	}
	.plant-option a {
    	width: 57%;
    }
    .hero-section-three img.hero-icon-1,
	.hero-section img.hero-icon-1 {
	    left: 0.6%;
	    width: 90px;
	}
	.products {
    	width: 100%;
	}
	.products.two {
	    overflow: hidden;
	}
	.slider-hero .owl-dots {
    	left: 8%;
    	bottom: -10%;
    }
    .hero-section.two {
    	padding-bottom: 60px;
    }
    h2 {
   	 font-size: 44px;
	}
	.cbd-oil-dropper img.dots {
    width: 100px;
	}
	img.leaf {
    right: -7%;
   }
   .cbd-oil-dropper .video img {
    padding: 30px;
	}
	.cbd-oil-dropper .video:before {
    left: 4%;
    width: 500px;
    height: 500px;
    top: 3.5%;
   }
   .selling-products > img.extra-images-two {
    left: -20%;
    width: 100px;
	}
	.selling-products > img {
   	 padding: 30px 73px;
   }
   .accordion-img img.dots {
    width: 100px;
	}
	.blog {
    margin-left: 30px;
    padding: 27px;
    margin-bottom: 10px;
    padding-top: 0;
	}
	.blog {
    z-index: 1;
    position: relative;
	}
	.blog h4 {
    width: 140px;
	}
	img.extra-images-one {
    left: 5px;
   }
   .footer-location h4 {
    width: 87%;
   }
   footer img.extra-images-two {
    width: 110px;
    right: 1%;
    top: 55%;
	}
   .widget-title > ul.links li:not(:last-child) {
    padding-bottom: 14px;
	}
   img.extra-images-two {
    top: 43%;
    right: -7%;
    z-index: 1;
    width: 60px;
	}
   .accordion-img img.dots {
	   z-index: -2;
	   right: -5%;
   }
   .selling-products > img.dots {
    left: 5%;
    top: 10%;
    width: 100px;
	}
   .section-reviews img.extra-images-two {
    bottom: 15%;
    width: 90px;
    right: 1%;
   }
   .section-reviews img.dots {
    right: 7%;
	}
   .cbd-oil-dropper-text {
    padding-left: 30px;
	}
	.cbd-oil-dropper-text p {
		padding-top: 0;
	}
   .section-products img.extra-images-two {
    width: 60px;
    left: 2%;
	}
   img.extra-images-for {
    width: 160px;
   }
   .products {
    width: 96%;
   }
	.money-back {
    width: 100%;
   }
    .heading p {
    	width: 96%;
     padding-bottom: 20px; 
	}
    .hero-text p {
    font-size: 18px;
    padding-top: 10px;
		}
    .plant-based a {
    	width: 84%;
    }
    .natural-img .natural-1 {
	    margin-top: 111px;
	    width: 189px;
    }
    .section-anti-aging .heading.two h2 {
    	width: 100%;
	}
	.team-information figure {
		width: 85%;
		padding: 7px;
		margin: auto;
	}
	.team-information figure img {
    	width: 100%;
	}
}
@media(max-width: 1200px){
	.navbar,.top-bar,.header-search,.three-bar {
		display: none;
	}
	.zoom-slider .owl-dots {
		position: relative;
		bottom: auto;
		left: auto;
	}
	.product-info-img img {
    	width: 80%;
	}
	.product-info-img img.info-img {
		width: auto;
	}
	.two-bar {
    	padding: 10px 0;
    }
	.slider-nav-two.slick-initialized.slick-slider.slick-dotted {
    	width: 100%;
    }
    .zoom-slider {
    	margin-bottom: 100px;
	}
	.our-blog .blogthree-text h2 {
	    font-size: 30px;
	    line-height: 40px;
    }
	.bannr-section {
    	padding-top: 130px;
    }
    .team-page figure {
	    height: auto;
	    width: 45%;
	}
	.team-page figure img,.product-info {
    	width: 100%;
	}
	.product-info h2 {
	    font-size: 34px;
	    line-height: 44px;
    }
    form.variations_form ins span {
    	font-size: 32px;
	}
	span.price del {
    	font-size: 16px;
	}
    .service-details h3 {
	    font-size: 32px;
	    padding-bottom: 6px;
    }
    .organic-plant img {
    		margin-right: 19px;
	}
	.team-page h4 {
    	font-size: 30px;
    }
    form.checkout-meta.donate-page .nice-select.Advice,
    form.checkout-meta input {
    	height: 55px;
    }
    .service-details .organic-plant {
    		padding: 30px;
    }
    .bar-menu {
    	display: block;
    }
   .cart_totals-checkout {
   	padding-bottom: 30px;
   }
   .sidebar {
    	padding: 20px;
	}
   header.three .bottom-bar:before {
		width: 40%;
	}
	header.three .widget-title > ul.links li a {
    	font-size: 13px;
	}
	.error {
    	width: 70%;
    }
    form.checkout-meta.donate-page h4 {
	    font-size: 24px;
	    padding-top: 20px;
	    padding-bottom: 10px;
    }
    form.checkout-meta.donate-page h3 {
    	font-size: 34px;
	}
   header.two .bottom-bar {
   	border-bottom: 0;
   }
   header.two .bar-menu i {
    	color: #000;
	}
	.willimes-marko img {
    	margin-right: 18px;
    }
    .prvious-story h5 {
    line-height: 24px;
    font-size: 16px;
    }
    .comment li {
    	padding: 15px 20px;
    }
    .prvious-story {
   	 padding: 28px;
   }
   .comment-data h4 {
    font-size: 20px;
    }
    .comment-data span {
    	font-size: 13px;
    }
    .blogthree-text {
    	width: 97%;
    }
    .comment h3 {
    font-size: 24px;
    }
   li.reply-comment {
    margin-left: 38px;
    width: 94%;
	}
    .willimes-marko h4 {
    	font-size: 26px;
	}
	.pick-Your-Product a {
    	font-size: 16px;
	}
	.bannr-text h2 {
    	font-size: 54px;
	    line-height: 48px;
	    padding-top: 0px;
	    padding-bottom: 15px;
    }
    .bannr-section img.extra-images-two {
	    width: 40px;
	    top: 45%;
	    right: 11%;
	}
    .bannr-section img.dots {
	    width: 70px;
	    top: 41%;
	    right: 16%;
	}
	.error h2 {
		font-size: 160px;
		line-height: 80px;
    }
    .error h3 {
    	font-size: 30px;
    }
    .error-404 {
		padding-top: 190px;
		padding-bottom: 80px;
	}
	.error-404 img.leaf {
		top: 43%;
		right: 86%;
		width: 100px;
	}
	.error-404 img.dots {
	    top: 42%;
	    right: 5%;
	    width: 100px;
	}
	footer form {
	    width: 100%;
	}
   .gap {
    padding-top: 80px;
    padding-bottom: 80px;
	}
	.products.two img,.products {
    	width: 100%;
	}
	.pick-Your-Product i {
	    width: 67px;
	    padding: 10px;
    }
    .cbd-oil-dropper .video:before {
    	display: none;
    }
    .gummies.two {
    	padding: 30px 50px;
    	padding-bottom: 0;
    }
    .gummies.two img.graf-img {
    	width: 26%;
	}
	.off-pr {
    	z-index: 1;
	}
    .section-certified-products:before {
    	display: none;
    }
    .section-certified-products:before {
    	width: 25%;
    }
    .certified-product-img figure {
	    width: 87%;
	    height: auto;
	}
	.no-top {
	    padding-top: 0;
	}
	.no-bottom {
	    padding-bottom: 0;
	}
	.gummies .video.two {
    width: 42%;
	}
	.off-pr {
	    width: 150px;
	    height: 150px;
    }
	.off-pr h4 {
    	font-size: 66px;
    }
	.provide-high-img img.provide-high-one {
    	width: 77%;
	}
	.pricing-text {
    	padding: 26px;
    	padding-top: 40px;
	}
	.off-pr sub {
    left: 65%;
    font-size: 18px;
    top: 38%;
	}
	.blogthree h3 {
	    font-size: 16px;
	    line-height: 26px;
	}
	.blogthree span {
    	font-size: 12px;
    }
	.gummies-img h4 span {
    	font-size: 33px;
	}
	.subscribe-text {
    		width: 73%;
    }
    .gallery-shop {
    	padding-top: 80px;
	}
    form.subscribe .btn {
    		top: 31.5px;
    }
	.blogtwo-text {
    bottom: 30px;
    left: 30px;
    }
	.provide-high-img img.provide-high-two {
    width: 100%;
    top: 57px;
    position: relative;
	}
	.conbiz-products-back {
		padding-bottom: 260px;
	}
	.products.two:before {
   		height: 49%;
    }
    .products.two h6 {
    	bottom: 44%;
	}
	.products.two a {
    	padding-top: 20px;
    	font-size: 14px;
	}
	.products-needs-text {
    width: 84%;
	}
	.differnce-products > i {
    padding: 50px 22px;
    margin-right: 24px;
	}
    .products {
	    width:100%;
	    padding: 30px 20px 20px 20px;
    }
	.plant-option a {
    	font-size: 16px;
    	width: 49%;
	}
	.claim-your {
    	padding: 60px;
    }
	.claim-your h4 {
    	font-size: 40px;
    }
	.hero-section.two .cbd-oil-dropper .video:before {
	    left: 4%;
	    width: 416px;
	    height: 416px;
	    top: 19px;
	}
   .bar-menu i {
    color: #fff;
   }
   .hero-section {
    padding-top: 130px;
   }
   .hero-text p {
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 28px;
	}
	.reviews ul li {
    margin-right: 3px;
	}
	.footer-bottom {
    margin-top: 80px;
	}
	.reviews h5 {
    font-size: 16px;
	}
	footer {
    padding-top: 80px;
	}
	.hero-img figure {
    width: 69%;
    position: absolute;
    bottom: 0px;
    left: -56px;
	}
	.cbd-oil-dropper .video:before {
    left: 6%;
    width: 310px;
    height: 310px;
    top: 6%;
	}
	.video i {
    width: 74px;
    height: 74px;
   }
	h2 {
    font-size: 40px;
	}
	.cbd-oil-dropper .video img {
    width: 100%;
	}
	ul.list-style li,
	.heading p {
    width: 100%;
   }
   .cbd-oil-dropper {
    margin-top: 100px;
    padding: 80px;
    padding-bottom: 0;
    margin-bottom: 0px;
    padding-top: 38px;
    padding-left: 38px;
   }
   .sustainability {
    padding: 30px;
   }
   .sustainability i {
    width: 80px;
    height: 80px;
    padding: 15px;
   }
   p {
    font-size: 15px;
    line-height: 26px;
   }
   img.extra-images-two {
    right: -24%;
   }
   .blog a {
    font-size: 18px;
   }
   .blog {
    margin-left: 0;
    padding: 15px;
    margin-bottom: 10px;
    padding-top: 0;
	}
	.blog-img .blog {
    margin-top: -80px;
    margin-right: 15px;
	}
	.blog h3 a {
    padding-top: 24px;
	}
   .accordion-img img.dots {
    z-index: -2;
    right: -19%;
	}
   .sustainability:before {
    width: 40px;
    height: 40px;
   }
   .content p {
    font-size: 16px;
   }
   .sustainability a svg {
    width: 38px;
	}
   .sustainability i:before {
    top: 18px;
   }
   .sustainability h5 a {
    font-size: 22px;
   }
   .cbd-oil-dropper-text {
    padding-bottom: 30px;
	}
   .heading.two {
    padding-bottom: 20px;
	}
   .cbd-oil-dropper-text p {
    padding-top: 0px;
    padding-bottom: 10px;
   }
	h1 {
    font-size: 44px;
	}
	.natural-img figure {
    width: 46%;
	}
}
@media(max-width: 993px){
	.hero-text {
		width: 70%;
		margin: auto;
		margin-bottom: 40px;
		text-align: center;
	}
	.accordion-img figure {
    	margin-bottom: 20px;
	}
	.hero-section.three .hero-text {
		padding-bottom: 40px;
	}
	.reviews {
	    padding-right: 0;
	    justify-content: center;
	}
	.hero-section-three .slider-hero .owl-dots {
		left: 0;
		bottom: 25px;
		position: absolute;
	}
	.footer-bottom-text p {
    	text-align: center;
	}
	.hero-section-three .reviews {
		left: 0;
	}
	.blogthree h3 {
    	font-size: 20px;
    	line-height: 30px;
	}
	.blogthree {
		margin-bottom: 30px;
	}
	.product-info-img img {
    	width: 28%;
	}
	.team-information {
    	margin-bottom: 20px;
	}
	.slider-nav-two.slick-initialized.slick-slider.slick-dotted {
    	text-align: center;
	}
	.cart_totals {
    	margin-top: 30px;
	}
	.team-page h4 {
    	padding-top: 40px;
	}
	.product-info {
    	padding-top: 40px;
	}
	.team-page .mail-style h4 {
    	padding-top: 0;
	}
	.clients-reviews-two {
    	width: 80%;
    }
	.team-page {
    	flex-wrap: wrap;
	}
	.service-details .content-us i {
    	margin: 0;
    }
	.sidebar {
    	padding: 40px;
	}
	.pagination {
	    margin-bottom: 40px;
	    margin-top: 0;
    }
    .team-page figure {
	    margin-right: 0px;
	    transform: translatex(00px) translateY(0px);
	}
	.team-page {
    	padding: 40px;
	}
	.cart_totals-checkout {
    	margin-top: 30px;
	}
	.team-page:before {
		display: none;
	}
	.team-page figure {
    	width: 77%;
	}
	.mobile-nav {
		width: 50%;
	}
	.money-back-two {
	    padding: 35px;
	    margin-top: 25px;
	}
	.hero-section.three .reviews {
	    position: relative;
	    right: 0;
	    bottom: 0;
	}
	img.extra-images-one,footer.three img.dots {
		display: none;
	}
	.all-categories a {
    	justify-content: left;
		width: 225px;
	}
	.all-categories a svg {
		margin-left: 16px;
	}
	.hero-section.two .cbd-oil-dropper {
    		justify-content: center;
		}
	.hero-text p {
		width: auto;
	}
	.hero-img {
		justify-content: center;
	}
	.section-certified-products .heading.two {
    	width: 100%;
    }
    .accordion.two {
    	width: 100%;
    	margin-top: 60px;
	}
	.makes-conbiz > img {
    	top: 57%;
	}
	.cbd-oil-dropper.two .organ {
		left: 14%;
		top: 12%;
	}
	
	.cbd-oil-dropper .video {
	    margin-bottom: 0;
	    margin-top: 40px;
	}
	.hero-section-three .reviews {
	    left: 37%;
	}
	.hero-section-three img.hero-icon-1,.hero-section-three img.hero-icon-2,
	.makes-conbiz:before {
		display: none;
	}
	.slider-hero.owl-carousel .owl-item img {
    width: 50% !important;
	}
	.gummies.two img.leaf-big {
    	top: 35%;
    }
    .off-pr {
	    right: 30%;
	    top: 45%;
    }
	.hero-img figure {
    width: 57%;
    left: 9%;
	}
	ul.image-gallery li {
    	width: 18%;
	}
	.cbd-oil-dropper .video img {
    		width: 83%;
	}
	ul.image-gallery li figure,ul.image-gallery li figure img {
    	height: 130px;
    }
    footer.three {
    	padding-top: 180px;
	}
	.products.two:before,.section-request-ruote img.request-ruote-img {
		display: none;
	}
	.gummies {
    	padding-top: 60px !important;
	}
	.products.two a.wishlist {
    		background-color: #ededed;
	}
	.products.two h6 {
    bottom: 33%;
	}
	.products-needs {
    margin-bottom: 20px;
	}
	.gummies {
    flex-wrap: wrap;
    padding-bottom: 40px;
	}
	.gummies:before {
    	height: 45%;
	}
	.gummies {
    	padding-top: 30px !important;
	}
	.pricing-text {
    margin-bottom: 30px;
	}
	.hero-section.two .cbd-oil-dropper img.hero-icon-two {
    	right: 17%;
	}
	.content-us {
    	margin-bottom: 25px;
	}
	.subscribe {
	    padding: 75px 0;
    }
	.provide-high-img img.provide-high-one {
    width: 57%;
    top: 12%;
	}
	.provide-high-img img.provide-high-two {
    width: 54%;
    top: 57px;
    position: relative;
	}
	.provide-high-img {
    padding-bottom: 100px;
	}
	.gummies .video.two {
    width: 100%;
    margin: 0;
	margin-bottom: 40px;
	}
	.gummies-text .heading.two {
		text-align: center;
	}
	.gummies-text {
    width: 100%;
    text-align: center;
	}
	.differnce-products-all {
    margin-top: 25px;
    height: 100px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
	}
	.nav-pills .nav-link {
    margin-right: 8px;
    padding: 6px 16px;
    font-size: 14px;
	}
	.claim-your .claim-your-text {
    		width: 100%;
		}
	.plant-option {
    		margin-top: 20px;
	}
	.plant-option a {
    font-size: 16px;
    width: 66%;
	}
	.hero-section.two .cbd-oil-dropper .video:before {
    left: 11.5%;
    width: 410px;
    height: 410px;
    top: 16px;
	}
	.hero-section img.hero-icon-2,
	.hero-section img.hero-icon-1 {
		display: none;
	}
	.natural-img figure {
    width: 35%;
	}
	.tag-cbd {
    justify-content: space-between;
	}
	.money-back {
    padding: 40px 40px;
    margin-top: 60px;
   }
	.anti-aging-img {
    margin-bottom: 40px;
	}
	img.dots {
    width: 100px;
    right: -10%;
	}
	img.leaf {
    right: -7%;
    width: 75px;
	}
	img.hero-icon {
    left: -15%;
	}
	.money-back p {
    width: 98%;
   }
   .cbd-oil-dropper {
    flex-wrap: wrap;
	}
	.plant-based {
    margin-bottom: 30px;
	}
	.cbd-oil-dropper .video {
    margin-bottom: 40px;
	}
	#countdown ul {
		padding-bottom: 0;
	}
	.accordion-img figure.accordion-img-two {
    margin-top: -240px;
    margin-left: 230px;
	}
	img.extra-images-two {
    right: -7%;
	}
	.blog-img .blog {
    margin-top: -80px;
    margin-right: 0;
	}
	.blog h4 {
    margin-right: 20px;
    padding-top: 18px;
   }
	.accordion-img img.dots {
    z-index: -2;
    right: -5%;
	}
	#countdown {
		margin-bottom: 0;
	}
	h2 {
    font-size: 34px;
	}
	.cbd-oil-dropper .video:before {
    left: 20%;
    width: 320px;
    height: 320px;
    top: 5%;
	}
	.cbd-oil-dropper .video img {
    padding: 30px;
    margin: 0;
	}
	.slider-hero .owl-dots {
    position: relative;
    width: 100%;
    text-align: center;
    left: 0;
    margin-top: 20px;
	}
	.widget-title ul.social-media {
    margin-top: 20px;
    margin-bottom: 20px;
	}
	.footer-bottom-text {
	    flex-wrap: wrap;
	    justify-content: center;
	    gap: 16px;
	}
	.footer-bottom-text ul {
    padding-top: 10px;
	}
	.widget-title > ul.links li a {
    	font-size: 14px;
	}
	.hero-section.three {
	    padding-top: 80px;
	    padding-bottom: 40px;
	}
	.hero-section.three .slider-hero .owl-dots {
    	bottom: 0%;
	}
	.section-certified-products .heading.two{
		padding-top: 0;
	}
	.products-list {
    	flex-wrap: wrap;
	}
	.products-list h6 {
    	padding-bottom: 10px;
	}
}
@media(max-width: 768px){
	h1 {
    font-size: 37px;
	}
	table.shop_table td.product-name img {
    		margin-left: 0;
    }
    th.product-name {
    	padding-left: 30px;
	}
	th.product-price,th.product-quantity,th.product-subtotal {
		padding-left: 10px;
	}
	.sort-by {
    	flex-wrap: wrap;
	}
	.hero-section.three {
	    background-size: cover;
	    background-position: top;
	}
	.cbd-oil-dropper .video {
	    margin-bottom: 40px;
	    margin-top: 0;
	}
	table.shop_table {
    		margin-bottom: 21px;
	}
	.gummies-img  .position-relative {
    	left: 50%;
	}
	ul.specification li {
    	font-size: 14px;
	}
	.clients-reviews-two {
    	width: 100%;
    }
    ul.specification li h6 {
		padding: 16px 20px;
		width: 170px;
		margin-right: 30px;
    }
    .product-info-img img {
    	width: 60%;
	}
	.coupon-area {
    	margin-top: 50px;
	}
	.service-details h3 {
    	font-size: 28px;
    }
    .product-info h2 {
	    font-size: 28px;
	    line-height: 38px;
	}
	.mobile-nav {
		width: 75%;
	}
	.coupon-area {
    		padding: 35px;
    }
	.products-list #v-pills-tab {
		margin: 0;
	}
	.products-list .nice-select.Advice {
		margin: 0;
    width: 100%;
    height: 60px;
    margin-top: 10px;
    margin-bottom: 10px;
	}
	.products-list {
	    display: block;
	    margin-bottom: 40px;
	}
	form.leave input {
	    height: 54px;
	    margin-bottom: 14px;
    }
	header.three .bottom-bar:before {
    	width: 49%;
	}
	form.leave textarea {
		margin-top: 0;
		height: 140px;
	}
	.error {
    	width: 100%;
	}
	.social-media-Intege {
    	flex-wrap: wrap;
	}
	.willimes-marko h4 {
	    font-size: 26px;
	    padding-bottom: 6px;
	}
	.blog-details h2 {
	    font-size: 28px;
	    line-height: 38px;
	}
	.gummies-img  .position-relative {
	    margin-left: 0%;
	}
	.makes-conbiz > img {
	    top: auto;
	    bottom: 7%;
	}
	.all-categories {
    	flex-wrap: wrap;
	}
	.error h3 {
    	font-size: 26px;
	}
	button.error-button {
	    width: 46px;
	    height: 46px;
    }
	.error h2 {
	    font-size: 120px;
	    line-height: 60px;
	}
	.error input {
    	height: 56px;
    }
	.off-pr h4 {
    	font-size: 46px;
	}
	.off-pr {
	    width: 120px;
	    height: 120px;
	}
	.off-pr sub {
	    left: 68%;
	    font-size: 13px;
	    top: 36%;
	}
	.gummies-img h4 span {
    	font-size: 20px;
	}
	.off-pr {
	    right: 28%;
	    top: 49%;
	}
	.gummies.two img.leaf-big {
		display: none;
	}
	.certified-product-img > img {
	    top: 56%;
    	width: 200px;
	}
	ul.image-gallery li {
    	width: 31%;
	}
	.all-categories a {
	    width: 100%;
	    margin-top: 18px;
	}
	.natural-img {
    gap: 10px;
	}
	.video.two img {
	    width: 100%;
	}
	footer input {
	    height: 50px;
	    margin-bottom: 10px;
	}

	.natural-img figure {
    width: 48%;
	}
	.products.two h6 {
    	bottom: 40%;
	}
	.gummies-text form input {
    	height: 50px;
    }
	.natural-img figure img {
		width: 100%;
		height: auto;
	}
	.footer-number {
    	margin-top: 22px;
	}
	.widget-title h3 {
    	padding-bottom: 10px;
    }
	ul.image-gallery li figure, ul.image-gallery li figure img {
    	height: 100px;
	}
	.hero-section.two .cbd-oil-dropper .video:before {
		display: none;
	}
	.hero-text {
    	width: 100%;
    }
    .hero-text .d-flex {
	    display: flex!important;
	    align-items: center;
	}
    .gummies {
    	margin-bottom: 80px;
    }
	.natural-img .natural-1 {
		margin-top: 0;
	}
	.section-provide-high .heading {
    	width: 100%;
	}
	.blogtwo-text a {
    	width: 66%;
    	font-size: 18px;
    }
	.plant-option a {
    	width: 77%;
	}
	ul.social-networking {
    	flex-wrap: wrap;
    	gap: 16px;
	}
	.subscribe-text {
    	width: 100%;
	}
	.btn {
    font-size: 14px;
    line-height: 26px;
    padding: 12px 36px;
   }
   .reviews ul li {
    font-size: 12px;
	}
	.zoom-slider button.owl-dot, .trending-slider button.owl-dot, .slider-reviews button.owl-dot, .slider-hero button.owl-dot, .products-slider button.owl-dot,
	.zoom-slider button.owl-dot.active, .trending-slider button.owl-dot.active, .slider-reviews button.owl-dot.active, .products-slider button.owl-dot.active, .slider-hero button.owl-dot.active {
		width: 40px;
	}
	.money-back {
    flex-wrap: wrap;
    background-size: cover;
    object-fit: cover;
    text-align: center;
    justify-content: center;
	}
	.money-back .theme-title {
    margin-bottom: 20px;
	}
	.cbd-oil-dropper .video:before {
    left: 3%;
    width: 370px;
    height: 370px;
    top: 3%;
	}
	.clients-reviews {
    width: 96%;
	}
	img.extra-images-two {
    right: 1%;
	}
	img.extra-images-two {
    right: -12%;
	}
	.blog h4 {
    padding-top: 30px;
	}
	img.extra-images-one {
    width: 60px;
    left: 15px;
	}
	.widget-title h3 {
    padding-bottom: 20px;
    padding-top: 38px;
	}
	.accordion-img figure.accordion-img-two {
    margin-left: 130px;
	}
	.clients-reviews img {
    margin-right: 20px;
   }
	.products-slider.owl-carousel .owl-item img {
    width: auto;
    margin: auto;
	}
	.heading h2 {
		width: 100%;
	}
}
@media(max-width: 576px){
	.hero-text {
    	width: 90%;
   	}
   	.gummies .video.two img {
    	width: 100%;
	}
	ul.social-networking {
    	justify-content: flex-start;
	}
   	.product-info-img {
		width: 100%;
	}
	.content-us i {
    	margin-top: 8px;
	}
	.content-us {
    	margin-bottom: 30px;
	}
	.money-back > div {
    	margin-bottom: 20px;
	}
   	.organic-plant img {
	    margin-right: 19px;
	    width: 35px;
	}
	.tab-content .form-reviews {
    	padding: 30px;
    }
    .product-info-img img.info-img {
    	width: 80px;
	}
   .team-information:hover:before {
    	left: 95%;
	}
   .comment li {
    	flex-wrap: wrap;
	}
	.our-blog .blogthree-text h2 {
	    line-height: 34px;
	    font-size: 22px;
	}
	.tab-content .form-reviews h3 {
    		font-size: 30px;
	}
	.start i {
	    font-size: 15px;
	    padding-right: 2px;
    }
	.money-back-two h4,
	.service-details h3 {
    	font-size: 26px;
    }
	form.checkout-meta.donate-page h3 {
    	font-size: 28px;
	}
   h2,.money-back h4 {
    font-size: 32px;
	}
	.blog-details  .blog-img {
    	margin-top: 20px;
	}
	.cart_totals-checkout {
		padding-bottom: 30px;
	}
	.bannr-text h2 {
	    font-size: 40px;
	    line-height: 42px;
    }
	.mobile-nav {
		width: 100%;
	}
	.gummies.two {
	    padding: 30px 30px;
	    padding-bottom: 0;
	}
	.blog-details .blogthree-text {
	    padding-bottom: 0;
	}
	.quote {
    	flex-wrap: wrap;
	}
	.off-pr {
	    right: 8%;
	    top: 54%;
	}
	.prvious-story {
    	padding: 18px;
	}
	.willimes-marko {
    	flex-wrap: wrap;
	}
	.prvious-story h3 {
    	font-size: 11px;
    }
	.prvious-story h5 {
	    line-height: 20px;
	    font-size: 12px;
	}
	.willimes-marko img {
	    margin: 0;
	    margin-bottom: 14px;
	}
	li.reply-comment {
	    margin-left: 18px;
	    width: 94%;
	}
	.makes-conbiz > img {
		display: none;
	}
	.products.two ul.star {
	justify-content: flex-start;
	    margin-bottom: 0;
	    padding-bottom: 13px;
	}
	.organic-plant {
    	width: 100%;
	}
	form.request-quote {
	    margin: 20px;
	    padding: 30px;
	}
	form.request-quote h3 {
	    font-size: 22px;
	    padding-bottom: 10px;
	}
	.request-quote input,.request-quote label,
	form.request-quote p {
    	font-size: 14px;
	}	
	.content-us i {
	    width: 80px;
	    height: 80px;
	    padding: 22px;
    }
	.clients-testimonials {
    	padding: 35px 30px;
	}
	.content-us i:before {
	    top: 17px;
	    left: 108%;
	}
	.cbd-oil-dropper.two .organ {
    	width: 100px;
	}
	.products.two h6 {
    	bottom: 156px;
	}
	.trending-products-text ul.star {
	    justify-content: left;
	    margin-bottom: 6px;
	}
	.section-reviews img.extra-images-two,.selling-products > img.extra-images-two,.accordion-img figure,
   img.hero-icon,img.leaf,img.dots,.cbd-oil-dropper img.dots,footer img.extra-images-two,img.extra-images-two,
   .cbd-oil-dropper .video:before,.anti-aging-img img.dots-2,img.extra-images-for,img.extra-images-one {
   	display: none;
   }
	.accordion-img figure.accordion-img-two {
	    width: 100%;
	    margin-left: 0;
	    margin-top: 0;
	}
   .cbd-oil-dropper .video img {
    padding: 10px;
   }
   .heading h6 {
   	font-size: 14px;
   	letter-spacing: 0;
   	padding-bottom: 4px;
   }
   .cbd-oil-dropper-text {
   	padding-left: 0;
   }
   .cbd-oil-dropper {
    padding: 30px;
	}
	.cbd-oil-dropper-text h6 {
    font-size: 13px;
   }
   .slider-reviews .owl-dots {
	    text-align: left;
	    position: relative;
	    text-align: center;
	    margin-top: 80px;
	}
	.clients-reviews {
    width: 90%;
    flex-wrap: wrap;
    text-align: center;
    margin: auto;
    border: 3px solid var(--theme-colour);
	}
	ul.star {
    justify-content: center;
    margin-bottom: 20px;
	}
   .clients-reviews {
	    padding-right: 20px;
	    padding-left: 20px;
	    padding-top: 20px;
	}
	.selling-products > img {
    padding: 30px;
    width: 79%;
	}
	.products-text h3 {
    font-size: 26px;
    line-height: 35px;
    padding-bottom: 14px;
	}
	.accordion-img figure.accordion-img-two {
    width: 100%;
    margin-left: 0;
	}
	.selling-products .video {
    left: -30%;
    z-index: 1;
	}
	.products-text {
    width: 100%;
    margin-left: 0;
	}
	.slider-reviews .owl-nav {
    margin-top: 17px;
	}
	.slider-reviews.owl-carousel .owl-item img {
    margin: auto;
    margin-bottom: 22px;
	}
	.cbd-oil-dropper-text {
		padding-bottom: 0;
	}
	.slider-reviews .owl-nav {
	    text-align: center;
	    position: relative;
	    top: 10px;
	    left: 50%;
	}
	.blog h3 a {
    	padding-top: 20px;
	}
	.hero-section.two .cbd-oil-dropper img.hero-icon-two {
	    right: 4%;
	    width: 100px;
	}
	.claim-your h4 {
    	font-size: 26px;
	}
	#v-pills-tab {
    	gap: 10px;
	}
}
@media(max-width: 483px){
	.blog h5 {
   	 font-size: 11px;
   }
   ul.specification li h6 {
	    font-size: 13px;
	    padding: 12px 14px;
	    width: 122px;
	    margin-right: 15px;
	}
	.blog {
	    padding: 8px;
	    padding-top: 0;
	}
	.blog h4 {
    	margin-right: 10px;
    }
	.gummies-img  .position-relative {
    	left: 17%;
	}
	ul.specification li,
   ul.product_meta li a,ul.product_meta span.theme-bg-clr {
    	font-size: 13px;
	}
   .team-page {
    	padding: 30px;
	}
   .service-details .organic-plant {
    	flex-wrap: wrap;
	}
	.nav-pills .nav-link {
		margin-right: 8px;
		padding: 6px 3px;
		font-size: 12px;
	}
   .claim-your {
    padding: 34px;
	}
	.service-details .organic-plant img {
    width: 38px;
    margin: 0;
    margin-bottom: 16px;
	}
	.gummies:before {
    	height: 24%;
	}
	.team-page h4 {
    	padding-top: 30px;
    	font-size: 26px;
	}
	.team-page ul.social-media li a {
	    width: 40px;
	    height: 40px;
	    margin-bottom: 5px;
    }
    .team-page .social-media {
	    top: 5%;
	    right: 20px;
	}
	.money-back-two h4 {
		font-size: 20px;
	}
	.service-details .video img {
		height: 230px;
		object-fit: cover;
	}
	.service-details .video {
   		margin-top: 26px;
	}
	.gummies-text form button {
    right: 0;
    position: relative;
    width: 100%;
    margin-top: 10px;
	}
	.differnce-products h4 a {
    	font-size: 16px;
    }
    .differnce-products p {
    	font-size: 14px;
    	width: 100%;
    }
    .blogtwo img {
    	height: 300px;
    object-fit: cover;
	}
	form.subscribe .btn {
    top: 10px;
    position: relative;
    width: 100%;
    right: 0;
	}
    .provide-high-img img.provide-high-two {
    	width: 88%;
    }
    .blogtwo-text a {
    	width: 90%;
    }
    .differnce-products a i {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
	}
	.differnce-products svg {
    	width: 40px;
	}
	.differnce-products > i {
	    padding: 40px 12px;
	    margin-right: 24px;
	}
}
@media(max-width: 450px){
	.slider-hero.owl-carousel .owl-item img {
    	width: 66% !important;
	}
	.three .bottom-bar:before {
    	width: 55%;
	}
	.blog h5 {
	    padding-right: 10px;
	    font-size: 10px;
	}
	.hero-section-three .reviews {
    	left: 19%;
    }
	.service-details h3 {
    	font-size: 22px;
    }
	header .logo img {
    	width: 140px;
	}
	.title {
    	padding-left: 18px;
    }
    .content {
    	padding: 12px 20px;
    }
	.plant-option a {
    	width: 64%;
	}
	.tag-cbd img {
    width: 100px;
	}
	h1 {
    font-size: 30px;
	}
	.natural-img {
    gap: 5px;
	}
	.natural-img figure {
    width: 43%;
	}
	.blog {
    padding-top: 0;
    padding-right: 10px;
    padding-bottom: 16px;
	}
	.blog a {
    font-size: 16px;
    line-height: 26px;
	}
	.anti-aging-img .collnumber {
    padding: 10px 40px;
   }
   h2 ,.money-back h4{
    font-size: 28px;
	}
	#countdown ul li {
    margin-right: 2px;
   }
	footer {
    padding-top: 60px;
	}
	.widget-title h3 {
    font-size: 20px;
   }
   .widget-title > ul.links li:not(:last-child) {
    padding-bottom: 10px;
	}
   .widget-title > ul.links li a {
    font-size: 14px;
	}
	a.video-pop {
		margin-left: 10px;
		font-size: 0px;
	}
}
@media(max-width: 410px){
	.differnce-products > i {
	    padding: 60px 12px;
	    margin-right: 24px;
	}
	.cart_totals,.coupon-area {
    	padding: 26px;
    }
	ul.list-style li {
	    font-size: 14px;
	}
	.sidebar {
    	padding: 30px;
	}
	ul.image-gallery li {
    	width: 47%;
	}
	.breadcrumb-item+.breadcrumb-item::before {
    	padding-right: 10px;
	}
	.breadcrumb a, .breadcrumb-item.active {
    	font-size: 14px;
	}
	.blog-details h2 {
	    font-size: 24px;
	    line-height: 34px;
	}
	.breadcrumb-item+.breadcrumb-item {
    	padding-left: 10px;
	}
	.bannr-text h2 {
	    font-size: 34px;
	    line-height: 32px;
    }
    .anti-aging-img .collnumber i {
	    width: 56px;
	    height: 56px;
	    padding: 16px;
	}
	.anti-aging-img .collnumber a {
    	font-size: 16px;
    }
    .anti-aging-img .collnumber h4 {
    	font-size: 12px;
    }
    .anti-aging-img .collnumber {
    	top: 90%;
    }
    .willimes-marko h4 {
    	font-size: 20px;
    }
}
@media(max-width: 375px){
	.natural-img figure {
    	width: 39%;
	}
	.quote h3 {
    	font-size: 18px;
    	line-height: 32px;
	}
	.error-404 {
	    padding-top: 150px;
	    padding-bottom: 60px;
	}
	.sidebar {
    	padding: 26px;
	}
	.recent-post img {
	    width: 77px;
	    height: 77px;
	}
	h1 {
    	font-size: 28px;
	}
	.gummies-img  .position-relative {
	    left: 19%;
	    width: 60%;
	}
	.widget-title h5 a {
    	font-size: 20px;
    }
}
.blog_categorie_area h1{
    font-size: 28px;
}
.products-needs-text h2{
    font-size: 40px;
}