.product .success {
    color: #329a00;
}
.product {
    padding-top: 33px;
    padding-bottom: 40px;
}
@media (min-width: 321px) {
    .product {
        padding-bottom: 50px;
    }
}
@media (min-width: 469px) {
    .product {
        padding-top: 39px;
    }
}
@media (min-width: 769px) {
    .product {
        padding-top: 52px;
    }
}
.product > .container {
    padding-left: 0px;
    padding-right: 0px;
}
@media (min-width: 769px) {
    .product > .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.product > .container > .row {
    margin-right: 0px;
    margin-left: 0px;
}
@media (min-width: 769px) {
    .product > .container > .row {
        margin-right: -15px;
        margin-left: -15px;
    }
}
.product > .container > .row > .col-lg-6:first-child {
    padding-left: 0px;
    padding-right: 0px;
}
@media (min-width: 769px) {
    .product > .container > .row > .col-lg-6:first-child {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.product__left-column {
    
}


.variant-image {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.product__image {
    position: relative;
    text-align: center;
}
.product__image > span.teta-letak {
    position: absolute;
    top:15px;
    right:0;
}

.product__labels { padding:15px 40px 30px 40px; }
.product__label {
    margin: 1px;
    display: inline-block;
}
.product__label span {
    float: right;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    height: 36px;
}
.product__label span:nth-child(1) {
    padding-left: 0;
    padding-right: 15px;
    line-height: 36px;
    text-align: left;
}
.product__label span:nth-child(2) {
    width: 40px;
    padding: 5px;
}
.product__label span .svg-icon {
    width: 26px;
    height: 26px;
}
.product__label--stock span {
    background-color: #7BB000;
}
.product__label--new span {
    background-color: #1BA5CD;
}
.product__label--sale span {
    background-color: #FF0000;
}
.product__label--saleout span {
    background-color: #7BB000;
}
.product__label--top span {
    background-color: #007C79;
}
.product__label--bio span {
    background-color: #75a22c;
}
.product__label--recommended span {
    background-color: #EEA813;
}
.product__label--de > img {
    float:left;
}
.product__gallery {
    padding-top: 30px;
    padding-bottom: 25px;
}
@media (min-width: 321px) {
    .product__gallery {
        padding-top: 20px;
        padding-bottom: 55px;
    }
}
@media (min-width: 469px) {
    .product__gallery {
        max-width: 570px;
        margin: 0 auto;
    }
}
@media (min-width: 769px) {
    .product__gallery {
        padding-top: 50px;
        padding-bottom: 0px;
    }
}
.gallery__carousel {
    position: relative;
}
.gallery__carousel .carousel-wrapper {
    padding-left: 38px;
    padding-right: 38px;
}
@media (min-width: 321px) {
    .gallery__carousel .carousel-wrapper {
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media (min-width: 469px) {
    .gallery__carousel .carousel-wrapper {
        padding-left: 36px;
        padding-right: 36px;
    }
}
@media (min-width: 769px) {
    .gallery__carousel .carousel-wrapper {
        padding-left: 25px;
        padding-right: 25px;
    }
}
.gallery__item {
    padding-left: 4px;
    padding-right: 4px;
}
@media (min-width: 321px) {
    .gallery__item {
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media (min-width: 469px) {
    .gallery__item {
        padding-left: 4px;
        padding-right: 4px;
    }
}
@media (min-width: 769px) {
    .gallery__item {
        padding-left: 6px;
        padding-right: 6px;
    }
}
.gallery__item a {
    border: 1px solid #eeeeee;
    display: block;
    height: 100%;
}
.gallery__carousel .prev,
.gallery__carousel .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 25px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background-color: #fff;
}
@media (min-width: 321px) {
    .gallery__carousel .prev,
    .gallery__carousel .next {
        line-height: 45px;
        height: 45px;
        width: 45px;
    }
}
@media (min-width: 469px) {
    .gallery__carousel .prev,
    .gallery__carousel .next {
        line-height: 40px;
        height: 40px;
        width: 40px;
    }
}
@media (min-width: 769px) {
    .gallery__carousel .prev,
    .gallery__carousel .next {
        width: 25px;
        height: 25px;
        line-height: 25px;
    }
}
.gallery__carousel .prev {
    left: 0px;
}
.gallery__carousel .next {
    right: 0px;
}
.product__right-column {
    
}
.product__title {
    padding-bottom: 23px;
}
.product__title h1 {
    font-size: 24px;
    font-weight: 700;
    margin: 0px;
}
@media (min-width: 321px) {
    .product__title h1 {
        font-size: 32px;
    }
}
.rating-container {
    display: inline-block;
    padding-right: 15px;
}
.rating-container .rate {
    float: left;
    display: block;
    width: 19px;
    height: 17px;
    line-height: 17px;
    padding-right: 2px;
}
.rating-container .rate .svg-icon {
    width: 17px;
    height: 17px;
}
.rating-container .rate .svg-icon {
    fill: #eaeaea;
}
.rating-container.r1 .rate1 .svg-icon,
.rating-container.r2 .rate1 .svg-icon,
.rating-container.r2 .rate2 .svg-icon,
.rating-container.r3 .rate1 .svg-icon,
.rating-container.r3 .rate2 .svg-icon,
.rating-container.r3 .rate3 .svg-icon,
.rating-container.r4 .rate1 .svg-icon,
.rating-container.r4 .rate2 .svg-icon,
.rating-container.r4 .rate3 .svg-icon,
.rating-container.r4 .rate4 .svg-icon,
.rating-container.r5 .rate1 .svg-icon,
.rating-container.r5 .rate2 .svg-icon,
.rating-container.r5 .rate3 .svg-icon,
.rating-container.r5 .rate4 .svg-icon,
.rating-container.r5 .rate5 .svg-icon {
    fill: #ffb602;
}
.rating-container.hover--1 .rate1 .svg-icon {
    fill: #ffb602 !important;
}
.rating-container.hover--1 .rate2 .svg-icon,
.rating-container.hover--1 .rate3 .svg-icon,
.rating-container.hover--1 .rate4 .svg-icon,
.rating-container.hover--1 .rate5 .svg-icon {
    fill: #eaeaea !important;
}
.rating-container.hover--2 .rate1 .svg-icon,
.rating-container.hover--2 .rate2 .svg-icon {
    fill: #ffb602 !important;
}
.rating-container.hover--2 .rate3 .svg-icon,
.rating-container.hover--2 .rate4 .svg-icon,
.rating-container.hover--2 .rate5 .svg-icon {
    fill: #eaeaea !important;
}
.rating-container.hover--3 .rate1 .svg-icon,
.rating-container.hover--3 .rate2 .svg-icon,
.rating-container.hover--3 .rate3 .svg-icon {
    fill: #ffb602 !important;
}
.rating-container.hover--3 .rate4 .svg-icon,
.rating-container.hover--3 .rate5 .svg-icon {
    fill: #eaeaea !important;
}
.rating-container.hover--4 .rate1 .svg-icon,
.rating-container.hover--4 .rate2 .svg-icon,
.rating-container.hover--4 .rate3 .svg-icon,
.rating-container.hover--4 .rate4 .svg-icon {
    fill: #ffb602 !important;
}
.rating-container.hover--4 .rate5 .svg-icon {
    fill: #eaeaea !important;
}
.rating-container.hover--5 .rate1 .svg-icon,
.rating-container.hover--5 .rate2 .svg-icon,
.rating-container.hover--5 .rate3 .svg-icon,
.rating-container.hover--5 .rate4 .svg-icon,
.rating-container.hover--5 .rate5 .svg-icon{
    fill: #ffb602 !important;
}
.product__info {
    padding-bottom: 38px;
}
.product__info .row {
    padding-bottom: 8px;
}
.product__info .row:last-child {
    padding-bottom: 0px;
}
.product__buy {
    padding-bottom: 48px;
}
@media (min-width: 769px) {
    .product__buy {
        padding-bottom: 55px;
    }
}
.product__price {
    font-size: 32px;
    font-weight: 700;
    color: #ed284f;
    padding-bottom: 3px;
}
.product__price small {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    color: #a3a3a3;
    text-decoration: line-through;
    top: -3px;
    position: relative;
}
.product__price-vat {
    color: #a3a3a3;
    font-size: 16px;
}
.product__actions {
    padding-top: 30px;
}
@media (min-width: 321px) {
    .product__actions {
        padding-top: 0px;
    }
}
.product__qty {
    background-color: #fff;
    float: left;
    position: relative;
    width: 69px;
    border-right: 10px solid #fff;
    z-index: 2;
    position: relative;
}
.product__qty-input {
    border: 1px solid #e3ebee;
    padding-right: 19px;
}
.product__qty-input input {
    width: 100%;
    height: 49px;
    line-height: 49px;
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    color: #000000;
    border: none;
    text-align: center;
}
.product__qty-btn {
    cursor: pointer;
    position: absolute;
    right: 1px;
    line-height: 24px;
    text-align: center;
    background-color: #f9f9f9;
}
.product__qty-btn--up {
    width: 19px;
    height: 25px;
    top: 1px;
    border-left: 1px solid #e3ebee;
    border-bottom: 1px solid #e3ebee;
}
.product__qty-btn--down {
    width: 19px;
    height: 24px;
    bottom: 1px;
    border-left: 1px solid #e3ebee;
}
.product__add-to-cart {
    float: left;
    width: calc(100% - 131px);
}
.product__add-to-cart a {
    background-color: #ed284f;
    color: #fff;
    text-transform: uppercase;
    padding: 0px;
    display: block;
    font-weight: 700;
    border: 2px solid #ed284f;
    font-size: 0px;
    line-height: 0px;
}
.product__add-to-cart a span {
    display: inline-block;
    font-size: 14px;
    height: 47px;
    vertical-align: top;
}
.product__add-to-cart a span:nth-child(1) {
    padding-top: 12px;
    padding-right: 10px;
}
.product__add-to-cart a span:nth-child(2) {
    line-height: 47px;
}
.product__add-to-cart a .svg-icon {
    width: 28px;
    height: 24px;
    fill: #fff;
}
.product__add-to-cart a:hover .svg-icon {
    fill: #ed284f;
}
.product__add-to-cart a:hover {
    background-color: transparent;
    color: #ed284f;
    text-decoration: none;
}
.product__add-to-wishlist {
    float: left;
    width: 62px;
    height: 52px;
    background-color: #f9f9f9;
    border-left: 10px solid #fff;
    z-index: 2;
    position: relative;
}
.product__add-to-wishlist a {
    display: block;
    padding: 0px;
    border: none;
    height: 100%;
    padding-top: 16px;
}
.product__add-to-wishlist .svg-icon {
    width: 24px;
    height: 22px;
    fill: #ed284f;
}
.product__add-to-wishlist .svg-icon.add {
    
}
.product__add-to-wishlist .svg-icon.remove {
    display: none;
}
.product__add-to-wishlist a.remove .svg-icon.add {
    display: none;
}
.product__add-to-wishlist a.remove .svg-icon.remove {
    display: inline-block;
}
.product__add-to-wishlist a:hover .svg-icon {
    fill: #000;
}
.product__sharer {
    padding-bottom: 20px;
}
.product__sharer ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.product__sharer li {
    float: left;
    margin-right: 10px;
}
.product__sharer a {
    height: 32px;
    line-height: 30px;
    border: 1px solid #f1f1f1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: block;
    position: relative;
    padding: 0 10px 0 36px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color: #333333;
}
.product__sharer a i {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 17px;
}
.product__sharer a.facebook i {
    color: #264690;
}
.product__sharer a.twitter i {
    color: #00abf0;
}
.product__sharer a.google-plus i {
    color: #da3016;
}
.product__desc p {
    line-height: 24px;
}
.offers {
    max-width: 1140px;
    margin: 0 auto;
    padding-bottom: 45px;
}
.offers__tabs {
    margin-bottom: 5px;
    position: relative;
}
@media (min-width: 321px) {
    .offers__tabs {
        margin-bottom: 32px;
    }
}
@media (min-width: 769px) {
    .offers__tabs {
        margin-bottom: 27px;
    }
}
.offers__tabs::before {
    
}
@media (min-width: 321px) {
    .offers__tabs::before {
        height: 3px;
        background-color: #f9f9f9;
        width: 100%;
        position: absolute;
        content: " ";
        bottom: 0px;
        left: 0px;
        display: block;
        z-index: 1;
    }
}
.offers__tabs ul {
    padding: 0px;
    margin: 0px;
    text-align: center;
}
.offers__tabs li {
    width: 100%;
    display: block;
    padding-top: 3px;
    padding-bottom: 3px;
    line-height: 0px;
    font-size: 0px;
}
@media (min-width: 321px) {
    .offers__tabs li {
        width: auto;
        position: relative;
        z-index: 2;
        display: inline-block;
        padding: 0px 8px;
    }
}
@media (min-width: 469px) {
    .offers__tabs li {
        padding: 0px 20px;
    }
}
.offers__tabs li:first-child {
    padding-top: 0px;
}
.offers__tabs li:last-child {
    padding-bottom: 0px;
}
.offers__tabs span {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;
    height: 38px;
    line-height: 38px;
    cursor: pointer;
    color: #000000;
    display: inline-block;
}
@media (min-width: 469px) {
    .offers__tabs span {
        font-size: 20px;
        display: block;
    }
}
.offers__tabs .active span {
    font-weight: 700;
    color: #ed284f;
    border-bottom: 3px solid #ed284f;
}
.offers .owl-carousel .owl-stage-outer {
    padding-top: 15px;
    padding-bottom: 15px;
}
.offers__title {
    padding-top: 30px;
    padding-bottom: 15px;
}
@media (min-width: 769px) {
    .offers__title {
        padding-top: 45px;
        padding-bottom: 30px;
    }
}
.offers__title h3 {
    text-align: center;
    font-weight: 300;
    font-size: 32px;
    margin: 0px;
}
@media (min-width: 321px) {
    .offers__title h3 {
        font-size: 40px;
    }
}
@media (min-width: 769px) {
    .offers__title h3 {
        font-size: 48px;
    }
}
.offers__carousel {
    position: relative;
    padding:15px 0;
    margin:0 -10px;
}
.offers__item {
    text-align: center;
    position: relative;
    padding:10px;
}
.offers__carousel .owl-carousel .owl-item { text-align: center !important; }
.offers__carousel .owl-carousel .owl-item img {
    width: auto !important;
    max-width: 100% !important;
    display: inline-block !important;
}
.offers__carousel .dots {
    text-align: center;
    padding-top: 5px;
    line-height: 0px;
    font-size: 0px;
}
.offers__carousel .owl-dot {
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
}
.offers__carousel .owl-dot:last-child {
    margin-right: 0px;
}
.offers__carousel .owl-dot span {
    display: block;
    width: 12px;
    height: 12px;
    background-color: #eeeeee;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.offers__carousel .owl-dot.active span {
    background-color: #ed284f;
}
.offers__carousel .prev,
.offers__carousel .next {
    z-index: 2;
    position: absolute;
    display: block;
    width: 55px;
    height: 55px;
    background-color: transparent;
    top: 50%;
    margin-top: -20.5px;
    color: #777777;
    line-height: 41px;
    cursor: pointer;
    text-align: center;
    font-size: 55px;
    display: none;
}
.offers__carousel .prev {
    left: -55px;
}
.offers__carousel .next {
    right: -55px;
}
.offers__carousel .prev:hover,
.offers__carousel .next:hover,
.offers__carousel .prev:active,
.offers__carousel .next:active,
.offers__carousel .prev:focus,
.offers__carousel .next:focus {
    
}
@media (min-width: 1270px) {
    .offers__carousel .prev,
    .offers__carousel .next {
        display: block;
    }
}