@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@300;400;600;700&display=swap');

:root
{
    --primary: #005ae2;
    --second: #e96c2e;
    --text: #091a38;
    --subtext: #bbbdc2;
    --whatsappicon: #25d366;
    --musterihiz: #ff7000;
}

.container
{
    max-width: 1440px!important;
}

body.home-body
{
    background-image: url('../assets/images/yedekparcabg.png');
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
}
body {
    background-color: #eff1f6;
    font-family: 'Titillium Web', sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}  

/* Reset */
a {
    color: #1c7ad2;
}

a:hover {
    text-decoration: none;
    color: #095c9b;
}


/* Overlay */
.overlay {
    display: flex;
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    background: rgba(255, 255, 255, .4);
    justify-content: center;
    align-items: center;
}

.overlay .spin {
    color: #1c7ad2;
    width: 3rem;
    height: 3rem;
    font-size: 20px;
}


/* Opacity */
.op-black {
    background: rgba(0,0,0,.5);
    position: fixed;
    z-index: 4;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
}

.op-black.hide {
    visibility: hidden;
    opacity: 0;
}

.op-black.show {
    visibility: visible;
    opacity: 1;
}

/* Header (Desktop) */
header.desktop  {
    background: #fff;
}

header.desktop .h-contact {
    background: #fff;
    border-bottom: 1px solid #efefef;
}

header.desktop .h-contact .info {
    height: 40px;
    display: -webkit-flex;
    -webkit-align-items: center; 
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
}

header.desktop .h-contact .info .item {
    font-size: 13px;
    color: #666;
    margin-right: 20px;
    font-weight: 500;
}

header.desktop .h-contact .info .item.wp {
    color: #0e9e26;
    font-weight: bold;
}

header.desktop .h-contact .info .item i {
    margin-right: 3px;
    font-size: 16px;
}

header.desktop .h-contact .info .item.wp i {
    font-weight: normal;
    font-size: 20px;
}

header.desktop .h-contact .social-media {
    height: 40px;
    display: -webkit-flex;
    -webkit-align-items: center; 
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
}

header.desktop .h-contact .social-media a {
    margin-left: 10px;
    font-size: 17px;
    color: #555;
}

header.desktop .header-area {
    height: auto;
    display: -webkit-flex;
    -webkit-align-items: center; 
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center
}

header.desktop .header-area.last {
    align-items: center;
}

header.desktop .logo {
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1.5rem;
    border-right: 1px solid #efefef;
    height: 145px;
}

header.desktop .logo a img {
    max-height: 90px;
    max-width: 90% !important;
}

header.desktop .search {
    width: 100%;
    border: 2px solid #ececec;
    border-radius: 5px;
    max-width: 100%;
    position: relative;
    padding: 5px 10px;
    margin: 1rem 0;
}

header.desktop .search form {
    width: 100%;
    display: flex;
    align-items: center;
}

header.desktop .search form .input-icon
{
    color: var(--second);
    font-size: 22px;
}

header.desktop .search form .input-box {
    width: 100%;
    padding-right: 45px;
    box-sizing: border-box;
}

header.desktop .search form input {
    float: left;
    color: #555;
    font-weight: 600;
    width: 100%;
    font-size: 14px;
    border-color: transparent !important;
    border-width: 0 !important;
    background: transparent !important;
    height: 45px;
    border-right: 0;
    border-radius: 0;
    border-width: 2px;
    box-shadow: none;
    padding-left: 20px;
}

header.desktop .search form input::placeholder {
    color: #999;
}

header.desktop .search:hover {
    border-color: var(--primary);
}

header.desktop .search form .btn-send {
    background: var(--primary);
    font-weight: 600;
    font-size: 13px;
    width: 100px;
    height: 35px;
    border-radius: 5px;
    border-width: 0;
    color: #fff;
}

header.desktop .easy-autocomplete-container ul {
    margin-top: 7px;
    top: 0;
}
 
header.desktop .header-bar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex: 1;
}

header.desktop .bar-wrapper
{
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 1.5rem;
}

header.desktop .bar-wrapper i
{
    font-size: 25px;
    color: var(--text);
}

header.desktop .header-bar .bar-user {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

header.desktop .header-bar .bar-user .users strong
{
    margin-left: 5px;
}

header.desktop .header-bar .bar-user:hover .users .users-dropdown
{
    display: block;
}

header.desktop .header-bar .bar-user .users .users-dropdown
{
    position: absolute;
    left: -47px;
    top: 38px;
    background: white;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.05);
    border-radius: 4px;
    width: 130px;
    z-index: 9;
    display: none;
}

header.desktop .header-bar .bar-user .users .users-dropdown ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}

header.desktop .header-bar .bar-user .users .users-dropdown ul li
{
    padding: 5px 10px;
}

header.desktop .header-bar .bar-user .users .users-dropdown ul li a
{
    color: var(--text);
    font-size: 13px;
    font-weight: 600;
}

header.desktop .header-bar .bar-user .users .users-dropdown ul li a:hover
{
    color: var(--primary);
}

