body {
    background: var(--body-bg);
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    position: relative;
    left: 0;
    transition: all .4s;
    font-family: "Prompt", sans-serif;
}

.prompt-regular {
  font-family: "Prompt", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.prompt-medium {
  font-family: "Prompt", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.prompt-semibold {
  font-family: "Prompt", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.prompt-bold {
  font-family: "Prompt", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.prompt-extrabold {
  font-family: "Prompt", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.prompt-regular-italic {
  font-family: "Prompt", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.prompt-medium-italic {
  font-family: "Prompt", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.prompt-semibold-italic {
  font-family: "Prompt", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.prompt-bold-italic {
  font-family: "Prompt", sans-serif;
  font-weight: 700;
  font-style: italic;
}

/* Reset */
a {
    color: var(--main-color);
}

a:hover {
    text-decoration: none;
    color: var(--main-color2);
}

h1 {
    font-size: 1.4rem;
}

h2 {
    font-size: 1.2rem;
}

h3 {
    font-size: 1.15rem;
}

h4 {
    font-size: 1.05rem;
}

h5 {
    font-size: 1.03rem;
}

/* 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(--main-color);
    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;
}

.op-black-2 {
    background: rgba(0, 0, 0, .5);
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
}

.op-black-2.hide {
    visibility: hidden;
    opacity: 0;
}

.op-black-2.show {
    visibility: visible;
    opacity: 1;
}

/* Header (Desktop) */
header.desktop {
    background: #fff;
    position: relative;
    right: 0;
    left: 0;
    z-index: 20;
    box-shadow: 0 5px 5px -7px #989898;
    width: 100%;
}

header.desktop .container {
    max-width: 1650px !important;
}

header.desktop .h-center {
    position: relative;
    transition: all var(--transition-time);
}

header.desktop .h-center.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    z-index: 998;
}

header.desktop .h-center .logo img {
    transition: all var(--transition-time);
}

header.desktop.sticky-active .h-center .logo img {
    max-height: 75px;
}

header.desktop .header-center-layout {
    display: flex;
    align-items: center;
    gap: 20px;
}

header.desktop .header-left {
    flex: 0 0 auto;
    width: 200px;
    max-width: 200px;
}

header.desktop .header-center {
    flex: 1;
    min-width: 0;
}


header.desktop .header-right .header-bar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 5px;
}

/* Search focus olduğunda genişleten kod */

header.desktop .header-center-layout {
    display: flex;
    align-items: center;
    gap: 20px;
    transition: all 0.3s ease;
}

header.desktop .header-left {
    flex: 0 0 auto;
    width: 200px;
    transition: all 0.3s ease;
}

header.desktop .header-center {
    flex: 1;
    min-width: 0;
    transition: all 0.3s ease;
}

header.desktop .easy-autocomplete {
    width: 100%;
}

/* Search focus olduğunda */
header.desktop .header-center-layout.search-focused {
    gap: 0;
}

header.desktop .header-center-layout.search-focused .easy-autocomplete {
    width: 100% !important;
    max-width: none;
}

header.desktop .header-center-layout.search-focused .header-left {
    width: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateX(-20px);
}

header.desktop .header-center-layout.search-focused .header-center {
    flex: 1;
    margin-left: 0;
}

/* Arama butonunu sabit tut */
header.desktop .header-center .search {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}

header.desktop .header-center .search .input-box {
    flex: 1;
    transition: all 0.3s ease;
    width: 100%;
}

header.desktop .header-center .search .input-box .form-control {
    width: 100%;
}

/* Arama butonunu sabit tutan kod */
header.desktop .header-center .search {
    display: flex;
    align-items: center;
    gap: 10px;
}

header.desktop .header-center .search .input-box {
    flex: 1;
    transition: all 0.3s ease;
}

header.desktop .header-center .search .btn-send {
    flex: 0 0 auto;
    white-space: nowrap;
    transition: all 0.3s ease;
}

/* Yardım Servisi Dropdown */
header.desktop .help-service-dropdown {
    position: relative;
    display: inline-block;
    margin-left: 15px;
}

header.desktop .help-service-trigger {
    color: var(--header-top-color);
    text-decoration: none;
    padding: 8px 12px;
    border-radius: 4px;
    transition: background-color 0.3s ease;
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
}

header.desktop .help-service-trigger:hover {
    color: var(--main-color);
}

header.desktop .help-service-text {
    margin-right: 8px;
}

header.desktop .help-service-arrow {
    font-size: 12px;
    transition: transform 0.3s ease;
}

header.desktop .help-service-dropdown:hover .help-service-arrow {
    transform: rotate(180deg);
}

header.desktop .help-service-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #e1e8ed;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    min-width: 200px;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

header.desktop .help-service-dropdown:hover .help-service-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

header.desktop .help-service-link {
    display: block;
    padding: 12px 16px;
    color: #393f46;
    text-decoration: none;
    font-size: 14px;
    transition: background-color 0.3s ease;
    border-bottom: 1px solid #f8f9fa;
}

header.desktop .help-service-link:last-child {
    border-bottom: none;
}

header.desktop .help-service-link:hover {
    background-color: rgba(0, 0, 0, 0.065);
    color: #393f46;
    text-decoration: none;
}

header.desktop .h-contact {
    background: #f5f5f5;
    height: 52px;
}

header.desktop .h-center {
    position: relative;
}

.dropdown-languages-1 .dropdown-toggle {
    color: var(--header-top-color);
    transition: all var(--transition-time);
    font-weight: 600;
}

.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);
    font-weight: 600;
}

.dropdown-currencies-1 .dropdown-toggle:hover {
    color: var(--header-top-color-hover);
}

header.desktop .h-contact .info {
    height: 52px;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
}

header.desktop .h-contact .info {
    display: flex;
    align-items: center;
}

header.desktop .h-contact .info-left {
    float: left;
}

header.desktop .h-contact .info-right {
    float: right;
}

header.desktop .h-contact .help-service-dropdown {
    display: inline-block;
}

header.desktop .h-contact .help-service-trigger {
    display: flex;
    align-items: center;
    gap: 5px;
}

header.desktop .h-contact .help-service-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    border: 1px solid #eee;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

header.desktop .h-contact .help-service-dropdown:hover .help-service-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

header.desktop .h-contact .help-service-link {
    display: block;
    padding: 8px 15px;
    color: #393f46;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

header.desktop .h-contact .help-service-link:hover {
    background-color: rgba(0, 0, 0, 0.065);
}

header.desktop .h-contact .info .item:last-child {
    margin-right: 0;
}

header.desktop .h-contact .info .item {
    font-size: 14px;
    color: var(--header-top-color);
    transition: all var(--transition-time);
    margin-right: 20px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
}

header.desktop .h-contact .info .item:hover {
    color: var(--main-color);
}

header.desktop .h-contact .info .item i {
    font-size: 16px;
}

header.desktop .dropdown-languages-1,
header.desktop .dropdown-currencies-1 {
    font-size: 14px;
    color: var(--header-top-color);
    transition: all var(--transition-time);
    padding: 4px 6px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
}

header.desktop .dropdown-languages-1 .dropdown-toggle,
header.desktop .dropdown-currencies-1 .dropdown-toggle {
    padding: 4px 6px;
}

header.desktop .dropdown-languages-1 span:hover,
header.desktop .dropdown-currencies-1 span:hover {
    color: var(--main-color);
}

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: 92px;
    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 .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(--main-color);
}

.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(--main-color);
}


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(--main-color);
    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 .easy-autocomplete-container {
    top: 47px;
}


header.desktop .h-banner {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Sidebar Menü Temel */
.desktop-sidebar-menu {
    position: fixed;
    top: 0;
    left: -350px;
    width: 350px;
    height: 100vh;
    background: #fff;
    z-index: 9999;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
    transition: left 0.3s ease;
}

/* Sidebar Header */
.desktop-sidebar-menu .sidebar-header {
    padding: 15px 20px;
    background: var(--main-color);
    border-bottom: 1px solid #eee;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

.desktop-sidebar-menu .close-sidebar {
    color: #fff;
    font-size: 18px;
    transition: color 0.2s;
    position: absolute;
    right: 20px;
}

/* Hover Efekti & Ok Animasyonu */
.cat-link {
    position: relative;
    padding-left: 20px;
    transition: padding-left 0.3s ease, background 0.2s;
    overflow: hidden;
}

.cat-link .hover-arrow {
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: left 0.3s ease, opacity 0.3s ease;
    font-size: 12px;
}

.cat-link .cat-text {
    transition: transform 0.3s ease;
    display: inline-block;
}

.cat-link:hover {
    background: #f9f9f9;
    color: var(--primary-color);
    padding-left: 35px;
}

.cat-link:hover .hover-arrow {
    left: 15px;
    opacity: 1;
}


.desktop-sidebar-menu.active {
    left: 0;
}

.sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    display: none;
}

.desktop-sidebar-menu .sidebar-header .title {
    font-size: 18px;
    font-weight: 600;
}


/* Kategori Listesi */
.desktop-sidebar-menu .sidebar-body {
    height: calc(100vh - 70px);
    overflow-y: auto;
}

.sidebar-categories {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cat-item {
    border-bottom: 1px solid #f5f5f5;
}

.cat-link {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    color: #333;
    text-decoration: none;
    transition: all 0.2s;
    position: relative;
}

.cat-link:hover {
    background: #f9f9f9;
    color: var(--primary-color);
}

.cat-link .cat-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
    margin-right: 15px;
}

.cat-link .arrow {
    margin-left: auto;
    font-size: 12px;
    color: #999;
}

/* Hover ile Açılan Yan Panel (Mega Menu) */
.sub-menu-panel {
    position: fixed;
    top: 0;
    left: 350px;
    /* Sidebar genişliği kadar */
    width: 800px;
    /* Alt menü genişliği */
    height: 100vh;
    background: #fff;
    box-shadow: 5px 0 15px rgba(0, 0, 0, 0.05);
    padding: 30px;
    display: none;
    /* Varsayılan gizli */
    overflow-y: auto;
    z-index: 9997;
}

/* Hover efekti */
.cat-item:hover .sub-menu-panel {
    display: block;
}

/* Alt Menü İçeriği */
.sub-menu-header {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.sub-menu-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.sub-cat-title {
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
    color: #000;
}

.sub-cat-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sub-cat-list li a {
    display: block;
    padding: 5px 0;
    color: #666;
    font-size: 14px;
}

.sub-cat-list li a:hover {
    color: var(--primary-color);
    padding-left: 5px;
}

/* banner hover efekti */

.p-g-mod-t-44 .banner-item {
    position: relative;
    overflow: hidden;
    display: block;
    transition: all 0.3s ease;
}

.p-g-mod-t-44 .banner-item .image {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.p-g-mod-t-44 .banner-item .image::before {
    content: '';
    position: absolute;
    top: 100%;
    left: -200%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.3) 50%, transparent 70%);
    transform: rotate(-45deg);
    transition: all .8s ease;
    z-index: 1;
    opacity: 0;
}

.p-g-mod-t-44 .banner-item:hover .image::before {
    top: -150%;
    left: 100%;
    opacity: 1;
}

.p-g-mod-t-44 .banner-item .image img {
    transition: transform .8s ease;
}

.p-g-mod-t-44 .banner-item:hover .image img {
    transform: scale(1.05);
}

.p-g-mod-t-44 .banner-item .image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
    opacity: 0;
    transition: opacity 0.8s ease;
    z-index: 1;
}

.p-g-mod-t-44 .banner-item:hover .image::after {
    opacity: 1;
}

/* 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 {
    background: #f7f7f7;
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    align-items: center;
    border-bottom: 1px solid #eee;
}

.sidebar-user .title span {
    font-size: 16px;
    padding: 5px 0;
    font-weight: 500;
}

.sidebar-user .title .btn-close {
    line-height: normal;
    font-size: 18px;
    color: #555;
}

.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, .05);
    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 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;
}

.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 */
/* ========================
   Mevcut Footer Stilleri
   ======================== */

/* Pazaryeri Mağazaları */
.stores {
    padding: 20px 0;
    background-color: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
}

.stores .cards {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.stores .card {
    border: none;
    background: transparent;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.stores .card:hover {
    transform: translateY(-5px);
}

.stores .card img {
    max-width: 150px;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
}

.stores .card:hover img {
    filter: grayscale(0%);
    opacity: 1;
}


/* Pazaryeri Mağazaları */
.stores {
    padding: 20px 0;
    background-color: #fff;
    /* Footer'dan ayırmak için beyaz bırakıldı */
    border-bottom: 1px solid #e9ecef;
}

.stores .cards {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.stores .card {
    border: none;
    background: transparent;
    transition: transform 0.3s ease;
}

.stores .card:hover {
    transform: translateY(-5px);
}

.stores .card img {
    max-width: 150px;
    filter: grayscale(50%);
    opacity: 0.8;
    transition: all 0.3s ease;
}

.stores .card:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

/* Bilgi Çubuğu */
.info-bar-1 .icons {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.info-bar-1 .icon-group {
    display: flex;
    align-items: center;
    gap: 15px;
}

.info-bar-1 .icon-group i {
    font-size: 38px;
    color: var(--main-color);
}

.info-bar-1 .icon-group .name {
    font-size: 16px;
    font-weight: 600;
    color: #3e3e3e;
    /* Başlık Rengi */
}

/* Ana Footer Alanı */
footer {
    background-color: #fff;
}

footer .footer-main-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #f2f2f2;
}

footer .footer-contact-col {
    flex: 0 0 35%;
    max-width: 35%;
    min-width: 260px;
}

footer .footer-links-col {
    flex: 1 1 0%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}

footer .footer-link-group {
    min-width: 0;
}

footer .footer-extra-row {
    display: flex;
    gap: 40px;
    margin-top: 25px;
    justify-content: space-between;
}

footer .bb {
    padding: 60px 0;
}

footer .logo-area img {
    height: 120px;
}

footer .title {
    font-size: 18px;
    color: #3e3e3e;
    margin-bottom: 15px;
    font-weight: 700;
    position: relative;
    padding-bottom: 10px;
}

footer .fs ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer .fs ul li {
    margin-bottom: 12px;
}

footer contact-iletisim {
    color: #747474;
}

footer .fs ul li a {
    color: #747474;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

footer .fs ul li a:hover {
    color: #3e3e3e;
    transform: translateX(5px);
}

/* İletişim Bilgileri */
footer .contact-info {
    list-style: none;
    padding: 0;
}

footer .contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 15px;
    color: #6c757d;
}

footer .contact-item a {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #6c757d;
    text-decoration: none;
    transition: color 0.3s ease;
}

footer .contact-item a:hover {
    color: #3e3e3e;
}

footer .contact-item i {
    color: var(--main-color);
    font-size: 16px;
}

/* Sosyal Medya */
footer .social-media a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #e9ecef;
    color: #3e3e3e;
    text-decoration: none;
    margin-right: 5px;
    transition: all 0.3s ease;
}

footer .social-media {
    margin-bottom: 20px;
}

footer .social-media a:hover {
    background-color: var(--main-color);
    color: #fff;
    transform: translateY(-3px);
}

footer .social-media .tiktok-icon img {
    width: 18px;
    height: 18px;
}

/* Footer Alt Bar */
footer .bar {
    padding: 25px 0;
    background-color: transparent;
    border-top: 1px solid #e9ecef;
}

footer .bar .text-center {
    font-size: 14px;
    color: #8f8f8f;
}

footer .bar img.cards {
    max-height: 25px;
    width: auto;
}

/* Mobilde başlıkların tıklanabilir görünmesini engelle */
@media (min-width: 768px) {
    footer .title {
        pointer-events: none;
    }
}

/* 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 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: 15px 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 .mobile-search {
    display: none;
}

.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 */
.card-brand .image a img{
    padding: 4px;
}

/* Single Menu */
.single-menu-container {
    display: block;
}

.single-menu-container .single-menu {
    display: flex;
    justify-content: center;
    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;
    margin: 0 15px;
}

.single-menu-container .single-menu li .sub-single-item {
    font-weight: 500;
    text-decoration: none;
    display: block;
    color: #000;
    transition: all 0.2s ease-in-out 0s;
    font-size: 15px;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    position: relative;
}

.single-menu-container .single-menu li .sub-single-item i {
    margin-top: 2px;
    margin-left: 2px;
}

.single-menu-container .single-menu li .sub-single-item:after {
    position: absolute;
    bottom: 0;
    content: '';
    width: 0;
    height: 1px;
    background: #000;
}

.single-menu-container .single-menu li .sub-single-item:hover:after {
    transition: all .4s;
    width: 100%;
}

.single-menu-container .single-menu li:hover>a:after {
    width: 100%;
}

.single-menu-container .single-sub-menu li a {
    animation: all ease .5s;
    -webkit-animation: all ease .5s;
    padding: 10px 20px 10px 20px;
    border-top: 0;
}

.single-menu-container .single-menu ul {
    visibility: hidden;
    margin: 0;
    padding: 0;
    opacity: 0;
    width: 170px;
    position: absolute;
    left: 0px;
    background: #fff;
    z-index: 99;
    transform: translate(0, 20px);
    transition: all 0.2s ease-out;
    box-shadow: 1px 1px 3px 0 #dcdcdc;
    margin-top: 0;
    border-top: 1px solid #eee;
}

.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: 13px;
    font-weight: 400;
    display: flex;
    color: #000;
    transition: var(--transition-time);
    justify-content: space-between;
    text-align: left;
}

.single-menu-container .single-menu ul li a:hover,
.single-menu ul li:hover>a {
    color: var(--main-color);
}

.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);
}

.pattern-group .p-g-mod-t-21 .p-g-mod-header,
.pattern-group .p-g-mod-t-22 .p-g-mod-header,
.pattern-group .p-g-mod-t-23 .p-g-mod-header,
.pattern-group .p-g-mod-t-24 .p-g-mod-header,
.pattern-group .p-g-mod-t-25 .p-g-mod-header,
.pattern-group .p-g-mod-t-26 .p-g-mod-header {
    padding: 12px 0;
    height: 32px;
}

.category-filter-list .list-wrap .list {
    margin-top: 10px;
}

header.mobile {
    display: none;
}

/* 4 ve 3 Banner Animasyonu */
.four-banners .ban-type {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.four-banners .ban-type:nth-child(1) {
    transition-delay: 0.2s;
}

.four-banners .ban-type:nth-child(2) {
    transition-delay: 0.3s;
}

.four-banners .ban-type:nth-child(3) {
    transition-delay: 0.4s;
}

.four-banners .ban-type:nth-child(4) {
    transition-delay: 0.5s;
}

.four-banners .ban-type.animate-in {
    opacity: 1;
    transform: translateY(0);
}

.four-banners .ban-type-6 .ban-type-content .ban-type-description {
    display: block;
}

.four-banners .ban-type .ban-type-title {
    font-size: 20px !important;
}

.four-banners .ban-type-6 .ban-type-content {
    flex-direction: column;
    background-color: #f8f8f8;
    margin-top: 15px;
    padding: 20px;
}

.four-banners .ban-type-6 .ban-type-btn {
    margin-top: 15px;
    border: 1px solid #00b31e;
    padding: 5px 12px;
}

.four-banners .ban-type-6 .ban-type-btn:hover {
    background-color: #00b31e;
    color: #fff;
}

.product-body .pattern-group .p-g-tab-wrapper .p-g-t-nav .nav {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.product-body .pattern-group .p-g-tab-wrapper .p-g-t-nav .nav .nav-link {
    flex: 1 1 0%;
    min-width: 160px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 12px 18px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 30px;
    border: 1px solid #ddd;
    color: var(--main-color);
    background: transparent;
    transition: all 0.25s ease;
}

.product-body .pattern-group .p-g-tab-wrapper .p-g-t-nav .nav .nav-item {
    flex: 1;
}

.product-body .pattern-group .p-g-tab-wrapper .p-g-t-nav .nav .nav-link:hover {
    background: rgba(0, 0, 0, 0.04);
}

.product-body .pattern-group .p-g-tab-wrapper .p-g-t-nav .nav .nav-link.active {
    background: var(--main-color);
    color: #fff;
    border-color: transparent;
}

.product-body .col-lg-5>div {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 0;
}

.product-profile-1 .carousel .carousel-outer {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;

}

/* Kategori Alanı */

.all-categories-bg {
    background: #f8f8f8;
    padding: 60px 0;
}

.all-categories-bg .pattern-group-header .p-g-h-info .p-g-h-i-title {
    font-size: 24px;
    font-weight: 700;
}

.all-categories-bg .pattern-group-header .p-g-h-info {
    align-items: center;
    justify-content: center;
}

.card-category {
    padding: 10px;
    box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-category:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.categories-body .card-category {
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.categories-body .owl-wrapper .owl-single-button.owl-single-button-prev {
    top: -10%;
    left: inherit !important;
    right: 50px;
}

.child-categories .p-g-mod-body {
    border: 1px solid #f2f2f2;
}

.child-categories .owl-carousel .owl-stage-outer {
    padding: 10px;
}

.categories-body .p-g-mod .p-g-mod-header {
    padding: 10px 0;
}

.categories-body .owl-wrapper .owl-single-button.owl-single-button-next {
    right: 0 !important;
    top: -10%;
}

.home-headline {
    margin-top: -20px;
}



.product-cargo-time i {
    font-size: 25px;
}

.product-cargo-time {
    border: 1px solid var(--main-color) !important;
    margin-top: 10px !important;
    display: inline-flex;
    align-items: center;
    padding: 5px 10px !important;
}

.sizden-gelenler .p-g-mod-t-44 .p-g-mod-header .p-g-m-h-info {
    align-items: center;
}

.mobil-filtre-btn {
    display: none;
}

.payment-cart-summary-1 table td .images {
    overflow: hidden;
    border-radius: 5px;
}

.payment-cart-summary-1 table td .images img {
    max-height: 50px;
}

.payment-cart-summary-1 .summary {
    background: transparent;
}

.payment-cart-summary-1 table .td-product a {
    max-height: 75px;
    height: auto;
    color: #333;
    display: flex;
}

.payment-cart-summary-1 .p-list-button {
    display: block;
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 400;
    color: #000;
    padding: 10px 0;
}

.shopping-buttons-1 {
    padding: 15px 0;
}

.shopping-buttons-1 .btn-continue {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #000;
    border-radius: 0;
    padding: 7px 0;
    font-size: 15px;
}

.pattern-group .p-g-mod.p-g-mod-t-75 .p-g-mod-body {
    padding: 5px;
}

.shopping-cart-1 .p-info .title {
    color: #000;
    font-weight: 40;
}

.shopping-cart-1 .space {
    display: block;
    margin: 5px 0;
}

.shopping-cart-1 .td-product .product .p-info {
    font-weight: 400;
}

.order-summary-v2 .td-product .product .p-info .name,
.shopping-cart-1 .td-product .product .p-info .name {
    color: #000;
    font-weight: 400;
    font-size: 14px;
}

.shopping-cart-1 .product-quantity {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.shopping-cart-1 .product-quantity input {
    width: 40px;
    height: 30px;
    font-size: 13px;
    border: none !important;
    color: #000;
}

.shopping-cart-1 .product-quantity .btn {
    width: 25px;
    height: 30px;
    font-size: 10px;
    border: 0 !important;
    background: transparent !important;
}

.payment-cart-summary-1 table td,
.shopping-cart-1 td {
    padding: 15px 0;
    border-top: 0;
    border-bottom: 1px solid #e8e8e8;
}

.order-summary-v2 .td-product .product .image img,
.shopping-cart-1 .td-product .product .image img {
    max-width: 75px;
}

.free-shipping-limit .icon {
    margin: 0 15px;
    font-size: 24px;
}

.free-shipping-limit .info .name,
.shopping-cart-1 .td-total-price {
    font-size: 13px;
    font-weight: 500;
}

.shopping-cart-1 .td-total-price {
    font-size: 13px;
    font-weight: 500;
    vertical-align: bottom;
    position: relative;
}

.shopping-cart-1 .btn-remove {
    position: absolute;
    top: 10px;
    right: 0px;
    padding: 5px 0;
}

.free-shipping-limit .info .description {
    font-size: 14px;
    font-weight: 400;
}

.free-shipping-limit .icon {
    margin: 0 15px;
    font-size: 15px;
    background: #3bc35a;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #2b9e45;
}

.free-shipping-limit {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ededed;
    background: #f7f7f9;
    padding: 10px 0;
}

.payment-cart-summary-1 table th {
    padding: 12px 0;
    font-size: 14px;
    color: #000;
}

.p-g-mod-t-37 .p-g-mod-header,
.p-g-mod-t-31 .p-g-mod-header {
    border-bottom: 0 !important;
}

.p-g-mod-t-31 {
    padding-right: 20px;
}

.payment-cart-summary-1 .summary tfoot th:last-child {
    text-align: right;
    font-weight: 600;
    font-size: 13px;
    color: #8a8b94;
}

.payment-cart-summary-1 .summary tfoot .final {
    font-size: 15px;
    color: #000;
}

.sepet-ozet .col-list:nth-child(2) .p-g-b-c-wrapper {
    padding: 20px 30px;
    border: 1px solid #ededed;
    background: #f7f7f9;
}


.cart-body .p-g-mod-base-content,
.p-g-mod-t-34 {
    border: 0 !important;
}

.bar-cart,
.close-cart {
    cursor: pointer;
}

.cart-progress {
    border-radius: 7px;
    width: 100%;
    height: 8px;
}

.cart-progress::-webkit-progress-bar {
    background-color: #000;
    border-radius: 7px;
}

.cart-progress::-webkit-progress-value {
    background-color: #2dd802;
    border-radius: 7px;
}

.related-products a.active img {
    border-color: #000000;
}

.product-profile-info li .related-products a {
    color: #333;
    margin-bottom: 20px;
}

.product-body .product-profile-1 .carousel-indicators li {
    opacity: 1;
}

.categories-body .list .lag-checkbox img {
    margin-right: 7px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    margin-top: -2px;
}

.pattern-group .p-g-mod .p-g-mod-header .p-g-m-h-icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 17px;
    font-size: 12px;
}

.p-g-mod-t-cat-filter .p-g-mod-header {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    cursor: pointer;
}

.p-g-mod-t-cat-filter .p-g-mod-body {
    display: none;
}

.p-g-mod-t-cat-filter.p-g-mod-t-23 .p-g-mod-body,
.p-g-mod-t-cat-filter.p-g-mod-t-21 .p-g-mod-body {
    display: block;
}

.pattern-group .p-g-mod .p-g-mod-header .p-g-m-h-button .btn-mod {
    font-weight: 500;
    font-size: 14px;
}

.card-product .card-product-inner .price-group.price-group-left .prices {
    align-items: flex-start;
}

.card-product .card-product-inner .title-special {
    display: -webkit-box;
    max-width: 100%;
    margin: 5px 0;
    font-size: 14px;
    line-height: 18px;
    height: 36px;
    font-weight: 500;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    color: #000;
    margin: 5px 10px;
}

.card-product .card-product-inner .c-p-i-info {
    margin-top: 10px;
}

.product-card .p-g-mod-showcase .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title,
.pattern-group .p-g-mod-showcase .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title,
.pattern-group .pattern-group-header .p-g-h-info .p-g-h-i-title {
    font-size: 1.7rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--main-color);
    position: relative;
}



.product-card .p-g-mod .p-g-mod-header .p-g-m-h-info {
    align-items: center;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
}

.p-g-mod-showcase .card-product .card-product-inner .title-special {
    max-width: 100%;
    margin: 5px 10px;
    font-size: 13px;
    line-height: 15px;
    height: auto;
    text-align: center;
    color: #363232;
    flex: 1;
    height: 36px;
    font-weight: 400;
}

.card-product .discount-new {
    background: #000;
    color: #fff;
    width: 50px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 12px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 0 0 10px;
}

.card-product .product-unit {
    justify-content: left;
}

.card-product .product-reviews {
    justify-content: left;
}

.p-g-mod-showcase .owl-carousel .owl-item img.owl-lazy {
    transform-style: unset;
}

.pattern-group .p-g-mod-showcase .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title,
.pattern-group .pattern-group-header .p-g-h-info .p-g-h-i-title {
    font-size: 24px;
}

.card-comment {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 15px;
    border-radius: 8px;
    background-color: transparent;
    text-align: center;
}

.card-comment .info .stars i {
    color: #999;
}


.card-comment .info .stars i.active {
    color: #f78018;
}

.card-comment .product .customer .comment {
    display: -webkit-box;
    max-width: 100%;
    margin-top: 15px;
    font-size: 16px;
    line-height: unset;
    height: 100px;
    font-weight: 400;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
    text-align: center;
}

.special-campaign {
    background: #000;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.special-campaign a {
    color: #fff;
    font-size: 16px;
}

.type-45-swiper span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 30px;
    border-radius: 5px;
    transition: right .2s, width .2s;
}

.type-45-swiper .swiper-button-next:hover,
.type-45-swiper .swiper-button-prev:hover {
    background: #fff;
    transition: all .4s;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 24px !important;
    color: #fff;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 1 !important;
}

.type-45-swiper .swiper-button-next,
.type-45-swiper .swiper-button-prev {
    width: 60px;
    height: 60px;
    transition: all .4s;
    background: var(--main-color) !important;
    border-radius: 50%;
    color: #fff;
}

footer .column-right {
    margin-right: 100px;
}

.pattern-group .p-g-mod .p-g-mod-header .p-g-m-h-info {
    align-items: center;
}

.pattern-group-t-0 .p-g-mod .p-g-mod-header .p-g-m-h-info {
    align-items: flex-start;
}

.category-cover {
    margin-bottom: 10px;
}

.home-body header.desktop.fixed-desktop {
    background: #fff;
    border-bottom: 0;
}

.home-body header.desktop.fixed-desktop .h-center {
    position: relative;
    border-bottom: 0;
    box-shadow: none;
}

.product-body .product-reviews {
    display: flex;
    line-height: 12px;
}

.product-profile-info {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
}

.product-body .product-favourite {
    font-size: 19px;
    display: flex;
    align-items: center;
    margin-left: 50px;
}

.product-body .product-installments .col-lg-4 {
    flex: 0 0 49% !important;
    max-width: 49% !important;
}

.accordion-product {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0;
    border-radius: 0;
}

div#accordion {
    border: 1px solid #ddd;
    margin-top: 20px;
}

.accordion-product .card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: #fff;
    border: 0;
}

.accordion-product .card-body {
    padding: 30px;
    margin-top: 10px;
    border-bottom: 1px solid #ddd;
}

.accordion-product .btn-link {
    color: #333;
    text-decoration: none !important;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 50px 30px;
    font-size: 14px;
    font-weight: 400;
    align-items: center;
    background: #fff;
    font-weight: 600;
    line-height: normal;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
}

.accordion-product .btn-link i {
    font-size: 10px;
    margin-right: 7px;
}

.accordion-product .btn-link:hover {
    text-decoration: none;
}

.sticky-sidebar-992-1 .p-g-b-c-0 .p-g-b-c-inner {
    position: relative;
    overflow-y: scroll;
    height: 100vh;
}

.sticky-sidebar-992-1 .p-g-b-c-0 .p-g-b-c-inner::-webkit-scrollbar {
    width: 10px;
    height: 8px;
}

.sticky-sidebar-992-1 .p-g-b-c-0 .p-g-b-c-inner::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #b0b0b0;
}

.sticky-sidebar-992-1 .p-g-b-c-0 .p-g-b-c-inner::-webkit-scrollbar-track {
    background-color: #e1e1e1;
    border-radius: 10px;
}

.mobile-header-space {
    height: 60px;
    display: none;
}

.stories.carousel .story {
    margin: 0 30px !important;
}

.stories.carousel .story {
    display: inline-block;
    width: 130px !important;
    max-width: 130px !important;
    margin: 0 6px;
    vertical-align: top;
}

.stories.snapgram .story>.item-link>.item-preview {
    border-radius: 50%;
    padding: 4px !important;
    background: radial-gradient(ellipse at 70% 70%, #ee583f 8%, #d92d77 42%, #bd3381 58%);
}

.stories.snapgram .story>.item-link>.item-preview img {
    border-radius: 50%;
    border: 0 !important;
}

.stories.carousel .story>.item-link>.item-preview {
    display: block;
    box-sizing: border-box;
    font-size: 0;
    max-height: 130px !important;
    height: 130px !important;
    overflow: hidden;
    transition: transform .2s;
    width: 130px !important;
    text-align: center;
}


.xzoom-source img,
.xzoom-preview img,
.xzoom-lens img {
    display: block;
    max-width: none;
    max-height: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.xzoom-source,
.xzoom-hidden {
    display: block;
    position: static;
    float: none;
    clear: both;
}

.xzoom-hidden {
    overflow: hidden;
}

.xzoom-preview {
    border: 1px solid #888;
    background: #2f4f4f;
    box-shadow: -0px -0px 10px rgba(0, 0, 0, 0.50);
}

.xzoom-lens {
    border: 1px solid #555;
    box-shadow: -0px -0px 10px rgba(0, 0, 0, 0.50);
    cursor: crosshair;
}

.login-body .p-g-mod-t-4 .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
    font-size: 21px;
    font-weight: 500;
    margin: 0;
    line-height: initial;
}

.product-quantity input {
    width: 50px;
    height: 48px;
    border-radius: 0;
    border-top: 1px solid #d9d9d9 !important;
    border-bottom: 1px solid #d9d9d9 !important;
    border-color: #d9d9d9 !important;
    padding: 0;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    border-right: 0;
    border-left: 0;
}

.product-profile-1 .carousel .carousel-inner img {
    border-radius: 10px;
}

.product-quantity input:focus {
    border-radius: 0;
    border-top: 1px solid #d9d9d9 !important;
    border-bottom: 1px solid #d9d9d9 !important;
    border-color: #d9d9d9 !important;
    padding: 0;
}

.product-quantity .btn {
    background: #fff;
    color: #484848;
    border-color: #ebebeb !important;
    font-size: 11px;
    font-weight: 500;
    width: 45px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border-radius: 0 !important;
}

.product-quantity .btn:hover {
    background: #f8f8f8;
    transition: all .4s;
}

.product-body .product-quick-actions {
    display: flex;
    width: 100%;
    gap: 10px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.product-body .product-quick-actions .action {
    flex: 1 1 calc(25% - 7.5px);
}

.product-body .product-quick-actions .action .button {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 5px;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
    font-size: 14px;
    width: 100%;
    gap: 5px;
}

.product-body .product-quick-actions .action .button:hover {
    color: var(--main-color);
}

.product-body .product-quick-actions .action .button i {
    font-size: 16px;
}

.product-body .product-quick-actions .action .button span {
    white-space: nowrap;
}


.product-body .product-title-container {
    display: flex;
    align-items: flex-start;
}

.product-body .product-title-container h1.title {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    line-height: 1.4;
    margin-bottom: 0;
}

.product-body .product-list-title {
    flex: 0 0 auto;
    width: 18%;
    color: #363232;
}

.product-body .product-short-desc {
    color: #8d9ba9;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 0;
}

.product-body .product-price-group {
    display: flex;
    font-weight: 400;
    justify-content: flex-start;
    align-items: center;
    color: #333;
    padding: 20px 0;
    flex-wrap: wrap;
}

.product-profile-info li {
    margin: 0;
    border-right: 0;
    border-left: 0;
    padding: 10px 0;
    font-weight: 600;
    display: flex;
}

.product-profile-info li .value {
    font-weight: 400;
}

.product-price-group .discount .rate {
    font-size: 15px;
}

.product-price-group .discount {
    background: #000;
    height: 28px;
    width: auto;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-right: 10px;
    flex-direction: row;
    border-radius: 20px;
    padding: 0 15px;
}

.product-price-group .prices {
    display: flex;
    align-items: center;
}

.product-price-group .prices .list-price {
    margin-right: 10px;
    color: #a3a3a3;
    font-size: 15px;
}

.product-price-group .prices .sale-price {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.product-body .option-bar {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.product-body .another-card-options {
    width: 100%;
    background: var(--main-color);
    margin-right: 15px;
    text-align: center;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    color: #fff;
    cursor: pointer;
}

.product-body .comments-link {
    width: 100%;
    background: #fff;
    border: 1px solid var(--main-color);
    text-align: center;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    color: var(--main-color);
    cursor: pointer;
}

.product-body .product-rate {
    color: #333;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
}

.product-reviews .stars .star {
    color: #000;
    font-size: 13px;
}

.product-profile-1 .tahmini_teslimat {
    background: #f8f9fa;
    color: #333;
    text-align: center;
    padding: 15px;
    margin: 10px 0;
}

.product-profile-1 .tahmini_teslimat .teslimat-title {
    font-weight: 500;
    font-size: 16px;
}

.product-profile-1 h1.title {
    font-size: 28px;
    font-weight: 500;
    color: #30434a;
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
    width: 100%;
    text-align: left;
    margin-bottom: 5px;
}

.variant-box {
    border: 0;
    background: transparent;
    border-radius: 5px;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.variant-box .name {
    margin-bottom: 10px;
}

.variant-box ul li .options a.active:before {
    content: "\f00c";
    position: absolute;
    right: -7px;
    top: -7px;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 9px;
    font-weight: 900;
    font-family: 'Font Awesome 6 Free';
    padding-top: 1px;
    background-color: var(--main-color);
    border-radius: 100%;
}

.variant-box ul li .options a.active:checked~span:before {
    height: .15rem;
    transition: width .1s;
    transition-delay: .3s;
    width: .9rem;
}

.variant-box ul li .options a.active:after {
    height: .15rem;
    transition: width .1s;
    transition-delay: .2s;
    width: .35rem;
}

.variant-box ul li .options a.active {
    border-color: var(--main-color);
    color: #333;
}

.variant-box ul li .form-control {
    border-radius: 0 !important;
    border-color: #000;
    height: 45px;
    font-size: 14px;
}

.variant-box ul li .options a {
    border-radius: 5px;
    padding: 5px 15px;
}

.product-profile-1 .carousel .carousel-inner {
    border: 0;
}

.product-body .p-g-mod-base-content,
.home-body .p-g-mod-base-content {
    border: 0;
}

.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: 0;
    display: flex;
    flex-wrap: wrap;
    max-height: 700px;
    overflow: auto;
}

.product-profile-right {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 20px;
}

.product-profile-1 .carousel .carousel-indicators li,
.product-profile-1 .carousel .carousel-indicators li img {
    max-width: 120px;
    border-radius: 10px;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff !important;
    background-color: #000 !important;
    border-color: #000 !important;
}

.page-link {
    color: #000 !important;
    box-shadow: none !important;
}

.card-product .card-product-inner .title {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    margin: 5px 0;
    font-size: 13px;
    line-height: 15px;
    height: 30px;
    font-weight: 400;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    color: #000;
    margin-top: 10px;
}

.card-product .card-product-inner .price-group .prices {
    display: flex;
    align-items: flex-end;
    flex-direction: row;
}

.card-product .card-product-inner .image-wrapper {
    position: initial;
}

.card-product .card-product-inner .price-group {
    display: flex;
    font-weight: bold;
    height: auto;
    justify-content: center;
    align-items: center;
    color: #333;
    margin: 20px;
    padding-bottom: 15px;

}

header .icon-open {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.card-product .card-product-inner {
    padding: 0 !important;
}

.card-product {
    border: none !important;
}

/* Bilgi Çubuğu */
.info-bar-1 {
    padding: 40px 0;
    background-color: #fff;
    border-bottom: 3px solid var(--main-color);
}

.info-bar-1 .icons {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 0 auto;
}

.info-bar-1 .icon-group {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    border-radius: 10px;
    transition: all 0.3s ease;
    text-align: center;
    flex-direction: column;
}

.info-bar-1 .icon-group i {
    font-size: 38px;
    transition: all 0.3s ease;
}

.info-bar-1 .icon-group .name {
    font-size: 16px;
    font-weight: 600;
    color: #343a40;
    margin-bottom: 5px;
}

.info-bar-1 .icon-group .description {
    font-size: 12px;
    color: #6c757d;
    transition: all 0.3s ease;
    text-align: center;
}

/* Farklı renkler */
.info-bar-1 .icon-group.secure i {
    color: #28a745;
}

.info-bar-1 .icon-group.cargo i {
    color: #007bff;
}

.info-bar-1 .icon-group.support i {
    color: #ffc107;
}

.info-bar-1 .icon-group.payment i {
    color: #6f42c1;
}

.info-bar-1 .icon-group.return i {
    color: #dc3545;
}

.info-bar-1 .icon-group.quality i {
    color: #fd7e14;
}

/* Hover efektleri */
.info-bar-1 .icon-group.secure:hover {
    background-color: rgba(40, 167, 69, 0.1);
    transform: translateY(-2px);
}

.info-bar-1 .icon-group.secure:hover i {
    color: #28a745;
    transform: scale(1.1);
}

.info-bar-1 .icon-group.cargo:hover {
    background-color: rgba(0, 123, 255, 0.1);
    transform: translateY(-2px);
}

.info-bar-1 .icon-group.cargo:hover i {
    color: #007bff;
    transform: scale(1.1);
}

.info-bar-1 .icon-group.support:hover {
    background-color: rgba(255, 193, 7, 0.1);
    transform: translateY(-2px);
}

.info-bar-1 .icon-group.support:hover i {
    color: #ffc107;
    transform: scale(1.1);
}

.info-bar-1 .icon-group.payment:hover {
    background-color: rgba(111, 66, 193, 0.1);
    transform: translateY(-2px);
}

.info-bar-1 .icon-group.payment:hover i {
    color: #6f42c1;
    transform: scale(1.1);
}

.info-bar-1 .icon-group.return:hover {
    background-color: rgba(220, 53, 69, 0.1);
    transform: translateY(-2px);
}

.info-bar-1 .icon-group.return:hover i {
    color: #dc3545;
    transform: scale(1.1);
}

.info-bar-1 .icon-group.quality:hover {
    background-color: rgba(253, 126, 20, 0.1);
    transform: translateY(-2px);
}

.info-bar-1 .icon-group.quality:hover i {
    color: #fd7e14;
    transform: scale(1.1);
}

.info-bar-1 .icon-group:hover .description {
    opacity: 1;
}

.footer-app-link {
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #ebebeb;
    padding: 30px 0;
}

footer .footer-contact,
footer .footer-contact * {
    color: #000 !important;
}

.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;
    font-size: 16px;
    transition: all var(--transition-time);
}

.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 {
    margin-top: 10px;
    border-top: 0;
}

.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;
}

.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(--main-color);
}

.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-color: transparent;
    padding: 10px 0;
}

.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: 18px;
    font-weight: bold;
    color: var(--main-color);
    line-height: normal;
}

.card-product-content {
    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(--main-color);
    color: #fff;
}

.pattern-group .p-g-mod-t-26 .p-g-mod-body .buttons .btn-secondary {
    color: #fff;
    background-color: #000;
    border-color: #000;
    width: 100%;
    margin: 0 !important;
    border-radius: 0;
}

.categories-body .p-g-mod-t-cat-filter .p-g-m-h-info .p-g-m-h-i-title {
    font-size: 15px !important;
    font-weight: 500 !important;
}

.categories-body .p-g-mod-t-cat-filter {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
    border: 1px solid #ddd;
    padding: 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: 0;
    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: flex-start;
    align-items: center;
    height: 50px;
}

.product-details-tab-product-details-tab-colorful .p-g-tab-wrapper .p-g-t-nav .nav .nav-item {
    text-align: center;
    display: flex;
    margin: 0 30px 0 0;
}

.product-details-tab-product-details-tab-colorful .p-g-tab-wrapper .p-g-t-nav .nav .nav-link {
    color: #000;
    font-weight: 500;
    font-size: 15px;
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    text-align: center;
    transition: var(--transition-time);
    border-bottom: 1px solid transparent;
}

.product-details-tab-product-details-tab-colorful .tab-content {
    border: 0;
    border-top: 0;
    margin-bottom: 50px;
    margin-top: 30px;
}

.product-profile-1 .carousel .carousel-indicators li.active {
    border-color: var(--main-color);
}

.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;
    color: #000;
}

