.container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
}

#header {
    background-color: #ffffff;
}

#header.scrolled {
    background-color: #ffffff;
}

.breadcrumb a {
    text-decoration: none;
    color: #212529;
}

.breadcrumb a:hover {
    color: #f63f3f;
}

.dropdown a {
    text-decoration: none;
}

.container h1 {
    font-weight: bold;
    font-size: 22px;
    margin-top: 5px;
    margin-bottom: 15px;
}

.container h2 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
}

@media (max-width: 767.98px) {
    .container h1 {
        font-size: 20px;
        margin-bottom: 15px;
    }
}

.sort {
    margin-bottom: 15px;
    margin-top: 5px;
}

@media (max-width: 767.98px) {
    .sort {
        margin-top: 0px;
        font-size: 14px;
    }
}

.sort span {
    color: #111111;
}

span.sort-up {
    color: #111111;
    font-weight: 600;
}

.to-sort {
    color: #111111;
    font-weight: 600;
}

a.sort {
    padding: 0 0 0 5px;
    color: #212529;
}

ul.optional {
    padding: 0;
    line-height: 0px;
}

@media (max-width: 767.98px) {
    ul.optional {
        margin-bottom: 0px;
    }
}

li.optional {
    border: none;
    padding: 0;
    list-style-type: none;
    line-height: 22px;
}

@media (max-width: 767.98px) {
    li.optional {
        font-size: 14px;
    }
}

.bread {
    margin-top: 7px;
    margin-right: 6px;
    margin-left: 7px;
}

.home:hover {
    fill: #f63f3f;
}

.btn-search {
    --bs-btn-color: #68abc1;
    --bs-btn-border-color: #68abc1;
    --bs-border-color: #dee2e6;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #68abc1;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #68abc1;
    --bs-btn-active-border-color: #68abc1;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #68abc1;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #68abc1;
    --bs-gradient: none;
}

.form-control {
    border-color: #68abc1;
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #68abc1;
    outline: 0;
    box-shadow: none;
}

.card-img-top {
    width: 300px;
    margin: -10px 0 -10px 0;
}

@media (max-width: 767px) {
    .card-img-top {
        width: 250px;
        margin: -10px 0 -10px 0;
    }
}

.card-img-top-2 {
    width: 220px;
    margin: 10px 0 -10px 0;
}

.menu {
    border-bottom: 2px solid #e9e9e9;
    padding-bottom: 8px;
}

.menu a {
    position: relative;
    text-decoration: none;
    font-weight: 600;
    text-decoration: none;
    color: #111111;
    margin-right: 12px;
}

.menu a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -14px;
    width: 0;
    height: 2px;
    background-color: #f63f3f;
    transition: width 0.3s ease;
}

.menu a:hover {
    font-weight: 600;
    text-decoration: none;
    color: #f63f3f;
    margin-right: 12px;
}

.menu a:hover::after {
    width: 100%;
}

@media (max-width: 575.98px) {
    .menu {
        border-bottom: none;
        line-height: 35px;
        font-size: 14px;
    }

    .menu a {
        border-bottom: 1px solid #111111;
        margin-right: 5px;
    }

    .menu a:hover {
        border-bottom: 1px solid #f63f3f;
        margin-right: 5px;
    }

    .menu a::after {
        content: '';
        width: 0;
        height: 0px;
    }
}

.menu a.active-link {
    color: #f63f3f;
}

.menu a.active-link::after {
    width: 100% !important;
    background-color: #f63f3f;
    bottom: -12px;
}

#button-top {
    display: inline-block;
    background-color: #76b2c7;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 50px;
    right: 50px;
    transition: background-color 0.3s, opacity 0.3s, visibility 0.3s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}

#button-top.show {
    opacity: 1;
    visibility: visible;
}

#button-top:hover {
    cursor: pointer;
    background-color: #5aa2bc;
}

#button-top svg {
    margin-top: 10px;
}

.position-relative {
    position: relative;
}

#formGroupExampleInput {
    padding-left: 35px;
}

.search-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #68abc1;
}

