@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-Medium.eot');
    src: url('../fonts/Mulish-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Mulish-Medium.woff2') format('woff2'),
        url('../fonts/Mulish-Medium.woff') format('woff'),
        url('../fonts/Mulish-Medium.ttf') format('truetype'),
        url('../fonts/Mulish-Medium.svg#Mulish-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-ExtraLight.eot');
    src: url('../fonts/Mulish-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Mulish-ExtraLight.woff2') format('woff2'),
        url('../fonts/Mulish-ExtraLight.woff') format('woff'),
        url('../fonts/Mulish-ExtraLight.ttf') format('truetype'),
        url('../fonts/Mulish-ExtraLight.svg#Mulish-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-Regular.eot');
    src: url('../fonts/Mulish-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Mulish-Regular.woff2') format('woff2'),
        url('../fonts/Mulish-Regular.woff') format('woff'),
        url('../fonts/Mulish-Regular.ttf') format('truetype'),
        url('../fonts/Mulish-Regular.svg#Mulish-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body{
    margin:0;
    padding:0;
    color: #191919;
    font-family: 'Mulish';
    font-size: 16px;
    font-weight: 400;
}
p {
    color: #191919;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
    font-family: 'Mulish';
    font-weight: 400;
}
h1, h2, h3, h4, h5, h6{
    color: #000000;
    font-family: 'Mulish';
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 10px;
}
h1{
    font-size: 26px;
    color: #000000;
}
h2{
    font-size: 22px;
    color: #000000;
}
h3{
    font-size: 18px;
    color: #000000;
}
h4{
    font-size: 26px;
    color: #75ba0f;
}
h5{
    font-size: 22px;
    color: #75ba0f;
}
h6{
    font-size: 18px;
    color: #75ba0f;
}
a{
    color: #75ba0f;
}
a:focus, a:hover{
	text-decoration:none;
}
#top-header {
    background-color: #ffffff;
    padding-top: 20px;
}
.home-account{
    padding: 0px;
}
.logo {
    display: block;
    padding: 10px 0px;
    position: absolute;
    bottom: 0px;
}
.logo img {
    width: 450px;
}
.wrap-sticky nav.navbar.bootsnav.sticked .logo {
    position: inherit;
}
#top-header a {
    color: #000000;
    font-size: 15px;
}
#top-header .home-account .shop-now-link {
    background-color: transparent;
    border: 1px solid #000000;
    color: #000000;
    padding: 6px 15px 5px;
    font-size: 13px;
    border-radius: 3px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-right: 10px;
    transition: all 0.3s linear;
}
#top-header .home-account .shop-now-link:hover{
    background-color: transparent;
    border: 1px solid #75ba0f;
    color: #75ba0f;
}
nav.navbar.bootsnav{
    background-color: #ffffff;
    border-bottom: 1px solid #cccccc;
}
nav.navbar.bootsnav .navbar-nav > li{
    display: inline-block;
    padding: 0px 0px;
}
nav.navbar.bootsnav .navbar-nav > li > a{
    color: #07112d;
    padding: 10px 15px;
    font-family: 'Mulish', sans-serif;
    font-weight: 500 !important;
    text-transform: capitalize;
    font-size: 18px;
    margin: 20px 0px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    letter-spacing: 0.3px;
}
nav.navbar.bootsnav .navbar-nav > li > a:hover{
    color: #75ba0f;
}
.wrap-sticky nav.navbar.bootsnav.sticked .navbar-nav > li > a{
    margin: 40px 0px;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a{
    background-color: #75ba0f;
    font-family: 'Mulish', sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 10px;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a:hover{
    background-color: #404040;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
    border-color: #75ba0f;
    border: none;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li.dropdown > a.dropdown-toggle:after{
    content: '\f054';
    color: #ffffff;
    transition: all .25s;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.navbar-right {
    float: right !important;
}
#navbar-menu {
    padding: 0px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, nav.navbar.bootsnav .navbar-toggle{
    color: #ffffff;
    background-color: #75ba0f;
    padding: 5px 10px;
}
.home_banner_bg {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}
.home_banner_bg:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgb(0 0 0 / 45%);
}
.banner-content {
    padding-top: 200px;
    padding-bottom: 200px;
    text-align: center;
}
.banner-content h1 {
    font-size: 60px;
    color: #ffffff;
    margin: 0px;
}
.fp-heading{
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}
.fp-heading h1 {
    color: #75ba0f;
    font-size: 36px;
    font-weight: bold;
    margin: 0px;
    padding-bottom: 20px;
}
.fp-heading .rule1, .fp-heading .rule2 {
    margin: 0px auto;
    border: 2px solid #75ba0f;
    width: 280px;
}
.fp-heading .rule2 {
    width: 230px;
    margin-top: 4px;
}
.sk-content h3 {
    margin-top: 0px;
    font-size: 30px;
    margin-bottom: 15px;
}
.row.product-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.products_lists {
    display: flex;
    flex-direction: inherit;
}
.product-list-item{
    text-align: center;
    background: #fff;
    padding: 25px;
    width: 100%;
    border: 2px solid #75ba0f;
    border-radius: 5px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}
.products-block {
    padding: 60px 0px;
    position: relative;
    background-color: #f8ffea;
}
.products-block .product-list-image {
    margin: 0px;
    display: block;
}
.products-block .product-list-image {
    border: none;
    margin-bottom: 5px;
    background-color: #ffffff;
    margin: 0px;
    height: auto;
}
.products-block .product-list-image img{
    transition: all 0.3s linear;
    overflow: hidden;
    position: relative;
}
.product-list-item:hover .product-list-image img{
    transform: scale(1.1)
}
.product-list-item:hover {
    box-shadow: 0px 0px 17px 4px #71717159;
}
.products-block .products_lists {
    padding-left: 25px;
    padding-right: 25px;
}
.product-list-title a {
    color: #75ba0f;
    font-weight: 500;
}
.product-list-title {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 19px;
    margin-left: 10px;
    margin-right: 10px;
}
.product-list-item .ex-price {
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    margin: 5px;
    letter-spacing: 0.5px;
}
.product-list-view {
    display: inline-block;
    margin: 15px 0px 5px;
}
.products-block .product-list-item span a {
    font-size: 16px;
    padding: 6px 20px 10px;
    text-transform: capitalize;
    background-color: #75ba0f;
    line-height: inherit;
    transition: all 0.3s linear;
}
.products-block .product-list-item span a:hover{
    background-color: #96d01a;
}
.ship-text {
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}
.sk-sbout-row {
    padding-top: 60px;
}
.our-fav-block {
    padding-top: 30px;
}
.our-fav-content h3 {
    font-size: 30px;
    color: #75ba0f;
    text-align: center;
}
.why-cbd-block{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    padding: 150px 0px;
}
.why-cbd-block:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 65%);
}
.ffc-heading {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 36px;
    text-transform: uppercase;
}
.why-cbd-content {
    text-align: center;
}
.why-cbd-content, .ffc-heading{
    position: relative;
}
.why-cbd-block .ffc-heading, .why-cbd-content p {
    color: #ffffff;
}
.clinic-img {
    margin-top: 30px;
    margin-bottom: 30px;
}
.lacer-content h5 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}
.lacer-content ul li{
    margin-bottom: 10px;
}
.what-does-block {
    background-color: #f5f5f5;
    padding-top: 60px;
    padding-bottom: 60px;
}
.we-cbd-list i {
    font-size: 42px;
    color: #75ba0f;
    position: relative;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
}
.we-cbd-list:hover i {
    transform: scale(1.1);
}
.we-cbd-list {
    text-align: center;
    margin: 0px 10px 40px 10px;
}
.we-cbd-list h4 {
    margin-top: 20px;
    font-size: 24px;
    margin-bottom: 10px;
}
.logo-badge {
    text-align: center;
}
.we-cbd-list h4 a{
    color: #000000;
}
.del-space{
    display: none;
}
.why-cbd-content a {
    border: 1px solid #ffffff;
    display: inline-block;
    padding: 6px 35px;
    color: #ffffff;
    margin-top: 25px;
    border-radius: 10px;
    background-color: transparent;
    transition: all 0.3s linear;
}
.why-cbd-content a:hover{
    background-color: #75ba0f;
    border-color: #75ba0f;
    color: #ffffff;
}
.why-ska-block{
    padding: 60px 0px 60px 0px;
}
.why-ska-block .fp-heading {
    padding-bottom: 20px;
}
footer{
    border: none;
    background-color: #000000;
}
.top-footer{
    padding-top: 50px;
    padding-bottom: 50px;
}
.footer-header {
    margin-bottom: 40px;
}
.footer-title{
    font-family: 'Mulish';
    font-size: 24px;
    border: none;
    margin-top: 0px;
    position: relative;
    margin-bottom: 35px;
}
.footer-title:before{
    content: " ";
    position: absolute;
    top: 40px;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: #75ba0f;
}
.mail-info .mail-icon {
    width: 50px;
    height: 50px;
    background-color: #75ba0f;
    display: inline-block;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    border-radius: 100%;
    padding: 10px;
    float: left;
}
.mail-info {
    float: right;
}
.mail-info .mail-text {
    color: #ffffff;
    display: table-cell;
    padding-left: 15px;
    padding-top: 2px;
}
.mail-info .mail-text span{
    display: block;
}
.mail-info .mail-text .help-link a {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
}
.more-info a, .more-info i, .more-info p {
    color: #bebebe;
}
.social-icons ul li a {
    width: 45px;
    height: 45px;
    display: inline-block;
    background-color: #2e2f31;
    border-radius: 5px;
    font-size: 18px;
    padding: 10px 10px;
    text-align: center;
    color: #ffffff;
    transition: all 0.3s linear;
}
.social-icons ul li a:hover{
    background-color: #75ba0f;
    border-color: #75ba0f;
    color: #ffffff;
}
.more-info .social-icons ul li a i{
    color: #ffffff;
}
.follow-links{
    margin-left: 50px;
}
#newsletterForm .form-control {
    height: 45px;
    border-radius: 4px;
    background: #252525;
    border-color: #515151;
    color: #ffffff;
}
.news-letter .input-group .input-group-btn .btn-primary {
    width: 100%;
    margin-top: 15px;
    border-radius: 4px;
    padding: 12px 20px;
    font-size: 16px;
    background: #75ba0f;
    border-color: #75ba0f;
    text-transform: uppercase;
    font-weight: 500;
}
.news-letter .input-group .input-group-btn .btn-primary i {
    margin-right: 10px;
}
.news-letter .input-group {
    width: 100%;
    display: block;
}
.news-letter p {
    padding-bottom: 0px;
}
.bottom-footer{
    padding: 15px 0px 15px 0px;
}
.copy p, .power p{
    margin: 0px;
    color: #bebebe;
}
.power p{
    float: right;
}
.bottom-footer {
    padding: 20px 0px 20px 0px;
    border-top: 1px solid #272727;
}