.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(--main-color);
}

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%;
    display: flex;
    flex-basis: auto;
    justify-content: left;
}

.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;
}

.single-menu-container .subtitle-img {
    max-height: 25px;
    margin-right: 0;
}

header.desktop .mega-menu .nav-link .subtitle-img {
    max-height: 25px;
    margin-bottom: 3px;
    margin-right: 5px;
}

header.desktop .mega-menu .nav-link {
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: row;
}

.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;
}


/* 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;
}

/* Mobil Uygulama İkonları  */

.footer-app-link .mobile-app {
    display: flex;
    align-items: center;
}

.footer-app-link .mobile-app-title {
    font-size: 14px;
    font-weight: 600;
    display: block;
    color: #000;
}

.footer-app-link .mobile-app a {
    color: #000;
    font-size: 20px;
}

/* 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 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.newsletter-content .newsletter-title {
    color: #222;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
}

.newsletter-content .newsletter-description {
    color: #3e3e3e;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 15px;
}

.newsletter-input {
    height: 45px;
    background: #fff !important;
    display: block;
    color: #000;
    position: relative;
    line-height: 23px;
    font-size: 13px;
    font-weight: 400;
    border-radius: 0;
    box-shadow: none;
}

.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: 45px;
    background: var(--main-color);
    color: #fff;
    border: 0;
    border-radius: 0;
    padding: 0 20px;
    font-size: 13px;
    font-weight: 500;
    transition: all var(--transition-time);
}

.newsletter-form {
    position: relative;
    width: 100%;
    max-width: 500px;
}

/* SMS Bülteni */

