body {
    font-weight: 300!important;
    color: #616161;
}
footer{
    font-weight: 400;
}

/* start:recaptcha */
#footer--recaptcha .g-recaptcha {margin-left:-20px;margin-top: 5px;transform:scale(0.6);-webkit-transform:scale(0.6);transform-origin:0 0;-webkit-transform-origin:0 0;}
@media screen and (min-width: 380px) and (max-width: 480px) {
    #footer--recaptcha .g-recaptcha {margin-left:20px;margin-top: 0px;transform:scale(1);-webkit-transform:scale(1);transform-origin:0 0;-webkit-transform-origin:0 0;}
}
@media screen and (min-width: 320px) and (max-width: 379px) {
    #footer--recaptcha .g-recaptcha {margin-left:0px;margin-top: 0px;transform:scale(1);-webkit-transform:scale(1);transform-origin:0 0;-webkit-transform-origin:0 0;}
}
/* start:recaptcha */

/*sweet alerts*/
.swal2-popup{
    border-radius: 5px!important;
}
.swal2-title{
    font-size: 18px!important;
    font-weight: 900!important;
    color: #697493 !important;
}
.swal2-content{
    font-size: 14px!important;
    letter-spacing: .03em!important;
    line-height: 1.7em!important;
    color: #616161!important;
}
.swal2-icon{
    font-size: 10px!important;
}
.swal2-styled.swal2-confirm{
    padding: 15px 40px!important;
    font-size: 15px!important;
    color: #fff!important;
    background-color: #485372!important;
    font-weight: 700!important;
}
/*end: sweet alrets*/

/* start:home */

.best--seller--center--button {
    text-align: center;
}

.testi--say {
    overflow: scroll;
    height: 200px;
}

footer .subscribe--form .btn{
    margin-top: 4px;
    padding: 10px;
}
@media screen and (max-width: 480px) {
    footer .subscribe--form .btn{
        margin-top: 0px;
        padding: 17px;
    }   
}

/* Overwrite the default to keep the scrollbar always visible */

.testi--say::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

.testi--say::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}


/* end:home */


/* start:blog */

#page--blog header {
    padding: 8% 0;
    padding-bottom: 0;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    margin-bottom: -7px;
}

.blog--padding {
    padding-top: 6%;
}

.url__grup {
    padding-left: 5px;
    font-size: 19px
}

.url__grup a {
    color: #b6c0c9;
    font-weight: 600;
}

.image__header__blog {
    display: inline-block;
    width: 408px;
    max-height: 286px;
    overflow: hidden;
    float: right;
}

.product__detail__image {
    display: inline-block;
    width: 100%;
    max-height: 335px;
    overflow: hidden;
    float: right;
}

.banner--img {
    padding: 8%;
    position: relative;
}

.banner--img img {
    border-radius: 5px;
}


/* end:blog */


/* start:content */

#content__blog {
    background-color: #fafafc;
    padding-top: 98px;
}

.content__title h5 {
    margin: 0;
    color: #485372;
    font-size: 18px;
    margin-bottom: -4px;
}

.content__title p {
    font-size: 14px;
}

.content__post__card {
    background-color: white;
    padding: 3%;
    border-radius: 4px;
    margin-bottom: 30px;
    box-shadow: 0px 40px 50px rgba(72, 83, 114, 0.1);
    transition: .5s;
}

.content__post__card:hover {
    box-shadow: 0px 40px 50px rgba(72, 83, 114, 0.2);
}

.content__post__description {
    display: inline-block;
    width: 100%;
    padding: 11px;
}

.content__post__description>span {
    font-size: 14px;
    display: inline-block;
    width: 100%;
    margin-bottom: 6px;
    color: #A2ADB7;
}

.content__post__description>h5 {
    color: #697493;
    font-size: 22px;
    height: 52px;
    overflow: hidden;
}

.content__post__description>p {
    color: #a2adb7;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
}

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

.content__post__description>ul li {
    display: inline-block;
    font-size: 11px;
}

.content__post__description>ul li:nth-child(2) {
    padding-left: 11px;
}

.content__post__description>ul li span {
    font-weight: 900;
    color: #A2ADB7;
    opacity: 0.7;
    transition: .5s;
}

.content__post__description>ul li span:hover {
    opacity: 1;
}

.content__post__description>ul li span img {
    width: 13px;
    height: auto;
    margin-right: 5px;
    vertical-align: middle;
}

.content__post__description>ul li:nth-child(1) span img {
    margin-top: -3px;
}

.content__post__description>ul li:nth-child(2) span img {
    width: 16px;
    height: auto;
}

.content__post__image {
    display: inline;
}

.content__post__image img {
    height: 100%;
    width: 100%;
    border-radius: 6px;
    object-fit: cover;
    object-position: center;
}

