﻿/*! CSS Used from: https://asmg.eienone.com/css/style.blue.css */
a, button {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

a {
    color: #4993e4;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #1d6cc3;
        text-decoration: underline;
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

.btn {
    font-weight: normal;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 3px;
}

label {
    font-weight: normal;
}

h4 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

/*! CSS Used from: https://asmg.eienone.com/Theme/ASMG/CSS/style.category.css */
*, *::after, *::before {
    box-sizing: border-box;
}

a {
    color: #3f8654;
    text-decoration: none;
}

img {
    max-width: 100%;
}
/*! CSS Used from: Embedded */
.btn:active:focus, .btn:focus {
    outline: none !important;
}

/*! CSS Used from: Embedded */
.recomProd h4 {
    color: #d90907;
    font-weight: 800;
}

.recomProd label {
    display: -webkit-box;
    font-weight: 500;
    height: calc(3em + 1rem - 1px);
    line-height: 1.2;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btnColor {
    background-color: #3183d5;
    color: #fff;
    width: 100%;
    border-radius: 15px;
}

    .btnColor:hover {
        color: #fff;
    }

@media (min-width: 1500px) {
    .padText {
        padding-top: 4rem;
    }
}

@media (min-width: 1920px) {
    .padText {
        padding-top: 8rem;
    }
}

@media (max-width: 767px) {
    .btnColor {
        font-size: 9pt !important;
    }

    .imgRekom img {
        height: calc(3em + 1rem + 90px) !important;
    }
}

@media (max-width: 401px) {
    .imgRekom img {
        height: calc(3em + 1rem + 70px) !important;
    }
}

@media (max-width: 320px) {
    .imgRekom img {
        height: calc(3em + 1rem + 50px) !important;
    }
}

.product-card {
    width: 95%;
    border: 1px solid rgba(217, 217, 217, 0.94) !important;
}

.product-image {
    /*Modified by Maulana on 20230412*/
    /*min-height: 11em;*/
    /*height: 100%;*/
    /*width: 100%;*/
    height: 11em;
    width: 11em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-desc {
    color: var(--derma-theme-font-color);
}

.product-font-size {
    font-size: 1em;
}

.product-btn {
    width: 40%;
    background: var(--derma-button-product-color);
}

.svg-icon {
    width: 1.5em;
    fill: var(--derma-theme-font-color);
}

.cursor-pointer {
    cursor: pointer;
}

/*Added by Maulana on 20230412*/
.product-image-content {
    max-height: 100% !important;
    max-width: 100% !important;
}

.btn-icon {
    width: 20.171px !important;
    height: 18px !important;
}

.btn-store {
    background-color: white !important;
    color: #F88424 !important;
    border: 1px solid #F88424 !important;
}

.product-flex {
    flex: 0 0 50% !important;
    padding-bottom: 1.5em !important;
}

.plus-icon {
    fill: #F88424 !important;
}

/*Added by Maulana on 20231116*/
.label-price-discount {
    color: #F82424 !important;
}

/*Added by Fahrel on 20231120*/
@media screen and (min-width: 900px) {
    .product-flex {
        flex: 0 0 20% !important;
        padding-bottom: 1.5em !important;
    }

    .desktop-main-icon {
        width: 150px;
    }
}