@media only screen and (max-width: 767px) {
    .website__identity__sidebar img.image__logo__tagline {
        margin-left: 12px;
        height: 46px;
    }
.sidebar .website__identity__sidebar img.image__logo {
    width: 42px;
    max-height: 100%;
}
.authorization__page .login__register__sidebar .website__identity__sidebar img.image__logo, .authorization__page .login__register__sidebar .website__identity__sidebar img.image__logo__tagline {
    max-width: max-content;
    max-height: 46px;
}
.view__cart__items__wrapper__body__item__product__info .item__price, .view__cart__items__wrapper__body__item__product__configoptions .item__price {
    font-weight: 600;
    font-size: 16px;
    color: #15b7a7;
    display: flex;
    gap: 5px;
    align-items: center;
}
.checkout__payment__gateway__radios__wrapper .checkout__payment__gateway__radios .payment__gateway__icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}
.sticky__order__summary__sidebar__wrapper .sticky__order__summary__sidebar .sticky__order__summary__sidebar__body .product__summary__price, .sticky__order__summary__sidebar__wrapper .sticky__order__summary__sidebar .sticky__order__summary__sidebar__body .product__info__price {
    font-weight: 400;
    font-size: 16px;
    color: var(--color-h-hover);
    white-space: nowrap;
    text-align: right;
}
.sticky__order__summary__sidebar__wrapper .sticky__order__summary__sidebar .sticky__order__summary__sidebar__body .product__summary__name, .sticky__order__summary__sidebar__wrapper .sticky__order__summary__sidebar .sticky__order__summary__sidebar__body .product__info__name {
    font-weight: 400;
    font-size: 16px;
    color: var(--color-h-hover);
}
.view__cart__items__wrapper .view__cart__items__wrapper__header .view__cart__items__wrapper__header__title {
    display: flex;
    height: 50px;
    align-items: center;
    font-size: 15px;
    font-weight: 400;
    color: var(--color-h);
}
.view__cart__items__wrapper__body .view__cart__items__wrapper__body__item .view__cart__items__wrapper__body__item__productinfo .this__item__domain {
    display: block;
    font-weight: 500;
    color: var(--a-link-color);
    font-size: 16px;
}
.nav.default__coodiv__row__nav .nav-item .nav-link {
    color: var(--color-gray);
    font-size: 16px;
    border-bottom: 2px solid transparent;
    padding: 0.5rem 0;
}
.product__cart__sidepanel__group .product__cart__sidepanel__item {
    gap: 10px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    color: #0e7397;
    padding: 0 0.7rem;
    position: relative;
    height: 60px;
    display: flex;
    align-items: center;
    border: 0;
    background: transparent;
    white-space: nowrap;
}
.standard__slider__standard__cart__toggle span {
    padding: 3px 20px;
    border-radius: 35px;
    color: var(--color-h);
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    min-width: 60px;
    text-align: center;
}
.nav.default__coodiv__row__nav .nav-item .nav-link {
    color: var(--color-gray);
    font-size: 16px;
    border-bottom: 2px solid transparent;
    padding: 0.5rem 0;
}
.product__cart__sidepanel__group .product__cart__sidepanel__item {
    gap: 10px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    color: #0e7397;
    padding: 0 0.7rem;
    position: relative;
    height: 60px;
    display: flex;
    align-items: center;
    border: 0;
    background: transparent;
    white-space: nowrap;
}
.main__footer__wrapper .bottom__footer__wrapper .footer__website__informations .image__logo__tagline, .main__footer__wrapper .bottom__footer__wrapper .footer__website__informations .image__logo.icon {
    max-height: 55px;
    width: auto;
}
.main__footer__wrapper .bottom__footer__wrapper {
    padding: 100px 0;
    border-top: 1px solid var(--border-color-light);
}
.view__cart__items__wrapper__body__item__product__configoptions .item__name {
    font-weight: bold;
    font-size: 14px;
    color: var(--color-h);
}
.view__cart__items__wrapper__body__item__product__configoptions .addon__qty__empty, .view__cart__items__wrapper__body__item__product__configoptions .item__value {
    font-weight: 400;
    font-size: 14px;
    color: var(--color-h-hover);
}