.content__post {
    display: inline-block;
    width: 100%;
}


/* end:content */


/* start:pagination */

.pagination {
    margin-top: 15px;
}

.pagination ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.pagination ul li {
    display: inline-block;
}

.pagination ul li a {
    display: inline-block;
    width: 45px;
    height: 45px;
    background-color: #fafafc;
    border-radius: 4px;
    margin: 0 5px;
    color: #B6C0C9;
    text-align: center;
    position: relative;
}

.pagination ul li .active__pagination {
    background-color: #485372;
    color: white;
}

.pagination ul li a span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* end:pagination */


/* start:blog kontnet */

.content__body {
    background-color: white;
    display: inline-block;
    width: 100%;
    margin-bottom: 29.5%;
    margin-top: 33px;
    border-radius: 4px;
}

.content__body ul {
    margin: 0;
    list-style: none;
    padding: 5% 6%;
    border-radius: 10px;
    box-shadow: 0 30px 50px rgba(72, 83, 114, .1);
}

.content__body ul li a {
    display: inline-block;
    width: 100%;
    padding: 4% 5%;
    color: #A2ADB7;
    font-weight: 600;
    transition: .5s;
}

.content__body ul li a span:nth-child(3) {
    float: right;
    margin-top: 5px;
}

.shadow--data {
    opacity: 0.7;
    transition: .5s;
}

.shadow--data:hover a {
    opacity: 1;
    color: #697493;
    opacity: 1;
}

.shadow--data:hover {
    opacity: 1;
    color: #697493;
    opacity: 1;
}

.content__body ul li a>img {
    width: 20px;
    margin-right: 5px;
    margin-top: -9px;
    vertical-align: sub;
}


/* end:blog kontnet */


/* start:blog viewed */

.content__view__image {
    width: 55px;
    height: 55px;
    display: inline-block;
    vertical-align: top;
}

.content__view__image img {
    height: 100%;
    width: 100%;
    border-radius: 4px;
    vertical-align: bottom;
    object-fit: cover;
    object-position: center;
}

.content__body--viewed ul li {
    margin-bottom: 19px;
}

.content__body--viewed ul li a {
    padding: 0 5%;
}

.content__body--viewed ul {
    padding: 14% 6%;
    padding-bottom: 8%;
}

.content__view__description {
    width: 70%;
    display: inline-block;
    padding-left: 5px;
}

.content__view__description p {
    margin: 0;
    font-size: 11px;
    line-height: 1.5;
    font-weight: 600;
}

.content__view__description p span:nth-child(1) {
    display: block;
}

.content__view__description p span {
    font-size: 11px;
    display: inline-block;
    margin-top: 3px;
    float: initial !important;
}

.content__view__description p span img {
    width: 12px;
    height: auto;
    margin-left: 5px;
    vertical-align: sub;
}


/* send:blog viewed */


/* start:blog detail */

#page--detail header {
    display: inline-block;
    width: 100%;
    padding: 12% 0;
    padding-bottom: 4%;
}

.url__grup--detail {
    padding-left: 0;
}

.blog__detail__header__title h4 {
    color: #485372;
    margin: 0;
    margin-top: 15px;
}

.button__large {
    text-align: right;
}

.button__large a {
    display: inline-block;
    background-color: #13CE66;
    color: white;
    font-size: 22px;
    padding: 22px 47px;
    border-radius: 7px;
}

.button__large a img {
    width: 24px;
    height: 23px;
    margin-right: 7px;
    vertical-align: bottom;
}

.blog__detail__post {
    margin-top: 4%;
}

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

.blog__detail__post ul li {
    display: inline-block;
    color: #485372;
}

.blog__detail__post ul li span {
    font-weight: 900;
}

.blog__detail__post ul li span img {
    width: 27px;
    height: 27px;
    margin-right: 15px;
    vertical-align: middle;
}

.blog__detail__post ul li:nth-child(2) span img {
    width: 30px;
    height: auto;
}

.blog__detail__post ul li:nth-child(1) {
    padding-right: 45px;
}

#blog__detail {
    background-color: #fcfcfc;
}

.detail__line {
    margin: 32px 0;
    border-bottom: 2px solid rgba(162, 173, 183, 0.38);
}

.blog__detail__description {
    font-size: 18px;
    line-height: 1.8;
}

.blog__other__title h5 {
    font-size: 19px;
    color: #485372;
    display: inline-block;
}

.blog__other__title h5:nth-child(2) {
    float: right;
}

.blog__other__title h5 a {
    color: #13CE66;
    display: inline-block;
}

.blog__other {
    margin-top: 72px;
}

