.whatsapp-container{
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 120px;
    display: block;
    transition: bottom .3s;
}

/* .whatsapp-container:hover{
    bottom: 125px;
} */

/* .whatsapp-container:hover .whatsapp-wrapper{
    box-shadow: 0px 11px 12px 0px rgba(33, 71, 36, 0.19);
} */

.whatsapp-container:hover .whatsapp-wrapper .whatsapp-content p{
    width: 117px;
    opacity: 1;
}

.whatsapp-wrapper{
    position: relative;
    border-radius: 7px;
    /* background: #F3FEDD; */
}

/* .whatsapp-wrapper .whatsapp-tail{
    fill: #F3FEDD;
    filter: drop-shadow(0px 8px 12px rgba(33, 71, 36, 0.19));
    position: absolute;
    right: 0;
    bottom: -29px;
    transition: filter .3s;
} */

.whatsapp-content{
    /* position: absolute;
    width: 100%;
    height: 55px;
    top: 0;
    left: 0; */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4BBD54;
    font-size: 14px;
    font-weight: 600;
    /* padding: 7px 8px; */
}

.whatsapp-content svg{
    position: relative;
    z-index: 1;
    box-shadow: 2px 4px 7px 0px rgba(0, 0, 0, 0.17);
    border-radius: 50px;
}

.whatsapp-content p{
    width: 0;
    opacity: 0;
    padding: 7px 15px;
    transition: width .3s, opacity .3s;
    border-radius: 50px;
    background: #197A20;
    z-index: 0;
    margin-left: -30px;
    position: relative;
    height: 31px;
    margin-top: 0;
    margin-bottom: 0;
    overflow: hidden;
}

