.container-page {
    margin-top: 0 !important;
    margin-bottom: 30px !important;
}

.off_canvars_overlay {
    cursor: pointer;
}

.modal-title {
    font-size: 20px;
    text-transform: uppercase;
}

.modal-header {
    background: #f9f9f9;
}

.modal-header .close {
    padding: 6px 12px;
    color: #ffffff;
    background: #333333;
    text-shadow: none;
    transition: .3s;
    opacity: 1;
}

.modal-footer {
    background: #f9f9f9;
}

.form-control:focus {
    border-color: #ffd54c;
    box-shadow: none;
}

.font-normal {
    font-style: normal;
}

label {
    margin-bottom: 0;
    font-size: 15px;
}

input::placeholder {
    font-size: 14px;
}

.input-group-text {
    background: #ffd54c;
    border-color: #ffd54c;
    color: #ffffff;
}

.btn-yellow {
    display: inline-block;
    height: 34px;
    padding: 5px 20px;
    color: #fff;
    background: #ffd54c;
    font-size: 13px;
    font-weight: 700;
    line-height: 21px;
    text-transform: uppercase;
    border: 0;
    border-radius: 20px;
    cursor: pointer;
    transition: .3s;
}

.btn-yellow:hover {
    background: #333;
}

.btn-black {
    display: inline-block;
    padding: 10px 15px;
    height: 38px;
    color: #ffffff;
    background: #333;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.btn-black:hover {
    background: #ffd54c;
}

.custom-scrollbar::-webkit-scrollbar {
    width: 7px;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background-color: #6C6E71;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-transition: background-color 500ms ease-out 1s;
    -moz-transition: background-color 500ms ease-out 1s;
    -o-transition: background-color 500ms ease-out 1s;
    transition: background-color 500ms ease-out 1s;
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
    background-color: #333333;
    -webkit-transition: background-color 500ms ease-out 1s;
    -moz-transition: background-color 500ms ease-out 1s;
    -o-transition: background-color 500ms ease-out 1s;
    transition: background-color 500ms ease-out 1s;
}

.top_right > ul > li:hover a:not([href]):not([tabindex]) {
    color: inherit;
}

/* Header Top */
.dropdown_currency li a, .dropdown_language li a, .dropdown_links li a {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 992px) {
    .dropdown_currency, .dropdown_language, .dropdown_links {
        right: auto !important;
        left: auto !important;
        margin-top: 10px;
    }
}

.top_right > ul > li {
    vertical-align: middle;
}

.dropdown_links {
    left: unset;
    right: 0;
}

.dropdown_links li.active a {
    color: #ffd54c;
}

.language a {
    display: flex !important;
    align-items: center;
}

@media only screen and (min-width: 992px) {
    .currency a {
        padding-top: 3px;
    }
}

.top_links .currency-selectpicker .currency-item:hover {
    color: #ffd54c !important;
}

.header-search-form {
    margin-bottom: 16px !important;
}

@media screen and (min-width: 992px) {
    .header-search-form {
        margin-bottom: 0 !important;
    }
}

.header-area-middle-wrapper .header-search {
    width: unset !important;
}

@media screen and (min-width: 768px) {
    .header-area-middle-wrapper .header-search {
        width: 100% !important;
    }
}

/* Header Middle */
.logo img {
    max-height: 40px;
}

/*.middle_right {
    justify-content: space-between;
}*/

.middle_right_info {
    margin-top: 0;
}

.search-container {
    margin-right: 76px;
}

.search_box {
    background: #f9f9f9;
}

.search_box input:focus {
    background: #ffffff;
    border-radius: 5px;
}