.blog__other__card {
    background-color: white;
    display: inline-block;
    width: 100%;
    padding: 15px;
    padding-bottom: 18px;
    border-radius: 6px;
    box-shadow: 0px 30px 50px rgba(72, 83, 114, 0.1);
    transition: .5s;
}

.blog__other__card:hover {
    box-shadow: 0px 30px 50px rgba(72, 83, 114, 0.2);
}

.blog__other__card__image {
    width: 100%;
    height: 195px;
    border-radius: 14px;
    overflow: hidden;
}

.blog__other__card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.blog__other__card__description h5 {
    font-size: 15px;
    margin: 0;
    margin-top: 15px;
    max-height: 18px;
    overflow: hidden;
    color: #485372;
}

.blog__other__card__description p {
    margin: 0;
    font-size: 12px;
    color: #a2adb7;
}

.blog__other__post {
    margin-top: 25px;
}


/* end:blog detail */


/* start:blog command */

#blog__command {
    background-color: #F7F7F7;
}

.blog__command__title {
    text-align: center;
    padding-bottom: 3%;
}

.blog__command__title h5 {
    color: #485372;
}

.blog__command__people__image {
    width: 72px;
    height: 72px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto;
}

.blog__command__people__image img {
    width: 100%;
    height: 100%;
}

.blog__command__people__description {
    display: inline-block;
    width: 100%;
    background-color: white;
    padding: 3% 4%;
    padding-bottom: 4%;
    border-radius: 5px;
    box-shadow: 0px 2px 20px rgba(216, 216, 216, 0.5);
}

.blog__command__people__data p:nth-child(1) {
    font-size: 17px;
    font-weight: 900;
    color: #485372;
    display: inline-block;
    margin: 0;
}

.blog__command__people__data p:nth-child(2) {
    display: inline-block;
    margin: 0;
    float: right;
    color: #C7D0D8;
}

.blog__command__people__command {
    color: #A2ADB7;
    margin-top: 15px;
}


/* end:blog command */


/* start: blog baru */

.blog--category {
    border-bottom: 2px solid #485372;
    margin-bottom: 20px;
}

.blog--category span {
    display: inline-block;
    font-size: .9em;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .1em;
    padding: 5px 15px;
    background-color: #485372;
    color: #FFF;
    margin: 0;
}

.blog--category--highlight .img-placeholder {
    width: 100%;
    height: 220px;
    margin-bottom: 25px;
}

.blog--category--highlight.alt .img-placeholder {
    width: 100%;
    height: 250px;
    padding: 0;
}

.blog--category--highlight.alt .body {
    padding-left: 25px;
}

.blog--category--highlight .img-placeholder img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.blog--category--highlight .post-title {
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 5px;
}

.blog--category--highlight .meta {
    margin-bottom: 10px;
    font-size: .8em;
}

.blog--category--highlight .meta .author {
    margin-right: 7px;
}

.blog--category--highlight .meta .author::after {
    margin-left: 7px;
    content: '|';
}

.blog--category--highlight .category-link {
    font-size: .9em;
    margin-bottom: 10px;
}

.blog--category--highlight.bordered {
    border-bottom: 1px solid rgba(199, 208, 216, .4);
    padding-bottom: 15px;
}

.blog--category--highlight--list {
    padding: 0;
    list-style-type: none;
}

.blog--category--highlight--list li {
    padding: 25px 0;
    list-style: none;
    border-bottom: 1px solid rgba(199, 208, 216, .4);
}

.blog--category--highlight--list li:first-child {
    padding-top: 0;
}

.blog--category--highlight--list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.blog--category--highlight--list li .media .post-title {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 5px;
}

.blog--category--highlight--list li .media .date {
    font-size: .8em;
}

.post-title a {
    color: inherit;
}

.post-title a:hover {
    color: #13ce66;
}

.blog--sidebar {
    padding-left: 10px;
}

.blog--sidebar .placeholder {
    margin-bottom: 20px;
}

.blog--sidebar .placeholder .title {
    display: block;
    font-size: .9em;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .1em;
    padding: 5px 15px;
    background-color: #485372;
    color: #FFF;
    margin-bottom: 20px;
}

.blog--sidebar .category {
    list-style: none;
    margin-left: 0;
    padding-left: 1em;
    text-indent: -1em;
}

.blog--sidebar .category li {
    display: block;
    padding: 7px 0;
    border-bottom: 1px solid rgba(199, 208, 216, .4);
    font-size: .9em;
}

.blog--sidebar .category li a {
    color: inherit;
}

.blog--sidebar .category li a:hover {
    color: #13ce66;
}

.blog--sidebar .category li::before {
    content: '»';
    margin-right: 10px;
}

.blog--sidebar .category li .counter {
    float: right;
}

.blog--sidebar .category li .counter::before {
    content: '(';
    margin-right: 3px;
}

