.main-contact-us img {
    border-radius: 25px;
}
.product .item {
    background-color: #FFFDF8;
}
#tiva-slideshow img {
    /*height:750px !important;
    object-fit: cover;*/
}

.embed-container {
    position: relative; 
    padding-bottom: 150%; 
    height: 0; 
    overflow: hidden;
} 
.embed-container iframe, 
.embed-container object, 
.embed-container embed { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 95%; 
    margin-top: -50px;
}

.image-list {
    height: 300px !important;
    object-fit: cover !important;
}

.img-fluid-product {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.btn-wa-fixed {
    position: fixed;
    right: 80px;
    bottom: 15px;
    z-index: 9;
}

.pd-top {
    padding-top: 90px;
}

.color-black {
    color: #000 !important;
}

.card {
    background-color: #FAE0B5;
    border: 0;
    border-radius: 0;
}

.card-border {
    border-left: 10px solid #DBB27C;
    height: 80%;
    position: absolute;
}

.card-horizontal {
    display: flex;
    flex: 1 1 auto;
}

.card-horizontal .img-square-wrapper {
    width: 80%;
    text-align: center;
}

.card-horizontal .img-square-wrapper img {
    margin-top: -70px;
    width: 170px;
}

.card-horizontal .card-body {
    margin: 0 auto;
    padding: 40px 20px 40px 0px;
}

.card-horizontal .card-body .card-title {
    text-transform: uppercase;
    font-weight: 600;
}

.card-horizontal .card-body .card-discover {
    color: #777777;
}

.card-horizontal .card-body .card-discover:hover,
.card-horizontal .card-body .card-discover i:hover {
    color: #000;
}

.card-horizontal .card-body,
.card-horizontal .card-title {
    color: #000;
}

.blog-news .product-box .title-black:hover {
    color: #BA8A54 !important;
}

.logo-footer img {
    max-width: 150px;
}

.icon-images {
    margin-right: 12px !important;
}

.btn-marketplace {
    max-width: 45px;
    margin-right: 15px;
}

.btn-tokopedia {
    font-size: 14px;
    padding: 0 15px;
    font-weight: 500;
    border-width: 1px;
    height: 50px;
    line-height: 48px;
    color: #000;
    border-color: #5BB450;
    background-color: #CAFBC5;
    text-transform: uppercase;
    border: 1px solid #5BB450;
}

.btn-tokopedia img {
    width: 20px;
    margin-right: 5px;
}

.btn-shopee {
    font-size: 14px;
    padding: 0 15px;
    font-weight: 500;
    border-width: 1px;
    height: 50px;
    line-height: 48px;
    color: #000;
    border-color: #F1582C;
    background-color: #FFE2D9;
    text-transform: uppercase;
    border: 1px solid #F1582C;
}

.btn-shopee img {
    width: 20px;
    margin-right: 5px;
}

.btn-wa {
    font-size: 14px;
    padding: 0 15px;
    font-weight: 500;
    border-width: 1px;
    height: 50px;
    line-height: 48px;
    color: #000;
    border-color: #5BB450;
    background-color: #CAFBC5;
    text-transform: uppercase;
    border: 1px solid #5BB450;
}

.btn-wa img {
    width: 20px;
    margin-right: 5px;
}

.link-marketplace {
    margin-bottom: 15px;
}

.title-main-two {
    color: #BA8A54;
    font-size: 22px;
}

::selection {
    background-color: #BA8A54;
    color: white;
    text-shadow: none;
}

.card-sales {
    background-color: #F8F8F8;
}

.btn-icon-sales {
    font-size: 14px;
    font-weight: 500;
    background-color: #fff;
    padding: 5px;
    border-radius: 0;
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    float: left;
}

.btn-icon-wa-sales {
    font-size: 20px;
    font-weight: 500;
    background-color: #FFD58E;
    color: #000;
    padding: 5px 15px;
    border-radius: 0;
    float: right;
}

.btn-icon-wa-sales:hover {
    color: #000;
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.card-sales-horizontal {
    padding: 30px;
}

.btn-icon-sales img {
    width: 30px;
    margin: 5px;
}

.card-sales-info {
    margin-top: 35px;
    color: #000;
}

.card-sales-info h3 {
    font-weight: 600;
}

.card-sales-info span {
    font-size: 18px;
}

.btn-error {
    background-color: #DBB27C;
    border-color: #DBB27C;
}