@font-face {
    src: url("Designer.otf") format("opentype");
    font-family: Designer;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('font/sfprodisplayregular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('font/sfprodisplaymedium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('font/sfprodisplaybold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('font/sfprodisplayblackitalic.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('font/sfprodisplayheavyitalic.otf') format('opentype');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('font/sfprodisplaysemibolditalic.otf') format('opentype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('font/sfprodisplaylightitalic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('font/sfprodisplaythinitalic.otf') format('opentype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('font/sfprodisplayultralightitalic.otf') format('opentype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

body {
    background: var(--body-bg);
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    font-family: 'SF Pro Display';
}

/* Reset */
a {
    color: var(--main-color);
}

a:hover {
    text-decoration: none;
    color: var(--main-color2);
}

/* Overlay */
.overlay {
    display: flex;
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    background: rgba(255, 255, 255, .4);
    justify-content: center;
    align-items: center;
}

.overlay .spin {
    color: var(--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;
}

/* Opacity */
.op-black-2 {
    background: rgba(0, 0, 0, .5);
    position: fixed;
    z-index: 1;
    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) */

.home-body header.desktop {
    z-index: 11;
    position: fixed;
    top: 30px;
    left: 0;
    right: 0;
    z-index: 20;
}

header.desktop {
    z-index: 11;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
}

header.desktop .h-contact {
    background: #fff;
    border-bottom: 1px solid #eeeeee;
}

.dropdown-languages-1 .dropdown-toggle {
    color: var(--header-top-color);
    transition: all var(--transition-time);
}

.dropdown-languages-1 .dropdown-toggle:hover {
    color: var(--header-top-color-hover);
}

.dropdown-currencies-1 .dropdown-toggle {
    color: var(--header-top-color);
    transition: all var(--transition-time);
}

.dropdown-currencies-1 .dropdown-toggle:hover {
    color: var(--header-top-color-hover);
}

header.desktop .h-contact .info {
    height: 40px;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
}

header.desktop .h-contact .info .item {
    font-size: 13px;
    color: var(--header-top-color);
    transition: all var(--transition-time);
    margin-right: 20px;
    font-weight: 400;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
}

header.desktop .h-contact .info .item:hover {
    color: var(--header-top-color-hover);
}

header.desktop .h-contact .info .item i {
    margin-right: 6px;
    font-size: 13px;
}

header.desktop .h-contact .info .item.wp i {
    font-weight: normal;
    font-size: 20px;
}

header.desktop .h-contact .social-media {
    height: 40px;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
}

header.desktop .h-contact .social-media a {
    margin-left: 15px;
    font-size: 14px;
    color: var(--header-top-color);
}

header.desktop .h-contact .social-media a:hover {
    color: var(--header-top-color-hover);
    transition: all var(--transition-time);
}

header.desktop .header-area {
    height: 80px;
    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: center;
    -webkit-align-items: center;
    flex-direction: row;
    justify-content: flex-start;
}

header .icon-open i {
    font-size: 25px;
}

header.desktop .icon-open {
    display: flex;
    align-items: center;
    font-size: 22px;
    cursor: pointer;
    margin-right: 20px;
    font-weight: 400;
}

.home-body header.desktop .icon-open {
    color: #fff;
}

header.desktop .logo a img {
    max-height: 100px;
}

header.desktop .search {
    width: 100%;
    border-bottom: 1px solid #000;
    border-radius: 0px;
    max-width: 470px;
    position: relative;
    transition: all var(--transition-time);
}

.home-body header.desktop .search {
    width: 100%;
    border-bottom: 1px solid #fff;
    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: #000;
    font-weight: 400;
    width: 100%;
    font-size: 15px;
    border-color: transparent !important;
    border-width: 0 !important;
    background: transparent !important;
    height: 45px;
    border-right: 0;
    border-radius: 0;
    box-shadow: none;
    padding-left: 0;
}

.home-body header.desktop .search form input {
    color: #fff;
}

.easy-autocomplete-container ul {
    border-top: 1px solid #fff;
}

.easy-autocomplete-container ul .eac-category,
.easy-autocomplete-container ul li {
    font-size: 13px;
    padding: 3px 10px;
    border-bottom: 1px solid #fff;
}

header.desktop .search form input::placeholder {
    color: #000;
}

.home-body header.desktop .search form input::placeholder {
    color: #fff;
}

header.desktop .search form .btn-send {
    position: absolute;
    border-width: 0;
    color: #000;
    right: 0px;
    border-radius: 0;
    font-size: 20px;
    top: 0px;
    transition: all var(--transition-time);
}

.home-body header.desktop .search form .btn-send {
    color: #fff;
}

header.desktop .easy-autocomplete-container {
    top: 47px;
}


header.desktop .menu {
    background: var(--menu-bg-color);
    height: 70px;
    border: 1px solid #ebebeb;
    border-right: 0;
    border-left: 0;
}

header.desktop .mega-menu {
    padding: 0;
    position: relative;
}

header.desktop .mega-menu .navbar-nav {
    flex-direction: row;
    height: 70px;
}

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);
}




/* Mega Menu Side */

.mega-menu.side .mega-menu-container ul li {
    display: inline-block;
}

.mega-menu.side .mega-menu-container .comma {
    margin-right: 4px;
}

.mega-menu.side .mega-menu-container ul li:last-child .comma {
    display: none;
}

/* Single Menu */
.single-menu-container {
    display: block;
}

.single-menu-container .single-menu {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    height: 70px;
    align-items: center;
}

.single-menu-container .single-menu li:first-child {
    margin-left: 0;
}

.single-menu-container .single-menu li {
    display: inline-block;
    position: relative;
    z-index: 100;
}

.single-menu-container .single-menu li .sub-single-item {
    font-weight: 400;
    text-decoration: none;
    padding: 10px 15px;
    display: block;
    color: #000;
    transition: all 0.2s ease-in-out 0s;
    font-size: 15px;
    text-align: center;
}

.single-menu-container .single-menu li:hover>a:after {
    width: 100%;
}

.single-menu-container .single-sub-menu li a {
    border: 1px solid #ebebeb;
    animation: all ease .5s;
    -webkit-animation: all ease .5s;
    padding: 20px 15px;
}

.single-menu-container .single-menu ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    padding: 0;
    width: 170px;
    position: absolute;
    left: 0px;
    background: #fff;
    z-index: 99;
    transform: translate(0, 20px);
    transition: all 0.2s ease-out;
    -webkit-box-shadow: 1px 1px 6px -4px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 1px 6px -4px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 1px 6px -4px rgba(0, 0, 0, 0.75);
}


.single-menu-container .single-menu ul li {
    display: block;
    float: none;
    background: none;
    margin: 0;
    padding: 0;
}

.single-menu-container .single-menu ul li a {
    font-size: 14px;
    font-weight: 600;
    display: block;
    color: #333;
    background: #fff;
    transition: var(--transition-time);
}

.single-menu-container .single-menu ul li a:hover,
.single-menu ul li:hover>a {
    color: var(--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);
}


.menu-sidebar-button {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px solid #ebebeb;
    align-items: center;
}

.menu-sidebar-button i {
    font-size: 25px;
}

.nav-mobile {
    background: #446cb3;
    color: #fff;
    padding: 0;
    margin: 0;
    cursor: auto;
    font-size: 18px;
    list-style-type: none;
    box-shadow: 0 5px 5px -5px #333;
}

.nav-mobile:after {
    content: "";
    display: table;
    clear: both;
}

.nav-mobile svg {
    height: 45px;
    width: 65px;
    padding: 9px;
}

.nav-mobile svg path {
    fill: #fff;
}

.nav-mobile svg.icon-close {
    display: none;
    padding: 15px;
}

.nav-mobile li {
    width: 100%;
    height: auto;
    line-height: normal;
    text-align: center;
    float: left;
    padding: 5px 0;
}

.nav-mobile li a {
    display: flex;
    color: #333;
    width: 100%;
    height: 100%;
    text-decoration: none;
    align-items: center;
}

.nav-mobile img {
    height: 30px;
    margin-right: 7px;
}

.nav-mobile .menu-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    cursor: pointer;
    display: block;
}

.nav-mobile .menu-button:after {
    opacity: 0;
    top: 45px;
    content: "";
    width: 100vw;
    display: block;
    position: fixed;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    content: "";
    pointer-events: none;
    transition: opacity 0.2s cubic-bezier(0, 0, 0.3, 1);
    transition-delay: 0.1s;
}

.nav-mobile .menu-sidebar.active {
    transform: translateX(0) !important;
    transition: all .4s;
}

.nav-mobile .menu-container {
    width: 65px;
    float: left;
    cursor: pointer;
    position: absolute;
}

.nav-mobile .menu-container .menu-sidebar {
    box-shadow: 5px 0 5px -5px #333;
    display: block;
    width: 65vw;
    bottom: 0;
    background: white;
    color: #333;
    position: fixed;
    transform: translateX(-405px);
    transition: all .4s;
    top: 0px;
    z-index: 99999;
    list-style-type: none;
    padding: 0;
    max-width: 400px;
    left: 0;
    overflow: auto;
}

.nav-mobile .menu-container .menu-sidebar .arrow {
    position: absolute;
    font-size: 32px;
    color: #555;
    top: 0;
    z-index: 0;
}

.nav-mobile .menu-container .menu-sidebar .arrow.left {
    position: relative;
    top: -2px;
    margin-right: 10px;
}

.nav-mobile .menu-container .menu-sidebar .arrow.right {
    right: 25px;
}

.nav-mobile .menu-container .menu-sidebar li {
    font-size: 16px;
    text-align: left;
    position: relative;
    padding-left: 20px;
    font-weight: 600;
    color: #000;
    font-size: 21px;
}

.nav-mobile .menu-container .menu-sidebar li .menu-sub {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0;
    overflow: hidden;
    background: white;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
    border-left: 1px solid #ccc;
    list-style-type: none;
    padding: 0;
    margin: 0;
    z-index: 2;
    max-width: 400px;
}

.nav-mobile .menu-container .menu-sidebar li .menu-sub li {
    overflow: hidden;
}

.nav-mobile .menu-container .menu-sidebar li .menu-sub .all-cat {
    overflow: hidden;
    background: #eaeaea;
    font-weight: 500;
    height: auto;
    line-height: normal;
}

.nav-mobile .menu-container .menu-sidebar li .menu-sub .menu-sub-title {
    padding-left: 0px;
    margin-bottom: 10px;
}

.nav-mobile .menu-container .menu-sidebar li .menu-sub .menu-sub-title .submenu-label {
    padding: 10px 20px;
}

.nav-mobile .menu-container .menu-sidebar li .submenu-label {
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.nav-mobile .menu-container .menu-sidebar li .submenu-label-back {
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 17px;
    font-weight: 500;
    border-bottom: 1px solid #ebebeb;
}

.nav-mobile .menu-container .menu-sidebar li .submenu-toggle {
    display: none;
}

.nav-mobile .menu-container .menu-sidebar li .submenu-toggle.active~.menu-sub,
.nav-mobile .menu-container .menu-sidebar li .submenu-toggle:checked~.menu-sub {
    width: 65vw;
    visibility: visible;
    z-index: 1;
    transition: width 0.35s cubic-bezier(0, 0, 0.3, 1);
    height: 100vw;
    overflow-y: scroll;
}


/* Mobile Header */
.mobile-header-space {
    height: 0;
}

.categories-body .mobile-header-space,
.product-body .mobile-header-space {
    height: 0;
}

header.mobile {
    display: none;
    background: #fff;
    height: 60px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

header.mobile .left {
    width: 30%;
    float: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
    padding: 5px;
}

header.mobile .center {
    width: 40%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

header.mobile .right {
    width: 30%;
    float: left;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
}

header.mobile .logo img {
    max-height: 55px;
}

header.mobile .icon-group {
    position: relative;
}

header.mobile .icon-group {
    position: relative;
    color: #333;
    font-size: 21px;
}

header.mobile .icon-group .badge {
    position: absolute;
    top: -7px;
    right: -7px;
    min-width: 18px;
    max-width: 25px;
    padding: 0;
    text-align: center;
    height: 18px;
    background: #d21c1c;
    font-size: 12px;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

header.mobile .mobile-search {
    padding: 0;
    background: #f3f3f3;
}

header.mobile .mobile-search form {
    width: 100%;
}

header.mobile .mobile-search form .input-box {
    width: 80%;
}

header.mobile .mobile-search form input {
    float: left;
    color: #444;
    width: 100%;
    font-size: 15px;
    border-color: transparent;
    background: transparent !important;
    height: 45px;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: none;
    outline: 0 !important
}

header.mobile .mobile-search form input::placeholder {
    color: #444;
}

header.mobile .mobile-search form .btn-send {
    float: right;
    width: 20%;
    height: 65px;
    border: 0;
    background: transparent !important;
    color: #333;
    font-size: 19px;
}

header.mobile .h-banner {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Sidebar User */
.sidebar-user {
    background: #fff;
    width: 250px;
    position: fixed;
    top: 0;
    height: calc(100vh);
    transition: all .3s;
    z-index: 21;
    right: 0;
    margin-right: -250px;
}

.sidebar-user.active {
    margin-right: 0;
}

.sidebar-user .title {
    padding: 10px;
    background: var(--main-color);
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.sidebar-user .title .btn-close {
    color: #fff;
}

.sidebar-user .login-menu a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
    color: #333;
    font-size: 14px;
    font-weight: 500;
}

.sidebar-user .login-menu a i {
    width: 30px;
    margin-right: 10px;
    text-align: left;
}

.sidebar-user .scrollbar {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-bottom: 100px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.sidebar-user .title-alt {
    padding: 10px;
    background: rgba(0, 0, 0, .15);
    font-size: 14px;
    font-weight: 500;
}

.sidebar-user .footer-links ul {
    margin: 0;
    padding: 0;
}

.sidebar-user .footer-links ul li {
    padding: 0;
    list-style: none;
}

.sidebar-user .footer-links ul li a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
    color: #333;
    font-size: 14px;
}

.sidebar-user .footer-links ul li a.wp i {
    color: #21bd5c;
}

.sidebar-user .footer-links ul li a i {
    text-align: center;
    width: 40px;
    font-size: 16px;
}

/* Sidebar Menu */
.sidebar-menu {
    background: #fff;
    width: 250px;
    position: fixed;
    top: 0;
    height: calc(100vh);
    transition: all .3s;
    z-index: 9999;
    left: 0;
    margin-left: -250px;
}

.sidebar-menu.active {
    margin-left: 0;
}

.sidebar-menu .scrollbar {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-bottom: 100px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.sidebar-menu .title {
    padding: 10px;
    background: #333;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.sidebar-menu .title .btn-close {
    color: #fff;
}

.sidebar-menu .title-alt {
    padding: 10px;
    background: rgba(0, 0, 0, .15);
    font-size: 14px;
    font-weight: 500;
}

.sidebar-menu .links a {
    display: block;
    display: block;
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
    color: #333;
    font-size: 14px;
}

.sidebar-menu .links a i {
    float: right;
}

.sidebar-menu .categories {
    /*display: none;*/
}

.sidebar-menu .categories ul {
    margin: 0;
    padding: 0;
}

.sidebar-menu .categories ul li {
    padding: 0;
    list-style: none;
}

.sidebar-menu .categories ul li a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
    color: #333;
    font-size: 15px;
    font-weight: 500;
}

.sidebar-menu .categories ul li a .name {
    width: 80%;
}

.sidebar-menu .categories ul li a .icon {
    color: #777;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 2px;
    font-size: 18px;
}

.sidebar-menu .categories ul .multi {
    display: none;
}

.sidebar-menu .categories ul .multi a {
    padding-left: 20px;
}

.sidebar-menu .categories ul .multi .multi a {
    padding-left: 40px;
}

.sidebar-menu .categories ul .multi .multi .multi a {
    padding-left: 60px;
}

/* Stores */
.stores {
    background: #fff;
    border-top: solid 1px #e6e6e6;
    padding: 10px 0;
}

.stores .cards {
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row
}

.stores .card {
    border: none;
    box-shadow: none;
    margin: 0 !important;
    border-left: 1px solid #e6e6e6;
}

.stores .card:first-child {
    border-left: 0;
}

.stores .card .card-body {
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 10px;
}

.stores .card .card-body img {
    max-height: 80%;
    max-width: 60% !important;
    margin: 0 auto;
}

.stores .card .card-header {
    display: none;
}

.stores .text-white {
    font-weight: bold;
    font-size: 12px !important;
}

/* Footer */

footer {
    background: #fff;
    top: 60px;
}

footer .footer-contact,
footer .footer-contact * {
    font-size: 13px;
}

footer .bb {
    padding: 20px 0;
}

footer .logo-area {
    text-align: left;
    margin: 15px 0;
}

footer .logo-area .logo img {
    max-height: 100px;
    max-width: 230px;
}

footer .logo-description {
    margin-top: 15px;
}

footer .info {
    padding: 25px 0;
}

footer .title {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-align: center;
    margin-bottom: 15px;
}

footer .title-2 {
    color: #000;
    font-size: 13px;

}

footer .title-3 {
    color: #000;
    font-size: 17px;
}

footer .secure .description {
    color: #fff;
    margin: 5px 0;
}

footer .secure img {
    opacity: .5;
}

footer .info ul {
    padding: 0;
    margin: 0;
}

footer .info ul li {
    list-style: none;
    padding: 3px 0;
    color: #fff;
    font-size: 13px;
}

footer .info ul li a {
    display: block;
    color: #000;
    font-size: 16px;
    position: relative;
    line-height: 30px;
    transition: all var(--transition-time);
    font-weight: 300;
}

footer .info ul li a:hover {
    text-decoration: underline;
}

footer .bar {
    padding: 10px 0;
    border-top: 1px solid #d7435f;
    color: #000;
}

footer .bar a {
    color: #000;
    text-align: center;
}

footer .bar a:hover {
    color: #000;
}

footer .bar p {
    margin: 0;
    color: #000;
    height: 100%;
    display: flex;
    align-items: center;
}

/* Mobile Menu Tip 2 */

.sidebar-menu-type-2 {
    background: #fff;
    width: 100%;
    position: fixed;
    top: 0;
    height: calc(100vh);
    transition: all .3s;
    z-index: 9999;
    left: 0;
    margin-left: -100%;
}

.sidebar-menu-type-2.active {
    margin-left: 0;
}

.sidebar-menu-type-2 .scrollbar {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-bottom: 100px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.sidebar-menu-type-2 .title {
    padding: 10px;
    background: #333;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.sidebar-menu-type-2 .title .btn-close {
    color: #fff;
}

.sidebar-menu-type-2 .title-alt {
    padding: 10px;
    background: rgba(0, 0, 0, .15);
    font-size: 14px;
    font-weight: 500;
}

.sidebar-menu-type-2 .links a {
    display: block;
    display: block;
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
    color: #333;
    font-size: 14px;
}

.sidebar-menu-type-2 .links a i {
    float: right;
}

.sidebar-menu-type-2 .categories {
    /*display: none;*/
}

.sidebar-menu-type-2 .categories ul {
    margin: 0;
    padding: 10px;
}

.sidebar-menu-type-2 .categories ul li {
    padding: 0;
    list-style: none;
    border: 1px solid #e2e2e2;
    margin-bottom: 15px;
    position: relative;
}

.sidebar-menu-type-2 .categories ul li a img {
    height: 35px;
    margin-right: 10px;
}

.sidebar-menu-type-2 .categories ul li a {
    display: flex;
    padding: 10px;
    border-bottom: 0;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    align-items: center;
}

.sidebar-menu-type-2 .categories ul li a .name {
    width: 80%;
}

.sidebar-menu-type-2 .categories ul li a .icon {
    color: #000;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 2px;
    font-size: 17px;
    position: absolute;
    right: 22px;
}

.sidebar-menu-type-2 .categories .multi li a .icon {
    right: 13px;
}

.sidebar-menu-type-2 .easy-autocomplete-container ul {
    border-top: 1px solid #ebebeb;
    top: 65px;
}

.sidebar-menu-type-2 .categories ul li a .icon .fa-angle-right:before {
    content: "\f078";
}

.sidebar-menu-type-2 .categories .multi .icon .fa-angle-right:before {
    content: "\f078";
}

.sidebar-menu-type-2 .categories ul .multi {
    display: none;
}

.sidebar-menu-type-2 .categories ul .multi li:first-child {
    display: none;
}

.sidebar-menu-type-2 .categories ul .multi a {
    padding-left: 20px;
}

.sidebar-menu-type-2 .categories .multi li {
    border: 0 !important;
    margin-bottom: 5px;
}

.sidebar-menu-type-2 .categories ul .multi a {
    padding: 0;
}

.sidebar-menu-type-2 .categories ul .multi .multi a {
    padding-left: 20px;
    font-size: 12px;
}

.sidebar-menu-type-2 .mobile-search i {
    font-size: 25px;
    margin-right: 10px;
}

.sidebar-menu-type-2 .mobil-area-title {
    color: #000;
    margin: 15px 10px 10px 13px;
    display: block;
    font-weight: 500;
    font-size: 15px;
}

.sidebar-menu-type-2 .mobil-area-1 {
    display: flex;
    position: relative;
    text-align: center;
}

.sidebar-menu-type-2 .mobil-area-1 a {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 50%;
    justify-content: center;
    border: 1px solid #e2e2e2;
    margin: 0 10px;
    padding: 7px 1rem;
    color: #000;
    text-align: left;
    font-size: 13px;
    font-weight: 600;
}

.sidebar-menu-type-2 .mobil-area-1 a img {
    margin-right: 10px;
    padding: 0;
    width: 41px;
    height: 41px;
}

.sidebar-menu-type-2 .logo-area a img {
    height: 70px;
    max-width: 250px;
}

.sidebar-menu-type-2 .logo-area {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e2e2e2;
    padding: 10px;
}

.mobile-menu-close {
    display: flex;
    justify-content: center;
    margin-right: 19px;
    font-size: 20px;
    align-items: center;
}

.mobile-menu-close i {
    border: 1px solid #e2e2e2;
    padding: 0.5rem;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    text-align: center;
    color: #e2e2e2;
    padding-top: 10px;
    padding-left: 9px;
}

.mobil-area-2 {
    margin: 1rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.sidebar-menu-type-2 .short-link {
    width: 50%;
    padding: 15px 10px;
}

.sidebar-menu-type-2 .short-link.border-1 {
    border-bottom: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
}

.sidebar-menu-type-2 .short-link.border-2 {
    border-bottom: 1px solid #e2e2e2;
}

.sidebar-menu-type-2 .short-link.border-3 {
    border-right: 1px solid #e2e2e2;
}

.sidebar-menu-type-2 .short-link a {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.sidebar-menu-type-2 .short-link a i {
    margin-right: 10px;
    font-size: 20px;
}

.mobil-area-footer {
    text-align: center;
    color: #000;
}

.sidebar-menu-type-2 .scrollbar {
    width: 100%;
    height: 90%;
    box-sizing: border-box;
    padding-bottom: 0;
    overflow-x: hidden;
    overflow-y: scroll;
}


/* Sidebar Web */

.sidebar-menu-type-2-web {
    background: #fff;
    width: 30%;
    position: fixed;
    top: 0;
    height: calc(100vh);
    transition: all .3s;
    z-index: 9999;
    left: 0;
    margin-left: -100%;
}

.sidebar-menu-type-2-web.active {
    margin-left: 0;
}

.sidebar-menu-type-2-web .scrollbar {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-bottom: 100px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.sidebar-menu-type-2-web .title {
    padding: 10px;
    background: #333;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.sidebar-menu-type-2-web .title .btn-close {
    color: #fff;
}

.sidebar-menu-type-2-web .title-alt {
    padding: 10px;
    background: rgba(0, 0, 0, .15);
    font-size: 14px;
    font-weight: 500;
}

.sidebar-menu-type-2-web .links a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
    color: #333;
    font-size: 14px;
}

.sidebar-menu-type-2-web .links a i {
    float: right;
}

.sidebar-menu-type-2-web .categories {
    /*display: none;*/
}

.sidebar-menu-type-2-web .categories ul {
    margin: 0;
    padding: 10px;
}

.sidebar-menu-type-2-web .categories ul li {
    padding: 0;
    list-style: none;
    border: 1px solid #e2e2e2;
    margin-bottom: 15px;
    position: relative;
}

.sidebar-menu-type-2-web .categories ul li a img {
    height: 35px;
    margin-right: 10px;
}

.sidebar-menu-type-2-web .categories ul li a {
    display: flex;
    padding: 10px;
    border-bottom: 0;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    align-items: center;
}

.sidebar-menu-type-2-web .categories ul li a .name {
    width: 80%;
}

.sidebar-menu-type-2-web .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-web .categories .multi li a .icon {
    right: 13px;
}

.sidebar-menu-type-2-web .easy-autocomplete-container ul {
    border-top: 1px solid #ebebeb;
    top: 65px;
}

.sidebar-menu-type-2-web .categories ul li a .icon .fa-angle-right:before {
    content: "\f078";
}

.sidebar-menu-type-2-web .categories .multi .icon .fa-angle-right:before {
    content: "\f078";
}

.sidebar-menu-type-2-web .categories ul .multi {
    display: none;
}

.sidebar-menu-type-2-web .categories ul .multi li:first-child {
    display: none;
}

.sidebar-menu-type-2-web .categories ul .multi a {
    padding-left: 20px;
}

.sidebar-menu-type-2-web .categories .multi li {
    border: 0 !important;
    margin-bottom: 5px;
}

.sidebar-menu-type-2-web .categories ul .multi a {
    padding: 0;
}

.sidebar-menu-type-2-web .categories ul .multi .multi a {
    padding-left: 20px;
    font-size: 12px;
}

.sidebar-menu-type-2-web .mobile-search i {
    font-size: 25px;
    margin-right: 10px;
}

.sidebar-menu-type-2-web .mobil-area-title {
    color: #000;
    margin: 15px 10px 10px 13px;
    display: block;
    font-weight: 500;
    font-size: 15px;
}

.sidebar-menu-type-2-web .mobil-area-1 {
    display: flex;
    position: relative;
    text-align: center;
}

.sidebar-menu-type-2-web .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-web .mobil-area-1 a img {
    margin-right: 10px;
    padding: 0;
    width: 41px;
    height: 41px;
}

.sidebar-menu-type-2-web .logo-area a img {
    max-width: 250px;
}

.sidebar-menu-type-2-web .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-web .short-link {
    width: 50%;
    padding: 15px 10px;
}

.sidebar-menu-type-2-web .short-link.border-1 {
    border-bottom: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
}

.sidebar-menu-type-2-web .short-link.border-2 {
    border-bottom: 1px solid #e2e2e2;
}

.sidebar-menu-type-2-web .short-link.border-3 {
    border-right: 1px solid #e2e2e2;
}

.sidebar-menu-type-2-web .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-web .short-link a i {
    margin-right: 10px;
    font-size: 20px;
}

.mobil-area-footer {
    text-align: center;
    color: #000;
}

.sidebar-menu-type-2-web .scrollbar {
    width: 100%;
    height: 90%;
    box-sizing: border-box;
    padding-bottom: 0;
    overflow-x: hidden;
    overflow-y: scroll;
}

/* Custom */

.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;
    }
.wam-cs.first-img-web {
    max-height: 100%;
    width: 100%;
    margin: 10px 0;
}

.wam-cs.first-img-web img{
    max-height: 100% !important;
    width: 100%;
    margin: 10px 0;
}
.wam-search {
    margin-bottom: 15px;
}

.preview-mode-toolbar {
    display: none;
}

/* Mobile search alanı - siyah border ekle */
.what-a-menu .mobile-search {
    margin: 15px;
    padding: 0;
}

.what-a-menu .mobile-search form {
    position: relative;
}

.what-a-menu .mobile-search .input-box {
    width: 100%;
}

.what-a-menu .mobile-search form input {
    border: 1px solid #000 !important;
    background: #fff;
    padding-left: 14px;
    width: 100%;
    height: 46px;
    color: #181818;
    font-size: 11px;
    border-radius: 4px;
    box-sizing: border-box;
}

.what-a-menu .mobile-search form input:focus,
.what-a-menu .mobile-search form input:hover {
    border-color: #000 !important;
    outline: none;
}

.what-a-menu .mobile-search button {
    position: absolute;
    right: 0;
    top: 0;
    height: 46px !important;
    background: transparent;
    border: none;
    padding: 0 15px;
}

.sidebar-menu-type-2.what-a-menu {
    z-index: 1049;
    padding-top: 0;
    padding-bottom: 80px;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: scroll;
}

.wam-top-side {
    display: flex;
    justify-content: space-between;
    height: 50px;
    border-bottom: 1px solid #f4f4f4;
}

.wam-top-side .left,
.wam-top-side .right {
    flex: 0 0 50%;
}

.wam-top-side .left {
    display: flex;
    align-items: center;
    padding-left: 16px;
    gap: 10px;
}

.wam-top-side .left button {
    outline: 0;
    background: transparent;
    border: 0;
    padding: 0;
    position: absolute;
    right: 20px;
}

.wam-top-side .left .logo-block img {
    max-height: 110px;
}

.wam-top-side .right {
    display: flex;
    justify-content: flex-end;
}

.wam-top-side button img {
    width: 17px;
}

.wam-top-side .right .app-infos,
.wam-top-side .right .app-infos:focus {
    display: flex;
    align-items: center;
    border-left: 1px solid #F4F4F4;
    padding: 0 10px;
    border-right: 1px solid #f4f4f4;
    gap: 10px;
    background: #fff;
    border-top: 0;
    border-bottom: 0;
    outline: 0;
    z-index: 9;
    cursor: pointer;
}

.wam-top-side .right .app-infos .text-area {
    color: #040404;
    font-size: 10px;
    font-weight: 500;
    line-height: normal;
}

/* What-a-menu içindeki elemanların alt alta olmasını garanti et */
.what-a-menu {
    display: flex;
    flex-direction: column;
}

.what-a-menu>.mobile-search,
.what-a-menu>.wam-tabs-btn-side {
    width: calc(100% - 30px);
    /* Sağ sol 15px margin için */
    margin-left: 15px;
    margin-right: 15px;
}

.what-a-menu>.mobile-search {
    margin-top: 15px;
    margin-bottom: 20px;
    /* Alt boşluk */
}

.what-a-menu>.wam-tabs-btn-side {
    margin-top: 0;
    margin-bottom: 15px;
}

.wam-top-side .right .app-infos .text-area span {
    color: #A1A1A1;
    font-size: 8px;
    font-weight: 300;
}

.wam-top-side .right .qk-app-campaign-bell {
    margin: 0 !important;
}

.wam-top-side .right .qk-app-campaign-bell .campaign-icon .count {
    top: 2px;
    right: 3px;
    font-size: 11px;
    width: 16px;
    height: 16px;
}

.wam-search section.mobile-search {
    background: #fff;
    padding: 0;
    margin: 15px;
    border-radius: 0;
}

.wam-search form {
    position: relative;
}

.wam-search .input-box {
    width: 100% !important;
}

.wam-search form input {
    border: 1px solid #575757;
    background: #fff;
    padding-left: 14px;
    width: 100%;
    height: 46px;
    color: #181818;
    font-size: 11px;
}

.wam-search button {
    height: 65px !important;
    top: 0 !important;
    left: unset !important;
    bottom: 0;
    z-index: 9 !important;
}

.wam-search form input:focus {
    border-color: #000 !important;
    border: 0;
    border-bottom: 1px solid;
}

.wam-tabs-btn-side {
    display: flex;
    margin: 0 15px 15px;
    margin-top: 20px;
    /* Search ile arası eşit boşluk */
    justify-content: space-between;
}

.wam-tabs-btn-side button.tablinks,
.wam-tabs-btn-side button.tablinks:focus {
    color: #A1A1A1;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: 0;
    border-bottom: 1px solid transparent;
    background: #fff;
    padding: 10px;
    box-shadow: unset;
    outline: 0;
    position: relative;
}

.wam-tabs-btn-side button.tablinks:nth-child(3)::after {
    content: '';
    width: 5px;
    height: 5px;
    background: #dc2e2e;
    position: absolute;
    border-radius: 100%;
    right: 0px;
}

.wam-tabs-btn-side button.tablinks.active::after {
    display: none;
}

.wam-tabs-btn-side button.tablinks.active {
    border-color: #000;
    color: #000;
}

.wam-bottom-side {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 30px 15px;
}

.wam-bot-title {
    color: #161616;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.wam-bottom-side .content-items {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.wam-bottom-side .content-items .items {
    display: flex;
    gap: 12px;
    align-items: center;
    font-size: 12px;
    color: #575757;
}

.wam-tabs-content-side {
    transition: opacity 0.3s ease, transform 1s ease;
}

.wam-tabs-content-side .tabcontent {
    opacity: 0;
    transform: translateX(-20px);
    transition: opacity 0.8s ease, transform 0.8s ease;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
}

.wam-tabs-content-side .tabcontent.active {
    opacity: 1;
    transform: translateX(0);
    display: block;
    position: relative;
}

.wam-tabs-content-side .tabcontent.from-bottom {
    transform: translateY(100%);
    opacity: 0;
    z-index: 0;
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.wam-tabs-content-side .tabcontent.from-bottom.active {
    transform: translateY(0);
    opacity: 1;
    display: block;
    position: relative;
}

.wam-overlfow {
    margin: 0px 15px;
    overflow-x: auto;
    padding-bottom: 10px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.wam-overlfow::-webkit-scrollbar {
    display: none;
}

.wam-overlfow .collection {
    display: flex;
    overflow: auto;
    width: max-content;
}

.wam-overlfow .collection .collection-items {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    max-width: 320px;
    margin-right: 1px;
}

.wam-overlfow .collection-items .text {
    position: absolute;
    bottom: 28px;
    color: #fff;
    font-size: 14px;
}

.wam-highlights {
    margin: 0 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.wam-highlights .items {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 5px 8px;
    color: #575757;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 50%, rgba(255, 255, 255, 1) 100%) 1;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}

.wam-highlights .items .right {
    display: flex;
    gap: 20px;
    align-items: center;
}

.wam-highlights .items .right .news {
    border-radius: 1px;
    background: #DC2E2E;
    color: #FFF;
    font-size: 10px;
    font-weight: 300;
    line-height: normal;
    padding: 3px 7px;
}

.wam-categories-side {
    margin: 0 1px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.wam-cat-block {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.wam-cat-acco .items {
    display: flex;
    width: 100%;
    max-width: 100%;
    position: relative;
    border: 1px solid #F4F4F4;
    background: #FBFBFB;
    align-items: center;
    justify-content: space-between;
    padding: 20px 20px 20px 28px;
    height: 90px;
}

.wam-cat-acco .items img.cat-img {
    max-width: 60px;
    margin-bottom: 0px;
}

.wam-cat-acco .items .name-desc {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.28px;
}

.wam-cat-acco .items .name-desc .description {
    color: #A1A1A1;
    font-size: 12px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.22px;
    margin-top: 6px;
}

.wam-cat-acco .items .cat-href {
    display: none;
    font-size: 10px;
    font-weight: 300;
    line-height: normal;
}

.wam-cat-acco .items .cat-href a {
    color: #a1a1a1;
}

.wam-cat-acco .sub-cat-side .item {
    background: #ffffff;
    border: 0;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 50%, rgba(255, 255, 255, 1) 100%) 1;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    margin-bottom: 10px;
    padding: 15px;
    box-shadow: none;
}

.wam-cat-acco .sub-cat-side .item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    color: #575757;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding: 0 16px;
}

.wam-cat-acco .sub-cat-side {
    flex-direction: column;
    opacity: 0;
    height: 0;
    overflow: hidden;
    max-height: 0;
    transition: max-height 5s ease, opacity 1s ease;
}

.wam-cat-acco .sub-cat-side.active {
    opacity: 1;
    height: auto;
    max-height: 100%;
}

.wam-cat-items.diff .items {
    background: #DC2E2E;
    border-color: #dc2e2e;
    position: relative;
}

.wam-cat-items.diff .items .name-desc {
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
}

.wam-cat-items.diff .items .description {
    color: #fff;
    font-size: 10px;
}

.wam-cat-items.diff .items .wam-badge {
    position: absolute;
    top: 11px;
    right: -2px;
    border-radius: 1.55px 0px 0px 1.55px;
    background: #FFF;
    color: #DC2E2E;
    text-align: center;
    font-size: 11px;
    font-weight: 400;
    line-height: normal;
    padding: 4px 10px;
}

.wam-cat-acco .items.active {
    margin-bottom: 10px;
    height: 50px;
}

.wam-cat-acco .items.active img.cat-img {
    display: none;
}

.wam-cat-acco .items.active .cat-href {
    display: block;
}

.wam-search-side {
    margin: 0 15px;
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.wam-search-side .top,
.wam-search-side .bot {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.wam-search-side .top .fast-search-block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
}

.wam-search-side .top .fast-search-block .items {
    border: 1px solid #A1A1A1;
    background: #FFF;
    color: #A1A1A1;
    font-size: 10px;
    font-weight: 400;
    line-height: normal;
    padding: 8px 16px;
}

.wam-search-side .ss-title {
    color: #575757;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}

.wam-search-side .bot .fast-product {
    display: flex;
    flex-wrap: wrap;
}

.wam-search-side .bot .fast-product .item {
    flex: 0 0 33.33%;
}

.mobile-search form input:focus,
.mobile-search form input:hover {
    border-color: #000 !important;
    border: 0;
    border-bottom: 1px solid;
}

.wam-bell .campaign-icon {
    width: 60px !important;
}

.wam-bell.user-letters .qk-app-campaign-bell .campaign-gifts {
    bottom: unset !important;
    top: 50px !important;
    right: 0 !important;
    left: unset !important;
    box-shadow: unset !important;
    z-index: 9999 !important;
    border: 1px solid #e2e2e2;
}

.wam-search .wam-search-noclick {
    display: block;
    padding: 0 15px;
    margin-top: 15px;
}

.wam-search.active .wam-search-noclick {
    display: none;
}

.wam-search section.mobile-search form {
    display: none;
}

.wam-search.active section.mobile-search form {
    display: block;
}

.wam-search .wam-search-noclick .sides {
    border: 1px solid #575757;
    background: #fff;
    padding-left: 14px;
    width: 100%;
    height: 46px;
    color: #a1a1a1;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 14px;
}

.wam-bell.user-letters .qk-app-campaign-bell .campaign-gifts .title {
    background: #fff !important;
    border: 0 !important;
    text-align: left !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    padding: 12px 16px !important;
    border-bottom: 1px solid #f4f4f4 !important;
}

.wam-bell.user-letters .qk-app-campaign-bell .campaign-gifts .item {
    font-size: 12px !important;
    font-weight: 400;
    padding: 12px 16px !important;
    border-bottom: 1px solid #f4f4f4 !important;
    color: #575757 !important;
}

.wam-cat-acco .items.active .description {
    display: none;
}

.wam-app-pop {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 1px solid #f4f4f4;
}

.wam-app-pop.active {
    display: block;
    z-index: 1041;
}

.wam-app-pop .top {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 70%;
    margin: auto;
    padding: 24px 0 20px;
    gap: 8px;
    position: relative;
}

.wam-app-pop .top .titles {
    color: #000;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.32px;
}

.wam-app-pop .top .titles b {
    font-weight: 500;
}

.wam-app-pop .top .description {
    color: #575757;
    text-align: center;
    font-size: 11px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.1px;
}

.wam-app-pop .bot {
    display: flex;
    border-top: 1px solid #F4F4F4;
    flex-wrap: nowrap;
}

.wam-app-pop .bot a {
    height: 100%;
    padding: 12px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #575757;
    text-align: center;
    font-size: 10px;
    font-weight: 400;
    line-height: normal;
    gap: 8px;
    width: 100%;
}

.wam-app-pop .bot a:first-child {
    border-right: 1px solid #f4f4f4;
}

.wam-app-pop .bot img {
    max-width: 150px;
}

.wam-app-pop .top button {
    background: #fff;
    border: 0;
    outline: 0;
    position: absolute;
    right: -44px;
    top: 14px;
}

.wam-app-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1040;
    display: none;
}

.wam-app-backdrop.active {
    display: block;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.wam-search section.mobile-search ul {
    display: flex !important;
    flex-wrap: wrap;
    gap: 12px 0;
    border: 0;
}

.wam-search section.mobile-search ul li {
    flex: 0 0 33.3%;
    border: 0;
    padding: 0.5px;
}

.wam-search section.mobile-search ul li .spsi-item {
    flex-direction: column;
    align-items: center;
    gap: 4px;
    font-size: 10px;
    word-break: auto-phrase;
}

.wam-search section.mobile-search .spsi-item img {
    height: unset;
    margin-right: 0;
    width: 100%;
}

.wam-cat-acco .items.active .wam-badge {
    display: none;
}

.wam-cat-items.diff .items.active .cat-href a {
    color: #fff;
}

header.desktop .menu {
    height: 70px;
    border-right: 0;
    border-left: 0;
    width: 100%;
}

header.desktop .menu.fixed {
    position: fixed;
    top: 0;
    right: 0px;
    left: 0px;
}

.home-body header.desktop .btn-categories {
    color: #fff;
}

header.desktop .btn-categories {
    height: 35px;
    background: transparent;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: 500;
    font-size: 1.2rem;
    cursor: pointer;
    transition: all .4s;
}

header.desktop .dropdown-category {
    cursor: pointer;
}

.home-body header.desktop .btn-categories i {
    color: #fff;
}

header.desktop .btn-categories i {
    font-size: 21px;
    transition: all .4s;
}

.dropdown-category span.all-cat a {
    display: flex;
    font-weight: 500;
    font-size: 12px;
    color: #333;
    margin-top: 15px;
    margin-bottom: 20px;
}

.dropdown-category span.cat-link a {
    display: flex;
    font-weight: 500;
    font-size: 14px;
    color: #000;
    margin-bottom: 25px;
    margin-top: 15px;
    text-transform: uppercase;
}

/* Menu Left */
.dropdown-category .menu-left {
    display: none;
    z-index: 222;
    position: relative;
    background: #fff;
    border-top: 0;
    height: auto;
    min-height: 450px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    position: absolute;
    left: 0;
    right: auto;
    width: 100%;
    top: 100%;
    padding: 20px 30px;
}

.dropdown-category:hover .menu-left,
.dropdown-category:focus .menu-left {
    display: block;
}

.menu-left:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -24px;
    margin: auto;
    height: 24px;
    width: 100%;
}

.menu-left ul.f-ul {
    padding: 0;
    list-style: none;
    display: block;
    margin: 0;
    width: 300px;
}

.menu-left ul.f-ul li.f-li {
    list-style: none;
}

.menu-left ul.f-ul li.f-li:hover .menu-left ul.f-ul li .name {
    color: var(--main-color);
}

.menu-left ul.f-ul li.f-li:first-child .menu-deep-box {
    display: block;
    opacity: 1;
    transition: all .4s;
}

.menu-left ul.f-ul li.f-li:last-child .f-item {
    color: #ff1919 !important;
}

.menu-left ul.f-ul li.f-li:hover .menu-deep-box {
    display: block;
    opacity: 1;
    transition: all .4s;
}

/*.menu-left ul.f-ul li.f-li:last-child:hover .menu-deep-box{*/
/*    display: none;*/
/*}*/
.menu-left ul.f-ul li.f-li a.f-item {
    display: inline-flex;
    color: #6a6a6a;
    font-size: 20px;
    padding: 12px 25px;
    line-height: 25px;
    transition: all .4s;
    align-items: center;
    text-transform: uppercase;
}

.menu-left ul.f-ul li.f-li.active a.f-item {
    color: var(--main-color);
    transition: all .3s;
}

.menu-left ul.f-ul li.f-li a.f-item .icon {
    color: #222;
    text-align: right;
    font-size: 15px;
    opacity: 0;
    margin-top: 2px;
    transition: all .3s;
}

.menu-left ul.f-ul li.f-li:last-child.active a.f-item .icon {
    display: none;
}

.menu-left ul.f-ul li.f-li.active a.f-item .icon {
    color: var(--main-color);
    opacity: 1;
    transition: all .4s;
}

.menu-left ul.f-ul li.f-li a.f-item:hover .menu-left ul.f-ul li.f-li a.f-item .icon:last-child {
    color: #fff !important;
}

/* Deep Menu */
.menu-deep-box {
    position: absolute;
    top: 0px;
    bottom: 0;
    background: #fff;
    left: 300px;
    box-sizing: border-box;
    width: calc(100% - 300px);
    z-index: 99;
    display: none;
    opacity: 0;
    padding: 20px;
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 99%;
    border-bottom-right-radius: 5px;
    transition: all .4s;
}

.menu-deep-box img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.menu-deep-box .title {
    display: block;
    font-size: 13px;
    color: #222;
    padding: 5px 0;
    text-align: left;
    text-transform: uppercase;
}

.menu-deep-box .title:hover {
    color: var(--main-color);
}

.product-profile-1 .product-favourite {
    font-size: 13px;
    background: #000;
    margin: 10px 0;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.product-favourite a i {
    margin: 0;
    color: #fff;
}

#productVideoModal .modal-dialog {
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 0;
}

#productVideoModal .modal-content.video-modal {
    height: 100%;
    border-radius: 0;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

#productVideoModal .video-player {
    width: 100%;
    height: 100%;
    max-height: 100vh;
    max-width: 100vw;
    object-fit: contain;
    background: #000;
}

#productVideoModal .close {
    position: absolute;
    right: 24px;
    top: 18px;
    color: #fff;
    font-size: 34px;
    z-index: 10;
}

.video-trigger-wrapper {
    position: absolute;
    right: 5px;
    top: 9px;
}

.video-trigger-wrapper .video-open-btn {
    border: 0;
    border-radius: 999px;
    padding: 9px 20px;
    background: #4141ff;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .3px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 18px 40px rgba(17, 17, 17, 0.18);
    transition: background .2s ease, transform .2s ease;
}

.video-trigger-wrapper .video-open-btn .fa {
    font-size: 18px;
}

.video-trigger-wrapper .video-open-btn:hover {
    background: #000;
    transform: translateY(-1px);
}

.home-slider .col-list {
    padding: 0;
}

.categories-body .col-list-p-v-1 {
    padding: 2px;
}

.kart-collection-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
}

.kart-collection-btn img {
    width: 27px !important;
    height: 100%;
}

.complement-product-block-pc .card-product .kart-collection-btn img {
    width: 23px !important;
}

.renkSecenek {
    position: absolute;
    z-index: 2;
    bottom: 12px;
    right: 12px;
    padding: 5px 10px;
    display: flex;
    background: #fff;
    align-items: center;
    font-size: 12px;
    justify-content: center;
    border-radius: 20px;
    flex-direction: row;
    gap: 6px;
}

.renkSecenek img {
    width: 22px !important;
}

.product-profile-1 .product-label img {
    max-width: 80px;
}

.product-profile-1 .product-label {
    z-index: 8;
}

.trendler {
    color: red !important;
}

.santa .col-list-p-v-1 {
    padding: 0 !important;
}

.product-price-group .prices .list-price,
.product-price-group .prices .sale-list-price {
    color: #999;
    font-size: 17px;
    font-weight: 600;
    text-decoration: line-through;
    text-decoration-color: #dc3545;
}

.product-buttons {
    display: flex;
    flex-wrap: nowrap;
}

.card-product .card-product-inner .c-p-i-link {
    color: #000;
    display: flex;
    flex-direction: column;
}

.sepette-indirim {
    color: #dc2e2e;
    font-family: Designer;
    font-size: 30px;
}

.card-product .sepette-indirim {
    color: #0c0808;
    font-family: Designer;
    font-size: 17px;
}

.qk-app-social-impact i {
    color: #4ab896 !important;
}

.product-favourite a {
    color: #dc3545;
}

.alt-bar-price-group .product-price-group .prices .sale-price {
    font-size: 20px;
}

.alt-bar-price-group {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.alt-bar-variant ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-alt-bar .row {
    display: flex;
    align-items: center;
}

.alt-bar-title .title {
    font-size: 1.2vw;
    margin: 0;
    color: #333;
}

section.product-alt-bar {
    display: none;
    position: fixed;
    top: auto !important;
    bottom: 0 !important;
    width: 100% !important;
    left: 0 !important;
    right: 0;
    background: rgb(255 255 255);
    padding: 0;
    z-index: 14;
    margin: 0 auto;
    border: 1px solid #333;
    justify-content: space-around;
}

.alt-bar-sepet .product-buttons {
    align-items: center;
}

.mobile-variant-basket {
    display: flex;
    align-items: center;
    width: 100%;
}

.mobile-variant-title-price {
    display: flex;
    justify-content: center;
    margin-right: 20px;
}



.cky-revisit-bottom-left {
    bottom: 10% !important;
}

.kategori-filtre .col-lg-3::-webkit-scrollbar {
    width: 7px;
    height: 8px;
}

.kategori-filtre .col-lg-3::-webkit-scrollbar-thumb {
    background: #c2c2c2;
}

.kategori-filtre .col-lg-3 .category-filter-list .simplebar-scrollbar {
    width: 5px;
}

.kategori-filtre .col-lg-3 .category-filter-list .simplebar-scrollbar:before {
    background: #858585;
}

.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;
}

.category-filter-order .list-wrap .list li {
    flex: inherit;
}

.kategori-filtre {
    display: none;
}

.kategori-filtre.show {
    display: block;
}

.categories-body .close-btn {
    position: absolute;
    top: 11px;
    right: 17px;
    color: #222;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    line-height: 0;
}

.categories-body .close-btn i {
    font-size: 23px;
    margin-right: 15px;
}

.categories-body .show-btn i {
    font-size: 15px;
}

.kategori-filtre .col-lg-3 {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: 99999999;
    border-left: 1px solid #ebebeb;
    overflow: auto;
    padding-top: 50px;
}

.list-wrap .btn-sidebar-filtre {
    background: #fff;
    text-align: center;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    border: 1px solid #ddd;
}

.product-price-group .prices .list-price {
    font-size: 17px;

}

.product-body .variant-box ul li .options a.sold-out {
    color: #bbb;
    border: 1px solid #e1e1e1;
    background: url('images/line-trough.png') center center no-repeat !important;
}

.product-body .variant-box ul li .options a {
    display: inline-block;
    background: #fdffff;
    padding: 7px 15px;
    border: 1px solid #000;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 500;
    color: #000;
    margin-right: 5px;
    position: relative;
    border-radius: 0px;
}

.product-body .variant-box ul li .options a.active {
    border-color: rgba(0, 0, 0, .8);
    background: #000;
    color: #fff;
}

.product-body .related-products a img {
    border-color: #ebebeb;
}

.product-body .related-products {
    display: flex;
    gap: 14px;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 8px;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    /* Firefox */
}

/* WebKit tabanlı tarayıcılar */
.product-body .related-products::-webkit-scrollbar {
    display: none;
}

.product-body .related-products a {
    flex: 0 0 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    scroll-snap-align: start;
    margin-bottom: 10px;
    margin-right: 0;
}

.product-body .related-products a img {
    width: 100%;
    height: auto;
    border: 1px solid #ebebeb;
    border-radius: 0px;
}

.product-body .related-products::-webkit-scrollbar {
    height: 6px;
}

.product-body .related-products::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.25);
    border-radius: 999px;
}

.product-body .variant-box {
    background: #fff;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.product-body .variant {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.pattern-group .p-g-mod-header {
    margin-bottom: 0 !important;
}

.pattern-group .p-g-mod-t-28 {
    background: transparent !important;
}

.pattern-group .home-slider {
    margin-bottom: 20px;
}

.category-blog-single {
    height: 600px;
    border: 1px solid #ebebeb;
    padding: 10px;
}

.card-product {
    border: none !important;
}

/*
.col-list-p-v-1{
    padding: 0!important;
}
*/

.newsletter-content .newsletter-title {
    color: #000;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 18px;
    text-align: center;
}

.newsletter-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    margin-top: 10px !important;
}

.home-headline {
    margin-top: -20px;
}

.product-price-group {
    display: flex;
    font-weight: 400;
    justify-content: center;
    align-items: flex-start;
    color: #333;
    flex-wrap: wrap;
    margin-bottom: 20px;
    flex-direction: column;
}

.product-profile-1 .product-price-group {
    margin-bottom: 0;
}

.product-price-group .free-cargo-badge {
    margin-left: 0;
    font-size: 13px;
    font-weight: 600;
    color: #000;
    width: auto;
    border: 1px solid #000;
    padding: 10px;
}

.product-price-group .prices .sale-price {
    font-size: 25px;
    font-weight: 600;
    color: #0c0808;
    font-family: Designer;
    text-decoration-color: red;
}

.product-price-group .discount .rate {
    font-size: 15px;
    margin-right: 5px;
}

.product-price-group .discount {
    background: #000000;
    height: 50px;
    width: 129px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-right: 20px;
    flex-direction: row;
}

.product-profile-1 .product-quantity,
.fast-product-cart-box .product-quantity {
    margin: 10px 0;
    border: 2px solid #000;
    border-radius: 3px;
}

.product-quantity input {
    width: 45px;
    height: 51px;
    border-radius: 0;
    border-top: 2px solid #bfbfbf;
    border-bottom: 2px solid #bfbfbf;
    border-color: #bfbfbf !important;
    padding: 0;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    border: 0 !important;
}

.product-quantity .btn {
    background: #ffffff !important;
    color: #484848;
    border-color: transparent !important;
    font-size: 11px;
    font-weight: 500;
    width: 40px;
    height: 51px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border-radius: 0 !important;
    border: 0 !important;
}

.product-buttons .btn-wp {
    font-size: 14px;
    background: #ffffff;
    border-color: #29a628;
    border-width: 2px;
    color: #29a628;
    font-weight: 500;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    width: 100%;
    border-radius: 0;
    margin-bottom: 15px;
}

.product-buttons .btn-wp:hover {
    background: #29a628;
    color: #fff;
}

.product-profile-1 h1.title {
    font-size: 21px;
    font-weight: 500;
    color: #000;
    padding-bottom: 0;
    border-bottom: 0;
}

.product-profile-1 .col-lg-5.sticky-top {
    position: sticky;
    top: 10px;
    align-self: flex-start;
    z-index: 5;
}

.product-body .product-profile-1 .carousel-inner .img-item {
    margin: 0;
    padding: 0;
    padding-right: 2px;
    margin-bottom: 2px;
}

.product-profile-1 .special-field-box,
.product-profile-1 .variant-box {
    margin-top: 0 !important;
    padding: 0;
}

.product-profile-1 .carousel .carousel-inner {
    border: 0;
}

.product-body .p-g-mod-base-content {
    border: 0;
}

.product-profile-1 .carousel .carousel-indicators li {
    max-width: 60px;
}

.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;
}

.accordion-product .card-header {
    padding: 20px 0;
    margin-bottom: 0;
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid #ebebeb;
}

.accordion-product .card-header i {
    font-size: 11px;
    padding-top: 3px;
}

.accordion-product .card-body {
    padding: 5px 0;
    text-align: left;
    margin-top: 20px;
}

.accordion-product .btn-link {
    color: #222;
    text-decoration: none !important;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 5px 0px;
    font-size: 15px;
    font-weight: 500;
}

.accordion-product .btn-link:hover {
    text-decoration: none;
}

.pattern-group .p-g-tab-wrapper .p-g-t-nav .nav .nav-link {
    color: #777;
    font-weight: 500;
    font-size: 21px;
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    text-align: center;
}

.p-g-mod-t-81 {
    border: 0 !important;
}

.p-g-mod-t-81 .banner-item,
.p-g-mod-t-44 .banner-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/*
.p-g-mod-t-81 .banner-item:after,
.p-g-mod-t-44 .banner-item:after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.30);
    transition: background .4s ease;
    -webkit-transition: background .4s ease;
}
*/

.p-g-mod-t-81 .banner-item .title,
.p-g-mod-t-44 .banner-item .title {
    position: absolute;
    color: #fff;
    z-index: 9;
    font-weight: 600;
    font-size: 25px;
    max-width: 250px;
    text-align: center;
    line-height: normal;
}

.p-g-mod-t-81 .banner-item:hover:after,
.p-g-mod-t-44 .banner-item:hover:after {
    background: rgba(0, 0, 0, 0.10);
}

.card-product .card-product-inner .price-group {
    display: flex;
    font-weight: 400;
    justify-content: flex-start;
    align-items: center;
    color: #333;
}

.card-product .card-product-inner .price-group .prices {
    display: flex;
    align-items: center;
}

.card-product .discount {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 10px;
    top: 10px;
    background: var(--main-color2);
    z-index: 1;
    height: 28px;
    color: #fff;
    font-weight: 500;
    padding: 0 10px;
}

.card-product .product-reviews {
    justify-content: flex-start;
    margin: 5px 0;
}

.card-product .card-product-inner .title {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    margin: 10px 0 5px 0;
    font-size: 14px;
    line-height: 18px;
    height: 18px;
    font-weight: 500;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    color: #000;
}

.card-product {
    border-radius: 0 !important;
    border-color: #ebebeb !important;
    transition: all var(--transition-time);
}

.card-product:hover {
    border-color: #c1c1c1 !important;
    transition: all var(--transition-time);
}

.categories-body .category-cover {
    display: none;
}

.p-g-mod-headline .carousel-indicators {
    display: none;
}

.product-profile-1 .carousel .carousel-indicators {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    height: auto;
    margin: 0;
    z-index: 0;
    flex-direction: row;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    max-height: 500px;
    overflow: scroll;
}

.info-bar-1 {
    border-bottom: 1px solid var(--main-color2);
    padding: 35px 0;
    border-top: 1px solid var(--main-color2);
}

.info-bar-1 .icons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
    padding: 10px 0;
}

.info-bar-1 .icons .icon-group {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 20px;
}

.info-bar-1 .icons .icon-group:last-child {
    border-right: 0;
}

.info-bar-1 .icons .icon-group i {
    font-size: 26px;
    margin-right: 25px;
    color: #000;
}

.info-bar-1 .icons .icon-group .inf .name {
    font-size: 15px;
    font-weight: 400;
    display: block;
    color: #000;
}

.info-bar-1 .icons .icon-group .inf .description {
    font-size: 12px;
    font-weight: 400;
    color: #000;
}

.login-body .p-g-mod-t-4 {
    padding: 30px;
}

.login-body .p-g-mod-t-4 .nav-tabs {
    border: 0 !important;
    background: transparent !important;
    border-radius: 4px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.login-body .p-g-mod-t-4 .nav-tabs .nav-item {
    flex: 1;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #e9e9e9 !important;
    background: #e9e9e9;
    color: #777;
    font-weight: 600;
    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 {
    border-top: 1px solid rgba(0, 0, 0, .1);
    font-size: 12px;
    margin-top: 10px;
}

.p-g-mod-t-15 .p-g-mod-body.p-g-mod-body-p-0 ul li a,
.p-g-mod-t-16 .p-g-mod-body.p-g-mod-body-p-0 ul li a,
.p-g-mod-t-58 .p-g-mod-body.p-g-mod-body-p-0 ul li a {
    padding: .75rem 10px;
}

.card-blog .buttons .btn-read-more {
    background: #fff;
    color: #000;
    border: 1px solid #000;
    font-size: 13px;
    border-radius: 3px;
    padding: 5px 15px;
}

.card-blog .buttons .btn-read-more i {
    font-size: 9px;
    margin-left: 5px;
}

.category-filter-order-desktop {
    display: inline-block;
    width: 175px;
    line-height: normal;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 34px;
    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;
    margin-left: 10px;
}

.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: #fff;
    border-radius: 5px;
    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: 13px;
    font-weight: 500;
    color: var(--main-color2);
    line-height: normal;
    font-family: Designer;
    text-decoration-color: red;
}

.card-product-content {
    text-align: center;
    color: #555;
}

.card-product .card-product-inner .product-label img {
    max-height: 40px;
}

.category-filter-order .list-wrap .list li .lag-checkbox {
    transition: all var(--transition-time);
    height: auto;
}

.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: #6c757d;
    border-color: #6c757d;
    width: 100%;
    margin: 0 !important;
    border-radius: 0;
}

.categories-body .p-g-mod-t-cat-filter {
    border: 1px solid #ebebeb;
    margin-bottom: 10px;
}

.product-details-tab-product-details-tab-colorful .p-g-tab-wrapper .p-g-t-nav {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    border: 1px solid #ebebeb;
    margin-bottom: 0px;
}

.product-details-tab-product-details-tab-colorful .p-g-tab-wrapper .p-g-t-nav .nav {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    height: 50px;
}

.pattern-group .p-g-tab-wrapper .p-g-t-nav .nav .nav-link {
    transition: var(--transition-time);
}

.pattern-group .p-g-tab-wrapper .p-g-t-nav .nav .nav-link:hover {
    color: var(--main-color);
}

.product-details-tab-product-details-tab-colorful .tab-content {
    border: 1px solid #ebebeb;
    border-top: 0;
}

.product-profile-1 .carousel .carousel-indicators li.active {
    border-color: var(--main-color);
}

.product-badges .p-badge {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding: 0 0px;
    border: 0;
    border-radius: 5px;
    margin: 0 5px 5px 0;
    height: 45px;
}

.product-badges .p-badge span {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    margin-top: 0;
    width: 70px;
    line-height: 18px;
}

.product-badges .p-badge i {
    color: #000;
    font-size: 30px;
    margin-right: 7px;
}

.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;
}

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;
    font-family: 'Designer';
}

.product-profile-info .sale-price-discount .sale-price,
.hizli-sepet .sale-price {
    font-size: 22px;
    font-weight: 700;
    color: #f00;
}

.card-product .sale-price-basket {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    padding: 1px 0;
    margin: 1px 0;
    flex-direction: column;
    padding-left: 5px;
    font-family: Designer;
}

.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;
    text-decoration-color: red;
    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;
}

/* Scroll To Top */
.up-scroll {
    position: fixed;
    height: 40px;
    text-align: center;
    line-height: 35px;
    z-index: 9;
    bottom: 20px;
    right: 20px;
    -moz-transition: background 0.2s;
    -o-transition: background 0.2s;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
    cursor: pointer;
    display: none;
    color: #111;
    font-size: 15px;
    padding: 6px;
    background: #fff;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

/* Ürün Detay - Birim */

.product-body .product-profile-1 .product-unit {
    display: flex;
    justify-content: center;
    font-weight: 500;
    align-items: center;
    border-radius: 5px;
    border: solid 1px #d9d9d9;
    width: 95px;
    padding: 5px 0;
    margin-right: 10px !important;
    height: 46px;
    margin: 10px 0;
}

.product-body .product-profile-1 .product-unit input[type=checkbox],
.product-body .product-profile-1 .product-unit input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    margin-right: 5px;
}

.product-body .product-profile-1 .product-unit input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #96be67;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 3px solid #ebebeb;
}

/* Ürün Kartı - Adet Seçimi */

.card-product .card-product-inner .quantity {
    margin: 5px 0;
    width: 100%;
    text-align: center;
    display: flex;
    flex-basis: auto;
    justify-content: center;
}

.card-product .card-product-inner .quantity .btn {
    display: flex;
    width: 35px;
    height: 35px;
    color: #555;
    font-size: 10px;
    border: 1px solid #ebebeb;
    border-radius: 0;
    align-items: center;
    justify-content: center;
}

.card-product .card-product-inner .quantity .btn:first-child {
    border-radius: 0;
}

.card-product .card-product-inner .quantity .btn:hover {
    color: #333;
    background: #f2f2f2;
    border-color: #f5f5f5;
}

.card-product .card-product-inner {
    padding: 0;
}

.card-product .card-product-inner .quantity input {
    min-width: 35px;
    max-width: 50px;
    height: 35px;
    border-radius: 0;
    border-color: #dbdbdb !important;
    background: #fff;
    color: #555;
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    border-right: 0;
    border-left: 0;
}

.subtitle-img {
    max-height: 25px;
    margin-bottom: 5px;
}

header.desktop .mega-menu .nav-link {
    margin-top: 5px;
    height: 100%;
    display: flex;
    width: 100%;
    flex-direction: column;
}


.single-menu-container .single-menu li .subtitle-img {
    font-weight: 500;
    text-decoration: none;
    padding: 0;
    display: block;
    color: #fff;
    transition: all 0.2s ease-in-out 0s;
    font-size: 16px;
}

.single-menu-container .single-menu li {
    text-align: center;
    height: 100%;
}

.single-menu-container .single-menu li .sub-single-item {
    padding: 0 15px;
}

/* 404 Sayfası */

.e404-body {
    background: repeating-linear-gradient(45deg, transparent, transparent 10px,
            #f8f8f8 10px, #f8f8f8 20px), linear-gradient(to bottom, #fff, #fff);
}

.e404-btn {
    background: #ffffff;
    border-radius: 45px;
    color: #212121;
    padding: 20px 50px;
    margin-top: 30px;
    font-size: 16px;
    font-weight: 600;
    -moz-box-shadow: inset 0 -1px 1px #333, 0 5px 0 #222, 0 6px 8px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: inset 0 -1px 1px #333, 0 5px 0 #222, 0 6px 8px rgba(0, 0, 0, 0.35);
    box-shadow: inset 0 -1px 1px #333, 0 5px 0 #222, 0 6px 8px rgba(0, 0, 0, 0.35);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    text-decoration: none;
}

.e404-btn:hover {
    color: var(--main-color);
    -moz-box-shadow: inset 0 -1px 1px var(--main-color), 0 5px 0 var(--main-color), 0 6px 8px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: inset 0 -1px 1px var(--main-color), 0 5px 0 var(--main-color), 0 6px 8px rgba(0, 0, 0, 0.35);
    box-shadow: inset 0 -1px 1px var(--main-color), 0 5px 0 var(--main-color), 0 6px 8px rgba(0, 0, 0, 0.35);
}

/* 404 Sayfası - Tip 1 */

.e404-content .e404-logo img {
    max-height: 100px;
    border: none !important;
}

.e404-page-type-1 {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}

.e404-page-type-1 .e404-pic {
    height: 200px;
    background: #fff;
    border: 1px solid #e2e2e2;
    padding: 10px 20px;
    border-radius: 10px;
}

.e404-page-type-1 .e404-title {
    color: #3b3a39;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 2rem;
    margin: 30px 0px 0px 0px;
}

.e404-description {
    color: #808080;
    font-size: 1rem;
    margin: 5px;
    text-align: center;
    font-weight: 300;
}

/* İki Bölümlü 404 Sayfası - Tip 2*/

.e404-page-type-2 {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}

.e404-page-type-2 .e404-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 100px;
    padding: 0 10%;
    border-top: 0;
    border-left: 0;
}

.e404-page-type-2 .e404-pic {
    height: 400px;
    background: #fff;
    border: 1px solid #e2e2e2;
    padding: 10px 20px;
    border-radius: 10px;
}

.e404-page-type-2 .e404-title {
    color: #3b3a39;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 2rem;
    margin: 30px 0px 0px 0px;
}

/* Mobil Uygulama İkonları  */

footer .mobile-app-title {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    display: block;
}

footer .mobile-app i {
    font-size: 20px;
    margin-right: 5px;
}

footer .mobile-app a {
    color: #000;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    padding: 10px;
    border-radius: 5px;
    font-weight: 600;
    transition: all var(--transition-time);
}

footer .mobile-app a:hover {
    background: rgba(225, 225, 255, .2);
}

/* 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-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.newsletter-content {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.newsletter-content .newsletter-title {
    color: #000;
    font-weight: 400;
    font-size: 19px;
    margin-bottom: 18px;
}

.newsletter-input {
    height: 40px;
    background: transparent !important;
    display: block;
    color: #000;
    position: relative;
    line-height: 23px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #ebecee;
}

.newsletter-form .btn-submit {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 13px;
    font-weight: 500;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
}

.newsletter-form {
    position: relative;
    width: 100%;
    max-width: 400px;
}

/* SMS Bülteni */

.sms-newsletter-content .newsletter-title {
    color: #000;
    font-weight: 400;
    font-size: 19px;
    margin-bottom: 18px;
}

.sms-newsletter-input {
    height: 40px;
    background: transparent !important;
    display: block;
    color: #000;
    position: relative;
    line-height: 23px;
    font-size: 14px;
    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 a {
    color: #000;
    font-size: 15px;
    width: 32px;
    height: 32px;
    border: 1px solid #000;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 7px;
    border-radius: 6px;
    transition: all var(--transition-time);
}

footer .social-media a:last-child {
    margin-right: 0;
}

footer .social-media a:hover {
    background: rgba(225, 225, 255, .2);
}

.card-product .card-product-inner .price-group .prices .list-price {
    text-decoration: line-through;
    font-size: 15px;
    margin-right: 10px;
    color: #404040;
}

/* Buttons */

.card-blog,
.card-brand,
.card-category,
.card-product {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
}

.card-product .card-product-inner .free-cargo-badge {
    position: absolute;
    right: 10px;
    bottom: 0;
    background: #009688;
}

.card-product .card-product-inner .buttons .btn-cart,
.modal-content .buttons .btn-cart {
    background: var(--add-cart-list-bg);
    border-color: var(--add-cart-list-bg);
    color: var(--add-cart-list) !important;
    transition: var(--transition-time);
}

.card-product .card-product-inner .buttons .btn-cart i,
.modal-content .buttons .btn-cart i {
    margin-right: 7px;
}

.card-product .card-product-inner .buttons .btn-cart:hover,
.modal-content .buttons .btn-cart:hover {
    background: var(--add-cart-list-bg-hover);
    border-color: var(--add-cart-list-bg-hover);
    color: var(--add-cart-list-hover) !important;
}

.card-product .down-to-top .btn-cart {
    background: var(--add-cart-list-bg);
    border-color: var(--add-cart-list-bg);
    color: var(--add-cart-list) !important;
    transition: var(--transition-time);
    font-size: 15px;
    border-radius: 0;
    height: 45px;
    font-weight: 500;
}

.card-product .down-to-top .btn-cart:hover {
    background: var(--add-cart-list-bg-hover);
    border-color: var(--add-cart-list-bg-hover);
    color: var(--add-cart-list-hover) !important;
}

.product-buttons .btn-cart {
    background: #000;
    border-color: #000;
    color: var(--add-cart-detail);
    transition: all var(--transition-time);
    flex: 1;
    height: 55px;
    font-size: 16px;
    border-width: 2px;
}

.product-buttons .btn-cart:hover {
    background: var(--add-cart-detail-bg-hover);
    border-color: var(--add-cart-detail-bg-hover);
    color: var(--add-cart-detail-hover);
}

.product-buttons .btn-fast-buy {
    background: #fff;
    border-color: var(--buy-now-bg);
    color: var(--buy-now);
    transition: all var(--transition-time);
    flex: 1;
    height: 55px;
    border-radius: 0;
    font-size: 16px;
    border-width: 2px;
    margin-right: 0 !important;
}

.product-buttons .btn-fast-buy:hover {
    background: var(--buy-now-bg-hover);
    border-color: var(--buy-now-bg-hover);
    color: var(--buy-now-hover);
}


.payment-final-buttons-1 .btn-complete {
    background: var(--complete-payment-bg);
    border-color: var(--complete-payment-bg);
    color: var(--complete-payment);
    transition: all var(--transition-time);
}

.payment-final-buttons-1 .btn-complete:hover {
    background: var(--complete-payment-bg-hover);
    border-color: var(--complete-payment-bg-hover);
    color: var(--complete-payment-hover);
}

.product-favourite-kart {
    display: inline-block;
    position: absolute;
    right: 0;
    z-index: 2;
}

.product-favourite-kart a {
    font-size: 20px;
}

/* Header  */

header.desktop .header-bar .bar-link .icon {
    position: relative;
}

header.desktop .header-bar .bar-link .icon,
header.desktop .header-bar .bar-link .name {
    transition: all var(--transition-time);
}

.home-body header.desktop .header-bar .bar-user .link a .name {
    color: #fff !important;
    font-size: 16px;
    font-weight: 600;
    margin-right: 10px;
}

header.desktop .header-bar .bar-user .link a .name {
    color: #000 !important;
    font-size: 16px;
    font-weight: 600;
    margin-right: 10px;
}

.home-body header.desktop .header-bar .bar-link {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    position: relative;
    line-height: normal;
    font-weight: 400;
    transition: all var(--transition-time);
}

header.desktop .header-bar .bar-link {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000 !important;
    position: relative;
    line-height: normal;
    font-weight: 400;
    transition: all var(--transition-time);
}

header.desktop .header-bar .bar-link a {
    color: #fff;
}

header.desktop .header-bar .bar-user .link {
    display: flex;
    margin-right: 10px;
    border-right: 1px solid #a5a5a5;
    text-align: center;
}

header.desktop .header-bar .bar-link i {
    margin-right: 7px;
    font-size: 23px;
}

header.desktop .header-bar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

header.desktop .header-bar .bar-cart .icon .count {
    position: absolute;
    right: -10px;
    top: -10px;
    min-width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #db2534;
    color: #fff;
    font-size: 11px;
    border-radius: 50%;
}


/* Category Page */
.product-view-select {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    align-items: center;
}


/* Card Product */
.card-product .it-over {
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    width: 100%;
    background: rgb(255 255 255 / 90%);
    color: #000;
    border: 1px solid #000;
    text-align: center;
    height: 50px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.card-product .carousel-control-next i,
.card-product .carousel-control-prev i {
    padding: 5px;
    background: #fff;
    font-size: 18px;
    color: #000;
}

.card-product .buttons-wrapper.right-to-left {
    overflow: hidden;
    opacity: 0;
    position: absolute;
    top: 0px;
    right: -30px;
    transition: all 0.4s;
    background: #fff;
    z-index: 9;
    border: 1px solid #ebebeb;
    border-radius: 5px;
}

.card-product .right-to-left .button-group {
    background: transparent;
    padding: 7px;
}

.card-product .right-to-left .cart-group {
    display: flex;
    flex-direction: column;
}

.card-product .right-to-left .cart-group a {
    padding: 0;
    margin: 5px 0;
}

.card-product .right-to-left .cart-group a i {
    font-size: 17px;
    transition: all var(--transition-time);
}

.card-product .right-to-left .cart-group a:hover i {
    color: var(--main-color);
}

.card-product:hover .right-to-left {
    opacity: 1;
    right: 0px;
    transition: all var(--transition-time);
}

.card-product .buttons-wrapper.down-to-top {
    position: absolute;
    overflow: hidden;
    width: 100%;
    left: 50%;
    transform: translate3d(-50%, 0%, 0);
    padding: 3px;
    z-index: -1;
}

.card-product .down-to-top .button-group {
    background: transparent;
}

.card-product .btn-cart {
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-product:hover .down-to-top {
    position: absolute;
    overflow: hidden;
    width: 100%;
    left: 50%;
    transform: translate3d(-50%, -100%, 0);
    transition: all .4s;
    z-index: 999;
}


.card-product:hover .down-to-top .button-group {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    transition: all .4s;
    margin: 0;
    padding: 3px 0;
}


/* Product Detail */
.product-carousel-mobile {
    display: none;
}

.video-play {
    position: relative;
}

.video-play i {
    position: absolute;
    bottom: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    border-radius: 100%;
    line-height: 28px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    text-indent: 1px;
}

.cart-body {
    background-color: #fbfbfb !important;
}

/* NEW CART */
.new-cart-main .container-fluid {
    padding: 0 !important;
}

.new-cart-sokak {
    padding-left: 14%;
}

.new-cart-sokak .cart-top-area {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 22px;
    align-items: center;
}

.new-cart-sokak .cart-top-area .title {
    color: #000;
    font-size: clamp(15px, 2vw, 18px);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.new-cart-sokak-right .cart-right-ozet .items .name span {
    color: #A1A1A1;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 6px;
}

.new-cart-sokak-right .cart-right-ozet .items .price.black {
    color: #000;
}

.new-cart-sokak .cart-top-area button {
    border: 1px solid #F4F4F4;
    background: #FFF;
    color: #A1A1A1;
    font-size: clamp(12px, 2vw, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.28px;
    padding: 9px 20px;
}

.new-cart-sokak .cart-products {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-wrap: nowrap;
}

.new-cart-sokak .cart-products .items {
    display: flex;
    border: 1px solid #F4F4F4;
    background: #FFF;
    padding: 12px;
}

.new-cart-sokak .cart-products .items .cp-image {
    padding-right: 14px;
    width: max-content;
    min-width: 164px;
}

.new-cart-sokak .cart-products .items .cp-name-variants {
    display: flex;
    flex-direction: column;
}

.new-cart-sokak .cart-products .items .cp-name-variants a.name {
    color: #000;
    font-size: clamp(14px, 2vw, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px;
    margin-top: 9px;
    padding-bottom: 0;
}

.new-cart-sokak .cart-products .items .cp-name-variants .variants {
    margin: 14px 0;
    padding: 10px;
    display: flex;
    gap: 54px;
}

.new-cart-sokak .cart-products .items .cp-name-variants .variants .variant .title {
    color: #a1a1a1;
    font-size: clamp(12px, 2vw, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}

.new-cart-sokak .cart-products .items .cp-name-variants .variants .variant .value {
    color: #000;
    font-size: clamp(12px, 2vw, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.new-cart-sokak .quantitys {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 0 10px;
}

.new-cart-sokak .quantitys span.title {
    color: #A1A1A1;
    font-size: clamp(12px, 2vw, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.new-cart-sokak .quantitys .product-quantity {
    border: 1px solid #F4F4F4;
}

.new-cart-sokak .quantitys .product-quantity .btn {
    height: 35px;
    border: 0;
    width: 30px;
}

.new-cart-sokak .quantitys .product-quantity input {
    height: 35px;
    border: 0 !important;
    width: 40px;
    font-weight: 400;
}

.new-cart-sokak-right .cart-right-ozet .items:first-child {
    padding-top: 0;
}

.new-cart-sokak .cart-products .items .cp-price-del {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    align-items: flex-end;
    padding-right: 28px;
    padding-top: 26px;
}

.new-cart-sokak .price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 9px;
}

.new-cart-sokak .price .old-value {
    color: #A1A1A1;
    text-align: right;
    font-size: clamp(12px, 2vw, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: line-through;
}

.new-cart-sokak .price .value {
    color: #000;
    font-size: clamp(14px, 2vw, 16px);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.new-cart-sokak .cart-products .items .cp-price-del .fav-del {
    padding-bottom: 16px;
    display: flex;
    gap: 6px;
    align-items: center;
}

.new-cart-sokak .cart-products .items .cp-price-del .fav-del button.btn.btn-remove img {
    width: 70%;
}

.new-cart-sokak .cart-products .items .cp-price-del .fav-del .fav-add a {
    color: #A1A1A1;
    font-size: clamp(12px.2vw, 14px);
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-decoration: underline;
    display: flex;
    align-items: center;
    height: 100%;
}

.new-cart-sokak .cart-products .items .cp-price-del .fav-del a.fav-add:hover {
    color: #a1a1a1 !important;
}

.new-cart-sokak .cart-products .items .cp-price-del .fav-del button.btn.btn-remove {
    padding: 0;
}

body.cart-body {
    background: #fbfbfb;
}

body.cart-body .pattern-group .p-g-mod {
    background: #fbfbfb;
}

.new-cart-main .p-g-b-c-1 .p-g-b-c-wrapper {
    height: 100%;
}

.new-cart-main .p-g-b-c-1 .p-g-b-c-inner {
    height: 100%;
}

.p-g-mod.p-g-mod-t-43.new-cart-right {
    height: 100%;
}

.new-cart-sokak-right {
    padding-right: 31%;
    padding-left: 20px;
}

.new-cart-sokak-right .cart-right-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 22px;
}

.new-cart-sokak-right .cart-right-top .title {
    color: #000;
    font-size: clamp(15px, 2vw, 18px);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.new-cart-sokak-right .cart-right-top .total {
    color: #A1A1A1;
    font-size: clamp(15px, 2vw, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

div#acco-promotion div#headingOne {
    border: 1.5px solid #4DC762;
    background: #fff;
    padding: 15px;
    border-radius: 0;
}

div#acco-promotion div#headingOne button.btn.btn-link.btn-block.text-left {
    color: #4DC762;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: unset;
    padding: 0;
}

div#acco-promotion .card {
    border: 0;
    z-index: 1;
}

div#acco-promotion div#headingOne button.btn.btn-link.btn-block.text-left::after {
    content: url('icons/green-down.svg');
    position: absolute;
    right: 20px;
    top: 18px;
    rotate: 0deg;
}

div#acco-promotion div#headingOne button.btn.btn-link.btn-block.text-left.collapsed::after {
    content: url('icons/green-down.svg');
    position: absolute;
    right: 20px;
    top: 18px;
    rotate: 0deg;
}

div#acco-promotion div#collapseOne {
    position: absolute;
    top: 99%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1.5px solid #4DC762;
    border-top: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    transition: none;
}


.return-inf-process-mobil {
    position: fixed;
    bottom: 0%;
    right: 0;
    left: 0;
    opacity: 0;
    z-index: -2;
    transition: 0.5s;
    height: 100%;
}

.return-inf-process-mobil.active {
    opacity: 1;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5);
}

.return-inf-process-mobil .return-inf-process {
    z-index: 2;
    opacity: 1;
    bottom: -100%;
    height: fit-content;
    background: #ffff;
    border-top: 1px solid #e2e2e2;
    position: absolute;
    transition: 0.5s;
}

.return-inf-process-mobil.active .return-inf-process {
    bottom: 0;
}

.retinf-popup-close {
    position: absolute;
    right: 20px;
    top: 10px;
    z-index: 2;
}

.return-inf-process-mobil .retinf-process-block {
    padding: 30px 25px;
    overflow: auto;
    height: 70vh;
}

.accordion-bakim-desktop {
    padding: 0px 30px;
}

#returnPopUp .return-inf-process {
    z-index: 2;
    bottom: 0;
    opacity: 1;
    height: 100%;
}

.pd-freecargo-block .right-icon {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

.pd-freecargo-block-mobil {
    display: none;
}

.new-cart-sokak-right .cart-right-ozet {
    border: 1px solid #fff;
    background: #fff;
    margin: 20px 0 26px;
    padding: 30px;
    display: flex;
    flex-direction: column;
}

.new-cart-sokak-right .cart-right-ozet .items {
    border-bottom: 1px solid #F4F4F4;
    padding: 20px 10px;
    display: flex;
    justify-content: space-between;
}

.new-cart-sokak-right .cart-right-ozet .items .name {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    flex: 1;
}

.new-cart-sokak-right .cart-right-ozet .items .price {
    color: #A1A1A1;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    gap: 8px;
}

.new-cart-sokak-right .cart-right-ozet .btn-block a.btn.btn-complete.btn-theme-1 {
    background: #000;
    margin-top: 20px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.36px;
    height: 56px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
}

.new-cart-left .p-g-mod-body,
.new-cart-right .p-g-mod-body {
    padding: 0 !important;
}

.cart-right-ticket .title {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.cart-right-ticket button.btn.btn-secondary.btn-sm {
    width: 120px;
    background: #000 !important;
    color: #FFF !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    height: 45px;
}

.cart-right-ticket input.form-control {
    border: 1px solid #e2e2e2;
    margin-right: 10px;
    padding-left: 22px;
    height: 45px;
}

div#acco-cart-help-side .card {
    border: 0;
    background: #fff;
}

div#acco-cart-help-side .card .card-header {
    background: #fff;
    border-bottom: 1px solid #e2e2e2 !important;
    margin: 0;
    padding: 16px 0;
}

div#acco-cart-help-side .card .card-header button.btn.btn-link.btn-block.text-left,
div#acco-cart-help-side .card .card-header button.btn.btn-link.btn-block.text-left.collapsed {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.32px;
    text-decoration: none;
}

div#acco-cart-help-side .card .card-header button.btn.btn-link.btn-block.text-left::after {
    content: url('icons/down.svg');
    position: absolute;
    right: 20px;
    top: 26px;
    rotate: 180deg;
}

div#acco-cart-help-side .card .card-header button.btn.btn-link.btn-block.text-left.collapsed::after {
    content: url('icons/down.svg');
    rotate: 0deg;

}

.cart-right-ticket {
    padding-left: 10px;
    background: #fff;
    padding: 30px;
}

div#acco-cart-help-side .card .card-body .title {
    color: #181818;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
}

div#acco-cart-help-side .card .card-body .text {
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 17px;
    margin-bottom: 34px;
}

div#acco-cart-help-side .card .card-body .contact-block {
    display: flex;
    justify-content: space-between;
}

div#acco-cart-help-side .card .card-body .contact-block .title {
    color: #181818;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 14px;
}

div#acco-cart-help-side .card .card-body .contact-block .items,
div#acco-cart-help-side .card .items {
    display: flex;
    gap: 12px;
    border: 1px solid #F4F4F4;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    color: #181818;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding: 12px 24px;
}