.blog--sidebar .category li .counter::after {
    content: ')';
    margin-left: 3px;
}


/* end: blog baru */


/* start:contact */

#page--contact header {
    padding: 8% 0;
    padding-bottom: 0;
    display: inline-block;
    width: 100%;
}

.image__header__contact {
    display: inline-block;
    width: 408px;
    max-height: 286px;
    overflow: hidden;
    float: right;
}

#content__contact {
    background-color: #fafafc;
    padding-top: 98px;
}

.content__contact__title h5 {
    color: #485372;
    margin: 0;
}

.content__contact__line {
    display: inline-block;
    width: 100%;
    border-top: 2px solid rgba(182, 192, 201, 0.42);
    margin: 25px 0 30px 0;
}

.content__contact__list ul {
    -webkit-padding-start: 19px;
    font-size: 16.5px;
    list-style: none;
}


/* .content__contact__list ul li {
    content: "\2022";
    color: #485372;
    font-weight: bold;
    display: inline-block;
    width: 1em;
} */

.content__contact__list ul li {
    margin-left: -1em;
    margin-bottom: 13px;
}

.content__contact__list ul li a {
    color: #a2adb7;
    font-size: 27px;
    transition: .5s;
}

.content__contact__list ul li a span {
    font-size: 16.5px;
}

.content__contact__list ul li a i {
    vertical-align: middle;
}

.content__contact__list ul li a:hover {
    color: #485372;
}

.content__contact__form {
    display: inline-block;
    width: 100%;
    background-color: white;
    padding: 6%;
    box-shadow: 0px 30px 50px rgba(72, 83, 114, 0.1);
    border-radius: 10px;
}

.input-color-form:focus,
.input-color-form:hover {
    outline-style: none;
    box-shadow: none;
    border: 1px solid rgba(182, 192, 201, 0.42);
}

.input-color-form {
    background-color: #fafafc;
    padding: 14px 22px;
    border: 1px solid rgba(182, 192, 201, 0.42);
    outline-style: none;
}

.input-color-form::-webkit-input-placeholder {
    font-weight: lighter;
    color: #697493;
    font-size: 19px;
}

.input-color-form::-moz-placeholder {
    font-weight: lighter;
    color: #697493;
    font-size: 19px;
}

.input-color-form::-ms-input-placeholder {
    font-weight: lighter;
    color: #697493;
    font-size: 19px;
}

.content__contact__textarea {
    height: 200px;
    resize: none;
}

.content__contact--margin {
    margin-top: 25px;
}

.content__contact__button {
    border: none;
    background-color: #13CE66;
    color: white;
    padding: 15px 35px;
    font-size: 18px;
    border-radius: 5px;
    margin-top: 15px;
    cursor: pointer;
}

.content__contact--padding {
    padding-right: 9px;
}


/* end:contact */


/* start:about */

#page--about header {
    padding: 8% 0;
    padding-bottom: 0;
    display: inline-block;
    width: 100%;
}

#content__about {
    background-color: #fafafc;
    padding-top: 98px;
    padding-bottom: 6%;
}

.content__about__description {
    padding: 15% 10%;
    padding-left: 0;
}

.content__about__description>h4 {
    color: #485372;
}

.content__about__description>p {
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 0;
}

.content__about__description>a {
    display: inline-block;
    width: 100%;
    font-weight: 900;
    color: #00BCD4;
    font-size: 17px;
    margin-top: 26px;
}

.content__about__image img {
    width: 100%;
}

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

.content__about__reward__count ul li {
    display: inline-block;
}

.content__about__reward__count ul li:nth-child(1) {
    vertical-align: top;
    margin-top: 11px;
}

.content__about__reward__count ul li:nth-child(2) {
    margin-left: 26px;
}

.content__about__reward__count__description h2 {
    color: #00BCD4;
    margin: 0;
}

.content__about__reward__count__description p {
    margin: 0;
    color: #485372;
    font-weight: 900;
}

.content__about__reward__count_image {
    width: 48px;
}

.content__about__reward__count_image--width {
    width: 40px;
}

.content__about__reward__count_image img {
    width: 100%;
}

.content__about__reward__description {
    font-weight: 600;
}

.content__reward {
    margin-top: 8%;
}

.content__reward__card {
    background-color: white;
    padding: 17px 14px;
    min-height: 180px;
    box-shadow: 0px 30px 50px rgba(72, 83, 114, 0.1);
    border-radius: 7px;
}

.content__about__reward__card__image img {
    width: 23px;
    max-height: 37px;
}

.content__about__reward__card--width img {
    width: 19px;
}

.content__about__reward__card__description p {
    margin: 0;
}

.content__about__reward__card__description p:nth-child(1) {
    font-size: 12px;
}