.sms-newsletter-content .newsletter-title {
    color: #000;
    font-weight: 400;
    font-size: 13px;
    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;
    color: #000;
}

footer .social-media a {
    font-size: 20px;
    margin-right: 20px;
    color: #000;
}

footer .social-media a img {
    height: 20px;
}

footer .social-media a:last-child {
    margin-right: 0;
}

.card-product .card-product-inner .price-group .prices .list-price {
    font-size: 15px;
    color: #aaa;
    text-decoration: line-through;
    font-weight: 600;
    margin-right: 9px;
}

/* Buttons */

.card-brand,
.card-category {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
}

.card-brand:hover,
.card-category:hover {
    border-color: var(--main-color);
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Daha yumuşak bir animasyon isterseniz */
.card-product {
    border-radius: 8px;
    transition: all 0.7s;
    padding: 5px;
    border: 1px solid #ededed !important;
}

.card-product:hover {
    box-shadow: 0 4px 12px 0 rgba(54, 50, 50, .12);
}

.card-product .card-product-inner .free-cargo-badge {
    position: absolute;
    left: 10px;
    right: inherit;
    top: 0;
    width: 70px;
    height: 29px;
    font-size: 11px;
    line-height: 11px;
    font-weight: 500;
    text-align: center;
    background: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    border-radius: 0 0 10px 0;
}

.card-product .card-product-inner .discount {
    position: absolute;
    z-index: 9;
    background: #000;
    top: 10px;
    right: 10px;
    color: #fff;
    border-radius: 14px;
    font-weight: 500;
    padding: 3px 10px;
    font-size: 14px;
}

.card-product .card-product-inner .buttons {
    opacity: 0;
    position: absolute;
}

.card-product:hover .card-product-inner .buttons {
    opacity: 1;
    transition: all 0.3s ease;
}

.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 {
    color: #222;
    transition: var(--transition-time);
    font-size: 13px;
    background-color: #ffffff99;
    border: 0;
    border-radius: 0;
    height: 40px;
    font-weight: 500;
    letter-spacing: 1px;
}

.product-buttons .btn-cart,
.product-buttons .btn-fast-buy,
.product-buttons .btn-wp {
    height: 48px;
    font-size: 16px;
}

.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);
    border-radius: 0;
    flex: 1;
    margin-left: 10px;
    margin-right: 0;
    border: 1px solid var(--add-cart-detail-bg-hover);
}