.dropdown-menu {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

ul.dropdown-menu {
    width: 250px;
    border-radius: 10px;
}

@media (max-width: 767.98px) {
    ul.dropdown-menu {
        font-size: 14px;
    }
}

.dropdown-item {
    padding: 4px 12px;
}

.dropdown-item:active {
    background-color: transparent;
    color: #212529;
}

.dropdown-item svg {
    float: right;
}

.btn-close {
    background-color: transparent;
    border: none;
    font-size: 12px;
    cursor: pointer;
    --bs-btn-close-focus-shadow: none;
}

.btn-close:hover {
    color: #dc3545;
}

.f-10 {
    font-size: 10px;
}

.btn-close:active {
    border: none;
}

hr.dropdown-divider {
    margin: 3px 0;
    border-top: 1px solid #e9ecef;
}

.check-icon {
    margin-top: 2px;
}

.top-link {
    margin-top: 7px;
    margin-bottom: -5px;
}

.top-link a {
    font-size: 14px;
    font-weight: 600;
    color: #111111;
    text-decoration: none;
    margin-left: 7px;
}

.top-link a:hover {
    color: #f63f3f;
}

@media (max-width: 767.98px) {
    .top-link a {
        margin-left: 5px;
    }
}

.bi-geo-alt {
    margin-bottom: 3px;
}

.city {
    margin-top: 5px;
    margin-bottom: -5px;
}

.city a {
    font-size: 14px;
    font-weight: 600;
    color: #111111;
    text-decoration: none;
    border-bottom: 1px dashed #111111;
}

.city a:hover {
    color: #f63f3f;
    border-bottom: 1px dashed #f63f3f;
}

@media (max-width: 767.98px) {
    .logo img {
        width: 180px;
        margin: 0 auto;
        display: flex;
    }
}

.bi-cart2 {
    display: flex;
    margin: auto 15px;
}

.cart span {
    font-size: 14px;
    font-weight: 600;
}

.cart a {
    font-size: 14px;
    font-weight: 600;
    color: #111111;
    text-decoration: none;
}

.cart a:hover {
    font-size: 14px;
    font-weight: 600;
    color: #f63f3f;
    text-decoration: none;
}

#formGroupExampleInput::placeholder {
    color: #68abc1;
    opacity: 1;
}

.card-title a {
    font-weight: 600;
    text-decoration: none;
    color: #111111;
}

.card-title a:hover {
    color: #f63f3f;
}

.manufacturer {
    font-size: 14px;
    color: #707070;
    margin: 8px 0;
}

.pickup ul {
    font-size: 14px;
    color: #707070;
    padding: 5px 0px 0px 18px;
}

.pickup span {
    font-weight: 600;
}

.price {
    margin-bottom: 15px;
}

.price span {
    font-weight: 700;
    font-size: 20px;
}

.in-stock {
    margin: 0 0 5px 0;
}

.in-stock span {
    font-weight: 600;
    color: #3ca4c7;
}

.question-circle {
    margin-left: 3px;
    margin-bottom: 4px;
}

.buy-in-click a {
    color: #f63f3f;
    border: 1px solid #f63f3f;
    padding: 8px 0 10px 0;
    text-decoration: none;
    border-radius: 20px;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    display: block;
    margin: 0 0 10px 0;
}

.buy-in-click a:hover {
    background: #f63f3f;
    color: #ffffff;
}

.add-cart a {
    background: #f63f3f;
    border: none;
    color: #ffffff;
    padding: 7px 0 9px 0;
    text-decoration: none;
    border-radius: 20px;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    display: block;
    margin: 0 0 10px 0;
}

.add-cart a:hover {
    background: #f75252;
}

.add-cart-m a {
    background: #f63f3f;
    border: none;
    color: #ffffff;
    padding: 8px 0 10px 0;
    text-decoration: none;
    border-radius: 20px;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    display: block;
    margin: 0 0 10px 0;
}

.add-cart-m a:hover {
    background: #f75252;
}

.card-body {
    padding-bottom: 5px;
}

/*
.card:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
*/

.alert {
    border-radius: 0;
    border: none;
    background-color: #f3f8fa;
    color: #111111;
    font-size: 14px;
    height: 36px;
}

.alert p {
    margin-top: 2px;
}

.bi-info-circle {
    margin-top: -2px;
    margin-right: 2px;
}

