.home_top ul{
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}
.home_top h5, .home_top .h5{
    font-weight: 300;
    font-size: 80px;
    line-height: 94px;
    color: #FFFFFF;
    display: block;
    width: 800px;
    max-width: 100%;
    position: absolute;
    top: 138px;
}
.home_top ul li{
    text-align: center;
}
.product_slider{
    padding: 150px 0;
}
.product_slider .title,
.subscribe .title,
.about .title,
.news_box .title{
    font-weight: 300;
    font-size: 55px;
    line-height: 65px;
    text-align: center;
    color: #FFFFFF;
    z-index: 1;
    position: relative;
}
.news_box .title{
    margin-bottom: 37px;
}
.product_slider .hint,
.subscribe .hint{
    font-weight: 300;
    font-size: 18px;
    line-height: 152%;
    text-align: center;
    color: #A9B6B3;
    z-index: 1;
    position: relative;
}
.product_slider .product-list{
    margin-top: 60px;
}
#product-list{
    min-height: 500px;
}
.subscribe{
    width: 1200px;
    padding: 35px 84px 47px 84px;
    margin: auto;
    background: rgba(14, 62, 52, 0.25);
    position: relative;
    margin-bottom: 100px;
    max-width: 100%;
}
.black_logo{
    text-align: center;
}
.black_logo img{
    max-width: 100%;
}
.subscribe .title,
.subscribe .hint{
    text-align: left;
}
.subscribe .wa-subscribe-form{
    display: flex;
    align-items: center;
}
.subscribe .wa-value-input input{
    width: 390px;
    height: 60px;
    background: #0E3E34;
    font-weight: 400;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.75);
    text-indent: 20px;
    border: 0;
    padding: 0;
    margin: 0;
    outline: none;
}
.subscribe input[type="submit"]{
    margin: 0 !important;
    width: 89px;
    height: 60px;
    background: linear-gradient(90deg, #FFE000 0%, #7DFF16 100%);
    font-weight: 700;
    font-size: 14px;
    color: #131313;
    margin-left: -10px !important;
}
.subscribe .form_s > div{
    padding: 0 !important;
    margin-top: 33px;
}
.subscribe .wa-field{
    overflow: inherit !important;
}
.subscribe .slon{
    width: 338px;
    height: 393px;
    position: absolute;
    background: url("img/slon.png") no-repeat center;
    right: -30px;
    top: -122px;
}
.product-list{
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4,273px);
    grid-gap: 31px;
    margin-bottom: 41px;
}
.product_slider .owl-nav > div{
    width: 72px;
    height: 56px;
    background: none;
    transform: matrix(-1, 0, 0, 1, 0, 0);
    border: 1px solid #FFFFFF;
    font-size: 0;
    text-indent: -9999px;
    color: #fff;
    display: inline-grid;
    justify-content: space-around;
    align-items: stretch;
}
.product_slider .owl-nav > div:hover{
    background: linear-gradient(90deg, #FFE000 0%, #7DFF16 100%);
    color: #000;
}
.product_slider .owl-nav{
    text-align: center;
}
.product_slider .owl-nav .owl-prev{
    margin-right: 24px;
}
.product_slider .owl-nav .owl-next:after{
    content: '←';
    text-indent: 0px;
    width: 24px;
    height: 24px;
    font-size: 20px;
}
.product_slider .owl-nav .owl-prev:after{
    content: '→';
    text-indent: 0px;
    width: 24px;
    height: 24px;
    font-size: 20px;
}
.cat_description{
    color: rgba(255, 255, 255, 0.8);
    font-weight: 300;
    font-size: 18px;
    padding: 100px 0;
}
.cat_description h2,
#product-description h2{
    font-size: 150%;
    padding: 10px 0;
}
.cat_description h3,
#product-description h3{
    font-size: 125%;
    padding: 10px 0;
}
.cat_description h4,
#product-description h4{
    font-size: 110%;
    padding: 10px 0;
}
.review-form label{
    display: inline-block;
}
.review-form-fields .review-form{
    padding-top: 20px;
}
.fixed-overlay .review-submit input[type="submit"],
#review-text{
    width: 100%;
    box-sizing: border-box;
}
.review-field{
    /*padding-top: 20px;*/
}
.pagination-block{
    text-align: center;
}
.lazyloading-load-more{
    width: 249px;
    height: 44px;
    background: linear-gradient(90deg, #FFE000 0%, #7DFF16 100%);
    font-weight: 700;
    font-size: 14px;
    color: #1F2B25;
    text-align: center;
    margin: auto;
    display: inline-block;
    padding: 14px 0px;
}
.lazyloading-paging ul{
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 0;
}
.lazyloading-paging ul li{
    color: #fff;
    list-style: none;
    margin: 0 5px;
}
.lazyloading-paging ul li a{
    width: 30px;
    height: 30px;
    color: #fff;
    display: block;
    line-height: 30px;
}
.lazyloading-paging ul li.selected a{
    color: #3C4043;
}
.lazyloading-paging ul li.selected{
    background: linear-gradient(90deg, #FFE000 0%, #7DFF16 100%);
    clip-path: polygon(0 100%, 10% 0, 100% 0, 100% 100%, 0 100%);
}
.filters{
    color: rgba(255, 255, 255, 0.8);
    width: 400px;
    position: fixed;
    z-index: 100;
    background: #000;
    padding: 20px;
    left: -100%;
    transition: 0.3s;
    max-width: 90%;
    font-weight: 300;
    height: 100%;
    overflow-y: auto;
    padding-top: 40px;
    top: 0;
}
.filters-toggle-wrapper{
    left: -100%;
    transition: 0.3s;
}
.is-shown .filters-toggle-wrapper {
    background: #000;
    position: fixed;
    top: 0;
    width: 390px;
    max-width: 90%;
    left: 0;
    padding: 10px 0 10px 20px;
    z-index: 10;
    border-bottom: 1px solid #333;
}
::-webkit-scrollbar {
    width: 7px;
    background-color: #7DFF16;
}

::-webkit-scrollbar-thumb {
    background-color: #FFE000;
    border-radius: 5px;
}

.filters.is-shown{
    left: 0;
}
.filters .close {
    left: -100%;
    transition: 0.3s;
}
.filters.is-shown .close{
    top: 3px;
    cursor: pointer;
    background: #000;
    position: fixed;
    left: 350px;
    z-index: 11;
}
.filter-param h5,
.filter-param .h5{
    font-size: 20px;
    margin: 10px 0 5px;
}
.filter-param label{
    display: block;
    padding: 3px 0;
}
.filter-param .slider input[type="text"]{
    width: 50px;
}
.select-wrapper {
    position: relative;
    width: 200px;
}
.select-box {
    position: relative;
    cursor: pointer;
    border: 1px solid #D0DBD5;
    padding: 10px;
    color: #fff;
}
.select-box .selected {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.select-box i {
    position: absolute;
    background: url(/wa-data/public/site/themes/kadama/img/srt_r.svg) no-repeat center;
    width: 30px;
    height: 30px;
    border-bottom: 1px solid #D0DBD5;
    transform: rotate(90deg);
    top: 5px;
    right: 0;
}
.select-options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #000;
    border: 1px solid #ccc;
    max-height: 200px;
    overflow-y: auto;
    width: 100%;
}
.select-options li {
    cursor: pointer;
    padding: 10px;
}
.select-options li:hover {
    background-color: #f2f2f2;
}
.select-options li:hover a{
    color: #000;
}
.select-wrapper.open .select-options {
    display: block;
}
.filters-toggle-link{
    cursor: pointer;
}
.filters-toggle-link.button{
    position: relative;
    cursor: pointer;
    border: 1px solid #D0DBD5;
    padding: 10px;
    color: #fff;
    display: flex;
    width: 200px;
    align-items: center;
}
.filters-toggle-link.button span{
    padding-left: 10px;
}
.category_top_buttons{
    display: flex;
    justify-content: space-between;
}
.product-info .grid{
    display: grid;
    justify-content: space-between;
    grid-template-columns: 1fr 1fr;
    color: #fff;
    grid-gap: 0 30px;
}
.product-sidebar h1{
    font-style: normal;
    font-weight: 300;
    font-size: 50px;
    line-height: 59px;
    padding-bottom: 18px;
}
.product-gallery{
    display: grid;
    grid-template-columns: 1fr 87px;
    grid-gap: 12px;
    align-items: start;
}
#product-core-image img {
    clip-path: polygon(0 20%, 20% 0, 100% 0, 100% 100%, 0 100%);
}
ul.skus{
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, 95px);
    grid-gap: 0 15px;
    padding: 0;
    justify-content: space-between;
}
ul.skus li label span{
    display: flex;
    color: #EE7B20;
    border: 1px solid #EE7B20;
    text-align: center;
    height: 39px;
    padding: 0;
    align-items: center;
    justify-content: space-around;
}
ul.skus li label input{
    display: none;
}
ul.skus li label input[checked="checked"] + span{
    border: 3px solid #EE7B20;
}
.product_cart_top{
    display: grid;
    grid-template-columns: 2fr 1fr;
    align-items: center;
}
.stocks .sku_sku,
.stocks .stokk{
    float: left;
    width: 50%;
    height: 36px;
    align-items: center;
    display: flex;
}
.icon16.stock-green{
    background: url("/wa-data/public/site/themes/kadama/img/instock.svg") no-repeat;
    width: 10px;
    height: 7px;
    margin-right: 5px;
}
.addtocart .instock{
    background: linear-gradient(90deg, #68B53D 0%, #4C9F7B 52%, #077036 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 700;
    font-size: 16px;
    display: flex;
    white-space: nowrap;
}
.addtocart .instock img{
    margin-right: 5px;
}
.stock-high{
    font-weight: 700;
    font-size: 16px;
    background: linear-gradient(90deg, #68B53D 0%, #4C9F7B 52%, #077036 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    display: flex;
    align-items: center;
}
.product_cart_top .rating{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.rating .count_rew{
    margin-left: 10px;
}
.add2cart .price{
    font-size: 36px;
}
.add2cart .compare-at-price{
    font-size: 22px;
    margin-right: 6px;
}
.add2cart button[type="submit"]{
    height: 44px;
    width: 168px;
    background: linear-gradient(90deg, #FFE000 0%, #7DFF16 100%);
    font-weight: 700;
    font-size: 14px;
    color: #1F2B25;
    margin-left: 15px;
    display: inline-grid;
    grid-template-columns: 24px 90px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.add2cart .buy1click-button_type_item{
    border-radius: 0;
    height: 44px;
    font-weight: 700;
    font-size: 14px;
}
.product-sidebar .dop_info{
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    margin-top: 23px;
}
.product-sidebar .dop_info > div{
    padding: 15px 0;
}
.product-sidebar .dop_info .payment{
    padding-left: 30px;
    border-left: 1px solid rgba(255, 255, 255, 0.13);
}
.purchase .add2cart{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.bottom_product{
    margin-top: 70px;
}
.bottom_product .tabs_content,
.bottom_product .tabs{
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    line-height: 152%;
}
.bottom_product .tabs .box{
    display: flex;
    flex-wrap: wrap;
    font-size: 25px;
    line-height: 29px;
    justify-content: space-between;
}
.bottom_product .tabs .box > div{
    padding-bottom: 15px;
}
.bottom_product .tabs .box div.active{
    box-shadow: 0px 1px #ffffff6e;
}
.bottom_product .tabs > div > div{
    cursor: pointer;
}
.bottom_product .tabs .active{
    text-decoration: underline;
}
.bottom_product .tabs_content > div > div{
    display: none;
}
.bottom_product .tabs_content > div > div.active{
    display: block;
}
.bottom_product .tabs_content {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(27.9101px);
}
.bottom_product > grid{
    margin-bottom: 70px;
}
.product-info h3.box{
    font-weight: 700;
    font-size: 55px;
    line-height: 65px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 23px;
}
.reviews h2{
    font-weight: 700;
    font-size: 25px;
    padding: 20px 0;
}
section.reviews{
    padding: 40px 0;
}
.reviews-branch{
    list-style: none;
    padding: 0;
    margin: 0;
}
.reviews-branch > div:not(.fixed-overlay):not(#product-review-form), .reviews-branch > li{
    padding: 48px 33px 24px 33px;
    margin-bottom: 30px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    background-image: url("img/rev.svg");
    background-repeat: no-repeat;
    background-position: 33px 24px;
}
.reviews-branch > div{
    padding: 48px 33px 24px 33px;
    margin-bottom: 30px;
}
.reviews-branch .username {
    font-weight: 700;
    font-size: 18px;
}
.reviews-branch .product-require-text,
.reviews-branch .date{
    color: rgba(255, 255, 255, 0.8);
    font-weight: 300;
    font-size: 16px;
    line-height: 152%;
}
.review.popup{
    height: 44px;
    width: 200px;
    background: linear-gradient(90deg, #FFE000 0%, #7DFF16 100%);
    font-weight: 700;
    font-size: 14px;
    color: #1F2B25;
    margin-left: 15px;
    display: inline-block;
    cursor: pointer;
    line-height: 44px;
    margin-bottom: 20px;
}
.product-gallery .slick-next,
.product-gallery .slick-prev{
    background: linear-gradient(90deg, #FFE000 0%, #7DFF16 100%);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    width: 30px;
    height: 30px;
    left: 28px;
    z-index: 1;
}
.product-gallery .slick-next{
    top: -15px;
}
.product-gallery .slick-prev{
    bottom: -15px;
    top: auto;
}
.slick-prev:before, .slick-next:before{
    background: url("img/str.svg") no-repeat center center;
    font-size: 0 !important;
    opacity: 1 !important;
    width: 5px;
    height: 10px;
    display: block;
    position: absolute;
    left: 12px;
    top: 11px;
    transform: rotate(90deg);
}
.slick-next:before{
    transform: rotate(-90deg);
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus{
    background: linear-gradient(90deg, #FFE000 0%, #7DFF16 100%) !important;
}
.about_product{
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(27.9101px);
    display: grid;
    /* grid-template-columns: 1fr 1fr 1fr; */
    grid-template-columns: 1fr 1fr;
    font-weight: 300;
    font-size: 14px;
    grid-column-start: 1;
    grid-column-end: 3;
}
.about_product > div{
    padding: 0 20px;
}
.about_product .title{
    height: 62px;
    line-height: 62px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}
.about_product .title,
.about_product .cultivation{
    font-weight: 700;
    font-size: 18px;
    grid-column-start: 1;
    grid-column-end: 4;
}
.about_product .cbd,
.about_product .tnk,
.about_product .country{
    height: 188px;
    border-right: 1px solid rgba(255, 255, 255, 0.13);
    color: rgba(255, 255, 255, 0.8);
    padding-top: 28px;
    text-align: center;
}
.about_product .tnk{
    border: 0px;
}
.about_product .cultivation{
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    padding: 14px 20px 17px 20px;
    display: flex;
}
.about_product .cultivation img{
    margin-right: 25px;
}
.about_product .cultivation span{
    display: block;
    font-weight: 300;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 14px;
}
#chat_1, #chat_2{
    max-width: 120px;
    margin-bottom: 40px;
}
.category-name{
    font-size: 1.8em;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
}
.tabs_content .properties {
    padding: 30px 0;
}
.features .name{
    padding: 0 15px 5px;
}
.tabs_content .description {
    padding: 30px 0;
}
.news_box{
    max-width: 1900px;
    padding: 140px 20px;
    margin: auto;
}
.news .post{
    display: grid;
    background: linear-gradient(180deg, #172D02 0%, rgba(29, 33, 31, 0) 117.22%);
    grid-template-columns: 400px 1fr;
}
.news .post:nth-child(odd){
    grid-template-columns: 1fr 1fr;
    clip-path: polygon(0 0, calc(100% - 50px) 0, 100% 50px, 100% 100%, 0 100%);
}
.news .post:nth-child(even){
    grid-template-columns: 1fr 1fr;
    clip-path: polygon(0 50px, 50px 0, 100% 0, 100% 100%, 0 100%);
}
.home3 .news{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 37px 30px;
}
.news .post .h3{
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 152%;
    color: #FFFFFF;
    margin-bottom: 16px;
    display: block;
}
.news .post p{
    font-weight: 300;
    font-size: 14px;
    line-height: 152%;
    color: rgba(255, 255, 255, 0.8);
}
.news .post > div:not(.img){
    padding: 26px 48px;
}
.news .post .button,
.news_box .more a{
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
    width: 305px;
    max-width: 100%;
    height: 44px;
    line-height: 44px;
    display: block;
    margin-top: 16px;
    border: 1px solid #FFFFFF;
}
.news .post > div.img{
    width: 100%;
    height: auto;
}
.news .post > div.img img{
    height: auto;
}
.news_box .more{
    text-align: center;
}
.news_box .more a{
    display: inline-block;
    margin: auto;
    margin-top: 39px;
}
.about p{
    font-weight: 300;
    font-size: 18px;
    line-height: 130%;
    color: rgba(255, 255, 255, 0.8);
    padding-bottom: 26px;
}
.about .title{
    text-align: left;
    margin-bottom: 12px;
}
.about .box{
    display: grid;
    grid-template-columns: 1fr 440px;
    grid-gap: 28px;
}
.home25 .product{
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 32px;
}
.home25 .product .image{
    position: relative;
}
.home25 .product > div{
    display: grid;
    grid-template-columns: 320px 1fr;
    grid-gap: 0px;
    position: relative;
}
.home25 .product > div:nth-child(even){
    grid-template-columns: 1fr 320px;
}
.home25 .product > div:nth-child(odd) .brbl{
    padding: 20px;
    background: linear-gradient(180deg, #172D02 0%, rgba(29, 33, 31, 0) 117.22%);
    clip-path: polygon(0 0, calc(100% - 50px) 0, 100% 50px, 100% 100%, 0 100%);
    display: grid;
    align-content: space-between;
}
.home25 .product > div:nth-child(even) .brbl{
    padding: 20px;
    background: linear-gradient(180deg, #172D02 0%, rgba(29, 33, 31, 0) 117.22%);
    clip-path: polygon(0 50px, 50px 0, 100% 0, 100% 100%, 0 100%);
    display: grid;
    align-content: space-between;
}
.home25 .product .brbl a{
    font-weight: 700;
    font-size: 28px;
    line-height: 152%;
}
.home25 .product .summary{
    font-weight: 300;
    font-size: 14px;
    line-height: 152%;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    padding: 15px 0 20px 20px;
    margin-left: -20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}
.home25 .product .addtocart{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.home25 .product  div:nth-child(even) .addtocart{
    flex-direction: row-reverse;
}
.home25{
    padding-top: 90px;
}
.home25 .product .pricing{
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
    margin-left: 20px;
}
.home25 .product .compare-at-price{
    font-size: 24px;
    line-height: 152%;
    color: rgba(255, 255, 255, 0.2);
}
.sub-links{
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.sub-links li{
    border: 1px solid #D0DBD5;
    padding: 10px;
    color: #fff;
    margin-right: 10px;
    margin-bottom: 10px;
}
.promos img{
    height: auto;
}
.about .slon2 img{
    height: auto;
}
#product-review-form,
#product-review-form a,
#product-reviews .title,
.bottom_product .tabs_content .modal,
#reviews-branch .modal{
    color: #000;
}
#product-reviews .modal_container{
    padding-bottom: 20px;
}
.reviews-branch li .review-reply{
    text-decoration: underline;
}
.box {
    font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
}
.cookie-consent-container {
  position: fixed;
  background: #4b9933;
  font-size: 14px;
  color: #1f1f1f;
  box-shadow: 0 0 30px 0 rgba(159,159,159,.38),0 2px 4px 0 rgba(0,0,0,.07);
  cursor: default;
  z-index: 10000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  white-space: normal;
  padding: 14px;
  border-radius: 10px;
  max-width: 320px;
  right: 1%;
  bottom: 2%;
}
.cookie-consent__message21 {
  border-radius: 5px;
  background: orange;
  height: auto;
  padding: 10px;
  margin: 10px;
  text-align: center;
}
.cookie-btn {
  color: #fff;
  background-color: orange;
  border: none;
  padding: 10px 20px;
  margin: 0 10px;
  cursor: pointer;
  width: 100%;
  margin: auto;
}
@media(max-width: 760px) {
  .cookie-consent-container {
    max-width: none;
    border-radius: 0;
    left: 0;
    bottom: 0;
    padding: 12px 16px;
    top: 330px;
    }
}
.cartOS__total-price {
    font-size: 30px!important;
}