@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
    font-family: 'Cellien Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Cellien Sans'), url('../webfonts/cellien-sans.woff') format('woff');
}

html {
    scroll-behavior: smooth;
    scrollbar-width: thin;
}

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    font-family: "Poppins", sans-serif;
    position: relative;
    color: var(--sd-dark);
}

a,
a:link,
a:visited,
a:active,
a:hover,
button,
input,
select,
textarea,
i {
    text-decoration: none;
    outline: none;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    color: rgb(var(--purple));
}

input,
select,
textarea {
    width: 100%;
    outline: none;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
    box-shadow: none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

:root {
    scrollbar-width: thin !important;
    --sd-primary: #00796B;
    --sd-secondary: #FFD700;
    --sd-lightgreen: #a8cd25;
    --sd-dark: #333333;
    --sd-white: #FFFFFF;
}

.comn-title {
    font-size: 60px;
    line-height: 60px;
    color: var(--sd-primary);
    font-family: 'Cellien Sans';
    margin-bottom: 0;
    text-transform: uppercase;
}

.titel-subphr {
    max-width: 960px;
    margin: auto;
    color: var(--sd-dark);
    font-size: 24px;
    display: block;
    margin-bottom: 90px;
}

.comn-padding {
    padding: 90px 0;
}

.desc {
    font-size: 16px;
    color: var(--sd-dark);
    line-height: 26px;
}

.light-green-bg {
    background-color: #F2F8E0;
}

.solid-primary {
    background-color: #00796B;
}

.btn {
    font-size: 20px;
    line-height: 33px;
    text-transform: capitalize;
    padding: 5px 30px;
    border-radius: 60px;
    font-weight: 400;
    transition: all 0.5s ease 0s;
    box-shadow: none;
}

.btn-gradiant {
    background: transparent linear-gradient(246deg, #A7CC26 0%, #00796B 100%) 0% 0% no-repeat padding-box;
    color: #ffffff !important;
}

.btn-gradiant:hover {
    background: var(--sd-dark);
    color: #ffffff !important;
}

.btn-outline-prima {
    color: var(--sd-primary) !important;
    background-color: transparent;
    border-color: var(--sd-primary);
}

.btn-outline-green {
    color: var(--sd-lightgreen) !important;
    border-color: var(--sd-lightgreen);
    background-color: transparent;
}

.btn-outline-prima:hover {
    background-color: var(--sd-primary);
    color: var(--sd-white) !important;
}

.btn-outline-green:hover {
    background-color: var(--sd-lightgreen);
    color: var(--sd-dark) !important;
}

.with-icon>span {
    margin-right: 10px;
}


/* =========================================

    Header Css

========================================== */

header {
    position: absolute;
    top: 25px;
    left: 0;
    width: 100%;
    z-index: 5;
}

header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    background: var(--sd-primary);
    padding: 0px 0;
    /* Add shadow when fixed */
}

a.logo {
    margin: 10px 0;
    display: inline-block;
}

.logo img,
.navbar-brand img {
    max-width: 230px;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(255 255 255);
    font-size: 20px;
    padding: 0;
    margin-right: 70px;
}

.navbar-nav {
    padding: 10px 0;
    width: 100%;
    position: relative;
}

.navbar-nav::before {
    content: "";
    background: transparent linear-gradient(90deg, #FFFFFF 0%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
    height: 1px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.navbar-nav::after {
    content: "";
    background: transparent linear-gradient(90deg, #FFFFFF 0%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: var(--sd-secondary);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("../images/menubar.svg");
}


/* =========================================

    Footer Css

========================================== */

.footer {
    background-color: var(--sd-dark);
}

.logo-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: var(--sd-white);
    padding-bottom: 30px;
    margin: auto;
    margin-bottom: 25px;
    border-bottom: 1px solid #707070;
    max-width: 330px;
}

.foote-title {
    margin-bottom: 25px;
    color: var(--sd-lightgreen);
    font-size: 40px;
    font-family: 'Cellien Sans';
    display: block;
}

.footer-ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.footer-ul li {
    width: calc(50% - 5px);
    margin-bottom: 12px;
}

.footer-ul .footer-link {
    color: var(--sd-white);
    font-size: 16px;
    font-weight: 300;
}

.footer-ul .footer-link:hover,
.social-item a:hover {
    color: var(--sd-secondary);
}

.social-item a {
    color: var(--sd-white);
    display: inline-block;
    font-size: 26px;
}

.quick-box {
    max-width: 277px;
    margin: auto;
}

.about-box {
    max-width: 342px;
    margin: auto;
}

.footer-desc {
    margin-bottom: 0;
    color: var(--sd-white);
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
}

.product-box {
    max-width: 354px;
    margin: auto;
}

.social-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}


/* =========================================

    Home Page

========================================== */

.Banner {
    padding: 200px 0 100px !important;
    background-image: linear-gradient(45deg, var(--sd-primary), var(--sd-lightgreen));
    color: var(--sd-white);
    /* height: 90vh; */
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.banner_img {
    position: relative;
}

.Banner .primary-yell-btn::after {
    background-color: var(--sd-secondary);
}

.Banner a.cus-btn {
    margin-top: 50px;
}

.Banner .cus-btn .text-box {
    color: var(--sd-dark);
    font-family: "Poppins", sans-serif;
    margin-bottom: 0;
}

.Banner .primary-yell-btn::before {
    background-color: var(--sd-white);
}

.banner_caption {
    display: flex;
    align-items: center;
}

.banner_text {
    max-width: 770px;
}

.banner_img {
    position: absolute;
    bottom: 0;
    right: 100px;
    max-width: 900px;
}

.Banner span {
    font-size: 101px;
    line-height: normal;
    display: block;
    font-family: 'Cellien Sans';
    margin-bottom: 50px;
}

.Banner small {
    font-size: 56px;
    display: block;
}

.Banner p {
    font-size: 20px;
    font-weight: 300;
    margin: 0;
}

.img_element img {
    position: absolute;
    z-index: -1;
}

.b_1 {
    top: 70px;
    left: 70px;
    animation: pulse 8s infinite;
}

.b_2 {
    top: 50px;
    right: 70px;
    animation: zoomIn 25s ease-out infinite;
}

.b_3 {
    bottom: 150px;
    right: -100px;
    /* animation: fadeIn 2s ease-in-out infinite; */
    animation: bounce1 1s ease infinite alternate;
}

.b_4 {
    top: 50%;
    left: 18%;
    animation: bounce 3s ease infinite alternate;
}

.b_5 {
    bottom: 0;
    left: 0;
    animation: shake 2s ease infinite;
}

@keyframes bounce1 {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

@keyframes bounce {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}

@keyframes shake {
    0% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-5px);
    }
    75% {
        transform: translateX(5px);
    }
    100% {
        transform: translateX(0);
    }
}

.login_cart {
    background: var(--sd-secondary);
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    display: inline-block;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.login_cart button {
    border: none;
    font-size: 18px;
    padding: 10px 25px;
    border-radius: 30px;
}

.login_cart button i {
    font-size: 20px;
    margin-right: 5px;
}

.login_btn {
    background: var(--sd-secondary);
    color: #000;
}

.cart_btn {
    margin-left: -15px;
    color: var(--sd-dark);
}

.cart_btn:hover {
    background: var(--sd-primary);
    color: var(--sd-white);
}


/* =========================================

    Faq Page

========================================== */

.faqs-contianer {
    max-width: 1360px;
    margin: auto;
}

.accordion-button::after {
    width: 26px;
    height: 26px;
    background-size: 26px;
    background-image: url('../images/down-arrow.png') !important;
}

.accordion-button {
    background-color: transparent !important;
    box-shadow: none !important;
    padding: 30px 40px;
    font-size: 18px;
    font-weight: 400;
}

.accordion-body {
    padding: 0 40px 30px;
}

.accordion-button:not(.collapsed) {
    color: var(--sd-primary);
}

.accordion-item {
    margin-bottom: 30px;
    border: none;
    box-shadow: 0px 15px 40px #0000001A;
    border-radius: 20px !important;
}

.top-product-item.light-green {
    background-color: #edf5d4;
}

.top-product-item.light-purple {
    background-color: #e9e7f5;
}

.top-product-item.light-orange {
    background-color: #fae5dc;
}

.top-product-item.light-blue {
    background-color: #d9f5fa;
}

.top-product-item,
.product-item {
    max-width: 350px;
    margin: auto;
    border-radius: 40px;
    padding: 30px 40px;
}

.product-item {
    background-color: #ffffff;
    box-shadow: 0px 23px 53px #00796B1A;
    padding: 30px;
    margin-bottom: 40px;
}

.top-product-item .top-pick-img {
    height: 300px;
    /*margin-top: -60px;*/
    width: 100%;
    object-fit: contain;
    object-position: center;
    margin-bottom: 20px;
}

.element-name,
.top-prod-name {
    color: var(--sd-dark);
    text-align: center;
    margin: 0;
    display: block;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
}

.top-prod-name {
    text-transform: uppercase;
    display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  min-height: 50px;

}

.product-item .element-name,
.product-item .top-prod-name {
    font-size: 18px;
    line-height: 28px;
}

.element-name {
    margin-bottom: 20px;
    text-transform: capitalize;
}

.top-product-item .price-conte{
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    flex-direction:column;
}

.rating-like {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}

.rating {
    font-size: 20px;
    font-weight: 500;
    color: var(--sd-dark);
    display: flex;
    align-items: center;
    align-items: center;
    gap: 8px;
}

.rating>i {
    color: #EFB517;
}

.price-nume {
    color: var(--sd-primary);
    font-size: 26px;
    font-weight: 500;
}

.top-pick-carousel .item {
    padding-top: 50px;
}

.cannabis-cur {
    border-radius: 80px;
}

.product-item .price-box {
    display: flex;
    justify-content: center;
    gap: 15px;
    align-items: center;
    margin-bottom: 20px;
}

span.del-nume {
    font-size: 20px;
    text-decoration: line-through;
    color: var(--sd-dark);
    opacity: 0.4;
    font-weight: 500;
}

.product-item .price-conte {
    text-align: center;
}

.like-btn {
    font-size: 30px;
    line-height: 30px;
    position: relative;
}

.like-input {
    position: absolute;
    inset: 0 0 0 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}

.like-btn .unlike {
    opacity: 0.26;
}

.like-btn .like {
    color: #fd5050;
    display: none;
}

.like-input:checked~.unlike {
    display: none;
}

.like-input:checked~.like {
    display: block;
}

.product-item .product-img {
    height: 220px;
    width: 100%;
    object-fit: contain;
    margin-bottom: 18px;
}

.product-item .price-nume {
    font-size: 28px;
}

.product-item .element-name,
.product-item .price-box {
    margin-bottom: 10px;
}

.choose-us {
    position: relative;
}

.choose-us::before {
    content: '';
    position: absolute;
    inset: -100px 0 0 0;
    height: 130px;
    background: var(--sd-primary);
    width: 100%;
    z-index: -1;
}

.choose-us .comn-title {
    color: var(--sd-secondary);
}

.choose-card {
    padding-left: 65px;
    position: relative;
    margin-bottom: 50px;
}

.choose-card .choose-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 44px;
}

.choose-title {
    color: var(--sd-secondary);
    font-size: 24px;
    line-height: 35px;
    padding: 8px 0;
    font-weight: 400;
    text-transform: capitalize;
}

.choose-card .desc {
    color: var(--sd-white);
    letter-spacing: 0.8px;
    font-weight: 300;
}

.deal-box {
    max-width: 640px;
}

.cus-btn {
    padding: 15px 30px 15px 100px;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
    box-shadow: 6px 14px 25px #00000029;
    display: inline-block;
}

.cus-btn .text-box {
    font-size: 22px;
    color: var(--sd-white);
    position: relative;
    z-index: 2;
}

.cus-btn::before,
.cus-btn::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 50px;
    transition: all 0.5s;
    z-index: 0;
}

.cus-btn::before {
    width: 85px;
    border-radius: 50px;
    z-index: 1;
}

.cus-btn:hover::before {
    width: 100%;
}

.cus-btn>.imgebo {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 20px;
    border-radius: 50px;
    z-index: 1;
}

.primary-yell-btn::after {
    background-color: var(--sd-primary);
}

.primary-yell-btn::before {
    background-color: var(--sd-secondary);
}

.primary-yell-btn:hover .text-box,
.secondery-whi-btn .text-box {
    color: var(--sd-dark);
}

.secondery-whi-btn::after {
    background-color: var(--sd-secondary);
}

.secondery-whi-btn::before {
    background-color: var(--sd-white);
}

.deal-card {
    max-width: 490px;
    margin: auto;
    position: relative;
    aspect-ratio: 1/1;
    border-radius: 40px;
    overflow: hidden;
    z-index: 1;
}

.deal-card::after {
    content: "";
    background: transparent linear-gradient(180deg, #0D0D0D00 0%, #000000 100%) 0% 0% no-repeat padding-box;
    border-radius: 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
}

.deal-card>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.deal-card .price-deal,
.deal-card .deal-title {
    position: absolute;
    left: 0;
    width: 100%;
}

.deal-card .deal-title {
    color: var(--sd-white);
    top: 0;
    padding: 18px 26px;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    background-color: #00796ba3;
    height: 80px;
    overflow: hidden;
}

.deal-card .deal-title>span {
    text-transform: uppercase;
}

.deal-card .price-deal {
    display: flex;
    bottom: 0;
    align-items: end;
    padding: 18px 26px;
    z-index: 2;
}

.deal-card span.del-nume {
    color: var(--sd-white);
    opacity: 1;
    font-weight: 300;
    margin-right: 8px;
    font-size: 18px;
}

.deal-card .price-nume {
    color: var(--sd-secondary);
    margin-right: 16px;
    font-size: 22px;
}

.deal-card .btn-outline-green {
    font-size: 18px;
    padding: 5px 30px;
}

.deal-card .deal-pro-img {
    max-width: 100px;
    max-height: 170px;
    object-fit: contain;
    object-position: bottom;
}

.deal-week {
    position: relative;
    min-height: 550px;
}

.slider-box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 90px;
    bottom: 0;
    pointer-events: none;
}

.deal-carousel {
    pointer-events: auto;
}

.top-pick-carousel .owl-nav {
    text-align: center;
    margin-top: 40px;
}

.deal-carousel .owl-nav {
    text-align: center;
    margin-top: 20px;
}

.top-pick-carousel .owl-nav button,
.deal-carousel .owl-nav button {
    margin: 10px;
}


/* =========================================

    ALL_product ashish
    2-4-24
========================================== */

.fil_top .serch_product {
    display: flex;
    justify-content: space-between;
    border: 1px solid black;
    border-radius: 30px;
    align-items: center;
    overflow: hidden;
    position: relative;
    padding: 8px 80px 8px 25px;
    margin-bottom: 45px;
}

.serch_product .srcbtn {
    font-size: 20px;
    color: var(--sd-primary);
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translate(0%, -50%);
    height: 100%;
    width: 20%;
    background: none;
    border: none;
}

.serch_product input {
    font-size: 20px;
    color: #333333;
    border: none;
}

.all_product .product_brand {
    background-color: #F2F8E0;
    border-radius: 40px;
    padding: 50px 20px;
}

.first_part>.filter_had {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 40px;
}

.filter_had h6 {
    font-size: 24px;
    margin: 0;
}

.product_brand .first_part {
    border-bottom: 1px solid #00796B;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.accessories>li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 10px;
}

.accessories>li .form-check {
    color: #00796B;
    display: flex;
    gap: 15px;
}

.accessories>li .form-check .form-check-input {
    padding: 8px;
    background-color: transparent;
    border: 2px solid #00796B;
}

.accessories>li .form-check label {
    font-size: 16px;
    font-weight: 500;
}

.accessories>li .form-check-input[type=checkbox] {
    border-radius: 0;
}

.accessories>li .form-check-input:checked {
    background-color: #00796B;
    border-color: #00796B;
}

.accessories>li .form-check-input:focus {
    border-color: #00796B;
    outline: 0;
    box-shadow: none;
}

.accessories>li .count {
    font-size: 15px;
    color: var(--sd-dark);
    font-weight: 600;
}

.form-check .form-check-input:checked~.form-check-label {
    color: #000;
}

.accessories>li.moretext {
    display: none;
}

.first_part .more_BTN {
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    cursor: pointer;
    margin-top: 15px;
}

.radieo_devison {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.radieo_devison>li {
    width: 31%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 10px;
}

.radieo_devison .btn-group {
    width: 100%;
}

.radieo_devison .btn-group .btn-outline-primary {
    color: var(--sd-primary);
    border: 1px solid #00796B;
}

.radieo_devison .btn-group .btn {
    font-size: 16px;
}

.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus {
    box-shadow: none;
}

.accessories .btn-group .btn-check:checked {
    background-color: var(--sd-primary);
}

.radieo_devison .btn-outline-primary:hover {
    background-color: var(--sd-primary);
    color: var(--sd-white);
}

.radieo_devison .btn-group .btn-check:checked~.btn {
    color: white;
}

.btn-check:active+.btn-outline-primary,
.btn-check:checked+.btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
    background-color: var(--sd-primary);
}

.first_part .availabl {
    font-size: 20px;
    font-weight: 400;
    color: var(--sd-primary);
}

.product_content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.product_content>li {
    width: calc(33.33% - 20px);
}

.product_content>li>.product-item {
    box-shadow: 0px 23px 53px #6363631A;
}

.canabis_sort {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 45px;
    flex-wrap: wrap;
}

.canabis_sort>.result_show {
    font-size: 22px;
    color: var(--sd-primary);
    font-weight: 500;
    display: block;
}

.canabis_sort form {
    display: flex;
    width: 30%;
    justify-content: center;
    align-items: center;
}

.canabis_sort form label {
    font-size: 16px;
    color: rgb(51 51 51 / 50%);
    width: 50%;
    text-align: center;
}

.canabis_sort form>.main_sort {
    font-size: 16px;
    border-radius: 23px;
    border: 1px solid #707070;
    padding: 10px 20px;
}

.filterBTN {
    display: none;
}

.first_part .accessories {
    height: 350px;
    overflow: hidden;
}

.first_part .accessories.show {
    height: auto;
}

.first_part .radieo_devison {
    height: auto;
    overflow: visible;
}

.Banner_inner .banner_text {
    margin: auto;
}

.Banner_inner span {
    font-size: 70px;
    line-height: normal;
    display: block;
    font-family: 'Cellien Sans';
    margin: 0;
    color: white;
}

.raneg_tag {
    width: 100%;
}

.raneg_tag img {
    width: 100%;
}


/* ==================================================================================

    Select_product ashish
    3-4-24
========================================== */

.comn-padding1 {
    padding-bottom: 90px;
}

.Banner.sapce {
    padding: 68px 0;
}

.hybrid_item h4 {
    font-size: 36px;
    font-weight: 500;
}

.hybrid_item .star {
    display: flex;
    align-items: center;
}

.star i .fa-star {
    color: #EFB517;
}

.star i .none {
    color: #707070;
}

.star .review {
    color: rgb(51 51 51 / 50%);
    display: inline-block;
    margin-left: 5px;
}

.hybrid_item .add_more {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 5px 0;
}

.add_more>li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 40%;
    border: 1px solid rgb(112 112 112 / 20%);
    border-radius: 10px;
    overflow: hidden;
    margin: 15px 0;
}