.scrolled {
    background-color: #ffffff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

hr {
    transition: opacity 0.3s ease;
}

.transparent {
    opacity: 0;
}

.property span {
    border: 1px solid #5c5c5c;
    border-radius: 10px;
    font-size: 12px;
    display: inline-block;
    padding: 3px 10px 4px 10px;
    margin: 5px 0 10px 0;
    color: #5c5c5c;
}

span.pharmacy {
    font-size: 13px;
    color: #707070;
}

.accordion {
    --bs-accordion-btn-icon-width: 1rem;
}

.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: #f3f8fa;
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-item {
    border-color: #0000002d;
    --bs-accordion-btn-padding-x: 15px;
    --bs-accordion-btn-padding-y: 12px;
}

.accordion-body {
    padding: 12px 20px;
}

.certificates {
    margin-top: 10px !important;
    margin-bottom: 35px !important;
}

.certificates img {
    border: 1px solid #0000002d;
}

.tooltip-inner {
    max-width: var(--bs-tooltip-max-width);
    padding: 5px 10px 9px 10px;
    color: var(--bs-tooltip-color);
    text-align: center;
    background-color: #333333;
    border-radius: var(--bs-tooltip-border-radius);
}

.question-circle:focus {
    outline: none;
}

.intro {
    background-color: #f3f8fa;
    padding: 20px 25px 10px 25px;
    border-radius: 5px;
    font-weight: 600;
    border-radius: 6px;
}

.intro ul {
    list-style: none;
    margin: 0 0 18px 0;
}

.intro li {
    margin: 0 0 10px 0;
}

@media (min-width: 992px) {

    .modal-lg,
    .modal-xl {
        --bs-modal-width: 900px;
    }
}

@media (max-width: 767.98px) {
    .modal-content {
        padding: 0 !important;
    }
}

.modal-content {
    padding: 0 5px;
}

.instr {
    padding: 0 15px;
}

.modal-title {
    font-size: 18px;
    font-weight: 700;
}

.subtitle {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
}

h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
}

.nav-list {
    list-style: none;
    padding: 0;
    margin: 0 0 0 -5px;
}

.instruction {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #111111;
    text-decoration: none;
    font-size: 14px;
    border-radius: 5px;
    text-align: center;
    color: #111111;
}

.instruction:hover {
    color: #f63f3f;
    border: 1px solid #f63f3f;
}

.instruction2 {
    border: 1px solid rgba(0, 0, 0, 0.175);
    padding: 15px 20px;

}

#analogs {
    padding-bottom: 7px;
}

#analogs h2 {
    margin-bottom: 5px;
}

.analogs a {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #5aa2bc;
    text-decoration: none;
    font-size: 14px;
    border-radius: 5px;
    text-align: center;
    color: #5aa2bc;
    margin-bottom: 2px;
}

.analogs a:hover {
    color: #f63f3f;
    border: 1px solid #f63f3f;
}

.border22 {
    padding: 1.2rem 1.2rem 0.8rem 1.2rem !important;
    border: 1px solid rgba(0, 0, 0, 0.175);
}

.privacy {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #111111;
    text-decoration: none;
    font-size: 14px;
    border-radius: 5px;
    text-align: center;
    color: #111111;
}

.privacy:hover {
    color: #f63f3f;
    border: 1px solid #f63f3f;
}

.agreement {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #111111;
    text-decoration: none;
    font-size: 14px;
    border-radius: 5px;
    text-align: center;
    color: #111111;
}

.agreement:hover {
    color: #f63f3f;
    border: 1px solid #f63f3f;
}

.light td {
    background-color: #f9f9f9;
}

.btn-secondary {
    --bs-btn-color: #68abc1;
    --bs-btn-bg: #fff;
    --bs-btn-border-color: #68abc1;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #68abc1;
    --bs-btn-hover-border-color: #68abc1;
    --bs-btn-focus-shadow-rgb: none;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #68abc1;
    --bs-btn-active-border-color: #68abc1;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #68abc1;
    --bs-btn-disabled-border-color: #68abc1;
}

.cookie-report {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    background-color: #333;
    color: white;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    z-index: 1000;
}

.cookie-report.show {
    opacity: 0.9;
    visibility: visible;
}

.cookie-report a {
    color: #ffffff;
    text-decoration: underline;
}