.search_box button:hover i {
    color: #FFD54C;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.header_login {
    position: relative;
    margin-right: 24px;
    min-height: 46px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header_login {
        margin-right: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header_login {
        margin-right: 15px;
    }
}

.header_login a {
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    min-height: 46px;
}

.header_login a:hover {
    color: #fd5018;
}

.header_login a:focus,
.header_register > a:focus {
    box-shadow: none;
}

.header_login a span {
    font-size: 32px;
    padding-right: 4px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header_login a span {
        font-size: 27px;
        padding-right: 3px;
    }
}

.footer_menu .header_register > a span {
    margin-left: 4px;
}

.header_register {
    position: relative;
    min-height: 46px;
}

.header_register.active > a,
.header_register:hover > a {
    color: #fd5018 !important;
}

.header_register > a {
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    min-height: 46px;
}

.header_register > a span {
    font-size: 26px;
    padding-right: 5px;
}

.header_register span.cart_quantity {
    position: absolute;
    left: 32px;
    width: 19px;
    height: 19px;
    line-height: 19px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    top: -7px;
    font-size: 11px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header_register > a span {
        font-size: 27px;
        padding-right: 2px;
    }
}

.mini_cart_wrapper span.cart_quantity {
    padding-right: 1px;
}

/* Header Bottom */
.header_bottom {
    margin-bottom: 0;
}

.sticky-header.sticky {
    /*background: #FFD54C;*/
    background: rgba(255, 255, 255, .9);
    /*border-bottom: 2px solid rgba(0, 0, 0, .3);*/
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, .1);
}

/*.sticky .main_menu nav > ul > li.active a,
.sticky .main_menu nav > ul > li:hover a {
    color: #FFFFFF;
}

.main_menu nav > ul > li.active,
.main_menu nav > ul > li:hover {
    background-color: #585858;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}*/

.main_menu nav > ul > li.active a {
    color: #ffd54c;
}

/*.main_menu nav > ul > li:first-child > a {
    padding-left: 20px;
}*/

.mini_cart_wrapper.active > a {
    color: #fd5018;
}

.header-area-middle-wrapper .wrapper-content .select-search select + button {
    width: 135px !important;
}

@media screen and (min-width: 768px) {
    .header-area-middle-wrapper .wrapper-content .select-search select + button {
        width: 150px !important;
    }
}

/* Offcanvas Menu */
.offcanvas_main_menu li.active,
.offcanvas_main_menu li:hover {
    background: #f9f9f9;
}

.offcanvas_main_menu li.active a,
.offcanvas_main_menu li:hover a {
    color: #ffd54c;
}

.offcanvas_main_menu li a {
    padding: 10px 5px;
    margin-bottom: 0;
}

.Offcanvas_menu_wrapper .top_right > ul > li {
    margin-right: 8px;
    vertical-align: middle;
}

.Offcanvas_menu_wrapper .top_right > ul > li > a {
    display: flex;
    align-items: center;
}

.offcanvas_main_menu .menu-open {
    background: inherit !important;
}

.offcanvas_main_menu .menu-open .sub-menu a {
    color: inherit;
}

/* Footer */
.footer_logo {
    height: 50px;
}

.footer_logo img {
    height: 100%;
}

.footer_menu ul li.active a {
    color: #ffd54c;
}

.copyright_area a {
    font-weight: 600;
}

.subscribe_form form {
    position: unset;
    background: unset;
    border-radius: unset;
}

.footer-newsletter-form {
    position: relative;
    background: #f0f0f0;
    border-radius: 5px;
}

.footer-top .contact-box .text {
    font-size: 15px;
}

@media screen and (min-width: 992px) {
    .footer-top .contact-box .text {
        font-size: 13px;
    }
}

.footer-bottom .copyright-area {
    font-size: 15px !important;
}

@media screen and (min-width: 768px) {
    .footer-bottom .copyright-area {
        font-size: 14px !important;
    }
}

.footer-top-contact .footer-contact .company-text {
    font-size: 15px !important;
}

@media screen and (min-width: 768px) {
    .footer-top-contact .footer-contact .company-text {
        font-size: 14px !important;
    }
}

.footer-top-contact .footer-contact .company-name {
    font-size: 15px !important;
}

@media screen and (min-width: 768px) {
    .footer-top-contact .footer-contact .company-name {
        font-size: 14px !important;
    }
}

/* Search Form AJAX */
.search-input form {
    position: relative;
}

.search-input .ajax-result {
    position: absolute;
    left: 0;
    top: 47px;
    width: 100%;
    display: none;
    padding: 10px 10px 0 10px;
    background-color: #ffffff;
    border: 1px solid #FFD54C;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: 1033;
}

