body {
    background: var(--body-bg);
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden; 
    font-family: "Poppins";
} 
.tekno-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pattern-group .p-g-mod {
    margin-bottom: 0px !important;
}
.metin-alani {
    width: 100%;
    border: solid 1px #ddd;
    text-align: center;
    padding: 0px 10px;
}
.metin-alani div {
    margin: 15px 0;
}
.fixed {
    position: fixed;
}
a {
    color: var(--main-color);
    text-decoration: none !important;
}
.kargo_logo img {
    width: 21%;
}
.siparis-takip {
    flex: 1;
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ff-text {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    color: #000;
}
.kargo_logo {
    display: flex;
    gap: 5px;
    margin: 10px 0;
    align-items: center;
}
.siparis-takip button.btn.btn-success {
    padding: 10px 15px;
    font-weight: 600;
}
.kargo_logo p {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 16px;
}
.kargo_firma {
    display: flex;
    margin-top: 30px;
    gap: 20px;
    flex: 1;
}
a:hover {
    text-decoration: none;
    color: var(--main-color2);
}
.main-category .p-g-mod-header {
    background-color: #eeeeee;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.mg-btn a {
    color: #fff;
}
.row.custom-module-code-822 {
    flex-wrap: nowrap;
    width: 100%;
    overflow-x: scroll;
}
.row.custom-module-code-822 .col-list-p-v-1 {
    flex: 0 0 80%;
}
.product-icon img {
    width: 40px;
    height: 40px;
    margin: 5px;
}
.product-icon svg {
    margin: 5px;
}
.product-icon {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 10px 50px;
    padding: 15px 0;
}
.icon-sec {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.icon-sec p {
    color: black;
}
.dropdown-category .btn-menutop a.hakkimizda {
    color: #333;
}
.free-cargo-badge {
    border: 1px solid;
    color: #fff;
    background-color: #2c7cba;
    padding: 4px;
    border-radius: 3px;
    font-weight: 300;
    font-size: 13px;
}
.customer_icons p {
    font-size: 19px;
    margin-right: 10px;
    margin-bottom: 0;
    margin-top: 0;
    display: flex;
    align-items: center;
}
.customer_icons {
    display: flex;
    gap: 5px;
    border: 1px solid;
    margin: 0;
    padding: 6px 19px;
    border-radius: 5px;
    background-color: #fff;
    color: #023c56 !important;
}
.customer_icons a {
    margin: auto;
}
/* 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: 3;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
}
.op-black.hide {
    visibility: hidden;
    opacity: 0;
}
.op-black.show {
    visibility: visible;
    opacity: 1;
}
/* Opacity 2 */
.op-black-2 {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
}
.op-black-2.hide {
    visibility: hidden;
    opacity: 0;
}
.op-black-2.show {
    visibility: visible;
    opacity: 1;
}
.ageheader .p-g-mod {
    margin: 0;
}
li.customer-tel {
    display: flex;
}
.customer-support .customer-tel {
    margin-top: 0;
    margin-left: 80px;
}
ul.ul-clear.customer {
    display: flex;
    gap: 100px;
}
/* Header (Desktop) */
header.desktop {
    background: #fff;
    position: relative;
    z-index: 9999;
    left: 0;
    right: 0;
    top: 0;
}
header.desktop.fixed-d {
    position: fixed;
}
.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: 12px;
    color: #fff;
    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 .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: 75px;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
header.desktop .header-area.last {
        display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 2rem;
}
header.desktop .logo {
    align-items: center;
    -webkit-align-items: center;
    flex-direction: row;
    justify-content: space-between;
}
header.desktop .logo .logoimg { 
        background: #f2f2f2;
    border-radius: 100%;
    width: 150px;
    height: 145px;
    text-align: center;
    border: 1px solid #e2e2e2;
}
header.desktop .logo a img {
       width: 150px;
    height: 100%;
    padding: 5px;
}
header.desktop .search {
    width: 100%;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    max-width: 470px;
    position: relative;
    transition: all var(--transition-time);
    background: #f9f9f9;
}
header.desktop .search form {
    width: 100%;
}
header.desktop .search form .input-box {
    width: 100%;
    padding-right: 45px;
    box-sizing: border-box;
}
header.desktop .search form input {
    float: left;
    color: #181818;
    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: 25px;
}
.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: #333;
}
header.desktop .search form .btn-send {
    position: absolute;
    border-width: 0;
    color: #333;
    right: 8px;
    border-radius: 0;
    font-size: 16px;
    top: 5px;
    transition: all var(--transition-time);
}
header.desktop .easy-autocomplete-container {
    top: 47px;
}
header.desktop .menu {
    background: var(--menu-bg-color);
    height: 70px;
    border: 1px solid #ebebeb;
    border-right: 0;
    border-left: 0;
}
header.desktop .mega-menu {
    padding: 0;
    position: relative;
}
header.desktop .mega-menu .navbar-nav {
    flex-direction: row;
    height: 68px;
}
header.desktop .mega-menu .nav-item {
    flex: 1;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}
header.desktop .mega-menu .nav-link {
    padding: 0;
    display: flex;
    height: 100%;
    flex: 1;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: var(--menu-color);
    line-height: normal;
    font-weight: 500;
    font-size: 13px;
    padding: 0 5px;
    white-space: unset !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all var(--transition-time);
}
header.desktop .mega-menu .nav-link::after {
    display: none;
}
header.desktop .mega-menu .nav-link:hover {
    color: var(--menu-color-hover);
}
header.desktop .mega-menu .nav-item:last-child .nav-link {
    border-right: 0;
}
header.desktop .mega-menu .dropdown {
    position: static;
}
header.desktop .mega-menu .dropdown-menu {
    border-radius: 0;
    background-color: #fff;
    width: 100%;
    left: -1px;
    right: 0;
    top: 66px;
    position: absolute;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 5%);
    border: 1px solid #ebebeb;
    border-top: 0;
}
header.desktop .mega-menu .dropdown:hover .dropdown-menu, header.desktop .mega-menu .dropdown .dropdown-menu:hover {
    display: block !important;
}
header.desktop .h-banner {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* Mega Menu Container */
.mega-menu-container {
    padding: 20px;
}
.mega-menu-container .sub-cat {
    margin-bottom: 15px;
}
.mega-menu-container .sub-title {
    color: #000;
    font-weight: 500;
    font-size: 14px;
    display: block;
    margin-bottom: 7px;
    transition: all var(--transition-time);
}
.mega-menu-container .sub-title:hover {
    color: var(--main-color);
}
.mega-menu-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.mega-menu-container ul li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
}
.mega-menu-container ul li a {
    font-size: 13px;
    color: #222;
    font-weight: 400;
    line-height: 25px;
    transition: var(--transition-time);
}
.mega-menu-container ul li a.sub-title {
    color: #333;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 14px;
}
.mega-menu-container ul li a:hover {
    color: var(--main-color);
}
/* Mega Menu Side */
.mega-menu.side .mega-menu-container ul li {
    display: inline-block;
}
.mega-menu.side .mega-menu-container .comma {
    margin-right: 4px;
}
.mega-menu.side .mega-menu-container ul li:last-child .comma {
    display: none;
}
/* Single Menu */
.single-menu-container {
    display: block;
}
.single-menu-container .single-menu {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    height: 70px;
    align-items: center;
}
.single-menu-container .single-menu li:first-child {
    margin-left: 0;
}
.single-menu-container .single-menu li {
    display: inline-block;
    position: relative;
    z-index: 100;
}
.single-menu-container .single-menu li .sub-single-item {
    font-weight: 400;
    text-decoration: none;
    padding: 10px 15px;
    display: block;
    color: var(--menu-color);
    transition: all 0.2s ease-in-out 0s;
    font-size: 15px;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.single-menu-container .single-menu li:hover > a:after {
    width: 100%;
}
.single-menu-container .single-sub-menu li a {
    border: 1px solid #ebebeb;
    animation: all ease 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: 170px;
    position: absolute;
    left: 0px;
    background: #fff;
    z-index: 99;
    transform: translate(0, 20px);
    transition: all 0.2s ease-out;
    -webkit-box-shadow: 1px 1px 6px -4px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 1px 6px -4px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 1px 6px -4px rgba(0, 0, 0, 0.75);
}
.single-menu-container .single-menu ul li {
    display: block;
    float: none;
    background: none;
    margin: 0;
    padding: 0;
}
.single-menu-container .single-menu ul li a {
    font-size: 14px;
    font-weight: 600;
    display: block;
    color: #333;
    background: #fff;
    transition: var(--transition-time);
}
.single-menu-container .single-menu ul li a:hover, .single-menu ul li:hover > a {
    color: var(--main-color);
}
.single-menu-container .single-menu li:hover > ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
}
.single-menu-container .single-menu ul ul {
    left: 100%;
    top: 0px;
    visibility: hidden;
    opacity: 0;
    transform: translate(20px, 20px);
    transition: all 0.2s ease-out;
}
.single-menu-container .single-menu li > ul ul:hover {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
}
/* Mobile Header */
header.mobile {
    display: none;
    background: #fff;
    height: 60px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}