.add_more>li .KG_item {
    width: 20%;
    font-size: 22px;
    color: #00796B;
    background-color: #F2F8E0;
    text-align: center;
    padding: 8px;
    font-weight: 500;
}

.add_more>li .KG_price {
    font-size: 22px;
    color: black;
    font-weight: 500;
}

.hybrid_item .wishlist_btn {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}

.wishlist_btn .btn {
    width: 48%;
    padding: 15px 0;
}

.wishlist_btn .btn_border {
    background: none;
    border: 1px solid #00796B;
    color: #000000;
}

.wishlist_btn .fa-heart {
    transition: none;
}

.wishlist_btn .btn_border:hover {
    background: transparent linear-gradient(246deg, #A7CC26 0%, #00796B 100%) 0% 0% no-repeat padding-box;
    color: #ffffff;
}

.hybrid_item .free span {
    color: var(--sd-primary);
}

.tabbar_content {
    border: 1px solid rgb(112 112 112 / 20%);
    border-radius: 20px;
    overflow: hidden;
}

.tabbar_content>.tab_clr {
    border-bottom: 1px solid rgb(112 112 112 / 20%);
}

.tab_clr>.nav-item .nav-link {
    font-size: 22px;
    font-weight: 500;
    color: rgb(51 51 51 / 50%);
    background: none;
    border-radius: unset;
    padding: 8px 50px;
}

.tab_clr .nav-link.active .nav-item {
    border-bottom: 1px solid #00796B;
}

.tab_clr .nav-link.active,
.tab_clr.show>.nav-link {
    color: var(--sd-primary);
    border-bottom: 2px solid #00796B;
}

.tabbar_content .tab-content {
    padding: 30px;
}

.tab_intro h6 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 25px;
}