@media (min-width:1200px){
    .why-cbd-content p {
        margin: 0px 12%;
        font-size: 18px;
        line-height: 28px;
    }
    .why-sa-left {
        padding-right: 30px;
    }
    .why-sa-right{
        padding-left: 30px;
    }
    .fp-heading h1{
        font-size: 48px;
    }
    .badge-content p {
        font-size: 18px;
        line-height: 28px;
    }
}
@media (min-width:992px) and (max-width:1199px){
    nav.navbar.bootsnav .navbar-nav > li > a{
        padding: 10px 10px;
        font-size: 16px;
    }
    .logo img{
        width: 350px;
    }
    .google_translate{
        right: 40%;
    }
    .logo {
        margin-top: 10px;
    }
}
@media (min-width:768px) and (max-width:991px){
    nav.navbar.bootsnav .navbar-nav > li > a{
        padding: 15px 10px;
        font-size: 16px;
        letter-spacing: 0px;
    }
    .logo {
        padding-bottom: 0px;
    }
    .navbar-header {
        width: 100%;
        float: none;
    }
    nav.navbar.bootsnav .navbar-nav > li{
        padding: 0px;
    }
    .navbar-right {
        float: none !important;
    }
    .fp-heading h1{
        font-size: 36px;
    }
    .google_translate, .home-account{
        position: initial;
    }
    ul.nav.navbar-nav.navbar-right.breadcrumb{
        margin-top: 0px;
    }
    #top-header .pull-right {
        float: none !important;
    }
    .home-account {
        text-align: center;
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .google_translate {
        text-align: center;
    }
    .logo img{
        width: 300px;
    }
    .row.rel_row {
        margin-left: 0px;
        margin-right: 0px;
    }
    .realted_head {
        padding-left: 15px;
    }
}
@media (min-width:320px) and (max-width:767px){
    .logo{
        text-align: center;
        position: inherit;
        display: inline-block;
    }
    nav.navbar.bootsnav .navbar-nav > li > a{
        margin: 0px;
    }
    #top-header{
        padding: 0px;
    }
    .home-account {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .logo img{
        margin: 0px auto;
    }
    .google_translate {
        position: static;
    }
    .logo img {
        width: 350px;
        padding-top: 10px;
    }
    ul.nav.navbar-nav.navbar-right.breadcrumb{
        margin-top: 0px;
    }
    #top-header .pull-right {
        float: none !important;
    }
    .right-top{
        float: none !important;
        margin-top: 0px;
        text-align: center;
    }
    nav.navbar.bootsnav .navbar-nav > li{
        display: block;
        padding: 0px;
    }
    .products-block, .top-footer, .what-does-block  {
        padding: 30px 0px;
    }
    .product-list-item {
        margin-bottom: 30px;
    }
    .service-list{
        margin-bottom: 25px;
    }
    .footer-title, .sk-content {
        margin-top: 20px;
    }
    .sk-sbout-row{
        padding-top: 0px;
    }
   .mail-info {
        float: none;
        margin-top: 20px;
    }
    .footer-header {
        margin-bottom: 10px;
    }
    .follow-links{
        margin-left: 0px;
    }
    .shoping-part .guest_check_btn{
        float: left;
    }
    .text-right.same_as_div.green {
        text-align: left;
        font-size: 18px;
        margin-bottom: 30px;
    }
    .cart-detail-info>.table{
        width: 100%;
    }
    .totel-detail .table{
        width: 50%;
    }
    .shoping-part .guest_check_btn{
        width: auto;
    }
    .cart-detail-info{
        width: 100%;
        float: left;
        margin-top: 0px;
    }
    .row.rel_row {
        margin-left: 0px;
        margin-right: 0px;
    }
    .sk-product-content{
        margin-bottom: 30px;
    }
    .realted_head {
        padding-left: 15px;
    }
}
@media (min-width:320px) and (max-width:540px){
    .home-account, .google_translate{
        position: initial;
    }
    .google_translate{
        text-align: center;
    }
    .home-account .shop-now-link {
        margin-right: 0px;
        display: inline-block;
        padding: 0px 5px;
        text-align: center;
    }
}
@media (min-width:320px) and (max-width:480px){
    .fp-heading h1, .our-fav-content h3{
        font-size: 30px;
        padding-bottom: 5px;
    }
    .why-ska-block{
        padding-bottom: 30px;
    }
    .ffc-heading{
        font-size: 30px;
    }
    .logo{
        padding: 0px 0px 10px;
    }
    .logo img{
        width: 200px;
    }
    nav.navbar.bootsnav .navbar-toggle{
        top: 0px;
    }
    .home-account .shop-now-link{
        margin-right: 0px;
    }
    .shoping-part{
        margin: 20px 0px;
    }
    .cart-detail-info h4, .cradit-card-info h4{
        font-size: 18px;
        line-height: 26px;
        padding-left: 0px;
    }
    .banner-content{
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .banner-content h1{
        font-size: 48px;
    }
}