.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);
    border-color: var(--add-cart-detail-bg);
}

.product-buttons .btn-fast-buy {
    background: var(--buy-now-bg);
    border-color: var(--buy-bg-hover);
    color: var(--buy-now);
    transition: all var(--transition-time);
    border-radius: 0;
    width: 100%;
    margin-right: 0;
}

.product-buttons .btn-fast-buy:hover {
    background: var(--buy-now-bg-hover);
    border-color: var(--buy-now-bg);
    color: var(--buy-now-bg);
}

.product-buttons .btn-wp {
    font-size: 14px;
    background: #33aa29;
    border-color: #33aa29;
    color: #fff;
    font-weight: 500;
    margin: 10px 10px 10px 0;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    width: 100%;
    border-radius: 0;
}


.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);
    border-radius: 0;
    padding: 15px 0;
    align-items: center;
    display: flex;
    justify-content: center;
    font-weight: 500;
}

.payment-final-buttons-1 .btn-complete i {
    font-size: 12px;
    margin-left: 10px;
    margin-top: 2px;
}

.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);
}

/* Header  */

header.desktop .header-bar .bar-link .icon {
    position: relative;
    display: flex;
    align-items: center;
}

header.desktop .header-bar .bar-link .icon,
header.desktop .header-bar .bar-link .name {
    transition: all var(--transition-time);
}