.content__about__reward__card__description p:nth-child(2) {
    color: #485372;
    font-weight: 900;
    line-height: 1.2;
}

.content__about__reward__card__description p:nth-child(3) {
    margin: 0;
    font-size: 14px;
}

.content__about__reward__grup {
    margin-top: 33px;
}

.content__about__reward__line {
    border-top: 1px solid rgba(72, 83, 114, 0.43);
    margin: 52px 0;
}


/* start:about */


/* start:how to */

.content__how__title h5 {
    font-size: 30px;
    text-align: center;
    color: #485372;
}

.content__how__title h5 span {
    color: #13CE66;
}

.content__how__list__detail__number {
    width: 50px;
    height: 50px;
    background-color: #13CE66;
    color: white;
    border-radius: 50%;
    text-align: center;
    float: right;
    margin-top: 30px;
    position: absolute;
    top: 0;
    transform: translate(-130%);
}

.content__how__list__detail__number--position {
    transform: translate(712%);
}

.content__how__list__detail__number__frame {
    position: relative;
    width: 100%;
    height: 100%;
}

.content__how__list__detail__number__frame span {
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#content__how__to {
    padding: 80px 14%;
    position: relative;
    overflow: hidden;
}

.content__how__background {
    position: absolute;
    top: 20%;
    left: -5%;
}

.content__how__background img {
    max-width: initial;
    transform: scale(1);
    width: 100%;
}

.content__how__list__detail__image {
    width: 342px;
    height: 232px;
    border-radius: 10px;
    overflow: hidden;
    float: right;
}

.content__how__list__detail__image img {
    width: 100%;
    height: 100%;
}

.content__how__list__detail__description h5 {
    color: #13ce66;
    margin: 0;
    margin-bottom: 20px;
}

.content__how__list__detail__description {
    padding: 9% 0 0% 10%;
    display: inline-block;
    width: 270px;
}

.content__how__list__detail__description p {
    margin: 0;
}

.content__how__list__detail {
    display: inline-block;
    width: 100%;
    margin-top: 67px;
}

.content__how__list__detail__description--pading {
    padding-left: 24%;
}

.content__how__list__detail__image--position {
    float: left;
}


/* end:how to */


/* start: kreator */

#content__creator {
    background-color: #FAFAFC;
}

.content__creator__pople__image {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
}

.content__creator__pople__image img {
    width: 100%;
    height: 100%;
}

.content__creator__pople {
    text-align: center;
}

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

.content__creator__pople ul li {
    display: inline-block;
    padding: 0px 8px;
}

.content__creator__pople h5 {
    color: #485372;
    margin: 0;
    margin-top: 15px;
}

.content__creator__massage {
    background-color: white;
    max-width: 786px;
    margin: 0 auto;
    padding: 34px 40px;
    border-radius: 10px;
    margin-top: 40px;
    box-shadow: 0px 30px 50px rgba(72, 83, 114, 0.1);
}

.content__creator__massage>p {
    margin: 0;
    font-size: 18px;
    color: #a2b3b7;
    font-style: italic;
    text-align: center;
}

.content__creator__massage__about {
    text-align: center;
    margin-top: 25px;
}

.content__creator__massage__about>p {
    margin: 0;
    color: #697493;
}

.content__creator__massage__about>a {
    color: #697493;
    font-size: 14px;
    opacity: .5;
}


/* end: kreator */


/* start:products */

#content--products {
    background-color: #FAFAFC;
}

#page--products header {
    margin-top: 4%;
    margin-bottom: 5%;
}

#content--best--seller {
    background-color: #FAFAFC;
}

.content--best--title {
    text-align: center;
    margin-bottom: 45px;
}

.content--best--title h3 {
    margin: 0;
}

.content--best--title p {
    margin: 0;
}

.content--best--card {
    display: inline-block;
    width: 100%;
    padding: 16px;
    border-radius: 10px;
    transition: .5s;
}

.content--best--card:hover {
    box-shadow: 0 40px 50px rgba(72, 83, 114, 0.10);
    background-color: white;
}

.content--best--card--image {
    width: 100%;
    position: relative;
    height: 288px;
}

.content--best--card--md--image {
    display: initial;
}

.content--best--card--md--image img {
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.content--best--count--md {
    text-align: center;
    padding: 20% 0;
}

.content--best--count--md h3 {
    font-size: 51px;
}

.content--best--count--md ul li img {
    width: 22px !important;
}

.content--best--count--md ul li:nth-child(2) {
    font-size: 20px !important;
}

.content--best--card--image img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.content--best--number {
    position: absolute;
    top: 8%;
    width: 60px;
    height: 60px;
    background-color: #13CE66;
    color: white;
    border-radius: 50%;
    text-align: center;
    transform: translate(-50%);
}

.content--best--number-location {
    position: relative;
    height: 100%;
    width: 100%;
}

.content--best--number-location span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 21px;
    color: white;
}

