/*
Theme Name: Weefly
Theme URI: https://slidesigma.com/themes/wp/weefly
Author: Slidesigmathemes
Author URI: https://www.templatemonster.com/vendors/Slidesigmathemes/
Description: Weefly is highly Medical weefly WordPress Theme
Version: 1.9.6
License: GNU General Public License v1 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: weefly
Tags: one-column, right-sidebar, custom-logo, footer-widgets, post-formats
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/*---------------------------------
Table Of Content
-----------------------------------
1. keyframes
2. General code
    2.1. Typography
    2.2. Button
    2.3. Form
    2.4. Section-colors
    2.5. Modal or Popups
    2.6. Section-Spacing
3. Header
    3.1. Desktop Nav Menu
    3.2. Mobile Nav Menu
4. Footer
5. Pages
    5.1. Homepages
    5.2. About Page
    5.3. Shop Page
    5.4. Shop Details Page
    5.5. Blog
    5.6. Contact
    5.7 404 Pages
6. Responsive-CSS
7. Image Alignment and Caption
8. Gallery
---------------------------------*/


/*--------------- 1. Keyframes --------------*/

@keyframes cssAnimation {
    from {
        -webkit-transform: scale(1) translate(0px);
    }
    to {
        -webkit-transform: scale(1.3) translate(0px);
    }
}

@-webkit-keyframes cssAnimation {
    from {
        -webkit-transform: scale(1) translate(0px);
    }
    to {
        -webkit-transform: scale(1.3) translate(0px);
    }
}

@-webkit-keyframes pulseInOut {
    0% {
        opacity: 0.3;
        transform: scale(0.3);
    }
    50% {
        opacity: 1;
        transform: scale(1.3);
    }
    100% {
        opacity: 0.3;
        transform: scale(0.3);
    }
}

@-moz-keyframes pulseInOut {
    0% {
        opacity: 0.3;
        transform: scale(0.3);
    }
    50% {
        opacity: 1;
        transform: scale(1.3);
    }
    100% {
        opacity: 0.3;
        transform: scale(0.3);
    }
}

@-o-keyframes pulseInOut {
    0% {
        opacity: 0.3;
        transform: scale(0.3);
    }
    50% {
        opacity: 1;
        transform: scale(1.3);
    }
    100% {
        opacity: 0.3;
        transform: scale(0.3);
    }
}

@keyframes pulseInOut {
    0% {
        transform: scale(0.3);
        opacity: 0.7;
    }
    50% {
        transform: scale(1.3);
    }
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}

@keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    60% {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

@keyframes bounce-down {
    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    60% {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}


/*===============================================================================================
  2. General code
  ================================================================================================*/

html {
    overflow-x: hidden;
}

caption {
    caption-side: inherit;
    padding: 0;
    padding-bottom: 10px;
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body {
    font-family: 'Open Sans', sans-serif;
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    line-height: 1.875;
    font-weight: 400;
    color: #313131;
    transition: transform ease-in .4s;
    overflow-x: hidden;
}

a {
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    text-decoration: none;
    color: #016837;
}

table th,
table td {
    border: 1px solid #ccc;
    padding: 15px;
}

table {
    border: 1px solid #ccc;
    padding: 15px;
}

.login-page a {
    color: #016837;
    text-decoration: underline;
}

.login-page a:hover {
    color: #000000;
    text-decoration: underline;
    outline: none
}

.weefly-main .inner_intro {
    padding: 0 0 0;
}

.weefly-main .breadcrumb {
    background: none;
    padding: 0;
    margin: 0 auto 15px;
    display: block;
    word-break: break-all;
}

.weefly-main .inner_intro h1 {
    font-size: 60px;
    word-break: break-word;
    word-wrap: break-word;
}

.weefly-main ul.breadcrumb li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    font-weight: 600;
    padding-left: 0;
    color: #fff;
    text-transform: uppercase;
}

.weefly-main .breadcrumb ul {
    padding: 0;
    margin: 0 auto;
    list-style: none;
}

.weefly-main .breadcrumb ul li.breadcrumb-item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    color: #dd9933;
    font-weight: 600;
    padding-left: 0;
}

.weefly-main .breadcrumb ul li.active {
    color: #ffffff !important;
    text-transform: capitalize;
}

.weefly-main .breadcrumb ul li a {
    color: #dd9933;
    font-weight: 400;
}

.weefly-main .breadcrumb ul li.breadcrumb-item.active {
    font-weight: 400;
}

.weefly-main .breadcrumb-item::after {
    display: inline-block;
    padding-right: .5rem;
    color: #ffffff;
    content: "/";
    font-size: 16px;
    font-weight: 400;
    padding-left: .5rem;
}

.weefly-main .breadcrumb-item::before,
.weefly-main .breadcrumb-item.active:after {
    display: none;
}

.weefly-main .wd-inner_intro h1 {
    margin: 0 auto;
}

.weefly-main .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #016837;
    background-color: #016837;
}

.weefly-main .custom-control-input:checked ~ .custom-control-label:focus {
    outline: none;
}

.slick-dots li.slick-active button {
    width: 18px;
    height: 18px;
    opacity: 1;
}

.img-cover {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.section-title-2 .title {
    color: #e12a62;
    font-weight: 700;
    margin: 0 0 10px;
    letter-spacing: 2px;
}

.section-title-2 p {
    font-size: 13px;
    line-height: normal;
}

.section-title .title {
    color: #e12a62;
    font-weight: 700;
    margin: 0 0 10px;
    font-family: 'Playfair Display', sans-serif;
}

.section-title p {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}

.align-item-center {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

.inner_intro h1 {
    color: #ffffff;
}


/*----------------------------
  2.1. Typography
  ------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    margin: 0 0 20px;
    font-family: 'Playfair Display', sans-serif;
    font-weight: 700;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 42px;
}

h3 {
    font-size: 36px;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 20px;
}

p {
    font-size: 16px;
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}


.wd-section-heading h4 {
    font-size: 30px;
    font-weight: 400;
    line-height: 48px;
    font-family: 'Open Sans', sans-serif;
}

.wd-section-heading h3 {
    font-size: 48px;
    font-weight: 800;
    text-transform: capitalize;
    line-height: 60px;
}

a:hover,
a:focus {
    text-decoration: underline;
    outline: none;
    color: #016837;
}

.weefly-main a:hover,
.weefly-main a:focus {
    text-decoration: none;
    color: #016837;
}

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

ul {
    padding: 0 0 0 10px;
}

ul li,
ol li {
    margin: 0 0 10px;
}

ul li,
ol li {
    position: relative;
    padding-left: 15px;
    line-height: 26px;
}

blockquote {
    background: #ecf6e1;
    position: relative;
    padding: 30px;
    margin: 30px auto 30px;
    border-radius: 7px;
}

blockquote cite {
    font-weight: 700;
}

blockquote p {
    font-size: 16px;
    margin: 0 auto 10px;
    line-height: 24px;
}

blockquote .quote_owner {
    color: #737373;
    font-weight: 500;
    font-size: 13px;
    display: block;
    font-style: italic;
    line-height: 34px;
}

button:focus {
    outline: none;
}

img {
    max-width: 100%;
    width: auto;
    height: auto;
}

input:focus {
    outline: none;
}

select {
    border: 1px solid #eeecec;
    color: #555555;
    font-size: 14px;
    height: 38px;
    padding: 0 20px;
    width: 100%;
    margin-bottom: 10px;
}

iframe {
    max-width: 100%;
    border: 0;
}

table {
    margin: 0 0 30px;
    width: 100%;
}


/*table th, table td {
    border: 1px solid #cccccc;
    padding: 15px;
    padding: 18px;
}*/


/*===== Blog Post Comments =====*/

.wd-comments,
.wd-comment-form {
    padding: 0;
    margin: 4rem 0;
}

.wd-comment-form {
    margin-top: 1rem;
}

.wd-comment-container {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-bottom: 2rem;
    flex-direction: column;
    padding: 0;
}

.wd-comment-img {
    flex: 0 0 75px;
}

.wd-comment-inner {
    padding: 1rem 2rem;
    border: none;
    width: 100%;
    font-size: 13px;
    color: #737373;
    margin-bottom: 2rem;
    background: #f3f3f3;
}

.wd-comment-content {
    display: flex;
}

.wd-comments ul {
    padding-left: 40px;
}

.wd-comment-inner p {
    margin-bottom: .5rem;
    font-size: 13px;
}

.wd-comment-author {
    color: #e12a62;
    font-weight: 600;
}

.wd-comment-meta a {
    display: inline-block;
    color: #e12a62;
    margin-right: 2rem;
}

.wd-comment-meta a:hover {
    color: #e12a62;
    text-decoration: underline;
}

.wd-comment-author {
    color: #e12a62;
    font-weight: 600;
}

.wd-comment-form .btn-md {
    width: 100%;
    line-height: normal;
    padding: 13px 40px 12px;
}

.bypostauthor {
    display: block;
}

@media (max-width: 479px) {
    .author-bio {
        flex-direction: column;
    }

    .author-bio .img-wrpr {
        width: 100%;
    }

    .author-bio img {
        margin: 0 auto;
    }

    .author-info {
        width: 100%;
        padding-top: 30px;
        padding-left: 0;
    }

    .wd-comment-container ul {
        padding: 0;
    }

    .wd-comment-img {
        flex: 0 0 45px;
        padding-right: 10px;
    }

    .wd-comment-inner {
        padding: 1rem;
    }
}


/*----------------------------
  2.2. Buttons
  ------------------------------*/

.weefly-main .wd-btn-round-2 {
   	background: #dd9933;
    border: medium none;
    color: #fff;
    font-family: inherit;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 16px;
    height: auto;
    margin: auto;
    letter-spacing: 0.4px;
    padding: 20px 55px;
}

.weefly-main a.wd-btn-round {
    padding: 0;
    display: inline-block;
    color: #016837;
    font-weight: 800;
    position: relative;
}
.weefly-main a.wd-btn-round:hover,
.weefly-main a.wd-btn-round:hover:after {
    color: #dd9933;
}

.weefly-main .weefly-main .btn:hover {
    color: #ffffff;
    text-decoration: none;
    background: #252c30;
}

.weefly-main .wd-blog-button {
    margin: 80px 0;
}

.wm-banner-img-left,
.wm-banner-img-right {
    align-self: center;
}

.wm-banner-img-left img,
.wm-banner-img-right img {
    position: absolute;
}

.wm-banner-img-left img {
    left: 0;
    top: 15%;
}

.wm-banner-img-right img {
    right: 0;
    top: 25%;
}

.wm-banner-img-center-right img {
    position: absolute;
    top: 15%;
    right: 26%;
}

.wm-banner-icons {
    align-self: center;
    justify-content: center;
    display: flex;
}

.wm-banner-text {
    padding-top: 35px;
    max-width: 60rem;
    margin: 0 auto;
    overflow: hidden;
}

.wm-banner-text h1,
.wm-banner-text p {
    color: #ffffff;
}

.wm-banner-text h1 {
    text-transform: uppercase;
    text-align: center;
}

.wm-banner-text p {
    margin-bottom: 30px;
    text-align: center;
}

.wm-nexttab,
.wm-prevtab {
    position: absolute;
    cursor: pointer;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.2);
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50px;
}

.wm-nexttab {
    right: 40px;
    top: 70%;
}

.wm-prevtab {
    left: 40px;
    top: 70%;
}

.wm-prevtab,
.wm-nexttab {
    line-height: 3;
}

.shop-container .item.hybrid {
    background-color: #016837;
}

.btn-outline-primary:not(:disabled):not(.disabled):active {
    border: 1px solid #016837;
}

.quantity-inner .dropdown-toggle::after {
    margin-left: 1em;
    content: "\f104";
    vertical-align: middle;
    border: none;
    font-family: Flaticon;
    font-size: 8px;
    font-style: normal;
    font-weight: 900;
}

.weefly-main .wd-service-btn {
    padding: 50px 0;
}

.weefly-main .wd-service-btn a {
    color: #000000;
}

.weefly-main .wd-service-btn a {
    display: flex;
    width: 70px;
    justify-content: center;
    height: 70px;
    background: #f0f8ff;
    border-radius: 50%;
    text-align: center;
    line-height: 65px;
    color: #000000;
    font-size: 14px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 15px;
    margin: 0 auto;
    padding-left: 0px !important;
    z-index: 2;
    border: 2px solid #eee;
}

.weefly-main .wd-service-wrapper:hover .wd-service-btn a,
.weefly-main .wd-info_box:hover .wd-service-btn a {
    color: #ffffff;
    background: #016837;
    border: none;
}

.weefly-main .wd-info_box .wd-service-btn {
    padding: 0;
}

.weefly-main .wd-search form .dropdown .btn {
    margin: 0;
    line-height: 1;
    padding: 12px 30px 12px 20px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    background: #eeeeee;
    font-size: 13px;
    min-height: 38px;
    color: #8f8e8e;
}

.weefly-main .wd-search form .dropdown .btn:after {
    display: inline-block;
    font-family: Flaticon;
    font-size: 8px;
    font-style: normal;
    margin: 0 0 0 4px;
    padding: 0;
    border: none;
    content: "\f104";
    vertical-align: middle;
    line-height: 1;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.weefly-main .wd-search form > .btn {
    margin: 0;
    line-height: 1;
    padding: 12px 20px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.weefly-main .order-quantity-wrpr button#weight-btn,
.weefly-main .order-quantity-wrpr button#weight-btn-2 {
    display: block;
    background: transparent;
    border: solid 1px #a0a0a0;
    border-radius: 7px;
    width: 100%;
    min-height: 38px;
}

.weefly-main .wd-shop-sidebar .categories_widget ul .btn-sidebar {
    background: #f7f7f7;
    text-align: center;
    margin: 20px 0 0;
    border: 1px solid #ccc;
    border-radius: 50px;
}

.weefly-main .wd-shop-sidebar .categories_widget ul .btn-sidebar:focus,
.weefly-main .wd-shop-sidebar .categories_widget ul .btn-sidebar a:focus {
    outline: none;
}

.weefly-main .wd-shop-sidebar .categories_widget ul .btn-sidebar a {
    border-bottom: 0px;
}

.weefly-main .wd-shop-sidebar .categories_widget ul .btn-sidebar a:hover {
    border: 1px solid #016837;
    border-radius: 50px;
}

.weefly-main .wd-product-qty .btn {
    border: medium none;
    color: #000;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 24px;
    height: auto;
    margin: auto;
    letter-spacing: 0.4px;
    padding: 5px 10px;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
}

.weefly-main .wd-product-qty .btn:focus {
    outline: 0;
    box-shadow: none;
}

.weefly-main .wd-product-qty #weight-btn,
.weefly-main .wd-product-qty #weight-btn-2 {
    display: block;
    background: transparent;
    border: solid 1px #a0a0a0;
    border-radius: 7px;
    width: 100%;
    min-height: 36px;
    padding: 0 20px;
}

.weefly-main .direction_btn a {
    display: block;
    background: #fff;
    text-transform: uppercase;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    padding: 26px 10px;
    margin: 0 -50px -60px;
    text-align: center;
}

.weefly-main .direction_btn a i {
    margin-left: 5px;
    color: #016837;
}

.weefly-main .direction_btn a:hover {
    color: #fff;
    background: #000000;
}

.weefly-main .wd-mob-search form .btn {
    padding: 15px 18px;
    line-height: 1;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.weefly-main .wd-btn-round-2 {
    padding: 18px 35px;
}

.weefly-main .wd-btn-round-2 + .wd-btn-round {
    margin-left: 30px;
}
.bg-fixed {
    background-attachment: fixed;
}

/*----------------------------
  2.3. Forms
  ------------------------------*/

footer .form-control {
    background: #fff;
    font-weight: 600;
    box-shadow: 0 0 10px rgba(0, 0, 0, .06);
}

.form-login label {
    color: #000;
    font-weight: 500;
}

.weefly-main input[type="submit"] {
    background: #016837;
    border: none;
    color: #fff;
    padding: 7px 18px;
    right: 500px;
}

.login-section .card-title {
    margin-bottom: 2.75rem;
    color: #000000;
}

.login-section .card {
    border: 0;
    border-radius: .25rem;
    box-shadow: 5px 15px 15px 5px #00000038;
}

.weefly-main .form-control {
    background: #fff;
    border: 0 none;
    border-radius: 4px;
    box-shadow: none;
    color: #131313;
    font-size: 13px;
    min-height: 44px;
    line-height: 33px;
    padding: 10px 15px;
    font-weight: 500;
    margin: 0 0 15px;
    border: #e5e5e5 solid 2px;
}

.weefly-main .form-control {
    min-height: 60px;
}

.weefly-main .form-control:hover {
    box-shadow: none;
    outline: none
}

.weefly-main .form-control:focus {
    box-shadow: none;
    border-color: #eedab3;
    outline: none;
    background: #edf1fd;
}

.weefly-main .select {
    position: relative;
}

.weefly-main .select select {
    appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
}

.weefly-main .select::after {
    color: #878787;
    content: "";
    cursor: pointer;
    font-family: fontawesome;
    font-size: 15px;
    padding: 12px 0;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 0;
}

.weefly-main .form-control option {
    padding: 10px;
}

ul.author-social-share a,
.leave-comment-note a {
    color: #e12a62;
}

ul.author-social-share a:hover,
.leave-comment-note a:hover {
    color: #000000;
}

.comment-form .form-control,
.wd-review-form .form-control,
.form_wrap .form-control,
.search_widget .form-control {
    border-radius: 4px;
    border: #e5e5e5 solid 2px;
    background: #fff;
    padding: 15px 25px;
}
.comment-form .form-control {
    margin-bottom: 20px;
}
.comment-form .form-group {
    margin-bottom: 25px;
}

.comment-form label {
    font-size: 14px;
    font-weight: 700;
}

.form_wrap {
    padding: 60px 60px 60px 40px;
}

.form-group {
    margin-bottom: 25px;
    position: relative;
}

.weefly-main .form-control:focus {
    box-shadow: none;
    border-color: #016837;
    outline: none;
    background: #01683724;
}

.form-control {
    background: #f3f3f3;
    border: 0 none;
    border-radius: 7px;
    box-shadow: none;
    color: #131313;
    font-size: 13px;
    min-height: 44px;
    line-height: 33px;
    padding: 10px 15px;
    font-weight: 500;
    margin: 0 0 15px;
}

.form-control:hover {
    box-shadow: none;
    outline: none
}

.form-control:focus {
    box-shadow: none;
    border-color: #eedab3;
    outline: none;
    background: #edf1fd;
}

.select {
    position: relative;
}

.select select {
    appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
}

.select::after {
    color: #878787;
    content: "";
    cursor: pointer;
    font-family: fontawesome;
    font-size: 15px;
    padding: 12px 0;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 0;
}

.form-control option {
    padding: 10px;
}

.radio label,
.checkbox label {
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    padding-left: 30px;
    position: relative;
}

.radio input[type=radio],
.checkbox input[type=checkbox] {
    display: none;
}

.radio label:before {
    background-color: transparent;
    border-style: solid;
    border-width: 1px;
    border-color: #cacaca;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 20px;
    left: 0;
    top: 6px;
    position: absolute;
    width: 20px;
}

.checkbox label::before {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #111111;
    content: "";
    display: inline-block;
    height: 16px;
    left: 0;
    position: absolute;
    top: 4px;
    width: 16px;
}

.radio input[type=radio]:checked + label:before {
    content: "\2022";
    font-size: 30px;
    text-align: center;
    line-height: 11px;
    color: #016837;
}

.checkbox input[type=checkbox]:checked + label:before {
    content: "\2713";
    font-size: 12px;
    text-align: center;
    line-height: 14px;
}

.black_input .form-control {
    background: #222;
    border-radius: 3px;
    color: #fff;
    border: #222 solid 1px;
    font-size: 17px;
}

.checkbox,
.radio {
    padding-top: 5px;
}


/*----------------------------
  2.4. Section-colors
  ------------------------------*/

.bg-img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.bg-black {
    background-color: #000;
}

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

.bg-green {
    background-color: #016837;
}

.bg-litegreen {
    background-color: #016837;
}

.primary-color {
    color: #e12a62;
}

.secondary-color {
    color: #fff !important;
}

.black-color {
    color: #000;
}

.bg-pink {
    background-color: #e12a62;
}

.bg-light-pink {
    background-color: #f85b8b;
}

.bg-light-blue {
    background-color: #5152d4;
}

.bg-blue {
    background-color: #1d1e7a;
}

.bg-grey {
    background-color: #e9eaec;
}

.color-green {
    color: #016837;
}

.color-litegreen {
    color: #016837;
}

.color-yellow {
    color: #fdb316;
}

.color-light-yellow {
    color: #fffc31;
}

.color-orange {
    color: #e87948;
}

.color-red {
    color: #da0000;
}

.color-grey {
    color: #a8a097;
}

.color-blue {
    color: #21bddd;
}


/*----------------------
  2.5. Modal or Popups
  ------------------------------*/
.modal {
    z-index: 9999;
}

.weefly-main .close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 999;
    width: 30px;
    height: 30px;
}

.weefly-main #quickViewSnap .wd-model-wrapper {
    padding: 40px;
}

.weefly-main #quickViewSnap .wd-shop-product-title {
    padding-bottom: 0px;
    border-bottom: none;
}

.weefly-main .wd-unit .dropdown .dropdown-menu {
    position: absolute;
    top: 0px;
    left: 0px;
    transform: translate3d(0px, 65px, 0px);
}


/*----------------------
  2.6. Section-Spacing
  ------------------------------*/

.weefly-main .wd-section {
    padding: 80px 0;
}

.weefly-main .wd-primary-color {
    color: #016837;
}

.weefly-main .section-padding {
    padding: 120px 0;
}

.weefly-main .text_center {
    text-align: center;
    margin: 0 auto;
}

.weefly-main .margin-0 {
    margin: 0;
}

.weefly-main .wd-margin-30 {
    margin-bottom: 30px;
}

.weefly-main .wd-product-features,
.weefly-main .wd-shop-product-bottom-details {
    padding: 50px 0;
}

.padding_none {
    padding: 0px;
}

.margin-none {
    margin: 0px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-72 {
    margin-top: 72px;
}

.padding-top-72 {
    padding-top: 72px;
}

.section-padding {
    padding: 120px 0;
}

.section-padding-40 {
    padding: 120px 0;
}

.text_left {
    text-align: left;
    margin-left: 0;
    margin-right: auto;
}

.text_center {
    text-align: center;
    margin: 0 auto;
}

.text_right {
    text-align: right;
    margin-right: 0;
    margin-left: auto;
}

.padding-up-dwn {
    margin-bottom: 30px;
}

.padding-top-none {
    padding-top: 0;
}

.padding-btm-none {
    padding-bottom: 0;
}


/*===============================================================================================
  3. Header
  ================================================================================================*/

.header-top {
    background-color: #1c1c1c;
}

.hd-top-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 3px;
    padding-bottom: 3px;
}

.header-right {
    display: flex;
}

.hd-social-share ul {
    display: flex;
    padding: 0;
    margin: 0;
}

.hd-social-share ul li {
    display: inline-block;
    margin: 0;
    padding: 20px 5px 20px 20px;
}

.hd-social-share ul li a {
    color: #fff;
}

.hd-user-cart > ul {
    padding: 0;
    margin: 0;
    display: flex;
}

.hd-user-cart > ul > li {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 20px 10px;
}

li.has-dropdown > ul {
    position: absolute;
    background-color: rgba(245, 245, 245, 0.95);
    left: -50%;
    top: 100%;
    z-index: 9;
    visibility: hidden;
    opacity: 0;
    transition: all ease .5s;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, .2);
    min-width: auto;
    padding: 0;
    transform-origin: 50% 0;
    transform: translateY(25px);
}

li.has-dropdown:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

li.has-dropdown > ul > li {
    padding: 0;
    margin: 0;
}

li.has-dropdown > ul > li > a {
    padding: 0 15px;
    white-space: nowrap;
    display: block;
    line-height: 35px;
    font-size: 13px;
    color: #323232;
    font-weight: 500;
    position: relative;
}

li.has-dropdown > ul > li > a:hover,
li.has-dropdown > ul > li > a:focus {
    text-decoration: none;
    background-color: #1c1c1c;
    color: #fff;
}

.hd-user-cart > ul > li > a {
    color: #fff;
}

.hd-user-cart > ul > li > a:hover,
.hd-user-cart > ul > li > a:focus {
    text-decoration: none;
    color: #016837;
}