header.desktop .header-bar .bar-user .link a .name {
    color: #222 !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: 600;
    transition: all var(--transition-time);
    margin-right: 10px;
    border-radius: 5px;
    border: 1px solid transparent;
}

header.desktop .header-bar .bar-link.bar-user {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    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: row;
}

header.desktop .header-bar .bar-user i {
    font-size: 20px !important;
}

header.desktop .header-bar .bar-link i {
    margin-right: 7px;
    font-size: 23px;
}

header.desktop .header-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

header.desktop .header-bar .bar-search i {
    font-size: 20px;
    cursor: pointer;
}

header.desktop .header-search input {
    height: 50px;
    border-radius: 30px;
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
}

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: var(--main-color);
    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 {
    font-size: 18px;
    color: #000;
}

/* Açılır Kart */
.card-product .buttons-wrapper.right-to-left {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    z-index: 9;
    border-top: 1px solid #ebebeb;
    border-radius: 0 0 5px 5px;
    opacity: 0;
    /* Başlangıçta gizli */
    visibility: hidden;
    /* Başlangıçta gizli */
    transform: translateY(10px);
    /* Hafif aşağıdan gelsin */
    transition: all 0.3s ease;
}

/* Hover olduğunda görünsün */
.card-product:hover .buttons-wrapper.right-to-left {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.card-product .right-to-left .button-group {
    background: transparent;
    padding: 0;
    width: 100%;
}

.card-product .right-to-left .cart-group {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    align-items: stretch;
}

/* Her buton ve favori container'ı eşit genişlik */
.card-product .right-to-left .cart-group>a,
.card-product .right-to-left .cart-group>.product-favourite-kart {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 5px;
    margin: 0;
    border-right: 1px solid #ebebeb;
    text-align: center;
    transition: all 0.3s ease;
    background: #fff;
    /* Varsayılan arka plan */
}

/* İlk child - main color arka plan ve beyaz yazı */
.card-product .right-to-left .cart-group> :first-child {
    background: var(--main-color);
    color: #fff;
}

.card-product .right-to-left .cart-group> :first-child i {
    color: #fff;
}

/* Hover olduğunda gri arka plan (ilk child hariç) */
.card-product .right-to-left .cart-group>a:hover,
.card-product .right-to-left .cart-group>.product-favourite-kart:hover {
    background: #f5f5f5;
    /* Gri arka plan */
}

/* İlk child hover - main color koyu tonu */
.card-product .right-to-left .cart-group> :first-child:hover {
    background: var(--main-color);
    filter: brightness(0.9);
    /* Biraz koyulaştır */
}

/* Favori butonunu içindeki a etiketi */
.card-product .right-to-left .cart-group .product-favourite-kart a {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Son elemanda border yok */
.card-product .right-to-left .cart-group>a:last-child,
.card-product .right-to-left .cart-group>.product-favourite-kart:last-child {
    border-right: none;
}

/* btn-preview için özel stil */
.card-product .right-to-left .cart-group .btn-preview .btn-text {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* İkon stilleri */
.card-product .right-to-left .cart-group a i,
.card-product .right-to-left .cart-group .product-favourite-kart i {
    font-size: 17px;
    transition: all var(--transition-time);
}

/* Hover efektleri - renk değişimi (ilk child hariç) */
.card-product .right-to-left .cart-group>a:not(:first-child):hover i,
.card-product .right-to-left .cart-group>.product-favourite-kart:not(:first-child):hover i {
    color: var(--main-color);
}

/* Disabled buton */
.card-product .right-to-left .cart-group a.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* 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;
    background: rgb(255 255 255 / 50%);
}

/* Responsive */
@media (max-width: 991px) {
    .pattern-group .p-g-tab-wrapper .p-g-t-nav .nav {
        flex-wrap: nowrap;
        overflow-x: auto;
        scrollbar-width: none;
        /* Firefox */
    }

    .pattern-group .p-g-tab-wrapper .p-g-t-nav .nav::-webkit-scrollbar {
        display: none;
        /* Chrome/Safari */
    }

    .pattern-group .p-g-tab-wrapper .p-g-t-nav .nav .nav-link {
        flex: 0 0 auto;
        min-width: 200px;
    }

    /* Mobile Header */
    header.mobile {
        display: block;
        background: #fff;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    /* Üst Satır: Logo + Arama */
    header.mobile .mobile-top-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 15px;
        border-bottom: 1px solid #f0f0f0;
        height: 75px;
    }

    header.mobile .mobile-top-row .logo {
        flex: 1;
    }

    header.mobile .mobile-top-row .logo img {
        max-height: 60px;
        width: auto;
    }

    header.mobile .mobile-top-row .search-area .icon-group {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        background: #f5f5f5;
        border-radius: 50%;
        color: #333;
    }

    header.mobile .mobile-top-row .search-area .icon-group i {
        font-size: 18px;
    }

    /* Alt Satır: Menü + Actions */
    header.mobile .mobile-bottom-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 8px 15px;
    }

    header.mobile .mobile-bottom-row .left-menu {
        flex: 0 0 auto;
    }

    header.mobile .mobile-bottom-row .left-menu .icon-group {
        display: flex;
        align-items: center;
        padding: 8px 12px;
        background: var(--main-color, #007bff);
        color: #fff;
        border-radius: 5px;
        text-decoration: none;
        font-size: 14px;
    }

    header.mobile .mobile-bottom-row .left-menu .icon-group i {
        font-size: 16px;
    }

    header.mobile .mobile-bottom-row .right-actions {
        display: flex;
        align-items: center;
        gap: 15px;
        flex: 1;
        justify-content: flex-end;
    }

    header.mobile .mobile-bottom-row .right-actions .icon-group {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 3px;
        color: #333;
        text-decoration: none;
        position: relative;
    }

    header.mobile .mobile-bottom-row .right-actions .icon-group i {
        font-size: 20px;
    }

    header.mobile .mobile-bottom-row .right-actions .icon-group span:not(.badge) {
        font-size: 11px;
        color: #666;
    }

    header.mobile .mobile-bottom-row .right-actions .icon-group .badge {
        position: absolute;
        top: -9px;
        right: -11px;
        background: #ff0000;
        color: #fff;
        border-radius: 10px;
        padding: 2px 6px;
        font-size: 10px;
        min-width: 10px;
        text-align: center;
    }

    header.mobile .mobile-top-row .search-area {
        flex: 1;
    }

    header.mobile .mobile-top-row .search-area .search {
        width: 100%;
    }

    header.mobile .mobile-top-row .search-area .search form {
        position: relative;
        display: flex;
        align-items: center;
    }

    header.mobile .mobile-top-row .search-area .search .input-box {
        position: relative;
        flex: 1;
        background: #f5f5f5;
        border-radius: 25px;
        display: flex;
        align-items: center;
    }

    header.mobile .mobile-top-row .search-area .search .input-box input {
        width: 100%;
        padding: 10px 45px 10px 15px;
        border: none;
        border-radius: 25px;
        font-size: 13px;
        background: transparent;
        box-shadow: none;
        height: 45px;
    }

    header.mobile .mobile-top-row .search-area .search .input-box img {
        position: absolute;
        right: 15px;
        top: 13px;
    }

    .right-actions img.img-auto {
        width: 25px;
    }

    header.mobile .mobile-top-row .search-area .search .input-box svg {
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        pointer-events: none;
        fill: #666;
        flex-shrink: 0;
    }

    /* Autocomplete Container */
    header.mobile .search-area .easy-autocomplete-container {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
        border-top: none;
        border-radius: 0 0 8px 8px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        z-index: 1001;
        max-height: 300px;
        overflow-y: auto;
    }

    header.mobile .search-area .easy-autocomplete-container ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    header.mobile .search-area .easy-autocomplete-container ul li {
        padding: 10px 15px;
        border-bottom: 1px solid #f0f0f0;
        cursor: pointer;
    }

    header.mobile .search-area .easy-autocomplete-container ul li:hover {
        background: #f8f8f8;
    }

    /* Çok Küçük Ekranlar için */
    @media (max-width: 360px) {
        header.mobile .mobile-top-row .search-area .search .input-box input {
            font-size: 12px;
            padding: 8px 40px 8px 12px;
        }

        header.mobile .mobile-top-row .search-area .search .input-box svg {
            width: 16px;
            height: 16px;
            right: 12px;
        }
    }

    .product-body .product-quick-actions .action {
        flex: 1 1 calc(50% - 7.5px);
    }

    .info-bar-1 .icon-group .description,
    .info-bar-1 .icon-group .name {
        text-align: left;
    }

    .info-bar-1 .icons {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 20px;
    }

    .product-body .option-bar {
        display: none;
    }

    #accordion-mobile {
        display: block !important;
    }

    div#accordion {
        display: none;
    }

    .accordion-mobile {
        display: block;
    }

    .p-g-mod-showcase .card-product .card-product-inner .title-special {
        display: -webkit-box;
        max-width: 100%;
        margin: 5px 0;
        font-size: 13px;
        line-height: 18px;
        height: 36px;
        font-weight: 400;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: center;
        color: #363232;
        flex: auto;
    }

    .p-g-mod-showcase .card-product .card-product-inner .c-p-i-info {
        flex-direction: column;
    }

    .shopping-cart-1 .td-product .product .p-info .btn-remove {
        padding: 0;
        margin: 0;
        margin-right: 7px;
    }

    .shopping-cart-1 .td-total-price {
        display: none !important;
    }

    .shopping-buttons-1 {
        padding: 0;
    }

    .cat-responsive-buttons .dropdown-menu .lag-checkbox.checked {
        background: #e5e5e5;
        font-weight: 500;
    }

    .cat-responsive-buttons .dropdown-menu .lag-checkbox label {
        padding-left: 20px;
        position: relative;
        z-index: 2;
        cursor: pointer;
        margin-bottom: 0;
        font-size: 14px;
    }

    .cat-responsive-buttons .dropdown-menu {
        border: 0;
        background-color: #f4f4f4;
        position: relative;
        border-top: 1px solid #d8d8d8;
        transition: opacity .2s;
        padding-top: 0;
    }

    .cat-responsive-buttons .dropdown-menu:after {
        content: '';
        width: 0px;
        height: 0px;
        position: absolute;
        top: -7px;
        right: 50%;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #e5e5e5;
    }

    .cat-responsive-buttons .mobile-filter-btn {
        border-right: 1px solid #e5e5e5;
        margin-right: 20px;
        padding-right: 30px;
    }

    .cat-responsive-buttons .btn {
        font-size: 15px;
    }

    .cat-responsive-buttons {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 10px 0;
        background-color: #f4f4f4;
        padding: 14px 0;
        border-radius: 7px;
    }

    .pattern-group .p-g-mod-t-26 .p-g-mod-body .btn {
        font-size: 14px;
        margin: 0 5px;
        width: 100% !important;
        border-radius: 0 !important;
        margin: 5px 0 !important;
        height: 50px;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-weight: 500;
    }

    .pattern-group .p-g-mod-t-26 .p-g-mod-body .buttons {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        flex-direction: column;
    }

    .categories-body .p-g-mod.p-g-mod-t-26 {
        position: sticky;
        bottom: 0;
        right: 0;
        left: 0;
    }

    .categories-body .mobil-filtre .col-list:first-child .pattern-group-header {
        padding: 15px 10px;
        display: flex;
        flex-direction: row-reverse;
        border-bottom: 1px solid #ebebeb;
        position: sticky;
        top: 0;
        right: 0;
        left: 0;
        z-index: 9;
        background: #fff;
    }

    .categories-body .mobil-filtre .col-list:first-child .pattern-group-header .p-g-h-icon {
        width: auto;
        font-size: 20px;
        margin-right: 3px;
    }

    .categories-body .mobil-filtre .mobil-filtre-btn {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 10px;
        position: sticky;
        top: 0;
        right: 0;
        left: 0;
        background: #fff;
        border-bottom: 1px solid #ebebeb;
        z-index: 9;
    }

    .categories-body .mobil-filtre .close-mobile-filter {
        font-size: 17px;
        margin-right: 5px;
    }

    .categories-body .mobil-filtre .col-list:first-child {
        border: 0;
        border-radius: 0;
        background-color: #fff;
        width: 100%;
        right: -100%;
        top: 0;
        position: fixed;
        border-radius: 0;
        -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;
        height: 100%;
        z-index: 99999;
        transition: all .4s;
        display: flex;
        flex-direction: column;
        overflow: auto;
        display: block !important;
    }

    .categories-body .mobil-filtre .col-list:first-child.active {
        opacity: 1;
        right: 0;
        transition: all .4s;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 14px !important;
        color: #fff;
    }

    .p-g-mod-showcase .card-product .d-flex {
        flex-direction: column;
    }

    .product-profile-1 .carousel .carousel-indicators {
        margin-top: 10px;
    }

    .related-products a {
        width: auto;
        height: 75px;
    }

    .product-body .product-installments .col-lg-4 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .p-g-mod-t-31 {
        padding-right: 0px;
    }

    .product-body .product-favourite {
        margin-top: 10px;
    }

    .header-cart-summary-1 .buttons .btn {
        font-size: 14px !important;
    }

    .header-cart-hover .dropdown-menu {
        z-index: 999999;
    }

    .shopping-cart-1 .table tr .td-total-price {
        width: 100%;
        display: flex;
        padding: 0;
        align-items: center;
        justify-content: space-between;
        flex-direction: row-reverse;
    }


    .shopping-cart-1 .space {
        display: block;
        margin: 10px 0;
    }

    .shopping-cart-1 .table tbody tr {
        border-bottom: 1px solid #eaeaea;
        position: relative;
    }

    .shopping-cart-1 .td-product .product .p-info .name {
        color: #000;
        font-weight: 400;
        font-size: 14px;
        max-width: 85%;
    }

    .header-cart-summary-1 .buttons .btn {
        font-size: 14px;
    }

    .categories-body .product-view-select {
        display: none;
    }

    footer .column-right {
        margin-right: 0px;
    }

    footer .bb .col {
        flex-basis: auto;
    }

    .info-bar-1 .icons .icon-group {
        flex-direction: row;
    }

    .info-bar-1 .icons .icon-group i {
        margin-right: 15px;
    }

    .product-body .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1 !important;
    }

    .newsletter-form,
    .sms-newsletter-form {
        position: relative;
        width: 350px;
        max-width: 100%;
    }

    .stories.carousel .story>.item-link>.item-preview {
        max-height: 90px !important;
        height: 90px !important;
        width: 90px !important;
    }

    .stories.carousel .story {
        margin: 0 10px !important;
    }

    .stories.carousel .story {
        display: inline-block;
        width: 90px !important;
        max-width: 90px !important;
        margin: 0 6px;
        vertical-align: top;
    }

    .home-headline {
        margin-top: -20px;
    }

    .pattern-group .p-g-mod-showcase .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
        font-size: 17px;
        padding: 10px 20px;
    }

    .product-profile-1 h1.title {
        font-size: 19px;
        margin-top: 10px;
        width: 100%;
    }

    .product-body .product-title-container {
        margin-bottom: 20px;
    }

    .footer-app-link {
        display: flex;
        justify-content: center;
        align-items: center;
        border-top: 1px solid #ebebeb;
        padding: 30px 0;
        flex-direction: column;
    }

    .footer-app-link .mobile-app {
        display: flex;
        align-items: center;
        margin-left: 0 !important;
    }

    .info-bar-1 .icons {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        color: #000;
        padding: 10px 0;
        flex-direction: column;
        border-radius: 1px solid #ebebeb;
    }

    .card-product .card-product-inner .price-group .prices {
        flex-direction: column;
        align-items: flex-start;
    }

    .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-cart {
        margin-left: 0;
    }

    .product-buttons .btn-wp {
        width: 100%;
    }

    .card-product .right-to-left {
        display: none !important;
    }

    .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;
        height: 10px;
    }

    header.desktop {
        display: none;
    }



    .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 .footer-main-grid {
        flex-direction: column;
    }

    footer .footer-contact-col,
    footer .footer-links-col {
        flex: 1 1 100%;
        max-width: 100%;
    }

    footer .footer-links-col {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    footer .footer-extra-row {
        flex-direction: column;
    }

    footer .footer-newsletter,
    footer .footer-social {
        flex: 1 1 100%;
    }

    footer .bar p {
        text-align: center !important;
    }

    @media (max-width: 991px) {
        footer .footer-main-grid {
            flex-direction: column;
            gap: 20px;
        }

        footer .footer-contact-col,
        footer .footer-links-col,
        footer .footer-link-group,
        footer .footer-extra-row,
        footer .footer-newsletter,
        footer .footer-social {
            flex: 1 1 100%;
            max-width: 100%;
        }

        footer .footer-links-col {
            display: flex;
            flex-direction: column;
            gap: 15px;
        }

        footer .info .title {
            width: 100%;
        }

        footer .footer-newsletter,
        footer .footer-social {
            margin-top: 10px;
        }
    }

    footer .bb {
        border-top: 0;
        border-bottom: 0;
    }

    footer .info {
        padding-top: 0;
    }


    footer .info ul {
        margin: 0;
    }

    footer .info ul li {
        color: #333 !important;
    }

    footer .info ul li a {
        color: #333;
    }

    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;
    }

}