header.mobile .left {
    width: 30%;
    float: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
    padding: 5px;
}
header.mobile .center {
    width: 40%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
header.mobile .right {
    width: 30%;
    float: left;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
    gap: 6px;
}
header.mobile .logo .img-auto {
    width: 156px;
    height: 25px;
}
header.mobile .icon-group {
    position: relative;
}
header.mobile .icon-group {
    position: relative;
}
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 .right a .img-auto {
    width: 26px;
    height: 26px;
}
header.mobile .left a i {
    font-size: 28px;
    color: #181818;
}
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 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 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 .bb {
    padding: 20px 0;
}
footer .logo-area {
    text-align: left;
    margin: 15px 0;
}
footer .logo-area .logo img {
    max-height: 100px;
    max-width: 230px;
}
footer .logo-description {
    margin-top: 15px;
}
footer .info {
    padding: 25px 0;
}
footer .title {
    font-size: 17px;
    font-weight: 500;
    color: #000;
    text-align: center;
}
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: #000;
    font-size: 13px;
    position: relative;
    line-height: 25px;
    transition: all var(--transition-time);
}
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: 100%;
    transition: all 0.3s;
    z-index: 9999;
    left: 0;
    margin-left: -100%;
}
.sidebar-menu-type-2.active {
    margin-left: 0;
}
.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 ul {
    margin: 0;
    padding: 20px;
}
.sidebar-menu-type-2 .categories ul li {
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #e2e2e2;
    position: relative;
}
.sidebar-menu-type-2 .categories ul li a img {
    height: 50px;
    width: 50px;
    margin-right: 35px;
}
.sidebar-menu-type-2 .categories ul li a {
    display: flex;
    padding: 10px;
    border-bottom: 0;
    color: #000;
    font-size: 16px;
    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: #c5c5c5;
    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: 30px;
}
.sidebar-menu-type-2 .logo-area {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e2e2e2;
    padding: 10px;
    align-items: center;
}
.mobile-menu-close {
    display: flex;
    justify-content: center;
    margin-right: 19px;
    font-size: 17px;
    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;
    margin-bottom: 110px;
}
.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;
    gap: 6px;
}
.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: 100vh;
    box-sizing: border-box;
    padding-bottom: 50px;
    overflow-x: scroll;
    overflow-y: scroll;
}
header.desktop .btn-categories {
    height: 70px; 
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center; 
    font-size: 15px;
    color: #fff;
    width: 160px;
    cursor: pointer;
    padding: 0 5px;
    transition: all 0.4s;
    padding-bottom: 5px;
    font-weight: 900;
} 
header.desktop .btn-categories:hover i, header.desktop .dropdown-category:hover .btn-categories i {
    color: #333;
    transition: all 0.4s;
}
header.desktop .btn-categories i {
    font-size: 14px;
    color: #683010 !important;
    margin: 0 !important;
}
/* Menu Left */
.dropdown-category .menu-left {
    display: none;
    z-index: 5;
    position: relative;
    background: #f9f9f9;
    border-top: 0;
    height: auto;
    min-height: auto;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    position: absolute;
    left: 0;
    right: auto;
    width: 150%;
    top: 100%;
    z-index: 9999;
}
.dropdown-category:hover .menu-left, .dropdown-category:focus .menu-left {
    display: block;
}
.dropdown-category:hover .menu-left ul.f-ul li.f-li:first-child .menu-deep-box, .dropdown-category:focus .menu-left ul.f-ul li.f-li:first-child .menu-deep-box {
    opacity: 1;
    display: block;
}
.menu-left:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -24px;
    margin: auto;
    height: 24px;
    width: 380px;
}
.menu-left ul.f-ul {
    padding: 0;
    list-style: none;
    display: block;
    margin: 0;
    display: flex;
    justify-content: center;
    flex-direction: row;
}
.menu-left ul.f-ul li.f-li {
    list-style: none;
    flex: 1;
}
.menu-left ul.f-ul li.f-li .img-auto {
    background-color: #fff;
    padding: 3px;
    border-radius: 10px;
    width: 26.5px;
}
.menu-left ul.f-ul li.f-li:hover .menu-deep-box {
    display: block;
    opacity: 1;
    transition: all 0.4s;
}
.menu-left ul.f-ul li.f-li a.f-item {
    display: block;
    padding: 25px 0;
    border-right: 1px solid #e2e2e2;
    
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.02em;
    color: #181818;
}
.menu-left ul.f-ul li.f-li:hover a.f-item {
    color: var(--main-color);
    transition: all 0.4s;
}
.menu-left ul.f-ul li.f-li a.f-item .name {
    width: 100%;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.menu-left ul.f-ul li.f-li a.f-item .name img {
    max-height: 100%;
    filter: none;
    background: none;
    width: 100px;
    height: 100px;
}
.menu-left ul.f-ul li.f-li a.f-item .icon {
    color: #222;
    text-align: right;
    border-radius: 2px;
    font-size: 10px;
    padding-top: 5px;
    transition: all 0.4s;
}
.menu-left ul.f-ul li.f-li a.f-item:hover .icon {
    color: var(--main-color);
    transition: all 0.4s;
}
.menu-left ul.f-ul li.f-li a.f-item:hover .menu-left ul.f-ul li.f-li a.f-item .icon:last-child {
    color: #fff !important;
}
/* Deep Menu */
.menu-deep-box {
    position: absolute;
    top: 100%;
    border: 1px solid #e2e2e2;
    bottom: 0;
    background: #fff;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    z-index: 99;
    height: 14rem;
    display: none;
    opacity: 0;
    padding: 10px;
    overflow-y: hidden;
    overflow-x: hidden;
    min-height: 99%;
    transition: all 0.4s;
}
.ageSeviyeTree {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
    flex: 0 0 60%;
    justify-items: start;
    align-items: start;
    align-content: baseline;
}
.kategori-img {
    flex: 0 0 40%;
}
.menu-deep-box .title {
    
    font-size: 17px;
    line-height: 23px;
    letter-spacing: -0.02em;
    color: #181818;
    padding: 5px 0;
    text-align: left;
}
.menu-deep-box .title:hover {
    color: var(--main-color);
}
/* Custom */
.button-shipping-location {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    width: 120px;
    margin-right: 5px;
}
.button-shipping-location .icon {
    font-size: 25px;
    margin-right: 8px;
    color: var(--main-color);
}
.button-shipping-location .text .name {
    font-size: 13px;
    font-weight: 600;
    color: var(--main-color);
}
.h-center .dropdown-category {
        height: 100%;
    display: flex;
    align-items: center;
    background: url(https://cdn.qukasoft.com/f/135999/bzR6WWFtNG0vcUp3ZW1Gc1U4OG5hUT09/i/6979fff02bcbd-45958119-sw500sh500.webp);
    background-size: cover;
    background-position: 90% 40%;

}
.h-center .h-btn {
    height: 100%;
    display: flex;
    align-items: center;
}
footer .col-margin-right {
    margin-right: 30px;
}
footer .mobile-app {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
footer .social-media {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
footer .newsletter-container {
    background: #e4f0f2;
    padding: 20px 10px;
    width: 100%;
}
.card-product .quantity-unit-container {
    position: relative;
}
.card-product .cart-unit-basket-container {
    display: flex;
    background: #fff;
    height: 65px;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 10px;
    padding-bottom: 10px;
    z-index: -1;
    width: 100%;
    left: 0;
}
.card-product:hover .cart-unit-basket-container {
    position: absolute;
    z-index: 1;
}
.card-product .product-unit {
    display: flex;
    justify-content: center;
    margin: 2px;
    font-weight: 500;
    position: absolute;
    left: 50%;
    right: 50%;
}
.card-product .card-product-inner .price-group .discount {
    background: var(--main-color);
    border-radius: 15px;
    height: 28px;
    width: 50px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-right: 10px;
}
.card-product .card-product-inner .title {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    margin: 5px 0;
    font-size: 13px;
    line-height: 18px;
    height: 36px;
    font-weight: 400;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    color: #222;
}
.card-product {
    border: 1px solid #edeff1 !important;
    border-radius: 8px !important;
}
.card-product:hover {
    box-shadow: 0 0 5px 3px #edeff1;
}
.card-product .card-product-inner .image-wrapper .image {
    display: block;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.pattern-group .p-g-mod-showcase .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
    font-size: 19px;
    font-weight: 500;
    margin: 0;
    line-height: initial;
    color: #000;
}
.pattern-group .p-g-mod-t-56 .p-g-mod-header .p-g-m-h-button .btn-mod {
    font-size: 13px;
    padding: 0;
}
.card-list-product .card-list-product-inner {
    position: relative;
    border: 1px solid #ebebeb;
    padding: 10px;
}
.card-list-product .card-list-product-inner .price-group .prices .list-price {
    color: #a6a6a6;
}
.card-list-product .card-list-product-inner .price-group .prices .sale-price {
    color: var(--main-color);
    font-weight: 500;
}
.card-list-product .card-list-product-inner .info .title {
    font-size: 13px;
    height: 55px;
}
.stories.carousel .story {
    max-width: 120px !important;
}
.stories.carousel .story > .item-link > .item-preview {
    max-height: 120px !important;
}
.p-g-mod-t-45 .carousel-type-1 .carousel-control-next, .p-g-mod-t-45 .carousel-type-1 .carousel-control-prev {
    font-size: 17px;
    width: 40px !important;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    top: 45%;
    margin: 0 10px;
    color: #757575;
    opacity: 1;
}
.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: nowrap;
}
.info-bar-1 {
    border-top: 1px solid #f8f8f8;
    padding: 20px 0;
    background: #fff;
    margin-top: 50px;
}
.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;
    flex-direction: column;
    text-align: center;
}
.info-bar-1 .icons .icon-group:last-child {
    border-right: 0;
}
.info-bar-1 .icons .icon-group i {
    font-size: 26px;
    color: #000;
}
.info-bar-1 .icons .icon-group .inf .name {
    font-size: 13px;
    font-weight: 500;
    display: block;
    color: #000;
}
.info-bar-1 .icons .icon-group .inf .description {
    font-size: 12px;
    font-weight: 400;
    color: #000;
}
.login-body .p-g-mod-t-4 {
    padding: 30px;
}
.login-body .p-g-mod-t-4 .nav-tabs {
    border: 0 !important;
    background: transparent !important;
    border-radius: 4px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.login-body .p-g-mod-t-4 .nav-tabs .nav-item {
    flex: 1;
    text-align: center;
    border-radius: 3px;
    border: 1px solid red !important;
    background: #fff;
    color: red;
    
    transition: all var(--transition-time);
    font-size: 16px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-body .p-g-mod-t-4 .btn-without-login {
    color: #181818;
    background: #ffffff !important;
    margin-bottom: 20px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    height: 40px;
    border: 1px solid #181818;
}
.login-body .p-g-mod-t-4 .btn-without-login i {
    line-height: 0;
}
.login-body .p-g-mod-t-4 .nav-tabs .nav-item.show .nav-link, .login-body .p-g-mod-t-4 .nav-tabs .nav-link.active {
    border: 1px solid #181818 !important;
    background: #181818 !important;
    color: #fff !important;
}
.login-body .p-g-mod-t-4 .btn-success {
    color: #fff !important;
    background: linear-gradient(101.91deg, #683010 3.79%, #b10808 51.89%, #780404 100%) !important;
    border-color: red !important;
    display: flex;
    flex: 1;
    width: 100%;
    justify-content: center;
    font-size: 14px;
    height: 50px;
    border-radius: 5px !important;
    align-items: center;
    font-weight: 500;
}
.login-body .p-g-mod-t-4 .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;
}
.btn-fb-login {
    background: #fff !important;
    text-shadow: none !important;
    color: #000 !important;
    border: 1px solid #e2e2e2 !important;
}
.social-giris a span img {
    width: 20px;
}
.btn-google-login {
    background: #ffffff !important;
    background-image: none;
    text-shadow: none !important;
    color: #000 !important;
    border: 1px solid #e2e2e2 !important;
}
.modal-dialog.modal-dialog-centered.modal-md .buttons {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.social-giris {
    flex: 1;
    display: flex;
    justify-content: space-between;
}
.social-giris a {
    flex: 0 0 49%;
    padding: 0.5rem;
    gap: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.login-fb-g {
    margin-top: 10px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.login-fb-g a.btn.btn-fb-login.mb-2 {
    width: 49%;
    color: #000 !important;
    gap: 5px;
}
.login-fb-g a.btn.btn-google-login.mb-2 {
    width: 49%;
}
.login-body .p-g-mod-t-4 .btn-fb-login i {
    padding-right: 10px !important;
    border-right: 0 !important;
}
.login-body .p-g-mod-t-4 .btn-google-login i {
    padding-right: 10px !important;
    border-right: 0 !important;
}
.f-g_btn {
    display: flex;
    gap: 10px;
}
.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: 1px solid #000;
    font-size: 13px;
    border-radius: 3px;
    padding: 5px 15px;
}
.card-blog .buttons .btn-read-more i {
    font-size: 9px;
    margin-left: 5px;
}
.category-filter-order-desktop {
    display: inline-block;
    width: 170px;
    line-height: normal;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 35px;
    font-size: 13px;
    color: #4a4a4a !important;
    font-weight: 400;
    padding-left: 14px;
    border: 1px solid #e7e3e3 !important;
    border-radius: 3px;
    background: url(images/select-arrow.svg) no-repeat;
    background-position: right 10px center;
    background-color: #fff;
    outline: none;
}
.category-filter-order-desktop:focus {
    border-color: #e7e3e3 !important;
}
.categories-body .product-view-select a div {
    width: 9px;
    height: 13px;
    background: #e2e6eb;
    border-radius: 1px;
    margin: 0 2px;
}
.categories-body .product-view-select a.active div {
    background: var(--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: #f6f6f6;
    border-radius: 5px;
    display: flex;
    padding: 10px 20px;
    justify-content: space-between;
}
.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: 20px;
}
.category-filter-order .list-wrap ul li {
    background: white;
    border-radius: 5px;
    padding: 1px 9px;
}
.category-filter-order .list-wrap ul li.active {
    box-shadow: 0 0 5px red;
    color: #181818;
}
.categories-body .pattern-group .p-g-mod-t-20 > .p-g-mod-header {
    border-bottom: 0;
    padding-left: 0 !important;
}
.category-filter-order .list-wrap .list li {
    flex: inherit;
}
.category-filter-order-mobile {
    display: none;
}
.pattern-group .p-g-mod-showcase .p-g-mod-header {
    border-bottom: 0;
}
.card-product .card-product-inner .price-group .prices .sale-price {
    font-size: 16px;
    font-weight: 500;
    color: var(--main-color);
    line-height: normal;
}
.card-product-content {
    text-align: center;
    color: #555;
}
.card-product .card-product-inner .product-label img {
    max-height: 35px;
}
.category-filter-order .list-wrap .list li .lag-checkbox {
    transition: all var(--transition-time);
}
.category-filter-order .list-wrap .list li.active .lag-checkbox, .category-filter-order .list-wrap .list li:hover .lag-checkbox {
    background: #fff;
    color: #181818;
}
.pattern-group .p-g-mod-t-26 .p-g-mod-body .buttons .btn-secondary {
    color: #fff;
    background-color: #683010;
    border-color: #683010;
    width: 100%;
    margin: 0 !important;
    border-radius: 0;
}
.simplebar-scrollbar:before {
    background: #683010 !important;
    opacity: 1 !important;
}
.categories-body .p-g-mod-t-cat-filter {
    border: 1px solid #ebebeb;
    margin-bottom: 10px;
    border-radius: 5px;
}
.product-details-tab-product-details-tab-colorful .p-g-tab-wrapper .p-g-t-nav {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    border: 1px solid #ebebeb;
    margin-bottom: 0px;
}
.product-details-tab-product-details-tab-colorful .p-g-tab-wrapper .p-g-t-nav .nav {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    height: 50px;
    background: #fff;
}
.pattern-group .p-g-tab-wrapper .p-g-t-nav .nav .nav-link {
    transition: var(--transition-time);
}
.pattern-group .p-g-tab-wrapper .p-g-t-nav .nav .nav-link:hover {
    color: var(--main-color);
}
.product-details-tab-product-details-tab-colorful .tab-content {
    border: 1px solid #ebebeb;
    border-top: 0;
    background: #fff;
    padding: 0 10px;
}
.product-profile-1 .carousel .carousel-indicators li.active {
    border-color: var(--main-color);
}
.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;
}
.contact-info .contact-item {
    margin: 5px 0;
    display: flex;
    align-content: center;
    cursor: pointer;
}
.contact-info .contact-item i {
    margin-right: 10px;
    font-size: 17px;
    transition: all var(--transition-time);
}
.contact-info .contact-item a {
    color: #000;
}
.contact-info .contact-item:hover i {
    color: var(--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;
}
.contact_content {
    gap: 10px;
    display: flex;
    flex-direction: column;
}
.p-g-mod-t-45 .carousel-type-1 .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
form.contact-form {
    margin-top: 30px;
}
.banner-body .banner-title {
    font-size: 25px;
}
.product-profile-info .sale-price-discount, .hizli-sepet .sale-price-discount {
    display: inline-flex;
    align-items: center;
    border: 1px solid #ebebeb;
    padding: 10px;
    margin-top: 10px;
    font-size: 16px;
}
.product-profile-info .sale-price-discount .sale-price, .hizli-sepet .sale-price {
    font-size: 20px;
    font-weight: 600;
}
.card-product .sale-price-basket {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--main-color);
    padding: 5px 0;
    margin: 0 auto;
    flex-direction: column;
    border-radius: 4px;
    width: 150px;
    color: #898989;
}
.card-product .sale-price-basket .sale-price {
    font-weight: 600;
    font-size: 16px;
    color: var(--main-color);
}
.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: 19px;
    font-weight: 500;
    color: #999;
    text-decoration: line-through;
    margin-right: 10px;
}
.native-modal.show .hizli-sepet .modal-content .short-desc {
    color: #454545;
    font-size: 14px;
    margin-bottom: 15px;
}
.native-modal.show .hizli-sepet .carousel-indicators li {
    width: 10px;
    height: 10px;
    background-color: #898989;
    border-radius: 50%;
    border: 4px solid transparent;
}
.native-modal.show .hizli-sepet .carousel-indicators li.active {
    opacity: 1;
    background-color: #000 !important;
    border: 4px solid #c3c3c3;
}
.native-modal.show .hizli-sepet .product-favourite2 {
    position: absolute;
    top: 15px;
    left: 25px;
    z-index: 999;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    padding-top: 3px;
    -webkit-box-shadow: 0px -2px 18px -3px rgb(0 0 0 / 58%);
    box-shadow: 0px -2px 18px -3px rgb(0 0 0 / 58%);
}
.native-modal.show .hizli-sepet .product-buttons {
    display: inline-flex;
    flex-wrap: nowrap;
}
.native-modal .native-modal-close {
    z-index: 9;
    outline: 0;
}
.native-modal.show .hizli-sepet .fast-product-cart-box {
    height: 100%;
    display: flex;
    flex-direction: column;
    max-height: 600px;
    overflow-y: auto;
}
.native-modal.show .hizli-sepet .modal-body {
    padding: 0 !important;
}
/* Ürün Detay - Birim */
.product-body .product-profile-1 .product-unit {
    display: flex;
    justify-content: center;
    font-weight: 500;
    align-items: center;
    border-radius: 5px;
    border: solid 1px #d9d9d9;
    width: 95px;
    padding: 5px 0;
    margin-right: 10px !important;
    height: 46px;
    margin: 10px 0;
}
.product-body .product-profile-1 .product-unit input[type="checkbox"], .product-body .product-profile-1 .product-unit input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    margin-right: 5px;
}
.product-body .product-profile-1 .product-unit input[type="radio"]:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #96be67;
    content: "";
    display: inline-block;
    visibility: visible;
    border: 3px solid #ebebeb;
}
/* Ürün Kartı - Adet Seçimi */
.card-product .card-product-inner .quantity {
    margin: 5px 0;
    width: 100%;
    text-align: center;
    display: flex;
    flex-basis: auto;
    justify-content: center;
}
.card-product .card-product-inner .quantity .btn {
    display: flex;
    width: 29px;
    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: 30px;
    max-width: 50px;
    height: 35px;
    border-radius: 0;
    border-color: #dbdbdb !important;
    background: #fff;
    color: #555;
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    border-right: 0;
    border-left: 0;
}
.subtitle-img {
    max-height: 25px;
    margin-bottom: 5px;
}
header.desktop .mega-menu .nav-link {
    flex: none;
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.single-menu-container .single-menu li .subtitle-img {
    font-weight: 500;
    text-decoration: none;
    padding: 0;
    display: block;
    color: #fff;
    transition: all 0.2s ease-in-out 0s;
    font-size: 16px;
}
.single-menu-container .single-menu li {
    text-align: center;
    height: 100%;
}
.single-menu-container .single-menu li .sub-single-item {
    padding: 0 15px;
}
/* 404 Sayfası */
.e404-body {
    background: repeating-linear-gradient(45deg, transparent, transparent 10px, #f8f8f8 10px, #f8f8f8 20px), linear-gradient(to bottom, #fff, #fff);
}
.e404-btn {
    background: #ffffff;
    border-radius: 45px;
    color: #212121;
    padding: 20px 50px;
    margin-top: 30px;
    font-size: 16px;
    font-weight: 600;
    -moz-box-shadow: inset 0 -1px 1px #333, 0 5px 0 #222, 0 6px 8px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: inset 0 -1px 1px #333, 0 5px 0 #222, 0 6px 8px rgba(0, 0, 0, 0.35);
    box-shadow: inset 0 -1px 1px #333, 0 5px 0 #222, 0 6px 8px rgba(0, 0, 0, 0.35);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    text-decoration: none;
}
.e404-btn:hover {
    color: var(--main-color);
    -moz-box-shadow: inset 0 -1px 1px var(--main-color), 0 5px 0 var(--main-color), 0 6px 8px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: inset 0 -1px 1px var(--main-color), 0 5px 0 var(--main-color), 0 6px 8px rgba(0, 0, 0, 0.35);
    box-shadow: inset 0 -1px 1px var(--main-color), 0 5px 0 var(--main-color), 0 6px 8px rgba(0, 0, 0, 0.35);
}
/* 404 Sayfası - Tip 1 */
.e404-content .e404-logo img {
    max-height: 100px;
    border: none !important;
}
.e404-page-type-1 {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}
.e404-page-type-1 .e404-pic {
    height: 200px;
    background: #fff;
    border: 1px solid #e2e2e2;
    padding: 10px 20px;
    border-radius: 10px;
}
.e404-page-type-1 .e404-title {
    color: #3b3a39;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 2rem;
    margin: 30px 0px 0px 0px;
}
.e404-description {
    color: #808080;
    font-size: 1rem;
    margin: 5px;
    text-align: center;
    font-weight: 300;
}
/* İki Bölümlü 404 Sayfası - Tip 2*/
.e404-page-type-2 {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}
.e404-page-type-2 .e404-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 100px;
    padding: 0 10%;
    border-top: 0;
    border-left: 0;
}
.e404-page-type-2 .e404-pic {
    height: 400px;
    background: #fff;
    border: 1px solid #e2e2e2;
    padding: 10px 20px;
    border-radius: 10px;
}
.e404-page-type-2 .e404-title {
    color: #3b3a39;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 2rem;
    margin: 30px 0px 0px 0px;
}
/* Mobil Uygulama İkonları  */
footer .mobile-app-title {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    display: block;
}
footer .mobile-app img {
    max-height: 40px;
}
/* Müşteri Etkileşim Butonları */
.product-customer-actions {
    padding: 10px 0;
    background: #fff;
}
.product-customer-actions .action .button i {
    font-size: 15px;
    margin-right: 10px;
}
.product-customer-actions .action:first-child {
    border-left: 0;
}
.product-customer-actions .action {
    border-right: 0;
}
/* Havale İndirimi */
.product-transfer-discount {
    background: #f2f2f2;
    padding: 10px;
    width: 100%;
    border-radius: 5px;
    border-left: 5px solid var(--main-color);
    font-size: 14px;
    color: #7a7a7a;
}
/* E-Bülten */
.newsletter-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
    background: linear-gradient(101.91deg, #492714 3.79%, #80350c 51.89%, #780404 100%);
    padding: 20px 10px;
    border-radius: 15px;
    min-width: 420px;
    max-width: 450px;
    margin: auto;
}
.newsletter-content .newsletter-title {
    font-size: 15px;
    line-height: 37px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #fff;
}
.newsletter-content .newsletter-description {
    font-size: 13px;
    line-height: 19px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #fff;
}
.newsletter-input {
    height: 60px;
    background: transparent;
    display: block;
    color: #fff;
    position: relative;
    line-height: 37px;
    font-size: 15px;
    font-weight: 400;
    border-radius: 25px;
    box-shadow: none;
    border: 1px solid #fff !important;
    padding-left: 20px;
}
input.form-control.newsletter-input::placeholder {
    color: #fff !important;
}
.footer-top .col-12.col-lg-5.col-right {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer-top .col-12.col-lg-7.col-left {
    display: flex;
    align-items: center;
}
.newsletter-form .btn-submit {
    position: absolute;
    right: 0px;
    top: 6px;
    font-size: 13px;
    font-weight: 500;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 45px;
}
.newsletter-form {
    position: relative;
}
.bulten-content {
    display: flex;
    align-items: center;
}
/* SMS Bülteni */
.sms-newsletter-content .newsletter-title {
    color: #222;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 10px;
}
.sms-newsletter-input {
    height: 40px;
    background: #fff !important;
    display: block;
    color: #a3a2a2;
    position: relative;
    line-height: 23px;
    font-size: 13px;
    font-weight: 400;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #ebecee;
}
.sms-newsletter-form .btn-submit {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 13px;
    font-weight: 500;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
}
.sms-newsletter-form {
    position: relative;
    width: 100%;
}
/* Footer Social Media*/
footer .social-media .social-media-title {
    margin-right: 15px;
    font-size: 13px;
    font-weight: 500;
}
footer .social-media a {
    color: #bababa;
    font-size: 17px;
    margin-right: 15px;
    border: 1px solid #bababa;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all var(--transition-time);
}
footer .social-media a:hover {
    color: var(--main-color);
    border-color: var(--main-color);
    transition: all var(--transition-time);
}
footer .social-media a:last-child {
    margin-right: 0;
}
.footer-top .col-12.col-lg-4.col-right p {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    
    font-size: 14px;
    line-height: 23px;
    text-align: center;
    letter-spacing: -0.03em;
    color: #a1a1a1;
    max-width: 450px;
    margin: auto;
}
.card-product .card-product-inner .price-group .prices .list-price {
    text-decoration: line-through;
}
/* Buttons */
.card-blog, .card-brand, .card-category, .card-product {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
}
.card-product .card-product-inner .free-cargo-badge {
    position: absolute;
    left: 10px;
    background: #08aac0;
    height: 35px;
    border-radius: 3px;
}
.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);
    margin-left: 6px;
    border-radius: 0;
}
.card-product .card-product-inner .buttons .btn-cart i, .modal-content .buttons .btn-cart i {
    margin-right: 7px;
}
.card-product .card-product-inner .buttons .btn-cart:hover, .modal-content .buttons .btn-cart:hover {
    background: var(--add-cart-list-bg-hover);
    border-color: var(--add-cart-list-bg-hover);
    color: var(--add-cart-list-hover);
}
.card-product .down-to-top .btn-cart {
    background: var(--add-cart-list-bg);
    border-color: var(--add-cart-list-bg);
    color: var(--add-cart-list) !important;
    transition: var(--transition-time);
    font-size: 13px;
}
.card-product .down-to-top .btn-cart:hover {
    background: var(--add-cart-list-bg-hover);
    border-color: var(--add-cart-list-bg-hover);
    color: var(--add-cart-list-hover) !important;
}
.product-buttons .btn-cart {
    background: var(--add-cart-detail-bg);
    border-color: var(--add-cart-detail-bg);
    color: var(--add-cart-detail);
    transition: all var(--transition-time);
}
.product-buttons .btn-cart:hover {
    background: var(--add-cart-detail-bg-hover);
    border-color: var(--add-cart-detail-bg-hover);
    color: var(--add-cart-detail-hover);
}
.product-buttons .btn-fast-buy {
    background: var(--buy-now-bg);
    border-color: var(--buy-now-bg);
    color: var(--buy-now);
    transition: all var(--transition-time);
}
.product-buttons .btn-fast-buy:hover {
    background: var(--buy-now-bg-hover);
    border-color: var(--buy-now-bg-hover);
    color: var(--buy-now-hover);
}
.payment-final-buttons-1 .btn-complete {
    background: linear-gradient(101.91deg, #101010 3.79%, #212121 51.89%, #383838 100%);
    border-color: #383838;
    color: var(--complete-payment);
    transition: all var(--transition-time);
}
.payment-final-buttons-1 .btn-complete:hover {
    background: #fff;
    border: 1px solid #383838;
    color: #fff;
}
.product-favourite-kart {
    display: inline-block;
    position: absolute;
    right: 20px;
    z-index: 1;
    bottom: 10px;
}
.product-favourite-kart a {
    font-size: 20px;
}
/* Header  */
header.desktop .header-bar .bar-link .icon {
    position: relative;
}
header.desktop .header-bar .bar-link .icon, header.desktop .header-bar .bar-link .name {
    transition: all var(--transition-time);
}
header.desktop .header-bar .bar-user .link a .name {
    color: #222 !important;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
}
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;
    transition: all var(--transition-time);
    font-size: 12px;
}
header.desktop .header-bar .bar-link a {
    color: #222;
}
header.desktop .header-bar .bar-user .link {
    display: flex;
    flex-direction: column;
}
header.desktop .header-bar .bar-link i {
    margin-right: 7px;
    font-size: 23px;
}
header.desktop .header-bar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
header.desktop .header-bar .bar-cart .icon .count {
    position: absolute;
    right: -10px;
    top: -10px;
    min-width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #db2534;
    color: #fff;
    font-size: 11px;
    border-radius: 50%;
}
/* Category Page */
.product-view-select {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    height: 100%;
    align-items: center;
}
/* Card Product */
.card-product .it-over {
    position: absolute;
    bottom: 30%;
    left: 0;
    right: 0;
    width: 100%;
    background: rgb(255 255 255 / 90%);
    color: #000;
    border: 1px solid #000;
    text-align: center;
    height: 50px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.card-product .carousel-control-next i, .card-product .carousel-control-prev i {
    padding: 5px;
    background: #fff;
    font-size: 18px;
    color: #000;
}
.card-product .buttons-wrapper.right-to-left {
    overflow: hidden;
    opacity: 0;
    position: absolute;
    top: 0px;
    right: -30px;
    transition: all 0.4s;
    background: #fff;
    z-index: 9;
    border: 1px solid #ebebeb;
    border-radius: 5px;
}
.card-product .right-to-left .button-group {
    background: transparent;
    padding: 7px;
}
.card-product .right-to-left .cart-group {
    display: flex;
    flex-direction: column;
}
.card-product .right-to-left .cart-group a {
    padding: 0;
    margin: 5px 0;
}
.card-product .right-to-left .cart-group a i {
    font-size: 17px;
    transition: all var(--transition-time);
}
.card-product .right-to-left .cart-group a:hover i {
    color: var(--main-color);
}
.card-product:hover .right-to-left {
    opacity: 1;
    right: 0px;
    transition: all var(--transition-time);
}
.card-product .buttons-wrapper.down-to-top {
    position: absolute;
    overflow: hidden;
    width: 100%;
    left: 50%;
    transform: translate3d(-50%, 0%, 0);
    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;
    display: flex;
}
header.desktop .header-cart-hover .dropdown-menu {
    border: 0;
    border-radius: 0;
    background-color: #fff;
    width: 300px;
    left: inherit;
    right: 0;
    top: 25px;
    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: 15px;
    width: 25px;
    height: 25px;
    border-radius: 20px;
    display: flex;
    font-weight: 500;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
}
.ajax-shopping-cart .product button.btn.btn-danger.btn-remove {
    font-size: 15px;
}
.header-cart-summary-1 .table th {
    font-size: 12px !important;
    font-weight: 500;
}
.header-cart-summary-1 .buttons {
    display: flex;
    flex-direction: column;
    margin-right: 12px;
}
.header-cart-summary-1 .buttons .btn {
    font-size: 12px !important;
    padding: 5px 3px !important;
    margin: 5px;
    background: var(--add-cart-list-bg);
    color: var(--add-cart-list);
    transition: all var(--transition-time);
}
.header-cart-summary-1 .buttons .btn:hover {
    background: var(--add-cart-list-bg-hover);
    color: var(--add-cart-list-hover);
}
.header-cart-summary-1 .buttons .btn-color-2 {
    background: var(--buy-now-bg);
    color: var(--buy-now);
    transition: all var(--transition-time);
}
.header-cart-summary-1 .buttons .btn-color-2:hover {
    background: var(--buy-now-bg-hover);
    color: var(--buy-now-hover);
}
.header-cart-summary-1 .buttons .btn-color-2 i {
    font-size: 8px;
    padding-left: 3px;
}
.ajax-shopping-cart {
    padding: 15px;
    font-size: 12px;
    max-height: 300px;
    overflow-y: auto;
}
.ajax-cart-empty {
    font-size: 13px !important;
    text-align: center;
    padding: 20px 0;
}
.ajax-shopping-cart .product {
    display: flex;
    margin-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
    padding-top: 10px;
}
.ajax-shopping-cart .product:last-child {
    display: flex;
    margin-bottom: 10px;
    border-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
}
.ajax-shopping-cart .product .image {
    flex: 2;
}
.ajax-shopping-cart .product .price {
    flex: 2;
    font-size: 13px;
    text-align: right;
}
.ajax-shopping-cart .product .info {
    flex: 3;
    text-align: right;
}
.ajax-shopping-cart .product .info .name {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #000;
}
.sidebar-menu-type-2 .logo-area a img {
    width: 188px;
    height: 30px;
}
.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;
}
.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: 50px;
    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%;
}
/* ÜRÜN DETAY */
.pdp-technical-features-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}
/* ÜRÜN DETAY */
.btn-menutop {
    height: 50px;
    background: transparent;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: 400;
    font-size: 15px;
    color: #333;
    cursor: pointer;
    padding: 0 15px;
    transition: all 0.4s;
}
.btn-menutop .hakkimizda {
    color: #fff;
    font-weight: 400;
}
.hakkimizda_bottom {
    display: flex;
    flex-direction: row;
}
.hakkimizda-loc {
    display: flex;
    padding: 20px;
    justify-content: center;
    align-items: center;
}
.hakkimizda-loc svg {
    border-right: 1px solid #000;
    padding-right: 10px;
    margin-right: 10px;
}
.hakkimizda-p {
    font-size: 18px;
}
/* Anasayfa Concept */
.banner-image img {
    max-width: 100%;
    width: 100%;
}
.banner-1 {
    background: #e2eaee;
}
.banner-body {
    display: flex;
    flex-direction: column;
    padding: 60px;
    height: 100%;
    justify-content: center;
}
.banner-info {
    margin-top: 15px;
    font-size: 1.25rem;
    font-weight: 300;
}
.banner-button {
    margin-top: 30px;
}
.button-1 {
    color: #007dba;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 17px;
    width: 80px;
    height: 35px;
    font-size: 18px;
    font-weight: 500;
    padding: 5px 30px;
}
.button-1:hover {
    background-color: #f2f2f2;
    color: #007dba;
}
.banner-2 {
    display: flex;
    position: relative;
    flex-direction: row;
}
.banner-mediaa {
    flex: 0 0 40%;
    display: flex;
    justify-content: center;
}
.gift-card .banner-2 {
    background-color: #01426a;
    margin-top: 20px;
}
.banner-title-2 {
    color: #fff;
    font-weight: 500;
    font-size: 2rem;
}
.banner-title-2 {
    font-weight: 500;
    color: #fff;
    font-size: 1.1rem;
}
.banner-info-2 {
    color: #fff;
    font-size: 1rem;
}
.new-body {
    text-align: start;
    padding-left: 130px;
    flex: 0 0 50%;
}
.banner-buton-2 {
    color: #0180c9;
    background-color: #fff;
}
.bnr-bg-2 {
    background-color: #fff;
}
.bnr-bg-3 {
    background-color: #eee;
}
.banner-title-3 {
    width: auto;
    color: #007dba;
    font-size: 2rem;
    font-weight: 600;
    margin: 0;
}
.button-3 {
    border-color: #01426a;
    color: #01426a;
    border-radius: 22px;
    width: 150px;
    font-size: 15px;
    height: 42px;
}
.banner-body-3 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    justify-content: flex-end;
    padding-left: 1rem;
    padding-bottom: 3rem;
    padding-top: 1rem;
    color: #181818;
}
.loc-video {
    display: flex;
}
.mg-block {
    display: block;
    border: 1px solid #e2e2e2;
    margin-bottom: 1rem;
    width: 52%;
    height: 362px;
    margin-left: 16px;
}
.mg-frame {
    padding: 5px;
}
iframe {
    width: 99%;
    height: 200px;
}
.mg-title {
    padding: 0 20px;
    font-size: 20px;
    font-weight: 600;
}
.mg-adres {
    font-size: 13px;
    font-weight: 500;
    padding: 5px 20px;
}
.mg-phone {
    padding: 10px 20px;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    font-weight: 500;
}
.mg-btn {
    background: #0064af;
    text-align: center;
    font-size: 15px;
    padding: 5px 20px;
    margin: 0 10px;
}
/* Concept Son */
.categoryTree {
    display: flex;
    justify-content: space-between;
    padding: 1rem;
}
.kategori-img img {
    width: 100% !important;
    height: 180px;
}
/* Footer */
.footer-middle .patent {
    display: flex;
    justify-content: center;
}
.patent .col-md-6 span {
    font-size: 12px;
}
.customer-support .ul-clear li {
    display: flex;
    justify-content: flex-start;
}
.customer-support {
    display: flex;
    flex-direction: column;
}
.fastpay-body .steps .step.active .circle, .payment-steps-1 .step.active .circle {
    background: #181818 !important;
}
.fastpay-body .steps, .order-summary-v2 .td-product .product, .payment-steps-1, .pre-compare-wrapper .list-wrapper .list, .shopping-cart-1 .td-product .product {
    margin: 10px 0;
}
.fastpay-body .steps .step.active, .free-shipping-limit .info .name span, .payment-steps-1 .step.active {
    color: black;
}
.payment-cart-summary-1 .summary tfoot .final {
    font-size: 17px;
    font-weight: 600;
    color: #023c56;
}
.order-summary-v2 .table-order-v2 .final-price {
    font-weight: 500;
    font-size: 17px;
    color: #023c56;
}
.text-success {
    color: #023c56 !important;
}
#site-footer {
    background: #f5f5f5;
    color: #181818;
}
.container-max-1200 {
    max-width: 1240px;
}
.footer-menu-d {
    color: #989898;
    margin-top: -20px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.footer-menu-d > ul {
    break-inside: avoid;
    padding-top: 20px;
}
.ul-clear {
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer-menu-d > ul > li.title {
    
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.03em;
    color: #181818;
    margin-bottom: 10px;
    text-align: start;
}
.footer-menu-d > ul > li {
    padding: 4.2px 0;
    color: #fff;
}
.footer-menu-d > ul > li > a {
    display: inline-flex;
    align-items: center;
    
    font-size: 15px;
    line-height: 30px;
    letter-spacing: -0.02em;
    color: #181818;
}
a {
    text-decoration: none;
    cursor: pointer;
    outline: none;
}
.social-links {
    margin-top: 0;
    gap: 75px;
}
.social-links > ul {
    display: flex;
}
.social-links > ul > li {
    padding: 0 5px;
}
.social-links {
    display: flex;
    width: 104%;
    align-items: center;
    margin-top: 24px;
    gap: 17px;
}
.footer-menu {
    margin-top: 40px;
    color: #eee;
    text-align: center;
}
.footer-menu > ul > li > a {
    display: inline-flex;
    align-items: center;
    padding: 8px;
}
.customer-support > ul > li + li {
    margin-top: 30px;
}
.customer-support {
    margin-top: 30px;
    text-align: center;
}
.customer-support .title {
    color: #fff;
}
.customer-support .desc {
    display: inline-flex;
    align-items: center;
    margin-top: 10px;
    font-size: 1.37rem;
    line-height: 1.18;
    font-weight: 500;
}
.customer-support .icon {
    margin-right: 10px;
}
.desc {
    color: #fff;
}
.footer-middle-p {
    align-items: center;
    padding: 10px 7px;
}
.footer-middle .row {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer-middle-p p {
    text-align: center;
    margin-bottom: 0;
}
.footer-middle-span {
    padding-left: 5px;
}
.footer-middle .col-right {
    margin-left: auto;
}
.footer-links {
    color: #fff;
}
.footer-links > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.footer-links > ul > li {
    text-align: center;
    padding: 0 15px;
}
.footer-links > ul > li > a {
    color: #fff;
}
.copyright {
    margin-top: 15px;
    text-align: center;
}
.special-ctn .container {
    width: 100%;
}
/* Special Cart */
.special-cart {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2rem;
    background: #75b9b5;
    color: #fff;
    padding: 5rem 0;
    height: 100%;
}
.custom-module-code-817 .owl-item:nth-child(even) .special-cart {
    background: #76acc8;
}
.custom-module-code-822 .col-list-p-v-1:nth-child(even) .special-cart {
    background: #76acc8;
}
.special-title {
    font-weight: 500;
    color: #fff;
    font-size: 2rem;
    line-height: 1.11111;
    padding: 0 3rem;
    text-align: center;
    min-height: 7rem;
}
.sale-price {
    font-size: 1.125rem;
    line-height: 1.33333;
}
.btn-incele {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    padding: 0 50px;
    border-radius: 22px;
    line-height: 1;
    font-weight: 500;
    text-align: left;
    text-decoration: none;
    transition: background-color 0.222s linear 0s;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    -webkit-user-select: none;
    user-select: none;
    border: 1px solid #ffff;
    background: #fff;
    color: #007dba;
    font-size: 14px;
}
/* defult cart */
.cart-default {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    background: #fbfbfb;
    position: relative;
}
.discount {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #181818;
    color: white;
    border-radius: 5px;
    padding: 5px 10px;
}
a.show-btn.ml-1.btn-sidebar-filtre {
    background: white;
    padding: 7px 25px;
    border-radius: 5px;
    color: #181818;
    
}
.cart-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px;
    padding: 0 15px;
    overflow-y: hidden; 
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: #333333;
    margin: 15px 0 0 0;
}
.cart-image a img {
    padding: 10px;
}
.cart-title a {
    color: #333333;
}
.cart-image {
    width: 100%;
    flex: 1;
    text-align: center;
    border-bottom: 1px solid #e2e2e2;
    position: relative;
}
.cart-field {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex: 1;
    width: 100%;
}
#ozelKod1 ul {
    list-style: disc;
    padding-left: 25px;
    font-size: 14px;
}
div#ozelKod1 {
    width: 100%;
    padding: 0 10px;
    min-height: 7rem;
}
.cart-bottom {
    flex: 1;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    align-items: center;
    padding-bottom: 1rem;
    border-top: 1px solid #e2e2e2;
}
.cart-bottom .sale-price {
    
    font-size: 17px;
    line-height: 22px;
    text-align: center;
    color: #333333;
}
.cart-btn .btn-show {
    color: #181818;
    border: 1px solid #181818;
    border-radius: 30px;
    padding: 5px 1.6rem;
}
.cart-field ul {
    height: 75px;
    overflow: hidden;
    padding: 0 15px;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.cart-field ul li {
    list-style: none;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.02em;
    color: #a1a1a1;
}
.ayin-urunu {
    display: flex;
    position: absolute;
    top: 10px;
    left: 10px;
}
.ayin-urunu img {
    width: auto !important;
}
.ayin-urunu p {
    font-size: 12px;
    margin: auto;
    align-items: center;
    display: flex;
}
.ayin-urunu .owl-carousel .owl-item img {
    width: 32px;
}
/* ------- */
.destekConcact {
    display: flex;
}
.destekConcact-etbis {
    max-width: 65px;
}
.customer-support .ul-clear-2 li {
    list-style: none;
}
.footer-middle {
    border-top: 1px solid #e2e2e2;
    padding: 10px 0;
}
.product-quantity input, .product-quantity input:focus {
    width: 40px;
    height: 45px;
    border-radius: 0;
    border-top: 1px solid #d9d9d9 !important;
    border-bottom: 1px solid #d9d9d9 !important;
    border-color: #d9d9d9 !important;
    padding: 0;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
    font-size: 14px;
    font-weight: 700;
}
.product-quantity .btn {
    background: #d9d9d9;
    color: #484848;
    border-color: transparent !important;
    font-size: 11px;
    font-weight: 500;
    width: 35px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border-radius: 0 !important;
}
.product-body .product-title-container {
    display: flex;
    margin-bottom: 1rem;
    flex-direction: column;
    gap: 1rem;
}
.product-brand {
    font-weight: 500;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
}
.product-brand a {
    color: #2c7cba;
}
.product-title {
    display: flex;
    justify-content: space-between;
}
.product-info {
    display: flex;
    gap: 5rem;
    align-items: center;
    flex-direction: row;
    margin-top: 5px;
}
.product-klavuz {
    font-size: 14px;
    display: flex;
    gap: 7px;
    align-items: center;
    text-decoration: underline;
}
.product-bottom {
    margin-top: 0px;
    display: flex;
    flex-direction: column;
}
.product-bottom-price {
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: 100%;
}
.product-buttons {
    flex: 0 0 50%;
}
.priceTitle {
    
    font-size: 16px;
    line-height: 39px;
    color: white;
}
.product-body .product-price-group {
    display: flex;
    font-weight: 500;
    justify-content: flex-start;
    align-items: flex-start;
    color: #333;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 15px;
}
.product-profile-info li {
    margin: 0;
    border-right: 0;
    border-left: 0;
    padding: 10px 0;
    font-weight: 600;
}
.product-profile-info li .value {
    font-weight: 500;
}
.product-price-group .discount .rate {
    font-size: 15px;
}
.product-price-group .discount {
    background: #000;
    height: 28px;
    width: auto;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-right: 10px;
    flex-direction: row;
    border-radius: 20px;
    padding: 0 15px;
}
.product-price-group .prices {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.product-price-group .prices .list-price {
    margin-right: 10px;
    color: #a3a3a3;
    font-size: 25px;
    font-weight: 500;
    text-decoration: line-through;
}
.product-rate a {
    color: white;
    text-decoration: none;
}
.product-price-group .prices .sale-price {
    
    font-size: 29px;
    line-height: 22px;
    font-weight: 500;
    color: #fff;
}
.product-body .product-rate {
    color: #fff;
    
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}
.product-reviews .stars .star {
    color: #e5e5e5;
    font-size: 13px;
}
.product-reviews .count {
    font-size: 16px;
    color: #fff;
}
.product-profile-1 h1.title {
    
    font-size: 29px;
    line-height: 39px;
    color: #fff;
    padding-bottom: 0;
    border-bottom: 0;
    width: 100%;
    text-align: left;
    letter-spacing: 0;
    margin-bottom: 5px;
    line-height: 1;
    margin-top: 10px;
}
.product-profile-1 .product-code {
    color: #a1a1a1;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 14px;
}
.variant-box {
    border: 0;
    background: transparent;
    border-radius: 5px;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}
.variant-box .name {
    margin-bottom: 10px;
}
.product-profile-1 .variant-box ul {
    flex: 1;
}
.product-profile-1 .variant-box ul li {
    display: block;
}
.variant-box ul li .options {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 1rem;
}
.variant-box ul li .options a {
    display: flex;
    flex-direction: column;
    padding: 10px;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    text-align: center;
    color: #717171;
}
.variant-box ul li .options a.active {
    border: 2px solid #333;
}
.variant-box ul li .options a img {
    max-width: 75px;
    margin: 0 auto;
}
.product-profile-1 .carousel .carousel-inner {
    border: 0;
}
.pattern-group .p-g-mod-showcase .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
    font-size: 23px;
    font-weight: 500;
    margin: 0;
    line-height: initial;
    position: relative;
    z-index: 9;
}
.pattern-group .p-g-mod-showcase .p-g-mod-header .p-g-m-h-info {
    position: relative;
    align-items: center;
}
.product-body .p-g-mod-base-content {
    border: 0;
}
.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
}
.product-sticky-top {
    border: 1px solid white;
    padding: 20px 30px;
    border-radius: 5px;
    background: rgb(255 255 255 / 5%);
}
.agePriceArea {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
}
.priceArea {
    flex: 0 0 50%;
    border-right: 1px solid #e2e2e2;
}
.taksitArea {
    flex: 0 0 51%;
    padding-left: 3rem;
}
.taksitArea button#myButton {
    background: transparent;
    border: none;
}
button:focus {
    outline: none !important;
}
.firstTaks {
    color: #fff;
    font-size: 16px;
    line-height: 23px;
    display: flex;
    align-items: center;
    gap: 35px;
}
.firstTaks img {
    margin-right: 10px;
}
.addFavoriteAge {
    position: absolute;
    right: 10px;
    z-index: 1;
    background: #fff;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    top: 10px;
}
.addFavoriteAge a {
    font-size: 0;
}
.addFavoriteAge a i {
    font-size: 18px;
    margin: 0;
}
.product-buttons .btn-cart {
    background: #fff;
    transition: all var(--transition-time);
    border-radius: 0;
    width: 100%;
    
    margin-left: 0;
    margin-right: 0;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    gap: 1rem;
    height: 60px;
    text-transform: uppercase;
    border-radius: 5px;
}
.product-buttons .btn-cart {
    color: #683010;
    font-size: 25px;
    line-height: 29px;
    font-weight: 600;
    border-color: white;
}
.product-buttons .btn-cart:hover {
    background: #fff;
    border-color: #683010;
    color: #683010;
    border: 2px solid;
}
.product-buttons .btn-cart svg {
    width: 20px;
}
.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);
    border-radius: 0;
    width: 100%;
    margin-right: 0;
}
.product-buttons .btn-fast-buy:hover {
    background: var(--buy-now-bg-hover);
    border-color: var(--buy-now-bg-hover);
    color: var(--buy-now-hover);
}
.product-buttons .btn-wp {
    font-size: 14px;
    background: #33aa29;
    border-color: #33aa29;
    color: #fff;
    font-weight: 500;
    margin: 10px 10px 10px 0;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    width: 100%;
    border-radius: 0;
}
.product-cargo-countdown {
    position: relative;
    z-index: 2;
    margin-top: -10px;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
    border: 1px solid #e2e2e2;
    background-color: #fff;
    border-radius: 4px 4px 0 0;
    margin: 1rem 0;
    padding: 1rem 0;
}
.product-cargo-countdown .cargo-countdown-title {
    color: #1f2535;
    font-size: 16px;
    font-weight: 400;
    padding: 0 0.8rem;
}
.product-cargo-countdown .cargo-countdown-title span {
    display: block;
    font-size: 1.5rem;
}
.product-cargo-countdown #cargo-countdown-content {
    display: flex;
    align-items: center;
}
.product-cargo-countdown #cargo-countdown-content div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 5.4rem;
    height: 4.8rem;
    line-height: 2rem;
    color: #1f2535;
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
    margin: 0 10px;
    background-color: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 2px;
}
.product-cargo-countdown #cargo-countdown-content div span {
    line-height: 1.2rem;
    font-size: 0.9rem;
    font-weight: 600;
}
.product-cargo-countdown #cargo-countdown-content div.last-one {
    color: #fff;
    background: #2c7cba;
    border: none;
}
.product-cargo-countdown .cargo-countdown-alert {
    width: 100%;
    color: #1f2535;
    font-size: 1.3rem;
    font-weight: 500;
    text-align: center;
}
.pattern-group .p-g-tab-wrapper .p-g-t-nav .nav .nav-item {
    text-align: center;
    display: flex;
    margin: 0;
    flex: 1;
    background: #e7e7e7ab;
    padding: 5px;
}
.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 {
    border: 1px solid #7665656b;
    background: #7665656b;
    padding-bottom: 0.7rem;
    color: #a1a1a1;
    font-weight: 500;
    height: 60px;
    border-radius: 5px;
}
.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;
}
.login-body .p-g-mod-t-4 .btn-success, .register-body .btn.btn-success {
    border-radius: 0;
    max-width: 100%;
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 12px;
    font-weight: 500;
    min-width: 240px;
    border: 1px solid #683010;
}
.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-login-buttons button.btn.btn-success {
    border-radius: 5px;
}
.f-giris-right a.btn.btn-success {
    border-radius: 5px;
}
.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;
}
.text-decoration-underline {
    text-decoration: underline;
}
.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
    border: 1px solid #383838;
    background: none;
    color: #383838;
}
.register-body .pattern-group .p-g-mod .p-g-mod-header {
    border: none;
}
.loginbg .pattern-group-body {
    background: #fff;
}
.register-body .loginbg .p-g-mod-base-content {
    padding: 60px 300px;
}
.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: end;
}
.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;
}
.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 {
    
    height: 50px;
    border-color: #e2e2e2;
}
.voucher-code-form button.btn.btn-secondary.btn-sm {
    line-height: 0;
    background: #181818;
    border: none;
    color: #fff;
    font-weight: 500;
    padding: 0 1rem;
    letter-spacing: 3px;
    border-radius: 3px;
}
form.voucher-code-form {
    border: 1px solid #e2e2e2;
}
.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: center;
    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;
}
.newcard .p-g-mod {
    margin: 0;
}
.hd-cek .p-g-mod-base-content {
    border: none;
}
.btn-primary {
    color: #fff;
    background: linear-gradient(101.91deg, #101010 3.79%, #212121 51.89%, #383838 100%);
}
.btn-primary:hover {
    color: #383838 !important;
    background: #fff !important;
    border: 1px solid #383838;
}
.btn-success {
    color: #fff !important;
    background-color: #383838 !important;
    border: 1px solid #383838 !important;
}
.btn-success:hover {
    color: #383838 !important;
    background-color: #fff !important;
    border-color: #383838 !important;
}
.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
    box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
    box-shadow: none;
}
.product-profile-1 .product-label.top-left img {
    max-width: 100px;
}
.cart-default .product-label.top-left img {
    max-width: 50px;
}
.cart-default .product-label.top-left {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 1;
}
.info-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    border-top: 1px solid #0000001a;
    padding-top: 20px;
    margin-top: 10px;
}
.oz-btn {
    background: #0000001a;
    padding: 15px;
    border-radius: 3px;
}
.oz-btn img {
    width: 40px;
    margin-right: 8px;
}
.kategori-banner .banner-item .title {
    text-align: center;
    max-width: 140px;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.02em;
    color: #181818;
    
}
header.desktop .search form input::placeholder {
    color: #a1a1a1;
}
.slider-tab ul.nav {
    flex: 0 0 25% !important;
    flex-direction: row;
    display: flex;
    flex-wrap: nowrap;
}
.slider-tab ul.nav li.nav-item {
    background: white !important;
}
.slider-tab ul.nav li.nav-item .nav-link span {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: #ababab;
    
}
.slider-tab ul.nav li.nav-item:last-child a {
    border-left: 1px solid #ababab;
    
}
.slider-tab ul.nav li.nav-item img {
    width: 26px;
}
.slider-tab ul.nav li.nav-item a.nav-link.active span {
    border-bottom: 1px solid #683010;
    color: #683010 !important;
}
.slider-tab ul.nav li.nav-item:last-child a.nav-link.active span {
    color: #ababab;
}
.slider-tab ul.nav li.nav-item:last-child a.nav-link span {
    color: #ababab;
}
.urun-detay {
        background: linear-gradient(101.91deg, #492714 3.79%, #80350c 51.89%, #780404 100%);
    /* background: url(https://cdn.qukasoft.com/f/135999/bzR6WWFtNG0vcUp3ZW1Gc1U4OG5hUT09/i/6989da670ecbd-96239861-sw2034sh1175.webp); */
    /* background-size: cover;  
    background-repeat: no-repeat;*/
}
.urun-detay .p-g-mod-base-content {
    background: transparent !important;
}
.breadcrumb-wrapper .breadcrumb {
    padding: 1rem 0 0 0;
    
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.02em;
}
.product-body .breadcrumb-wrapper .breadcrumb a {
    color: white;
}
.product-body .breadcrumb-wrapper .breadcrumb .breadcrumb-item:last-child a {
    color: white;
}
.product-body .breadcrumb-wrapper .breadcrumb-item + .breadcrumb-item::before {
    content: ">";
    color: #ffffff;
}
.kategori-banner .banner-item .image img {
    max-width: 160px;
}
.kategori-banner a.banner-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.kategori-banner {
    margin: 30px 0;
}
/* AGEMANSET */
.agemanset .btn {
    width: 50% !important;
    background: linear-gradient(90deg, #de1c21 0%, #7a0404 100%);
    color: #fff;
    padding: 10px;
    font-size: 16px;
}
.agemanset h5 {
   
    font-size: 30px;
    color: #683010;
}
.ageslider {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 35px;
    left: 50px;
}
.ageslider img {
    width: 77px;
}
.ageslider p {
    height: 80px;
    max-width: 60%;
    
    font-size: 20px;
    line-height: 22px;
    color: #181818;
}
.slider-content {
    border: 1px solid #683010;
    border-radius: 5px;
}
.slider-content .col-md-7 {
    padding-right: 0;
    padding-left: 0;
}
.slider-content.d-flex.carousel-item {
    background: #fbfbfb;
}
.agemansetBtn {
    background: #ffffff6e !important;
    border: 1px solid white;
}
/* AGEMANSET */
.slider-tab a.carousel-control-next {
    position: absolute;
    top: unset !important;
    bottom: 5% !important;
    right: 10px;
}
.slider-tab a.carousel-control-prev {
    float: right;
    position: absolute;
    top: unset !important;
    bottom: 5% !important;
    right: 55px;
    left: unset;
}
ul.nitelikler {
    display: flex;
    color: white;
    align-items: baseline;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 35px;
}
ul.nitelikler li span.name {
    font-size: 13px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 100;
    margin-right: 5px;
    
}
ul.nitelikler li span.value {
    
    font-size: 13px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 700;
}
.special-field-box li.field .info .name {
    display: none;
}
.special-field-box li.field .info select.form-control.field-input {
    color: #ffffff !important;
    background-color: #d9d9d933 !important;
}
.kargo-info {
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
    
    font-size: 13px;
    line-height: 15px;
}
.kargo-tarihi {
    color: white;
    
    font-size: 13px;
    line-height: 15px;
}
.product-item {
    color: white;
    display: flex;
    align-items: center;
    gap: 10px;
    
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.02em;
}
.product-item:last-child {
    border-right: none;
}
.product-sticky-bar {
    display: flex;
    justify-content: space-between;
    border: 1px solid white;
    padding: 20px 30px;
    border-radius: 5px;
    margin-top: 15px;
    background: rgb(255 255 255 / 5%);
}
.product-sticky-bottom {
    display: flex;
    border: 1px solid white;
    padding: 20px 30px;
    border-radius: 5px;
    margin-top: 15px;
    background: white;
}
.left-title {
    display: flex;
    align-items: center;
    gap: 12px;
}
.yardim-info {
    font-weight: 300;
    font-size: 13px;
    line-height: 15px;
    color: #a1a1a1;
    margin-top: 20px;
    margin-bottom: 0;
    font-family: "Poppins";
}
.item-title {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    font-family: "Poppins";
}
.product-item-right {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.product-item-left {
    flex: 0 0 50%;
}
a.right-item {
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: underline !important;
    font-family: "Poppins";
    color: #181818;
}
.product-profile-1 .carousel-outer {
    padding: 15px;
}
.product-favourite {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.profil-content {
    display: flex;
    justify-content: space-between;
}
.product-sticky-top .special-field-box {
    border: none;
    padding: 0;
}
.special-field-box ul li.field .value select.form-control.field-input {
    background: #5d5d5d;
    border: 1px solid white;
    color: white;
    height: 60px;
}
.special-field-box ul li.field .value select.form-control.field-input select.form-control.field-input {
    color: white;
}
.special-field-box ul li {
    margin: 1rem 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.special-field-box ul li .info {
    display: flex;
    align-items: center;
    gap: 10px;
}
.special-field-box ul li .info .description {
    
    font-size: 19px;
    line-height: 22px;
    letter-spacing: -0.03em;
    color: #fff;
}
/* Shara Age */
div#shareAge {
    position: absolute;
    right: -14px;
    top: -17px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    border-radius: 50px;
    padding: 10px;
    background: #fff;
}
#shareModal {
    position: absolute;
    z-index: 999;
    right: -3%;
    top: -3.6%;
}
.modal-inside {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
}
#shareModal {
    display: none;
}
.overlayAge {
    display: none;
    position: fixed;
    width: 100%;
    background: #65656585;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 123;
    cursor: pointer;
}
.jssocial-sh {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.jssocial-sh a {
    border-radius: 50% !important;
    border: 1px solid #a1a1a1;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
}
.jssocial-sh-link:active, .jssocial-sh-link:focus, .jssocial-sh-link:hover {
    background: #a1a1a1 !important;
}
#shareLink {
    width: 76.9%;
    outline: none;
    border: 1px solid #333;
    float: left;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
#copyD {
    background: #333;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 500;
    border-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.copyArea {
    display: flex;
    margin-top: 0.3rem;
}
.modal-inside .close {
    font-size: 1rem;
    color: #000;
    background: #fff;
    z-index: 123;
    right: 10px;
    position: absolute;
    top: 11px;
    opacity: 1;
    padding: 18px;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}
.modal-inside .close img {
    max-width: 18px;
}
.modal-inside .close:hover {
    opacity: 1 !important;
}
.modal-inside {
    background: #fafafa;
    max-width: 245px;
    width: 245px;
    max-height: 240px;
    z-index: 124;
    border-radius: 100px;
    padding: 0px 2px;
    transform: translateZ(0);
    margin: 0 auto;
    border: 1px solid #e2e2e29c;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}
.social-sh.jssocials {
    margin-bottom: 1rem;
}
.detail-title {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.social-sh {
    padding: 5px 0;
    display: flex;
    align-items: center;
}
.social-sh a {
    padding: 5px 5px;
    text-decoration: none !important;
}
.social-sh img {
    border-radius: 50px;
}
.share-icon {
    padding: 5px 10px;
}
.tooltip {
    position: inherit !important;
    opacity: 1 !important;
}
.tooltip .tooltiptext {
    text-align: center;
    padding: 5px;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
.tooltip .copy-status {
    background: #fff0 !important;
    color: #fff !important;
    position: absolute;
    right: 45px;
    bottom: -50px;
    padding: 10px;
    border-radius: 5px;
    
    font-size: 20px !important;
    opacity: 0;
}
/* Shara Age */
.social-tab .ikonlar {
    display: flex;
    gap: 45px;
}
.social-media {
    background: linear-gradient(101.91deg, #492714 3.79%, #80350c 51.89%, #780404 100%);
    margin: 20px 0 0 0;
}
.social-title {
    color: white;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: -0.03em;
}
.social-tab {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
    gap: 200px;
}
.patent_img {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.col-md-12.banka-etbis {
    display: flex;
    justify-content: space-between;
}
.patent_img img {
    max-height: 55px;
}
.footer-top {
    padding: 60px 0 20px 0;
}
.footer-top .col-12.col-lg-8.col-left {
    display: flex;
    align-items: center;
}
a.footer-link {
    color: #181818;
}
.telif {
    color: #a1a1a1;
    font-size: 14px;
    line-height: 23px;
}
.login-body .p-g-mod-t-4 .btn-success img.manset-logo {
    width: 77px;
}
section.h-center {
    border-bottom: 1px solid #e2e2e2;
    position: relative;
}
.slider-tab .p-g-t-nav {
    margin: 20px 0;
}
section.pattern-group.pattern-group-t-1.pattern-group-p-product.product-details-tab-product-details-tab-colorful.urun-aciklama .container {
    padding: 0 !important;
}
.readmore {
    display: inline-block;
    text-align: center;
}
.seo-text {
    text-align: center;
}
.readmore .moreText {
    display: none;
}
.readmore a.more {
    display: inline-block;
    border: 1px solid #1d1d1d;
    border-radius: 25px;
    color: #111;
    font-size: 15px;
    font-weight: 400;
    padding: 0.5rem 2.6rem;
    background-color: #fff;
    transition: all 0.2s ease-in-out;
    margin: 0rem 0 0;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.readmore h1, h2, h3, h4, h5, h6 {
    font-size: 1.2rem;
}
.teknoloji .teknoloji-banner .owl-carousel-item {
    background: #fafafa;
}
.teknoloji .teknoloji-banner .owl-carousel-item a.banner-item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 475px;
    justify-content: space-between;
}
.teknoloji .teknoloji-banner .owl-carousel-item a.banner-item .title {
    
    font-size: 20px;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: #181818;
    padding: 0 20px;
}
.teknoloji .teknoloji-banner .owl-carousel-item a.banner-item .description {
    
    font-size: 14px;
    line-height: 22px;
    color: #a1a1a1;
    padding: 0 20px 0 20px;
}
.teknoloji .teknoloji-banner .owl-carousel-item a.banner-item .ban-type-btn {
    
    font-size: 14px;
    line-height: 14px;
    color: #683010;
    border: 1px solid #683010;
    margin: 20px;
    padding: 10px 30px;
    width: 43%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
}
.guvenli-alisveris a.banner-item .image img {
    width: 90px;
    min-width: 90px;
    height: 90px;
    min-height: 90px;
}
.guvenli-alisveris a.banner-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 25px;
}
.guvenli-alisveris a.banner-item .banner-aciklama .title {
    
    font-size: 20px;
    line-height: 150.2%;
    letter-spacing: -0.03em;
    color: #000028;
}
.guvenli-alisveris a.banner-item .banner-aciklama .description {
    
    font-size: 17px;
    line-height: 130.2%;
    text-align: center;
    letter-spacing: -0.03em;
    color: #a1a1a1;
}
.banner-aciklama {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.col-right .form-control {
    background: transparent !important;
    border-radius: 100px;
}
section.pattern-group.pattern-group-t-0.pattern-group-p-home.guvenli-alisveris {
    margin: 30px 0;
}
.col-4.header-area.last .btn-categories a .name {
    display: flex;
    align-items: center;
    gap: 10px;
}
.product-profile-1 .carousel .carousel-control-prev {
    color: white !important;
    border: 1px solid white;
    border-radius: 100%;
    width: 55px;
    height: 55px;
    background: #676767;
    opacity: 1;
    position: relative !important;
}
.product-profile-1 .carousel .carousel-control-next {
    color: white !important;
    border: 1px solid white;
    border-radius: 100%;
    width: 55px;
    height: 55px;
    background: #676767;
    position: relative !important;
}
.thumb-img {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}
.product-profile-1 .carousel-indicators li.active {
    background: #676767 !important;
    max-width: 105px !important;
    border-radius: 5px;
    padding: 15px !important;
}
.product-profile-1 .carousel-indicators li {
    background: transparent !important;
    max-width: 105px !important;
    border-radius: 5px;
    padding: 15px !important;
    border: none !important;
}
.agebuton a.btn.btn-mod {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.agebuton a.btn.btn-mod img {
    height: 20px;
    width: 20px;
}
.p-g-mod.p-g-mod-t-8.p-g-mod-base-content.uye-ol {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.uye-ol form.common-register-form {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.uye-ol .mws-form-inline .row.mb-3 {
    display: flex;
    flex-direction: column;
}
.uye-ol .p-g-m-h-info {
    align-items: center !important;
    margin: 40px 0 0 0;
}
.profil-accordion .alert-secondary {
    background: #141414 !important;
}
.profil-accordion .alert-secondary a {
    color: white !important;
}
.profil-accordion .alert-info {
    background: #fff !important;
    border: 1px solid #141414 !important;
}
.profil-accordion .alert-info a {
    color: #141414 !important;
}
.menu-deep-box a img {
    max-width: 100% !important;
}
.card-title::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #555;
}
/*AgeBanner*/
.col-md-12.ageBanner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border: 1px solid #181818;
    border-radius: 5px;
    padding: 0;
}
.sol-banner .col-md-12.ageBanner {
    border: 1px solid #683010;
}
.col-md-7.ageBanner-img {
    padding: 0;
}
.col-md-7.ageBanner-img a img {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.agebanbuton {
    width: 50% !important;
    background: linear-gradient(101.91deg, #101010 3.79%, #212121 51.89%, #383838 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    border-radius: 5px;
}
.agebanbuton a.btn.btn-mod {
    color: #fff !important;
    padding: 10px;
    display: flex;
    align-items: center;
    flex-direction: row;
    font-size: 16px;
    gap: 10px;
}
.mws-form-row.siparis-detail {
    overflow: auto;
    height: 200px;
}
.ageBanner-info a.banner-item .title {
   
    font-size: 30px;
    color: #181818;
}
.ageBanner-info a.banner-item .title.sol-title {
    color: #683010;
}
.ageBanner-info a.banner-item .title.sol-title {
    color: #683010;
}
.agebanbuton.sol-btn {
    background: linear-gradient(90deg, #de1c21 0%, #7a0404 100%);
}
.col-md-5 .ageBanner-info {
    display: flex;
    flex-direction: column;
    gap: 35px;
    justify-content: center;
    left: 50px;
}
.col-md-5.ageBanner-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 50px;
    gap: 35px;
}
.ageBanner-info a.banner-item img {
    width: 77px;
}
.ageBanner-info a.banner-item {
    display: flex;
    flex-direction: column;
    gap: 35px;
}
.ageBanner-info a.banner-item .description {
    
    font-size: 20px;
    line-height: 22px;
    color: #181818;
    max-width: 60%;
}
.agebanbuton img {
    width: 20px !important;
    height: 20px;
}
.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;
}
.kategori-filtre {
    display: none;
}
.kategori-filtre.show {
    display: block;
}
.category-filter-order ul li.d-flex {
    background: transparent !important;
}
a.close-btn.ml-1.btn-sidebar-filtre {
    border: 2px solid #e00000;
    padding: 1px 6px;
    border-radius: 100%;
    z-index: 100000;
}
.kategori-filtre.show .p-g-b-c-inner {
    display: flex;
    gap: 10px;
    flex-direction: column;
}
.mobil-slider .col-md-12.ageBanner {
    flex-direction: column;
    border: 1px solid #683010;
}
.title.sol-title {
    color: #683010;
}
.col-md-6.ageBanner-info img {
    width: 35px;
}
.col-md-6.ageBanner-info {
    display: flex;
    flex-direction: column;
    height: 200px;
    gap: 10px;
    justify-content: center;
    left: 10px;
}
/*AgeBanner Son*/
.mobil-slider {
    display: none;
}
.web-slider .owl-single-button.owl-single-button-next.custom-module-code-949-next {
    bottom: 11px !important;
    right: 35px !important;
    top: unset !important;
    position: absolute;
    background: #ffffff45;
    border: 1px solid white;
}
.web-slider .owl-wrapper .owl-single-button.owl-single-button-prev {
    bottom: 10px !important;
    right: 85px !important;
    top: unset !important;
    position: absolute;
    left: unset;
    background: #ffffff45;
    border: 1px solid white;
}
.web-slider .owl-single-button.owl-single-button-next.custom-module-code-949-next i {
    color: white;
    margin-top: 9px;
    margin-left: 4px;
}
.web-slider .owl-wrapper .owl-single-button.owl-single-button-prev i {
    color: white;
    margin-top: 3px;
    margin-right: 2px;
}
.agebanner-item .owl-single-button.owl-single-button-next.custom-module-code-725-next {
    bottom: 11px !important;
    right: 35px !important;
    top: unset !important;
    position: absolute;
    background: #ffffff45;
    border: 1px solid white;
}
.agebanner-item .owl-wrapper .owl-single-button.owl-single-button-prev {
    bottom: 10px !important;
    right: 85px !important;
    top: unset !important;
    position: absolute;
    left: unset;
    background: #ffffff45;
    border: 1px solid white;
}
.agebanner-item .owl-single-button.owl-single-button-next.custom-module-code-725-next i {
    color: white;
    margin-top: 9px;
    margin-right: -4px;
}
.agebanner-item .owl-wrapper .owl-single-button.owl-single-button-prev i {
    color: white;
    margin-top: 9px;
    margin-right: 2px;
}
.bannerlar {
    margin: 20px 0;
}
.en-iyi-firsat {
    margin: 0 0 30px 0;
}
.en-iyi-firsatlar .p-g-m-h-info {
    align-items: flex-start !important;
    gap: 20px;
}
.en-iyi-firsatlar .p-g-m-h-i-title {
    
    font-size: 24px !important;
    line-height: 22px !important;
    color: #683010 !important;
}
.en-iyi-firsatlar .p-g-m-h-i-description {
    font-size: 19px !important;
    line-height: 22px !important;
    letter-spacing: -0.02em;
    color: #a1a1a1;
    
}
.cart-default .prices {
    display: flex;
    align-items: center;
    gap: 10px;
}
.cart-default .prices .list-price {
    text-decoration: line-through;
    color: #a1a1a1;
}
header.desktop .header-area.last span.count {
    position: absolute;
    bottom: 9px;
    left: 7px;
    background: #683010;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}
/* AGE SEPET */
.ageozet-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.03em;
    color: #181818;
}
.ageozet-sub {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -0.03em;
    color: #a1a1a1;
    margin-top: 8px;
    margin-bottom: 26px;
}
.agecart-ozet {
    padding: 30px;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    background: #fafafa;
    margin-top: 80px;
}
.ageozet-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.03em;
    color: #000000;
    border-top: 0 !important;
    padding: 0.7rem 0px !important;
}
.ageozet-text2 {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.03em;
    color: #181818;
    border-top: 0 !important;
    text-align: end;
}
.ageozet-text3 {
    font-size: 19px;
    line-height: 19px;
    letter-spacing: -0.03em;
    color: #181818;
    
    padding: 20px 0px !important;
}
.final {
    font-size: 19px;
    line-height: 19px;
    letter-spacing: -0.03em;
    color: #181818;
    
}
.ageozet-text4 {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: -0.03em;
    color: #a1a1a1;
}
.ageozet-final {
    display: flex;
    flex-direction: column;
    align-items: end;
}
.payment-final-buttons-1 .btn-complete {
    background: #181818;
    border-color: #181818;
    padding: 18px;
}
.payment-final-buttons-1 .btn-complete:hover {
    background: #181818;
    border-color: #181818;
}
.ageindirim-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.03em;
    color: #181818;
}
p.ageindirim-sub {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -0.03em;
    color: #a1a1a1;
    padding-top: 8px;
    padding-bottom: 20px;
}
.ageindirim {
    margin-top: 40px;
}
.agecart {
    width: 100%;
    background: #fff;
    border-radius: 5px;
}
tr.agecart-2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 35px;
    width: 40%;
    margin-left: 5%;
}
td.td-product {
    flex: 2;
}
td.td-price {
    flex: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
td.td-quantity {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.td-product .p-info {
    padding-top: 20px;
    padding-left: 15px;
}
td.td-total-price {
    flex: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}
.agesepet-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    font-weight: 500;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: -0.03em;
    color: #181818;
    background: #fff;
    padding-bottom: 25px;
    padding-top: 25px;
}
.agesepet-title h5 {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.03em;
    color: #181818;
}
.shopping-cart-1 {
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    margin-bottom: 10px;
}
.td-product .product {
    margin-left: 45px;
}
.td-product .image {
    padding: 5px;
    border-radius: 3px;
}
.td-product .p-info a {
    font-weight: 400 !important;
    font-size: 17px !important;
    line-height: 21px;
    letter-spacing: -0.03em;
    color: #000000;
}
.td-total-price .value {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.03em;
    color: #000000;
}
.product-quantity .btn.btn-minus {
    border-radius: 15px 0 0 15px;
    padding: 15px;
}
a.btn.btn-minus {
    background: #fff;
    border-top: 1px solid #e2e2e2 !important;
    border-bottom: 1px solid #e2e2e2 !important;
    border-left: 1px solid #e2e2e2 !important;
}
.td-price input.form-control {
    border-top: 1px solid #e2e2e2 !important;
    border-bottom: 1px solid #e2e2e2 !important;
    border-left: 0;
    border-right: 0;
    padding: 15px;
}
a.btn.btn-plus {
    background: #fff;
    border-top: 1px solid #e2e2e2 !important;
    border-right: 1px solid #e2e2e2 !important;
    border-bottom: 1px solid #e2e2e2 !important;
}
.product-quantity .btn.btn-plus {
    border-radius: 0 15px 15px 0;
    padding: 15px;
}
.product-quantity .btn:hover {
    background: #fff;
}
.agecartbody {
    display: flex;
    border-bottom: 1px solid #e2e2e2;
}
.agecartbody:last-child {
    border-bottom: 0;
}
.agesepet-ep2 {
    display: flex;
    width: 60%;
    flex-direction: row-reverse;
}
.p-info .variants {
    font-weight: 500;
    font-size: 13px;
    line-height: 17px;
    letter-spacing: -0.03em;
    color: #b8b8b8;
    padding-top: 6px;
}
.sepet-promosyon-Age {
    color: #0a7608;
    background: #adeca77d;
    padding: 10px;
    font-size: 11px;
    border-radius: 5px;
    margin-bottom: 0.4rem;
}
.agesepetcek {
    text-align: end;
}
.agesepetcek2 {
    padding: 0.75rem 0 !important;
}
.newuye {
    border: 1px solid #e2e2e2;
    padding: 40px !important;
    border-radius: 5px;
}
.mws-form-inline .form-control {
    padding: 24px;
}
.modal-content {
    padding: 10px;
}
.modal-header {
    border-bottom: 0;
    padding: 5px 15px;
}
.modal-p {
    line-height: 19px;
    letter-spacing: -0.03em;
    color: #a1a1a1;
    font-size: 13px;
    font-weight: 400;
}
.modal-body .form-control {
    padding: 22px;
    font-size: 13px;
}
.yeni-giris {
    margin-bottom: 1rem;
    border: 1px solid #181818;
    padding: 10px 15px;
    border-radius: 5px;
}
.sub-unuttum2 {
    padding: 0 !important;
    border: 0 !important;
    font-size: 13px;
    font-weight: 700;
    text-decoration: underline;
}
.pass {
    display: flex;
    justify-content: center;
}
.pass-sub {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.02em;
    text-decoration-line: underline;
    color: #a1a1a1;
}
.kvkk a {
    font-weight: 600;
}
button.btn.sub-unuttum {
    text-decoration: underline;
    font-size: 13px;
    color: #a1a1a1;
}
.form-control:focus {
    color: #181818 !important;
    border: 1px solid white !important;
    border-color: #181818 !important;
}
form.newsletter-form.footer-form .form-control:focus {
    color: white !important;
    border: 1px solid white !important;
    border-color: #fff !important;
}
.user-dashboard a.d-block.title {
    color: #181818;
}
.user-dashboard a.btn.btn-orange.btn-sm.btn-cart {
    background: #683010;
    color: white;
    font-size: 14px;
    padding: 10px;
    border-radius: 5px;
    
}
.native-modal .modal-content .modal-header .close {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    position: absolute;
    right: 10px;
}
.fast-login {
    width: 100%;
    flex-wrap: nowrap;
    align-items: center;
    display: flex;
    gap: 10px;
}
.fast-login button.btn.btn-success.btn-sm {
    width: 100%;
    padding: 0.5rem;
}
.fast-login a.btn.btn-secondary.btn-sm {
    width: 47%;
}
button.btn.btn-success.btn-sm.katit-ol-btn {
    color: #383838 !important;
    background-color: #fff !important;
    border: 1px solid #383838 !important;
}
button.btn.btn-success.btn-sm.katit-ol-btn a {
    color: #383838 !important;
}
button.btn.btn-success.btn-sm.katit-ol-btn a:hover {
    color: #fff !important;
}
button.btn.btn-success.btn-sm.katit-ol-btn:hover {
    color: #fff !important;
    background-color: #383838 !important;
    border: 1px solid #383838 !important;
}
.btn-fb-login:hover {
    background-color: #fff !important;
    background-image: none !important;
}
.btn-google-login:hover {
    background-color: #fff !important;
    background-image: none !important;
}
.native-modal .sticky-top {
    padding-right: 5px !important;
}
.mobil-banka .img-auto {
    width: 100%;
    height: 100%;
}
.web-banka .img-auto {
    max-width: 917px;
    max-height: 55px;
    width: 100%;
    height: 100%;
}
span.DetailFiyat.LastFiyat {
    font-size: 17px;
    color: #fff;
    margin: 10px 0px;
}
header.desktop .btn-categories .dropdown.header-cart-hover a span img {
    position: relative;
}
/* AGE SEPET */
.cat-responsive-buttons .btn-group {
    position: fixed;
    bottom: 10px;
    z-index: 2;
    background: #683010;
    border-radius: 5px;
}
.cat-responsive-buttons .btn-group button.btn.btn-outline-dark {
    color: white;
    font-size: 13px;
    
}
.cat-responsive-popup .simplebar-content {
    padding-left: 20px;
}
h4.giris-title {
    text-align: center;
    
    font-size: 25px;
    margin-bottom: 30px;
}
.giris-border {
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    padding: 20px;
}
.age-item-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 220px;
    margin-bottom: 20px;
    justify-content: space-between;
}
h3.kampanya-title {
    text-align: center;
    margin: 50px 0 30px 0;
    font-size: 28px;
    
}
.age-camp .banner-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 25px;
    background: #fafafa;
    margin-bottom: 20px;
}
.age-camp .banner-area h3 {
    
    font-size: 20px;
    letter-spacing: -0.02em;
    color: #181818;
}
.age-camp .banner-area p {
    
    font-size: 14px;
    color: #a1a1a1;
}
.age-camp .banner-area a {
    
    font-size: 14px;
    color: #683010;
    border: 1px solid #683010;
    padding: 10px;
    width: 43%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
}
.tekno-head .p-g-mod-body {
    padding: 0 15px !important;
}
.mobil-slider .col-md-12.ageBanner.mobil-sag {
    flex-direction: column;
    border: 1px solid #181818;
}
img.mobil-banka {
    display: none;
}
/* Destek Merkezi Css */
.card-help-title {
    background: #f5f5f5;
    text-align: center;
    padding: 12px 0;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90px;
}
.p-g-mod-t-63 .p-g-mod-body .help-search-wrapper .title {
    font-size: 35px;
    font-weight: 900;
    margin-bottom: 12px;
}
.card-help-title:hover {
    background-color: #c7c7c7;
}
.p-g-mod-t-63 .p-g-mod-body {
    background: url(https://percdn.com/f/822584/bzR6WWFtNG0vcUp3ZW1Gc1U4OG5hUT09/i/image-53219167.webp) center;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    height: 410px;
}
.help-entries .card-header a {
    padding: 15px 20px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
}
.card-help-title a.title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 0;
}
.destekmerkezi-description {
    font-size: 22px;
    margin-bottom: 12px;
    text-align: center;
}
.detay-aciklama .p-g-accordion .p-g-a-wrapper .p-g-a-w-header a {
    background: #fff;
    max-width: 1600px;
    margin: 0 auto;
    height: auto;
    padding: 25px 0;
    gap: 35px;
}
.detay-aciklama .p-g-accordion .p-g-a-wrapper .p-g-a-w-header a span {
    
    font-size: 22px;
    line-height: 27px;
    letter-spacing: -0.02em;
    color: #181818;
}
.detay-aciklama .p-g-mod-product-det {
    background: #e2e2e2;
    
}
.detay-aciklama .p-g-accordion .p-g-a-wrapper .p-g-a-w-header a:after {
    content: " ";
    background-image: url("https://percdn.com/f/822584/bzR6WWFtNG0vcUp3ZW1Gc1U4OG5hUT09/i/image-88361943.webp");
    width: 15px;
    height: 15px;
    position: absolute;
    right: 200px;
    max-width: 1600px;
}
.alert-secondary {
    background: #000 !important;
    border-color: #000 !important;
}
.alert-secondary a {
    color: #fff !important;
}
.alert-info {
    color: #000 !important;
    background: #fff !important;
    border-color: #000 !important;
}
div#p-g-accr-detay-aciklama .p-g-a-wrapper {
    border-bottom: 1px solid #e2e2e2;
}
.product-sticky-top .special-field-box .form-control:focus {
    color: white !important;
}
.soldout {
    font-size: 15px;
    
}
.tukendi {
    font-size: 18px;
    
    color: white;
}
.alert-danger {
    display: none;
}
.sayfalar p {
    line-height: 22px;
    font-size: 14px;
}
.fa-check-circle:before {
    content: "\f058";
    color: #28a745;
}
.payment-success-alert .bg-dark {
    background-color: #28a745 !important;
}
.payment-success-alert span {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 1rem;
}
/* COOKİE */
.cookie-agreement-module {
    background: #000000c2 !important;
}
.cookie-agreement-module .col-sm-10 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.cookie-agreement-module {
    top: auto !important;
    bottom: 0px !important;
    max-width: 840px;
    border-radius: 10px;
    margin: 4px;
    margin-bottom: 25px;
}
.cart-body .cookie-agreement-module {
    display: none;
}
/* COOKİE */
.list-group-item {
    border-top: none !important;
}
.iletisim-page {
    max-width: 1200px;
}
.iletisim {
    display: flex;
    justify-content: space-between;
}
.sanal-tur {
    height: 100%;
    border: 1px solid #683010;
    padding: 15px;
    border-radius: 20px;
}
.sanal-tur a {
    font-size: 14px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
}
.row.first-row {
    padding: 1.2rem 0px;
    border-bottom: 1px solid #efefef;
}
section.pattern-group.pattern-group-t-0.pattern-group-p-ready_product_system header.desktop.fixed-d {
    position: relative;
}
a.kombin-btn {
    background: linear-gradient(to bottom, #474747, rgba(71, 71, 71, 0) 50%), linear-gradient(to right, #474747 20%, #222);
    font-weight: 600;
    font-size: 16px;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.kombin-urunler .p-g-mod-header {
    margin-top: 30px;
}
.kombin-price {
    padding: 10px 15px;
}
.kombin-urunler {
    background: #fafafa;
}
.kombin-urunler .p-g-mod.p-g-mod-t-66.p-g-mod-showcase {
    background: #fafafa !important;
}
.kombin-urunler .row.custom-module-code-1283 {
    display: flex;
    justify-content: center;
}
.kombin-urunler .cart-default {
    flex-direction: row;
    background: #fff;
}
.kombin-urunler .cart-image {
    flex: 0 0 50%;
    border-bottom: none;
}
.cart-right {
    margin: auto;
    padding-right: 15px;
    display: flex;
    flex-direction: column;
}
.kombin-urunler .image img.img-auto.lazy-load.lazy-complete {
    max-height: 200px;
}
.cart-title.kombin-title {
    font-size: 13px;
}
.kombin-right {
    display: flex;
    flex-direction: column;
}
.kombin-urunler .p-g-m-h-i-description {
    color: #a1a1a1;
    font-size: 16px !important;
    margin-bottom: 20px !important;
}
.kombin-urunler .p-g-m-h-i-title {
    font-size: 26px !important;
    font-weight: 600 !important;
    margin-top: 40px !important;
    margin-bottom: 10px !important;
}
.top-bar {
    background: linear-gradient(101.91deg, #492714 3.79%, #80350c 51.89%, #780404 100%);
    height: 40px;
    display: flex;
    align-items: center;
}
.top-bar .col-md-9 {
    color: white;
}
.top-bar a {
    color: white;
}
.top-bar .container.col-md-12 {
    display: flex;
    align-items: center;
    padding: 5px 0;
}
.top-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-top .col-lg-8 {
    padding-left: 25px !important;
}
.footer-contact {
    display: flex;
    justify-content: space-between;
    max-width: 450px;
    align-items: center;
    margin: auto;
}
.footer-sanal-tur {
    flex: 0 0 55%;
}
.footer-sanal-tur a img {
    width: 35px;
}
.f-info div a img {
    filter: invert(1);
}
.f-info .ff-text img {
    filter: invert(0);
}
.ff-phone {
    font-size: 17px;
}
.ff-contact {
    display: flex;
    gap: 10px;
}
.col-12.col-lg-4.col-right {
    border: 1px solid #d9d9d9;
    padding: 20px;
    border-radius: 20px;
    background: #fafafa;
}
.f-info div a {
    font-size: 15px;
}
.f-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
}
.contact-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}
.iletisim.statik-iletisim {
    flex-direction: row;
}
.custom-module-code-934 .owl-item .owl-carousel-item a .image .img-auto {
    width: 100%;
    height: 100%;
}
.custom-module-code-935 .owl-item .owl-carousel-item a .image .img-auto {
    width: 100%;
    height: 100%;
}
.ageBanner-img a img {
    width: 100%;
    height: 100%;
}
.cart-image a .image .img-auto {
    width: 100%;
    height: 100%;
}
.custom-module-code-827 .banner-item .image .img-auto {
    width: 100%;
    height: 100%;
}
.nav-item a img {
    width: 100%;
    height: 100%;
}
.patent_img img {
    max-height: 55px;
    max-width: 917px;
    width: 100%;
    height: 100%;
}
.destekConcact-etbis a .img-auto {
    max-width: 65px;
    max-height: 75px;
    width: 100%;
    height: 100%;
}
.ageBanner-info a.banner-item img {
    width: 100%;
    height: 100%;
    max-width: 77px;
    max-height: 77px;
}
.dropdown-category .btn-categories img {
        max-width: 200px;
    max-height: 45px;
    width: 100%;
    height: 100%;
}
.ff-contact img {
    max-width: 30px;
    max-height: 47px;
    width: 100%;
    height: 100%;
}
.search .easy-autocomplete form button img {
    width: 25px;
    height: 25px;
}
.top-bar .container .col-md-9 .img-auto {
    width: 15px;
    height: 15px;
}
.newsletter-form button .img-auto {
    width: 19px;
    height: 19px;
}
.palnetdijital .img-auto {
    width: 151px;
    height: 45px;
}
.custom-module-code-941 .owl-item .owl-carousel-item a .image .img-auto {
    width: 100%;
    height: 100%;
}
.custom-module-code-950 .owl-item .owl-carousel-item .ageBanner-info img {
    width: 35px;
    height: 35px;
}
.scrollbar .mobile-search .easy-autocomplete button div .img-auto {
    width: 25px;
    height: 25px;
}
.mobil-area-2 .short-link a .img-auto {
    width: 17px;
    height: 17px;
}
.kampanyalaricon .img-auto {
    width: 35px !important;
    height: 35px !important;
}
.ikonlar a .img-auto {
    width: 50px;
    height: 50px;
}
.ff-contact .img-auto {
    width: 30px;
    height: 47px;
}
.profilstoktatok {
    font-size: 25px;
    color: red;
    font-weight: bold;
}
/* Kullanılmayan Kart Gizleme */
.installment-1 {
    display: none;
}
.installment-7 {
    display: none;
}
.installment-9 {
    display: none;
}
/* Kullanılmayan Kart Gizleme  */
.login-body .p-g-mod-t-4 .nav-tabs .nav-item.show .nav-link, .login-body .p-g-mod-t-4 .nav-tabs .nav-link.active {
    border: none !important;
    background: linear-gradient(101.91deg, #683010 3.79%, #b10808 51.89%, #780404 100%) !important;
    color: #fff !important;
}
.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: red;
    border-radius: 0.25rem;
    margin-top: 1rem;
    text-align: center;
}
/* Yeni Yorum Modülü */
.product-comment-list-v2 .row {
    background: #fff;
    border: 1px solid #d3d3d3;
    border-radius: 10px;
}
.product-comment-list-v2 .score .stars .star.fill, .product-comment-list-v2 .comments .item .customer .stars i.fill, .product-comment-list-v2 .summary .item .stars .fill {
    color: #ffc000;
}
.product-comment-list-v2 .summary .item .rate .fill {
    background: #ffc000;
}
.product-comment-list-v2 .leave-comment .btn {
    height: 50px;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 65%;
    background: #d9d9d9;
    border-radius: 10px;
    border-color: #d9d9d9;
}
.product-comment-list-v2 .leave-comment .description {
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
    max-width: 65%;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #000000;
}
.product-comment-list-v2 .comments .item .comment {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.04em;
    color: #333;
    padding-left: 5px;
}
.product-comment-list-v2 .comments {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    margin: 10px 0;
}
.p-g-mod-t-92 .p-g-mod-body {
    padding: 30px;
    background: #ffff;
}
.product-comment-list-v2 .comments .item .control .like {
    flex: none;
    border-right: 1px solid #e2e2e2;
    padding: 0 5px;
}
.product-comment-list-v2 .comments .item .control .report {
    flex: none;
}
.product-comment-list-v2 .comments .item .control {
    margin-top: 25px;
}
.product-comment-list-v2 .comments .item .customer .name {
    border-right: 1px solid #e2e2e2;
    padding: 0 10px;
    margin-right: 0;
}
.p-g-mod-t-60 .p-g-mod-body a .image, .product-comment-list-v2 .comments .item .customer .stars {
    border-right: 1px solid #e2e2e2;
    padding: 0 10px;
    margin-right: 0;
}
.product-comment-list-v2 .comments .item .customer .date {
    border-right: 1px solid #e2e2e2;
    padding: 0 10px;
    margin-right: 0;
}
.product-comment-list-v2 .summary .item .rate .light {
    background: #d9d9d9;
}
.product-comment-list-v2 .summary .item .stars {
    color: #d9d9d9;
}
.product-comment-list-v2 {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
}
.product-comment-list-v2 .comments .item {
    background: #fafafa;
    border-radius: 10px;
    border-bottom: 0;
    margin: 10px 0;
}
.product-reviews .stars .star.fill {
    color: #ffc000;
}
/* Bitti */
.Campaigns-steps .item .Txt a {
    color: black;
}
.pages-body .pattern-group .p-g-mod .p-g-mod-header {
    padding: 10px 15px;
    height: 60px;
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.pages-body .pattern-group .p-g-tab-wrapper .p-g-t-nav .p-g-t-n-header .p-g-t-n-info .p-g-t-n-i-title, .pattern-group .pattern-group-header .p-g-h-info .p-g-h-i-title {
    font-size: 17px;
    font-weight: 500;
    margin: 0;
    line-height: initial;
    color: #8c9090;
}
.pages-body .pattern-group .pattern-group-header {
    padding: 15px 0px;
    display: flex;
    border-bottom: 1px solid #e2e2e2;
    width: 100%;
}
@media (max-width: 1500px) {
    .guvenli-alisveris a.banner-item {
        gap: 15px;
    }
    .guvenli-alisveris a.banner-item .banner-aciklama .description {
        font-size: 15px;
    }
    .guvenli-alisveris a.banner-item .image img {
        width: 75px;
        min-width: 75px;
        height: 75px;
        min-height: 75px;
    }
}
@media (max-width: 1440px) {
    .iletisim-page {
        max-width: 700px;
    }
}
@media (max-width: 1367px) {
    .bulten-content {
        display: flex;
        align-items: center;
        flex-direction: column;
        width: 100%;
        gap: 10px;
    }
    .sanal-tur a {
        font-size: 13px;
    }
    .detay-aciklama .p-g-accordion .p-g-a-wrapper .p-g-a-w-header a {
        padding: 25px 50px;
    }
    .teknoloji .teknoloji-banner .owl-carousel-item a.banner-item .ban-type-btn {
        width: 65%;
    }
    .age-camp .banner-area a {
        width: 65%;
    }
    header.desktop .btn-categories {
        padding: 0;
    }
    .patent_img img {
        max-width: 650px;
    }
    .guvenli-alisveris a.banner-item {
        gap: 10px;
    }
    header.desktop .header-area.last span.count {
        left: 9px;
    }
    .newsletter-content {
        min-width: 95%;
        max-width: 97%;
        padding: 15px;
    }
}
@media (max-width: 1200px) {
    .button-shipping-location {
        display: none;
    }
    header.desktop .search form input {
        font-size: 10px;
    }
}
@media (max-width: 991px) {
    .card-product .sale-price-basket {
        margin: 10px auto;
    }
    .card-product .card-product-inner .buttons .btn-cart {
        border-radius: 15px;
        margin-right: 0;
        width: 100%;
    }
    .card-product .card-product-inner .buttons {
        width: 100%;
    }
    .card-product .product-unit {
        display: flex;
        justify-content: center;
        margin: 2px;
        font-weight: 500;
        position: relative;
        left: 0;
        right: 0;
    }
    .card-product .cart-unit-basket-container {
        height: auto;
        position: relative;
        bottom: 0;
        left: 0;
        padding-bottom: 10px;
        z-index: 1;
        flex-direction: column;
    }
    .card-product:hover .cart-unit-basket-container {
        position: relative;
    }
    .newsletter-form {
        position: relative;
        width: 100%;
        margin: 10px 0;
    }
    .newsletter-content {
        flex-direction: column;
        max-width: 100%;
        min-width: 100%;
    }
    footer .bb .col {
        flex-basis: auto;
    }
    footer .col-margin-right {
        margin-right: 0px;
    }
    .info-bar-1 .icons {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #000;
        padding: 10px 0;
        flex-direction: column;
    }
    .login-body .p-g-mod-t-4 {
        padding: 7px;
    }
    .category-filter-order-desktop {
        display: none;
    }
    .product-details-tab-product-details-tab-colorful .p-g-tab-wrapper .p-g-t-nav .nav {
        height: auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .product-profile-1 .product-quantity {
        margin-right: 10px;
    }
    .product-badges .p-badge {
        height: 55px;
        flex: auto;
    }
    .product-buttons .btn-fast-buy {
        flex: 1;
    }
    .product-buttons .btn-cart {
        flex: 1;
        margin-left: 0;
    }
    .product-buttons .btn-wp {
        width: 100%;
    }
    .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;
        height: 50px;
    }
    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 .bb {
        border-top: 0;
        border-bottom: 0;
    }
    footer .info {
        padding-top: 0;
    }
    footer .info .title {
        text-align: center !important;
        color: #000;
        border: 1px solid #000;
        padding: 8px;
        position: relative;
    }
    footer .info .title::after {
        content: "+";
        right: 10px;
        top: 3px;
        bottom: 0;
        position: absolute;
        font-size: 20px;
        margin-bottom: 10px;
    }
    footer .info .fs {
        display: none;
        text-align: center !important;
        border: 1px solid #000;
        margin-bottom: 15px;
        color: #000 !important;
        padding: 10px;
    }
    footer .info ul {
        margin: 0;
    }
    footer .info ul li {
        color: #000 !important;
    }
    footer .info ul li a {
        color: #000;
    }
    footer .info ul li a:before {
        display: none;
    }
    footer .social-media {
        justify-content: center;
        margin: 10px 0;
    }
    footer .secure {
        text-align: center !important;
        margin: 10px 0;
    }
}
@media (max-width: 900px) {
    .gallery-image {
        width: 356px;
    }
    .newsletter-content {
        display: flex;
        align-items: center;
        padding: 13px;
    }
    .bulten-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .newsletter-input {
        font-size: 13px;
    }
    .kombin-urunler .p-g-m-h-i-description {
        text-align: center;
        margin-bottom: 45px !important;
    }
    .footer-contact {
        margin: 10px 0;
        flex-direction: column;
        max-width: 100%;
        width: 100%;
        gap: 10px;
    }
    a.kombin-btn {
        padding: 6px 0;
    }
    h5.modal-title {
        display: none;
    }
    .fastpay-body footer .cards img {
        width: 30px;
    }
    .guvenli-alisveris a.banner-item .banner-aciklama .description {
        font-size: 13px;
        text-align: center;
        padding: 3px 30px;
    }
    .sanal-tur {
        justify-content: center;
        padding: 10px;
        align-items: center;
        display: flex;
    }
    .iletisim.statik-iletisim {
        flex-direction: column-reverse;
        gap: 20px;
    }
    .cookie-agreement-module div {
        padding-bottom: 2px;
        text-align: center;
    }
    .kargo_firma {
        flex-direction: column;
    }
    .cok-satanlar-title .baslik {
        margin: 95px 0 20px 0;
    }
    .card-help-title {
        align-items: center;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 65px;
        width: 100%;
    }
    .card-help-title .image img {
        width: 25px;
    }
    .card-help-title .title {
        font-size: 13px;
    }
    .card-help-title a.title {
        gap: 6px;
        margin-top: 0;
        font-size: 13px;
    }
    .agedestekmerkezi .col-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 66%;
        max-width: 66%;
    }
    .destekmerkezi-description {
        font-size: 16px !important;
        margin-bottom: 12px;
        text-align: center;
    }
    .pattern-group-p-help_detail .p-g-mod.p-g-mod-t-59.p-g-mod-help-group.p-g-mod-trans .agedestekmerkezi {
        display: flex;
        overflow-x: scroll;
        flex-wrap: nowrap;
    }
    .detay-aciklama .p-g-accordion .p-g-a-wrapper .p-g-a-w-header a:after {
        right: 30px;
    }
    .detay-aciklama .p-g-accordion .p-g-a-wrapper .p-g-a-w-header a {
        max-width: 360px;
        padding: 25px 15px;
    }
    .detay-aciklama .p-g-accordion .p-g-a-wrapper .p-g-a-w-header a span {
        font-size: 18px;
    }
    .detay-aciklama .p-g-accordion .p-g-a-wrapper .p-g-a-w-header a img {
        width: 30px;
    }
    h3.kampanya-title {
        margin: 15px 0 30px 0;
    }
    .teknoloji-banner {
        max-height: 410px;
    }
    .col-md-12.banka-etbis {
        flex-direction: column;
    }
    img.web-banka {
        display: none;
    }
    img.mobil-banka {
        display: block;
    }
    .teknoloji .teknoloji-banner .owl-carousel-item a.banner-item .ban-type-btn {
        width: 65%;
    }
    .mobil-slider .owl-wrapper .owl-single-button {
        top: 31% !important;
    }
    .product-favourite-kart {
        right: 10px;
    }
    .product-favourite a img {
        width: 70%;
    }
    .teknoloji .teknoloji-banner .owl-carousel-item a.banner-item .description {
        padding: 20px 20px 0 20px;
        height: 155px;
    }
    .teknoloji .teknoloji-banner .owl-carousel-item a.banner-item .description {
        font-size: 13px;
    }
    .teknoloji .teknoloji-banner .owl-carousel-item a.banner-item .title {
        font-size: 16px;
    }
    .teknoloji .teknoloji-banner .owl-carousel-item a.banner-item .ban-type-btn {
        margin: 0 0 20px 20px;
        padding: 7px 10px;
    }
    .cart-empty-alert span {
        text-align: center;
    }
    .product-brand {
        display: none;
    }
    .teknoloji .teknoloji-banner .owl-carousel-item a.banner-item {
        display: flex;
        flex-direction: column;
        gap: 0;
        height: 100%;
        justify-content: space-between;
    }
    .teknoloji .teknoloji-banner .owl-carousel-item a.banner-item .image {
        margin-bottom: 20px;
    }
    .agesepet-ep2 {
        width: 100%;
        height: 50px;
    }
    .agecartbody {
        display: flex;
        flex-direction: column;
        height: 200px !important;
    }
    tr.agecart-2 {
        margin-top: 0px;
        margin-bottom: 0px;
        width: 90%;
        height: 150px;
    }
    .left a.icon-group.ml-1.btn-sidebar-menu.ml-2 .img-auto {
        width: 26px;
        height: 26px;
    }
    .cart-default .prices {
        align-items: flex-start;
        gap: 3px;
        flex-direction: column;
    }
    .agebanbuton a.btn.btn-mod {
        padding: 5px;
    }
    #accordion .accordion-product .card-header div img {
        width: 28px !important;
    }
    #accordion .accordion-product .card-header h5 {
        font-size: 17px !important;
    }
    .col-12.col-lg-4.col-right {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    a.close-btn.ml-1.btn-sidebar-filtre {
        display: none;
    }
    .cat-responsive-popup .buttons {
        margin-bottom: 10px;
    }
    .profil-accordion .card-header {
        padding: 1rem !important;
    }
    #accordion .accordion-product .card-header h5 div {
        gap: 25px !important;
    }
    .benzer-urunler .p-g-m-h-i-title {
        font-size: 18px;
    }
    .breadcrumb-wrapper .breadcrumb {
        font-size: 11px;
        line-height: 16px;
    }
    .firstTaks {
        gap: 5px;
    }
    .web-slider {
        display: none;
    }
    .mobil-slider {
        display: block;
        max-height: 480px;
    }
    .en-iyi-firsatlar .p-g-m-h-info {
        gap: 10px;
    }
    .en-iyi-firsatlar .p-g-m-h-i-description {
        font-size: 16px;
    }
    .col-md-6.ageBanner-img {
        padding: 0;
    }
    .col-md-6.ageBanner-img a img {
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
    }
    .destekConcact-etbis {
        margin: 0 auto;
    }
    .col-md-9.banka-etbis {
        flex-direction: column-reverse;
    }
    .patent_img img {
        max-width: 100%;
    }
    .kategori-banner .banner-item .title {
        font-size: 15px;
    }
    .cart-default .product-label.top-left {
        top: 10px;
    }
    .cart-default .product-label.top-left img {
        max-width: 42px;
    }
    .product-profile-1 .carousel .carousel-indicators {
        flex-wrap: nowrap;
    }
    .product-profile-1 .carousel-indicators li {
        padding: 0 !important;
    }
    .product-profile-1 .carousel-indicators li.active {
        padding: 0 !important;
    }
    .product-profile-1 .carousel .carousel-control-prev {
        width: 25px;
        height: 25px;
    }
    .product-profile-1 .carousel .carousel-control-next {
        width: 25px;
        height: 25px;
    }
    .product-profile-1 .carousel .carousel-control-prev img {
        width: 60%;
    }
    .product-profile-1 .carousel .carousel-control-next img {
        width: 60%;
    }
    .thumb-img {
        margin-bottom: 20px;
    }
    .profil-accordion .accordion-item {
        border: none !important;
    }
    section.pattern-group.pattern-group-t-0.pattern-group-p-home.guvenli-alisveris {
        margin: 15px 0;
    }
    .guvenli-alisveris a.banner-item {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .ageslider {
        left: 0;
        gap: 20px;
    }
    .ageslider img {
        width: 45px;
        margin-top: 10px;
    }
    .agemanset .btn {
        margin-bottom: 10px;
        width: 95% !important;
        padding: 2px;
    }
    .ageslider p {
        height: 85px;
    }
    .agemanset h5 {
        font-size: 21px;
    }
    .footer-top {
        padding: 10px 0 0 0;
    }
    .footer-middle .patent {
        flex-direction: column-reverse;
    }
    .f-giris {
        flex-direction: column;
    }
    .f-giris-left {
        width: 100%;
        padding: 0;
        padding-right: 0;
        border-right: none;
        border-bottom: 1px solid #e2e2e2;
    }
    .f-giris-right {
        padding-top: 30px;
        width: 100%;
        padding-left: 0;
    }
    .product-buttons .btn-cart {
        height: 50px;
    }
    .shareAge img {
        width: 20px;
    }
    .urun-detay {
        padding-bottom: 20px;
    }
    .product-sticky-top {
        padding: 20px;
    }
    a.right-item {
        gap: 7px;
    }
    .product-sticky-bottom {
        padding: 20px;
        flex-direction: column;
        gap: 15px;
    }
    .yardim-info {
        margin-top: 10px;
    }
    .product-item-right {
        justify-content: center;
    }
    .product-buttons {
        width: 100%;
    }
    .product-favourite {
        top: -10px;
        right: 5px;
    }
    .product-sticky-bar {
        padding: 20px;
    }
    .product-body .product-price-group {
        gap: 0;
    }
    .product-price-group .prices .sale-price {
        font-size: 22px;
    }
    .product-item {
        width: auto;
        padding: 0 10px;
        font-size: 11px;
    }
    .special-field-box ul li .info .description {
        font-size: 14px;
    }
    .product-profile-1 h1.title {
        font-size: 22px;
    }
    .product-body .product-rate {
        font-size: 12px;
        line-height: 17px;
    }
    .product-item img {
        width: 20px;
    }
    .product-bottom-price {
        flex-direction: column;
    }
    .product-body .product-title-container {
        gap: 10px;
    }
    .taksitArea {
        padding-left: 1rem;
    }
    .product-profile-1 .product-label {
        z-index: 1 !important;
    }
    .product-profile-1 .product-label.top-left img {
        max-width: 96px;
    }
    .product-profile-1 .carousel-outer {
        padding: 30px;
    }
    ul.nitelikler {
        gap: 10px;
    }
    div#shareAge {
        right: 12px;
        top: 12px;
    }
    #shareModal {
        top: 0.4%;
        right: 5px;
    }
    .patent_img {
        flex-direction: column-reverse;
        align-items: center;
        gap: 5px;
    }
    .patent_img img.ajans-logo {
        max-width: 150px;
    }
    .social-tab {
        gap: 20px;
        flex-direction: column;
        padding: 25px 0;
    }
    .slider-tab ul.nav {
        flex: 0 0 100% !important;
    }
    .slider-tab .p-g-t-nav {
        margin: 10px 0;
    }
    .social-tab .ikonlar svg {
        width: 35px;
    }
    .social-title {
        font-size: 25px;
        line-height: 25px;
    }
    .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;
    }
    .footer-menu-d {
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding: 20px;
        column-gap: 20px;
    }
    .pattern-group .p-g-mod .p-g-mod-body {
        padding: 0;
        margin-top: 10px;
    }
    .ageCard {
        padding: 20px;
        padding-top: 0;
    }
    .input-group-append {
        margin-left: -7px;
    }
    .pdp-technical-features-list {
        grid-template-columns: 1fr;
    }
    .special-title {
        font-weight: 500;
        color: #fff;
        font-size: 19px;
        line-height: 1.11111;
        padding: 0 1rem;
        text-align: center;
        min-height: auto;
    }
    .special-subTitle {
        display: none;
    }
    .info-bottom {
        grid-template-columns: 1fr;
    }
    .product-price-group .prices {
        flex-direction: column;
    }
    .product-price-group .prices .list-price {
        font-size: 19px;
    }
    .modal-inside {
        background: #fafafa;
        max-width: 245px;
        width: 245px;
        max-height: 240px;
        z-index: 124;
        border-radius: 100px;
        padding: 0px 2px;
        transform: translateZ(0);
        margin: 0 auto;
        border: 1px solid #e2e2e29c;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    }
    .shopping-cart-1 .table-responsive {
        height: 274px;
        overflow-y: scroll;
    }
    .login-fb-g a.btn.btn-fb-login.mb-2 {
        width: 100%;
    }
    .login-fb-g a.btn.btn-google-login.mb-2 {
        width: 100%;
    }
    .login-fb-g {
        flex-direction: column;
    }
    .payment-final-buttons-1 {
        position: inherit;
        padding: 0;
        border-top: 0;
    }
    .agecart-ozet {
        padding: 15px;
        margin: 0 0 10px 0;
    }
    .ageindirim {
        margin-top: 2rem;
    }
    .agesepet-title {
        flex-direction: column;
        font-size: 13px;
        padding-top: 10px;
        padding-bottom: 15px;
    }
    .shopping-cart-1 {
        margin-top: 15px;
    }
    tr.agecart-2 {
        display: grid;
        grid-template-columns: 1fr 0fr;
        margin-top: 25px;
        margin-bottom: 5px;
        width: 100%;
    }
    .td-product .product {
        margin-left: 5px;
    }
    .agesepet-ep2 {
        display: flex;
        width: 100%;
    }
    .agecartbody {
        flex-direction: column;
    }
    a.tumu-btn {
        display: flex;
        align-items: flex-end;
        gap: 10px;
    }
    .product-comment-list-v2 .comments .item .comment {
        margin-top: 10px;
    }
    .product-comment-list-v2 .comments .item .customer .approved {
        margin-top: 15px;
    }
}
@media (max-width: 767px) {
    .cart-bottom {
        flex-direction: row;
        justify-content: space-between;
    }
    .product-cargo-countdown {
        justify-content: center;
        margin-bottom: 0rem;
    }
    .cart-title {
        font-size: 1rem;
        height: 41px;
    }
    .cart-bottom .sale-price {
        font-size: 1.1rem;
    }
}
@media (max-width: 600px) {
    .register-body .btn.btn-success {
        padding: 3px 4px;
    }
    .customer-support .ul-clear li {
        margin: 0 auto;
    }
    .customer-tel .title {
        font-size: 18px;
    }
    .customer-tel .ul-clear-2 {
        margin-bottom: 0;
    }
    .footer-top ul {
        padding-inline-start: 0;
    }
    .patent .col-md-7 span {
        display: flex;
        text-align: center;
    }
    .special-cart {
        gap: 1rem;
        padding: 1rem 0;
    }
    ul.ul-clear.customer {
        gap: 10px;
    }
    .customer-support {
        justify-content: center;
        margin-top: 20px;
    }
    .product-cargo-countdown .cargo-countdown-title {
        font-size: 0.7rem;
        margin-left: 1.2rem;
        margin-right: 0;
    }
    .product-cargo-countdown #cargo-countdown-content {
        justify-content: center;
    }
    .product-cargo-countdown .cargo-countdown-title span {
        display: block;
        font-size: 1.1rem;
        margin-bottom: -2.4rem;
    }
    a#p-g-nav-482-3-tab {
        padding: 20px 0;
    }
}
@media (max-width: 374px) {
    .product-cargo-countdown .cargo-countdown-title {
        font-size: 0.9rem;
        margin-left: 1.2rem;
        margin-right: 0;
    }
}
header.desktop .logo .orjLogo img {
    width: 270px;
}

.menu-sidebar-button {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px solid #ebebeb;
    align-items: center;
}
.menu-sidebar .menu-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    cursor: pointer;
    display: block;
}
.menu-sidebar .menu-button:after {
    opacity: 0;
    top: 45px;
    content: "";
    width: 100vw;
    display: block;
    position: fixed;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    content: "";
    pointer-events: none;
    transition: opacity 0.2s cubic-bezier(0, 0, 0.3, 1);
    transition-delay: 0.1s;
}
.menu-sidebar.active {
    transform: translateX(0) !important;
    width: 70%;
    transition: all 0.4s;
}
.menu-sidebar {
    box-shadow: 5px 0 5px -5px #333;
    display: block;
    width: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: white;
    color: #333;
    position: fixed;
    transform: translateX(-405px);
    transition: all 0.4s;
    top: 0px;
    z-index: 99999;
    list-style-type: none;
    padding: 0;
    overflow: auto;
}
.menu-sidebar .arrow {
    position: absolute;
    font-size: 32px;
    color: #555;
    top: 0;
    z-index: 0;
}
.menu-sidebar .arrow.left {
    position: relative;
    top: -2px;
    margin-right: 10px;
}
.menu-sidebar .arrow.right {
    right: 25px;
}