@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');
 
input[type="submit"] {
    border: 1px solid #a1a1a1;
    color: #a1a1a1;
    background-color: white;
    border-radius: 5px;
    font-size: 19px;
    font-weight: 500;
}
.collection .satir-2 {
    margin-top: 0;
}
.collection-block {
    margin-bottom: 25px;
} 
body {
    background: var(--body-bg);
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    font-family: "Nunito", sans !important;
}

/* Reset */
a {
    color: var(--main-color);
}
.collection-block img {
    max-width: 400px !important;
    margin-bottom: 8px;
}
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, 0.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, 0.5);
    position: fixed;
    z-index: 4;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
}
.collections-resim a .img-auto {
    width: 100%;
    height: 100%;
}
.collections-resim {
    width: 35%;
    height: 100%;
}
.op-black.hide {
    visibility: hidden;
    opacity: 0;
}
.op-black.show {
    visibility: visible;
    opacity: 1;
}
/* Opacity 2 */
.op-black-2 {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
}
.op-black-2.hide {
    visibility: hidden;
    opacity: 0;
}
.op-black-2.show {
    visibility: visible;
    opacity: 1;
}
/* Header (Desktop) */
header.desktop {
    background: #fff;
    z-index: 8;
    position: relative;
}
header.desktop .h-contact {
    background: #33303e;
    border-bottom: 1px solid #eeeeee;
    padding: 5px;
}
span.under-category {
    font-weight: 600;
    font-size: 15px;
}
.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: 110px;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: flex-start;
    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;
}
header.desktop .logo a img {
    max-height: 55px;
    width: 100%;
    height: 100%;
}
header.desktop .search {
    width: 100%;
    border-bottom: solid 1px #000;
    border-radius: 0px;
    max-width: 400px;
    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-box input::placeholder {
    color: #000;
    opacity: 1;
}

header.desktop .search form input {
    float: left;
    color: #000;
    font-weight: 400;
    width: 100%;
    font-size: 13px;
    border-color: transparent !important;
    border-width: 0 !important;
    background: transparent !important;
    height: 45px;
    border-right: 0;
    border-radius: 0;
    box-shadow: none;
    padding-left: 20px;
}
.easy-autocomplete-container ul {
    border-top: 1px solid #ebebeb;
}
.easy-autocomplete-container ul .eac-category,
.easy-autocomplete-container ul li {
    font-size: 13px;
    padding: 3px 10px;
    border-bottom: 1px solid #ebebeb;
}
header.desktop .search form input::placeholder {
    color: #a1a1a1;
}
header.desktop .search:focus,
header.desktop .search:active {
    border-color: var(--main-color2);
}
header.desktop .search form .btn-send {
    position: absolute;
    width: 60px;
    height: 45px;
    border-width: 0;
    color: #40484e;
    right: 0px;
    border-radius: 0;
    font-size: 16px;
    top: 0px;
    transition: all var(--transition-time);
}
header.desktop .easy-autocomplete-container {
    top: 47px;
}
.header-area.searchh {
    align-items: flex-start !important;
}
header.desktop .menu {
    background: var(--menu-bg-color);
    height: 40px;
    border-bottom: 1px solid #ebebeb;
    border-right: 0;
    border-left: 0;
    border-top: 1px solid #ebebeb;
}
header.desktop .mega-menu {
    padding: 0;
    position: relative;
}
header.desktop .mega-menu .navbar-nav {
    flex-direction: row;
    height: 38px;
    justify-content: space-between;
}
header.desktop .mega-menu .nav-item {
    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: #f5f5f5;
    width: 100%;
    left: 0;
    right: 0;
    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;
    z-index: 11;
    border-top: 0;
    top:35px;
}
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: #fdbe98;
}
.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: flex-start;
    margin-bottom: 0;
    height: 40px;
    align-items: center;
}
.single-menu-container .single-menu li:first-child {
    margin-left: 0;
}
.single-menu-container .single-menu li {
    display: inline-block;
    position: initial;
    z-index: 100;
}
.single-menu-container .single-menu li .sub-single-item {
    font-weight: 400;
    text-decoration: none;
    padding: 10px 15px;
    display: block;
    color: var(--menu-color);
    transition: all 0.2s ease-in-out 0s;
    font-size: 15px;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
}
.single-menu-container .single-menu li .sub-single-item span {
    font-weight: 500;
}
.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 0.5s;
    -webkit-animation: all ease 0.5s;
    padding: 20px 15px;
    border-top: 0;
}
.single-menu-container .single-menu ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    padding: 0;
    width: 1100px;
    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);
}
/* Mobile Header */
.mobile-header-space {
    display: none;
}
header.mobile {
    display: none;
    background: #fff;
    height: 55px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    position: relative;
    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.fixed {
    margin: 0;
    position: fixed;
}

header.mobile .icon-group {
    position: relative;
}
header.mobile .icon-group {
    position: relative;
    color: #333;
    font-size: 21px;
}
header.mobile .icon-group .badge {
    position: absolute;
    top: -7px;
    right: -7px;
    min-width: 18px;
    max-width: 25px;
    padding: 0;
    text-align: center;
    height: 18px;
    background: #d21c1c;
    font-size: 12px;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
header.mobile .mobile-search {
    padding: 0;
    background: #f3f3f3;
}
header.mobile .mobile-search form {
    width: 100%;
}
header.mobile .mobile-search form .input-box {
    width: 80%;
}
header.mobile .mobile-search form input {
    float: left;
    color: #444;
    width: 100%;
    font-size: 15px;
    border-color: transparent;
    background: transparent !important;
    height: 65px;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: none;
    outline: 0 !important;
}
header.mobile .mobile-search form input::placeholder {
    color: #444;
}
header.mobile .mobile-search form input:focus,
header.mobile .mobile-search form input:hover {
    border-color: transparent !important;
}
header.mobile .mobile-search form .btn-send {
    float: right;
    width: 20%;
    height: 65px;
    border: 0;
    background: transparent !important;
    color: #333;
    font-size: 19px;
}
header.mobile .h-banner {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* Sidebar User */
.sidebar-user {
    background: #fff;
    width: 250px;
    position: fixed;
    top: 0;
    height: calc(100vh);
    transition: all 0.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, 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 0.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, 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: url(https://cdn.qukasoft.com/f/881566/cG96WmFtNG0vcUp3ZUdFOVU1NG5hQT09/i/67726fe800038-22482287-sw1920sh750.webp);
    position: relative;
}
footer:before {
    content: '';
    background: #0000006b;
    position: absolute;
    width: 100%;
    height: 100%;
}
footer .bb {
    padding: 3rem 0;
}
footer .logo-area {
    text-align: left;
    margin: 15px 0;
}
footer .logo-area .logo img {
    max-height: 100px;
    max-width: 230px;
}
footer .logo-description {
    margin-top: 15px;
}
footer .info {
    padding: 25px 0;
}
footer .title {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
}
footer .title-2 {
    color: #00aaff;
    font-size: 13px;
}
footer .title-3 {
    color: #333;
    font-size: 17px;
}
footer .secure .description {
    color: #000;
    margin: 5px 0;
}
footer .secure img {
    opacity: 0.5;
}
footer .info ul {
    padding: 0;
    margin: 0;
}
footer .info ul li {
    list-style: none;
    padding: 3px 0;
    color: #000;
    font-size: 13px;
}
footer .info ul li a {
    display: block;
    color: #fff;
    font-size: 13px;
    position: relative;
    padding-left: 15px;
    line-height: 25px;
    transition: all var(--transition-time);
}
footer .info ul li a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: ">";
}
footer .info ul li a:hover {
    color: var(--main-color);
}
footer .bar {
    padding: 10px 0;
    background: #fff;
}
footer .bar a {
    color: #333;
    text-align: center;
}
footer .bar a:hover {
    color: #333;
}
footer .bar p {
    margin: 0;
    color: #333;
}
/* Mobile Menu Tip 2 */
.sidebar-menu-type-2 {
    background: #fff;
    width: 100%;
    position: fixed;
    top: 0;
    height: calc(100vh);
    transition: all 0.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, 0.15);
    font-size: 14px;
    font-weight: 500;
}
.sidebar-menu-type-2 .links a {
    display: block;
    display: block;
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
    color: #333;
    font-size: 14px;
}
.sidebar-menu-type-2 .links a i {
    float: right;
}
.sidebar-menu-type-2 .categories {
    /*display: none;*/
}
.sidebar-menu-type-2 .categories ul {
    margin: 0;
    padding: 10px;
}
.sidebar-menu-type-2 .categories ul li {
    padding: 0;
    list-style: none;
    border: 1px solid #e2e2e2;
    margin-bottom: 15px;
    position: relative;
}
.sidebar-menu-type-2 .categories ul li a img {
    height: 35px;
    margin-right: 10px;
}
.sidebar-menu-type-2 .categories ul li a {
    display: flex;
    padding: 10px;
    border-bottom: 0;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    align-items: center;
}
.sidebar-menu-type-2 .categories ul li a .name {
    width: 80%;
}
.sidebar-menu-type-2 .categories ul li a .icon {
    color: #000;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 2px;
    font-size: 17px;
    position: absolute;
    right: 22px;
}
.sidebar-menu-type-2 .categories .multi li a .icon {
    right: 13px;
}
.sidebar-menu-type-2 .easy-autocomplete-container ul {
    border-top: 1px solid #ebebeb;
    top: 65px;
}
.sidebar-menu-type-2 .categories ul li a .icon .fa-angle-right:before {
    content: "\f078";
}
.sidebar-menu-type-2 .categories .multi .icon .fa-angle-right:before {
    content: "\f078";
}
.sidebar-menu-type-2 .categories ul .multi {
    display: none;
}
.sidebar-menu-type-2 .categories ul .multi li:first-child {
    display: none;
}
.sidebar-menu-type-2 .categories ul .multi a {
    padding-left: 20px;
}
.sidebar-menu-type-2 .categories .multi li {
    border: 0 !important;
    margin-bottom: 5px;
}
.sidebar-menu-type-2 .categories ul .multi a {
    padding: 0;
}
.sidebar-menu-type-2 .categories ul .multi .multi a {
    padding-left: 20px;
    font-size: 12px;
}
.sidebar-menu-type-2 .mobile-search i {
    font-size: 25px;
    margin-right: 10px;
}
.sidebar-menu-type-2 .mobil-area-title {
    color: #000;
    margin: 15px 10px 10px 13px;
    display: block;
    font-weight: 500;
    font-size: 15px;
}
.sidebar-menu-type-2 .mobil-area-1 {
    display: flex;
    position: relative;
    text-align: center;
}
.sidebar-menu-type-2 .mobil-area-1 a {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 50%;
    justify-content: center;
    border: 1px solid #e2e2e2;
    margin: 0 10px;
    padding: 7px 1rem;
    color: #000;
    text-align: left;
    font-size: 13px;
    font-weight: 600;
}
.sidebar-menu-type-2 .mobil-area-1 a img {
    margin-right: 10px;
    padding: 0;
    width: 41px;
    height: 41px;
}
.sidebar-menu-type-2 .logo-area a img {
    height: 70px;
    max-width: 250px;
}
.sidebar-menu-type-2 .logo-area {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e2e2e2;
    padding: 10px;
}
.mobile-menu-close {
    display: flex;
    justify-content: center;
    margin-right: 19px;
    font-size: 20px;
    align-items: center;
}
.mobile-menu-close i {
    border: 1px solid #e2e2e2;
    padding: 0.5rem;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    text-align: center;
    color: #e2e2e2;
    padding-top: 10px;
    padding-left: 9px;
}
.mobil-area-2 {
    margin: 1rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.sidebar-menu-type-2 .short-link {
    width: 50%;
    padding: 15px 10px;
}
.sidebar-menu-type-2 .short-link.border-1 {
    border-bottom: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
}
.sidebar-menu-type-2 .short-link.border-2 {
    border-bottom: 1px solid #e2e2e2;
}
.sidebar-menu-type-2 .short-link.border-3 {
    border-right: 1px solid #e2e2e2;
}
.sidebar-menu-type-2 .short-link a {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.sidebar-menu-type-2 .short-link a i {
    margin-right: 10px;
    font-size: 20px;
}
.mobil-area-footer {
    text-align: center;
    color: #000;
}
.sidebar-menu-type-2 .scrollbar {
    width: 100%;
    height: 90%;
    box-sizing: border-box;
    padding-bottom: 0;
    overflow-x: hidden;
    overflow-y: scroll;
}
/* Custom */
.customer-service {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: end;
}
.header-area.last .customer-service .costumer i{
    font-size: 30px !important;
    color: #25D366;
}
.sepette-indirim {
    border-radius: 5px;
    background: var(--main-color2);
    padding: 5px 5px;
    border-left: 5px solid #001aff;
    margin: 10px 0;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin: 0 5px;
}
header.desktop .bar-user-hover .dropdown-menu {
    border: 0;
    border-radius: 0;
    background-color: #fff;
    width: 300px;
    left: inherit;
    right: 0;
    top: 35px;
    position: absolute;
    border: 2px solid #ececec;
    border-radius: 10px;
    -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%);
    margin-top: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0;
}
header.desktop .bar-user-hover .dropdown-menu .auth-links,
header.desktop .bar-user-hover .dropdown-menu .user-links {
    margin: 0;
    padding: 0;
}
header.desktop .bar-user-hover .dropdown-menu .auth-links .top-header {
    background: #f7f7f7;
    display: flex;
    justify-content: space-evenly;
    padding: 5px 0;
}
header.desktop .bar-user-hover .dropdown-menu .auth-links li a {
    display: block;
    text-align: center;
    padding: 10px 5px;
    color: #000;
    font-size: 13px;
    font-weight: 500;
}
header.desktop .bar-user-hover .dropdown-menu .auth-links li {
    margin: 0;
    padding: 0;
    list-style: none;
}
header.desktop .bar-user-hover .dropdown-menu .user-links li {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 10px;
}
.dropdown.bar-user-hover {
    flex: 0 0 20%;
}
header.desktop .bar-user-hover .dropdown-menu .user-links li a:hover {
    color: var(--main-color);
}
header.desktop .bar-user-hover .dropdown-menu .auth-links li a:hover {
    color: var(--main-color);
}
header.desktop .bar-user-hover:hover .dropdown-menu,
header.desktop .bar-user-hover .dropdown-menu:hover {
    display: block !important;
}
header.desktop .bar-user-hover .dropdown-menu .user-links li a {
    display: block;
    font-size: 13px;
    color: #000;
    border-bottom: 1px solid #ebebeb;
    padding: 10px 0;
}
.p-g-accordion .p-g-a-wrapper .p-g-a-w-header a {
    background: #f8f8f8;
    margin-bottom: 10px;
}
.product-profile-1 {
    border: 1px solid #e2e2e2;
    padding: 10px 14px 25px 14px;
}
.product-profile-1 .product-quantity {
    border: 1px solid #c2c2c2;
    border-radius: 10px;
}
.card-product .card-product-inner .price-group .prices {
    display: flex;
    flex-direction: row-reverse;
    color: #333;
}
.product-price-group .prices .list-price {
    margin-left: 10px;
    margin-top: 3px;
    font-size: 15px;
    color: #000;
    font-weight: 500;
}
.product-price {
    flex: 0 0 45%;
    display: flex;
    align-content: center;
    flex-direction: column;
}
.price-block-left {
    display: flex;
}
.price-second {
    flex: 0 0 50%;
    align-items: center;
    border-left: 1px solid #e9e9e9;
    font-size: 14px;
    padding-left: 3rem;
}
.price-second p {
    margin-bottom: 0;
}
.price-second svg {
    margin-right: 10px;
}
.product-price-group {
    display: flex;
    flex-direction: row;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    margin-top: 1rem;
}
.product-info {
    font-size: 12px;
    font-weight: 300;
    color: #aeaeae;
    padding-left: 10px;
    margin-bottom: 1rem;
}
.cate img {
    max-width: 100px;
}
.product-profile-info li a .value {
    font-weight: 600;
}
.product-code_category {
    display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
}
.product-code_category svg {
    width: 26px;
    height: 26px;
}
.brand li {
    font-size: 13px;
    font-weight: 300;
    color: #a1a1a1;
}
.product-code {
    font-size: 13px;
    font-weight: 300;
    color: #a1a1a1;
}
.card-product .card-product-inner .title {
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    color: #000;
    padding-right: 25px;
    margin-bottom: 5px;
    margin-top: 8px;
    letter-spacing: 0.3px;
    height: auto;
    min-height: 2.5rem;
}
.card-blog .title {
    font-size: 14px;
    color: rgba(64, 72, 78, 0.4);
    margin-top: 20px;
    letter-spacing: 4px;
    height: auto;
}
.card-blog .description {
    font-size: 14px;
    color: #40484e;
    letter-spacing: 1px;
}
.card-product .card-product-inner.kart2 {
    padding: 0 !important;
}
.title.kart2 {
    position: absolute;
    bottom: 0;
    left: 5px;
    font-weight: 700 !important;
    font-size: 16px !important;
    color: #f4f4f4;
}
.price-group.kart2 {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0 0 10px 0;
    background: var(--main-color);
    padding: 6px;
}
.price-group.kart2 .prices .sale-price {
    color: #fff !important;
}
.p-g-mod-t-44 .banner-item .title {
    text-align: left;
    font-size: 12px;
    margin-top: 20px;
    color: rgba(64, 72, 78, 0.4);
    letter-spacing: 3px;
}
.p-g-mod-t-44 .banner-item .description {
    font-size: 14px;
    text-align: left;
    letter-spacing: 1px;
    color: #40484e;
}
.pattern-group .p-g-mod-showcase .p-g-mod-header .p-g-m-h-info {
    align-items: center;
}
.pattern-group .p-g-mod-showcase .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
    font-size: 55px;
    font-family: "Dancing Script", serif;
    color: #40484e;
    font-weight: 500;
}
.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: 700px;
    overflow: scroll;
}
.info-bar-1 {
    border-top: 1px solid #ebebeb;
    padding: 20px 0;
}
.info-bar-1 .icons {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    color: #000;
    padding: 10px 0;
}
.info-bar-1 .icons .icon-group {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 20px;
}
.info-bar-1 .icons .icon-group:last-child {
    border-right: 0;
}
.info-bar-1 .icons .icon-group i {
    font-size: 26px;
    margin-right: 25px;
    color: #000;
}
.info-bar-1 .icons .icon-group .inf .name {
    font-size: 13px;
    font-weight: 500;
    display: block;
    color: #000;
}
.info-bar-1 .icons .icon-group .inf .description {
    font-size: 12px;
    font-weight: 400;
    color: #000;
}
 {
    padding: 30px;
}
.nav-tabs {
    border: 0 !important;
    background: transparent !important;
    border-radius: 4px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.nav-tabs .nav-item {
    flex: 1;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #e9e9e9 !important;
    background: #e9e9e9;
    color: #777;
    font-weight: 600;
    transition: all var(--transition-time);
    font-size: 16px;
}
.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;
}
.btn-without-login i {
    line-height: 0;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border: 1px solid #c5c5c5 !important;
    background: #fff !important;
    color: #000 !important;
}
.btn-fb-login {
    background: #ffffff!important;
    color: #000000!important;
    border: 1px solid #e5e5e5!important;
    gap: 10px;
    text-shadow: none !important;
    border-radius: 7px !important;
    height: 47px;
    font-weight: 500;
}
.social-login a img {
    width: 20px;
    height: 20px;
}
.btn-google-login {
    background: #fff !important;
    text-shadow: none !important;
    color: #e2e2e2 !important;
    border: 1px solid #e2e2e2 !important;
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
    border-radius: 0;
    gap: 10px;
}
.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, 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: 0.75rem 10px;
}
.card-blog .buttons .btn-read-more {
    background: #fff;
    color: #000;
    border: 0;
    font-size: 13px;
    border-radius: 3px;
    font-weight: 600;
    color: var(--main-color);
    padding: 5px 15px;
}
.card-blog .buttons .btn-read-more:hover {
    background: var(--main-color);
    color: #fff;
}
.card-blog .buttons .btn-read-more i {
    font-size: 9px;
    margin-left: 5px;
}
.category-filter-order-desktop {
    display: inline-block;
    width: 170px;
    line-height: normal;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 35px;
    font-size: 13px;
    color: #4a4a4a !important;
    font-weight: 400;
    padding-left: 14px;
    border: 1px solid #e7e3e3 !important;
    border-radius: 3px;
    background: url(images/select-arrow.svg) no-repeat;
    background-position: right 10px center;
    background-color: #fff;
    outline: none;
}
.category-filter-order-desktop:focus {
    border-color: #e7e3e3 !important;
}
.categories-body .product-view-select a div {
    width: 9px;
    height: 13px;
    background: #e2e6eb;
    border-radius: 1px;
    margin: 0 2px;
}
.categories-body .product-view-select a.active div {
    background: var(--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: transparent;
    border-radius: 5px;
    padding: 10px 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.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;
    gap: 2rem;
}
.category-filter-order .list-wrap .list li .lag-checkbox {
    padding: 0 5px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: capitalize;
}
.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 {
    justify-content: flex-start;
}
.card-product .card-product-inner .price-group .prices {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    color: #333;
}
.prices {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
}
.card-product .card-product-inner .price-group .prices .sale-price {
    font-size: 16px;
    font-weight: 500;
    color: #333 !important;
    line-height: normal;
}
.card-product .card-product-inner .price-group .discount,
.compare-wrapper .price-group .discount {
    border: 1px solid #33303e;
    display: inline-block;
    padding: 2px 7px;
    border-radius: 3px;
    font-size: 11px;
    background: #fff;
    color: #000;
    width: auto;
    height: auto;
}
.card-product-content {
    text-align: center;
    color: #555;
}
.card-product .card-product-inner .product-label img {
    max-height: 35px;
}
.category-filter-order .list-wrap .list li .lag-checkbox {
    transition: all var(--transition-time);
}
.category-filter-order .list-wrap .list li.active .lag-checkbox,
.category-filter-order .list-wrap .list li:hover .lag-checkbox {
    background: none;
    color: #a1a1a1;
    text-decoration: underline;
}
.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 #000;
    margin-bottom: 10px;
    border-radius: 15px;
}
.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;
    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: space-evenly;
    align-items: center;
    height: 50px;
}
.pattern-group .p-g-tab-wrapper .p-g-t-nav .nav .nav-link {
    transition: var(--transition-time);
    color: #595959;
    font-weight: 500;
    font-size: 17px;
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    text-align: center;
}
.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;
}
.pattern-group .p-g-tab-wrapper .p-g-t-nav .nav .nav-link.active {
    border-bottom: 2px solid #33303e;
    color: #33303e;
}
.product-profile-1 .carousel .carousel-indicators li.active {
    border-color: var(--main-color);
}
.product-details-tab-product-details-tab-colorful .tab-content .p-g-mod-body {
    padding: 0;
    margin-top: 1rem;
}
.product-badges .p-badge {
    height: 55px;
}
.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;
}
.product-profile-1 h1.title {
    border: 0 !important;
    margin-top: 20px;
    font-size: 23px;
}
.contact-info .contact-item {
    margin: 5px 0;
    display: flex;
    align-content: center;
    cursor: pointer;
    color: #fff;
}
.contact-info .contact-item i {
    margin-right: 10px;
    font-size: 17px;
    transition: all var(--transition-time);
}
.contact-info .contact-item a {
    color: #fff;
}
.contact-info .contact-item:hover i {
    color: var(--main-color);
}
footer .bar .cards {
    min-height: auto;
    background: inherit;
}
footer .bar .right-image {
    text-align: right !important;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.p-g-mod-t-45 .carousel-type-1 .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.product-profile-info .sale-price-discount,
.hizli-sepet .sale-price-discount {
    display: inline-flex;
    align-items: center;
    border: 1px solid #ddd;
    padding: 10px;
    margin-top: 10px;
    font-size: 16px;
}
.product-profile-info .sale-price-discount .sale-price,
.hizli-sepet .sale-price {
    font-size: 20px;
    font-weight: 600;
    color: var(--main-color2);
}
.product-price-group {
    display: flex;
    flex-direction: row;
    background: #fff;
    padding: 10px 0;
}
.product-profile-1 .variant-box {
    border: 0 !important;
    background: transparent !important;
}
.product-price-group .prices .sale-price {
    color: #333;
    font-size: 22px;
    font-weight: 600;
}
.card-product .sale-price-basket {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ebebeb;
    padding: 5px 0;
    margin: 3px 0;
    flex-direction: column;
}
.card-product .sale-price-basket .sale-price {
    font-weight: 500;
    font-size: 15px;
    color: var(--main-color2);
}
.product-buttons .btn-cart {
    flex: 0 0 35%;
    background-color: #333 !important;
    border-radius: 0px;
    color: #fff;
    border-color: #333 !important;
    font-size: 15px;
}
.product-buttons .btn-wp {
    flex: 0 0 50%;
    background-color: #0f9925;
    color: #fff;
    border: 1px solid #0f9925;
    font-size: 15px;
    border-radius: 0px;
}
.product-buttons .btn-friend {
    flex: 0 0 20%;
    font-size: 9px;
    color: #a1a1a1;
    border: 1px solid #a1a1a1;
    padding: 2px;
    margin: 10px 10px 10px 0;
    display: flex;
    flex-direction: column;
    border-radius: 0px;
}
.friend {
    margin: auto;
}
.product-buttons {
    flex-wrap: nowrap !important;
}
.product-buttons .btn-wp:hover {
    color: #fff;
}
.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, 0.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: 15px;
    font-weight: 500;
    color: #a1a1a1;
    text-decoration: line-through;
    margin-right: 10px;
}
.native-modal.show .hizli-sepet .modal-content .short-desc {
    color: #454545;
    font-size: 14px;
    margin-bottom: 15px;
}
.native-modal.show .hizli-sepet .carousel-indicators li {
    width: 10px;
    height: 10px;
    background-color: #898989;
    border-radius: 50%;
    border: 4px solid transparent;
}
.native-modal.show .hizli-sepet .carousel-indicators li.active {
    opacity: 1;
    background-color: #000 !important;
    border: 4px solid #c3c3c3;
}
.product-favourite {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
}
.product-quantity .btn {
    padding: 5px;
    border: 0 !important;
}
.product-favourite a i {
    margin: 0 !important;
}
.product-favourite a {
    color: #000;
    padding: 5px;
    font-size: 20px;
    background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    box-shadow: -1px 1px 4px 0 rgb(64 72 78 / 13%);
}
.product {
    display: flex;
    flex-direction: row-reverse;
}
.product-info {
    display: flex;
    align-items: center;
}
.product-info p {
    font-size: 13px;
    font-weight: 400;
    color: #a1a1a1;
    margin: 0;
    margin-left: 10px;
}
.product-info img {
    width: 15px;
    height: 15px;
}
.native-modal.show .hizli-sepet .product-favourite2 {
    position: absolute;
    top: 15px;
    left: 25px;
    z-index: 999;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    padding-top: 3px;
    -webkit-box-shadow: 0px -2px 18px -3px rgb(0 0 0 / 58%);
    box-shadow: 0px -2px 18px -3px rgb(0 0 0 / 58%);
}
.native-modal.show .hizli-sepet .product-buttons {
    display: inline-flex;
    flex-wrap: nowrap;
}
.native-modal .native-modal-close {
    z-index: 9;
    outline: 0;
}
.native-modal.show .hizli-sepet .fast-product-cart-box {
    height: 100%;
    display: flex;
    flex-direction: column;
    max-height: 600px;
    overflow-y: auto;
}
.native-modal.show .hizli-sepet .modal-body {
    padding: 0 !important;
}
/* Ürün Detay - Birim */
.product-body .product-profile-1 .product-unit {
    display: flex;
    justify-content: center;
    font-weight: 500;
    align-items: center;
    border-radius: 5px;
    border: solid 1px #d9d9d9;
    width: 95px;
    padding: 5px 0;
    margin-right: 10px !important;
    height: 46px;
    margin: 10px 0;
}
.product-body .product-profile-1 .product-unit input[type="checkbox"],
.product-body .product-profile-1 .product-unit input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    margin-right: 5px;
}
.product-body .product-profile-1 .product-unit input[type="radio"]:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #96be67;
    content: "";
    display: inline-block;
    visibility: visible;
    border: 3px solid #ebebeb;
}
/* Ürün Kartı - Adet Seçimi */
.card-product .card-product-inner .quantity {
    margin: 5px 0;
    width: 100%;
    text-align: center;
    display: flex;
    flex-basis: auto;
    justify-content: center;
}
.card-product .card-product-inner .quantity .btn {
    display: flex;
    width: 35px;
    height: 35px;
    color: #555;
    font-size: 10px;
    border: 1px solid #ebebeb;
    border-radius: 0;
    align-items: center;
    justify-content: center;
}
.card-product .card-product-inner .quantity .btn:first-child {
    border-radius: 0;
}
.card-product .card-product-inner .quantity .btn:hover {
    color: #333;
    background: #f2f2f2;
    border-color: #f5f5f5;
}
.card-product .card-product-inner .quantity input {
    min-width: 35px;
    max-width: 50px;
    height: 35px;
    border-radius: 0;
    border-color: #dbdbdb !important;
    background: #fff;
    color: #555;
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    border-right: 0;
    border-left: 0;
}
.subtitle-img {
    max-height: 25px;
    margin-bottom: 5px;
}
header.desktop .mega-menu .nav-link {
    flex: none;
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.single-menu-container .single-menu li .subtitle-img {
    font-weight: 500;
    text-decoration: none;
    padding: 0;
    display: block;
    color: #fff;
    transition: all 0.2s ease-in-out 0s;
    font-size: 16px;
}
.single-menu-container .single-menu li {
    text-align: center;
    height: 99%;
    border-right: 1px solid #ebebeb;
}
.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;
    color: #fff;
}
footer .mobile-app img {
    max-height: 40px;
}
/* Müşteri Etkileşim Butonları */
.product-customer-actions {
    padding: 10px 0;
    background: #f5f5f5;
}
.product-customer-actions .action .button i {
    font-size: 15px;
    margin-right: 10px;
}
.product-customer-actions .action:first-child {
    border-left: 0;
}
.product-customer-actions .action {
    border-right: 0;
}
/* Havale İndirimi */
.product-transfer-discount {
    background: var(--main-color2);
    padding: 10px;
    width: 100%;
    border-radius: 5px;
    border-left: 5px solid #001aff;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    margin: 10px;
}
.sale-eft-price {
    font-size: 18px;
}
/* E-Bülten */
.newsletter-content .newsletter-title {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 10px;
}
.newsletter-input {
    height: 40px;
    background: #fff !important;
    display: block;
    color: #a3a2a2;
    position: relative;
    line-height: 23px;
    font-size: 13px;
    font-weight: 400;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #ebecee;
}
.newsletter-form .btn-submit {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 13px;
    font-weight: 500;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
}
.newsletter-form {
    position: relative;
    width: 100%;
}
/* SMS Bülteni */
.sms-newsletter-content .newsletter-title {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 10px;
}
.sms-newsletter-input {
    height: 40px;
    background: #fff !important;
    display: block;
    color: #a3a2a2;
    position: relative;
    line-height: 23px;
    font-size: 13px;
    font-weight: 400;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #ebecee;
}
.sms-newsletter-form .btn-submit {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 13px;
    font-weight: 500;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
}
.sms-newsletter-form {
    position: relative;
    width: 100%;
}
/* Footer Social Media*/
footer .social-media .social-media-title {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
}
footer .social-media a {
    color: #fff;
    font-size: 20px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    gap: 11px;
}
footer .social-media a .img-auto {
    width: 25px;
    height: 25px;
}
footer .social-media a:last-child {
    margin-right: 0;
}
.card-product .card-product-inner .price-group .prices .list-price {
    text-decoration: line-through;
    font-size: 12px;
    color: #000;
    margin-left: 10px;
    margin-right: 35px;
    font-weight: 300;
    opacity: 1;
}
/* Buttons */
.card-brand,
.card-category {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
}
.card-product .card-product-inner .free-cargo-badge {
    display: none;
    position: relative;
    width: max-content;
    padding: 5px 10px;
    border-radius: 2px;
    background-color: rgba(64, 72, 78, 0.05);
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 1.5px;
    color: rgba(64, 72, 78, 0.9);
}
.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: 13px;
}
.card-product .down-to-top .btn-cart:hover {
    background: var(--add-cart-list-bg-hover);
    border-color: var(--add-cart-list-bg-hover);
    color: var(--add-cart-list-hover) !important;
}
.product-buttons .btn-cart {
    background: var(--add-cart-detail-bg);
    border-color: var(--add-cart-detail-bg);
    color: var(--add-cart-detail);
    transition: all var(--transition-time);
}
.product-buttons .btn-cart:hover {
    background: var(--add-cart-detail-bg-hover);
    border-color: var(--add-cart-detail-bg-hover);
    color: var(--add-cart-detail-hover);
}
.product-buttons .btn-fast-buy {
    background: var(--buy-now-bg);
    border-color: var(--buy-now-bg);
    color: var(--buy-now);
    transition: all var(--transition-time);
}
.product-buttons .btn-fast-buy:hover {
    background: var(--buy-now-bg-hover);
    border-color: var(--buy-now-bg-hover);
    color: var(--buy-now-hover);
}
.payment-final-buttons-1 .btn-complete {
    background: #33303e;
    border-color: #33303e;
    color: #fff;
    transition: all var(--transition-time);
}
.payment-final-buttons-1 .btn-complete:hover {
    background: #33303e;
    border-color: #33303e;
    color: #fff;
}
.product-favourite-kart {
    position: absolute;
    right: 20px;
    z-index: 2;
    top: 20px;
    width: 1.75rem;
    height: 1.75rem;
    text-align: center;
    border-radius: 10rem;
}
.product-favourite-kart a {
    color: #33303e;
    font-size: 18px;
}
/* Header  */
header.desktop .header-bar .bar-link .icon {
    position: relative;
}
header.desktop .header-bar .bar-link .icon,
header.desktop .header-bar .bar-link .name {
    transition: all var(--transition-time);
}
header.desktop .header-bar .bar-link:hover .icon,
header.desktop .header-bar .bar-link:hover .name,
header.desktop .header-bar .bar-link:hover a {
    color: var(--main-color2);
}
header.desktop .header-bar .bar-user .link a .name {
    color: #222 !important;
}
header.desktop .header-bar .bar-user .link a:hover .name {
    color: var(--main-color2) !important;
}
header.desktop .header-bar .bar-link {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #222 !important;
    position: relative;
    line-height: normal;
    font-weight: 400;
    flex: 0 0 25%;
    transition: all var(--transition-time);
    flex-direction: column;
    gap: 5px;
}
header.desktop .header-bar .bar-link.bar-3d {
    background: #33303e;
    padding: 7px 10px;
    text-align: center;
    color: #fff;
    gap: 5px;
    border-radius: 10px;
}
header.desktop .header-bar .bar-link.bar-3d .name {
    color: #fff;
    line-height: 15px;
}
header.desktop .header-bar .bar-link a {
    color: #222;
}
header.desktop .header-bar .bar-user .link {
    display: flex;
    flex-direction: column;
}
header.desktop .header-bar .bar-link i {
    margin-right: 7px;
    font-size: 19px;
}
header.desktop .header-bar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}
header.desktop .header-bar .bar-cart .icon .count {
    position: absolute;
    right: -10px;
    top: -10px;
    min-width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #33303e;
    color: #fff;
    font-size: 11px;
    border-radius: 50%;
}
/* Category Page */
.product-view-select {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    height: 100%;
    align-items: center;
}
/* Card Product */
.card-product .it-over {
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    width: 100%;
    background: rgb(255 255 255 / 90%);
    color: #000;
    border: 1px solid #000;
    text-align: center;
    height: 50px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.variant-box ul li .options a {
    border: 1px solid #000;
    border-radius: 1px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    flex: 0 0 18%;
    text-align: center;
    color: #000;
}
.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);
    z-index: -1;
}
.card-product .down-to-top .button-group {
    background: transparent;
    padding: 7px;
}
.card-product .btn-cart {
    display: flex;
    justify-content: center;
    align-items: center;
}
.card-product:hover .down-to-top {
    position: absolute;
    overflow: hidden;
    width: 100%;
    left: 50%;
    transform: translate3d(-50%, -100%, 0);
    transition: all 0.4s;
    z-index: 999;
}
.card-product:hover .down-to-top .button-group {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    transition: all 0.4s;
    margin: 0;
    padding: 3px 0;
}
/* Product Detail */
.product-carousel-mobile {
    display: none;
}
.video-play {
    position: relative;
}
.video-play i {
    position: absolute;
    bottom: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    border-radius: 100%;
    line-height: 28px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    text-indent: 1px;
}
/* Responsive */
/* Header Shopping Cart */
header.desktop .header-cart-hover .nav-link::after {
    display: none;
}
header.desktop .header-cart-hover {
    position: relative;
    flex: 0 0 20%;
}
header.desktop .header-cart-hover .dropdown-menu {
    border: 0;
    border-radius: 0;
    background-color: #fff;
    width: 300px;
    left: inherit;
    right: 0;
    top: 28px;
    position: absolute;
    border: 2px solid #ececec;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
    margin-top: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0;
}
header.desktop .header-cart-hover .dropdown-menu .top-header {
    background: #f7f7f7;
    display: flex;
    justify-content: space-evenly;
    padding: 5px 0;
}
header.desktop .header-cart-hover .dropdown-menu .top-header .title {
    font-size: 14px;
    padding: 5px 0;
    font-weight: 500;
}
header.desktop .header-cart-hover:hover .dropdown-menu,
header.desktop .header-cart-hover .dropdown-menu:hover {
    display: block !important;
}
header.desktop .header-cart-hover .dropdown-menu ul.user-links {
    margin: 0;
    padding: 0;
}
header.desktop .header-cart-hover .dropdown-menu ul.user-links li {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 10px;
}
header.desktop .header-cart-hover .dropdown-menu ul.user-links li:hover {
    background: #f7f7f7;
}
header.desktop .header-cart-hover .dropdown-menu ul.user-links li a {
    display: block;
    font-size: 13px;
    color: #000;
    border-bottom: 1px solid #ebebeb;
    padding: 5px 0;
}
header.desktop .header-cart-hover .dropdown-menu ul.user-links li:last-child a {
    border-bottom: 0px;
}
header.desktop .header-cart-hover .dropdown-menu ul.user-links li a i {
    margin-right: 5px;
}
header.desktop .header-cart-hover .dropdown-menu ul.auth-links {
    margin: 0;
    padding: 0;
}
header.desktop .header-cart-hover .dropdown-menu ul.auth-links li {
    margin: 0;
    padding: 0;
    list-style: none;
}
header.desktop .header-cart-hover .dropdown-menu ul.auth-links li a {
    display: block;
    text-align: center;
    padding: 10px 5px;
    color: #000;
    font-size: 13px;
    font-weight: 500;
}
header.desktop .header-cart-hover .dropdown-menu ul.auth-links li a i {
    margin-right: 10px;
}
header.desktop .header-cart-hover .btn-remove {
    background: #dedede;
    border: none;
    color: #000;
    font-size: 12px;
    width: 25px;
    height: 25px;
    border-radius: 20px;
    display: flex;
    font-weight: 500;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
}
.header-cart-summary-1 {
}
.header-cart-summary-1 .table th {
    font-size: 12px !important;
    font-weight: 500;
}
.header-cart-summary-1 .buttons {
    display: flex;
    flex-direction: column;
    margin-right: 12px;
}
.header-cart-summary-1 .buttons .btn {
    font-size: 12px !important;
    padding: 5px 3px !important;
    margin: 5px;
    background: var(--add-cart-list-bg);
    color: var(--add-cart-list);
    transition: all var(--transition-time);
}
.header-cart-summary-1 .buttons .btn:hover {
    background: var(--add-cart-list-bg-hover);
    color: var(--add-cart-list-hover);
}
.header-cart-summary-1 .buttons .btn-color-2 {
    background: var(--buy-now-bg);
    color: var(--buy-now);
    transition: all var(--transition-time);
}
.header-cart-summary-1 .buttons .btn-color-2:hover {
    background: var(--buy-now-bg-hover);
    color: var(--buy-now-hover);
}
.header-cart-summary-1 .buttons .btn-color-2 i {
    font-size: 8px;
    padding-left: 3px;
}
.ajax-shopping-cart {
    padding: 15px;
    font-size: 12px;
    max-height: 300px;
    overflow-y: auto;
}
.ajax-cart-empty {
    font-size: 13px !important;
    text-align: center;
    padding: 20px 0;
}
.ajax-shopping-cart .product {
    display: flex;
    margin-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
    padding-top: 10px;
}
.ajax-shopping-cart .product:last-child {
    display: flex;
    margin-bottom: 10px;
    border-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
}
.ajax-shopping-cart .product .image {
    flex: 2;
}
.ajax-shopping-cart .product .price {
    flex: 2;
    font-size: 13px;
    text-align: right;
}
.ajax-shopping-cart .product .info {
    flex: 3;
    text-align: right;
}
.ajax-shopping-cart .product .info .name {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #000;
}
 