@media (max-width: 1240px) {
    header.desktop .mega-menu {
        overflow: scroll;
    }

    .product-body .product-quick-actions {
        flex-wrap: wrap;
    }
}

@media (max-width: 1240px) {

    header.desktop .header-bar .bar-link,
    header.desktop .header-bar .bar-link .icon {
        flex-direction: column;
    }
}

@media (min-width: 991px) {

    footer .title::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 35px;
        height: 2px;
        background-color: var(--main-color);
    }
}

@media (max-width: 480px) {
    .info-bar-1 .icons {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(6, 1fr);
    }
}

@media (max-width: 576px) {
    .product-quick-actions {
        gap: 8px;
    }

    .product-quick-actions .action {
        flex: 1 1 100%;
    }

    .product-quick-actions .action .button {
        font-size: 13px;
        padding: 10px 12px;
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    .product-quick-actions .action .button span {
        font-size: 13px;
    }
}

/* Header Shopping Cart */

.header-cart-hover .nav-link::after {
    display: none;
}


.header-cart-hover {
    position: relative;
    display: flex;
    flex: 1;
}

.header-cart-hover .dropdown-menu {
    border: 0;
    border-radius: 0;
    background-color: #fff;
    width: 400px;
    left: inherit;
    right: -400px;
    top: 0;
    position: fixed;
    border-radius: 0;
    -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;
    height: 100%;
    z-index: 999;
    transition: all .4s;
    display: flex;
    flex-direction: column;
}

.header-cart-hover .dropdown-menu.active {
    opacity: 1;
    right: 0;
    transition: all .4s;
}

.header-cart-hover .dropdown-menu .top-header {
    background: #f7f7f7;
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    align-items: center;
}

.close-cart i {
    line-height: normal;
    font-size: 18px;
}

.header-cart-hover .dropdown-menu .top-header .title {
    font-size: 16px;
    padding: 5px 0;
    font-weight: 500;
}

.header-cart-hover .dropdown-menu .close-cart {
    color: #555;
}

.header-cart-hover .dropdown-menu ul.user-links {
    margin: 0;
    padding: 0;
}

.header-cart-hover .dropdown-menu ul.user-links li {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 10px;
}

.header-cart-hover .dropdown-menu ul.user-links li:hover {
    background: #f7f7f7;

}

.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-cart-hover .dropdown-menu ul.user-links li:last-child a {
    border-bottom: 0px;
}

.header-cart-hover .dropdown-menu ul.user-links li a i {
    margin-right: 5px;
}

.header-cart-hover .dropdown-menu ul.auth-links {
    margin: 0;
    padding: 0;
}

.header-cart-hover .dropdown-menu ul.auth-links li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.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-cart-hover .dropdown-menu ul.auth-links li a i {
    margin-right: 10px;
}

.header-cart-hover .products {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.header-cart-hover .btn-remove {
    border: none;
    color: #000;
    font-size: 13px;
    width: 25px;
    height: 25px;
    border-radius: 20px;
    display: flex;
    font-weight: 500;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    background: transparent !important;
    margin-right: 3px;
}


.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: 0px;
}

.header-cart-summary-1 .buttons .btn {
    font-size: 17px !important;
    padding: 15px 20px;
    border-radius: 0;
    margin: 0;
    background: var(--add-cart-list-bg);
    color: var(--add-cart-list);
    transition: all var(--transition-time);
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.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);
    justify-content: center;
}

