h1{
    background: linear-gradient(180deg, #15B4AA 0%, #148982 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 52px;
    font-weight: 700;
    line-height: 58.5px;
}
.produvt_top{
    display: grid;
    grid-template-columns: 540px 1fr;
    grid-gap: 30px;
}
#product-core-image{
    width: 540px;
    height: 527px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
 }
.sku_kode{
    display: flex;
    color: #212122;
    font-size: 14px;
    font-weight: 900;
    line-height: 19px;
    margin-bottom: 20px;
}
.sku_kode ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.sku_kode div{
    margin-right: 5px;
}
.summary{
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 180%;
    margin-bottom: 33px;
}
.top_features tr{
    position: relative;
    color: #212122;
    line-height: 18.576px;
    font-size: 13.509px;
}
.top_features tr:after{
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.20) 48.96%, rgba(0, 0, 0, 0.00) 100%);
}
.top_features tr:last-child:after{
    display: none;
}
.top_features td{
    height: 55px;
    vertical-align: middle;
}
.top_features .name{
    font-weight: 900;
    text-transform: uppercase;
    padding-right: 60px;
}
.top_features .value{

}
#cart-form .skus{
    list-style: none;
    padding: 0;
    background: #e7f6f5;
}
#cart-form .skus li{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: center;
    height: 51px;
    padding: 0 5px;
    text-align: center;
}
#cart-form .skus li input[type="radio"]{
    display: none;
}
#cart-form .skus li input[name="quantity"]{
    width: 108px;
    height: 33px;
    border: 1px solid #CACDCD;
    background: #FFF;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
}
#cart-form .skus li input[name="quantity"]:disabled{
    background: #eee;
}
#cart-form .skus li .price,
#cart-form .skus li .nal{
    background: linear-gradient(180deg, #15B8AE 0%, #13837C 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}
#cart-form .skus li.no .nal{
    background: none;
    color: #999;
    background-clip: inherit;
    -webkit-background-clip: inherit;
    -webkit-text-fill-color: inherit;
}
#cart-form .skus li .nal {
    display: flex;
    align-items: center;
    justify-content: center;
}
#cart-form .skus li span {
    color: #212122;
    font-size: 13.509px;
    font-style: normal;
    font-weight: 400;
}
#cart-form .skus .no{
    background: #eee;
}
#cart-form .qty{
    position: relative;
    height: 33px;
    display: inline-block;
    margin: auto;
}
.qty .plus,
.qty .minus{
    color: #14ACA2;
    font-size: 25px;
    font-weight: 900;
    text-transform: uppercase;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 33px;
    height: 33px;
    text-align: center;
    cursor: pointer;
    line-height: 33px;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
}
.qty .minus{
    right: auto;
    left: 0px;
}
.nal .yes{
    width: 14px;
    height: 14px;
    background: url("img/check.svg") no-repeat center;
    display: inline-block;
    margin-right: 5px;
}
.no .nal i{
    display: none;
}
#cart-form  .purchase{

}
.add2cart{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.add2cart button[type="submit"]{
    width: 196px;
    height: 53px;
    background: linear-gradient(180deg, #15B8AE 0%, #13837C 100%);
    position: relative;
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    text-indent: 20px;
}
.add2cart button[type="submit"] i{
    width: 17px;
    height: 17px;
    display: block;
    position: absolute;
    right: 17px;
    top: 18px;
    background: url(img/add_cart.svg) no-repeat;
    background-size: contain;
}
.add2cart .price{
    color: #14ACA2;
    font-size: 18px;
    font-weight: 900;
}
.add2cart .price{
    display: block !important;
}
.adding2cart{
    display: none;
}
.adding2cart.loading{
    position: absolute;
    width: 30px;
    height: 30px;
    background: url("img/loading32.gif");
    background-size: contain;
    right: 45px;
    top: 11px;
}
.tabs .box{
    padding: 40px 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 900;
    cursor: pointer;
}
.tabs .box .active{
    background: linear-gradient(180deg, #15B8AE 0%, #13837C 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#product-description{
    font-size: 14px;
}
.tabs_content > div > div{
    display: none;
}
.tabs_content > div > div.active{
    display: block;
}
.seeds{
    margin-top: 50px;
}
.seeds .hed{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}
.wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    transition: all .6s;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.slider-mask {
    position: absolute;
    width: 100%;
    max-width: 1110px;
    height: 350px;
    top: 0;
    left: 50%;
    z-index: 2;
    pointer-events: none;
    margin: 0 auto;
    transform: translateX(-50%);
}
.slider-mask::before,
.slider-mask::after {
    position: absolute;
    z-index: 1;
    left: 100%;
    width: 100vw;
    height: 100%;
    background: #ffffffc4;
    display: block;
    content: ' ';
}
.slider-mask::after {
    left: auto;
    right: 100%;
}
.wrapper .owl-carousel {
    width: 100%;
    max-width: 347px;
    position: relative;
    z-index: 1;
}
.wrapper .owl-stage-outer {
    overflow: visible !important;
}
.wrapper .owl-item {
    width: 100%;
    max-width: 347px;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.wrapper .owl-nav {
    font-size: 60px;
}
.wrapper .owl-next {
    float: right;
}
.wrapper .image{
    max-height: 287px;
}
.wrapper .image img{
    max-height: 287px;
    width: auto !important;
    margin: auto;
}
.hed .title{
    display: inline-block;
    font-size: 52px;
    font-weight: 700;
    background: linear-gradient(180deg, #15B4AA 0%, #148982 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hed .title span{
    color: #000;
    display: block;
    background: linear-gradient(180deg, #000 0%, #000 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: -24px;
}
.hed .title div{
    color: #000;
    display: block;
    background: linear-gradient(180deg, #fff 0%, #fff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: -24px;
}
.product-home a{
    color: #212122;
    font-size: 13.509px;
    font-weight: 900;
}
.product-home .price{
    color: #14ACA2;
    font-size: 16px;
    font-weight: 900;
}
.product-home .compare-at-price{
    color: #212122;
    font-size: 16px;
    font-weight: 400;
    text-decoration-line: line-through;
}
.reviews_rating > div{
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 30px;
    background-color: #f8f8f8;
    align-items: center;
    padding: 50px;
    font-size: 16px;
    margin-bottom: 40px;
}
.rating_line{
    display: grid;
    grid-template-columns: 1fr 130px;
    justify-items: start;
    grid-gap: 15px;
}
.reviews .bar{
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 16px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    border-radius: 50px;
}
.bar .filling {
    background: #FECD51;
    height: 16px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 50px;
}
.rating_line > div.uk-width-2-3{
    width: 95%;
    display: flex;
    margin-bottom: 15px;
}
.bar.with-count+.bar-count {
    height: 16px;
    width: 24px;
    margin-left: -23px;
    font-size: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #1e87f0;
    color: rgba(255,255,255,0.8);
    border-radius: 50px;
}
.reviews_rating .rating{
    text-align: center;
}
.reviews_rating .uk-text-bold{
    font-weight: bold;
}
.pb-10 {
    padding-bottom: 10px;
}
a.write-review-trigger-click{
    transition: all ease .5s;
    background: rgb(34,34,34);
    border-width: 2px;
    border-color: rgba(255,255,255,.15);
    color: #fff;
    padding: 0 15px;
    line-height: 26px;
    border-radius: 4px;
    display: inline-block;
}
h4.write-review{
    display: none;
}
.reviews-branch{
    list-style: none;
    padding: 0;
    margin: 0;
}
.reviews-branch li,
.reviews-branch > div{
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 40px 40px;
    margin-bottom: 40px;
}
#product-review-form{
    max-width: 600px;
    width: 100%;
    margin: auto;
}
.provider-fields input,
.review-field input,
#review-text{
    border: 1px solid #FCEDEA;
    background: #FFF;
    height: 60px;
    text-indent: 30px;
    width: 100%;
}
#review-text{
    height: auto;
}
.review-field label{
    font-size: 16px;
}
.s-review-images-section {
    padding: 15px 20px;
    border: 1px dashed rgba(0,0,0,.3);
    -webkit-transition: 200ms background linear;
    -moz-transition: 200ms background linear;
    -o-transition: 200ms background linear;
    -ms-transition: 200ms background linear;
    transition: 200ms background linear;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.s-review-images-section .s-image-form-section {
    position: relative;
}
.s-review-images-section .s-image-form-section .s-file-field {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    cursor: pointer;
    text-indent: -100%;
    font-size: 0;
}
.s-review-images-section .s-image-form-section .s-description .s-icon {
    position: relative;
    display: inline-block;
    vertical-align: -3px;
    width: 22px;
    height: 19px;
    margin-right: 10px;
}
.s-image-form-section .s-description{
    font-size: 14px;
}
.review-submit input{
    background: linear-gradient(180deg, #15B8AE 0%, #13837C 100%);
    height: 53px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    margin: 20px 0;
    border: none;
    padding: 0 40px;
}
.no-underline.rate{
    display: flex;
    align-items: center;
    margin: 0 15px;
}
#product-core-image > a > img {
    width: 540px;
    margin-bottom: 20px;
}

.icon16,
i.sort-asc,
i.sort-desc {
  width: 1rem;
  height: 1rem;
  font-size: 1rem;
}
.icon24 {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1.5rem;
}
[class^="icon"].star,
[class^="icon"].star-full,
[class^="icon"].star-hover {
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='%23FECD51' d='M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z'%3E%3C/path%3E%3C/svg%3E");
}
[class^="icon"].star-half {
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 536 512'%3E%3Cpath fill='%23FECD51' d='M508.55 171.51L362.18 150.2 296.77 17.81C290.89 5.98 279.42 0 267.95 0c-11.4 0-22.79 5.9-28.69 17.81l-65.43 132.38-146.38 21.29c-26.25 3.8-36.77 36.09-17.74 54.59l105.89 103-25.06 145.48C86.98 495.33 103.57 512 122.15 512c4.93 0 10-1.17 14.87-3.75l130.95-68.68 130.94 68.7c4.86 2.55 9.92 3.71 14.83 3.71 18.6 0 35.22-16.61 31.66-37.4l-25.03-145.49 105.91-102.98c19.04-18.5 8.52-50.8-17.73-54.6zm-121.74 123.2l-18.12 17.62 4.28 24.88 19.52 113.45-102.13-53.59-22.38-11.74.03-317.19 51.03 103.29 11.18 22.63 25.01 3.64 114.23 16.63-82.65 80.38z'%3E%3C/path%3E%3C/svg%3E");
}
[class^="icon"].star-empty {
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='%23FECD51' d='M528.1 171.5L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6zM388.6 312.3l23.7 138.4L288 385.4l-124.3 65.3 23.7-138.4-100.6-98 139-20.2 62.2-126 62.2 126 139 20.2-100.6 98z'%3E%3C/path%3E%3C/svg%3E");
}