header.desktop .header-bar .bar-user .users .users-dropdown .users-divider
{
    width: 100%;
    height: 1px;
    position: relative;
    background: #eaeaea;
    margin: 5px 0;
    display: flex;
}

header.desktop .header-bar .bar-cart {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #444;
}

header.desktop .header-bar .bar-cart .icon {
    position: relative;
}

header.desktop .header-bar .bar-cart .icon i {
    font-size: 25px;
}

header.desktop .header-bar .bar-cart .icon .count {
    position: absolute;
    right: -5px;
    top: -15px;
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--second);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    border-radius: 50%;
}

header.desktop .menu {
    background: #fff;
    height: 52px;
}

header.desktop .mega-menu {
    padding: 0;
    position: relative;
}

header.desktop .mega-menu .navbar-nav {
    flex-direction: row;
    height: 52px;
}

header.desktop .mega-menu .nav-item {
    flex: 1;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

header.desktop .mega-menu .nav-link {
    padding: 0;
    display: flex;
    height: 100%;
    flex: 1;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: var(--text);
    line-height: 14px;
    font-weight: 600;
    font-size: 13px;
    padding: 0 5px;
    white-space: unset !important;
}

header.desktop .mega-menu .nav-link::after {
    display: none;
}

header.desktop .mega-menu .nav-link:hover {
    color: var(--primary);
}

header.desktop .mega-menu .nav-item:last-child .nav-link {
    border-right: 0;
}
  
header.desktop .mega-menu .dropdown {
    position: static;
}

header.desktop .mega-menu .dropdown-menu {
    border-bottom: 2px solid var(--primary);
    border-top: 1px solid #eaeaea;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    background-color: #fff;
    width:100%;
    left:0;
    right:0;
    top:52px;
    position: absolute;
    box-shadow: 0px 20px 20px rgba(0,0,0,0.1);
}
    
header.desktop .mega-menu .dropdown:hover .dropdown-menu, 
header.desktop .mega-menu .dropdown .dropdown-menu:hover {
    display:block!important;
 }

/* Mega Menu Container */
.mega-menu-container {
    padding: 10px;
}

.mega-menu-container ul {
    list-style: none;
    padding: 0;
    margin: 10px;
    float: left;
}
 
.mega-menu-container ul li {
    list-style: none;
    padding: 0;
    margin: 0
}

.mega-menu-container ul li a {
    font-size: 13px;
    color: #555;
    font-weight: 500;
}

.mega-menu-container ul li a.sub-title {
    color: var(--primary);
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.mega-menu-container ul li .sub-image {
    max-width: 80px;
    border: 1px solid #eaeaea;
    border-radius: 5px;
}

/* Sub Category Grid */
.sub-category-grid
{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

/* Mobile Header */
.mobile-header-space {
    height: 60px;
    display: none; 
}

header.mobile {
    display: none;
    background: var(--primary);
    height: auto;
    box-shadow: 0 1px 1px rgba(0,0,0,.2);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

header.mobile .center {
    width: 75%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background: white;
    margin: .3rem;
    border-radius: 4px;
    padding: .3rem;
}

header.mobile .center .logo
{
    margin-right: 10px;
}

header.mobile .center form
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #efefef;
    border-radius: 4px;
}

header.mobile .center form input
{
    border: none;
    background: transparent;
    font-size: 13px;
}

header.mobile .right {
    width: 25%;
    float: left;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
}

.mobile-cart-icon {
    margin-right: 10px;
    position: relative;
}

.mobile-cart-icon .count {
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    padding: 0;
    position: absolute;
    top: -11px;
    right: 0;
}

header.mobile .logo img {
    max-width: 130px;
    max-height: 60px;
}

header.mobile .icon-group {
    position: relative;
}

header.mobile .icon-group {
    position: relative;
    color: #333;
    font-size: 21px;
}

header.mobile .icon-group .badge {
    position: absolute;
    top: -7px;
    right: -7px;
    min-width: 18px;
    max-width: 25px;
    padding: 0;
    text-align: center;
    height: 18px;
    background: #d21c1c;
    font-size: 12px;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

header.mobile .mobile-search {
    padding: 0;
    background: #f3f3f3;
}

header.mobile .mobile-search form {
    width: 100%;
}

header.mobile .mobile-search form .input-box {
    width: 80%;
}

header.mobile .mobile-search form input {
    float: left;
    color: #444;
    width: 100%;
    font-size: 15px;
    border-color: transparent;
    background: transparent !important;
    height: 65px;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: none;
    outline: 0 !important
}

header.mobile .mobile-search form input::placeholder {
    color: #444;
}

header.mobile .mobile-search form input:focus,
header.mobile .mobile-search form input:hover {
    border-color: transparent !important;
}

header.mobile .mobile-search form .btn-send {
    float: right;
    width: 20%;
    height: 65px;
    border: 0;
    background: transparent !important;
    color: #333;
    font-size: 19px;
}

/* Sidebar User */
header.mobile .right a i
{
    background: rgba(255,255,255,.2);
    border-radius: 50%;
    color: white;
    padding: 7px;
}
.mobile-homepage
{
    padding: .5rem 1rem;
}
.mobile-homepage .count2
{
    background: #efefef;
    padding: .3rem .7rem;
    border-radius: 32px;
    font-size: 12px;
    font-weight: 600;
}
.mobile-homepage a,
.btn-allCategories
{
    font-size: 16px;
    font-weight: 600;
    color: var(--text);
    display: flex;
    align-items: center;
    gap: 10px;
}
.btn-allCategories
{
    padding: .5rem 1rem;
}
.mobile-user
{
    padding: .5rem 1rem;
    border-top: 1px solid #efefef;
}
.mobile-user .head
{
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--text);
    font-weight: 600;
    gap: 10px;
    font-size: 16px;
}
.mobile-user .content
{
    padding: .5rem 1.6rem 0 1.6rem;
    color: #838383;
}
.mobile-user .buttons
{
    display: flex;
    align-items: center;
    gap: 5px;
    flex-direction: column;
    margin-top: -5px;
}
.mobile-user .buttons a
{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background: var(--primary);
    border-radius: 4px;
    padding: .5rem 1rem;
    width: 100%;
    color: white;
    font-weight: 600;
}
.footer-links ul
{
    padding: .5rem 1rem;
    list-style: none;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.footer-links ul li a
{
    font-weight: 600;
    color: var(--text);
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
}
.sidebar-user {
    background: #fff;
    width: 250px;
    position: fixed;
    top: 0;
    height: calc(100vh);
    transition: all .3s;
    z-index: 21;
    right: 0;
    margin-right: -250px;
}

.sidebar-user.active {
    margin-right: 0;
}

.sidebar-user .title {
    padding: 10px;
    background: #333;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.sidebar-user .title .btn-close {
    color: #fff;
}

.sidebar-user .login-menu a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
    color: #333;
    font-size: 14px;
    font-weight: 500;
}

.sidebar-user .login-menu a i {
    width: 30px;
    margin-left: 10px;
    text-align: left;
}

.sidebar-user .scrollbar {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-bottom: 100px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.sidebar-user .title-alt {
    padding: 10px;
    background: rgba(0, 0, 0, .15);
    font-size: 14px;
    font-weight: 500;
}

.sidebar-user .footer-links ul {
    margin: 0;
    padding: 0;
}

.sidebar-user .footer-links ul li {
    padding: 0;
    list-style: none;
}

.sidebar-user .footer-links ul li a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
    color: #333;
    font-size: 14px;
}

.sidebar-user .footer-links ul li a.wp i {
    color: #21bd5c;
}

.sidebar-user .footer-links ul li a i {
    text-align: center;
    width: 40px;
    font-size: 16px;
}

/* Sidebar Menu */
.sidebar-menu {
    background: #fff;
    width: 250px;
    position: fixed;
    top: 0;
    height: calc(100vh);
    transition: all .3s;
    z-index: 9999;
    left: 0;
    margin-left: -250px;
}

.sidebar-menu.active {
    margin-left: 0;
}

.sidebar-menu .scrollbar {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-bottom: 100px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.sidebar-menu .title {
    padding: 10px;
    background: #333;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.sidebar-menu .title .btn-close {
    color: #fff;
}

.sidebar-menu .title-alt {
    padding: .5rem 1rem;
    background: #efefef;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    font-weight: 600;
    color: var(--text);
}

.sidebar-menu .links a {
    display: block;
    display: block;
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
    color: #333;
    font-size: 14px;
}

.sidebar-menu .links a i {
    float: right;
}

.sidebar-menu .categories {
    /*display: none;*/
}

.sidebar-menu .categories ul {
    margin: 0;
    padding: 0;
}

.sidebar-menu .categories ul li {
    padding: 0;
    list-style: none;
}

.sidebar-menu .categories ul li a {
    display: block;
    padding: .5rem 1rem;
    color: #333;
    font-size: 14px;
    font-weight: 500;
}

.sidebar-menu .categories ul li a .name {
    width: 80%;
}

.sidebar-menu .categories ul li a .icon {
    color: #777;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 2px;
    font-size: 18px;
}

.sidebar-menu .categories ul .multi {
    display: none;
    background: #efefef;
}

.sidebar-menu .categories ul .multi a {
    padding-left: 20px;
}

.sidebar-menu .categories ul .multi .multi a {
    padding-left: 40px;
}

.sidebar-menu .categories ul .multi .multi .multi a {
    padding-left: 60px;
}

/* Stores */
.stores {
    background: #fff;
    border-top: solid 1px #e6e6e6;
    padding: 10px 0;
}

.stores .cards {
    display: -webkit-flex;
    -webkit-align-items: center; 
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row
}

.stores .card {
    border: none;
    box-shadow: none;
    margin: 0 !important;
    border-left: 1px solid #e6e6e6;
}

.stores .card:first-child {
    border-left: 0;
}

.stores .card .card-body {
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 10px;
}

.stores .card .card-body img {
    max-height: 80%;
    max-width: 60%!important;
    margin: 0 auto;
}

.stores .card .card-header {
    display: none;
}

.stores .text-white {
    font-weight: bold;
    font-size: 12px !important;
}

/* Card Product */
.card-product
{
    border: 1px solid #ebebf2;
    border-radius: 5px;
    overflow: hidden;
}
.card-product .title
{
    font-weight: 600!important;
    color: var(--primary);
    text-align: left!important;
    font-size: 16px!important;
}
.card-product .list ul
{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: flex-wrap;
    justify-content: space-between;
}
.card-product .list ul li
{
    flex: 1;
}
.card-product .list ul li a span.title
{
    font-size: 12px;
    font-weight: 400;
}
.card-product .list ul li a span.value
{
        display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;  
      overflow: hidden;
      font-weight: 400;
}
.card-product .list ul li a
{
    font-size: 13px;
    display: flex;
    flex-direction: column;
    font-weight: 600;
    color: var(--text);
}
.card-product .price
{
    background: #fafafc;
    padding: 10px;
    display: flex;
    align-items: center;
}
.card-product .price div
{
    display: flex;
    flex-direction: column;
    flex: 1;
    font-size: 16px;
    font-weight: 600;
    align-items: center;
    justify-content: center;
}
.card-product .price div:last-of-type
{
    border: none;
}
.card-product .price div.not-discount
{
    padding: 0!important;
    color: var(--primary)!important;
}
.card-product .price .price-list
{
    color: var(--second);
    text-decoration: line-through;
}
.card-product .price .price-list span
{
    text-decoration: none;
}
.card-product .price .price-sale
{
    color: var(--primary);
    font-size: 18px;
}
.card-product .price div span
{
    color: #74778d;
    font-size: 13px;
    font-weight: 400;
}
.card-product .buttons
{
    position: relative;
    width: 100%;
    background: #fafafc;
    height: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #ebebf2;
}
.card-product .buttons a
{
    background: var(--primary);
    color: white;
    font-weight: 600;
    border-radius: 4px;
    font-size: 15px;
    width: 90%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card-product .buttons a i
{
    font-weight: 400;
}

/* Banner Item */
.banner-item .title
{
    font-size: 16px!important;
    color: var(--text)!important;
    margin-bottom: 1rem;
    padding: 0 10px!important;
}
.banner-item .image
{
    overflow: hidden;
    border-radius: 5px;
}


/* Card Category Cover */
.card-category-cover
{
    width: 224px;
    height: 403px;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
}
.card-category-cover:hover .title
{
    color: var(--primary);
}
.card-category-cover::before
{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgb(9,9,121);
    background: -moz-linear-gradient(180deg, rgba(9,9,121,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(9,9,121,0) 0%, rgba(0,0,0,1) 100%);
    background: linear-gradient(180deg, rgba(9,9,121,0) 0%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#090979",endColorstr="#000000",GradientType=1);
}
.card-category-cover img
{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%!important;
    object-fit: cover;
    z-index: -1;
}
.card-category-cover a
{
    display: flex;
    flex-direction: column;
    gap: 5px;
    color: white;
    align-items: center;
    position: relative;
    z-index: 2;
}
.card-category-cover .icon
{
    font-size: 42px;
}
.card-category-cover .title
{
    font-size: 16px;
    font-weight: 600;
}
.card-category-cover .description
{
    font-size: 14px;
    text-align: center;
    margin: auto auto 1rem auto;
    width: 85%;
}

/* Card Category */
.card-category
{
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0px 10px 20px rgba(0,0,0,0.05);
}
.card-category .image img
{
    max-width: 75px;
    margin-top: 1rem;
}
.card-category:hover .title
{
    color: var(--primary);
}

.company-text 
{
    background: #e6e9ed!important;
    border-radius: 12px;
    padding: 1.5rem;
    max-height: 350px;
    overflow: scroll;
}

/* Car Select */
.garage-category
{
    background: white;
    border-radius: 4px;
    border: 1px solid #eaeaea;
}
.mod-80-garage
{
    min-height: auto;
    border: none;
    background: transparent;
}
.garage-add-new-car .tab-content
{
    border: none;
}
.carSelectArea
{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.carSelectArea .left
{
    display: flex;
    align-items: center;
    gap: 10px
}
.carSelectArea .left i
{
    font-size: 42px;
    color: var(--primary);
}
.carSelectArea .left span
{
    font-size: 16px;
    font-weight: 600;
}
.carSelectArea .left span a
{
    color: var(--primary);
}
.carSelectArea .right i
{
    font-size: 42px;
    color: var(--primary);
}
.carSelectForm
{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}
.carSelectForm .form-control
{
    background: transparent;
    border: 1px solid #eaeaea;
    font-size: 14px;
    font-weight: 500;
    appearance: none;
    min-width: 75%;
    position: relative;
    border-radius: 4px;
}
.carSelectForm .form-control:focus
{
    border-color: var(--primary);
}
.carSelectForm button
{
    background: var(--primary);
    font-weight: 600;
    border-radius: 4px;
    font-size: 14px;
    border: none;
}
.carSelectForm button:hover
{
    background: var(--primary);
}
.garage-add-new-car .tab-content label
{
    font-weight: 600;
}
.garage-add-new-car .tab-content .form-control
{
    border: 2px solid #ececec;
    appearance: none;
    background: transparent;
}
.compatibility-filter-box .submit-box button,
.compatibility-filter-box .submit-box button:hover
{
    background: var(--primary);
    border: none;
}

/* Category List */
.category-filter-order .list-wrap .list
{
    border-radius: 4px;
    border: solid 1px #c7ddff;
    background-color: #e5f2ff;
    overflow: hidden;
}
.category-filter-order .list-wrap .list li:hover .lag-checkbox, .category-filter-order .list-wrap .list li.active .lag-checkbox
{
    background-color: #add5fc;
    color: var(--text);
    font-weight: 600;
}

/* Product Detail */
body.product-body .desktop
{
    border-bottom: 1px solid #eee;
}
.product-breadcrumb
{
    background: white;
    margin-top: -20px;
    padding: 1.5rem 0;
}
.product-breadcrumb .breadcrumb
{
    margin-bottom: 0!important;
}
.product-breadcrumb .p-g-mod
{
    margin-bottom: 0!important;
}
.product-profile-1 h1.title
{
    border: none;
    padding-bottom: 0;
    margin-bottom: 10px;
    font-size: 20px;
    color: var(--text);
}
.product-profile-1 .carousel .carousel-inner
{
    border: none;
}
.product-price-group
{
    flex-direction: column;
    align-items: flex-start;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.product-price-group .prices .list-price
{
    font-size: 14px;
    font-weight: 400;
}
.product-price-group .prices .sale-price
{
    color: var(--text);
    font-size: 28px;
    font-weight: 700;
}
.price-installment
{
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 600;
}
.price-installment i
{
    font-size: 16px;
    color: var(--primary);
    font-weight: 400;
}
.product-group
{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(49%, 1fr));
    gap: 10px;
}
.product-group div
{
    flex: 1;
    display: flex;
    flex-direction: column;
    border-radius: 4px;
    border: solid .5px #d3d6df;
    background-color: rgba(237,239,243,.24);
    padding: 8px;
    cursor: pointer;
    font-size: 11px;
    font-weight: 600;
    color: #7382a0;
}
.product-group div .value,
.product-group div a
{
    font-size: 12px;
    color: var(--text);
    font-weight: 600!important;
    display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;  
      overflow: hidden;
}
.product-profile-1 .variant-box
{
    border: none;
    background: transparent;
    padding: 0!important;
    border-radius: 0!important;
}
.product-profile-1 .variant-box ul li .name
{
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    color: var(--text);
}
.product-profile-1 .variant-box ul li .options a
{
    border-radius: 4px;
    font-weight: 600;
    color: var(--text);
    border-width: 2px;
}
.product-profile-1 .variant-box ul li .options a.active
{
    border-radius: 4px;
    border: solid 1px #c7ddff;
    background-color: #e5f2ff;
    border-width: 2px;
    font-weight: 600;
    color: var(--text);
}
.product-quantity
{
    background: #e2ded9;
    overflow: hidden;
    border-radius: 6px;
}
.product-quantity .btn,
.product-quantity input
{
    background: #e2ded9;
    border: none;
}
.product-quantity input:focus
{
    background: #e2ded9;
}
.product-buttons .btn-cart
{
    border-radius: 6px;
    padding: .375rem 2rem .375rem 2rem;
    font-weight: 600;
    background: var(--primary);
    border-color: var(--primary);
}
.product-buttons .btn-cart:hover
{
    background: var(--second);
    border-color: var(--second);
}
.product-buttons .btn-fast-buy
{
    border-radius: 6px;
    font-weight: 600;
    padding: .375rem 2rem .375rem 2rem;
}
.shipping-info
{
    border: 1px solid #eee;
    padding: 12px;
    border-radius: 6px;
    margin-bottom: 1rem;
}
.shipping-info .title
{
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
}
.shipping-info .body div
{
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 15px;
}
.shipping-info .body div i
{
    font-size: 18px;
    color: var(--primary);
}
.shipping-info .body div .free-cargo-badge
{
    font-weight: 600;
}
.shipping-info .body .cargo-badge
{
    font-weight: 600;
    color: #707070;
}

.product-profile-right
{
    border-radius: 8px;
    background-color: #f5f5f5;
    padding: 16px;
}
.product-profile-right .free-cargo-badge,
.product-profile-right .product-badges .p-badge
{
    border-radius: 4px;
    border: solid 2px #c7ddff;
    background-color: #e5f2ff;
    padding: 5px;
    font-weight: 600;
    color: var(--text);
    text-align: center;
}
.product-profile-right .product-badges .p-badge
{
    flex-direction: row;
    width: 100%;
    gap: 5px;
}
.product-details-tab
{
    margin-top: 1rem;
}
.product-details-tab .p-g-tab-wrapper .p-g-t-nav .nav .nav-item .nav-link.active
{
    border-top: none;
    border-bottom: 3px solid var(--primary);
    font-weight: 600;
}
/* Footer */
footer {
    background: #fff;
}

footer .bb {
}

footer .logo-area {
    text-align: left;
    margin: 15px 0;
}

footer .logo-area .logo img {
    max-height: 100px;
    max-width: 230px;
}

footer .logo-description {
    margin-top: 15px;
}

footer .info {
    padding: 25px 0;
}

footer .title {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin-bottom: 15px;
    border-bottom: 1px solid #efefef;
    padding-bottom: .6rem;
}

footer .title-2 {
    color: #00aaff;
    font-size: 13px;
    
}

footer .title-3 {
    color: #333;
    font-size: 17px;
    
}

footer .secure .description {
    color: #000;
    margin: 5px 0;
}

footer .secure img {
    opacity: .5;
}

footer .info ul {
    padding: 0;
    margin: 0;
}

footer .info ul li {
    list-style: none;
    padding: 3px 0;
    color: #000;
    font-size: 13px;
}

footer .info ul li a {
    display: block;
    color: #000;
    font-size: 13px;
    position: relative;
}

footer .info ul li a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
}

footer .info ul li a:hover {
    color: #333;
}

footer .bar {
    padding: 10px 0;
    background: #fff;
}

footer .bar a {
    color: #333;
    text-align: center;
}

footer .bar a:hover {
    color: #333;
}

footer .bar p {
    margin: 0;
    color: #333;
}

footer .bar .right-image {
    text-align: right !important;
}
    
footer .social-media {
    display: -webkit-flex;
    -webkit-align-items: flex-start; 
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
}

footer .social-media a {
    margin-right: 10px;
    font-size: 22px;
    color: #333;
}

footer .social-media a:hover {
    color: #000;
}

/* Anasayfa Bakım Robotu */
.bakim-robotu
{
    background: white;
    border-radius: 5px;
    padding: 1.5rem;
}
.bakim-robotu-ust .title
{
    font-size: 20px;
    color: var(--text);
    font-weight: 700;
    margin-bottom: 10px;
    display: flex;
}
.bakim-robotu-ust p
{
    font-size: 13px;
    color: var(--text);
    line-height: 1.2rem;
}
.bakim-robotu-ust p strong
{
    color: var(--second);
}
.pratical-robot-body div:last-of-type::after
{
    display: none;
}
.pratical-robot-body div:last-child::after
{
    display: none;
}
.pratical-robot-button button
{
    border: none;
    background: var(--primary);
    color: white;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.pratical-robot-item
{
    display: flex;
    align-items: center;
    gap: 10px;
    border: 2px solid #ececec;
    border-radius: 5px;
    padding: 5px 10px;
    margin-bottom: 10px;
    position: relative;
}
.pratical-robot-item select
{
    border: none;
    width: 100%;
}
.pratical-robot-item::after
{
    content: '';
    width: 2px;
    height: 11px;
    background: var(--second);
    position: absolute;
    left: 22px;
    bottom: -12px;
}
.pratical-robot-item-text
{
    gap: 10px;
    font-weight: 600;
    color: var(--text);
    white-space: nowrap;
    min-width: 105px;
}
.pratical-robot-item-text b
{
    border: 2px solid var(--second);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    color: var(--text);
}
.carousel-manset
{
    border-radius: 5px;
    overflow: hidden;
}
.product-reviews .stars .star
{
    font-size: 16px;
}
.mobile-cart
{
    display: none;
}
.product-brand
{
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-brand img
{
    max-width: 150px;
}
.product-garage
{
    border: 1px solid #efefef;
    border-radius: 6px;
    margin-top: 1rem;
}
.product-garage .head
{
    background: #efefef;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: .5rem 1rem;
    font-size: 14px;
    font-weight: 600;
}
.product-garage .head img
{
    max-width: 24px;
}
.product-garage .content
{
    padding: 1rem;
}
.product-garage .content strong
{
    display: block;
    margin-bottom: .5rem;
}
.product-garage .content a
{
    display: flex;
    align-items: center;
    gap: 5px;
    background: #efefef;
    border-radius: 4px;
    font-weight: 600;
    padding: .5rem;
    color: var(--text);
}
.information
{
    padding: 2rem 0 1rem 0;
    background: white;
}
.information-row
{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 5px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 1rem;
}
.information-row .box
{
    display: flex;
    flex: 1 1 150px;
    align-items: center;
    gap: 10px;
    flex-direction: column;
}
.information-row .box p
{
    margin-bottom: 0;
    max-width: 75%;
    text-align: center;
}
.yedekparca-info
{
    background: url('../assets/images/phone-bg.webp') var(--primary) center no-repeat;
    padding: 1.5rem;
    border-radius: 6px;
}
.yedekparca-info .call-center
{
    display: flex;
    align-items: center;
    gap: 10px;
}
.yedekparca-info .call-center .icon i
{
    color: white;
    border: 2px solid white;
    padding: .4rem .9rem;
    border-radius: 6px;
    font-size: 28px;
}
.yedekparca-info .call-center .content
{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    color: white;
    font-weight: 600;
    line-height: 1.3rem;
    font-size: 14px;
}
.yedekparca-info .call-center .content a
{
    color: white;
    font-size: 22px;
    font-weight: 700;
}
.yedekparca-info .app-center
{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 1.2rem;
    gap: 10px;
}
.yedekparca-info .app-center span
{
    font-size: 16px;
    font-weight: 600;
    color: white;
}
.yedekparca-info .app-center ul
{
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.yedekparca-info .app-center ul li a img
{
    max-width: 140px;
}
.yedekparca-blog
{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 1.5rem;
}
.yedekparca-blog span
{
    font-weight: 600;
    font-size: 18px;
}
.yedekparca-blog a
{
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    color: var(--text);
    font-weight: 600;
}
.yedekparca-blog a img
{
    max-width: 32px;
}
.cards-row
{
    border-top: 1px solid #efefef;
    padding-top: 1rem;
}
.cards-row .social-media
{
    display: flex;
    align-items: center;
    gap: 5px;
}
.cards-row .social-media a i
{
    background: #efefef;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 32px;
    color: var(--text);
    font-size: 18px;
}
.cards-row .social-media a i:hover
{
    color: white;
    background: var(--primary);
}

/* Parts Category */
.parts-category
{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    border: 1px solid #ebebf2;
    border-radius: 6px;
    background: white;
    padding: 1rem 0;
}
.parts-category .image img
{
    max-width: 50%;
    margin: auto;
}
.parts-category .title 
{
    font-size: 16px;
    color: var(--text);
    font-weight: 600;
}
.parts-category ul
{
    flex-direction: column;
    gap: 5px;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}
.parts-category ul li a
{
    color: var(--text);
}
.parts-category ul li.all-category a
{
    color: white;
    background: var(--primary);
    font-weight: 600;
    padding: .5rem 2rem;
    margin-top: .5rem;
    border-radius: 4px;
}
.garage-add-new-car .select-cars
{
    display: none;
}
.card-product .free-cargo-badge
{
    position: absolute;
    background: var(--primary);
    padding: 4px 7px;
    border-radius: 4px;
    color: white;
    font-weight: 600;
    font-size: 12px;
    right: 5px;
    top: 5px;
}
body.categories-body .card-product .free-cargo-badge
{
    top: 15px;
    right: 15px;
}
.category-detail
{
    max-height: 350px;
    background: #f9f9f9;
    border-radius: 6px;
    padding: 1rem;
    overflow: scroll;
}

.mobile-contact{
    display: none;
}

/* Responsive */
@media (max-width: 991px)
{
    .mobile-contact
    {
        position: fixed;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        top: 59px;
        z-index: 2;
    }
    .mobile-contact div:first-child
    {
        background: var(--musterihiz);
        width: 100%;
    }
    .mobile-contact div:last-child
    {
        background: var(--whatsappicon);
        width: 100%;
    }
    .mobile-contact div
    {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        color: white;
        font-size: 16px;
    }
    .mobile-contact div i
    {
        font-size: 18px;
    }
    .mobile-contact div a
    {
        color: white;
        font-weight: 600;
    }
    .product-group
    {
        grid-template-columns: repeat(auto-fit, minmax(100px, 150px));
    }
    .yedekparca-blog
    {
        margin-bottom: 1.5rem;
    }
    .information-row
    {
        gap: 10px;
    }
    .card-product .price
    {
        flex-direction: column;
        padding: 0;
    }
    .card-product .price div
    {
        border-right: 0;
        border-bottom: 1px solid #ebebf1;
        width: 100%;
        text-align: center;
        align-items: center;
        padding: .5rem 0;
    }
    .card-product .price div:last-of-type
    {
        padding-left: 0;
        border: none;
    }
    .card-product-inner .list
    {
        display: none;
    }
    .product-reviews .stars .star
    {
        font-size: 14px;
    }
    .cat-responsive-buttons
    {
        margin: -20px 0 0 0;
    }
    .cat-responsive-buttons .btn-group
    {
        width: 100%;
    }
    .responsive-button .container
    {
        padding: 0!important;
    }
    .cat-responsive-buttons .btn-group button
    {
        border: none;
        background: #fafafc;
        font-weight: 600;
        display: flex;
        align-items: center;
        gap: 5px;
        justify-content: center;
    }
    .breadcrumb-wrapper .breadcrumb
    {
        margin-top: 16px;
    }
    .breadcrumb-wrapper .breadcrumb a
    {
        font-weight: 600;
    }
    .whatsapp-fixed
    {
        display: none;
    }
    .mobile-cart
    {
        position: fixed;
        z-index: 1001;
        background: white;
        bottom: 0;
        width: 100%;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: .4rem .5rem;
        border-top: 1px solid #efefef;
    }
    .mobile-cart .btn-cart
    {
        background: var(--primary);
        padding: .5rem 1.5rem;
        border-radius: 4px;
        color: white;
        font-weight: 600;
        font-size: 16px;
        display: flex;
        align-items: center;
        gap: 5px;
    }
    .mobile-cart .list-price
    {
        font-size: 16px;
        font-weight: 400;
        color: #999;
        text-decoration: line-through;
    }
    .mobile-cart .sale-price
    {
        color: var(--text);
        font-size: 20px;
        font-weight: 700;
    }
    .product-profile-right
    {
        padding: 0;
        border-radius: 4px;
        margin-top: 10px;
    }
    /* Car Filter */
    .garage-add-new-car
    {
        left: 0;
        bottom: 0;
        z-index: 1001;
        background: white;
        border-radius: 6px;
        overflow: hidden;
        padding: 1rem;
    }
    .garage-add-new-car .select-cars
    {
        display: flex;
        justify-content: flex-end;
    }
    .garage-add-new-car .select-cars span
    {
        display: flex;
        align-items: center;
        gap: 5px;
        border-radius: 32px;
        background: #efefef;
        padding: .3rem .7rem;
        color: var(--text);
        font-weight: 600;
    }
    .garage-add-new-car form .submit-box button
    {
        width: 100%;
        font-weight: 600;
    }
}

/*.accordion-category-tree {
    height: 300px;
    overflow-y: scroll;
}*/


.uyumlu-table table {
    background: #fff;
}

.uyumlu-table .table-striped tbody tr:nth-of-type(odd){
    background:#fff;
}

/* Bakım Robotu */
.bakimrobotu-body
{
    background: #0f0f0f!important;
    border-radius: 6px;
}
.bakimRobotu-baslik
{
    background: rgba(255,255,255,0.1);
    color: white;
    padding: 1rem;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
}
.bakimRobotu-baslik strong
{
    color: var(--primary);
}
.bakimRobotu form
{
    margin-top: 1rem;
}
.bakimRobotu form .input-box .name 
{
    margin-bottom: .5rem;
    color: var(--primary);
    font-size: 15px;
    font-weight: 600;
}
.bakimRobotu .text
{
    color: rgba(255,255,255,0.7);
    font-size: 14px;
}
.bakimRobotu .text strong
{
    display: block;
    color: var(--primary);
    margin-bottom: .5rem;
}
.bakimRobotu hr
{
    background: var(--primary);
}
.bakim-robotu-sonuc
{
    background: white;
    border-radius: 6px;
    padding: .5rem;
}
.oto-bakim-results .def
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.oto-bakim-results .def .title .bakim-baslik
{
    display: flex;
    align-items: center;
    gap: 10px;
    background: #0f0f0f;
    color: white;
    border-radius: 12px;
    padding: .5rem;
}
.oto-bakim-results .def .title .bakim-baslik span
{
    background: var(--primary);
    padding: 4px 12px;
    border-radius: 1rem;
    color: white;
    font-size: 16px;
}
.oto-bakim-results .def .title .bakim-baslik
{
    font-weight: 600;
    font-size: 14px;
}
.oto-bakim-results .def .your-car
{
    background: #0f0f0f;
    color: white;
    border-radius: 12px;
    padding: .5rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    font-weight: 500;
}
.oto-bakim-results .group .head
{
    padding: 1rem 1rem 1rem 0;
    border-radius: 4px;
    margin: .5rem 0;
    font-size: 16px;
    font-weight: 500;
}
.oto-bakim-results .group .head .title
{
    border-left: 2px solid var(--primary);
    padding-left: 1rem;
}
.oto-bakim-results .group .content-1
{
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Responsive */
@media (max-width: 991px) {
    .mobile-header-space { 
        display: block;
    }

    header.desktop {
        display: none;
    }

    header.mobile {
        display: flex;
        align-items: center;
    }
    
    .stores .cards {
        display: block;
        text-align: center;
    }

    .stores .card {
        display: inline-block;
        border-right: none;
        margin: 0;
        max-width: 45%;
        height: 50px;
        border: 0
    }

    footer .bar p {
        text-align: center !important;
    }
    
    footer .bar .right-image {
        margin: 10px 0;
        text-align: center !important;
    }

    footer .logo-area {
        display: none;
    }
    
    footer .bb {
        border-top: 0;
        border-bottom: 0;
    }

    footer .info {
        padding-top: 0;
    }

    footer .info .title {
        text-align: center !important;
        color: #000;
        border: 1px solid #000;
        padding: 8px;
        position: relative;
    }

    footer .info .title::after {
        content: "+";
        right: 10px;
        top: 3px;
        bottom: 0;
        position: absolute;
        font-size: 20px;
        margin-bottom: 10px;
    }

    footer .info .fs {
        display: none;
        text-align: center !important;
        border: 1px solid #000;
        margin-bottom: 15px;
        color: #000 !important;
    }

    footer .info ul {
        margin: 0;
    }

    footer .info ul li {
        color: #000 !important;
    }

    footer .info ul li a {
        color: #000;
    }

    footer .info ul li a:before {
        display: none;
    }

    footer .social-media {
        justify-content: center;
        margin: 10px 0;
    }

    footer .secure {
        text-align: center !important; 
        margin: 10px 0;
    }
    
    .responsive-button{
        margin-top:50px;
    }
    
    #garage-tab-1{
        display: none;
    }
    

}



.btn-wp {
    background-color: #31ba45;
    color: #fff;
    border-radius: 10px;
}

.btn-wp:hover {
    
    color: #fff;
    
}