.tab_intro p {
    color: #707070;
    margin: 25px 0;
}

.tab_intro small {
    font-size: 15px;
    font-weight: 500;
    display: block;
    margin: 25px 0;
}

.tab_intro .buy_blk>span {
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: black;
    margin: 25px 0;
}

.cannabis-had {
    border-radius: 80px 80px 0 0;
}

#canabis_slid .item {
    margin: 25px;
}

#canabis_slid .owl-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}


/* -------------------------- -------------------------- -------------------------- -------------------------- ------------------quantity start-------------------------- -------------------------- -------------------------- -------------------------- -------------------------- */

.quantity {
    position: relative;
    width: 100%;
    max-width: 69px;
    height: 100%;
    font-size: 14px;
    font-weight: 700;
    border-left: 1px solid #ececec;
}

.quantity input {
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 20px;
    border: 0 none;
    float: left;
    /* -moz-appearance: textfield; */
    font-size: 18px;
}

.quantity input::-webkit-inner-spin-button,
.quantity input::-webkit-outer-spin-button {
  /*  -webkit-appearance: none;*/
    margin: 0;
}

.quantity__btn {
    position: absolute;
    right: 0;
    width: 23px;
    height: 15px;
    cursor: pointer;
}

.quantity__btn:after {
    position: absolute;
    content: "";
    left: 0;
}