.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 i {
    font-size: 10px;
    line-height: normal;
}

.ajax-info-cargo {
    background: #f0f0f0;
    padding: 10px;
    border-radius: 3px;
    margin: 10px;
    font-size: 14px;
}

.ajax-shopping-cart {
    font-size: 12px;
    height: 100%;
    flex: 1;
    position: relative;
}

.ajax-cart-empty {
    font-size: 13px !important;
    text-align: center;
    padding: 20px 0;
}

.ajax-shopping-cart .product {
    display: flex;
    margin-bottom: 5px;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 10px;
    padding-top: 5px;
}

.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: 1;
}

.ajax-shopping-cart .product .image img {
    height: 100px;
}

.ajax-shopping-cart .product .price {
    flex: 2;
    font-size: 13px;
    text-align: left;
}

.ajax-shopping-cart .product .info {
    flex: 3;
    text-align: left;
}

.ajax-shopping-cart .product .info .name {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #000;
}

@media (max-width: 991px) {
    .header-cart-hover .dropdown-menu.active {
        width: 100%;
    }
}

.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: 0;
    color: #555;
    padding-right: 0;
}

.sidebar-menu-type-2 .categories ul .multi li:first-child {
    display: block
}

@media (max-width: 1199px) {

    header.desktop .header-bar .bar-link {
        margin-right: 5px !important;
    }

    .single-menu-container .single-menu li {
        margin: 0 5px;
    }

    .single-menu-container .single-menu li .sub-single-item i {
        margin-left: 0;
    }

    .single-menu-container .single-menu li .sub-single-item {
        font-size: 14px;
    }
}