.content--best--card--description {
    margin-top: 15px;
}

.content--best--card--description h5 {
    font-size: 22px;
    margin: 0;
    margin-bottom: 4px;
    color: #697493;
}

.content--best--card--description p {
    margin: 0;
    color: #B6C0C9;
    font-size: 14px;
    line-height: 1.5;
}

.content--best--count h3 {
    color: #13CE66;
    margin: 0;
}

.content--best--count ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.content--best--count ul li {
    display: inline-block;
    color: #a2adb7;
}

.content--best--count ul li img {
    width: 16px;
}

.content--best--count ul li:nth-child(2) {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
    font-size: 14px;
}

.content--best--active-md {
    display: none;
}

.content--line {
    display: inline-block;
    width: 100%;
    border-top: 1px solid rgba(182, 192, 201, 0.54);
    margin: 20px 0;
    margin-bottom: 6px;
}

.produk--title h6 {
    height: 42px;
    max-height: 42px;
    overflow: hidden;
}

.content--responsive h6 {
    height: 42px;
    overflow: hidden;
}

.content--responsive .text--sm {
    height: 57px;
    overflow: hidden;
}


/* end:products */


/* start:produk detail */

#page--product--detail header {
    padding: 8% 0;
    padding-bottom: 0;
    display: inline-block;
    width: 100%;
}

.button--large--produk--detail {
    text-align: right;
}

.button--large--produk--detail a {
    display: inline-block;
    background-color: #485372;
    color: #c7d0d8;
    font-size: 19px;
    padding: 15px 28px;
    border-radius: 7px;
}

#promo {
    background-color: #FAFAFC;
}

.promo--image {
    max-width: 465px;
    border: 10px solid white;
    border-radius: 10px;
    overflow: hidden;
    max-height: 368px;
    box-shadow: 0px 40px 50px rgba(72, 83, 114, 0.10);
}

.promo--image a img {
    width: 100%;
    height: 100%;
}

.promo--detail h4 {
    margin-bottom: 30px;
}

.promo--link ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    background-color: #EDEDF4;
    padding: 7px 20px;
    border-radius: 5px;
}

.promo--link ul li {
    display: inline-block;
}

.promo--link ul li:nth-child(2) {
    vertical-align: -webkit-baseline-middle;
    padding-left: 5px;
}

.promo--link ul li>span {
    width: 40px;
    height: 40px;
    display: inline-block;
    background-color: #E4E4EA;
    border-radius: 50%;
    text-align: center;
}

.promo--link ul li>span img {
    width: 19px;
    vertical-align: -webkit-baseline-middle;
}

.promo--link ul li:nth-child(2) {
    color: #697493;
}

.promo--sell p img {
    width: 18px;
    vertical-align: initial;
    margin-right: 7px;
}

.promo--sell p {
    color: #B6C0C9;
}

.promo--link {
    margin-bottom: 25px;
}

.promo--detail {
    margin-top: 4%;
}


/* end:produk detail */


/* start: produk promo */

.promo--list--produk {
    display: inline-block;
    width: 100%;
    margin-top: 9%;
}

.promo--list--about {
    text-align: right;
}

.promo--list--data--image {
    width: 75px;
    height: 75px;
    border-radius: 5px;
    overflow: hidden;
}

.promo--list--data--image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.promo--list--data {
    display: inline-block;
    width: 100%;
    text-align: left;
}

.promo--list--data ul {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 76px;
    overflow: hidden;
}

.promo--list--produk--all {
    text-align: right;
}

.promo--list--data ul li {
    vertical-align: middle;
    display: inline-block;
}

.promo--list--data ul li:nth-child(2) {
    padding-left: 6px;
}

.promo--list--data--description {
    width: 120px;
}

.promo--list--data--description>span {
    font-weight: 900;
}

.preview--all--product--card {
    background-color: white;
    display: inline-block;
    width: 100%;
    box-shadow: 0 40px 50px rgba(72, 83, 114, 0.05);
    padding: 15px;
    border-radius: 10px;
}

.preview--all--product--image {
    position: relative;
    height: 150px;
}

.preview--all--product--image .image--thumbnail {
    object-fit: cover;
}

.preview--all--product--image .icon--play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    height: auto;
    object-fit: initial;
    object-position: unset;
    width: 65px;
    border-radius: 0;
    transition: .5s;
}

.preview--all--product--image:hover .icon--play {
    width: 75px;
}

.vsl--thumb .youtube .icon--play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    height: auto;
    object-fit: initial;
    object-position: unset;
    width: 150px !important;
    border-radius: 5px;
    transition: .5s;
    text-align: center;
    background-color: #00BCD4;
    padding: 7px 10px;
    border-radius: 5px !important;
}