.ajax-result .item {
    display: flex;
    justify-content: stretch;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 10px 0;
    border-top: 1px dashed #CCCCCC;
    font-size: 14px;
}

.ajax-result .item:hover {
    background-color: #1a69ac29;
}

.ajax-result .item .image {
    padding: 0 10px;
}

.ajax-result .item .title {
    font-size: 16px;
}

.ajax-result .item .desc {
    font-size: 12px;
    color: #8c8c8c;
}

.ajax-result .item img {
    max-height: 100px;
}

/* Mini Cart Modal */
.mini_cart {
    padding-bottom: 18px;
}

.mini_cart .cart_item_list {
    max-height: 390px;
    border: 1px solid #f0f0f0;
    border-top: none;
    overflow: auto;
}

.mini_cart .cart_item_list .cart_item:last-child {
    border-bottom: none;
}

.mini_cart .cart_item_list .cart_item .cart_remove a {
    color: #dc3545;
}

.mini_cart .cart_item_list .cart_item .cart_remove a:hover {
    color: #ffd54c;
}

.mini_cart .cart_item_list .cart_item .cart_info .price_box {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.mini_cart .cart_item_list .cart_item .cart_info .price_box span.current_price {
    margin-right: 5px;
    color: #fd5018;
    font-size: 14px;
    font-weight: 600;
}

.mini_cart .cart_item_list .cart_item .cart_info .price_box span.old_price {
    color: #757575;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    text-decoration: line-through;
}

/* Login Form Modal */
#modal-login-form .modal-footer {
    justify-content: space-between;
}

#modal-forgot-password-form .modal-footer {
    justify-content: space-between;
}

.modal-login-form-forgot-password-text {
    font-size: 14px;
    line-height: 34px;
}

.modal-login-form-forgot-password-text:hover {
    color: #ffd54c;
}

/* Register Page */
.float-label-form .form-group {
    position: relative;
}

.float-label-form .form-group .form-control {
    border-radius: 0;
    background: none;
    position: relative;
    z-index: 2;
}

.float-label-form .form-group .form-control:valid {
    background: #fff;
}

.float-label-form .form-group .form-control:focus {
    border-color: inherit;
    background: none;
}

.float-label-form .form-group .form-control:focus + label, .float-label-form .form-group .form-control:valid + label {
    color: #212529;
    top: -12px;
    font-size: 72%;
    z-index: 2;
    padding: 0 5px;
    box-sizing: border-box;
    margin-left: 5px;
    background: #fff;
}

.float-label-form .form-group > label {
    position: absolute;
    top: 0;
    transition: all .26s ease-in;
    padding: .375rem .75rem;
    margin-bottom: 0;
    z-index: 1;
    box-sizing: border-box;
    color: #B6B3B3;
    user-select: none;
}

/* Home Page */
.banner_area .banner_thumb a img {
    max-width: 550px;
    height: 221px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .banner_area .banner_thumb a img {
        max-width: 150px;
        height: 150px;
    }
}

.banner_area .banner_thumb {
    background: #F3F3F3;
}

.banner_area .banner_thumb .banner-image {
    display: block;
    text-align: end;
}

.brand_container .single_brand img {
    height: 120px;
}

.categories_menu_toggle > ul > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.categories_menu_toggle > ul > li > a .expand {
    display: none;
}

#more-btn {
    display: inherit;
}

.mailchimp-error {
    color: red;
}

/* Article Page */
.article-text {
    font-size: 14px;
    line-height: 26px;
}

.article-image {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto 20px auto;
}

/* News Page */
.readmore_button a {
    line-height: 38px;
    color: #fff;
    background: #1a69ac;
    font-weight: 500;
}

.readmore_button a:hover,
.blog_details_wrapper .social_sharing ul li a:hover {
    background: #0056b3;
}

.single_blog .blog_content .blog_meta i {
    margin-right: 5px;
}

.blog_details_wrapper .blog_content h1 {
    font-size: 24px;
    text-transform: inherit;
    font-weight: 600;
    margin-bottom: 19px;
    line-height: 26px;
    padding-bottom: 0;
}