div#acco-cart-help-side .card .card-body {
    position: relative;
}

div#acco-cart-help-side .card .text.sec {
    width: 76%;
}

div#acco-cart-help-side .card .text.sec span {
    font-weight: 500;
}

div#acco-cart-help-side .card .text.sec img {
    position: absolute;
    right: 0;
    top: 44px;
}

.new-cart-sokak .cart-products .items .cp-image img.img-auto {
    min-height: auto;
    max-height: 225px;
}

.modal-for-favadd {
    display: none;
    /* Modal başlangıçta gizli */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.modal-for-favadd .modal-content {
    background: white;
    padding: 27px;
    border-radius: 0;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 19%;
    border: 1px solid #f4f4f4;
}

.modal-for-favadd .modal-content .title {
    font-size: clamp(14px, 2vw, 18px);
    color: #000;
    font-weight: 500;
}

.modal-for-favadd .btn-area {
    margin-top: 20px;
}

.modal-for-favadd .btn-area button {
    margin: 0 10px;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.modal-for-favadd #yes {
    border: 1px solid #000;
    color: #000;
    background: #fff;
    border-radius: 0;
    font-size: clamp(12px, 2vw, 14px);
    padding: 8px 28px;
    font-weight: 500;
}

.modal-for-favadd #no {
    border: 1px solid #000;
    color: #fff;
    background: #000;
    border-radius: 0;
    font-size: clamp(12px, 2vw, 14px);
    padding: 8px 28px;
    font-weight: 500;
}