.vsl--thumb .youtube .icon--play img {
    width: 25px !important;
    height: 25px !important;
}

.vsl--thumb .youtube:hover .icon--play {
    box-shadow: 0px 10px 30px #42424294;
}

.preview--all--product--image img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.preview--all--product--description {
    line-height: 1.3;
    height: 68px;
    overflow: hidden;
    padding-top: 10px;
}

.preview--all--product--description p {
    margin: 0;
    color: #485372;
}

.preview--all--product--description p:nth-child(2) {
    font-size: 13px;
}

.preview--button--product {
    text-align: center;
    margin-top: 15px;
}

.preview--button--product a {
    display: inline-block;
    background-color: #13CE66;
    color: white;
    padding: 20px 65px;
    line-height: 1.7;
    border-radius: 10px;
}

.preview--button--product a h5 {
    margin: 0;
}

.preview--button--product a p {
    margin: 0;
    font-size: 12px;
}

.modal--image--preview {
    background-color: rgba(0, 0, 0, .7);
}

.modal--image--preview .modal-dialog {
    width: 70%!important;
    max-width: none!important;
}

.modal--image--preview img {
    display: block;
    width: 100%;
    margin: auto;
    /* max-width: 1000px; */
}

.promo--modul--banner .logo {
    padding-left: 100px;
}

.promo--modul--banner .list td {
    font-size: 1em;
}


/* end: produk promo */


/* search */

#page--search-result .product--box {
    height: 186px;
    width: 100%;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

#page--search-result .product--box {
    object-fit: cover;
    object-position: center;
}


/* end search */


/* start:homepage */

.image--width--home {
    max-width: 530px;
}


/* end:homepage */


/* responsive */

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

@media (max-width: 1140px) {
    .content__view__description {
        width: 64%;
        display: inline-block;
        vertical-align: middle;
        padding-left: 5px;
    }
}

@media screen and (max-width: 992px) {
    .content--best--padding {
        padding: 0;
    }
    .content--best--card--padding {
        padding: 8px;
    }
    .content--header--title {
        font-size: 60px;
    }
    .promo--sell h3 {
        font-size: 30px;
    }
    .promo--list--about {
        text-align: center;
        margin-bottom: 30px;
    }
    #page--detail header {
        padding-top: 150px;
    }
    #page--produk--detail header {
        margin-top: 150px;
    }
    .content__about__image {
        width: 100%;
    }
    .content__how__list__detail__description--pading {
        padding-left: 0;
    }
    #page--about header {
        padding-top: 150px;
    }
    .promo--modul--banner .logo {
        padding-left: 35px;
    }
    .promo--modul--banner .list td {
        font-size: .9em;
        padding-top: 0px;
        padding-bottom: 0px;
        line-height: 22px;
    }
}

@media screen and (max-width: 768px) {
    .content--best--number {
        width: 45px;
        height: 45px;
        left: -3%;
    }
    .content--best--card--image {
        max-height: 288px;
    }
    .header--illustration {
        display: none;
    }
    .header--content {
        text-align: center;
    }
    #page--products header {
        margin-top: 0;
        margin-bottom: 5%;
    }
    .content--best--card--image {
        max-height: initial;
        height: auto;
    }
    .content--best--number {
        width: 60px;
        height: 60px;
        left: 0;
        transform: translate(-50%);
    }
    .content--best--padding {
        padding: 15px;
    }
    .content--best--card--padding {
        padding: 15px;
    }
    .content--best--hidden-md {
        display: none;
    }
    .content--best--card--active-md {
        box-shadow: 0 40px 50px rgba(72, 83, 114, 0.10);
        background-color: white;
    }
    .content--best--active-md {
        display: block;
    }
    .content--best--number {
        width: 50px;
        height: 50px;
        left: 0;
        transform: translate(-20%);
    }
    .content--line {
        display: none;
    }
    .promo--sell h3 {
        font-size: 24px;
    }
    #page--contact header {
        padding: 8% 0;
        padding-bottom: 7%;
        display: inline-block;
        width: 100%;
        margin-top: 150px;
        padding-top: 0;
    }
    .image__header__contact {
        display: none;
    }
    .content__contact--padding {
        padding-right: 15px;
        margin-bottom: 1rem;
    }
    .blog--image--header--position {
        display: none;
    }
    #page--blog header {
        padding-bottom: 3%;
        padding-top: 150px;
    }
    .pagination {
        margin-top: 15px;
        margin-bottom: 30px;
    }
    #content__blog {
        padding-top: 50px;
    }
    .button__large a {
        padding: 22px 40px;
    }
    .button--large--produk--detail a {
        font-size: 16px;
    }
    .button--large--produk--detail {
        text-align: center;
    }
    .content__about__description {
        padding: 2% 10%;
        padding-left: 0;
    }
    .content__how__list__detail__image {
        width: 100%;
        height: auto;
        float: initial;
    }
    .content__how__list__detail__description {
        padding: 9% 0;
    }
    .content__how__list__detail__number--position {
        transform: translate(-130%);
    }
    #page--about header {
        padding-bottom: 3%;
    }
    .content__about__reward__count {
        margin-bottom: 30px;
    }
    .content__about__reward__count ul li:nth-child(1) {
        vertical-align: top;
        margin-top: 4px;
    }
    #page--product--detail header {
        padding-bottom: 3%;
        padding-top: 160px;
    }
    .content__post__image {
        display: inline-block;
        height: 278px;
        overflow: hidden;
    }
    .content__body--viewed ul {
        padding: 6% 6%;
        padding-bottom: 1.5%;
    }
    .content__body {
        margin-bottom: 30px !important;
    }
    .promo--modul--banner .logo {
        padding-left: 15px;
    }
    .modal--image--preview .modal-dialog {
        width: 100%!important;
    }
    .blog--category--highlight.alt .body {
        padding-left: inherit;
    }
    .blog--sidebar {
        padding-left: 0;
    }
}