.cookie-report a:hover {
    color: #cccccc;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .cookie-report {
        width: calc(100% - 40px);
        left: 20px;
        bottom: 10px;
        transform: none;
        font-size: 14px;
        opacity: 0.9;
    }
}

#acceptCookies {
    font-size: 14px;
}

p.cookie-text {
    margin-bottom: 0px;
}

.modal-body {
    scroll-behavior: smooth;
}

:root {
    --modal-transition-duration: 0.2s;
}

.modal.fade .modal-dialog {
    transition: transform var(--modal-transition-duration) ease-out, opacity var(--modal-transition-duration) ease-out;
}

a.city-item {
    color: #111111;
    font-size: 16px;
    line-height: 35px;
    border-bottom: none;
}

a.city-item:hover {
    border-bottom: none;
}

@media (max-width: 768px) {
    .header-city {
        border-bottom: none;
        margin-bottom: -15px;
    }
}

@media (max-width: 768px) {
    a.city-item {
        display: block;
        padding: 4px 0 6px 0;
        text-decoration: none;
        border-top: 1px solid #dadada;
    }

    a.city-item:hover {
        display: block;
        padding: 4px 0 6px 0;
        text-decoration: none;
        border-top: 1px solid #dadada;
    }

    a.city-last {
        display: block;
        padding: 4px 0 5px 0;
        text-decoration: none;
        border-bottom: 1px solid #dadada;
    }

    a.city-last:hover {
        display: block;
        padding: 4px 0 5px 0;
        text-decoration: none;
        border-bottom: 1px solid #dadada;
    }

    ul.list-unstyled {
        margin-bottom: 2px;
    }
}

.city-item.selected {
    color: #f63f3f;
}

.accordion-button {
    color: #212529;
    font-weight: 600;
    background-color: #f3f8fa;
}

.accordion-button:not(.collapsed) {
    color: #212529;
    font-weight: 600;
}

.accordion-body span {
    margin-bottom: 3px;
    display: block;
}

.accordion-item span {
    margin-bottom: 3px;
    display: block;
}

.accordion-button p {
    margin-bottom: 2px;
}

.accordion {
    --bs-accordion-border-width: 0;
}

.accordion-collapse {
    transition: height 0.2s ease;
}

.w-150 {
    width: 144px;
    margin-top: 5px;
}

.w-180 {
    width: 180px;
}

.w-175 {
    width: 175px;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    width: 14px;
    height: 14px;
    content: "";
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="%23707070" viewBox="0 0 16 16"%3E%3Cpath fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708"%3E%3C/path%3E%3C/svg%3E');
    background-size: contain;
    background-repeat: no-repeat;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    vertical-align: middle;
    margin-top: 7px;
    margin-right: 6px;
    margin-left: -1px;
}

.table-cell-padding td,
.table-cell-padding th {
    padding: 15px;
}

.table-pickup tbody tr:nth-child(even) td {
    background-color: #f3f8fa;
}

.table-light {
    --bs-table-bg: #f3f8fa;
}

.table-pickup {
    font-size: 14px;
    margin-bottom: 35px;
}

td.name {
    color: #5aa3bb;
    font-weight: 600;
}

td.price {
    font-size: 16px;
    font-weight: 600;
    color: #5aa3bb;
    padding: 8px 15px 12px 15px;
}

@media (max-width: 768px) {
    .table-pickup thead {
        display: none;
    }

    .table-pickup tbody td:nth-child(3) {
        display: none;
    }

    .table-pickup tbody tr:nth-child(odd) td {
        background-color: #f3f8fa;
    }

    .table-pickup tbody tr:nth-child(even) td {
        background-color: #ffffff;
    }

    .table-pickup tbody td:nth-child(4) {
        width: 30%;
    }
}