.blog_details .blog_content .post_meta i {
    margin-right: 7px;
}

.blog_details .blog_content .entry_content {
    padding-top: 15px;
}

.blog_content h3 a:hover,
.related_content h3 a:hover {
    color: #0056b3;
}

.blog_wrapper .blog_thumb {
    width: 30%;
}

.blog_wrapper .blog_content {
    width: 70%;
}

/* Tags Page */
.tag_widget ul li.active a {
    background: #ffd54c;
    border-color: #ffd54c;
    color: #fff;
}

.blog_sidebar .blog_wrapper .single_blog .blog_thumb {
    margin-right: 0;
}

.pagination ul li {
    font-size: 15px;
}

@media screen and (min-width: 992px) {
    .pagination ul li {
        font-size: 14px;
    }
}

.pagination ul li:last-child {
    margin-left: 0;
}

.widget_list.widget_tag {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.sidebar_widget .widget_models-box {
    font-size: 15px !important;
}

@media screen and (min-width: 992px) {
    .pagination ul li {
        font-size: 13px !important;
    }
}

/* Contact Page */
.contact-us-map {
    padding: 0;
    margin: 0;
}

.mapouter {
    position: relative;
    text-align: right;
    height: 400px;
    width: 100%;
}

.gmap_canvas {
    overflow: hidden;
    background: none !important;
    height: 400px;
    width: 100%;
}

.required-text {
    margin-left: 5px;
    font-size: 11px;
}

.contact_message input,
.contact_message textarea {
    background: #f9f9f9;
}

.contact_message input:focus,
.contact_message textarea:focus {
    background: #ffffff;
}

@media only screen and (min-width: 992px) {
    .customer_agent {
        margin-top: 30px;
    }
}

.customer_agent .contacts-image {
    height: 150px;
}

.customer-agent-title {
    text-transform: capitalize;
}

.contacts-title {
    text-align: center;
    margin: 6px 0;
}

.contacts-title h3 > span:last-child {
    background-color: red;
}

.contact_message form .form-group textarea {
    margin-bottom: 0;
}

/* Product List */
.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active {
    color: #fff;
    background-color: #1A69AC;
}

.bootstrap-select .dropdown-item:focus,
.bootstrap-select .dropdown-item:hover {
    background-color: #1a69ac45;
}

.bootstrap-select .dropdown-toggle {
    background-color: #F4F4F4;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
    box-shadow: none !important;
}

/* Product List Sidebar */
.widget_list > ul > li > a {
    margin-left: 0;
}

.widget_list > ul > li > a.open {
    color: #ffd54c;
}

.widget_list > ul > li > a .text {
    margin-left: 30px;
}

.widget_list > ul > li > label > a {
    margin-left: 0;
    font-size: 14px;
    display: block;
    line-height: 27px;
}

.widget_list > ul > li.active > label > a,
.widget_list > ul > li:hover > label > a {
    color: #1A69AC;
}

.widget_list > ul > li > label {
    display: block;
    overflow: hidden;
    position: relative;
}

.widget_list > ul > li input {
    width: 100%;
    height: 100%;
}

.sidebar_filter .widget_list {
    padding-bottom: 0;
    margin-bottom: 19px;
}

.sidebar_filter .widget_inner {
    margin-bottom: 10px;
}

.subgroup-list {
    display: none;
    padding: 8px !important;
    background-color: #fefefe;
    border-radius: 5px;
}

.subgroup-list > ul > li > label > a .text {
    margin-left: 30px;
}

.subgroup-list > ul > li > label {
    display: block;
}

/* Single Product */
.product-list .single_product {
    flex-direction: column;
}

.product-list .oem-product {
    flex-direction: row;
}

.single_product .product_name .manufacture_product a:hover {
    color: #FFD54C;
}

.product_thumb {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product_thumb .primary_img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product_thumb .primary_img img {
    max-height: 100%;
}

.owl-carousel .product_thumb .primary_img {
    min-height: unset;
    height: unset;
}

.product_name p a {
    min-height: 20px;
}

.add_to_cart button {
    line-height: 36px;
    width: 36px;
    text-align: center;
    font-size: 22px;
    display: block;
    transition: all .5s ease;
    transform: scale(.7);
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    -ms-transform: scale(.7);
    -o-transform: scale(.7);
}

.text_not_available p span {
    color: #c10a0a;
}

.grid_list .single_product .product_content.list_content {
    min-width: 66.666667%;
    padding-left: 15px;
    margin-top: 0;
}

.grid_list .single_product .product_thumb {
    height: 210px;
    margin-right: 0;
}

.grid_list .single_product .product_thumb .primary_img {
    height: 100%;
}

.grid_list .single_product .product_content.list_content .left_caption {

    min-height: 80%;
    display: flex;
    flex-direction: column;
}

.grid_list .single_product .product_content.list_content .product_name h3 {
    min-height: unset;
}

.cart_links_btn a:hover span {
    color: #ffd54c;
}

.ajax-result .price_box span.regular_price {
    font-size: 15px;
}

.product-card .product-info {
    margin-top: 15px !important;
}

@media screen and (min-width: 768px) {
    .product-card .product-info {
        margin-top: 5px !important;
    }
}

.product-card .product-info p.code {
    font-size: 15px;
    font-weight: 700;
}

@media screen and (min-width: 992px) {
    .product-card .product-info p.code {
        font-size: 14px;
    }
}

.product-card .product-info .name {
    font-size: 15px;
}

@media screen and (min-width: 992px) {
    .product-card .product-info .name {
        font-size: 14px;
    }
}

/* Product Detail Page */
.product_d_right .product_desc {
    margin-bottom: 0;
    border-bottom: none;
}

.product_variant.quantity {
    padding-top: 19px;
    border-top: 1px solid #f0f0f0;
}

.product_meta span a {
    margin-left: 0;
}

.product_meta span a:first-child {
    margin-left: 10px;
}

.product_area .product_carousel .product_name h3,
.shop_wrapper .single_product .product_name h3 {
    min-height: 40px;
    display: flex;
    align-items: center;
}

.product_details .product_right_sidebar .product_d_right .price_box .label_product {
    display: inline-block;
    position: relative;
    top: -2px;
    margin-right: 3px;
}

.priduct_social {
    margin-bottom: 24px;
}

.product_d_right .priduct_social ul li a i {
    margin-right: 5px;
}

.product_d_right .priduct_social ul li a.instagram {
    background: linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}

.product_applications .card .card-header {
    padding: 5px 10px;
    color: #ffffff;
    background-color: #FFD54C;
}

.product_applications .card .card-body {
    padding: 5px 10px 0 10px;
}

.product-suitable-table {
    margin-bottom: 5px;
}

.product-suitable-table tr td {
    padding: 4px 0;
    font-size: 14px;
}

.product-suitable-table tr:first-child td {
    border-top: 0;
}

.product-brand-codes .card .card-header {
    padding: 5px 10px;
    color: #ffffff;
    background-color: #FFD54C;
    text-align: center;
}

.product-brand-codes .card .card-body {
    padding: 5px 10px 0 10px;
    text-align: center;
}

/* Cart Page */
.shopping_cart_area .table_desc {
    border: none;
}

.shopping_cart_area .table_desc table {
    border: 1px solid #f0f0f0;
}

.cart_page table tbody tr td,
.cart_page table tbody tr td.product_quantity {
    min-width: unset !important;
}

.cart_page table tbody tr td.product_quantity input {
    width: 40px !important;
}

.cart_page .product_thumb {
    min-height: unset;
    display: table-cell;
}

.cart_page table tbody tr td.product_remove a {
    color: #dc3545 !important;
}

.cart_page table tbody tr td.product_remove a:hover {
    color: #ffd54c !important;
}

.coupon_inner {
    padding-bottom: 10px;
}

.cart_subtotal p span {
    margin-right: 25px;
}

.cargo-input {
    display: none;
}

.shopping_cart_area .cart_total {
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #dee2e6;
}

.shopping_cart_area .cart_total p {
    font-weight: 600;
    font-size: 14px;
}

.shopping_cart_area .cart_total .cart_amount {
    font-size: 18px;
    font-weight: 700;
}

@media only screen and (max-width: 767px) {
    .shopping_cart_area .cart_total .cart_amount {
        font-size: 14px;
        font-weight: 600;
    }
}

.table_desc .cart_page table tbody tr td.product-price {
    font-size: inherit;
}

.table_desc .cart_page table tbody tr td.product_total {
    font-size: 15px;
    font-weight: 600;
}

/* User Page */
.user-order-list-table .order-status {
    padding: 7px;
    color: #ffffff;
    border-radius: 5px;
}

.user-order-detail-table th,
.user-order-detail-table td,
.user-order-list-table th,
.user-order-list-table td {
    vertical-align: middle !important;
}

.user-order-detail-table tbody tr td {
    min-width: unset !important;
    padding: 10px 2px !important;
}

.user-order-detail-table thead tr th {
    border-left: 2px solid #dee2e6;
    padding: 2px 7px;
}

.user-order-detail-table thead tr th:first-child {
    border-left: none;
}

/* Error Page */
.error_form a {
    line-height: 40px;
}

.mobile-menu-list .nav-link {
    font-size: 15px;
}

@media screen and (min-width: 992px) {
    .mobile-menu-list .nav-link {
        font-size: 14px;
    }
}

.breadcrumb_content ul li {
    padding: 10px;
    font-size: 15px;
}

@media screen and (min-width: 992px) {
    .breadcrumb_content ul li {
        padding: 0 12px 0 0;
        font-size: 14px;
    }
}

/* Header sağdaki ikincil logo (yuvarlak rozet).
   Menü şeridinin üzerine taşarak duran, beyaz halkalı dairesel logo. */
.header-area-middle {
    position: relative;
}

.header-secondary-logo {
    position: absolute;
    right: 60px;
    top: 50%;
    z-index: 5;
    width: 132px;
    height: 132px;
    padding: 6px;
    border-radius: 50%;
    background: #1a3040;
    /* Dıştaki grimsi beyaz halka + hafif gölge */
    border: 6px solid #eceff1;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .18);
    transform: translateY(-25%);
}

.header-secondary-logo img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: contain;
}

@media screen and (max-width: 1199px) {
    .header-secondary-logo {
        right: 25px;
        width: 100px;
        height: 100px;
        padding: 5px;
        border-width: 4px;
    }
}

/* Marka logo bandı — anasayfa (.brands-area) ve ürün sidebar'ı (.widget_brands) ortak.
   Referansta logo için boyut kuralı YOKTUR: görsel kolon genişliğini doldurur.
   Bizim logolarımız 400x400 kare olduğundan yalnızca `width: 100%` verilir; sabit
   yükseklik verilmez, aksi hâlde referanstan küçük görünür. */
.brands-area .single-brand a,
.widget_brands .widget_brand > li > a {
    display: block;
}

.brands-area .single-brand img,
.widget_brands .widget_brand > li > a img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
}