.quantity__btn--up {
    top: 5px;
}

.quantity__btn--up:after {
    content: "\f106";
    font-weight: 300;
    font-family: "Font Awesome 6 Pro";
}

.quantity__btn--down {
    bottom: 5px;
}

.quantity__btn--down:after {
    content: "\f107";
    font-weight: 300;
    font-family: "Font Awesome 6 Pro";
}


/* -------------------------- -------------------------- -------------------------- -------------------------- --------------------quantity end-------------------------- -------------------------- -------------------------- -------------------------- -------------------------- */


/* slider sync start here */

#sync1 {
    height: 100%;
}

#sync1 .item {
    padding: 80px 0px;
    color: #FFF;
    box-shadow: 0px 8px 17px #00796B1A;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 30px;
    text-align: center;
    margin: 22px;
}

#sync2 .item {
    margin: 10px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

#sync2 .item h1 {
    font-size: 18px;
}

.owl-theme .owl-nav [class*=owl-] {
    transition: all 0.3s ease;
}

.owl-theme .owl-nav [class*=owl-].disabled:hover {
    background-color: #D6D6D6;
}

#sync1.owl-theme {
    position: relative;
}

#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
}

#sync1.owl-theme .owl-prev {
    left: 10px;
}

#sync1.owl-theme .owl-next {
    right: 10px;
}


/* ---- */

#sync2 .owl-stage-outer .owl-stage {
    display: flex;
    flex-wrap: wrap;
    transform: none !important;
    width: 150px !important;
}

#sync2 .owl-stage-outer .owl-stage .owl-item {
    width: 100% !important;
}

#sync2 .sum_itm {
    width: 100%;
    margin: auto;
    box-shadow: 0px 0px 25px #6363631A;
    padding: 30px;
    border-radius: 30px;
}

.sum_itm .itm_img {
    width: 80%;
    margin: auto;
    border-radius: 30px;
}

.canabis_img .itm_img {
    width: 47%;
}

.itm_img img {
    width: 100%;
}

#sync2 .owl-nav .owl-prev i {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    font-size: 24px;
}

#sync2 .owl-nav .owl-next i {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    font-size: 24px;
}

div#sync2 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

#sync2 .current .item .sum_itm {
    background-color: #ddd;
}

#sync1 .item .canabis_img {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px;
    overflow: hidden;
    background-color: white;
}


/* slider sync end here */

.hybrid_item {
    margin-top: 30px;
}

label.btn {
    padding: 5px;
}

/* Checkout */
.woocommerce-checkout form[name=checkout]{
    display: block !important;
}