body {
    background: var(--body-bg);
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}  

/* Reset */
a {
    color: var(--oo-primary);
}

a:hover {
    text-decoration: none;
    color: var(--main-color2);
}


/* 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: var(--oo-primary);
    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 #eeeeee;
}

.dropdown-languages-1 .dropdown-toggle {
    color: var(--header-top-color);
    transition: all var(--transition-time);
}

.dropdown-languages-1 .dropdown-toggle:hover{
    color: var(--header-top-color-hover);
}

.dropdown-currencies-1 .dropdown-toggle {
    color: var(--header-top-color);
    transition: all var(--transition-time);
}

.dropdown-currencies-1 .dropdown-toggle:hover{
    color: var(--header-top-color-hover);
}

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: var(--header-top-color);
    transition: all var(--transition-time);
    margin-right: 20px;
    font-weight: 400;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
}

header.desktop .h-contact .info .item:hover{
    color: var(--header-top-color-hover);
}

header.desktop .h-contact .info .item i {
    margin-right: 6px;
    font-size: 13px;
}

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: 15px;
    font-size: 14px;
    color: var(--header-top-color);
}

header.desktop .h-contact .social-media a:hover{
    color: var(--header-top-color-hover);
    transition: all var(--transition-time);
}

header.desktop .header-area {
    height: 120px;
    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: flex-end;
}

header.desktop .logo {
    align-items: flex-start;
    -webkit-align-items: flex-start; 
}

header.desktop .logo a img {
    max-height: 90px;
}

header.desktop .search {
    width: 100%;
    border: 1px solid #f1f1f1;
    border-radius: 0px;
    max-width: 470px;
    position: relative;
    transition: all var(--transition-time);
}

header.desktop .search form {
    width: 100%;
}

header.desktop .search form .input-box {
    width: 100%;
    padding-right: 45px;
    box-sizing: border-box;
}

header.desktop .search form input {
    float: left;
    color: #666;
    font-weight: 400;
    width: 100%;
    font-size: 13px;
    border-color: transparent !important;
    border-width: 0 !important;
    background: transparent !important;
    height: 45px;
    border-right: 0;
    border-radius: 0;
    box-shadow: none;
    padding-left: 20px;
}

.easy-autocomplete-container ul {
    border-top: 1px solid #ebebeb;
}

.easy-autocomplete-container ul .eac-category, .easy-autocomplete-container ul li {
    font-size: 13px;
    padding: 3px 10px;
    border-bottom: 1px solid #ebebeb;
}

header.desktop .search form input::placeholder {
    color: #666;
}

header.desktop .search:hover,
header.desktop .search:focus,
header.desktop .search:active{
    border-color: var(--main-color2);
}

header.desktop .search form .btn-send {
    position: absolute;
    width: 60px;
    height: 45px;
    background: var(--oo-primary);
    border-width: 0;
    color: #fff;
    right: 0px;
    border-radius: 0;
    font-size: 16px;
    top: 0px;
    transition: all var(--transition-time);
}

header.desktop .search:hover form .btn-send {
    background: var(--main-color2);
}

header.desktop .easy-autocomplete-container {
    top: 47px;
}

header.desktop .menu {
    background: var(--menu-bg-color);
    height: 70px;
    border: 1px solid #ebebeb;
    border-right: 0;
    border-left: 0;
}

header.desktop .mega-menu {
    padding: 0;
    position: relative;
}

header.desktop .mega-menu .navbar-nav {
    flex-direction: row;
    height: 68px;
}

header.desktop .mega-menu .nav-item {
    flex: 1;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

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(--menu-color);
    line-height: normal;
    font-weight: 500;
    font-size: 13px;
    padding: 0 5px;
    white-space: unset !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all var(--transition-time);
}

header.desktop .mega-menu .nav-link::after {
    display: none;
}

header.desktop .mega-menu .nav-link:hover {
    color: var(--menu-color-hover);
}

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-radius: 0;
    background-color: #fff;
    width:100%;
    left:-1px;
    right:0;
    top:66px;
    position: absolute;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 5%);
    border: 1px solid #ebebeb;
    border-top: 0;
}

header.desktop .mega-menu .dropdown:hover .dropdown-menu, 
header.desktop .mega-menu .dropdown .dropdown-menu:hover {
    display:block!important;
}

header.desktop .h-banner{
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* Mega Menu Container */
.mega-menu-container {
    padding: 20px;
}

.mega-menu-container .sub-cat{
    margin-bottom: 15px;
}

.mega-menu-container .sub-title {
    color: #000;
    font-weight: 500;
    font-size: 14px;
    display: block;
    margin-bottom: 7px;
    transition: all var(--transition-time);
}

.mega-menu-container .sub-title:hover{
    color: var(--oo-primary);
}

.mega-menu-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
 
.mega-menu-container ul li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
}

.mega-menu-container ul li a {
    font-size: 13px;
    color: #222;
    font-weight: 400;
    line-height: 25px;
    transition: var(--transition-time);
}

.mega-menu-container ul li a.sub-title {
    color: #333;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 14px;
}

.mega-menu-container ul li a:hover {
    color: var(--oo-primary);
}




/* Mega Menu Side */

.mega-menu.side .mega-menu-container ul li{
    display: inline-block;
}

.mega-menu.side .mega-menu-container .comma{
    margin-right:4px;
}

.mega-menu.side .mega-menu-container ul li:last-child .comma{
    display:none;
}
/* Single Menu */
.single-menu-container{
    display: block;
}
.single-menu-container .single-menu{
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    height: 70px;
    align-items: center;
}

.single-menu-container .single-menu li:first-child{
    margin-left: 0;
}

.single-menu-container .single-menu li{
    display: inline-block;
    position: relative;
    z-index: 100;
}

.single-menu-container .single-menu li .sub-single-item {
    font-weight: 400;
    text-decoration: none;
    padding: 10px 15px;
    display: block;
    color: var(--menu-color);
    transition: all 0.2s ease-in-out 0s;
    font-size: 15px;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.single-menu-container .single-menu li:hover>a:after {
    width: 100%;
}

.single-menu-container .single-sub-menu li a{
    border: 1px solid #ebebeb;
    animation: all ease .5s;
    -webkit-animation: all ease .5s;
    padding: 20px 15px;
    border-top: 0;
}

.single-menu-container .single-menu ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    padding: 0;
    width: 170px;
    position: absolute;
    left: 0px;
    background: #fff;
    z-index: 99;
    transform: translate(0,20px);
    transition: all 0.2s ease-out;
    -webkit-box-shadow: 1px 1px 6px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 6px -4px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 6px -4px rgba(0,0,0,0.75);
}


.single-menu-container .single-menu ul li {
    display: block;
    float: none;
    background: none;
    margin: 0;
    padding: 0;
}

.single-menu-container .single-menu ul li a {
    font-size: 14px;
    font-weight: 600;
    display: block;
    color: #333;
    background: #fff;
    transition: var(--transition-time);
}

.single-menu-container .single-menu ul li a:hover,.single-menu ul li:hover>a {
    color: var(--oo-primary);
}

.single-menu-container .single-menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0,0);
}

.single-menu-container .single-menu ul ul {
    left: 100%;
    top: 0px;
    visibility: hidden;
    opacity: 0;
    transform: translate(20px,20px);
    transition: all 0.2s ease-out;
}


.single-menu-container .single-menu li>ul ul:hover {
    visibility: visible;
    opacity: 1;
    transform: translate(0,0);
}

/* Mobile Header */
.mobile-header-space {
    height: 60px;
    display: none; 
}

header.mobile {
    display: none;
    background: #fff;
    height: 60px;
    box-shadow: 0 1px 1px rgba(0,0,0,.2);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

header.mobile .left {
    width: 30%;
    float: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
    padding: 5px;
}

header.mobile .center {
    width: 40%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

header.mobile .right {
    width: 30%;
    float: left;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
}

header.mobile .logo img {
    max-height: 55px;
}

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;
}

header.mobile .h-banner{
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Sidebar User */
.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: var(--oo-primary);
    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-right: 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: 10px;
    background: rgba(0, 0, 0, .15);
    font-size: 14px;
    font-weight: 500;
}

.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: 10px;
    border-bottom: 1px solid #eaeaea;
    color: #333;
    font-size: 15px;
    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;
}

.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;
}

/* Footer */

footer {
    background: #f5f5f5;
}

footer .bb {
    padding: 20px 0;
}

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;
}

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;
    padding-left: 15px;
    line-height: 25px;
    transition: all var(--transition-time);
}

footer .info ul li a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: ">";
}

footer .info ul li a:hover {
    color: var(--oo-primary);
}

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;
}

/* Mobile Menu Tip 2 */

.sidebar-menu-type-2 {
    background: #fff;
    width: 100%;
    position: fixed;
    top: 0;
    height: calc(100vh);
    transition: all .3s;
    z-index: 9999;
    left: 0;
    margin-left: -100%;
}

.sidebar-menu-type-2.active {
    margin-left: 0;
}