.sidebar-menu-type-2 .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;
}
.product-profile-1 .carousel.ppl-left .carousel-indicators {
    margin-top: 0;
}
.product-profile-1 .carousel.ppl-left .carousel-indicators li {
    max-width: 100%;
}
.pp-wrapper {
    padding: 10px;
}
.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%;
}
.topbarAge {
    display: block;
    text-align: center;
    width: 100%;
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    word-spacing: 2px;
    padding: 10px 5px;
    letter-spacing: 1px;
}
.topbarAge a {
    color: #fff;
    font-weight: 500;
}
.single-menu-container .single-menu li:first-child .sub-single-item {
    padding-left: 0;
}
.ageMenuFlex {
    display: flex;
    justify-content: space-between;
}
.menuRightBlock {
    padding-inline-start: 0;
    display: flex;
    margin-bottom: 0;
    height: 40px;
    align-items: center;
    flex-direction: row;
    justify-content: flex-end;
    align-content: center;
}
.menuRightBlock::marker {
}
.menuRightBlock li {
    text-align: center;
    height: 100%;
    display: inline-block;
    position: relative;
    z-index: 100;
}
.menuRightBlock li a {
    font-weight: 400;
    padding: 10px 20px;
    color: #a1a1a1;
    transition: all 0.2s ease-in-out 0s;
    font-size: 12px;
    text-align: center;
    height: 100%;
    display: block;
    text-decoration: underline;
    white-space: nowrap;
}
.menuRightBlock li:last-child a {
    padding-right: 0;
}
.footerBlockOne {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
    justify-content: center;
    height: 90%;
}
.footerSlogan {
    font-family: Retro Signature;
    color: #fff;
    font-size: 3rem;
    text-align: center;
    display: block;
    flex: 1;
    width: 100%;
}
.footerConcact .cc-icon {
    background: #fff;
    padding: 0.5rem;
    border-radius: 4rem;
}
.cc-phone {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 10px;
}
.footerConcact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}
.footerConcact .cc-text a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.footerConcact .cc-text a span {
    font-weight: 600;
}
.cc-wp {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 10px;
}
.cc-mail {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 10px;
}
.footerb2b {
    flex: 1;
    width: 100%;
    text-align: center;
}
.footerb2b a {
    border: 1px solid #e2e2e2;
    color: #33303e;
    padding: 1rem;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    padding: 10px 40px;
    font-size: 18px;
}
.footerBlockMenu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    padding: 3rem;
}
.ft-menu .title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}
.ft-menu ul {
    padding: 0;
    list-style-type: disc;
}
.ft-menu ul li::marker {
    display: none;
    font-size: 0;
}
.ft-menu ul li {
    margin-bottom: 10px;
    display: block;
}
.ft-menu ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.ft-menu {
    padding-left: 4rem;
}
.footerMenuIletisim {
    padding: 3rem 1rem;
}
.footerMenuIletisim .social-media {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.m-hizmet {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 6rem;
}
.m-hizmet-title {
    font-family: Retro Signature;
    color: #fff;
    font-size: 3.5rem;
}
.m-hizmet-phone a {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 22px;
}
.etbisBlock {
    margin-top: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 4rem;
}
.etbisText {
    font-size: 15px;
    flex: 0 0 50%;
    background: #fff;
    padding: 10px 2px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    font-weight: 400;
}
.etbisText span {
    color: #B30000;
    font-weight: 500;
}
.ft-last-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3rem 0 1rem;
    border-top: 1px solid #737373f1;
    padding-top: 1rem;
}
.ft-copyright {
    color: #fff;
    font-size: 15px;
}
/*. Ürün Detay  */
.container {
    position: relative;
}
.detailFrist {
    background-color: #f8f8f8;
}
.story {
    align-items: center;
}
.story-div-description {
    margin-top: 3rem;
    font-size: 15px;
}
.story-image {
    padding: 3.5rem;
}
.home-content {
    margin-top: 2rem;
}
.room-button-description {
    text-align: center;
    width: 44%;
    color: #a6a6a6;
    font-weight: 500;
}
.home-content .description {
    color: #a1a1a1;
    font-size: 16px;
}
.room-button {
    background: #ffffff;
    border: 1px solid #33303e;
    border-radius: 10px;
    width: 44%;
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 10px;
    gap: 10px;
}
.room-button-image {
    margin-right: 1rem;
    width: 30px;
}
.details {
    margin-top: 2rem;
}
.details-div-title {
    margin-top: 15px;
    font-size: 2rem;
}
.details p.description {
    font-weight: 400;
    font-size: 18px;
    color: #a1a1a1;
}
.details-image.col {
    padding: 0;
}
.details-image.col h3.details-div-title {
    font-size: 22px;
    font-weight: 400;
}
.details-image.col p.details-description {
    font-size: 14px;
    color: #33303e;
    font-weight: 400;
}
.features {
    margin-top: 1rem;
    background: #f8f8f8;
}
.features .cleaning.container {
    max-width: 100% !important;
    width: 100%;
    padding: 0 !important;
}
.technical-features {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.sub-features {
    padding-top: 10px;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: flex-start;
    font-size: 14px;
}
.details-list img {
    width: 16px;
}
.sub-details {
    padding-top: 10px;
    font-size: 14px;
}
.details-sub-icon {
    margin-right: 15px;
}
.detail-features {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.bosluk-2 {
    margin-top: 4rem;
    margin-bottom: 4rem;
}
.features h1 {
    font-size: 25px;
    font-weight: 600;
}
.cleaning-title {
    margin-bottom: 2rem;
}
.cleaning-icon {
    font-size: 14px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding: 5.5rem 0;
}
.cleaning-detail-titles {
    padding-top: 14px;
}
.cleaning-detail-description {
    padding-bottom: 10px;
}
.room-button-responsive {
    display: none;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
}
.sub-features b {
    flex: 0 0 15%;
}
.sub-features b:after {
    content: ":";
    float: right;
}
/*. Ürün Detay  */
.content {
    display: flex;
    flex-direction: row;
    background-color: #fff;
}
.coral_collection {
    display: flex;
    box-shadow: 1px 1px 15px 2px rgba(0, 0, 0, 0.03);
}
.content_info {
    margin-left: 33px;
    text-align: left;
}
.content_info2 {
    display: flex;
    text-align: left;
    margin-top: 40px;
}
.coral_buttons {
    border: 1px solid #a1a1a1;
    border-radius: 2px;
    background-color: #fff;
    background-repeat: no-repeat;
    color: #a1a1a1;
    padding: 7px 4px 5px 16px;
    display: inline-flex;
    text-decoration: none;
}
.coral_right-arrow {
    margin-left: 10px;
}
.content_p {
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    color: #a1a1a1;
    max-width: 383px;
}
.content_header {
    font-size: 17px;
    font-weight: 600;
    color: #33303e;
}
.content_right {
    position: relative;
    flex: 0 0 35%;
}
.content_right p {
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin: 0 1rem;
    justify-content: center;
}
.content_right_bottom {
    position: absolute;
    bottom: 100px;
    left: 20%;
}
.collections {
    margin-right: 20px;
    margin-left: 20px;
}
.coral_component {
    display: flex;
    align-items: center;
    margin: 0 auto;
}
.coral_btn {
    text-decoration: none;
    background-color: #fff;
    padding: 7px 21px 8px 22px;
    color: #333333;
    display: inline-block;
    margin-top: 10px;
}
.bar-link.bar-3d {
    display: none !important;
}
/* Koleksiyon sayfa */
.home-first-block {
    position: relative;
}

.main-image {
    padding: 4rem;
}
.main-text {
    padding: 3rem;
    padding: 3rem;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}
.text {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    color: #181818;
}
.sub-title {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #a1a1a1;
    margin-bottom: 4rem;
}
.main-content-two {
    padding: 3rem;
    margin: 1rem 0;
}
.main-icons div {
    font-style: normal;
    font-size: 14px;
    color: #333333;
}
.main-text-2 {
    padding: 3rem;
}
.main-text text {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
}
.main-text-two {
    padding: 3rem;
}
.product-all {
    position: relative;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    text-align: center;
    padding: 1rem;
    width: 70%;
}
.product-link {
    padding: 3rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.main-content-twos {
    margin: 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.main-content-twos div {
    font-size: 16px;
    color: #333333;
}
.right-header h6 {
    padding-left: 2rem;
    font-size: 19px;
    color: #333333;
}
.image title {
    font-size: 30px;
}
.text-main h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 48px;
}
.text-main p {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 28px;
}
.left-header h6 {
    font-size: 19px;
    color: #333333;
}
.left-header div {
    font-size: 15px;
    color: #181818;
}
.main-content-three-header {
    font-size: 35px;
    color: #333333;
    margin-bottom: 1rem;
}
.four-header {
    font-size: 30px;
    color: #333333;
}
.four-header p {
    font-size: 24px;
    color: #a1a1a1;
}
.product-all p {
    font-size: 24px;
    color: #a1a1a1;
}
.vector-icon {
    position: absolute;
    right: 10%;
    top: 35%;
    border: 0 solid #33303e;
}
.product-all span {
    font-size: 22px;
    color: #181818;
}
.vr {
    border-left: 1px solid #e2e2e2;
    height: 410px;
    position: absolute;
    right: 0px;
}
.text-about {
    font-weight: 400;
}
.text-p1 {
    padding-top: 3rem;
    max-width: 80%;
}
.title {
    margin-top: 1rem;
}
.main-content-three-header .text-about {
    font-weight: 400;
    font-size: 18px;
    color: #a1a1a1;
}
.alt-title {
    margin-top: 20px;
    margin-bottom: 10px;
}
.alt-title-2 {
    margin-bottom: 2rem;
}
.bosluk-2 {
    margin-top: 2rem;
}
.kumas-bosluk {
    margin-bottom: 10px;
}
.kumas-bosluk b {
    font-weight: 600;
}
.halialt {
    margin-top: 1rem;
    color: #a1a1a1;
}
.vector-icons {
    margin-left: 1rem;
}
.bosluk-alt {
    margin-bottom: 2rem;
}

.p-g-mod-base-content {
    border: none;
}
.br-1 {
    padding: 0rem 3rem;
    border-right: 1px solid #e2e2e2;
}
.text {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    color: #181818;
}
.sub-title {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #a1a1a1;
}
.main-icons {
    font-size: 14px;
    margin-top: 5.5rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 5rem;
}
.main-icons div {
    font-style: normal;
    font-size: 14px;
    color: #333333;
}
.main-text-2 {
    padding: 3rem;
}
.main-text text {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
}
.main-text-two {
    padding: 3rem;
}
.container {
    position: relative;
}
.product-all {
    position: relative;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    text-align: center;
    width: 70%;
}
.product-link {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.main-content-twos {
    margin: 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.main-content-twos div {
    font-size: 16px;
    color: #333333;
}
.right-header h6 {
    font-size: 19px;
    color: #333333;
}
.image title {
    font-size: 30px;
}
.text-main h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 48px;
}
.left-headers h6 {
    font-size: 22px;
    color: #333333;
    margin-bottom: 2rem;
    font-weight: bolder;
}
.left-headers div {
    font-size: 15px;
    color: #181818;
}
.cleaning-detail {
    font-size: 15px;
    line-height: 2;
}
.four-header {
    font-size: 30px;
    color: #333333;
}
.four-header p {
    font-size: 24px;
    color: #a1a1a1;
}
.product-all p {
    font-size: 24px;
    color: #a1a1a1;
}
.vector-icon {
    position: absolute;
    right: 10%;
    top: 35%;
    border: 0 solid #33303e;
}
.product-all span {
    font-size: 22px;
    color: #181818;
}
.text-about {
    font-weight: 400;
}
.halialt {
    margin-top: 1rem;
    color: #a1a1a1;
}
.vector-icons {
    margin-left: 1rem;
}
.bosluk-alt {
    margin-bottom: 2rem;
}
.home-first-block {
    background: url(https://percdn.com/f/191047/bzR6WWFuWTM5SzQ4TmkwZ0g0TnI/images/resim/image-221313.webp);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 12rem;
}
.home-first-shell {
    background: url(https://percdn.com/f/191047/bzR6WWFuWTM5SzQ4TmkwZ0g0TnI/images/resim/image-831628.webp);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 12rem;
    position: relative;
}
.home-first-plain {
    background: url(https://percdn.com/f/191047/bzR6WWFuWTM5SzQ4TmkwZ0g0TnI/images/resim/image-548087.webp);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 12rem;
    position: relative;
}
.home-first-vintage {
    background: url(https://percdn.com/f/191047/bzR6WWFuWTM5SzQ4TmkwZ0g0TnI/images/resim/image-485258.webp);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 12rem;
    position: relative;
}
.home-first-marrakesh {
    background: url(https://percdn.com/f/191047/bzR6WWFuWTM5SzQ4TmkwZ0g0TnI/images/resim/image-260447.webp);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 12rem;
    position: relative;
}
.home-first-istanbul {
    background: url(https://percdn.com/f/191047/bzR6WWFuWTM5SzQ4TmkwZ0g0TnI/images/resim/image-51926.webp);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 12rem;
    position: relative;
}
.home-text {
    color: white;
    position: absolute;
    top: 0;
    /* bottom: 10px; */
    left: 0;
    padding: 6rem 2rem;
    font-size: 14px;
}

.main-content .main-image {
    padding: 0rem;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.main-content .main-image img {
    width: 600px;
    height: 450px;
}
.block-tree h3.title b {
    font-weight: 600;
    font-size: 1.65rem;
}
.block-tree .text-about {
    font-size: 14px;
}
.main-content-five {
    margin-bottom: 2rem;
}
.main-content-five a {
    color: #a1a1a1;
}
.main-content-five .product-all span b {
    font-weight: 500;
}
#p-g-nav-1125-1 .raw-content {
    padding: 1rem 3rem;
}
#p-g-nav-1125-3 .p-g-mod-body {
    padding: 1rem 3rem;
}
.guvenArea {
    display: flex;
    justify-content: space-between;
}
.guvenBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    border-right: 1px solid #e2e2e2;
    padding-right: 4rem;
}
.guvenBoxTitle {
    font-weight: 600;
    font-size: 15px;
}
.guvenArea .guvenBox:last-child {
    padding: 0;
    border: none;
}
.videoContent {
    position: absolute;
    bottom: 20%;
    left: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: flex-start;
    gap: 1rem;
}
.p-relative {
    position: relative;
}
.videoBadge {
    background: #fff;
    padding: 5px 30px;
    font-size: 17px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
}
.videoText {
    font-size: 35px;
    -webkit-text-stroke-width: 1px;
    font-weight: 700;
    color: #f1f1f1f1;
    letter-spacing: 2px;
    /*text-shadow: 5px 6px 9px black;*/
    text-transform: uppercase;
}
.vgbaslikarea {
    margin: 0 !important;
}
.vgbaslikarea .p-g-mod-body {
    padding: 0 !important;
}
.videoSubTitle {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    text-shadow: 0 0 18px black;
}
.vgBaslik {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.vgTitle {
    font-size: 25px;
}
.vgSubTitle {
    font-size: 16px;
}
.concept-collection {
    background: linear-gradient(90deg, #33303e 0%, #78b7cb 100%);
    padding: 2rem 0;
    margin-bottom: 1rem;
}
.vgcollection {
    background: none !important;
    color: #fff;
}
.vgcollection .p-g-mod-body {
    padding: 15px 0px !important;
}
.product-profile-1 .carousel .carousel-inner {
    border: none;
    border-right: 1px solid #e2e2e2;
}
.variant-box .variant {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.product-info-shw {
    font-size: 12px;
    font-weight: 300;
    color: #595959;
    margin-bottom: 0;
}
.card-product .card-product-inner {
    padding: 0;
    position: relative;
}
.vgSpeacial {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    position: absolute;
    bottom: 50%;
    left: -15px;
    text-align: center;
    background: white;
    padding: 20px 5px;
    writing-mode: vertical-rl;
    justify-content: center;
    z-index: 1;
    transform: translate(50%, 50%) rotate(180deg);
    border: 1px solid #ededed;
    border-right: 0;
    height: max-content;
}
.vgSpeacial svg {
    transform: rotate(90deg);
}
.vgSpeacial img {
    transform: rotate(90deg);
}
.olcuSecenek {
    color: #595959;
    display: flex;
    align-items: center;
    gap: 5px;
}
.renkSecenek {
    color: #595959;
    display: flex;
    align-items: center;
    gap: 5px;
}
 
.card-product .card-product-inner .image-wrapper .image {
    overflow: hidden;
    max-height: 360px;
    margin-bottom: 1rem;
}
.mapInfo {
    display: flex;
    justify-content: flex-end;
    flex-wrap: nowrap;
    flex-direction: column;
    height: 100%;
    gap: 2rem;
    padding-left: 2rem;
    padding-bottom: 5px;
}
.show-address {
    display: flex;
    gap: 1rem;
}
.show-phone {
    display: flex;
    gap: 1rem;
}
.show-phone a {
    color: #33303e;
}
.show-mail {
    display: flex;
    gap: 1rem;
    flex-direction: row;
}
.icon {
    min-width: 2rem;
    text-align: center;
}
.show-btn .tarif-btn {
    border: 1px solid #e2e2e2;
    padding: 1rem 3rem;
    background: #33303e;
    color: #fff;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    gap: 15px;
}
.show-title {
    font-size: 18px;
    color: #595959;
    padding-left: 2rem;
}
.show-subtitle {
    font-size: 25px;
    margin-bottom: 1rem;
    padding-left: 2rem;
}
.show-map {
    padding-left: 2rem;
}
.related-products {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    max-height: 210px;
    overflow: auto;
}
.variant-box ul li .options a.active {
    border-color: #000;
    color: #000;
    border-width: 2px;
}
.btn-success {
    color: #fff;
    background-color: #33303e;
    border-color: #33303e;
}
.btn-success:hover {
    color: #fff;
    background-color: #33303e;
    border-color: #33303e;
}
.btn-success.focus, .btn-success:focus {
    color: #fff;
    background-color: #33303e;
    border-color: #33303e;
    box-shadow: none;
}
.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #33303e;
    border-color: #33303e;
}
.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #33303e;
    border-color: #33303e;
}
.btn-primary {
    color: #000;
    background-color: #fff;
    border-color: #000000;
    border: 1px solid;
}
.btn-primary:hover {
    color: #000;
    background-color: #fff;
    border-color: #000;
}
.btn-primary.focus, .btn-primary:focus {
    color: #000;
    background-color: transparent;
    border-color: #000;
    box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #000;
    background-color: transparent;
    border-color: #000;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}
.f-giris {
    display: flex;
    height: 100%;
    align-items: center;
}
.f-giris-left {
    width: 50%;
    padding: 1.5rem;
    padding-right: 200px;
    border-right: 1px solid #e2e2e2;
}
.f-giris-right {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-left: 150px;
}
.f-input-login {
    background: none;
    border: none;
    border-bottom: 1px solid #a1a1a1;
    border-radius: 0;
    padding-bottom: 0.7rem;
    color: #a1a1a1;
    font-weight: 500;
}
.f-input-login:-webkit-autofill {
    -webkit-background-clip: text;
}
.f-input-login:focus {
    background: none;
    border-bottom: 1px solid #333;
}
.f-input-login:focus:-webkit-autofill {
    -webkit-background-clip: text;
}
.btn-success, .btn-secondary, .register-body .btn.btn-success {
    border-radius: 0;
    max-width: 60%;
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
    margin: 0 !important;
    padding: 12px;
    font-weight: 500;
    min-width: 230px;
}
.uye_input {
    display: flex;
    flex-direction: row;
}
.uye_input input {
    margin-bottom: 10px;
    margin-right: 0;
    display: flex;
    flex-direction: row;
}
.uye_input .ml-2 {
    margin-left: 0;
}
.f-login-buttons {
    display: flex;
    align-items: center;
    place-content: space-between;
    margin-top: 40px;
    margin-bottom: 1rem;
}
.f-giris-left h3,
.register-body .pattern-group .p-g-mod .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
    margin-top: 1rem;
    font-size: 25px;
    margin-bottom: 45px;
    font-weight: 400;
}
.loginbg .p-g-mod.p-g-mod-t-4.p-g-mod-base-content.p-g-mod-trans {
    background: #fff;
}
.f-giris-right h5 {
    font-size: 25px;
    margin-bottom: 35px;
}
.f-giris-right p {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 25px;
}
.f-giris-right p {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 25px;
    font-size: 16px;
    color: #a1a1a1;
}
.f-giris-right span {
    margin-top: -20px;
    color: #123124;
    font-size: 16px;
    margin-top: 0.1rem;
}
.f-giris-right p small {
    font-size: 20px;
    margin-top: -20px;
    color: #123124;
}
.ageCardHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
}
.ageCardHeader .title {
    font-size: 20px;
    font-weight: 500;
}
.backhome {
    font-size: 15px;
    display: flex;
    align-items: center;
}
.backhome a {
    color: #a1a1a1;
    text-decoration: underline;
    letter-spacing: 1px;
}
.ageCargoLimit {
    margin-bottom: 1rem;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 1rem;
}
.ageProducts {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    margin-bottom: 1rem;
}
.ageCardProduct {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 2rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e2e2e2;
}
.ageCardTitle a {
    font-size: 17px;
}
.ageCardTitle {
    width: 74%;
}
.ageCardTitle a {
    color: #212529;
}
.ageCardTitle .variant {
    color: #a1a1a1;
}
.ageProducts .btn-remove {
    background: none;
    border: 1px solid #d3d3d3;
    padding: 0px;
    width: 1.5rem;
    height: 1.5rem;
    position: relative;
    right: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ageCardPrice {
    display: flex;
    flex-direction: column;
    width: 15%;
    align-items: center;
}
.ageCardPrice .old-value {
    font-size: 16px;
    color: #a1a1a1;
    text-decoration: line-through;
    font-weight: 600;
}
.ageCardPrice .value {
    font-size: 15px;
    font-weight: 600;
}
.ageCardPrice .product-quantity .btn {
    background: none;
    border: 1px solid #e2e2e2 !important;
    height: 30px;
    width: 25px;
}
.ageCardPrice .product-quantity input {
    border-right: none !important;
    border-left: none !important;
    height: 30px;
    width: 25px;
    font-weight: 500;
    border-width: 1px;
    border-color: #e2e2e2 !important;
}
.ageCardPrice .product-quantity {
    margin-top: 10px;
}
.ageTotal div div span:first-child {
    font-size: 14px;
    font-weight: 500;
}
.ageTotal div div {
    display: flex;
    align-items: flex-start;
    align-content: center;
    justify-content: space-between;
}
.ageTotal div div span:last-child {
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    line-height: 1;
}
.ageTotal div div span.final {
    font-weight: 600;
    font-size: 16px;
}
.ageTotal div div span .kdvDahil {
    font-size: 12px;
    color: #a1a1a1;
}
.ageTotal {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 1rem;
}
.ageCardBtn {
    display: flex;
    justify-content: space-between;
}
.ageAcc {
    flex: 0 0 40%;
}
.ageCard .accordion-body {
    max-width: 600px;
    width: 100%;
    margin: auto;
}
.ageCard .accordion-body h1 {
    font-size: 30px;
    margin-bottom: 20px;
}
/* accordion title  */
.ageCard .single-acco h2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0;
    cursor: pointer;
    margin-bottom: 0;
    font-size: 14px;
    border: none;
    background: none;
    text-decoration: underline;
}
/* accordion body  */
.ageCard .accodion-body {
    background: none;
    padding: 0rem 0rem;
    margin-bottom: 20px;
    display: none;
    border: none;
}
.ageCard .accodion-body:first-child {
    display: block;
}
.voucher-code-form input.form-control {
    border: none;
    border-radius: 0;
    padding-left: 0;
    color: #a1a1a1;
    font-weight: 500;
    font-size: 13px;
}
.form-control {
    font-weight: 500;
}
.voucher-code-form button.btn.btn-secondary.btn-sm {
    line-height: 0;
    height: 33px;
    background: #333;
    border: none;
    color: #fff;
    font-weight: 500;
    padding: 0 0rem;
    letter-spacing: 3px;
    border-radius: 0px 3px 3px 0px;
}
form.voucher-code-form {
    border-bottom: 1px solid #e2e2e2;
    padding: 10px 1rem;
    background: #f8f8f8;
}
.btn-satinal {
    background: #023c56;
    color: #fff !important;
    font-weight: 600;
    display: flex;
    align-items: center;
    padding: 0 2rem;
    flex-direction: row;
    gap: 1rem;
    max-height: 3rem;
    letter-spacing: 5px;
}
.free-shipping-limit {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}
.free-shipping-limit .icon {
    margin: 0 0px;
    font-size: 20px;
}
.free-shipping-limit .info .description {
    font-size: 14px;
    font-weight: 500;
}
.free-shipping-limit .info .description span {
    font-weight: 600;
}
.cart-empty-alert {
    min-height: 52vh;
}
.newcard .p-g-mod {
    margin: 0;
}
.payment-cart-summary-1 .summary th {
    padding: 5px 15px;
    font-size: 14px !important;
}
.cart-body .pattern-group .p-g-mod {
    margin: 0;
}
.payment-cart-summary-1 .summary {
    background: #f8f8f8;
}
form.voucher-code-form .input-group {
    border-top: 2px solid #33303e;
    padding-top: 1rem;
    display: flex;
    align-items: baseline;
    flex-direction: row;
    justify-content: center;
}
.vg-slider-area .p-g-mod .p-g-mod-body {
    padding: 0;
}
body.home-body .pattern-group .p-g-mod-trans {
    margin: 0 !important;
}
.vg-slider {
    position: relative;
}
.slider-svg {
    position: absolute;
    top: 15px;
    left: 25%;
    -webkit-animation: linear infinite 12s rotate;
    animation: linear infinite 12s rotate;
}
@-webkit-keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.koleksiyon-cart {
    background: #fff;
    padding: 1rem;
    min-height: 37rem;
}
.p-g-mod-t-44 .koleksiyon-cart .title {
    font-size: 20px;
    color: #33303e;
    text-align: center;
    letter-spacing: 1px;
}
.p-g-mod-t-44 .koleksiyon-cart .description {
    color: #595959;
    text-align: center;
    min-height: 4rem;
    margin: 10px 0;
    font-size: 13px;
    letter-spacing: 0;
}
.banner-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.uruns-btn {
    background: #33303e;
    padding: 5px 10px;
    color: #fff !important;
    font-size: 13px;
    font-weight: 600;
}
.klk-btn {
    color: #595959!important;
    text-decoration: underline!important;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
}
.klk-btn img {
    width: 15px !important;
    height: 15px;
}
.bg-fb {
    background: #fbfbfb;
}
.bg-fb .p-g-mod {
    background: none;
    margin-top: 1rem;
}
.bg-fb-1 {
    background: #fbfbfb;
}
.bg-fb-1 .p-g-mod {
    border-radius: 5px;
    border: 1px solid #e2e2e2;
}
.h-contact {
    background: #33303e;
}
/* Destek Merkezi */
.helpCenter {
    background: black;
    background-size: cover;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    gap: 2rem;
    background-position: -1px;
}
.helpCenterTitle {
    text-align: center;
    color: #fff;
    font-size: 50px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    gap: 2rem;
}
.helpCenterText {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    font-size: 20px;
    color: #fff;
    max-width: 50%;
    text-align: center;
}
.helpCenterBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    gap: 3rem;
}
.helpCenterBtn a {
    color: #fff;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    align-content: center;
}
.helpCenterBtn a svg {
    margin-right: 1rem;
}
.questionArea {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    margin: 2rem 0;
}
.questionTitle {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: center;
    align-content: center;
}
.questionTitle svg {
    width: 45px;
}
.questionTitle h2 {
    font-size: 30px;
    margin: 0;
}
.questionText {
    margin: 1rem 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
}
.questionBlock {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
    width: 100%;
}
.questionLeft {
    flex: 0 0 100%;
}
.questionRight {
    flex: 0 0 35%;
}
/*
 CSS for the main interaction
*/
.tabset > input[type="radio"] {
    position: absolute;
    left: -200vw;
}
.tabset .tab-panel {
    opacity: 0;
    visibility: hidden;
    transition: 0.2s opacity linear;
    visibility: hidden;
    height: 0;
    width: 0;
    overflow: hidden;
}
.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child, .tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2), .tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3), .tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4), .tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5), .tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
    opacity: 1;
    visibility: visible;
    animation: 0.2s linear opacity;
    width: 100%;
    height: unset;
    overflow: visible;
    padding: 15px 0;
}
.tabset > label {
    position: relative;
    display: inline-block;
    padding: 0px 15px 0px;
    border-right: 1px solid #e2e2e2;
    border-bottom: 0;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    color: #a1a1a1;
    padding-right: 1.5rem;
}
.tabset > label svg {
    margin-right: 15px;
}
.tabset > label:hover,
.tabset > input:focus + label {
    color: #1e3628;
    font-weight: 600;
}
.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
    background: #1e3628;
}
.tabset > input:checked + label svg path {
    stroke: #1e3628;
}
.tabset > label svg * {
    stroke: #a1a1a1;
}
.tabset > input:checked + label {
    color: #1e3628;
    font-weight: 600;
}
.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;
    border-bottom: #333;
    padding: 6px 0;
}
.accordion-product .card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: #fff;
    border: 0;
}
.accordion-product .card-header i {
    font-size: 11px;
    padding-top: 3px;
}
.accordion-product .card-body {
    padding: 20px 20px;
    font-size: 14px;
}
.accordion-product .btn-link {
    color: #333;
    background: #fff;
    text-decoration: none !important;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 5px 0px;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}