.sign {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rating {
    display: inline-block;
    padding: 2px 6px 2px 6px;
    border-radius: 15px;
    color: #ffffff;
    font-size: 11px;
    background-color: #f86565;
    font-weight: 700;
    margin: 12px 10px 0 10px;
}

.m-rating {
    display: inline-block;
    padding: 2px 6px 2px 6px;
    border-radius: 15px;
    color: #ffffff;
    font-size: 11px;
    background-color: #f86565;
    font-weight: 700;
    margin: 15px 0;
}

.sign-right {
    display: grid;
    grid-auto-flow: column;
    gap: 0;
    align-items: center;
}

.original {
    display: inline-block;
    align-items: center;
    padding: 2px 6px;
    border-radius: 15px;
    color: #ffffff;
    font-size: 11px;
    background-color: #69b9d4;
    font-weight: 700;
    margin: 12px 10px 0 10px;
}

.m-original {
    display: inline-block;
    align-items: center;
    padding: 2px 6px;
    border-radius: 15px;
    color: #ffffff;
    font-size: 11px;
    background-color: #69b9d4;
    font-weight: 700;
    margin: 15px 0;
}

.prescription {
    display: inline-block;
    align-items: center;
    padding: 2px 6px;
    border-radius: 15px;
    color: #ffffff;
    font-size: 11px;
    background-color: #69b9d4;
    font-weight: 700;
    margin: 12px 10px 0 10px;
}

.m-thermolability {
    display: inline-block;
    align-items: center;
    padding: 2px 5px;
    border-radius: 20px;
    color: #ffffff;
    font-size: 11px;
    background-color: #69b9d4;
    font-weight: 700;
    margin-right: 5px;
    cursor: pointer;
    margin: 0 5px 0 0;
}

.favourites {
    outline: none;
    cursor: pointer;
}

.favourites:focus,
.favourites svg:focus,
.favourites svg use:focus {
    outline: none;
}

.favourites svg {
    margin-top: -4px;
}

.favourites:hover .bi-heart {
    fill: #f63f3f;
}

.favourites .bi-heart-fill {
    fill: #f63f3f;
}

.bi-info-circle {
    outline: none;
}

.question-circle {
    outline: none;
    cursor: pointer;
}

.img-fluid {
    cursor: pointer;
}

.head-form {
    font-weight: bold;
    font-size: 20px;
    margin: 0 0 10px 0;
}

.head-success {
    font-weight: bold;
    font-size: 18px;
    margin: 0 0 15px 0;
}


.funk {
    color: #6c757d;
}

.add-order {
    width: 100%;
    background-color: #f63f3f !important;
    border: none !important;
    padding-top: 6px !important;
    padding-bottom: 9px !important;
}

.add-order:hover {
    background-color: #f75252 !important;
}

.data:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #68abc1 !important;
}

.fancybox__content {
    padding-top: 20px !important;
}

.is-compact .fancybox__content>.f-button.is-close-btn {
    --f-button-svg-stroke-width: 2;
    --f-button-border-radius: 50%;
    --f-button-color: #fff;
    --f-button-hover-color: #fff;
    --f-button-outline-color: #000;
    --f-button-bg: ;
    --f-button-active-bg: ;
    --f-button-hover-bg: ;
    --f-button-svg-width: 17px;
    --f-button-svg-height: 17px;
    --f-button-svg-filter: none;
    top: 15px;
    right: 15px;
    color: #000000;
    opacity: 0.4;
}