@media screen and (max-width: 576px) {
    .promo--image {
        max-width: initial;
        width: 100%;
    }
    .promo--link,
    .promo--sell {
        text-align: center;
    }
    .content__contact__form {
        margin-top: 30px;
    }
    .content__body {
        margin-bottom: 9.5%;
    }
    .content__title {
        margin-top: 30px;
    }
    .button__large {
        text-align: left;
        margin-top: 15px;
    }
    .button__large a {
        padding: 16px 40px;
    }
    .button--large--produk--detail {
        margin-top: 30px;
        text-align: left;
    }
    .content__about__description {
        margin-bottom: 30px;
    }
    .content--best--count--md h3 {
        font-size: 35px;
    }
    .content--best--count--md ul li img {
        width: 16px !important;
    }
    .content--best--count--md ul li:nth-child(2) {
        font-size: 14px !important;
    }
    .content__post__description {
        height: 324px;
        overflow: hidden;
    }
    .banner--img {
        padding: 11%;
    }
}

@media screen and (max-width: 512px) {
    .promo--list--data {
        text-align: center;
    }
    .promo--list--data--image {
        width: 45px;
        height: 45px;
    }
    .promo--list--data--description {
        text-align: center;
        font-size: 11px!important;
    }
    .blog__command__people__image {
        display: none;
    }
    .content__reward__card {
        text-align: center;
    }
    .content--best--count--md {
        text-align: center;
        padding: 15% 0;
    }
    .content__post__description {
        height: auto;
        overflow: inherit;
    }
    .content__post__image {
        height: auto;
    }
    .promo--modul--banner .list td {
        font-size: .6em;
    }
}

@media screen and (max-width: 480px) {
    .content--best--number {
        width: 45px;
        height: 45px;
        left: 0;
        transform: translate(-50%);
    }
    .content--header--title {
        font-size: 39px;
    }
    .content__post__description>ul li:nth-child(1) {
        padding-right: 11px;
    }
    .content__post__description>ul li:nth-child(2) {
        padding-left: 0;
    }
    .content__body--viewed ul {
        padding: 5% 1%;
        padding-bottom: 5%;
    }
    .blog__detail__post ul li:nth-child(2) {
        margin-top: 15px;
    }
    #content__how__to {
        padding: 80px 0;
    }
    .content__how__list__detail__number,
    .content__how__list__detail__number--position {
        transform: translate(-50%);
    }
    .content__how__title h5 {
        font-size: 27px;
    }
    .promo--link ul {
        padding: 7px 7px;
    }
    .content--best--count--md h3 {
        font-size: 30px;
    }
    .content--best--number {
        width: 45px;
        height: 45px;
        left: 0;
        transform: translate(-20%);
    }
    #page--product--detail .vsl--thumb img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        object-position: center;
        border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
    }
    .link--responsive {
        text-align: center;
    }
    .link--responsive .link {
        display: block !important;
    }
    .link--responsive .link .link--icon {
        margin-right: 2px !important;
    }
    .content__about__reward__count ul li:nth-child(2) {
        margin-left: 12px;
    }
    .blog__detail__post ul li span img {
        width: 20px;
        height: 20px;
        margin-right: 15px;
        vertical-align: sub;
    }
    .blog__detail__post ul li:nth-child(2) span img {
        width: 22px;
        height: auto;
    }
    .blog__detail__post ul li span {
        font-weight: 900;
        font-size: 15px;
    }
    .banner--img {
        padding: 5%;
    }
}