html {
    scroll-behavior: smooth;
    scroll-padding-top: 110px;
}
body {
    background: var(--body-bg);
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    position: relative;
    left: 0;
    transition: all 0.4s;
}
a {
    color: var(--main-color);
}
a:hover {
    text-decoration: none;
    color: var(--main-color2);
}
.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;
}
.op-black {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 4;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
}
.op-black.hide {
    visibility: hidden;
    opacity: 0;
}
.op-black.show {
    visibility: visible;
    opacity: 1;
}
.op-black-2 {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 1001;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
}
.op-black-2.hide {
    visibility: hidden;
    opacity: 0;
}
.op-black-2.show {
    visibility: visible;
    opacity: 1;
}
header.desktop.fixed-desktop {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
}
header.desktop .h-contact {
    background: #fff;
    border-bottom: 1px solid #eeeeee;
}
.dropdown-languages-1 .dropdown-toggle {
    color: var(--header-top-color);
    transition: all var(--transition-time);
}
.dropdown-languages-1 .dropdown-toggle:hover {
    color: var(--header-top-color-hover);
}
.dropdown-currencies-1 .dropdown-toggle {
    color: var(--header-top-color);
    transition: all var(--transition-time);
}
.dropdown-currencies-1 .dropdown-toggle:hover {
    color: var(--header-top-color-hover);
}
header.desktop .h-contact .info {
    height: 40px;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
}
header.desktop .h-contact .info .item {
    font-size: 13px;
    color: var(--header-top-color);
    transition: all var(--transition-time);
    margin-right: 20px;
    font-weight: 400;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
}
header.desktop .h-contact .info .item:hover {
    color: var(--header-top-color-hover);
}
header.desktop .h-contact .info .item i {
    margin-right: 6px;
    font-size: 13px;
}
header.desktop .h-contact .info .item.wp i {
    font-weight: normal;
    font-size: 20px;
}
header.desktop .h-contact .social-media {
    height: 40px;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
}
header.desktop .h-contact .social-media a {
    margin-left: 15px;
    font-size: 14px;
    color: var(--header-top-color);
}
header.desktop .h-contact .social-media a:hover {
    color: var(--header-top-color-hover);
    transition: all var(--transition-time);
}
header.desktop .header-area {
    height: 70px;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
header.desktop .header-area.last {
    align-items: flex-end;
}
header.desktop .logo {
    align-items: flex-start;
    -webkit-align-items: flex-start;
}
header.desktop .logo a img {
    max-height: 40px;
}
header.desktop .menu {
    height: 100%;
    border: none;
}
header.desktop .mega-menu {
    padding: 0;
    position: relative;
    height: 100%;
}
header.desktop .mega-menu .navbar-nav {
    flex-direction: row;
    height: 100%;
    justify-content: flex-start;
    gap: 45px;
}
header.desktop .mega-menu .nav-item {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}
header.desktop .mega-menu .nav-link {
    flex: none;
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0;
    white-space: unset !important;
    transition: all var(--transition-time);
    color: #2C2C2C;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
header.desktop .mega-menu .nav-item:first-child .nav-link {
    padding-left: 0;
}
header.desktop .mega-menu .nav-link::after {
    display: none;
}
header.desktop .mega-menu .nav-item:hover .nav-link, header.desktop .mega-menu .nav-item:focus .nav-link {
    color: var(--menu-color-hover);
    border-bottom: none;
    transition: all var(--transition-time);
}
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: 48px;
    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 {
    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-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-container {
    display: block;
}
.single-menu-container .single-menu {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    height: 70px;
    align-items: center;
}
.single-menu-container .single-menu li:first-child {
    margin-left: 0;
}
.single-menu-container .single-menu li {
    display: inline-block;
    position: relative;
    z-index: 100;
}
.single-menu-container .single-menu li .sub-single-item {
    font-weight: 400;
    text-decoration: none;
    padding: 10px 15px;
    display: block;
    color: #000;
    transition: all 0.2s ease-in-out 0s;
    font-size: 15px;
    text-align: center;
}
.single-menu-container .single-menu li:hover > a:after {
    width: 100%;
}
.single-menu-container .single-sub-menu li a {
    border: 1px solid #ebebeb;
    animation: all ease 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-space {
    height: 111px;
}
header.mobile {
    display: none;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 11;
}
header.mobile .left {
    width: 40%;
    float: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
    padding: 5px;
    gap: 15px;
}
header.mobile .center {
    width: 40%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
header.mobile .right {
    width: 60%;
    float: left;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
    padding: 5px;
    gap: 15px;
    line-height: 1;
}
header.mobile .logo img {
    width: 95px;
    height: 100%;
}
header.mobile .icon-group {
    position: relative;
}
header.mobile .icon-group {
    position: relative;
    color: #333;
    font-size: 21px;
}
header.mobile .h-banner {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
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 .title {
    margin-bottom: 22px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    color: #2F2F2F;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
footer .title.footerIcon img {
    display: none;
}
footer .title-2 {
    color: #000;
    font-size: 13px;
}
footer .title-3 {
    color: #000;
    font-size: 17px;
}
footer .secure .description {
    color: #000;
    margin: 5px 0;
}
footer .secure img {
    opacity: 0.5;
}
footer .info ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}
footer .info ul li {
    list-style: none;
    padding: 0;
    line-height: normal;
}
footer .info ul li a {
    display: block;
    position: relative;
    transition: all var(--transition-time);
    color: #A1A1A1;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}
footer .info ul li a:hover {
    text-decoration: underline;
}
.sidebar-menu-type-2 {
    background: #fff;
    width: 100%;
    position: fixed;
    top: 0;
    height: calc(100vh);
    transition: all 0.3s;
    left: 0;
    margin-left: -100%;
    overflow: hidden;
}
.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 {
    margin-bottom: 15px;
}
.sidebar-menu-type-2 .categories ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.sidebar-menu-type-2 .categories ul li {
    list-style: none;
    position: relative;
}
.sidebar-menu-type-2 .categories ul li a img {
    height: 35px;
    margin-right: 10px;
}
.sidebar-menu-type-2 .categories ul li a {
    display: flex;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    align-items: center;
}
.sidebar-menu-type-2 .categories ul li a .name {
    width: 80%;
}
.sidebar-menu-type-2 .categories ul li a .icon {
    color: #000;
    width: auto;
    height: auto;
    text-align: center;
    border-radius: 2px;
    font-size: 21px;
    position: absolute;
    right: 0;
    line-height: normal;
}
.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;
    padding: 10px;
}
.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: 0px;
}
.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 .mobil-area-title {
    color: #000;
    margin-bottom: 10px;
    display: block;
    font-weight: 500;
    font-size: 16px;
}
.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;
}
.mobil-area-footer {
    text-align: center;
    color: #000;
}
.mobil-area-2 {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 12px;
    margin-bottom: 15px;
}
.sidebar-menu-type-2 .short-link a {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    display: flex;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    width: 100%;
}
.sidebar-menu-type-2 .scrollbar {
    width: 100%;
    height: 90%;
    box-sizing: border-box;
    padding-bottom: 0;
    overflow-x: hidden;
    overflow-y: scroll;
}
.product-body .product-profile-1 .product-favourite {
    font-size: 19px;
    width: 55px;
    height: 45px;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.product-profile-1 .product-favourite a i {
    margin-right: 0;
}
.accordion-product {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #d5d5d5;
    padding: 6px 0;
}
.accordion-product .card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: #fff;
    border: 0;
}
.accordion-product .card-header i {
    font-size: 11px;
    padding-top: 3px;
}
.accordion-product .card-body {
    padding: 5px 0;
}
.accordion-product .btn-link {
    color: #444;
    text-decoration: none !important;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 5px 0px;
    font-size: 14px;
    font-weight: 500;
}
.accordion-product .btn-link:hover {
    text-decoration: none;
}
.home-headline {
    margin-top: -20px;
    margin-bottom: 50px;
}
.p-g-mod-t-45 .carousel-type-1 .carousel-control-next, .p-g-mod-t-45 .carousel-type-1 .carousel-control-prev {
    display: none;
}
.home-headline .carousel-caption {
    position: absolute;
    right: inherit;
    bottom: 40%;
    left: 5%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
}
.home-headline .carousel-caption h5 {
    font-size: 27px !important;
}
.home-headline .carousel-caption p {
    max-width: 300px;
    font-size: 14px;
}
.home-headline .carousel-caption .headline-button {
    display: inline-block;
    width: auto !important;
    font-size: 14px;
    color: #fff;
    padding: 9px 35px;
    font-weight: 500;
    background: transparent;
    border-radius: 0;
    border: 1px solid #fff;
    transition: all var(--transition-time);
}
.home-headline .carousel-caption .headline-button:hover {
    background: #fff;
    color: #000;
    transition: all var(--transition-time);
}
.sub-title-img-container {
    display: block;
    background: #f4f4f4;
}
.sub-title-img-container .sub-title {
    padding: 10px;
    font-weight: 500;
}
.home-body .p-g-mod-base-content {
    border: 0;
}
.card-product .carousel-indicators .active {
    opacity: 1;
    background-color: #000;
}
.card-product .carousel-indicators li {
    background-color: #cbcbcb;
}
.banner-btn {
    display: none;
}
.banner-ozel-yazili-beyaz {
    margin: 0 !important;
}
.banner-ozel-yazili-beyaz .banner-btn {
    display: block;
    border: 1px solid #000;
    margin-top: 20px;
    padding: 10px 20px;
    color: #000;
    font-weight: 500;
    transition: all 0.4s;
}
.banner-ozel-yazili-beyaz .banner-btn:hover {
    background: #000;
    color: #fff;
    transition: all 0.4s;
}
.banner-ozel-yazili-beyaz .col-list-p-v-1 {
    padding: 0;
}
.banner-ozel-yazili-beyaz .banner-item .description {
    font-size: 16px;
    color: #000;
    padding: 3px 0;
    text-align: center;
    line-height: 30px;
}
.banner-ozel-yazili-beyaz .banner-item .title {
    font-size: 23px;
    color: #000;
    font-weight: 600;
    padding: 3px 0;
}
.banner-ozel-yazili-beyaz .banner-item {
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-ozel-yazili-beyaz .col-12:nth-child(even) .banner-item {
    flex-direction: row-reverse;
}
.banner-ozel-yazili-beyaz .banner-item .image {
    display: flex;
    flex: 1;
}
.banner-ozel-yazili-beyaz .banner-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 10%;
    width: 50%;
}
.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 .easy-autocomplete-container {
    top: 37px;
}
.login-body .p-g-mod-t-4 .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
    font-size: 21px;
    font-weight: 500;
    margin: 0;
    line-height: initial;
}
.product-quantity input, .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-title-container {
    display: flex;
    align-items: flex-start;
    margin-bottom: 21px;
    flex-direction: column;
}
.product-price-group {
    display: flex;
    font-weight: 400;
    justify-content: space-between;
    align-items: center;
    color: #333;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.product-profile-info li {
    margin: 0;
    border-right: 0;
    border-left: 0;
    padding: 0;
    font-weight: 600;
}
.product-profile-info li .value {
    font-weight: 400;
}
.product-price-group .discount .rate {
    font-size: 15px;
}
.product-price-group .discount {
    background: #000;
    height: 28px;
    width: auto;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-right: 10px;
    flex-direction: row;
    border-radius: 20px;
    padding: 0 15px;
}
.product-price-group .prices {
    display: flex;
    align-items: center;
    flex-direction: row;
    line-height: normal;
    gap: 11px;
}
.product-price-group .prices .list-price {
    margin-right: 0;
    color: #A1A1A1;
    font-size: 18px;
    font-weight: 300;
    line-height: normal;
}
.product-price-group .prices .sale-price {
    color: #FF6A20;
    text-align: right;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
}
.product-reviews .stars .star {
    color: #d9d9d9;
    font-size: 15px;
}
.product-profile-1 h1.title {
    margin-bottom: 8px;
    color: #2C2C2C;
    font-size: 18px;
    font-weight: 500;
    border: none;
    line-height: 29px;
    padding: 0;
}
.variant-box {
    border: 0;
    background: transparent;
    border-radius: 5px;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}
.variant-box .name {
    margin-bottom: 10px;
}
.variant-box ul li .options a.active {
    border-color: var(--main-color);
    background: var(--main-color);
    color: #fff;
}
.variant-box ul li .form-control {
    border-radius: 0 !important;
    border-color: #000;
    height: 45px;
    font-size: 14px;
}
.variant-box ul li .options a {
    border-radius: 0;
}
.product-body .p-g-mod-base-content {
    border: 0;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff !important;
    background-color: #000 !important;
    border-color: #000 !important;
}
.page-link {
    color: #000 !important;
    box-shadow: none !important;
}
.card-product .card-product-inner .title {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    margin: 0;
    font-size: 15px;
    line-height: 18px;
    height: 36px;
    font-weight: 500;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    color: #2C2C2C;
    padding: 0;
}
.card-product .card-product-inner .price-group .prices {
    display: flex;
    align-items: center;
    line-height: normal;
    gap: 8px;
}
.card-product .card-product-inner .price-group {
    display: flex;
    font-weight: 400;
    height: auto;
    justify-content: flex-start;
    align-items: center;
    color: #333;
    margin: 0;
    gap: 8px;
}
header .icon-open {
    display: flex;
    align-items: center;
    cursor: pointer;
}
header.desktop .header-area.first {
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    gap: 85px;
}
header.desktop .header-area.center {
    align-items: center !important;
}
header.desktop .header-area.first i {
    font-size: 20px;
}
.active-menu {
    position: relative;
    left: 400px;
    transition: all 0.4s;
}
.menu-sidebar-button {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px solid #ebebeb;
    align-items: center;
}
.nav-mobile {
    background: #446cb3;
    color: #fff;
    padding: 0;
    margin: 0;
    cursor: auto;
    font-size: 18px;
    list-style-type: none;
    box-shadow: 0 5px 5px -5px #333;
}
.nav-mobile:after {
    content: "";
    display: table;
    clear: both;
}
.nav-mobile svg {
    height: 45px;
    width: 65px;
    padding: 9px;
}
.nav-mobile svg path {
    fill: #fff;
}
.nav-mobile svg.icon-close {
    display: none;
    padding: 15px;
}
.nav-mobile li {
    width: 100%;
    height: 45px;
    line-height: 46px;
    text-align: center;
    float: left;
}
.nav-mobile li a {
    display: flex;
    color: #333;
    width: 100%;
    height: 100%;
    text-decoration: none;
    align-items: center;
}
.nav-mobile img {
    height: 35px;
    margin-right: 7px;
}
.nav-mobile .menu-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    cursor: pointer;
    display: block;
}
.nav-mobile .menu-button:after {
    opacity: 0;
    top: 45px;
    content: "";
    width: 100vw;
    display: block;
    position: fixed;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    content: "";
    pointer-events: none;
    transition: opacity 0.2s cubic-bezier(0, 0, 0.3, 1);
    transition-delay: 0.1s;
}
.nav-mobile .menu-sidebar.active {
    transform: translateX(0) !important;
    transition: all 0.4s;
}
.nav-mobile .menu-container {
    width: 65px;
    float: left;
    cursor: pointer;
    position: absolute;
}
.nav-mobile .menu-container .menu-sidebar {
    box-shadow: 5px 0 5px -5px #333;
    display: block;
    width: 65vw;
    bottom: 0;
    background: white;
    color: #333;
    position: fixed;
    transform: translateX(-405px);
    transition: all 0.4s;
    top: 0px;
    z-index: 1002;
    list-style-type: none;
    padding: 0;
    max-width: 400px;
    left: 0;
    overflow: auto;
}
.nav-mobile .menu-container .menu-sidebar .arrow {
    position: absolute;
    line-height: 50px;
    font-size: 32px;
    color: #555;
    top: 0;
    z-index: 0;
}
.nav-mobile .menu-container .menu-sidebar .arrow.left {
    position: relative;
    top: -2px;
    margin-right: 10px;
}
.nav-mobile .menu-container .menu-sidebar .arrow.right {
    right: 25px;
}
.nav-mobile .menu-container .menu-sidebar li {
    height: 55px;
    line-height: 55px;
    font-size: 16px;
    text-align: left;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 20px;
}
.nav-mobile .menu-container .menu-sidebar li:hover {
    background: #eee;
}
.nav-mobile .menu-container .menu-sidebar li .menu-sub {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0;
    overflow: hidden;
    background: white;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
    border-left: 1px solid #ccc;
    list-style-type: none;
    padding: 0;
    margin: 0;
    z-index: 2;
    max-width: 400px;
}
.nav-mobile .menu-container .menu-sidebar li .menu-sub li {
    overflow: hidden;
}
.nav-mobile .menu-container .menu-sidebar li .menu-sub .menu-sub-title {
    padding-left: 0px;
}
.nav-mobile .menu-container .menu-sidebar li .menu-sub .menu-sub-title .submenu-label {
    padding: 10px 20px;
}
.nav-mobile .menu-container .menu-sidebar li .submenu-label {
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.nav-mobile .menu-container .menu-sidebar li .submenu-toggle {
    display: none;
}
.nav-mobile .menu-container .menu-sidebar li .submenu-toggle.active ~ .menu-sub, .nav-mobile .menu-container .menu-sidebar li .submenu-toggle:checked ~ .menu-sub {
    width: 65vw;
    visibility: visible;
    z-index: 1;
    transition: width 0.35s cubic-bezier(0, 0, 0.3, 1);
    height: 100vw;
    overflow-y: scroll;
}
.card-product .card-product-inner {
    padding: 0 !important;
}
.info-bar-1 {
    border-top: 1px solid #ebebeb;
    padding: 20px 0;
}
.info-bar-1 .icons {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    color: #000;
    padding: 10px 0;
}
.info-bar-1 .icons .icon-group {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 20px;
}
.info-bar-1 .icons .icon-group:last-child {
    border-right: 0;
}
.info-bar-1 .icons .icon-group i {
    font-size: 26px;
    margin-right: 25px;
    color: #000;
}
.info-bar-1 .icons .icon-group .inf .name {
    font-size: 13px;
    font-weight: 500;
    display: block;
    color: #000;
}
.info-bar-1 .icons .icon-group .inf .description {
    font-size: 12px;
    font-weight: 400;
    color: #000;
}
footer .footer-contact, footer .footer-contact * {
    color: #6d6d6d !important;
}
.login-body .p-g-mod-t-4 {
    padding: 0;
    background: transparent;
    border: none;
}
.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: #eeeeee;
    border-radius: 5px;
    padding: 10px 20px;
}
.category-filter-order .list-wrap .list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    font-size: 12px;
    font-weight: 500;
    justify-content: space-between;
}
.categories-body .pattern-group .p-g-mod-t-20 > .p-g-mod-header {
    border-bottom: 0;
    padding-left: 0 !important;
}
.category-filter-order .list-wrap .list li {
    flex: inherit;
}
.category-filter-order-mobile {
    display: none;
}
.pattern-group .p-g-mod-showcase .p-g-mod-header {
    border-bottom: 0;
}
.card-product .card-product-inner .price-group .prices .sale-price {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    line-height: normal;
}
.card-product .card-product-inner .product-label img {
    max-height: 35px;
}
.category-filter-order .list-wrap .list li .lag-checkbox {
    transition: all var(--transition-time);
}
.category-filter-order .list-wrap .list li.active .lag-checkbox, .category-filter-order .list-wrap .list li:hover .lag-checkbox {
    background: var(--main-color);
    color: #fff;
}
.pattern-group .p-g-mod-t-26 .p-g-mod-body .buttons .btn-secondary {
    color: #fff;
    background-color: #000;
    border-color: #000;
    width: 100%;
    margin: 0 !important;
    border-radius: 0;
}
.categories-body .p-g-mod-t-cat-filter .p-g-m-h-info .p-g-m-h-i-title {
    font-size: 17px !important;
    font-weight: 600 !important;
}
.categories-body .p-g-mod-t-cat-filter {
    border: none;
    margin-bottom: 30px;
    padding: 0;
}
.product-details-tab-product-details-tab-colorful .p-g-tab-wrapper .p-g-t-nav {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    border: 0;
    margin-bottom: 0px;
}
.product-details-tab-product-details-tab-colorful .p-g-tab-wrapper .p-g-t-nav .nav {
    display: flex;
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    height: 50px;
}
.product-details-tab-product-details-tab-colorful .p-g-tab-wrapper .p-g-t-nav .nav .nav-item {
    text-align: center;
    display: flex;
    margin: 0 30px 0 0;
}
.product-details-tab-product-details-tab-colorful .p-g-tab-wrapper .p-g-t-nav .nav .nav-link {
    color: #000;
    font-weight: 500;
    font-size: 15px;
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    text-align: center;
    transition: var(--transition-time);
    border-bottom: 1px solid transparent;
}
.pattern-group .p-g-tab-wrapper .p-g-t-nav .nav .nav-link:hover, .pattern-group .p-g-tab-wrapper .p-g-t-nav .nav .nav-link.active {
    color: var(--main-color);
    border-bottom: 1px solid var(--main-color);
}
.product-details-tab-product-details-tab-colorful .tab-content {
    border: 0;
    border-top: 0;
    margin-bottom: 50px;
    margin-top: 30px;
}
.p-g-mod-base-content {
    border: 1px solid #ebebeb;
}
.p-g-mod-t-10 .p-g-mod-body a, .p-g-mod-t-2 .p-g-mod-body a {
    transition: all var(--transition-time);
}
.contact-info {
    display: flex;
    flex-direction: column;
}
.contact-info .contact-item {
    margin: 5px 0;
    display: flex;
    align-content: center;
    cursor: pointer;
}
.contact-info .contact-item i {
    margin-right: 10px;
    font-size: 17px;
    transition: all var(--transition-time);
}
.contact-info .contact-item a {
    color: #fff;
}
.contact-info .contact-item:hover i {
    color: var(--main-color);
}
.p-g-mod-t-45 .carousel-type-1 .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.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: #d9d9d9;
    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 Kartı - Adet Seçimi */
.card-product .card-product-inner .quantity {
    margin: 5px 0;
    width: 100%;
    text-align: center;
    display: flex;
    flex-basis: auto;
    justify-content: center;
}
.card-product .card-product-inner .quantity .btn {
    display: flex;
    width: 35px;
    height: 35px;
    color: #555;
    font-size: 10px;
    border: 1px solid #ebebeb;
    border-radius: 0;
    align-items: center;
    justify-content: center;
}
.card-product .card-product-inner .quantity .btn:first-child {
    border-radius: 0;
}
.card-product .card-product-inner .quantity .btn:hover {
    color: #333;
    background: #f2f2f2;
    border-color: #f5f5f5;
}
.card-product .card-product-inner .quantity input {
    min-width: 35px;
    max-width: 50px;
    height: 35px;
    border-radius: 0;
    border-color: #dbdbdb !important;
    background: #fff;
    color: #555;
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    border-right: 0;
    border-left: 0;
}
.subtitle-img {
    max-height: 25px;
    margin-bottom: 5px;
}
.single-menu-container .single-menu li {
    text-align: center;
}
.single-menu-container .single-menu li .sub-single-item {
    padding: 0 15px;
}
.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);
}
.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;
}
.product-transfer-discount {
    background: #f2f2f2;
    padding: 10px;
    width: 100%;
    border-radius: 5px;
    border-left: 5px solid var(--main-color);
    font-size: 14px;
    color: #7a7a7a;
}
.card-product .card-product-inner .price-group .prices .list-price {
    font-size: 12px;
    color: #727272;
    margin-right: 0;
    text-decoration: line-through;
}
.card-blog, .card-brand, .card-category {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
}
.card-product {
    border-radius: 20px;
    border: 1px solid #e2e2e2;
}
.card-product .card-product-inner .discount {
    position: absolute;
    z-index: 9;
    background: #000;
    top: 10px;
    right: 10px;
    color: #fff;
    border-radius: 14px;
    font-weight: 500;
    padding: 3px 10px;
    font-size: 14px;
}
.card-product .card-product-inner .buttons .btn-cart, .modal-content .buttons .btn-cart {
    background: var(--add-cart-list-bg);
    border-color: var(--add-cart-list-bg);
    color: var(--add-cart-list) !important;
    transition: var(--transition-time);
}
.card-product .card-product-inner .buttons .btn-cart i, .modal-content .buttons .btn-cart i {
    margin-right: 7px;
}
.card-product .card-product-inner .buttons .btn-cart:hover, .modal-content .buttons .btn-cart:hover {
    background: var(--add-cart-list-bg-hover);
    border-color: var(--add-cart-list-bg-hover);
    color: var(--add-cart-list-hover) !important;
}
.card-product .down-to-top .btn-cart {
    background: var(--add-cart-list-bg);
    border-color: var(--add-cart-list-bg);
    color: var(--add-cart-list) !important;
    transition: var(--transition-time);
    font-size: 13px;
}
.card-product .down-to-top .btn-cart:hover {
    background: var(--main-color-one);
    border-color: var(--black-text);
    color: var(--black-text) !important;
}
.product-buttons .btn-cart {
    background: var(--main-color-one);
    color: var(--black-text);
    transition: all var(--transition-time);
    flex: 1;
    margin: 0;
    justify-content: space-between;
    align-items: center;
    padding: 25px 30px;
    border: 1px solid var(--black-text);
    border-radius: 200px;
    border-bottom-width: 5px;
}
.product-buttons .btn-cart:hover {
    background: var(--main-color-one);
    border-color: var(--black-text);
    color: var(--black-text);
}
.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);
    flex: auto;
    border-radius: 0;
    width: 100%;
    margin: 0 !important;
    margin-bottom: 10px !important;
}
.product-buttons .btn-fast-buy:hover {
    background: var(--buy-now-bg-hover);
    border-color: var(--buy-now-bg-hover);
    color: var(--buy-now-hover);
}
/* Header  */
header.desktop .header-bar .bar-link .icon {
    position: relative;
}
header.desktop .header-bar .bar-link .icon, header.desktop .header-bar .bar-link .name {
    transition: all var(--transition-time);
}
header.desktop .header-bar .bar-link:hover .icon, header.desktop .header-bar .bar-link:hover .name {
    color: var(--main-color2);
}
header.desktop .header-bar .bar-user .link a .name {
    color: #222 !important;
}
header.desktop .header-bar .bar-user .link a:hover .name {
    color: var(--main-color2) !important;
}
header.desktop .header-bar .bar-link {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #222 !important;
    position: relative;
    line-height: normal;
    font-weight: 500;
    transition: all var(--transition-time);
}
header.desktop .header-bar .bar-link a {
    color: #222;
}
header.desktop .header-bar .bar-user .link {
    display: flex;
}
header.desktop .header-bar .bar-link i {
    font-size: 19px;
}
header.desktop .header-bar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
header.desktop .header-bar .bar-cart .icon .count {
    position: absolute;
    right: -3px;
    top: -3px;
    background: #FFA96B;
    width: 18px;
    height: 18px;
    color: #FFF;
    font-size: 10px;
    font-weight: 500;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 200px;
    padding: 0 0 1px 1px;
}
.product-view-select {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    height: 100%;
    align-items: center;
}
.card-product .it-over {
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    width: 100%;
    background: rgb(255 255 255 / 90%);
    color: #000;
    border: 1px solid #000;
    text-align: center;
    height: 50px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.card-product .carousel-control-next i, .card-product .carousel-control-prev i {
    font-size: 18px;
    color: #000;
}
.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;
}
header.desktop .header-cart-hover .nav-link::after {
    display: none;
}
header.desktop .header-cart-hover {
    position: relative;
    display: flex;
    flex: 1;
}
header.desktop .header-cart-hover .dropdown-menu {
    background-color: #fff;
    width: 300px;
    left: inherit;
    right: 0;
    top: 28px;
    position: absolute;
    border: 1px solid #e2e2e2;
    border-radius: 6px;
    -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: 0 12px;
}
header.desktop .header-cart-hover .dropdown-menu .top-header {
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px solid #e2e2e2;
    padding: 6px 0;
}
header.desktop .header-cart-hover .dropdown-menu .top-header .title {
    font-size: 16px;
    padding: 5px 0;
    font-weight: 400;
}
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 {
    color: #181818;
    font-size: 14px;
    border-radius: 99px;
    display: flex;
    font-weight: 300;
    justify-content: center;
    align-items: center;
    border: 1px solid #e2e2e2;
    position: absolute;
    right: 4px;
    top: 4px;
    background: transparent;
    border: 0;
    padding: 0;
    line-height: unset;
    width: 20px;
    height: 20px;
}
.ajax-shopping-cart {
    padding: 0;
    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;
    border-bottom: 1px solid #e2e2e2;
    position: relative;
    max-height: 80px;
    padding: 4px 0;
}
.ajax-shopping-cart .product:last-child {
    display: flex;
    margin-bottom: 10px;
    border-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
}
.ajax-shopping-cart .product .image {
    flex: 1;
}
.ajax-shopping-cart .product .image img {
    max-height: 80px;
}
.ajax-shopping-cart .product .price {
    flex: 2;
    font-size: 13px;
    text-align: right;
}
.ajax-shopping-cart .product .info {
    flex: 3;
    text-align: left!important;
    display: flex;
    align-items: center;
}
.ajax-shopping-cart .product .info .name {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #000;
}
.sidebar-menu-type-2 .categories ul .multi a {
    font-size: 14px;
    font-weight: 400;
}
.sidebar-menu-type-2 .categories ul .multi .multi a {
    font-size: 14px;
}
.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;
}
.product-carousel-desktop.normal .carousel-item a img {
    width: 100%;
}
@media (max-width: 991px) {
    .product-price-group {
        margin-bottom: 15px;
    }
    .pd-discount {
        font-size: 11px;
        padding: 8px 18px;
    }
    .product-price-group .prices .list-price {
        font-size: 15px;
    }
    .product-price-group .prices .sale-price {
        font-size: 16px;
    }
    .product-title-container {
        margin-bottom: 15px;
    }
    .product-reviews .stars .star {
        font-size: 13px;
    }
    .mobile-header-space {
        height: 95px;
    }
    .home-headline {
        margin-bottom: 30px;
    }
    footer .title.footerIcon img {
        display: block;
    }
    .card-product .card-product-inner .title {
        height: 36px;
        font-size: 13px;
        font-weight: 500;
    }
    .banner-ozel-yazili-beyaz .banner-item .description {
        font-size: 14px;
        line-height: 25px;
    }
    .banner-ozel-yazili-beyaz .col-12:nth-child(even) .banner-item {
        flex-direction: column;
    }
    .banner-ozel-yazili-beyaz .banner-item {
        flex-direction: column;
    }
    .banner-ozel-yazili-beyaz .banner-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 7%;
        width: 100%;
        margin: 20px;
        justify-content: center;
        text-align: center;
    }
    .pattern-group .p-g-mod-showcase .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
        font-size: 17px;
        padding: 10px 20px;
    }
    .product-profile-1 h1.title {
        font-size: 16px;
        width: 100%;
        line-height: normal;
    }
    .info-bar-1 .icons {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        color: #000;
        padding: 10px 0;
        flex-direction: column;
    }
    .login-body .p-g-mod-t-4 {
        padding: 7px;
    }
    .category-filter-order-desktop {
        display: none;
    }
    .card-product .card-product-inner .price-group .prices {
        gap: 5px;
    }
    .card-product .card-product-inner .price-group .prices .sale-price {
        font-size: 13px;
    }
    .card-product .card-product-inner .price-group .prices .list-price {
        font-size: 11px;
    }
    .product-details-tab-product-details-tab-colorful .p-g-tab-wrapper .p-g-t-nav {
        justify-content: flex-start;
        overflow: auto;
    }
    .product-details-tab-product-details-tab-colorful .p-g-tab-wrapper .p-g-t-nav .nav {
        height: auto;
        flex-wrap: nowrap;
    }
    .product-details-tab-product-details-tab-colorful .p-g-tab-wrapper .p-g-t-nav .nav .nav-item {
        width: max-content;
    }
    .product-profile-1 .product-quantity {
        margin-right: 10px;
    }
    .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: 50%;
        border-radius: 3px;
    }
    .categories-body .p-g-mod-t-cat-filter {
        margin: 10px;
    }
    footer .mobile-app {
        margin-bottom: 20px;
    }
    .product-carousel-desktop.normal {
        display: none;
    }
    .product-carousel-mobile {
        display: block;
    }
    header.desktop {
        display: none;
    }
    header.mobile {
        display: block;
    }
    footer .logo-area {
        display: none;
    }
    footer .info .title {
        text-align: center !important;
        color: #2F2F2F;
        border: none;
        position: relative;
        margin-bottom: 10px;
        padding: 0;
        font-size: 16px;
    }
    footer .info .fs {
        text-align: center !important;
        border: none;
        margin-bottom: 0;
        color: #000 !important;
        padding: 0;
    }
    footer .info ul {
        margin: 0;
    }
    footer .info ul li {
        color: #000 !important;
    }
    footer .info ul li a {
        font-size: 13px;
    }
    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;
    }
    .ppc-ctype-2 .row:first-of-type, .ppc-ctype-3 .row:first-of-type {
        flex-direction: column-reverse;
    }
}