.fancybox__content>.f-button.is-close-btn {
    --f-button-svg-stroke-width: 2;
    --f-button-width: 25px;
    --f-button-height: 25px;
    --f-button-border-radius: 4px;
    --f-button-color: var(--fancybox-color, #fff);
    --f-button-hover-color: var(--fancybox-color, #fff);
    --f-button-bg: transparent;
    --f-button-hover-bg: transparent;
    --f-button-active-bg: transparent;
    --f-button-svg-width: 18px;
    --f-button-svg-height: 18px;
    position: absolute;
    top: 15px;
    right: 15px;
    color: #000000;
    opacity: 0.4;
}

.fancybox__content>.f-button.is-close-btn:hover {
    opacity: 0.65;
}

.fancybox__backdrop {
    background-color: rgba(0, 0, 0, 0.7);
}

i.bi.bi-check-square::before {
    content: "\f26d";
    font-size: 22px;
    color: #69b9d4;
}

@media (min-width: 992px) {
    .custom-modal {
        max-width: 600px;
    }
}

@media (max-width: 991.98px) {
    .custom-modal {
        max-width: 100%;
    }
}

.pharmacies p {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}

.pharmacies span {
    font-weight: 700;
}

.license p {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}

.license span {
    font-weight: 700;
}

.contacts p {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}

.contacts span {
    font-weight: 700;
}

.contacts a {
    text-decoration: none;
    color: #3a788d;
    font-weight: 400;
    align-self: flex-start;
    display: inline;
}

.contacts a:hover {
    text-decoration: none;
    color: #f63f3f;
    font-weight: 400;
    align-self: flex-start;
    display: inline;
}

#map {
    margin-bottom: 35px !important;
}

.plug-container {
    max-width: 700px;
    margin: 0 auto;
}

.logo-2 {
    width: 180px;
    margin: 0 auto;
    display: flex;
}

.plug {
    background-color: #f3f8fa;
}

.plug a {
    color: #0295e5;
}

.plug a:hover {
    color: #f63f3f;
}

.plug h1 {
    font-size: 18px;
}

.plug h2 {
    font-size: 16px;
}

.plug b {
    font-weight: 500;
}

.plug-alert {
    border: 1px solid #f63f3f;
    font-size: 14px;
    padding: 10px;
    width: 95%;
    margin: 0 auto;
}

.footer {
    font-size: 14px;
}

.footer a {
    color: #333333;
}

.footer a:hover {
    color: #f63f3f;
}

.f-head {
    font-size: 15px;
}

.btn-com {
    --bs-btn-color: #68abc1;
    --bs-btn-border-color: #68abc1;
    --bs-border-color: #dee2e6;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #68abc1;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #68abc1;
    --bs-btn-active-border-color: #68abc1;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #68abc1;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #68abc1;
    --bs-gradient: none;
}

span.product-com {
    color: rgba(33, 37, 41, 0.75);
    font-size: 14px;
}

p.fs-15 {
    font-size: 15px;
}

.avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #c9e0e8;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.like-dislike-btn {
    cursor: pointer;
    color: rgba(33, 37, 41, 0.75);
}

.like-dislike-btn.active-like {
    color: #4c9cb6;
}

.like-dislike-btn.active-dislike {
    color: #f63f3f;
}

.review-count-badge {
    background-color: #f86565;
    color: #fff;
    border-radius: 20px;
    padding: 2px 7px 3px 7px;
    margin-left: 7px;
    font-weight: 600;
    margin-bottom: -3px;
    font-size: 12px;
}

.rating-com {
    display: inline-block;
    padding: 3px 8px 3px 8px;
    border-radius: 15px;
    color: #ffffff;
    font-size: 9px;
    background-color: #f86565;
    font-weight: 700;
    margin: 0 10px 0 10px;
}

.rating-com i.empty {
    color: #ffffff;
}

@media (max-width: 767.98px) {
    .rating-com i {
        font-size: 0.4rem;
    }

    .rating-com {
        padding: 0px 7px 3px 7px;
        font-size: 11px;
        margin: 0 0 0 10px;
        width: 60px;
    }

    span.date-com {
        font-size: 14px;
        display: block;
    }
}

span.date-com {
    font-size: 14px;
}

.score {
    font-size: 14px;
    color: rgba(33, 37, 41, 0.75);
}

.user-added {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.user-added.show {
    opacity: 1;
    transform: translateY(0);
}

#userName,
#userEmail,
#productSelect,
#userComment {
    border: 1px solid #d2d2d2;
    font-size: 15px;
}

.btn-com {
    background-color: #f86565;
    color: #fff;
    border: none;
    font-size: 15px;
}

.btn-com:hover {
    background-color: #f75252;
}

.btn-com:active {
    background-color: #f75252 !important;
}

.form-label {
    font-size: 15px;
    margin-bottom: 15px;
}

.star-container {
    display: inline-block;
    margin-left: 3px;
}

.star {
    font-size: 16px;
    color: #cccccc;
    cursor: pointer;
    transition: color 0.2s;
}

.star.active-star {
    color: #f86565;
}

.head-review {
    margin: -5px 0 -10px 0;
}

.photo-buyer {
    width: 10%;
    border-radius: 10px;
    margin: 10px 0 15px 0;
    cursor: pointer;
}

@media (max-width: 767.98px) {
    .photo-buyer {
        width: 30%;
        border-radius: 10px;
        margin: 10px 0 15px 0;
        cursor: pointer;
    }
}