.accordion-product .btn-link:hover {
    text-decoration: none;
}
.accordion-product .btn-link[aria-expanded="false"] svg:last-child {
    transform: rotate(180deg);
}
.accordion-product .btn-link[aria-expanded="true"] svg:last-child {
    transform: rotate(deg);
}
#accordion .accordion-product {
    margin-bottom: 5px;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    padding: 1px;
}
#accordion .accordion-product .card-header {
    border: none;
    border-radius: 0;
}
#accordion .accordion-product .card-header .btn-link {
    color: #333;
    position: relative;
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 20px;
    min-height: 3.6rem;
    letter-spacing: 0;
}
#accordion .accordion-product .card-header .btn-link .left svg {
    margin-right: 14px;
}

label[for="tab4"] {
    border: none;
}
.serviceMolentBlock {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1rem;
    margin-top: 2rem;
    width: 100%;
    margin-bottom: 2rem;
}
.serviceMolentLeft {
    flex: 0 0 65%;
    display: flex;
    gap: 3rem;
    padding-top: 1rem;
}
.serviceMolentAvt {
    border-right: 1px solid #e2e2e2;
}
.serviceMolentAvt:last-child {
    border: none;
}
.serviceMolentBox {
    max-width: 80%;
    margin-bottom: 3rem;
}
.serviceMolentBoxTitle {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
}
.serviceMolentBoxText {
    font-size: 14px;
}
.serviceMolent {
    background: #f5f5f5;
    margin-bottom: 1rem;
    padding: 1rem 0;
}
.serviceMolentRight {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.retouchBox {
    border: 1px solid #181818;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 1rem;
    background: #181818;
    color: #fff;
    border-radius: 5px;
}
.retouchBox h4 {
    font-size: 30px;
    font-weight: 600;
}
.retouchBox h4 span {
    font-weight: 400;
}
.retouchBox .retouchBoxText {
    font-size: 17px;
}
.retouchBox a {
    color: #fff;
    font-size: 16px;
    text-decoration: underline;
    font-weight: 500;
}
.arizaBox {
    border: 2px solid #181818;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 1rem;
    color: #181818;
    border-radius: 5px;
}
.arizaBox h4 {
    font-size: 30px;
    font-weight: 500;
}
.arizaBox h4 span {
    font-weight: 400;
}
.arizaBox .retouchBoxText {
    font-size: 17px;
}
.arizaBox a {
    color: #181818;
    font-size: 16px;
    text-decoration: underline;
    font-weight: 500;
}
.serviceMolentBoxTitle span {
    font-weight: 200;
}
.concactMolent {
    margin-bottom: 2rem;
}
.concactMolentBlock {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1rem;
    margin-top: 2rem;
    width: 100%;
}
.concactMolentLeft {
    flex: 0 0 50%;
    display: flex;
    gap: 2rem;
    flex-direction: column;
}
.concactMolentArea {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.concactMolentAreaFirst {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    flex: 0 0 50%;
}
.concactMolentAreaSecond {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
}
.concactMolentAreaTitle {
    font-size: 22px;
    display: block;
    margin-bottom: 1rem;
}
a.concactMolentAreaPhone {
    display: flex;
    align-items: center;
    align-content: center;
    font-size: 16px;
    gap: 1rem;
    color: #333;
}
a.concactMolentAreaMail {
    display: flex;
    align-items: center;
    align-content: center;
    font-size: 16px;
    gap: 1rem;
    color: #333;
}
a.concactMolentAreaAdress {
    font-size: 16px;
    font-weight: 500;
    display: flex;
    gap: 1rem;
    align-items: center;
    max-width: 90%;
    color: #333;
}
.concactMolentImage {
    position: relative;
}
.concactText {
    position: absolute;
    bottom: 50px;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    color: #fff;
    gap: 10px;
    font-weight: 500;
}
.concactText h4 {
    font-size: 25px;
}
.concactText span {
    max-width: 85%;
    text-align: center;
    font-size: 15px;
}
.concactText a {
    color: #fff;
    text-decoration: underline;
    font-size: 16px;
    font-weight: 500;
}
/* ===== Scrollbar CSS ===== */
/* Firefox */
.cat-text-banner * {
    scrollbar-width: auto;
    scrollbar-color: #8f54a0 #ffffff;
}
/* Chrome, Edge, and Safari */
.cat-text-banner *::-webkit-scrollbar {
    width: 4px;
}
.cat-text-banner *::-webkit-scrollbar-track {
    background: transparent;
}
.cat-text-banner *::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #ffffff;
}
body.home-body .concept-collection .p-g-mod-trans {
    margin: 0 auto !important;
}
.lans-text {
    font-family: Retro Signature;
    color: #fff;
    font-size: 5.5rem;
    text-align: end;
    display: block;
    flex: 1;
    width: 75%;
    transform: rotate(-10deg);
    line-height: 1;
}
.kategori-filtre {
    display: none;
}
.kategori-filtre.show {
    display: block;
}
.categories-body .close-btn {
    position: absolute;
    top: 11px;
    right: 15px;
    color: #222;
    font-size: 20px;
}
.categories-body .show-btn {
    color: #33303e;
    font-weight: 500;
    font-size: 13px;
    display: flex;
    align-items: center;
    border: 1px solid #33303e;
    padding: 5px 10px;
    border-radius: 0px;
    gap: 5px;
}
.kategori-filtre .col-lg-3 {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    padding: 2rem;
    z-index: 99999999;
    overflow-y: scroll;
    border-left: 1px solid #ebebeb;
    height: 100%;
}
.category-filter-list .list-wrap .list li a {
    display: block;
    font-weight: 500;
    color: #555;
    font-size: 15px;
    padding: 4px 10px 4px 0;
}

.category-price-inputs input::placeholder {
  color: #000;
  opacity: 1; /* Net görünsün */
}


.category-price-inputs .btn {
    background: #f7f7f7;
    border: 1px solid #000;
    border-radius: 5px;
    flex: 1;
    height: 35px;
    margin-left: 5px;
}

.lag-checkbox span {
    border: 2px solid #000;
    border-radius: 5px;
    box-sizing: content-box;
    display: inline-block;
    height: 1rem;
    left: 0;
    position: absolute;
    transition: all .2s;
    width: 1rem;
    z-index: 1;
}

.category-price-inputs input {
    flex: 4;
    font-size: 13px;
    font-weight: 500;
    height: 35px;
    border-color: #000;
    color: #000;
}

.lag-checkbox label {
    padding-left: 1.8rem;
    position: relative;
    z-index: 2;
    cursor: pointer;
    font-size: 13px;
    margin-bottom: 0;
    font-weight: 500;
    color: #000;
}
.category-filter-order .list-wrap .list li.active .lag-checkbox {
    background: none;
    color: #33303e !important;
    text-decoration: underline;
}
.category-filter-order .list-wrap .list li.active .lag-checkbox label {
    color: #33303e;
}
.breadcrumb-wrapper .breadcrumb a {
    color: #000 !important;
    font-size: 12px;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item:last-child a,
.fastpay-body footer .footer-la a,
.newsletter-body footer .footer-la a,
.product-customer-actions .action.compare .button i,
.product-profile-info li a {
    color: #a1a1a1;
}
.mt-2.detail-last-area {
    padding: 0 15px;
}
.mt-2.detail-last-area .value {
    margin-bottom: 1rem;
    display: block;
    font-size: 14px;
    color: #33303e;
}
.related-products a {
    width: 100px;
    height: 130px;
    display: flex;
    flex-direction: column;
    margin-right: 10px;
    text-align: center;
    color: #a1a1a1;
    font-size: 12px;
    font-weight: 500;
}
.related-products a span {
    display: block;
    margin-top: 5px;
}
.related-products a.active img {
    border: none;
}
.related-products a.active span {
    color: #33303e;
    font-weight: 900;
}
form.login-form.login-form-modal .buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.uye-btnes {
    display: flex;
    align-items: center;
    flex: 1;
    width: 100%;
    margin-bottom: 5px;
    gap: 4px;
}
.uye-btnes button {
    flex: 0 0 50%;
    width: 100%;
}
.uye-btnes a {
    flex: 0 0 50%;
}
.social-login {
    display: flex;
    flex: 1;
    width: 100%;
    align-items: center;
}
.social-login a {
    flex: 0 0 50%;
}
.btn-fb-login {
    background: #fff !important;
    text-shadow: none !important;
    color: #e2e2e2 !important;
    border: 1px solid #e2e2e2 !important;
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
    border-radius: 0;
}
a.btn.btn-fb-login.mb-2 {
    color: #a1a1a1 !important;
}
a.btn.btn-google-login.mb-2 {
    color: #a1a1a1 !important;
}
.btn-fb-login i {
    padding-right: 10px !important;
    border-right: 0 !important;
}
.btn-google-login {
    background: #fff !important;
    text-shadow: none !important;
    color: #e2e2e2 !important;
    border: 1px solid #e2e2e2 !important;
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
    border-radius: 0;
}
.btn-google-login i {
    padding-right: 10px !important;
    border-right: 0 !important;
}
.btn-fb-login:hover {
    background-color: transparent !important;
    background-image: none !important;
}
.btn-google-login:hover {
    background-color: transparent !important;
    background-image: none !important;
}
.uye-btnes a.btn.btn-secondary {
    background: none;
    color: #33303e;
}
.f-g_btn {
    display: flex;
    gap: 1rem;
    width: 100%;
}
.kamp-info {
    font-size: 15px;
    padding: 0 10px;
    text-transform: uppercase;
    font-weight: 600;
    color: #608a9c;
}
.kamp-info span {
    border-left: 1px solid #608a9c;
    padding-left: 10px;
}
.price-block-right {
    margin-left: 1rem;
    padding-left: 1rem;
    flex: 1 0 30%;
    display: flex;
    align-items: center;
}
.kamp-detail-info {
    font-size: 15px;
    padding: 0 10px;
    text-transform: uppercase;
    font-weight: 600;
    color: #608a9c;
}
.detail-title {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.ageCategories {
    padding: 15px;
    border-bottom: 1px solid #e2e2e2;
}
.categoriesSubTitle {
    font-size: 13px;
    color: #a1a1a1;
    margin-bottom: 1rem;
    max-width: 90%;
}
.categoriesFull {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.categoriesBox a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    gap: 1rem;
    position: relative;
}
.categori-img {
    flex: 0 0 20%;
}
.categori-icon {
    position: absolute;
    right: 0;
    flex: 0 0 0%;
}
.categoriesBox {
    width: 90%;
    margin-left: 1rem;
    margin-bottom: 1rem;
}
.categori-title {
    color: #33303e;
    font-size: 15px;
}
.categoriesTitle {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 1rem;
}
.categoriesTitle img {
    filter: invert(1);
}
.row.custom-module-code-1682 .image {
    position: relative;
    border: 1px solid #e2e2e2;
}
.abs-badge-1 {
    position: absolute;
    bottom: 30%;
    left: 10%;
    max-width: 300px;
}
.abs-badge-2 {
    position: absolute;
    bottom: 5%;
    left: 5%;
    max-width: 300px;
}
.abs-badge-3 {
    position: absolute;
    bottom: 40%;
    left: 10%;
    max-width: 300px;
}
.product-profile-1 .carousel.ppl-left .carousel-indicators img {
    padding: 0rem;
    max-height: 80px;
} 
.sepet-promosyon- {
    border: 1px solid #e2e2e2;
    padding: 1rem;
    margin-bottom: 1rem;
    background: #f8f8f8;
    color: #33303e;
    font-size: 15px;
    text-align: center;
    margin-top: 1rem;
}
.cargoAndQuestions {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 10px;
}
.cargoDate {
    display: flex;
    color: #a1a1a1;
    align-items: center;
    width: 50%;
    justify-content: center;
    font-size: 12px;
}
.questions {
    display: flex;
    color: #a1a1a1;
    align-items: center;
    width: 50%;
    margin-left: 8px;
    justify-content: center;
    font-size: 12px;
}
.questions a {
    color: #a1a1a1;
}
.questions a img {
    width: 17px;
    height: 17px;
    margin-right: 10px;
}
.cargoDate img{
    margin-right: 10px;
    width: 17px;
    height: 17px;
}
.user-dashboard .hello .title.text-primary {
    background: #333;
    display: inline-block;
    padding: 10px;
    color: #eee !important;
    margin-right: 1rem;
}
.user-dashboard .hello .title.text-primary strong {
    color: #fff !important;
}
.user-dashboard .hello .title.text-success {
    color: #333 !important;
    border: 1px solid #e2e2e2;
    padding: 10px;
    display: inline-block;
}
.customCategory a {
    font-weight: 700;
    padding: 10px 15px;
    color: white;
    transition: all 0.2s ease-in-out 0s;
    font-size: 15px;
    text-align: center;
    height: 100%;
}
.single-menu-container .single-menu .customCategory {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-direction: row;
    background: #33303e;
}
.ankProduct {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    color: #fff;
}
.ankCount .countdown-time .anktime {
    display: flex;
}
.ankText {
    flex: 0 0 25%;
    font-size: 18px;
}
.anktime span {
    margin: 0rem 10px;
    font-size: 12px;
    text-align: center;
    background: #f9f9f9;
    padding: 5px 5px;
    width: 4rem;
    border-radius: 10px;
    color: #333;
    font-weight: 500;
}
.ankCount {
    flex: 0 0 30%;
}
.age-texts {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.anktime span div {
    font-size: 18px;
    font-weight: 700;
}
.left-texts {
    font-size: 20px;
    font-weight: 500;
}
.right-texts {
    border: 1px solid;
    padding: 5px 15px;
    border-radius: 5px;
    background: #fff;
    color: #333;
    font-size: 18px;
}
.left-texts svg {
    transform: rotate(270deg);
    display: none;
}
.p-g-mod.p-g-mod-t-0.p-g-mod-base-content.anasayfa-text {
    max-height: 300px;
    overflow-y: scroll;
}
.account-body .btn-success,
.btn-secondary,
.register-body .btn.btn-success {
    border-radius: 0;
    max-width: 100%;
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
    padding: 12px;
    font-weight: 500;
    min-width: 230px;
}
span.pFiyat.LastFiyat {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    border: 1px solid;
    padding: 7px 0;
    background: #fff6;
}
span.DetailFiyat.LastFiyat {
    font-size: 16px;
}
.p-g-mod-t-44 .banner-item .image .img-auto {
    width: 100%;
    height: 100%;
}
.card-product-inner a .image .img-auto {
    width: 100%;
    height: 100%;
}
.custom-module-code-1682 .image .banner-item .img-auto {
    width: 100%;
    height: 100%;
}
.custom-module-code-1682 .col-6 .image .abs-badge-1 .banner-item img {
    width: 100%;
    height: 100%;
}
.custom-module-code-1682 .col-6 .image .abs-badge-2 .banner-item img {
    width: 100%;
    height: 100%;
}
.custom-module-code-1682 .col-6 .image .abs-badge-3 .banner-item img {
    width: 100%;
    height: 100%;
}
.footerLogo a img {  
    width: 100%;
    height: 100%;
}
.ft-bank .img-auto {
    max-width: 564px;
    max-height: 24px;
    width: 100%;
    height: 100%;
}
.ft-last-block .ft-fav .img-auto {
    width: 41px;
    height: 40px;
}
.carousel-item a .img-auto {
    width: 100% !important;
    height: 100%;
}
.content_right img {
    width: 100%;
    height: 100%;
}
header.desktop .search form button img {
    width: 25px;
    height: 25px;
}
.header-area .header-bar .bar-link .icon img {
    width: 25px;
    height: 25px;
}
.single-menu li .sub-single-item img {
    width: 15px;
    height: 15px;
}
.coral_right-arrow .img-auto {
    width: 13px;
    height: 12px;
}
.mobile .left a img {
    width: 25px;
    height: 25px;
}
.mobile .right a img {
    width: 25px;
    height: 25px;
}
.m-hizmet-phone a .img-auto {
    width: 30px;
    height: 30px;
}
.footerConcact .cc-icon .img-auto {
    width: 20px;
    height: 20px;
}
.categoriesTitle .img-auto {
    width: 41px;
    height: 40px;
}
.footerb2b a .img-auto {
    width: 25px;
    height: 25px;
}
.card-product-inner .image-wrapper .age-kart-product-favourite a div img {
    width: 24px;
    height: 24px;
}
#ETBIS div a .img-auto {
    max-width: 100px;
    max-height: 120px;
    width: 100%;
    height: 100%;
}
.sidebar-menu-type-2 .categori-icon .img-auto {
    width: 15px;
    height: 15px;
}
.product-body .price-second img {
    width: 20px;
    height: 16px;
    margin-right: 6px;
}
.product-body .friend img {
    width: 18px;
    height: 18px;
}
.banner-icerik{
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.fastpay-body .steps .step.active .circle, .payment-steps-1 .step.active .circle {
    background: #33303e;
    color: #fff;
}
.fastpay-body .steps .step.active, .free-shipping-limit .info .name span, .payment-steps-1 .step.active {
    color: #33303e;
}
.fastpay-body .steps, .order-summary-v2 .td-product .product, .payment-steps-1, .pre-compare-wrapper .list-wrapper .list, .shopping-cart-1 .td-product .product {
    display: flex;
    justify-content: flex-end;
}
.payment-body .alert a {
    border: 1px solid #e2e2e2;
    padding: 10px;
    background: #f2f2f2;
    box-shadow: 0px 2px 8px 1px #e2e2e2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    border-radius: 0.25rem;
    margin-top: 1rem;
    text-align: center;
}
@media (max-width: 1600px) {
    .text-main p {
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 20px;
    }
    .kumas-bosluk {
        margin-bottom: 13px;
    }
    .cleaning-detail {
        font-size: 14px;
        line-height: 1.5;
    }
    .main-content-two {
        padding: 0;
    }
    .single-menu-container .single-menu ul {
        left: 0;
    }
    .single-menu-container .single-menu li .sub-single-item {
        font-size: 12px;
    }
    .guvenBox {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
        border-right: 1px solid #e2e2e2;
        padding-right: 2rem;
    }
    .footerSlogan {
        font-family: Retro Signature;
        color: #fff;
        font-size: 3rem;
        text-align: center;
        display: block;
        flex: 1;
        width: 100%;
    }
    .m-hizmet-title {
        font-family: Retro Signature;
        color: #fff;
        font-size: 2.5rem;
    }
    .footerb2b a {
        border: 1px solid #e2e2e2;
        color: #33303e;
        padding: 1rem;
        background: #fff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 1rem;
        padding: 10px 30px;
        font-size: 17px;
        width: 100%;
    }
    .etbisBlock {
        margin-top: 2rem;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 1rem;
    }
 
    .f-giris-left {
        width: 50%;
        padding: 1.5rem;
        padding-right: 100px;
        border-right: 1px solid #e2e2e2;
    }
    .f-giris-right {
        width: 50%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding-left: 50px;
    }
}
@media (min-width: 1240px) {
    header.desktop .container, header.desktop .container-sm, header.desktop .container-md, header.desktop .container-lg, header.desktop .container-xl {
        max-width: 1700px !important;
    }
    footer .container, footer .container-sm, footer .container-md, footer .container-lg, footer .container-xl {
        max-width: 1600px !important;
    }
}
@media (min-width: 992px) {
    .pattern-group .p-g-tab-wrapper.p-g-tab-direction-1 .p-g-t-nav .nav {
        gap: 20px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }
    .pattern-group .p-g-tab-wrapper.p-g-tab-direction-1 .p-g-t-nav .nav .nav-link {
        padding: 0;
    }
    .pattern-group .p-g-tab-wrapper.p-g-tab-direction-1 .p-g-t-nav {
        flex-direction: column;
        margin-right: 10px;
        max-width: 280px;
        flex: 0 0 20%;
        padding: 1rem;
    }
}
@media (max-width: 991px) {
    .ppc-ctype-2 .row:first-of-type, .ppc-ctype-3 .row:first-of-type {
        flex-direction: column-reverse;
    }
    .product-profile-1 .carousel .carousel-indicators li {
        max-width: 50px !important;
    }
    .info-bar-1 .icons {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        color: #000;
        padding: 10px 0;
        flex-direction: column;
    }
    .category-filter-order-desktop {
        display: none;
    }
    .product-details-tab-product-details-tab-colorful .p-g-tab-wrapper .p-g-t-nav .nav {
        height: auto;
    }
    .product-profile-1 .product-quantity {
        margin-right: 10px;
    }
    .product-badges .p-badge {
        height: 55px;
        flex: auto;
    }
    .product-buttons .btn-fast-buy {
        flex: 1;
    }
    .product-buttons .btn-cart {
        flex: 1 0 100%;
        margin-left: 0;
    }
    .product-buttons .btn-wp {
        width: 100%;
        flex: 0 0 74%;
    }
    .product-buttons .btn-friend {
        flex: 0 0 23%;
        font-size: 9px;
        color: #a1a1a1;
        border: 1px solid #a1a1a1;
        padding: 2px;
        margin: 10px 10px 10px 0;
        display: flex;
        flex-direction: column;
        margin-right: 0;
    }
    .card-product .right-to-left {
        display: none !important;
    }
    .product-view-select {
        display: none;
    }
    .pattern-group .p-g-mod-t-26 .p-g-mod-body .buttons .btn-secondary {
        width: auto;
        margin: 5px;
        border-radius: 3px;
    }
    .categories-body .p-g-mod-t-cat-filter {
        margin: 10px;
    }
    footer .bar .right-image {
        justify-content: center;
    }
    footer .bb .pr-5 {
        padding-right: 10px !important;
    }
    footer .mobile-app {
        margin-bottom: 20px;
    }
    .product-carousel-desktop.normal {
        display: none;
    }
    .product-carousel-mobile {
        display: block;
    }
    .mobile-header-space {
        display: block;
    }
    header.desktop {
        display: none;
    }
    header.mobile {
        display: block;
    }
    .stores .cards {
        display: block;
        text-align: center;
    }
    .stores .card {
        display: inline-block;
        border-right: none;
        margin: 0;
        max-width: 45%;
        height: 50px;
        border: 0;
    }
    footer .bar p {
        text-align: center !important;
    }
    footer .bar .right-image {
        margin: 10px 0;
        text-align: center !important;
    }
    footer .logo-area {
        display: none;
    }
    footer .bb {
        border-top: 0;
        border-bottom: 0;
    }
    footer .info {
        padding-top: 0;
    }
    footer .info .title {
        text-align: center !important;
        color: #fff;
        border: 1px solid #fff;
        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 #fff;
        margin-bottom: 15px;
        color: #fff !important;
        padding: 10px;
    }
    footer .info ul {
        margin: 0;
    }
    footer .info ul li {
        color: #fff !important;
    }
    footer .info ul li a {
        color: #fff;
    }
    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;
    }
    .age-texts {
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-direction: row;
        gap: 1rem;
    }
    .left-texts {
        font-size: 12px;
        font-weight: 500;
    }
    .right-texts a {
        border: 1px solid;
        padding: 5px 5px;
        border-radius: 5px;
        background: #fff;
        color: #333;
        font-size: 15px;
    }
    .anktime span {
        margin: 0rem 2px;
        font-size: 8px;
        text-align: center;
        background: #f9f9f9;
        padding: 5px 5px;
        width: 2.5rem;
        border-radius: 10px;
        color: #333;
        font-weight: 500;
    }
    .anktime span div {
        font-size: 12px;
        font-weight: 700;
    }
    .left-texts svg {
        display: inline-block;
    }
    .ankProduct {
        flex-direction: column;
    }
}
@media (max-width: 900px) {
    .main-text {
        padding: 0;
    }
    .br-1 {
        padding: 1rem 0rem;
        border-bottom: 1px solid #e2e2e2;
        border-right: 0px;
        margin-bottom: 1rem;
    }
    .main-image {
        padding: 0;
        padding-bottom: 10px;
    }
    .text-main h2 {
        font-size: 30px;
    }
    .main-content-two {
        padding: 0px;
        margin: 0px;
    }
    .responsive-row {
        display: flex;
        flex-direction: column;
    }
    .kumas-bosluk {
        padding-bottom: 5px;
        padding: 5px;
    }
    .main-icons {
        font-size: 14px;
        margin-top: 0px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
        margin-bottom: 5rem;
        justify-items: center;
        align-items: center;
    }
    .main-icons div {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .main-text-two {
        padding: 0px;
    }
    .left-headers {
        margin-bottom: 20px;
    }
    .main-content-three-header {
        margin-top: 10px;
    }
    .left-content {
        padding-left: 10px;
        margin-bottom: 20px;
    }
    .right-header h6 {
        padding-left: 0px;
    }
    .cleaning-detail-title {
        padding-top: 0px;
    }
    .bosluk-2 {
        margin-top: 0px;
    }
    .collection-block {
        margin-bottom: 0;
    }
    .collection-block img {
        max-width: 300px !important;
    }
    .collection-block {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 18px;
    }
    .home-content {
        margin-top: 1rem;
    }
    .story {
        display: flex;
        flex-direction: column;
        padding: 0px;
    }
    .story-div-description {
        margin-top: 1rem;
    }
    .features {
        display: flex;
        flex-direction: column;
        padding: 1rem 0px;
        margin-top: 0px;
    }
    .room-button {
        width: auto;
        color: #33303e;
    }
    .room-button-responsive {
        display: none;
        align-items: center;
        justify-content: center;
        gap: 15px;
        margin-bottom: 1rem;
    }
    .room-button-description {
        margin-top: 1rem;
    }
    .technical-features {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .details {
        margin-top: 0px;
    }
    .details-div-title {
        margin-top: 10px;
    }
    .detail-features {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .cleaning-title {
        margin-bottom: 15px;
    }
    .cleaning-icon {
        font-size: 13px;
        margin-top: 1rem;
        padding-top: 0px;
    }
    .cleaning-icon div {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .bosluk-2 {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .p-g-mod.p-g-mod-t-43.newcardbody {
        min-height: 60vh;
        margin: 0;
        padding: 0;
    }
    .ageCardProduct {
        width: 100%;
        display: flex;
        align-items: flex-start;
        gap: 10px;
        margin-bottom: 1rem;
        padding-bottom: 1rem;
        border-bottom: 1px solid #e2e2e2;
    }
    .ageCardTitle {
        width: 40%;
    }
    .ageCardPrice {
        display: flex;
        flex-direction: column;
        width: 20%;
        align-items: center;
    }
    .ageCardProduct {
        gap: 1rem;
    }
    .btn-satinal {
        background: #023c56;
        color: #fff !important;
        font-weight: 600;
        display: flex;
        align-items: center;
        padding: 0 1rem;
        flex-direction: row;
        gap: 1rem;
        max-height: 3rem;
        letter-spacing: 3px;
    }
    .ageCardPrice {
        width: 25%;
    }
    .ageProducts .btn-remove {
        top: -20px;
    }
    .ageCard {
        padding: 20px;
    }
    .backhome {
        font-size: 11px;
    }
    .ageCardHeader {
        margin-top: 30px;
    }
    .ageCardHeader .title {
        font-size: 13px;
    }
    .ageCardTitle a {
        font-size: 13px;
    }
    .ageCardPrice .value {
        font-size: 14px;
    }
    .ageCardProduct {
        gap: 1rem;
    }
    .ageProducts .btn-remove {
        top: -10px;
    }
    .ageCardProduct {
        margin-bottom: 0, 5rem;
    }
    .btn-satinal {
        max-height: 2.5rem;
        padding: 1rem;
        font-size: 12px !important;
    }
    .btn-satinal:hover {
        font-size: 12px !important;
    }
    .ageProducts .btn-remove {
        width: 20px;
        height: 20px;
    }
    .ageCardPrice {
        width: 40%;
    }
    .ageCardBtn a {
        letter-spacing: 2px;
    }
    .ageCardBtn {
        display: flex;
        flex-direction: column-reverse;
    }
    .pattern-group .p-g-mod .p-g-mod-body {
        padding: 0;
    }
    .ageCard {
        padding: 20px;
        padding-top: 0;
    }
    .guvenArea {
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
        overflow: scroll;
        padding-bottom: 1rem;
    }
    .guvenBox {
        flex: 0 0 290px;
        padding-right: 10px;
        margin-right: 1rem;
    }
    .guvenBoxSubTitle {
        text-align: center;
    }
    .slider-svg {
        position: absolute;
        top: 200px;
        left: 25%;
        -webkit-animation: linear infinite 12s rotate;
        animation: linear infinite 12s rotate;
    }
    .footerBlockMenu {
        padding: 0;
        gap: 1rem;
    }
    .footerMenuIletisim {
        padding: 0rem;
    }
    .ft-menu {
        padding-left: 1rem;
    }
    .ft-last-block {
        display: flex;
        justify-content: space-between;
        padding: 0 1rem 0 1rem;
        border-top: 1px solid #737373f1;
        padding-top: 1rem;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
        margin-top: 1rem;
    }
    .ft-copyright {
        color: #fff;
        font-size: 14px;
        text-align: center;
    }
    .card-product .card-product-inner .image-wrapper .image img {
        padding: 15px;
    }
    .row.custom-module-code-2306 {
        display: flex;
        flex-wrap: nowrap;
        overflow: scroll;
    }
    .row.custom-module-code-2306 .col-list-p-v-1 {
        flex: 0 0 330px;
    }
    .row.custom-module-code-1682 {
        display: flex;
        flex-wrap: nowrap;
        overflow: scroll;
    }
    .row.custom-module-code-1682 .col-list-p-v-1 {
        flex: 0 0 80%;
        max-width: 100%;
    }
    .vgBaslik {
        margin-bottom: 1rem;
    }
    .pattern-group.p-g-mobile-scroll .p-g-tab-wrapper .p-g-t-nav .nav {
        flex-wrap: nowrap !important;
        overflow-x: scroll !important;
        justify-content: flex-start !important;
        padding-bottom: 1rem;
    }
    .pattern-group .p-g-tab-wrapper .p-g-t-nav .nav .nav-item {
        text-align: center;
        display: flex;
        margin: 0 10px;
        flex: 0 0 20%;
    }
    .show-title {
        font-size: 18px;
        padding-left: 1rem;
        padding-top: 1rem;
    }
    .show-subtitle {
        font-size: 25px;
        margin-bottom: 1rem;
        padding-left: 1rem;
    }
    .show-map {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .mapInfo {
        display: flex;
        justify-content: flex-end;
        flex-wrap: nowrap;
        flex-direction: column;
        height: 100%;
        gap: 1.52rem;
        padding-left: 1rem;
        padding-bottom: 5px;
        margin-top: 0rem;
    }
    .show-address {
        display: flex;
        gap: 1rem;
        align-items: center;
    }
    .show-phone {
        display: flex;
        gap: 1rem;
        align-items: center;
    }
    .show-mail {
        display: flex;
        gap: 1rem;
        flex-direction: row;
        align-items: center;
    }
    .footerMenuIletisim .ft-menu {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .variant-box ul li .options {
        flex-wrap: wrap;
    }
    .product-profile-1 {
        padding: 0;
        border: none;
    }
    .product-profile-1 .carousel .carousel-inner {
        border: none;
        border-right: none;
    }
    .product-price-group {
        display: flex;
        flex-direction: row;
        background: #fff;
        padding: 10px 0;
        align-items: flex-start;
        border-bottom: none;
    }
    .product-price {
        flex: 0 0 100%;
    }
    .price-second {
        align-items: center;
        border-left: 0;
        font-size: 13px;
        padding-left: 0px;
        padding-top: 5px;
        margin-top: 5px;
        flex: 0 0 100%;
    }
    .detail-last-area {
        border: 1px solid #e2e2e2;
        padding: 10px;
    }
    .pp-wrapper {
        padding: 0;
    }
    .product-profile-info {
        border: 1px solid #e2e2e2;
        padding: 10px;
        border-radius: 3px;
        margin-top: 1rem;
    }
    .product-buttons {
        flex-wrap: wrap !important;
    }
    .cargoAndQuestions {
        flex-direction: column;
        gap: 10px;
    }
    .cargoDate {
        width: 100% !important;
        justify-content: flex-start !important;
        margin-left: 5px;
    }
    .questions {
        width: 100% !important;
        justify-content: flex-start !important;
    }
    .topbarAge {
        display: block;
        text-align: center;
        width: 100%;
        color: #fff;
        font-weight: 300;
        font-size: 15px;
        word-spacing: 2px;
        padding: 5px;
        letter-spacing: 1px;
    }
    .vg-slider-area .col-list.col-12.d-block.col-sm-12.d-sm-block.col-md-12.d-md-block.col-lg-0.d-lg-none.col-xl-0.d-xl-none.p-g-b-c-1 {
        padding: 0;
    }
    .row.custom-module-code-2310 {
        overflow-x: scroll;
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
    }
    .row.custom-module-code-2310 .col-list-p-v-1 {
        flex: 0 0 70%;
    }
    .row.custom-module-code-2311 {
        overflow-x: scroll;
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
    }
    .row.custom-module-code-2311 .col-list-p-v-1 {
        flex: 0 0 70%;
    }
    .card-product .card-product-inner .price-group {
        height: auto !important;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-top: 5px;
    }
    .kamp-info {
        padding: 0;
    }
    .kamp-info span {
        border: none;
        padding: 0;
    }
    .product-info-shw {
        font-size: 14px;
    }
    .home-body .card-product .card-product-inner .image-wrapper .image img {
        padding: 5px;
    }
    .concept-collection {
        background: linear-gradient(90deg, #33303e 0%, #78b7cb 100%);
        padding: 1rem 0;
        margin-bottom: 1rem;
    }
    .vgcollection {
        background: none !important;
        color: #fff;
        margin-bottom: 0 !important;
    }
    .vgTitle {
        font-size: 21px;
    }
    .vgSubTitle {
        font-size: 14px;
    }
    .koleksiyon-cart {
        background: #fff;
        padding: 1rem;
        min-height: 34rem;
    }
    .footerLogo img {
        width: 200px;
    }
    .footerLogo {
        margin: 20px auto;
    }
    footer .bb {
        padding-top: 0rem;
        padding-bottom: 1rem;
    }
    .footerBlockOne {
        padding: 1rem;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
    .m-hizmet {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 0;
    }
    .etbisBlock {
        margin-top: 2rem;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 0rem;
        max-width: 60%;
        margin: 0 auto;
        margin-top: 2rem;
    }
    .uye-btnes {
        display: flex;
        align-items: center;
        flex: 1;
        width: 100%;
        margin-bottom: 5px;
        gap: 4px;
        flex-direction: column;
    }
    .social-login {
        display: flex;
        flex: 1;
        width: 100%;
        align-items: center;
        flex-direction: column;
    }
    .uye-btnes button {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }
    .uye-btnes a {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }
    .product-code_category {
        display: flex;
        flex-direction: row-reverse;
        position: relative;
        align-items: flex-end; 
    }
    .price-block-right {
        margin-left: 1rem;
        padding-left: 1rem;
        flex: 1 0 30%;
        display: flex;
        align-items: center;
        border-left: 1px solid #d2e2e2;
    }
    .variant-box ul li .options a {
        border: 1px solid #000;
        border-radius: 1px;
        margin-right: 5px;
        margin-bottom: 10px;
        font-size: 12px;
        flex: 1 0 29%;
        text-align: center;
        color: #000;
    }
    .mt-2.detail-last-area {
        padding: 20px 15px;
    }
    .product-body .pattern-group .p-g-tab-wrapper .p-g-t-nav .nav .nav-item {
        text-align: center;
        display: flex;
        margin: 0 10px;
        flex: 0 0 40%;
    }
    .detailFrist {
        background-color: #f8f8f8;
        padding: 1rem;
    }
    .story-div-title h2 {
        font-size: 25px;
    }
    .story-image {
        padding: 0.5rem;
    }
    .details-div-title {
        margin-top: 15px;
        font-size: 25px;
    }
    .details p.description {
        font-weight: 400;
        font-size: 15px;
        color: #a1a1a1;
    }
    .sub-features b {
        flex: 0 0 30%;
    }
    .details-list {
        margin-bottom: 2rem;
    }
    .cleaning-icon {
        padding: 0;
    }
    .p-g-mobile-scroll .p-g-mod {
        margin: 0;
    }
    .p-g-mobile-scroll {
        margin-bottom: 1rem;
    }
    .home-text {
        color: white;
        position: absolute;
        top: 0;
        left: 0;
        padding: 50px 1rem;
        font-size: 13px;
    }
    .home-text h1 {
        font-size: 25px;
    }
    .text-p1 {
        padding-top: 0rem;
        max-width: 100%;
    }
    .product-all {
        position: relative;
        border: 1px solid #e2e2e2;
        border-radius: 5px;
        text-align: left;
        width: 100%;
    }
    .halialt {
        margin-top: 1rem;
        color: #a1a1a1;
        font-size: 15px;
    }
    .halialt .row {
        display: flex;
        flex-direction: column;
    }
    .col.bosluk-alt {
        margin: 0;
    }
    .halialt a {
        margin-bottom: 10px !important;
        display: block;
        text-align: center;
    }
    .container.main-content.mt-5 {
        margin-top: 0 !important;
    }
    h2.alt-title {
        font-size: 22px;
    }
    .main-content-three-header .text-about {
        font-size: 15px;
    }
    p.sub-title {
        margin-bottom: 1rem;
    }
    .main-content .main-image img {
        width: auto;
        height: auto;
    }
    .f-giris {
        display: flex;
        height: 100%;
        align-items: center;
        flex-direction: column;
    }
    .f-giris-left {
        width: 100%;
        padding: 1.5rem;
        padding-right: 1.5rem;
        border-right: none;
        border-bottom: 1px solid #e2e2e2;
        margin-bottom: 1rem;
    }
    .f-giris-right {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding-left: 0;
    }
    .f-login-buttons {
        display: flex;
        align-items: center;
        place-content: space-between;
        margin-top: 40px;
        margin-bottom: 1rem;
        flex-direction: column;
    }
    .helpCenter {
        background-position: center;
    }
    .helpCenterTitle {
        font-size: 30px;
    }
    .helpCenterText {
        font-size: 16px;
        max-width: 90%;
    }
    .concactMolentLeft {
        flex: 0 0 100%;
    }
    .concactMolentBlock {
        flex-direction: column;
    }
    .concactMolent .questionText {
        max-width: 100% !important;
    }
    .concactMolentAreaFirst {
        flex: 0 0 100%;
    }
    .concactMolent .questionArea {
        margin: 0;
    }
    .concactMolentRight {
        margin-top: 2rem;
    }
    .concactMolent .concactMolentRight .questionArea {
        margin: 2rem 0;
    }
    .tabset {
        display: flex;
        flex-wrap: wrap;
    }
    .tabset > label {
        border: none;
        display: flex;
        align-items: center;
        text-align: center;
        margin-bottom: 1rem;
        align-content: center;
        flex: 0 0 50%;
        padding: 0;
    }
    .tabset > label svg {
        width: 30px;
        margin-right: 1rem;
    }
}
@media (max-width: 767px) {
    .product-profile-1 .carousel .carousel-indicators {
        overflow: unset !important;
        max-height: unset !important;
    }
    .product-profile-1 .carousel .carousel-indicators li {
        max-width: 50px;
    }
}
@media (min-width: 768px) {
    .product-profile-1 .carousel .carousel-indicators {
        overflow: unset !important;
        overflow-y: auto !important;
    }
}

.card-blog, .card-brand, .card-category, .card-product {
    border: 1px solid #E9E9E9;
    border-radius: 5px;
}
.card-category {
    border: none;
    border-radius: 0;
}
.card-category a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #163A3D;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.32px;
}
.card-product .card-product-inner .buttons .btn-cart, .modal-content .buttons .btn-cart {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background: #163A3D;
    border: 1px solid #163A3D;
    border-radius: 5px 0px 0px 5px;
    transition: var(--transition-time);
}
 
.product-favourite-kart {
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 2;
}
.product-favourite-kart a {
    font-size: 20px;
}
.product-favourite-kart a i {
  position: absolute;
    top: 8px;
    left: 2px;
    z-index: 2;
    border: 1px solid #e2e2e2;
    color: #a1a1a1;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1px 0px 0px 1px;
}
.card-bodys {
    border-radius: 0px 0px 10px 10px;
    border-top: 0;
    position: relative;
}
.card-headers{
    padding: 10px;
    position: relative;
}
.card-footers {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 0rem;
    border-top: 1px solid #E9E9E9;
}
.card-footers .free-cargo-badge {
    background: transparent !important;
    color: #000 !important;
}
.card-hizli-teslimat {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #181818;
    text-align: center;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.33px;
    width: 50%;
}
.card-footers .free-cargo-badges {
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #181818;
    text-align: center;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.33px;
    border-right: 1px solid #e9e9e9;
    width: 50%;
    height: 30px;
}
.card-footers .free-cargo-badges img {
    width: 15px;
    height: 15px;
}
.card-hizli-teslimat img {
    width: 15px !important;
    height: 15px;
}
.card-product .discount {
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 2;
    color: #fff;
    text-align: right;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.36px;
    background: #E50019;
    padding: 4px 13px;
    border-radius: 100px 0px 0px 100px;
}
 .variant-box ul li .options {
    display: flex;
    flex-wrap: wrap;
    max-height: 300px;
    overflow-y: scroll;
}
.pattern-group .p-g-mod .p-g-mod-header .p-g-m-h-button .btn-mod {
    font-size: 13px;
    border: 1px solid #e2e2e2;
    background: #eeeeee;
}

.anasayfa-bankkart {
    position: relative;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.anasayfabankkart-icerik {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.anasayfabankkart-yazi {
    display: flex;
    align-items: flex-end;
    gap: 30px;
    margin-bottom: 1rem;
}
.anasayfabankkart-yazi h4 {
    color: #163a3d;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -1.6px;
}
.anasayfabankkart-yazi h4 span {
    color: #163a3d;
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px;
    letter-spacing: -1.6px;
}
.anasayfabankkart-yazi a {
    color: #163a3d;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: -0.72px;
    border-radius: 8px;
    border: 2px dashed #163a3d;
    background: rgba(255, 255, 255, 0.40);
    padding: 5px 0px;
    width: 250px;
}
.anasayfabankkart-img-pc{
    display: block;
}
.anasayfabankkart-img-mobile{
    display: none;
}
.anasayfabankkart-alt-img-pc{
    display: block;
}
.anasayfabankkart-alt-img-mobile{
    display: none;
}

.pattern-group .p-g-mod .p-g-mod-header {
    height: auto;
    padding: 10px 15px; 
    margin:1rem 0;
}
.pattern-group .p-g-mod .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-description {
    font-size: 20px;
    font-weight: 300;
    color: #a3a3a3;
}
.custom-module-code-3057 img {
    border-radius: 130px;
}
.p-g-mod-t-44 img {
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    box-shadow: 3px 3px 10px 2px #a5a5a573;
    margin-bottom: 1rem;
}

.profil-statement {
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    background: #fff;
}
.pstatement-top {
    padding: 16px 30px;
    background: #fff;
    border-bottom: 1px solid #e2e2e2;
    border-radius: 8px 8px 0px 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    color: #000;
    font-size: 17px;
    font-weight: 400;
    line-height: normal;
}
.pstatement-body {
    padding: 10px 20px;
}
.pstatement-footer {
    padding: 15px;
    border-top: 1px solid #e2e2e2;
}
.nitelik-area {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    flex-wrap: wrap;
}
.nitelik-area .nitelik-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    font-size: 13px;
}
.nitelik-area .nitelik-item img {
    width: 45px;
    height: auto;
}
.profil-accordion .card {
    margin-bottom: 10px;
    border: none;
}
.profil-accordion .card .card-header {
    padding: 16px 30px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #e2e2e2;
    margin: 0px;
}
.profil-accordion .card.active .card-header {
    border-radius: 8px 8px 0px 0px;
}
.profil-accordion .card-header button {
    padding: 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    color: #000;
    font-size: 17px;
    font-weight: 400;
    line-height: normal;
    outline: none;
    position: relative;
}
.profil-accordion .collapse {
    border: 1px solid #e2e2e2;
    border-top: 0;
    border-radius: 0px 0px 8px 8px;
}
.profil-accordion .card .card-header button[data-toggle="collapse"]::after {
    content: "";
    position: absolute;
    right: 0;
    top: calc(50% - 10px);
    background: url(../../../) center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    transform: rotate(180deg);
}
.profil-accordion .card .card-header button[data-toggle="collapse"].collapsed::after {
    transform: rotate(360deg);
}
.psc-top {
    margin-bottom: 20px;
}
.psc-top-left, .psc-top-right {
    height: 100%;
    display: flex;
    align-items: center;
}
.psc-top-right {
    justify-content: flex-end;
}
.psc-top-left span {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    text-align: left;
    color: #000;
    width: 90%;
}
.psc-top-left span a {
    color: #000;
}
.psc-top-right a {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    background: #000;
    color: #fff;
    border: 1px solid #000;
    padding: 11px 15px;
    border-radius: 200px;
    font-size: 15px;
    font-weight: 300;
}
.psc-top-right a img {
    width: 25px;
    height: auto;
}
.psc-bottom {
    border-top: 1px solid #e2e2e2;
    padding-top: 20px;
}
.psc-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    justify-content: center;
    border-right: 1px solid #e2e2e2;
    height: 100%;
}
.psc-item .pscitem-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.psc-bottom .row .col-lg-4:last-child .psc-item {
    border: none;
}
.pscitem-right span {
    font-size: 14px;
    font-weight: 400;
    color: #000;
}
.pscitem-right b {
    color: #000;
    font-weight: 400;
    font-size: 15px;
}
@media (max-width:900px){
  .anasayfabankkart-icerik {
        align-items: center;
        gap: 15px;
    }
    .anasayfabankkart-yazi h4 {
        font-size: 25px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .anasayfabankkart-yazi h4 span {
        font-size: 25px;
    }
    .anasayfabankkart-yazi a {
        font-size: 18px;
        padding: 0px 0px;
        width: 190px;
        height: 43px;
    }
    .anasayfabankkart-yazi {
        align-items: center;
        gap: 0px;
        flex-direction: column;
    }
    .anasayfabankkart-alt-img-mobile{
        display: block;
    }
    .anasayfabankkart-alt-img-pc{
        display: none;
    }
    .anasayfabankkart-img-pc{
        display: none;
    }
    .anasayfabankkart-img-mobile{
        display: block;
    }
    .addons-marquee-bar {
    height: 34px !important;
    z-index: 9999;
    top: -60px;
}
}

a.ins svg {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    border-radius: 5px;
}

a.fb svg {
    background: #3b5998;
    border-radius: 10px;
}


#social-media-sidebar {
    position: fixed;
    top: 45vh;
    left: 0;
    z-index: 999;
}

.pal-ul {
    display: block;
    list-style-type: none;
    padding-left: 0;
    text-align: center
}

.side-social {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 25px;
    color: #fff;
    box-shadow: 1px 5px 10px rgba(0,0,0,.7);
    transition: 0.2s
}

.side-social:hover {
    width: 60px;
    transition: 0.2s
}

.facebook {
    background: #3b5998;
    border-radius: 0 30% 0 0
}

.twitter {
    background: #55acee
}

.youtube {
    background: #b00
}

.instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

.google-plus {
    background: #25D366;
    border-radius: 0 0 30% 0
}

.pal-icons {
    border-radius: 50%
}

a.costumer {
    display: flex;
    gap: 10px;
    align-items: center;
}
.customer-p {
    color: #333;
    font-size: 15px;
    letter-spacing: -0.05em;
}
.raw-content table {
    margin: 10px 0;
    width: 100% !important;
    max-width: 100% !important;
}