section.pattern-group.pattern-group-t-0.pattern-group-p-cart.new-cart-main {
    margin-top: 0px;
    min-height: 85vh;
}

.p-g-mod.p-g-mod-t-43.new-cart-left,
.p-g-mod.p-g-mod-t-43.new-cart-right {
    padding-top: 20px;
}

.cart-empty-alert.sepet-bos h6 {
    color: #000;
    text-align: center;
    font-size: clamp(16px, 2vw, 20px);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.cart-empty-alert.sepet-bos span {
    color: #A1A1A1;
    text-align: center;
    font-size: clamp(12px, 2vw, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.cart-empty-alert.sepet-bos a.btn.btn-success.btn-theme-2 {
    color: #FFF;
    font-size: clamp(12px, 2vw, 16px);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.36px;
    padding: 12px 36px;
    margin-top: 20px;
}

.new-cart-main .container-fluid,
.new-cart-main .pattern-group-body,
.new-cart-main .pattern-group-body .row {
    height: 100%;
    min-height: 85vh;
}

.ajax-ozet-bottom {
    padding: 20px 24px 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.ajax-ozet-bottom .total-price {
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.ajax-ozet-bottom a.gotocart {
    background: #000;
    width: 100%;
    padding: 15px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.64px;
    text-align: center;
}

.ajax-ozet-bottom a.gotopayment {
    width: 100%;
    border: 1px solid #000;
    padding: 14px;
    color: #050505;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.64px;
    text-align: center;
}

/* Responsive */
@media (max-width: 991px) {
    .category-filter-list .list-wrap .list li a{
        display: none;
    }
    .categories-body .close-btn{
        display: none;
    }
    .product-body .addons-marquee-bar {
        display: none;
    }

    .product-body .video-trigger-wrapper {
        position: absolute;
        left: 5px;
        bottom: 7px !important;
        top: inherit;
    }

    .product-body header.mobile {
        position: fixed;
        background-color: transparent;
        width: 100%;
        z-index: 1000;
        top: 0;
        border: none;
        box-shadow: none;
    }

    .product-body header.mobile .logo img {
        display: none;
    }

    .product-body .mobile-header-space {
        height: 0 !important;
    }

    .new-cart-main .container-fluid {
        padding: 10px !important;
    }

    .new-cart-sokak {
        padding: 14px 4px 0;
    }

    .new-cart-sokak .cart-products .items {
        padding: 6px;
        flex-wrap: wrap;
    }

    .new-cart-sokak .cart-products .items .cp-image {
        padding-right: 8px;
        min-width: 83px;
        max-width: 125px;
    }

    .new-cart-sokak .cart-products .items .cp-price-del {
        flex-direction: row;
        flex: unset;
        align-items: center;
        width: 100%;
        padding: 10px 6px 2px;
    }

    .new-cart-sokak .cart-products .items .cp-name-variants a.name {
        padding: 8px;
        margin-top: 6px;
    }

    .new-cart-sokak .price {
        flex-direction: row;
        gap: 9px;
        padding-left: 10px;
    }

    .new-cart-sokak .quantitys {
        flex-direction: row;
        align-items: center;
        padding: 0;
    }

    .new-cart-sokak .quantitys .product-quantity input {
        height: 30px;
        width: 30px;
    }

    .new-cart-sokak .quantitys .product-quantity .btn {
        height: 30px;
        border: 0;
        width: 25px;
    }

    .new-cart-sokak .cart-products .items .cp-price-del .fav-del {
        padding-bottom: 0;
    }

    .new-cart-sokak-right {
        padding: 0 4px 7px;
    }

    .home-slider .col-list {
        padding: 0;
    }

    .card-product .card-product-inner .price-group .prices .sale-price {
        font-size: 10px;
    }

    .kart-collection-btn {
        right: 5px;
        top: 5px;
    }

    .kart-collection-btn img {
        width: 20px !important;
        height: 100%;
    }

    .renkSecenek img {
        width: 19px !important;
    }

    .renkSecenek {
        padding: 2px 5px 2px 3px;
        display: flex;
        background: #fff;
        font-size: 8px;
        gap: 3px;
        justify-content: center;
        border-radius: 20px;
        align-items: center;
        line-height: normal;
        bottom: 8px;
        right: 8px;
        z-index: 7;
    }

    .card-product .card-product-inner .product-label img {
        max-height: 40px !important;
    }

    .alt-bar-sepet .product-price-group .discount {
        background: #000000;
        height: 40px;
        width: 40px;
        font-size: 13px;
        font-weight: 500;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-right: 20px;
        flex-direction: row;
        position: absolute;
        left: 10px;
        border-radius: 50%;
    }

    .alt-bar-sepet {
        width: 100%;
    }

    .alt-bar-sepet .product-price-group .discount .rate {
        font-size: 15px;
        margin-right: 0;
    }

    .card-product .sale-price-basket .sale-price {
        font-size: 12px;
    }

    .price-group-desktop {
        display: none;
    }

    .alt-bar-price-group .sepette-indirim {
        color: #0c0808;
        font-family: Designer;
        font-size: 17px;
    }

    .alt-bar-price-group .product-price-group .prices .sale-price {
        font-size: 16px;
    }

    .alt-bar-price-group .product-price-group {
        margin-bottom: 0;
    }

    .alt-bar-price-group {
        margin-right: 10px;
        margin-left: 10px;
    }

    .addons-whatsapp-widget {
        margin-bottom: 82px !important;
    }

    .product-favourite-kart {
        display: inline-block;
        position: absolute;
        left: 6px;
        z-index: 2;
        top: 3px;
    }

    .pattern-group .p-g-mod {
        background: #fff;
        margin-bottom: 0px;
    }

    .product-profile-1 .product-buttons .btn-cart {
        display: none;
    }


    .product-profile-1 .carousel .carousel-indicators li img {
        height: 44px;
    }

    .product-profile-1 .carousel .carousel-indicators li {
        background: #aaaaaa;
        border: 0;
        max-width: 40px;
        margin-bottom: 8px;
        padding: 0;
    }

    section.product-alt-bar {
        display: flex;
    }

    .related-products a {
        margin-bottom: 20px;
    }

    .cky-revisit-bottom-left {
        bottom: 15% !important;
    }

    .third-banner .p-g-mod.p-g-mod-t-44.p-g-mod-showcase.p-g-mod-trans.home-banner {
        margin-bottom: 10px !important;
    }
    .up-scroll {
        height: 40px;
        line-height: 40px;
        font-size: 12px;
        bottom: 100px;
        border-radius: 50%;
        width: 40px;
    }

    .card-product:hover .down-to-top {
        display: none !important;
    }

    .product-profile-1 .border.p-5 {
        padding: 10px !important;
        border: 0 !important;
    }

    .product-profile-1 .carousel .carousel-indicators li {
        max-width: 80px;
    }

    .sidebar-menu-type-2 .categories ul .multi img {
        display: none !important;
    }

    .card-product .card-product-inner .price-group .prices {
        display: flex;
    }

    .card-product .discount {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: 10px;
        top: 10px;
        background: var(--main-color2);
        z-index: 9;
        height: 24px;
        color: #fff;
        font-weight: 500;
        padding: 0 5px;
        font-size: 10px;
    }

    .p-g-mod-t-81 .banner-item .title,
    .p-g-mod-t-44 .banner-item .title {
        position: absolute;
        color: #fff;
        z-index: 9;
        font-weight: 600;
        font-size: 18px;
        max-width: inherit;
        text-align: center;
        line-height: normal;
        padding: 0 10px;
    }

    .info-bar-1 .icons {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        color: #000;
        padding: 10px 0;
        flex-direction: column;
    }

    .login-body .p-g-mod-t-4 {
        padding: 7px;
    }

    .category-filter-order-desktop {
        display: none;
    }

    .product-details-tab-product-details-tab-colorful .p-g-tab-wrapper .p-g-t-nav .nav {
        height: auto;
    }

    .product-profile-1 .product-quantity {
        margin-right: 10px;
    }

    .product-badges .p-badge {
        height: 55px;
        flex: auto;
    }

    .product-buttons .btn-fast-buy {
        flex: 1;
    }

    .product-body .variant {
        justify-content: flex-start;
    }

    .variant-box {
        padding: 0;
    }

    .product-buttons .btn-cart {
        flex: auto;
        margin-left: 0;
        margin-right: 10px;
    }

    .product-buttons .btn-wp {
        width: 100%;
    }

    .card-product .right-to-left {
        display: none !important;
    }

    .product-view-select {
        display: none;
    }

    .pattern-group .p-g-mod-t-26 .p-g-mod-body .buttons .btn-secondary {
        width: auto;
        margin: 5px;
        border-radius: 3px;
    }

    .categories-body .p-g-mod-t-cat-filter {
        margin: 10px;
    }

    footer .bar .right-image {
        justify-content: center;
    }

    footer .bb .pr-5 {
        padding-right: 10px !important;
    }

    footer .mobile-app {
        margin-bottom: 20px;
    }

    .product-carousel-desktop.normal {
        display: none;
    }

    .product-carousel-mobile {
        display: block;
    }

    .mobile-header-space {
        height: 60px;
    }

    .categories-body .mobile-header-space,
    .product-body .mobile-header-space {
        height: 60px;
    }

    header.desktop {
        display: none;
    }

    header.mobile {
        display: block;
    }

    .stores .cards {
        display: block;
        text-align: center;
    }

    .stores .card {
        display: inline-block;
        border-right: none;
        margin: 0;
        max-width: 45%;
        height: 50px;
        border: 0
    }

    footer .bar p {
        text-align: center !important;
    }

    footer .bar .right-image {
        margin: 10px 0;
        text-align: center !important;
    }

    footer .logo-area {
        display: none;
    }

    footer .bb {
        border-top: 0;
        border-bottom: 0;
    }

    footer .info {
        padding-top: 0;
    }

    footer .info .title {
        text-align: center !important;
        color: #000;
        border: 1px solid #000;
        padding: 8px;
        position: relative;
    }

    footer .info .title::after {
        content: "+";
        right: 10px;
        top: 3px;
        bottom: 0;
        position: absolute;
        font-size: 20px;
        margin-bottom: 10px;
    }

    footer .info .fs {
        display: none;
        text-align: center !important;
        border: 1px solid #000;
        margin-bottom: 15px;
        color: #000 !important;
        padding: 10px;
    }

    footer .info ul {
        margin: 0;
    }

    footer .info ul li {
        color: #000 !important;
    }

    footer .info ul li a {
        color: #000;
    }

    footer .info ul li a:before {
        display: none;
    }

    footer .social-media {
        justify-content: center;
        margin: 10px 0;
    }

    footer .secure {
        text-align: center !important;
        margin: 10px 0;
    }

}

/* Header Shopping Cart */

header.desktop .header-cart-hover .nav-link::after {
    display: none;
}


header.desktop .header-cart-hover {
    position: relative;
    display: flex;
    flex: 1;
}

header.desktop .header-cart-hover .dropdown-menu {
    border: 0;
    border-radius: 0;
    background-color: #fff;
    width: 300px;
    left: inherit;
    right: 0;
    top: 28px;
    position: absolute;
    border: 2px solid #ececec;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
    margin-top: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0;
}

header.desktop .header-cart-hover .dropdown-menu .top-header {
    background: #f7f7f7;
    display: flex;
    justify-content: space-evenly;
    padding: 5px 0;
}

header.desktop .header-cart-hover .dropdown-menu .top-header .title {
    font-size: 14px;
    padding: 5px 0;
    font-weight: 500;
}

header.desktop .header-cart-hover:hover .dropdown-menu,
header.desktop .header-cart-hover .dropdown-menu:hover {
    display: block !important;
}

header.desktop .header-cart-hover .dropdown-menu ul.user-links {
    margin: 0;
    padding: 0;
}

header.desktop .header-cart-hover .dropdown-menu ul.user-links li {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 10px;
}

header.desktop .header-cart-hover .dropdown-menu ul.user-links li:hover {
    background: #f7f7f7;

}

header.desktop .header-cart-hover .dropdown-menu ul.user-links li a {
    display: block;
    font-size: 13px;
    color: #000;
    border-bottom: 1px solid #ebebeb;
    padding: 5px 0;
}

header.desktop .header-cart-hover .dropdown-menu ul.user-links li:last-child a {
    border-bottom: 0px;
}

header.desktop .header-cart-hover .dropdown-menu ul.user-links li a i {
    margin-right: 5px;
}

header.desktop .header-cart-hover .dropdown-menu ul.auth-links {
    margin: 0;
    padding: 0;
}

header.desktop .header-cart-hover .dropdown-menu ul.auth-links li {
    margin: 0;
    padding: 0;
    list-style: none;
}

header.desktop .header-cart-hover .dropdown-menu ul.auth-links li a {
    display: block;
    text-align: center;
    padding: 10px 5px;
    color: #000;
    font-size: 13px;
    font-weight: 500;
}


header.desktop .header-cart-hover .dropdown-menu ul.auth-links li a i {
    margin-right: 10px;
}

header.desktop .header-cart-hover .btn-remove {
    background: #dedede;
    border: none;
    color: #000;
    font-size: 12px;
    width: 25px;
    height: 25px;
    border-radius: 20px;
    display: flex;
    font-weight: 500;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
}


.header-cart-summary-1 {}

.header-cart-summary-1 .table th {
    font-size: 12px !important;
    font-weight: 500;

}

.header-cart-summary-1 .buttons {
    display: flex;
    flex-direction: column;
    margin-right: 12px;
}

.header-cart-summary-1 .buttons .btn {
    font-size: 12px !important;
    padding: 5px 3px !important;
    margin: 5px;
    background: var(--add-cart-list-bg);
    color: var(--add-cart-list);
    transition: all var(--transition-time);
}

.header-cart-summary-1 .buttons .btn:hover {
    background: var(--add-cart-list-bg-hover);
    color: var(--add-cart-list-hover);
}

.header-cart-summary-1 .buttons .btn-color-2 {
    background: #fff;
    border-color: var(--buy-now-bg);
    color: var(--buy-now);
    transition: all var(--transition-time);
}

.header-cart-summary-1 .buttons .btn-color-2:hover {
    background: var(--buy-now-bg-hover);
    color: var(--buy-now-hover);
}

.header-cart-summary-1 .buttons .btn-color-2 i {
    font-size: 8px;
    padding-left: 3px;
}


.ajax-shopping-cart {
    padding: 15px;
    font-size: 12px;
    max-height: 300px;
    overflow-y: auto;
}

.ajax-cart-empty {
    font-size: 13px !important;
    text-align: center;
    padding: 20px 0;
}

.ajax-shopping-cart .product {
    display: flex;
    margin-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
    padding-top: 10px;
}

.ajax-shopping-cart .product:last-child {
    display: flex;
    margin-bottom: 10px;
    border-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
}

.ajax-shopping-cart .product .image {
    flex: 2;
}

.ajax-shopping-cart .product .price {
    flex: 2;
    font-size: 13px;
    text-align: right;
}

.ajax-shopping-cart .product .info {
    flex: 3;
    text-align: right;
}

.ajax-shopping-cart .product .info .name {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #000;
}

.sidebar-menu-type-2 .logo-area a img {
    max-height: 60px
}

.sidebar-menu-type-2 .mobil-area-title {
    font-size: 16px
}

.sidebar-menu-type-2 .categories ul li a {
    font-size: 15px;
    font-weight: 500
}

.sidebar-menu-type-2 .categories ul .multi a {
    padding: 6px 0;
    font-size: 14px;
    font-weight: 400
}

.sidebar-menu-type-2 .categories ul .multi .multi a {
    font-size: 14px
}

.mobile-menu-close i {
    border: 1px solid #b8b8b8;
    color: #b8b8b8;
}

.sidebar-menu-type-2 .categories ul .multi li:first-child {
    display: block
}

@media (max-width: 991px) {
    .card-product .card-product-inner .c-p-i-link {
        flex-direction: column;
        gap: 0;
    }

    .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: 40px;
        margin-bottom: 10px;
        height: 50px;
    }
}

.p-g-mod.p-g-mod-t-39 {
    margin-bottom: 10px;
    margin-top: -10px;
    border: 0 !important;
}

.p-g-mod.p-g-mod-t-39 .p-g-mod-header {
    height: 35px !important;
    padding: 10px !important;
    color: #333;
}

.p-g-mod.p-g-mod-t-39 .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
    font-size: 14px !important;
}

.p-g-mod.p-g-mod-t-39 .p-g-mod-body:not(.p-g-mod-body-p-0) {
    padding: 0 !important;
}

.p-g-mod.p-g-mod-t-39 .p-g-mod-body input {
    padding: 0.275rem 0.7rem !important;
    height: 35px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 3px;
}

.p-g-mod.p-g-mod-t-39 .p-g-mod-body .btn-secondary {
    font-size: 13px;
    font-weight: 500;
    background: #818181;
    border-color: #818181;
}

.product-carousel-desktop.normal .carousel-item a img {
    width: 100%;
}

@media(max-width: 991px) {

    .ppc-ctype-2 .row:first-of-type,
    .ppc-ctype-3 .row:first-of-type {
        flex-direction: column-reverse;
    }
}

.category-short-description {
    font-size: 15px;
}

@media(max-width: 991px) {
    .category-short-description {
        font-size: 13px;
    }
}


.p-g-mod-headline .carousel-control-next,
.p-g-mod-headline .carousel-control-prev {
    color: #333333;
}