/*** ***/
@media screen and (max-width: 676px) {
    .main-contennt .key-ingredients-section .key-card .heading a.collapsed i::before {
        margin-left: 2pc;
        content: "\f067";
    }
}
::placeholder {
    color: black !important;
    opacity: 1;
    /* Firefox */
}
::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: black !important;
}

.circle:hover {
    cursor: pointer;
}
/**** bootstrap v5 ***/
a{ text-decoration: none; }
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}
.modal-open {
    overflow: hidden;
}
.form-group {
    margin-bottom: 1rem;
}

.tooltip-inner {
    background-color: #00cc00;
}

.tooltip.bs-tooltip-right .arrow:before {
    border-right-color: #00cc00 !important;
}

.tooltip.bs-tooltip-left .arrow:before {
    border-left-color: #00cc00 !important;
}

.tooltip.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #00cc00 !important;
}

.tooltip.bs-tooltip-top .arrow:before {
    border-top-color: #00cc00 !important;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
    border: 1p solid;
}

.rating {
    display: inline-block;
}

.rating input {
    display: none;
}

.rating label {
    color: #ddd;
    font-size: 30px !important;
    padding: 5px;
    cursor: pointer;
}

.rating label:before {
    content: '\2605';

}

.rating input:checked~label,
.rating input:checked~label~label {
    color: #ffca08;
}

.filled {
    color: #32439b !important;

}

.collapse-content {
    display: none;
    background-color: #fff;
}

.main-contennt .header a.navbar-brand img {
    width: 49px;
}
.main-contennt .header a.navbar-brand img.logo-img.desktop-none {
    width: 200px;
    height: auto;
}

/* Popup Box Styles */
.popup-container {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #27449a;
    color: #fff;
    border-radius: 25px;
    padding: 20px;
    padding-top: 40px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    width: 600px;
}

.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    transform: translate(-10px, -10px);
    cursor: pointer;
    font-size: 30px;
}

.country-globe {
    cursor: pointer;
}
.country-globe img {
    height: 22px;
}

@media only screen and (min-width: 677px) {
    .globe-mob{ display: none; }
}

@media only screen and (max-width: 676px) {
.nav-right {
    padding-right: 8px;
}
.country-globe img {
    height: 25px;
    width: 25px;
    filter: brightness(0) invert(1);
}

}

@media only screen and (max-width: 600px) {
    .popup-container {
        display: none;
        position: fixed;
        top: 70% !important;
        left: 0% !important;
        margin: 10px;
        transform: translate(0%, -70%) !important;
        background: #27449a;
        color: #fff;
        border-radius: 25px;
        padding: 20px;
        padding-top: 40px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        z-index: 9999;
        width: 600px;
    }
}

.popup_lang:hover {
    color: #28a745 !important;
}
.nav-link-active {
    color: #28a745 !important;
}

.main-contennt .buy-section .left-imgs a .buy-tag {
    position: absolute;
    right: -10px;
    top: 70%;
    z-index: 1000;
    background-color: #22b400;
    border: 2px solid #32439b;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    line-height: 1;
    padding: 17px 0px;
    transition: 1s all;
}

.main-contennt .buy-section .left-imgs a:hover .buy-tag {
    background-color: #32439b;
}

.iframe-lang:hover {
    color: #40b02f !important;
    font-weight: bold !important;
}

.iframe-lang-active {
    color: #40b02f !important;
    font-weight: bold !important;
}

.policies a:hover {
    color: green;
    font-weight: bold;
}