/* Sidebar marka kartı: seçili olan vurgulanır (referanstaki .brand-checked). */
.widget_brands .widget_brand > li > a {
    padding: 3px;
    border: 1px solid transparent;
    transition: all .3s;
}

.widget_brands .widget_brand > li > a:hover {
    box-shadow: 0 0 4px #0000006b;
}

.widget_brands .widget_brand > li.brand-checked > a {
    border-color: #1a69ac;
}

/* Araç modeli kartları (sidebar "Hizmet Verdiğimiz Araç Modelleri").
   Referans temada kart <label> içindeydi ve stiller `label > a` selektörüne bağlıydı;
   ancak <label> içindeki <a> tıklaması tarayıcıda yutulduğu için kart doğrudan link
   yapıldı. Bu yüzden aynı görünüm `li > a` için yeniden tanımlanır. */
.widget_models > ul > li > a {
    display: block;
    height: 68px;
    min-height: 68px;
    padding: 5px;
    border: 1px solid #dee2e6;
    transition: all .3s;
}

.widget_models > ul > li > a:hover {
    border-color: #1a69ac;
}

.widget_models > ul > li > a:hover .widget_models-box {
    color: #1a69ac;
}

.widget_models > ul > li.checked-box > a {
    border-color: #1a69ac;
}