.photo-buyer-horizontal {
    width: 20%;
    border-radius: 10px;
    margin: 10px 0 15px 0;
    cursor: pointer;
}

@media (max-width: 767.98px) {
    .photo-buyer-horizontal {
        width: 55%;
        border-radius: 10px;
        margin: 10px 0 15px 0;
        cursor: pointer;
    }
}

#exampleFormControlSelect1 option[disabled][selected] {
    color: red;
}

#exampleFormControlSelect1 option {
    color: black;
}

.form-order {
    padding: 5px;
}

.h-town {
    background-color: #f3f8fa;
    font-weight: 600;
}

a.dose {
    color: #f63f3f;
    margin-top: -3px;
    font-weight: 600;
    text-decoration: none;
}

a.dose:hover {
    margin-top: -3px;
    color: #212529;
    text-decoration: none;
}

span.npharmacy {
    background-color: #f86565;
    color: white;
    padding: 3px 10px 5px 10px;
    border-radius: 15px;
    font-size: 14px;
}

span.promocode {
    background-color: #f86565;
    color: white;
    padding: 0px 7px 2px 7px;
    border-radius: 15px;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
}

.product-com {
    position: relative;
    padding-right: 1.4em;
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
}

.product-com::after {
    content: "\F26A";
    font-family: "bootstrap-icons";
    position: absolute;
    right: 0;
    top: 52%;
    transform: translateY(-50%);
    font-size: 1em;
    color: #76b3c7;
}

.accordion-item {
    border: 1px solid #e5f0f4;
}

.accordion-body p {
    margin-bottom: 5px;
    margin-left: -3px;
}

.information {
    color: #212529;
}

span.char {
    font-weight: 600;
    color: #212529;
}

.photo-main {
    width: 95%;
    border-radius: 10px;
    margin: 10px 0 15px 0;
    cursor: pointer;
    border: 1px solid #ccc;
    padding: 5px;
}

@media (max-width: 767.98px) {
    .photo-main {
        width: 95%;
        border-radius: 10px;
        margin: 10px 0 15px 0;
        cursor: pointer;
        border: 1px solid #ccc;
        padding: 5px;
    }
}

.photo-main-horizontal {
    width: 25%;
    border-radius: 10px;
    margin: 10px 0 15px 0;
    cursor: pointer;
}

@media (max-width: 767.98px) {
    .photo-main-horizontal {
        width: 15%;
        border-radius: 10px;
        margin: 10px 0 15px 0;
        cursor: pointer;
    }
}

.appearance {
    font-size: 14px;
    color: #707070;
    display: flex;
    align-items: center;
}

span.stars {
    vertical-align: middle;
    position: relative;
    top: -3px;
    white-space: nowrap;
    display: inline-block;
}

.thumbnail.active-thumbnail .img-thumbnail {
    border: 1px solid #f86565 !important;
}

.thumbnail:not(.active-thumbnail):hover .img-thumbnail {
    border-color: #adb5bd !important;
}

.commerce {
    padding: 15px 22px 18px 22px;
    border: 1px solid rgba(0, 0, 0, 0.175);
    border-radius: 5px;
}

.delivery {
    padding: 15px 22px 18px 22px;
    border: 1px solid rgba(0, 0, 0, 0.175);
    border-radius: 5px;
}

#delivery {
    font-weight: 600;
}

#reviews {
    padding-top: 18px;
}

#reviews h2 {
    margin-bottom: 0px;
}

.feature-item {
    display: flex;
    flex-direction: column;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
}

.feature-item.border-bottom {
    border-bottom: 1px solid #dee2e6;
}

.feature-name {
    margin-bottom: 0.25rem;
}

.feature-value {
    font-weight: 500;
}

.feature-item:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .feature-item {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .feature-name {
        margin-bottom: 0;
    }
}

@media (max-width: 767.98px) {
    .feature-item:last-child {
        margin-bottom: -8px;
    }

    .order-2 {
        order: 2;
    }

    .order-3 {
        order: 3;
    }

    .card {
        margin-bottom: 0 !important;
        border-radius: 0;
    }

    .card:first-child {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

    .card:last-child {
        border-bottom-left-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        margin-bottom: 1rem !important;
    }

    .card:not(:last-child) {
        border-bottom: 0;
    }
}