.vat_flag
{
    color: #FFFFFF;
    margin-right: 17px;
    height: 25px;
    display: inline-block;
    line-height: 25px;
    margin-left: 14px;
    margin-top: 8px;
}

@media (max-width: 991px) {
    .vat_flag {
        float: right;
        margin-left: 8px;
        color: #1b1b1b;
        margin-top: 14px;
    }
}

@media (max-width: 480px) {
    .vat_flag {
        margin-top: 6px;
    }
}

.vat_flag .vat_flag_text
{
    line-height: 25px;
    display: inline-block;
    position: relative;
    top: -7px;
}

.toggle-switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
}

/* Giriş stil */
.toggle-switch .toggle-input {
    display: none;
}

/* Anahtarın stilinin etrafındaki etiketin stil */
.toggle-switch .toggle-label {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 24px;
    background-color: #989898;
    border-radius: 34px;
    cursor: pointer;
    transition: background-color 0.3s;
    margin-bottom: 0;
}

/* Anahtarın yuvarlak kısmının stil */
.toggle-switch .toggle-label::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    top: 2px;
    left: 2px;
    background-color: #fff;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s;
}

/* Anahtarın etkin hale gelmesindeki stil değişiklikleri */
.toggle-switch .toggle-input:checked + .toggle-label {
    background-color: #4CAF50;
}

.toggle-switch .toggle-input:checked + .toggle-label::before {
    transform: translateX(16px);
}

.lyoshowvatfree_hidden
{
    display: none!important;
}

/* Light tema */
.toggle-switch.light .toggle-label {
    background-color: #BEBEBE;
}

.toggle-switch.light .toggle-input:checked + .toggle-label {
    background-color: #9B9B9B;
}

.toggle-switch.light .toggle-input:checked + .toggle-label::before {
    transform: translateX(6px);
}

/* Dark tema */
.toggle-switch.dark .toggle-label {
    background-color: #4B4B4B;
}

.toggle-switch.dark .toggle-input:checked + .toggle-label {
    background-color: #717171;
}

.toggle-switch.dark .toggle-input:checked + .toggle-label::before {
    transform: translateX(16px);
}

#lyoshowvatfree strong
{
    font-weight: normal!important;
}