.MyFollow .fas.fa-heart {
    color: red !important;
}

.gray-btn {
    border: medium none;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    margin-top: 20px;
    padding: 10px 30px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease-in 0s;
    -o-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
    cursor: pointer;
    border-radius: 4px;
    background: #ddd;
    color: #737373;
}

.gray-btn:hover {
    background: #e76667;
    color: #fff;
}

.active-item {
    display: none;
}

.account-info {
    display: none;
}

.discountcode-info .info {
    display: none;
    background: #9bd7e7;
    color: white;
    font-weight: bold;
    padding: 10px;
    font-size: 18px;
}

.discountcode-info .info.error {
    color: red;
}

.btn-custom04 {
    background: #ff4d4d;
    color: #fff;
    opacity: .8;
}

.btn-custom04:hover {
    color: #fff;
    opacity: 1;
}

.btn-cart3 {
    background: #c3c3c3;
    border: #c3c3c3 1px solid;
    color: #fff;
    opacity: .8;
    border-radius: 50px;
}

.btn-cart3:hover {
    color: #fff;
    opacity: 1;
}

.btn-custom05 {
    background: #7ac9df;
    color: #fff;
    opacity: .5;
}

.btn-custom05:hover,
.btn-custom05.active {
    color: #fff;
    opacity: 1;
}

.activity-cart-list {}

.activity-cart-list.stick {
    position: fixed;
    width: 100%;
    top: 48px;
    z-index: 98;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    webkit-box-shadow: 1px 2px 3px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 2px 3px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 2px 3px 1px rgba(0, 0, 0, 0.3);
}

[data-bk-link] {
    cursor: pointer;
}

.day.active-cart:not(.disabled) {
    color: #0f51a3;
}

.day.active-cart.active:not(.disabled) {
    color: white;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    padding: 0 10px;
}

[data-bk-link] {
    cursor: pointer;
}

.custom-onepage-header .custom-onepage-item {
    display: flex;
    flex: 0 0 90%;
    max-width: 90%;
    flex-direction: row-reverse;
    margin-left: 10%;
    padding: 5px 0;
    align-items: center;
}

.custom-onepage-header .top-icon {
    padding: 0;
}

.datepicker .day {
    text-align: center;
}

.datepicker .day:hover {
    cursor: pointer;
    background: #0062cc;
    color: #fff;
}

.datepicker .day.active {
    background: #0062cc;
    color: #fff;
}

.third_login_text {
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.third_login_text .line {
    display: inline-block;
    width: 20%;
    border-top: 1px solid #ccc;
}

.third_login_text .txt {
    color: #000;
    font-weight: bold;
    vertical-align: middle;
}

.third_login .third_login_btn {
    width: 80%;
    margin: auto;
    text-align: center;
}

.third_login .fb-login,
.third_login .google-login,
.third_login .line-login {
    margin: auto;
    text-align: center;
}

.third_login .fb-login img {
    width: 73%;
}

.third_login .google-login img {
    width: 100%;
}

.third_login .line-login img {
    width: 80%;
}

.btn-custom02 {
    border-radius: unset;
}

.quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.quantity i {
    margin: 0 5px;
    border: 10px solid transparent;
    background-clip: padding-box;
}

@media only screen and (min-width: 991px) {
    .header .custom-onepage-header .logo img {
        width: 40%;
    }
}

@media only screen and (max-width: 768px) {
    .btn-item .btn-fav:hover i {
        color: #777;
    }
}

.day.active-cart.disabled {
    background: gainsboro;
}