@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-group {
    position: relative;
}

.p-g-mod.p-g-mod-t-39 .p-g-mod-body .input-group .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    color: #000;
    font-size: 23px;
    z-index: 9;
}

.p-g-mod.p-g-mod-t-39 .p-g-mod-body input {
    padding: 0.275rem 0.7rem !important;
    height: 50px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 0;
    border: 1px solid #000;
    padding-left: 55px !important;
}

.p-g-mod.p-g-mod-t-39 .p-g-mod-body .btn-secondary {
    font-size: 16px;
    font-weight: 500;
    border-color: transparent;
    border-radius: 0;
    width: 90px;
    background: #000;
    height: 50px;
}

.product-carousel-desktop.normal .carousel-item a img {
    width: 100%;
}

@media(max-width: 991px) {
    .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;
    }
}


.raw-content table {
    border: 1px solid #e8e8eb;
    border-collapse: collapse;
    font-size: 14px;
}

.raw-content table tr th {
    font-weight: 500;
}


.raw-content table tr th,
.raw-content table tr td {
    border: 1px solid #e8e8eb;
    border-collapse: collapse;
    font-size: 14px;
}

.raw-content table tr td {
    padding: 6px 12px;
}

.pattern-group .p-g-mod.p-g-mod-trans .p-g-mod-header.p-g-mod-header-p-0 {
    border-bottom: 0;
}

@media (max-width: 991px) {
    .pattern-group .p-g-mod .p-g-mod-header {
        height: 50px;
    }
}

/* Blog */
.card-blog {
    padding: 10px 0;
    border: 0;
    border-radius: 0;
}

.card-blog .title {
    padding: 0;
    margin-top: 15px;
    font-size: 1.175rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 1px;
    height: auto;
}

.card-blog .description {
    margin-top: 13px;
    min-height: 88px;
    font-size: 15px;
    padding: 0;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 300;
    line-height: 1.5;
    color: #222;
}

.card-blog .buttons {
    padding: 0;
    margin-top: 10px;
}

.card-blog .buttons .btn-read-more,
.card-blog .buttons .btn-read-more:hover,
.card-blog .buttons .btn-read-more:active,
.card-blog .buttons .btn-read-more:focus {
    background: transparent;
    padding: 5px 0;
    color: #32303d;
    font-size: 1rem;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #32303d;
}

.p-g-mod.p-g-mod-base-content.p-g-mod-t-12 {
    border: 0;
    max-width: 1024px;
    margin: 0 auto;
}

.p-g-mod.p-g-mod-t-17 .p-g-mod-header .p-g-m-h-info,
.p-g-mod.p-g-mod-base-content.p-g-mod-t-12 .p-g-mod-header .p-g-m-h-info {
    text-align: center;
    justify-content: center;
    align-items: center;
}


.pattern-group .p-g-mod-t-3.p-g-mod-base-content {
    border: 0;
}

.pattern-group .p-g-mod-t-3.p-g-mod-base-content .p-g-mod-header .p-g-m-h-info {
    align-items: center;
    text-align: center;
}

.pattern-group .p-g-mod-t-3.p-g-mod-base-content .p-g-mod-body {
    font-size: 15px;
    line-height: 1.5;
}

.faq .btn-faq {
    color: rgb(34, 34, 34);
    background: rgb(247, 247, 247);
    padding: 10px;
    border-radius: 0px;
    border: 0;
    display: block;
    font-size: 16px;
}

.faq .collapse {
    padding: 10px 5px;
    font-size: 15px;
    line-height: 1.5;
}

@media (max-width: 991px) {

    .p-g-mod-showcase .card-product {
        padding: 5px !important;
        border-radius: 5px !important;
    }

    .type-45-swiper .swiper-button-next,
    .type-45-swiper .swiper-button-prev {
        width: 30px;
        height: 30px;
        transition: all .4s;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 14px !important;
        color: #fff;
    }

    .p-g-mod-showcase .card-product .d-flex {
        flex-direction: column;
    }

    .product-profile-1 .carousel .carousel-indicators {
        margin-top: 10px;
    }

    .related-products a {
        width: auto;
        height: 75px;
    }

    .product-body .product-installments .col-lg-4 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .p-g-mod-t-31 {
        padding-right: 0px;
    }

    .product-body .product-favourite {
        margin-top: 10px;
    }

    .header-cart-summary-1 .buttons .btn {
        font-size: 14px !important;
    }

    .header-cart-hover .dropdown-menu {
        z-index: 999999;
    }

    .shopping-cart-1 .btn-remove {
        position: relative;
        top: 0;
    }

    .shopping-cart-1 .space {
        display: block;
        margin: 10px 0;
    }

    .shopping-cart-1 .table tbody tr {
        border-top: 1px solid #eaeaea;
        position: relative;
    }

    .shopping-cart-1 .td-product .product .p-info .name {
        color: #000;
        font-weight: 400;
        font-size: 14px;
        max-width: 85%;
    }

    .product-profile-1 .carousel-outer {
        margin-left: -10px;
        margin-right: -10px;
    }

    .breadcrumb-wrapper .breadcrumb li:first-child {
        display: none;
    }

    .breadcrumb-wrapper .breadcrumb-item:nth-child(2)::before {
        display: none;
    }
}