.sidebar-menu-type-2 .scrollbar {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-bottom: 100px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.sidebar-menu-type-2 .title {
    padding: 10px;
    background: #333;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.sidebar-menu-type-2 .title .btn-close {
    color: #fff;
}

.sidebar-menu-type-2 .title-alt {
    padding: 10px;
    background: rgba(0, 0, 0, .15);
    font-size: 14px;
    font-weight: 500;
}

.sidebar-menu-type-2 .links a {
    display: block;
    display: block;
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
    color: #333;
    font-size: 14px;
}

.sidebar-menu-type-2 .links a i {
    float: right;
}

.sidebar-menu-type-2 .categories {
    /*display: none;*/
}

.sidebar-menu-type-2 .categories ul {
    margin: 0;
    padding: 10px;
}

.sidebar-menu-type-2 .categories ul li {
    padding: 0;
    list-style: none;
    border: 1px solid #e2e2e2;
    margin-bottom: 15px;
    position: relative;
}

.sidebar-menu-type-2 .categories ul li a img{
    height: 35px;
    margin-right: 10px;
}

.sidebar-menu-type-2 .categories ul li a {
    display: flex;
    padding: 10px;
    border-bottom: 0;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    align-items: center;
}

.sidebar-menu-type-2 .categories ul li a .name {
    width: 80%;
}

.sidebar-menu-type-2 .categories ul li a .icon {
    color: #000;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 2px;
    font-size: 17px;
    position: absolute;
    right: 22px;
}

.sidebar-menu-type-2 .categories .multi li a .icon {
    right: 13px;
}

.sidebar-menu-type-2 .easy-autocomplete-container ul {
    border-top: 1px solid #ebebeb;
    top: 65px;
}

.sidebar-menu-type-2 .categories ul li a .icon .fa-angle-right:before {
    content: "\f078";
}

.sidebar-menu-type-2 .categories .multi .icon .fa-angle-right:before {
    content: "\f078";
}

.sidebar-menu-type-2 .categories ul .multi {
    display: none;
}

.sidebar-menu-type-2 .categories ul .multi li:first-child{
    display: none;
}

.sidebar-menu-type-2 .categories ul .multi a {
    padding-left: 20px;
}

.sidebar-menu-type-2 .categories .multi li {
    border: 0 !important;
    margin-bottom: 5px;
}

.sidebar-menu-type-2 .categories ul .multi a {
    padding: 0;
}

.sidebar-menu-type-2 .categories ul .multi .multi a {
    padding-left: 20px;
    font-size:12px;
}

.sidebar-menu-type-2 .mobile-search i{
    font-size: 25px;
    margin-right: 10px;
}

.sidebar-menu-type-2 .mobil-area-title {
    color: #000;
    margin: 15px 10px 10px 13px;
    display: block;
    font-weight: 500;
    font-size: 15px;
}

.sidebar-menu-type-2 .mobil-area-1 {
    display: flex;
    position: relative;
    text-align: center;
}

.sidebar-menu-type-2 .mobil-area-1 a {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 50%;
    justify-content: center;
    border: 1px solid #e2e2e2;
    margin: 0 10px;
    padding: 7px 1rem;
    color: #000;
    text-align: left;
    font-size: 13px;
    font-weight: 600;
}

.sidebar-menu-type-2 .mobil-area-1 a img {
    margin-right: 10px;
    padding: 0;
    width: 41px;
    height: 41px;
}

.sidebar-menu-type-2 .logo-area a img {
    height: 70px;
    max-width: 250px;
}

.sidebar-menu-type-2 .logo-area {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e2e2e2;
    padding: 10px;
}

.mobile-menu-close {
    display: flex;
    justify-content: center;
    margin-right: 19px;
    font-size: 20px;
    align-items: center;
}

.mobile-menu-close i {
    border: 1px solid #e2e2e2;
    padding: 0.5rem;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    text-align: center;
    color: #e2e2e2;
    padding-top: 10px;
    padding-left: 9px;
}

.mobil-area-2 {
    margin: 1rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.sidebar-menu-type-2 .short-link {
    width: 50%;
    padding: 15px 10px;
}

.sidebar-menu-type-2 .short-link.border-1{
    border-bottom: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
}

.sidebar-menu-type-2 .short-link.border-2{
    border-bottom: 1px solid #e2e2e2;
}

.sidebar-menu-type-2 .short-link.border-3 {
    border-right: 1px solid #e2e2e2;
}

.sidebar-menu-type-2 .short-link a {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.sidebar-menu-type-2 .short-link a i {
    margin-right: 10px;
    font-size: 20px;
}

.mobil-area-footer {
    text-align: center;
    color: #000;
}

.sidebar-menu-type-2 .scrollbar {
    width: 100%;
    height: 90%;
    box-sizing: border-box;
    padding-bottom: 0;
    overflow-x: hidden;
    overflow-y: scroll;
}

/* Custom */

.product-profile-1 .carousel .carousel-indicators {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    height: auto;
    margin: 0;
    z-index: 0;
    flex-direction: row;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    max-height: 500px;
    overflow: scroll;
}

.info-bar-1 {
    border-top: 1px solid #ebebeb;
    padding: 20px 0;
}

.info-bar-1 .icons {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    color: #000;
    padding: 10px 0;
}

.info-bar-1 .icons .icon-group {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 20px;
}

.info-bar-1 .icons .icon-group:last-child {
    border-right: 0;
}

.info-bar-1 .icons .icon-group i {
    font-size: 26px;
    margin-right: 25px;
    color: #000;
}

.info-bar-1 .icons .icon-group .inf .name {
    font-size: 13px;
    font-weight: 500;
    display: block;
    color: #000;
}

.info-bar-1 .icons .icon-group .inf .description {
    font-size: 12px;
    font-weight: 400;
    color: #000;
}

.login-body .p-g-mod-t-4{
    padding: 30px;
}

.login-body .p-g-mod-t-4 .nav-tabs {
    border: 0 !important;
    background: transparent !important;
    border-radius: 4px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.login-body .p-g-mod-t-4 .nav-tabs .nav-item {
    flex: 1;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #e9e9e9 !important;
    background: #e9e9e9;
    color: #777;
    font-weight: 600;
    transition: all var(--transition-time);
    font-size: 16px;
}

.login-body .p-g-mod-t-4 .btn-without-login {
    color: #fff;
    background: var(--main-color) !important;
    border: none;
    margin-bottom: 20px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    height: 40px;
}

.login-body .p-g-mod-t-4 .btn-without-login i{
    line-height: 0;
}

.login-body .p-g-mod-t-4 .nav-tabs .nav-item.show .nav-link,
.login-body .p-g-mod-t-4 .nav-tabs .nav-link.active {
    border: 1px solid #c5c5c5 !important;
    background: #fff !important;
    color: #000 !important;
}

.login-body .p-g-mod-t-4 .btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    display: flex;
    flex: 1;
    width: 100%;
    justify-content: center;
    font-size: 14px;
    height: 45px;
    align-items: center;
    font-weight: 500;
}

.login-body .p-g-mod-t-4 .btn-fb-login {
    background: #4c69ba!important;
    background-image: linear-gradient(#4c69ba,#3b55a0)!important;
    text-shadow: 0 -1px 0 #354c8c!important;
    color: #fff!important;
    border: 1px solid #4c69ba!important;
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
}

.login-body .p-g-mod-t-4 .btn-fb-login i {
    padding-right: 10px!important;
    border-right: 0 !important;
}

.login-body .p-g-mod-t-4 .btn-google-login {
    background: #db4437!important;
    background-image: linear-gradient(#db4437,#cc3e32)!important;
    text-shadow: 0 -1px 0 #db4437!important;
    color: #fff!important;
    border: 1px solid #db4437!important;
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
}

.login-body .p-g-mod-t-4 .btn-google-login i{
    padding-right: 10px!important;
    border-right: 0 !important;
}

.p-g-mod-t-12 .p-g-mod-body .social-share {
    border-top: 1px solid rgba(0,0,0,.1);
    font-size: 12px;
    margin-top: 10px;
}

.p-g-mod-t-15 .p-g-mod-body.p-g-mod-body-p-0 ul li a,
.p-g-mod-t-16 .p-g-mod-body.p-g-mod-body-p-0 ul li a,
.p-g-mod-t-58 .p-g-mod-body.p-g-mod-body-p-0 ul li a {
    padding: .75rem 10px;
}

.card-blog .buttons .btn-read-more {
    background: #fff;
    color: #000;
    border: 1px solid #000;
    font-size: 13px;
    border-radius: 3px;
    padding: 5px 15px;
}

.card-blog .buttons .btn-read-more i {
    font-size: 9px;
    margin-left: 5px;
}

.category-filter-order-desktop{
    display: inline-block;
    width: 170px;
    line-height: normal;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 35px;
    font-size: 13px;
    color: #4a4a4a !important;
    font-weight: 400;
    padding-left: 14px;
    border: 1px solid #e7e3e3 !important;
    border-radius: 3px;
    background: url(images/select-arrow.svg) no-repeat;
    background-position: right 10px center;
    background-color: #fff;
    outline: none;
}

.category-filter-order-desktop:focus{
    border-color: #e7e3e3 !important;
}

.categories-body .product-view-select a div {
    width: 9px;
    height: 13px;
    background: #e2e6eb;
    border-radius: 1px;
    margin:0 2px;
}

.categories-body .product-view-select a.active div {
    background: var(--oo-primary);
}

.categories-body .product-view-select a {
    background: #fff;
    height: 30px;
    border-radius: 5px;
    border: 1px solid #e7e3e3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    margin-left: 10px;
    transition: var(--transition-time);
    padding:0 10px;
}

.category-filter-order .list-wrap {
    background: #eeeeee;
    border-radius: 5px;
    padding: 10px 20px;
}

.category-filter-order .list-wrap .list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    font-size: 12px;
    font-weight: 500;
    justify-content: space-between;
}

.categories-body .pattern-group .p-g-mod-t-20 > .p-g-mod-header {
    border-bottom: 0;
    padding-left:0 !important;
}

.category-filter-order .list-wrap .list li {
    flex: inherit;
}

.category-filter-order-mobile{
    display: none;
}

.pattern-group .p-g-mod-showcase .p-g-mod-header{
    border-bottom: 0;
}

.card-product .card-product-inner .price-group .prices .sale-price {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    line-height: normal;
}

.card-product-content{
    text-align: center;
    color: #555;
}

.card-product .card-product-inner .product-label img {
    max-height: 35px;
}

.category-filter-order .list-wrap .list li .lag-checkbox{
    transition: all var(--transition-time);
}

.category-filter-order .list-wrap .list li.active .lag-checkbox,
.category-filter-order .list-wrap .list li:hover .lag-checkbox {
    background: var(--oo-primary);
    color: #fff;
}

.pattern-group .p-g-mod-t-26 .p-g-mod-body .buttons .btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    width: 100%;
    margin: 0 !important;
    border-radius: 0;
}

.categories-body .p-g-mod-t-cat-filter{
    border: 1px solid #ebebeb;
    margin-bottom: 10px;
}

.product-details-tab-product-details-tab-colorful .p-g-tab-wrapper .p-g-t-nav {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    border: 1px solid #ebebeb;
    margin-bottom: 0px;
}

.product-details-tab-product-details-tab-colorful .p-g-tab-wrapper .p-g-t-nav .nav {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    height: 50px;
}

.pattern-group .p-g-tab-wrapper .p-g-t-nav .nav .nav-link{
    transition: var(--transition-time);
}

.pattern-group .p-g-tab-wrapper .p-g-t-nav .nav .nav-link:hover{
    color: var(--oo-primary);
}
.product-details-tab-product-details-tab-colorful .tab-content{
    border: 1px solid #ebebeb;
    border-top: 0;
}

.product-profile-1 .carousel .carousel-indicators li.active {
    border-color: var(--oo-primary);
}

.product-badges .p-badge {
    height: 55px;
}

.p-g-mod-base-content{
    border: 1px solid #ebebeb;
}

.p-g-mod-t-10 .p-g-mod-body a,
.p-g-mod-t-2 .p-g-mod-body a{
    transition: all var(--transition-time);
}

.contact-info{
    display: flex;
    flex-direction: column;
}

.contact-info .contact-item{
    margin: 5px 0;
    display: flex;
    align-content: center;
    cursor: pointer;
}

.contact-info .contact-item i{
    margin-right: 10px;
    font-size: 17px;
    transition: all var(--transition-time);
}

.contact-info .contact-item a{
    color: #000;
}

.contact-info .contact-item:hover i{
    color: var(--oo-primary);
}

footer .bar .cards {
    min-height: auto;
    background: inherit;
}

footer .bar .right-image {
    text-align: right !important;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.p-g-mod-t-45 .carousel-type-1 .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.product-profile-info .sale-price-discount,
.hizli-sepet .sale-price-discount{
    display: inline-flex;
    align-items: center;
    border: 1px solid #ebebeb;
    padding: 10px;
    margin-top: 10px;
    font-size: 16px;
}

.product-profile-info .sale-price-discount .sale-price,
.hizli-sepet .sale-price{
    font-size: 20px;
    font-weight: 600;
}

.card-product .sale-price-basket {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ebebeb;
    padding: 5px 0;
    margin: 3px 0;
    flex-direction: column;
}

.card-product .sale-price-basket .sale-price{
    font-weight: 500;
    font-size: 15px;
}

.native-modal.show .hizli-sepet .related-products {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: inherit;
}

.native-modal.show .hizli-sepet .fast-product-cart-box::-webkit-scrollbar {
      -webkit-appearance: none;
      width: 7px;
    }
    
.native-modal.show .hizli-sepet .fast-product-cart-box::-webkit-scrollbar-thumb {
      border-radius: 4px;
      background-color: rgb(181 181 181 / 50%);
      -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.hizli-sepet {
    max-width: 960px !important;
}

.native-modal.show .hizli-sepet .modal-content {
    border: 0;
    border-radius: 0;
    position:relative;
}

.native-modal.show .hizli-sepet .modal-content .prices{
    display: flex;
    align-items: center;
}

.native-modal.show .hizli-sepet .modal-content .fast-product-title{
    font-size: 19px;
    color: #151515;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 25px;
}

.native-modal.show .hizli-sepet .modal-content .product-reviews .stars .star {
    color: #dbdbdb;
    font-size: 12px;
    margin-right: 1px;
}

.native-modal.show .hizli-sepet .modal-content .product-reviews .stars{
    margin: 15px 0;
}

.native-modal.show .hizli-sepet .modal-content .iliskili-urunler{
    color: #858585;
    font-weight: 600;
}

.native-modal.show .hizli-sepet .modal-content .iliskili-urunler .value{
    color: #000;
}

.native-modal.show .hizli-sepet .modal-content .product-price-group .prices .list-price {
    font-size: 19px;
    font-weight: 500;
    color: #999;
    text-decoration: line-through;
    margin-right: 10px;
}

.native-modal.show .hizli-sepet .modal-content .short-desc{
    color: #454545;
    font-size: 14px;
    margin-bottom: 15px;
}

.native-modal.show .hizli-sepet .carousel-indicators li{
    width: 10px;
    height: 10px;
    background-color: #898989;
    border-radius: 50%;
    border: 4px solid transparent;
}

.native-modal.show .hizli-sepet .carousel-indicators li.active {
    opacity: 1;
    background-color: #000 !important;
    border: 4px solid #c3c3c3;
}

.native-modal.show .hizli-sepet .product-favourite2{
    position: absolute;
    top: 15px;
    left: 25px;
    z-index: 999;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    padding-top: 3px;
    -webkit-box-shadow: 0px -2px 18px -3px rgb(0 0 0 / 58%);
    box-shadow: 0px -2px 18px -3px rgb(0 0 0 / 58%);
}

.native-modal.show .hizli-sepet .product-buttons {
    display: inline-flex;
    flex-wrap: nowrap;
}

.native-modal .native-modal-close{
    z-index:9;
    outline:0;
}

.native-modal.show .hizli-sepet .fast-product-cart-box{
    height: 100%;
    display: flex;
    flex-direction: column;
    max-height: 600px;
    overflow-y: auto;
}

.native-modal.show .hizli-sepet .modal-body{
    padding:0 !important;
}


/* Ürün Detay - Birim */

.product-body .product-profile-1 .product-unit {
    display: flex;
    justify-content: center;
    font-weight: 500;
    align-items: center;
    border-radius: 5px;
    border: solid 1px #d9d9d9;
    width: 95px;
    padding: 5px 0;
    margin-right: 10px !important;
    height: 46px;
    margin: 10px 0;
}

.product-body .product-profile-1 .product-unit  input[type=checkbox],
.product-body .product-profile-1 .product-unit  input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    margin-right: 5px;
}

.product-body .product-profile-1 .product-unit input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #96be67;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 3px solid #ebebeb;
}

/* Ürün Kartı - Adet Seçimi */

.card-product .card-product-inner .quantity {
    margin: 5px 0;
    width: 100%;
    text-align: center;
    display: flex;
    flex-basis: auto;
    justify-content: center;
}

.card-product .card-product-inner .quantity .btn {
    display: flex;
    width: 35px;
    height: 35px;
    color: #555;
    font-size: 10px;
    border: 1px solid #ebebeb;
    border-radius: 0;
    align-items: center;
    justify-content: center;
}

.card-product .card-product-inner .quantity .btn:first-child {
    border-radius: 0;
}

.card-product .card-product-inner .quantity .btn:hover {
    color: #333;
    background: #f2f2f2;
    border-color: #f5f5f5;
}

.card-product .card-product-inner .quantity input {
    min-width: 35px;
    max-width: 50px;
    height: 35px;
    border-radius: 0;
    border-color: #dbdbdb !important;
    background: #fff;
    color: #555;
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    border-right: 0;
    border-left: 0;
}

.subtitle-img {
    max-height: 25px;
    margin-bottom: 5px;
}

header.desktop .mega-menu .nav-link {
    flex: none;
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.single-menu-container .single-menu li .subtitle-img{
    font-weight: 500;
    text-decoration: none;
    padding: 0;
    display: block;
    color: #fff;
    transition: all 0.2s ease-in-out 0s;
    font-size: 16px;
}

.single-menu-container .single-menu li {
    text-align: center;
    height: 100%;
}

.single-menu-container .single-menu li .sub-single-item{
    padding: 0 15px;
}

/* 404 Sayfası */

.e404-body{
    background: repeating-linear-gradient(45deg,transparent, transparent 10px,
        #f8f8f8 10px, #f8f8f8 20px),linear-gradient(to bottom,#fff, #fff
     );
}

.e404-btn{
    background: #ffffff;
    border-radius: 45px;
    color: #212121;
    padding: 20px 50px;
    margin-top: 30px;
    font-size: 16px;
    font-weight: 600;
    -moz-box-shadow: inset 0 -1px 1px #333, 0 5px 0 #222, 0 6px 8px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: inset 0 -1px 1px #333, 0 5px 0 #222, 0 6px 8px rgba(0, 0, 0, 0.35);
    box-shadow: inset 0 -1px 1px #333, 0 5px 0 #222, 0 6px 8px rgba(0, 0, 0, 0.35);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    text-decoration: none;
}

.e404-btn:hover{
    color:var(--main-color);
    -moz-box-shadow: inset 0 -1px 1px var(--main-color), 0 5px 0 var(--main-color), 0 6px 8px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: inset 0 -1px 1px var(--main-color), 0 5px 0 var(--main-color), 0 6px 8px rgba(0, 0, 0, 0.35);
    box-shadow: inset 0 -1px 1px var(--main-color), 0 5px 0 var(--main-color), 0 6px 8px rgba(0, 0, 0, 0.35);
}

/* 404 Sayfası - Tip 1 */

.e404-content .e404-logo img{
    max-height: 100px;
    border: none !important;
}

.e404-page-type-1 {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}

.e404-page-type-1 .e404-pic {
    height: 200px;
    background: #fff;
    border: 1px solid #e2e2e2;
    padding: 10px 20px;
    border-radius: 10px;
}

.e404-page-type-1 .e404-title{
    color: #3b3a39;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 2rem;
    margin: 30px 0px 0px 0px;
}

.e404-description{
    color: #808080;
    font-size: 1rem;
    margin: 5px;
    text-align: center;
    font-weight: 300;
}
    
/* İki Bölümlü 404 Sayfası - Tip 2*/

.e404-page-type-2 {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}

.e404-page-type-2 .e404-content{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 100px;
    padding: 0 10%;
    border-top: 0;
    border-left: 0;
}

.e404-page-type-2 .e404-pic{
    height: 400px;
    background: #fff;
    border: 1px solid #e2e2e2;
    padding: 10px 20px;
    border-radius: 10px;
}

.e404-page-type-2 .e404-title{
    color: #3b3a39;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 2rem;
    margin: 30px 0px 0px 0px;
}

/* Mobil Uygulama İkonları  */

footer .mobile-app-title{
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    display: block;
}

footer .mobile-app img{
    max-height: 40px;
}

/* Müşteri Etkileşim Butonları */

.product-customer-actions{
    padding: 10px 0;
    background: #f5f5f5;
}

.product-customer-actions .action .button i {
    font-size: 15px;
    margin-right: 10px;
}

.product-customer-actions .action:first-child {
    border-left: 0;
}
.product-customer-actions .action {
    border-right: 0;
}

/* Havale İndirimi */

.product-transfer-discount{
    background: #f2f2f2;
    padding: 10px;
    width: 100%;
    border-radius: 5px;
    border-left: 5px solid var(--main-color);
    font-size:14px;
    color:#7a7a7a;
}

/* E-Bülten */

.newsletter-content .newsletter-title{
    color: #222;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 10px;
}
    
.newsletter-input{
    height: 40px;
    background: #fff !important;
    display: block;
    color: #a3a2a2;
    position: relative;
    line-height: 23px;
    font-size: 13px;
    font-weight: 400;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #ebecee;
}

.newsletter-form .btn-submit{
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 13px;
    font-weight: 500;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
}

.newsletter-form{
    position: relative;
    width: 100%;
}

/* SMS Bülteni */

.sms-newsletter-content .newsletter-title{
    color: #222;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 10px;
}
    
.sms-newsletter-input{
    height: 40px;
    background: #fff !important;
    display: block;
    color: #a3a2a2;
    position: relative;
    line-height: 23px;
    font-size: 13px;
    font-weight: 400;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #ebecee;
}

.sms-newsletter-form .btn-submit{
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 13px;
    font-weight: 500;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
}

.sms-newsletter-form{
    position: relative;
    width: 100%;
}

/* Footer Social Media*/

footer .social-media .social-media-title{
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
}

footer .social-media a{
    color: #000;
    font-size: 20px;
    margin-right: 20px;
}

footer .social-media a:last-child{
    margin-right:0;
}

.card-product .card-product-inner .price-group .prices .list-price{
    text-decoration: line-through;
}

/* Buttons */

.card-blog,
.card-brand,
.card-category,
.card-product {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
}

.card-product .card-product-inner .free-cargo-badge {
    position: absolute;
    left: 10px;
    background: #009688;
}

.card-product .card-product-inner .buttons .btn-cart,
.modal-content .buttons .btn-cart{
    background: var(--add-cart-list-bg);
    border-color: var(--add-cart-list-bg);
    color: var(--add-cart-list) !important;
    transition: var(--transition-time);
}

.card-product .card-product-inner .buttons .btn-cart i,
.modal-content .buttons .btn-cart i{
    margin-right: 7px;
}

.card-product .card-product-inner .buttons .btn-cart:hover,
.modal-content .buttons .btn-cart:hover{
    background: var(--add-cart-list-bg-hover);
    border-color: var(--add-cart-list-bg-hover);
    color: var(--add-cart-list-hover);
}

.card-product .down-to-top .btn-cart{
    background: var(--add-cart-list-bg);
    border-color: var(--add-cart-list-bg);
    color: var(--add-cart-list) !important;
    transition: var(--transition-time);
    font-size: 13px;
}

.card-product .down-to-top .btn-cart:hover{
    background: var(--add-cart-list-bg-hover);
    border-color: var(--add-cart-list-bg-hover);
    color: var(--add-cart-list-hover) !important;
}

.product-buttons .btn-cart{
    background: var(--add-cart-detail-bg);
    border-color: var(--add-cart-detail-bg);
    color: var(--add-cart-detail);
    transition: all var(--transition-time);
}

.product-buttons .btn-cart:hover{
    background: var(--add-cart-detail-bg-hover);
    border-color: var(--add-cart-detail-bg-hover);
    color: var(--add-cart-detail-hover);
}

.product-buttons .btn-fast-buy{
    background: var(--buy-now-bg);
    border-color: var(--buy-now-bg);
    color: var(--buy-now);
    transition: all var(--transition-time);
}

.product-buttons .btn-fast-buy:hover{
    background: var(--buy-now-bg-hover);
    border-color: var(--buy-now-bg-hover);
    color: var(--buy-now-hover);
}


.payment-final-buttons-1 .btn-complete{
    background: var(--complete-payment-bg);
    border-color: var(--complete-payment-bg);
    color: var(--complete-payment);
    transition: all var(--transition-time);
}

.payment-final-buttons-1 .btn-complete:hover{
    background: var(--complete-payment-bg-hover);
    border-color: var(--complete-payment-bg-hover);
    color: var(--complete-payment-hover);
}

.product-favourite-kart{
    display: inline-block;
    position: absolute;
    right: 0;
    z-index: 2;
}

.product-favourite-kart a{
    font-size: 20px;
}
/* Header  */

header.desktop .header-bar .bar-link .icon{
    position:relative;
}

header.desktop .header-bar .bar-link .icon,
header.desktop .header-bar .bar-link .name{
    transition: all var(--transition-time);
}

header.desktop .header-bar .bar-link:hover .icon,
header.desktop .header-bar .bar-link:hover .name{
    color: var(--main-color2);
}

header.desktop .header-bar .bar-user .link a .name{
    color: #222 !important;    
}

header.desktop .header-bar .bar-user .link a:hover .name{
    color: var(--main-color2) !important;    
}

header.desktop .header-bar .bar-link{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #222 !important;
    position: relative;
    line-height: normal;
    font-weight: 400;
    flex: 1;
    transition: all var(--transition-time);
}

header.desktop .header-bar .bar-link a{
    color: #222;
}

header.desktop .header-bar .bar-user .link{
    display: flex;
    flex-direction: column;
}

header.desktop .header-bar .bar-link i{
    margin-right: 7px;
    font-size: 23px;
}

header.desktop .header-bar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}

header.desktop .header-bar .bar-cart .icon .count {
    position: absolute;
    right: -10px;
    top: -10px;
    min-width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #db2534;
    color: #fff;
    font-size: 11px;
    border-radius: 50%;
}


/* Category Page */
.product-view-select{
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    height: 100%;
    align-items: center;
}


/* Card Product */
.card-product .it-over {
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    width: 100%;
    background: rgb(255 255 255 / 90%);
    color: #000;
    border: 1px solid #000;
    text-align: center;
    height: 50px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.card-product .carousel-control-next i, 
.card-product .carousel-control-prev i{
    padding: 5px;
    background: #fff;
    font-size: 18px;
    color:#000;
}
.card-product .buttons-wrapper.right-to-left {
    overflow: hidden;
    opacity: 0;
    position: absolute;
    top: 0px;
    right: -30px;
    transition: all 0.4s;
    background: #fff;
    z-index: 9;
    border: 1px solid #ebebeb;
    border-radius: 5px;
}

.card-product .right-to-left .button-group{
    background: transparent;
    padding: 7px;
}

.card-product .right-to-left .cart-group{
    display: flex;
    flex-direction: column;
}

.card-product .right-to-left .cart-group a{
    padding: 0;
    margin: 5px 0;
}

.card-product .right-to-left .cart-group a i{
    font-size: 17px;
    transition: all var(--transition-time);
}

.card-product .right-to-left .cart-group a:hover i{
    color: var(--oo-primary);
}

.card-product:hover .right-to-left{
    opacity:1;
    right: 0px;
    transition: all var(--transition-time);
}

.card-product .buttons-wrapper.down-to-top{
    position: absolute;
    overflow: hidden;
    width: 100%;
    left: 50%;
    transform: translate3d(-50%,0%,0);
    z-index: -1;
}
.card-product .down-to-top .button-group{
    background: transparent;
    padding: 7px;
}
.card-product .btn-cart{
    display: flex;
    justify-content: center;
    align-items: center;
}
.card-product:hover .down-to-top{
    position: absolute;
    overflow: hidden;
    width: 100%;
    left: 50%;
    transform: translate3d(-50%,-100%,0);
    transition:all .4s;
    z-index: 999;
}


.card-product:hover .down-to-top .button-group{
    opacity: 1;
    visibility: visible;
    transform: translate3d(0,0,0);
    transition:all .4s;
    margin: 0 ;
    padding:3px 0;
}


/* Product Detail */
.product-carousel-mobile{
    display: none;
}
.video-play{
    position: relative;
}
.video-play i{
    position: absolute;
    bottom: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    border-radius: 100%;
    line-height: 28px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    text-indent:1px;
}


/* Responsive */
@media (max-width: 991px) {
    
    .info-bar-1 .icons {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        color: #000;
        padding: 10px 0;
        flex-direction: column;
    }
    
    .login-body .p-g-mod-t-4 {
        padding: 7px;
    }
    
    .category-filter-order-desktop{
        display: none;
    }
    
    .product-details-tab-product-details-tab-colorful .p-g-tab-wrapper .p-g-t-nav .nav{
        height: auto;
    }
    
    .product-profile-1 .product-quantity{
        margin-right: 10px;
    }
    
    .product-badges .p-badge {
        height: 55px;
        flex: auto;
    }
    
    .product-buttons .btn-fast-buy {
        flex: 1;
    }
    
    .product-buttons .btn-cart{
        flex:1;
        margin-left:0;
    }
    
 .product-buttons .btn-wp
 {
     width: 100%; 
     
 }

    .product-buttons .social-hit{
    width: calc(50% - 8px);
    display:inline-flex;
    justify-content:center;
    align-items:center;
    height:58px;
    margin-left:16px;
    vertical-align:top;
}
    
    .card-product .right-to-left{
        display: none !important;
    }
    
    .product-view-select{
        display: none;
    }
    
    .pattern-group .p-g-mod-t-26 .p-g-mod-body .buttons .btn-secondary {
        width: auto;
        margin: 5px;
        border-radius: 3px;
    }
    
    .categories-body .p-g-mod-t-cat-filter {
        margin: 10px;
    }
    
    footer .bar .right-image {
        justify-content: center;
    }
    
    footer .bb .pr-5{
        padding-right: 10px !important;
    }
    
    footer .mobile-app{
        margin-bottom: 20px;
    }
    
    .product-carousel-desktop.normal{
        display: none;
    }
    .product-carousel-mobile{
        display: block;
    }
    
    .mobile-header-space { 
        display: block;
    }

    header.desktop {
        display: none;
    }

    header.mobile {
        display: block;
    }
    
    .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;
        padding: 10px;
    }

    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;
    }

}

/* Header Shopping Cart */

header.desktop .header-cart-hover .nav-link::after {
    display: none;
}

  
header.desktop .header-cart-hover {
    position: relative;
    display: flex;
    flex: 1;
}

header.desktop .header-cart-hover .dropdown-menu {
    border: 0;
    border-radius: 0;
    background-color: #fff;
    width: 300px;
    left: inherit;
    right: 0;
    top: 28px;
    position: absolute;
    border: 2px solid #ececec;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
    margin-top:0 !important;
    padding-top:0 !important;
    padding-bottom: 0;
}

header.desktop .header-cart-hover .dropdown-menu .top-header{
    background: #f7f7f7;
    display: flex;
    justify-content: space-evenly;
    padding: 5px 0;
}

header.desktop .header-cart-hover .dropdown-menu .top-header .title{
    font-size: 14px;
    padding: 5px 0;
    font-weight: 500;
}   

header.desktop .header-cart-hover:hover .dropdown-menu, 
header.desktop .header-cart-hover .dropdown-menu:hover {
    display:block!important;
}
 
header.desktop .header-cart-hover .dropdown-menu ul.user-links {
    margin: 0;
    padding: 0;
}

header.desktop .header-cart-hover .dropdown-menu ul.user-links li {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 10px;
}

header.desktop .header-cart-hover .dropdown-menu ul.user-links li:hover{
    background: #f7f7f7;
    
}

header.desktop .header-cart-hover .dropdown-menu ul.user-links li a {
    display: block;
    font-size: 13px;
    color: #000;
    border-bottom: 1px solid #ebebeb;
    padding: 5px 0;
}

header.desktop .header-cart-hover .dropdown-menu ul.user-links li:last-child a{
    border-bottom: 0px;
}

header.desktop .header-cart-hover .dropdown-menu ul.user-links li a i {
    margin-right: 5px;
}

header.desktop .header-cart-hover .dropdown-menu ul.auth-links {
    margin: 0;
    padding: 0;
}

header.desktop .header-cart-hover .dropdown-menu ul.auth-links li {
    margin: 0;
    padding: 0;
    list-style: none;
}

header.desktop .header-cart-hover .dropdown-menu ul.auth-links li a {
    display: block;
    text-align: center;
    padding: 10px 5px;
    color: #000;
    font-size: 13px;
    font-weight: 500;
}


header.desktop .header-cart-hover .dropdown-menu ul.auth-links li a i {
    margin-right: 10px;
}

header.desktop .header-cart-hover .btn-remove{
    background: #dedede;
    border: none;
    color: #000;
    font-size: 12px;
    width: 25px;
    height: 25px;
    border-radius: 20px;
    display: flex;
    font-weight: 500;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
}


.header-cart-summary-1 {
        
}

.header-cart-summary-1 .table th {
    font-size: 12px !important;
    font-weight: 500;
        
}
        
.header-cart-summary-1 .buttons {
    display: flex;
    flex-direction: column;
    margin-right: 12px;
}

.header-cart-summary-1 .buttons .btn {
    font-size: 12px !important;
    padding: 5px 3px !important;
    margin: 5px;
    background: var(--add-cart-list-bg);
    color: var(--add-cart-list);
    transition: all var(--transition-time);
}

.header-cart-summary-1 .buttons .btn:hover {
    background: var(--add-cart-list-bg-hover);
    color: var(--add-cart-list-hover);
}

.header-cart-summary-1 .buttons .btn-color-2 {
    background: var(--buy-now-bg);
    color: var(--buy-now);
    transition: all var(--transition-time);
}

.header-cart-summary-1 .buttons .btn-color-2:hover{
    background: var(--buy-now-bg-hover);
    color: var(--buy-now-hover);
}

.header-cart-summary-1 .buttons .btn-color-2 i{
    font-size: 8px;
    padding-left: 3px;
}


.ajax-shopping-cart {
    padding: 15px;
    font-size: 12px;
    max-height: 300px;
    overflow-y: auto;
}

.ajax-cart-empty{
    font-size: 13px !important;
    text-align: center;
    padding: 20px 0;
}

.ajax-shopping-cart .product {
    display: flex;
    margin-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
    padding-top: 10px;
}

.ajax-shopping-cart .product:last-child{
    display: flex;
    margin-bottom: 10px;
    border-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
}

.ajax-shopping-cart .product .image {
    flex: 2;
}

.ajax-shopping-cart .product .price {
    flex: 2;
    font-size: 13px;
    text-align: right;
}

.ajax-shopping-cart .product .info {
    flex: 3;
    text-align:right;
}

.ajax-shopping-cart .product .info .name {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #000;
}

.sidebar-menu-type-2 .logo-area a img {
	max-height: 40px
}

.sidebar-menu-type-2 .mobil-area-title {
	font-size: 16px
}

.sidebar-menu-type-2 .categories ul li a {
	font-size: 15px;
	font-weight: 500
}

.sidebar-menu-type-2 .categories ul .multi a {
    padding: 6px 0;
    font-size: 14px;
    font-weight: 400
}

.sidebar-menu-type-2 .categories ul .multi .multi a {
	font-size: 14px
}

.mobile-menu-close i {
    border: 1px solid #b8b8b8;
    color: #b8b8b8;
}

.sidebar-menu-type-2 .categories ul .multi li:first-child {
	display: block
}

@media (max-width: 991px){
	.product-profile-1 .carousel .carousel-indicators li {
    	max-width: 50px;
	}
}

@media (max-width: 991px){
    .product-profile-1 h1.title {
        margin-top: 10px;
    }
}

@media (min-width: 768px) {
    .product-profile-1 .carousel .carousel-indicators{
        overflow: unset !important;
        overflow-y: auto !important;
    }
}

@media (max-width: 767px) {
    .product-profile-1 .carousel .carousel-indicators{
        overflow: unset !important;
        max-height: unset !important;
    }

    .product-profile-1 .carousel .carousel-indicators li {
        max-width: 50px;
    }
}

.p-g-mod.p-g-mod-t-39 {
    margin-bottom: 10px;
    margin-top: -10px;
    border: 0 !important;
}

.p-g-mod.p-g-mod-t-39 .p-g-mod-header {
    height: 35px !important;
    padding: 10px !important;
    color: #333;
}

.p-g-mod.p-g-mod-t-39 .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
    font-size: 14px !important;
}

.p-g-mod.p-g-mod-t-39 .p-g-mod-body:not(.p-g-mod-body-p-0) {
    padding: 0 !important;
}

.p-g-mod.p-g-mod-t-39 .p-g-mod-body input {
    padding: 0.275rem 0.7rem !important;
    height: 35px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 3px;
}

.p-g-mod.p-g-mod-t-39 .p-g-mod-body .btn-secondary {
    font-size: 13px;
    font-weight: 500;
    background: #818181;
    border-color: #818181;
}

.product-carousel-desktop.normal .carousel-item a img {
    width: 100%;
}

@media(max-width: 991px){
    .ppc-ctype-2 .row:first-of-type,
    .ppc-ctype-3 .row:first-of-type {
        flex-direction: column-reverse;
    }
}

.category-short-description {
    font-size: 15px;
} 

@media(max-width: 991px){
    .category-short-description {
        font-size: 13px;
    } 
}
/* =========================================================
   OKTAY OTOMOTIV - ARACA GORE PARCA BULUCU
   ========================================================= */
.oo-vehicle-finder{
    margin: 18px 0 22px;
}
.oo-vf-card{
    background: var(--oo-dark);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 10px;
    box-shadow: 0 10px 28px rgba(0,0,0,.12);
    overflow: hidden;
}
.oo-vf-title{
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 11px 18px;
    background: var(--oo-primary);
    color: #fff;
    font-size: 13px;
    letter-spacing: .15px;
}
.oo-vf-title i{
    font-size: 16px;
}
.oo-vf-grid{
    display: grid;
    grid-template-columns: 58px repeat(5, minmax(135px, 1fr)) minmax(175px, .9fr);
    gap: 12px;
    align-items: center;
    padding: 18px;
}
.oo-vf-filter-icon{
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.14);
    background: #222;
    color: var(--oo-primary);
    border-radius: 7px;
    font-size: 20px;
}
.oo-vf-select{
    width: 100%;
    height: 48px;
    padding: 0 35px 0 13px;
    border: 1px solid #3a3a3a;
    border-radius: 7px;
    background-color: #fff;
    color: #242424;
    font-size: 13px;
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease, opacity .2s ease;
}
.oo-vf-select:focus{
    border-color: var(--oo-primary);
    box-shadow: 0 0 0 3px rgba(255,153,0,.12);
}
.oo-vf-select:disabled{
    opacity: .52;
    cursor: not-allowed;
}
.oo-vf-search{
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 0;
    border-radius: 7px;
    background: var(--oo-primary);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .2px;
    cursor: pointer;
    transition: transform .15s ease, filter .15s ease, opacity .15s ease;
}
.oo-vf-search:not(:disabled):hover{
    filter: brightness(.92);
    transform: translateY(-1px);
}
.oo-vf-search:disabled{
    opacity: .4;
    cursor: not-allowed;
}
.oo-vf-help{
    padding: 0 18px 15px 88px;
    color: rgba(255,255,255,.58);
    font-size: 11px;
}