.hd-search form {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hd-social-share {
    border-left: solid 1px rgba(255, 255, 255, 10%);
}

.hd-user-cart {
    padding: 0 15px;
    border-left: solid 1px rgba(255, 255, 255, 10%);
}

.hd-search {
    padding: 0 20px;
    display: flex;
    align-items: center;
}

.hd-search form > .btn {
    margin: 0;
    line-height: 1;
    padding: 12px 20px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.hd-search form .form-control {
    margin: 0;
    border-radius: 0;
    min-height: 38px;
    border: none;
    background: #fff;
}

.hd-search form .dropdown .btn {
    margin: 0;
    line-height: 1;
    padding: 12px 30px 12px 20px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    background: #eeeeee;
    font-size: 13px;
    min-height: 38px;
    color: #8f8e8e;
}

.hd-search form .dropdown .btn:after {
    display: inline-block;
    font-family: Flaticon;
    font-size: 8px;
    font-style: normal;
    margin: 0 0 0 4px;
    padding: 0;
    border: none;
    content: "\f104";
    vertical-align: middle;
    line-height: 1;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.hd-search form .dropdown .dropdown-menu {
    min-width: auto;
    color: inherit;
}

.hd-search form .dropdown .dropdown-menu a {
    text-transform: capitalize;
    font-size: 14px;
}

.hd-search form .dropdown .dropdown-menu a:focus,
.hd-search form .dropdown .dropdown-menu a:hover {
    background-color: #eeeeee;
}

.mob-logo {
    display: none;
}

.logo a {
    font-size: 25px;
}

.hd-user {
    min-width: 20px;
}


/* Menu */

.shop-comparison .sub-menu li a:hover,
.shop-comparison .sub-menu li a:active,
.shop-comparison .sub-menu li.active a,
.shop-detail-2 .sub-menu li a:hover,
.shop-detail-2 .sub-menu li a:active,
.shop-detail-2 .sub-menu li.active a,
.shop-type-2 .sub-menu li a:hover,
.shop-type-2 .sub-menu li a:active,
.shop-type-2 .sub-menu li.active a {
    background-color: #eeeeee;
    opacity: 1;
    color: #16181b;
}

.shop-detail-2 .sub-menu,
.shop-detail-2 .mega-menu,
.shop-comparison .sub-menu,
.shop-comparison .mega-menu,
.shop-type-2 .sub-menu,
.shop-type-2 .mega-menu {
    background-color: #fff;
}

body:not(.shop-type-2) .header-nav > ul > li > .mobile-trigger2 {
    color: #1c1c1c;
    background-color: #fff;
}

@media (max-width: 991px) {
    .woocommerce div.product form.cart {
        margin-bottom: 0px;
        width: 100%;
        align-items: center;
        flex-wrap: wrap;
    }

    .wd-brands .img-wrapper {
        margin-bottom: 30px;
    }

    .woocommerce div.product form.cart .button {
        position: relative;
        top: 20px;
    }

    .woocommerce div.product form.cart .form-group {
        margin-right: 15px;
    }

    .single-product-content form.cart .form-group {
        margin: 0;
    }

    .woocommerce .single-product-content .summary form.cart .form-group .quantity {
        margin-top: 10px !important;
    }

    .footer_widget:first-child .widget {
        padding-right: 0;
    }

    .wd-q-shop-tabs li.nav-item.active,
    .wd-q-shop-tabs li.nav-item {
        padding-left: 0 !important;
    }

    .wd-feature-products .rating-count {
        padding-left: 0;
    }

    .hd-logo-wrpr {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

    .header-right {
        display: none;
    }

    .hd-top-inner {
        justify-content: center;
        padding: 10px 15px;
    }

    .header-bottom {
        display: none;
    }

    .hd-logo-wrpr {
        display: flex;
        justify-content: space-between;
    }

    .hd-social-share {
        padding: 0 20px;
        border: none;
    }

    .hd-social-share ul {
        justify-content: space-evenly;
        flex-wrap: wrap;
    }

    .hd-social-share ul li {
        padding: 15px;
    }

    .hd-mob-search {
        padding: 0 20px;
        margin-top: 30px;
    }

    .hd-mob-search form {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .hd-mob-search form .form-control {
        margin: 0;
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .hd-mob-search form .btn {
        padding: 15px 18px;
        line-height: 1;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

    .section-title .text_left {
        text-align: center;
    }

    .blog-area .sidebar-wrap {
        text-align: center;
        margin-bottom: 30px;
    }

    .contact_us_layout .submit-btn {
        width: 34%;
    }
    .cta-right {
    padding-top: 20px;
    }
}

.hd-wrpr {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, .1);
}

.hd-wrpr-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hd-logo {
    padding: 15px 0;
    max-width: 185px;
}

.flaticon-online-shopping-cart {
    position: relative;
}


/*----------------------------
  3.1. Desktop Nav `Menu`
  ------------------------------*/


/*top bar*/

.wd-top-nav {
    background: #016837;
    color: #fff;
    padding: 15px 0;
}

.wd-top-nav .wd-header-top-inner {
    display: flex;
    justify-content: space-between;
}

.wd-top-nav .wd-header-left ul,
.weedly-main .wd-header-left ul li {
    margin-bottom: 0;
}

.wd-top-nav .wd-header-left ul li {
    margin: 0;
}

.wd-top-nav .wd-header-left ul li:first-child {
    padding-left: 0px;
}

.wd-top-nav .wd-header-left a {
    color: #fff;
}

.wd-top-nav .wd-header-left a i {
    margin-right: 5px;
}

.wd-top-nav .wd-header-right .wd-user-cart {
    padding: 0 0px;
    border-left: solid 1px rgba(255, 255, 255, 0);
}

.wd-top-nav .wd-header-right .wd-user-cart > ul {
    padding: 0;
    margin: 0;
    display: flex;
}

.wd-top-nav .wd-header-right .wd-user-cart > ul > li {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0 0 0 25px;
}

.wd-top-nav .wd-header-right .wd-user-cart > ul > li > a {
    color: #fff;
}

.wd-top-nav .wd-header-right .wd-user-cart > ul > li > a:hover
 {
    text-decoration: none;
    color: #000000;
}
.wd-top-nav .wd-header-right .wd-user-cart > ul > li > a:focus{
	color: #fff;
}
.wd-top-nav .wd-header-right li.has-dropdown > ul {
    z-index: 999;
}

.wd-top-nav .wd-header-right li.has-dropdown > ul {
    position: absolute;
    background-color: rgba(245, 245, 245, 0.95);
    left: -50%;
    top: 100%;
    z-index: 9;
    visibility: hidden;
    opacity: 0;
    transition: all ease .5s;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, .2);
    min-width: auto;
    padding: 0;
    transform-origin: 50% 0;
    transform: translateY(25px);
}

.wd-top-nav .wd-header-right li.has-dropdown > ul > li {
    padding: 0;
    margin: 0;
}

.wd-top-nav .wd-header-right li.has-dropdown > ul > li > a {
    padding: 0 15px;
    white-space: nowrap;
    display: block;
    line-height: 35px;
    font-size: 13px;
    color: #323232;
    font-weight: 500;
    position: relative;
}


/*nav*/

header.main-nav.fixed {
    position: fixed;
    z-index: 9999;
    transition: 0.5s ease-in;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0px 1px 10px #d8d8d8;
}

header {
    height: 80px;
    display: flex;
    align-items: center;
}

.main-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-navigation .logo {
    max-width: 170px;
}

.main-navigation .logo > a > img {
    max-height: 60px;
}

.main-navigation nav .menu {
    text-align: center;
    margin: 0;
    list-style: none;
    display: flex;
}

.main-navigation nav .menu > .menu-item {
    font-size: 16px;
    transition: none;
    padding: 26px 4px 28px 4px;
    font-weight: 600;
    margin-bottom: 0;
    position: relative;
}

.main-navigation nav .menu > .menu-item > a {
    padding: 0 18px;
    color: #016837;
}

.main-navigation nav .menu > .menu-item:hover > a,
.main-navigation nav .menu > .menu-item > a:hover {
    color: #016837;
}

.main-navigation nav .menu .menu-item-has-children > .sub-menu > .menu-item > a:hover,
.main-navigation nav .menu > .menu-item > a:hover,
.main-navigation .side-cart > ul > li > a:hover {
    text-decoration: none;
}

.main-navigation nav .menu .menu-item-has-children > a:after {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    color: #016837;
    font-weight: 900;
    top: 32px;
    right: 10px;
    transition: 0.3s;
}

.main-navigation nav .menu .menu-item-has-children > .sub-menu {
    position: absolute;
    top: 100%;
    border-radius: 4px;
    background-color: #fff;
    padding: 8px 0 8px;
    margin: 0;
    width: 250px;
    text-align: left;
    list-style: none;
    box-shadow: 0 0px 3px rgba(0, 0, 0, .15);
    left: 50%;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 9999;
}

.main-navigation nav .menu .menu-item-has-children:hover > .sub-menu {
    left: 0%;
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
}

.main-navigation nav .menu .menu-item-has-children:hover > a:after {
    transform: rotate(90deg);
    transition: 0.3s;
}

.main-navigation nav .menu .menu-item-has-children > .sub-menu > .menu-item {
    position: relative;
    margin-bottom: 0;
    padding-left: 0;
}

.main-navigation nav .menu .menu-item-has-children > .sub-menu > .menu-item > a {
    padding: 10px 18px;
    margin: 0 10px;
    display: block;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    color: #000;
    border-radius: 4px;
}

.main-navigation nav .menu .menu-item-has-children > .sub-menu > .menu-item:hover > a {
    color: #fff;
    background-color: #016837;
}

.main-navigation nav .menu .menu-item-has-children > .sub-menu > .menu-item:hover > a:after {
    color: #fff;
}

.main-navigation nav .menu .menu-item-has-children > .sub-menu > .menu-item-has-children > a:after {
    right: 20px;
    top: 15px;
}

.main-navigation nav .menu .menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-menu {
    left: 100%;
    top: 0;
}

.main-navigation .side-cart > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.main-navigation .side-cart > ul > li {
    padding-left: 20px;
    margin-bottom: 0;
}

.main-navigation .side-cart > ul > li > a > span {
  position: absolute;
  font-size: 10px;
  font-style: normal;
  line-height: 15px;
  top: -10px;
  right: -14px;
  border-radius: 50%;
  overflow: hidden;
  background: #016837;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.main-navigation .side-cart > ul > li > a > i {
    font-size: 20px;
    line-height: normal;
    color: #000;
}

.main-navigation .side-cart > ul > li > a:hover > i {
    color: #016837;
}

.main-navigation #nav-toggle-label,
.main-navigation #nav-toggle-label2 {
    display: none;
    height: 28px;
    width: 28px;
    position: relative;
    z-index: 9999;
    left: 0;
    top: 0;
    transform: rotate(0deg);
    cursor: pointer;
    transition: 0.25s ease-in-out;
    margin: 0 10px;
    margin-left: 25px;
}

.main-navigation #nav-toggle-label #hamburger {
    position: relative;
    height: auto;
    width: 100%;
    top: 6px;
    right: 0;
}

.main-navigation #nav-toggle-label #hamburger span {
    display: block;
    width: 100%;
    height: 2px;
    position: relative;
    margin: 0 0 8px 0;
    background: #000;
}

.main-navigation #nav-toggle-label2 #cross2 {
    position: absolute;
    left: 30px;
    top: 0px;
    width: 100%;
    height: 100%;
    transform: rotate(45deg);
}

.mobile-open #nav-toggle-label #hamburger {
    display: none;
    transition-delay: 0.625s;
}

.mobile-open .side-cart #cross2 {
    display: none;
    transition-delay: 0.625s;
}

#nav-toggle-label2 #cross2 span:nth-child(1) {
    height: 0%;
    width: 2px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1px;
    transition-delay: 0s;
    background: #fff;
}

#nav-toggle-label2 #cross2 span:nth-child(2) {
    width: 0%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    transition-delay: 0.25s;
    background: #fff;
}

.mobile-open #nav-toggle-label2 #cross2 span:nth-child(1),
.mobile-open #nav-toggle-label2.slide-out #cross2 span:nth-child(1) {
    height: 100%;
    transition-delay: 0.625s;
}

.mobile-open #nav-toggle-label2 #cross2 span:nth-child(2),
.mobile-open #nav-toggle-label2.slide-out #cross2 span:nth-child(2) {
    width: 100%;
    transition-delay: 0.375s;
}


/*mobile menu*/

.mobile-navigation {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0%;
    height: 100%;
    background: #016837;
    z-index: 9999;
    overflow: hidden;
    transition: 0.5s ease;
}

.mobile-navigation .mobile-logo {
    padding: 35px 40px 35px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile-navigation #cssmenu,
.mobile-navigation #cssmenu ul,
.mobile-navigation #cssmenu ul li,
.mobile-navigation #cssmenu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mobile-navigation #cssmenu {
    width: 100%;
    color: #ffffff;
    padding: 0 20px;
}

.mobile-navigation #cssmenu ul ul {
    display: none;
}

.mobile-navigation #cssmenu > ul > li.active > a {
    background-color: #fff;
}

.mobile-navigation #cssmenu > ul > li > a {
    padding: 0 30px;
    cursor: pointer;
    z-index: 2;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    background: none;
    line-height: 50px;
}

.mobile-navigation #cssmenu > ul > li > a:hover,
.mobile-navigation #cssmenu > ul > li.active > a,
.mobile-navigation #cssmenu > ul > li.open > a {
    color: #fff;
}

.mobile-navigation #cssmenu > ul > li.active > a {
    color: #016837;
}

.mobile-navigation #cssmenu > ul > li.open > a {
    border-bottom: none;
}

.mobile-navigation #cssmenu > ul > li:last-child > a,
.mobile-navigation #cssmenu > ul > li.last > a {
    border-bottom: none;
}

.holder {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
}

.mobile-navigation #cssmenu ul ul > li a {
    padding-left: 30px;
}

.holder:before {
    display: block;
    position: absolute;
    content: "\f067";
    right: 20px;
    z-index: 10;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}

.mobile-navigation #cssmenu > ul > li.open a span.holder:before {
    content: "\f068";
}

.mobile-navigation #cssmenu > ul > li > a:hover > span:after,
.mobile-navigation #cssmenu > ul > li.active > a > span:after,
.mobile-navigation #cssmenu > ul > li.open > a > span:after {
    border-color: #eeeeee;
}

.mobile-navigation #cssmenu ul ul li a {
    cursor: pointer;
    padding: 0px 50px;
    z-index: 1;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    background: none;
    line-height: 40px;
    font-weight: 600;
}

.mobile-navigation #cssmenu ul ul li:hover > a,
.mobile-navigation #cssmenu ul ul li.open > a,
.mobile-navigation #cssmenu ul ul li.active > a {
    background: none;
    color: #fff;
}

.mobile-navigation #cssmenu ul ul li:first-child > a {
    box-shadow: none;
}

.mobile-navigation #cssmenu > ul > li > ul > li:last-child > a,
.mobile-navigation #cssmenu > ul > li > ul > li.last > a {
    border-bottom: 0;
}

.mobile-navigation #cssmenu > ul > li > ul > li.open:last-child > a,
.mobile-navigation #cssmenu > ul > li > ul > li.last.open > a {
    border-bottom: 0px solid #32373e;
}

.mobile-navigation #cssmenu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
    border-bottom: 0;
}

.mobile-navigation #cssmenu ul ul li.has-sub > a:before {
    display: block;
    position: absolute;
    content: "\f067";
    right: 20px;
    z-index: 10;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
}

.mobile-navigation #cssmenu ul ul li.open > a:before {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
}

.mobile-navigation #cssmenu ul ul li.open > a:before {
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
}

.mobile-open .mobile-navigation {
    transition: 0.5s ease;
    width: 0%;
}

.fa-facebook-f:before {
    content: "\f39e" !important;
}

.weefly-main .header-top {
    background-color: #1c1c1c;
}

.weefly-main .wd-top-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 3px;
    padding-bottom: 3px;
}

.weefly-main .header-right {
    display: flex;
}

.weefly-main .wd-social-share ul {
    display: flex;
    padding: 0;
    margin: 0;
}

.weefly-main .wd-social-share ul li {
    display: inline-block;
    margin: 0;
    padding: 20px 5px 20px 20px;
}

.weefly-main .wd-social-share ul li a {
    color: #fff;
}

.weefly-main .wd-user-cart > ul {
    padding: 0;
    margin: 0;
    display: flex;
}

.weefly-main li.has-dropdown:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(10px);
}

.weefly-main li.has-dropdown > ul > li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.weefly-main li.has-dropdown > ul > li > a {
    padding: 0 15px;
    white-space: nowrap;
    display: block;
    line-height: 35px;
    font-size: 13px;
    color: #323232;
    font-weight: 500;
    position: relative;
}

.weefly-main li.has-dropdown > ul > li > a:hover,
.weefly-main li.has-dropdown > ul > li > a:focus {
    text-decoration: none;
    background-color: #1c1c1c;
    color: #fff;
}

.weefly-main .wd-user-cart > ul > li > a {
    color: #fff;
}

.weefly-main .wd-user-cart > ul > li > a:hover,
.weefly-main .wd-user-cart > ul > li > a:focus {
    text-decoration: none;
    color: #ffffff;
}

.weefly-main .wd-search form {
    display: flex;
    align-items: center;
    justify-content: center;
}

.weefly-main .wd-social-share {
    border-left: solid 1px rgba(255, 255, 255, 10%);
}

.weefly-main .wd-search {
    padding: 0 20px;
    display: flex;
    align-items: center;
}

.weefly-main .wd-search form .form-control {
    margin: 0;
    border-radius: 0;
    min-height: 38px;
    border: none;
    background: #fff;
}

.weefly-main .wd-search form .dropdown .dropdown-menu {
    min-width: auto;
    color: inherit;
}

.weefly-main .wd-search form .dropdown .dropdown-menu a {
    text-transform: capitalize;
    font-size: 14px;
}

.weefly-main .wd-search form .dropdown .dropdown-menu a:focus,
.weefly-main .wd-search form .dropdown .dropdown-menu a:hover {
    background-color: #eeeeee;
}

.weefly-main .mob-logo {
    display: none;
}

.weefly-main .wd-user {
    min-width: 20px;
}

.weefly-main li.has-child {
    position: relative;
    margin: 0;
    padding: 0;
}

.weefly-main .mob-nav {
    padding: 30px 0;
}

.weefly-main .mob-menu-2 .mob-nav ul {
    background-color: rgba(255, 255, 255, 0.05);
}

.hd-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hd-wrpr ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.hd-wrpr ul li {
    margin: 0;
    padding: 0;
}

.hd-menu > li > a {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
    padding: 15px 28px;
    line-height: 92px;
    position: relative;
    letter-spacing: .5px;
}

.hd-right .hd-menu > li:last-of-type > a {
    padding-right: 0;
    padding-left: 22px;
}

.hd-left .hd-menu > li:first-of-type > a {
    padding-left: 0;
}

.hd-menu > li.has-child > a:after,
li.has-child > a:after,
.shop .widget-title[data-toggle="collapse"]:after {
    display: inline-block;
    font-family: Flaticon;
    font-size: 9px;
    font-style: normal;
    margin: 0 0 0 5px;
    padding: 0;
    border: none;
    content: "\f104";
    vertical-align: middle;
    line-height: 1;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.hd-menu > li > a > i[class^="flaticon-"]:before {
    font-size: inherit;
    margin: 0;
}

.hd-menu > li.hd-cart > a {
    font-size: 26px;
    font-weight: 100;
}

.hd-menu > li.hd-search-wrpr > a {
    font-size: 21px;
    font-weight: 400;
    padding-left: 0.7em;
}

.hd-menu > li.hd-search-wrpr > a:hover,
.hd-menu > li.hd-search-wrpr > a:focus,
.hd-menu > li.hd-cart > a:hover,
.hd-menu > li.hd-cart > a:focus {
    text-decoration: none;
    opacity: .6;
}

.mega-menu li a.indica:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #6e335e;
    display: inline-block;
    margin-right: 10px;
}

.mega-menu li a.hybrid:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #016837;
    display: inline-block;
    margin-right: 10px;
}

.mega-menu li a.sativa:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d44727;
    display: inline-block;
    margin-right: 10px;
}

.weefly-main .mega-menu li a:after {
    content: "";
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    display: block;
    background: #016837;
    transition: all ease .4s;
}

.mega-menu .tab-pane li a:before {
    content: '';
    display: inline-block;
    margin-right: 12px;
    width: 8px;
    height: 2px;
    background: #d3d3d3;
    vertical-align: middle;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
}

.weefly-main .mega-sub-menu:nth-child(odd) li a:hover,
.weefly-main .mega-sub-menu:nth-child(odd) li a:focus,
.weefly-main .mega-sub-menu:nth-child(odd) li a.active {
    color: #016837;
}

@media (min-width: 768px) {
    /* Hide button on Desktop */
    /*=========== Top Menu ===========*/
    .hd-wrpr ul li.has-child.has-mega-menu {
        position: static;
    }

    li.has-child.has-mega-menu {
        position: static;
    }

    .hd-wrpr ul li.has-child {
        position: relative;
    }

    /*=========== Sub Menu ===========*/
}

@media (max-width: 1200px) {
    .main-navigation nav .menu > .menu-item > a {
        padding: 0 5px;
    }

    .main-navigation nav .menu .menu-item-has-children > a:after {
        right: 0;
    }
}

@media (max-width: 991px) {
    .open {
        display: block;
    }

    .hd-menu > li > a {
        padding: 15px 13px;
        font-size: 14px;
        letter-spacing: unset;
    }

    .hd-menu > li.has-child > a:after {
        font-size: 6px;
        margin: 0 0 0 4px;
        top: 56%;
    }

    .hd-menu > li.hd-search-wrpr > a {
        font-size: 18px;
        font-weight: 400;
        padding-left: 8px;
    }

    .hd-menu > li.hd-cart > a {
        font-size: 22px;
    }

    .hd-right .hd-menu > li:last-of-type > a {
        padding-left: 8px;
    }

    .main-navigation nav .menu > .menu-item {
        padding: 20px 6px 20px 0;
        font-size: 14px;
    }

    .main-navigation .side-cart {
        display: flex;
    }

    .main-navigation .side-cart .cta-button,
    .main-navigation .nav {
        display: none;
    }

    .main-navigation .logo {
        max-width: 120px;
    }

    .main-navigation #nav-toggle-label,
    .main-navigation #nav-toggle-label2 {
        display: block;
    }

    .main-navigation .side-cart > ul > li {
        top: 3px;
        line-height: normal;
    }

    .mobile-open .mobile-navigation {
        width: 100%;
    }

}

@media (max-width: 768px) {

    .single-product-content .summary.entry-summary .product-type-fields-details {
        padding-left: 0;
        padding-right: 0px;
        float: none;
        margin: 0 auto;
        justify-content: center;
        padding-bottom: 20px;
    }

    .single-product-content .summary.entry-summary .price {
        padding-bottom: 20px;
    }

    .woocommerce .single-product-content .summary form.cart .form-group .quantity {
        margin-bottom: 10px !important;
    }

    .single-product-content .summary.entry-summary .product-type-fields-details .product-type:last-child {
        margin-right: 0;
    }

}

@media (max-width: 600px) {
    header.main-nav.fixed {
        top: 0px;
    }
}

@media (max-width: 576px) {
    .wd-top-nav .wd-header-top-inner {
        display: block;
        text-align: center;
    }

    .wd-top-nav .wd-header-top-inner .wd-header-left {
        padding-bottom: 15px;
    }

    .wd-top-nav .wd-header-right .wd-user-cart > ul {
        justify-content: center;
    }

    .wd-top-nav .wd-header-right .wd-user-cart > ul > li {
        padding: 0 10px;
    }

}

@media (max-width: 385px) {
    .woocommerce div.product form.cart .button {
        position: relative;
        top: 0px;
    }
}


/*----------------------------
  3.2. Mobile Nav Menu
  ------------------------------*/


/*===============================================================================================
  *. 4.Footer
  ================================================================================================*/


/*===== Footer Top =====*/

footer#footer {
    overflow: hidden;
    width: 100%;
}

.footer-top {
    background: #f3f3f3;
    padding: 122px 0;
}

.wd-footer_logo a {
    color: #fff;
    font-size: 30px;
}

.footer-title {
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    color: #e12a62;
    line-height: 32px;
}

.useful-links > ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.useful-links > ul > li {
    margin: 0 0 1px;
    padding-left: 0;
}

.useful-links > ul > li > a {
    font-size: 13px;
    line-height: 34px;
    text-transform: capitalize;
    color: #313131;
    font-weight: 600;
}

.footer_links ul {
    margin: 0;
}

.footer_widget ul.menu li {
    display: block;
    width: 100%;
    padding-left: 15px;
}

.footer_widget ul.menu > li {
    padding-left: 0;
}

.footer-copyright-text p {
    margin: 0;
}

.footer_widget .widget:first-child {
    padding-top: 0px;
}

.footer_widget:first-child .widget {
    padding-left: 0;
}

.footer_links .widget_nav_menu ul li a {
    margin: 0;
    padding: 0px 9px;
    padding-bottom: 7px;
}

.footer-form .form-label {
    font-size: 13px;
    line-height: 24px;
    text-transform: capitalize;
    color: #313131;
    font-weight: 500;
    margin: 0 auto 12px;
}

.footer-title img {
    width: 16px;
    height: 16px;
}

.insta-links .footer-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.insta-links .insta-img {
    margin-bottom: 15px;
}

.insta-links > a {
    display: block;
    font-weight: 600;
}

.logo-wrpr .text {
    font-size: 13px;
    line-height: 24px;
    text-transform: capitalize;
    color: #313131;
    font-weight: 500;
    margin-bottom: 32px;
}

.footer-logo {
    margin-bottom: 32px;
}

.logo-wrpr > div > a {
    font-size: 13px;
    line-height: 24px;
    text-transform: capitalize;
    color: #313131;
    font-weight: 600;
}

.logo-wrpr > div > a:hover,
.logo-wrpr > div > a:active {
    text-decoration: none;
    opacity: .6;
}

.footer-mail {
    margin-bottom: 5px;
}

.logo-wrpr > div > a > i {
    color: #e12a62;
    margin-right: 8px;
}


/*===== Footer Middle =====*/

.footer-app .flaticon-right-arrow {
    font-size: 8px;
}

.footer-app {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 76px 0 0;
}

.footer-app > a {
    margin: 0 13px;
    margin-left: 0;
}

.footer-app .img-wrpr,
.footer-input-app {
    margin: 0 13px;
}

.footer-app .img-wrpr {
    color: #e12a62;
    font-weight: 600;
}

.logo-wrpr {
    max-width: 355px;
}

.footer-input-app {
    display: flex;
    margin-right: 0;
}

.dark-footer .footer-app {
    color: #fff;
}

.footer-input-app .form-control {
    margin: 0 13px 0 0;
    min-height: 49px;
}

.footer-app .btn {
    white-space: nowrap;
    line-height: 23px;
}

.footer-app .btn-outline-secondary {
    line-height: 20px;
}

.widget_inner h4 {
    font-size: 30px;
}

.widget_inner ul li a {
    color: #000;
}

.widget_inner ul li a:hover {
    color: #016837;
}


/*===== Footer Bottom =====*/

.footer-copyright,
.footer-social-share {
    padding: 11px 0;
    font-size: 13px;
    letter-spacing: .5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: normal;
}

.footer_top.wd-primary-bg {
    margin-bottom: 10px;
}

.footer-social-share {
    justify-content: flex-start;
}

.footer-btm a {
    color: #fff;
}

.footer-social-share ul {
    padding: 0;
    margin: 0;
}

.footer-social-share ul li {
    display: inline-block;
    padding: 5px;
    margin: 0 4px;
}

.footer-btm a:hover {
    opacity: .7;
}