.whatsapp-content p span{
    background: #197A20;
    color: var(--puti, #FFF);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.36px;
    text-transform: capitalize;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 69px;
}

@media (max-width: 500px){
    .whatsapp-container{
        position: fixed;
        z-index: 999;
        right: 20px;
        bottom: 50px;
        display: block;
        transition: bottom .3s;
    }
    .back-to-top{
        bottom: 100px;
    }
}

.images__custom-height {
    height: 165px;
}

.slider-blog-post .date-post {
    color: #fff;
    float: left;
    font-weight: bold;
    padding: 5px;
    text-align: center;
    width: 40px;
    background-color: #e21836;
}

.slider-blog-post .postTitle {
    font-size: 15px;
    font-weight: bold;
    margin-left: 55px;
    margin-top: 0;
    padding-top: 10px;
    margin-bottom: 10px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 2px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.slider-blog-post .postTitle a {
    color: #333333;
}

.slider-blog-post .postTitle a:hover {
    color: #f4a137;
}

.slider-blog-post .postContent {
    clear: both;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 2px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.slider-blog-post .owl2-controls {
    opacity: 0;
}

.slider-blog-post .owl2-controls .owl2-nav .owl2-prev,
.slider-blog-post .owl2-controls .owl2-nav .owl2-next {
    width: 20px;
    height: 27px;
    border: 1px solid #ddd;
    background-image: url("../images/theme/icons/ico-slider.png");
    background-repeat: no-repeat;
    background-color: #fff;
    display: inline-block;
    text-indent: -999em;
    position: absolute;
    transition: all 0.2s ease-in-out 0s;
    top: calc(50% - 13px);
}



.slider-blog-post .owl2-controls .owl2-nav .owl2-prev:hover,
.slider-blog-post .owl2-controls .owl2-nav .owl2-next:hover {
    background-color: #f4a137;
    background-position: 0px 0;
    border-color: #f4a137;
}

.slider-blog-post .owl2-controls .owl2-nav .owl2-prev {
    background-position: -31px 0;
}

.slider-blog-post .owl2-controls .owl2-nav .owl2-prev:hover {
    background-position: 0px 0;
}

.slider-blog-post .owl2-controls .owl2-nav .owl2-next {
    background-position: -60px 0;
}

.slider-blog-post .owl2-controls .owl2-nav .owl2-next:hover {
    background-position: -90px 0;
}

.slider-blog-post .owl2-controls .owl2-nav .owl2-prev {
    left: 0px;
}

.slider-blog-post .owl2-controls .owl2-nav .owl2-next {
    right: 0px;
}

.slider-blog-post .owl2-controls .owl2-nav .owl2-prev,
.slider-blog-post .owl2-controls .owl2-nav .owl2-next {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: none;
    top: calc(50% - 100px);
}

.slider-blog-post .owl2-controls .owl2-nav .owl2-prev {
    background-position: -22px 6px;
}

.slider-blog-post .owl2-controls .owl2-nav .owl2-prev:hover {
    background-position: 8px 6px;
}

.slider-blog-post .owl2-controls .owl2-nav .owl2-next {
    background-position: -50px 6px;
}

.slider-blog-post .owl2-controls .owl2-nav .owl2-next:hover {
    background-position: -80px 6px;
}

.slider-blog-post:hover .owl2-controls {
    opacity: 1;
}

.slider-blog-post {
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
}

/* CSS CUSTOM */

.main-container.container.custom--mt {
    margin-top: 10px;
}

.form__flex-center {
    display: flex;
    justify-content: center;
}

.form-control.border-radius {
    border-radius: 5px !important;
}

.form-control.border-radius.custom--width {
    width: 570px;
}

.btn.btn-default.custom {
    width: 100%;
    border-radius: 5px;
    background: #f39828;
    color: #ffffff;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 15px;
    border: none;
}

.btn.btn-default.custom:hover {
    background: #2e2e2e;
    color: #f39828;
}

.btn.btn-default.custom-register {
    width: 100%;
    border-radius: 5px;
    background: #f39828;
    color: #ffffff;
    margin-top: 25px;
    margin-bottom: 15px;
    border: none;
    text-transform: uppercase;
}

.form-register--custom-mb {
    margin-bottom: 15px;
}

.wrapper__form-register {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
}

.btn.btn-default.custom-register:hover {
    background: #2e2e2e;
    color: #f39828;
}

.form-wrap{
    width: 300px;
    margin: auto;
}

.forgot {
    font-size: 12px;
    font-weight: 600;
    color: #818181;
    text-decoration: underline !important;
    display: block;
    margin-bottom: 10px;
}

.text-border {
    display: block;
    margin-top: 5px;
    margin-bottom: 20px;
}

.text-border p {
    font-size: 12px;
    color: #808080;
    text-align: center;
    border-bottom: 1px solid #cfcfcf;
    position: relative;
}

.text-border p span {
    background-color: white;
    position: relative;
    top: 10px;
    padding: 0 10px;
}

.btn-login {
    margin-top: 15px;
    margin-bottom: 25px;
}

.btn-facebook {
    width: 100%;
    font-size: 12px;
    color: #ffffff;
    background: #395185;
    border-radius: 5px;
    border: none;
    text-align: right;
    padding-right: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.btn-facebook:hover {
    opacity: 0.7;
}

.btn-facebook img {
    border-right: 1px solid #ffffff;
    padding-right: 10px;
    position: absolute;
    left: 30px;
    top: 4px;
}

.btn-google {
    width: 100%;
    font-size: 12px;
    color: #555555;
    background: #ffffff;
    border-radius: 5px;
    border: 1px solid #cfcfcf;
    text-align: right;
    padding-right: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.btn-google:hover {
    opacity: 0.7;
}

.btn-google img {
    border-right: 1px solid #555555;
    padding-right: 10px;
    position: absolute;
    left: 30px;
    top: 4px;
}

.btn-bisnisid{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: 1px solid #DDD;
    background: #EDEDED;
    padding: 6px 12px;
    width: 100%;
    color: #555;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
}

.btn-bisnisid svg{
    margin-left: 6px;
}

@media only screen and (max-width: 480px) {
    .btn-google {
        padding-right: 10px;
    }
}

.control-label.custom-fw {
    font-weight: 600;
}

.box-checkbox.custom {
    width: 20px;
    height: 20px;
    margin: 0px;
}

.buttons.custom--flex {
    display: flex;
    margin-top: 20px;
    cursor: pointer;
}

.text-agreement {
    padding-left: 20px;
}

.text-agreement .agree:hover {
    text-decoration: underline;
}

.buttons.custom--flex input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkbox__checkmark {
    position: absolute;
    height: 20px;
    width: 20px;
    border-radius: 5px;
    background-color: #eee;
}

.checkbox__checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.buttons.custom--flex .checkbox__checkmark:after {
    left: 8px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.buttons.custom--flex input:checked~.checkbox__checkmark:after {
    display: block;
}

.buttons.custom--flex:hover input~.checkbox__checkmark {
    background-color: #ccc;
}

.buttons.custom--flex input:checked~.checkbox__checkmark {
    background-color: #2196f3;
}

.wrapper__security-code {
    margin-bottom: 10px;
}

.product-box-desc input[type="radio"] {
    position: relative;
    top: 0px;
    margin-right: 10px;
}

.form-control.select--custom {
    height: 42px;
    border: unset;
    border-radius: 5px;
    background: url("../images/theme/icons/bg-selectbox.png") no-repeat right center #f5f5f5;
    margin-top: 10px;
    margin-bottom: 30px;
}

.subs-text {
    font-size: 12px;
}

.left-content-product .content-product-right .product-box-desc.custom {
    padding: 15px 0px 15px 0px;
}

.product-eceran {
    margin-top: 20px;
    margin-bottom: 40px;
    display: flex;
}

.product-eceran input[type="radio"] {
    margin-right: 10px;
    position: relative;
    top: 0px;
}

.product-langganan {
    margin-bottom: 20px;
    display: flex;
}

.wrapper__profile-merchant {
    width: 250px;
    /* height: 300px; */
    height: 330px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #b7b7b7;
    border-radius: 5px;
    margin-bottom: 20px;
}

.wrapper__profile-merchant.custom--no-border {
    width: 100%;
    height: 100%;
    border: none;
}

.profile-merchant__title p {
    font-size: 20px;
    font-weight: 600;
    padding-top: 15px;
}

.rating-box.custom {
    margin: 10px 10px;
}

.profile-merchant__location {
    display: flex;
    margin: 10px 10px;
    align-items: flex-start;
}

.profile-merchant__location p {
    font-size: 12px;
    padding-left: 5px;
}

.profile-merchant__btn button {
    width: 175px;
    padding: 5px 5px;
    border: 1px solid #a5a5a5;
    border-radius: 5px;
    background: #ffffff;
    color: #a5a5a5;
    text-transform: uppercase;
}

.profile-merchant__btn.custom--color button {
    color: #ffffff;
    background: #f4a137;
    border: 1px solid #f4a137;
}

.profile-merchant__btn {
    margin-bottom: 30px;
}

.border-lines {
    border: 1px solid #e3e3e3;
    margin-top: 30px;
    margin-bottom: 30px;
}

.profile-merchant__btn.custom--mb {
    margin-bottom: 10px;
}

.profile-merchant__btn button:hover {
    background: #cccccc;
    color: #ffffff;
    border: 1px solid #cccccc;
}

.profile-merchant__btn a:hover {
    background: #cccccc;
    color: #ffffff;
    border: 1px solid #cccccc;
}

.profile-merchant__btn.custom--color button:hover {
    color: #f4a137;
    background: #ffffff;
    border: 1px solid #f4a137;
}

.profile-merchant__logo {
    margin-top: 30px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #f4a137;
    border-color: #f4a137;
}

.pagination>li>a,
.pagination>li>span {
    color: #f4a137;
}

.cart-button {
    width: 180px;
    border-radius: 5px !important;
    background: #f4a137;
    color: #ffffff;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 13px;
}

.cart-button.custom--capital {
    text-transform: capitalize;
    margin-bottom: 0px;
}

.cart-button:hover {
    background: #ffffff;
    color: #f4a137;
    border: 1px solid #f4a137;
}

.cutom-parent.custom--color {
    color: #333333 !important;
}

.cutom-parent.custom--color:hover {
    color: #f4a137 !important;
}

.quickview.iframe-link.visible-lg {
    top: 80% !important;
}

.caption h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 2px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.caption.custom--height h4 {
    height: 40px;
    line-height: 20px;
}

.products-list.row.grid .caption.custom--height h4 {
    height: 40px;
    line-height: 20px;
}

.products-list.row.list .caption.custom--height h4 {
    height: unset;
    line-height: 20px;
}

.caption.custom--no-elipsis h4 {
    white-space: normal;
    text-overflow: unset;
    overflow: unset;
    padding-bottom: 2px;
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
}

.product-item-container.custom-position {
    height: 420px;
}

.products-list.grid .product-layout .product-item-container .left-block.custom-position {
    width: unset;
    position: absolute;
    transition: all 1s ease;
    left: 23%;
    bottom: 180px;
}

.products-list.grid .product-layout .product-item-container .left-block.custom-position.home {
    width: unset;
    position: absolute;
    transition: all 1s ease;
    left: 17%;
    bottom: 150px;
}

.products-list.grid .product-layout .product-item-container .right-block.custom-position {
    position: relative;
    top: 67%;
}

.products-list.grid .product-layout .product-item-container .right-block.custom-position.home {
    position: relative;
    top: 65%;
}

.price-new.inline {
    display: block !important;
}

.product-latest-item.custom--height .media .media-left img {
    height: 100% !important;
}

.product-image-container.second_img.custom-hover {
    position: relative;
    bottom: 0px;
    transition: all 0.5s ease;
    box-shadow: 0px 2px 5px 2px rgba(68, 68, 68, 0.6);
}

.product-image-container.second_img.custom-hover:hover {
    position: relative;
    bottom: 8px;
    /* box-shadow: 0px 2px 5px 2px rgba(68, 68, 68, 0.6); */
    border: unset;
}

.img-responsive.custom--size {
    width: 150px !important;
    height: 232px;
}

.products-list.row.list .product-item-container.custom-position {
    height: 100%;
}

.products-list.row.grid .product-item-container.custom-position {
    height: 450px;
}

.products-list.row.list .product-image-container.second_img.custom-hover:hover {
    box-shadow: unset;
}

.custom--table-middle {
    vertical-align: middle !important;
}

.wrapper__promo {
    /* width: 300px; */
    margin-top: 50px;
}

.panel.custom {
    border: 1px solid #e3e3e3;
}

.panel-heading.custom {
    display: flex;
    justify-content: center;
    background: #ffffff;
    border-bottom: unset;
    padding-top: 15px;
    padding-bottom: 5px;
}

.panel-title.custom {
    font-weight: 700;
    color: #8d8d8d;
    text-align: center;
}

.text__coupon {
    text-align: center;
    margin-bottom: 10px;
}

.text__coupon label {
    font-size: 13px;
}

.input-group.custom--border input {
    border-radius: 5px !important;
}

.input-group.custom--border input::-webkit-input-placeholder {
    text-align: center;
}

.input-group.custom--border {
    width: 234px;
    margin-bottom: 15px;
}

.profile-merchant__btn.custom--mb.custom--width button {
    width: 234px;
    color: #ffffff;
    background: #8d8d8d;
    border: 1px solid #8d8d8d;
}

.profile-merchant__btn.custom--mb.custom--width button:hover {
    color: #8d8d8d;
    background: #ffffff;
}

.promo-icon {
    position: relative;
    bottom: 6px;
    right: 10px;
}

.display--none {
    display: none;
}

.form-register--custom-mb.mb-70 {
    margin-bottom: 70px;
}

.wrapper__form-register.custom {
    align-content: unset;
    width: 50%;
}

.wrapper__row {
    display: flex;
    justify-content: center;
}

.btn.custom--cart {
    background: #f4a137;
    border-color: #f4a137;
    color: #ffffff;
}

.wrapper__discuss-review {
    border: 1px solid #e5e3e3;
    border-radius: 10px;
    margin-bottom: 20px;
}

.container__flexbox {
    display: flex;
    padding: 20px;
}

.container__flexbox.reply {
    margin-left: 40px;
    padding-top: 0px;
}

.discuss-review__text-name {
    font-size: 18px;
    color: #000000;
}

.discuss-review__text-time {
    font-size: 12px;
    color: #a1a1a1;
}

.discuss-review__text-description {
    font-size: 16px;
    line-height: 22px;
}

.discuss-review__img {
    padding-right: 20px;
}

.discuss-review__comment {
    margin-bottom: 10px;
}

.discuss-review__comment input {
    width: 100%;
    padding: 10px;
    background: #f4f4f4;
    border-radius: 5px !important;
    border: unset;
}

.discuss-review__comment input:focus {
    outline: none;
}

.discuss-review__seller-label {
    font-size: 12px;
    color: #000000;
    background: #f3a127;
    margin-left: 15px;
    padding: 1px 10px 1px 10px;
    border-radius: 5px;
}

.wrapper__seller-label {
    display: flex;
    flex-wrap: wrap;
}

.wrapper__cart-merchant {
    border: 1px solid #e5e3e3;
    border-radius: 5px;
    margin-bottom: 20px;
}

.img__icon-cart-merchant {
    width: 20px !important;
    height: 20px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.img__best-merchant {
    width: 90px !important;
    margin-left: 10px !important;
    margin-right: 0px !important;
}

.wrapper__checkbox-item.custom--header {
    justify-content: unset;
    align-items: unset;
    padding-left: 20px;
}

.cart-merchant__content {
    margin-left: 40px;
    margin-top: 15px;
}

.cart-merchant__content.custom {
    margin-left: 0px;
}

.shopcart__icon {
    width: 36px;
    height: 34px;
    background-color: #ffffff;
    margin: 5px 10px;
    border-radius: 5px;
    border: 1px solid #e3e3e3;
}

.cart-merchant__location {
    font-size: 13px;
    color: #444444;
    padding-left: 5px;
    padding-top: 5px;
}

.cart-merchant__name {
    font-size: 13px;
    color: #444444;
    font-weight: bold;
}

.cart-merchant__header {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 10px;
}

.wrapper__cart {
    margin-bottom: 20px;
}

.wrapper__cart--custom {
    border: 1px solid #e5e3e3;
    border-radius: 5px;
    margin-bottom: 20px;
}

.container__cart {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
}

.wrapper__checkbox-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.wrapper__checkbox-item img {
    margin-left: 50px;
    margin-right: 50px;
    width: 74px;
}

.wrapper__icon-cart {
    display: flex;
    align-items: center;
}

.container__icon-cart {
    display: flex;
    margin-right: 15px;
}

.head-row{
    display: flex;
    align-items: center;
}

.shopcart {
    position: relative;
    /* left: 150px; */
}

.shopcart .shopbasket{
    width: 30px;
    height: 30px;
    margin: 7px 10px 0;
}   

.shopcart img {
    position: absolute;
    top: 10px;
    left: 15px;
}

.shopcart .shopbasket img{
    position: unset;
}   

.shopcart .text-shopping-cart{
    line-height: 14px;
}

.shopping_cart .shoppingcart-box {
    overflow-y: auto;
    top: 40px;
    height: 310px;
}

.buttons.custom--flex input:checked~.checkbox__checkmark.custom {
    background-color: #e9860d;
}

.checkbox__checkmark.custom {
    background: #ffffff;
    border: 1px solid #a0a0a0;
}

.buttons.custom--flex .checkbox__checkmark.custom:after {
    left: 7px;
    top: 4px;
}

.buttons.custom--flex.custom {
    display: inline-flex;
    margin-left: 20px;
}

.cart-checkbox__text {
    margin-left: 40px;
}

.cart-checkbox__text p {
    color: #555555;
    font-size: 13px;
    font-weight: bold;
}

.checkbox-item__title {
    color: #555555;
    font-size: 15px;
    font-weight: bold;
}

.checkbox-item__subscribe {
    color: #585655;
    font-size: 13px;
}

.checkbox-item__price {
    color: #e74c3c;
    font-size: 13px;
    font-weight: bold;
}

.icon-edit {
    width: 30px;
    height: 30px;
    background: url("../images/icon-edit.svg");
    background-repeat: no-repeat;
}

/* .icon-edit:hover {
    background: url("../images/icon-edit-hover.svg");
} */

.icon-delete {
    width: 30px;
    height: 30px;
    background: url("../images/icon-delete.svg");
    background-repeat: no-repeat;
}

.icon-delete:hover {
    background: url("../images/icon-delete-hover.svg");
}

.buttons.custom--flex.non-mt {
    margin-top: 0px;
}

.panel-heading.custom.border-bottom {
    border-bottom: 1px solid #e5e3e3;
    padding-bottom: 15px;
}

.price.custom--cart {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.panel-title.custom.total {
    font-size: 13px;
    font-weight: normal;
    color: #555555;
}

.btn.cart-button.gray {
    background: #888888;
}

.btn.cart-button.gray:hover {
    color: #888888;
    background: #ffffff;
    border: 1px solid #888888;
}

.wrapper__payment-method {
    border-radius: 5px;
    margin-bottom: 20px;
}

.table.table-borderless>tbody>tr>td,
.table>tbody>tr>th,
.table.table-borderless>tfoot>tr>td,
.table>tfoot>tr>th,
.table.table-borderless>thead>tr>td,
.table.table-borderless>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    border: 0;
}

.table-responsive.non-border {
    border: 0;
    border-bottom: 1px solid#ddd;
}

.table-responsive.border-radius {
    border-radius: 5px;
}

.border-lines-dashed {
    border: 1px solid;
    color: #e3e3e3;
    border-style: dashed;
}

.container__payment-total {
    display: flex;
    justify-content: space-between;
    padding-right: 50px;
    padding-left: 10px;
    padding-top: 10px;
}

.payment__product-title {
    font-size: 13px;
    font-weight: bold;
    color: #555555;
}

.payment__product-subscribe {
    font-size: 13px;
    color: #555555;
}

.payment__product-total {
    font-size: 13px;
    font-weight: bold;
    color: #555555;
}

.wrapper__select-payment {
    border: 1px solid #e5e3e3;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 10px;
}

.wrapper__coupon-input{
    background-color: #D0D0D0;
    border-radius: 10px;
    padding: 30px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.wrapper__coupon-input form{
    margin-bottom: 0 !important;
}

.wrapper__coupon-input .form-group{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0 !important;
}

.wrapper__coupon-input p{
    font-size: 14px;
    color: #444444;
    margin-bottom: 20px;
}

.wrapper__coupon-input input{
    height: 43px;
}

.wrapper__coupon-input .coupon-btn{
    background-color: #5E5E5E;
    color: white;
    height: 43px;
    width: 280px;
    font-weight: bold;
    margin-left: 10px;
    border-radius: 5px;
    border: none;
}

@media only screen and (max-width: 480px){
    .wrapper__coupon-input .form-group{
        flex-direction: column;
    }
    .wrapper__coupon-input input{
        margin-bottom: 15px;
    }
    .wrapper__coupon-input .coupon-btn{
        width: 100%;
        margin-left: 0;
    }
}

.container__select-payment {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.select-payment__radiobtn {
    display: block;
    position: relative;
    top: 14px;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.select-payment__radiobtn input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark-radio {
    position: absolute;
    top: 20px;
    left: -15px;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

.select-payment__radiobtn:hover input~.checkmark-radio {
    background-color: #ccc;
}

.select-payment__radiobtn input:checked~.checkmark-radio {
    background-color: #f39828;
}

.checkmark-radio:after {
    content: "";
    position: absolute;
    display: none;
}

.select-payment__radiobtn input:checked~.checkmark-radio:after {
    display: block;
}

.select-payment__radiobtn .checkmark-radio:after {
    left: 10px;
    top: 6px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.select-payment__flex {
    display: flex;
    width: 60%;
}

.select-payment__text {
    font-weight: bold;
}

.btn.select-payment__button {
    width: 100%;
    border-radius: 5px !important;
    background: #f4a137;
    color: #ffffff;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 13px;
}

.btn.select-payment__button:hover {
    background: #ffffff;
    color: #f4a137;
    border: 1px solid #f4a137;
}

.list-custom {
    list-style-type: circle;
    padding-inline-start: 17px;
}

.click-like {
    color: #f4a137;
}

.wishlist:focus {
    outline: none;
}

.cart__flexbox {
    display: flex;
    justify-content: center;
}

.nav.nav-tabs.custom-flex {
    display: flex;
    flex-direction: column;
    border-bottom: unset;
}

.nav-tabs.custom-flex>li.active>a,
.nav-tabs.custom-flex>li.active>a:focus,
.nav-tabs.custom-flex>li.active>a:hover {
    border: unset;
    color: #f4a137;
    font-size: 18px;
    font-weight: 600;
    border-right: 3px solid #f4a137;
    border-radius: unset;
}

.nav-tabs.custom-flex>li.active>a.tab-profile__sub-menu,
.nav-tabs.custom-flex>li.active>a.tab-profile__sub-menu:focus,
.nav-tabs.custom-flex>li.active>a.tab-profile__sub-menu:hover {
    font-size: 14px;
    font-weight: 400;
    color: #f4a137;
    border-right: 3px solid #f4a137;
    border-radius: unset;
}

.nav-tabs.custom-flex>li>a:hover {
    border-color: #ffffff;
    color: #f4a137;
}

.nav-tabs.custom-flex>li>a.tab-profile__sub-menu:hover {
    border-color: #ffffff;
    color: #f4a137;
}

.nav-tabs.custom-flex>li>a {
    font-size: 18px;
    font-weight: 600;
    color: #555555;
}

.nav-tabs.custom-flex>li>a.tab-profile__sub-menu {
    font-size: 14px;
    font-weight: 400;
    color: #555555;
    padding-left: 20px;
}

.nav.nav-tabs.custom-flex>li>a:focus,
.nav.nav-tabs.custom-flex>li>a:hover {
    background-color: unset;
}

.tab-profile__text {
    font-size: 18px;
    font-weight: 600;
    color: #555555;
    position: relative;
    display: block;
    padding: 10px 15px;
}

.wrapper__left-profile-user {
    margin-top: 40px;
    margin-bottom: 40px;
}

.wrapper__right-profile-user {
    /* margin-top: 40px; */
    margin-bottom: 40px;
}

.container__profile-user {
    margin-bottom: 50px;
}

.container__profile-user img {
    width: 91px;
    height: 91px;
}

.user__img {
    display: flex;
    justify-content: center;
}

.user__detail-bold {
    color: #555555;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 10px;
}

.user__detail-regular {
    color: #555555;
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
}

.user__detail-regular.custom--fz {
    font-size: 12px;
}

.tab-content.custom {
    border: unset;
}

.container__profile-user-tab img {
    width: 145px;
    height: 145px;
}

.form-control.border-radius.custom--width-tabs-profile {
    width: 400px;
}

.form-group.custom {
    margin-bottom: 25px;
}

.profile-user-tab__text {
    font-size: 20px;
    /* margin-top: 30px; */
    margin-top: 0;
    margin-bottom: 30px;
}

.border-line-tabs {
    padding-left: 60px;
    border-right: 1px solid #e3e3e3;
}

.col-lg-2.custom--mt {
    margin-top: 5px;
}

.col-lg-3.custom--mt {
    margin-top: 5px;
}

.wrapper__btn-profile-tabs {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.profile-merchant__btn.custom--mb.ml {
    margin-left: 20px;
}

.upload__img {
    position: relative;
    bottom: 50px;
    left: 53%;
}

.upload__img img {
    width: 54px;
    height: 54px;
}

.upload__img>input {
    display: none;
}

.upload__img-label {
    cursor: pointer;
}

.empty-cart__img {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.empty-cart__text {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
}

.empty-cart__text.custom--mt {
    margin-top: 0px;
}

.empty-cart__text .text-bold {
    font-size: 15px;
    font-weight: bold;
    color: #555555;
}

.empty-cart__text .text-regular {
    font-size: 15px;
    color: #555555;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    background: #d0d0d0;
    color: #a4a4a4;
}

.cart-button[disabled]:hover {
    border: 1px solid #d0d0d0;
}

.coupon-width {
    width: 234px !important;
}

.form-control.select--custom.filter {
    background-color: #ffffff;
    border: 1px solid #e3e3e3;
}

.wrapper__filter-history {
    display: flex;
}

.container__filter-history {
    margin-bottom: 20px;
}

.wrapper__search-filter input {
    width: 300px;
    height: 42px;
    border: 1px solid #e3e3e3;
    border-radius: 5px !important;
    padding: 10px;
    background-image: url("../images/icon-search.svg");
    background-repeat: no-repeat;
    background-position: right 10px top 10px;
    margin-top: 10px;
}

.wrapper__search-filter.custom--width input:focus {
    outline: unset;
}

.wrapper__search-filter.custom--width input {
    width: 500px;
}

.wrapper__history-card {
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    margin-bottom: 20px;
}

.history-card__header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px;
}

.history-card__date p {
    font-size: 13px;
    color: #8d8d8d;
    margin: 0px;
}

.history-card__status p {
    font-size: 14px;
    color: #8d8d8d;
    margin: 0px;
}

.history-card__status span.status-selesai {
    color: #7ab55f;
    font-weight: bold;
}

.history-card__status span.status-pending {
    color: #c37d24;
    font-weight: bold;
}

.history-card__status span.status-gagal {
    color: #f36657;
    font-weight: bold;
}

.history-card__invoice {
    border-top: 1px solid #e3e3e3;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.invoice__title {
    font-size: 13px;
    color: #818181;
    margin: 0;
}

.invoice__numb {
    font-size: 13px;
    font-weight: bold;
    color: #555555;
    text-transform: uppercase;
    word-break: break-word;
    margin: 0;
}

.invoice__button {
    font-size: 13px;
    font-weight: bold;
    color: #7AB55F;
    margin: 0;
    transition: .3s;
}

.invoice__button:hover {
    color: #7AB55F;
    text-decoration: underline;
}

.history-card__list {
    border-top: 1px solid #e3e3e3;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 20px;
    align-items: center;
}

.history-card__list img {
    width: 100px;
}

.history-card__list-detail {
    width: 300px;
}

.list-detail__title {
    font-size: 13px;
    font-weight: bold;
    color: #555555;
    margin: 0;
}

.list-detail__price {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.list-detail__price p {
    font-size: 12px;
    color: #555555;
    margin-bottom: 0;
}

.list-detail__price span {
    font-size: 12px;
    font-weight: bold;
    color: #555555;
}

.list-detail__price .subscription-enddate {
    color: #EE3F19;
    font-weight: 600;
}

.list-detail__price.cancel-sub__btn {
    padding: 10px 0;
    justify-content: center;
}

.list-detail__price.cancel-sub__btn a {
    text-decoration: none;
    font-size: 12px;
    text-align: center;
    font-weight: 500;
    color: #A8A8A8;
    transition: .3s;
}

.list-detail__price.cancel-sub__btn a:hover {
    color: #f55353;
}

.list-detail__price.total {
    border-top: 1px solid #e3e3e3;
    padding-top: 10px;
}

.download-pdf {
    padding-top: 10px;
}

.download-pdf-btn {
    background-color: #2879F3 !important;
}

.download-pdf-btn:hover {
    color: #ffffff !important;
}

.download-btn {
    width: 100%;
    border-radius: 5px !important;
    background: #2687ff;
    color: #ffffff;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 13px;
    border: 1px solid #2687ff;
}

.download-note {
    text-align: center;
    font-size: 10px;
    color: #808080;
    line-height: 14px;
}

.buyagain-btn {
    width: 100%;
    border-radius: 5px !important;
    background: #f4a137;
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 13px;
    border: 1px solid #f4a137;
}

.download-btn[disabled]:hover {
    border: 1px solid #d0d0d0 !important;
    background: #d0d0d0 !important;
    color: #a4a4a4 !important;
}

.download-btn[disabled] {
    color: #a4a4a4;
    border: 1px solid #d0d0d0 !important;
}

.download-btn:hover {
    background: #ffffff;
    color: #2687ff;
}

.buyagain-btn:hover {
    background: #ffffff;
    color: #f4a137;
}

.list-detail__download p {
    font-size: 10px;
    color: #808080;
    line-height: 15px;
}

.history-card__total-transaction.row {
    display: flex;
    justify-content: space-around;
    padding: 10px;
}

.total-transaction__label {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.total-transaction__label .label-gray {
    font-size: 12px;
    /* font-weight: bold; */
    color: #555555;
}

.total-transaction__label .label-red {
    font-size: 15px;
    font-weight: 600;
    color: #f55353;
}

.total-transaction__custom-padding {
    padding-left: 36px;
}

.bank-account-form {
    padding-top: 25px;
    padding-left: 60px;
    padding-right: 60px;
}

.row.form-bankaccount {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 5px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked+.slider {
    background-color: #f39828;
}

input:focus+.slider {
    box-shadow: 0 0 1px #f39828;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round {
    border-radius: 10px;
}

.slider.round:before {
    border-radius: 50%;
}

.icon-text {
    padding-top: 5px;
    padding-left: 5px;
    color: #555555;
}

.container__icon-cart a {
    display: flex;
    cursor: pointer;
}

.wrapper__adding-form {
    width: 200px;
    border-radius: 5px;
    border: 1px solid #f39828;
    background: #f39828;
    display: flex;
    justify-content: center;
    cursor: pointer;
    padding: 5px 5px;
}

.wrapper__adding-form:focus {
    outline: unset;
}

.wrapper__adding-form p {
    font-size: 13px;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0px;
}

.btn.btn--close {
    color: #a5a5a5;
    background: #ffffff;
    border: 1px solid #a5a5a5;
    border-radius: 5px;
}

.btn.btn--close:hover {
    background: #a5a5a5;
    color: #ffffff;
}

.btn.btn--close:focus {
    outline: unset;
}

.btn.btn--save {
    background: #f39828;
    color: #ffffff;
    border-radius: 5px;
}

.btn.btn--save:hover {
    background: #ffffff;
    color: #f39828;
    border: 1px solid #f39828;
}

.btn.btn--save:focus {
    outline: unset;
}

.profile-user-tab__text.custom {
    margin-bottom: 5px;
}

.profile-user-tab__sub-text {
    font-size: 14px;
    color: #959595;
    margin-bottom: 30px;
}

.dropdown-pilih {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px 7px;
}

.wrapper__profile-tabs-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

table.table.custom--align th {
    text-transform: unset;
}

.table.custom--align th {
    text-align: left;
}

.table.custom--align thead>tr>th {
    background: #ffffff;
    border-bottom: 1px solid #c6c6c6;
}

.table.custom--align thead th {
    color: #555555;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    padding-bottom: 15px;
}

.table-text-bold {
    color: #555555;
    font-size: 13px;
    font-weight: bold;
    margin: 0px;
}

.table-text-bold.custom-fz {
    font-size: 13px;
}

.table-text-regular {
    color: #555555;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
}

.wrapper__btn-flex {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.btn.btn--address {
    color: #898989;
    background: #ffffff;
    border: 1px solid #898989;
    border-radius: 5px;
    width: 100%;
}

.btn.btn--address.active {
    color: #ffffff;
    background: #898989;
    border-radius: 5px;
    width: 100%;
}

.btn.btn--color-gray {
    color: #898989;
    background: #ffffff;
    border: 1px solid #898989;
    border-radius: 5px;
    width: 100%;
}

.btn.btn--color-gray:hover {
    background: #ebebeb;
    color: #777777;
}

.btn.btn--color-gray.width {
    width: auto;
}

.btn.btn--address:focus {
    outline: unset;
}

.btn.btn--color-gray:focus {
    outline: unset;
}

.btn.btn--color-gray.margin {
    margin-right: 5px;
}

.wrapper__table-action {
    width: 200px;
    vertical-align: middle !important;
}

.wrapper__table-action.custom--flex-end {
    width: auto;
    display: flex;
    justify-content: flex-end;
}

.wrapper__table-center-padding {
    padding-bottom: 35px !important;
}

.text-coupon-success {
    font-size: 13px;
    color: #f4a137;
    text-align: center;
    margin-top: 5px;
}

.text-coupon-failed {
    font-size: 13px;
    color: #e74c3c;
    text-align: center;
    margin-top: 5px;
}

.form-control.coupon-failed {
    border: 1px solid #ea6254;
}

.cart__flexbox.custom--mb {
    margin-bottom: 40px;
    margin-top: 20px;
}

@media only screen and (max-width: 480px) {
    .cart__flexbox.custom--mb {
        flex-direction: column;
    }
}


.btn__success a {
    color: #7ab55f;
    background: #ffffff;
    border: 1px solid #7ab55f;
    border-radius: 5px !important;
    width: 175px;
    padding: 5px 5px;
    text-transform: uppercase;
}

.btn__success a:hover {
    border: 1px solid #7ab55f;
    background: #7ab55f;
    color: #ffffff;
}

.btn__failed a {
    color: #f36657;
    background: #ffffff;
    border: 1px solid #f36657;
    border-radius: 5px !important;
    width: 175px;
    padding: 5px 5px;
    text-transform: uppercase;
}

.btn__failed a:hover {
    border: 1px solid #f36657;
    background: #f36657;
    color: #ffffff;
}

.btn__pending a {
    color: #f39828;
    background: #ffffff;
    border: 1px solid #f39828;
    border-radius: 5px !important;
    width: 200px;
    padding: 5px 5px;
    margin: 10px;
    text-transform: uppercase;
}

.btn__pending a.gray {
    color: #898989;
    border: 1px solid #898989;
}

.btn__pending a.gray:hover {
    background: #898989;
    color: #ffffff;
    border: 1px solid #898989;
}

.btn__pending a:hover {
    border: 1px solid #f39828;
    background: #f39828;
    color: #ffffff;
}

.text-order-success {
    color: #7ab55f !important;
}

.text-order-failed {
    color: #f36657 !important;
}

.text-order-pending {
    font-size: 20px !important;
    font-weight: 400 !important;
    color: #c37d24 !important;
}

.checkout-img__width img {
    height: 60px;
}

.checkout-img__width {
    display: flex;
    justify-content: center;
}

.wrapper__vertical-align-middle {
    vertical-align: middle !important;
}

.wrapper__flex-center {
    display: flex;
    justify-content: center;
}

.row.justify-content-center {
    display: flex;
    justify-content: center;
}

.title-checkout {
    margin-top: 40px;
    margin-bottom: 20px;
}

.code-coupon {
    font-weight: bold;
}

.container__coupon-checkout {
    margin-left: 10px;
}

.wrapper__thead {
    text-align: center !important;
}

.checkout-coupun-img {
    width: 20px;
    height: 20px;
}

.wrapper__flex-start {
    display: flex;
    justify-content: flex-start;
    padding-left: 10px;
}

.wrapper__flex-end {
    display: flex;
    justify-content: flex-end;
    padding-right: 10px;
}

.table-text-bold.text-left {
    padding-left: 10px;
}

.table-text-regular.text-left {
    padding-left: 10px;
}

.table-text-bold.fz-16.text-left {
    font-size: 16px;
    padding-left: 10px;
}

.table-text-bold.fz-16.custom-color {
    font-size: 16px;
    color: #e94646;
}

.thead--width {
    width: 150px;
}

.text-error-404-502 {
    font-size: 20px !important;
    color: #966542 !important;
}

.input-group-btn.custom {
    position: relative;
    left: 93%;
    bottom: 42px;
}

.button-search.btn.btn-primary.custom {
    height: 42px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #f39828;
    border: 1px solid #f39828;
}

.button-search.btn.btn-primary.custom:hover {
    background: #555555;
    border-color: #555555;
}

.wrapper__orderid {
    display: flex;
    justify-content: center;
    text-align: center;
}

.wrapper__orderid.custom--mt {
    margin-top: 20px;
}

.border-bottom-pending {
    width: 450px;
    border-bottom: 1px solid #cecece;
    margin-top: 20px;
}

.border-top-pending {
    width: 450px;
    border-top: 1px solid #cecece;
    margin-top: 30px;
    padding-top: 20px;
}

.wrapper__orderid .text-regular {
    font-size: 15px;
    color: #555555;
}

.wrapper__orderid .text-bold {
    font-size: 24px;
    font-weight: bold;
    color: #555555;
}

.text-regular.custom--width {
    width: 500px;
    margin-top: 20px;
}

.text-ordertime {
    margin-top: 20px;
}

.text-ordertimer.text-regular {
    font-size: 15px;
    color: #d77b0b;
}

.text-ordertimer.text-bold {
    font-size: 24px;
    font-weight: bold;
    color: #d77b0b;
}

.profile-detail__margin {
    margin-right: 40px;
    margin-bottom: 20px;
    font-size: 12px;
}

.wrapper__profile-detail {
    margin-top: 35px;
}

.profile-detail__text-title {
    font-size: 20px;
    color: #555555;
}

.profile-detail__text-subtitle {
    font-size: 13px;
    color: #959595;
}

.wrapper__profile-detail-btn {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.profile-merchant__btn.custom--mr {
    margin-right: 10px;
}

.profile-merchant__btn button.text-capital {
    text-transform: capitalize;
}

.profile-merchant__btn.custom--color a {
    color: #ffffff;
    background: #f4a137;
    border: 1px solid #f4a137;
}

.profile-merchant__btn.custom--color a:hover {
    color: #f4a137;
    background: #ffffff;
}

.profile-merchant__btn a {
    width: 175px;
    padding: 5px 5px;
    border: 1px solid #a5a5a5;
    border-radius: 5px;
    background: #ffffff;
    color: #a5a5a5;
    text-transform: uppercase;
}

.profile-merchant__btn a.text-capital {
    text-transform: capitalize;
}

.text-payment-pending {
    font-size: 20px !important;
    color: #4480b7 !important;
    font-weight: 400 !important;
}

.btn__pending a.blue {
    color: #4480b7;
    border: 1px solid #4480b7;
}

.btn__pending a.blue:hover {
    background: #4480b7;
    color: #ffffff;
}

.btn.btn--color-navy-custom {
    width: 98%;
    border-radius: 5px;
    background: #232f3e;
    color: #ffffff;
    text-transform: uppercase;
}

.btn.btn--color-navy-custom:hover {
    background: #ffffff;
    color: #232f3e;
    border: 1px solid #232f3e;
}

.btn__store {
    margin-right: 5px;
    margin-bottom: 15px;
}

.btn__store img {
    width: 100%;
}

.wrapper__btn-subs .text-download {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.form-control.datetimepicker__custom {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    background: #ffffff !important;
}

.wrapper__dropdown-gender {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 6px 12px;
}

.yt-content-slider.slider-brand--home6 .yt-content-slide img {
    object-fit: contain;
}

.product-item-container .left-block img {
    object-fit: contain;
}

.product-item-container .right-block img {
    object-fit: contain;
}

.product-item-container .img_0.img-responsive {
    object-fit: cover;
    object-position: top;
}

.product-item-container .thumbs-product img {
    object-fit: contain;
}

.content-product-left #thumb-slider img {
    object-fit: contain;
}

.footer__img {
    margin-bottom: 15px;
}

.footer__text {
    font-size: 13px;
    line-height: 24px;
}

.box-information {
    display: flex;
    justify-content: center;
}

.box-service {
    display: flex;
    justify-content: center;
}

.footer__icons {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 35px;
    vertical-align: top;
    text-align: center;
    background: #fff;
}

.copyright-text {
    font-size: 10px;
}

.shopping_cart.pull-right {
    float: left !important;
}

.wrapper__sitemap {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.sitemap__mb {
    margin-bottom: 4px !important;
}

.title.sitemap {
    margin-bottom: 30px;
}

.profile-merchant__logo img {
    height: 120px !important;
}

.slider-clientsay .owl2-dots {
    padding: 25px 0;
    text-align: center;
}

.slider-clientsay .owl2-dots .owl2-dot {
    margin: 0 2px;
    width: 8px;
    height: 8px;
    display: inline-block;
    background-color: #999;
    border-radius: 4px;
    @inlcude transition(all .2s ease-in-out 0s): ;
}

.slider-clientsay .owl2-dots .owl2-dot.active {
    width: 25px;
    background: #f4a137;
}

.content-description ol {
    list-style-type: decimal;
}

.content-description li {
    padding-left: 5px;
}

/* Add Ons*/
.nav-menu .nav-menu-content::before {
    content: url(../images/icon-megamenu-plus.svg) !important;
}

.nav-menu .active::before {
    content: url(../images/icon-megamenu-active.svg) !important;
}

.nav-item-user .nav-link:hover {
    background-color: initial !important;
}

.nav-item-user .nav-link:focus {
    background-color: initial !important;
}

.nav-item-user ul li {
    border-bottom: 1px solid #E3E3E3;
}

.nav-item-user ul li a:hover {
    background-color: initial !important;
    color: #F39828;
}

.profil-m {
    padding: 0 10px;
}

.nav-caret {
    margin-bottom: 1px;
}

.nav-caret-m {
    position: absolute;
    right: 4%;
    bottom: 45%;
    border-top: 4px solid transparent;
    border-right: 0;
    border-left: 4px dashed;
    border-bottom: 4px solid transparent;
}

.nav-caret-m-active {
    position: absolute;
    right: 4%;
    bottom: 45%;
    border-top: 4px dashed !important;
    border-right: 4px solid transparent !important;
    border-left: 4px solid transparent !important;
    border-bottom: 0 !important;
}

.dropdown-menu-m li {
    border-bottom: none !important;
}

#remove-megamenu {
    display: block !important;
}

.account-notif{
    /* color: white; */
    color: #555;
    /* background-color: #3FB067; */
    background: #F9F9F9;
    /* padding: 7px 20px; */
    padding: 13px;
    /* box-shadow: 0px 5px 11px rgba(0, 0, 0, 0.28); */
    font-weight: 500;
    /* font-size: 14px; */
    font-size: 12px;
    /* line-height: 17px; */
    line-height: normal;
    margin: auto;
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    /* max-width: 600px; */
    max-width: 300px;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.notif-img{
    text-align: center;
    margin-right: 10px;
}
@media only screen and (max-width: 480px) {
    .account-notif{
        font-size: 12px;
        align-items: start;
    }
    .notif-img{
        width: 25%;
    }
}
.alternative-login{
    border-radius: 5px;
    border: 1px solid #DDD;
    display: flex;
    width: 300px;
    padding: 6px 12px;
    justify-content: center;
    align-items: center;
    color: #555;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    margin: auto;
}
.alternative-login.biid{
    background: #EDEDED;
    margin-bottom: 20px;
}
.alternative-login.biid svg{
    margin-left: 5px;
}
.alternative-login.google{
    background: #fff;
}
.alternative-login.google svg{
    margin-right: 12px;
}

/* Bootstrap 5 added class */
.rounded-circle {
    border-radius: 50%;
}

.fw-bold {
    font-weight: 700;
}

.fw-semibold {
    font-weight: 600;
}

.text-black {
    color: #000000;
}

.rounded-0 {
    border-radius: 0;
}

.border-0 {
    border: none;
}

.border-top-0 {
    border-top: none !important;
}

.border-bottom-0 {
    border-bottom: none !important;
}

.d-none {
    display: none;
}

.d-flex {
    display: flex;
}

.d-flex-imp {
    display: flex !important;
}

.d-block {
    display: block;
}

.d-block-imp {
    display: block !important;
}

.d-inline-block {
    display: inline-block;
}

.d-inline-block-imp {
    display: inline-block !important;
}

.align-items-center {
    align-items: center;
}

.justify-content-center {
    justify-content: center;
}

.text-white {
    color: white;
}

.f-14 {
    font-size: 14px;
}

.bg-orange {
    background-color: #F39828;
}

.text-red {
    color: #DB1515 !important;
}

.text-red:hover {
    color: #DB1515 !important;
}

.rounded5 {
    border-radius: 5px;
}

.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: .25rem !important;
}

.m-2 {
    margin: .5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.me-0 {
    margin-right: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.ms-0 {
    margin-left: 0 !important;
}

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.mt-1 {
    margin-top: .25rem !important;
}

.me-1 {
    margin-right: .25rem !important;
}

.mb-1 {
    margin-bottom: .25rem !important;
}

.ms-1 {
    margin-left: .25rem !important;
}

.mx-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
}

.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
}

.mt-2 {
    margin-top: .5rem !important;
}

.me-2 {
    margin-right: .5rem !important;
}

.mb-2 {
    margin-bottom: .5rem !important;
}

.ms-2 {
    margin-left: .5rem !important;
}

.mx-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.me-3 {
    margin-right: 1rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.ms-3 {
    margin-left: 1rem !important;
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.my-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.me-4 {
    margin-right: 1.5rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.ms-4 {
    margin-left: 1.5rem !important;
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.me-5 {
    margin-right: 3rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.ms-5 {
    margin-left: 3rem !important;
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.mt-auto {
    margin-top: auto !important;
}

.me-auto {
    margin-right: auto !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.ms-auto {
    margin-left: auto !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.my-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
}

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: .25rem !important;
}

.p-2 {
    padding: .5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pe-0 {
    padding-right: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.ps-0 {
    padding-left: 0 !important;
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.pt-1 {
    padding-top: .25rem !important;
}

.pe-1 {
    padding-right: .25rem !important;
}

.pb-1 {
    padding-bottom: .25rem !important;
}

.ps-1 {
    padding-left: .25rem !important;
}

.px-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
}

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
}

.pt-2 {
    padding-top: .5rem !important;
}

.pe-2 {
    padding-right: .5rem !important;
}

.pb-2 {
    padding-bottom: .5rem !important;
}

.ps-2 {
    padding-left: .5rem !important;
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pe-3 {
    padding-right: 1rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.ps-3 {
    padding-left: 1rem !important;
}

.py-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pe-4 {
    padding-right: 1.5rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.ps-4 {
    padding-left: 1.5rem !important;
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

.pe-5 {
    padding-right: 3rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.ps-5 {
    padding-left: 3rem !important;
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

/* MEDIA QUERY */
@media only screen and (max-width: 481px) {

    .box-service,
    .box-information {
        justify-content: initial;
    }
}

@media only screen and (max-width: 768px) {
    .slider-products.custom {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .discuss-review__img {
        width: 100%;
    }

    .wrapper__form-register {
        flex-wrap: unset;
    }

    .form-control.border-radius.custom--width {
        width: 100%;
    }

    .container__cart {
        justify-content: center;
    }

    .container__select-payment {
        flex-wrap: wrap;
    }

    .select-payment__flex {
        width: 100%;
    }

    .checkmark-radio {
        left: 0px;
    }

    .cart__flexbox--mediaquery {
        display: flex;
        justify-content: center;
    }

    .form-control.border-radius.custom--width-tabs-profile {
        width: 100%;
    }

    .profile-merchant__btn.custom--mb.ml {
        margin-left: 0px;
    }

    .wrapper__btn-profile-tabs {
        justify-content: center;
    }

    .border-line-tabs {
        padding-left: 0px;
    }

    .wrapper__search-filter input {
        width: 100% !important;
    }

    .bank-account-form {
        padding-left: 20px;
        padding-right: 20px;
    }

    .row.justify-content-center {
        display: unset;
        justify-content: unset;
    }

    .total-transaction__label {
        flex-direction: column;
    }

    .input-group-btn.custom {
        left: 90%;
    }

    .btn__pending.custom--mb {
        display: flex;
        flex-direction: column;
    }

    .wrapper__profile-detail-btn {
        justify-content: center;
    }

    .navbar-logo{
        margin-bottom: initial;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .nav-right-m{
        display: flex;
        align-items: center;
        justify-content: end;
        gap: 20px;
    }
    .shopcart-gate{
        position: relative;
        margin-right: 15px;
    }
    .shopcart{
        position: unset;
    }
    .shopcart .shopbasket{
        width: 30px;
        height: 30px;
        margin: initial;
    }
    .shopcart .shopbasket img{
        max-width: 100%;
        position: initial;
    }
    .shopcart .shopcart-notification{
        position: absolute;
        top: 50%;
        transform: translatey(-50%);
        right: -14px;
        width: 25px;
        height: 25px;
        background-color: #E74C3C;
        border: 1px solid white;
        border-radius: 50%;
        text-align: center;
    }
    .shopcart .shopcart-notification p{
        font-weight: bold;
        font-size: 12px;
        color: white;
    }
    .shopcart .handle{
        background: url(https://cdn.bisnis.com/tokobisnis/web/assets/images/theme/icons/icon_minicart.png) no-repeat 10px 10px;
        background-color: #f4a137;
        width: 40px;
        height: 40px;
        margin: 5px 10px;
    }
    .megamenu-hori{
        width: fit-content;
    }
    .navbar-header .navbar-toggle{
        padding: unset;
        width: unset;
        height: unset;
        margin-right: initial !important;
    }
    .navbar-header .navbar-toggle img{
        width: 40px;
        height: 40px;
    }
    .megamenu-wrapper{
        width: 100%;
        padding: 15px;
    }
}


@media only screen and (min-width:481px) and (max-width:1023px) {

    .navbar-logo{
        margin-bottom: initial;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .nav-right-m{
        display: flex;
        align-items: center;
        justify-content: end;
        gap: 20px;
    }
    .shopcart-gate{
        position: relative;
        margin-right: 10px;
    }
    .shopcart{
        position: unset;
    }
    .shopcart .shopbasket{
        width: 30px;
        height: 30px;
        margin: initial;
    }
    .shopcart .shopbasket img{
        max-width: 100%;
        position: initial;
    }
    .shopcart .shopcart-notification{
        position: absolute;
        top: 50%;
        transform: translatey(-50%);
        right: -14px;
        width: 25px;
        height: 25px;
        background-color: #E74C3C;
        border: 1px solid white;
        border-radius: 50%;
        text-align: center;
    }
    .shopcart .shopcart-notification p{
        font-weight: bold;
        font-size: 12px;
        color: white;
    }
    .shopcart .handle{
        background: url(https://cdn.bisnis.com/tokobisnis/web/assets/images/theme/icons/icon_minicart.png) no-repeat 10px 10px;
        background-color: #f4a137;
        width: 40px;
        height: 40px;
        margin: 5px 10px;
    }
    .megamenu-hori{
        width: fit-content;
    }
    .navbar-header .navbar-toggle{
        padding: unset;
        width: unset;
        height: unset;
        margin-right: initial !important;
    }
    .navbar-header .navbar-toggle img{
        width: 40px;
        height: 40px;
    }
    .megamenu-wrapper{
        width: 100%;
        padding: 15px;
    }
}

@media only screen and (min-width: 768px) {
    .d-sm-block {
        display: block;
    }
    .d-sm-none {
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    .d-lg-block {
        display: block;
    }

    .d-lg-none {
        display: none;
    }
}

@media only screen and (min-width: 1200px) {}

@media only screen and (min-width: 1400px) {
    .col-xl-1 {
        width: 8.33333333%;
    }

    .col-xl-2 {
        width: 16.66666667%;
    }

    .col-xl-3 {
        width: 25%;
    }

    .col-xl-4 {
        width: 33.33333333%;
    }

    .col-xl-5 {
        width: 41.66666667%;
    }

    .col-xl-6 {
        width: 50%;
    }

    .col-xl-7 {
        width: 58.33333333%;
    }

    .col-xl-8 {
        width: 66.66666667%;
    }

    .col-xl-9 {
        width: 75%;
    }

    .col-xl-10 {
        width: 83.33333333%;
    }

    .col-xl-11 {
        width: 91.66666667%;
    }

    .col-xl-12 {
        width: 100%;
    }
}