@media (max-width: 1199px){
    .oo-vf-grid{
        grid-template-columns: 52px repeat(3, 1fr);
    }
    .oo-vf-search{
        grid-column: span 2;
    }
}

@media (max-width: 767px){
    .oo-vehicle-finder{
        margin: 10px 0 15px;
    }
    .oo-vf-title{
        width: 100%;
        justify-content: center;
    }
    .oo-vf-grid{
        grid-template-columns: 1fr;
        gap: 9px;
        padding: 12px;
    }
    .oo-vf-filter-icon{
        display: none;
    }
    .oo-vf-search{
        grid-column: auto;
    }
    .oo-vf-help{
        padding: 0 12px 13px;
        text-align: center;
    }
}

/* =========================================================
   OKTAY OTOMOTIV - GARAJIM V1
   ========================================================= */
.oo-garage-trigger{
    position:fixed;left:18px;right:auto;bottom:18px;z-index:1035;
    min-width:180px;height:58px;padding:8px 12px;
    border:0;border-radius:12px;background:var(--oo-dark);color:#fff;
    display:flex;align-items:center;gap:10px;text-align:left;
    box-shadow:0 12px 32px rgba(0,0,0,.24);cursor:pointer;
}
.oo-garage-trigger>i{width:34px;height:34px;border-radius:9px;background:var(--oo-primary);display:flex;align-items:center;justify-content:center;font-size:16px}
.oo-garage-trigger-text{display:flex;flex:1;min-width:0;flex-direction:column;line-height:1.15}
.oo-garage-trigger-text strong{font-size:13px}.oo-garage-trigger-text small{margin-top:4px;font-size:10px;color:rgba(255,255,255,.66);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:105px}
.oo-garage-count{min-width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff;color:var(--oo-text);font-size:10px;font-weight:700}
.oo-garage-backdrop{position:fixed;inset:0;z-index:1060;background:rgba(0,0,0,.55)}
.oo-garage-modal{position:fixed;z-index:1061;left:50%;top:50%;right:auto;bottom:auto;transform:translate(-50%,-50%);width:min(680px,calc(100vw - 36px));max-height:calc(100vh - 36px);overflow:auto;background:var(--oo-surface);border-radius:16px;box-shadow:0 25px 70px rgba(0,0,0,.32)}
.oo-garage-modal-head{display:flex;align-items:center;justify-content:space-between;padding:20px 22px 15px;border-bottom:1px solid #eee}
.oo-garage-kicker{display:block;color:var(--oo-primary);font-size:10px;font-weight:700;letter-spacing:.8px}.oo-garage-modal-head h3{margin:2px 0 0;font-size:23px;color:var(--oo-text)}
.oo-garage-close{width:38px;height:38px;border:0;border-radius:10px;background:#f3f3f3;color:var(--oo-text);cursor:pointer}
.oo-garage-modal-body{padding:20px 22px 22px}.oo-garage-intro{margin:0 0 16px;color:var(--oo-muted);font-size:12px;line-height:1.6}
.oo-garage-form{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:14px;background:#f7f7f7;border:1px solid #ededed;border-radius:12px}
.oo-garage-field label{display:block;margin:0 0 6px;color:#444;font-size:10px;font-weight:600}.oo-garage-field select{width:100%;height:42px;padding:0 10px;border:1px solid #ddd;border-radius:8px;background:#fff;color:var(--oo-text);font-size:12px;outline:none}.oo-garage-field select:focus{border-color:var(--oo-primary)}.oo-garage-field select:disabled{opacity:.55}
.oo-garage-add{grid-column:1/-1;height:42px;border:0;border-radius:8px;background:var(--oo-primary);color:#fff;font-size:12px;font-weight:700;cursor:pointer}.oo-garage-add:disabled{opacity:.42;cursor:not-allowed}
.oo-garage-list-head{display:flex;align-items:end;justify-content:space-between;margin:19px 0 9px}.oo-garage-list-head strong{font-size:13px}.oo-garage-list-head span{font-size:10px;color:#888}
.oo-garage-list{display:grid;gap:8px}.oo-garage-item{display:flex;align-items:stretch;border:1px solid #e6e6e6;border-radius:10px;overflow:hidden;background:#fff}.oo-garage-item.is-active{border-color:var(--oo-primary);box-shadow:0 0 0 1px var(--oo-primary)}
.oo-garage-item-main{display:flex;align-items:center;gap:10px;flex:1;padding:10px 12px;border:0;background:transparent;text-align:left;cursor:pointer;min-width:0}.oo-garage-item-icon{width:36px;height:36px;flex:0 0 36px;border-radius:9px;background:#f3f3f3;display:flex;align-items:center;justify-content:center;color:var(--oo-primary)}.oo-garage-item-copy{display:flex;min-width:0;flex:1;flex-direction:column}.oo-garage-item-copy strong{font-size:12px;color:var(--oo-text)}.oo-garage-item-copy small{margin-top:3px;font-size:10px;color:var(--oo-muted)}.oo-garage-active-badge{font-size:9px;font-weight:700;color:var(--oo-primary);white-space:nowrap}
.oo-garage-item-actions{display:flex;border-left:1px solid #eee}.oo-garage-item-actions a,.oo-garage-item-actions button{width:40px;border:0;background:#fafafa;color:#555;display:flex;align-items:center;justify-content:center;cursor:pointer}.oo-garage-item-actions a:hover,.oo-garage-item-actions button:hover{background:#f0f0f0;color:var(--oo-primary)}
.oo-garage-empty{padding:28px 18px;border:1px dashed #ddd;border-radius:10px;text-align:center;color:var(--oo-muted)}.oo-garage-empty i{display:block;margin-bottom:9px;color:var(--oo-primary);font-size:25px}.oo-garage-empty strong{display:block;color:var(--oo-text);font-size:12px}.oo-garage-empty span{display:block;margin-top:5px;font-size:10px}.oo-garage-open{overflow:hidden}

/* =========================================================
   OKTAY OTOMOTIV - SASE UYUMLULUK KONTROLU
   ========================================================= */
.oo-vin-check{display:flex;gap:13px;margin:15px 0;padding:14px;border:1px solid #e5e5e5;border-left:4px solid var(--oo-primary);border-radius:10px;background:#fff}
.oo-vin-check-icon{width:42px;height:42px;flex:0 0 42px;border-radius:9px;background:#f5f5f5;color:var(--oo-primary);display:flex;align-items:center;justify-content:center;font-size:17px}.oo-vin-check-content{min-width:0;flex:1}.oo-vin-check-content>strong{display:block;color:var(--oo-text);font-size:12px}.oo-vin-check-content>span{display:block;margin-top:3px;color:var(--oo-muted);font-size:10px;line-height:1.5}.oo-vin-check-form{display:flex;gap:7px;margin-top:10px}.oo-vin-check-form input{min-width:0;flex:1;height:40px;padding:0 11px;border:1px solid #ddd;border-radius:7px;font-size:11px;outline:none;text-transform:uppercase}.oo-vin-check-form input:focus{border-color:var(--oo-primary)}.oo-vin-check-form button{height:40px;padding:0 13px;border:0;border-radius:7px;background:var(--oo-whatsapp);color:#fff;font-size:10px;font-weight:700;white-space:nowrap;cursor:pointer}.oo-vin-check-form button i{margin-right:5px}.oo-vin-error{display:block;margin-top:6px;color:#d00;font-size:9px}

@media(max-width:767px){
    /* Garajım mobilde sabit alt menünün ÜSTÜNDE durur; menünün üzerine binmez. */
    .oo-garage-trigger{
        left:var(--oo-garage-mobile-left,12px);
        right:auto;
        bottom:calc(var(--oo-garage-mobile-bottom,86px) + env(safe-area-inset-bottom,0px));
        min-width:136px;
        height:48px;
        padding:6px 9px;
        border-radius:12px;
        gap:8px;
        z-index:1045;
    }
    .oo-garage-trigger>i{width:32px;height:32px;flex:0 0 32px;font-size:14px}
    .oo-garage-trigger-text strong{font-size:12px}
    .oo-garage-trigger-text small{margin-top:2px;font-size:9px;max-width:64px}
    .oo-garage-count{min-width:20px;height:20px;font-size:9px}

    /* Yönetim panelinden "Tam Boy" seçilirse masaüstüne yakın geniş görünüm. */
    .oo-garage-trigger.oo-garage-mobile-tam{
        min-width:170px;
        height:52px;
        padding:7px 11px;
    }
    .oo-garage-trigger.oo-garage-mobile-tam .oo-garage-trigger-text small{max-width:94px}

    /* Yönetim panelinden mobilde gizleme. */
    .oo-garage-trigger.oo-garage-mobile-gizli{display:none!important}

    .oo-garage-modal{
        left:50%;top:50%;right:auto;bottom:auto;
        transform:translate(-50%,-50%);
        width:calc(100vw - 16px);
        max-height:calc(100dvh - 24px);
        border-radius:14px;
    }
    .oo-garage-modal-head{padding:14px 15px}
    .oo-garage-modal-head h3{font-size:20px}
    .oo-garage-modal-body{padding:14px 15px 18px}
    .oo-garage-intro{font-size:11px;margin-bottom:12px}
    .oo-garage-form{grid-template-columns:1fr;padding:12px;gap:8px}
    .oo-garage-add{grid-column:auto}
    .oo-garage-list-head span{display:none}
    .oo-garage-active-badge{display:none}
    .oo-vin-check{align-items:flex-start}
    .oo-vin-check-form{flex-direction:column}
    .oo-vin-check-form button{width:100%}
}

/* =========================================================
   OKTAY OTOMOTIV - GARAJ UYUMLULUK DURUMU V1
   ========================================================= */
.oo-fitment-source-row{display:none!important}
.oo-fitment-status{
    display:flex;align-items:center;gap:8px;
    margin:10px 0;padding:9px 11px;border:1px solid #e6e6e6;
    border-radius:8px;background:#fafafa;color:#555;
    font-size:11px;line-height:1.35;font-weight:500;
}
.oo-fitment-status[hidden]{display:none!important}
.oo-fitment-status i{flex:0 0 auto;font-size:15px}
.oo-fitment-status strong{font-weight:700}
.oo-fitment-status.is-compatible{border-color:var(--oo-compatible-border);background:var(--oo-compatible-bg);color:var(--oo-compatible-text)}
.oo-fitment-status.is-incompatible{border-color:var(--oo-incompatible-border);background:var(--oo-incompatible-bg);color:var(--oo-incompatible-text)}
.oo-fitment-status.is-universal{border-color:var(--oo-universal-border);background:var(--oo-universal-bg);color:var(--oo-universal-text)}
.oo-fitment-status.is-unknown{border-color:var(--oo-unknown-border);background:var(--oo-unknown-bg);color:var(--oo-unknown-text)}
.oo-fitment-status.is-loading{border-color:#e4e4e4;background:#fafafa;color:var(--oo-muted)}
.oo-fitment-detail{margin:12px 0 14px;padding:12px 13px;font-size:12px}
.oo-fitment-card{margin:8px 0 2px;padding:7px 8px;font-size:9.5px;border-radius:7px}
.oo-fitment-card i{font-size:12px}
.oo-fitment-list{margin:0 12px;align-self:center;max-width:260px}
@media(max-width:767px){
    .oo-fitment-detail{font-size:11px}
    .oo-fitment-card{font-size:9px}
    .oo-fitment-list{margin:8px 0;max-width:none}
}


/* Oktay v12 - Header logo menu */
header.desktop .menu.oo-logo-menu {
    height: 82px;
}
header.desktop .menu.oo-logo-menu .mega-menu .navbar-nav {
    height: 80px;
    align-items: center;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    scrollbar-width: thin;
}
header.desktop .menu.oo-logo-menu .mega-menu .nav-item {
    flex: 0 0 auto;
    min-width: 72px;
    max-width: 120px;
}
header.desktop .menu.oo-logo-menu .mega-menu .nav-link {
    width: auto;
    min-width: 72px;
    padding: 8px 10px;
    justify-content: center;
    align-items: center;
    gap: 6px;
}
header.desktop .menu.oo-logo-menu .mega-menu .nav-link .subtitle-img {
    display: block;
    max-width: 90px;
    width: auto;
    margin: 0;
    object-fit: contain;
}
header.desktop .menu.oo-logo-menu .mega-menu .nav-link .under-category {
    display: none !important;
}
header.desktop .menu.oo-logo-menu .mega-menu .nav-link:hover .subtitle-img {
    transform: translateY(-2px);
}
header.desktop .menu.oo-logo-menu .mega-menu .dropdown-menu {
    top: 80px;
}
.single-menu-container.oo-logo-menu .single-menu {
    display: flex;
    align-items: center;
    gap: 10px;
    overflow-x: auto;
    flex-wrap: nowrap;
    height: 80px;
}
.single-menu-container.oo-logo-menu .single-menu > li {
    flex: 0 0 auto;
}
.single-menu-container.oo-logo-menu .single-menu li .sub-single-item {
    padding: 8px 10px;
    min-width: 72px;
}
.single-menu-container.oo-logo-menu .single-menu li .sub-single-item .subtitle-img {
    max-width: 90px;
    margin: 0 auto;
    display: block;
}
.single-menu-container.oo-logo-menu .single-menu li .sub-single-item:not(:has(img)) {
    font-size: 13px;
}


/* Oktay v13 - logo menu visibility + no hover title intent */
header.desktop .menu.oo-logo-menu {
    background: #fff;
    height: 96px;
}
header.desktop .menu.oo-logo-menu .container,
header.desktop .menu.oo-logo-menu .row,
header.desktop .menu.oo-logo-menu .col-md-12,
header.desktop .menu.oo-logo-menu .mega-menu {
    height: 100%;
}
header.desktop .menu.oo-logo-menu .mega-menu .navbar-nav {
    justify-content: flex-start;
    padding: 0 10px;
    gap: 18px;
    height: 94px;
}
header.desktop .menu.oo-logo-menu .mega-menu .nav-item {
    min-width: 90px;
    max-width: 140px;
    height: 100%;
}
header.desktop .menu.oo-logo-menu .mega-menu .nav-link {
    min-width: 90px;
    height: 100%;
    padding: 10px 6px;
    border-radius: 10px;
}
header.desktop .menu.oo-logo-menu .mega-menu .nav-link .subtitle-img {
    max-width: 110px;
    max-height: 52px;
    width: auto;
    height: auto;
    object-fit: contain;
    margin: 0 auto;
}
header.desktop .menu.oo-logo-menu .mega-menu .nav-link:hover {
    background: rgba(0,0,0,0.02);
}
header.desktop .menu.oo-logo-menu .mega-menu .dropdown-menu {
    top: 94px;
}
.single-menu-container.oo-logo-menu {
    background: #fff;
}
.single-menu-container.oo-logo-menu .single-menu {
    height: 94px;
    justify-content: flex-start;
    gap: 18px;
    padding: 0 10px;
}
.single-menu-container.oo-logo-menu .single-menu > li {
    min-width: 90px;
}
.single-menu-container.oo-logo-menu .single-menu li .sub-single-item {
    min-width: 90px;
    height: 94px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.single-menu-container.oo-logo-menu .single-menu li .sub-single-item:hover {
    background: rgba(0,0,0,0.02);
}
.single-menu-container.oo-logo-menu .single-menu li .sub-single-item .subtitle-img {
    max-width: 110px;
    max-height: 52px;
    width: auto;
    height: auto;
    object-fit: contain;
}


/* Oktay v14 - premium yatay logo seridi */
header.desktop .menu.oo-logo-menu {
    background: #ffffff;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
    position: relative;
    z-index: 20;
}
header.desktop .menu.oo-logo-menu .mega-menu .navbar-nav,
.single-menu-container.oo-logo-menu .single-menu {
    scrollbar-width: none;
}
header.desktop .menu.oo-logo-menu .mega-menu .navbar-nav::-webkit-scrollbar,
.single-menu-container.oo-logo-menu .single-menu::-webkit-scrollbar {
    display: none;
}
header.desktop .menu.oo-logo-menu .mega-menu .navbar-nav {
    padding: 8px 14px;
    gap: 14px;
}
header.desktop .menu.oo-logo-menu .mega-menu .nav-item,
.single-menu-container.oo-logo-menu .single-menu > li {
    min-width: 96px;
    max-width: 144px;
}
header.desktop .menu.oo-logo-menu .mega-menu .nav-link,
.single-menu-container.oo-logo-menu .single-menu li .sub-single-item {
    background: #fff;
    border: 1px solid transparent;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
    transition: all .25s ease;
}
header.desktop .menu.oo-logo-menu .mega-menu .nav-link:hover,
header.desktop .menu.oo-logo-menu .mega-menu .nav-item.show > .nav-link,
.single-menu-container.oo-logo-menu .single-menu li .sub-single-item:hover {
    background: #fffaf0;
    border-color: rgba(243, 168, 0, 0.30);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}
header.desktop .menu.oo-logo-menu .mega-menu .nav-link .subtitle-img,
.single-menu-container.oo-logo-menu .single-menu li .sub-single-item .subtitle-img {
    filter: none;
    opacity: 1;
}
header.desktop .menu.oo-logo-menu .mega-menu .dropdown-menu {
    margin-top: 6px;
    border: 1px solid #ececec;
    border-radius: 16px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.10);
    padding-top: 14px;
    padding-bottom: 14px;
}
header.desktop .menu.oo-logo-menu .mega-menu .dropdown-menu .category-item {
    border-radius: 12px;
    transition: all .2s ease;
}
header.desktop .menu.oo-logo-menu .mega-menu .dropdown-menu .category-item:hover {
    background: #fffaf2;
}
header.desktop .menu.oo-logo-menu .mega-menu .dropdown-menu .category-item .sub-title-img {
    max-height: 52px;
    object-fit: contain;
}
.single-menu-container.oo-logo-menu {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}


/* Oktay v15 - underline hover + larger logos + tum araclar */
header.desktop .menu.oo-logo-menu,
.single-menu-container.oo-logo-menu {
    overflow: visible;
}
header.desktop .menu.oo-logo-menu .oo-logo-menu-topbar,
.single-menu-container.oo-logo-menu .oo-logo-menu-topbar {
    display: flex;
    align-items: center;
    gap: 16px;
    position: relative;
}
header.desktop .menu.oo-logo-menu .oo-all-vehicles-wrap,
.single-menu-container.oo-logo-menu .oo-all-vehicles-wrap {
    position: relative;
    flex: 0 0 auto;
}
header.desktop .menu.oo-logo-menu .oo-all-vehicles-button,
.single-menu-container.oo-logo-menu .oo-all-vehicles-button {
    height: 54px;
    padding: 0 20px;
    border: 0;
    border-radius: 14px;
    background: #0f6fbf;
    color: #fff;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(15, 111, 191, 0.18);
}
header.desktop .menu.oo-logo-menu .oo-all-vehicles-button:hover,
.single-menu-container.oo-logo-menu .oo-all-vehicles-button:hover {
    filter: brightness(1.03);
}
header.desktop .menu.oo-logo-menu .oo-all-vehicles-panel,
.single-menu-container.oo-logo-menu .oo-all-vehicles-panel {
    display: none;
    position: absolute;
    left: 0;
    top: calc(100% + 14px);
    width: min(1280px, calc(100vw - 40px));
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 18px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
    padding: 22px;
    z-index: 2500;
    max-height: min(var(--oo-all-vehicles-max-height, 520px), calc(100vh - 190px));
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
    scrollbar-gutter: stable;
    scrollbar-width: thin;
    scrollbar-color: #b9b9b9 #f1f1f1;
}
header.desktop .menu.oo-logo-menu .oo-all-vehicles-panel::-webkit-scrollbar,
.single-menu-container.oo-logo-menu .oo-all-vehicles-panel::-webkit-scrollbar {
    width: 9px;
}
header.desktop .menu.oo-logo-menu .oo-all-vehicles-panel::-webkit-scrollbar-track,
.single-menu-container.oo-logo-menu .oo-all-vehicles-panel::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}
header.desktop .menu.oo-logo-menu .oo-all-vehicles-panel::-webkit-scrollbar-thumb,
.single-menu-container.oo-logo-menu .oo-all-vehicles-panel::-webkit-scrollbar-thumb {
    background: #b9b9b9;
    border-radius: 10px;
    border: 2px solid #f1f1f1;
}
header.desktop .menu.oo-logo-menu .oo-all-vehicles-panel::-webkit-scrollbar-thumb:hover,
.single-menu-container.oo-logo-menu .oo-all-vehicles-panel::-webkit-scrollbar-thumb:hover {
    background: #969696;
}
header.desktop .menu.oo-logo-menu .oo-all-vehicles-wrap:hover .oo-all-vehicles-panel,
.single-menu-container.oo-logo-menu .oo-all-vehicles-wrap:hover .oo-all-vehicles-panel {
    display: block;
}
header.desktop .menu.oo-logo-menu .oo-all-vehicles-grid,
.single-menu-container.oo-logo-menu .oo-all-vehicles-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    gap: 18px;
}
header.desktop .menu.oo-logo-menu .oo-all-vehicle-card,
.single-menu-container.oo-logo-menu .oo-all-vehicle-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 110px;
    text-align: center;
    border-radius: 14px;
    padding: 14px 10px;
    text-decoration: none;
    border: 1px solid transparent;
    transition: all .22s ease;
}
header.desktop .menu.oo-logo-menu .oo-all-vehicle-card:hover,
.single-menu-container.oo-logo-menu .oo-all-vehicle-card:hover {
    background: #fafafa;
    border-color: #ececec;
    transform: translateY(-2px);
}
header.desktop .menu.oo-logo-menu .oo-all-vehicle-logo,
.single-menu-container.oo-logo-menu .oo-all-vehicle-logo {
    max-width: 90px;
    max-height: 48px;
    width: auto;
    height: auto;
    object-fit: contain;
    margin-bottom: 10px;
}
header.desktop .menu.oo-logo-menu .oo-all-vehicle-card span,
.single-menu-container.oo-logo-menu .oo-all-vehicle-card span {
    font-size: 14px;
    font-weight: 500;
    color: #232323;
    line-height: 1.25;
}
header.desktop .menu.oo-logo-menu .mega-menu .navbar-nav {
    flex: 1 1 auto;
    min-width: 0;
}
header.desktop .menu.oo-logo-menu .mega-menu .nav-link,
.single-menu-container.oo-logo-menu .single-menu li .sub-single-item {
    position: relative;
    background: transparent;
    border: 0;
    box-shadow: none;
}
header.desktop .menu.oo-logo-menu .mega-menu .nav-link::after,
.single-menu-container.oo-logo-menu .single-menu li .sub-single-item::after {
    content: '';
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 6px;
    height: 3px;
    border-radius: 3px;
    background: var(--main-color);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform .2s ease;
}
header.desktop .menu.oo-logo-menu .mega-menu .nav-link:hover,
header.desktop .menu.oo-logo-menu .mega-menu .nav-item.show > .nav-link,
.single-menu-container.oo-logo-menu .single-menu li .sub-single-item:hover {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
    transform: none;
}
header.desktop .menu.oo-logo-menu .mega-menu .nav-link:hover::after,
header.desktop .menu.oo-logo-menu .mega-menu .nav-item.show > .nav-link::after,
.single-menu-container.oo-logo-menu .single-menu li .sub-single-item:hover::after {
    transform: scaleX(1);
}
header.desktop .menu.oo-logo-menu .mega-menu .nav-link .subtitle-img,
.single-menu-container.oo-logo-menu .single-menu li .sub-single-item .subtitle-img {
    max-width: 125px;
    max-height: 60px;
    transition: transform .2s ease;
}
header.desktop .menu.oo-logo-menu .mega-menu .nav-link:hover .subtitle-img,
header.desktop .menu.oo-logo-menu .mega-menu .nav-item.show > .nav-link .subtitle-img,
.single-menu-container.oo-logo-menu .single-menu li .sub-single-item:hover .subtitle-img {
    transform: scale(1.08);
}


/* Oktay v16 - dropdown kapanma toleransi */
header.desktop .menu.oo-logo-menu .mega-menu .nav-item.dropdown {
    position: relative;
    padding-bottom: 18px;
    margin-bottom: -18px;
}
header.desktop .menu.oo-logo-menu .mega-menu .nav-item.dropdown > .dropdown-menu {
    top: calc(100% - 8px);
    margin-top: 0 !important;
}
header.desktop .menu.oo-logo-menu .mega-menu .nav-item.dropdown > .dropdown-menu::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -18px;
    height: 18px;
}
.single-menu-container.oo-logo-menu .single-menu > li {
    position: relative;
    padding-bottom: 18px;
    margin-bottom: -18px;
}
.single-menu-container.oo-logo-menu .single-menu > li > ul {
    top: calc(100% - 8px);
}
.single-menu-container.oo-logo-menu .single-menu > li > ul::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -18px;
    height: 18px;
}

/* Oktay v17 - Tüm Araçlar admin renkleri */
header.desktop .menu.oo-logo-menu .oo-all-vehicles-button,
.single-menu-container.oo-logo-menu .oo-all-vehicles-button {
    background: var(--oo-all-vehicles-bg, #FFAA00) !important;
    color: var(--oo-all-vehicles-text, #0C1926) !important;
    box-shadow: 0 8px 18px color-mix(in srgb, var(--oo-all-vehicles-bg, #FFAA00) 24%, transparent);
}
header.desktop .menu.oo-logo-menu .oo-all-vehicles-button i,
.single-menu-container.oo-logo-menu .oo-all-vehicles-button i,
header.desktop .menu.oo-logo-menu .oo-all-vehicles-button span,
.single-menu-container.oo-logo-menu .oo-all-vehicles-button span {
    color: inherit !important;
}
header.desktop .menu.oo-logo-menu .oo-all-vehicles-button:hover,
.single-menu-container.oo-logo-menu .oo-all-vehicles-button:hover {
    background: var(--oo-all-vehicles-hover-bg, #E59400) !important;
    color: var(--oo-all-vehicles-hover-text, #FFFFFF) !important;
    filter: none !important;
}


/* Oktay v18 - Header dropdown sağlam hover sistemi */
@media (min-width: 768px) {
    header.desktop .menu.oo-logo-menu .mega-menu,
    header.desktop .menu.oo-logo-menu .oo-logo-menu-topbar {
        overflow: visible !important;
    }

    header.desktop .menu.oo-logo-menu .mega-menu .navbar-nav {
        overflow: visible !important;
    }

    /* Eski v16 relative override dropdown panelini nav-item içine sıkıştırıyordu.
       Yeniden mega-menu genişliğine bağlıyoruz. */
    header.desktop .menu.oo-logo-menu .mega-menu .nav-item.dropdown {
        position: static !important;
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }

    header.desktop .menu.oo-logo-menu .mega-menu .nav-item.dropdown > .dropdown-menu {
        top: 94px !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        margin-top: 0 !important;
        z-index: 2400 !important;
    }

    /* Hover veya JS sınıfı varken panel kesin açık. */
    header.desktop .menu.oo-logo-menu .mega-menu .nav-item.dropdown:hover > .dropdown-menu,
    header.desktop .menu.oo-logo-menu .mega-menu .nav-item.dropdown.oo-hover-open > .dropdown-menu,
    header.desktop .menu.oo-logo-menu .mega-menu .nav-item.dropdown > .dropdown-menu:hover {
        display: block !important;
    }

    /* Logo ile dropdown arasında görünmez geçiş köprüsü. */
    header.desktop .menu.oo-logo-menu .mega-menu .nav-item.dropdown > .dropdown-menu::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: -22px;
        height: 22px;
        background: transparent;
    }
}


/* Oktay v19 - Tüm Araçlar panel hover toleransı */
@media (min-width: 768px) {
    header.desktop .menu.oo-logo-menu .oo-all-vehicles-wrap,
    .single-menu-container.oo-logo-menu .oo-all-vehicles-wrap {
        padding-bottom: 20px;
        margin-bottom: -20px;
    }

    header.desktop .menu.oo-logo-menu .oo-all-vehicles-panel,
    .single-menu-container.oo-logo-menu .oo-all-vehicles-panel {
        top: calc(100% - 6px) !important;
    }

    header.desktop .menu.oo-logo-menu .oo-all-vehicles-panel::before,
    .single-menu-container.oo-logo-menu .oo-all-vehicles-panel::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: -24px;
        height: 24px;
        background: transparent;
    }

    header.desktop .menu.oo-logo-menu .oo-all-vehicles-wrap.oo-all-vehicles-open .oo-all-vehicles-panel,
    .single-menu-container.oo-logo-menu .oo-all-vehicles-wrap.oo-all-vehicles-open .oo-all-vehicles-panel {
        display: block !important;
    }
}


/* Oktay v19 - Header görünür marka limiti */
header.desktop .menu.oo-logo-menu .oo-logo-menu-topbar {
    flex-wrap: nowrap !important;
}
header.desktop .menu.oo-logo-menu .mega-menu .navbar-nav,
.single-menu-container.oo-logo-menu .single-menu {
    flex-wrap: nowrap !important;
}
header.desktop .menu.oo-logo-menu .mega-menu .nav-item,
.single-menu-container.oo-logo-menu .single-menu > li {
    flex: 0 0 auto;
}

/* =========================================================
   OKTAY OTOMOTIV - ANA SAYFA POPULER MARKALAR
   Tema ayarlari > Oktay Ozel Sistemler / Oktay Sistem Renkleri
   ========================================================= */
.oo-popular-brands {
    width: 100%;
    padding: 34px 0 38px;
    background: var(--oo-popular-brands-bg, #f8f8f8);
    overflow: hidden;
}


.oo-popular-brands-container {
    overflow: hidden;
}

.oo-popular-brands-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.oo-popular-brands-head h2 {
    margin: 0;
    color: var(--oo-popular-brands-text, #172b3a);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;
}

.oo-popular-brands-viewport {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 4px 0 10px;
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
    touch-action: pan-y;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.oo-popular-brands-viewport::-webkit-scrollbar {
    display: none;
}
.oo-popular-brands-viewport.is-dragging {
    cursor: grabbing;
}

.oo-popular-brands-track {
    display: flex;
    align-items: stretch;
    width: max-content;
    gap: 18px;
    padding-left: 0;
    padding-right: 0;
    will-change: transform;
}


.oo-popular-brand-card {
    flex: 0 0 var(--oo-popular-card-width, 240px);
    width: var(--oo-popular-card-width, 240px);
    min-height: 190px;
    padding: 24px 20px 22px;
    border: 1px solid var(--oo-popular-brands-border, #e6e8eb);
    border-radius: 14px;
    background: var(--oo-popular-brands-card-bg, #fff);
    box-shadow: 0 3px 12px rgba(0,0,0,.055);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--oo-popular-brands-text, #172b3a);
    text-decoration: none !important;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.oo-popular-brand-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 22px rgba(0,0,0,.09);
    border-color: var(--oo-primary, #ffaa00);
    color: var(--oo-popular-brands-text, #172b3a);
}

.oo-popular-brand-image {
    height: 92px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.oo-popular-brand-image img {
    display: block;
    max-width: 150px;
    max-height: 82px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.oo-popular-brand-image i {
    font-size: 48px;
    color: var(--oo-muted, #696969);
}

.oo-popular-brand-name {
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.45;
}

@media (max-width: 767.98px) {
    .oo-popular-brands {
        padding: 26px 0 30px;
    }
    .oo-popular-brands-head {
        margin-bottom: 14px;
    }
    .oo-popular-brands-head h2 {
        font-size: 20px;
    }
    .oo-popular-brands-track {
        gap: 12px;
        padding-left: 0;
        padding-right: 0;
    }
    .oo-popular-brand-card {
        flex-basis: 190px;
        width: 190px;
        min-height: 165px;
        padding: 20px 14px 18px;
        border-radius: 12px;
    }
    .oo-popular-brand-image {
        height: 74px;
        margin-bottom: 12px;
    }
    .oo-popular-brand-image img {
        max-width: 125px;
        max-height: 68px;
    }
    .oo-popular-brand-name {
        font-size: 14px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .oo-popular-brands-viewport {
        -webkit-mask-image: none;
        mask-image: none;
    }
}


/* =========================================================
   OKTAY v20 - MASAUSTU ARAC MARKA MENUSU STICKY HEADER
   Normal header yerinde kalir; sayfa asagi kayinca sadece
   Tum Araclar + marka logolari satiri ekranin ustunde sabitlenir.
   ========================================================= */
@media (min-width: 768px) {
    header.desktop .menu.oo-sticky-menu-enabled.oo-sticky-active {
        position: fixed !important;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 3200 !important;
        background: #ffffff;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.11) !important;
        border-top: 0 !important;
        border-bottom: 1px solid #ececec !important;
    }

    /* Fixed moda gecince dropdownlar ve Tum Araclar paneli kesilmesin. */
    header.desktop .menu.oo-sticky-menu-enabled.oo-sticky-active,
    header.desktop .menu.oo-sticky-menu-enabled.oo-sticky-active .mega-menu,
    header.desktop .menu.oo-sticky-menu-enabled.oo-sticky-active .oo-logo-menu-topbar {
        overflow: visible !important;
    }

    .oo-sticky-menu-spacer {
        display: none;
        width: 100%;
        height: 0;
        margin: 0;
        padding: 0;
        border: 0;
    }

    .oo-sticky-menu-spacer.is-active {
        display: block;
    }
}


/* Oktay Otomotiv - Bayilik Başvuru Sistemi */
.oo-dealer-application{padding:34px 0 64px;background:linear-gradient(180deg,#f7f8fa 0,#fff 100%);color:var(--oo-text,#191919)}
.oo-dealer-hero{position:relative;display:flex;align-items:center;justify-content:space-between;gap:28px;overflow:hidden;margin-bottom:22px;padding:36px 40px;border-radius:22px;background:linear-gradient(125deg,var(--oo-dark,#0f0f0f) 0%,#1d1d1d 70%,#2b210d 100%);box-shadow:0 18px 44px rgba(0,0,0,.12)}
.oo-dealer-hero:after{content:"";position:absolute;right:-80px;top:-130px;width:340px;height:340px;border-radius:50%;background:rgba(255,170,0,.14)}
.oo-dealer-hero-copy{position:relative;z-index:1;max-width:820px}.oo-dealer-kicker{display:inline-flex;align-items:center;gap:8px;margin-bottom:13px;padding:7px 12px;border-radius:999px;background:rgba(255,170,0,.14);color:var(--oo-primary,#ffaa00);font-size:12px;font-weight:800;letter-spacing:.05em}.oo-dealer-hero h1{margin:0;color:#fff;font-size:34px;line-height:1.18;font-weight:800;letter-spacing:-.02em}.oo-dealer-hero p{max-width:760px;margin:11px 0 0;color:#c9c9c9;font-size:14px;line-height:1.65}.oo-dealer-trust{display:flex;flex-wrap:wrap;gap:10px 18px;margin-top:20px}.oo-dealer-trust span{display:flex;align-items:center;gap:7px;color:#f0f0f0;font-size:12px;font-weight:600}.oo-dealer-trust i{color:var(--oo-primary,#ffaa00)}
.oo-dealer-hero-icon{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;width:120px;height:120px;flex:0 0 120px;border:1px solid rgba(255,255,255,.12);border-radius:28px;background:rgba(255,255,255,.06);color:#fff;font-size:48px}.oo-dealer-hero-icon>span{position:absolute;right:-8px;bottom:-8px;display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:15px;background:var(--oo-primary,#ffaa00);color:#111;font-size:20px;box-shadow:0 10px 24px rgba(255,170,0,.3)}
.oo-dealer-grid{display:grid;grid-template-columns:320px minmax(0,1fr);gap:22px;align-items:start}.oo-dealer-side{display:grid;gap:16px}.oo-dealer-side-card{padding:22px;border:1px solid #e7e8eb;border-radius:18px;background:#fff;box-shadow:0 10px 26px rgba(17,24,39,.05)}.oo-dealer-side-dark{border-color:#191919;background:#151515;color:#fff}.oo-dealer-side-label{display:block;margin-bottom:18px;color:var(--oo-primary,#ffaa00);font-size:11px;font-weight:800;letter-spacing:.08em}.oo-dealer-step{display:grid;grid-template-columns:38px 1fr;gap:12px;align-items:start;padding:15px 0;border-top:1px solid rgba(255,255,255,.08)}.oo-dealer-step:first-of-type{border-top:0;padding-top:0}.oo-dealer-step>b{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:10px;background:var(--oo-primary,#ffaa00);color:#111;font-size:13px}.oo-dealer-step strong,.oo-dealer-step small{display:block}.oo-dealer-step strong{color:#fff;font-size:13px}.oo-dealer-step small{margin-top:4px;color:#a9a9a9;font-size:11px;line-height:1.45}.oo-dealer-contact-icon{display:flex;align-items:center;justify-content:center;width:46px;height:46px;margin-bottom:14px;border-radius:14px;background:#fff7e6;color:#d68b00;font-size:19px}.oo-dealer-side-card>strong{display:block;font-size:15px}.oo-dealer-side-card>p{margin:7px 0 16px;color:#707070;font-size:11px;line-height:1.55}.oo-dealer-mini-note{display:flex;gap:8px;padding:11px;border-radius:12px;background:#f7f8fa;color:#60656d;font-size:10px;line-height:1.45}.oo-dealer-mini-note i{margin-top:2px;color:var(--oo-primary,#ffaa00)}
.oo-dealer-form-card{overflow:hidden;border:1px solid #e7e8eb;border-radius:20px;background:#fff;box-shadow:0 12px 32px rgba(17,24,39,.06)}.oo-dealer-form-head{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:24px 26px;border-bottom:1px solid #eceef1;background:linear-gradient(135deg,#fff 0,#fffbf2 100%)}.oo-dealer-form-head span{color:#c67e00;font-size:10px;font-weight:800;letter-spacing:.08em}.oo-dealer-form-head h2{margin:4px 0 0;color:#171717;font-size:22px;font-weight:800}.oo-dealer-form-head p{margin:4px 0 0;color:#777;font-size:11px}.oo-dealer-form-head-icon{display:flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:14px;background:var(--oo-primary,#ffaa00);color:#111;font-size:19px}.oo-dealer-form{padding:24px 26px 28px}.oo-dealer-section-title{display:flex;align-items:center;gap:9px;margin:4px 0 14px;color:#242424;font-size:13px;font-weight:800}.oo-dealer-section-title:not(:first-of-type){margin-top:26px}.oo-dealer-section-title span{display:flex;align-items:center;justify-content:center;width:25px;height:25px;border-radius:8px;background:#fff5dd;color:#bd7900;font-size:11px}.oo-dealer-fields{display:grid;grid-template-columns:1fr 1fr;gap:14px}.oo-dealer-field{min-width:0}.oo-dealer-field.oo-span-2{grid-column:1/-1}.oo-dealer-field label{display:block;margin-bottom:6px;color:#444;font-size:11px;font-weight:700}.oo-dealer-field label em,.oo-dealer-consent em{color:#d93636;font-style:normal}.oo-dealer-field input,.oo-dealer-field select,.oo-dealer-field textarea{width:100%;border:1px solid #dfe2e6;border-radius:10px;background:#fff;color:#222;font:inherit;font-size:12px;outline:none;transition:.18s}.oo-dealer-field input,.oo-dealer-field select{height:44px;padding:0 12px}.oo-dealer-field textarea{min-height:104px;padding:11px 12px;resize:vertical}.oo-dealer-field input:focus,.oo-dealer-field select:focus,.oo-dealer-field textarea:focus{border-color:var(--oo-primary,#ffaa00);box-shadow:0 0 0 3px rgba(255,170,0,.11)}.oo-dealer-field input::placeholder,.oo-dealer-field textarea::placeholder{color:#aaa}.oo-dealer-consent{display:flex;align-items:flex-start;gap:10px;margin:22px 0 0;padding:13px 14px;border:1px solid #e7e8eb;border-radius:12px;background:#fafafa;color:#626262;font-size:10px;line-height:1.5;cursor:pointer}.oo-dealer-consent input{margin-top:2px;accent-color:var(--oo-primary,#ffaa00)}.oo-dealer-submit-row{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:18px}.oo-dealer-security{display:flex;align-items:center;gap:8px;color:#777;font-size:10px}.oo-dealer-security i{color:#3e9b55}.oo-dealer-submit{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-width:210px;height:48px;padding:0 20px;border:0;border-radius:12px;background:var(--oo-primary,#ffaa00);color:#111;font-size:11px;font-weight:800;cursor:pointer;box-shadow:0 9px 20px rgba(255,170,0,.22);transition:.18s}.oo-dealer-submit:hover{filter:brightness(.96);transform:translateY(-1px)}
@media(max-width:991px){.oo-dealer-grid{grid-template-columns:1fr}.oo-dealer-side{grid-template-columns:1fr 1fr}.oo-dealer-hero{padding:30px}.oo-dealer-hero h1{font-size:29px}}
@media(max-width:767px){.oo-dealer-application{padding:20px 0 40px}.oo-dealer-hero{align-items:flex-start;padding:24px 20px;border-radius:18px}.oo-dealer-hero h1{font-size:24px}.oo-dealer-hero p{font-size:12px}.oo-dealer-hero-icon{display:none}.oo-dealer-trust{display:grid;gap:8px}.oo-dealer-grid{gap:14px}.oo-dealer-side{grid-template-columns:1fr}.oo-dealer-form-head{padding:20px}.oo-dealer-form-head-icon{display:none}.oo-dealer-form{padding:20px}.oo-dealer-fields{grid-template-columns:1fr}.oo-dealer-field.oo-span-2{grid-column:auto}.oo-dealer-submit-row{align-items:stretch;flex-direction:column}.oo-dealer-submit{width:100%}.oo-dealer-security{justify-content:center;text-align:center}}