@media (max-width: 991px) {
    .footer-social-share {
        justify-content: center;
    }

    .footer-input-app {
        margin: 25px 0 0;
        width: 100%;
    }

    .footer-app {
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    .footer-top .container > .row > .col {
        margin-bottom: 40px;
    }

    .footer-title {
        line-height: normal;
        margin: 0 0 12px;
        font-size: 18px;
    }

    .footer-app {
        margin: 0;
        flex-direction: column;
    }

    .footer-app .img-wrpr {
        margin: 13px 0;
    }

    .footer-app > a {
        margin: 13px 0;
    }

    .footer-top {
        padding: 50px 0 0;
    }

    .logo-wrpr {
        max-width: 100%
    }

    .footer-form {
        padding-right: 0;
    }
}

@media (max-width: 479px) {
    .footer-copyright {
        letter-spacing: 0;
    }

    .footer-input-app {
        display: block;
        margin: 25px 0 0;
    }

    .footer-input-app .form-control {
        margin: 0 13px 26px 0;
    }

    .footer-app .btn {
        width: 100%;
    }

    .footer-form .btn {
        width: 100%;
    }

    .footer-app .btn-outline-secondary {
        padding: 13px 20px;
    }

    .wd-shop-slider-main .wd-shop-product-meta .wd-shop-product-bottom-meta {
        margin-left: 30px;
    }

    .section-heading-left {
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .section-heading-left a.wd-btn-round {
        margin: 0;
    }

    .section-heading-left a.wd-btn-round-2 {
        margin: 0;
        margin-bottom: 20px;
        margin-right: 15px;
    }

    .wd-shop-product-image {
        width: 100%;
        height: 200px;
    }
}


/*----------------------------
        Footer Type 2
  ------------------------------*/


/* Footer Top */

.icon-wrpr {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
}

.icon-wrpr .content-right strong {
    display: block;
}

.icon-wrpr .content-right {
    font-size: 18px;
}

.icon-wrpr .icon {
    margin-right: 20px;
    font-size: 40px;
    line-height: 1;
}

.footer-icons {
    background-color: rgba(255, 255, 255, 15%);
}

.footer-icons .col + .col {
    border-left: solid 1px rgba(255, 255, 255, 20%);
}


/* Footer Middle */

.footer-type-2 .footer-app {
    flex-direction: column;
    margin: 0;
    align-items: flex-start;
}

.footer-type-2 .footer-app .img-wrpr {
    margin: 0 0 15px;
    width: 100%;
}

.footer-type-2 .footer-input-app {
    margin: 0;
}

.footer-type-2 .footer-app .img-wrpr a {
    display: inline-block;
    margin-right: 15px;
}

.footer-type-2 .footer-app .img-wrpr + .img-wrpr {
    text-align: center;
    width: 70%;
    color: #fff;
}

.footer-type-2 .footer-top {
    padding: 58px 0;
    background: transparent;
}

.footer-type-2 .useful-links > ul > li > a {
    color: #fff;
}

.footer-type-2 .footer-title {
    color: #fff;
}

.footer-type-2 .useful-links > ul > li:before {
    display: inline-block;
    content: "\f10c";
    font-family: Flaticon;
    font-size: 6px;
    font-style: normal;
    margin-right: 5px;
    color: #fff;
}

.footer-type-2 .useful-links > ul > li {
    display: flex;
    align-items: center;
}

.footer-type-2 .footer-social-share ul li {
    color: #fff;
}

.form-control-outline {
    background: transparent;
    border: solid 1px #fff;
    color: #fff;
}

.footer-type-2 .form-control::placeholder {
    color: #fff;
}


/* Footer Bottom */

.footer-type-2 .footer-btm {
    border-top: solid 1px rgba(255, 255, 255, 20%);
}


/* Footer Subscribe */

.ft-subscribe-inner {
    background-color: #171717;
    color: #fff;
    padding: 64px 138px;
    position: relative;
    margin: 0 -15px -78px;
    transform: translateY(-50%);
}

.news-inner {
    font-size: 142px;
    line-height: 1;
    display: flex;
    justify-content: flex-start;
    height: 100%;
    align-items: center;
}

.ft-subscribe-inner .title {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
}

.ft-subscribe-inner .title span {
    display: block;
    font-size: 43px;
    font-weight: 700;
}

.ft-subscribe-inner p {
    margin: 0;
}

.footer-type-2 .form-control-outline {
    background: transparent;
}

.footer-type-2 .form-control-outline {
    background: transparent;
}

#newsletter-subs {
    border-color: #016837;
    color: #fff;
}

.form-group-wrpr .form-group {
    display: flex;
    width: 100%;
    margin-bottom: 0.5rem;
}

.form-group-wrpr label.sub_newsletter {
    display: block;
    color: #777777;
    font-size: 12px;
}

.form-group .btn {
    margin: 0 0 0 15px;
    line-height: 1;
}

.form-group .form-control {
    margin: 0;
}

@media (max-width: 1200px) {
    .footer-type-2 .footer-app .img-wrpr a {
        margin-right: 2px;
    }
}

@media (max-width: 1199px) {
    .ft-subscribe-inner {
        padding: 64px 38px;
        margin: 200px 0 -100px;
    }
}

@media (max-width: 991px) {
    .footer-type-2 .footer-app {
        align-items: center;
        margin-top: 30px;
    }

    .footer-type-2 .footer-app .img-wrpr {
        text-align: center;
    }

    .ft-subscribe-inner .title {
        margin-bottom: 25px;
    }

    .ft-subscribe-inner {
        padding: 38px;
        margin: 200px 0 -145px;
    }
}

@media (max-width: 767px) {
    .footer-type-2 .footer-title.blank {
        display: none;
    }

    .footer-icons .col + .col {
        border-left: none;
        border-top: solid 1px rgba(255, 255, 255, 20%);
    }

    .icon-wrpr {
        justify-content: flex-start;
    }

    .footer-top .container > .row > .col.next-nav-same {
        margin: 0;
    }

    .footer-top .container > .row > .col:last-child {
        margin-bottom: 0;
    }

    .footer-type-2 .footer-app .img-wrpr a {
        display: block;
        margin-right: 0;
        margin-top: 10px;
    }

    .footer-social-share ul {
        text-align: center;
    }

    .news-inner {
        margin-top: 15px;
        justify-content: center;
    }

    .ft-subscribe-inner .title {
        text-align: center;
    }

    .form-group-wrpr .form-group {
        flex-direction: column;
    }

    .form-group .btn {
        margin: 15px 0 0;
    }

    .ft-subscribe-inner {
        padding: 38px;
        margin: 30px 0;
        transform: translateY(-20px);
    }

    .footer-type-2 .footer-app {
        margin-top: 0;
    }

    .all_comments ul.children {
        margin-left: 25px;
    }
}

.wd-footer-wrapper {
    display: block;
}

.wd-footer-links,
.wd-footer-logo,
.wd-footer-copyright {
    margin-bottom: 20px;
}

.wd-primary-bg {
    background-color: #016837;
}

.top_widget {
    padding-top: 25px;
    border-right: rgba(255, 255, 255, 0.2) solid 1px;
    padding-bottom: 25px;
}

.top_widget:last-child {
    border: 0;
    align-self: center;
}

.newsletter {
    padding: 5px 20px;
    overflow: hidden;
}

.email_input {
    float: left;
    position: relative;
    width: 69%;
}

.email_input input {
    background: no-repeat;
    border: 0;
    color: #ffffff;
    padding: 9px 30px;
    border-bottom: 2px solid #fff;
}

.email_input::after {
    position: absolute;
    top: 12px;
    left: 0;
    content: "\f0e0";
    font-family: 'Font Awesome 5 Free';
    color: #ffffff;
}

.email_input ::placeholder {
    color: #ffffff;
}

.newsletter button {
    padding: 9px 6px;
    background: none;
    border: 0;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 14px;
    float: right;
    cursor: pointer;
}

.follow_us > ul {
    padding: 0;
    margin: 0 auto;
    list-style: none;
    text-align: right;
}

.follow_us ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.footer_top .follow_us ul li a {
    border-left: 0;
}
.footer_top .follow_us ul li a:hover {
    color: #000;
}
.footer_top .follow_us ul li a:focus {
    color: #fff;
}
.follow_us ul li a,
.follow_us ul li span {
    color: #ffffff;
    font-size: 16px;
    padding: 7px 13px;
    display: block;
    border-left: rgba(255, 255, 255, 0.12) solid 1px;
    line-height: 35px;
    min-width: 40px;
    text-align: center;
}

.footer_widget {
    margin: 70px auto 0;
    padding-bottom: 30px;
    border-right: #ebebeb solid 1px;
}

.footer_widget h5 {
    margin: 0 auto 35px;
}

.footer_widget p {
    margin: 0 auto 5px;
}

.footer_widget p a {
    color: #555b62;
}

.widget_inner .widget {
    padding: 10px 20px;
}

.footer_widget table {
    margin: 0;
    text-align: center;
}

label.screen-reader-text {
    display: none;
}

.instagram_img {
    position: relative;
}

.footer_widget .widget.widget_categories ul li {
    padding-left: 0;
}

.footer_widget .widget.widget_categories ul li:last-child a {
    border-bottom: 0px;
}

.footer_widget:last-child {
    border: 0;
}

.footer_widget ul {
    padding: 0;
    margin: 0 auto;
    list-style: none;
    position: relative;
    transform: none;
}

.footer_widget .widget.widget_nav_menu ul li a {
    padding: 8px 15px;
}

.footer_nav li a {
    color: #000000;
}

.wd-wd-footer_bottom {
    padding: 35px 0 0;
    border-top: #ebebeb solid 1px;
}

.wd-wd-footer_bottom p {
    margin: 0 auto;
    padding-bottom: 0.5rem;
}

#back-top {
    text-align: center;
}

#back-top a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 0px;
    text-align: center;
    line-height: 36px;
    border: #016837 solid 1px;
    color: #016837;
    transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    font-size: 22px;
    margin: 0 auto;
    box-shadow: rgba(0, 0, 0, 0.05) 0 0 10px;
}

.footer_links {
    text-align: right;
}

.footer_links a {
    display: inline-block;
    color: #555b62;
    margin: 0 0 0 20px;
}

.footer_top .email_input input:active,
.footer_top .email_input input:focus {
    outline: 0;
}


/*===============================================================================================
  5. Pages
  ================================================================================================*/


/*===============================================================================================
  *. 5.1 Homepages
  ================================================================================================*/


/* weefly CSS */

.no-overflow {
    overflow: hidden;
}

article .sticky-post {
    background: #016837;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    line-height: 1;
    padding: .25rem;
    text-transform: capitalize;
    z-index: 1;
    margin-bottom: 10px;
    font-size: 14px;
    letter-spacing: 1px;
}

.wd-columns {
    position: relative;
}

.wd-hero-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 750px;
    position: relative;
    width: 100%;
}

.wd-hero-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.inner-page-banner {
    background: url(assets/images/weefly/blog-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    padding: 125px 0;
    z-index: 100;
}

.inner-page-banner:before {
    background-image: linear-gradient(270deg, #000, #000);
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    zoom: 1;
    opacity: .7;
    transition: opacity 3s;
    z-index: -1;
}

.weefly-main .slick-slider {
    overflow: hidden;
}


.weefly-main .slick-slider div .wd-hero-image {
    width: 100%;
    -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.weefly-main .slick-slider div.slick-active .wd-hero-image {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation: cssAnimation 8s 1 ease-in-out forwards;
    animation: cssAnimation 8s 1 ease-in-out forwards;
}

.wd-hero-text h1,
.wd-banner-text h1 {
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 3rem;
    text-transform: capitalize;
    font-size: 75px;
}

.wd-hero-text h2,
.wd-banner-text h2 {
    font-size: 38px;
    margin-bottom: 2rem;
    font-weight: 600;
    color: #ffffff;
}

.wd-banner-text {
    padding: 190px 0;
    text-align: center;
    max-width: 650px;
    margin: 0 auto;
}

.wd-banner-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.wd-banner-area .slick-dots {
    bottom: 30px;
    left: 15px;
}

.wd-section-heading-wrapper {
    margin: 0 auto;
    max-width: 680px;
    text-align: center;
    padding-bottom: 30px;
}

.wd-about-button {
    margin-top: 30px;
}

.about-div h5 {
    font-size: 24px;
    font-weight: 600;
}

.wd-section-heading select {
    border: none;
}

.wd-section-heading select:focus {
    outline: 0;
}

.wd-video-header {
    position: relative;
    background-color: black;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.wd-video-header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.wd-video-header .container {
    position: relative;
    z-index: 2;
}

.wd-video-header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
}


/* quick-section */

.wd-quick-section {
    margin-top: -50px
}

.wd-custom-top {
    z-index: 10;
    position: relative;
    overflow: visible;
}

.wd-quick-section-container {
    position: relative;
    background: #f5f8f2;
    border-radius: 70px;
}

.wd-quick-item:nth-child(3) .wd-quick a span {
    color: #fff !important;
}

.wd-quick-section-container .wd-quick {
    padding: 30px;
    text-align: center;
}

.wd-quick-section-container .wd-quick span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #016837;
}

.wd-quick img {
    display: inline-block;
    vertical-align: middle;
    line-height: 65px;
    width: 50px;
    height: auto;
}

.wd-quick h5 {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    padding-left: 25px;
    text-align: left;
}

.wd-qucik-row .wd-quick-item:nth-child(2) h5,
.wd-qucik-row .wd-quick-item:nth-child(3) h5 {
    color: #ffffff;
}

.wd-qucik-row .wd-quick-item:nth-child(1) {
    padding-right: 0px;
}

.wd-qucik-row .wd-quick-item:nth-child(2) {
    background-color: #252c30;
}

.wd-qucik-row .wd-quick-item:nth-child(3) span {
    color: #000000;
}

.wd-qucik-row .wd-quick-item:nth-child(3) {
    padding-left: 0px;
}

.wd-qucik-row .wd-quick-item:nth-child(1) .wd-quick {
    background-color: #f5f8f2;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.wd-qucik-row .wd-quick-item:nth-child(3) .wd-quick {
    background-color: #016837;
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
}


/* Service Section*/

.wd-service-wrapper {
    position: relative;
    background: #ffffff;
    padding: 40px;
    border: 1px solid #eeeeee;
    transition: box-shadow .3s;
    box-shadow: 0 0 11px rgba(33, 33, 33, .2);
}

.wd-service-wrapper:hover {
    background: url("../weefly/assets/images/weefly/service-bg.png");
}

.wd-service-text {
    position: relative;
    z-index: 1;
}

.wd-service-text h4 {
    font-size: 28px;
    font-weight: 800;
    margin: 50px 0;
    line-height: 36px;
}

.wd-service-text p {
    font-size: 14px;
    line-height: 36px;
    font-weight: 500;
}

.wd-blog-heading {
    max-width: 550px;
}

.wd-q-shop-heading {
    max-width: 899px;
}

.wd-slider-element .wd-strain-class-dark {
    padding: 4px 15px;
    font-size: 14px;
    line-height: 36px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    display: block;
    padding-top: 20px;
    color: transparent;
}

span.wd-strain-class-dark {
    color: #000000;
}

span.wd-strain-class-dark a {
    display: none;
}

span.wd-strain-class-dark a:first-child {
    display: block;
    background: #016837;
    border-radius: 4px;
}
span.wd-strain-class-dark a:hover{
    color: #fff;
}
.wd-slider-element .wd-strain-class-light {
    background: #016837;
    padding: 4px 15px;
    font-size: 14px;
    line-height: 36px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

span.wd-strain-class-dark a {
    color: #fff;
    text-transform: capitalize;
}

.wd-slider-wrapper.slick-slide:focus {
    outline: none;
}

.wd-slider-element h5,
.product-grid .title {
    font-size: 44px;
    font-weight: 600;
    line-height: 26px;
    color: #016837;
    margin-top: -20px;
}

.wd-slider-element p {
    letter-spacing: 1px;
    font-weight: 500;
}

.wd-shop-product-slider .wd-slider-wrapper.slick-center .wd-slider-element {
   background: #016837;
}
.wd-shop-product-slider .wd-slider-wrapper.slick-center .wd-slider-element h5,
.wd-shop-product-slider .wd-slider-wrapper.slick-center .wd-slider-element p{
    color: #fff;
}
.wd-shop-product-slider .wd-slider-wrapper.slick-center .wd-slider-element span.wd-strain-class-dark a{
    background:#fff;
color: #016837;
}
.wd-slider-element {
    width: 150px;
    height: 170px;
    text-align: center;
    background: #fff;
    color: #016837 !important;
    text-transform: capitalize;
    margin: 0 auto;
    border-radius: 4px;
    border:2px solid #016837;
}

.wd-service-icon-wrapper {
    padding: 50px 0 0;
}

.wd-shop-product-slider-arrow .wd-shop-product-left-arrow,
.wd-shop-product-bottom-arrow .wd-product-bottom-left-arrow {
    left: -50px;
    top: 40%;
    position: absolute;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: #016837;
    text-align: center;
    line-height: 3.5;
    border-radius: 4px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wd-shop-product-slider-arrow .wd-shop-product-right-arrow,
.wd-shop-product-bottom-arrow .wd-product-bottom-right-arrow {
    right: -50px;
    top: 40%;
    position: absolute;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: #016837;
    text-align: center;
    line-height: 3.5;
    border-radius: 4px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wd-shop-main-btn {
    text-align: center;
    margin: 50px 0 0;
}

.wd-product-effects h5,
.wd-product-flavors h5 {
    font-size: 24px;
}

.weefly-main .wd-product-des-slider .slick-prev,
.weefly-main .wd-product-des-slider .slick-next {
    font-size: 24px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
}

.wd-product-des-slider .slick-next:before {
    margin: 0 15px;
}

.wd-product-des-slider .slick-prev:before {
    margin: 0 13px;
}

.wd-shop-details {
    padding-top: 5rem;
}

.wd-shop-product-title h3 {
    margin: 1.5rem 0;
    font-size: 38px;
    font-weight: 600;
    line-height: 26px;
    color: #000000;
}

.wd-shop-product-title.latest_products h3 a {
    color: #000;
}

.wd-product-tag {
    padding: 1px 10px;
    background: #016837;
    color: #ffffff;
    font-size: 14px;
    vertical-align: middle;
    border-radius: 20px;
}
.wd-shop-details-title-wrapper span.wd-product-tag {
    margin-left: 5px;
}
.wd-flavors-align {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.wd-flavors-type {
    text-align: center;
    border: 2px solid #eeeeee;
    border-radius: 7px;
    padding: 1rem 0.5rem;
    width: 95px;
    height: 100px;
}

.wd-flavors-type p {
    margin-bottom: 0;
    margin-top: 1rem;
    font-weight: 400;
    color: #a0a0a0;
}

.wd-product-effects-inner {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.wd-product-effects-inner .progress {
    height: 10px;
    background-color: #016837;
    border-radius: .25rem;
    margin-right: 20px;
    flex: 0 0 60%;
    width: 60%;
    max-width: 60%;
}

.wd-q-shop-product-inner:hover .wd-shop-img-overlay {
    opacity: 0.3;
}

.wd-product-effects-inner .progress-bar {
    border-radius: 7px;
    background-color: #016837;
}

.wd-shop-product-bottom-details h5,
.wd-store-position h5 {
    font-size: 20px;
    font-weight: 800;
    line-height: 26px;
    margin-bottom: 30px;
}

.wd-shop-bottom-details-content {
    display: flex;
}

.wd-store-position {
    display: flex;
    justify-content: space-between;
}

.wd-shop-bottom-details-content-2 {
    display: block;
    text-align: center;
}

.wd-market-store {
    display: flex;
}

.wd-bottom-content-text {
    margin-left: 1rem;
}

.wd-shop-bottom-details-content i,
.wd-store-position i {
    color: #016837;
    font-size: 28px;
}

.wd-bottom-content-text span {
    color: #a0a0a0;
}

.wd-bottom-content-text h5 {
    margin: 5px 0 0;
}


/* Video-section */

.weefly-main .wd-video-section-bg {
    background: url('../images/weefly/video-bg.png') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
    padding: 140px 0;
}

.wd-fixed-bg {
    background-attachment: fixed;
}

.wd-fixed-bg .wd-video-content-text h3 {
    margin: 0;
}

.wd-video-content-text h3 {
    margin: 50px 0 0;
    font-weight: 800;
    font-size: 48px;
    color: #ffffff;
    text-transform: capitalize;
    text-align: center;
}

.fade:not(.show) {
    opacity: 1;
}

.wd-video-section a {
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    background: #016837;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
    color: #ffffff;
    font-size: 22px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 15px;
    margin: 0 auto;
    padding-left: 7px !important;
    z-index: 2;
}
.wd-video-section a:hover {
    color: #fff;
}
.wd-video-section a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    transform: scale(1.3);
    z-index: -1;
    width: 100%;
    height: 100%;
    -webkit-animation-name: pulseInOut;
    -moz-animation-name: pulseInOut;
    -o-animation-name: pulseInOut;
    animation-name: pulseInOut;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    background: #fff;
}

.wd-banner-play {
    color: #016837;
    font-size: 14px;
    border: 2px solid #ffffff;
    display: inline-block;
    width: 50px;
    justify-content: center;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 15px;
    margin: 0 auto;
    padding-left: 0px !important;
    z-index: 2;
}

.wd-banner-play:hover {
    color: #fff;
}


/* Blog */

.wd-blog-heading {
    margin: 0 0 5rem;
}

.wd-blog_img {
    overflow: hidden;
}

.wd-blog-light-bg {
    background: #f5f8f2;
}

.w-author-img span a:hover,
.wd-blog-fev a:hover {
    color: #016837;
    text-decoration: none;
}

.wd-blog-fev a {
    color: #868585;
}

.wd-blog-img img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.wd-blog-section .wd-blog-info {
    margin: 0;
    background: #ffffff;
    position: relative;
    z-index: 1;
    padding: 25px;
    border: 0;
    box-shadow: none;
    text-align: left;
}

.wd-blog-info p {
    margin: 5px 0 20px;
}

.wd-blog-bottom-meta .wd-btn-round-2 {
    padding: 14px 32px;
    font-size: 14px;
}

.wd-blog-wrap h2 {
    font-size: 24px;
    font-weight: 600;
    margin: 20px 0 0px;
}
.wd-blog-wrap .post_meta span {
    font-style: initial;
    font-size: 16px;
}
.wd-blog-wrap .post_meta{
    margin-bottom: 20px;
}
.wd-blog-info h2 a,
.w-author-img span a {
    color: #000000;
}

.wd-author-meta {
    display: flex;
    justify-content: space-between;
}

.wd-post_author img {
    width: 40px;
    display: inline-block;
    margin-right: 5px;
}

.wd-post_author span,
.post_meta span {
    font-family: 'Playfair Display', sans-serif;
    text-transform: capitalize;
}

.wd-post_author span a {
    color: #868585;
}

.wd-post_author span a:hover {
    color: #016837;
}

.wd-blog-img a img {
    height: auto;
    object-fit: cover;
}

.wd-blog-fev {
    align-self: center;
}

.blog-post-tags {
    padding: 30px 0;
    border-top: solid 1px #f0f0f0;
    margin: 60px 0 0;
}

.blog-post-tags p {
    margin: 0;
}

.blog-post-tags p span {
    font-size: 18px;
    font-weight: 600;
    margin: 0 10px 0 5px;
}

.blog-post-tags a {
    font-size: 13px;
    line-height: normal;
    color: #737373;
}

.author-bio {
    margin: 0 0 60px;
    padding: 30px 0;
    border-top: solid 1px #f0f0f0;
    border-bottom: solid 1px #f0f0f0;
    display: flex;
}

.author-bio .img-wrpr {
    width: 20%;
    text-align: center;
}

.author-info {
    width: 80%;
    padding-left: 40px;
}

.author-bio img {
    border-radius: 50%;
    display: block;
}

.author-tag {
    display: inline-block;
    text-align: center;
    padding: 5px 10px;
    border-radius: 7px;
    font-weight: 700;
    color: #fff;
    background: #e12a62;
    position: relative;
    top: -10px;
    margin: -5px 0;
}

.author-info-title {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 10px;
}

.author-info-title a {
    color: #000;
}

.author-description {
    font-size: 13px;
    line-height: 28px;
}

.author-social-share {
    margin: 0;
    padding: 0;
    list-style: none;
}

.author-social-share > li {
    display: inline-block;
    margin: 0 5px 0;
    padding: 0;
}

.author-social-share > li:before,
.wd-comment-container:before {
    display: none;
}

.popu-strain .sidebar-img:before {
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    top: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: solid 2px #fff;
}

.wd-header-banner-meta span {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 10px 0;
}

.instagram_img li {
    float: left;
    width: 25%;
    margin: 0 auto;
}

.instagram_img li a {
    background: #000000;
    display: block;
}

.instagram_img li a img {
    transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
}

.insta_url {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    background: #016837;
    color: #ffffff;
    font-size: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}


/* Quick Shop */

.wd-q-shop-tabs .nav-pills .nav-link {
    border: 2px solid #dd9933;
    border-radius: 4px;
    color: #000000;
    font-family: inherit;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 16px;
    height: auto;
    width: 150px;
    text-align: center;
    margin: auto;
    letter-spacing: 0.4px;
    padding: 16px 30px;
}

.wd-q-shop-tabs .nav-pills .nav-link:hover {
    background: #dd9933;
    color: #fff;
}

.wd-q-shop-tabs .nav-pills .nav-link.active, .wd-q-shop-tabs .nav-pills .show > .nav-link {
    color: #ffffff;
    background-color: #dd9933;
    border-color: #dd9933;
}
.wd-q-shop-tabs li.nav-item.active,
.wd-q-shop-tabs li.nav-item {
    padding-left: 30px;
}

.wd-q-shop-product-inner {
    border: 2px solid #efefef;
    border-radius: 0;
    background: #ffffff;
    position: relative;
}

.wd-q-shop-product-inner:hover .overlay-content {
    display: block;
    background: rgba(0, 0, 0, .06);
}

.wd-blog-button {
    text-align: right;
}

.wd-q-shop-product-inner:hover {
    box-shadow: 0px 0px 13.5px 1.5px rgba(0, 0, 0, 0.07);
}

.wd-q-shop-product-inner .inner-add-to-cart .button {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.wd-q-shop-product-inner:hover .button {
    opacity: 1;
    color: #000;
}

.footer_widget:first-child .widget_inner {
    padding-left: 0px;
}

.wd-q-shop-product-image img {
    max-width: 100%;
    height: auto;
    width: auto;
    padding: 35px 0px;
    margin: 0;
    transition: .5s ease;
    backface-visibility: hidden;
}

.wd-q-shop-product-meta {
    margin: 0px 0;
    padding: 0 10px;
    text-align: center;
}

.wd-q-shop-product-inner .wd-q-shop-product-meta {
    margin-bottom: 33px;
}

.wd-q-shop-product-meta span {
    text-transform: uppercase;
    color: #016837;
    margin: 30px 0;
    font-weight: 600;
    font-size: 14px;
}

.wd-q-shop-product-meta h4 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #022147;
    margin: 15px 0;
}

.wd-q-shop-product-meta p {
    color: #ff6a48;
    font-weight: 500;
    font-size: 16px;
}

.wd-q-shop-product {
    margin: 50px 0px 0;
}

.wd-q-shop-product-meta .wd-cut-price {
    text-decoration: line-through;
    color: #cccccc;
    padding-left: 6px;
}

.weefly-main .wd-flavors-type i {
    font-size: 28px;
}

.weefly-main .wd-flavors-type:hover i,
.weefly-main .wd-flavors-type:hover p {
    color: #016837;
}

.rating-star i {
    color: gold;
}

.wd-columns .slick-dots li button:before,
.weefly-main .slick-dots li:before,
.banner-area .slick-dots li button:before,
.weefly-main .slick-dots li:before,
.wd-flavors.style-1 ul li:before {
    display: none;
}

.weefly-main .slick-dots li button {
    background: #fff;
    border-radius: 50%;
    opacity: .2;
    width: 14px;
    height: 14px;
    transition: all ease .4s;
}

.weefly-main .slick-dots li.slick-active button {
    width: 18px;
    height: 18px;
    opacity: 1;
}

.weefly-main .slick-dots li {
    display: block;
    text-align: center;
    margin: 15px 5px;
}

.weefly-main .slick-dots {
    width: auto;
    top: 50%;
    right: 10px;
    bottom: 0;
}

[class^="flaticon-"]:before {
    margin: 0;
    font-size: inherit;
}

.weefly-main .slick-next:before {
    content: "\f105";
    font: normal normal normal 20px/1 FontAwesome;
    margin: 0 22px;
    margin-right: 20px;
    margin: 0 22px;
    margin-right: 20px;
}

.weefly-main .slick-prev:before {
    content: "\f104";
    font: normal normal normal 20px/1 FontAwesome;
    margin: 0 22px;
    margin-right: 20px;
    font-size: inherit;
    margin: 0 20px;
    margin-right: 20px;
}

.weefly-main .slick-next {
    right: 0;
}

.weefly-main .slick-prev {
    left: 0;
}

.weefly-main .slick-prev,
.weefly-main .slick-next {
    color: #fff;
    z-index: 1;
    background: rgba(255, 255, 255, 0.2);
    font-size: 24px;
    overflow: hidden;
    width: 36px;
    height: 100px;
    transition: all ease .4s;
}

.weefly-main .slick-prev:hover,
.weefly-main .slick-prev:focus,
.weefly-main .slick-next:hover,
.weefly-main .slick-next:focus {
    outline: none;
    background: #ffffff5c;
}

.next-section {
    width: 50px;
    height: 50px;
    background: #fff;
    display: flex;
    color: #e12a62;
    font-size: 14px;
    line-height: 1;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 900;
    position: absolute;
    left: 50%;
    bottom: 35px;
    margin-left: -25px;
}

.next-section:hover,
.next-section:focus {
    text-decoration: none;
    color: #e12a62;
    opacity: .8;
}


/*===== Banner Section =====*/

#banner-1 {
    color: #fff;
    position: relative;
}

.banner-area .banner-area-item {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e12a62;
    min-height: 780px;
    position: relative;
}

.banner-area .banner-area-item > div {
    min-height: 780px;
    height: 100%;
    width: 50%;
}

.banner-right {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.banner-left {
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-area h1 {
    color: inherit;
    text-transform: capitalize;
    font-weight: 900;
    word-break: break-word;
}

.banner-area h1 span {
    font-size: 52px;
    font-weight: 700;
    display: block;
}

.banner-area .banner-left-inner {
    width: 74.3%;
    margin-right: 0;
    margin-left: auto;
}

.banner-area p {
    font-size: 13px;
    width: 68%;
}

.banner-area .slick-dots li button:before,
.wd-flavors.style-1 ul li:before {
    display: none;
}

[class^="flaticon-"]:before {
    margin: 0;
    font-size: inherit;
}

.slick-next:before {
    content: "\f10a";
    font-family: Flaticon;
    font-size: inherit;
    margin: 0 6px;
    margin-right: 20px;
}

.slick-prev:before {
    content: "\f107";
    font-family: Flaticon;
    font-size: inherit;
    margin: 0 3px;
    margin-right: 20px;
}

.slick-next {
    right: 0;
}

.slick-prev {
    left: 0;
}

.slick-prev,
.slick-next {
    color: #fff;
    z-index: 1;
    background: rgba(255, 255, 255, 0.2);
    font-size: 24px;
    overflow: hidden;
    width: 36px;
    height: 100px;
    transition: all ease .4s;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: #ffffff5c;
}

.next-section {
    width: 50px;
    height: 50px;
    background: #fff;
    display: flex;
    color: #e12a62;
    font-size: 14px;
    line-height: 1;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 900;
    position: absolute;
    left: 50%;
    bottom: 35px;
    margin-left: -25px;
}

.next-section:hover,
.next-section:focus {
    text-decoration: none;
    color: #e12a62;
    opacity: .8;
}

@media (max-width: 1290px) {
    .banner-area .banner-left-inner {
        width: 88%;
    }
}

@media (max-width: 991px) {
    .banner-area .banner-area-item {
        flex-direction: column-reverse;
    }

    .banner-area .banner-area-item > div {
        width: 100%;
        min-height: 460px;
    }

    .banner-area .banner-left-inner {
        width: 90%;
        margin: 0 auto;
    }

    .banner-area .slick-dots {
        width: auto;
        bottom: 100px;
        right: 20px;
        left: auto;
    }

    .banner-left {
        min-height: 520px;
        display: block;
        padding: 70px 0 140px;
    }
}

@media (max-width: 767px) {
    #banner-1 h1 span {
        font-size: 32px;
    }
}


/*===== /Banner Section =====*/


/*===== Flavour Section =====*/

.wd-flavors.style-1 {
    color: #fff;
    text-align: center;
}

.flavor-area .flavor-area-inner {
    background-image: url(../images/dots.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.bg-watermark {
    position: absolute;
    color: #fff;
    font-weight: 900;
    font-size: 200px;
    z-index: 0;
    opacity: 0.03;
    letter-spacing: 4px;
    left: 0;
    top: 0;
    right: 0;
}

.flavor-inner-content {
    position: relative;
    z-index: 1;
}

.wd-flavors.style-1 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.wd-flavors.style-1 ul li {
    margin: 0;
    padding: 0
}

.wd-flavors.style-1 .flavor-name {
    display: flex;
    justify-content: space-evenly;
    margin: 20px auto 50px;
    border: none;
}

.wd-flavors.style-1 .watermelon-icon {
    position: absolute;
    top: 95%;
    right: 18%;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wd-flavors.style-1 .watermelon-icon img {
    width: 35px;
    height: 35px;
}

.wd-flavors.style-1 .watermelon-icon:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 50px solid #fff;
    top: 40px;
    left: 0;
    transform: rotate(45deg);
}

.wd-flavors.style-1 .flavor-name li a {
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
}

.wd-flavors.style-1 .flavor-type {
    display: flex;
    justify-content: space-evenly;
    width: 40%;
    margin: 0 auto;
    border: none;
}

.wd-slider-item:focus {
    outline: 0;
}

.wd-flavors.style-1 .flavor-type li a {
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: .5px;
    padding: 5px 10px;
    border-radius: 7px;
    font-weight: 600;
}

.wd-flavors.style-1 .flavor-type li:nth-child(2) a {
    color: #6e335e;
}

.wd-flavors.style-1 .flavor-type li:first-child a {
    color: #016837;
}

.wd-flavors.style-1 .flavor-type li:last-child a {
    color: #d44727;
}

.wd-flavors.style-1 .flavor-type li a:hover {
    text-decoration: none;
}

.wd-flavors.style-1 .flavor-type li:first-child .nav-link:hover,
.wd-flavors.style-1 .flavor-type li:first-child .nav-link:active,
.wd-flavors.style-1 .flavor-type li:first-child .nav-link.active {
    color: #fff;
    background: #016837;
    text-decoration: none;
    border: none;
}

.wd-flavors.style-1 .flavor-type li:nth-child(2) .nav-link:hover,
.wd-flavors.style-1 .flavor-type li:nth-child(2) .nav-link:active,
.wd-flavors.style-1 .flavor-type li:nth-child(2) .nav-link.active {
    color: #fff;
    background: #6e335e;
    text-decoration: none;
    border: none;
}

.wd-flavors.style-1 .flavor-type li:last-child .nav-link:hover,
.wd-flavors.style-1 .flavor-type li:last-child .nav-link:active,
.wd-flavors.style-1 .flavor-type li:last-child .nav-link.active {
    color: #fff;
    background: #d44727;
    text-decoration: none;
    border: none;
}

.wd-flavors.style-1 .flavor-grade {
    display: flex;
    justify-content: space-evenly;
    margin: 60px auto;
}

.wd-flavors.style-1 .flavor-grade li a,
.strain-item > a {
    display: flex;
    width: 124px;
    height: 124px;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    background: #6e335e;
    font-size: 44px;
    font-weight: 900;
    color: #fff !important;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.wd-flavors.style-1 .flavor-grade li a:hover,
#flavor-1 .flavor-grade li a:active {
    text-decoration: none;
}

.wd-flavors.style-1 .hybrid > .flavor-grade > li > a,
.strain-item.hybrid > a {
    background: #016837;
}

.wd-flavors.style-1 .sativa > .flavor-grade > li > a,
.strain-item.sativa > a {
    background: #d44727;
}

.wd-flavors.style-1 .nav-tabs .nav-item.show .nav-link,
.wd-flavors.style-1 .nav-tabs .nav-link.active {
    color: inherit;
    background-color: transparent;
    border-color: unset;
    border: none;
    border-bottom: 2px solid #fff;
}

.load-more a {
    text-decoration: none;
    color: #000000;
}

@media (max-width: 991px) {
    .bg-watermark {
        font-size: 110px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .wd-q-shop-product-inner .wd-q-shop-product-meta {
        margin-bottom: 75px;
    }

    .woocommerce .product .single-product-content {
        margin: 50px 0 0;
    }
}

@media (max-width: 767px) {
    .bg-watermark {
        font-size: 90px;
    }

    .wd-flavors.style-1 .flavor-grade li a,
    .strain-item > a {
        width: 94px;
        height: 94px;
        font-size: 34px;
    }

    .wd-flavors.style-1 .flavor-name li a {
        padding: .5rem .5rem;
        font-size: 14px;
    }

    .wd-flavors.style-1 .flavor-type {
        width: 100%;
    }
}

@media (max-width: 479px) {
    .wd-flavors.style-1 .flavor-grade li a,
    .strain-item > a {
        width: 64px;
        height: 64px;
        font-size: 20px;
    }

    .wd-flavors.style-1 .flavor-name {
        justify-content: center;
    }

    .banner-area h1 {
        font-size: 48px;
    }
}

@media (max-width: 435px) {
    .wd-flavors.style-1 .flavor-grade li a,
    .strain-item > a {
        width: 64px;
        height: 64px;
        font-size: 20px;
    }
}

@media (max-width: 320px) {
}


/*===== /Flavour Section =====*/


/*===== Product Section =====*/

.section-title {
    text-align: center;
    margin-bottom: 50px;
    text-transform: capitalize;
}

.style-1 .section-title .title span,
.style-2 .section-title .title span,
.style-3 .section-title .title span {
    display: block;
    font-size: 33px;
    font-weight: 600;
    letter-spacing: 0;
    color: #000;
    font-family: 'Open Sans', sans-serif;
}

.style-1 .section-title p,
.style-2 .section-title p,
.style-3 .section-title p {
    font-weight: 400;
    color: #3D3D3D;
    width: 46%;
    line-height: 28px;
    margin: 0 auto 25px;
}

.style-3 .section-title p {
    margin-left: 0;
    width: 68%;
}

.product-item {
    position: relative;
}

.product-item:focus,
.strain-item:focus,
.strain-items:focus {
    outline: none;
}

.product-item-content {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    color: #fff;
}

.product-item-title {
    text-transform: capitalize;
    font-weight: 700;
    color: #fff;
}

.product-item-content p {
    font-size: 13px;
    line-height: normal;
}

.product-slider .slick-prev,
.product-slider .slick-next,
.product-list .slick-prev,
.product-list .slick-next,
.related-post .slick-prev,
.related-post .slick-next,
.related-pro-container .slick-prev,
.related-pro-container .slick-next,
.round-btn-arrow .slick-prev,
.round-btn-arrow .slick-next {
    width: 34px;
    height: 34px;
    font-size: 18px;
    font-weight: 900;
    border-radius: 50%;
    background: #fff;
    color: #000;
    box-shadow: 0 8px 12px rgba(0, 0, 0, .2);
}

.product-slider .slick-prev,
.product-list .slick-prev,
.related-post .slick-prev,
.round-btn-arrow .slick-prev,
.related-pro-container .slick-prev {
    left: -50px;
}

.product-slider .slick-next,
.product-list .slick-next,
.related-post .slick-next,
.related-pro-container .slick-next,
.round-btn-arrow .slick-next {
    right: -50px;
}

.product-slider .slick-prev:before,
.product-list .slick-prev:before,
.related-post .slick-prev:before,
.related-pro-container .slick-prev:before,
.round-btn-arrow .slick-prev:before {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: inherit;
    margin: 0 11px;
}

.product-slider .slick-next:before,
.product-list .slick-next:before,
.related-post .slick-next:before,
.related-pro-container .slick-next:before,
.round-btn-arrow .slick-next:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: inherit;
    margin: 0 13px;
}

.product-main-item > .row > .col {
    padding-top: 15px;
    padding-bottom: 15px;
}

.product-main-item .sub-product {
    position: relative;
    color: #fff;
}

.product-main-item .sub-product .sub-pro-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 20px;
}

.sub-pro-description p {
    display: inline-block;
    margin: 0;
    font-size: 20px;
    line-height: 24px;
    text-transform: capitalize;
    font-weight: bold;
}

.sub-pro-description a {
    display: inline-block;
    font-size: 12px;
    line-height: 24px;
    font-weight: 800;
    color: white;
    text-decoration: underline;
}

.sub-pro-description {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sub-product-info p {
    width: 72%;
    line-height: 24px;
    color: #fff;
    font-size: 13px;
}

.sub-product-info a {
    font-size: 15PX;
    line-height: 15PX;
    font-weight: bold;
    color: #ffffff;
    text-decoration: underline;
}

.product-main-item .sub-product .sub-pro-content .title {
    text-transform: capitalize;
    font-weight: 800;
    line-height: 1;
    position: relative;
    color: #ffffff
}

.load-more {
    text-align: center;
}

.product-main-item .load-more a {
    color: #ffffff;
    font-weight: 700;
}

.product-main-item .load-more {
    margin-top: 60px;
}

.sub-product .title:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: solid 2px #ffffff;
}

.sub-product.indica .title:after,
.popu-strain.indica .sidebar-img:before {
    background: #6e335e;
}

.sub-product.hybrid .title:after,
.popu-strain.hybrid .sidebar-img:before {
    background: #016837;
}

.sub-product.sativa .title:after,
.popu-strain.sativa .sidebar-img:before {
    background: #d44727;
}

.product-main-item:focus {
    outline: none;
}

.product-item img {
    min-height: 206px;
}

.product-item.slick-current:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #007bff transparent transparent transparent;
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.product-slider .slick-list {
    padding-bottom: 10px !important;
}

.product-item.bg-pink.slick-current:after {
    border-color: #DD4C78 transparent transparent transparent;
}

.product-item.bg-light-pink.slick-current:after {
    border-color: #F07298 transparent transparent transparent;
}

.product-item.bg-blue.slick-current:after {
    border-color: #42438A transparent transparent transparent;
}

.product-item.bg-light-blue.slick-current:after {
    border-color: #6A6BD2 transparent transparent transparent;
}

@media (max-width: 1070px) {
    .product-slider .slick-next,
    .product-list .slick-next,
    .related-post .slick-next,
    .related-pro-container .slick-next,
    .round-btn-arrow .slick-next {
        right: 5px;
    }

    .product-slider .slick-prev,
    .product-list .slick-prev,
    .related-post .slick-prev,
    .related-pro-container .slick-prev,
    .round-btn-arrow .slick-prev {
        left: 5px;
    }
}

@media (max-width: 991px) {
    .product-slider .slick-prev,
    .product-list .slick-prev,
    .related-post .slick-prev,
    .related-pro-container .slick-prev,
    .round-btn-arrow .slick-prev {
        left: -50px;
    }

    .product-slider .slick-next,
    .product-list .slick-next,
    .related-post .slick-next,
    .related-pro-container .slick-next,
    .round-btn-arrow .slick-next {
        right: -50px;
    }

    .product-main-item .sub-product .sub-pro-content .title {
        font-size: 18px;
    }

    .sub-pro-description p {
        font-size: 14px;
        line-height: 10px;
    }

    .sub-product img {
        width: 100%;
    }

    .wd-product {
        background-image: none;
    }

    .sub-pro-description {
        flex-direction: column;
        align-items: flex-start;
    }

    .sub-product-info {
        background-position: center;
        background-size: cover;
    }
}

@media (max-width: 767px) {
    .style-2 .section-title p,
    .style-3 .section-title p {
        width: 100%;
    }
}

@media (max-width: 640px) {
    .product-slider .slick-next,
    .product-list .slick-next,
    .related-post .slick-next,
    .related-pro-container .slick-next,
    .round-btn-arrow .slick-next {
        right: 5px;
    }

    .contact_us_layout .contact-top {
        padding: 80px 20px;
        background: #f5f8f2;
    }

    .product-slider .slick-prev,
    .product-list .slick-prev,
    .related-post .slick-prev,
    .related-pro-container .slick-prev,
    .round-btn-arrow .slick-prev {
        left: 5px;
    }
}


/*===== /Product Section =====*/


/*===== Cigarette Section =====*/

.style-2 .section-title a {
    font-weight: 600;
}

.wd-cigges {
    min-height: 808px;
}

@media (max-width: 767px) {
    .wd-cigges {
        min-height: auto;
    }
}

@media (max-width: 479px) {
    .wd-flavors.style-1 .flavor-grade li a,
    .strain-item > a {
        width: 64px;
        height: 64px;
        font-size: 20px;
    }

    .section-title .title {
        font-size: 44px;
    }

    .style-2 .section-title .title span,
    .style-3 .section-title .title span {
        font-size: 30px;
    }
}


/*===== /Cigarette Section =====*/


/*===== Cannabis Strain Section =====*/

.style-3 .section-title > .title > i {
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 25px;
}

.sub-link {
    font-weight: 600;
}

.sub-link a {
    display: inline-block;
    position: relative;
}

.strain-drop:after {
    display: inline-block;
    font-family: Flaticon;
    font-size: 9px;
    font-style: normal;
    margin: 0 0 0 4px;
    padding: 0;
    border: none;
    content: "\f104";
    vertical-align: middle;
    line-height: 1;
    position: relative;
}

.strain-new {
    margin-left: 23px;
}

.strain-new:after {
    display: inline-block;
    content: "\f10a";
    font-family: Flaticon;
    vertical-align: middle;
    line-height: 1;
    position: relative;
    font-size: 9px;
    font-style: normal;
    margin: 0 0 0 4px;
    padding: 0;
}

.sub-link .dropdown {
    display: inline-block;
}

.sub-link .dropdown-menu {
    transition: all ease .5s;
}

.sub-link .dropdown-menu.show {
    -webkit-transform: translate3d(0, 34px, 0px) !important;
    transform: translate3d(0, 34px, 0px) !important;
}

.sub-link .dropdown-item:focus,
.sub-link .dropdown-item:hover {
    color: #e12a62;
}

.product-details {
    background: #FDFCFA;
    border: solid 2px #EEEEEE;
    padding: 30px;
}

.product-name .section-title .title {
    font-size: 64px;
}

.product-name .section-title .title span {
    font-size: 26px;
}

.section-title .title + .strain-tag {
    width: auto;
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: .5px;
    padding: 7px 30px;
    border-radius: 7px;
    font-weight: 600;
    display: inline-block;
    line-height: normal;
    color: #fff;
}

.strain-tag.hybrid-tag {
    background: #016837;
}

.strain-tag.sativa-tag {
    background: #d44727;
}

.strain-tag.indica-tag {
    background: #6e335e;
}

.rating-star > i {
    color: #ffc91d;
    margin: 0 2px;
}

.rating-star {
    font-weight: 600;
    color: #000;
}

.flavor-icon > i {
    font-size: 32px;
    width: 46px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    margin-right: 10px;
}

.flavor-icon > .flaticon-shovel-1 {
    background: #bb6d1f;
}

.flavor-icon > .flaticon-flower {
    background: #016837;
    font-size: 24px;
}

.flavor-icon {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 13px;
}

.flavor-icon + .flavor-icon {
    margin-top: 24px;
}

.product-flavor h5,
.product-effect h5 {
    font-size: 20px;
}

.progress {
    border-radius: 0;
    height: 25px;
    margin-bottom: 12px;
    background-color: transparent;
}

.progress-bar {
    border-radius: 7px;
    background-color: #e12a62;
    text-align: left;
    padding: 0 8px;
}

.product-name .section-title {
    margin-bottom: 0;
}

.product-reviews a {
    color: #8e8e8e;
    display: inline-block;
    margin-top: 8px;
}

.strain-item.slick-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.strain-item > a:hover,
.strain-item > a:focus {
    text-decoration: none;
}

.strain-item > span {
    font-weight: 700;
    text-transform: capitalize;
    color: #000;
    display: block;
}

.product-details:after {
    content: "\f113";
    font-family: Flaticon;
    font-size: 35px;
    font-style: normal;
    display: block;
    position: absolute;
    top: calc(100% + 36px);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-weight: 100;
    color: rgba(0, 0, 0, .1);
}

@media (max-width: 991px) {
    .flavor-icon {
        flex-direction: column;
    }

    .flavor-icon > i {
        margin-right: 0;
    }
}

@media (max-width: 815px) {
    .product-slider .slick-next,
    .product-list .slick-next,
    .related-post .slick-next,
    .related-pro-container .slick-next,
    .round-btn-arrow .slick-next {
        right: 5px;
    }

    .product-slider .slick-prev,
    .product-list .slick-prev,
    .related-post .slick-prev,
    .related-pro-container .slick-prev,
    .round-btn-arrow .slick-prev {
        left: 5px;
    }
}

@media (max-width: 767px) {
    .strain-top .img-wrpr {
        margin-bottom: 30px;
    }

    .product-flavor h5,
    .product-effect h5 {
        text-align: center;
    }

    .flavor-icon {
        justify-content: center;
    }

    .strain-items .row > .col {
        margin-bottom: 40px;
    }
}

@media (max-width: 479px) {
    .product-details {
        padding: 20px;
    }

    .strain-items .row > .product-img {
        margin-bottom: 0;
    }
}


/*===== /Cannabis Strain Section =====*/


/*===== Video Section =====*/

.video-container i {
    font-size: 54px;
    border-radius: 50%;
    padding: 10px;
    color: #fff;
    background: #e12a62;
    margin-bottom: 20px;
}

.video-container a {
    font-weight: 600;
    color: #fff;
}

.video-container a:hover,
.video-container a:active {
    text-decoration: none;
}


/*===== /Video Section =====*/


/*===== Blog Section =====*/

.sidebar-wrap.style-2 {
    padding: 0;
}

.sidebar-wrap.style-2 .sidebar-widget {
    padding: 40px;
    background: #e12a62;
}

.sidebar-wrap.style-2 .sidebar-widget:nth-child(2n) {
    background-color: #282828;
}

.sidebar-tag .tag-link {
    color: #fff;
    padding: 6px 10px;
    display: inline-block;
    text-transform: capitalize;
    margin: 0 5px 10px 0;
    border: solid 1px #fff;
    border-radius: 7px;
}

.sidebar-tag .tag-link:hover {
    background: #fff;
    color: #e12a62;
    text-decoration: none;
}

.sidebar-widget .popu-strain a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.popu-strain .sidebar-img {
    padding-right: 10px;
    text-align: center;
    flex: 0 0 40%;
    max-width: 90px;
    position: relative;
}

.popu-strain .sidebar-img-content h6 {
    line-height: 24px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
}

.popu-strain .sidebar-img img {
    margin-bottom: 0;
    border-radius: 50%;
}

.sidebar-widget ul .popu-strain {
    margin-bottom: 10px;
}

.popu-strain .sidebar-img-content {
    font-size: 13px;
    line-height: 24px;
    flex: 0 0 60%;
    text-align: left;
}

.leave-reply {
    color: #323232;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    text-transform: capitalize;
    margin: 0 0 30px;
}

.leave-reply i {
    margin-right: 10px;
    display: inline-block;
    font-size: 22px;
    color: #e12a62;
}

.leave-comment-note {
    font-size: 12px;
    font-weight: 600;
    margin-top: 2px;
}

.wd-post-comments + .leave-reply i {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.blog-post-title {
    padding: 30px 20px 10px;
    background: #e12a62;
    color: #fff;
    text-align: center;
    font-size: 12px;
    z-index: 99;
    position: relative;
    top: -60px;
    width: 80%;
    margin: 0 auto;
}

.blog-post-title > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blog-post-title h6 {
    color: #fff;
    font-weight: 700;
    width: 80%;
    margin: 0 auto;
    line-height: 40px;
    font-family: 'Open Sans', sans-serif;
}

.blog-post-title p a {
    color: #fff;
    display: inline-block;
    margin: 0 20px 0 0;
}

.blog-post-title p {
    font-size: 13px;
    margin-bottom: 20px;
}

.blog-post-title > div i {
    font-size: 24px;
}

.blog-post-title .flaticon-share {
    margin-left: 15px;
}

.blog-post-title > div > span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.blog-post-title > div > span > span {
    margin-right: 5px;
}

.blog-post-title > div > span > i {
    margin-right: 5px;
}


/* Related Articles */

.related-post-item,
.blog .blog-related-product .item {
    margin: 0 6px;
}

.related-post.slick-slider,
.shop-container.blog-related-product {
    margin: 0 -6px;
}

.related-post-slider {
    margin-bottom: 4rem;
}

.blog .related-pro-container {
    margin-top: 0;
}

.bg-gradiant {
    background: linear-gradient(0deg, rgba(225, 42, 98, 0.908000700280112) 0%, rgba(249, 209, 0, 0) 40%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e12a62", endColorstr="#f9d100", GradientType=1);
}

.related-post-item:nth-child(2n) .bg-gradiant {
    background: linear-gradient(0deg, #016837%, #016837%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#77bc20", endColorstr="#f9d100", GradientType=1);
}

a.post-pagination {
    font-size: 13px;
    display: flex;
    text-align: center;
    position: fixed;
    width: 76px;
    z-index: 8;
    top: 50%;
    transform: translateY(-50%);
    flex-direction: row-reverse;
}

a.post-pagination i {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e12a62;
    width: 36px;
    height: 128px;
    margin: 0;
    color: #fff;
}

a.post-pagination.left {
    left: 0;
    flex-direction: row;
}

a.post-pagination.right {
    right: 0;
}

a.post-pagination.right span,
a.post-pagination.left span {
    display: block;
    position: absolute;
    transform: rotate(90deg);
    width: 100%;
    top: 50%;
    margin-top: -10px;
    left: -10px;
}

a.post-pagination.left span {
    left: auto;
    right: -10px;
}


/*===== Without sidebar =====*/

.no-sidebar .blog-container {
    margin: 0 auto;
}

@media (max-width: 991px) {
    .blog-container {
        margin-bottom: 0px;
    }

    .sidebar-widget ul .popu-strain {
        display: inline-flex;
        flex: 0 0 50%;
        margin-bottom: 20px;
    }

    .sidebar-widget ul {
        display: flex;
        flex-wrap: wrap;
    }

    .sidebar-widget ul.product-categories {
        display: block;
    }

    .sidebar-widget .popu-strain a {
        justify-content: flex-end;
    }
}

@media (max-width: 767px) {
    a.post-pagination {
        position: relative;
        top: auto;
        transform: none;
        display: inline-flex;
        margin: 30px 0;
    }

    a.post-pagination.right span,
    a.post-pagination.left span {
        top: auto;
        transform: none;
        margin-top: 10px;
        position: relative;
        right: auto;
        left: auto;
        text-align: left;
    }

    a.post-pagination.left,
    a.post-pagination.right {
        flex-direction: column;
    }

    a.post-pagination i {
        width: 56px;
        height: 56px;
    }

    a.post-pagination.right {
        float: right;
        align-items: flex-end;
    }

    a.post-pagination.right span {
        text-align: right;
    }

    .blog-post-tags {
        border-bottom: solid 1px #f0f0f0;
    }
}

@media (max-width: 500px) {
    .sidebar-widget ul .popu-strain {
        flex: 0 0 100%;
        display: block;
    }
}

@media (max-width: 479px) {
    .blog-post-title {
        width: 100%;
    }
}

.blog-item {
    position: relative;
    overflow: hidden;
}

.blog-item-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 18px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}

.blog-title > a {
    font-size: 18px;
    color: #fff;
}

.blog-tag {
    background: #e12a62;
    padding: 1px 15px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 13px;
}

.blog-tag-post .blog-tag {
    left: 15px;
}

.blog-boxes .col:nth-child(2n) .blog-item .blog-tag {
    background: #016837;
}

.blog-item-inner p {
    margin: 0;
    font-size: 13px;
    color: #fff;
}

.author_link {
    color: #fff;
    margin-right: 10px;
}

.item-center .blog-item-inner {
    justify-content: center;
    align-items: center;
}

.item-center .blog-tag {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 18px;
}

.related-post .slick-prev,
.related-post .slick-next,
.nobg-arrow-btn .slick-prev,
.nobg-arrow-btn .slick-next {
    box-shadow: none;
    background: transparent;
}

.related-post .blog-tag {
    left: auto;
    right: 10px;
    top: 10px;
}

.related-post .blog-item-inner p {
    line-height: normal;
    width: 100%;
}

.related-post .blog-title {
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 15px;
}


/*===== /Blog Section =====*/


/*===== /footer top Section =====*/

.wd-footer-top .home-products-slider .product-slide-wrapper:focus {
    outline: none;
}

.wd-footer-top .home-products-slider .product-slide-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    height: 100%;
}

.wd-footer-top .home-products-slider .product-slide-wrapper .product-content-box {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    padding: 50px 75px;
}

.wd-footer-top .home-products-slider .product-slide-wrapper .product-image-box {
    position: absolute;
    right: 0;
}

.wd-footer-top .home-products-slider .product-slide-wrapper .product-content-box ul {
    display: flex;
    margin-bottom: 0px;
    padding: 0;
}

.wd-footer-top .home-products-slider .product-slide-wrapper .product-content-box p,
.wd-footer-top .home-products-slider .product-slide-wrapper .product-content-box ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    margin-bottom: 20px;
}

.wd-footer-top .home-products-slider .product-slide-wrapper .product-content-box p {
    max-width: 450px;
}

.wd-footer-top .home-products-slider .product-slide-wrapper .product-content-box ul li:after {
    display: inline-block;
    padding-right: .5rem;
    color: #474747;
    content: "/";
    font-size: 16px;
    font-weight: 400;
    padding-left: .5rem;
}

.wd-footer-top .home-products-slider .product-slide-wrapper .product-content-box ul li:last-child:after {
    display: none;
}


/*===== /footer top Section =====*/


/*===============================================================================================
  *. 5.2 About Page
  ================================================================================================*/

.relative {
    position: relative;
}

.w-100 {
    width: 100%;
}

.padding_bottom-60px {
    padding-bottom: 60px;
}

.img {
    max-width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.shadow-blue {
    box-shadow: 0 0px 9px -1px #016837ba;
}

.bg-blue {
    background: #016837;
}

.about-count {
    position: absolute;
    top: -25px;
    left: -25px;
    text-align: center;
    padding: 40px 30px;
    border-radius: 4px;
}

.underline {
    text-decoration: underline;
}

.white {
    color: #fff;
}

.about-count:before {
    position: absolute;
    content: close-quote;
    left: 7px;
    right: 7px;
    bottom: 7px;
    top: 7px;
    border: 1px solid #fff;
    border-radius: 6px;
    opacity: 0.5;
}

.about-count p {
    margin-bottom: 6px;
}

.fs-19 {
    font-size: 19px;
}

.about-count h3 {
    margin-bottom: 5px;
    color: #d93;
}

.fw-100 {
    font-weight: 100;
}

.fs-45 {
    font-size: 45px;
}

.fs-13 {
    font-size: 13px;
}

.f-700 {
    font-weight: 700;
}

.underline {
    text-decoration: underline;
}

.mt-25 {
    margin-top: 25px;
}

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

.sub-head {
    text-transform: uppercase;
}

.check-list.half-list li {
       width: 49%;
    vertical-align: top;
    display: inline-block;
    padding-left: 0;
    font-weight: 600;
    color: #000;
    font-size: 18px;

}

ul.check-list.half-list li i {
    color: #016837;
    font-size: 30px;
    display: block;
    padding-bottom: 5px;
}

ul.check-list.half-list li img {
    display: block;
    padding-bottom: 10px;
    width: 40px;
}

.check-list li {
    position: relative;
    padding-left: 36px;
    margin-bottom: 20px;
    font-size: 16px;
}

.check-list li span {
    position: absolute;
    left: 0;
    width: 23px;
    height: 23px;
    border: 2px solid;
    border-radius: 50%;
    text-align: center;
    font-size: 10px;
    line-height: 20px;
    top: 2px;
    color: #016837;
}

.weefly-main .btn:hover {
    color: #fff;
}

.wd-aboutus-section .wd-info_box {
    text-align: center;
    border: #f2f2f2 solid 8px;
    padding: 60px 30px;
    transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
}

.wd-aboutus-section .wd-icon {
    margin: 0 auto 40px;
}

.wd-aboutus-section h4 {
    font-size: 26px;
}

.weefly-main .wd-sub-heading {
    font-size: 16px;
    color: #016837;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Open Sans', sans-serif;
}

.wd-about_company h3 {
    letter-spacing: -0.5px;
}

.wd-space-60 {
    width: 100%;
    height: 80px;
    clear: both;
}

.wd-about_company h3 {
    letter-spacing: -0.5px;
}

.wd-about-testimonial-wrapper {
    display: flex;
    justify-content: space-between;
}

#wd-testimonials {
    max-width: 500px;
}

#wd-testimonials:focus {
    outline: 0;
}

.wd-testimonial_box {
    background: #fff;
    padding: 35px 18px 35px 60px;
    box-shadow: rgba(0, 0, 0, 0.07) 0 0 18px;
    position: relative;
}

.wd-stars {
    margin: 0 auto 10px;
}

.wd-stars .active {
    color: #ffcc00;
}

.wd-stars i {
    font-size: 20px;
    margin-right: 4px;
}

.wd-testimonial_author {
    position: relative;
}

.wd-testimonial_author img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    float: left;
    margin-right: 20px;
}

.wd-testimonial_author h5 {
    margin: 0px auto 10px;
    font-weight: 600;
}

.wd-testimonial_author p,
.team-member p {
    font-size: 16px;
    color: #dd9933;
    /* text-transform: uppercase; */
    font-weight: 600;
    letter-spacing: 1px;
}

.slider-about-page .slick-dots li button {
    background: #016837;
    border-radius: 50%;
    opacity: 1;
    width: 14px;
    height: 14px;
    transition: all ease .4s;
}

.slider-about-page .slick-dots li.slick-active button:before {
    font-family: 'slick';
    font-size: 25px;
    color: #ffffff;
    opacity: 1;
}

.slider-about-page .slick-dots {
    bottom: -50px;
    left: 0;
}

.wd-info_box:hover {
    background: url('../weefly/assets/images/weefly/leaves.png') repeat center / cover;
    border-color: #016837;
}

.wd-sign-img p {
    font-size: 18px;
    color: #ffffff;
}


/* Our Team */

.team-member {
    margin: 15px 0;
    padding: 0;
}

.team-member h5 {
    font-size: 30px;
}

.team-member figure {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.team-member figure img {
    min-width: 100%;
}

.team-member figcaption p {
    color: #ffffff;
}

.team-member figcaption ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.team-member figcaption ul {
    visibility: visible;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.team-member figcaption ul li {
    display: inline-block;
    padding: 10px;
}

.team-member figcaption ul li a {
    color: #ffffff;
}

.team-member h5 {
    margin: 10px 0 0;
    padding: 0;
}

.team-member figcaption {
    padding: 50px;
    color: transparent;
    background-color: transparent;
    position: absolute;
    z-index: 996;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.team-member figure:hover figcaption {
    visibility: visible;
    color: #fff;
    background: #016837;
    height: 100%;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.team-member figure:hover figcaption ul li a:hover {
    color: rgba(49, 49, 49, .97);
}

.team-member figure img {
    -webkit-transform: scale(1) rotate(0) translateY(0);
    -moz-transform: scale(1) rotate(0) translateY(0);
    -o-transform: scale(1) rotate(0) translateY(0);
    -ms-transform: scale(1) rotate(0) translateY(0);
    transform: scale(1) rotate(0) translateY(0);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.team-member figure:hover img {
    -webkit-transform: scale(1.1) rotate(1deg) translateY(12px);
    -moz-transform: scale(1.1) rotate(1deg) translateY(12px);
    -o-transform: scale(1.1) rotate(1deg) translateY(12px);
    -ms-transform: scale(1.1) rotate(1deg) translateY(12px);
    transform: scale(1.1) rotate(1deg) translateY(12px);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.wd-about-page-big {
    background: url('../images/weefly/about-fixed-banner.png') no-repeat center / cover fixed;
    padding: 140px 0;
}

.wd-about-page-text p {
    color: #ffffff;
}


/*===============================================================================================
  *. 5.3 Shop Page
  ================================================================================================*/

#inner_header_shop {
    background: url('../images/weefly/shop-bg.png') no-repeat center / cover fixed;
}


/* Shop-sidebar */

.weefly-main .widget_range {
    padding: 30px;
}

.weefly-main .irs--round .irs-from,
.weefly-main .irs--round .irs-to,
.weefly-main .irs--round .irs-single {
    background-color: transparent;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
}

.weefly-main .irs--round .irs-from,
.weefly-main .irs--round .irs-to,
.weefly-main .irs--round .irs-single {
    background: #016837;
}

.weefly-main .irs--round .irs-from:before,
.weefly-main .irs--round .irs-to:before,
.weefly-main .irs--round .irs-single:before {
    border-top-color: #016837;
}

.weefly-main .irs--round .irs-handle {
    border: none;
    width: 15px;
    height: 15px;
    top: 30px;
    background-color: #016837;
    cursor: pointer;
}

.weefly-main .irs--round .irs-bar {
    background-color: #016837;
}

.wd-shop-top-filter {
    padding: 0 0 20px;
}

.wd-product-select_filter,
.wd-sort-select_filter {
    display: inline-block;
    position: relative;
}

.wd-shop-top-filter form select {
    padding: 0 20px;
    margin-right: 30px;
    height: 35px;
    border: 1px solid #eee;
    color: #49494f;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer !important;
    background: #eee;
    border-radius: 7px;
}

.wd-shop-top-filter .wd-shop-view {
    text-align: right;
    margin: 0;
    padding: 0;
    border-radius: 5px;
}

.wd-shop-top-filter .wd-shop-view ul,
.wd-shop-top-filter .wd-shop-view ul li {
    margin: 0;
    padding: 0;
}

.wd-shop-top-filter .wd-shop-view ul li {
    list-style: none;
    float: right;
    margin: 5px;
    border: 1px solid #eee;
    background-color: #eee;
}

.wd-shop-top-filter .wd-shop-view ul li a {
    text-decoration: none;
    padding: 0px 10px;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    display: block;
    font-weight: 600;
    color: #4c4646;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* Shop Grid */

.product-grid,
.product-grid .product-image4 {
    position: relative;
}

.product-grid .product-archive-meta {
    background: #f7f7f7;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    z-index: 1;
    transition: all .3s ease 0s;
    padding: 15px;
}

.product-grid:hover .product-archive-meta {
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.product-grid .product-image4 a {
    display: block;
}

.product-grid-sidebar {
    background-color: #ffffff;
}

.product-grid .pic-1 {
    opacity: 1;
    transition: all .5s ease-out 0s;
}

.product-grid:hover .pic-1 {
    opacity: 1;
}

.product-grid .social {
    padding: 0;
    margin: 0 auto;
    list-style: none;
    position: absolute;
    right: 0;
    left: 0px;
    top: 33%;
    transform: translateY(-50%);
    transition: all .3s ease 0s;
}

.product-grid .social ul {
    padding-left: 0;
}

.product-grid .social li {
    display: inline-block;
    opacity: 0;
    transition: all .7s;
    padding-left: 0;
}

.product-grid .social li:nth-child(1) {
    transition-delay: .15s;
}

.product-grid .social li:nth-child(2) {
    transition-delay: .3s;
}

.product-grid .social li:nth-child(3) {
    transition-delay: .45s;
}

.product-grid:hover .social li {
    opacity: 1;
}

.product-grid .social li a {
    color: #fff;
    background: #016837;
    font-size: 17px;
    line-height: 36px;
    width: 40px;
    height: 36px;
    border-radius: 2px;
    margin: 0 5px;
    display: block;
    transition: all .3s ease 0s;
    padding: 0;
    cursor: pointer;
    border: 0;
    position: relative;
}

.product-grid .social li a:hover {
    color: #fff;
    background: #dd9933;
}

.product-grid .social li a:hover:after,
.product-grid .social li a:hover:before {
    opacity: 1;
}

.product-grid .product-content {
    padding: 20px;
}
.product-grid .product-content h6 {
    font-size: 18px;
    font-family: Open Sans;
}
.product-grid .product-content p.product-type {
    color: #868686;
    line-height: normal;
    font-weight: 600;
}

.product-grid .product-content p.product-type span {
    color: #000;
    font-weight: 700;
}

.product-grid .title a {
    color: #016837;
}

.product-grid .title a:hover {
    color: #016837;
}

.product-grid .price {
    color: #000000;
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 20px 0;
    display: block;
}

.product-content p {
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 10px;
    display: block;
    font-family: 'Open Sans', sans-serif;
}

.product-grid .price span del {
    color: #919191;
    font-size: 11px;
    font-weight: 200;
    letter-spacing: 0;
    text-decoration: line-through;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
}

.product-grid .add-to-cart {
    border: 1px solid #e5e5e5;
    display: inline-block;
    padding: 10px 20px;
    color: #888;
    font-weight: 600;
    font-size: 14px;
    border-radius: 50px;
    transition: all .3s;
}

.product-grid:hover .add-to-cart {
    border: 1px solid transparent;
    background: #016837;
    color: #fff;
}

.product-grid .product-item-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.product-grid .product-item-top .product-type,
.wd-product-des-wrapper .wd-product-meta-icon .strain-name {
    font-size: 14px;
}

.product-grid .product-item-top .strain-type,
.wd-product-des-wrapper .wd-product-meta-icon .strain-type {
    content: "";
    display: block;
    position: relative;
    right: 0;
    top: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: solid 2px #fff;
}

.indica .strain-type {
    background: #6e335e;
}

.sativa .strain-type {
    background: #016837;
}

.hybrid .strain-type {
    background: #d44727;
}


/* Shop-bottom-Slider */

.slider-shop-accer .product-image4 img {
    margin: 0 auto;
    text-align: center;
}

.slider-shop-accer .product-grid {
    margin: 0 15px;
}

.slider-shop-accer .product-grid h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    color: #ffffff;
}

.slider-shop-accer .slider-product-wrapper:focus {
    outline: 0;
}

.slider-shop-accer .slick-prev:hover,
.slider-shop-accer .slick-prev:focus,
.slider-shop-accer .slick-next:hover,
.slider-shop-accer .slick-next:focus,
.wd-shop-des-slider-for .slick-prev:hover,
.wd-shop-des-slider-for.slick-prev:focus,
.wd-shop-des-slider-for .slick-next:hover,
.wd-shop-des-slider-for .slick-next:focus {
    outline: none;
    background: #016837;
}

.slider-shop-accer .slick-prev,
.slider-shop-accer .slick-next,
.wd-shop-des-slider-for .slick-prev,
.wd-shop-des-slider-for .slick-next {
    background: #016837;
}

.slider-shop-accer .social li {
    padding-left: 0;
}


/* Bottom Featured Box */

.wd-featured-box-bg-01 {
    background-image: url('../images/weefly/shop-small-banner01.png');
    padding: 15px;
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.wd-featured-box-bg-02 {
    background-image: url('../images/weefly/shop-small-banner02.png');
    padding: 15px;
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.wd-featured-box-bg-03 {
    background-image: url('../images/weefly/shop-small-banner03.png');
    padding: 15px;
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.wd-featured-box-bg-04 {
    background-image: url('../images/weefly/shop-small-banner04.png');
    padding: 15px;
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.wd-featured-box-inner {
    text-align: left;
    border: solid 2px #fff;
    padding: 15px;
    border-radius: 7px;
}

.wd-featured-box-inner h5 {
    color: #ffffff;
    font-size: 38px;
}

.wd-featured-box-inner p {
    font-weight: 400;
    margin: 0;
    font-size: 20px;
    color: #fff;
}

.wd-featured-box-inner h5 > span {
    font-weight: 800;
    color: #ffffff;
    font-family: 'Playfair Display', sans-serif;
}

.wd-featured-box-inner p > span {
    font-weight: 800;
    color: #016837;
}


/* Shop-banner-Parallex */

.weefly-main .wd-shop-banner-bg {
    background-image: url('../images/weefly/shop-banner-middle.png');
    padding: 120px 20px;
    color: #fff;
    margin-top: 100px;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.wd-shop-banner-text h4,
.wd-about-page-text h4 {
    color: #ffffff;
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 50px;
}

.wd-about-page-text h5 {
    color: #ffffff !important;
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 20px;
}

.wd-shop-banner-text i {
    font-size: 28px;
}


/*----------------------------
  4.2. Shop Page
  ------------------------------*/


/* Recarational CSS */

.sidebar-wrap.style-3 .sidebar-widget {
    background: #f5f5f5;
    padding: 30px;
}

.sidebar-wrap.style-3 {
    padding: 0;
}

.sidebar-wrap.style-3 a {
    color: #282828;
}

.sidebar-wrap.style-3 ul li a {
    font-weight: 600;
    display: block;
}

.sidebar-wrap.style-3 ul li a:hover {
    color: #016837;
}

.sidebar-wrap.style-3 a .cat-img {
    display: inline-block;
    min-width: 40px;
    text-align: center;
    margin-right: 8px;
}

.sidebar-wrap.style-3 .widget-title {
    font-size: 22px;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0;
    cursor: pointer;
}

.sidebar-wrap.style-3 .widget-title i {
    font-size: 16px;
    color: #f3004a;
}

.sidebar-widget.strain-type ul {
    display: flex;
    justify-content: space-evenly;
    margin: 0;
}

.sidebar-widget.strain-type ul li {
    flex: 0 0 33.33333333333333%;
    text-align: center;
}

.sidebar-widget.strain-type ul li a,
.sidebar-widget.strain-type ul li a:hover {
    color: #fff;
    text-decoration: none;
    line-height: 60px;
}

.sidebar-widget.strain-type ul li .indica {
    background-color: #6e335e;
}

.sidebar-widget.strain-type ul li .hybrid {
    background-color: #016837;
}

.sidebar .widget_recent_comments ul li {
    margin-bottom: 20px;
}

.sidebar .widget_recent_comments ul li:last-child {
    margin-bottom: 0;
}

.sidebar .widget_recent_comments ul li a {
    color: #016837;
}

.sidebar-widget.strain-type ul li .sativa {
    background-color: #d44727;
}

.sidebar-widget.strain-type ul li .indica:hover,
.sidebar-widget.strain-type ul li .indica:active,
.sidebar-widget.strain-type ul li .indica.active {
    background-color: #4a123b;
}

.sidebar-widget.strain-type ul li .hybrid:hover,
.sidebar-widget.strain-type ul li .hybrid:active,
.sidebar-widget.strain-type ul li .hybrid.active {
    background-color: #016837;
}

.sidebar-widget.strain-type ul li .sativa:hover,
.sidebar-widget.strain-type ul li .sativa:active,
.sidebar-widget.strain-type ul li .sativa.active {
    background-color: #a53921;
}

#site-search {
    display: flex;
}

.sb-srch-box button {
    margin: 0;
    padding: 10px 15px;
    line-height: 1;
    border-radius: 0;
}

.sb-srch-box .form-control {
    margin: 0;
}

.sidebar-wrap .sidebar-widget.sb-srch-box {
    padding: 0;
}

.shop-container .item.hybrid {
    background-color: #016837;
}

.shop-container .item-inner {
    padding: 10px 10px 20px;
}

.shop-container .item-btm {
    padding: 10px;
    border-top: solid 1px rgba(255, 255, 255, .1);
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.label-wrpr {
    text-align: center;
    font-size: 13px;
}

.thc-label-wrpr {
    margin-bottom: 10px;
}

.thc-wrpr {
    display: inline-block;
    position: relative;
    overflow: hidden;
    height: auto;
    margin: 0;
    line-height: 1;
}

.progress-bg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    z-index: 1;
    background: #fff;
    border-radius: 0;
}

.thc-wrpr img {
    position: relative;
    z-index: 2;
}

.shop-container .item.sativa {
    background-color: #d44727;
}

.shop-container .item.indica {
    background-color: #6e335e;
}

.shop-container .item,
.shop-container .item a {
    color: #fff;
    display: inline-block;
}

.shop-container .item {
    display: block;
    margin-bottom: 30px;
}

.shop-container .item-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
}

.shop-container .item-img {
    min-height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}

.shop-container .type-right a + a {
    margin-left: 10px;
}

.shop-container .item-title {
    font-size: 20px;
    margin: 0 0 10px;
    font-weight: 700;
}

.shop-container .item-cat {
    display: block;
    font-size: 12px;
}

.shop-container .item-price-wrpr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0 0;
    font-size: 12px;
}

.shop-container .price {
    font-size: 16px;
    font-weight: 600;
}

.shop-container .price strike {
    font-size: 13px;
    font-weight: 500;
    margin-left: 6px;
}

.shop-container .add2cart:before {
    margin-left: 12px;
}

.shop-container .info {
    text-decoration: underline;
}

.shop-container .add2cart:hover,
.shop-container .add2cart:focus,
.shop-container .type-right > a:hover,
.shop-container .type-right > a:focus {
    text-decoration: none;
}

.shop .sidebar-widget ul li {
    margin-top: 10px;
    padding: 0;
}

.shop .sidebar-widget ul li:before {
    display: none;
}

.shop .widget-title[data-toggle="collapse"]:after {
    right: 0;
    color: #e12a62;
}

.shop .minus.btn {
    background-color: #d44727;
}

.minus.btn:focus,
.minus.btn:hover,
.minus.btn:active,
.minus.btn:not(:disabled):not(.disabled).active,
.minus.btn:not(:disabled):not(.disabled):active,
.show > .minus.btn.dropdown-toggle,
.minus.btn:not(:disabled):not(.disabled).active:focus,
.minus.btn:not(:disabled):not(.disabled):active:focus,
.show > .minus.btn.dropdown-toggle:focus {
    background-color: #a53921;
    box-shadow: none;
    outline: none;
    color: #fff;
}

.shop .plus.btn {
    background-color: #016837;
}

.plus.btn:focus,
.plus.btn:hover,
.plus.btn:active,
.plus.btn:not(:disabled):not(.disabled).active,
.plus.btn:not(:disabled):not(.disabled):active,
.show > .plus.btn.dropdown-toggle,
.plus.btn:not(:disabled):not(.disabled).active:focus,
.plus.btn:not(:disabled):not(.disabled):active:focus,
.show > .plus.btn.dropdown-toggle:focus {
    background-color: #016837;
    box-shadow: none;
    outline: none;
    color: #fff;
}

.shop .quantity .btn {
    border-radius: 0;
    line-height: normal;
    padding: 16px 10px;
    width: 33.333%;
}

.shop .quantity-inner {
    display: flex;
}

.sidebar-wrap .sidebar-widget.strain-type {
    padding: 0;
}

.sidebar-widget.strain-type .sidebar-widget-inner {
    padding: 30px;
}

.sidebar-widget.strain-type .widget-sub-title {
    margin-bottom: 0;
}

.shop .load-more a {
    text-decoration: none;
    display: inline-block;
    position: relative;
}

.shop .load-more a:after {
    display: block;
    font-family: Flaticon;
    font-size: 9px;
    font-style: normal;
    margin: 5px 0 0;
    content: "\f104";
    line-height: 1;
    position: relative;
    font-weight: 900;
}

.shop-cards-container .load-more a:hover {
    opacity: .6;
}

.shop-cards-container .load-more a {
    display: block;
    border: solid 1px #dadada;
    padding: 10px;
    background: #f5f5f5;
}

.shop-cards-container .load-more a:after {
    display: inline-block;
    margin: 0 0 0 7px;
}

.irs--round .irs-handle {
    border: none;
    width: 15px;
    height: 15px;
    top: 30px;
    background-color: #016837;
    cursor: pointer;
}

.irs--round .irs-bar {
    background-color: #016837;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
    background-color: transparent;
    color: #131313;
    font-size: 12px;
    font-weight: 600;
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
    display: none;
}

.shop-cards-container {
    margin-bottom: 30px;
    margin-top: 40px;
}

.shop .sidebar-widget ul {
    justify-content: space-between;
}

.thc-range-inner .irs-from,
.thc-range-inner .irs-to,
.thc-range-inner .irs-single {
    top: 52px;
}

.thc-range-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thc-range-inner .irs--round {
    height: 75px;
}

.dark-footer .logo-wrpr .text {
    color: #fff;
}

.dark-footer .logo-wrpr > div > a {
    color: #fff;
}

.dark-footer .footer-form .form-label {
    color: #fff;
}

.dark-footer .useful-links > ul > li > a {
    color: #fff;
}

.dark-footer .footer-top {
    background: #0f0f0f;
}

.shop .sidebar-widget .quantity-inner {
    flex-direction: column;
}

.shop .sidebar-widget .quantity-inner .dropdown .form-control {
    width: 100%;
    margin: 0 0 10px;
}

.shop .sidebar-widget .quantity-inner .form-control {
    width: 100%;
    margin: 0;
}

.shop .sidebar-widget .quantity .btn {
    width: 30%;
    margin: 0;
}

.sidebar-widget .weight-input-wrpr {
    width: 34%;
}

.quantity-inner-btns {
    display: flex;
    justify-content: space-between;
}

.shop .sidebar-widget .quantity-inner .clear-input2.form-control {
    padding: 10px 40% 10px 10px;
}

.sidebar-widget #unit {
    right: 12%;
}

@media (max-width: 1199px) {
    .sidebar-widget .weight-input-wrpr {
        width: 34%;
    }

    .shop .sidebar-widget .quantity-inner .clear-input2.form-control {
        padding: 8px 40% 8px 6px;
    }

    .sidebar-widget #unit {
        right: 10%;
        top: 48%;
    }
}


/*----------------------------
  Product Detail Page
  ------------------------------*/

.cannabial-compare .buy-now:hover,
.cannabial-compare .buy-now:active,
.cannabial-compare .buy-now:focus {
    text-decoration: none;
    background-color: #fff;
    color: #e12a62;
    border-color: #e12a62;
}

.pro_box.has-progress {
    display: block;
}

.cannabial-compare .product_one_left .progress {
    justify-content: flex-end;
}

.cannabial-compare .product_one_right .progress {
    justify-content: flex-start;
}

.cannabial-compare .pro_box {
    border: solid 1px transparent;
}

.progress:last-of-type {
    margin: 0;
}

.cannabial-compare .product_center_compare .height-diff {
    min-height: 178px;
}

.pro_compare_txt.height-diff-3 {
    min-height: 141px;
}

.cannabial-compare .product_one_right .progress .progress-bar {
    align-items: flex-start;
    padding-left: 10px;
}

.cannabial-compare .product_one_left .progress .progress-bar {
    align-items: flex-end;
    padding-right: 10px;
}


/* weefly CSS */

.sidebar-wrap.style-3 .sidebar-widget {
    background: #f5f5f5;
    padding: 30px;
}

.sidebar-wrap.style-3 {
    padding: 0;
}

.sidebar-wrap.style-3 a {
    color: #282828;
}

.sidebar-wrap.style-3 ul li a {
    font-weight: 600;
    display: block;
}

.sidebar-wrap.style-3 ul li a:hover {
    color: #016837;
}

.sidebar-wrap.style-3 a .cat-img {
    display: inline-block;
    min-width: 40px;
    text-align: center;
    margin-right: 8px;
}

.sidebar-wrap.style-3 .widget-title {
    font-size: 22px;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0;
    cursor: pointer;
    color: #000000;
}

.sidebar-wrap.style-3 .widget-title i {
    font-size: 16px;
    color: #f3004a;
}

.sidebar-widget.strain-type ul {
    display: flex;
    justify-content: space-evenly;
    margin: 0;
}

.sidebar-widget.strain-type ul li {
    flex: 0 0 33.33333333333333%;
    text-align: center;
}

.sidebar-widget.strain-type ul li a,
.sidebar-widget.strain-type ul li a:hover {
    color: #fff;
    text-decoration: none;
    line-height: 60px;
}

.sidebar-widget.strain-type ul li .indica {
    background-color: #6e335e;
}

.sidebar-widget.strain-type ul li .hybrid {
    background-color: #016837;
}

.sidebar-widget.strain-type ul li .sativa {
    background-color: #d44727;
}

.sidebar-widget.strain-type ul li .indica:hover,
.sidebar-widget.strain-type ul li .indica:active,
.sidebar-widget.strain-type ul li .indica.active {
    background-color: #4a123b;
}

.sidebar-widget.strain-type ul li .hybrid:hover,
.sidebar-widget.strain-type ul li .hybrid:active,
.sidebar-widget.strain-type ul li .hybrid.active {
    background-color: #016837;
}

.sidebar-widget.strain-type ul li .sativa:hover,
.sidebar-widget.strain-type ul li .sativa:active,
.sidebar-widget.strain-type ul li .sativa.active {
    background-color: #a53921;
}

#site-search {
    display: flex;
}

.sb-srch-box button {
    margin: 0;
    padding: 10px 15px;
    line-height: 1;
    border-radius: 0;
}

.sb-srch-box .form-control {
    margin: 0;
}

.sidebar-wrap .sidebar-widget.sb-srch-box {
    padding: 0;
}

.shop-container .item.hybrid {
    background-color: #016837;
}

.shop-container .item-inner {
    padding: 10px 10px 20px;
}

.shop-container .item-btm {
    padding: 10px;
    border-top: solid 1px rgba(255, 255, 255, .1);
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.label-wrpr {
    text-align: center;
    font-size: 13px;
}

.thc-label-wrpr {
    margin-bottom: 10px;
}

.thc-wrpr {
    display: inline-block;
    position: relative;
    overflow: hidden;
    height: auto;
    margin: 0;
    line-height: 1;
}

.progress-bg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    z-index: 1;
    background: #fff;
    border-radius: 0;
}

.thc-wrpr img {
    position: relative;
    z-index: 2;
}

.shop-container .item.sativa {
    background-color: #d44727;
}

.shop-container .item.indica {
    background-color: #6e335e;
}

.shop-container .item,
.shop-container .item a {
    color: #fff;
    display: inline-block;
}

.shop-container .item {
    display: block;
    margin-bottom: 30px;
}

.shop-container .item-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
}

.shop-container .item-img {
    min-height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}

.shop-container .type-right a + a {
    margin-left: 10px;
}

.shop-container .item-title {
    font-size: 20px;
    margin: 0 0 10px;
    font-weight: 700;
}

.shop-container .item-cat {
    display: block;
    font-size: 12px;
}

.shop-container .item-price-wrpr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0 0;
    font-size: 12px;
}

.shop-container .price {
    font-size: 16px;
    font-weight: 600;
}

.shop-container .price strike {
    font-size: 13px;
    font-weight: 500;
    margin-left: 6px;
}

.shop-container .add2cart:before {
    margin-left: 12px;
}

.shop-container .info {
    text-decoration: underline;
}

.shop-container .add2cart:hover,
.shop-container .add2cart:focus,
.shop-container .type-right > a:hover,
.shop-container .type-right > a:focus {
    text-decoration: none;
}

.shop .sidebar-widget ul li {
    margin-top: 10px;
    padding: 0;
}

.shop .sidebar-widget ul li:before {
    display: none;
}

.shop .widget-title[data-toggle="collapse"]:after {
    right: 0;
    color: #e12a62;
}

.shop .minus.btn {
    background-color: #d44727;
}

.minus.btn:focus,
.minus.btn:hover,
.minus.btn:active,
.minus.btn:not(:disabled):not(.disabled).active,
.minus.btn:not(:disabled):not(.disabled):active,
.show > .minus.btn.dropdown-toggle,
.minus.btn:not(:disabled):not(.disabled).active:focus,
.minus.btn:not(:disabled):not(.disabled):active:focus,
.show > .minus.btn.dropdown-toggle:focus {
    background-color: #a53921;
    box-shadow: none;
    outline: none;
    color: #fff;
}

.shop .plus.btn {
    background-color: #016837;
}

.plus.btn:focus,
.plus.btn:hover,
.plus.btn:active,
.plus.btn:not(:disabled):not(.disabled).active,
.plus.btn:not(:disabled):not(.disabled):active,
.show > .plus.btn.dropdown-toggle,
.plus.btn:not(:disabled):not(.disabled).active:focus,
.plus.btn:not(:disabled):not(.disabled):active:focus,
.show > .plus.btn.dropdown-toggle:focus {
    background-color: #016837;
    box-shadow: none;
    outline: none;
    color: #fff;
}

.shop .quantity .btn {
    border-radius: 0;
    line-height: normal;
    padding: 16px 10px;
    width: 33.333%;
}

.shop .quantity-inner {
    display: flex;
}

.shop .quantity-inner .form-control {
    margin: 0 10px;
    background: #fff;
    border-radius: 0;
    text-align: center;
    width: 33.333%;
    min-height: 51px;
}

.sidebar-wrap .sidebar-widget.strain-type {
    padding: 0;
}

.sidebar-widget.strain-type .sidebar-widget-inner {
    padding: 30px;
}

.sidebar-widget.strain-type .widget-sub-title {
    margin-bottom: 0;
}

.shop .load-more a {
    text-decoration: none;
    display: inline-block;
    position: relative;
}

.shop .load-more a:after {
    display: block;
    font-family: Flaticon;
    font-size: 9px;
    font-style: normal;
    margin: 5px 0 0;
    content: "\f104";
    line-height: 1;
    position: relative;
    font-weight: 900;
}

.shop-cards-container .load-more a:hover {
    opacity: .6;
}

.shop-cards-container .load-more a {
    display: block;
    border: solid 1px #dadada;
    padding: 10px;
    background: #f5f5f5;
}

.shop-cards-container .load-more a:after {
    display: inline-block;
    margin: 0 0 0 7px;
}


/*===============================================================================================
  *. 5.4 Shop Details Page
  ================================================================================================*/

.wd-comment-form .form-group .btn {
    margin-left: 0;
}


/* Shop Detail Page */

.shop-detail-img img,
.wd-shop-detail-img img {
    margin: 0 auto 20px;
}

.shop-detail-slider-btm img,
.wd-shop-detail-slider-thumb img {
    margin: 0 auto 0;
}

.shop-detail-slider-btm .shop-detail-img,
.wd-shop-detail-slider-thumb .wd-shop-detail-thumb-img {
    border: solid 1px #cfcfcf;
    min-height: 80px;
    border-radius: 7px;
    margin: 0 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 97px;
}

.shop-detail-img:focus,
.wd-shop-detail-img:focus {
    outline: none;
}

.shop-detail-slider-btm .shop-detail-img.slick-current {
    border: solid 1px #e12a62;
}

.shop-detail-slider-btm .slick-prev:before,
.shop-detail-slider-btm .slick-next:before,
.wd-shop-detail-slider-thumb .slick-next:before,
.wd-shop-detail-slider-thumb .slick-prev:before {
    color: #131313;
}

.shop-detail-slider-btm .slick-prev,
.shop-detail-slider-btm .slick-next,
.wd-shop-detail-slider-thumb .slick-next,
.wd-shop-detail-slider-thumb .slick-prev {
    background: rgba(0, 0, 0, 0.1);
}

.shop-description-wrpr .item-price-wrpr {
    margin: 0 0 35px;
    font-size: 13px;
}

.shop-description-wrpr .price {
    font-size: 24px;
    font-weight: 800;
}

.shop-description-wrpr .price strike {
    color: #8e8e8e;
    font-size: 14px;
}

.shop-detail .quantity-inner .form-control {
    background: #f3f3f3;
    border-radius: 7px;
    width: 22%;
    margin: 0;
}

.shop-detail .quantity-inner input.form-control {
    width: 100%;
    padding: 10px 35px 10px 15px;
    text-align: right;
}

#input-wrpr {
    width: 24%;
}

.quantity-widget .title {
    font-size: 24px;
    font-weight: 800;
    margin: 0 0 4px;
    color: #282828;
}

.shop-detail .quantity .btn {
    border-radius: 7px;
    width: 18%;
    margin: 0;
}

.shop-detail .quantity-inner button.form-control {
    width: 100%;
    margin: 0;
}

.shop-detail .quantity-inner .dropdown {
    width: 35%;
    margin: 0;
}

.shop-detail .quantity-inner {
    justify-content: space-between;
}

.quantity-inner .dropdown-toggle::after {
    margin-left: 1em;
    content: "\f104";
    vertical-align: middle;
    border: none;
    font-family: Flaticon;
    font-size: 8px;
    font-style: normal;
    font-weight: 900;
}

.quantity-inner .dropdown-menu.show {
    min-width: 100%;
}

.quantity-inner .dropdown-item {
    font-size: 13px;
}

.shop-about-product .btn-wrpr .btn {
    padding: 13px 36px;
    line-height: normal;
    margin: 0;
}

.weight-input-wrpr {
    position: relative;
    display: inline-block;
    width: 25%;
}

#unit {
    display: block;
    color: #000;
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    min-width: 15px;
    text-align: left;
}

.shop-about-product .btn-wrpr {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.shop-about-product [class^="line"] {
    font-size: 13px;
    line-height: 26px;
    margin: 0;
    font-weight: 500;
    color: #838383;
}

.shop-about-product .line1 {
    margin-bottom: 20px;
}

.shop-about-product {
    margin-top: 35px;
}

.shop-about-product .line2 {
    margin-bottom: 4px;
}

.shop-about-product [class^="line"] span {
    font-weight: 700;
}

.spec-table > ul {
    padding: 0;
    margin: 0 auto;
    width: 80%;
    display: flex;
    flex-wrap: wrap;
}

.spec-table {
    padding: 30px 0;
    border-radius: 7px;
    margin-top: 35px;
}

.spec-table ul li {
    margin: 0;
}

.spec-table > ul > li {
    flex: 0 0 50%;
    padding-right: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 40px;
}

.title-style-2 .title-wrpr .title {
    margin-bottom: 2px;
    font-size: 32px;
    font-weight: 700;
    color: #282828;
}

.title-style-2 .title-wrpr p {
    font-size: 13px;
    line-height: 30px;
    color: #313131;
    font-weight: 600;
}

.spec-table > ul > li strong {
    font-weight: 600;
}

.related-pro-container .item {
    margin: 0 10px;
    border-radius: 7px;
}

.related-pro-container {
    margin-top: 35px;
}


/*===== Tab Section =====*/

.pro-review-area .nav-tabs .nav-item {
    padding: 0;
}

.pro-review-area .nav-tabs .nav-item:before {
    display: none;
}

.pro-review-area .tab-content {
    background: #f5f5f5;
    padding: 30px;
    border-radius: 7px;
}

.pro-review-area .wd-comments {
    margin: 0;
}

.pro-review-area .wd-comments ul {
    padding: 0;
    width: 100%;
}

.pro-review-area .wd-comment-inner {
    background: #fff;
    border-radius: 7px;
}

.pro-review-area .wd-comment-content {
    width: 100%;
}

.pro-review-area .wd-comment-img {
    flex: 0 0 100px;
}

.pro-review-area .wd-comment-container:last-child {
    margin-bottom: 0;
}

.pro-review-area .nav.nav-tabs {
    margin-bottom: 30px;
    border: none;
}

.pro-review-area .nav-tabs .nav-item + .nav-item {
    margin-left: 30px;
}

.pro-review-area .nav-tabs .nav-link {
    border-radius: 7px;
}

.pro-review-area .nav-tabs .nav-link:hover {
    border: solid 1px #e12a62;
}

.pro-review-area .nav-link.btn-outline-primary:not(:disabled):not(.disabled).active {
    background: #e12a62;
    opacity: 1;
    color: #fff;
}

.shop-about-product .btn-wrpr .btn-outline-primary {
    margin-right: 10px;
}

@media (max-width: 1200px) {
    .wd-feature-products span.woocommerce-review-link {
        display: block;
        text-align: left;
    }

    .wd-footer-top .home-products-slider .product-slide-wrapper .product-image-box {
        width: 45%;
    }
}

@media (max-width: 991px) {
    .wd-footer-top .home-products-slider .product-slide-wrapper .product-content-box p {
        margin: 0 auto;
        padding-bottom: 35px;
    }

    .shop-detail-boxes > .row > .col + .col {
        margin-top: 50px;
    }

    .spec-table > ul > li {
        flex: 0 0 100%;
        padding: 0;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
    }

    .mbl-spacing {
        margin-bottom: 30px;
    }

    .pro-review-area .nav-tabs .nav-item + .nav-item {
        margin-left: 20px;
    }

    .spec-table > ul > li {
        padding: 0;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
    }

    .spec-table > ul > li + li {
        border-top: solid 1px rgba(255, 255, 255, .1);
        margin-top: 10px;
        padding: 10px 0 0;
    }

    .spec-table > ul > li:before {
        display: none;
    }

    .shop-detail .quantity-inner input.form-control {
        padding: 10px 85px 10px 15px;
    }

    #unit {
        right: 60px;
    }

    .item-center .blog-tag {
        left: 40px;
    }

    .wd-feature-products span.woocommerce-review-link {
        display: block;
        text-align: left;
    }

    .wd-footer-top .home-products-slider .product-slide-wrapper {
        display: block;
        text-align: center;
    }

    .wd-footer-top .home-products-slider .product-slide-wrapper .product-content-box {
        margin-bottom: 40px;
    }

    .wd-footer-top .home-products-slider .product-slide-wrapper .product-content-box ul {
        justify-content: center;
    }

    .wd-footer-top .home-products-slider .product-slide-wrapper .product-content-box,
    .wd-footer-top .home-products-slider .product-slide-wrapper .product-image-box {
        position: relative;
        width: 100%;
        flex: 100%;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .related-pro-container .item {
        margin: 0;
    }

    .shop-detail .quantity-inner input.form-control {
        padding: 10px 55px 10px 15px;
    }

    #unit {
        right: 30px;
    }

    .cm-img {
        min-height: 200px;
    }

    .item-center .blog-tag {
        left: 50%;
    }

    .modal-body span.woocommerce-review-link {
        text-align: center;
    }
}

@media (max-width: 576px) {
    .wd-feature-products span.woocommerce-review-link {
        text-align: center;
    }
}

@media (max-width: 525px) {
    .pro-review-area .nav.nav-tabs {
        flex-direction: column;
    }

    .pro-review-area .nav-tabs .nav-item + .nav-item {
        margin-left: 0;
        margin-top: 20px;
    }

    .spec-table > ul > li {
        padding: 0;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
    }

    .spec-table > ul > li + li {
        border-top: solid 1px rgba(255, 255, 255, .1);
        margin-top: 10px;
        padding: 10px 0 0;
    }

    .spec-table > ul {
        width: 100%;
    }

    .spec-table {
        padding: 30px;
    }

    .pro-review-area .wd-comment-img {
        padding: 0 0 10px;
        flex: unset;
    }

    .pro-review-area .wd-comment-content {
        width: 100%;
        flex-direction: column;
    }

    .shop-detail .quantity-inner input.form-control {
        padding: 10px 45% 10px 15px;
    }

    #unit {
        right: 20%;
    }

    .shop-detail .quantity-inner .dropdown {
        width: 32%;
    }

    .shop-about-product .btn-wrpr {
        flex-direction: column;
    }

    .shop-about-product .btn-wrpr .btn.btn-primary {
        margin-top: 20px;
    }

    .wd-footer-top .home-products-slider .product-slide-wrapper .product-content-box {
        padding: 20px;
    }
}


/* Slider Product-details */

.wd-product-meta-icon {
    display: flex;
    justify-content: end;
    margin-bottom: 15px;
}

.wd-product-meta-icon .strain-type {
    margin-right: 15px;
}

.wd-shop-product-meta {
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
}

.wd-product-meta-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wd-product-des-details {
    padding: 50px 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eee;
    color: #000000;
}

.wd-product-stock p,
.wd-product-price p {
    margin-bottom: 0px;
}

.wd-product-stock p,
.wd-product-price p,
.wd-product-qty p,
.wd-product-weight .dropdown p {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
}

.wd-product-stock {
    margin-right: 40px;
}

.wd-product-stock .wd-instock {
    font-size: 18px;
    font-weight: 400;
    color: #016837;
    margin-bottom: 0px;
}

.shop-product-modal-content .wd-product-price .wd-offer-price {
    color: #016837;
    font-size: 1.25em;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.shop-product-modal-content .wd-product-price .wd-offer-price span {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 0px;
    color: #016837;
    margin-right: 15px;
}

.shop-product-modal-content .wd-product-price .wd-offer-price span + span > span,
.shop-product-modal-content .wd-product-price .wd-offer-price span > span {
    margin-left: 0;
    margin-right: 0;
}

.shop-product-modal-content .wd-product-price .wd-offer-price span + span {
    margin-left: 15px;
}

.wd-product-des-wrapper.wd-model-wrapper.shop-product-modal-content .wd-product-price .wd-offer-price del {
    float: none;
}

.wd-product-des-wrapper.wd-model-wrapper.shop-product-modal-content .wd-shop-product-meta,
.wd-product-des-wrapper.wd-model-wrapper.shop-product-modal-content .wd-shop-product-meta .wd-product-qty,
.wd-product-des-wrapper.wd-model-wrapper.shop-product-modal-content .wd-shop-product-meta .wd-shop-product-meta-content {
    display: block;
}

.wd-product-des-wrapper.wd-model-wrapper.shop-product-modal-content .wd-shop-product-meta .wd-shop-product-meta-content .product-type-fields-details {
    padding-left: 0;
    margin-bottom: 15px;
}

.shop-product-modal-content .wd-shop-product-meta .wd-shop-product-meta-content .product-type-fields-details .product-type {
    display: flex;
}

.shop-product-modal-content .wd-shop-product-meta .wd-shop-product-meta-content .product-type-fields-details .product-type p {
    margin-right: 15px;
    font-weight: 700;
}

.shop-product-modal-content .wd-product-price .wd-offer-price del span .woocommerce-Price-currencySymbol {
    color: #777;
    font-size: 15px;
    font-weight: 600;
}

.wd-product-price .wd-offer-price {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0px;
}

.wd-product-price .wd-price-strike {
    text-decoration: line-through;
    font-weight: 600;
    color: #919191;
    font-size: 11px;
}

.wd-shop-product-meta-content {
    margin-bottom: 15px;
}

.wd-product-qty,
.wd-shop-product-meta-content {
    display: flex;
}

.wd-product-qty .dropdown {
    margin-left: 1rem;
}

.wd-product-qty .form-control {
    background: rgb(255, 255, 255);
    box-shadow: none;
    color: #000000;
    font-size: 13px;
    min-height: 30px;
    line-height: 33px;
    padding: 0px 10px;
    width: 60px;
    text-align: center;
}

.wd-product-qty .input-group {
    display: flex;
    width: 100%;
    border: solid 1px #a0a0a0;
    border-radius: 7px;
    overflow: hidden;
    max-height: 38px;
}

.dropdown .dropdown-menu.show {
    min-width: 100%;
}

.wd-shop-product-action {
    display: flex;
    justify-content: space-between;
}

.wd-shop-product-share {
    align-self: center;
}

.wd-shop-product-share a {
    color: #b5becc;
    font-size: 20px;
    margin-left: 13px;
    padding: 3px 0 3px 7px;
    display: inline-block;
}

.wd-shop-product-share a:hover {
    color: #016837;
}

.wd-product-qty .btn:hover {
    color: #000000;
    text-decoration: none;
    background: #252c3000;
}

.wd-unit-show .dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
}


/* Shop Slider */

.wd-shop-des-slider-nav {
    padding: 30px 0 0;
}

.wd-product-des-slider .wd-shop-des-slider-nav .wd-shop-thumb-img {
    border: solid 1px #cfcfcf;
    min-width: 96px;
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 10px;
}

.w-product-slider-thumb {
    width: 50%;
}


/* Shop- details Tabs */

.wd-product-des-details .nav-pills .nav-link.active,
.wd-product-des-details .nav-pills .show > .nav-link {
    color: #016837;
    border-bottom: 2px solid #016837;
    background-color: #016837;
}

.wd-product-des-details .nav-pills .nav-link {
    border-radius: 0;
    color: #000;
}

.wd-shop-product-des,
.wd-shop-product-spec-table,
.wd-shop-product-review {
    background: rgba(206, 206, 206, 0.12);
    padding: 40px;
}

.wd-shop-product-spec-table .table th {
    width: 150px;
    text-align: left;
}

.wd-shop-product-bottom-meta {
    margin: 15px 0 0;
}

.wd-shop-product-bottom-meta a {
    color: #016837;
}

.wd-shop-tags-meta {
    padding-bottom: 10px;
}
.wd-shop-tags-meta span a {
    font-size: 18px;
    text-transform: capitalize;
}
.wd-shop-tags-meta span strong,
.wd-shop-catg-meta span strong {
    font-weight: 700;
    font-size: 18px;
    color: #000;
    margin-right: 10px;
}
.wd-customer-review {
    margin: 0 0 3rem;
}

.wd-customer-review .wd-author {
    max-width: 830px;
    margin: 0;
}

.wd-review-form label,
.wd-review-form p {
    font-size: 16px;
    font-weight: 600;
}

.wd-review-ratings {
    margin: 0 auto 15px;
}

.wd-review-ratings i.active {
    color: #ffd500;
}

.wd-review-ratings a i {
    color: gray;
}

.wd-review-ratings i {
    font-size: 22px;
}

.wd-star-rating {
    margin-bottom: 30px;
}


/*===============================================================================================
  *. 5.5 Blog
  ================================================================================================*/


/* Blog details Page */

.post_wrap {
    margin: 0 auto 40px;
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, .09);
    border-radius: 5px;
}

.single_post_img {
    margin: 0 auto 30px;
    position: relative;
}

.post_img {
    margin: 0 auto 0px;
    text-align: center;
}

.post_info {
    background: #fff;
    padding: 35px;
    box-shadow: rgba(0, 0, 0, 0.08) 0 0 25px;
    margin: 0 35px;
    position: relative;
    z-index: 1;
}

.post_content .post-meta-content-box {
    margin-bottom: 20px;
}

.post_meta a {
    color: #016837;
}
 .post_meta span .avatar {
    width: 30px;
    margin-right: 5px;
}
.post_meta span {
    display: inline-block;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
    font-style: inherit;
    letter-spacing: 0.5px;
}

.post_meta span:after {
    content: "/";
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px;
    font-size: 14px;
    width: 2px;
}

.post_meta span:last-child:after {
    content: none;
}

.post_info h2 {
    font-size: 30px;
    letter-spacing: -0.5px;
}

.post_info h2 a {
    color: #000000;
}

.post_info h2 a:hover {
    color: #016837;
}

.post_categorys a {
    display: inline-block;
    background: #000000;
    padding: 4px 20px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 7px;
    letter-spacing: 1px;
    color: #ffffff;
    font-size: 12px;
    margin: 0 5px 5px 0;
}


/* Pegination */

.pagination_wrap {
    padding: 10px 0;
}

.pagination {
    text-align: center;
    display: block;
}

.pagination li {
    display: inline-block;
    margin: 0 4px;
}

.pagination li a:hover,
.page-item:last-child .page-link:hover,
.page-item.disabled .page-link {
    color: #fff;
    border: #016837 solid 1px;
    background: #016837;
}

.pagination li a,
.page-item:last-child .page-link {
    width: 40px;
    height: 40px;
    line-height: 38px;
    border: #ebeced solid 2px;
    color: #b7bdc5;
    font-weight: 500;
    padding: 0;
    font-size: 14px;
    border-radius: 7px;
}


/* Blog Sidebar */

.sidebar_widget {
    padding: 50px 0;
    overflow: hidden;
    border-bottom: 1px solid #eeeeee;
}

.sidebar_widget:first-child {
    padding: 0 0 30px;
}

.sidebar_widget:last-child {
    border-bottom: 0;
}

.widget_title {
    margin: 0 auto 35px;
    text-align: center;
}

.widget_title h4 {
    display: inline-block;
    margin: 0 auto;
    font-size: 28px;
    position: relative;
}

.sidebar_widget form {
    position: relative;
}

.widget_title h4:before {
    position: absolute;
    top: 16px;
    right: -60px;
    width: 40px;
    content: "";
    height: 2px;
    background: #016837;
}

.widget_title h4:after {
    position: absolute;
    top: 16px;
    left: -60px;
    width: 40px;
    content: "";
    height: 2px;
    background: #016837;
}

.search_widget.sidebar_widget .form-control {
    padding-right: 70px;
}

.sidebar_widget .form-control {
    border-radius: 50px;
}

.relative {
    position: relative;
}

.search_btn {
    position: absolute;
    top: 0px;
    right: 0;
    background: #016837;
    border: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #fff;
    padding: 15px 25px;
    cursor: pointer;
}

.followus_widget ul li a {
    display: block;
    width: 40px;
    height: 40px;
    border: #e3e3e3 solid 1px;
    border-radius: 50px;
    text-align: center;
    line-height: 38px;
    color: #b5b5b5 !important;
    margin: 0 2px;
    padding: 0 !important;
}

.sidebar_widget ul {
    padding: 0;
    margin: 0 auto;
    list-style: none;
}

.instagram_widget li {
    float: left;
    width: 30%;
    margin-right: 4%;
    margin-bottom: 13px;
    padding-left: 0.5rem;
}

.instagram_widget li:nth-child(3n) {
    margin-right: 0;
}

.followus_widget ul {
    text-align: left;
}

.followus_widget ul li {
    display: inline-block;
    padding: 0 5px;
}

.categories_widget ul li {
    margin: 0 auto;
    padding-left: 0;
}

.categories_widget ul li a {
    display: block;
    overflow: hidden;
    color: #000000;
    font-size: 14px;
    padding: 10px 0;
    border-bottom: #e6e5e5 solid 1px;
}

.categories_widget ul li a span {
    float: right;
}

.popular_widget li {
    position: relative;
    padding-left: 100px;
    overflow: hidden;
    margin: 0 auto 20px;
}

.post_thumb {
    position: absolute;
    top: 0;
    left: 0;
    height: 60px;
    width: 80px;
    background: #000;
}

.post_thumb img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.categories_widget ul li a:hover,
.popular_widget h6 a:hover {
    color: #016837;
}

.post_thumb img {
    transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
}

.popular_widget h6 {
    font-size: 16px;
    margin: 0 0 6px;
}

.popular_widget p {
    color: #838383;
    font-size: 14px;
    margin: 0 auto;
    letter-spacing: 0.5px;
}

.tag_cloud {
    overflow: hidden;
}

.tag_cloud a {
    display: inline-block;
    padding: 4px 20px;
    border: #eaeaea solid 1px;
    color: #000000;
    font-size: 16px;
    letter-spacing: 0.2px;
    margin: 0 10px 10px 0;
    border-radius: 7px;
}

.tag_cloud a:hover,
.post_tags a:hover,
.followus_widget ul li a:hover,
.post_categorys a:hover {
    background: #016837;
    color: #fff !important;
    border-color: #016837;
}

.post_date {
    margin: 0 auto 15px;
}

.post_date a {
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 500;
}

.post_tags,
.post_share {
    padding: 0 0 30px;
}

.post_share {
    text-align: right;
}

.post_tags a {
    display: inline-block;
    vertical-align: top;
    padding: 10px 20px;
    border-radius: 6px;
    text-transform: uppercase;
    font-weight: 500;
    color: #9494b2;
    font-size: 13px;
    margin: 0 5px 5px 0;
    border: #e5e5e5 solid 2px;
}

.post_share a {
    color: #b5becc;
    font-size: 20px;
    margin-left: 13px;
    padding: 3px 0 3px 7px;
    display: inline-block;
}

.all_comments {
    margin: 20px auto 50px;
}

.wd-author {
    overflow: hidden;
    margin: 30px auto;
    margin-top: 0;
}

.wd-author h6 {
    font-size: 26px;
}


/* Commemts */


/*===============================================================================================
  5. Blog-Listing
  ================================================================================================*/

.blog .banner-area .banner-left-inner,
.shop .banner-area .banner-left-inner,
.aboutUs-page .banner-area .banner-left-inner,
.contact .banner-area .banner-left-inner,
.cannabial-compare .banner-area .banner-left-inner {
    margin-right: auto;
    margin-left: 0;
}

.blog .banner-area {
    position: relative;
}

.sidebar-wrap {
    padding: 40px 28px 28px;
}

.widget-title {
    color: inherit;
    font-weight: 900;
    letter-spacing: .5px;
    margin: 0 0 20px;
    position: relative;
}

.widget-sub-title {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 20px;
}

.sidebar-wrap.style-3 a.primary-color {
    color: #e12a62;
    font-size: 13px;
}

.popular-title {
    font-size: 14px;
    color: inherit;
    margin: 0;
}

.sidebar-widget .rc-sidebar-content a img {
    margin-bottom: 10px;
}

.auth-name {
    font-size: 12px;
    font-style: italic;
    margin-bottom: 1.2rem;
}

.blog-pagination ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog-pagination ul li {
    display: block;
    margin: 0;
}

ul.pagination-inner:nth-child(2) {
    display: none;
}

.blog-pagination ul li:before {
    display: none;
}

.blog-pagination .prev,
.blog-pagination .next {
    width: 34px;
    height: 34px;
    font-size: 12px;
    font-weight: 900;
    border-radius: 50%;
    background: #fff;
    color: #000;
    box-shadow: 0 8px 12px rgba(0, 0, 0, .2);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 20px;
}

.blog-pagination ul li a {
    color: #000;
    display: block;
    margin: 0 7px;
}

.blog-pagination ul li .active {
    color: #e12a62;
}

.blog-pagination ul li a:hover,
.blog-pagination ul li a:focus,
.blog-pagination ul li a.active {
    color: #e12a62;
    text-decoration: none;
}

.blog-pagination .prev:hover,
.blog-pagination .next:hover,
.blog-pagination .prev:focus,
.blog-pagination .next:focus {
    color: #e12a62;
    text-decoration: none;
}

.blog-pagination {
    margin: 30px 0 0;
}

.breadcrumb-wrpr {
    display: flex;
    justify-content: space-between;
    padding: 32px 45px;
    background-color: rgba(255, 255, 255, .2);
    align-items: center;
}

.breadcrumb {
    background-color: transparent;
    padding: 0;
    margin: 0;
    justify-content: center;
    align-items: center;
}

.breadcrumb-item {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.breadcrumb-item.active {
    color: #f3004a;
}

.breadcrumb-item a {
    color: #fff;
}

.breadcrumb-wrpr .news-title {
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    line-height: 28px;
    margin-right: 30px;
}

.breadcrumb-wrpr .news-title:after {
    content: "";
    width: 4px;
    height: 28px;
    position: absolute;
    background: #e12a62;
    display: inline-block;
    right: -17px;
    top: 0;
}

.news-subtitle {
    font-size: 13px;
}

.breadcrumb-left {
    display: flex;
    align-items: center;
}

.banner-inner {
    padding: 180px 0 80px;
}


/*===== Without sidebar =====*/

.blog .blog-item img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {
    .breadcrumb-wrpr {
        flex-direction: column;
        align-items: flex-start;
    }

    .breadcrumb-right {
        margin-top: 20px;
    }
}


/*===============================================================================================
  *. 5.6 contact
  ================================================================================================*/

.contact-map,
.contact-map iframe {
    width: 100%;
    height: 450px;
    border: none;
    position: relative;
}

.wd-contact-details p {
    margin-bottom: 20px;
}

.wd-contact-details .contact-social-media,
.wd-contact-details .contact-info {
    margin: 0;
    padding: 0;
}

.wd-contact-details .contact-info > li {
    margin-bottom: 20px;
    position: relative;
    list-style: none;
    padding-left: 0;
}

.wd-contact-details .contact-info > li > i {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 16px;
    color: #016837;
}

.wd-contact-details .contact-info > li > span {
    position: relative;
    left: 30px;
}

.wd-contact-details .contact-info > li > span > a {
    color: #000;
}

.wd-contact-details .contact-info > li > span > a:hover {
    color: #016837;
}

.wd-contact-details .contact-social-media {
    display: flex;
}

.wd-contact-details .contact-social-media > li {
    margin-right: 15px;
    margin-bottom: 0;
    list-style: none;
    padding-left: 0;
}

.wd-contact-details .contact-social-media > li > a {
    color: #FFFFFF;
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    background-clip: padding-box;
    text-align: center;
    font-size: 24px;
    border-radius: 4px;
    transition: all 0.3s ease 0s;
}

.wd-contact-details .contact-social-media > li.facebook > a {
    background: rgb(78, 113, 168);
}

.wd-contact-details .contact-social-media > li.twitter > a {
    background: rgb(28, 183, 235);
}

.wd-contact-details .contact-social-media > li.youtube > a {
    background: rgb(202, 55, 55);
}

.wd-contact-details .contact-social-media > li.instagram > a {
    background: rgb(68, 68, 68);
}

.wd-contact-details .contact-social-media > li:hover > a {
    background: #016837;
}

.contact-page .contact-form {
}

.contact-page .contact-form .form-group .btn {
    margin: 0;
}

.contact-page .contact-days > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact-page .contact-days > ul > li {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.contact-page .contact-days > ul > li > span {
    color: #000;
}

.map-contact-details {
    background-color: #f5f8f2;
    padding: 30px 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}


/*===============================================================================================
  *. 5.7 404 Pages
  ================================================================================================*/

#notfound {
    position: relative;
    height: 100vh;
    background: #030005;
}

.weefly-main #notfound {
    position: relative;
    height: 100vh;
    background: #efefef;
}

#notfound .notfound {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.notfound {
    max-width: 767px;
    width: 100%;
    line-height: 1.4;
    text-align: center;
}

.notfound .notfound-404 {
    position: relative;
    height: 180px;
    margin-bottom: 60px;
    z-index: -1;
}

.weefly-main .notfound .notfound-404 {
    position: relative;
    height: 180px;
    margin-bottom: 80px;
    z-index: -1;
}

.notfound .notfound-404 h1 {
    font-family: 'Playfair Display', sans-serif;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 224px;
    font-weight: 900;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #030005;
    text-transform: uppercase;
    text-shadow: -1px -1px 0px #6e335e, 1px 1px 0px #ff005a;
    letter-spacing: -20px;
}

.weefly-main .notfound .notfound-404 h1 {
    font-family: 'Playfair Display', sans-serif;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 224px;
    font-weight: 900;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #016837;
    text-transform: uppercase;
    text-shadow: 10px 5px 0px #0c0000, 10px 5px 0px #020000;
    letter-spacing: 10px;
}

.notfound .notfound-404 h2 {
    font-family: 'Playfair Display', sans-serif;
    position: absolute;
    left: 0;
    right: 0;
    top: 66px;
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0px 2px 0px #8400ff;
    letter-spacing: 13px;
    margin: 0;
}

.weefly-main .notfound .notfound-404 h2 {
    font-family: 'Playfair Display', sans-serif;
    position: absolute;
    left: 0;
    right: 0;
    top: -100px;
    font-size: 42px;
    font-weight: 700;
    color: #016837;
    text-transform: uppercase;
    text-shadow: 5px 1px 0px #0c0000;
    letter-spacing: 13px;
    margin: 0;
}

.notfound a {
    font-family: 'Playfair Display', sans-serif;
    display: inline-block;
    text-transform: uppercase;
    color: #ff005a;
    text-decoration: none;
    border: 2px solid;
    border-radius: 10px;
    background: transparent;
    padding: 10px 40px;
    font-size: 14px;
    font-weight: 700;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.notfound a:hover {
    color: #ffffff;
}

@media only screen and (max-width: 767px) {
    .notfound .notfound-404 h2,
    .weefly-main .notfound .notfound-404 h2 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 480px) {
    .notfound .notfound-404 h1 {
        font-size: 115px;
    }

    .weefly-main .notfound .notfound-404 h1 {
        font-size: 70px;
    }
}

.tab_content_wpr.col {
    padding: 0;
}


/*----------------------------
  4.7. Shop Details 2
  ------------------------------*/


/*====== Shop Description ======*/

.shop-review .nav.nav-tabs {
    border-top: 1px solid #eeeeee;
    margin: 0;
    align-items: center;
    justify-content: center;
}

.shop-review .nav-tabs .nav-link:hover {
    border: none;
    border-bottom: solid 2px transparent;
}

.shop-review .nav-tabs .nav-link {
    padding: 20px 0;
    font-weight: 600;
    color: #000;
    border-radius: 0;
    border-bottom: solid 2px transparent;
}

.shop-review .nav-tabs .nav-link.active {
    color: #016837;
    border-bottom: solid 2px #016837;
}

.shop-review .tab-content {
    background: #f9f9f9;
    border-radius: 0;
    padding: 50px;
}

.spec-text ul {
    width: auto;
    display: inline-block;
    color: #016837;
}

.spec-text ul li {
    width: auto;
    display: inline-block;
    padding: 0;
}

.spec-text ul li:before {
    display: none;
}

.spec-text p {
    color: #777777;
    font-size: inherit;
}

.spec-text {
    font-size: 13px;
    text-align: center;
}

.shop-review .wd-comment-author {
    color: #016837;
}

.shop-review .wd-comment-meta a {
    color: #016837;
}

.shop-review .wd-comment-meta a:hover {
    color: #016837;
}

.shop-review .load-more a {
    color: #016837;
}

.related-product-area .row {
    margin: 0;
}

.top-pop .addcart-wrpr {
    top: auto;
    bottom: 0;
    transform-origin: 50% 100%;
}

.shop-detail-2 .section-padding {
    padding: 30px 0;
}

.flavor-heading > span {
    display: block;
}

.pro-bundle .item-inner {
    padding: 15px;
    border: solid 2px #016837;
    justify-content: space-evenly;
    align-items: center;
}

.pro-bundle .item-info {
    flex-direction: column;
    align-items: center;
}

.pro-bundle .item-price-wrpr {
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
}

.pro-bundle .item-info .item-title {
    font-size: 20px;
}

.pro-bundle .btn {
    padding: 13px 20px;
}

.frequent-pro-area .row {
    margin: 0;
}

.pro-bundle .item-img {
    margin-bottom: 20px;
}

.plus-combo {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(50%, -50%);
    font-size: 40px;
    color: #016837;
    z-index: 2;
    line-height: 1;
    border-radius: 50%;
    background-color: #fff;
}

.checkbox-in {
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 4px;
    display: inline-block;
    margin-right: 8px;
    border: 1px solid #016837;
}

.tick-type {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin: 0;
}

span[class^="checkbox"] {
    font-size: 12px;
    font-weight: 600;
}

span[class^="checkbox"]::selection {
    background: transparent;
}

.checked > .checkbox-in {
    background: #016837;
}

.checked > .checkbox-text2 {
    display: none;
}

.checkbox-text {
    display: none;
}

.checked > .checkbox-text {
    display: block;
}

.shop-detail-2 .banner-content,
.shop-comparison .banner-content {
    text-align: center;
    color: #fff;
}

.shop-detail-2 .banner-content .title,
.shop-comparison .banner-content .title {
    color: #fff;
    font-size: 48px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 900;
    text-transform: capitalize;
}

.shop-detail-2 .banner-content .sub-title,
.shop-comparison .banner-content .sub-title {
    margin: 0 auto;
    width: 48%;
}

.shop-detail-2 .banner-inner,
.shop-comparison .banner-inner {
    padding: 180px 0 10px;
}

.shop-detail-2 .breadcrumb > ul,
.shop-comparison .breadcrumb > ul {
    padding: 0;
    margin: 0;
}

.shop-detail-2 .breadcrumb > ul > li,
.shop-comparison .breadcrumb > ul > li {
    display: inline-block;
    color: #016837;
}

.shop-detail-2 .breadcrumb > ul > li:first-child:before,
.shop-comparison .breadcrumb > ul > li:first-child:before {
    display: none;
}

.shop-detail-2 .breadcrumb > ul > li:before,
.shop-comparison .breadcrumb > ul > li:before {
    color: #fff;
    position: relative;
    margin-right: 15px;
}

.shop-detail-2 .breadcrumb > ul > li > a,
.shop-comparison .breadcrumb > ul > li > a {
    color: #fff;
}

.shop-detail-2 .breadcrumb,
.shop-comparison .breadcrumb {
    margin-top: 170px;
}

.shop-detail-2 .shop-detail-slider-left .shop-detail-img {
    border: solid 1px #cfcfcf;
    min-width: 96px;
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
}

.shop-detail-2 .shop-detail-slider-right {
    width: 75%;
    padding: 0 15px;
    height: 100%;
}

.shop-detail-slider-left-wrpr {
    width: 20%;
    height: 100%;
}

.shop-detail-2 .shop-detail-slider {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-product-detail .strain-type {
    color: #016837;
    font-size: 13px;
    font-weight: 600;
}

.main-product-detail .title {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    margin: 15px 0 30px;
}

.main-product-detail .rating {
    font-size: 12px;
    color: #777777;
}

.shop-detail-slider-left-wrpr .slick-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #016837;
    min-height: 30px;
    cursor: pointer;
}

.main-product-detail .description {
    margin: 30px 0;
    color: #777;
    font-size: 13px;
    line-height: 1.8;
}

.main-product-detail .item-flavors {
    margin: 30px 0 0;
    padding-top: 20px;
    border-top: solid 1px #eee;
}

.div-levels {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.div-levels .level-percent {
    font-size: 12px;
    color: #777777;
}

.main-product-detail .dots-level i {
    margin: 0 3px;
    font-size: 10px;
}

.main-product-detail .star i {
    margin: 0 1px;
}

.main-product-detail .item-flavors .flavor-txt {
    margin-right: 10px;
}

.main-product-detail .flavor-icons i {
    font-size: 20px;
    margin: 0 4px;
    color: #cfcfcf;
}

.main-product-detail .flavor-icons i:hover {
    color: #016837;
}

.order-quantity-wrpr .weight-input-wrpr {
    display: flex;
    width: 100%;
    border: solid 1px #a0a0a0;
    border-radius: 7px;
    overflow: hidden;
    max-height: 38px;
}

.order-quantity-wrpr .weight-input-wrpr .form-control {
    margin: 0;
    background: #fff;
    border-radius: 0;
    text-align: center;
    color: #171717;
    padding: 0;
    min-height: 38px;
}

.order-quantity-wrpr .weight-input-wrpr .buttonDecimal {
    background: transparent;
    border: none;
    font-size: 9px;
    padding: 12px;
    color: #171717;
}

.order-quantity-wrpr .quantity.quantity-inner {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.order-quantity-wrpr .quantity-wrpr,
.order-quantity-wrpr .dropdown {
    flex: 0 0 45%;
}

.order-quantity-wrpr button#weight-btn {
    display: block;
    background: transparent;
    border: solid 1px #a0a0a0;
    border-radius: 7px;
    width: 100%;
    min-height: 38px;
}

.order-quantity-wrpr .dropdown label {
    display: block;
}

.order-quantity-wrpr .dropdown {
    margin-left: 10px;
}

.order-quantity-wrpr {
    padding: 20px;
    background: #fbfbfb;
    border: solid 1px #c7c7c7;
}

.order-quantity-wrpr .avail-wrpr {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.order-quantity-wrpr .price {
    font-size: 23px;
    font-weight: 700;
    margin: 20px 0;
}

.order-quantity-wrpr .btn-wrpr .btn {
    padding: 14px 16px;
    line-height: 1;
    margin: 0;
}

.order-quantity-wrpr .btn-wrpr .btn + .btn {
    margin-left: 10px;
}

.order-quantity-wrpr .btn-wrpr {
    display: flex;
    margin-bottom: 10px;
}

.btn-wrpr-2 {
    display: flex;
}

.btn-wrpr-2 > a {
    flex: 0 0 50%;
    padding: 20px 10px;
    display: block;
    line-height: 1.4;
    font-size: 13px;
    color: #fff;
    text-align: center;
}

.bg-light-black {
    background: #2b2b2b;
}

.btn-wrpr-2 > a:hover {
    text-decoration: none;
}

.btn-wrpr-2 > a:hover {
    opacity: .8;
}

.social-share ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.social-share ul li:before {
    display: none;
}

.social-share ul li {
    padding: 0;
    margin: 0;
}

.social-share ul li + li a {
    padding: 5px;
    display: block;
    color: #777777;
}

.social-share ul li:first-child {
    margin-right: 10px;
}

.social-share ul li + li a:hover {
    color: #016837;
}

.social-share ul li:nth-child(2) {
    margin-right: 5px;
}

.shop-detail-2 .btn-outline-green {
    color: #016837;
}

.shop-detail-2 .btn-outline-green:hover,
.shop-detail-2 .btn-outline-green:focus,
.shop-detail-2 .btn-outline-green:active {
    color: #fff;
}

.order-quantity-wrpr .quantity.quantity-inner button:focus,
.order-quantity-wrpr .quantity.quantity-inner button:active {
    outline: none;
}

.shop-detail-2 footer.footer-type-2 {
    margin-top: 184px;
}

@media (max-width: 767px) {
    .plus-combo {
        right: auto;
        top: 100%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .shop-detail-slider-left-wrpr {
        width: 100%;
    }

    .shop-detail-2 .shop-detail-slider-right {
        width: 100%;
    }

    .shop-detail-2 .shop-detail-slider {
        flex-direction: column-reverse;
    }

    .shop-detail-2 footer.footer-type-2 {
        margin-top: 54px;
    }
}

@media (max-width: 479px) {
    .pro-bundle .btn {
        display: block;
    }

    .pro-bundle .btn + .btn {
        margin-top: 15px;
    }

    .shop-detail-2 .banner-content .sub-title {
        width: 100%;
    }

    .ft-subscribe-inner .title span {
        font-size: 36px;
    }
}


/*----------------------------
  4.8. Shop Comparison
  ------------------------------*/

.pro_box {
    border: solid 1px #e5e5e5;
    margin: 40px 0;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 20px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 3px;
}

.pro_box > div.data > span {
    display: block;
    text-align: center;
    margin-bottom: 8px;
}

.pro_box.compare-image {
    display: flex;
    text-align: center;
    position: relative;
    margin: 0 0 72px;
    min-height: 340px;
    max-height: 340px;
    justify-content: space-between;
    flex-direction: column;
}

.pro_box.compare-image .compare-title {
    text-align: left;
    font-size: 18px;
    width: 100%;
}

.pro_box.compare-image .code-name {
    text-align: left;
    font-size: 40px;
    font-weight: 900;
    position: relative;
    width: 100%;
}

.pro_box.compare-image .star_rating {
    position: absolute;
    top: calc(100% + 20px);
    left: 0;
}

.compare-vs > span.vs_wrpr {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #016837;
    border-radius: 50%;
    font-size: 32px;
    font-weight: 600;
}

.compare-vs {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 340px;
    max-height: 340px;
    margin: 0 0 72px;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before {
    font-size: inherit;
    margin: 0;
}

.pro_flavor {
    font-size: 32px;
    font-weight: normal;
}

.pro_cent > span > i {
    font-weight: normal;
    font-size: 32px;
}

.pro_cent > span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pro_cent > span > i {
    font-weight: normal;
    font-size: 32px;
    margin-right: 8px;
}

.pro_cent > span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pro_price > div.data > span {
    margin: 0;
}

.pro_compare_txt {
    min-height: 64px;
    margin: 40px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.product_center_compare .height-diff {
    min-height: 94px;
}

.product_center_compare .height-diff-2 {
    min-height: 85px;
}

.indica_box {
    color: #fff;
    background: #6e335e;
}

.sativa_box {
    color: #fff;
    background: #d44727;
}

.hybrid_box {
    color: #fff;
    background: #016837;
}

.comparison_title {
    display: none;
}

.buy-now {
    color: #fff;
    margin-bottom: 0;
}

.buy-now:hover,
.buy-now:active,
.buy-now:focus {
    text-decoration: none;
    background-color: #fff;
    color: #016837;
    border-color: #016837;
}

.shop-type-2 footer.footer-type-2 {
    margin-top: 155px;
}

.shop-comparison footer.footer-type-2 {
    margin-top: 80px;
}

.pro_compare_txt:last-child {
    margin-bottom: 0;
}

.hd-social-share ul li a:hover {
    color: #016837;
}

@media (max-width: 991px) {
    .compare-vs > span.vs_wrpr {
        width: 90px;
        height: 90px;
    }

    .pro_box {
        font-size: 12px;
    }

    .pro_compare_txt {
        font-size: 12px;
    }

    .pro_compare_txt {
        min-height: 59px;
    }

    .pro_box.pro_flavor {
        font-size: 24px;
    }

    .pro_cent > span > i {
        font-size: 24px;
    }

    .product_center_compare .height-diff {
        min-height: 84px;
    }

    .product_center_compare .height-diff-2 {
        min-height: 75px;
    }

    .shop-comparison .ft-subscribe-inner {
        margin: 194px 0 -145px;
    }

    .contact-page .contact-days {
        margin-top: 80px;
    }

    .woocommerce table.shop_table td del {
        font-weight: 400;
        float: none;
    }

    .wd-how-it-works .how-it-works-box.arrow-1:after,
    .wd-how-it-works .how-it-works-box.arrow-2:after {
        display: none;
    }
}

@media (max-width: 767px) {
    .pro_compare_txt {
        display: none;
    }

    .compare-vs {
        min-height: auto;
        max-height: 100%;
        margin: 0 0 40px;
    }

    .shop-detail-2 .banner-content .title,
    .shop-comparison .banner-content .title {
        font-size: 43px;
    }

    .pro_box:not(.compare-image) {
        padding: 20px 12px;
        font-size: 14px;
        flex-wrap: wrap;
        margin: 40px 0;
    }

    .comparison_title {
        display: block;
        width: 100%;
        flex: 0 0 100%;
        text-align: center;
        font-size: 18px;
        letter-spacing: 1px;
        font-weight: 700;
        color: #313131;
        text-decoration: underline;
    }

    .pro_box.pro_flavor {
        font-size: 32px;
    }

    .pro_cent > span > i {
        font-size: 32px;
    }

    .shop-type-2 footer.footer-type-2 {
        margin-top: 85px;
    }

    .shop-comparison .ft-subscribe-inner {
        margin: 0 0 -145px;
    }

    .shop-comparison footer.footer-type-2 {
        margin-top: 0;
    }

    .contact-page .contact-form {
        margin-top: 80px;
    }
}


/* Footer Middle */

.footer-type-2 .footer-app {
    flex-direction: column;
    margin: 0;
    align-items: flex-start;
}

.footer-type-2 .footer-app .img-wrpr {
    margin: 0 0 15px;
    width: 100%;
}

.footer-type-2 .footer-input-app {
    margin: 0;
}

.footer-type-2 .footer-app .img-wrpr a {
    display: inline-block;
    margin-right: 15px;
}

.footer-type-2 .footer-app .img-wrpr + .img-wrpr {
    text-align: center;
    width: 70%;
    color: #fff;
}

.footer_top .top_widget:nth-child(2) {
    background-color: #016837;
}

.footer-type-2 .footer-top {
    padding: 58px 0;
    background: transparent;
}

.footer-type-2 .useful-links > ul > li > a {
    color: #fff;
}

.footer-type-2 .footer-title {
    color: #fff;
}

.footer-type-2 .useful-links > ul > li:before {
    display: inline-block;
    content: "\f10c";
    font-family: Flaticon;
    font-size: 6px;
    font-style: normal;
    margin-right: 5px;
    color: #fff;
}

.footer-type-2 .useful-links > ul > li {
    display: flex;
    align-items: center;
}

.footer-type-2 .footer-social-share ul li {
    color: #fff;
}

.form-control-outline {
    background: transparent;
    border: solid 1px #fff;
    color: #fff;
}

.footer-type-2 .form-control::placeholder {
    color: #fff;
}


/* Footer Bottom */

.footer-type-2 .footer-btm {
    border-top: solid 1px rgba(255, 255, 255, 20%);
}


/* Footer Subscribe */

.footer-type-2 .ft-exd-shop-newslatter {
    padding: 64px 64px;
    margin: 0 0px -78px;
}

.ft-subscribe-inner {
    background-color: #171717;
    color: #fff;
    padding: 64px 138px;
    position: relative;
    margin: 0 -10px -78px;
    transform: translateY(-50%);
}

.news-inner {
    font-size: 142px;
    line-height: 1;
    display: flex;
    justify-content: flex-start;
    height: 100%;
    align-items: center;
}

.ft-subscribe-inner .title {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
}

.ft-subscribe-inner .title span {
    display: block;
    font-size: 43px;
    font-weight: 700;
}

.ft-subscribe-inner p {
    margin: 0;
}

.footer-type-2 .form-control-outline {
    background: transparent;
}

.footer-type-2 .form-control-outline {
    background: transparent;
}

#newsletter-subs {
    border-color: #016837;
    color: #fff;
}

.form-group-wrpr .form-group {
    display: flex;
    width: 100%;
    margin-bottom: 0.5rem;
}

.form-group-wrpr label.sub_newsletter {
    display: block;
    color: #777777;
    font-size: 12px;
}

.form-group .btn {
    margin: 0 0 0 15px;
    line-height: 1;
}

.form-group .form-control {
    margin: 0;
}

ul.check-list.half-list {
    padding: 0;
    margin-bottom: 0;
}

.center-class {
    align-self: center;
}

table.shop_table thead tr th:first-child,
table.shop_table tbody tr td:first-child {
    text-align: left;
}

table.shop_table thead tr th {
    padding: 5px 4px;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
    text-align: left;
}

table.shop_table tbody tr td {
    padding: 5px;
    font-size: 14px;
    line-height: normal;
    vertical-align: middle;
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
}

table.shop_table tbody tr td a {
    white-space: nowrap !important;
}

@media (max-width: 1200px) {
    .footer-type-2 .footer-app .img-wrpr a {
        margin-right: 2px;
    }

    .inner-add-to-cart a.added_to_cart.wc-forward,
    .wd-q-shop-product-inner .inner-add-to-cart .button {
        left: 15%;
        transform: translate(0%, -50%);
        text-align: center;
        right: 15%;
        top: 50%;
    }

    .wd-product-stock {
        margin-right: 20px;
    }

    .wd-shop-slider-main .wd-shop-product-meta .wd-shop-product-bottom-meta {
        margin-left: 20px;
    }

    .check-list li {
        padding-left: 30px;
    }

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

    .wd-testimonial_author img {
        position: relative;
        top: -10px;
    }

    table.variations tbody {
        display: block;
    }
}

@media (max-width: 1199px) {
    .ft-subscribe-inner {
        padding: 64px 38px;
        margin: 200px 0 -100px;
    }

    .sidebar table#wp-calendar th,
    table#wp-calendar td {
        padding: 5px 7px
    }

    .wd-members-section .members .member-info p {
        margin-bottom: 15px;
    }
}

@media (max-width: 991px) {
    .top-wrapper.d-flex {
        margin-bottom: 30px;
    }

    .footer-type-2 .footer-app {
        align-items: center;
        margin-top: 30px;
    }

    .footer-type-2 .footer-app .img-wrpr {
        text-align: center;
    }

    .ft-subscribe-inner .title {
        margin-bottom: 25px;
    }

    .ft-subscribe-inner {
        padding: 38px;
        margin: 200px 0 -145px;
    }

    .sidebar {
        margin-top: 40px;
    }

    .product-content span.price {
        width: 70%;
        text-align: center;
        margin: 0 auto 20px
    }

    .wd-product-stock {
        margin-right: 30px;
        margin-bottom: 25px;
    }

    .wd-shop-product-meta-content {
        margin-right: 20px;
    }

    .wd-testimonial_author {
        text-align: center;
    }

    .wd-testimonial_author img {
        position: relative;
        top: 0px;
    }

    .wd-testimonial_box {
        padding: 35px 10px 35px 20px;
    }

    .wd-shop-product-meta {
        display: block;
    }

    .summary.entry-summary {
        padding: 0;
    }

    .inner-add-to-cart a.added_to_cart.wc-forward {
        display: none;
    }

    .wd-members-section .members .member-info p {
        margin-bottom: 30px;
    }

    .w-quick-view-img {
        width: 60%;
        margin: 0 auto;
    }

}

@media (max-width: 767px) {
    .footer-type-2 .footer-title.blank {
        display: none;
    }

    .footer-icons .col + .col {
        border-left: none;
        border-top: solid 1px rgba(255, 255, 255, 20%);
    }

    .icon-wrpr {
        justify-content: flex-start;
    }

    .footer-top .container > .row > .col.next-nav-same {
        margin: 0;
    }

    .footer-top .container > .row > .col:last-child {
        margin-bottom: 0;
    }

    .footer-type-2 .footer-app .img-wrpr a {
        display: block;
        margin-right: 0;
        margin-top: 10px;
    }

    .footer-social-share ul {
        text-align: center;
    }

    .news-inner {
        margin-top: 15px;
        justify-content: center;
    }

    .ft-subscribe-inner .title {
        text-align: center;
    }

    .form-group-wrpr .form-group {
        flex-direction: column;
    }

    .form-group .btn {
        margin: 15px 0 0;
    }

    .ft-subscribe-inner {
        padding: 38px;
        margin: 30px 0;
        transform: translateY(-20px);
    }

    .footer-type-2 .footer-app {
        margin-top: 0;
    }


    .wd-product-des-wrapper.wd-model-wrapper {
        padding: 0px;
    }

    .wd-product-des-wrapper.wd-model-wrapper .quantity {
        text-align: center;
        width: 26%;
        margin: 0 auto !important;
        justify-content: center;
        justify-items: center;
    }

    .woocommerce div.product form.cart .variations select {
        max-width: 100%;
        min-width: 100%;
    }
}

@media (max-width: 575px) {

    .weefly-main .inner_intro h1 {
        font-size: 62px;
        word-break: break-word;
        word-wrap: break-word;
    }

    .wd-product-des-wrapper.wd-model-wrapper .quantity {
        width: 60%;
    }

    .wd-testimonial_box {
        padding: 35px 10px 35px 10px;
    }

    .all_comments ul.children {
        margin-left: 0px;
    }

    .comment-avatar {
        width: auto;
        margin-right: 0;
    }

    .comment-content {
        width: calc(100% - 100px);
    }

    .post-navigation .nav-links .nav-previous a,
    .post-navigation .nav-links .nav-next a {
        font-size: 14px;
        padding: 10px 20px;
    }

    .wd-shop-product-meta-content {
        margin: 0;
    }

    main.site-main p.woocommerce-result-count {
        float: none;
        text-align: center;
    }

    main.site-main form.woocommerce-ordering {
        float: none;
        margin: 0 auto;
    }

    main.site-main form.woocommerce-ordering select,
    .product_meta {
        width: 100%;
        float: none;
    }

    .single-product-content div.product form.cart .button {
        display: block;
    }

    .woocommerce .single-product-content .quantity {
        margin-bottom: 25px !important;
    }

    .woocommerce .single-product-content .post_share {
        margin-top: 25px;
        text-align: left;
        padding-bottom: 0;
    }

    .woocommerce .single-product-content .post_share a {
        margin-left: 0;
        margin-right: 13px;
    }

    .woocommerce div.product div.summary {
        margin-bottom: 0px;
    }

    ul.check-list.half-list {
        padding: 0;
    }

    .about-count {
        top: 0;
        left: 0;
        position: relative;
        margin-top: 40px;
    }

    .woocommerce div.product form.cart .variations tr {
        width: 100%;
    }

    .woocommerce div.product.product-type-variable form.cart .button {
        top: 0;
    }
}

@media (max-width: 400px) {
    .product-content span.price {
        width: 90%;
        text-align: center;
        margin: 0 auto 20px
    }

    .check-list.half-list li {
        width: 100%;
    }
}


/*===============================================================================================
  6. Responsive-CSS
  ================================================================================================*/

@media (min-width: 992px) {
    .mobile-trigger,
    .mobile-trigger2 {
        display: none;
    }
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 1150px;
    }
}

@media (min-width: 768px) {
}

@media (max-width: 1366px) {
    .wd-shop-product-slider-arrow .wd-shop-product-left-arrow,
    .wd-shop-product-bottom-arrow .wd-product-bottom-left-arrow {
        left: -25px;
    }

    .wd-shop-product-slider-arrow .wd-shop-product-right-arrow,
    .wd-shop-product-bottom-arrow .wd-product-bottom-right-arrow {
        right: -25px;
    }
}
@media (max-width: 2560px) {
    .gallery-size {
        column-width: 42em;
    }
}
@media (max-width: 1920px) {
    .gallery-size {
        column-width: 30em;
    }
}
@media (max-width: 1500px) {
    .gallery-size {
        column-width: 23em;
    }
}

@media (max-width: 1200px) {
    button.navbar-toggler {
        display: block;
    }

    .wd-bottom-nav .navbar-nav .active > .nav-link,
    .wd-bottom-nav .navbar-nav .nav-link {
        padding: 1.9rem .5rem;
    }

    .email_input input {
        padding: 9px 20px;
    }

    .newsletter {
        padding: 0 5px;
    }

    .follow_us ul li {
        padding-left: 0px;
    }

    .wd-about-testimonial-wrapper h3,
    .wd-about_company h3 {
        font-size: 36px;
    }

    .wd-about-testimonial-wrapper {
        display: block;
    }

    .about_company {
        text-align: center;
        margin-bottom: 40px;
    }

    #wd-testimonials {
        margin: 0 auto;
    }

    .wd-shop-bottom-details-content {
        display: block;
        text-align: center;
        margin-bottom: 2rem;
    }

    .wd-bottom-content-text {
        margin-left: 0rem;
    }

    .wd-shop-bottom-details-content-2 {
        padding-right: 0.5rem;
    }

    h1 {
        font-size: 78px;
    }

    .wd-shop-product-bottom-arrow {
        display: none;
    }

    .wd-testimonial_box {
        text-align: center;
    }

    .wd-bottom-nav .navbar-nav .active > .nav-link,
    .wd-bottom-nav .navbar-nav .nav-link {
        padding: 1.9rem .5rem;
    }

    .gallery-size {
        column-width: 40em;
    }
}

@media (max-width: 1199px) {
    .col-12.col-lg-6.col-md-6 .post_format-post-format-gallery .blog-slider.slick-initialized.slick-slider .slider-item {
        height: 320px;
    }
}

@media (max-width: 1024px) {
    .wd-shop-product-slider-arrow .wd-shop-product-left-arrow {
        left: -30px;
    }

    .wd-shop-product-slider-arrow .wd-shop-product-right-arrow {
        right: -30px;
    }

    .followus_widget ul li {
        padding-left: 5px;
    }

    .product-grid .add-to-cart {
        font-size: 12px;
    }

    .product-grid:hover .social li {
        padding-left: 0;
    }

    .slider-shop-accer .product-grid h5 {
        font-size: 18px;
    }

    .wm-banner-img-center-right {
        display: none;
    }
}

@media (max-width: 991px) {
    .open {
        display: block;
    }

    .wm-banner-img-right,
    .wm-banner-img-left {
        display: none;
    }

    .header-right {
        display: none;
    }

    .wd-top-inner {
        justify-content: center;
        padding: 10px 15px;
    }

    .header-bottom {
        display: none;
    }

    /* weefly */
    .wd-shop-product-bottom-details h5 {
        text-align: center;
        font-size: 18px;
    }

    .wd-shop-product-bottom-details {
        padding: 50px 0 0;
    }

    .wd-shop-details-container {
        margin: 50px 0 0;
    }

    .wd-shop-section,
    .wd-video-section,
    .wd-blog-section,
    .wd-about-section,
    .wd-section {
        padding: 50px 0;
    }

    .wd-blog-heading {
        margin: 0rem;
    }

    .wd-blog-wrap {
        margin-bottom: 1.8rem;
    }

    .wd-header-banner-meta span {
        margin-top: 25px;
    }

    .wd-q-shop-product {
        margin: 50px 0px;
    }

    .wd-q-shop-product-inner:hover .overlay-content,
    .inner-add-to-cart .button {
        display: none;
    }

    .wd-q-shop-product-inner .d-sm-block.d-lg-none a.ajax_add_to_cart {
        background: #016837;
        border: medium none;
        border-radius: 50px;
        color: #fff;
        font-family: inherit;
        font-size: 13px;
        font-weight: 600;
        text-transform: capitalize;
        line-height: 16px;
        height: auto;
        margin: auto;
        letter-spacing: 0.4px;
        padding: 13px 30px;
        position: absolute;
        top: auto;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .top_widget {
        padding-top: 10px;
        border-right: 0;
        padding-bottom: 10px;
        border-bottom: rgba(255, 255, 255, 0.15) solid 1px;
    }

    .wd-footer_logo,
    footer .follow_us ul {
        text-align: center;
    }

    .footer_widget {
        margin: 0;
        padding-top: 50px;
        padding-bottom: 50px;
        border-bottom: #ebebeb solid 1px;
        border-right: 0;
    }

    .widget_inner {
        padding: 1px;
        text-align: center;
    }

    .footer_widget h5 {
        margin: 0 auto 5px;
    }

    .wd-wd-footer_bottom {
        padding: 15px 0;
        text-align: center;
    }

    .footer_widget ul.menu li {
        display: block;
        width: 100%;
        vertical-align: top;
    }

    #back-top {
        display: none !important;
    }

    .footer_links {
        text-align: center;
        margin-bottom: 1rem;
    }

    .footer_links a {
        margin: 0 6px;
    }

    .wd-service-wrapper {
        padding: 10px;
        margin-bottom: 30px;
    }

    .wd-about-container {
        margin-top: 2rem;
    }

    .email_input input {
        padding: 9px 20px 9px 20px;
        width: 100%;
    }

    .email_input {
        width: 85%;
    }

    .follow_us ul li {
        padding-left: 5px;
    }

    .navbar-nav .wd-nav-cart-link {
        border: 0;
    }

    .weefly-main .wd-user-cart > ul {
        display: block;
    }

    /* Quick Section */
    .wd-quick h5 {
        text-align: center;
        padding: 0;
        display: block;
    }

    .wd-quick img {
        margin: 0 auto 20px;
        display: block;
    }

    .wd-quick-section {
        margin-top: 50px;
    }

    .wd-quick-section-container {
        background: none;
    }

    .wd-qucik-row .wd-quick-item:nth-child(3) {
        background-color: #016837;
        padding-left: 15px;
    }

    .wd-qucik-row .wd-quick-item:nth-child(2) {
        background-color: #252c30;
    }

    .wd-qucik-row .wd-quick-item:nth-child(1) {
        background-color: #f5f8f2;
        padding-right: 15px;
    }

    /* About Page */
    .info_box {
        padding: 30px 20px;
        margin: 0 auto 15px;
    }

    .wd-info_box {
        margin: 0 auto 20px;
        padding: 30px 20px;
    }

    /* Contact Page */
    .post_categorys a {
        padding: 1px 16px;
    }

    .post_info {
        padding: 18px;
        margin: 0 10px;
    }

    .wd-footer_bottom p {
        text-align: center;
    }

    .product-grid {
        margin-bottom: 1.5rem;
    }

    .wd-image-wrapper {
        text-align: center;
    }

    .wd-q-shop-tabs ul li {
        margin-right: 20px;
    }

    .wd-q-shop-product-inner:hover .wd-shop-img-overlay {
        opacity: 1;
    }

    .wd-testimonial_author img {
        float: none;
        margin-right: 0px;
        margin: 0 auto 10px;
    }

    .col-12.col-lg-6.col-md-6 .post_format-post-format-gallery .blog-slider.slick-initialized.slick-slider .slider-item {
        height: 235px;
    }

    .home-products-slider .product-image-box img {
        margin: 0 auto;
    }

    .woocommerce div.product.product-type-variable form.cart .button {
        position: relative;
        top: 6px;
    }

    .product-biiling-details {
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .woocommerce div.product.product-type-variable form.cart .button {
        position: relative;
        top: 0px;
    }

    .post-details-tags-social {
        text-align: center;
    }

    .post-details-tags-social .social-media-box > ul {
        justify-content: center;
    }

    .post-details-tags-social .social-media-box {
        text-align: center;
    }

    .wd-shop-product-slider-arrow {
        display: none;
    }

    .wd-top-nav-icons {
        border-right: none;
    }

    .wd-blog-wrap,
    .wd-blog-button {
        margin: 20px 0;
    }

    .wd-banner-slider-arrow {
        display: none;
    }

    .wd-shop-details-title-wrapper .star-rating,
    .wd-shop-details-title-wrapper .rating-star .no-review {
        float: none;
        display: inline-block;
    }

    .wd-video-content-text h3 {
        font-size: 34px;
    }

    .wd-section-heading h3 {
        font-size: 34px;
        line-height: 42px;
    }

    .wd-banner-text h1,
    .wd-hero-text h1 {
        margin-bottom: 1rem;
        font-size: 38px;
    }

    .wd-section-heading h4 {
        font-size: 24px;
    }

    .wd-header-banner-meta {
        display: flex;
        flex-direction: column;
    }

    .wd-header-banner-meta span {
        display: block;
    }

    .wd-banner-text h2 {
        font-size: 23px;
    }

    .wd-q-shop-product {
        margin: 50px 20px;
    }

    .wd-q-shop-product-inner {
        margin-bottom: 30px;
    }

    .follow_us > ul {
        text-align: center;
    }

    .wd-service-wrapper {
        margin-bottom: 30px;
    }

    .wd-header-banner-meta {
        margin-top: 10%;
    }

    .wd-service-wrapper {
        padding: 40px;
    }

    .wd-product-effects {
        margin-top: 2rem;
        text-align: center;
    }

    .wd-shop-product-meta-content {
        display: block;
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .wd-product-stock {
        margin-right: 0px;
    }

    .wd-product-price,
    .wd-product-stock,
    .wd-shop-tags-meta,
    .wd-shop-catg-meta {
        margin-bottom: 15px;
    }

    .wd-shop-slider-main .wd-shop-product-meta .wd-shop-product-bottom-meta .wd-shop-tags-meta {
        padding-bottom: 0px;
    }

    .wd-shop-slider-main .wd-shop-product-meta .wd-shop-product-bottom-meta {
        margin-left: 0px;
    }

    .wd-product-effects-inner {
        display: block;
        text-align: center;
        margin-bottom: 30px;
    }

    .wd-product-effects-inner .progress {
        margin-bottom: 15px;
    }

    .wd-about_company {
        padding: 40px 0 0;
    }

    /* blog post page */
    .comment-replay {
        margin-left: 0px;
    }

    .wd-shop-product-meta {
        display: block;
        margin: 30px 0;
    }

    .wd-shop-product-action {
        display: block;
    }

    .wd-shop-product-share a {
        margin-left: 0px;
    }

    .wd-product-des-details .wd-q-shop-tabs li.nav-item.active,
    .wd-product-des-details li.nav-item {
        padding-left: 0px;
        padding-right: 0px;
    }

    .email_input {
        width: 70%;
    }

    .post_share,
    .post_tags {
        text-align: center;
    }

    .wd-product-effects-inner .progress {
        margin: 0 auto;
    }

    .wd-product-price, .wd-product-stock, .wd-shop-tags-meta, .wd-shop-catg-meta {
        display: flex;
        margin-bottom: 0;
    }

    .wd-product-des-wrapper.wd-model-wrapper.shop-product-modal-content .wd-shop-product-meta .wd-shop-product-meta-content .wd-product-stock {
        display: block;
    }

    .wd-shop-details .wd-slider-item .wd-shop-product-meta .wd-shop-product-meta-content p, .wd-shop-slider-main .wd-shop-product-meta .wd-shop-product-bottom-meta .wd-shop-tags-meta > span {
        margin-right: 15px;
    }

    .wd-q-shop-tabs li.nav-item.active,
    .wd-q-shop-tabs li.nav-item {
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;
    }

    .wd-product-qty,
    .wd-shop-product-meta-content {
        justify-content: center;
    }

    .wd-testimonial_author h5 {
        font-size: 28px;
    }

    .wd-testimonial_author p {
        font-size: 14px;
    }

    .wd-market-store {
        display: block;
    }

    .wd-blog-info h5 {
        font-size: 22px;
    }

    .wd-quick-section-container .wd-quick {
        padding: 30px 5px;
    }

    .wd-product-select_filter,
    .wd-sort-select_filter {
        margin: 0px;
        width: 100%;
    }

    .wd-product-select_filter select,
    .wd-sort-select_filter select {
        width: 100%;
    }

    .wd-shop-top-filter .wd-shop-view {
        text-align: center;
        margin: 20px 0;
    }

    .weefly-main .slick-dots {
        width: auto;
        top: 93%;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .weefly-main .slick-dots li {
        display: inline-block;
    }

    .wd-product-des-wrapper.wd-model-wrapper .star-rating {
        float: none;
        margin: auto;
        display: inline-block;
    }

    .wd-product-features {
        padding: 50px 0 0;
    }

    .wd-shop-product-title .des-text {
        text-align: center;
    }

    .wd-shop-product-share {
        margin-top: 0px;
    }

    .wd-shop-product-bottom-arrow {
        display: none;
    }

    .wd-customer-review .comment-content {
        float: none;
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }

    .wd-customer-review .comment-avatar {
        width: 100px;
        margin-right: 0px;
        float: none;
        overflow: hidden;
        height: 100px;
        margin: 0 auto;
    }

    .col-12.col-lg-6.col-md-6 .post_format-post-format-gallery .blog-slider.slick-initialized.slick-slider .slider-item {
        height: 235px;
    }

    .wd-header-right {
        padding-top: 10px;
    }

    .wd-top-nav .wd-header-left ul li {
        padding-left: 0;
    }

    .wd-top-nav .wd-header-left ul li:first-child {
        padding-right: 10px;
    }

    .contact_us_layout .submit-btn {
        width: 100%;
    }

    .contact_us_layout .field-wrapper {
        margin-bottom: 40px;
    }
}

@media (max-width: 575px) {
    .wd-shop-product-slider-arrow .wd-shop-product-left-arrow {
        left: 15px;
        z-index: 999;
    }

    .wd-shop-product-slider-arrow .wd-shop-product-right-arrow {
        right: 15px;
        z-index: 999;
    }

    .wd-q-shop-product {
        margin: 50px 0px;
    }

    .wd-q-shop-tabs li.nav-item.active,
    li.nav-item {
        padding-left: 30px;
        padding-right: 30px;
        text-align: center;
    }

    #quickViewSnap .wd-model-wrapper {
        padding: 0px;
    }

    .modal {
        padding-left: 0;
        padding-right: 0 !important;
    }

    .wm-slider-arrows {
        display: none;
    }

    #quickViewSnap .w-quick-view-img {
        margin: 30px 0 0;
        text-align: center;
    }

    .wd-store-position {
        display: block;
    }

    .pagination li {
        padding-left: 0;
    }

    .wd-shop-top-filter form select {
        margin-right: 0px;
    }

    .wd-product-des-details .nav-link {
        padding: 0.5rem 0.5rem;
    }

    .inner_intro h1 {
        font-size: 48px;
    }

    .wd-author .comment-content {
        text-align: center;
        width: 100%;
    }

    .gallery-size {
        column-width: 40em;
    }
}

@media (max-width: 480px) {
    .wd-banner-text {
        padding: 74px 0;
    }

    .wd-hero-text h1 {
        font-size: 50px;
    }

    .form_wrap {
        padding: 30px 20px 30px 20px;
    }

    .wd-contact_info {
        padding: 30px 30px;
    }

    .wd-section-heading h3 {
        font-size: 32px;
    }

    .wd-about_company,
    .team-member h5,
    .team-member p {
        text-align: center;
    }
}
